body,div,a,li,ul,ol,dl,img,span,input{
	padding:0px;
	margin:0px;
	list-style:none;
	border:0px;
	font-family: 'Lusitana', Georgia, serif;
}
body{
	min-width: 1160px;
}
p{
	font-family: 'Lusitana', Georgia, serif;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
ul{
	list-style-type: none;
}
img{
	max-width: 100%;
}
.f-l{
	float: left;
}
.f-r{
	float: right;
}
.after:after{
	content: '';
	display: block;
	clear: both;
}
.mr-0{
	margin-right:0px!important;
}
.this-1160{
	margin: 0 auto;
	width:1160px;
}
/*头部*/
#logo{
	height: 120px;
	background-color: #F11286;
	text-align: center;
	width: 100%;
}
#logo div{
	display: table-cell;
	height: 120px;
	vertical-align: middle;
}
#logo img{
	vertical-align: middle;
	height: 80px;
}
#nav{
	line-height: 60px;
	text-align: center;
}
#nav li{
	display: inline-block;
	padding: 0 15px;
	font-size: 16px;
}
#nav li a{
	color: rgb(27, 27, 27);
}
.nav-active a{
	font-weight: 700;
}
/*首页主体*/
#banner{
	position: relative;
	height: 570px;
	overflow: hidden;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
#banner p{
	background-color: rgba(241, 18, 134, 0.9);
	font-size: 43px;
	letter-spacing: 1px;
	color: #fff;
	width: 500px;
	text-align: center;
	padding: 37px 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -80px;
}
#home{
	padding: 50px 0;
	background-color: #F11286;
	position: relative;
	z-index: 2;
}
#home>div>.title{
	text-align: center;
	color: #fff;
	font-size: 43px;
}
#home .line{
	height: 2px;
	background-color: #FD5E9E;
	width: 50px;
	margin: 40px auto;
}
#home .about{
	text-align: center;
	color: #fff;
}
#home .about img{
	max-width: 80%;
}
#home .about li>.title{
	font-size: 22px;
	margin: 20px 0;
}
#home .about li>.introduction{
	font-size: 16px;
	line-height: 25px;
}
#home .about li{
	width: 50%;
	float:left;
}
#home .about li:first-child{
	width: 100%;
	float:none;
	margin-bottom: 60px;
}
/*共同盒子边距*/
#main .box{
	padding: 50px 0;
}
/*其他标题*/
#main .img-title{
	display: block;
	padding-bottom: 50px;
	margin: auto;
	max-width: 70%;
}
#main .title{
	padding-bottom: 50px;
	font-size: 43px;
	color: rgb(228, 16, 127);
	text-align: center;
}
#main .line{
	height: 2px;
	background-color: rgb(226, 226, 226);
	width: 50px;
	margin:  auto;
	margin-bottom: 40px;
}
/*其他列表*/
#main .list{
	font-size: 0;
	padding-bottom: 50px;
}
#main .list li{
	width: 370px;
	margin-right: 25px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
#class li{
	cursor: pointer;
}
#main .list li>p:first-child{
    font-size: 22px;
    margin-bottom: 20px;
}
#main .list li .introduce{
	font-size: 16px;
	color: rgb(94, 94, 94);
	font-weight: 400;
	line-height: 28px;
	margin-top: 10px;
}
#main .list li .introduce p{
	margin: 0;
}
/*其他详情*/
#main .bg{
	background-color: #F6F6F6;
}
#main .pro-detailed{
	text-align: center;
}
#main .pro-detailed .left {
	width: 65%;
	margin-right: 5%;
	text-align: left;
}
#main .pro-detailed .left div:first-child{
	font-size: 22px;
	color: rgb(27, 27, 27);
	margin: 20px 0;
}
#main .pro-detailed .left div:first-child+div{
	font-size: 16px;
	color: rgb(94, 94, 94);
	line-height: 30px;
}
#main .pro-detailed .right{
	width: 30%;
	text-align: left;
}
#main .pro-detailed .right div:first-child{
	font-size: 22px;
	color: rgb(228, 16, 127);
	margin: 20px 0;
}
#main .pro-detailed .right div:first-child+div{
	font-size: 16px;
	color: rgb(94, 94, 94);
	line-height: 30px;
}
#main .pro-detailed .right .more{
	display: inline-block;
	padding: 15px 30px;
	border-radius: 5px;
	text-align: center;
	font-size: 22px;
	background-color: #F11286;
	color: #fff;
	margin: 20px 0;
}
/*联系我们*/
#main .contact .left{
	width: 464px;
}
#main .contact .left p{
	font-size: 22px;
	color: rgb(27,27,27);
}
#main .contact .left form input,#main .contact .left form textarea{
	font-size: 16px;
	padding: 15px;
	border: 1px solid rgb(226, 226, 226);
	outline: none;
	display: block;
	margin-bottom: 30px;
	width: 434px;
	font-family: 'Lusitana', Georgia, serif;
	border-radius: 4px;
}
#main .contact .left form .submit{
	width: 100%;
	background-color: rgb(241, 18, 134);
	transition: background-color 0.5s;
	cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 0;
}
#main .contact .left form .submit:hover{
	background-color: rgb(253, 56, 146);
}
#main .contact .right{
	/*width: 580px;*/
	width: 100%;
}
#main .contact .nr{
    margin-top: 20px;
}

#main .contact .nr{
    margin-top: 50px;
}
#main .contact .nr .bt{
	font-size: 22px;
	color: rgb(27,27,27);
}
#main .contact .right .hours a{
	color: rgb(228, 16, 127);
}
#main .contact .right .hours a span{
	color: rgb(94, 94, 94);
}
#main .contact .right .hours .time{
	font-size: 16px;
	color: rgb(94, 94, 94);
	display: none;
}
#main .contact .right .hours span{
	display: inline-block;
	width: 100px;
}
/*下载页面*/
#main .pdf-list{
}
#main .pdf-list li{
	padding: 15px;
	width: 70%;
	background-color: #F6F6F6;
	margin: auto;
	transition: background-color 0.5s;
	cursor: pointer;
	margin-bottom: 5px;

}
#main .pdf-list li a{
	color: rgb(87, 87, 87);
}
#main .pdf-list li:hover{
	background-color: #ccc;
}
#main .pdf-list li p{
	margin: 0;
}
/*底部*/
#footer{
	line-height: 80px;
	font-size: 16px;
}
#footer .left p{
	margin: 0;
}
#footer a{
	color: rgb(228, 16, 127);
}
#footer .right{
	color: rgb(119, 119, 119);
}

/*隐藏手机元素*/
#nav-m,#nav-m-list{
	display: none;
}

/*响应式*/
@media screen and (max-width: 1160px){
	body{
		min-width: auto;
		position: relative;
	}
	.this-1160{
		width: auto;
	}
	/*导航*/
	#nav{
		display: none;
	}
	#nav-m-list{
		display: block;
	}
	#nav-m{
		position: relative;
		display: block;
		height: 50px;
	}
	#nav-m .menu{
		position: absolute;
		left: 10px;
		top: 11px;
		width:22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}
	#nav-m .menu span{
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #000;
	}
	#nav-m .menu span:nth-of-type(3){
		margin-bottom: 0px;
	}
	#nav-m-list{
		position: fixed;
		z-index: 999;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		display: none;
	}
	#nav-m-list .down{
		padding: 20px;
		text-align: right;
		color: #fff;
		cursor: pointer;
	} 
	#nav-m-list li{
		padding: 0 20px;
		line-height: 50px;
		border-bottom:1px solid #535454;
	}
	#nav-m-list li a{
		color: #fff;
		font-size: 16px;
		letter-spacing: 2px;
	}

	#banner{
		height: 300px;
	}
	#banner p{
		width: 80%;
		font-size: 24px;
		margin: 0;
    	margin-top: 100px;
    	top: auto;
	}
	#home{
		padding-left: 10px;
		padding-right: 10px;
	}
	#home .about li{
		width: 100%;
	}
	#home .about img{
		max-width: 90%;
	}
	#main .title{
		font-size: 30px;
		padding-left: 10px;
    	padding-right: 10px;
	}
	#main .list li{
		width: 100%;
		margin-right: 0;
	}
	/*其他详情*/
	#main .pro-detailed .left,#main .pro-detailed .right{
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
		margin: 0;
		float:none;
	}
	#main .pro-detailed .right .more{
		width: 100%;
		line-height: 55px;
		padding: 0;
	}
	/*联系我们*/
	#main .contact .left{
		float:none;
		width: 100%;
	}
	#main .contact{
		padding-left: 10px;
		padding-right: 10px; 
	}
	#main .contact .left form input, #main .contact .left form textarea{
		width: 94%;
		padding: 3%;
	}
	#main .contact .right{
		float:none;
		width: auto;
	}
	/*pdf 下载页面*/
	#main .pdf-list li{
		width: 94%;
		padding: 3%;
		text-align: center;
	}
	#main .pdf-list li p{
		width: 100%;
		margin: 5px 0!important;
		text-align: center!important;
	}
	/*底部*/
	#footer{
		padding-left: 10px;
		padding-right: 10px;
	}
}