/* CSS Document */

/*
* banner
*/

.banner {
	width: 100%;
	text-align: center;
	height: 614px;
	overflow: hidden;
	position:relative;
}
.banner .d1 {
	width: 100%;
	height: auto;
	display: block;
}
.banner .d2 {
	width: 100%;
	height: 30px;
	clear: both;
	position: absolute;
	z-index: 100;
	left: 0px;
	/*bottom: -42px;*/
	bottom:0;
	background: url(../images/bannerBtnBG.png) repeat-x;
}
.banner .d2 ul {
	float: left;
	position: absolute;
	left: 50%;
	top: 0;
	display: inline;
}
.banner .d2 li {
	width: 10px;
	height: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/bannerBtn.png) no-repeat center;
	float: left;
	margin: 10px;
	display: inline;
	position: relative;
	left: -50%;
}
.banner .d2 li.nuw {
	background: url(../images/bannerBtn_h.png) no-repeat center;
}
/*
* product
*/

.proBox {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.productZoneTitle {
	background: #f1f1f1;
	width: 100%;
	height: 210px;
	margin-top: 1px;
	text-align: center;
}
.proContentBox {
	width: 100%;
	margin-top: 20px;
}
.proContentBox .listBox {
	width: 240px;
	height: auto;
	padding-bottom: 20px;
}
.proContentBox .listBox .listTitle {
	width: 240px;
	height: 70px;
	overflow: hidden;
}
.proContentBox .listBox .list {
	width: 238px;
	border: 1px solid #e5e5e5;
	height: auto;
	position: relative;
	overflow: auto;
	overflow-x:hidden;
}
.proContentBox .listBox .list .lBox {
	width: 210px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.proContentBox .listBox .list .lBox .columnTitle {
	background: url(../images/proListdian.jpg) center left no-repeat;
	width: 210px;
	color: #f46d00;
	font-size: 16px;
	height: 35px;
	text-indent: 20px;
	line-height: 30px;
	clear: both;
}
.proContentBox .listBox .list .lBox ul {
	width: 190px;
	margin-left: 20px;
	margin-bottom: 8px;
	height: auto;
	position: relative;
}
.proContentBox .listBox .list .lBox ul li {
	float: left;
	margin-right: 15px;
	height: 30px;
	min-width:50px;
	line-height: 30px;
	position: relative;
}
.proContentBox .listBox .list .lBox ul li a {
	color: #555555;
	font-size: 12px;
}
.proContentBox .listBox .list .lBox ul li a:hover {
	color: #065fc3;
	padding-bottom: 2px;
	border-bottom: 2px dashed #065fc3;
}
.proContentBox .proListBox {
	width: 740px;
	height: 750px;
	overflow: hidden;
}
.showPro {
	width: 738px;
	margin-left: 2px;
}
.showPro li {
	width: 232px;
	height: 237px;
	border: 1px solid #656565;
	margin-left: 6px;
	margin-right: 6px;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}
.showPro li .proImg {
	width: 232px;
	height: 202px;
	text-align: center;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.showPro li .proImg span {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.showPro li .proImg img {
	width: 232px;
	height: 202px;
	vertical-align: middle;
}
.showPro li .proName {
	width: 232px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #656565;
	z-index: 1;
	position: relative;
}
.showPro li .proName a {
	color: #FFF;
	font-size: 16px;
	width: 100%;
	height: 100%;
	display: block;
}
/*
.showPro li:hover .proName {
	margin-top: 35px;
	transition-delay: 25ms;
	-webkit-transition-delay: 25ms;
	-moz-transition-delay: 25ms;
	-ms-transition-delay: 25ms;
	-o-transition-delay: 25ms;
}
.showPro li .proName {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	margin-top: 0;
}
----
*/
.showPro li:hover .showMore {
	width: 232px;
	height: 237px;
	background: url(../images/proHoverBG.png) repeat;
	margin-top: -237px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 999;
	cursor: pointer;
	opacity: 1;
	filter:Alpha(Opacity=70);
}
.showPro li .showMore {
	margin-top: 202px;
	width: 232px;
	height: 237px;
	background: url(../images/proHoverBG.png) repeat;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 999;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
.showPro li .showMore .jia {
	width: 232px;
	height: 90px;
	text-align: center;
}
.showPro li .showMore .jia img {
	padding-top: 43px;
}
.showPro li .showMore .jia a {
	width: 100%;
	height: 100%;
	display: block;
}
.showPro li .showMore .name {
	width: 232px;
	height: 75px;
	line-height: 60px;
	text-align: center;
	word-spacing: 2px;
}
.showPro li .showMore .name a {
	color: #FFF;
	font-size: 16px;
	width: 100%;
	height: 100%;
	display: block;
	font-family: "微软雅黑";
}
.showPro li .showMore .more {
	width: 232px;
	height: 72px;
}
.showPro li .showMore .more a {
	width: 100%;
	height: 100%;
	display: block;
	color: #FFF;
	font-size: 14px;
}
.showPro li .showMore .more a span {
	background: url(../images/showMoreBG.png) no-repeat;
	width: 110px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	word-spacing: 2px;
}



/*
* Company Information
*/

.companyBox {
	background: url(../images/companyInfoBG.jpg) no-repeat center;
	width: 100%;
	height: 526px;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
#Tab1 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
	padding-top: 66px;
}
/*菜单class*/
.Menubox {
	width: 804px;
	height: 40px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.Menubox ul {
	margin: 0px;
	padding: 0px;
}
.Menubox li {
	float: left;
	display: block;
	cursor: pointer;/*鼠标指上变成小手*/
	width: 168px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: url(../images/companyBtn_one.png) no-repeat;
	font-family: "微软雅黑";
	font-size: 18px;
	margin-left: 50px;
	margin-right: 50px;
}
.Menubox ul li.hover {
	width: 168px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	background: url(../images/companyBtn.png) no-repeat;
	color: #444444;
	text-align: center;
}
.Contentbox {
	clear: both;
	margin-top: 0px;
	height: 280px;
	width: 1000px;
}
.Contentbox .cTitle {
	width: 350px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
.Contentbox .content {
	width: 100%;
	height: 240px;
	margin-top: 10px;
	line-height: 48px;
	font-size: 18px;
	color: #FFF;
	text-indent: 2em;
	overflow: hidden;
}
/*
* Brand
*/
.brandBox {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/pinpaiBG.jpg) no-repeat center;
	height: 546px;
}
.brandList {
	width: 980px;
	height: 280px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 220px;
}
.brandList ul {
}
.brandList ul li {
	width: 175px;
	height: 280px;
	margin-left: 35px;
	margin-right: 35px;
	float: left;
}
.brandList ul li .shebei {
	background: url(../images/shebei_h.png) no-repeat;
	width: 175px;
	height: 175px;
}
.brandList ul li .shebei:hover img, .brandList ul li .sheji:hover img, .brandList ul li .chejian:hover img, .brandList ul li .cangchu:hover img {
	display: none;
}
.brandList ul li .sheji {
	background: url(../images/sheji_h.png) no-repeat;
	width: 175px;
	height: 175px;
}
.brandList ul li .chejian {
	background: url(../images/chejian_h.png) no-repeat;
	width: 175px;
	height: 175px;
}
.brandList ul li .cangchu {
	background: url(../images/cangku_h.png) no-repeat;
	width: 175px;
	height: 175px;
}
.brandList ul li .name {
	width: 175px;
	height: 75px;
	padding-top: 10px;
}
.brandList ul li .name .CH {
	width: 100%;
	height: 25px;
	text-align: center;
	line-height: 25px;
}
.brandList ul li .name .CH a {
	color: #444444;
	font-size: 16px;
	font-weight: bold;
}
.brandList ul li .name .EN {
	width: 100%;
	height: 15px;
	line-height: 15px;
	text-align: center;
}
.brandList ul li .name .EN a {
	font-size: 12px;
	color: #444444;
}
/*
* Case
*/
.caseBox {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/caseBG.jpg) no-repeat center;
	height: 590px;
	overflow: hidden;
}
.caseTitle {
	width: 350px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
.caseDesc {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
}
.caseList {
	width: 1000px;
	height: 386px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.caseList ul {
}
.caseList ul li {
	width: 319px;
	height: 183px;
	float: left;
	overflow: hidden;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 15px;
}
.caseList ul li:hover{
	cursor:pointer;
	}
.caseList ul li .caseImg {
	width: 317px;
	height: 181px;
	border: 1px solid #0b67c3;
	z-index: 1;
	position: relative;
}
.caseList ul li .caseImg img {
	width: 317px;
	height: 181px;
}
.caseList ul li .cshowMore {
	width: 319px;
	height: 183px;
	background: url(../images/caseHoverBG.png) repeat;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	margin-top: 183px;
	position: relative;
	z-index: 999;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
.caseList ul li:hover .cshowMore {
	width: 319px;
	height: 183px;
	background: url(../images/caseHoverBG.png) repeat;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	margin-top: -183px;
	opacity: 1;
	filter:Alpha(Opacity=70);
}
.caseList ul li .cshowMore .cjia {
	width: 100%;
	height: 90px;
	text-align: center;
}
.caseList ul li .cshowMore .cjia a {
	width: 100%;
	height: 100%;
	display: block;
}
.caseList ul li .cshowMore .cjia span {
	height: 40%;
	display: inline-block;
	vertical-align: middle;
}
.caseList ul li .cshowMore .cjia img {
	width: 38px;
	height: 37px;
	vertical-align: middle;
}
.caseList ul li .cshowMore .cname {
	width: 100%;
	height: 53px;
	text-align: center;
	line-height: 53px;
}
.caseList ul li .cshowMore .cname a {
	width: 100%;
	height: 100%;
	display: block;
	color: #FFF;
	font-size: 16px;
}
.caseList ul li .cshowMore .cmore {
	width: 100%;
	height: 40px;
}
.caseList ul li .cshowMore .cmore a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 210px;
	font-size: 16px;
	color: #f46d00;
}
/*
* Link
*/
.linkBox {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.linkTitle {
	width: 150px;
	height: 60px;
}
.linkTitle .CH {
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	color: #f46d00;
}
.linkTitle .EN {
	width: 150px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #f46d00;
}
.linkList {
	width: 830px;
	height: auto;
}
.linkList ul {
}
.linkList ul li {
	width: auto;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.linkList ul li a {
	color: #065fc3;
	font-size: 15px;
}
.linkList ul .more a {
	color: #f46d00;
}
/*
* App
*/
.appTitle {
	width: 1000px;
	height: 50px;
	margin-bottom: 20px;
}
.appCaseList {
	width: 1000px;
}
.appCaseList ul {
}
.appCaseList ul li {
	width: 179px;
	height: 73px;
	border: 1px solid #d9dadb;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	text-align: center;
	line-height: 73px;
	margin-bottom: 10px;
}
.appCaseList ul li:hover {
	background: #0861c4;
	border: 1px solid #0861c4;
}
.appCaseList ul li a {
	color: #5c5c5c;
	width: 100%;
	height: 100%;
	display: block;
}
.appCaseList ul li a:hover {
	color: #FFF;
}
.appCaseList ul .NoMR {
	margin-right: 0px;
	background: #F0F;
}
/*
* News
*/
.newsBox {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/newsBG.jpg) no-repeat;
	height: 523px;
	margin-top: 20px;
}
.newsBox .newsBoxTitle {
	width: 365px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
.newsBox .newsBoxDesc {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
}
.newsBox .newsList {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	height: 310px;
	margin-top: 20px;
}
.newsBox .newsList ul {
}
.newsBox .newsList ul li {
	width: 230px;
	height: 310px;
	overflow: hidden;
	float: left;
	background: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}
.newsBox .newsList ul li .newsImg {
	width: 230px;
	height: 145px;
	overflow: hidden;
}
.newsBox .newsList ul li .newsImg a {
}
.newsBox .newsList ul li .newsImg a img {
	width: 230px;
	height: 145px;
}
.newsBox .newsList ul li .newsTitle {
	width: 210px;
	height: 40px;
	line-height: 20px;
	padding: 10px;
	overflow: hidden;
}
.newsBox .newsList ul li .newsTitle a {
	font-size: 14px;
	color: #444444;
	font-weight: bold;
}
.newsBox .newsList ul li .newsDesc {
	width: 210px;
	height: 50px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	text-indent: 2em;
}
.newsBox .newsList ul li .newsDesc a {
	color: #999;
	font-size: 12px;
}
.newsBox .newsList ul li .newsMore {
	width: 210px;
	height: 50px;
	padding: 10px;
}
.newsBox .newsList ul li .newsMore a {
	background: url(../images/newsMore.png) no-repeat;
	width: 82px;
	height: 27px;
	display: block;
	font-size: 10px;
	color: #444444;
	text-align: center;
	line-height: 27px;
	margin-left: 128px;
}
.newsBox .newsList ul li:hover .newsMore a {
	background: url(../images/newsMore_h.png) no-repeat;
	color: #FFF;
}
/*
* adv
*/
.advBox {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/advBG.jpg) no-repeat center;
	height: 680px;
	overflow: hidden;
}
.advTitle {
	width: 380px;
	height: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}
.advDesc {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #444444;
	text-align: center;
	font-size: 14px;
}
.advYS {
	width: 970px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/jiangbei.png) no-repeat;
	margin-top: 50px;
}
.YSOne, .YSTwo, .YSThree, .YSFour {
	width: 410px;
	height: 30px;
	line-height: 30px;
	color: #015aac;
	font-size: 24px;
}
.YSOne {
	margin-left: 500px;
	padding-top: 102px;
}
.YSTwo {
	margin-left: 540px;
	margin-top: 60px;
}
.YSThree {
	margin-left: 540px;
	margin-top: 63px;
}
.YSFour {
	margin-left: 500px;
	margin-top: 62px;
}
