.dib {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
}
@keyframes run {
 0% {
 transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
 20% {
 transform: scale(1.1);
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
}
 60% {
 transform: scale(1.2);
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
}
 80% {
 transform: scale(1.1);
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -ms-transform: scale(1.1);
 -o-transform: scale(1.1);
}
 100% {
 transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
}
 @keyframes run01 {
 0% {
 transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
 100% {
 transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
}
.product .list-box .first.box11 {
	display: none;
}
.banner {
	height: 720px;
	position: relative;
	overflow: hidden;
}
.banner .content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.banner .content .infos {
	width: 550px;
	position: absolute;
	top: 170px;
	left: 0;
	overflow: hidden;
}
.banner .content .infos h1 {
	padding-bottom: 20px;
	font-size: 64px;
	color: #eb6100;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	font-family: '苹果简黑_3', '微软雅黑';
}
.banner .content .infos .info {
	font-size: 24px;
	color: #222;
	line-height: 40px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}
.banner .content .infos .info p {
	color: #222;
	font-family: '苹果简黑_3', '微软雅黑';
}
.banner .content .infos .info span {
	width: 70px;
	height: 3px;
	background: #444;
	display: block;
	margin-top: 18px;
}
.banner .content .imgs {
	width: 748px;
	height: 620px;
	position: absolute;
	bottom: 0;
	right: -60px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.banner .in .infos h1, .banner .in .infos .info {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
}
.banner .banner-nav {
	height: 10px;
	line-height: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.banner .banner-nav .child {
	width: 10px;
	height: 10px;
	border: 1px solid #abafb6;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
	margin: 0 4px;
}
.banner .banner-nav .on {
	background: #abafb6;
	border: 1px solid #abafb6;
}
.product {
	width: 100%;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.product .list-box {
	border-bottom: 1px solid #e4e7ea;
}
.product .list-box.m1 {
	display: none;
}
.product .list-box .list {
	width: 24.8%;
	max-width: 475px;
	height: 500px;
	background: #fff;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	border-right: 1px solid #e4e7ea;
}
.product .list-box .list .imgBox {
	width: 360px;
	height: 300px;
	text-align: center;
	line-height: 300px;
	margin: 100px auto 0;
}
.product .list-box .list .imgBox img {
	max-width: 100%;
	max-height: 100%;
	transition-duration: .6s;
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-o-transition-duration: .6s;
}
.product .list-box .list:hover .imgBox img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.product .list-box .list .infos {
	padding-top: 20px;
	width: 100%;
	text-align: center;
}
.product .list-box .list .infos h6 {
	font-size: 18px;
	color: #666666;
	padding-top: 8px;
	font-family: '苹果简黑_3', '微软雅黑';
}
.product .list-box .list .infos h6.n {
	display: none;
}
.product .list-box .list .infos p {
	font-size: 18px;
	color: #666666;
	font-family: '苹果简黑_3', '微软雅黑';
}
.product .list-box .list:hover .infos h6, .product .list-box .list:hover .infos p {
	color: #1c62b0;
	font-family: '苹果简黑_3', '微软雅黑';
}
.product .list-box .first {
	background: #edf1f4;
	border-right: 1px solid #edf1f4;
	position: relative;
}
.product .list-box .first .arrow {
	border-width: 16px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #edf1f4;
	position: absolute;
	right: -32px;
	top: 50%;
	margin-top: -16px;
}
.product .list-box .first h6 {
	font-size: 38px;
	color: #444444;
	padding-top: 20%;
}
.product .list-box .first span {
	width: 80px;
	height: 3px;
	background: #d1d1d1;
	display: block;
	margin: 30px auto;
}
.product .list-box .first p {
	font-size: 18px;
	color: #666666;
}
.product .list-box .first .more {
	width: 80px;
	height: 30px;
	display: block;
	background: url(../images/more.png) no-repeat center top;
	margin: 70px auto 0;
	font-size: 18px;
	color: #1c62b0;
	padding-top: 100px;
}
.product .list-box .two {
	width: 49.7%;
	height: 500px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	background: url(../images/two-bg.jpg) no-repeat center center;
}
.product .list-box .two .left {
	width: 399px;
	padding-left: 50px;
	padding-top: 140px;
	text-align: left;
	float: left;
}
.product .list-box .two .left h6 {
	font-size: 32px;
	color: #eb6100;
	font-family: '苹果简黑_3', '微软雅黑';
}
.product .list-box .two .left span {
	font-size: 28px;
	color: #fff;
	display: block;
	margin: 14px 0 25px;
	font-family: '苹果简黑_3', '微软雅黑';
}
.product .list-box .two .left p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.product .list-box .two .left .lookMore {
	width: 152px;
	height: 34px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	display: block;
	border: 1px solid #fff;
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
}
.product .list-box .two .left .lookMore:hover {
	border: 1px solid #1c62b0;
	color: #fff;
	background: #1c62b0;
}
.product .list-box .two .right {
	float: left;
	width: 200px;
	height: 139px;
	margin-top: 210px;
	padding-left: 80px;
	cursor: pointer;
}
.product .list-box .two .right img {
	animation: run 2s linear 2s infinite;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
}
.product .list-box .two .right:hover img {
	animation: run01 2s linear 2s infinite;
}
.product .list-box .nor {
	border-right: 0 none;
}
.life {
	width: 100%;
	height: 258px;
	background: #1c62b0;
	text-align: center;
	color: #fff;
}
.life h6 {
	padding-top: 90px;
	font-size: 30px;
	padding-bottom: 20px;
	font-family: '苹果简黑_3', '微软雅黑';
}
.life p {
	font-size: 18px;
	font-family: '苹果简黑_3', '微软雅黑';
}
.about {
	width: 100%;
	height: 640px;
	overflow: hidden;
}
.about .left {
	width: 50%;
	height: 100%;
	background: url(../images/about.jpg) no-repeat center center;
	float: left;
}
.about .left .info {
	padding-left: 90px;
	padding-top: 190px;
}
.about .left .info h5 {
	font-size: 48px;
	color: #1c62b0;
	padding-bottom: 20px;
	font-family: '苹果简黑_3', '微软雅黑';
}
.about .left .info p {
	font-size: 28px;
	color: #2a2b2b;
	font-family: '苹果简黑_3', '微软雅黑';
}
.about .left .info p::before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #444444;
	margin-top: 16px;
	padding-right: 4px;
	float: left;
}
.about .left .info .lookMore {
	margin-top: 30px;
	display: block;
	width: 138px;
	height: 36px;
	border: 1px solid #000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
	color: #000;
	font-family: "方正兰亭黑简体", "微软雅黑";
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.about .left .info .lookMore:hover {
	background: #eb6100;
	border: 1px solid #eb6100;
	color: #fff;
}
.about .right {
	width: 50%;
	height: 100%;
	background: #fff;
	float: left;
}
.about .right .list {
	float: left;
	width: 49.8%;
	padding-top: 90px;
	height: 229px;
	border-bottom: 1px solid #e4e7ea;
	text-align: center;
}
.about .right .list .brand-icon {
	width: 68px;
	height: 62px;
	background: url(../images/brand.png) no-repeat center center;
	margin: 0 auto 30px;
}
.about .right .list .video-icon {
	width: 70px;
	height: 66px;
	background: url(../images/video.png) no-repeat center center;
	margin: 0 auto 30px;
}
.about .right .list .culture-icon {
	width: 68px;
	height: 62px;
	background: url(../images/culture.png) no-repeat center center;
	margin: 0 auto 30px;
}
.about .right .list .honor-icon {
	width: 70px;
	height: 62px;
	background: url(../images/honor.png) no-repeat center center;
	margin: 0 auto 30px;
}
.about .right .honor:hover .honor-icon {
	background: url(../images/honor_hover.png) no-repeat center center;
}
.about .right .culture:hover .culture-icon {
	background: url(../images/culture_hover.png) no-repeat center center;
}
.about .right .video:hover .video-icon {
	background: url(../images/video_hover.png) no-repeat center center;
}
.about .right .list:hover p {
	color: #1c62b0;
}
.about .right .brand:hover .brand-icon {
	background: url(../images/brand_hover.png) no-repeat center center;
}
.about .right .list .en {
	font-size: 20px;
	padding-bottom: 10px;
}
.about .right .list p {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	font-size: 18px;
	color: #666666;
}
.about .right .brand, .about .right .honor {
	border-right: 1px solid #e4e7ea;
}
.about .right .brand:hover p {
	color: #1c62b0;
}
.project-t {
	width: 100%;
	height: 155px;
	line-height: 155px;
	text-align: center;
	background: #f5f5f5;
	font-size: 30px;
	color: #444444;
}
.project ul {
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.project ul li {
	width: 50%;
	height: 300px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	background: #fff;
	overflow: hidden;
}
.project ul li .imgs {
	transition-duration: .6s;
}
.project ul li:hover .imgs {
	background-size: 128% auto;
}
.project ul li .imgs {
	width: 50%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.project ul li .infos {
	width: 50%;
	height: 100%;
	background: #fff;
	position: relative;
	text-align: center;
}
.project ul li .infos .arrow {
	border-width: 18px;
	border-style: dashed solid dashed dashed;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	left: -32px;
	top: 50%;
	margin-top: -18px;
}
.project ul li .infos h6 {
	width: 94%;
	margin: 0 auto;
	font-size: 20px;
	color: #444444;
	line-height: 28px;
	padding-top: 60px;
	padding-bottom: 30px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.project ul li .infos p {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.project ul li .infos .readMore {
	width: 138px;
	height: 36px;
	display: block;
	border: 1px solid #d6d9dd;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
	color: #666666;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	margin: 40px auto 0;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.project ul li:hover h6 {
	color: #1c62b0;
}
.project ul li:hover .readMore {
	background: #1c62b0;
	border: 1px solid #1c62b0;
	color: #fff;
}
.project ul .nor .infos .arrow {
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: auto;
	right: -32px;
}
.view {
	width: 100%;
	height: 100px;
	background: #f5f5f5;
	padding-top: 50px;
}
.view .all {
	display: block;
	width: 148px;
	height: 36px;
	background: #fff;
	border: 1px solid #d6d9dd;
	text-align: center;
	line-height: 36px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	margin: 0 auto;
	font-size: 12px;
	color: #666666;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.shop {
	overflow: hidden;
}
.shop ul {
	height: 215px;
	padding: 60px 0;
	font-size: 0;
	text-align: center;
}
.shop ul li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	width: 24.8%;
	height: 100%;
	border-right: 1px dotted #d1d1d1;
}
.shop ul li .dotted {
	width: 124px;
	height: 124px;
	border: 1px solid #e0e0e0;
	position: relative;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.shop ul li .dotted img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.shop ul li .dotted .hide {
	display: none;
}
.shop ul li h5 {
	font-size: 20px;
	color: #444444;
	padding-top: 16px;
	padding-bottom: 8px;
	transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
}
.shop ul li p {
	font-size: 14px;
	color: #888;
	transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
}
.shop ul .nor {
	border-right: 0 none;
}
.shop ul li:hover .dotted {
	background: #1c62b0;
}
.shop ul li:hover .dotted .hide {
	display: block;
}
.shop ul li:hover .dotted .show {
	display: none;
}
.shop ul li:hover h5, .shop ul li:hover p {
	color: #1c62b0;
}
.view .all:hover {
	background: #1c62b0;
	border: 1px solid #1c62b0;
	color: #fff;
}
@media (max-width: 639px) {
.banner {
	height: 200px;
	line-height: 240px;
}
.banner .content .infos {
	top: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 260px;
}
.product .list-box {
	display: none;
}
.product .list-box.m1 {
	display: block;
}
.banner .content .infos .info span {
	display: none;
}
.product .list-box .first.box11 {
	display: block;
	display: inline-block;
*display:inline;
*zoom:1;
}
.banner .content .infos h1 {
	line-height: 24px;
	padding-bottom: 8px;
	font-size: 20px;
}
.banner .content .infos .info {
	line-height: 20px;
	font-size: 14px;
}
.banner .content .imgs {
	display: none;
}
.product .list-box .nor {
	border-right: 1px solid #e4e7ea;
}
.banner .max-container .btn {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.banner .banner-nav {
	bottom: 20px;
	height: 8px;
	line-height: 8px;
}
.banner .banner-nav .child {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}
.banner .content1 .imgs {
	right: -45px;
}
.product .list-box .two {
	width: 100%;
	height: 80px;
	background: #fff;
}
.product .list-box .two .left .lookMore {
	width: 120px;
	font-size: 12px;
	margin: 0px auto 0;
	background: #eb6100;
	color: #fff;
	border: 1px solid #eb6100;
}
.product .list-box .two .left h6, .product .list-box .two .left span, .product .list-box .two .left p {
	display: none;
}
.product .list-box .list {
	height: 130px;
	border-bottom: 1px solid #e4e7ea;
	width: 49.4%;
	max-width: 100%;
}
.about .right .honor:hover .honor-icon {
	background: url(../images/honor_hover.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.about .right .culture:hover .culture-icon {
	background: url(../images/culture_hover.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.about .right .video:hover .video-icon {
	background: url(../images/video_hover.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.about .right .list:hover p {
	color: #eb6100;
}
.about .right .brand:hover .brand-icon {
	background: url(../images/brand_hover.png) no-repeat center center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.product .list-box .two .left p {
	margin: 0 auto;
}
.product .list-box .first .arrow {
	border-style: solid dashed dashed dashed;
	border-color: #edf1f4 transparent transparent transparent;
	position: absolute;
	right: auto;
	left: 50%;
	margin-left: -16px;
	top: auto;
	margin-top: 0;
	bottom: -32px;
}
.product .list-box {
	border-bottom: 0 none;
}
.product .list-box .list .imgBox {
	width: 80%;
	height: 84px;
	margin: 15px auto 0;
	line-height: 84px;
}
.product .list-box .list .imgBox img {
	max-width: 100%;
}
.product .list-box .list .infos {
	padding-top: 4px;
}
.product .list-box .first .more {
	margin: 10px auto 0;
}
.product .list-box .first h6 {
	padding-top: 16px;
	padding-bottom: 6px;
	font-size: 18px;
}
.product .list-box .first p {
	font-size: 12px;
}
.product .list-box .list .infos h6 {
	font-size: 12px;
	padding-top: 4px;
}
.product .list-box .first .more {
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	padding-top: 44px;
	font-size: 12px;
}
.product .list-box .list .infos p {
	font-size: 12px;
}
.product .list-box .two .left {
	padding-left: 0px;
	padding-top: 20px;
	width: 100%;
}
.product .list-box .two .right {
	display: none;
}
.life {
	height: 100px;
}
.life h6 {
	width: 99%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
	padding-top: 15px;
}
.life p {
	font-size: 12px;
	line-height: 16px;
}
.about .left {
	width: 100%;
	height: 200px;
	background-position: left center;
	background-size: cover;
	-webkit-background-size: cover;
}
.about .left .info {
	padding-left: 30px;
	padding-top: 80px;
}
.about .left .info h5 {
	font-size: 22px;
	padding-bottom: 6px;
}
.about .left .info p {
	font-size: 14px;
}
.about .left .info .lookMore {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	display: none;
}
.about .left .info p::before {
	margin-top: 6px;
	width: 10px;
}
.about {
	height: auto;
}
.about .left .info p::before {
	width: 20px;
}
.about .right {
	width: 100%;
	height: auto;
}
.about .right .list {
	width: 24.2%;
	height: 76px;
	padding-top: 20px;
}
.about .right .list .brand-icon, .about .right .list .culture-icon, .about .right .list .honor-icon, .about .right .list .video-icon {
	margin: 0 auto 10px;
}
.about .right .list .brand-icon, .about .right .list .culture-icon, .about .right .list .honor-icon, .about .right .list .video-icon {
	width: 34px;
	height: 34px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.about .right .list .en {
	font-size: 12px;
	display: none;
}
.about .right .video {
	border-right: 1px solid #e4e7ea;
}
.about .right .list p {
	font-size: 14px;
}
.project ul li {
	width: 100%;
}
.shop {
	height: 280px;
}
.shop ul {
	padding: 24px 0;
}
.shop ul li {
	width: 49.6%;
	height: auto;
	margin-bottom: 10px;
}
.shop ul li .dotted {
	width: 50px;
	height: 50px;
}
.shop ul li .dotted img {
	max-width: 30px;
}
.shop ul li h5 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 4px;
}
.shop ul li p {
	font-size: 12px;
	line-height: 20px;
	width: 94%;
	margin: 0 auto;
}
.project-t {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.view {
	height: 60px;
	padding-top: 20px;
}
.view .all {
	width: 150px;
}
.product .list-box .first span {
	margin: 4px auto;
	width: 50px;
	display: none;
}
.project ul li {
	height: 90px;
	padding: 6px 0;
	border-bottom: 1px solid #e5e5e5;
}
.project ul li .imgs {
	width: 50%;
}
.project ul li .infos {
	width: 50%;
}
.project ul li .infos h6 {
	padding-top: 14px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.project ul li .infos .arrow {
	border-width: 10px;
	margin-top: -10px;
	left: -20px;
	display: none;
}
.project ul .nor .infos .arrow {
	right: -20px;
	border-color: transparent transparent transparent #fff;
}
.project ul li .infos p, .project ul li .infos .readMore {
	display: none;
}
.project ul li .infos .readMore {
	margin: 20px auto 0;
}
}
@media (min-width: 640px) and (max-width: 1023px) {
.banner {
	height: 320px;
	line-height: 320px;
}
.banner .content .infos {
	top: 80px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 420px;
}
.banner .content .infos h1 {
	line-height: 46px;
	padding-bottom: 10px;
	font-size: 30px;
}
.banner .content .infos .info {
	line-height: 28px;
	font-size: 18px;
}
.banner .content .imgs {
	display: none;
}
.banner .max-container .btn {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.banner .banner-nav {
	bottom: 20px;
	height: 8px;
	line-height: 8px;
}
.banner .banner-nav .child {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}
.banner .content1 .imgs {
	right: -45px;
}
.product .list-box .list {
	width: 49.8%;
}
.product .list-box .two {
	width: 100%;
	height: 300px;
}
.product .list-box .list {
	height: 300px;
	border-bottom: 1px solid #e4e7ea;
}
.product .list-box {
	border-bottom: 0 none;
}
.product .list-box .list .imgBox {
	width: 80%;
	height: 160px;
	margin: 60px auto 0;
	line-height: 150px;
}
.product .list-box .list .imgBox img {
	max-width: 80%;
}
.product .list-box .first .more {
	margin: 20px auto 0;
}
.product .list-box .first h6 {
	padding-top: 40px;
}
.product .list-box .list .infos p {
	font-size: 16px;
}
.product .list-box .two .left {
	padding-left: 30px;
	padding-top: 40px;
}
.product .list-box .two .right {
	float: right;
	width: 300px;
	padding-left: 0;
	margin-top: 90px;
	padding-right: 30px;
}
.life {
	height: 200px;
}
.life h6 {
	font-size: 22px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.life p {
	font-size: 16px;
	line-height: 24px;
}
.about .left {
	width: 100%;
	height: 70%;
}
.about .left .info {
	padding-left: 30px;
	padding-top: 120px;
}
.about .left .info h5 {
	font-size: 40px;
	padding-bottom: 12px;
}
.about .right {
	width: 100%;
}
.about .right .list {
	width: 24.8%;
	padding-top: 20px;
}
.about .right .list .en {
	font-size: 16px;
}
.about .right .video {
	border-right: 1px solid #e4e7ea;
}
.about .right .list p {
	font-size: 14px;
}
.shop ul {
	height: 160px;
}
.project ul li {
	width: 100%;
}
.project ul li .infos h6 {
	padding-top: 50px;
	padding-bottom: 30px;
}
.project ul li .infos .readMore {
	margin: 20px auto 0;
}
.shop ul li .dotted {
	width: 80px;
	height: 80px;
}
.shop ul li h5 {
	font-size: 16px;
}
.shop ul li p {
	font-size: 12px;
	line-height: 20px;
	width: 94%;
	margin: 0 auto;
}
.link ul li {
	padding: 0 10px;
	font-size: 16px;
}
.project-t {
	height: 100px;
	line-height: 100px;
}
.view {
	height: 70px;
	padding-top: 30px;
}
.product .list-box .first span {
	margin: 16px auto;
}
}
@media (min-width: 1024px) and (max-width: 1560px) {
.banner {
	height: 510px;
	line-height: 510px;
}
.banner .content .infos {
	top: 174px;
	width: 420px;
}
.banner .content .infos h1 {
	line-height: 46px;
	padding-bottom: 10px;
	font-size: 50px;
}
.banner .content .infos .info {
	line-height: 28px;
	font-size: 20px;
}
.banner .max-container .btn {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.banner .banner-nav {
	bottom: 20px;
	height: 8px;
	line-height: 8px;
}
.banner .banner-nav .child {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}
.banner .content1 .imgs {
	right: -45px;
}
.product .list-box .two .right {
	padding-left: 0;
	padding-top: 0;
	width: 250px;
	height: auto;
}
.product .list-box .two .right img {
	max-width: 100%;
}
.product .list-box .list {
	height: 400px;
}
.product .list-box .list .imgBox {
	width: 360px;
	height: 230px;
	margin: 80px auto 10px;
	line-height: 230px;
}
.product .list-box .list .imgBox img {
	max-width: 80%;
}
.product .list-box .two {
	height: 400px;
	background-size: cover;
	-webkit-background-size: cover;
}
.product .list-box .two .left,  .about .left .info {
	padding-top: 150px;
	padding-left: 30px;
}
.product .list-box .two .left span {
	margin: 14px 0 18px
}
.product .list-box .two .left .lookMore {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.product .list-box .list .infos p {
	font-size: 16px;
}
.about {
	height: 520px;
}
.about .right .list {
	padding-top: 50px;
}
.project ul li .infos h6 {
	padding-top: 50px;
	font-size: 17px;
	padding-bottom: 10px;
}
.project ul li .infos p,  .shop ul li p {
	font-size: 12px;
}
}
