/*轮播样式*/

html,
body {
	background: none;
}

.footer {
	background: none;
}

.banner-box {
	height: 424px;
	position: relative;
	min-width: 1200px;
}

.banner-titem {
	background: url('../images/banner_01_bg.png') center top no-repeat;
	height: 100%;
	min-width: 1100px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.banner-titem img {
	width: 100%;
}

.arrow {
	cursor: pointer;
	display: block;
	text-align: center;
	font-weight: bold;
	z-index: 2;
	position: absolute;
	left: 50%;
	margin-left: -550px;
	top: 50%;
	margin-top: -32px;
	width: 40px;
	height: 64px;
	display: none;
}

.banner-box:hover .arrow {
	display: block;
}

#next {
	margin-left: 510px;
}

#imgNum {
	position: absolute;
	top: 250px;
	left: 50%;
	z-index: 2;
	margin-left: -500px;
	width: 54px;
}

#imgNum span {
	background-color: #fff;
	margin-left: 5px;
	float: left;
	text-align: center;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	behavior: url(PIE.htc);
	cursor: pointer;
	transition: all 1s ease-out;
	display: block;
}

#imgNum .changeBg {
	background-color: #FC5150;
	width: 22px;
	border-radius: 8px;
	behavior: url(PIE.htc)
}


/*内容*/

.product-box {
	margin-top: 70px;
}

.icon-box {
	width: 25%;
	float: left;
	cursor: pointer;
}

.img1-box {
	width: 140px;
	height: 140px;
	background-image: url(../images/1.png);
	margin: auto;
}

.img1-box:hover {
	background-image: url(../images/01.png);
}

.img2-box {
	width: 140px;
	height: 140px;
	background-image: url(../images/2.png);
	margin: auto;
}

.img2-box:hover {
	background-image: url(../images/02.png);
}

.img3-box {
	width: 140px;
	height: 140px;
	background-image: url(../images/3.png);
	margin: auto;
}

.img3-box:hover {
	background-image: url(../images/03.png);
}

.img4-box {
	width: 140px;
	height: 140px;
	background-image: url(../images/4.png);
	margin: auto;
}

.img4-box:hover {
	background-image: url(../images/04.png);
}

.icon-text {
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin: 20px auto;
}


/*电话&邮箱*/

.hxPhone,
.hxMail {
	width: auto;
	height: 50px;
	background-color: #333;
	border-radius: 3px;
	behavior: url(PIE.htc);
	cursor: pointer;
	position: relative;
}

.hxMail {
	margin-top: 30px;
}

.hxPhone img,
.hxMail img {
	width: 30px;
	height: 26px;
	margin: 12px 11px;
}

.hxTelBox:hover .hxPhone,
.hxEmailBox:hover .hxMail {
	background-color: #E62322;
}

.hxTel,.hxEmail {
	background: #CE1B1A;
	border-radius: 3px;
	width: auto;
	behavior: url(PIE.htc);
	white-space: nowrap;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	display: none;
	position: absolute;
	top: 0;
	right: 50px;
	padding: 8px 40px 15px 15px;
}

.hxEmail {
	top: 80px;
	padding: 0 35px 0 15px;
	line-height: 50px;
}

.btnGroup {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 3;
	margin-top: -65px;
	height: 130px;
	width: 50px;
}


/*弹窗样式*/

.noticeBox {
	width: 550px;
	height: 230px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -115px;
	border-radius: 3px;
	background-color: #fff;
	z-index: 11;
	display: none;
}

.noticeTitle {
	background-color: #D9CFCF;
	height: 40px;
	padding: 0 20px;
}

.noticeTitle h1 {
	font-size: 14px;
	color: #666666;
	letter-spacing: 0.58px;
	line-height: 40px;
	float: left;
}

.noticeTitle img {
	float: right;
	cursor: pointer;
	margin-top: 13px;
}

.noticeContent h1 {
	font-size: 24px;
	color: #333333;
	text-align: center;
	height: 125px;
	line-height: 125px;
}

.noticeBtn {
	margin: 0 auto;
	background-color: #E62322;
	border-radius: 3px;
	width: 80px;
	height: 40px;
}

.noticeBtn button {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	border: none;
	background-color: transparent;
	width: 100%;
	height: 100%;
	cursor: pointer;
	outline: 0;
	behavior: url(PIE.htc);
}


/*平台选择样式*/

.platformBox {
	width: 720px;
	height: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -360px;
	margin-top: -200px;
	z-index: 11;
	background-color: #fff;
	display: none;
}

.make-info-ul {
	margin: 0 50px;
	height: 120px;
}

.make-info-platform a.platform-active {
	color: #E62322;
}

.noticeTitle {
	background-color: #D9CFCF;
	height: 40px;
	padding: 0 20px;
}

.noticeTitle h1 {
	font-size: 14px;
	color: #666666;
	letter-spacing: 0.58px;
	line-height: 40px;
	float: left;
}

.noticeTitle img {
	float: right;
	cursor: pointer;
	margin-top: 13px;
}

.make-info-platform {
	padding: 15px 20px 30px;
	height: 20px;
}

.make-info-platform a {
	font-size: 12px;
	color: #3F3F3F;
	line-height: 20px;
	padding: 0 8px;
}

.platformChooseBox {
	height: 40px;
	line-height: 40px;
	width: 50%;
	float: left;
}

.platformChooseBox label {
	font-size: 14px;
	color: #666666;
}

.platformChooseBox .default {
	width: 22px;
	height: 22px;
	background: url('../images/dxtu.png') 0 0 no-repeat;
	background-size: 100%;
	margin-top: 8px;
	margin-right: 10px;
}

.platformChooseBox .default.checked {
	background: url('../images/dxtu.png') 0 -21px no-repeat;
	background-size: 100%;
}

.platformBtn {
	background-color: #E62322;
	border-radius: 3px;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	position:absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 20px;
	text-align: center;
	border: none;
	cursor: pointer;
}
.platformBtn:focus{
	outline: none;
}
.platformBtn:disabled{
	cursor: inherit;
	background-color: #fb5352;
}

.platformChooseBox label {
	width: 250px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.btnGroupBox{
	width: 190px;
	height: 50px;
}
/*搜索*/
.hh-search{
	margin: 10px 20px;
	width: 680px;
	height: 40px;
}
.hh-search input{
	padding-left:20px;
	border: 1px solid #DDDDDD;
	height: 38px;
	line-height: 38px;
	width:580px
}
.hSearch{
	width: 60px;
	height: 40px;
	border-radius: 3px;
	background: url(../images/search.png) no-repeat center #E62322;
	cursor: pointer;
}
.lightUp{
	color: red;
}
.content-box{padding-left: 0;padding-right: 0;}

.caTip{
	color: red;
	font-size: 14px;
	display: none;
	text-align:center;
}