﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif, "微软雅黑"; /*background:#fff url(../images/nav.jpg) repeat-x left 80px;*/
}
img {
	border: none;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.mt10 {
	margin-top: 10px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noinfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_text {
	background: url(../images/inputbg.png) no-repeat left top;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
	padding: 0 10px;
	float: left;
}
.input_area {
	background: #fff url(../images/inputbg.png) no-repeat left top;
	width: 501px;
	height: 80px;
	border: 0px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url(../images/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../images/qq_3.gif) repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
#bg1 {
	width: 100%;
	background: #eee;
	margin: 0 auto;
	float: left;
	height: 380px
}
#bg2 {
	width: 100%;
	min-width:1160px;
	background: #eee;
	margin: 0 auto;
	float: left;
}
#bg3 {
	width: 100%;
	min-width:1160px;
	background: #000;
	margin: 0 auto;
	float: left;
	margin-top:10px;
}
#bg4 {
	width: 100%;
	min-width:1160px;
	height: 35px;
	background: #eee;
	margin: 0 auto;
	float: left;
}
#bg5 {
	width: 100%;
	min-width:1160px;
	background: #c00000;
	margin: 0 auto;
	float: left;
}
.w960 {
	width: 960px;
	margin: 0 auto;
}
.w980 {
	width: 960px;
	margin: 0 auto;
}
.w1000 {
	width: 1160px;
	margin: 0 auto;
}
/*all*/
#main {
	width: 100%;
	float: left;
	padding: 5px 0;
}
/*end*/

/**顶部**/
#head {
	width: 100%;
	float: left;
	height: 105px;
}
#logo {
	float: left;
	padding: 5px 0 0 0px;
}
#head_right {
	float: right;
}
.welcome {
	float: left;
	line-height: 32px;
	height: 32px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#favorite {
	float: right;
	line-height: 32px;
	height: 32px;
	margin: 40px 0px 0 0;
}
#favorite ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#favorite li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#favorite li img{vertical-align:inherit!important;}
#favorite li a {
	margin: 0 3px;
	font-size: 14px;
}
.lay {
	float: left;
	line-height: 32px;
	height: 32px;
}
.lay ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.lay li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
.lay li a {
	margin: 0 3px;
}

/*end*/


/*menu*/
#navigate {
	height: 40px;
	width: 100%;
	float: left;
}
#navigate ul li {
	float: left;
	height: 30px;
	width:144px;/*width: 120px;*/
	position: relative;
	z-index: 1000;
}
#navigate ul li.first_menu {
}
#navigate ul li a {
	display: block;
	line-height: 40px;
	height: 40px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: "微软雅黑";
}
#navigate ul li a:hover {
	background: #b10100;
	color: #FFF;
}
#navigate ul li .current {
	background: #b10100;
	color: #FFF;
}
#navigate ul li ul {
	display: none;
	position: absolute;
	left: 0;
	background: #c00000;
	z-index: 9999;
}
#navigate ul li ul li {
	border: none;
	float: none;
	background: none;
	height: 32px;
	line-height: 32px;
}
#navigate ul li ul li a {
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-weight: normal;
	background: none;
}
#navigate ul li ul li a:hover {
	background: #b10100;
}
/*end*/


/*menu*/
.menu {
	font-family: '微软雅黑', sans-serif;
	width: 100%;
	margin: 0;
	margin: 5px 0;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #f7f7f7;
}
.menu ul li {
	float: left;
	position: relative;
	z-index: 9;
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 120px;
	height: 30px;
	color: #f7f7f7;
	border-width: 1px 1px 0 0;
	background: #c00000;
	line-height: 30px;
	font-size: 15px;
}
.menu ul li ul {
	display: none;
}
.menu ul li:hover a {
	color: #f7f7f7;
	background: #c00000;
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
	width: 105px;
}
.menu ul li:hover ul li a {
	display: block;
	background: #e5e5e5;
	color: #000;
}
.menu ul li:hover ul li a:hover {
	background: #fff;
	color: #c00000;
}
#sub {
	width: 100%;
	height: 36px;
	float: left;
	background: #fff url(../images/sub.jpg) no-repeat center top;
}
/*end*/

/*search*/
#search {
	float: right;
	padding: 3px 0px 0 0;
}
#search form {
	margin: 0px;
	padding: 0px;
}
.skw {
	float: left;
	width: 150px;
	padding: 0 10px;
	line-height: 24px;
	height: 24px;
	border: 1px solid #ccc;
	color: #666;
}
.sub {
	width: 60px;
	height: 26px;
	line-height: 26px;
	float: left;
	background: url(../images/srch.png);
	border: 0px;
	cursor: pointer;
	color: #fff;
	float: left;
}
/*end*/

/*flash*/
#banner {
	width: 100%;
	float: left;
	margin: 10px 0 0 0
}
#flash {
	width: 590px;
	float: left;
	margin: 30px 0 0 0;
}
#myFocus {
	width: 590px;
	height: 320px;
}
.pic img {
	width: 590px;
	height: 320px;
}
.nns {
	width: 360px;
	float: right;
	margin: 30px 5px 0 5px;
	background: #fff;
}
.nns .home_top span {
	padding: 0 15px;
0 0
}
.nns .home_top span a {
	font-weight: bold;
	font-size: 12px;
}
.ns .nns11 .nns2 {
background:
}
.nns1 {
	width: 270px;
	height: 400px;
	float: left;
	margin: 10px 20px 0 0;
}
.nns1 .home_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	background: url(../images/ns1t.jpg);
}
.nns1 .home_top h3 {
	font-size: 14px;
	float: left;
	font-family: "微软雅黑";
	padding: 0 0 0 35px;
	color: #fff;
}
.nns1 .home_top span {
	float: right;
	padding: 10px 5px 0 0;
}
.nns11 {
	width: 250px;
	float: left;
	margin: 10px 18px;
}
.nns22 {
	width: 1160px;
	float: left;
	margin-top:10px;
}
.nns33 {
	width: 500px;
	float: left;
	margin: 10px 0 0 0;
}
.mjft .nns1 {
	width: 380px;
}
#bg2 .home_con {
	height: 323px;
	margin: 10px 0 0 0;
}
.mjft .nns1 .home_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	background: url(../images/mjst.jpg);
}
/*.mjft .news_img img{width:330px;padding:10px 0 0 25px;}*/

.nns2 {
	width: 300px;
	float: right;
	margin: 10px 0px 0 0;
}
/*end*/


/*底部*/
#copyright {
	width: 100%;
	float: left;
	padding: 15px 0;
	line-height: 25px;
	text-align: center;
}
#copy_txt {
	width: 100%;
	float: left;
}
#footnav {
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
}
#footnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footnav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footnav li a {
	margin: 0 5px;
	color: #fff;
}
#footnav li a:hover {
	color: #ff0;
}
.fright {
	float: right;
	margin-top: 20px;
}
.fright a {
	color: #FFF;
}
/*end*/


/*home*/
.home_left {
	width: 440px;
	float: left;
}
.home_leftzh {
	width: 590px;
	float: left;
}
.home_leftsp {
	width: 350px;
	float: right;
}
.ns {
	width: 100%;
	float: left;
}
.home_right {
	width: 300px;
	float: right;
}
.home_list {
	width: 270px;
	height: 360px;
	float: right;
	margin-bottom: 35px;
}
.home_listmj {
	width: 270px;
	float: right;
}
.home_listzp {
	width: 350px;
	float: left;
	margin-bottom: 35px;
}
.home_listzh {
	width: 610px;
	float: left;
	margin-bottom: 35px;
}
.kw {
	width: 270px;
	height: 360px;
	float: right;
	margin-bottom: 35px;
	padding: 10px 0 0 0;
}
.kw .home_top {
	width: 270px;
	height: 40px;
	line-height: 40px;
	float: right;
	background: url(../images/li_4.jpg);
}
.kw .home_top h3 {
	font-size: 14px;
	float: left;
	font-family: "微软雅黑";
	padding: 0 0 0 35px;
	color: #fff;
}
.kw .home_top span {
	float: right;
	padding: 10px 5px 0 0;
}
.home_top {
	width: 100%;
	height: 32px;
	line-height: 32px;
	float: left;
	border-bottom: 2px solid #c00000;
	background: url(../images/li_1.jpg) no-repeat left center;
}
.home_top h3 {
	font-size: 14px;
	float: left;
	font-family: "微软雅黑";
	padding: 0 0 0 20px;
	color: #000;
}
.home_top span {
	float: right;
}
.home_topzh {
	width: 100%;
	height: 32px;
	line-height: 32px;
	float: left;
	border-bottom: 2px solid #c00000;
	background: url(../images/li_2.jpg) no-repeat left center;
}
.home_topzh h3 {
	font-size: 14px;
	float: left;
	font-family: "微软雅黑";
	padding: 0 0 0 20px;
	color: #000;
}
.home_topzh span {
	float: right;
}
.home_topsp {
	width: 100%;
	height: 32px;
	line-height: 32px;
	float: left;
	border-bottom: 2px solid #c00000;
	background: url(../images/li_3.jpg) no-repeat left center;
}
.home_topsp h3 {
	font-size: 14px;
	float: left;
	font-family: "微软雅黑";
	padding: 0 0 0 20px;
	color: #000;
}
.home_topsp span {
	float: right;
}
.about_con {
	padding: 10px;
}
.about_con2 {
	padding: 0 10px;
}
.home_con {
	width: 100%;
	margin: 10px 0 20px 0;
	float: left;
	line-height: 200%;
	overflow-x: hidden;
	background: #fff;
}
.home_conzh {
	width: 250px;
	height: 260px;
	margin: 34px 10px 0 10px;
	float: left;
	line-height: 200%;
	overflow-x: hidden;
	background: #eee;
	padding: 10px;
}
.home_sp {
	width: 350px;
	height: 280px;
	margin: 34px 0px 0 0;
	float: left;
	overflow-x: hidden;
	background: #eeeeee;
}
.news_top {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
}
.news_img {
	float: left;
	width: 100%;
}
.news_img img {
	width: 100%;
}
.news_right {
	width: 100%;
	float: left;
	margin: 10px 0 0 0px;
}
.news_title {
	font-weight: bold;
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.news_des {
	width: 100%;
	line-height: 20px;
	overflow: hidden;
}
.news_list {
	width: 100%;
	float: left;
}
.news_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news_list li {
	margin: 7px 0 7px 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	background: url(../images/li_0.jpg) no-repeat left center;
	line-height: 24px;
}
.news_list li p{float: right;padding-top: 3px;padding-right: 3px;}
.news_list .spd{ width:500px; height:170px; margin:2px; background:#EEEEEE; padding-left:10px;}
.news_list .sp{float:left; padding:10px 5px; margin-top:2px; width:150px; text-align:center;}
.news_list .sp img{width:150px; height:130px;}
.pro_con {
	position: relative;
	width: 100%;
	height: 270px;
	float: left;
	padding: 35px 0 0 0;
}
#LeftButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/left.png) no-repeat 0px 0px;
	position: absolute;
	right: 240px;
	top: 155px;
}
#RightButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/right.png) no-repeat 0px 0px;
	position: absolute;
	left: 238px;
	top: 155px;
}
#MarqueeDiv {
	width: 692px;
	float: left;
	height: 272px;
	overflow: hidden;
	margin: 0 0 0 38px;
	display: inline;
}
#MarqueeDiv img {
	margin-right: 10px;
	height: 270px;
	width: 190px;
}
.fot {
	width: 100%;
	float: right;
	text-align:center;
	margin-top: 10px;
}
.fot img {
	margin: 0 17px 15px 0;
}
.fot4 {
	width: 225px;
	float: right;
}
/*end*/


/*left*/
#left {
	width: 160px;
	float: left;
	margin-top: 20px;
}
.left_list {
	width: 100%;
	float: left;
}
.left_top {
	width: 100%;
	height: 32px;
	line-height: 32px;
	float: left;
	background: #c00000;
}
.left_top h3 {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fff;
	text-align: center;
}
.left_con {
	width: 100%;
	float: left;
	line-height: 200%;
	background: url(../images/lfbg.jpg) no-repeat;
	padding: 10px 0 0 0;
	min-height: 200px;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list>ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.type_list>ul>li {
	margin: 0 0 10px 0;
	list-style-type: none;
	height: 100%;
	line-height: 36px;
	overflow: hidden;
	background: url(../images/lftop.jpg) no-repeat;
}
.type_list>ul>li>a:hover {
	background: url(../images/lftop2.jpg) no-repeat;
}
.type_list>ul>li>ul {
	display: none;
}
.type_list>ul>li>ul>li { /*background-color:#fff;*/
}
.type_list>ul>li>ul>li a {
	color: #000;
	font-weight: bold;
}
.type_list>ul>li>ul>li {
	margin: 0 0;
	padding: 15px 0 0 20px;
	list-style-type: none;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
}
.type_list li a {
	color: #fff;
	padding: 0 0 0 25px;
	display: block;
}
.type_list li a:hover {
	color: #fff;
	font-weight: bold;
}
.type_list ul li ul li a:hover {
	color: #c00000;
}
.type_list li a#lsed {
	color: #fff;
	font-weight: bold;
}
.type_list li.second_cat {
	background: none;
}
.type_list li.second_cat a {
	font-weight: normal;
}
.type_list li.second_cat a:hover {
}
/*end*/

/*right*/
#right {
	width: 780px;
	float: right;
	margin: 20px 0 0 0;
}
#main_top {
	width: 100%;
	height: 31px;
	line-height: 31px;
	padding: 8px 0 0 0;
	float: left;
	border-bottom: 2px solid #c00000;
}
#main_top h3 {
	width: 160px;
	background: #c00000;
	height: 32px;
	float: left;
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-family: "微软雅黑";
}
#main_top h3 a {
	color: #fff;
}
#main_top span {
	float: right;
	padding: 0 0 0 30px;
	background: url(../images/home.png) no-repeat left center;
}
#right_top span {
	float: right;
	padding: 0 20px 0 0;
}
#right_top span a {
	font-size: 14px;
	font-weight: bold;
}
#right_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;
	overflow-x: hidden;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
/*end*/

/*demo*/
#demo {
	overflow: hidden;
	width: 900px;
	height: 145px;
	margin: 35px 0 0 10px;
	float: left;
	display: inline;
}
#cdemo {
	overflow: hidden;
	width: 900px;
}
#demo img {
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
/*end*/
	
/*link*/
.friendlink {
	padding-top: 12px;
}
.friendlink li {
	float: left;
	width: 242px;
}
.friendlink li.txt1 {
	padding: 3px 0px 3px 24px;
	background: url(../images/dot.gif) no-repeat 10px center;
}
.friendlink li.pic1 {
	padding: 3px 0 3px 8px;
}
.friendlink li.pic1 img {
	width: 240px;
	height: 65px;
}
.link_top {
	width: 100%;
	height: 32px;
	line-height: 32px;
	float: left;
	background: url(../images/ltop.png) no-repeat left center;
	line-height: 24px;
	border-bottom: 2px solid #c00000;
}
.link_top h3 {
	font-size: 15px;
	font-family: "微软雅黑";
	padding: 5px 0 0 25px;
	color: #000;
}
.link {
	width: 100%;
	float: left;
}
.link_img {
	width: 100%;
	float: left;
	text-align: center;
}
.link_img ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_img li {
	margin: 0px;
	padding: 0 10px;
	list-style-type: none;
	display: inline;
}
.link_img li img {
	height: 30px;
}
.link_txt {
	width: 100%;
	float: left;
}
.link_txt ul {
	margin: 0px;
	padding: 50px 0 20px 0;
	list-style-type: none;
}
.link_txt li {
	margin: 5px 13px 0 0;
	list-style-type: none;
	display: inline;
	line-height: 25px;
}
/*end*/
	 
/*news*/
.articleList {
	width: 100%;
	float: left;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	background: url(../images/li_0.jpg) no-repeat left center;
	line-height: 32px;
}
.time {
	color: #959595;
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.articleAuthor {
	text-align: center;
	padding: 7px 0px;
	border-bottom: 1px dotted #ccc;
}
.articleauthor span {
	margin: 0px 6px;
	font-size: 9pt;
}
.articleInfo {
	width: 100%;
	padding: 10px 0;
}
.pageUpDown {
	padding-top: 10px;
	text-align: left;
}
/*end*/

/*Product*/
.productList {
	width: 830px;
	float: left;
}
.productList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.productList li {
	margin: 5px 46px 5px 0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	float: left;
	width: 160px;
	height: 260px;
	display: inline;
	line-height: 25px;
	overflow: hidden;
}
.productList li img {
	width: 160px;
	height: 230px;
}
.productTitle {
	line-height: 28px;
	font-weight: bold;
}
.productImg {
	width: 350px;
	text-align: center;
	float: left;
}
.productImg img {
	width: 350px;
}
.productRight {
	width: 400px;
	float: right;
}
.title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
}
.productDesc {
	line-height: 200%;
	padding: 10px 0;
	width: 100%;
	float: left;
}
/*end*/

/*page*/
.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.pages a {
	font-size: 12px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin: 0 2px;
}
.pages a:hover {
	background: #eee;
}
.pages a.page_now {
	background: #eee;
	color: #f00;
}
.pages select {
	vertical-align: middle;
	font-size: 8pt;
	padding: 0px;
}
.pages b {
	font-weight: normal;
}
/*end*/


/*login*/
.img-scroll {
	position: relative;
	margin: 0px auto;
	height: 185px;
	overflow: hidden;
}
.img-scroll .prev {
	position: absolute;
	left: 5px;
	width: 33px;
	height: 33px;
	top: 63px;
	background: url(../images/scroll_left.jpg) no-repeat right center;
	cursor: pointer;
}
.img-scroll .next {
	position: absolute;
	right: 5px;
	width: 33px;
	height: 33px;
	top: 63px;
	background: url(../images/scroll_right.jpg) no-repeat left center;
	cursor: pointer;
}
.img-list {
	position: relative;
	width: 894px;
	height: 185px;
	overflow: hidden;
}
.img-list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 9999px;
	height: 185px;
}
.img-list li {
	margin: 0px;
	padding: 0 31px 0 0;
	list-style-type: none;
	float: left;
	width: 154px;
	height: 185px;
	display: inline;
	line-height: 25px;
	text-align: center;
}
.img-list li img {
	width: 152px;
	height: 152px;
	border: 1px solid #ccc;
}
/*scroll*/
#ProScroll {
	overflow: hidden;
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #09f;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #09f;
	color: #fff;
	cursor: default;
}
/*********************红色模板*********************/
.more{ width:50px; height:29px; line-height:29px; color:#C30102; float: right; padding-top:2px;}
.ttt{ margin-left:23px;}
/*配音文稿，服务流程，帮助中心*/
.dub{ width:1160px; height:400px; margin:11px auto 0 auto; padding-top:5px;_padding-top:1px; }
.dub_left{ width:202px; height:400px; margin-right:10px; float:left;}
.dub_right{ width:940px; height:400px; float:right;}
.s_page{ width:202px; margin-top:5px; margin-bottom:11px; }
.s_page_title{ width:202px; height:57px;}
.s_page_title .lcpic{border:1px solid #CBCBCB;}
.s_page_01{ width:184px; height:42px; margin:10px auto;}
/*帮助中心*/
.help{width:202px; height:auto;border:1px solid #CBCBCB;}
.help_title{width:202px; height:33px; background:url(../images/help_bg.jpg) no-repeat;}
.help_w{width:113px; height:33px; line-height:33px; margin-left:16px;_margin-left:8px; font-family:"微软雅黑"; font-size:14px; color:#CC0202; float: left;}
.help_n{width:165px; margin-top:6px; _margin-top:6px;margin-left:9px; _margin-left:8px;margin-right:7px;_margin-right:1px;color:#515151;}
.help_n ul{zoom:1; padding:7px;color:#666666;_margin-left:1px;}
.help_n ul li{width:165px; height:30px; line-height:30px; padding-left:7px; background: url(../images/m_j.jpg) 0 no-repeat; font-size:12px; color:#666666;}
.help_n ul li h3{font-weight:normal; font-size:12px;}
.help_x{width:165px; margin-top:6px; _margin-top:6px;margin-left:9px; _margin-left:8px;margin-right:7px;_margin-right:1px;color:#515151;}
.help_x ul {padding:13px;_padding:5px; _margin-left:7px;}
.help_x li {width:160px; height:28px;}
.help_x li .title {width:80px; height:22px; overflow:hidden;float:left;}
.help_x li .mp3 {float:left; margin-left:5px;}
.help_x li .mp3 img{width:60px; height:19px;}
/*配音文稿*/
.sound{width:290px; float:left; /*border:1px solid #CBCBCB;*/ _width:252px; margin-bottom:11px;}
.sound_title{width:290px; height:43px; background:url(../images/titbg1.jpg) no-repeat; _width:252px;}
.sound_w{width:165px; height:40px; line-height:40px;font-family:"微软雅黑"; font-size:14px; color:#CC0202; float: left; margin-left:30px;_margin-left:8px;}
.sound_n{width:290px; margin-top:5px; _margin-top:6px;color:#515151; _width:290px; background:#EEEEEE;}
.sound_n ul{zoom:1; padding:7px;color:#666666;_margin-left:1px;}
.sound_n ul li{width:280px; height:29px; line-height:29px; padding-left:10px; background: url(../images/m_j.jpg) 0 no-repeat; font-size:12px; color:#666666;}
.sound_w a{ color:#fff;}
.sound_lctitle{width:202px; height:43px; background:url(../images/titbg3.jpg) no-repeat;}
/* css */
.slideGroup{width:1160px;  float:left; margin-top:2px;}
.slideGroup .parHd{height:40px; line-height:40px; background: url(../images/pro_list_bg.jpg) no-repeat; padding:0 20px; position:relative;   text-align:center;}
.slideGroup .parHd ul{float:left; position:absolute; left:300px; top:-1px; height:32px;}
.slideGroup .parHd ul li{float:left; padding:0 15px; cursor:pointer; width:175px; font-family:"微软雅黑"; font-size:16px; color:#CC0202;}
.slideGroup .parHd ul li.on{height:38px; border-bottom:2px solid #FB0200;}
.slideBox>a{background:url(../images/button.png) center center no-repeat; width:34px; height:54px;}
.slideGroup .slideBox{overflow:hidden; zoom:1; padding:10px 0 10px 20px; position:relative;}
.slideGroup .sPrev,.slideGroup .sNext{position:absolute; left:10px; top:70px; display:block; background-position: -0px -0px;}
.slideGroup .sNext{left:auto; right:0px; background-position:-40px -0px;}
.slideGroup .parBd ul{overflow:hidden; zoom:1;}
.slideGroup .parBd ul li{margin:0 10px;*margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;}
.slideGroup .parBd ul li .pic{ text-align:center;}
.slideGroup .parBd ul li .pic img{ width:153px; height:147px; display:block;  padding:2px; border:1px solid #ccc; }
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;}
.slideGroup .parBd ul li .title{line-height:24px;}

/*客服*/
#service{width:161px;height:290px;position:fixed;top:200px;right:0px; z-index:100;}
#service li{width:161px;height:60px;}
#service li img{float:right;}
#service li a{height:49px;float:right;display:block;min-width:47px;max-width:161px;}
#service li a .shows{display:block;}
#service li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#service li a.weixin_area .hides{display:none;position:absolute;right:143px;}
#service li a.weixin_area .weixin{display:none;position:absolute;right:0;top:48px}
#p2{width:112px;background-color:#A7D2A9;height:47px;margin-left:47px;border:1px solid #8BC48D;text-align:center;line-height:47px}
#p3{width:112px;background-color:#EC9890;height:47px;margin-left:47px;border:1px solid #E6776C;text-align:center;line-height:47px}
#p1{width:47px;height:49px;float:left}
a:hover{text-decoration: none}
.pi {background:url(../images/kefu.png) no-repeat; display:block; height:49px;}
.pic_7 {background-position:-0px -50px; width:161px;}
.pic_1 {background-position:-0px -0px; width:47px;}
.pic_2 {background-position:-47px -0px; width:47px;}
.pic_3 {background-position:-94px -0px; width:47px;}
.pic_4 {background-position:-141px -0px; width:47px;}
.pic_5 {background-position:-188px -0px; width:47px;}
.pic_6 {background-position:-235px -0px; width:47px;}

/*音乐控件*/
.play{height:20px;width:60px;background:url(../images/play.png)  no-repeat;background-position:0 0; float:right; margin-top:3px;}
.stop{height:20px;width:60px;background:url(../images/play.png)  no-repeat;background-position:0 -20px; float:right; margin-top:3px;}
.mp3 {float:right; margin-left:5px;}
.mp3 img{width:142px; height:19px;}
#music_b{margin-left:8px;  overflow:hidden;_margin-left:10px;}