* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	background-color: #fff;
}

body, div, a, li, ul, ol, dl, img, span, input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

/* IOS 样式兼容 */

input[type=button], input[type=submit], input[type=file], select, button, input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px!important;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

/************head*************/

#header {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header>.this-1200 {
	padding: 40px 0;
}

#header .logo {
	margin-top: 32px;
	margin-right: 25px;
}

#header .name {
	margin-top: 18px;
	margin-right: 37px;
}

#header .top {
	background-color: #1a4c7f;
	height: 44px;
}

#header .top .nav {
	font-size: 0;
}

#header .top .nav a {
	padding: 13px 56px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

#header .active {
	background-color: #06386b;
}

#header .top .nav a:hover {
	background-color: #06386b;
}

#header form {
	display: inline-block;
	margin-left: 30px;
	line-height: 44px;
}

#header form input {
	line-height: 25px;
	height: 25px;
	padding: 0 5px;
	width: 150px;
	box-sizing: border-box;
	border-radius: 3px;
	margin-right: -27px;
	outline: none;
}

#header form button {
	border: 0px;
	color: #999;
	background-color: transparent;
	line-height: 25px;
	cursor: pointer;
	outline: none;
}

/* 语言 */

#header>.language {
	background-color: #1A4C7F;
	padding: 10px 0;
}

#header>.language .this-1200 {
	text-align: center;
}

#header>.language a:nth-of-type(1) {
	margin-left: 20px;
}

#header>.language a {
	color: #fff;
	font-size: 12px;
	margin-right: 10px;
}

#header>.language img {
	height: 20px;
	margin-right: 10px;
}

/**************footer*******************/

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#footer .nav {
	padding: 44px 0 32px;
	border-bottom: 1px solid #ddd;
}

#footer .nav .fr a {
	color: #fff;
	font-size: 16px;
	line-height: 2em;
}

#footer .nav .fr span {
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
}

#footer .address {
	padding: 45px 0;
}

#footer .address .fl p {
	color: #fff;
}

#footer .address .fl p a {
	color: #fff;
}

#footer .address .fr {
	width: 177px;
}

#footer .copy {
	background-color: #06386b;
	font-size: 14px;
	color: #fff;
	line-height: 45px;
	text-align: center;
}

/*************首页************/

#home {
	background-image: url(../images/bj.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	background-color: transparent;
}

#home .ClassTiltl {
	position: relative;
}

#home .product .ClassTiltl .title, #home .about .ClassTiltl .title, #home .work .ClassTiltl .title {
	font-size: 30px;
	font-weight: 600;
	display: inline-block;
	color: #06386b;
	padding: 40px 0 30px;
}

#home .product .ClassTiltl a, #home .about .ClassTiltl a, #home .work .ClassTiltl a {
	display: inline-block;
	font-size: 14px;
	line-height: 110px;
	color: #06386b;
}

#home .product .ClassTiltl span, #home .about .ClassTiltl span, #home .work .ClassTiltl span {
	display: block;
	width: 145px;
	position: absolute;
	bottom: -1px;
	border-bottom: 2px solid #06386b;
}

#home .line {
	border-bottom: 1px solid #ddd;
}

/******* 产品 *********/

#home .product ul {
	margin-top: 50px;
}

#home .product ul li {
	float: left;
	width: 240px;
	height: 300px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	position: relative;
	transition: all 0.5s;
}

#home .product ul li:first-child {
	width: 480px;
	height: 600px;
}

#home .product ul li:nth-of-type(5), #home .product ul li:nth-of-type(6), #home .product ul li:nth-of-type(7) {
	border-bottom: 1px solid #ccc;
	border-top: none;
}

#home .product ul li:nth-of-type(4), #home .product ul li:nth-of-type(7) {
	border-right: 1px solid #ccc;
}

#home .product ul li a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

#home .product ul li .img {
	width: 100%;
	height: calc(100% - 74px);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#home .product ul li .title {
	position: absolute;
	bottom: 2%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, 0%);
}

#home .product ul li .title p {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	overflow: hidden;
	padding: 0 10px;
	height: 40px;
}

#home .product ul li .title span {
	font-size: 12px;
	color: #fff;
	padding: 5px 32px;
	border-radius: 16px;
	background-color: #1a4c7f;
	display: inline-block;
}

#home .product ul li:hover .title span {
	background-color: #06386b;
}

/************ 關於我們 ***************/

#home .about .this-1200 .fl {
	width: 580px;
	height: 450px;
	margin-top: 45px;
}

#home .about .this-1200 .fr a {
	margin-top: 45px;
	margin-bottom: 25px;
	display: block;
}

#home .about .after .fr {
	width: 580px;
}

#home .about .this-1200 .fr .img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 580px;
	height: 330px;
	border: 6px solid #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px #dcdcdc;
}

#home .about .certificate {
	width: 520px;
	margin-left: 40px;
}

#home .about .certificate img {
	width: 95px;
	height: 130px;
	display: block;
	margin-right: 15px;
}

/* ************************************ */

.owl-carousel .owl-controls .owl-buttons div i {
	font-weight: bold;
}

#home .owl-carousel .owl-controls .owl-buttons .owl-next {
	right: -15px;
}

#home .owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: -25px;
}

#home .work .owl-carousel .owl-controls .owl-buttons div {
	top: 33%;
}

/* ************************************ */

#home .work .us {
	margin-bottom: 50px;
	text-align: center;
	/* width: 1200px;
	height:830px; */
	/* box-shadow:2px 2px 2px #ddd ; */
}

#home .about .us .img {
	background-position: center;
	background-size: cover;
	height: 100%;
	/* box-shadow: 0px 0px 8px #dcdcdc; */
}

/******* 工作場景 *******/

#home .workshop {
	margin-top: 40px;
	padding-bottom: 20px;
	width: 1140px;
}

#home .workshop a {
	display: block;
	float: left;
	width: 270px;
	margin-right: 10px;
	transition: all 0.5s;
	cursor: auto;
}

#home .workshop a .img {
	background-position: center;
	background-size: cover;
	height: 180px;
	border: 1px solid #b9b9b9;
	box-sizing: border-box;
}

#home .workshop a .title {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	line-height: 40px;
	text-align: center;
}

#home .workshop a:hover>.img {
	border: 1px solid #06386b;
}

#home .workshop a:hover>.title {
	color: #06386b;
}

/* 关于我们 */

#main>.banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}

#main>.banner p {
	line-height: 250px;
	position: relative;
	z-index: -9;
	margin: 0;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px #000;
}

#main>.link {
	line-height: 35px;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	text-align: right;
}

#main>.link a {
	font-size: 14px;
	color: #333;
}

.bounce li {
	padding: 80px 0;
}

.bounce li::after, .bounce li .wow::after {
	content: '';
	display: block;
	clear: both;
}

.bounce li:nth-of-type(odd) {
	background-color: #eee;
}

.bounce li .wow {
	box-shadow: 2px 2px 4px #ccc;
}

.bounce li:nth-of-type(odd) .wow {
	background-color: #fff;
}

.bounce li:nth-of-type(even) .wow {
	background-color: #eee;
}

.bounce li:nth-of-type(even) .fl {
	float: right;
}

.bounce li:nth-of-type(odd) .fr {
	float: left;
}

.bounce li .fl {
	width: 800px;
	padding: 30px;
	box-sizing: border-box;
}

.bounce li .fl .title {
	font-size: 26px;
	color: #131313;
	margin-bottom: 30px;
}

.bounce li .fl .content {
	line-height: 36px;
	max-height: 110px;
	overflow: hidden;
	font-size: 14px;
	color: #5a5a5a;
}

.bounce li .fl .content p {
	columns: #5a5a5a;
}

.bounce li .fl .more {
	float: right;
	font-size: 14px;
	color: #5a5a5a;
	margin-top: 50px;
}

.bounce li .fl .more:hover {
	color: #000;
}

.bounce li .fl .more i {
	margin-right: 10px;
}

.bounce li .fr {
	width: 400px;
	font-size: 0;
	overflow: hidden;
}

.bounce li .fr img {
	width: 100%;
	transition: transform 0.5s;
}

.bounce li .fr img:hover {
	transform: scale(1.08);
}

.bounce li .fr .img {
	width: 400px;
	height: 297px;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s;
}

.bounce li .fr .img:hover {
	transform: scale(1.08);
}

/* 公共页面 */

#main>.content>.left {
	width: 250px;
	float: left;
	margin-bottom: 40px;
	margin-top: 10px;
}

#main>.content>.left>.title {
	line-height: 50px;
	background-color: #06386b;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#main>.content>.left>.list li {
	display: block;
}

#main>.content>.left>.list li .parent {
	height: 47px;
	background-color: #F6F6F6;
}

#main>.content>.left>.list li .parent a {
	float: left;
	width: 200px;
	box-sizing: border-box;
	margin: 0;
	line-height: 46px;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main>.content>.left>.list li .parent a:hover {
	background-color: #ddd;
}

#main>.content>.left>.list li .parent span {
	float: right;
	width: 50px;
	text-align: center;
	line-height: 46px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	font-size: 25px;
	box-sizing: border-box;
	user-select: none;
}

#main>.content>.left>.list li .parent span:hover {
	background-color: #ddd;
}

#main>.content>.left>.list li .son {
	display: none;
	width: 100%;
}

#main>.content>.left>.list li .son a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 20px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
	background-color: #F6F6F6;
}

#main>.content>.left>.list li .son a:hover {
	background-color: #ddd;
}

.left-active {
	background-color: #ddd!important;
}

#main>.content>.right {
	width: 920px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}

/* 证书列表 */

#main .certificate .list {
	font-size: 0;
}

/* #main .certificate .list li {
	display: inline-block;
	width: 293px;
	text-align: center;
	border:1px solid #b9b9b9;
	box-sizing: border-box;
	margin-right: 20px;
	cursor: pointer;
}

#main .certificate .list li p {
	font-size: 16px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
} */

#main .certificate .list li {
	display: block;
	float: left;
	width: 293px;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.5s;
}

#main .certificate .list li .img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 180px;
	box-sizing: border-box;
}

#main .certificate .cert li .img {
	background-size: contain;
	border: 1px solid #b9b9b9;
}

#main .certificate .list li .patent {
	background-size: contain;
	border: 1px solid #b9b9b9;
}

#main .certificate .list li .name {
	display: none;
}

#main .certificate .list li .title {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 产品中心 */

#main .right .products a {
	display: block;
	float: left;
	width: 300px;
	margin-right: 10px;
	overflow: hidden;
}

#main .right .products a .img {
	width: 300px;
	padding-top: 80%;
	height: 0;
	border: 1px solid #eee;
	overflow: hidden;
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s;
}

#main .right .products a .title {
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	height: 40px;
	margin: 10px 0;
}

/* #main .right .products a:hover .img{
	transform: scale(1.08);
	border:1px solid #06386b;
} */

#main .right .products a:hover .title {
	color: #06386b;
}

/* 产品内页 */

#main .products-view {
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

#main .products-view .title .img {
	width: 400px;
	float: left;
}

#main .products-view .title .img .video {
	position: relative;
}

#main .products-view .title .img .video i {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 60px;
	padding: 1px;
	z-index: 3;
	cursor: pointer;
	color: #666;
}

#main .products-view .title .img .pic {
	display: block;
	width: 100%;
	padding-top: 100%;
	border: 1px solid #f1f2f4;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#main .products-view .title .img .list li {
	width: calc(16.66% - 8.333px);
	margin-right: 10px;
	margin-top: 20px;
	float: left;
	border: 2px solid #f1f2f4;
	box-sizing: border-box;
}

#main .products-view .title .img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#main .products-view .title .img .list li:nth-of-type(6n) {
	margin-right: 0;
}

#main .products-view .title .img .list li.active {
	border: 2px solid #1a4c7f;
}

#main .products-view .title .right {
	width: 450px;
	float: left;
	margin-left: 30px;
}

#main .products-view .title .right>p {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin: 0;
}

#main .products-view .title .right .to-message {
	background-color: #1a4c7f;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	cursor: pointer;
	margin-top: 20px;
}

#main .products-view .detail {
	padding: 10px;
	font-size: initial;
	margin-top: 10px;
}

#main .products-view .detail .title {
	font-size: 16px;
	color: #c54345;
	padding: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#main .products-view .details p {
	margin: auto;
}

#main .products-view .other .title {
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
}

#main .products-view .other>a {
	display: inline-block;
	width: 280px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 30px;
}

#main .products-view .other>a p {
	text-align: center;
	padding: 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	font-weight: bold;
}

#main .products-view .other>a:hover p {
	color: #b8271e;
}

/* 其它产品 */

#main .right .other .title {
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
}

#nav-m, .search-m, #language-m {
	display: none;
}

/* 详情页关键词 */

#gjc {
	margin-top: 30px;
}

#gjc p a:hover {
	color: #06386b;
}

@media screen and (max-width:1200px) {
	.this-1200 {
		width: auto;
	}
	/* 头部 */
	#header {
		display: none;
	}
	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
	}
	#nav-m .logo {
		display: inline-block;
	}
	#nav-m .logo a {
		display: table-cell;
		height: 50px;
		vertical-align: middle;
		font-size: 18px;
		font-weight: bold;
		color: #06386b;
	}
	#nav-m .logo a span {
		padding-left: 10px;
	}
	#nav-m .logo a img {
		height: 20px;
		margin-left: 10px;
	}
	#nav-m>.title {
		font-size: 16px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 110px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	#nav-m .menu {
		position: absolute;
		right: 10px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}
	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #000;
	}
	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}
	#nav-m .nav-m-list {
		background-color: #333;
		display: none;
	}
	#nav-m .nav-m-list li {
		line-height: 40px;
		border-bottom: 1px solid #777;
	}
	#nav-m .nav-m-list li a {
		height: 100%;
		width: 100%;
		display: block;
		padding-left: 10px;
		font-size: 14px;
		color: #f1f2f4;
		box-sizing: border-box;
	}
	/* 语言切换 */
	#language-m {
		display: block;
		background-color: #eee;
		padding: 10px 0;
		text-align: center;
		overflow-y: hidden;
		white-space: nowrap;
		width: 100%;
	}
	#language-m a:nth-of-type(1) {
		margin-left: 20px;
	}
	#language-m a {
		font-size: 12px;
		color: #333;
		margin-right: 10px;
	}
	#language-m img {
		height: 15px;
		margin-right: 10px;
	}
	/* 首页 */
	.search-m {
		font-size: 0;
		display: block;
		border-bottom: 1px solid #ccc;
	}
	.search-m input {
		width: calc(100% - 50px);
		line-height: 40px;
		padding-left: 10px;
		box-sizing: border-box;
		outline: none;
		background-color: #fff;
	}
	.search-m button {
		width: 50px;
		line-height: 40px;
		border: 0;
		height: 40px;
		vertical-align: bottom;
		color: #fff;
	}
	#home {
		padding: 0 10px;
	}
	#home .product .ClassTiltl .title, #home .about .ClassTiltl .title, #home .work .ClassTiltl .title {
		font-size: 20px;
		padding: 13.5px 0;
	}
	#home .product .ClassTiltl a, #home .about .ClassTiltl a, #home .work .ClassTiltl a {
		line-height: 50px;
	}
	#home .product ul {
		margin-top: 20px;
	}
	#home .product ul li:nth-of-type(even) {
		margin-right: 10px;
	}
	#home .product ul li {
		border: 1px solid #ccc !important;
		width: calc(50% - 5px);
		margin-top: 10px;
		height: auto;
	}
	#home .product ul li .title {
		bottom: 0;
	}
	#home .product ul li .title p {
		font-size: 12px;
		line-height: 20px;
		margin: 0;
	}
	#home .product ul li .title span {
		display: none;
	}
	#home .product ul li:first-child {
		height: auto;
		width: 100%;
	}
	#home .product ul li a {
		height: 0;
		padding-top: calc(100% + 50px);
	}
	#home .product ul li .img {
		height: 0;
		padding-top: 100%;
		position: absolute;
		top: 0;
	}
	#home .product ul li:first-child .title {
		bottom: 0;
		font-size: 20px;
	}
	#home .about .this-1200 .fl {
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	#home .about .after .fr {
		width: 100%;
	}
	#home .about .this-1200 .fr a {
		margin: 10px 0;
	}
	#home .about .this-1200 .fr .img {
		width: 100%;
		height: 0;
		padding-top: 55%;
	}
	#home .about .certificate {
		width: 100%;
		margin-left: 10px;
	}
	#home .about .certificate img {
		width: 80%;
		margin-right: 10px;
	}
	#home .owl-carousel .owl-controls .owl-buttons .owl-prev {
		left: -17px;
	}
	#home .owl-carousel .owl-controls .owl-buttons .owl-next {
		right: 4px;
	}
	#home .workshop {
		margin-top: 15px;
		padding-bottom: 10px;
		width: 100%;
	}
	#home .workshop a {
		width: calc(100% - 10px);
		margin-left: 5px;
	}
	#home .workshop a .img {
		height: 0;
		padding-top: 66%;
	}
	#home .work .owl-carousel .owl-controls .owl-buttons .owl-prev {
		top: 25%;
		left: -10px;
	}
	#home .work .owl-carousel .owl-controls .owl-buttons .owl-next {
		top: 25%;
		right: -8px;
	}
	/* 底部 */
	#footer .nav, #footer .address .fr {
		display: none;
	}
	#footer .address {
		padding: 15px 0;
	}
	#footer .address .fl p {
		font-size: 12px;
		padding: 0 10px;
	}
	#footer .copy {
		line-height: 2em;
	}
	/* 内页 */
	#main>.banner p {
		height: 70px;
	}
	#main>.link {
		padding-left: 60px!important;
		padding-right: 10px!important;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}
	#main .content .left {
		position: absolute;
		left: -250px;
		z-index: 1;
		background-color: #fff;
		margin: 0;
		top: 0;
	}
	#main>.content {
		position: relative;
	}
	#main>.content>.right {
		width: 100%;
		padding: 0 10px;
		margin: 10px 0 0;
		box-sizing: border-box;
	}
	#main .certificate .list li {
		width: calc(50% - 5px);
		margin-right: 0;
	}
	#main .certificate .list li:nth-of-type(odd) {
		margin-right: 10px!important;
	}
	#main .certificate .list li .img {
		height: 0;
		padding-top: 80%;
	}
	/* 产品 */
	#main .right .products a {
		width: calc(50% - 5px);
		margin-right: 0;
	}
	#main .right .products a:nth-of-type(odd) {
		margin-right: 10px!important;
	}
	#main .right .products a .img {
		width: 100%;
	}
	/* 产品内页 */
	#main .products-view {
		padding: 0;
	}
	#main .products-view .title .img .list li {
		width: calc(25% - 7.5px);
		float: left;
		display: block;
		box-sizing: border-box;
		height: auto;
	}
	#main .products-view .title .img .list li div {
		width: auto;
		height: auto;
	}
	#main .products-view .title .img .list li:nth-of-type(4n) {
		margin-right: 0;
	}
	#main .products-view .title .img {
		width: 100%;
	}
	#main .products-view .title .img .pic {
		width: 95vw;
		height: 95vw;
	}
	#main .products-view .title .img .video i {
		font-size: 65px;
	}
	#main .products-view .title .right {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
}