@charset "gb2312";
/* CSS Document */
/*分页控件*/
.pageControl {
	width:100%;
	height: 36px;
	margin: 20px auto;
	font-size: 12px;
	color: #C0C0C0;
	text-align: center;
	clear: both;
}
.pageControl #pageCount {
	display: block;
	display:inline-block;  
    _display:inline;  
    *display:inline;  
    zoom:1; 
	height: 36px;
	line-height: 26px;
	margin: auto 2px;
	padding: 5px;
}
.pageControl a {
	display: block;
	display:inline-block;  
    _display:inline;  
    *display:inline;  
    zoom:1; 
	min-width: 36px;
	height: 36px;
	margin: auto 2px;
	padding: 5px;
	border: 1px solid #F0F0F0;
	font-family: Tahoma, Arial, 'Microsoft YaHei', "微软雅黑", SimSun;
	font-size: 12px;
	color: #C0C0C0;
	text-align: center;
	line-height: 24px;
}
.pageControl a:hover {
	border: 1px solid #DF0000;
	color: #ff0000;
}
.pageControl #Current {
	display: block;
	display:inline-block;  
    _display:inline;  
    *display:inline;  
    zoom:1; 
	min-width: 36px;
	height: 36px;
	padding: 5px;
	margin: auto 2px;
	border: 1px solid #DF0000;
	background-color: #DF0000;
	font-family: Tahoma, Arial, 'Microsoft YaHei', "微软雅黑", SimSun;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
}
/*首页横幅*/
.mainBanner {
	width: 100%;
	height: 640px;
	background-color: #5db5ff;
}
/*内页横幅*/
.pageBanner {
	width: 100%;
	height: 280px;
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #f1f1f1;
}
/*文本页面*/
.textPage {
	width: 100%;
	margin: 0px auto;
	line-height: 24px;
	text-align: justify;
	overflow: auto;
}
.textPage img {
	max-width: 100%;
}
/*新闻页面*/
.newsPage {
	width: 100%;
	margin: 0 auto;
}
.newsPage .newsList {
	display: block;
	height: 166px;
	padding: 20px;
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
}
.newsPage .newsList:hover {
	background-color: #F1F1F1;
}
.newsPage .newsList .date {
	float: left;
	width: 100px;
	height: 125px;
	background-color: #97D2FF;
}
.newsPage .newsList .date .day {
	height: 90px;
	line-height: 90px;
	font-size: 60px;
	text-align: center;
	color: #FFF;
}
.newsPage .newsList .date .year {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	background-color: #0a89ea;
	color: #FFF;
}
.newsPage .newsList .text {
	margin-left: 120px;
	height: 125px;
}
.newsPage .newsList .text .title {
	height: 40px;
	line-height: 39px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: left;
	border-bottom: 1px dotted #DDD;
	margin-bottom: 10px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.newsPage .newsList .text .content {
	height: 75px;
	line-height: 25px;
	font-size: 14px;
	color: #777;
	/* 当多行对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	text-align: justify;
	overflow: hidden;
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical; 
}
/*图片页面*/
.picturePage {
	width: 930px;
	margin-left: -10px;
	position: relative;
	overflow: auto;
}
.picturePage .pictureList {
	display: block;
	float: left;
	width: 25%;
	padding: 10px;
	border: 10px solid #FFF;
	background-color: #F1F1F1;
}
.picturePage .pictureList .img {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.picturePage .pictureList .title {
	display: block;
	height: 40px;
	padding: 0px 15px;
	margin-top: 10px;
	background-color: #777;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	border-radius: 5px;
}
.picturePage .pictureList:hover {
	background-color: #DDD;
}
/*产品系列分类*/
.productSeries {
	width: 100%;
	margin: 0 auto;
}
.productSeries .title {
	text-align: center;
	margin-top: 10px;
}
.productSeries .title a {
	display: inline-block;
	padding: 10px 25px;
	margin: 10px;
	background-color: #f1f1f1;
	border-radius: 5px;
}
.productSeries .title .seriesCurrent {
	background-color: #0a89ea;
	color: #FFF;
}
.productSeries .content {
	width: 100%;
	margin: 20px auto;
	padding: 20px 0px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	line-height: 24px;
	text-align: justify;
}
.productSeries .content  img {
	max-width: 100%;
}
/*产品页面*/
.productPage {
	width: 930px;
	margin-left: -10px;
	position: relative;
	overflow: auto;
}
.productPage .productList {
	display: block;
	float: left;
	width: 25%;
	padding: 10px;
	border: 10px solid #FFF;
	background-color: #F1F1F1;
}
.productPage .productList .img {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.productPage .productList .title {
	display: block;
	height: 40px;
	padding: 0px 15px;
	margin-top: 10px;
	background-color: #777;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	border-radius: 5px;
}
.productPage .productList:hover {
	background-color: #DDD;
}
/*自助设计*/
.designPage {
	width: 100%;
	margin: 0 auto;
}
.designPage .title {
	position: relative;
	height: 121px;
	text-align: center;
}
.designPage .title .text {
	display: inline-block;
	padding: 30px 50px;
	position: relative;
	background-color: #FFF;
}
.designPage .title .text .cnText {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}
.designPage .title .text .enText {
	height: 21px;
	line-height: 21px;
	font-size: 18px;
	color: #DDD;
}
.designPage .title .line {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 61px;
	border-bottom: 1px solid #999;
}
.designPage .content {
	text-align: center;
}
/*资料下载*/
.downloadPage {
	width: 930px;
	margin-left: -10px;
	position: relative;
	overflow: auto;
}
.downloadPage .downloadList {
	display: block;
	float: left;
	width: 25%;
	padding: 10px;
	border: 10px solid #FFF;
	background-color: #F1F1F1;
}
.downloadPage .downloadList .img {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.downloadPage .downloadList .title {
	display: block;
	height: 40px;
	padding: 0px 15px;
	margin-top: 10px;
	background-color: #777;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	border-radius: 5px;
}
.downloadPage .downloadList .downloadBtn {
	display: block;
	height: 40px;
	margin-top: 10px;
	border-radius: 5px;
	background-color: #ccc;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
.downloadPage .downloadList .downloadBtn:hover {
	background-color: #ff8800;
}
/*营销网络城市选择*/
.networkCity {
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	margin: 20px auto;
	border-radius: 10px;
	background-color: #F1F1F1;
}
.networkCity span {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}
.networkCity select {
	display: block;
	float: left;
	height: 30px;
	line-height: 20px;
	padding: 5px 20px 5px 10px;
	margin-right: 10px;
	background-color: #FFF;
	border-radius: 5px;
}
.networkCity input {
	display: block;
	float: left;
	height: 30px;
	line-height: 20px;
	padding: 5px 10px;
	margin-right: 10px;
	background-color: #FFF;
	border-radius: 5px;
	cursor: pointer;
}
/*营销网络图片*/
.networkPage {
	width: 930px;
	margin-left: -10px;
	position: relative;
	overflow: auto;
}
.networkPage .networkList {
	display: block;
	float: left;
	width: 25%;
	padding: 10px;
	border: 10px solid #FFF;
	background-color: #F1F1F1;
}
.networkPage .networkList .img {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.networkPage .networkList .title {
	display: block;
	height: 40px;
	padding: 0px 15px;
	margin-top: 10px;
	background-color: #777;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	border-radius: 5px;
}
.networkPage .networkList:hover {
	background-color: #DDD;
}
/*友情链接图片页面*/
.linksPage {
	width: 930px;
	margin-left: -10px;
	position: relative;
	overflow: auto;
}
.linksPage .linksList {
	display: block;
	float: left;
	width: 25%;
	padding: 20px;
	border: 10px solid #FFF;
	background-color: #F1F1F1;
}
.linksPage .linksList .img {
	display: block;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.linksPage .linksList .title {
	display: block;
	height: 40px;
	padding: 0px 15px;
	margin-top: 10px;
	background-color: #777;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	border-radius: 5px;
}
.linksPage .linksList:hover {
	background-color: #DDD;
}
/*通用详情页面*/
.detailsPage {
	width: 100%;
	margin: 0 auto;
}
.detailsPage .detailsHead {
	height: 70px;
	margin: 15px auto;
	border-bottom: 1px solid #DDD;
}
.detailsPage .detailsHead .title {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.detailsPage .detailsHead .time {
	height: 24px;
	line-height: 24px;
	color: #666;
	font-size: 14px;
}
.detailsPage .detailsHead .time .bdsharebuttonbox {
	float: right;
}
.detailsPage .detailsContent {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}
.detailsPage .detailsContent .text {
	text-align: justify;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}
.detailsPage .detailsContent .text .img {
	display: block;
	float: left;
	width: 50%;
	padding-right: 50px;
	padding-bottom: 50px;
	background-image: url(../img/details-img-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.detailsPage .detailsContent .text .img img {
	display: block;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.detailsPage .detailsContent .text img {
	max-width: 100%;
}
.detailsPage .detailsCtrls li {
	height: 32px;
	margin: 15px auto;
	text-align: center;
}
.detailsPage .detailsCtrls li a {
	display: inline-block;
	height: 32px;
	padding: 0px 20px 0px 30px;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 32px;
	color: #fff;
}
.detailsPage .detailsCtrls li a:hover {
	color: #000;
}
/*产品详情页面*/
.productDetailsPage {
	width: 100%;
	margin: 0 auto;
}
.productDetailsPage .productDetailsHead {
	margin: 15px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
	overflow: auto;
}
.productDetailsPage .productDetailsHead .img {
	float: left;
	width: 50%;
	padding-right: 50px;
	padding-bottom: 50px;
	background-image: url(../img/details-img-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.productDetailsPage .productDetailsHead .img img {
	display: block;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.productDetailsPage .productDetailsHead .config {
	float: left;
	width: 50%;
}
.productDetailsPage .productDetailsHead .config .title {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.productDetailsPage .productDetailsHead .config .time {
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}
.productDetailsPage .productDetailsHead .config .configText {
	text-align: justify;
	line-height: 28px;
	font-size: 14px;
	color: #000;
}
.productDetailsPage .productDetailsContent {
	text-align: justify;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}
.productDetailsPage .productDetailsCtrls li {
	height: 32px;
	margin: 15px auto;
	text-align: center;
}
.productDetailsPage .productDetailsCtrls li a {
	display: inline-block;
	height: 32px;
	padding: 0px 20px 0px 30px;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 32px;
	color: #fff;
}
.productDetailsPage .productDetailsCtrls li a:hover {
	color: #000;
}
/*下载详情页面*/
.downloadDetailsPage {
	width: 100%;
	margin: 0 auto;
}
.downloadDetailsPage .downloadDetailsHead {
	height: 91px;
	padding: 15px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px;
}
.downloadDetailsPage .downloadDetailsHead .title {
	margin-right: 340px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.downloadDetailsPage .downloadDetailsHead .time {
	margin-right: 340px;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}
.downloadDetailsPage .downloadDetailsHead .downloadCheck {
	width: 320px;
	height: 60px;
	float: right;
}
.downloadDetailsPage .downloadDetailsHead .downloadCheck input[type="password"] {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 18px;
	padding: 5px 10px;
	margin-bottom: 4px;
	background-color: #f1f1f1;
	border-radius: 5px;
	cursor: pointer;	
}
.downloadDetailsPage .downloadDetailsHead .downloadCheck input[type="submit"] {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 18px;
	color: #FFF;
	padding: 5px 10px;
	background-color: #4F7EFF;
	border-radius: 5px;
	cursor: pointer;	
}
.downloadDetailsPage .downloadDetailsContent {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	overflow: auto;
}
.downloadDetailsPage .downloadDetailsContent .text {
	text-align: justify;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}
.downloadDetailsPage .downloadDetailsContent .text .img {
	display: block;
	float: left;
	width: 50%;
	padding-right: 50px;
	padding-bottom: 50px;
	background-image: url(../img/details-img-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.downloadDetailsPage .downloadDetailsContent .text .img img {
	display: block;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.downloadDetailsPage .downloadDetailsContent .text img {
	max-width: 100%;
}
.downloadDetailsPage .downloadDetailsCtrls li {
	height: 32px;
	margin: 15px auto;
	text-align: center;
}
.downloadDetailsPage .downloadDetailsCtrls li a {
	display: inline-block;
	height: 32px;
	padding: 0px 20px 0px 30px;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 32px;
	color: #fff;
}
.downloadDetailsPage .downloadDetailsCtrls li a:hover {
	color: #000;
}
/*TAB控件*/
.tabTitle {
	height:32px;
	margin-bottom: 30px;
	text-align: center;
}
.tabTitle span {
	display: inline-block;
	height: 32px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f2f2f2;
	border: 1px solid #ececec;
	line-height: 32px;
	font: 14px;
	color: #333333;
	cursor: pointer;
}
.tabTitle span:hover {
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
}
.tabSelected {
	background-color: #e72018 !important;
	border: 1px solid #e72018 !important;
	color: #FFFFFF !important;
}
/*---------------------------------------*/
.imgEffect {
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari 和 Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.imgEffect:hover {
	transform: scale(1.3);
	-ms-transform: scale(1.3); 	/* IE 9 */
	-moz-transform: scale(1.3); 	/* Firefox */
	-webkit-transform: scale(1.3); /* Safari 和 Chrome */
	-o-transform: scale(1.3); 	/* Opera */
}