﻿/*******基本格式*******/
* {
	font-family: "微软雅黑";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul {
	list-style: none;
}
ol {
	list-style: none;
}
img, a img {
	border: 0px;
}
.auto {
	width: 960px;
	margin: 0 auto;
}
.auto2 {
	width: 1150px;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#AspNetPager1 span{
	padding:4px 17px 4px 0px;
}
/***********header************/
.banner_about {
	background: url(../images/banner_about.jpg) no-repeat center;
	width: 100%;
	height: 478px;
}
.top_bg {
	background: url(../images/top_bg.png) no-repeat center;
	width: 100%;
	height: 95px;
	position: absolute;
	top: 0;
	z-index: 9999;
}
.banner_product {
	background: url(../images/banner_product.jpg) no-repeat center;
	width: 100%;
	height: 478px;
}
.banner_contact {
	background: url(../images/banner_contact.jpg) no-repeat center;
	width: 100%;
	height: 478px;
}
.banner_service {
	background: url(../images/banne_service.jpg) no-repeat center;
	width: 100%;
	height: 478px;
}
.banner_new {
	background: url(../images/banner_new.jpg) no-repeat center;
	width: 100%;
	height: 478px;
}
.logo {
	height: 95px;
	float: left;
}
.edition {
	float: right;
	margin-right: 25px;
}
.china {
	margin-right: 24px;
	color: #999;
	font-size: 14px;
	padding-top: 5px;
}
.china a {
	color: #D8D6D6;
	font-size: 14px;
	letter-spacing: 1px;
}
/*******nav*********/
.link_index {
	border-bottom: 2px solid #f00;
}
.nav {
	padding-top: 40px;
	padding-left: 20px;
}
.nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	height: 53px;
	line-height: 30px;
	padding: 0px 3px;
	width: 100px;
	text-align: center;
	font-size: 16px;
}
.nav li a:hover {
	border-bottom: 2px solid #f00;
}
.nav li {
	float: left;
	position: relative;
	height: 35px;
	line-height: 30px;
}
.nav li .second {
	position: absolute;
	left: 0;
	top: 55px;
	display: none;
	opacity: 0.8;
	background: #636871;
}
.nav li .second a {
	height: 35px;
	font-size: 12px;
}
.nav li .second a:hover {
	background: #f00;
}
/* slide */
.slide-main {
	height: 750px;
	position: relative;
}
.prev, .next {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	z-index: 222;
	top: 350px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	_border: 1px solid none;
}
.prev {
	left: 70px;
}
.next {
	right: 70px;
}
.prev:hover, .next:hover, .nav-main a:hover, .nav-main a.cur {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.item {
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 124;
	top: 718px;
	left: 0;
	text-align: center;
}
.item a {
	display: inline-block;
	width: 24px;
	height: 5px;
	margin-right: 11px;
	background: #333;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
}
.item a.cur {
	background: #fff;
}
.slide-box, .slide {
	display: block;
	width: 100%;
	height: 750px;
	overflow: hidden;
}
.slide-box {
	position: relative;
}
.slide {
	display: none;
	height: 750px;
	background: #ff6900;
	position: relative;
	position: absolute;
	z-index: 8;
}
#bgstylea {
	background: url(../images/banner2.jpg) no-repeat center;
	height: 750px;
	width: 100%;
}
#bgstyleb {
	background: url(../images/banner3.jpg) no-repeat center;
	height: 750px;
	width: 100%;
}
#bgstylec {
	background: url(../images/banner.jpg) no-repeat center;
	height: 750px;
	width: 100%;
}
.slide a {
	display: block;
	width: 100%;
	height: 750px;
	cursor: pointer;
}
.obj-a, .obj-b, .obj-c, .obj-d, .obj-e, .obj-f {
	position: absolute;
	z-index: 9;
	left: 50%;
}
.obj-a, .obj-b {
	width: 952px;
	margin-left: -476px;
	text-align: center;
}
.obj-a {
	display: block;
	height: 352px;
	top: 100px;
}
.obj-b {
	top: 406px;
	height: 100px;
}
.obj-c {
	display: block;
	height: 582px;
	top: 0;
	margin-left: -540px;
}
.obj-d {
	top: 228px;
	height: 164px;
}
.obj-d p {
	display: block;
	padding-top: 20px;
	font-size: 16px;
	color: #fff;
	clear: both;
}
.obj-e {
	width: 366px;
	height: 170px;
	margin-left: -460px;
	top: 223px;
	z-index: 12;
}
.obj-f {
	width: 692px;
	height: 394px;
	top: 158px;
	margin-left: -180px;
}
.banAnimate .obj-a {
	display: block;
	animation-name: baoAni;
	-webkit-animation: baoAni 0.4s linear 0s normal none;
	-moz-animation: baoAni 0.4s linear 0s normal none;
	animation: baoAni 0.4s linear 0s normal none;
}
@-webkit-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
opacity:1;
left:50%;
}
}
@-moz-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
opacity:1;
left:50%;
}
}
@keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
opacity:1;
left:50%;
}
}
.banAnimate .obj-b {
	display: block;
	animation-name: saAni;
	-webkit-animation: saAni 0.4s linear 0s normal none;
	-moz-animation: saAni 0.4s linear 0s normal none;
	animation: saAni 0.4s linear 0s normal none;
}
@-webkit-keyframes saAni {
from {
opacity:0;
-webkit-transform:scale(0, 0);
}
to {
opacity:1;
-webkit-transform:scale(1, 1);
}
}
@-moz-keyframes saAni {
from {
opacity:0;
-moz-transform:scale(0, 0);
}
to {
opacity:1;
-moz-transform:scale(1, 1);
}
}
@keyframes saAni {
from {
opacity:0;
transform:scale(0, 0);
}
to {
opacity:1;
transform:scale(1, 1);
}
}
.watch-code.code-show {
	display: block;
	animation-name: scode;
	-webkit-animation: scode 0.3s linear 0s normal none;
	-moz-animation: scode 0.3s linear 0s normal none;
	animation: scode 0.3s linear 0s normal none;
}
@-webkit-keyframes scode {
from {
opacity:0;
-webkit-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
opacity:1;
-webkit-transform:scale(1, 1);
transform-origin: left bottom;
}
}
@-moz-keyframes scode {
from {
opacity:0;
-moz-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
opacity:1;
-moz-transform:scale(1, 1);
transform-origin:bottom bottom;
}
}
@keyframes scode {
from {
opacity:0;
transform:scale(1, 0);
transform-origin:left bottom;
}
to {
opacity:1;
transform:scale(1, 1);
transform-origin: left bottom;
}
}
.banAnimate .obj-c, .banAnimate .obj-e {
	display: block;
	animation-name: saAnic;
	-webkit-animation: saAnic 0.3s linear 0s normal none;
	-moz-animation: saAnic 0.3s linear 0s normal none;
	animation: saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
opacity:1;
left:50%;
}
}
@-moz-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
opacity:1;
left:50%;
}
}
@keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
opacity:1;
left:50%;
}
}
.banAnimate .obj-d, .banAnimate .obj-f {
	display: block;
	animation-name: saAnid;
	-webkit-animation: saAnid 0.3s linear 0s normal none;
	-moz-animation: saAnid 0.3s linear 0s normal none;
	animation: saAnid 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
opacity:1;
left:50%;
}
}
@-moz-keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
opacity:1;
left:50%;
}
}
@keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
opacity:1;
left:50%;
}
}
.sy_pic {
	width: 260px;
	height: 240px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
	margin-top: 0px;
}
/********main************/
.main {
	background: url(../images/main_bg.jpg) no-repeat center;
	width: 100%;
	height: 620px;
}
.pro_top {
	padding-top: 67px;
}
.border {
	text-align: center;
	float: left;
	margin-left: 340px;
	background: #222;
	width: 59px;
}
.border2 {
	text-align: center;
	float: left;
	background: #222;
	width: 59px;
}
.pro_top span {
	text-align: center;
	float: left;
	width: 175px;
	display: block;
	height: 45px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 30px;
	background: #e62129;
	color: #fff;
}
.pro_center {
	margin-top: -23px;
	border-bottom: 1px solid #ccc;
}
.pro_font {
	text-align: center;
	margin: 0 auto;
	color: #fff;
	margin-top: -16px;
	width: 176px;
	background: #252525;
}
.pro_font span {
	font-size: 18px;
	margin-top: 10px;
}
.pro_bottom {
	padding-top: 60px;
}
.pro_img {
	float: left;
	margin-left: 14px;
	margin-bottom: 40px;
	width: 306px;
	text-align: center;
}
.pro_img img {
	width: 306px;
	height: 207px;
}
.pro_content a {
	font-size: 14px;
	color: #fff;
}
.pro_content a:hover {
	color: #f00;
}
.index_about {
	background: url(../images/about_bg.jpg) no-repeat center;
	height: 358px;
	width: 100%;
}
.index_aboutFont {
	padding-top: 40px;
	text-align: center;
}
.index_aboutFont span {
	font-size: 30px;
	letter-spacing: 1px;
	color: #fff;
}
.index_aboutBoder {
	border-bottom: 1px solid #666;
	padding-top: 20px;
}
.index_aboutContent {
	margin-top: -14px;
}
.index_aboutContent span {
	font-size: 18px;
	color: #fff;
	width: 175px;
	display: block;
	text-align: center;
	margin: 0 auto;
	background: #E6212B;
}
.index_aboutcon {
	padding-top: 35px;
	width: 860px;
	margin: 0 auto;
	text-align: justify;
	text-indent: 2em;
}
.index_aboutcon span {
	letter-spacing: 1px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.deilt {
	text-align: center;
	border: 1px solid #fff;
	width: 125px;
	height: 35px;
	line-height: 35px;
	margin: 18px auto auto auto;
}
.deilt span a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	display: block;
}
.deilt span a:hover {
	color: #B0ADAE;
}
.deilts{
	text-align: center;
	border: 1px solid #fff;
	width: 125px;
	height: 35px;
	line-height: 35px;
	margin: 44px auto auto auto;
}
.deilts span a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	display: block;
}
.deilts span a:hover {
	color: #B0ADAE;
}
.index_new {
	background: url(../images/new_bg.jpg) no-repeat center;
	width: 100%;
	height: 510px;
}
.index_newFont {
	padding-top: 90px;
	text-align: center;
}
.index_newFont span {
	font-size: 30px;
	letter-spacing: 1px;
	color: #fff;
}
.index_newContent {
	margin-top: -14px;
}
.index_newContent span {
	font-size: 18px;
	color: #fff;
	width: 175px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.index_newCon {
	/*! width: 940px; */
	margin: 30px auto auto auto;
}
.index_newConLeft {
	width: 410px;
	float: left;
	/*! margin-left: 15px; */
}
.index_newConRight {
	width: 410px;
	margin-left: 135px;
	float: left;
}
.index_newDate {
	border-bottom: 1px dashed #535353;
	padding-bottom: 25px;
	margin-top: 10px;
}
.index_newDate span {
	float: left;
}
.index_newDate a {
	color: #fff;
}
.index_newDate span a:hover {
	color: #f00;
}
.index_newDate em {
	float: right;
	font-style: normal;
	color: #fff;
}
/*********about*******/
.about {
	background: url(../images/mainye_bg.jpg) repeat-y;
	width: 100%;
	padding-bottom: 60px;
}
.aboutLeft {
	width: 200px;
	padding-top: 55px;
	float: left;
}
.aboutLeft a {
	width: 200px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	letter-spacing: 1px;
	display: block;
	background: #434343;
	text-align: center;
	margin-bottom: 1px;
	color: #fff;
}
.aboutLeft a:hover {
	background: #f00;
}
.aboutLeft .link_pro {
	background: #f00;
}
.indent {
	padding-left: 2em;
}
.aboutRight {
	float: left;
	width: 725px;
	padding-top: 55px;
	margin-left: 35px;
}
.aboutNav {
	border-bottom: 2px solid #565454;
	padding-bottom: 5px;
	color: #DFDEDE;
}
.aboutNav a {
	color: #DFDEDE;
}
.aboutNav a:hover {
	color: #BBB9B9;
}
.about_content {
	padding-top: 30px;
	text-align: justify;
}
.about_content span {
	line-height: 25px;
	color: #fff;
	letter-spacing: 2px;
	display: block;
	text-indent: 2em;
}
.about_content .about_font {
	margin-left: -2em;
	font-size: 16px;
	padding-bottom: 5px;
	color: #f00;
	font-weight: bold;
}
.about_content span a {
	color: #fff;
}
.about_content span a:hover {
	text-decoration: underline;
}
/********produc************/
.product_img {
	float: left;
	margin-left: 5px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: 5px;
}
.product_img img {
	width: 230px;
	height: 156px;
}
.product_content a {
	font-size: 14px;
	color: #fff;
}
.product_content a:hover {
	color: #f00;
}
.product_delit {
	text-align: center;
}
.product_font{
	margin-top:20px;
}
.product_font span {
	color: #fff;
	display: block;
	line-height: 30px;
}
.product_font h3{
color:#fff;
}
.pro_page {
	color: #C0BDBD;
	margin: 10px 0;
}
.pro_page a {
	color: #C0BDBD;
}
.pro_page a:hover {
	color: #CF0508;
}
.pro_next {
	color: #C0BDBD;
}
.pro_next a {
	color: #C0BDBD;
}
.pro_next a:hover {
	color: #CF0508;
}
.pro_bg {
	width: 16%;
	height: 30px;
	margin-top: 15px;
	background: #C8C8C8;
	text-align: center;
	line-height: 30px;
}
.pro_bg a {
	color: #333;
	font-size: 14px;
}
.pro_bg a:hover {
	color: #CF0508;
}
.product {
	margin-top: 30px;
}
.product_parameter i{
	border:1px solid #635c5c;
	width:100%;
	display:block;
	}
.product_parameter span {
	color: #FFF;
	display: block;
	padding-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	/*! margin-bottom: 10px; */
	margin-top: 20px;
	/*! border-bottom: 2px double #fff; */
	width: 130px;
	height: 30px;
	line-height: 35px;
	background: #f00;
	text-align: center;
}
.js-button {
	text-align: center;
	padding-top: 20px;
}
.js-button a {
	padding: 5px 10px;
	margin: 5px;
	border: 2px solid #8C8C8C;
	color: #fff;
}
.js-button a:hover {
	color: #C0BABA;
}
/*********new*************/
.new {
	margin: 15px auto;
}
.new_content {
	padding-top: 20px;
}
.new_content h3 {
	text-align: center;
	font-size: 16px;
	color: #f00;
	padding-bottom: 10px;
}
.new_content span {
	display: block;
	text-indent: 2em;
	color: #fff;
	text-align: justify;
	letter-spacing: 2px;
	line-height: 20px;
}
.new_next {
	padding-top: 20px;
}
.new_next span {
	color: #C7C5C5;
}
.new_next a {
	color: #C7C5C5;
}
.new_next a:hover {
	color: #737373;
}
.new_page {
	padding-top: 10px;
}
.new_page span {
	color: #C7C5C5;
}
.new_page a {
	color: #C7C5C5;
}
.new_page a:hover {
	color: #737373;
}
.newDate {
	border-bottom: 1px dashed #535353;
	padding-bottom: 25px;
	margin-top: 10px;
}
.newDate span {
	float: left;
}
.newDate a {
	color: #fff;
}
.newDate span a:hover {
	color: #f00;
}
.newDate em {
	float: right;
	font-style: normal;
	color: #fff;
}
/**********contact***************/
.contact {
	margin: 20px 0 0 0;
}
.contact span {
	display: block;
	line-height: 25px;
	color: #fff;
}
.contact a {
	color: #fff;
}
.contact a:hover {
	color: #A6191C;
}
.erweima {
	padding-top: 10px;
	padding-bottom: 20px;
}
.erweima img {
	width: 120px;
	height: 120px;
}
.serach {
	padding-top: 25px;
}
.serach input {
	width: 170px;
	height: 23px;
	padding-left: 5px;
	vertical-align: middle;
	border: 0px;
}
.serach textarea {
	vertical-align: middle;
	margin-top: 20px;
	width: 400px;
	height: 100px;
}
.serach span {
	display: block;
	line-height: 40px;
	font-size: 18px;
	color: #DCD8D8;
}
.serach i{
	font-size:18px;
	padding-left:47px;
	font-style:normal;
}
.serach .submit {
	width: 100px;
	height: 30px;
	margin-left: 130px;
	margin-top: 30px;
	cursor: pointer;
}
.erweima2 {
	padding-left: 10px;
}
.footer {
	background:url(../images/footer_bg.jpg) center;
	height:208px;
	width: 100%;
	color: #757575;
	text-align: center;
	letter-spacing: 1px;
}
.footer a {
	color: #757575;
}
.footer a:hover {
	color: #9E0A0C;
}
.foo_left{
	float:left;
		padding-top:24px;
	width:335px;
}
.foo_center{
float:left;
	margin-top:24px;
	border-left:1px solid #333435; height:120px; 
margin-left: 15px;
width:307px;
}
.foo_content{
width:306px;
font-weight:bold;
}
.foo_content span{
	display:block;
	text-align:left;
	padding-left:25px;
	line-height:23px;
	/*! letter-spacing: 3px; */
}
.foo_right{
	width:245px;
	float:left;
	margin-left:24px;
	margin-top:24px;
	}
.foo_right img{
	margin-left:10px;
}
.foo2{
	margin-top:30px;
}
.foo2 span{
float:left; margin-right:25px;
}
.foo2 i{
float:right;
font-style:normal;
}
/************kfc*************/
.qqserver p img {
	display: inline;
	margin-top: -5px;
	vertical-align: middle;
	margin-left: -4px;
}
.scrollsidebar {
	position: absolute;
	z-index: 999;
	top: 220px;
}
.side_content {
	width: 154px;
	height: auto;
	overflow: hidden;
	float: left;
}
.side_content .side_list {
	width: 154px;
	overflow: hidden;
}
.show_btn {
	width: 0;
	height: 112px;
	overflow: hidden;
	margin-top: 50px;
	float: left;
	cursor: pointer;
}
.show_btn span {
	display: none;
}
.close_btn {
	width: 0;
	height: 112px;
	overflow: hidden;
	margin-top: 50px;
	float: left;
	cursor: pointer;
}
.side_title, .side_bottom, .close_btn, .show_btn {
	background: url(../images/service/sidebar_bg.gif) no-repeat;
}
.side_title {
	height: 46px;
}
.side_bottom {
	height: 8px;
}
.side_center {
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 12px;
	font-size: 12px;
}
.close_btn {
	float: right;
	display: block;
	width: 21px;
	height: 16px;
	margin: 17px 10px 0 0;
	_margin: 17px 5px 0 0;
}
.close_btn span {
	display: none;
}
.side_center .qqserver p {
	text-align: center;
	padding: 6px 0;
	margin: 0;
	vertical-align: middle;
}
.phoneserver {
	font-size: 14px;
	text-align: center;
}
.phoneserver p {
	padding: 2px 0;
	_height: 16px;
	margin: 0;
	color: #666666;
}
.msgserver {
	text-align: center;
	margin-bottom: 5px;
}
.msgserver a {
	background: url(../images/service/sidebar_bg.gif) no-repeat -119px -115px;
	padding-left: 20px;
}
.side_content hr {
	border-bottom: 1px solid #E6E6E6;
	height: 1px;
	margin: 10px 0;
	clear: both;
}
/* gray skin as the default skin */
.side_title, .side_gray .side_title {
	background-position: -965px 0;
}
.side_center, .side_gray .side_center {
	background: url(../images/service/gray_line.gif) repeat-y center;
}
.side_bottom, .side_gray .side_bottom {
	background-position: -965px -50px;
}
.close_btn, .side_gray .close_btn {
	background-position: -44px -67px;
}
.close_btn:hover, .side_gray .close_btn:hover {
	background-position: -67px -90px;
}
.show_btn, .side_gray .show_btn {
	background-position: -205px 0;
}
.msgserver a, .side_gray .msgserver a {
	color: #6c6c6c;
}
hr, .side_gray hr {
border-bottom::1px solid #e4e4e4;
}
/* blue skin  */
.side_blue .side_title {
	background-position: -365px 0;
}
.side_blue .side_center {
	background: url(../images/service/blue_line.gif) repeat-y center;
}
.side_blue .side_bottom {
	background-position: -365px -50px;
}
.side_blue .close_btn {
	background-position: -44px 0;
}
.side_blue .close_btn:hover {
	background-position: -66px 0;
}
.side_blue .show_btn {
	background-position: -119px 0;
}
.side_blue .msgserver a {
	color: #06C;
}
.side_blue hr {
border-bottom::1px solid #dbe4e9;
}
/* yellow skin  */
.side_yellow .side_title {
	background-position: -565px 0;
}
.side_yellow .side_center {
	background: url(../images/service/yellow_line.gif) repeat-y center;
}
.side_yellow .side_bottom {
	background-position: -565px -50px;
}
.side_yellow .close_btn {
	background-position: -44px -23px;
}
.side_yellow .close_btn:hover {
	background-position: -66px -23px;
}
.side_yellow .show_btn {
	background-position: -147px 0;
}
.side_yellow .msgserver a {
	color: #f78b00;
}
.side_yellow hr {
border-bottom::1px solid #f7f5df;
}
/* green skin  */
.side_green .side_title {
	background-position: -765px 0;
}
.side_green .side_center {
	background: url(../images/service/green_line.gif) repeat-y center;
}
.side_green .side_bottom {
	background-position: -765px -50px;
}
.side_green .close_btn {
	background-position: -44px -46px;
}
.side_green .close_btn:hover {
	background-position: -66px -46px;
}
.side_green .show_btn {
	background-position: -175px 0;
}
.side_green .msgserver a {
	color: #769a0f;
}
.side_green hr {
border-bottom::1px solid #edf2e5;
}
/* orange skin  */
.side_orange .side_title {
	background-position: -965px 0;
}
.side_orange .side_center {
	background: url(../images/service/orange_line.gif) repeat-y center;
}
.side_orange .side_bottom {
	background-position: -965px -50px;
}
.side_orange .close_btn {
	background-position: -44px -67px;
}
.side_orange .close_btn:hover {
	background-position: -66px -67px;
}
.side_orange .show_btn {
	background-position: -203px 0;
}
.side_orange .msgserver a {
	color: #d25b04;
}
.side_orange hr {
border-bottom::1px solid #feefde;
}
/* white skin  */
.side_white .side_title {
	background-position: -1365px 0;
}
.side_white .side_center {
	background: url(../images/service/white_line.gif) repeat-y center;
}
.side_white .side_bottom {
	background-position: -1365px -50px;
}
.side_white .close_btn {
	background-position: -67px -90px;
}
.side_white .close_btn:hover {
	background-position: -45px -90px;
}
.side_white .show_btn {
	background-position: -259px 0;
}
.side_white .msgserver a {
	color: #6c6c6c;
}
.side_white hr {
border-bottom::1px solid #e4e4e4;
}
.qqserver a {
	color: #000;
	font-size: 11px;
}
/*********三级***********/
.jquery-accordion-menu,.jquery-accordion-menu * {
	font-family: 'Open Sans',sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: 0
}

.jquery-accordion-menu {
	min-width: 200px;
	float: left;
	position: relative;
	box-shadow: 0 20px 50px #333
}

.jquery-accordion-menu .jquery-accordion-menu-footer,.jquery-accordion-menu .jquery-accordion-menu-header {
	width: 100%;
	height: 50px;
	padding-left: 22px;
	float: left;
	line-height: 50px;
	font-weight: 600;
	color: #f0f0f0;
	background: #414956
}

.jquery-accordion-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.jquery-accordion-menu ul li {
	width: 100%;
	display: block;
	float: left;
	position: relative
}

.jquery-accordion-menu ul li a {
	width: 100%;
	/*! padding: 14px 22px; */
	float: left;
	text-decoration: none;
	color: #f0f0f0;
	font-size: 14px;
	background: #414956;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	-o-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-webkit-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear
}

.jquery-accordion-menu>ul>li.active>a,.jquery-accordion-menu>ul>li:hover>a {
	color: #fff;
	background: #3b424d
}

.jquery-accordion-menu>ul>li>a {
	border-bottom: solid 1px #3b424d
}

.jquery-accordion-menu ul li a i {
	width: 34px;
	float: left;
	line-height: 18px;
	font-size: 16px;
	text-align: left
}

.jquery-accordion-menu .submenu-indicator {
	float: right;
	right: 22px;
	position: absolute;
	/*! line-height: 19px; */
	font-size: 20px;
	-o-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-ms-transition: transform .3s linear
}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {
	/*! line-height: 16px */
}

.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {
	/*-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg*/
}

.jquery-accordion-menu ul ul.submenu,.jquery-accordion-menu ul ul.submenu li ul.submenu {
	width: 100%;
	display: none;
	position: static
}

.jquery-accordion-menu ul ul.submenu li {
	clear: both;
	width: 100%
}

.jquery-accordion-menu ul ul.submenu li a {
	width: 100%;
	float: left;
	font-size: 13px;
	background: #383838;
	border-top: none;
	position: relative;
	border-left: solid 6px transparent;
	-o-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	transition: border .2s linear
}

.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #414956
}

.jquery-accordion-menu ul ul.submenu>li>a {
	padding-left: 30px
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a {
	padding-left: 45px
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a {
	padding-left: 60px
}

.jquery-accordion-menu ul li .jquery-accordion-menu-label,.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
	min-width: 20px;
	padding: 1px 2px 1px 1px;
	position: absolute;
	right: 18px;
	top: 14px;
	font-size: 11px;
	font-weight: 800;
	color: #555;
	text-align: center;
	line-height: 18px;
	background: #f0f0f0;
	border-radius: 100%
}

.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
	top: 12px
}

.ink {
	display: block;
	position: absolute;
	background: rgba(255,255,255,.3);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.animate-ink {
	-webkit-animation: ripple .5s linear;
	-moz-animation: ripple .5s linear;
	-ms-animation: ripple .5s linear;
	-o-animation: ripple .5s linear;
	animation: ripple .5s linear
}

@-webkit-keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5)
	}
}

@-moz-keyframes ripple {
	100% {
		opacity: 0;
		-moz-transform: scale(2.5)
	}
}

@-o-keyframes ripple {
	100% {
		opacity: 0;
		-o-transform: scale(2.5)
	}
}

@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5)
	}
}

.blue.jquery-accordion-menu .jquery-accordion-menu-footer,.blue.jquery-accordion-menu .jquery-accordion-menu-header,.blue.jquery-accordion-menu ul li a {
	background: #4A89DC
}

.blue.jquery-accordion-menu>ul>li.active>a,.blue.jquery-accordion-menu>ul>li:hover>a {
	background: #3e82da
}

.blue.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #3e82da
}

.blue.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #3e82da
}

.green.jquery-accordion-menu .jquery-accordion-menu-footer,.green.jquery-accordion-menu .jquery-accordion-menu-header,.green.jquery-accordion-menu ul li a {
	background: #03A678
}

.green.jquery-accordion-menu>ul>li.active>a,.green.jquery-accordion-menu>ul>li:hover>a {
	background: #049372
}

.green.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #049372
}

.green.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #049372
}

.red.jquery-accordion-menu .jquery-accordion-menu-footer,.red.jquery-accordion-menu .jquery-accordion-menu-header,.red.jquery-accordion-menu ul li a {
	background: #f00;
}

.red.jquery-accordion-menu>ul>li.active>a,.red.jquery-accordion-menu>ul>li:hover>a {
	background: #f00;
}

.red.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #DA4453;
}

.red.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #f00;
}

.white.jquery-accordion-menu .jquery-accordion-menu-footer,.white.jquery-accordion-menu .jquery-accordion-menu-header,.white.jquery-accordion-menu ul li a {
	background: #fff;
	color: #555
}

.white.jquery-accordion-menu>ul>li.active>a,.white.jquery-accordion-menu>ul>li:hover>a {
	background: #f0f0f0
}

.white.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #f0f0f0
}

.white.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #f0f0f0
}

.white.jquery-accordion-menu ul ul.submenu li a {
	color: #f0f0f0
}

.white.jquery-accordion-menu>ul>li>a>.ink {
	background: rgba(0,0,0,.1)
}

.black.jquery-accordion-menu .jquery-accordion-menu-footer,.black.jquery-accordion-menu .jquery-accordion-menu-header,.black.jquery-accordion-menu ul li a {
	background: #292929
}

.black.jquery-accordion-menu>ul>li.active>a,.black.jquery-accordion-menu>ul>li:hover>a {
	background: #222
}

.black.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #222
}

.black.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #222
}

/**************放大镜*****************/
/*
 * ------------------------------------ STYLE ------------------------------------
 * Edit this section to style your thumbnails, zoom area, magnifier etc.
 * If the id of your Etalage instance is different, do a find/replace on #etalage.
 * -------------------------------------------------------------------------------
 */

/* Etalage container (large thumb + small thumbs): */
#etalage{
	display: none;
	margin-bottom:18%;
}
.single_image{
float:left;
}
.single_content{
float:left;
margin-left:40px;
}
.single_content span{
	display:block;
	color:#dad7d7;
	line-height:27px;
}
/* Large thumbnail: */
#etalage .etalage_thumb{
	background:url(../images/loading.gif) center no-repeat;
	border: 1px solid #eee;
	padding: 6px;
}
/* Large thumbnail - image (in case you want to add a border around the image within the frame) */
#etalage .etalage_thumb_image{ width:300px;
                                height:300px;}

/* Small thumbnails: */
#etalage .etalage_small_thumbs li{
	border: 1px solid #ddd;
	margin: 10px;
	padding: 3px;
}
/* The one on the left that makes them slide */
#etalage ul li.etalage_smallthumb_first{ }
/* The one on the right that makes them slide */
#etalage ul li.etalage_smallthumb_last{ }
/* The currently active one */
#etalage ul li.etalage_smallthumb_active{
}

/* Zoomed image area: */
#etalage .etalage_zoom_area,
.etalage_zoom_area{
	background: white url(../images/loading.gif) center no-repeat;
	border: 1px solid #EEE;
	padding: 6px;
}

/* Magnifier area (thumbnail hovering rectangle): */
#etalage .etalage_magnifier{
	background: white;
	border: 1px solid #eee;
}

/* Icon that will apear at the left bottom of the large thumbnail (optional): */
#etalage .etalage_icon{
	background: url(../images/zoom.png) no-repeat rgba(184, 183, 181, 0.32);
	width: 104px;
	height: 104px;
}

/* Hint that will apear at the top right of the large thumbnail (optional): */
#etalage .etalage_hint{
	background: url(../images/hint.gif) no-repeat;
	width: 130px;
	height: 57px;
}

/* Description area (optional) */
#etalage .etalage_description{
	background: white;
	font-style: italic;
	margin: 10px;
	padding: 6px 10px;
}

/*
 * ------------------------------------ FUNCTIONALITY --------------------------------------
 * The following CSS serves to make Etalage function properly. Don't edit or edit carefully.
 * -----------------------------------------------------------------------------------------
 */

.etalage, .etalage_thumb, .etalage_thumb_image, .etalage_source_image, .etalage_zoom_preview, .etalage_icon, .etalage_hint{ display:none }
.etalage, .etalage ul, .etalage li, .etalage img, .etalage_hint, .etalage_icon, .etalage_description{ margin:0; padding:0; border:0; list-style:none }
.etalage, .etalage_magnifier div, .etalage_magnifier div img, .etalage_small_thumbs ul, ul .etalage_small_thumbs li, .etalage_zoom_area div, .etalage_zoom_img{ position:relative }
.etalage img, .etalage li{ -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; -webkit-user-drag:none; -moz-user-drag:none; user-drag:none }
.etalage, .etalage_small_thumbs li{ float:left }
.etalage_right{ float:right }
.etalage li{ position:absolute }
.etalage img{ vertical-align:bottom; max-width:none }
.etalage_magnifier{ cursor:default }
.etalage_magnifier div, .etalage_small_thumbs{ overflow:hidden }
.etalage_magnifier div img{ display:none }
.etalage_icon, .etalage_hint{ cursor:default; width:0; height:0; overflow:hidden }
.etalage_small_thumbs li.vertical{ float:none }
.etalage_zoom_area{ z-index:996 }
.etalage_zoom_area div{ overflow:hidden; z-index:997 }
.etalage_zoom_preview{ position:absolute; z-index:998 }
.etalage_zoom_img, .etalage_hint{ z-index:999 }
.etalage{ direction:ltr }
div.etalage_description{ position:absolute; bottom:0; left:0; z-index:999 }
div.etalage_description.rtl{ direction:rtl; text-align:right }
/*
@media (max-width:1024px){
#etalage .etalage_thumb_image {
		width: 240px !important;
		height: 340px !important;
	}
	#etalage .etalage_icon {
		background: url(../images/zoom.png) no-repeat rgba(184, 183, 181, 0.32) -13px -9px;
		width: 80px;
		height: 80px;
		top: 270px !important;
		left: 4px !important;
	}
	li.etalage_small_thumbs {
		width: 216px !important;
		top: 370px !important;
	}
}
@media (max-width:640px){
#etalage .etalage_thumb_image {
		width: 200px !important;
		height: 300px !important;
	}
	#etalage .etalage_icon {
		background: url(../images/zoom.png) no-repeat rgba(184, 183, 181, 0.32) -19px -20px;
		width: 60px;
		height: 60px;
		top: 249px !important;
		left: 4px !important;
	}
	li.etalage_small_thumbs {
		width: 216px !important;
		top: 350px !important;
	}
}
@media (max-width:480px){
	#etalage {
	margin-bottom:0%;
 }
 .single_right {
	width: 100%;
	float: none;
 }
}*/
.Music{
	padding-top:400px;
	margin-left:125px;
}
.wheat{
float:left;
margin-right:50px;
background: url(../images/wheat.png) no-repeat center;
width: 140px;
height: 140px;
margin-top:-20px;
}
.wheat:hover{
	background:url(../images/wheat_hover.png) no-repeat center;
}
.listen{
float:left;
margin-right:50px;
background: url(../images/listen.png) no-repeat center;
width: 140px;
height: 140px;
margin-top:-80px;
}
.listen:hover{
	background:url(../images/listen_hover.png) no-repeat center;
}
.yinyue{
float:left;
margin-right:50px;
background: url(../images/yinyue.png) no-repeat center;
width: 140px;
height: 140px;
margin-top:-20px;
}
.yinyue:hover{
	background:url(../images/yinyue_hover.png) no-repeat center;
}
.singool{
float:left;
margin-right:50px;
background: url(../images/sing.png) no-repeat center;
width: 140px;
height: 140px;
margin-top:-80px;
}
.singool:hover{
	background:url(../images/sing_hover.png) no-repeat center;
}
.login{
	width:110px;
	height:30px;
	letter-spacing: 1px;
	font-size: 14px;
	background:#f00;
 	 border:0px;
	color: #fff;
	margin-left: 13%;
	cursor:pointer;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	-moz-transition:all 1s;
}
.login:hover{
	background:#74696b;
	transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	-moz-transition:all 1s;
}
.message em{
	font-style:normal;
	font-size: 14px;
	position: relative;
	top: -150px;
}
.message textarea{
	color:#666;
	width:430px;
	height: 150px;
	padding: 10px;
	background: #f1f1f1;
	border: 0px;
}
.message{
	margin-top: 40px;
	margin-left: 5%;
}
.message span{
	display: block;
	color:#fff;
	font-size:14px;
	margin-bottom: 20px;
	margin-top: 20px;
	/*! margin-left: 10px; */
}
.txt{
	width:250px;
	background: #f1f1f1;
	color:#666;
	padding: 0 10px;
	height: 25px;
	border:0px;
}
.banner_contact{
	position: relative;
}
.banner_contact a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.banner_contact .wechat{
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 30%;
	bottom: 25%;
	background: url('../images/icon/wechat.png') no-repeat;
	background-size: cover;
	cursor: pointer;
}
.banner_contact .feedback{
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 35%;
	bottom: 42%;
	background: url('../images/icon/feedback.png') no-repeat;
	background-size: cover;
	cursor: pointer;
}
.banner_contact .email{
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 40%;
	top: 33%;
	background: url('../images/icon/email.png') no-repeat;
	background-size: cover;
	cursor: pointer;
}
.banner_contact .music{

	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 40%;
	top: 33%;
	background: url('../images/icon/music.png') no-repeat;
	background-size: cover;
	cursor: pointer;
}
.banner_contact .contact{

	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 35%;
	bottom: 42%;
	background: url('../images/icon/contact.png') no-repeat;
	background-size: cover;
	cursor: pointer;
}
.banner_contact .qq{
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 30%;
	bottom: 25%;
	background: url('../images/icon/qq.png') no-repeat;
	background-size: cover;
	cursor: pointer;
}
.qrcode{
	padding: 5px;
	background: #fff;
	position: absolute;
	left: 18%;
	bottom: 15%;
	z-index: 1;
	border-radius: 5px;
	display: none;
}
.qrcode2{
	padding: 5px;
	background: #fff;
	position: absolute;
	right: 23%;
	bottom: 32%;
	z-index: 1;
	border-radius: 5px;
	display: none;
}
.emaillist{
	padding: 5px 10px;
	background: #fff;
	position: absolute;
	left: 23.8%;
	top: 33%;
	z-index: 1;
	border-radius: 5px;
	display: none;
}
.emailshow{

}
.emailshow ul{
	
}
.emailshow li{
	
}
.sanjiao{
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -5px;
}
.sanjiao2{
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -5px;
}
.qqlist{
	padding: 5px;
	background: #fff;
	position: absolute;
	right: 20%;
	bottom: 22%;
	border-radius: 5px;
	display: none;
}
.qqshow{
}
.qqshow ul{
}
.qqshow li{
}
.qrcodeimg{
	width: 150px;
	height:150px;
	background: url('../images/icon/qrcode2.png') no-repeat -13px center;
	background-size: cover;
}
.qrcodeimg2{
	width: 150px;
	height:150px;
	background: url('../images/qrcode.png') no-repeat;
	background-size: cover;
}
.banner_contact .phone{
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 46%;
	bottom: 17%;
	cursor: pointer;
}
.phonelist{
	padding: 5px;
	background: #fff;
	position: absolute;
	right: 36.5%;
	bottom: 20%;
	border-radius: 5px;
	display: none;
}
.phoneshow{
	font-size: 18px;
	color:#f00;
	font-weight: bold;

}
.play-bg,.pause-bg{
	width: 60px;
	height:60px;
	left: 0;
	top: 0;
}