@charset "UTF-8";

html,body{
	width: 100%;
	margin: 0 auto;
	padding:0;
	line-height: 1.15;
}

body{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	-ms-overflow-style: none;
}

::-webkit-scrollbar {
	width: 0px;
}

div{
	box-sizing:content-box
}

img{
	border: none;
}

ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 0;
	margin-top: 0;
	font-weight: normal;
}
.head{
	width: 100%;
	height: auto;
	border-bottom:1px solid #bdbdbd;
}
.menu{
	width: 95%;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;	
}

.logo{
	margin-top: 25px;
	text-align: center;
}
.logo img{
	width: 132px;
	height: 40px;
}
.nav{
	margin-top: 10px;
	font-size:16px;
	padding-left: 24px;
}
.nav ul li{
	text-align: center;
	height:40px;
	float: left;
}
.nav ul li a{
	display: block;
	width: 80px;
	padding: 8px 5px;
	color: #333;
	text-decoration: none;
}
.nav ul li a:hover{
	color: #0277bd;
}
.nav ul li a.current-nav{
	border-bottom:2px solid #0277bd;
}

.banner{
	margin: 0 auto;
}
.banner img{
	width: 100%;
	height: auto;
}

.content{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	text-decoration: none;	
}

.p-box{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.bg-grey{
	display: inline-block;
	min-height: 220px;
	background: #f5f5f5;
}
.grey{
	background: #f5f5f5;
}
.p-box h1{
	font-size: 22px;
	border-bottom:1px solid rgb(221, 221, 221);
}
.p-box h2{
	font-size: 18px;
	border-bottom:1px solid rgb(221, 221, 221);
}
.p-box ul li{
	float: left;
	text-align: center;
	margin-top:-20px;
	margin-bottom: 40px;
}
.p-box ul li.trangle img{
	width: 15%;
	height: 15%;
}
.p-box ul li.trangle span,.platform ul li.pf span{
	display: block;
	padding: 0 40px;
	color: #919191;
	line-height: 22px;
}
.p-box ul li.trangle span h2,.platform ul li.pf h2{
	margin-bottom: 8px;
	font-size: 16px;
	color: #333;
}

table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.p-box table{
	border-spacing: 0;
	line-height: 22px;
	font-size: 13px;
	color: #919191;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.p-box table th, .p-box table td{
	border: 1px solid #ccc;
    padding: 5px 8px;
    word-break: break-all;
}

.news{
	width: 90%;
	margin-top:-40px;
	text-decoration: none;
}
.news ul{
	width:100%;
	margin-top:40px;
	display:inline-block;
}
.news ul li{
	line-height:22px;
	font-size: 14px;
	width: 100%;
	color: #919191;
}
.news ul li span{
	margin-right: 20px;
	text-align: left;
}
.news .title{
	display:block;
	float:left;
	width:auto;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .detail{
	display:block;
	float:left;
	width:auto;
	overflow: hidden;
	text-overflow: ellipsis;
}

.intre ul{
	width: 100%;
}
.intre ul li.pf span a{
	display: block;
	margin-top: 10px;
	color: #919191;
}
.intre ul li.pf span a:hover{
	color: #333;
}
.btn-item{
	padding-left: 30px;
	background: url(../images/item.png) no-repeat center left;
}
.p-box ul li.scen img{
	width: 68px;
	height: 68px;
	float: left;
}
.p-box ul li.scen span{
	margin-left: 40px;
	text-align: left;
}

.platform h1{
	color: #0277bd;
}
.platform ul li{
	width: 100%;
}
.pf .pic{
	width: 30%;
	text-align: right;
	float: left;
}
.platform ul li.pf span{
	margin-top: 30px;
	padding: 0;
	width: 70%;
	text-align: left;
	float: left;
}
.platform ul li.pf span.left{
	text-align: right;
}
.pf .pic img{
	margin-right:30px;
	margin-top:30px;
	width:80%;
	height:80%;
}
.pf .pic-right img{
	text-align: left;
	margin-left: 30px;
}
.pf .pic-right{
	text-align: left;
}
.p-box ul li.aboutus{
	height: auto;
	margin-top: 0px;
}
.p-box ul li.aboutus img{
	width: 30px;
	height: 30px;
}
.p-box ul li.aboutus span{
	margin-left: 0;
}
.p-box ul li.aboutus a{
	text-decoration: none;
}
.p-box ul li.aboutus a{
	text-decoration: none;
}
.p-box ul li.aboutus iframe{
	width:100%;
	height:100%;
}

.footer{
	background: #ddd;
	min-height: 40px;
}
.footerfix{
	position:absolute;
	bottom:0px;
}
.footer .f1{
	width: 25%;
	float: left;
}
.footer h3{
	margin-bottom: 10px;
}
.footer ul li{
	font-size: 13px;
	width: 100%;
	color: #919191;
	margin-bottom:20px;
	float: none;
}
.footer .tel{
	padding-top:40px;
	padding-bottom:10px;
}
