/* CSS Document */



.banner {
	width:100% !important;
	height:700px !important;
	margin:0 auto;
}
.banner .b_img a {
	width:100%;
	height:100%;
	display:block;
}
.banner_1 {
	width:100%;
	height:700px;
	background:url(../images/banner_desc.jpg) center center no-repeat;
}
.banner_2 {
	width:100%;
	height:700px;
	background:url(../images/banner_sao.jpg) center center no-repeat;
}
.banner_3 {
	width:100%;
	height:700px;
	background:url(../images/banner_xi.jpg) center center no-repeat;
}
.CTBG_r {
	background:url(../images/column_title_index_r.png) no-repeat center center;
}
.CTBG_w {
	background:url(../images/column_title_index_w.png) no-repeat center center;
}
.about {
	height:650px;
}
.columnTitle {
	width:560px;
	height:120px;
	margin:0 auto;
}
.columnTitle .CNName {
	width:190px;
	height:70px;
	line-height:90px;
	margin:0 auto;
	text-align:center;
	font-size:26px;
	font-weight:bold;
}
.columnTitle .ENName {
	width:190px;
	height:50px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
}
.citation {
	width:100%;
	height:45px;
	line-height:45px;
	text-align:center;
	margin:0 auto;
	font-size:24px;
	font-weight:bold;
	margin-top:20px;
}
.aboutContent {
	width:100%;
	height:auto;
	margin-top:50px;
}
.aboutContent p {
	width:100%;
	height:auto;
	line-height:38px;
	text-indent:40px;
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
}
.enterpriseCulture {
	width:100%;
	margin:0 auto;
	height:auto;
	/*background:url(../images/CORPORATE_CULTURE_BG2.jpg) no-repeat center center;*/
	background:#f7f7f7;
	overflow:auto;
	padding-bottom:20px;
}

.service {
	width:100%;
	margin:0 auto;
	height:auto;
	/*background:url(../images/CORPORATE_CULTURE_BG2.jpg) no-repeat center center;*/
	background:#fff;
	overflow:auto;
	padding-bottom:20px;
}









.mt {
	margin-top:70px;
}
.cultureItems {
	width:1000px;
	margin:50px auto 0 auto;
}
.cultureItems .item {
	width:498px;
	height:248px;
	float:left;
}
.cultureItems .item .icon {
	width:125px;
	height:85px;
	margin:0 auto;
	font-size:100px;
	color:#696969;
	line-height:85px;
	text-align:center;
}
.cultureItems .item .itemName {
	width:100%;
	height:65px;
	line-height:65px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.cultureItems .item .itemLine {
	width:100px;
	height:5px;
	background:#ff3636;
	margin:0 auto;
}
.cultureItems .item .itemDesc {
	width:90%;
	height:65px;
	color:#000;
	text-align:center;
	font-size:16px;
	margin:10px auto;
}
 .cultureItems .item:nth-child(1) {
 border-right:2px solid #e71f19;
 border-bottom:2px solid #e71f19;
}
.cultureItems .item:nth-child(2) {
 border-left:2px solid #e71f19;
 border-bottom:2px solid #e71f19;
}
.cultureItems .item:nth-child(3) {
 border-right:2px solid #e71f19;
 border-top:2px solid #e71f19;
}
.cultureItems .item:nth-child(4) {
 border-left:2px solid #e71f19;
 border-top:2px solid #e71f19;
}
.cultureItems .item:nth-child(1) .itemDesc, .cultureItems .item:nth-child(2) .itemDesc, .cultureItems .item:nth-child(3) .itemDesc {
line-height:65px;
}
.cultureItems .item:nth-child(4) .itemDesc {
line-height:30px;
}
.productService {
	height:690px;
	background:#f8f8f8;
	overflow:auto;
	margin:0 auto;
}
.productService .serviceItems {
	width:100%;
	height:380px;
	margin-top:70px;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.productService .serviceItems .item {
	width:280px;
	height:380px;
	cursor:pointer;
}
.productService .serviceItems .item .icon {
	width:100%;
	height:180px;
	text-align:center;
	line-height:180px;
	font-size:140px;
	color:#838383;
}
.productService .serviceItems .item .itemName {
	width:90%;
	height:80px;
	line-height:80px;
	text-align:center;
	color:#242424;
	font-size:24px;
	font-weight:bold;
	margin:0 auto;
}
.productService .serviceItems .item .itemDesc {
	width:90%;
	line-height:32px;
	font-size:16px;
	text-indent:32px;
	color:#242424px;
	margin:0 auto;
}
.productService .serviceItems .item:hover {
	box-shadow:0 0 15px #ccc;
	background:#FFF;
}
.productService .serviceItems .item:hover .icon, .productService .serviceItems .item:hover .itemName {
	color:#ff3636;
}
.productSeries {
	width:100%;
	height:800px;
	overflow:auto;
	background:url(../images/product_BG.jpg) no-repeat center center;
}
.productList {
	width:100%;
	height:240px;
	margin:20px 0;
}
.productList .list {
	width:1090px;
	height:240px;
}
.productList .list ul {
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.productList .list ul li {
	width:350px;
	height:240px;
	background:#FFF;
	box-shadow:0 0 10px #ccc;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
.productList .name {
	width:90px;
	height:240px;
	text-align:center;
	font-size:28px;
	color:#FFF;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
	display:flex;
	-webkit-display:flex;
	flex-direction:column;
	justify-content:center;
}
.productList .list ul li .productName {
	width:auto;
	height:50px;
	margin:0 45px;
	line-height:60px;
	font-size:28px;
	position:relative;
	z-index:9;
}
.productList .list ul li .productIMG {
	width:240px;
	height:240px;
	text-align:center;
	top:0;
	position: absolute;
}
.productList .list ul li .imgLocation {
	right:0;
}
.productList .list ul li .productIMG img {
	max-height:240px;
	max-width:240px;
}
.productList .list ul li .BG {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	display:none;
}
.productList .list ul li .BG_color_b {
	background:rgba(20, 197, 255, .8);
}
.productList .list ul li .BG_color_r {
	background:rgba(255, 112, 112, .8);
}
.productList .list ul li .productDesc {
	width:70%;
	height:80px;
	line-height:40px;
	color:#FFF;
	font-size:16px;
	position:absolute;
	top:70px;
	left:60px;
	z-index:6;
	display:none;
}
.productList .list ul li:hover .BG, .productList .list ul li:hover .productDesc {
	display:block;
}
.productList .list ul li:hover .productName {
	color:#FFF;
}
.productSeriesList {
	width:1000px;
	height:450px;
	margin:50px auto;
}
.productSeriesList ul {
}
.productSeriesList ul li {
	width:320px;
	height:450px;
	text-align:center;
	float:left;
	margin-right:20px;
}
.productSeriesList ul li .pic {
	width:320px;
	height:450px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productSeriesList ul li .pic img {
	max-width:320px;
	height:450px;
}
.productSeriesList ul li .name {
	width:320px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#FFF;
	background:rgba(0, 0, 0, .6);
}
.productSeriesList ul li:hover {
	box-shadow:0 0 15px #ff1717;
}
 .productSeriesList ul li:nth-child(3) {
margin-right:0px;
}
.case {
	height:700px;
}
.caseList {
	width:100%;
	height:400px;
	margin:50px 0;
}
.caseList ul {
	width:100%;
	height:400px;
	display:flex;
	justify-content: space-between;
}
.caseList ul li {
	width:280px;
	height:400px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.caseList ul li .caseImg {
	width:280px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
}
.caseList ul li .caseImg img {
	max-width:280px;
	max-height:400px;
}
.caseList ul li .caseOther {
	width:280px;
	height:50px;
	position:relative;
	left:0;
	top:350px;
	transition:300ms;
	-o-transition:300ms;
	-ms-transition:300ms;
	-moz-transition:300ms;
	-webkit-transition:300ms;
}
.caseList ul li .caseOther .icon {
	width:100px;
	height:100px;
	font-size:40px;
	color:#FFF;
	text-align:center;
	line-height:100px;
	position:absolute;
	top:0;
	right:0;
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg); 	/* IE 9 */
	-moz-transform:rotate(-90deg); 	/* Firefox */
	-webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
	-o-transform:rotate(-90deg);
	z-index:5;
	display:none;
}
.caseList ul li .caseOther .name {
	width:280px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	transition:300ms;
	-o-transition:300ms;
	-ms-transition:300ms;
	-moz-transition:300ms;
	-webkit-transition:300ms;
}
.caseList ul li .caseOther .bg {
	width:280px;
	height:50px;
	background:#ff7070;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	transition:300ms;
	-o-transition:300ms;
	-ms-transition:300ms;
	-moz-transition:300ms;
	-webkit-transition:300ms;
}
.caseList ul li:hover .caseOther {
	width:280px;
	height:400px;
	top:0;
}
.caseList ul li:hover .caseOther .icon {
	display:block;
}
.caseList ul li:hover .caseOther .name {
	height:400px;
	line-height:400px;
}
.caseList ul li:hover .caseOther .bg {
	background:rgba(255, 112, 112, .8);
	height:400px;
}
.news {
	width:100%;
	height:auto;
	background:#fff;
	overflow:auto;
	margin:0 auto;
}
.newsList {
	width:100%;
	height:500px;
	margin:40px auto;
}
.newsList ul {
	width:100%;
	height:500px;
	display:flex;
	justify-content:space-between;
}
.newsList ul li {
	width:350px;
	height:500px;
	overflow:hidden;
	box-shadow: 0 0 15px #ccc;
}
.newsList ul li .newsImg {
	width:330px;
	height:275px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:20px 10px 0px 10px;
}
.newsList ul li .newsImg img {
	max-height:275px;
	max-width:330px;
}
.newsList ul li .title {
	width:92%;
	height:50px;
	margin:0 auto;
	line-height:50px;
	font-size:16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newsList ul li .time {
	width:92%;
	height:20px;
	margin:0 auto;
	line-height:20px;
	color:#ccc;
	font-size:12px;
}
.newsList ul li .desc {
	width:92%;
	height:96px;
	line-height:24px;
	color:#242424;
	overflow:hidden;
	margin:10px auto 0 auto;
	font-size:12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.newsList ul li:hover {
	box-shadow: 0 0 15px #ff8c8c;
	background:#FFF;
}
.newsList ul li:hover .title, .newsList ul li:hover .desc {
	color:#ff7070;
}









h3.headlinebottom a{ text-decoration:none}



.card {
	position:relative
}
.card .card-overlay {
	opacity:0.98;
	display:none;
	position:absolute;
	top:0;
	left:0;
	background-color:#ffed00;
	width:100%;
	height:100%;
	font-size:15px;
	font-weight:bold;
	text-align:center
}








.card .card-overlay .card-text {
	margin:0 auto;
	list-style-type:none;
	text-decoration:none;
	color:#000;
	opacity:0;
	z-index:999
}
.card .card-overlay .card-text:after {
	content:" ";
	width:6px;
	height:17px;
	background:transparent url(../images/icon-sprite.png) no-repeat -21px -1px;
	float:left;
	margin:2px 8px 0 0;
	vertical-align:middle;
	float:none;
	display:inline-block;
	margin:0 0 0 5px
}




.image-fit img {
    width: 100%;
}




h3.headlinebottom {
    margin: 10px 0 8px 0;
}

h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px 0;
    padding: 0;
}


.equalheight-container .equalheight-element {
    margin: 20px 0;
}

.equalheight-element a{ text-decoration:none}

.equalheight-element p{ line-height:22px; padding-top:5px;}

.equalheight-element h6 {
    font-size: 16px;
    font-weight: bold;
}