body {
	margin: 0;
	padding: 0;
	font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
	font-size: 14px;
}
* {
	margin: 0;
	padding: 0;
}
a:link,a:visited {
	color: #000000;
}
a:hover {
	border-radius:15px;
}
li {
	list-style: none;
}
.all {
	width: 1900px;
	max-width: 100%;
	margin: 0 auto;
}
.top {
	background-color: #AD499A;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	width: 100%;
}
.top span{
	display: block;
	float: right;
	padding-right: 20px;
}
.top ul li {
	float: left;
	padding: 0 10px;
	height: 15px;
	line-height: 15px;
	margin-top: 5px;
}
.dh{
	margin: 20px auto;
	width: 1500px;
	height: 80px;
}

.dh .logo{
    width: 94px;
    float: left;
}
.dh .dh_text {
	width: 906px;
	float: left;
	padding: 0 80px;
	padding-top: 15px
}
.nav>li {
	margin: 0 30px;
	font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;

}
.dh .so{
	width: 500px;
	float: left;
	padding-top: 30px;

}
.banner img {
	max-width: 100%;
}
.newp ul li img{
	width: 75%;
	max-width: 250px;
	max-height: 228px;
}
.new_products {
    margin-top: 80px;
}
.new_products h1{
	font-family: 'Silk', 'Times New Roman', Times, serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 50px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	width: 480px;
	margin: 50px auto;
	padding: 20px 0;
}
.new_products >ul>li {
	float: left;
	text-align: center;
	width: 20%;
	margin-bottom: 50px
}
.new_products >ul>li p{
	height: 50px;
	padding: 20px 0;
}
.about {
	background-color: #F0F0F0;
	padding: 50px 0;
}
.about .about1 {
    width: 1800px;
    margin: 0 auto;
    text-align: center;
}
.about .about1>.video>p {
	width: 800px;
	height: 485px;
	line-height: 485px;
	float: left;
	margin: 0 50px;
	float: left
}
.about .about1 .text h1 {
	text-align: center;
	color: #666;
	padding-bottom: 20px;
}
.about .about1 .text {
	color: #999;
	margin-top: 50px;
	text-align: left;
	font-size: 16px;
	padding: 0 50px;
}
.products {
	text-align: center;
}

.products >ul>li {
	width: 16%;
	float: none;
	display: inline-block;
}
.products img{
	border-radius:100px;
    max-width: 80%;

}
.products ul li img{
	
}
.contact {
	max-width: 1200px;
	margin-top: 0;
}

.contact h1 {
	margin: 10px auto 50px auto;
}
.contact .l {
	width: 361px;
	float: left;
}
.contact .l img {
	max-width: 100%;
}
.contact .r {
	width: 839px;
	float: right;
	text-align: center;
	padding-top: 30px;
	
	height: 500px;
}
.contact .r div {
	float: left;
	width: 46%;
	margin: 0 2%;
	text-align: left;
	margin-bottom: 50px;
}
.contact .r>div {
	height: 100px;
}
.contact .r div .tubiao {
	font-size: 30px;
	width: 50px;
}
.foot {
	background-color: #AD499A;
	padding: 30px 0;
	margin-top: 40px;
	text-align: center;
	color: #FFF;
}
.form-group {
 background-color: #CCC;
 width: 80%;
}
hr {
	background-color: #000;
	height: 1px;
	margin: 0;
}

.pinfo{
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}
.pinfo .l{
	width: 600px;
	float: left;
}

.pinfo .r {
	width: 520px;
	float: right;
}
.pinfo  h1{
	font-family: 'Silk', 'Times New Roman', Times, serif;
	margin-bottom: 30px;
	border-bottom: 1px #666 solid;
	padding-left: 20px;
	padding-bottom: 10px;
	font-weight: 600;
}
.pinfo table {
	margin-top: 20px;
}
.pinfo .p_name {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}
.pinfo .p_xx{
	font-size: 16px;
	padding: 30px 0;
	color: #111;
}
.pinfo .p_xx h2 {
	border-bottom: 1px #ccc solid;
	font-size: 16px;
	font-weight: bold;

	color: #222;
}
.pinfo .p_xx h2 div {
	width: 200px;
	text-align: center;
	border-bottom: 2px #000 solid;
	padding: 0 0 20px 0px;
	}
.pinfo .p_xx>div {
	padding: 20px;
}
.pageinfo,.homepage,.endpage {
	display: none;
}
#page {
	text-align: center;
}
.nopage,.listpage {
	border-radius:100px;
	padding: 4px 10px;
	background-color: #AD499A;
	color: #fff;
	font-size: 16px;

	margin: 0 5px;
}
.nopage:visited,.nopage:link,.listpage:link,.listpage:visited{
	color: #fff;
}
.nopage:hover,.listpage:hover {
	border-radius:100px;
	background-color: #999;
	text-decoration: none;
	font-weight: bold;
}
.aboutus {
	background-image: url('about_bg.jpg');
	background-repeat: no-repeat;
	height: 791px;
	padding-left: 5%;
	margin-bottom: -40px;
}
.aboutus h1{
	font-family: 'Silk', 'Times New Roman', Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	width: 80%;
	margin: 0;
	max-width: 1000px;
	text-align: center;
	padding-top: 50px;
	font-size: 80px;
}
.aboutus .text {
	width: 80%;
	max-width: 1000px;
	padding:20px 10%; 
	color: #333;
	font-size: 16px;
}

#color span {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 100px;
	float: left;
	margin-right: 10px;
	border: 1px #ccc solid;
}
.fuse {
	background-color: #FCB484;
}
.fuse1 {
	background-color: #F6E9D9;
}

.heise {
	background-color: #000;
}
.touming {

	background-color: #fff;
}
.fense {
	background-color: #FF66CC;
}
.kase {
	background-color: #713737;
}
.cp_list {
	width: 1200px;
}
.cp_list .l {
	width: 23%;
	float: left;
}
.cp_list .l .bt {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #FFF;
	background-color: #AD499A;
	text-align: center;
	text-transform:  uppercase;
}
.cp_list .l .cp_class{
	fill-size: 16px;
	line-height: 30px;
	background-color: #F0F0F0;
	padding:20px; 
	color: #666;
}
.cp_list .l .cp_class li a{
	color: #666;
}
.cp_list .r {
	width: 75%;
	float: right;
}
.cp_list .r ul li {
	float: left;
	border: 1px #ccc solid;
	text-align: center;
	padding: 15px;
	width: 260px;
	margin: 10px 20px;
	padding-top: 0 20px;

}
.cp_list .r ul li img {
	width: 100%;
}
.cp_list .r ul li p{
     padding-top: 15px;
}
.cp_list .r ul li p{
	color: #666;
}
.current {
	font-weight: bold;
}
.wenzi .cu {
	font-weight: bold;
	color: #AD499A;
}
.tubiao {
	color: #AD499A;
}
.curpage {
	background-color: #CCC;
}
.sub_nav li a {
	padding-left: 20px;
	color: #999;
}