@charset "utf-8";
/* CSS Document */
/* banner css */
.slideBox {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	width:100%;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 10px;
	z-index: 1;
}
.slideBox .hd ul {
	width:100%;
	text-align:center;
	overflow: hidden;
	zoom: 1;
}
.slideBox .hd ul li {
	display:inline-block;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius:50%;
}
.slideBox .hd ul li.on {
	background: #0066cb;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 600px;
	position: relative;
}
.slideBox .bd img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 600px;
	margin-left: -960px;
	display: block;
}
/*main*/
#main .title {
	text-align:center;
	border-bottom:1px #ccc solid;
	padding:0 0 30px;
	margin:0 0 30px
}
#main .title2 {
	text-align:center;
	padding-bottom:40px;
}
#main .title h3,#main .title2 h3 {
	font-size:36px;
	line-height:1.2em;
}
#main .title .en {
	font-size:18px;
	text-transform:capitalize;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
}
#main .title2 .en {
	font-size:18px;
	text-transform:capitalize;
	opacity:0.5;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#main .title .more {
	color:#0066cb;
}
#main .title .more:hover {
	border-bottom:1px #0066cb solid;
}
#main .title3 {
	width:1280px;
	margin:auto;
	margin-bottom:10px;
}
#main .title3 h3 {
	font-size:24px;
}
#main .title3 h3 span {
	text-transform:capitalize;
	font-size:16px;
	color:#a4a3a3;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:5px;
}
#main .box {
	padding:60px 0;
}
#main .box1 {
	background:url(../images/cpbg.jpg) no-repeat bottom center;
}
#main .box1 .inner li {
	display:inline-block;
	width:300px;
	height:400px;
	background:white;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}
#main .box1 .pictitle {
	padding:5px 20px;
}
#main .box1 h5 {
	font-size:20px;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px #ccc solid;
}
#main .box1 .pictitle p {
	font-size:14px;
	color:#666;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	display: -webkit-box;
   	-webkit-line-clamp: 5;
	word-break: break-all;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*产品*/
/*products css */
.picScroll-left {
	width: 1280px;
	overflow: hidden;
	position: relative;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 33px;
	margin-top: 20px;
	text-align: center;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: inline-block;
	width: 33px;
	height: 33px;
	margin: 0 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/next-02.png) no-repeat center center;
}
.picScroll-left .hd .next {
	background-image: url(../images/next.png);
}
.picScroll-left .bd ul {
	overflow: hidden;
	height:420px;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin-right: 25px;
	float: left;
	_display: inline;
	overflow: hidden;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 300px;
	height: 225px;
	display: block;
}
.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picScroll-left .bd ul li a:hover {
	color:#0066cb;
}
#main .box1 .pictitle a:hover p {
	color:#999;
}
/*box2*/
#main .box2 {
	background:url(../images/aboutbg.jpg) no-repeat bottom center;
	color:white;
	font-size:16px;
}
#main .box2 .inner {
	width:1180px;
	text-indent:2em;
	line-height:2em;
}
#main .box2 .more {
	display:block;
	width:150px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-radius:3px;
	border:1px #80bcf7 solid;
	background:white url(../images/more.png) no-repeat 22px center;
	margin:auto;
	color:#0066cb;
	margin-top:50px;
}
#main .box2 .more:hover {
	background:#0080ff url(../images/morehover.png) no-repeat 22px center;
	border:1px #80bcf7 solid;
	color:white;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
}
#main .box3 li{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-right:20px;
	background:url(../images/line3.png) no-repeat right center;
}
#main .box3 li:nth-child(2n){
	background:0;
	padding-left:20px;
	padding-right:0;
}
#main .box3 li a {
	display:block;
	padding:20px 0 40px;
	border-bottom:1px #ccc solid;
}
#main .box3 li:nth-child(3) a,#main .box3 li:nth-child(4) a{
	border:0;
}
#main .box3 li .left {
	width:80px;
	display:inline-block;
	text-align:center;
	vertical-align:top;
}
#main .box3 li .left p {
	font-size:30px;
	color:#0066cb;
}
#main .box3 li .left p span {
	padding-left:10px;
	background:url(../images/line2.png) no-repeat 2px center;
	font-size:14px;
	color:#333;
}
#main .box3 li .left .more {
	width:27px;
	height:27px;
	background:url(../images/more.png) no-repeat center center;
	margin:5px auto 0;
}
#main .box3 li .right {
	width:530px;
	display:inline-block;
	vertical-align:top;
}
#main .box3 li .right p {
	font-size:14px;
	color:#666;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	display: -webkit-box;
   	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main .box3 li .right h5 {
	font-size:18px;
	padding:10px 0 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;

}
#main .box3 li .right p {
	color:#666;
}
#main .box3 li a:hover {
	color:#0066cb;
}
#main .box3 li a:hover .right p {
	color:#999;
}
#main .box4 {
	background:#f2f0f0;
	padding:30px 0 20px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
}
#main .box4 ul {
	width:1280px;
	margin:auto;
}
#main .box4 li {
	width:auto;
	height:105px;
	float:left;
	overflow:hidden;
	padding:0 32px;
	background:url(../images/line.png) no-repeat right center;
	cursor:pointer;
}
#main .box4 li:last-child {
	background:none;
}
#main .box4 li img {
	height:105px;
/*	filter: grayscale(100%);
	filter: gray;
	opacity:0.5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;*/
}
/*#main .box4 li:hover img {
	filter: grayscale(0%);
	opacity:1;
}*/
/*ny*/
#nybanner {
	width:100%;
	height:600px;
	position:absolute;
	top:90px;
	left:0;
	z-index:-1;
}
#nybanner img {
	width:1920px;
	height:600px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
	z-index:0;
}
#main .content_top {
	width:100%;
	height:400px;
	text-align:center;
	color:white;
	display:table;
	font-size:14px;
}
#main .content_top .table {
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
#main .content_top h3 {
	font-size:48px;
	font-weight:bold;
	letter-spacing: 5px;
}
#main .content_top .location a{
	display:inline-block;
	color:white;
	padding-right:13px;
	padding-left:5px;
	background:url(../images/locationicon.png) no-repeat right center;
}
#main .content_top .location a:last-child{
	padding-left:5px;
	padding-right:0;
	background:0;
}
/*content*/
#content {
	padding:40px 0 150px;
	background:url(../images/aboutmainbg.png) repeat-x top center;
}

#content .text.fr {
	width:910px;
}
#content .left h4 {
	font-size:36px;
}
#content .left .blue_line {
	display:block;
	width:45px;
	height:3px;
	background:#0066cb;
	margin-top:5px;
}
/*about*/
#about .text {
	line-height:2em;
	text-indent:2em;
}
#about .about_img {
	width:100%;
	height:300px;
	color:white;
	text-align:center;
	background:url(../images/aboutimg.jpg) no-repeat center center;
	display:table;
	margin:60px 0;
}
#about .about_img .clearfix {
	display:table-cell;
	vertical-align:middle;
}
#about .about_img .abbox {
	display:inline-block;
	width:33%;
}
#about .about_img .abbox .p1 {
	font-size:18px;
	vertical-align:bottom;
}
#about .about_img .abbox .p1 span {
	font-size:48px;
	margin-right:5px;
}
/*products*/

#products .products {
	height:340px;
	border-bottom:1px #ccc dashed;
	margin-bottom:40px;
	overflow: hidden;
}
#products .products .right {
	width:830px;
}
#products .products .right .title4 {
	border-bottom:1px #ccc solid;
	padding:20px 60px 20px 0px;
	margin-bottom:10px;
	position:relative;
}
#products .products .right .title4 h4 {
	border-left:5px #0066cb solid;
	color:#0066cb;
	padding-left:10px;
	height:20px;
	line-height:20px;
	font-size:20px;

}
#products .products .right .moreicon {
	color:#0066cb;
	font-size:16px;
}
#products .products .right .more {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:42px;
	height:42px;
	background:url(../images/newsmore.png) no-repeat center center;
}
#products .products .txt {
	font-size:14px;
	line-height:2em;
	display: -webkit-box;
   	-webkit-line-clamp: 7;
	word-break: break-all;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 196px;
}
/*产品详情*/
.content_ck {
	min-height:600px;
	background:url(../images/conbg.png) no-repeat right bottom;
}
.content_ck .text {
	padding:0 50px;
	line-height:2em;
}
.content_ck .text img {
	max-width:100%;
}
.title5 {
	text-align:center;
	margin-bottom:50px;
}
.title5 h4 {
	font-size:36px;
	padding-bottom:10px;
}
.title5 .line2 {
	display:inline-block;
	*display:inline;
	height:3px;
	width:50px;
	background:#0066cb;
}
.title5 .line {
	display:inline-block;
	*display:inline;
	width:100%;
	height:1px;
	background:#ccc;
}
.title5 .date {
	padding:5px 0;
	color:#999;
	font-size:14px;
}
.title5 .date span {
	margin:0 5px;
}
/*news*/
#news li {
	border-bottom:1px #f0f0f0 solid;
}
#news li a {
	display:block;
	padding:30px 90px 30px 140px;
	width:100%;
	position:relative;
}
#news li h4 {
	font-size:18px;
}
#news li .date {
	display:inline-block;
	*display:inline;
	position:absolute;
	top:30px;
	left:0;
	font-size:24px;
	width:99px;
	border-right:1px #e5e5e5 solid;
}
#news li .date .year {
	font-size:14px;
	color:#999;
}
#news li .right p {
	display:block;
	font-size:14px;
	color:#999;
	display: -webkit-box;
   	-webkit-line-clamp:2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}
#news li .more {
	display:block;
	width:42px;
	height:42px;
	background:url(../images/newsmore.png) no-repeat right top;
	position:absolute;
	top:30px;
	right:0;
}
#news li a:hover {
	color:#0066cb;
}
/*partner*/
#partner ul {
	padding:50px 0;
	text-align:center;
}
#partner li {
	width:235px;
	height:140px;
	text-align:center;
	display:inline-block;
	*display:inline;
	margin:0 6px 20px;
	border:1px #ccc solid;
	cursor:pointer;
	vertical-align:middle;
}
#partner li img{
	display:inline-block;
/*	filter: grayscale(100%);
	filter: gray;
	opacity:0.5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
*/}
/*#partner li:hover img {
	filter: grayscale(0%);
	opacity:1;

}
*//*contact*/
#contact .left p {
	font-size:14px;
	line-height:2em;
}
#contact .left .text {
	margin-top:10px;
}
#contact .about_box1 {
	padding-bottom:70px;
	margin-bottom:70px;
	border-bottom:1px #ccc solid;
}



