/*公共样式*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5 tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none;color: #F28300; }
/*a:hover { text-decoration:underline; }*/
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%;font-family: "微软雅黑"; }
table { border-collapse:collapse; border-spacing:0; } 

body{
	font-family: "微软雅黑";
}
/*公共样式*/


/*头部*/
.header_wrap{
	width: 100%;
}

.top{
	width: 1200px;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
}


.logo{
	float: left;
	margin-right: 46px;
	padding: 10px;
}

.word{
	float: left;
	margin-top: 18px;
}

.connect{
	float: right;
	width: 156px;
	margin-top: 16px;
	margin-right: 14px;	
}

.code{
	float: right;
}

.code img{
	display: block;
	/*width: 160px;*/
	/*height: auto;*/
	width: 135px;
	height: 135px;
}

.code p{
	text-align: center;
	color: #A2A2A2;
	line-height: 10px;
	font-size:10px;-webkit-transform:scale(0.8);display:block;
}

.top dl{
	line-height: 32px;
}

.top dl dt{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 4px;
	margin-right: 12px;
}

.top dl dt img{
	width: 100%;
	height: auto;
}

.top dl dd{
	float: left;
	color: #5E5D5B;
	font-weight: bold;
	font-size: 18px;
}


.nav-wrap{
	width: 100%;
	margin-top: 27px;
	/*background:#F28300;*/
	background: url(../img/nav.png) center no-repeat;
	overflow: hidden;
	position: relative;
}


.nav{
	width: 1200px;
	margin: 0 auto;
	/*background:#F28300;*/
}

.nav ul{
	overflow: hidden;
	height: 45px;
	position: relative;
}

.nav ul li{
	float: left;
	font-size: 18px;
	margin-right: 30px;
	padding: 2px 6px 6px 3px;
	margin-top: 6px;
	border-radius:3px;
}

.nav ul li a{
	display: block;
	color: white;
	padding-bottom: 7px;	
}

.nav ul li:hover{
	background:white;
	box-shadow: 0px 0px 10px rgba(26,26,23,0.3);
}

.nav ul li:hover a{
	color: #F28300 !important;
	border-bottom: 3px solid #F28300;

}

.actfornav{
	background:white;
	box-shadow: 0px 0px 10px rgba(26,26,23,0.3);	
}

.actfornav a{
	color: #F28300 !important;
	border-bottom: 3px solid #F28300;
}

.nav-wrap .whiteset{
	background: white;
	width: 50%;
	height: 42px;
	position: absolute;
	top: 0;
	right: -380px;
	transform: skew(15deg) 
}

.grey{
	position: absolute;
	top: 15px;
	right: 0px;
	background: white;
}

.grey span{
	display: block;
	float: left;
	margin-top: 0px;
	margin-right:18px;
	line-height: 14px;
	padding: 0px;
}

.grey span a{
	font-size: 14px ;
	color: #ACACAC;
	padding: 0px;
	margin:0px !important;
	border-bottom:none !important;
}

.grey span a:hover{
	color: #F28300 !important;
}

/*头部*/



/*轮播图*/
.banner_wrap{
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.banner{
	position: relative;
	width: 100%;
	height: 600px;
	top: 0;
	left: 0;
}

.banner ul{
	
}

.banner li{
	width: 100%;
	float: left;
	height: 600px;
	overflow: hidden;
}
.banner li img{
	display: block;
	position: relative;
	width: 1920px;
	height: 600px;
	left: 50%;
	margin-left: -960px;
}
.banner_wrap ol{
	position: absolute;
	bottom: 15px;
	left: 50%;
}
.banner_wrap ol li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: white;
	float: left;
	margin: 0 5px;
}
.banner_wrap ol li:hover{
	cursor: pointer;
}
.banner_wrap ol .active_ol{
	background: gray;
}

/*轮播图*/

/*搜索栏*/
.search-wrap{
	width: 100%;
	padding: 20px 0px;
	/*border-bottom: 2px solid #E9E9E9;*/
	box-shadow: 0px 0px 4px rgba(121,121,121,0.4);
}


.search{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.search ul{
	position: absolute;
	top: 10px;
} 

.search ul li{
	float: left;
	margin-left: 10px;
}

.search ul li a{
	color: #737373;
	font-size: 14px;
}

.search ul li a:hover{
	color: #EE7C1B;
}

.firstword{
	font-weight: bold;
	
}

.firstword{
	margin: 0 !important;
}

.firstword a{
	color: #525252 !important;
}

.search{
	/*position: relative;*/
}

.sebox{
	float: right;
	border: 1px solid #E6E6E6;
	position: relative;
	width: 300px;
	height: 27px;
	border-radius: 5px;
	padding:4px 0px; 
}

.sebox input{
	position: absolute;
	top: 0;
	width: 265px;
	height: 35px;
	border: none;
	text-indent: 2em;
	line-height: 35px;
	outline-color: #EE7C1B;
}

.sebt{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: url(../img/search_03.jpg) no-repeat 3px 5px;
	border: none;
	outline-color: #EE7C1B;
	cursor: pointer;
}
/*搜索栏*/




/*产品*/
.product_wrap{
	width: 1200px;
	margin: 43px auto 0;
}


.product_wrap h1{
	width: 100%;
	height: 56px;
	background: url(../img/index_hezuo_title.png) no-repeat;
	position: relative;	
}

.product_wrap h1 span{
	font-family: "微软雅黑";
	font-size: 26px;
	font-weight: 100;
	color: #EF7206;
	position: absolute;
	top:-15px;
	left:55px;
}

.product_wrap h1 p{
	color: #B4B4B4;
	position: absolute;
	top:30px;
	left:56px;
	font-size: 14px;
	font-weight: 400;
}

.product_wrap h1 i{
	display: inline-block;
	position: absolute;
	right: 0;
	width: 60px;
	height: 15px;
}

/*------------------------------------------*/
.productmian{
	margin-top: 35px;
	overflow: hidden;
}


.product_left{
	float: left;
}

.sort{
	overflow: hidden;
}

.sort1 .typename{
	margin-top: 50px;
	background: #A69270;
}

.sort2 .typename{
	margin-top: 90px;
	background: #599172;
}

.sort3 .typename{
	margin-top: 90px;
	background: #658B9D;
}


.typename{
	float: left;
	width: 30px;
    line-height: 22px;
    font-size: 18px;
    font-family: 宋体;
    color: white;
    z-index: 1;
    font-weight: 900;
    border-right: 1px solid rgb(201, 201, 201);
    border-radius: 3px;
    padding: 3px 0px;
    text-align: center;

}

.typecont{
	float: left;
    padding-left: 10px;
    margin-left: 10px;
    text-align: left;
    border-left: 1px solid #A79471;
    overflow: hidden;
    cursor: pointer;	
}


.typecont ul li{
	width: 200px;
    padding-left: 8px;
    margin-bottom: 2px;
    line-height:16px;
    font-family: 微软雅黑;
    font-size: 16px;
    color: #717171;
    border-radius: 5px 0px 0px 5px;
    padding: 10px 0px;
    text-indent: 10px;
    /*overflow: hidden;*/
}


.sortactive{
	background: #F28300;
    color: white !important;
    -moz-box-shadow: -2px 4px 5px #888888;
    box-shadow: 0 2px 10px rgba(137, 137, 137, 0.3);
}

/*产品展示*/
.product_right{
	border: 1px solid #EAD7C0;
	float:right;
	padding: 20px 0px 40px 20px;
	display: none;	
}

.activeright{
	display: block;
}

.procont-wrap{
	margin-right: 20px;
	width: 906px;
	overflow: hidden;
	position: relative;
}


.procont{
	width: 950px;
	overflow: hidden;
	position: absolute;
	left:-10px
}


.thepro{
	float: left;
	border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 30px 20px 35px 20px;
    transition: all 0.1s;
    cursor: pointer;
}

.thepro:hover{
	transform: scale(1.01,1.01);
}

.promain{
	width: 270px;
	height: 335px;
}

.propic{
	width: 220px;
	height: 220px;
	margin: auto;
}

.propic img{
	width:220px;
	height: 220px;
	display: block;
}

.proword{
	margin-top: 75px;
	overflow: hidden;
}

.proword span{
	display: block;	
    width: 32px;
	float: left;
	color: #313131;
	margin-right: 20px;
	border-radius: 3px;
	text-align:center;
}

.proword a{
	display: block;
	line-height: 18px;
	font-size: 16px;		
}

.lookde{
	background: #FFFFFF;
}

.lookde a{
	color: #717171;
}


.lask{
	margin-right: 35px !important;
	background: #F28300;
}

.lask a{
	color: #FFFFFF;
}

.save{
	float: left;
}

.save h2{
	width: 150px;
	padding-bottom: 6px;
	line-height: 20px;
	text-align: right;
	font-size: 22px;
	color:#F28300;
	border-bottom: 1px solid #F28300;
	font-family: "微软雅黑";
} 

.save p{
	text-align: right;
	color: #747474;
	font-weight: bold;
	font-size: 14px;
}

/*产品*/




/*合作伙伴*/
.partner_wrap{
	width: 100%;
	overflow: hidden;
	margin: 70px 0 94px;
}

.partner{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.partner_left{
	float: left;
	position: relative;
}

.partner_left img{
	border-left: 2px solid #F28200;
	width: 252px;
	height: 300px;
}

.partner_left .buton{
	position: absolute;
	top: 224px;
	left: 71px;
	width: 136px;
	height: 52px;
	background: #E07D07;
	overflow: hidden;
}


.buton span{
	float: left;
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
}

.buton span:hover{
	box-shadow: 0px 0px 5px rgba(230,230,230,0.3);
	/*transform: scale(1.05);*/
}

.buton span:active{
	/*box-shadow: 0px 0px 5px rgba(230,230,230,0.3);*/
	transform: scale(1.05);
}

.prev{
	padding: 6px 12px 6px 15px;
	background: url(../img/index_hezuo_jiantou_1.png) no-repeat center;
}

.next{
	padding: 6px 12px 6px 15px;
	background: url(../img/index_hezuo_jiantou_2.png) no-repeat center;
}

.partner_right{
	float: right;
	*float: right;
	position: relative;
}

.partner_right h3{
	font-size: 36px;
	color: #F38200;
	font-family: "微软雅黑";
	margin-right: 92px;
}

.partner_right p:before{
	content: '';
	width: 73%;
	height: 1px;
	background: orange;
	position: absolute;
	top: -5px;
	left:20%;
	
}

.partner_right p{
	position: relative;
	float: right;
	text-align: right;
	width: 356px;
	margin-top: 24px;
	margin-right: 61px;
	font-size:16px;
	color: #A2A2A2;
}

.partner_right .roll{
	position: absolute;
	top: 142px;
	right:9px;
	width: 990px;
	height: 150px;
}

.roll ul{
	overflow: hidden;
}

.roll li{
	float: left;
	width: 184px;	
	border:1px solid #EAEAEA;
}

.roll img{
	width: 100%;
	height: auto;	
	overflow: hidden;
}



           /*合作伙伴轮播*/
.move{

}

.move_box{
	margin: 0 auto;
	position: relative;
}
.move_lunbo{
	margin: 0 auto;
	overflow: hidden;
}
.move_ul{
	height: 147px;
	position: relative;
	top: 0;
}
.move_li{
	width: 184px;
	/*height: 146px;*/
	margin: 0px 6px 10px 6px;
	float: left;
}
.move_li img{
	display: block;
	width: 184px;
	height: 144px;
	height: auto;
	border: none;
}


.move_left_arrow{
	position: absolute;
	top: 60px;
	left: 0;
	transition: all 0.1s;
}
.move_right_arrow{
	position: absolute;
	top: 60px;
	right: 0;
	transition: all 0.1s;
}
.move_left_arrow:hover{
	cursor: pointer;
	transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);	/* IE 9 */
	-webkit-transform: scale(1.2,1.2);	/* Safari 和 Chrome */
	-o-transform: scale(1.2,1.2);	/* Opera */
	-moz-transform: scale(1.2,1.2);	/* Firefox */
}
.move_right_arrow:hover{
	cursor: pointer;
	transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);	/* IE 9 */
	-webkit-transform: scale(1.2,1.2);	/* Safari 和 Chrome */
	-o-transform: scale(1.2,1.2);	/* Opera */
	-moz-transform: scale(1.2,1.2);	/* Firefox */
}
            /*合作伙伴轮播*/












/*合作伙伴*/

/*解决难题*/
.problem_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ninebg{
	width:1920px;
	height: 700px;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -960px;
	background: url(../img/index_sanda_bg.jpg);
}

.problem{
	width: 1200px;
	height: 750px;
	margin: 0 auto;
	/*overflow: hidden;*/
	position: relative;
	font-family: "微软雅黑";
}

.problem_left{
	width: 300px;
	height: 700px;
	background: url(../img/index_sanda_left_bg.jpg);
	overflow: hidden;
	position: absolute;
	top: 46px;
	
}

.problem_left h4{
	text-align: right;
	font-size: 48px;
	color: white;
	font-family: "微软雅黑";
	margin-top: 40px;
}

.problem_left .solve{
	width: 225px;
	height: 386px;
	margin-top: 58px;
	margin-left: 25px;
	overflow: hidden;
}



.solve h5{
	width: 122px;
	height: 47px;
	font-size: 16px;
	color: #515151;
	margin-top: 70px;
	
}

.solve p{
	font-size: 16px;
	color: #7B7B7B;
	width: 178px;
	margin-top: 33px;
	line-height: 30px;
	/*font-family: "宋体";*/
}

.tecword{
	position: absolute;
	top:225px;
	left: 260px;
	display: inline-block;
	height: 365px;
	font-size: 17px;
	color:white;
	/*-ms-transform:rotate(90deg);
	transform: rotate(90deg);*/
	letter-spacing: 2px;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/    
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/    
}


.problem_right{
	float: right;
	/*position: absolute;*/
}

.problem_right .goodtl{
	position: absolute;
	top: 88px;
	left: 310px;
}

.problem_right .goodtl h1{
	position: relative;
	font-size: 48px;
	color: #F28300;
    letter-spacing: 1px;
}

.problem_right .goodtl h1 span{
	position: absolute;
	top: -38px;
	right: 224px;
	display: inline-block;
	font-size: 68px;
	color: #7AAA0F;

}

.sick_box{
	margin-top: 160px;
	/*overflow: hidden;*/
}

.sick{
	width: 275px;
	height: 546px;
	float: left;
	margin:40px 0 0 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(81,81,81, 0.3);
	position: relative;
	
}

.sick:hover{
	top: -10px;
	transition: 0.5s;
	/*transform: scale(1.02);*/
}

.sick i{
	display: block;
	width: 128px;
	height: 128px;
	margin: 24px auto;
}

.sick h6{
	font-size: 27px;
	color: #F28711;
	font-weight: normal;
	text-align: center;
	line-height: 27px;
}

.sick p{
	font-size: 16px;
	color: #545454;
	line-height: 27px;
	text-align: center;
}

.sick b{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}

.solo_box{
	width: 200px;
	margin: 20px auto 13px;
	border-bottom: 1px solid lightgray;
}

.solo_box .bor{
    width:20px;
    height: 3px;
    margin: 0 auto;
    background: #F28300;
}

.sick .solo{
	border: 2px solid #F28300;
	border-radius: 4px;
	padding: 3px 10px;
	margin: 0 auto 14px;
	color: #F28300;
	font-size: 16px;
	line-height: 16px;
	width: 32px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.whitebox_wrap{
	position: absolute;
	top: 16px;
	left: 275px;	
	padding: 5px;
	border: 1px solid #F28300;
}

.whitebox{
	width: 38px;
	height: 38px;
	background: white;
}

.jiantou{
	width:60px;
	height: 40px;
	background: url(../img/dainjiantou.png);
	position: absolute;
	top: 576px;
	left: 220px;
	z-index: 10;
}
/*解决难题*/

/*优势*/
.advantage_wrap{
	width: 100%;
	font-family: "微软雅黑";
	overflow: hidden;
}

.advantage{
	width: 1200px;
	/*height: 750px;*/
	margin: 0 auto;
	position: relative;
}

.ballpic{
	position: absolute;
	top: -114px;
    right: -165px;
}

.advantage .bigtitle{
	margin: 80px 0 0 0;
}

.bigtitle h2{
	position: relative;
	font-size: 30px;
	color: #F28300;
	font-weight: normal;
}

.bigtitle h2 span{
	position: absolute;
	top: -22px;
	left: 252px;
	display: inline-block;
	font-size: 48px;
	color: #7BAA10;
	font-weight: bold;
}


.bigtitle .picword{
	
}


.picword{
	position: relative;
	display: inline-block;
	margin-left: 29px;
	top: -78px;
	left: 288px;
}

.picword i{
	position: absolute;
	top: 28px;
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../img/index_youshi_title_icon.png);
}


.picword b{
	position: absolute;
	top: 34px;
	left: 14px;
	display: inline-block;
	width: 43px;
	height: 53px;
	background: url(../img/xiexian.png);
}

.picword p{
	position: absolute;
	top: 70px;
	left: 38px;
	display: inline-block;
	width: 377px;
	height: 16px;
	background: url(../img/Eightadvantages,Helptheenterprise.png);
}

.six{
	margin-top:90px;
	margin-bottom: 130px;
}


.such{
	margin-bottom: 36px;
	overflow: hidden;
}

.such span{
	float: left;
	display: block;
	width: 26px;
	height: 26px;
}

.such i{
	float: left;
	display: block;
	width: 120px;
	height: 24px;
	margin-left: 10px;
}


.such b{
	float: left;
	display: block;
	width: 146px;
	font-size: 24px;
	line-height: 24px;
	color: #515151;
}

.such p{
	float: left;
	font-size: 16px;
	color: #A3A3A3;
}
/*优势*/

/*降低成本助力企业*/
.phone_wrap{
	width: 100%;
	overflow: hidden;
    padding-bottom: 20px;
}

.ninephone{
	width: 1400px;
	height: 280px;	
	background:url(../img/index_tantou_bg_1.jpg) no-repeat;
	margin: auto;
}

.phone{
	width: 1200px;
	height: 280px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.phone .telbox{
	float: left;
	position: relative;
	top: 38px;
	left: 10px;
	width: 614px;
	height: 251px;
	background-color:#FFFFFF;
	background-image:url(../img/telbg.png);
	background-repeat:no-repeat ;
	background-position:center 80px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px rgba(81,81,81, 0.3);
}



.telbox span{
	float: left;
	font-size: 36px;
	color: #515151;
	font-weight: 700;
	font-family: "微软雅黑";
	position: absolute;
	top: 125px;
	left: 73px;
}
.telbox i{
	float: left;
	font-size: 22px;
	color: #FFFFFF;
	background: url(../img/index_tantou_button.png) no-repeat;
	padding: 12px 88px 15px 25px;
	font-style: normal;
	font-family: "微软雅黑";
	position: absolute;
	top: 180px;
	left: -9px;
}

.telbox b{
	float: left;
	font-size: 26px;
	color: #E67B09;
	font-weight: 300;
	font-family: "微软雅黑";
	position: absolute;
	top: 12px;
	left: 448px;
}

.phone h2{
	float: left;
	font-size: 42px;
	color: #FF7801;
	font-family: "微软雅黑";
	position: absolute;
	top: 210px;
	left: 405px;
}

.phone .bord{	
	width:172px;
	height: 2px;
	background:#FF7801;
	position: absolute;
	top: 279px;
	left: 390px;
}

.phone p{
	width:250px;
	position: absolute;
	top: 190px;
	left: 830px;
	font-family: "微软雅黑";
}

.phone p img{
	width: 100%;
}
/*降低成本助力企业*/


/*数据*/
.data_wrap{
	width: 100%;
	font-family: "微软雅黑";
	margin-top: 104px;
	margin-bottom: 30px;
}

.data{
	width: 1200px;
    margin: auto;
	position: relative;
	overflow: hidden;
}

.data_left{
	float: left;
	width: 500px;
	height: 382px;
	display: inline-block;
	background: url(../img/index_duibi_bg1.jpg) 0px 0px no-repeat;
	position: relative;
}


.data .juxing{
	display: inline-block;
	width: 34px;
	height: 382px;
	background: url(../img/juxing.png) -25px 0px;
}

.data_left p {
	font-size: 14px;
	color: #565656;
		
	/*-moz-transform:rotate(90deg); 
	-webkit-transform:rotate(90deg); 
	-ms-transform:rotate(90deg); 
	-o-transform:rotate(90deg);		
	transform: rotate(90deg);*/
	
	position: absolute;
	top: 30px;
	left: 5px;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/    
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
}


.data_left .flytop{
	position: absolute;
	top: 0;
	right: 91px;
}

.flytop h3{
	margin-top: 10px;
	font-size: 28px;
	color:#FF8401;
	text-align: right;
}

.data_right{
	float: right;
	position: relative;
	margin-top: 15px;
}

.right-one,.right-two{
	float: left;
	
}

.data_right .right-one h4{
	font-size: 20px;
	color:#FF8401;
	text-align: center;
	margin-bottom: 20px;
}

.data_right .right-two h4{
	font-size: 20px;
	color:#313131;
	text-align: center;
	padding: 0px 0 0 55px;
	margin-bottom: 20px;
}

.right-one p{
	margin-bottom:72px;
	width: 198px;
	font-size: 16px;
	color: #7C7C7C;
	text-align: center;
	line-height: 27px;
	padding: 0px 55px 0 55px;
	background: url(../img/circle.png) right center no-repeat;
}

.right-two p{
	margin-bottom:72px;
	width: 198px;
	font-size: 16px;
	color: #7C7C7C;
	text-align: center;
	line-height: 27px;
	padding: 0px 0 0 55px;
}

.right-center{
	width: 10px;
	height: 240px;
	background:url(../img/shap.png) repeat-y 5px 0px;
	position: absolute;
	top: 80px;
	left: 299px;
	z-index: -1;
}


.data_center{
	width: 200px;
	height: 387px;
	background: #F28300;
	position: absolute;
	top: 19px;
	left: 442px;
	text-align: center;
	display: inline-block;
}

.data_center h5{
	width: 122px;
	height: 60px;
	font-size: 18px;
	line-height: 30px;
	color: white;
	font-weight: 600;
	text-align: right;
}

.first{
	background-repeat:no-repeat ;
	background-position:142px 3px;
	margin-top: 45px;
	background-image:url(../img/index_duibi_icon_1.png);
}

.second{
	background-repeat:no-repeat ;
	background-position:142px 0px;
	margin: 50px 0 9px;
	background-image:url(../img/index_duibi_icon_2.png);
}

.third{
	line-height: 60px;
	background-repeat:no-repeat ;
	background-position:142px 10px;
	margin-top: 60px;
	background-image:url(../img/index_duibi_icon_3.png);
}

.third h5{line-height:68px;}

.fourth{
	background-repeat:no-repeat ;
	background-position:142px 10px;
	margin-top: 50px;
	background-image:url(../img/index_duibi_icon_4.png);
}

.fifth{
	line-height: 60px;
	background-repeat:no-repeat ;
	background-position:142px 10px;
	margin-top: 40px;
	background-image:url(../img/index_duibi_icon_5.png);
}

.fifth h5{line-height:84px;}

.sixth{
	line-height: 60px;
	background-repeat:no-repeat ;
	background-position:158px 10px;
	margin-top:40px;
	background-image:url(../img/index_duibi_icon_6.png);
}

.sixth h5{line-height:70px;}
/*数据*/

.xxxx{
	width: 100%;
}


.xx14{
	width: 1400px;
	height:500px;
	margin: auto;
	background: yellow;
}

.xx12{
	width: 1200px;
	height: 400px;
	background: green;
	margin: auto;
}


/*未达到绝不收费*/
.promise_wrap{
	width: 100%;
	padding-top: 40px;
	overflow: hidden;
}

.promisebg{
	width: 1400px;
	height: 316px;
	margin: auto;
	background:url(../img/index_tantou_bg_2.jpg) no-repeat;
	background-position:0px -20px;
}

.promise{
	position: relative;
	width: 1200px;
    height: 316px;
	margin:0 auto;
	font-family: "微软雅黑";
}

.promise h1{
	display: inline-block;
	width: 405px;
	font-size: 48px;
	color: #FE7701;
	font-weight: 600;
	text-align: right;
	margin-top:45px ;
}

.promise h2{
	position: absolute;
	top: 120px;
	left: -100px;
	width: 495px;
	font-size: 36px;
	color: white;
	font-weight: 600;
	text-align: right;
	background: #F28300;
	margin-top:8px ;
	padding-right: 10px;
}

.promise h3{
	width:172px;
	height: 2px;
	background:#F28403;
	position: absolute;
	bottom: 80px;
	left: 85px;
}

.promise h4{
	font-size: 28px;
	color: #727273;
	position: absolute;
	bottom: 32px;
	left: 34px;
	font-weight: normal;
}

.promise h5{
	display: inline-block;
	font-size: 48px;
	color: #FE7701;
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	left: 275px;
}

.promise h6{
	width: 200px;
	height: 234px;
	border-radius: 2px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px rgba(81,81,81, 0.2);
	position: absolute;
	top: -34px;
	left: 442px;
	z-index: 99;
	
}

.promise h6 p{
	text-align: center;
	font-size: 26px;
	color: #E27800;
	font-weight: 300;
	margin-top: 95px;
}

.promise h6 span{
	display: inline-block;
	color:white;
	font-size: 18px;
	font-weight: 300;
	width: 100px;
	text-align: center;
	border-radius: 3px;
	padding: 10px 60px 10px 10px;
	margin: 30px 15px 10px 15px;
	background: url(../img/index_tantou_button.png);
	background-size:170px 47px ;
}
/*未达到绝不收费*/

/*客户见证*/
.customer_wrap{
	width: 100%;
	font-family: "微软雅黑";
	margin-top: 60px;
}

.customer{
	width: 1200px;
	margin: auto;
}

.customer h1{
	width: 100%;
	height: 56px;
	background: url(../img/index_title_2.png) no-repeat;
	position: relative;
	
}

.customer h1 span{
	font-family: "微软雅黑";
	font-size: 26px;
	font-weight: 100;
	color: #EF7206;
	position: absolute;
	top:-15px;
	left:55px;
}

.customer h1 p{
	color: #B4B4B4;
	position: absolute;
	top:30px;
	left:56px;
	font-size: 14px;
	font-weight: 400;
}

.customer h1 .morebuton{
	position: absolute;
	top:7px;
	right:70px;
}

.customer h1 .morebuton .up{
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../img/index_jiantou_1_1.png) no-repeat;
}

.customer h1 .morebuton .down{
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../img/index_jiantou_2_1.png) no-repeat;
}

.morebuton b:active{
	transform: scale(1.1);
}

.changeupbg{
	background: url(../img/index_jiantou_1_2.png) no-repeat !important;
}

.changedownbg{
	background: url(../img/index_jiantou_2_2.png) no-repeat !important;
}




.customer h1 i{
	display: inline-block;
	position: absolute;
	right: 0;
	width: 60px;
	height: 15px;
}

.contwrap{
	width: 1200px;
	overflow: hidden;
}

.customer-content{
	width: 9999px;
	margin-top: 10px;
	overflow: hidden;
}

.customer .example{
	float: left;
	width: 360px;
	margin-right: 60px;
	text-align: center;
}

.example img{
	width: 320px;
	height: 320px;
	cursor: pointer;
}

.example .look{
	position: relative;
	margin-top: 26px;
	overflow: hidden;
}

.look .lookbor{
	width:30px;
	height: 5px;
	background: #F28300;
	position: absolute;
	top: 0;
	float: left;
}

.look span{
	float: right;
	font-size: 14px;
	color: #F28300;
}

.example h2{
	font-size:20px;
	color: #F28300;
	font-weight: 600;
}

.example h3{
	font-size:16px;
	color: #3C3C3C;
	margin-top: 10px;
	font-weight: 300;
}

.example p{
	font-size:14px;
	color: #939393;
	margin-top: 10px;
	line-height: 24px;
	height: 92px;
	overflow: hidden;	
}

/*客户见证*/

/*企业资质*/
.enterprise_wrap{
	width: 100%;
	font-family: "微软雅黑";
	margin-top: 86px;
	margin-bottom: 50px;
}

.enterprise{
	width: 1200px;
	margin: auto;
}

.enterprise h1{
	width: 100%;
	height: 56px;
	background: url(../img/index_title_2.png) no-repeat;
	position: relative;
	
}

.enterprise h1 span{
	font-family: "微软雅黑";
	font-size: 26px;
	font-weight: 500;
	color: #EF7206;
	position: absolute;
	top:-15px;
	left:55px;
}

.enterprise h1 p{
	color: #B4B4B4;
	position: absolute;
	top:30px;
	left:56px;
	font-size: 14px;
	font-weight: 400;
}

.enterprise h1 .morebuton{
	position: absolute;
	top:7px;
	right:70px;
}

.enterprise h1 .morebuton .up{
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../img/index_jiantou_1_1.png) no-repeat;
}


.enterprise h1 .morebuton .down{
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../img/index_jiantou_2_1.png) no-repeat;
}



.enterprise h1 i{
	display: inline-block;
	position: absolute;
	right: 0;
	width: 60px;
	height: 15px;
}


.encontwrap{
	width: 1200px;
	overflow: hidden;
	margin-top: 35px;
}

.enterprise-content{
	width: 1200px;
	overflow: hidden;	
}

.credentials_ul{
	overflow: hidden;
	position: relative;
}

.credentials_ul li{
	float: left;
	width: 215px;
	margin-right: 30px;
}

.credentials_ul li img{
	display: block;
	width: 215px;
	height: 310px;
	border: 1px solid #CCCCCC;
}

.credentials_ul li p{
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	line-height: 16px;
	color: #616161;
	font-family: "微软雅黑";
	font-weight: bold;
}
/*企业资质*/

/*免费改造方案*/
.free_wrap{
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
	padding-bottom: 20px;
}

.freebg{
	width: 1400px;
	height: 280px;
	margin: auto;
	background:url(../img/index_tandou_bg_3.jpg);
}

.free{
	position: relative;
	width: 1200px;
	height: 280px;
	margin: auto;
}

.free .telbox{
	display: inline-block;
	position: relative;
	top: 38px;
	left: 0px;
	width: 614px;
	height: 255px;
	background-color:#FFFFFF;
	background-image:url(../img/telbg.png);
	background-repeat:no-repeat ;
	background-position:center 80px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px rgba(81,81,81, 0.2);
}



.free span{
	display: inline-block;
	font-size: 36px;
	color: #515151;
	font-weight: 700;
	font-family: "微软雅黑";
	position: absolute;
	top: 125px;
	left: 73px;
}
.free i{
	display: inline-block;
	font-size: 22px;
	color: #FFFFFF;
	background: url(../img/index_tantou_button.png) no-repeat;
	padding: 12px 88px 15px 25px;
	font-style: normal;
	font-family: "微软雅黑";
	position: absolute;
	top: 180px;
	left: -9px;
}

.free b{
	display: inline-block;
	font-size: 26px;
	color: #E67B09;
	font-weight: 300;
	font-family: "微软雅黑";
	position: absolute;
	top: 12px;
	left: 448px;
}

.free h2{
	font-size: 48px;
	color: #FF7801;
	font-family: "微软雅黑";
	position: absolute;
	top: 203px;
	left: 356px;
}

.free .bord{	
	width:200px;
	height: 2px;
	background:#FF7801;
	position: absolute;
	top: 278px;
	left: 396px;
}

.free p{
	width:330px;
	position: absolute;
	top: 196px;
	right: 35px;
}

.free img{
	width: 100%;
}

/*免费改造方案*/

/*企业简介*/
.introduction_wrap{
	width: 100%;
	font-family: "微软雅黑";
	
}
.introduction{
	width: 1200px;
	height: 750px;
	background: url(../img/index_about_img.jpg) no-repeat;
	margin: auto;
	margin-bottom: 480px;
	/*margin: 0 auto 400px;*/
	position: relative;
	
}

.introduction .topbox{
	position: relative;
	margin-left: 50px;
	
}

.topbox .topone{
	display: inline-block;
	width: 195px;
	height: 122px;
	background: #F28300;
	overflow: hidden;
	position: absolute;
	z-index: 11;
	border-radius: 2px;
}

.topbox .topone h1{
	width: 145px;
	margin: auto;
	font-size: 34px;
	color: white;
	margin-top: 55px;
	margin-left: 33px;
	
}

.topbox .toptwo{
	width: 200px;
	height: 90px;
	border: 2px solid #F28300;
	position: absolute;
	top: 82px;
	left: 28px;
	z-index: 10;
}

.topbox .topthree{
	position: absolute;
	top: 133px;
	left: 46px;
}

.topbox .topthree h2{
	font-size: 24px;
	color: #717171;
}

.intro-content{
	width: 1100px;
	height: 530px;	
	position: absolute;
	top: 220px;
    left: 50px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px rgba(81,81,81, 0.3);
}


.intro-c{
	width: 1000px;
	max-height: 360px;
	overflow: hidden;
	margin: 50px auto 0;
	padding-bottom:40px ;
	background: url(../img/hengtiao.png) no-repeat bottom;
}

.intro-c p{
	font-size: 20px;
	color: #5A5A5A;
	line-height: 40px;
}

.clicker{
	position: absolute;
	bottom: 16px;
    left: 272px;
    overflow: hidden;
}

.clicker p{
	float: left;
	padding: 5px 10px;
	background: url(../img/circle.png) no-repeat center 0px;
}

.clicker span{
	display: inline-block;
	font-size: 18px;
	color: #F49B31;
	padding: 5px 20px;
	margin-top: 20px;
	border: 1px solid #F49B31;
	border-radius: 5px;
}

.clicker span:hover{
	color: #FFFFFF !important;
	background: #F28300 !important;
}

.hope{
	position: absolute;
	top: 780px;
	left: 100px;
	width: 1050px;
	height: 370px;
}

.hope h3{
	font-size: 30px;
	color: #F38300;
	text-align: center;
	font-weight: 300;
}

.hope .orange{
	width: 134px;
	height: 6px;
	padding-top: 2px;
	padding-left: 30px;
	margin-bottom: 10px;
	background: url(../img/orange.png) no-repeat;
}

.hope .orange span{
	display: block;
	width: 100px;
	height: 1px;
	background: orange;
}

.hope p{
	font-size: 16px;
	color: #818181;
	line-height: 30px;
}

.hope .morebuton{
	position: absolute;
	top:38px;
	right:75px;
}

.hope .morebuton .up{
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../img/index_jiantou_1_1.png) no-repeat;
}


.hope .morebuton .down{
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../img/index_jiantou_2_1.png) no-repeat;
}



.hope i{
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 0;
	width: 60px;
	height: 15px;
}


.showbox{
	width:1100px;
	height: 300px;
	height: 265px;
	position: absolute;
	top: 90px;
	left: -50px;
	overflow: hidden;
}

.showbox ul{
	width: 9999px;
	overflow: hidden;
}

.showbox ul li{
	float: left;
	width: 354px;
	margin-right: 20px;
}

.showbox ul li img{
	display: block;
	width: 354px;
	height: 265px;
}


/*企业简介*/


/*新闻栏*/
.news_wrap{
	font-family: "微软雅黑";
	width: 100%;
	position: relative;
	overflow: hidden;
}

.newsbg{
	width:1250px;
	height: 30px;
	margin: auto;
	background:#F1F1F1;
	position: absolute;
	top: -15px;
	left: 50%;
    transform: translateX(-50%);
}

.news{
	width: 1200px;
	margin: 0 auto 50px;
	overflow: hidden;
}

.nick{
	float: left;
	width: 390px;
	height:460px;
	margin-right: 12px;	
	border: 1px solid #E8E8E8;
	border-radius:3px;
	position: relative;
}

.newsright{
	margin-right: 0;
}

.newsleft ul{
	overflow: hidden;
	box-shadow: 0px 2px 5px  #B6B6B6;
}

.newsleft ul li{
	float: left;
	width: 194px;
	padding: 10px 0;
	background: #F28300;
	color: white;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	border-radius: 1px;
	cursor: pointer;
}


.active{
	background: white !important;
	color: #F28300 !important;
}

.newsleft .thenews{
	display: block;
}

.newsleft .thenews .thenews-c{
	width: 370px;
	padding: 15px 10px 0px;
	
}

.theweibo {
	display: none;
}

.theweibo .theweibo-c{
	width: 370px;
	padding: 15px 10px 0px;
	height: 300px;
}

.newsleft .thenews .thenews-c img{
	width: 370px;
	height: 150px;
	height: auto;
	border-radius:3px;	
}

.newsleft .thenews .thenews-c h1{
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.newsleft .thenews .thenews-c h1 a{
	font-size: 18px;
	color: #777777;
	margin-bottom: 25px;
}

.thenews-c p{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsleft .thenews .thenews-c p a{
	font-size: 16px;
	color: #777777;
	line-height:26px;
}
.newsleft .thenews .thenews-c span{
	padding: 0px 15px;
	border-radius: 7px;
	float: right;
	color: white;
	font-size: 18px;
	background: #90C320;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.thenews-c a:hover{
	color: #F28300 !important;
	text-decoration: underline;
}

.newscenter ul{
	background: #F28300;
	color: white;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	padding: 10px 0;
}

.question .question-c{
	width: 370px;
	padding: 15px 10px 0px;
}

.newscenter .question h1{
	color: #727272;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.newscenter .question h1 i{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/circle.png) no-repeat;
	margin-right: 5px;
}

.newscenter .question p{
	color: #939393;
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 14px;
	margin-top: 3px;
	max-height: 168px;
	overflow: hidden;
}


.question span{
	padding: 0px 15px;
	border-radius: 7px;
	float: right;
	color: white;
	font-size: 18px;
	background: #90C320;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.newsright ul{
	background: #F28300;
	color: white;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	padding: 10px 0;
}


.newsright .apply .apply-c{
	width: 370px;
	padding: 15px 10px 0px;
}

.apply-c .styo{
	line-height: 34px;
}

.apply-c .styt{
	margin-top: 5px;
	position: relative;
	height: 95px;
}

.apply-c .styt label{
	position: absolute;
	top: 0;
}

.apply-c .styt textarea{
	position: absolute;
	right: 21px;
	resize: none;
}

.apply-c p label{
	display: inline-block;
	width: 66px;
	margin-right: 20px;
	text-align: right;
	font-size: 16px;
	color: #838383;
}

.apply-c p input{
	width: 260px;
	height: 26px;
	border-radius: 2px;
	border: 1px solid #DCDCDC;
}

.apply-c p textarea{
	width: 260px;
	height: 80px;
	border-radius: 2px;
	border: 1px solid #DCDCDC;
}

.apply-c .styf{
	width: 350px;
}

.apply-c .styf input{
	width: 120px;
}

.apply-c .styf i{
	float: right;
	font-size: 16px;
	color: orange;
	font-style: normal;
}

.apply-c .endbt{
	width: 400px;
	margin: auto;
	position: relative;
	margin-top: 30px;
	left: 70px;
	*margin-top: 10px;
}

.endbt button{
	font-size:18px;
	padding: 2px 26px;
	margin: 0px 15px;
	border: none;
	cursor: pointer;	
	outline: none;	
	*padding: 2px 10px;
}

.btclick{
	box-shadow: 0 2px 10px rgba(137, 137, 137, 0.8);
}

.endbt .tj{
	background: #F28300;
	color: white;
	border-radius: 7px;
}

.endbt .cz{
	background: white;
	color: #F28300;
	border: 1px solid #F28300;
	border-radius: 5px;
}

.apply-c span{
	padding: 0px 15px;
	border-radius: 7px;
	float: right;
	color: white;
	font-size: 18px;
	background: #90C320;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 10px;
}



/*新闻栏*/


/*尾部*/
.footer_wrap{
	width: 100%;
	background:#A1A1A1;
	
}

.footer{
	width: 1200px;
	/*height: 200px;*/
	margin: auto;
	padding: 46px 10px 18px 10px;
	overflow: hidden;
	position: relative;
}



.friend{
   float: left;
}

.link{
	 float: left;
}

.link span{
	position: relative;
	left: 8px;
	display: inline-block;
	width:40px;
	height: 60px;	
	font-size: 14px;
	color: white;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	background: url(../img/end_icon_1.png) no-repeat 10px 3px;
	background-size: 40px 55px;
}

.link p a{
	font-size: 14px;
	color: white;
}

.link p a:hover{
	color: #F28300;
}

.friend ul{
	 float: left;
	 margin-left: 50px;
	 margin-top: 10px;
}

.friend ul li{
	font-size: 14px;
	font-weight: 100;
	line-height: 26px;
}

.friend ul li a{
	color: white;
}


.about{
	float: left;
	margin-left: 40px;
}

.about .icon{
	position: relative;
	top: 48px;
	width: 18px;
	height: 18px;
	background: url(../img/end_icon_2.png) no-repeat;
}

.about ul{
	float: left;
	 margin-left: 50px;
	  margin-top: 10px;
}

.about ul li{
	font-size: 14px;
	font-weight: 100;
	line-height: 26px;
	text-align: center;
}

.about ul li a{
    color: white;
}

.footer li a:hover{
	color: #F28300;
}

.address{
	position: absolute;
	right: 0;
}

.icode{
	position: absolute;
	right: 0;
	margin-left: 15px;
	width: 120px;
	height: 120px;
}

.icode img{
	width: 100%;
}

.zblad{
	position: absolute;
	right: 140px;
	width: 202px;
	height: auto;
	margin-bottom: 22px;
}


.adtext p{
	line-height: 24px;
	text-align: right;
	font-size: 14px;
	color: white;
}
.adtext{
	position: absolute;
	width: 340px;
	right:140px;
	top: 85px;
}

.copyright{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: white;
	line-height: 38px;
	background: #919191;
}
/*尾部*/


/*悬浮*/
.xuanfu{
	position: fixed;
	right: 1%;
	top: 360px;
	transform: translateY(-50%);
   
	
}

.xuanfubox{
	position: relative;
	width: 75px;
	height: 520px;
	background:rgba(255,255,255,0.6)
}

.xuanfu a{
	/*display: block;*/
}

.funname{
	width: 90px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: -6px;
}

.funname img{
	width: 100%;
	border: none;
}

.funtype{
	 overflow: hidden;
}


.func dl{
 text-align: center;
 overflow: hidden;
 
}

.func dl dt{
	width: 50px;
	height:50px;
	line-height: 43px;
	border-radius: 50%;
	background: #F28300;
	background-size:43px 43px;
	margin:5px auto 0;
	overflow: hidden;
}


.func dl i{
	display: block;
	width: 40px;
	height: 40px;
	margin:6px auto 0;
}


.hidebox{
	width: 100px;
	height: 100px;
	position: absolute;
	right:90px;
	top: 0px;
	display: none;
	z-index: 9999;	
	transition: all 1s;	
}


.fun1{
	width: 75px;
	position: absolute;
	top: 70px;
	right: 0;
}

.fun2{
	width: 75px;
	position: absolute;
	top: 160px;
	right: 0;
}

.fun3{
	position: absolute;
	top: 250px;
	right: 0;
	width: 76px;
}

.fun4{
	width: 75px;
	position: absolute;
	top: 338px;
	right: 0;
}


.fun4 dl{
	width: 75px;
	height: 80px;
    float: right;
}

.fun4 p{
	width: 0px;
	height: 90px;
	float: right;
	text-indent: 5px;
	white-space: nowrap;
	font-size: 20px;
	color: white;
	line-height: 90px;
	border-left:1px solid white;
	display: none;
	
	/*transition:all 1s;*/
	/*-moz-transition:all 1s; /* Firefox 4 */*/
	/*-webkit-transition:all 1s; /* Safari and Chrome */*/
	/*-o-transition:all 1s; /* Opera */*/
}

.fun5{
	width: 75px;
	position: absolute;
	top: 425px;
	right: 0;
}

.hidebox img{
	width:100%;
	border: 2px solid #F28300; 
}


.fun1 i{
	background: url(../img/o1.png) center no-repeat;
	background-size:35px  35px;
}

.fun2 i{
	background: url(../img/o2.png) center no-repeat;
	background-size:35px  35px;
}

.fun3 i{
	background: url(../img/o3.png) center no-repeat;
	background-size:35px  35px;
}

.fun4 i{
	background: url(../img/o4.png) center no-repeat;
	background-size:35px  35px;
}

.fun5 i{
	background: url(../img/o5.png) center no-repeat;
	background-size:35px  35px;
}

.func dl dd{
	margin-top: 6px;
	color: #6B6B6B;
	font-size: 14px;
}

.func:hover{
	background: #F28300;
}

.func:hover dt{
	background: white;
	border-radius: 50%;
}

.func:hover dd{
	color: white;
}

.fun1:hover i{
	background-image: url(../img/w1.png);
}

.fun2:hover i{
	background-image: url(../img/w2.png);
}

.fun3:hover i{
	background-image: url(../img/w3.png);
}

.fun4:hover i{
	background-image: url(../img/w4.png);
}

.fun5:hover i{
	background-image: url(../img/w5.png);
}


.fun4:hover{
	width: 236px;
	background: #F28300;
}

.fun4:hover:dl{
	background: #D70010;
}

.fun4:hover p{
	width: 160px;
	display: block;
}

.fun5:hover .hidebox{
	display: block;	
}