/*轮播图样式*/
.banner {
	overflow: hidden;
	position: relative;
	top:0;
	left: 0;

}

.b-img {
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
}

.b-img div {
	display: block;
	float: left;
}

.b-list {
	width: 330px !important;
	height:10px;
	position: absolute;
	margin: 0 auto;
	top:97.5%;
	left:50%;
	margin-left:-165px;
	z-index: 1;
}

.b-list span {
 display: inline-block;
 width:100px;
 height:10px;
 background: #5084b3;
 border:1px solid #336ca3;
 margin-left:10px;
 box-sizing: border-box;
 border-radius:100px;
}
.b-list span:hover{
	cursor: pointer;
}

.b-list .spcss {
	background: #fdfdfd;
}





.vad {
	margin: 120px 0 5px;
	font-family: Consolas, arial, 宋体, sans-serif;
	text-align: center;
}

.vad a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin: 0 5px;
	padding: 0 50px;
	font-size: 14px;
	text-align: center;
	color: #eee;
	text-decoration: none;
	background-color: #222;
}

.vad a:hover {
	color: #fff;
	background-color: #000;
}

.thead {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	border-bottom: 40px solid #fff;
}

.b-img>div:nth-child(1){
	background: url(../images/banner1.png) center center no-repeat;
	background-size: cover;
}
.b-img>div:nth-child(2){
	background: url(../images/banner2.png) center center no-repeat;
	background-size:cover;
}
.b-img>div:nth-child(3){
	background: url(../images/banner3.png) center center no-repeat;
	background-size: cover;
}

#header{
	width:100%;
	height:65px;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top:0;
	z-index: 9999;
	min-width:1280px;
}
#logo{
	background: url(../images/logo.png) center center no-repeat;
	width:145px;
	height:65px;
    margin-left:80px;  
}
#logo a {
    width: 145px;
    height: 65px;
    display: block;
    text-indent: -999em;
}
/*
#logo{
	width:210px;
	height:65px;
    border-radius:15px;
    position: absolute;
    top:-5px;
    left:80px;
    margin: 0 auto;
	cursor: pointer;
}
#logo>img{
	background: #ffffff;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	display: block;
	margin: 0 auto;
}
*/
.telnumShow{
	position: absolute;
	top:-5px;
	left:255px;
	font-size: 20px;
	height:65px;
	line-height: 78px;
}


#nav{
	/*min-width:580px;*/
	height:65px;
	height:65px;
	line-height:65px;
	
}
#nav>li a{
	display: inline-block;
	height:65px;
	line-height:65px;
	width:auto;
}


#nav>li{
	float: left;
	color: white;
	font-size:16px;
	line-height:65px;
	min-width:55px;
	max-width: 85px;
	cursor: pointer;
}
#nav>li:nth-child(1){
	margin-right: 40px;
}
#nav>li:nth-child(2){
	margin-right: 20px;
}
#nav>li:nth-child(3){
	margin-right: 25px;
}
#nav>li:nth-child(4){
	margin-right: 20px;
}
#nav>li:nth-child(5){
	margin-right: 30px;
}
#nav>li:nth-child(6){
	margin-right: 35px;
}



#nav>li>img{
	display: inline-block;
	width:12px;
	height:7px;
	margin-left: 8px;
}
/*产品二级子导航——产品*/
.nav_product{
	display: none;
	width: 735px;
	height: 115px;
	/*margin-top:40px;*/
	/*background:url("../images/pro_background.png") center center no-repeat;*/
	background: #faf9fb;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: bottom;
	border-radius: 5px;
	position: absolute;
	left:-60px;
	/*overflow: hidden;*/
	outline: none;
	border:1px solid #efeff1;
	border-left: none;

}
.nav_product>li{
	float: left;
	width:122.5px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	height:113px;
	/*margin-top:20px;*/
	overflow: hidden;
	border-left:1px solid #efeff1;
	box-sizing: border-box;
}
.sanjiao{
	width: 22px;
	height:12px;
	background: url("../images/xiasan.png") center no-repeat;
	position: absolute;
	left: 170px;
	top:-22px;
	z-index:9999;
	margin-top:10px;
}


.nav_product>li>img{
	margin-top:20px;
}

.nav_product>li:hover,.nav_Solution>li:hover,.nav_Service>li:hover,.nav_about>li:hover{
	background: #eff1f6;
}
/*#nav .product:hover,#nav .Solution:hover,#nav .Service:hover,#nav .about:hover{*/
	/*color:#0062b1;*/
/*}*/

#nav>li:hover{
	color: #ff6600;
}

#nav>li>a:hover{
	color: #ff6600;
	text-decoration:none;
}


#nav>.nav_li_active>a,.fixedheader #nav>.nav_li_active>a{
	color: #ff6600;
}


.nav_product>li:first-child:hover,.nav_Solution>li:first-child:hover,.nav_Service>li:first-child:hover,.nav_about>li:first-child:hover{
	background: #eff1f6;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.nav_product>li:last-child:hover,.nav_Solution>li:last-child:hover,.nav_Service>li:last-child:hover,.nav_about>li:last-child:hover{
	background: #eff1f6;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/*产品二级子导航——解决方案*/
.nav_Solution{
	display: none;
	width: 757px;
	height: 115px;
	/*margin-top:40px;*/
	/*background:url("../images/Solution_background.png") center center no-repeat;*/
	background: #faf9fb;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: bottom;
	position: absolute;
	left: -60px;
	outline: none;
	border:1px solid #efeff1;
	border-left:none;
	box-sizing: border-box;
	border-radius:5px;
}

.nav_about>.sanjiao{
	left:295px;
}






.nav_Solution>li{
	float: left;
	width:126px;
	height:113px;
	outline: none;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	border-left:1px solid #efeff1;
	box-sizing: border-box;

}
.nav_Solution>.sanjiao{
	left:265px;
}

.nav_Solution>li>img{
	margin-top:20px;
}

/*产品二级子导航——服务支持*/
.nav_Service{
	display: none;
	width: 379px;
	height: 115px;
	margin-top:20px;
	/*background:url("../images/service_background.png") center center no-repeat;*/
	background: #faf9fb;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: bottom;
	position: absolute;
	left: 215px;
	outline: none;
	border:1px solid #efeff1;
	border-left:none;
	box-sizing: border-box;
	border-radius:5px;
}
.nav_Service>li{
	float: left;
	width:126px;
	height:113px;
	outline: none;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	border-left: 1px solid #efeff1;
	box-sizing: border-box;

}
.nav_Service>.sanjiao{
	left:100px;
}

.nav_Service>li>img{
	margin-top:20px;
}

/*产品二级子导航——关于我们*/
.nav_about{
	display: none;
	width: 379px;
	height: 115px;
	margin-top:20px;
	-webkit-background-size: 100%;
	background: #faf9fb;
	background-size: 100%;
	background-position: bottom;
	position: absolute;
	left: 215px;
	outline: none;
	border:1px solid #efeff1;
	border-left:none;
	box-sizing: border-box;
	border-radius:5px;


}
.nav_about>li{
	float: left;
	width:126px;
	height:113px;
	outline: none;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
	border-left:1px solid #efeff1;

}

.nav_about>li>img{
	margin-top:20px;
}
/*导航hover效果*/

#nav>li>span{
	display: inline-block;
	height:7px;
	width:12px;
	background-image: url("../images/sanjiao.png");
	margin-left:8px;
}

#nav>li:hover span{
	display: inline-block;
	height:7px;
	width:12px;
	background-image: url("../images/top_jiantou.png");
	margin-left:8px;
}

#nav>li>span.liselected{
	display: inline-block;
	height:7px;
	width:12px;
	background-image: url("../images/top_jiantou.png");
	margin-left:8px;
}
.hed_left{
	width:32%;
	/*min-width:210px;*/
	height:65px;
	float: left;
	margin: 0 auto;
	box-sizing: border-box;
}

.nav{
	/*width:48%;*/
	/*min-width:645px;*/
	float: left;
	height:65px;
	position: relative;
}


.login{
	min-width:200px;
	float: left;
	height:65px;
}

.login>input{
	width:95px;
	height:35px;
	outline: none;
	font-size:15px;
	border-radius:3px;
	margin-top:15px;
	cursor: pointer;
	
}
.login>input:first-child{
	background:rgba(0, 0, 0, 0);
	border:1px solid #fe6700;
	color: #fe6700;
	float: left;
	
}
#Trial{
	display: block;
	width: 95px;
	height:35px;
	background:#fe6700;
	float: left;
	margin-top:15px;
	margin-left: 10px;
	border-radius:3px;
	cursor: pointer;
	color: #ffffff;
}
#Trial>span{
	font-size: 15px;
	line-height: 35px;
	height: 35px;
	display: inline-block;
	padding-left:10px;
	padding-right:5px;
}
#Trial>img{
	vertical-align: middle;
	margin-bottom:5px;
}



/*免费试用*/
#Freeuse1,#Freeuse2,#Freeuse3{
	width:430px;
	height:40px;
	box-sizing: border-box;
}
#Freeuse1>input,#Freeuse2>input,#Freeuse3>input{
	outline: none;
	height:40px;
	display: block;
	float: left;

}
#Freeuse1>input[type=text],#Freeuse2>input[type=text],#Freeuse3>input[type=text]{
	width: 275px;
	height:40px;
	box-sizing: border-box;
	background:#e7ecef;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    border: none;
    font-size:20px;
    color: #b4b8bb;
    padding-left:20px;
}
#Freeuse1>input[type=button],#Freeuse2>input[type=button],#Freeuse3>input[type=button]{
	width:155px;
	height:40px;
	border: none;
    background: #ff6600;
    color: white;
    font-size:20px;
    font-weight: 600;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
	cursor: pointer;
}


.fixedheader{
	background: #fff;
	transition: background-color .3s ease-out;
	box-shadow: 0 0 13px rgba(0,0,0,.2);
}
.fixedheader #nav>li>a{
	color: #6a6a6a;
}

.fixedheader #nav>.nav_li_active {
	color: #ff6600;
}
.fixedheader #nav>li:hover a{
	color: #ff6600;
	border: none;
}

.fixedheader #nav>li>span {
	display: inline-block;
	height: 7px;
	width: 12px;
	background-image: url(../images/sanjiao1.png);
	margin-left: 8px;
}

.fixedheader #nav>.nav_li_active>span {
	display: inline-block;
	height: 7px;
	width: 12px;
	background-image: url("../images/top_jiantou.png");
	margin-left: 8px;
}

.fixedheader  #nav>li:hover span{
	display: inline-block;
	height:7px;
	width:12px;
	background-image: url("../images/top_jiantou.png");
	margin-left:8px;
}


.fixedheader #nav>li>span.liselected{
	display: inline-block;
	height:7px;
	width:12px;
	background-image: url("../images/top_jiantou.png");
	margin-left:8px;
}

.Dialogbox{
	display: none;
	width:150px;
	height:50px;
    background: url("../images/Dialogbox.png")center no-repeat;
	position: fixed;
	right:90px;
	bottom:175px;
	line-height:50px;
	padding-left:20px;
	font-size:15px;
	color: black;
	box-sizing: border-box;

}


.b-img>div{
	position: relative;
}

.bann_txet{
	font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	/*font-size:72px;*/
	font-size:5rem;
	color: white;
	letter-spacing:10px;
}

.banx1{
	top:35%;
}

.banx2{
	top:45%;
}

.banx2 span{
	color: #ff6600;
}


.ban2_text{
	font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	color: white;
	letter-spacing:5px;
}
.ban2_text .ban2_1{
	float: left;
	font-size:10rem;
	font-weight: bold;
}


.ban2_text,.ban2_3{
	font-size:4.6875rem;
}

.ban2_2{
	/*position: absolute;*/
	/*top:15px;*/
}

.ban2_2>span,.ban2_3>span{
	color: #ff6600;
}

.ban3_text1,.ban3_text2,.ban3_text3{
	color: white;

	letter-spacing:2px;
}

.ban3_text1{

	font-size:5rem;
}

.ban3_text2{
margin-top:10px;
	font-size:5rem;
}

.ban3_text3{
	margin-top:20px;
	font-size:2.1875rem;
}


.nav_>ul{
	z-index: 999;
}





