/* CSS Document */
/*产品详情页*/
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width:1400px) {
.w1200 {
	padding: 0px 50px;
}
}

@media screen and (max-width:1024px) {
.w1200 {
	padding: 0px 30px;
}
}

@media screen and (max-width:768px) {
.w1200 {
	padding: 0px 20px;
}
}
.slideIn02 {
	position: relative;
	-webkit-animation: slideIn02;
	-moz-animation: slideIn02;
	-o-animation: slideIn02;
	animation: slideIn02;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s
}
.productInfo .productInfo-info .right-share .btn .weixin, .productInfo .productInfo-info .right-share .btn .sina {
	display: inline-block;
	width: 40px;
	height: 34px;
	background-position: center;
	background-repeat: no-repeat;
}
.bd_weixin_popup .bd_weixin_popup_foot {
	line-height: 18px !important;
}
.bd_weixin_popup {
	height: auto!important;
}
.productInfo {
	padding-bottom: 0px;
}
.productInfo .productInfo-info {
	margin-top: 30px;
}
.productInfo .productInfo-info .product-left {
	width: 45%;
	min-height: 510px;
	position: relative;
	z-index: 1;
	margin-bottom: 90px;
}
.productInfo .productInfo-info .product-left ul {
	width: 100%;
	/*padding: 0 80px;*/
	overflow: hidden;
}
.productInfo .productInfo-info .product-left ul li {
	position: relative;
	float: left;
	width: 25%;
	border: 1px solid #ececec;
	text-align: center;
	padding: 10px;
	height: 80px;
	margin-left: 0px;
}
.productInfo .productInfo-info .product-left ul li img {
	padding: 5px;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}
.productInfo .productInfo-info .product-left ul li:hover {
	border-color: #484748;
	cursor: pointer;
}
.productInfo .productInfo-info .product-left .img {
	height: 426px;
	position: relative;
	text-align: center;
}
.productInfo .productInfo-info .product-left .img div {
	width: 25px;
	height: 45px;
	cursor: pointer;
}
.productInfo .productInfo-info .product-left .img .pre {
	z-index: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23px;
}
.productInfo .productInfo-info .product-left .img .next {
	z-index: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -23px;
}
.productInfo .productInfo-info .product-right {
	padding: 40px 30px 0 50%;
	position: absolute;
}
.productInfo .productInfo-info .product-right h1 {
	font-size: 30px;
	font-weight: bold;
}
.productInfo .productInfo-info .product-right p {
	font-size: 14px;
	line-height: 28px;
	margin: 20px 0 20px 0;/*text-align: justify;*/
	height: 168px;
	overflow-y: auto;
}
.productInfo .productInfo-info .product-right a input {
	margin-top: 20px;
	font-size: 18px;
	line-height: 18px;
	padding: 12px 40px;
	border: 1px solid #2772db;
	border-radius: 4px;
	background-color: #fff;
	color: #2772db;
	margin-right: 30px;
}
.productInfo .productInfo-info .product-right a input:hover {
	background-color: #2772db;
	border-color: #2772db;
	color: #fff;
}
.productInfo .productInfo-info .right-share {
	font-size: 16px;
	padding-right: 80px;
	margin-top: 60px;
}
.productInfo .productInfo-info .right-share div.share {
	position: relative;
}
.productInfo .productInfo-info .right-share div.share:after {
	content: "";
	margin-left: 20px;
	display: inline-block;
	width: 90%;
	border-top: 1px solid #ccc;
	position: absolute;
	top: 50%;
}
.productInfo .productInfo-info .right-share a {
	display: inline-block;
	background-repeat: no-repeat;
	margin: 5% 5% 0;
}
.productInfo .productInfo-info .right-share .btn {
	padding-left: 0;
}





.productInfo .productInfo-trait {
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}
.productInfo .productInfo-trait h2 {
	font-size: 32px;
	color: #78bc27;
	padding: 45px 0 70px;
}
.productInfo .productInfo-trait .trait-content {/*border-bottom: 1px solid #000;*/
	opacity: .9;
	height: 230px;
	overflow: hidden;
}
.productInfo .productInfo-trait .trait-content .trait-list {
	width: 25%;
	float: left;
	padding: 0 15px;
	position: relative;
	height: 230px;
}/*.productInfo .productInfo-trait .trait-content .trait-list:after{content: "";display: inline-block;border-right: 1px solid #fff;height: 50%;position: absolute;left: 1px;top: 20px;}*//*.productInfo .productInfo-trait .trait-content .trait-list:before{content: "";display: inline-block;border-right: 1px solid #000;height: 50%;position: absolute;left: 0px;top: 20px;}*//*.productInfo .productInfo-trait .trait-content .trait-list:nth-child(4n-3):after,.productInfo .productInfo-trait .trait-content .trait-list:nth-child(4n-3):before{border: none;}*/
.productInfo .productInfo-trait .trait-content .trait-list p {
	color: #fff;
	line-height: 30px;
	padding: 20px 0 50px;
	height: 140px;
	overflow: auto;
	margin-bottom: 20px;
}
.productInfo .productInfo-trait .more {/*border-top: 1px solid #fff;*/
	padding: 40px 0;
	opacity: .8;
}
.productInfo .productInfo-trait .more a {
	font-size: 18px;
	color: #fff;
	padding: 40px 13px;
}
.productInfo .productInfo-trait .more a:hover {
	color: #78bc27;
}

.clo6{ color: #19284d;line-height:1.4;margin-bottom: 30px; }
.productInfo .productInfo-arguments {
	position: relative;
	background: #ededed; /*text-align: center;*/
	padding-bottom: 50px;
}
.productInfo .productInfo-arguments h2 {
	font-size: 32px;
	color: #78bc27;
	padding: 45px 0 70px;
	text-align: center;
}/*.productInfo .productInfo-arguments table{width: 100%!important;}.productInfo .productInfo-arguments table tr td{width: 14.28%;}.productInfo .productInfo-arguments table tr td:first-child{text-align: left;padding-right: 20px;}.productInfo .productInfo-arguments table tr{height: 40px;}.productInfo .productInfo-arguments table tbody tr:nth-child(even){background: #fff;}.productInfo .productInfo-arguments table tbody tr:nth-child(odd){background: #f5f5f5;}.productInfo .productInfo-arguments table thead tr{font-size: 16px;color: #fff;background-color: #78bc27!important;height: 50px;}.productInfo .productInfo-arguments table thead tr td{text-align: center!important;}*/
.productInfo .productInfo-materials .w1400 {
	text-align: center;
	position: relative;
}
.productInfo .productInfo-materials h2 {
	font-size: 32px;
	color: #78bc27;
	padding: 45px 0 70px;
}
.productInfo .productInfo-materials .materials-content {
	margin: 0 50px;
	padding: 5px 0;
}
.productInfo .productInfo-materials .swiper-button-next, .education .case-product .swiper-button-next {
	z-index: 1;
	width: 28px;
	height: 49px;
	position: absolute;
	top: 62%;
	right: 0;
	background: url(../images/team-right.png) no-repeat center top;
	pointer-events: inherit;
	cursor: pointer;
	opacity: 1;
}
.productInfo .productInfo-materials .swiper-button-prev, .education .case-product .swiper-button-prev {
	z-index: 1;
	width: 28px;
	height: 49px;
	position: absolute;
	top: 62%;
	left: 0;
	background: url(../images/team-left.png) no-repeat center top;
	pointer-events: inherit;
	cursor: pointer;
	opacity: 1;
}
.education .case-product .swiper-button-next, .education .case-product .swiper-button-prev {
	top: 50%;
	margin-top: -25px;
}
.productInfo .productInfo-materials .swiper-button-next:hover, .education .case-product .swiper-button-next:hover {
	background: url(../images/team-right-on.png) no-repeat center top;
}
.productInfo .productInfo-materials .swiper-button-prev:hover, .education .case-product .swiper-button-prev:hover {
	background: url(../images/team-left-on.png) no-repeat center top;
}
.productInfo .productInfo-materials .materials-content .list {
	width: 27.5%;
	float: left;
	position: relative;
	padding: 15px;
}
.productInfo .productInfo-materials .materials-content .list .box {
	box-shadow: 0px 1px 7px 0px #ccc;
	-webkit-box-shadow: 0px 1px 7px 0px #ccc;
	-moz-box-shadow: 0px 1px 7px 0px #ccc;
	-o-box-shadow: 0px 1px 7px 0px #ccc;
	height: 300px;
	position: relative;
	overflow: hidden;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.productInfo .productInfo-materials .materials-content .list img {
	max-height: 100%;
}
.productInfo .productInfo-materials .materials-content .list a {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	background-color: #fafafa;
	position: absolute;
	bottom: 0;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.productInfo .productInfo-materials .materials-content .list:hover .box {
	box-shadow: 0px 1px 20px #ccc;
	-webkit-box-shadow: 0px 1px 20px #ccc;
	-moz-box-shadow: 0px 1px 20px #ccc;
	-o-box-shadow: 0px 1px 20px #ccc;
}
.productInfo .productInfo-materials .materials-content .list .box:hover a {
	color: #78bc27;
}
.productInfo .productInfo-materials ul {
	box-shadow: 0px 5px 14px 0 #999;
	-webkit-box-shadow: 0px 5px 14px 0 #999;
	-moz-box-shadow: 0px 5px 14px 0 #999;
	-o-box-shadow: 0px 5px 14px 0 #999;
}
.productInfo-download {
	height: 100%;
	padding-bottom: 3%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}
.productInfo-download h2 {
	font-size: 32px;
	color: #78bc27;
	padding: 45px 0 70px;
}
.productInfo-download .list {
	width: 33.3%;
	float: left;
	padding: 0 70px;
	border-left: 1px solid #e6e6e6;
	position: relative;
	margin-bottom: 60px;
	height: 170px;
}
.productInfo-download .list:nth-child(3n-2) {
	border-color: rgba(255,255,255,0);
}
.productInfo-download .list .list-left {
	text-align: left;
	width: 70%
}
.productInfo-download .list .list-left h3 {
	font-size: 20px;
	padding-bottom: 20px;
}
.productInfo-download .list .list-left p {
	font-size: 16px;
	line-height: 30px;
}
.productInfo-download .list .list-left a {
	display: inline-block;
	top: 60px;
}
.productInfo-download .list .list-right {
	width: 30%;
}
.productInfo-download .list .list-right img {
	max-width: 50px;
}
.productInfo-download .list .list-bottom {
	width: 100%;
	text-align: left;
	margin-top: 50px;
}
.productInfo-download .list .list-bottom img {
	padding-right: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.productInfo-download .list .list-bottom a {
	color: #78bc27;
	font-size: 18px;
	line-height: 18px;
}








.productInfo-aboutp {
	text-align: center;
	padding-bottom: 3%;
}
.productInfo-aboutp .aboutp-content {
	margin: 0 50px;
}
.productInfo-aboutp h2 {
	font-size: 32px;
	color: #78bc27;
	padding: 45px 0 70px;
}
.productInfo-aboutp .content-list {
	width: 20%;
	float: left;
	text-align: center;
	height: 210px;
	position: relative;
	overflow: hidden;
}
.productInfo-aboutp .content-list:hover img {
	transform: scale(1.1);
}
.productInfo-aboutp .content-list a.list-a {
	font-size: 20px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
.productInfo-aboutp .content-list:hover a {
	color: #78bc27;
}
.productInfo-aboutp .content-list img {
	padding: 10px;
	max-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.productInfo .productInfo-aboutp .swiper-button-next {
	z-index: 0;
	width: 28px;
	height: 49px;
	position: absolute;
	top: 50%;
	margin-top: 45px;
	right: 0;
	background: url(../images/team-right.png) no-repeat center top;
	pointer-events: inherit;
	cursor: pointer;
	opacity: 1;
}
.productInfo .productInfo-aboutp .swiper-button-prev {
	z-index: 0;
	width: 28px;
	height: 49px;
	position: absolute;
	top: 50%;
	margin-top: 45px;
	left: 0;
	background: url(../images/team-left.png) no-repeat center top;
	pointer-events: inherit;
	cursor: pointer;
	opacity: 1;
}
.productInfo .productInfo-aboutp .swiper-button-next:hover {
	background: url(../images/team-right-on.png) no-repeat center top;
}
.productInfo .productInfo-aboutp .swiper-button-prev:hover {
	background: url(../images/team-left-on.png) no-repeat center top;
}




.productInfo-works {
	text-align: center;
	padding-bottom: 5%;
}
.productInfo-works h2 {
	font-size: 32px;
	color: #78bc27;
	padding: 45px 0 70px;
}
.productInfo-works .works-left {
	width: 75%;
	position: relative;
}
.productInfo-works .works-left .swiper-button-next, .productInfo-works .works-left .swiper-button-prev {
	top: 50%;
	z-index: 5;
}
.productInfo-works .works-left .swiper-button-next {
	background: url(../images/team-right.png) no-repeat center top;
	pointer-events: inherit;
	cursor: pointer;
}
.productInfo-works .works-left .swiper-button-prev {
	background: url(../images/team-left.png) no-repeat center top;
	pointer-events: inherit;
	cursor: pointer;
}
.productInfo-works .works-left .swiper-button-next:hover {
	background: url(../images/team-right-on.png) no-repeat center top;
}
.productInfo-works .works-left .swiper-button-prev:hover {
	background: url(../images/team-left-on.png) no-repeat center top;
}
.productInfo-works .works-left .img {
	display: none;
	height: 475px;
	width: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
}
.productInfo-works .works-left .img .cases_content {
	height: 120px;
	overflow: hidden;
	color: #fff;
	display: none;
}
.productInfo-works .works-left .img:first-child {
	display: block;
}
.productInfo-works .works-left .img .txt {
	text-align: left;
	padding-left: 10%;
	padding-top: 8%;
	padding-right: 10%;
}
.productInfo-works .works-left .img .txt h1 {
	font-size: 36px;
	color: #fff;
	padding-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.productInfo-works .works-left .img .txt p {
	font-size: 18px;
	color: #fff;
	width: 250px;
	height: 24px;
	line-height: 24px;
}
.productInfo-works .works-left .img .txt a {
	display: inline-block;
	margin-top: 80px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	background-color: #78bc27;
	padding: 14px 30px;
}
.productInfo-works .works-right {
	width: 25%;
	text-align: left;
	padding-left: 30px;
}
.productInfo-works .works-right h3 {
	font-size: 20px;
	color: #333;
	position: relative;
	margin-right: 100px;
}
.productInfo-works .works-right h3:after {
	content: "";
	width: 100%;
	display: inline-block;
	border-top: 1px solid #333;
	position: absolute;
	top: 50%;
	right: -100px;
}
.productInfo-works .works-right .list, .productInfo-works .works-right .more {
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	border: 1px solid #b3b3b3;
	width: 100%;
	padding: 0 55px;
	margin-top: 25px;
}
.productInfo-works .works-right .list:hover {
	border-color: #78bc27;
}
.productInfo-works .works-right .list:hover a {
	color: #78bc27;
}
.productInfo-works .works-right .more {
	text-align: center;
	padding: 0;
	background: #78bc27;
}
.productInfo-works .works-right .more a {
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 100%;
}


.productInfo .productInfo-info .product-left .img {
	position: relative;
}
.productInfo .productInfo-info .product-left .img img {
	padding: 30px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	max-height: 400px;
}
.productInfo .productInfo-info .product-left .next {
	width: 26px;
	height: 50px;
	background: url(../images/team-left.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 40%;
}
.productInfo .productInfo-info .product-left .pre {
	width: 26px;
	height: 50px;
	background: url(../images/team-right.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 40%;
}
.productInfo .productInfo-info .product-left .pre:hover {
	background: url(../images/team-right-on.png) no-repeat center center;
}
.productInfo .productInfo-info .product-left .next:hover {
	background: url(../images/team-left-on.png) no-repeat center center;
}



.productInfo .productInfo-materials .materials-content .list {
	position: relative;
}
.productInfo-aboutp .aboutp-content .swiper-wrapper {
	margin: 10px 0;
}
.productInfo .productInfo-materials .materials-content .list img {/*padding: 10px 30px;*/
	padding-bottom: 50px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

@media screen and (max-width:1024px) {
.productInfo-aboutp .content-list {
	height: 195px;
}
.productInfo .productInfo-info {
	margin-top: 0;
}
.productInfo .productInfo-info .product-left {
	width: 100%;
	margin-bottom: 0;
}
.productInfo .productInfo-info .product-right {
	position: relative;
	padding: 50px 0px;
	float: none;
}
.productInfo .productInfo-info .product-right p {
	margin-bottom: 0;
	margin-top: 5px;
}
.productInfo .productInfo-trait {
	margin-top: 50px;
}
.productInfo .productInfo-trait .trait-content {
	height: auto;
}
.productInfo .productInfo-trait .trait-content .trait-list {
	width: 100%;
}
.productInfo .productInfo-trait .trait-content .trait-list:after, .productInfo .productInfo-trait .trait-content .trait-list:before {
	border: none;
}
.productInfo .productInfo-trait .trait-content .trait-list {
	padding: 20px 80px;
}
.productInfo .productInfo-arguments {
	overflow: auto;
}
.productInfo .productInfo-arguments table {
	width: 1024px;
}
.productInfo .productInfo-info .product-right h1 {
	font-size: 20px;
	line-height: 50px;
}
.productInfo .productInfo-info .product-right p {
	height: auto;
	overflow: visible;
}
.productInfo .productInfo-info .product-right a input {
	margin-top: 40px;
}
.productInfo .productInfo-info .right-share {
	margin-top: 8%;
}
.productInfo .productInfo-trait h2, .productInfo .productInfo-arguments h2, .productInfo .productInfo-materials h2, .productInfo-download h2, .productInfo-aboutp h2, .productInfo-works h2 {
	font-size: 24px;
}
.productInfo-aboutp .content-list a {
	font-size: 16px;
}
.productInfo-works .works-left {
	width: 100%;
}
.productInfo-works .works-right {
	width: 100%;
	padding: 40px 0;
}
.productInfo-works .works-left .img .txt h1 {
	font-size: 30px;
}
.productInfo-works .works-left .img .txt p {
	font-size: 16px;
}
.productInfo-aboutp .aboutp-content {
	width: auto;
}
.productInfo .productInfo-materials .materials-content {
	width: auto;
	margin: 0px 30px;
}
.productInfo-download .list .list-left h3 {
	font-size: 18px;
}
.productInfo-download .list .list-left p {
	font-size: 14px;
	line-height: 20px;
}
.posFix {
	display: none;
}
.productInfo-download .list {
	padding: 0px 20px;
}
.productInfo {
	padding-bottom: 40px;
}
}

@media screen and (max-width:768px) {
	.clo6{ color: #666;line-height:1.4;margin-bottom: 0px; }
.productInfo .productInfo-aboutp .swiper-button-next, .productInfo .productInfo-aboutp .swiper-button-prev {
	margin-top: 30px;
}
.productInfo-aboutp h2 {
	padding-bottom: 10px!important;
}
.productInfo .productInfo-info .product-right h1 {
	font-size: 16px;
}
.productInfo .productInfo-info .product-right p {
	margin-top: 0px;
}
.productInfo .productInfo-info .product-right a input {
	font-size: 16px;
}
.productInfo .productInfo-trait {
	margin-top: 0px;
}
.productInfo .productInfo-arguments table thead tr {
	height: 40px;
}
.productInfo .productInfo-arguments table tr {
	height: 30px;
}
.productInfo .productInfo-arguments {
	padding-bottom: 0;
}
.productInfo-download .list {
	border: none;
	margin-bottom: 15px;
}
.productInfo-download .list .list-left h3 {
	padding-bottom: 10px;
}
.productInfo-download .list .list-bottom {
	margin: 20px 0px;
}
.productInfo-download .list .list-right {
	text-align: right;
}
.productInfo .productInfo-trait h2, .productInfo .productInfo-arguments h2, .productInfo .productInfo-materials h2, .productInfo-download h2, .productInfo-aboutp h2, .productInfo-works h2 {
	padding: 30px 0 40px;
	font-size: 18px;
}
.productInfo .productInfo-arguments ul, .productInfo .aside ul, .productInfo .productInfo-materials ul {
	display: none;
}
.productInfo .productInfo-materials .materials-content .list a {
	font-size: 16px;
}
.productInfo .productInfo-trait .more a {
	font-size: 16px;
}
.productInfo-works .works-left .img .txt {
	padding: 0;
	text-align: center;
	padding: 10%;
}
.productInfo-works .works-left .img .txt p {
	width: 100%;
}
.productInfo-works .works-left .img .txt h1 {
	font-size: 20px;
}
.productInfo-works .works-left .img .txt a {
	font-size: 14px;
}
.productInfo-works .works-right h3 {
	font-size: 18px;
}
.productInfo-works .works-right .list, .productInfo-works .works-right .more {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}
.productInfo-works .works-left .img {
	height: 450px;
}
.productInfo {
	padding-bottom: 30px;
}
}

@media screen and (max-width:640px) {
.productInfo-download .list {
	width: 250px;
	float: none;
	margin: 0 auto;
}
.productInfo .productInfo-info {
	margin-top: 0;
}
.productInfo .productInfo-info .product-left ul {
	padding: 0;
}
.productInfo .productInfo-info .product-left .img {
	height: 330px;
}
.productInfo .productInfo-info .product-left .img img {
	max-height: 330px;
}
.productInfo .productInfo-info .product-left {
	min-height: 330px;
}
.productInfo .productInfo-info .product-right {
	padding: 30px 0 30px;
}
.productInfo .productInfo-info .product-right a input {
	font-size: 14px;
	margin: 30px 0 0;
}
.productInfo-download .list .list-left h3, .productInfo-download .list .list-bottom a {
	font-size: 16px;
}
.productInfo .productInfo-trait {
	margin-top: 30px;
}
.productInfo-works .works-left .img {
	height: 380px;
}
.productInfo-works .works-left .img .txt {
	padding-top: 13%;
}
.productInfo-download .list .list-bottom {
	padding: 7% 0 15% 0;
}
.productInfo {
	padding-bottom: 20px;
}
}

@media screen and (max-width:375px) {
.productInfo .productInfo-info .right-share a {
	margin: 10% 4% 0;
}
	
	
	