
/*申请试用*/
a{
	cursor: pointer;
}

.otherHeader{
	height: 128px;
	width: 100%;
	min-width: 1240px;
	overflow: hidden;
}

.otherHeader .container{
	width: 1240px;
	height: 100%;
	margin: 0 auto;
}

.otherHeader .containerTop
{
	background-color: #909296;
}

.otherHeader .containerMenu
{
	background-color: #353a3f;

}

.otherHeader.homeNav .containerTop
{
	background-color: #909296;
}

.otherHeader.homeNav .containerMenu
{
	background-color: #909296;

}

.otherHeader .container .top{
	height: 40px;
	font-size: 12px;
	padding: 0 10px;
}

.otherHeader .container .top a{
	color: #ffffff;
	line-height: 40px;
	display: inline-block;
}

.otherHeader .container .top a.email{

	text-indent: 15px;
	background: url('../images/home/icon-mail-1.png') no-repeat left center;

}

.otherHeader .container .top a.phone{
	margin-left: 20px;
	text-indent: 15px;
	background: url('../images/home/icon-mobile3.png') no-repeat left center;

}
.otherHeader .container .top a.name{
	float: right;

}




/*头部导航*/
a{
	cursor: pointer;
}

.header{
	display: block;
	height: 88px;
	width: 100%;
	min-width: 1240px;
	overflow: hidden;
	background-color: #0e2f3e;
}

.header .containerMenu
{
    background: url('../images/home/yellow.png') no-repeat right center;
    background-size: 50% 88px;
}

.header .container{
    width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}






.header .menuList>div{
    display: inline-block;
    vertical-align: top;

}


.header .container .logo{

	padding-right: 52px;
	height: 88px;
}

.header .container .logo img{
    margin-top: 22px;
	display: block;
	height: 43px;
    width: 162px;
}



.nav{

    background-color: #f9b52c;
    padding-left: 92px;
}
.nav a{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	box-sizing: border-box;
	height: 88px;
	line-height: 88px;
	padding: 0 20px;
}
.nav a:hover{
	background-color: #5b5555;
}

.nav a.current{
	color: #ffffff;
}






.header .submMenu{
	display: none;
	position: absolute;
	top:88px;
	z-index: 1000;
	background-color: #5b5555;
	opacity: 0.9;
	font-size: 30px;
	padding: 0 20px;
}



.header .submMenu .item .menu{
	padding: 10px 0;
}

.header .submMenu .item a{

	font-size: 16px;
	color: #ffffff;
	margin: 0 10px;

}





/*底部*/
.footer{
	width: 100%;
	background-color: #4d515c;
	min-width: 1240px;
	overflow: hidden;
}

.footer.white{
	background-color: #ffffff;
}


.footer .container{
	width: 1240px;
	margin: 0 auto;
	padding-top: 107px;
    text-align: center;
}


.footer .container .emnu>div{
	display: inline-block;
	margin: 0 35px;
	vertical-align: top;

}

.footer .container .emnu>div li{

	margin: 5px 0;
	font-size: 18px;
	color: #a9afbe;
	font-weight: 200;
    text-align: left;
}

.footer .container .emnu>div li a{
	color: #a9afbe;
}

.footer.white .container .emnu>div li{

	color: #868686;

}
.footer.white .container .emnu>div li a{

	color: #868686;
}

.footer .container .emnu>div li.title{

	margin-bottom: 44px;
	font-size: 22px;
	color: #ffffff;
	font-weight: 400;
}

.footer.white .container .emnu>div li.title{


	color: #444444;

}

.footer .container .backSangu
{
    margin-top: 30px;
    text-align: left;
    padding-left: 66px;
}

.footer .container .line
{
	margin-top: 63px;
	height: 1px;
	width: 100%;
	background-color: #dbe0e7;
}

.footer .container p
{
	margin-top: 37px;
	margin-bottom: 37px;
	font-size: 13px;
	color: #a9afbe;
    text-align: left;
}

.footer.white .container p
{

	color: #868686;
}


.footer a:hover{
	text-decoration: underline;
}




/*轮播图*/






.product .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	bottom:0;
}
.product .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 64px;
	height: 72px;
	text-indent: -9999px;
	z-index: 9999;
}

.product .bx-wrapper .bx-controls .bx-pager {
	border: currentColor;
	border-image: none;
}

.product .bx-wrapper .bx-prev {
	left: 150px;
	background: url(../images/home/arrow-prev.png) no-repeat 0 0;
}

.product .bx-wrapper .bx-next {
	right:  150px;
	background: url(../images/home/arrow-next.png) no-repeat 0 0;
}

.product .bx-wrapper .bx-prev:hover {
	left:  150px;
	background: url(../images/home/arrow-prev-touch.png) no-repeat 0 0;
}

.product .bx-wrapper .bx-next:hover {
	right: 150px;
	background: url(../images/home/arrow-next-touch.png) no-repeat 0 0;
}

.product .bx-pager{
	display: none;
}

.product .box-warp{
	width:100%;
	height: 664px;
	padding: 80px 0;
	text-align: center;
}

.product .box-warp .slider li img{
	display: inline-block;
}

