/* CSS Document */

.banner {
	width:100%;
	height:500px;
	margin:0 auto;
	overflow:hidden;
}
.banner_about {
	background:url("../images/banner_about.jpg") no-repeat center center;
}
.banner_contact {
	background:url("../images/banner_contact.jpg") no-repeat center center;
}
.banner_join {
	background:url("../images/banner_join.jpg") no-repeat center center;
}
.banner_news {
	background:url("../images/banner_news.jpg") no-repeat center center;
}
.banner_product {
	background:url("../images/banner_product.jpg") no-repeat center center;
}
.banner_qa {
	background:url("../images/banner_qa.jpg") no-repeat center center;
}
.banner_case {
	background:url("../images/banner_case.jpg") no-repeat center center;
}
.pageTitle {
	width:100%;
	height:80px;
	text-align:center;
	margin-top:60px;
}
.pageTitle .CNName {
	width:100%;
	height:40px;
	line-height:40px;
	font-size:20px;
	color:#ff7070;
}
.pageTitle .ENName {
	height:40px;
}
.pageTitle .ENName span {
	display:inline-block;
}
.pageTitle .ENName span:nth-child(odd) {
 width:100px;
 background:#373c47;
 height:3px;
 margin-top:18.5px;
}
.pageTitle .ENName span:nth-child(even) {
 width:auto;
 height:40px;
 padding:0 20px;
 line-height:40px;
 font-size:14px;
 color:#242424;
}
.aboutContent {
	width:100%;
	height:auto;
	min-height:500px;
	margin:30px 0 80px 0;
}
.aboutContent > div {
	width:100%;
	height:auto;
	margin-bottom:20px;
	line-height:24px;
}
.aboutContent > div > div {
	width:97.5%;
	margin:0 auto;
	line-height:36px;
}
.aboutContent > div > p.tit {
	font-weight:bold;
}
.aboutContent > div.desc {
	text-indent:28px;
}
/*
case
*/

.caseList {
	width:100%;
	height:auto;
	margin:80px 0 80px 0;
}
.caseList ul {
}
.caseList ul li {
	width:100%;
	height:200px;
	overflow:hidden;
	background:#FFF;
	box-shadow:0 0 15px #ccc;
	margin-bottom:45px;
	cursor:pointer;
}
.caseList ul li .caseImg {
	width:160px;
	height:160px;
	margin:20px;
	float:left;
}
.caseList ul li .caseImg img {
	width:160px;
	height:160px;
}
.caseList ul li .caseText {
	width:780px;
	height:160px;
	margin:20px auto;
	float:left;
}
.caseList ul li .caseText .tit {
	width:100%;
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#242424;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.caseList ul li .caseText .time {
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#c7c7c7;
}
.caseList ul li .caseText .desc {
	width:100%;
	height:48px;
	line-height:24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.caseList ul li:hover {
	box-shadow:0 0 15px rgba(255, 112, 112, 1);
}
.caseList ul li:hover .caseText .tit, .caseList ul li:hover .caseText .desc {
	color:#ff7070;
}
.cut-off_rule {
	height:30px;
	display:flex;
	justify-content:space-between;
}
.cut-off_rule span {
	display:inline-block;
}
 .cut-off_rule span:nth-child(odd) {
 width:580px;
 height:1px;
 background:#bdbdbd;
}
 .cut-off_rule span:nth-child(even) {
 width:3px;
 height:3px;
 border-radius:1.5px;
 background:#bdbdbd;
}
.caseList_2 {
	width:1200px;
	height:auto;
	margin:50px auto;
}
.caseList_2 ul {
	width:100%;
	display:flex;
	display: -webkit-flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.caseList_2 ul li {
	width:380px;
	height:380px;
	margin-bottom:18px;
}
.caseList_2 ul li > div {
	width:378px;
	height:378px;
	position:relative;
	border:1px solid #CCC;
	overflow:hidden;
	cursor:pointer;
}
.caseList_2 ul li > div .pic {
	width:380px;
	height:380px;
	position:absolute;
	top:0;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.caseList_2 ul li > div .pic img {
	max-width:380px;
	max-height:380px;
}
.caseList_2 ul li > div .name {
	width:380px;
	height:50px;
	background:rgba(0, 0, 0, .6);
	color:#FFF;
	line-height:50px;
	text-align:center;
	overflow:hidden;
	position:absolute;
	top:330px;
	left:0;
	z-index:9;
}
.caseList_2 ul li > div:hover {
	border:1px solid #ff7070;
	box-shadow:0 0 15px #ff7070;
}
.caseList_2 ul li > div:hover .pic img {
	max-height:150% !important;
}
.caseList_3 {
	width:100%;
	height:auto;
	overflow:auto;
	margin:50px auto;
}
.caseList_3 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caseList_3 ul li {
	width:267px;
	height:120px;
	margin-bottom:40px;
}
.caseList_3 ul li img {
	max-width:267px;
	max-height:120px;
}
/*
	case details
*/

.caseTitle {
	width:800px;
	height:auto;
	line-height:24px;
	font-size:24px;
	text-align:center;
	margin:50px auto 20px auto;
}
.a-t {
	width:400px;
	height:30px;
	margin:0 auto;
}
.a-t ul {
}
.a-t ul li {
	width:200px;
	height:30px;
	float:left;
	line-height:30px;
	color:#c7c7c7;
	text-align:center;
}
.contents {
	width:96%;
	height:auto;
	line-height:30px;
	color:#242424;
	margin:20px auto 80px auto;
}
.moreColumnTitle {
	width:100%;
	height:50px;
	line-height:50px;
	font-size:18px;
}
.moreCaseList {
	width:1000px;
	height:380px;
	margin:20px auto;
}
.moreCaseList ul {
	width:100%;
	height:380px;
	display:flex;
	justify-content:space-between;
}
.moreCaseList ul li {
	width:320px;
	height:380px;
	overflow:hidden;
	position:relative;
}
.moreCaseList ul li .cImg {
	width:320px;
	height:380px;
	position:absolute;
	top:0;
	left:0px;
	z-index:1;
}
.moreCaseList ul li .cImg img {
	width:320px;
	height:380px;
}
.moreCaseList ul li .cTit {
	width:320px;
	height:50px;
	position:absolute;
	left:0;
	top:330px;
	transition:300ms;
	-o-transition:300ms;
	-ms-transition:300ms;
	-moz-transition:300ms;
	-webkit-transition:300ms;
}
.moreCaseList ul li .cTit .name {
	width:300px;
	height:50px;
	line-height:50px;
	text-align:center;
	overflow:hidden;
	position:absolute;
	top:0;
	left:10px;
	z-index:9;
	color:#FFF;
	font-size:16px;
	transition:300ms;
	-o-transition:300ms;
	-ms-transition:300ms;
	-moz-transition:300ms;
	-webkit-transition:300ms;
}
.moreCaseList ul li .cTit .bg {
	width:320px;
	height:50px;
	background:#ff7070;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	transition:300ms;
	-o-transition:300ms;
	-ms-transition:300ms;
	-moz-transition:300ms;
	-webkit-transition:300ms;
}
.moreCaseList ul li:hover .cTit {
	top:0;
	height:380px;
}
.moreCaseList ul li:hover .cTit .name {
	height:380px;
	line-height:380px;
}
.moreCaseList ul li:hover .cTit .bg {
	height:380px;
	background:rgba(255, 112, 112, .8);
}
/*
	news
*/

.newsList {
	width:100%;
	height:auto;
	margin-top:50px;
}
.newsList ul {
	width:1200px;
	height:auto;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.newsList ul li {
	width:360px;
	height:420px;
	overflow:hidden;
	position:relative;
	margin-bottom:60px;
}
.newsList ul li .newsImg {
	width:360px;
	height:420px;
	position:absolute;
	top:0;
	left:0;
}
.newsList ul li .newsImg img {
	width:360px;
	height:420px;
}
.newsList ul li .newsOther {
	width:360px;
	height:50px;
	position:absolute;
	top:370px;
	left:0;
}
.newsList ul li .newsOther .icon {
	width:360px;
	height:300px;
	display:none;
	text-align:center;
	line-height:300px;
	font-size:120px;
	color:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
}
.newsList ul li .newsOther .name {
	width:320px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	position:absolute;
	top:0;
	left:20px;
	z-index:9;
}
.newsList ul li .newsOther .bg {
	width:360px;
	height:50px;
	background:rgba(255, 112, 112, .8);
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
.newsList ul li:hover {
	box-shadow:0 0 15px rgba(255, 112, 112, 1);
}
.newsList ul li:hover .newsOther {
	top:0;
	height:420px;
}
.newsList ul li:hover .newsOther .icon {
	display:block;
}
.newsList ul li:hover .newsOther .name {
	top:300px;
	height:120px;
	line-height:60px;
}
.newsList ul li:hover .newsOther .bg {
	height:420px;
}
/*
	news details
*/

.moreNewsList {
	width:1000px;
	height:380px;
	margin-bottom:50px;
}
.moreNewsList ul {
	height:380px;
	width:1000px;
	display:flex;
	justify-content:space-between;
}
.moreNewsList ul li {
	width:300px;
	height:380px;
	overflow:hidden;
	position: relative;
	transition:300ms;
	-o-transition:300ms;
	-ms-transition:300ms;
	-moz-transition:300ms;
	-webkit-transition:300ms;
}
.moreNewsList ul li .img {
	width:300px;
	height:380px;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
}
.moreNewsList ul li .img img {
	width:300px;
	height:380px;
}
.moreNewsList ul li .other {
	width:300px;
	height:50px;
	position:absolute;
	left:0;
	top:330px;
	transition:300ms;
	-o-transition:300ms;
	-ms-transition:300ms;
	-moz-transition:300ms;
	-webkit-transition:300ms;
}
.moreNewsList ul li .other .name {
	width:280px;
	height:50px;
	position:absolute;
	left:10px;
	top:0;
	z-index:9;
	line-height:50px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	transition:300ms;
	-o-transition:300ms;
	-ms-transition:300ms;
	-moz-transition:300ms;
	-webkit-transition:300ms;
}
.moreNewsList ul li .other .bg {
	width:300px;
	height:50px;
	background:#ff7070;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	transition:300ms;
	-o-transition:300ms;
	-ms-transition:300ms;
	-moz-transition:300ms;
	-webkit-transition:300ms;
}
.moreNewsList ul li:hover {
	box-shadow:0 0 15px rgb(255, 112, 112);
}
.moreNewsList ul li:hover .other {
	height:380px;
	top:0;
}
.moreNewsList ul li:hover .other .name {
	top:0;
	height:380px;
	line-height:380px;
}
.moreNewsList ul li:hover .other .bg {
	top:0;
	height:380px;
	background:rgba(255, 112, 112, .8);
}
/*
	join
*/

.content_join {
	width:1000px;
	height:auto;
	margin:50px auto;
}
.join_title {
	width:400px;
	height:80px;
	margin:0 auto;
}
.secondTitle {
	width:1000px;
	height:40px;
	line-height:40px;
	font-size:18px;
	font-weight:blod;
	text-align:center;
}
.item {
	width:960px;
	height:auto;
	margin:30px auto;
	font-size:16px;
	overflow:auto;
}
.item .tit {
	width:160px;
	line-height:30px;
	font-weight:bold;
	float:left;
}
.item .text {
	width:800px;
	height:auto;
	float:left;
}
.item .text p {
	width:100%;
	height:auto;
	line-height:30px;
}
.itemText {
	width:960px;
	height:auto;
	line-height:32px;
	margin:20px;
auto;
	text-indent:28px;
}
.item_condition {
	width:1000px;
	height:170px;
	margin:30px auto;
}
/*
	product
*/

.productContent {
	width:100%;
	height:auto;
	margin:50px auto;
}
.productColumn {
	width:100%;
	height:80px;
}
.productColumn .CNName {
	width:100%;
	height:50px;
	line-height:50px;
	font-size:20px;
}
.productColumn .ENName {
	width:100%;
	height:30px;
	color:#c7c7c7;
	font-size:12px;
}
.productList {
	width:100%;
	height:auto;
	margin-bottom:50px;
}
.productList ul {
	width:100%;
	height:auto;
	display:flex;
	flex-flow:wrap;
	justify-content:space-between;
}
.productList ul li {
	width:340px;
	height:380px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	margin-bottom:50px;
}
.productList ul li .img {
	width:340px;
	height:380px;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}
.productList ul li .img img {
	max-height:380px;
	max-width:340px;
}
.productList ul li .name {
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	position:absolute;
	top:330px;
	left:0;
	font-size:20px;
	z-index:2;background-color:rgba(0,0,0,0.2); color:#fff
}
.productList ul li:hover {
	box-shadow: 0 0 15px #ff7070;
}
/*
	product details
*/
.proDescTopMsg {
	width:1000px;
	height:auto;
	margin:50px auto 0 auto;
	overflow:auto;
}
.proDescTopMsg .img {
	width:400px;
	height:400px;
	float:left;
}
.proDescTopMsg .img img {
	width:400px;
	height:400px;
}
.proDescTopMsg .text {
	width:570px;
	height:auto;
	float:right;
}
.proDescTopMsg .text .name {
	width:100%;
	height:59px;
	border-bottom:1px solid #ccc;
	line-height:59px;
	font-size:24px;
}
.proDescTopMsg .text .price {
	width:100%;
	height:auto;
	margin:10px auto;
	overflow:auto;
	font-size:18px;
}
.proDescTopMsg .text .price p {
	float:left;
}
 .proDescTopMsg .text .price p:nth-child(1) {
 width:100px;
 line-height:35px;
}
.proDescTopMsg .text .price p:nth-child(2) {
 width:470px;
 line-height:35px;
}
.proDescTopMsg .text .manufacturers {
	width:100%;
	height:auto;
}
.proDescTopMsg .text .manufacturers p {
	width:100%;
	height:35px;
	line-height:35px;
	font-weight:bold;
	margin-bottom:15px;
}
.proDescTopMsg .text .manufacturers ul {
	width:100%;
	height:auto;
	overflow:auto;
}
.proDescTopMsg .text .manufacturers ul li {
	width:auto;
	height:45px;
	padding:0 15px;
	line-height:45px;
	float:left;
	margin-right:10px;
	background:#e0e0e0;
	font-size:16px;
	color:#3a85f4;
	cursor:pointer;
}
.proDescTopMsg .text .manufacturers ul li.current {
	background:#3a85f4;
	color:#FFF;
}
.paramsTable {
	width:800px;
	height:auto;
	overflow:auto;
}
.paramsTable ul {
	width:100%;
	height:auto;
	overflow:auto;
	padding:0 !important;
	margin:0 !important;
}
.paramsTable ul li {
	width:100%;
	height:35px;
	margin:0 0 5px 0;
}
.paramsTable ul li p {
	height:35px;
	line-height:35px;
	text-indent:20px;
	float:left;
	padding:0;
	margin:0;
}
 .paramsTable ul li p:nth-child(1) {
width:200px;
}
 .paramsTable ul li p:nth-child(2) {
width:360px;
}
 .paramsTable ul li p:nth-child(even) {
background:#F7F7F7;
}
 .paramsTable ul li p:nth-child(odd) {
background:#EFEFEF;
}
.productText {
	width:100%;
	height:auto;
	overflow:auto;
	margin:15px 0;
}
.productText .title {
	width:100%;
	height:45px;
	line-height:45px;
	font-size:18px;
	font-weight:bold;
}
.productText .title span:nth-child(1) {
 width:5px;
 height:25px;
 margin:10px 10px 0 0;
 display:block;
 background:red;
 float:left;
}
.productText .title span:nth-child(2) {
 width:auto;
 height:45px;
 display:inline-block;
}
.productText .text {
	width:100%;
	height:auto;
	line-height:24px;
	text-indent:28px;
	font-size:14px;
	color:#333;
}
.aboutTheDeposit {
	width:90%;
	height:auto;
	line-height:24px;
	font-size:16px;
	color:#FF7070;
	text-align:center;
	margin:20px auto;
}
.otherDetails {
	width:100%;
	height:auto;
	margin:50px auto;
}
.title_productDesc {
	width:100%;
	height:45px;
	border-bottom:2px solid #00d8ff;
}
.title_productDesc p {
	width:180px;
	height:45px;
	background:#00d8ff;
	text-align:center;
	line-height:45px;
	color:#FFF;
	font-size:18px;
	border-radius:5px 5px 0 0;
}
.moreProductList {
	width:999px;
	height:300px;
	margin:10px .5px;
}
.moreProductList ul {
}
.moreProductList ul li {
	width:300px;
	height:300px;
	float:left;
	margin:0 16.5px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.moreProductList ul li .img {
	width:300px;
	height:300px;
	position:absolute;
	text-align:center;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.moreProductList ul li .img img {
	max-height:300px;
	max-width:300px;
}
.moreProductList ul li .text {
	width:300px;
	height:300px;
	text-align:center;
	line-height:300px;
	top:300px;
	left:0px;
	display:none;
}
.moreProductList ul li .text .name {
	width:300px;
	height:300px;
	position:absolute;
	z-index:4;
	text-align:center;
	line-height:300px;
	color:#FFF;
}
.moreProductList ul li .text .bg {
	width:300px;
	height:300px;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	background:rgba(255, 112, 112, .8);
}
.moreProductList ul li:hover .text {
	display:block;
}
/*
	equipment Q&A 
*/

.equipmentList {
	width:100%;
	height:auto;
	margin:50px auto;
}
.equipmentList ul {
}
.equipmentList ul li {
	width:100%;
	height:100px;
	background:#e0e0e0;
	overflow:auto;
	margin-bottom:30px;
	box-shadow:0 0 5px #ccc;
	cursor:pointer;
}
.equipmentList ul li .eqTitle {
	width:96%;
	height:50px;
	line-height:70px;
	margin:0 auto;
	font-size:16px;
	font-size:#242424;
}
.equipmentList ul li .eqDesc {
	width:96%;
	line-height:30px;
	font-size:14px;
	color:#242424;
	margin:0 auto;
}
.equipmentList ul li .eqContent {
	width:96%;
	height:auto;
	line-height:30px;
	font-size:14px;
	margin:0 auto;
}
.moreQAList {
	width:100%;
	height:150px;
	overflow:hidden;
	margin:0 auto;
}
.moreQAList ul {
	width:100%;
	height:150px;
	display:flex;
	flex-flow:wrap;
	justify-content:space-between;
}
.moreQAList ul li {
	width:48%;
	height:50px;
	border-bottom:1px dashed #ccc;
}
.moreQAList ul li .tit {
	width:70%;
	height:50px;
	float:left;
	line-height:50px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-indent:14px;
}
.moreQAList ul li .time {
	width:30%;
	height:50px;
	float:right;
	line-height:50px;
}
.moreQAList ul li a {
	width:100%;
	height:100%;
	display:block;
}
.moreQAList ul li:hover {
	background:rgba(255, 112, 112, .5);
}
.moreQAList ul li:hover a {
	color:#FFF;
}
/*
	contact
*/
.contactContent {
	width:100%;
	height:auto;
	overflow:auto;
	margin:50px auto;
}
.companyLocation {
	width:100%;
	height:600px;
	background:url("../images/map.jpg") no-repeat center -800px;
}
.contactMsg {
	width:600px;
	height:auto;
	margin:0 50px;
}
.contactMsg .companyName {
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
	font-weight:bold;
	font-size:32px;
	color:#ff7070;
}
.contactMsg .businessPersonnel {
	width:100%;
	height:120px;
	margin:30px 0;
}
.contactMsg .businessPersonnel p {
	width:100%;
	height:40px;
	font-size:18px;
}
.contactMsg .businessPersonnel p > span {
	display:inline-block;
	height:40px;
	line-height:40px;
	font-size:#242424;
}
 .contactMsg .businessPersonnel p > span:nth-child(1) {
 width:100px;
}
.contactMsg .businessPersonnel p > span:nth-child(2) {
 width:480px;
}
.contactMsg .companyAddress {
	width:100%;
	height:40px;
	line-height:40px;
	font-size:18px;
}
.contactMsg .QRCode {
	width:400px;
}
.contactMsg .QRCode .QRImg {
	width:400px;
	height:400px;
}
.contactMsg .QRCode .QRImg img {
	width:400px;
	height:400px;
}
.contactMsg .QRCode .QRText {
	width:400px;
	height:50px;
	line-height:50px;
	text-align:center;
}
.contactQR {
	width:400px;
	height:auto;
}
.contactQR .QRCode {
	width:400px;
	height:400px;
	overflow:hidden;
}
.contactQR .QRCode img {
	max-height:400px;
	max-width:400px;
}
.contactQR .QRText {
	width:100%;
	height:60px;
	font-size:16px;
	text-align:center;
	line-height:40px;
}
.partnerAddress {
	width:500px;
	height:auto;
}
