@charset "utf-8";

/*flash*/
#slide {
	width: 100%;
	background: #000;
	overflow: hidden;
	position: relative;
}
.slideBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.slideBox .hd {
    bottom: 15px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    right: 48%;
    z-index: 1;
}
.slideBox .hd ul {
    float: left;
    overflow: hidden;
}
.slideBox .hd ul li {
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    float: left;
    height: 25px;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    width: 25px;
}
.slideBox .hd ul li.on {
    background: #f00 none repeat scroll 0 0;
    color: #fff;
}
.slideBox .bd {
    height: 100%;
    position: relative;
    z-index: 0;
}
.slideBox .bd li {
    vertical-align: middle;
}
.slideBox .bd img {
    display: block;
    width: 100%;
}
.slideBox .prev, .slideBox .next {
    background: rgba(0, 0, 0, 0) url("../img/slider-arrow.png") no-repeat scroll -110px 5px;
    display: block;
    height: 40px;
    left: 3%;
    margin-top: -25px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    width: 32px;
}
.slideBox .next {
    background-position: 8px 5px;
    left: auto;
    right: 3%;
}
.slideBox .prev:hover, .slideBox .next:hover {
    opacity: 1;
}
.slideBox .prevStop {
    display: none;
}
.slideBox .nextStop {
    display: none;
}



#search {
	height: 50px;
}
#search .left {
	float: left;
	width: 820px;
	line-height: 50px;
	height: 50px;
}
#search .righ {
	float: right;
	width: 300px;
	height: 40px;
	padding-top: 10px;
}
#search .righ .name {
	line-height: 20px;
	width: 200px;
	padding-top: 5px;
	border: 1px solid #CCC;
	padding-bottom: 5px;
	outline: none;
	float: left;
	padding-left: 10px;
	border-radius: 6px 0 0 6px;
}
#search .righ .button {
	float: left;
	height: 32px;
	width: 50px;
	margin-bottom: 0px;
	background-image: url("../img/index_05.gif");
	background-repeat: no-repeat;
	background-color: #000;
	background-position: 8px 4px;
	cursor: pointer;
	border-radius: 0 6px 6px 0;
}
#xiang .top {
	background-color: #0480FE;
	height: 100px;
}
#xiang .top .box {
	text-align: center;
}
#xiang .top .box h3{
	line-height: 100px;
	font-size: 42px;
	color: #fff;
}
#xiang .photo {
	background-image: url("../img/indexcan.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	height: 630px;
}
#xiang .photo .mybox {
	width:1190px;
	margin:0 auto;
}
#xiang .photo .left {
	height: 630px;
	width: 248px;
	float: left;
}
#xiang .photo .mid {
	height: 630px;
	width: 268px;
	float: left;
}
#xiang .photo .mid .p1 {
	padding-top: 100px;
	padding-left: 100px;
	cursor: pointer;
	height: 180px;
}
#xiang .photo .mid img:hover {
	transform: scale(2.2);
	transition: all 1s;
	-ms-transform: scale(2.2);
	-moz-transform: scale(2.2);
	-webkit-transform: scale(2.2);
	-o-transform: scale(2.2);
	-ms-transform: all 1s;
	-moz-transform: all 1s;
	-webkit-transform: all 1s;
	-o-transform: all 1s;
}
#xiang .photo .mid .p2 {
	cursor: pointer;
	padding-left: 100px;
	height: 160px;
}
#xiang .photo .mid .p3 {
	padding-left: 100px;
	cursor: pointer;
}
#xiang .photo .righ {
	float: left;
	height: 630px;
	width: 300px;
}

#xiang .photo .righ img:hover {
	transform: scale(2.2);
	transition: all 1s;
	-ms-transform: scale(2.2);
	-moz-transform: scale(2.2);
	-webkit-transform: scale(2.2);
	-o-transform: scale(2.2);
	-ms-transform: all 1s;
	-moz-transform: all 1s;
	-webkit-transform: all 1s;
	-o-transform: all 1s;
}
#xiang .photo .righ .p1 {
	height: 160px;
	padding-top: 100px;
	padding-left: 220px;
	cursor: pointer;
}
#xiang .photo .righ .p2 {
	cursor: pointer;
	padding-left: 220px;
	height: 170px;
}
#xiang .photo .righ .p3 {
	padding-left: 220px;
	cursor: pointer;
}
#product {
	max-height: 734px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#product .mypro{
	max-height: 734px;
	width: 1190px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#product .mybox {
	width:1190px;
	margin:0 auto;
	overflow:hidden;
}
#product .float {
	width: 205px;
	position: absolute;
	left: 230px;
	top: 0;
	height: auto;
	min-height: 30px;
	background-color: #f27f00;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	z-index:666;
}
#product .float p{
	background-image: url("../img/index_18.gif");
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 11px;
}
#product .float a {
	color: #FFF;
	text-decoration: none;
}
#product .float a:hover {
	color: #FF6;
}
#product .left {
	float: left;
	width: 230px;
	background-color: #eaeaea;
	height: auto;
	max-height: 734px;
}
#product .left .top {
	height: 50px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	padding-top: 10px;
}
#product .left .top h2 {
	font-weight: normal;
	font-family: "Î¢ÈíÑÅºÚ";
}
#product .left .top h4 {
	font-weight: normal;
}
#product .left .ul li {
	background-image: url("../img/index_02.png");
    background-position: 10px 16px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
    text-indent: 40px;
}
#product .left .ul .back {
	background-color: #f27f00;
}
#product .left .ul .back a {
	color: #FFF;
}
#product .righ {
	float: right;
	width: 940px;
	background-color: #f6f6f6;
	height: auto;
	max-height: 734px;
}
#product .righ .top {
	background-color: #000;
	height: 60px;
	overflow:hidden;
}
#product .righ .top h2 {
	line-height: 38px;
	height: 60px;
	width: 188px;
	display: block;
	float: left;
	text-align: center;
	color: #FFF;
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: normal;
	font-size: 16px;
	cursor: pointer;
}
#product .righ .top h2 span {
	color: #FFF;
	display: block;
	line-height: 10px;
	font-size: 14px;
}
#product .righ .top .back-2 {
	background-color: #0480FE;
}
#product .righ .cont ul li {
	display: block;
	height: 310px;
	width: 264px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 38px;
}
#product .righ .cont ul li img {
	margin-bottom: 5px;
	border: 2px solid #CCC;
	display: block;
}
#product .righ .cont ul li img:hover{
	border-color: #f27f00;
}



#you {
	height: 1962px;
}
#you .shi {
	background-color: #0480FE;
	height: 80px;
	padding-top: 20px;
}
#you .shi .box {
	text-align: center;
}
#you .shi .box h3{
	color: #fff;
	font-size: 42px;
	line-height: 50px;
}
#you .shi .box h3 i{
	padding: 0 10px;
	font-size: 52px;
	color: #f66;
}
#you .info {
	width:1190px;
	overflow:hidden;
	margin: 0 auto;
	line-height: 1.8;
}
#you .info .photo {
	text-align: center;
	height: 22px;
	padding-top: 10px;
}
#you .info .div1 {
	height: 310px;
	background-image: url("../img/luo1.png");
	background-repeat: no-repeat;
	background-position: 25px 0px;
	padding-top: 42px;
	padding-left: 126px;
}
#you .info .div1 h2 {
	font-size: 28px;
	height: 40px;
	line-height: 40px;
}
#you .info .div1 .list {
	background-image: url("../img/index_08.gif");
	background-repeat: no-repeat;
	height: 118px;
	margin-top: 10px;
	background-position: 0px 19px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 24px;
	line-height: 30px;
}
#you .info .div2 {
	height: 286px;
	background-image: url("../img/luo2.png");
	background-repeat: no-repeat;
	background-position: 64px 0px;
	padding-left: 616px;
	padding-top: 80px;
}
#you .info .div2 h2 {
	font-size: 28px;
	height: 40px;
	line-height: 40px;
}
#you .info .div2 .info {
	margin-top: 15px;
}
#you .info .div3 {
	height: 280px;
	background-image: url("../img/luo3.png");
	background-repeat: no-repeat;
	background-position: 25px 0px;
	padding-top: 110px;
	padding-left: 128px;
}
#you .info .div3 h2 {
	font-size: 28px;
	height: 40px;
	line-height: 40px;
}
#you .info .div3 .info {
	padding-top: 20px;
}
#you .info .div4 {
	background-image: url("../img/luo4.png");
	background-repeat: no-repeat;
	background-position: 40px 0px;
	height: 290px;
	padding-left: 580px;
	padding-top: 114px;
}
#you .info .div4 h2 {
	font-size: 28px;
	height: 40px;
	line-height: 40px;
}
#you .info .div4 .info {
	padding-top: 20px;
}
#you .info .div5 {
	background-image: url("../img/luo5.png");
	background-repeat: no-repeat;
	background-position: 25px 0px;
	height: 208px;
	padding-left: 130px;
	padding-top: 110px;
}
#you .info .div5 h2 {
	font-size: 28px;
	height: 40px;
	line-height: 40px;
}
#you .info .div5 .info {
	padding-top: 16px;
}
#price {
	background-image: url("../img/daoza.jpg");
	background-repeat: no-repeat;
	height: 339px;
	background-position: center top;
}
#price .box {
	height: 339px;
}
#price .box .left {
	float: left;
	width: 558px;
	height: 339px;
}
#price .box .righ {
	float: left;
	width: 580px;
	height: 300px;
	padding-top: 68px;
}
#price .box .righ div {
	float: left;
	height: 55px;
	width: 280px;
}
#price .box .righ input {
	height: 30px;
	width: 240px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	outline: none;
	padding-left: 10px;
	border-radius: 8px;
}
#price .box .righ div button{
	width: 250px;
	height: 40px;
	border: none;
	background: none;
	overflow: hidden;
}
#price .box .righ .div6 span {
	position: relative;
	left: -32px;
	color: #999;
}
#price .box .righ .div8 img {
	cursor: pointer;
}


#about {
	margin-top: 30px;

}
#about .ab {
	background-image: url("../img/index_11.gif");
	background-repeat: repeat-x;
	height: 60px;
}
#about .ab .box {
	text-align: center;
}
#about .back {
	background-image: url("../img/index_05.jpg");
	background-repeat: no-repeat;
	height: 484px;
	background-position: center top;
	margin-top: 40px;
}
#about .info {
	width: 1190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#about .info .left{
	width: 700px;
	float: left;
	color: #fff;
	margin-top: 40px;
	margin-left: 35px;
}
#about .info .left img{
	float: left;
	margin-right: 20px;
	padding: 10px;
	border: 1px solid #666;
}
#about .info .left h3{

}
#about .info .left p{
	padding-top: 5px;
	line-height: 1.8;
}
#about .info .left p a{
	color: #ddd;
}
#about .info .left p a:hover{
	color: #09c;
	text-decoration: underline;
}


#about .info .righ{
	width: 400px;
	float: right;
	margin-top: 40px;
}
#about .info .righ h3{
	color: #fff;
	padding-bottom: 10px;
}
#about .info .righ li{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#about .info .righ li img{
	width: 85px;
	display: block;
}


#about .info .photo {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

#about .info .photo .mid {
	float: left;
	height: 172px;
	width: 1110px;
}
#about .info .photo .mid .wrap {
	height: 172px;
	width: 1110px;
	position: relative;
	overflow: hidden;
}
#about .info .photo .mid .wrap .play {
	height: 172px;
	width: 3000px;
	position: absolute;
	left: 0px;
}
#about .info .photo .mid .wrap .play li {
	float: left;
	margin-left: 16px;
	text-align: center;
	height: 172px;
	background: rgba(0,0,0,0.2);
}
#about .info .photo .mid .wrap .play li img{
	display: block;
	width: 205px;
	height: 135px;
	margin-bottom: 6px;
}
#about .info .photo .mid .wrap .play li a{
	color: #ddd;
}
#about .info .photo .fl {
	height: 172px;
	width: 36px;
	background-image: url("../img/index_09.png");
	background-repeat: no-repeat;
	background-position: center 50px;
	cursor: pointer;
	float: left;
}
#about .info .photo .fr {
	float: right;
	height: 172px;
	width: 36px;
	background-image: url("../img/index_10.png");
	background-repeat: no-repeat;
	background-position: center 50px;
	cursor: pointer;
}



#new {
	background-image: url("../img/index_09.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	height: 430px;
	margin-bottom: 10px;
	padding-top: 40px;
}
#new .box {
	background-color: #FFF;
	height: auto;
}
#new .left {
	float: left;
	width: 864px;
}
#new .left .top {
	color: #FFF;
	height: 60px;
	line-height: 55px;
	background: #000;
}
#new .left .top h2 {
	float: left;
	text-indent: 20px;
	font-weight: normal;
	text-align: center;
}

#new .left .top h2 a {
	color: #FFF;
}
#new .left .content {
	padding-top: 16px;
}
#new .left .content li{
	float: left;
	width: 400px;
	padding-left: 10px;
	padding-bottom: 40px;
	margin-right: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}
#new .left .content li a{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#new .left .content li p{
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	text-indent: 10px;
}




#new .righ {
	float: right;
	width: 320px;
}
#new .left .content .righ .list {
	float: left;
	height: 240px;
	width: 200px;
	margin-left: 16px;
}
#new .left .content .righ .more {
	clear: both;
	line-height: 35px;
	height: 35px;
}
#new .left .content .righ .list h4 {
	color: #f27f00;
	line-height: 30px;
	height: 30px;
}
#new .left .content .righ .list .des {
	line-height: 20px;
}
#new .left .content .righ .more {
	text-align: center;
	padding-top: 8px;
}
#new .righ .top {
	text-align: center;
	background-image: url("../img/index_15.gif");
	background-repeat: no-repeat;
	height: 52px;
	background-position: center bottom;
	padding-top: 18px;
}
#new .righ .wrap {
	height: 280px;
	width: 320px;
	overflow: hidden;
	position: relative;
}
#new .righ .wrap .play {
	height: 290px;
	width:320px;
	position: relative;
	padding-top: 10px;
	top: 0px;
}
#new .righ .wrap .play .for {
	height: 75px;
	width: 310px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 10px;
	margin-bottom: 8px;
}
#new .righ .wrap .play .for .wei {
	line-height: 24px;
	background-image: url("../img/index_16.gif");
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 30px;
}
#new .righ .wrap .play .for .da {
	background-image: url("../img/index_17.gif");
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 40px;
	overflow:hidden;
}
#honor .box .top {
	line-height: 60px;
	height: 60px;
}
#honor .box .top h2 {
	font-weight: normal;
	font-family: "Î¢ÈíÑÅºÚ";
	display: block;
	float: left;
	height: 60px;
	width: 300px;
	line-height: 60px;
}
#honor .box .top a {
	line-height: 60px;
	display: block;
	float: right;
	height: 60px;
	width: 200px;
	text-align: right;
	color: #666;
	text-decoration: none;
	font-size: 14px;
}
#honor .box .list {
	height: 200px;
}
#honor .box .wrap {
	height: 200px;
	width: 1190px;
	overflow: hidden;
	position: relative;
}
#honor .box .list .play {
	position: absolute;
	height: 160px;
	width: 3000px;
	top: 0;
	left: 0;
}

#honor .box .list ul li {
	text-align: center;
	height: 180px;
	width: 180px;
	line-height: 30px;
	float: left;
	margin-right: 40px;
	display: block;
}

#honor .box .list ul li h4 {
	font-weight: normal;
}
#honor .box .list ul li a img {
	width: 100%;
	padding: 10px;
	height: 110px;
	border: 1px solid #CCC;
}



#links{
	padding-bottom: 40px;
}
#links a{
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 10px;
}