﻿
@charset "utf-8";
/* 全局 */
* {
	transition: background-color ease .3s;
	-moz-transition: background-color ease .3s;
	-webkit-transition: background-color ease .3s;
	-o-transition: background-color ease .3s
}
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	background: url(../images/index_03.png);
}
/* Style Reset
*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
	margin: 0;
	padding: 0;
}
body, input, textarea {
	font-size: 14px;
	color: #666666;
	font-family:'微软雅黑';
}
img {
	border: none;
}
ul, ol, li, a {
	list-style: none;
	text-decoration: none;
}
input, select, textarea {
	outline: none;
	border: none;
	background: #FFF;
}
textarea {
	resize: none;
}
/*清浮动*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*公共部分*/
.fl {
	float: left;
} /*左浮动*/
.fr {
	float: right;
} /*右浮动*/
.c {
	clear: both;
} /*清浮动*/
.dn {
	display: none;
} /*不显示*/

/* ------------------------------------------index----------------------------------- */

input[placeholder], [placeholder], *[placeholder] {
 color:#a4a4a4 !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #a4a4a4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #a4a4a4;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #a4a4a4;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #a4a4a4;
}
/* 头部 */

/* 顶部样式 */
.h_top {
	width: 100%;
	height: 25px;
	background-color: #055934;
}
.h_top_c{
width: 1000px;
height: 25px;
line-height: 25px;
margin: 0 auto;
}
.h_top_c h3{
	display: block;
	width: 300px;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: url(../images/cha.png) no-repeat left center;
	float: left;
	text-align: right;
}
.h_top_c span{
	float: right;
}
.h_top_c span a{
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	margin-left: 10px;

}
.h_mid {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	
}
/* 顶部样式 end*/

/* logo search */
.h_mid_c {
	width: 1000px;
	height: 162px;
	margin:0 auto;
	position: relative;
	z-index: 99;
}
.logo {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.search {
	float: right;
	/* 	width: 294px; */
	margin-top: 7px;
	border-radius: 25px;
    margin-top: -45px;
}
.s_c {
	height: 37px;
	float: left;
	/* 	border:1px solid #220630; */
	position: relative;
	z-index: 10;
	background-color: #fff;
	
}
.search_text {
	width: 242px;
	height: 37px;
	line-height: 37px;
	background-color: transparent;
	text-indent: 15px;
	color: #707070;
	float: left;
}
.drop_down {
	float: left;
	width: 73px;
	height: 37px;
	line-height: 37px;
	color: #39114e;
	padding-left: 10px;
	background: url(../images/drop_down_icon_03.png) no-repeat 90% center;
	cursor: pointer;
}
.drop_down:hover {
	color: #763696;
}
.dd_list {
	width: 83px;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 9;
	background-color: #efe6f3;
}
.dd_list span {
	display: inline-block;
	width: 73px;
	padding-left: 10px;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 35px;
	color: #39114e;
	cursor: pointer;
}
.dd_list span:hover {
	color: #763696;
}
.current_dd_span {
	color: #fff!important;
	background-color: #220630;
}
.search_submit {
	width: 56px;
	height: 37px;
	float: left;
	cursor: pointer;
	background: #fff url(../images/0014050_12.png) no-repeat center;
	margin-left:2px;
}
.search_submit:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.h_mid_news {
	width: 100%;
	height: 52px;
	background: #1D208B;
}
.h_mid_news_c {
	width: 1000px;
	margin: 0 auto;
}

/* logo search end*/

/* 头部 end*/

/* 导航 */

	.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{width: 1000px; margin:10px auto;  line-height:34px;  position:relative; z-index:1;  }
		.nav a{ color:#fff;  background:#AFB0B1; }
		.nav .nLi{width: 138.5px; height: 30px;line-height: 30px; float:left;  position:relative; display:inline; margin-right: 2px; }
		.nav .nLi:last-child{margin-right: 0px;}
		.nav .nLi h3{ float:left; display: block;width: 100% }
		.nav .nLi h3 a{ display:block; width: 100%; font-size:14px; font-weight:bold;  text-align: center;}
		.nav .sub{ display:none; width:112px; left:0; top:30px;  position:absolute; background:#E6E6ED;  line-height:26px;}
		.nav .sub li{ zoom:1; }
		.nav .sub a{ display:block; text-align: center; }
		.nav .sub a:hover{ background:#ff9900; color:#fff;  }
		.nav .on h3 a{ background:#ff9900; color:#fff;   }

.zz_nav {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 8;
}
/* nav end*/

/* banner */
.banner {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}


.txtMarquee-left {
	width: 300px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: url(../images/0014050_09.png) no-repeat 0px center;
	padding-left: 95px;
	text-align: left;
}
.txtMarquee-left .bd{ padding:10px; }
		.txtMarquee-left .bd .tempWrap{ width:425px !important; }
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:24px; line-height:24px;  text-align:left; _display:inline; width:auto !important;  }
.txtMarquee-left .bd ul li a {
	width: 225px!important;
	color: #fff;
	font-size: 14px;
}
.about_text {
	width: 477px;
	height: 246px;
	margin-top: 12px;
	padding: 0 9px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
}
/* main */
.main_c {
	width: 100%;/* 	background-color: #efe6f3; */
}
.main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
/* common */
.common {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}
.common_title {
	position: relative;
	height: 45px;
	margin-bottom: 15px;
	border-bottom: 2px solid #d6bae4;
}
.common_title h2 {
	width: 100px;
	padding-left: 36px;
	padding-bottom: 6px;
	position: absolute;
	left: 0;
	top: 10px;
	border-bottom: 2px solid #8241a3;
	font-size: 22px;
	font-weight: normal;
	color: #632781;
	text-align: center;
}
.common_title a {
	display: inline-block;
	width: 70px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	top: 10px;
	right: 9px;
	text-align: center;
	color: #f1a4f0;
	background-color: #632781;
}
.common_title a:hover {
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.jishu_c_t{
	width: 780px;
	float: left;
}
.jishu_c_t img{
	width: 780px;
	height: 360px;
}
.jishu_c_t .bd ul{
width: 735px;
color: #fff;
height: 140px;
line-height: 23px;
text-indent: 2rem;
 margin-top: -160px;
padding: 0 20px;
background-color: rgba(0, 0,0,0.5);
    position: absolute;
}
.jishu_c_t .bd ul h3{
	font-size: 14px;
}
.jishu_t li{
	float: left;
	margin-left: 15px;
}
.jishu_t li a{
	display: block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	border:  2px solid #1D208B;
	color: #1D208B;
	font-weight: bold;
	letter-spacing: 4px;
}
.jishu_t li a:hover{
	color: #fff;
	background: #1D208B;
}
/* 22222222222 */
.c_title_c {
	width: 1000px;
	margin: 0 auto;
}


/* common */
.jishu_t{
	display: block;
	height: 37px;
}
.more{
	display: block;
	width: 90px;
	height: 30px;
	font-size: 14px;
	font-family: '微软雅黑';
	line-height: 30px;
	text-align: center;
	border: 1px solid #1D208B;
	color: #1D208B;
	margin-top: 10px;
}
.big_pic {
	width: 323px;
	height: 309px;
	border: 2px solid #c4a7d2;
	overflow: hidden;
}
.big_pic img {
	width: 323px;
	height: 309px;
}
/* ------------------------------------------index end----------------------------------- */

/* ------------------------------------------subpage------------------------------------- */

/* 公共 */

.content_com_title {
	position: relative;
	margin-bottom: 15px;

}
/* 左侧 */
.sp_left {
	width: 765px;
	margin-top: 13px;
	margin-left: 10px;
	float: left;
}
.sp_left h3{
	font-size: 24px;
	font-weight: bold;
}
.sp_left span{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.sp_left ul li{
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
.sp_left ul li img{

	
}
/* left_nav */
.sub_nav_list {
	overflow: hidden;
}
.sub_nav_list ul li {
	width: 195px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 9px;
	overflow: hidden;
}
.sub_nav_list ul li a {
	display: block;
	height: 33px;
	padding-left: 40px;
	border-radius: 20px;
	border: 1px solid #7e5195;
}
.sub_nav_list ul li a:hover {
	background-color: #cd9ae6;
	border: 1px solid #cd9ae6;
}
.current_snl a {
	color: #d6bae4!important;
	border: 1px solid #632781!important;
	background-color: #632781!important;
}
/* left_nav */

/* 左侧联系我们 */
.sub_content_list {
	padding-top: 50px;
	padding-bottom: 15px;
	line-height: 27px;
}

/* 左侧联系我们 end*/
/* 左侧  end*/

/* 右侧内容 */
.sp_content {
	width: 758px;
}
.content {
	min-height: 580px;
	padding: 15px 0 0 10px;
 _height:expression(this.scrollHeight < 672 ? "672px" : "auto");
}
#tip b {
	color: #333e8d;
}
/* ------------------------------------------subpage end------------------------------------- */


.select {
	float: left;
	width: 100px;
	height: 37px;
	line-height: 37px;
	border: 0;/* background:url(../images/select.jpg) right center no-repeat #000; */
}
select {
	font-family: "微软雅黑";
}
.select select {
	width: 96%;
	padding: 0 3%;
	cursor: pointer;
	background-color: transparent;
	overflow: hidden;
	color: #a4a4a4;
	border-right: 1px solid #b7bfe8;
	border-left: 1px solid #b7bfe8;
	font-size: 14px;
}
.pro_cc {
	background: url(../images/index_8.png) no-repeat center;
	margin-top: 17px;
	height: 455px;
}
.pro_cc_c {
	width: 1000px;
	margin: 0 auto;
	padding-top: 1px;
}
.picScroll-left {
	width: 1000px;
	position: relative;
	margin-top: 20px;
}
.picScroll-left .hd {
	width: 100%;
	overflow: hidden;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	text-align: center;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 27px;
	height: 50px;
	float: left;
	cursor: pointer;
	background: url(../images/0014042_03.png) no-repeat left center;
	border-radius: 4px;/* 	margin:0 10px; */
}
.picScroll-left .hd .next {
	background-position: right center;
	float: right;
}
/* .picScroll-left .hd a:hover{background-color: #ea7724} */

.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icocircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.picScroll-left .bd {
	width: 915px;
	margin: 0 auto;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 9px;
	float: left;
	_display: inline;
	border: 1px solid #10a710;
	background-color: #10a710;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.picScroll-left .bd ul li .pic img {
	width: 208px;
	height: 158px;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.picScroll-left .bd ul li .title {
	width: 100%;
	height: 32px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 29px;
	line-height: 29px;
	background: url(../images/pro_l_bg_11.png);
	color: #fff;
	text-align: center;
}
.picScroll-left .bd ul li .pic img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.picScroll-left .bd ul li .title a {
	color: #fff;
	display: block;
	line-height: 32px;
}
/* .about_us_aa{
	height: 371px;
} */
.about_us_aa_cc {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 16px;
	background: url(../images/common_bg_07.jpg) no-repeat center bottom;
}
.au_logo {
	text-align: center;
	margin-top: 40px;
}
.au_logo img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.au_logo img:hover {
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.au_c {
	width: 720px;
	text-align: center;
	color: #fff;
	margin-top: 25px;
	margin-left: 140px;
	overflow: hidden;
	line-height: 28px;
}
.more_btn {
	display: inline-block;
	width: 120px;
	height: 32px;
	background-color: #fff;
	color: #23201d;
	border-radius: 15px;
	text-align: center;
	line-height: 32px;
	margin-top: 25px;
	-webkit-box-shadow: 0 3px 3px #23201d;
	box-shadow: 0 3px 3px #23201d;
}
.more_btn:hover {
	color: #fff;
	background-color: #ea7724;
}

.case_title_index  {
width: 100%;
}
.case_title_index ul li {
	float: left;
	width: 360px;
	margin-left: 5px;
}
.case_title_index ul li a {
display: block;
text-align: center;
margin-top: 10px;
}
.case_title_index ul li h3{
	font-size: 24px;

}
.case_title_index ul li span{
	display: block;
	font-size: 14px;
}
.bg_pic {
	margin-right: 4px;
	margin-left: 10px;
}
.right_pic {
	margin-right: 10px;
}
.news_index{
	width: 100%;
}
.news_index_new {
	margin-top: 30px;
	background-color: #f2f2f2;
}
.news_index_cc {
	width: 1000px;
	margin: 20px auto;

}

.news_index_cc .hd {
	width: 225px;
	height: 615px;
	float: left;
	background: url(../images/index_01.png) no-repeat;
}

.news_index_cc .bd {
    width: 755px;
    margin-left: 2px;
    float: left;
}
.c_title {
	width: 100%;
	height: 90px;
	border-bottom: 4px solid #333;
	background: #989898;
}
.c_title h2 {
	font-size: 20px;
	padding-left: 20px;
	padding-top: 15px;
	color: #fff;
	 background: #858585;
	 height: 70px;

}
.c_title span {
	display:block;
	font-size: 15px;
	color: #fff;
	font-family: "Arial";
	padding-left: 3px;
	margin-top: 5px;
	font-weight: normal;

}
.news_index_cc .lh {
   background: url(../images/index_02.png) no-repeat;
   background-size: 755px;
   padding: 10px;

}
.news_index_cc .lh p{
	color: #fff;
	font-size: 14px;
text-indent: 2rem;
line-height: 22px;
}
.footer_bt_n{
	width: 1000px;
	border-top: 2px solid #000; 
	margin: 0 auto;

}
.footer_bt_n p{
	text-align: center;
	color: #000;
}
.footer_bt_n span{
	display: block;
	text-align: center;
}
.footer_bt_n span a{
	color: #666;
}
.news_index_cc_new {
	background: none;
	padding-bottom: 25px;
}
.cc_common_title {
	position: relative;
}
.cc_common_title h2 {
	color: #636363;
	font-size: 24px;
}
.cc_common_title span {
	display: inline-block;
	color: #10a710;
	font-size: 28px;
	font-family: "Impact";
}
.cc_common_title a {
	position: absolute;
	right: 0;
	bottom: 7px;
	display: inline-block;
	background-color: #23201d;
	color: #fff;
	padding: 2px 5px;
}

.nic_t {
	margin-top: 12px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #8b8b8b;
	margin-left: 3px;
}
.right_c {
	width: 346px;
	margin-left: 13px;
	text-align: justify;
}
.right_c h2 {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #f70000;
	font-weight: normal;
}
.right_c h2:hover {
	text-decoration: underline;
}
.right_c span {
	display: inline-block;
	height: 66px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 2px;
	color: #797979;
}
.left_pic img {
	width: 128px;
	height: 94px;
	display: block;
}
.news_all {
	width: 300px;
	margin-left: 10px;
	float: left;
}
.news_all_t dl{
	height: 28px;
	line-height: 23px;
	margin-top: 20px;
	background: url(../images/home_15.png) no-repeat 0 0;
}

.news_all_t dt {
	overflow: hidden;
	background: url(../images/home_15.png) no-repeat 0 -30px;
	border-bottom:1px dashed #ccc; 
	padding-bottom: 20px;
}
.news_all_t dt:nth-child(6){
	border: none;
}
.news_all_t dl a{
	color: #1D208B;
    padding-left: 35px;
    display: block;
}
.news_all_t dt a{
	color: #4c4c4c;
    padding: 0 35px;
    display: block;
    line-height:20px;
}
.news_all ul li a:hover {
	color: #e70000;
}
.news_all ul li span {
	color: #848484;
	float: right;
}
.r_news_content {
	width: 750px;
	float: left;
	margin-right: 20px;
}
.r_news_content_new {
	width: 395px!important;
	margin-top: 35px;
	padding-left: 53px;
	overflow: hidden;
	border-left: 1px solid #ccc;
}
.big_news ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	
}
.big_news ul li a{
	display: block;
	width: 305px;
	background: url(../images/index_x.png) no-repeat 0px;
	color: #3a3b3b;
	text-align: right;
	 float: left;
}
.big_news ul li a:hover{
	color: #055934;
}
.bn_date {
	float: right;
}
.contact_bottom {
	text-align: right;
}
.contact_bottom h2 {
	font-size: 30px;
	color: #636363;
}
.contact_bottom span {
	display: block;
	font-size: 36px;
	color: #10a710;
	font-family: "Impact";
}
.contact_map {
	margin-top: 20px;
}
.contact_content {
	width: 232px;
	border: 1px solid #ccc;
	margin-top: 15px;
}
.contact_content div {
	font-size: 16px;
	color: #000;
	font-family: '微软雅黑';
	
}
.contact_content h3{
	color: #1d208b;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.contact_content img{
	padding: 5px;
}
.contact_content div span {
	display: block;
	width: 167px;
	vertical-align: top;
	color: #000;
	float: right;
}
.contact_pic img {
	width: 157px;
	height: 116px;
	border: 1px solid #10a710;
}

.news_all_new ul li {
	height: 27px;
	line-height: 27px;
}
.news_all_new ul li a {
	width: 100%;
}
.c_title_new {
	margin: 0;
	border-bottom: 0;
	padding-top: 0;
}
.c_title_new h2 {
	width: auto!important;
	height: 97px;
	line-height: 97px;
	font-size: 24px;
	color: #fff;
	background:#1D208B;
	text-align: center;
}
.contact_content_new {
	height: auto!important;
	margin-top: 5px;
}
.jishu_c {
	width: 1000px;
	margin: auto;
	margin-top: 22px;
}
/* banner */
.atm_banner {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index: 0
}
.atm_banner img {
	display: block;
	margin: 0 auto;
}
.atm_banner_box {
	position: absolute;
	top: 0;
	left: 50%;
}
.atm_btns {
	width: 1002px;
	position: absolute;
	height: 81px;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -501px;
}
.atm_btns .atm_prev, .atm_btns .atm_next {
	width: 100px;
	height: 100px;/* float:left; */
	font: 700 56px/70px "simsun";
	color: #fff;
	text-align: center;
	position: absolute;
	left: -10%;
	top: 0;
	background: url(../images/qqwwqq_03.png) no-repeat left center;
}
.atm_btns .atm_next {
	float: right;
	background-position: right center;
	position: absolute;
	left: 100%;
	top: 0;
}
/*==========分页样式===========*/
.paging {
	width: 100%;
	height: 24px;
	text-align: center;
	padding: 15px 0;
	float: right
}
.paging li{
	font: 12px/24px "microsoft yahei";
	color: #333;
	text-decoration: none;
	padding: 0 8px;
	border: solid 1px #ddd;
	display: inline-block;
	white-space: nowrap;
	margin: 0 3px;
}
.paging a {
	color: #000;
}

.paging .thisclass{
	background: #333;
	color: #fff;
}
.paging span {
	background: #ccc;
	color: #fff;
}

/* 评论 */
.c-proBox h3 {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	background: #333e8d;
	color: #ffffff;
	padding: 5px 10px;
	margin: 10px 0;
}
.c-comment li {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height: normal;
	margin-bottom: 10px;
	padding: 0 15px;
	border: 1px solid #eeeeee;
	background: #ffffff;
}
.c-comment li p {
	padding: 15px 0;
	border-top: 1px dashed #eeeeee;
}
.c-comment li p span {
	float: right;
}
.c-comment li p.on {
	border-top: 0;
}
.c-comment li p.admin {
	color: #333e8d;
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #333e8d;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #e73455;
}
/* 留言 */
.c-book ul li {
	position: relative;
	margin-top: 10px;
}
.c-book ul li em {
	float: left;
	text-align: right;
	margin-right: 10px;
	padding-top: 7px;
	width: 150px;
	font-style: normal;
}
.c-book ul li textarea, .c-book ul li input, .c-book ul li select {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 12px;
	border: 1px solid #eeeeee;
	font-family: 'Microsoft Yahei';
}
.c-book ul li textarea:hover, .c-book ul li input:hover, .c-book ul li select:hover, .c-book ul li textarea:focus, .c-book ul li input:focus, .c-book ul li select:focus {
	border-color: #333e8d;
}
.c-book ul li textarea {
	width: 450px;
	height: 150px;
	overflow-y: hidden;
}
.c-book ul li img {
	position: absolute;
	cursor: pointer;
	top: 10px;
	margin-left: 5px;
}
.c-book ul li.bnt {
	margin-left: 150px;
}
.c-book ul li.bnt input {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
	width: 120px;
	margin-left: 10px;
	border-color: #333e8d;
	background: #333e8d;
	color: #ffffff;
}
.c-book ul li.bnt input:hover {
	border-color: #e73455;
	background: #e73455;
}
.c-cb, .c-cbli li {
	zoom: 1;
}
/* product view 产品内页 */
.view_imgs {
	width: 555px;
	height: 500px;
	margin: 20px auto;
	position: relative;
	background: #f7f7f7;
}
.view_imgs .btn {
	position: absolute;
	width: 15px;
	height: 70px;
	top: 422px;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}
.view_imgs .prev {
	left: 0;
	background: url(../images/view_left.png) no-repeat center center #bfbebe;
}
.view_imgs #prev, .view_imgs #prev #next {
	width: 15px;
	height: 70px;
	margin-left: 0;
}
.view_imgs #prevTop, .view_imgs #nextTop {
	display: none
}
.view_imgs .next {
	right: 0;
	background: url(../images/view_right.png) no-repeat center center #bfbebe;
}
.view_imgs li {
	float: left;
}
.view_imgs .prev:hover, .view_imgs .next:hover {
	background-color: #830808;
}
.view_imgs .cf li {
	position: relative;
	color: #fff;
}
.view_imgs .cf a {
	display: block;
	width: 555px;
	height: 416px;
	position: absolute;
	color: #fff;
}
.view_imgs .picBox {
	height: 416px;
	position: relative;
	overflow: hidden;
}
.view_imgs .picBox ul {
	height: 416px;
	position: absolute;
}
.view_imgs .picBox li {
	width: 555px;
	height: 374px;
}
.view_imgs .listBox {
	width: 511px;
	height: 71px;
	margin: 0 auto;
	position: relative;
	padding: 6px 0 10px;
	overflow: hidden;
}
.view_imgs .listBox ul {
	height: 71px;
	position: absolute;
}
.view_imgs .listBox li {
	width: 104px;
	height: 71px;
	cursor: pointer;
	position: relative;
}
.view_imgs .listBox li a {
	display: block;
	width: 95px;
	height: 71px;
}
.view_imgs .listBox li img {
	width: 95px;
	height: 71px;
}
.view_imgs .listBox .on img {
	width: 89px;
	height: 65px;
	border: 3px solid #830808;
}
.view_imgs .picBox li img {
	max-width: 100%;
}
.ol_width {
	width: 580px;
}
/* 本例子css */
.sideMenu h3{ height:50px;font-size: 26px; padding-left:10px; background:#d6d6d6; cursor:pointer; color: #000;margin-bottom: 15px;padding: 5px;}
.sideMenu h3 span{font-size:12px; display: block; color: #1d1f1e;}
.sideMenu ul{ padding:8px 25px; color:#999; display:none; /* 默认都隐藏 */ }
fieldset{border:1px #cccccc solid;padding:10px;margin-bottom:10px;display:block; font-family:Verdana, Arial, Helvetica, sans-serif;line-height:28px; text-align:left; background:#ffffff;}
fieldset dl dt { line-height:28px;font-weight:bold; display:inline;}
fieldset dl dd { line-height:28px; display:inline;}
.cOrange21 {color:#ce0400; }
.f121 {font-size:12px; font-weight:normal;}
textarea { font-size:12px;#cccccc; line-height:24px; font-family:Verdana, Arial, Helvetica, sans-serif; background:#efefef; border:1px #666 solid;}