@charset "utf-8";
body,td,th {
	font-family: Arial;
	margin: 0;
}
* {
	border:0;
	list-style:none;
	margin:0;
	padding:0;
}
.cebian {
	display: block;
	width: 40px;
	height: auto;
	border: 3px solid #999;
	position: fixed;
	right: 0px;
	bottom: 3%;
	font-size: 14px;
	padding: 0px;
	text-align: center;
	background-color: #999;
	border-radius: 5px 0px 0px 5px;
	}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #000;
}
.top {
	margin: 0px;
	height: 80px;
	width: auto;
	background-color: #ffcd42;
	min-width: 1500px;
	text-align: center;
}
.webtop {
	height: 80px;
	width: 1350px;
	margin: auto;
}
.logo {
	height: 60px;
	width: 100px;
	margin-top: 10px;
	float: left;
	margin-right: 20px;
}
.webtitle {
	float: left;
	color: #FFF;
	width: 380px;
	height: 80px;
}
.titlespan1 {
	font-size: 30px;
	vertical-align: bottom;
	float: left;
	height: 30px;
	width: 380px;
	text-align: left;
	line-height: 30px;
	margin-top: 16px;
	color: #FC0646;
}
.titlespan2 {
	line-height: 20px;
	font-size: 18px;
	text-align: left;
	height: 20px;
	width: 380px;
	float: left;
	color: #333333;
}
.menu {
	float: left;
	height: 75px;
	width: 750px;
}
.menu ul {
	height: 75px;
	width: 750px;
}

.menu ul li {
	display: inline;
	float: left;
	color: #000;
	line-height: 65px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1D2027;
	height: 65px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.menu ul li:hover {
	display: inline;
	float: left;
	color: #FC0646;
	line-height: 70px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	cursor: pointer;
	background-color: #ff9900;
}
.banner{
	width: 100%;
	min-width: 1500px;
	height: 501px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 2px;
}
.b-img{ height:500px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:500px; float:left;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{
	display: block;
	width: 50px;
	height: 100px;
	background: url(../images/arrow.png) 0px 0px no-repeat;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bar-right em{
	display: block;
	width: 50px;
	height: 100px;
	background: url(../images/arrow.png) -50px 0px no-repeat;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.faqs {
	height: auto;
	width: 1500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 50px;
	padding-top: 20px;
}
.newsdetail {
	height: auto;
	width: 1500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 50px;
	padding-top: 20px;
}
.newsdetailleft {
	float: left;
	height: auto;
	width: 1000px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.newsdetail h2 {
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	width: 95%;
	font-size: 28px;
}
.newscontent {
	line-height: 30px;
	font-size: 18px;
}

.newscontent img {
	width: 70%;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.newsdetailauthor  {
	text-align: right;
	width: 90%;
	line-height: 50px;
	padding-right: 50px;
	height: 50px;
	margin-bottom: 30px;
}

.newsdetailright {
	float: right;
	height: auto;
	width: 475px;
	overflow: hidden;
	font-size: 18px;
}
.newsdetailright h3 {
	margin-bottom: 10px;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.newsdetailright h3 img  {
	float: right;
	width: 30%;
	height: auto;
	cursor: pointer;
	transition: all 0.8s;
}
.newsdetailright h3 img:hover{
  transform: scale(1.1);
}
.newsrighttitle {
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.faqsleft {
	float: left;
	height: auto;
	width: 940px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-bottom: 50px;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
}
.faqsleft h3 {
	font-size: 24px;
	line-height: 40px;
}

.faqsspan {
	background-color: #FC0646;
	margin-right: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 60px;
	line-height: 60px;
	color: #FFF;
}
.faqsright {
	float: right;
	height: auto;
	width: 480px;
	overflow: hidden;
	text-align: center;
}

.faqsright img {
	cursor: pointer;
	transition: all 0.8s;
}
.faqsright img:hover{
  transform: scale(1.1);
}


.product {
	height: auto;
	width: 1470px;
	margin: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 50px;
	word-wrap : break-word;
	padding-left: 30px;
	padding-bottom: 50px;
	text-overflow: ellipsis;
}
.leibiepic  {
	float: right;
	margin-right: 50px;
	cursor: pointer;
	height: 270px;
	width: auto;
}
.leibiepic img {
	cursor: pointer;
	height: 260px;
	width: auto;
	cursor: pointer;
	transition: all 0.8s;
	border: 5px solid #CCC;
}
.leibiepic img:hover{
  transform: scale(1.1);
}
.leibietitle {
	float: left;
	width: 60%;
}
.morepic img {
	height: 100px;
	width: auto;
	display: inline;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	cursor: pointer;
	transition: all 0.8s;
}
.morepic img:hover {
	transform: scale(1.1);
}	
.product h2 {
	line-height: 50px;
	padding-bottom: 30px;
	font-size: 36px;
}

.productb {
	height: auto;
	width: 1470px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 50px;
	word-wrap : break-word;
	padding-right: 30px;
	padding-bottom: 50px;
	margin: auto;
	text-overflow: ellipsis;
}
.leibietitle h2:hover {

}
.leibiepicb  {
	float: left;
	margin-left: 50px;
	cursor: pointer;
	height: 270px;
	width: auto;
}
.leibiepicb img {
	float: left;
	cursor: pointer;
	transition: all 0.8s;
	height: 260px;
	width: auto;
	border: 5px solid #CCC;
}
.leibiepicb img:hover{
  transform: scale(1.1);
}
.leibietitleb {
	float: right;
	width: 60%;
}
.leibietitleb h2:hover {

}
.productb h2 {
	line-height: 50px;
	padding-bottom: 30px;
	font-size: 36px;
}
.maintitle {
	text-align: center;
	line-height: 60px;
	height: 60px;
	width: 1500px;
	min-width: 1500px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 36px;
}
.mainexplan {
	width: 70%;
	height: auto;
	min-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 15%;
	padding-left: 15%;
	line-height: 28px;
	font-size: 22px;
}
.news {
	height: auto;
	width: 1500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.news li {
	width: 1440px;
	padding-right: 30px;
	padding-left: 30px;
	height: 220px;
	display: inline;
	float: left;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e8e8e8;
}
.newspic  {
	height: 200px;
	width: 200px;
	float: left;
	border-radius: 110px;
	overflow: hidden;
	border: 5px solid #333;	
}
.newspic img {
	width: auto;
	cursor: pointer;
	transition: all 0.8s;
	height: 200px;
	border-radius: 100px;
}
.newspic img:hover{
  transform: scale(1.2);
}
.newsmore {
	line-height: 50px;
	height: 50px;
	width: 1500px;
	min-width: 1500px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FC0646;
}
.newsmore:hover {
	line-height: 50px;
	background-color: #FF0000;
	height: 50px;
	width: 1500px;
	min-width: 1500px;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.newsright {
	float: right;
	height: 170px;
	width: 1200px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.newsright h2 {
	line-height: 40px;

}
.newsdescription  {
	width: 1200px;
	height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
}

.newsright p {
	font-size: 14px;
	text-align: right;
}
.indexpic {
	height: auto;
	width: 1500px;
	min-width: 1500px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #F00;
}

.indexpic ul {
	height: auto;
	width: 1500px;
	min-width: 1505px;
	text-align: center;
}
.indexpic ul li {
	height: 290px;
	width: 375px;
	float: left;
	display: inline;
	overflow: hidden;
}
.indexpic ul li h4 {
	line-height: 50px;
	margin-left: 30px;
	text-align: left;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 320px;
}

.picimg {
	height: 235px;
	width: 100%;
	overflow: hidden;
}
.picimg img {
	cursor: pointer;
	transition: all 0.5s;
	height:235px;
	width: auto;
}	
.picimg img:hover{
  transform: scale(1.2);
}
.titletable {
	height: 50px;
	width: 1500px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.titletable h3 {
	text-indent: 50px;
	font-size: 28px;
	line-height: 50px;
}
.process {
	height: auto;
	width: 1500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.process img {
	width: auto;
}
.process ul {
	height: 80px;
	width: 1500px;
	margin-top: 15px;
}

.process ul li {
	height: 80px;
	width: 315px;
	display: inline;
	float: left;
}
.prospan   {
	height: 80px;
	width: 80px;
	float: left;
}
.about {
	height: auto;
	width: 1460px;
	min-width: 1460px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 30px;
	font-size: 18px;
	clear: both;
}
.aboutleft {
	float: left;
	height: auto;
	width: 1055px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-right: 20px;
}
.aboutleft img {
	max-width:1000px;
	margin-top:10px;
	margin-bottom:10px;
}
.aboutright {
	float: right;
	height: auto;
	width: 375px;
	min-width:375px;
	overflow: hidden;
}
.aboutright img {
	width: 96%;
	clear: both;
	float: none;
	text-align: center;
	margin-top: 10px;
	margin-right: 2%;
	margin-bottom: 10px;
	margin-left: 2%;
}
.titletable tr td hr {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.mainmid {
	height: 500px;
	width: 1500px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../images/weixin.jpg);
	background-repeat: no-repeat;
	background-position: 650px 285px;
}
.mainmid ul {
	height: 500px;
	width: 1500px;
}
.mainmid ul li {
	display: inline;
	float: left;
	height: 500px;
	width: 500px;
}
.newstitle {
	width: 100%;
	font-size: 16px;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	text-indent: 8px;
	line-height: 26px;
	background-position: 0px 4px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.foottitle {
	line-height: 100px;
	font-size: 28px;
	font-weight: bold;
	text-indent: 50px;
}
.mainmid ul li h2 {
	text-indent: 50px;
	line-height: 100px;
}
.mainmid ul li p {
	line-height: 35px;
	font-size: 16px;
	margin-left: 30px;
	text-indent: 38px;
}
.liuyaninputa {
	width: 99%;
	height: 35px;
	background-color: #e8e8e8;
	border: 1px solid #666;
	margin-bottom: 5px;
	font-size: 18px;
	text-indent: 10px;
	line-height: 35px;
}
.liuyaninputb {
	width: 50%;
	height: 35px;
	background-color: #e8e8e8;
	border: 1px solid #666;
	margin-bottom: 5px;
	font-size: 18px;
	text-indent: 10px;
	line-height: 35px;
}
.liuyaninputc {
	width: 99%;
	height: 100px;
	border: 1px solid #666;
	margin-bottom: 5px;
	font-size: 18px;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 35px;
	font-family: "微软雅黑";
	background-color: #e8e8e8;
}
.tijiao {
	width: 99%;
	height: 45px;
	font-size: 18px;
	border-radius: 5px;
	font-weight: bolder;
	background-color: #FC0646;
	color: #FFF;
}
.foot {
	height: 50px;
	width: 100%;
	min-width: 1500px;
	margin: auto;
	text-align: center;
	line-height: 50px;
	background-color: #FFCD42;
}
