body{
	font-family: "trebuchet ms","microsoft yahei";
}
body,h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0;
	padding: 0;
}
@font-face {
  font-family: 'iconfont';  /* project id 527011 */
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#iconfont') format('svg');
}
.ssma{
	font-style: normal;
	font-family: 'iconfont';
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}

.box{
	width: 1200px;
	margin: auto;
}

.title{
	text-align: center;
	padding: 50px 0 30px 0;
}
.title h1,.title h2,.title h3,.title h4{
	font-weight: normal;
}
.title h1{
	text-transform: uppercase;
	font-size: 29px;
	padding: 10px 0;
	font-family: "microsoft yahei";
	color: #0F92FB;
}
.title h2{
	font-size: 24px;
	color: #333;
	font-weight:bold;
}
.title h3{
	color: #ddd;
	padding: 5px 0;
}
.title h4{
	font-size: 12px;
	line-height: 30px;
	color: #999;
	padding-top: 20px;
}
.header-top{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 30px;
	background: #2d333f;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
}
.header-left{
	float: left;
}
.header-right{
	float: right;
}
.header{
	position: fixed;
	z-index: 9999;
	top: 30px;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 1px 5px #666;
}
.header .logo{
	float: left;
	width: 200px;
	height: 50px;
	margin-top: 15px;
}
.header .nav{
	float: right;
	border-left: 1px solid #eee;
}
.header .nav li{
	float: left;
	padding: 20px 25px 0 25px;
	height: 60px;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #eee;
}
.header .nav li span{
	display: block;
	font-size: 12px;
	padding: 4px 0;
	color: #666;
	text-transform: uppercase;
}
.header .nav li:hover{
	background: #0f92fb;
}
.header .nav li:hover a{
	color: #fff;
}
.header .nav li:hover span{
	color: #ddd;
}
.header .my400{
	float: right;
	color: #0F92FB;
	font-size: 20px;
	height: 80px;
	overflow: hidden;
	line-height: 70px;
	margin-left: 30px;
}
.header .my400 span{
	position: relative;
	top: -30px;
	display: block;
	font-size: 12px;
	color: #aaa;
	line-height: 30px;
}

.bg {
		position: absolute;
		top: 110px;
		left: 0;
		width: 100%;
		height: 600px;
	}
	.bg-box-1{
		background: url('../img/bn1.png') no-repeat center/cover;
	}
	.bg-box-2{
		background: url('../img/bn2.png') no-repeat center/cover;
	}
	.bg-box-3{
		background: url('../img/bn3.png') no-repeat center/cover;
	}
	.bg-box-4{
		background: url('../img/bn4.png') no-repeat center/cover;
	}
	#wrap{
		position: absolute;
		overflow: hidden;
		top:110px; left:0; right:0; bottom:0;
		margin:auto;
		width: 1000px;
		height: 400px;
	}
	#wrap > ul{
		width: 120%;
		list-style: none;
	}
	#wrap > ul > li{
		float: left;
		width: 100px;
		height: 400px;
		cursor: pointer;
	}
	#wrap > ul > li:nth-child(1){
		background: url('../img/bn1.png') no-repeat center/cover;
	}
	#wrap > ul > li:nth-child(2){
		background: url('../img/bn2.png') no-repeat center/cover;
	}
	#wrap > ul > li:nth-child(3){
		background: url('../img/bn3.png') no-repeat center/cover;
	}
	#wrap > ul > li:nth-child(4){
		background: url('../img/bn4.png') no-repeat center/cover;
		width: 700px;
	}	
	#wrap > ul > li > .text{
		width: 100px;
		height: 100%;
		background: #000;
		opacity: .5;
	}
	#wrap > ul > li > .text p{
		padding: 20px 40px;
		font-family: 'Microsoft yahei';
		color: #fff;
	}
.banner{
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
	padding-top: 120px;
}

.plan{
	width: 100%;
	height: 700px;
	background: url(../img/wp5.jpg) no-repeat center;
	background-attachment: fixed;
}
.plan li{
	float: left;
	width: 120px;
	padding: 0 20px;
	height: 700px;
	border-right: 1px solid rgba(255,255,255,.2);
	box-sizing: border-box;
}
.plan li span{
	float: left;
	color: #ddd;
	padding-bottom: 30px;
	padding-top: 120px;
	border-bottom: 1px solid #fff;
}
.plan li p{
	width: 100%;
	margin-top: 210px;
	text-transform: uppercase;
	color: #ddd;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}
.plan li h4{
	color: #fff;
	line-height: 30px;
	margin-top: 50px;
	font-size: 15px;
	height: 90px;
}
.plan li h5{
	color: #ddd;
	margin-top: 20px;
}
.plan li h6{
	color: #ddd;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 50px;
}
.plan li:hover{
	background: rgba(0,0,0,.5);
}
.plan li:last-child{
	border-right: 0;
}


.vd-box{
	float:left;
	width:450px;
	/* height:650px; */
	overflow:hidden;
	margin-left:105px;
	margin-bottom:40px;
}
/* .vd-box:last-child{
	float:right;
} */
.vd-img{
	width:450px;
	height:300px;
	background:rgba(255,255,255,.5);
	background-size:cover;
}
/* .vd-box .vd-img{
	margin-top:100px;
} */
.vd-title{
	padding: 15px 10px;
	color:#333;
	font-size:14px;
	background:#fff;
}
.vd-a{
	display:block;
	position:absolute;
	width:180px;
	height:50px;
	left:50%;
	margin-left:-90px;
	top:900px;
}
.vd-a .product-more{
	clear:none;
	top:0;
}
.product{
	height: 1100px;
	border-bottom:1px solid #eee;
}
.product ul{
	width: 1220px;
}
.product ul li{
	position: relative;
	float: left;
	width: 285px;
	height: 400px;
	background: #f9f9f9;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	overflow: hidden;
}
.product .product-img{
	width: 100%;
	height: 210px;
	background: #eee;
}
.product-wd{
	position: relative;
	z-index: 9;
	padding: 15px;
}
.product-wd h4{
	padding: 15px 0;
	font-weight: normal;
	color: #333;
	transition: all .2s;
}
.product-wd p{
	font-size: 12px;
	color: #888;
	line-height: 24px;
	transition: all .2s;
	text-align: justify;
}
.product-more{
	position: relative;
	top: 100px;
	border: 1px solid #0F92FB;
	color: #0F92FB;
	width: 180px;
	height: 50px;
	margin: auto;
	text-align: center;
	line-height: 50px;
	clear: both;
	text-transform: uppercase;
}
.product .zg-top{
	position: absolute;
	top: -210px;
	width: 100%;
	height: 210px;
	background: rgba(0,0,0,.5);
	transition: all .2s;
}
.product .zg-top a{
	display: block;
	width: 130px;
	height: 40px;
	margin: 85px auto;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	transition: all .2s;
}
.product .zg-top a:hover{
	background: #0F92FB;
	border-color: #0F92FB ;
}
.product .zg-bottom{
	position: absolute;
	transition: all .2s;
	top: 400px;
	width: 100%;
	height: 190px;
	background: #0F92FB;
}
.product ul li:hover .product-wd h4{
	color: #fff;
}
.product ul li:hover .product-wd p{
	color: #ddd;
}
.product ul li:hover .zg-top{
	top: 0;
}
.product ul li:hover .zg-bottom{
	top: 210px;
}

.news{
	width: 100%;
	height: 700px;
	background: #ddd url(../img/ibg2.jpg) no-repeat center;
}
.news-box{
	position: relative;
	top: 175px;
	width: 1200px;
	height: 350px;
	margin: auto;
	background: #fff;
}
.news ul{
	padding-left: 50px;
}
.news ul li{
	position: relative;
	top: 0;
	float: left;
	width: 275px;
	height: 350px;
	transition: all .2s;
}
.news ul li h4{
	padding: 70px 35px 0;
	font-weight: normal;
	color: #333;
	transition: all .2s;
}
.news ul li time{
	line-height: 30px;
	padding: 5px 35px;
	font-size: 12px;
	color: #999;
	transition: all .2s;
}
.news ul li p{
	padding: 15px 35px;
	font-size: 12px;
	line-height: 24px;
	height: 144px;
	text-align: justify;
	overflow: hidden;
	color: #666;
	transition: all .2s;
}
.news .news-a{
	opacity: 0;
	display: block;
	width: 25px;
	height: 25px;
	margin-top: 60px;
	line-height: 25px;
	margin-left: 35px;
	text-align: center;
	background: #ddd;
	transition: all .2s;
}
.news ul li:hover{
	background: #0F92FB;
	height: 450px;
	top: -50px;
}
.news ul li:hover .news-a{
	opacity: 1;
}
.news ul li:hover h4{
	color: #fff;
}
.news ul li:hover time{
	color: #ddd;
}
.news ul li:hover p{
	color: #eee;
}
.case{
	width: 100%;
	height: 650px;
	margin-top: 50px;
	padding-top:100px;
	border-bottom: 1px solid #eee;
}
.i-video{
	background:url(../img/ibg1.jpg) no-repeat center;
	position:relative;
	height:950px;
}
.case li{
	position: relative;
	top: 0;
	float: left;
	width: 171px;
	height: 200px;
	transition: all .2s;
}
.case dt{
	width: 80px;
	height: 80px;
	margin: auto;
	text-align: center;
	border-radius: 15px;
}
.case dd{
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
	color: #333;
}
.case i{
	color: #2d333f;
	font-size: 40px;
	line-height: 80px;
	transition: all .2s;
}
.case li:hover{
	top: -3px;
}
.case li:hover i{
	color: #0F92FB;
}
.case li:hover dd{
	color: #0F92FB;
}
.foot{
	width: 100%;
	height: 380px;
	background: #2d333f;
	clear: both;
}
.foot .foot-top{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.foot .foot-top ul{
	float: left;
}
.foot .foot-top ul li{
	float: left;
	line-height: 60px;
	padding: 0 30px;
	font-size: 13px;
}
.foot .foot-top ul li:first-child{
	padding-left: 0;
}
.foot .foot-top ul li a{
	color: #fff;
}
.go-top{
	float: right;
	width: 60px;
	height: 60px;
	text-align: center;
	background: rgba(0,0,0,.1);
	color: #fff;
}
.go-top i{
	display: block;
	line-height: 60px;
	color: #ddd;
}
.foot-middle{
	height: 250px;
}
.foot-middle-left{
	float: left;
}
.foot-bottom{
	height: 60px;
	line-height: 60px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	border-top: 1px solid rgba(0,0,0,.1);
}
.foot-middle-left{
	float: left;
	margin-left: 35px;
	color: #fff;
	margin-top: 35px;
	overflow: hidden;
}
.foot-middle-left i{
	display: inline-block;
	text-align: center;
	width: 20px;
	margin-right: 5px;
}
.foot-logo{
	float: left;
	width: 250px;
	height: 100px;
	margin-top: 59px;
}
.foot-middle-right dl{
	float: left;
	width: 120px;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 0;
}
.foot-middle-right dl dt{
	width: 120px;
	height: 120px;
	background: #fff;
}
.foot-middle-right dl dd{
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.foot-middle-right{
	float: right;
	color: #fff;
}
.foot-middle-left p{
	font-size: 14px;
	line-height: 30px;
}



.main{
	width: 100%;
	padding-top: 110px;
}
.ab-bn{
	width: 100%;
	height: 300px;
	background: #ddd url(../img/bn-bg.jpg) no-repeat center;
}
.ab-nav{
	float: left;
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,.4);
	margin-top: 230px;
}
.ab-title{
	width: 1200px;
	margin: auto;
}
.ab-title span{
	float: left;
	min-width: 180px;
	height: 70px;
	background: #0F92FB;
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	font-weight:bold;
	padding:0 20px;
}
.ab-pp{
	margin: auto;
	margin-top: 20px;
	width: 1200px;
	background: #ddd;
}
.ab-pp-left{
	float: left;
	width: 900px;
	min-height: 600px;
	background: #fff;
	padding:50px 30px;
	font-size:14px;
	margin-bottom: 30px;
	line-height:30px;
	color:#333;
	text-indent:2em;
}
.ab-pp-left p{
	margin-bottom:20px;
	text-align:justify;
}
.ab-pp-right{
	position: relative;
	top: -90px;
	float: right;
	width: 220px;
	min-height: 1300px;
	background: #fff;
}
.ab-pp-right ul{
	margin:20px  20px 20px 20px;
}
.ab-pp-right ul li{
	width:100%;
	height:50px;
	line-height:50px;
	background:#f2f2f2;
	margin-bottom:5px;
	font-size:15px;
	overflow:hidden;
	box-sizing:border-box;
	border-left:13px solid #0F92FB;
}
.ab-pp-right ul li.on{
	background:#0F92FB;
	border-color:#ec7610;
}
.ab-pp-right ul li.on a{
	color:#fff;
}
.ab-pp-right ul li a{
	display:block;
	border-left:2px solid #fff;
	padding-left:10px;
	color:#333;
}
.ab-pp-right ul li  i{
	float:right;
	color:#ccc;
	margin-right:10px;
	line-height:50px;
}
.ab-pp-right ul li:hover{
	background:#0F92FB;
	border-color:#ec7610;
}
.ab-pp-right ul li:hover a{
	color:#fff;
}
.ab-kz{
	width:100%;
	height:70px;
	background:#eee;
}
#cont-right{
	position:relative;
	left:970px;
	width:180px;
	text-indent:0;
	margin-top:-300px;
	top:-250px;
	padding-top:20px;
	border-top:1px solid #ddd;
	z-index:9;
}
#cont-right h1{
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
}
#cont-right p{
	margin-bottom:0;
}
.mbox{
	float:left;
	width:980px;
}
.mbox li{
	float:left;
	width:230px;
	height:335px;
	margin-right:15px;
	margin-bottom:15px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 2px 4px 0 #d9d9d9;
}
.mbox li .pp-img{
	height:170px;
	border-radius:5px 5px 0 0;
	overflow:hidden;
}
.mbox li .pp-title{
	margin:10px 20px;
	font-size:15px;
	color:#333;
	height:20px;
	overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.mbox li .pp-title:hover{
 color:#0f92fb
}
.mbox li .pp-p{
	font-size:12px;
	margin:10px 0;
	text-align:justify;
	line-height:22px;
	color:#999;
	height:66px;
	padding:0 20px 10px 20px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
.mbox li .pp-info{
	line-height:30px;
	font-size:12px;
	color:#666;
	padding:0 20px;
}
.mbox li .pp-info span{
	float:right;
}
.ppword{
	width:960px;
	min-height:600px;
	background:#fff;
}
.ppword-link{
	padding:0 20px;
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#999;
	border-bottom:1px solid #ddd;
}
.ppword-link a{
	color:#666;
	margin: 0 5px;
}
.pp-wordmain{
	padding:30px;margin-bottom:30px;
}
.pp-wordmain h4{
	font-weight:normal;
	text-align:center;
	font-size:20px;
	padding-top:40px;
	color:#333;
}
.pp-tip{
	font-size:12px;
	color:#999;
	text-align:center;
	padding-top:20px;
	border-bottom:1px solid #eee;
	padding-bottom:15px
}
.pp-tip span{
	margin:0 15px;
}
#main-word{
	margin:30px 0;
	font-size:14px;
	color:#333;
}
#main-word iframe{
	width:600px;
	height:400px;
	margin:auto;
}

#pages{
	clear:both;
	height:50px;
	padding-top:20px;
}
#pages a{
	background:#fff;
	font-size:14px;
	padding:4px 12px;
}
#pages a:hover{
	background:#0F92FB;
	color:#fff;
}
.links{
	width:1200px;
	margin:auto;
	margin-bottom:60px;
	margin-top:30px;
	overflow:hidden;
}
.links li{
	float:left;
	width:140px;
	height:140px;
	margin-right:10px;
	margin-bottom:20px;
}
.links li img{
	max-width:100px;
	margin:auto;
}
#phhead{
	display:none;
}

@media (max-width: 640px){
	.header-top,#bdcs,.bdshare-slide-button-box,.main .ab-bn,.foot-top,.foot-middle,.ab-kz,.ab-pp-right ul li  i,.header .nav,.pic,.title,.news,.case,.links,.product,.header .my400,#dituContent{
		display:none !important;
	}
	.header{
		margin-top:-30px;
	}
	.header .logo{
		margin-left:10px;
	}
	.main{
		padding-top:60px;
	}
	.ab-pp{
		width:100%
	}
	.foot{
		height:auto;
	}
	.foot-bottom{
		height:auto;
		line-height:30px;
		padding:0 2%;
	}
	.ab-pp-left{
		float:initial;
		width:92%;
		padding:0 4% 100px 4%;
		margin-bottom:0;
		min-height:400px;
	}
	.ab-pp-left img{
		max-width:90%;
		margin-left:-2em
	}
	.ab-pp-right{
		top:0;
		padding:10px 0;
		float:initial;
		width:100%;
		min-height:auto;
	}
	.ab-pp-right ul{
		margin:0;
		text-align:center;
	}
	.ab-pp-right ul li{
		display:inline-block;
		width:auto;
		height:auto;
		line-height:inherit;
		border-left:0;
		margin:2px;
	}
	.ab-pp-right ul li a{
		border:0;
		padding:5px 15px;
	}
	.mbox{
		width:100%;
	}
	.mbox ul{
		margin-top:10px;
	}
	.mbox li{
		width:48%;
		height:auto;
		margin:0 1% 10px 1%;
	}
	.mbox li .pp-img{
		width:100%;
		height:auto;
	}
	.mbox li .pp-img img{
		width:100%;
		height:120px;
	}
	.ppword{
		width:100%
	}
	#main-word img,#dituContent{
		width:100% !important;
		height:100% !important;
	}
	.links{
		width:100%;
	}
	.links li{
		width:16%;
		height:auto;
		margin:2%;
	}
	.links li img{
		width:100%
	}
	.box{
		width:100%;
	}
	#phhead{
		display:block;
		height:100%;
	}
	#phhead .nav{
		display:block !important;
		margin-top:50px;
		margin-left:15%;
	}
	#phhead .nav li{
		border:1px solid #eee;
		width:30%;
		padding:4% 5% 0 5%;
	}
	#phhead .box{
		text-align:center;
	}
	#phhead .logo{
		margin:auto;
		float:inherit;
		margin-top:20%;
	}
	#cont-right{
		width:90%;
		left:5%;
		margin-top:0;
		top:60px;
	}
	#main-word iframe{
	width:auto;
	height:auto;
	margin:auto;
}
}