@charset "utf-8";

/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dd,
dt,
input,
em,
strong {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft Yahei';
}

a {
	text-decoration: none;
}


img {
	border: none;
	vertical-align: top;
}

ul li {
	list-style: none;
}

.mbox {
	width: 1200px;
	margin: auto;
}

.clear {
	clear: both;
}

.blank10 {
	height: 10px;
	margin: auto;
}

.blank20 {
	height: 20px;
	margin: auto;
}

.blank16 {
	height: 16px;
	margin: auto;
}

.blank30 {
	height: 30px;
	margin: auto;
}
.blank50{
	height: 50px;
	margin: auto;
}


/*header_top*/

.header_top {
	width: 1200px;
	height:30px;
	margin: auto;
	border-bottom:1px solid #eaeaea;
}

.h_left {
	float: left;
	line-height: 30px;
	font-size: 9px;
	font-family: "微软雅黑";
	color: #666666;
}

.h_right {
	float: right;
	font-size: 9px;
	font-family: "微软雅黑";
	line-height: 30px;
	color: #666666;
}

.h_right p {
	float: left;
	width: 188px;
}

.h_right ul {
	float: right;
}

.h_right ul li {
	float: left;
	width: 119px;
	height: 30px;
	border-left: 1px solid #e5e5e5;
	text-align: center;
	color: #666666;
}


/*header*/

.header {
	background: #fff;
	height: 204px;
	border-bottom: 3px solid #dc0827;
}

.header_img {
	margin: auto;
	text-align: center;
}

.header_search {
	margin: auto;
	text-align: center;
	font-size: 12px;
	line-height: 45px;
	position: relative;
}

.header_search .search_text {
	width: 387px;
	height: 45px;
	border: 0;
	border-radius: 30px;
	color: #999999;
	box-shadow: 1px 2px 3px #d8d6d7 inset;
	text-indent: 3em;
	font-size:10px;
}

.header_search .search {
	position: absolute;
	left: 35%;
	top: 15px;
	width: 16px;
	height: 16px;
	background: url(../images/fangda.png) no-repeat;
	border: 0;
}

.header_nav {
	padding-top: 13px;
	position: relative;
	width:85%;
	margin: 0 auto;
	
}

.header_nav .fenlei {
	width: 202px;
	float: left;
	height: 48px;
	background: url(../images/fenlei_bg.jpg) no-repeat;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	line-height: 48px;
}

.header_nav  .xiala{
	position: absolute;
	top:61px;
	z-index: 10;
	border-top: 1px solid #e0e0e0;
	color: #666666;
	line-height: 47px;
	width: 202px;
    text-align: center;
    left: 0;
    background: #e0e0e0;
    display: none;
}
.header_nav .xiala .chanpin{
	color: #666666;
}
.header_nav .xiala .chanpin:hover{
	background: #fff;
	color: #333;
}
.header_nav .fenlei img {
	margin-top: 15px;
	margin-left: 5px;
}

.header_nav ul {
	/* float: left; */
	width: 100%;
	margin: 0px auto;
}

.header_nav ul li {
	height: 47px;
	border-top: 1px solid #e0e0e0;
	float: left;
	color: #666666;
	line-height: 47px;
	padding: 0 45px;
	position: relative;
}

.header_nav ul li:hover {
	background: #fff;
	color: #e10e0e;
}

.header_nav .selected {
	background: #fff;
	color: #e10e0e;
}
.header_nav ul li .erji{
	position: absolute;
	top:47px;
	z-index: 1000000;
	border-top: 1px solid #e0e0e0;
	color: #666666;
	line-height: 47px;
	width: 166px;
    text-align: center;
    left: 0;
    background: #e0e0e0;
    display: none;
}
.header_nav ul li:hover .erji{
	display: block;
}
.header_nav a:hover{
	color: #e10e0e;
}
.header_nav a{
	color: #000;
	font-size:18px;
	font-weight: 500;
}
.header_nav .erjiname{ font-size:14px;}
.header_nav ul li .erji div:hover{
	background: #fff;
}

/*banner*/

.slideBox {
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 22px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	border-radius: 10px;
	float: left;
	margin-right: 15px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}
.index_dabiao {font-size: 36px; color: #fff;}
.slideBox .nextStop {
	display: none;
}


/*in_pro*/

.in_pro {
	width: 100%;
	margin: auto;
	height: 1700Fpx;
	background: #2f2f2f;
}


/*index_slogan*/

/*.index_slogan {*/
/*	text-align: center;*/
/*}*/

.index_slogan_shang {
	text-align: center;
	padding-top: 36px;
}

.index_slogan_title {
	text-align: center;
	font-size: 30px;
	margin: 15px auto;
	color:#fff;
}

.index_slogan_title span {
	color: #fff;
}

.index_slogan_lititle {
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #fff;
}

.index_slogan_lititle img:nth-child(1) {
	margin-top: 12px;
	margin-right: 12px;
}

.index_slogan_lititle img:nth-child(2) {
	margin-top: 12px;
	margin-left: 7px;
}

.index_slogan_entitle {
	text-align: center;
	margin: 22px auto;
	font-size: 7.5px;
	position: relative;
	color: #999999;
}

.index_slogan_entitle .more {
	position: absolute;
	right: 0;
	top: 0;
	color: #999999;
	font-size: 14px;
}


/*index_pro*/

.index_pro {
	position: relative;
}

.tab {
	margin: 0 auto 50px;
	height: 730px;
	overflow: hidden;
}

.tab-hd {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.tab-hd li {
	width: 329px;
	height: 120px;
	cursor: pointer;
	background: url(../images/line1.jpg) no-repeat bottom left;
}

.tab-bd {
	float: right;
	width: 72%;

}

.tab-bd li {
	display: none;
	height: 732px;
	font-size: 24px;
}

.tab-bd li.thisclass {
	display: list-item;
}

.xx_pro1 {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.xx_num {
	float: left;
	font-size: 40px;
	color: #fff;
	margin-top: 43px;
}

.xx_title {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin-top: 25px;
}

.xx_more {
	font-size: 14px;
	color: #fff;
}

.tab-hd li:hover .xx_num {
	color: #d9333d;
}

.tab-hd li:hover .xx_title {
	color: #d9333d;
}

.tab-hd .active .xx_num {
	color: #d9333d;
}

.tab-hd .active .xx_pro1 .xx_title {
	color: #d9333d;
}

.bd_pro1 {
	float: left;
	width: 66%;
	height: 347px;
	box-shadow: 1px 1px 7px #666666;
	position: relative;
	background: #fff;
}

.bd_pro2 {
	width: 32%;
	height: 169px;
	float: right;
	box-shadow: 1px 1px 7px #666666;
	position: relative;
	background: #fff;
}

.bd_pro3 {
	width: 32%;
	height: 169px;
	float: right;
	margin-top: 7px;
	box-shadow: 1px 1px 7px #666666;
	position: relative;
	background: #fff;
}

.bd_pro4 {
	width: 32%;
	height: 169px;
	box-shadow: 1px 1px 7px #666666;
	position: relative;
	background: #fff;
	float: left;
	margin-right: 2%;
}

.bd_pro5 {
	width: 32%;
	height: 169px;
	box-shadow: 1px 1px 7px #666666;
	position: relative;
	background: #fff;
	float: left;
	margin-right: 2%;
}

.bd_pro6 {
	float: left;
	width: 32%;
	height: 169px;
	box-shadow: 1px 1px 7px #666666;
	position: relative;
	background: #fff;

}

.bd_pro7 {
	width: 32%;
	height: 169px;
	box-shadow: 1px 1px 7px #666666;
	position: relative;
	background: #fff;
	float: left;
	margin-right: 2%;
	margin-top: 20px;

}

.bd_pro8 {
	width: 32%;
	height: 169px;
	margin-top: 20px;
	box-shadow: 1px 1px 7px #666666;
	position: relative;
	background: #fff;
	float: left;
	margin-right: 2%;

}

.bd_pro9 {
	margin-top: 20px;
	float: left;
	width: 32%;
	height: 169px;
	box-shadow: 1px 1px 7px #666666;
	position: relative;
	background: #fff;
}
.bd_prol {
	float: left;
}

.bd_probtm {
	margin-top: 20px;
}

.tab-bd .bd_pro1:hover .mask {
	display: block;
}

.tab-bd .bd_pro2:hover .mask {
	display: block;
}

.tab-bd .bd_pro3:hover .mask {
	display: block;
}

.tab-bd .bd_pro4:hover .mask {
	display: block;
}

.tab-bd .bd_pro5:hover .mask {
	display: block;
}

.tab-bd .bd_pro6:hover .mask {
	display: block;
}

.tab-bd .bd_pro7:hover .mask {
	display: block;
}

.tab-bd .bd_pro8:hover .mask {
	display: block;
}

.tab-bd .bd_pro9:hover .mask {
	display: block;
}
.tab-bd .bd_pro1 .mask {
	width: 226px;
	height: 324px;
	position: absolute;
	right: 13px;
	top: 9px;
	background: rgba(187, 64, 72, 0.8);
	border-radius: 10px;
	color: #fff;
	display: none;
}

.tab-bd .bd_pro2 .mask {
	width: 250px;
	height: 150px;
	position: absolute;
	right: 13px;
	top: 9px;
	background: rgba(187, 64, 72, 0.8);
	border-radius: 10px;
	color: #fff;
	display: none;
}

.tab-bd .bd_pro3 .mask {
	width: 250px;
	height: 150px;
	position: absolute;
	right: 13px;
	top: 9px;
	background: rgba(187, 64, 72, 0.8);
	border-radius: 10px;
	color: #fff;
	display: none;
}

.tab-bd .bd_pro4 .mask {
	width: 250px;
	height: 150px;
	position: absolute;
	right: 13px;
	top: 9px;
	background: rgba(187, 64, 72, 0.8);
	border-radius: 10px;
	color: #fff;
	display: none;
}

.tab-bd .bd_pro5 .mask {
	width: 250px;
	height: 150px;
	position: absolute;
	right: 13px;
	top: 9px;
	background: rgba(187, 64, 72, 0.8);
	border-radius: 10px;
	color: #fff;
	display: none;
}

.tab-bd .bd_pro6 .mask {
	width: 250px;
	height: 150px;
	position: absolute;
	right: 13px;
	top: 9px;
	background: rgba(187, 64, 72, 0.8);
	border-radius: 10px;
	color: #fff;
	display: none;
}

.tab-bd .bd_pro7 .mask {
	width: 250px;
	height: 150px;
	position: absolute;
	right: 13px;
	top: 9px;
	background: rgba(187, 64, 72, 0.8);
	border-radius: 10px;
	color: #fff;
	display: none;
}

.tab-bd .bd_pro8 .mask {
	width: 250px;
	height: 150px;
	position: absolute;
	right: 13px;
	top: 9px;
	background: rgba(187, 64, 72, 0.8);
	border-radius: 10px;
	color: #fff;
	display: none;
}

.tab-bd .bd_pro9 .mask {
	width: 250px;
	height: 150px;
	position: absolute;
	right: 13px;
	top: 9px;
	background: rgba(187, 64, 72, 0.8);
	border-radius: 10px;
	color: #fff;
	display: none;
}

.bd_pro1 .mask .bd_pro_tit {
	width: 196px;
	font-size: 14px;
	margin: 15px auto;
	margin-top: 50px;
}

.bd_pro_tit {
	width: 196px;
	font-size: 14px;
	margin: 15px auto;
}

.bd_pro1 .mask .line {
	width: 36px;
	height: 2px;
	background: #fff;
	margin-left: 16px;
}

.bd_pro2 .mask .line {
	width: 36px;
	height: 2px;
	background: #fff;
	margin-left: 27px;
}

.bd_pro3 .mask .line {
	width: 36px;
	height: 2px;
	background: #fff;
	margin-left: 27px;
}

.bd_pro4 .mask .line {
	width: 36px;
	height: 2px;
	background: #fff;
	margin-left: 27px;
}

.bd_pro5 .mask .line {
	width: 36px;
	height: 2px;
	background: #fff;
	margin-left: 27px;
}

.bd_pro6 .mask .line {
	width: 36px;
	height: 2px;
	background: #fff;
	margin-left: 16px;
}

.bd_pro2 .mask .bd_pro_con {
	width: 190px;
	height: 44px;
	overflow: hidden;
	margin-left: 27px;
	margin-top: 0;
	line-height: 23px;
}

.bd_pro2 .mask .bd_pro_btn {
	margin-left: 27px;
}

.bd_pro3 .mask .bd_pro_con {
	width: 190px;
	height: 44px;
	overflow: hidden;
	margin-left: 27px;
	margin-top: 0;
	line-height: 23px;
}

.bd_pro3 .mask .bd_pro_btn {
	margin-left: 27px;
}

.bd_pro4 .mask .bd_pro_con {
	width: 190px;
	height: 44px;
	overflow: hidden;
	margin-left: 27px;
	margin-top: 0;
	line-height: 23px;
}

.bd_pro4 .mask .bd_pro_btn {
	margin-left: 27px;
}

.bd_pro5 .mask .bd_pro_con {
	width: 190px;
	height: 44px;
	overflow: hidden;
	margin-left: 27px;
	margin-top: 0;
	line-height: 23px;
}

.bd_pro5 .mask .bd_pro_btn {
	margin-left: 27px;
}

.bd_pro_con {
	width: 196px;
	font-size: 12px;
	margin-left: 16px;
	line-height: 24px;
	margin-top: 20px;
}

.bd_pro_btn {
	width: 81px;
	height: 30px;
	background: #fff;
	border-radius: 5px;
	margin-top: 10px;
	margin-left: 16px;
	font-size: 12px;
	color: #b93e45;
	text-align: center;
	line-height: 30px;
}

.index_pro_abso {
	position: absolute;
	bottom: 0;
	width: 250px;
	height: 70px;
	color: #8d8d8d;
	font-size: 12px;
}

.index_pro_abso a {
	margin: auto 5px;
}

.index_pro_abso .share {
	line-height: 24px;
}

.pro_phone {
	margin-left: -18px;
}


/*index_koubei*/

.index_koubei {
	background: url(../images/index_koubei.jpg) no-repeat center;
	height: 1530px;
}

.index_koubei .index_jz {
	height: 960px;
	background: #fff;
	margin: auto;
}

.slideBox1 {
	overflow: hidden;
	position: relative;
	width: 1130px;
	padding: 37px 0;
	margin: auto;
}

.slideBox1 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox1 .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox1 .bd li .qian {
	width: 47px;
	height: 47px;
	border: 1px solid #b1aeaf;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/prev_hui.png) no-repeat center;
}

.slideBox1 .bd li .hou {
	width: 47px;
	height: 47px;
	border: 1px solid #b1aeaf;
	position: absolute;
	
	left: 57px;
	bottom: 0;
	background: url(../images/right_hui.png) no-repeat center;
}

.slideBox1 .bd li .qian:hover {
	border: 1px solid #d9333d;
	background: #d9333d url(../images/prev_white.png) no-repeat center;
}

.slideBox1 .bd li .hou:hover {
	background: #d9333d url(../images/right_white.png) no-repeat center;
	border: 1px solid #d9333d;
}

.slideBox1 .bd img {
	width: 390px;
	height: 295px;
	display: block;
	float: right;
	border: 1px #eeeeee solid;
}

.slideBox1 .red_line {
	width: 59px;
	border: 1px solid #d9333d;
	float: left;
	/* margin-left: 48px; */
	margin-top: 16px;
}

.index_jz_right {
	width: 680px;
	float: left;
}

.index_jz_right .title {
	font-size: 16px;
	line-height: 85px;
	color: #303030;
}

.index_jz_right .content {
	font-size: 18px;
	color: #6d6d6d;
	line-height: 40px;
	color: #fff;
}



/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox1 .prev,
.slideBox1 .next {
	position: absolute;
	display: block;
	filter: alpha(opacity=50);
}

.slideBox1 .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox1 .prev:hover,
.slideBox1 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox1 .prevStop {
	display: none;
}

.slideBox1 .nextStop {
	display: none;
}

.index_kehu {
	width: 1130px;
	height: 163px;
	margin: auto;
	border-top: 1px solid #e2dbdd;
}

.picMarquee-left {
	overflow: hidden;
	position: relative;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	width: 230px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	background: url(../images/shu.jpg) no-repeat right center;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 229px;
	height: 163px;
	display: block;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.index_koubei .relative{
	position: relative;
	height: 1530px;
}
.index_koubei .relative .zixun{
	position: absolute;
	bottom: 48px;
    left: 264px;
	width: 455px;
	height: 149px;
}
.index_koubei .relative .zixun p{
	font-size: 29px;
	color: #fff;
}
.index_koubei .relative .zixun .desc{
	font-size: 14px;
	line-height: 23px;
	margin-top: 10px;
}
.index_koubei .relative .zixun .zx_btn{
	width: 157px;
	height: 35px;
	background: #d9333d;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	margin-top: 10px;
}


.index_youshi .relative{
	position: relative;
}
.index_youshi{
	height: 970px;
	background: url(../images/youshi.jpg) no-repeat center;
}

.index_youshi1{
	position: absolute;
    top: 293px;
    left: 25px;
    width: 212px;
    height: 61px;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    text-align: right;
}
.index_youshi2{
	position: absolute;
    top: 729px;
    left: 35px;
    width: 230px;
    height: 61px;
    font-weight: 600;
    font-size: 19px;
}
.index_youshi3{
	position: absolute;
    top: 293px;
    right: 40px;
    width: 206px;
    height: 61px;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
}
.index_youshi4{
	position: absolute;
    top: 729px;
    right: 0;
    width: 218px;
    height: 61px;
    font-weight: 600;
    font-size: 19px;
}






/*index_achievement*/
.index_achievement{
	width: 100%;
	height: 908px;
	margin: auto;
	background: #ecf1f3;
}
.index_achievement .index_slogan_title{
	color: #000;
}
.index_achievement .index_slogan_lititle{
	color: #000;
}




.picFocus{ margin:0 auto;  position:relative;  overflow:hidden;  zoom:1;   }
		.picFocus .hd{ width:100%; padding-top:5px;  overflow:hidden; }
		.picFocus .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; }
		.picFocus .hd ul li{width:15%; height:163px;padding-top:5px; float:left;  text-align:center;margin:auto 10px; }
		.picFocus .hd ul li:nth-of-type(1){
			margin-left: 0;
		}
		.picFocus .hd ul li:nth-of-type(6){
			margin-right:0 ;
		}
		.picFocus .hd ul li img{width: 181px;height: 111px; border:5px solid #2f2f2f; cursor:pointer;   }
		.picFocus .hd ul li.on img{ border-color:#c8333c;  }
		.picFocus .bd li{ vertical-align:middle;position: relative;}
		.picFocus .bd img{ display:block;  }
.picFocus .hd .title{
	width: 186px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	color: #000;
}
.picFocus .bd ul li .absolute{
	position: absolute;
	width: 493px;
	height: 236px;
	top: 205px;
	/*right: 22px;*/
	right: 0px;
	background: rgba(0,0,0,0.7);
}
.picFocus .absolute .abso_center{
	width: 443px;
	margin: auto;
}
.picFocus .absolute .num{
	width: 44px;
	height: 77px;
	background: #c8333c;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 77px;
	font-weight: 600;
	margin-top: -14px;
	float: left;
}
.picFocus .absolute .con{
	float: left;
	width: 376px;
	margin-left: 14px;
}
.picFocus .absolute .con .title{
	font-size: 18px;
	color: #fff;
	margin: 10px auto;
}
.picFocus .absolute .con .description{
	color: #fff;
	font-size: 13px;
	line-height: 26px;
}
.picFocus .absolute .img{
	margin-top: 12px;
}
.picFocus .absolute .img img{
	float: left;
	margin: auto 4px;
}
.picFocus .absolute .img img:nth-child(1){
	margin-left: 0;
}
.picFocus .absolute .img img:nth-child(3){
	margin-right: 0;
}




/*index_shebei*/
.index_shebei{
	width: 100%;
	height: 833px;
	margin: auto;
	background: url(../images/index_shebei.jpg) no-repeat center;
}
.index_shebei .index_slogan_lititle{
	font-size: 18px;
	letter-spacing: 14px;
}
.index_sb_l{
	float: left;
	width:221px;
}
.index_sb_r{
	float: right;
}
.index_sb_chandi p:nth-child(1){
	font-size: 18px;
	font-weight: 600;
	padding-top: 52px;
}
.index_sb_chandi .en{
	font-weight: normal;
	font-size: 14px;
	line-height: 50px;
}
.index_sb_chandi{
	width: 221px;
	height: 228px;
	background: #d9333d;
	text-align: center;
	color: #fff;
}
.index_chandi_input{
	width: 100px;
	height: 33px;
	border: 1px solid #fff;
	border-radius: 20px;
	margin: auto;
	margin-top: 10px;
	line-height: 33px;
	color: #fff;
	font-size: 12px;
}
.index_sb_l .tab1 ul li{
	width: 221px;
	height: 123px;
	background: #fff;
	line-height: 123px;
	color: #333;
	border-top: 3px solid #f7fafb;
}
.index_sb_l .tab1 ul li:hover{
	color: #d9333d;
}
.index_sb_l .tab1 .tab-hd1 .active1{
	color: #d9333d;
}
.index_sb_l .tab1 .tab-hd1 img{
	float: left;
	margin-left: 35px;
	margin-right: 27px;
	margin-top: 49px;
}
.index_sb_r .tab-bd1 .thisclass1{
	display: list-item;
}
.index_sb .more{
	width: 221px;
	height: 56px;
	background: #d9333d;
	text-align: center;
	color: #fff;
	line-height: 56px;
	font-size: 14px;
}
.index_sb_r .tab-bd1 li{
	width: 955px;
	height: 538px;
	display: none;
}
.index_sb_r .tab-bd1 li:nth-of-type(1){
	display: block;
}
.index_sb_r .tab-bd1 .left{
	width: 475px;
	height: 538px;
	float: left;
	position: relative;
}
.index_sb_r .tab-bd1 .left ul li{
	width: auto;
	height: auto;
	display: block;
	background:#fff;
}
.index_sb_r .tab-bd1 .left ul li h5{
	line-height: 45px;
    font-size: 16px;
    margin-top: 35px;
    color: #999999;
	padding-left:20px;
}
.index_sb_r .tab-bd1 .left ul li p{
	font-size: 14px;
    line-height: 23px;
    color: #999999;
	padding-left:20px;
}
.index_sb_r .tab-bd1 .left ul li .more1{
	margin-top: 17px;
	color: #999999;
}
.index_sb_r .tab-bd1 .right{
	width: 473px;
	height: 538px;
	float: right;
}
.index_sb_r .tab-bd1 .left .left_jt{
	width: 40px;
	height: 40px;
	background:#1d1a21 url(../images/prev_white.png) no-repeat center;
	position: absolute;
	right: 41px;
	top: 388px ;
}
.index_sb_r .tab-bd1 .left .right_jt{
	width: 40px;
	height: 40px;
	background:#1d1a21 url(../images/right_white.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 388px ;
}
.index_sb_r .tab-bd1 .left .left_jt:hover{
	background:#d9333d url(../images/prev_white.png) no-repeat center;
}
.index_sb_r .tab-bd1 .left .right_jt:hover{
	background:#d9333d url(../images/right_white.png) no-repeat center;
}
.index_sb_r .tab-bd1 .right{
	
}
.index_sb_r .tab-bd1 .right .first_img{
	position: relative;
	background:#fff;
}
.index_sb_r .tab-bd1 .right .first_img .mask{
	width: 226px;
	height: 193px;
	position: absolute;
	right: 8px;
	top: 12px;
	background: #545454;
	border-radius: 8px;
	color: #fff;
}
.index_sb_r .tab-bd1 .right .second_img{
	float: left;
	position: relative;
	margin-top: 6px;
	background:#fff;
}
.index_sb_r .tab-bd1 .right  .three_img{
	margin-left: 5px;
	float: left;
	position: relative;
	margin-top: 6px;
	background:#fff;
}
.index_sb_r .tab-bd1 .right .bd_pro_tit{
	width: 196px;
	font-size: 14px;
	margin: 15px auto;
}
.index_sb_r .tab-bd1 .right .first_img .mask .line {
	width: 36px;
	height: 2px;
	background: #fff;
	margin-left: 16px;
	margin-bottom: 10px;
}
.index_sb_r .tab-bd1 .right .first_img .mask .bd_pro_con {
	width: 190px;
	overflow: hidden;
	margin-left: 16px;
	margin-top: 0;
	line-height: 23px;
}

.index_sb_r .tab-bd1 .right .first_img .mask .bd_pro_btn {
	margin-left: 16px;
}





/*index_shiming*/
.index_shiming{
	background: url(../images/index_shiming.jpg) no-repeat;
	height: 593px;
}
.index_shiming .sm_left{
	width: 600px;
	height: 432px;
	float: left;
	background: #d9333d;
	margin-top: 81px;
	color: #fff;
}
.index_shiming .sm_left p{
	margin-left: 48px;
	font-size: 14px;
}
.index_shiming .sm_left .p1{
	font-size: 50px;
	font-family: "新宋体";
	margin-top: 34px;
}
.index_shiming .sm_left .p2{
	font-size:26px;
	line-height: 55px;
}
.index_shiming .sm_left .p3{
	font-size: 18px;
	margin-bottom: 20px;
}
.index_shiming .sm_left .yes{
	margin-left: 48px;
	line-height: 36px;
	width: 507px;
}
.index_shiming .sm_left .yes img{
	float: left;
    margin-top: 10px;
}
.index_shiming .sm_left .yes p{
margin-left: 35px;
}
.index_shiming .sm_right{
	width: 587px;
	height: 357px;
	background: url(../images/sm_right.png) no-repeat center;
	float: left;
	margin-top: 119px;
	margin-left: -32px;
}
.index_shiming .sm_right img{
	margin-left: 46px;
	margin-top: 36px;
}
.index_shiming .sm_right .desc{
	margin-left: 46px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-top: 24px;
	width: 500px;
}
.index_shiming .sm_right .more{
	text-align: right;
    margin-right: 43px;
    margin-top: 8px;
    color: #fff;
    float: right;
}




/*index_news*/
.index_news{
	width: 100%;
	margin: auto;
	height: 570px;
	background: #ecf1f3;
}
.index_news .culture{
	float: left;
	width: 275px;
	height: 455px;
	margin-top: 59px;
}
.index_news .culture .catname{
	height: 35px;
	line-height: 35px;
	background: #2f2f2f;
	color: #fff;
	font-size: 14px;
	padding-left: 23px;
}
.index_news .culture .content{
	height: 240px;
	background: #fff;
}
.index_news .culture .content p{
	text-align: center;
	font-size: 14px;
	color: #d9333d;
	line-height: 30px;
	float: left;
	margin: 12px auto;
}
.index_news .culture .content img{
	float: left;
}
.index_news .culture .content .left1{
	margin-top: 19px;
    margin-left: 28px;
    margin-right: 6px;
}
.index_news .culture .content .right1{
    margin-top: 15px;
    margin-left: 5px;
}
.index_news .culture .content .description{
	margin: auto;
	width: 233px;
	text-align: left;
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	padding-top: 15px;
}
.index_news .culture .content .input{
	width: 98px;
	height: 32px;
	background: #d9333d;
	color: #fff;
	text-align: center;
	line-height: 32px;
	margin: auto;
	margin-top: 26px;
}
.index_news .dongtai{
	float: left;
	width: 436px;
	height: 454px;
	margin: auto 27px;
	margin-top: 59px;
}
.index_news .dongtai .catname{
	height: 35px;
	line-height: 35px;
	background: #2f2f2f;
	color: #fff;
	font-size: 14px;
	padding-left: 23px;
}
.index_news .dongtai .catname span{
	float: right;
    line-height: initial;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 3px;
    margin-top: 5px;
    margin-right: 9px;
    font-size: 12px;
    color: #fff;
}
.index_news .dongtai .content{
	height: 419px;
	background: #fff;
}
.slideBox3 {
	overflow: hidden;
	position: relative;
}

.slideBox3 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 39%;
	bottom: 0;
	z-index: 1;
}

.slideBox3 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox3 .hd ul li {
	border-radius: 10px;
	float: left;
	margin-right: 15px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background: #eeeeee;
	cursor: pointer;
}

.slideBox3 .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox3 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox3 .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox3 .bd li .li{
	width: 403px;
	border-bottom: 1px dashed #cdcdcd;
	margin: auto;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
.slideBox3 .bd li .li .li_left{
	float: left;
	font-size: 22px;
	color: #666666;
}
.slideBox3 .bd li .li .li_left img{
	margin-top: 5px;
	margin-left: 11px;
}
.slideBox3 .bd li .li .li_right{
	float: left;
	margin-left: 16px;
	line-height: 26px;
	color: #666666;
}
.slideBox3 .bd img {
	display: block;
}



.index_news .question{
	float: left;
	width: 435px;
	height: 454px;
	margin-top: 59px;
}

.index_news .question .catname{
	height: 35px;
	line-height: 35px;
	background: #2f2f2f;
	color: #fff;
	font-size: 14px;
	padding-left: 23px;
}
.index_news .question .catname span{
	float: right;
    line-height: initial;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 3px;
    margin-top: 5px;
    margin-right: 9px;
    font-size: 12px;
    color: #fff;
}
.index_news .question .content{
	height: 419px;
	background: #fff;
}
.index_news .question .content .qs_left{
	float: left;
}
.index_news .question .content ul li{
	margin: auto 20px;
	padding: 17px 0;
}
.index_news .question .content .qs_right{
	float: left;
    width: 220px;
    font-size: 12px;
    margin-left: 13px;
    line-height: 25px;
}
.index_news .question .content .qs_right p{
	font-size: 14px;
	color: #666666;
}




/*footer_nav*/
.footer_nav{
	width: 100%;
	margin: auto;
	height: 355px;
	background: #e5e5e5;
}
.fn_left{
	float: left;
	width: 184px;
	height: 269px;
	background: #fff;
	text-align: center;
}
.fn_left img{
	margin-top: 20px;
}
.fn_right{
	float: left;
}
.footer_nav .friend{
	height: 72px;
	border-bottom: 2px solid #dcdcdc;
}
.footer_nav .friend img{
	float: left;
}
.footer_nav .friend ul{
	float: left;
}
.footer_nav .friend ul li{
	float: left;
	height: 72px;
	line-height: 72px;
	text-align: center;
	margin: auto 28px;
	color: #8d8d8d;
}
.footer_nav .friend .rukou{
	width: 118px;
	height: 72px;
	background: #d9333d;
	color: #fff;
	font-size: 12px;
	line-height: 72px;
	text-align: center;
	float: left;
}
.footer_nav .fn_right .f_nav ul{
	float: left;
    margin: 25px 40px;
}
.footer_nav .fn_right .f_nav ul:nth-child(1){
	margin-left: 110px;
}
.footer_nav .fn_right .f_nav ul img{
	float: left;
}
.footer_nav .fn_right .f_nav ul p{
	font-size: 18px;
	font-weight: 600;
	float: left;
	margin-left: 10px;
}
.footer_nav .fn_right .f_nav ul li{
	background: url(../images/nav.jpg) no-repeat left center;
	padding-left: 10px;
	margin: 10px;
	color: #6f6f6f;
	font-size:14px;
}




/*footer*/
.footer{
	width: 100%;
	margin: auto;
	background:#2f2f2f;
	height: 266px;
	color: #a6a6a6;
}
.footer .mbox{
	position: relative;
}
.footer .title{
	font-size: 30px;
	font-family: "微软雅黑";
	text-align: center;
	color: #fff;
	padding: 22px 0;
	background: url(../images/twoline.png) no-repeat bottom center;
}
.footer .footer_logo{
	float: left;
	margin-top: 30px;
}
.footer .banquan{
	float: left;
	margin-top: 30px;
	margin-left: 35px;
	line-height: 30px;
}
.footer .banquan p{
	color: #bbbbbb;
}
.footer .zhichi{
	float: left;
	margin-top: 30px;
	margin-left: 150px;
	line-height: 30px;
}
.footer .baidu{
	position: absolute;
	bottom: 30px;
	right: 0;
}












/*list_picture页面*/
.banner_nei{
	width: 100%;
	margin: auto;
	height: 342px;
}
.list_all{
	
}
.list_left{
	float: left;
	width: 206px;
	margin-top: -67px;
}
.case_right{
	float: left;
	width: 990px;
	background: #fff;
	margin-top: -47px;
}
.case_catname{
	width: 206px;
	height: 92px;
	background: url(../images/case.png) no-repeat center;
	color: #fff;
	font-size: 20px;
}
.case_catname p:nth-child(1){
	margin-left: 26px;
    padding-top: 17px;
    font-size: 30px;
}
.case_catname p{
	margin-left: 26px;
}
.list_classify ul li .one{
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: url(../images/xia1.png) no-repeat 168px center;
	font-size: 16px;
	color: #666666;
}
.list_classify ul li .one:hover{
	color: #fff;
	background:#333333 url(../images/xia.png) no-repeat 168px center;
}
.list_classify{
	background: #f0f0f0;
}
.list_classify ul .sanji{
	display: none;
}
.list_classify ul .sanji p{
	text-align: center;
	line-height: 40px;
	color: #999999;
	font-size:14px;
}
.list_classify ul li.on{
	color: #fff;
	background:#333333 url(../images/xia.png) no-repeat 168px center;
}
.nei_contact{
	width: 206px;
	height: 109px;
	background: url(../images/nei_contact.jpg) no-repeat center;
}
.nei_contact p{
	font-size: 18px;
    font-weight: 600;
    padding-top: 76px;
    padding-left: 55px;
    color: #fff;
}
.case_right .case_list{
	width: 947px;
	margin: 29px;
}
.case_nav_left img{
	float: left;
}
.case_nav_left p{
	float: left;
	margin-left: 10px;
}
.case_nav_left{
	float: left;
}
.case_nav_right{
	float: right;
}

.case_nav_right a{
	color: #666;
	font-size:14px;
}
.case_nav{
	padding-bottom: 8px;
	border-bottom: 1px solid #e6e6e6;
}
.case_pic ul li{
	width: 297px;
	height: 251px;
	text-align: center;
	float: left;
    padding: 0px 10px;
    margin-top: 12px;
}
.case_pic ul li p{
	height: 36px;
	line-height: 36px;
	color: #000;
}
.case_pic{
	margin-left: 29px;
}
.v9_pages{
	text-align: center;
	line-height: 60px;
}
.v9_pages a{
	padding: 4px 8px;
	border: 1px solid #000;
	color: #333333;
}
.v9_pages span{
	padding: 4px 8px;
	border: 1px solid #000;
	background: #666;
	color: #fff;
	border: 1xp solid #666;
}
.related p{
	color: #db0020;
	padding: 10px 0;
	border-bottom:1px solid #db0020;
}
.related ul li{
	border: 1px solid #9f9f9f;
	float: left;
	margin: 30px 15px;
	margin-bottom: 50px;
}
.related ul li:nth-child(1){
	margin-left: 0;
}
.related ul li:nth-child(5){
	margin-right: 0;
}



/*list_pro页面*/
.pro_list{
	margin-left: 29px;
}
.pro_list ul li{
	height: 166px;
	margin: 24px auto;
}
.pro_list_left{
	float: left;
	border: 1px solid #cecece;
}
.pro_list_right{
	float: left;
	margin-left: 20px;
	width: 720px;
	color: #666666;
	line-height: 25px;
    font-size: 14px;
}
.pro_list_right p:nth-child(1){
	font-size: 18px;
	color: #333333;
}
.pro_list_right .input{
	width: 88px;
	color: #db0020;
	border-bottom: 1px solid #db0020;
	font-size: 15px;
	padding-left: 2px;
	margin-top: 11px;
}



/*list_about页面*/
.list_classify1 ul li{
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #666666;
}
.list_classify1 ul li:hover{
	color: #fff;
	background:#333333;
}
.list_classify1{
	background: #f0f0f0;
}
.list_classify1 ul li.on{
	color: #fff;
	background:#333333;
}
.case_right .about_content{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}


/*list_contact页面*/
.contact_content p{
	width: 430px;
    height: 47px;
    float: left;
    font-size: 14px;
    color: #999999;
}
.contact_content p img{
	margin-right: 10px;
}
.contact_content .lianxi{
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	/*height: 280px;*/
	height: auto;
	overflow: hidden;
}





/*list_news页面*/
.news_list{
	margin-left: 29px;
}
.news_list ul li{
	height: 166px;
	margin: 24px auto;
}
.news_list_left{
	float: left;
	border: 1px solid #cecece;
}
.news_list_right{
	float: left;
	margin-left: 20px;
	width: 720px;
	color: #666666;
	line-height: 25px;
    font-size: 14px;
}
.news_list_right p:nth-child(1){
	font-size: 18px;
	color: #333333;
	margin-top: 16px;
}
.news_list_right p{
	margin-top: 26px;
}
.news_list_right .input{
	width: 88px;
	color: #db0020;
	border-bottom: 1px solid #db0020;
	font-size: 15px;
	padding-left: 2px;
	margin-top: 11px;
}
.news_related p{
	color: #db0020;
	padding: 10px 0;
	border-bottom:1px solid #db0020;
}
.news_related ul li{
	margin: 30px 15px;
	color: #333333;
}
.news_related ul li .left{
	float: left;
}
.news_related ul li .right{
	float: right;
}




/*list_liuyan页面*/
.about_content .liuyan{
	margin: 30px;
	width: 650px;
}
.about_content .call{
	width: 70px;
	display: block;
    float: left;
    line-height: 37px;
}
.about_content .liuyan input{
	height: 37px;
	border: 1px solid #959595;
	width: 465px;
	margin-left: 20px;
}
.about_content .liuyan textarea{
	border: 1px solid #959595;
	width: 465px;
	height: 174px;
	margin-left: 20px;
}
.about_content .liuyan .input{
	margin: 30px auto;
}
.about_content .liuyan .btn{
	width: 79px;
	height: 32px;
	background: #da001c;
	border: 0;
	font-size: 14px;
	line-height: 32px;
	border-radius: 10px;
	color: #fff;
	margin-left: 230px;
}









/*show_picture页面*/
.show_mbox{
	width: 1200px;
	margin: auto;
	position: relative;
}
.show_banner{
	background: url(../images/show_banner.jpg) no-repeat center;
	width: 100%;
	margin: auto;
	height: 362px;
	overflow: hidden;
}
.zoom-section{
	width: 400px;
    margin-left: 415px;
    float: left;
	
}
.zoom-section * {
	cursor: url(http://www.braveboom.com/statics/images/fang.png), auto;
}
.show_title{
	position: absolute;
	top: 120px;
	color: #fff;
	font-size: 26px;
	width: 400px;
	overflow: hidden;
	text-align: center;
}
.page_shang{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	bottom: 10px;
	background: url(../images/prev_white.png) no-repeat center;
}
.page_xia{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 40px;
	bottom: 10px;
	background: url(../images/right_white.png) no-repeat center;
}
.show_content .xiangxi{
	background: url(../images/xiangqing.png) no-repeat center;
	height: 50px;
    font-size: 24px;
    line-height: 45px;
    color: #fff;
    margin: 44px auto;
	padding-bottom: 2%;
}

.xiangxi .p{ background: #da001c; width: 164px; height: 45px; padding-top: -5px;  display: block; margin-left: -1%; 
text-align: center;
}

.xq_left{
	width: 550px;
	float: left;
}
.xq_right{
	float: right;
	width: 561px;
}
.xq_right .yanshi{
	width: 40px;
	height: 106px;
	text-align: center;
	background: #da001c;
	color: #fff;
	float: left;
	margin-right: 14px;
}
.xq_right .yanshi p{
	width: 20px;
	margin: auto;
	margin-top: 10px;
}
.cs_left{
	width: 550px;
	float: left;
}
.cs_right{
	float: right;
	width: 561px; 
}
.cs_right ul li{
	width: 164px;
	float: left;
    margin: 13px 10px;
}
.cs_right ul li p{
	text-align: center;
	color: #333333;
}
#xg2{
	display: none;
}
#xg3{
	display: none;
}
.cs_right .huan{
	float: right;
	width: 100px;
}
.cs_right .huan img{
	padding-top: 4px;
	padding-right: 6px;
}

#slideBox2 a{
	color: #333333;
}






/*show页面*/
.show_neirong{
	margin-top: 30px;
}
.show_neirong .title{
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	height: 60px;
}
.show_neirong .laiyuan{
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.show_neirong .content{
	line-height: 30px;
	font-size: 16px;
	text-indent: 2em;
	
}
.show_neirong .content img{
	width:auto !important;max-width:100% !important;
	margin:0 auto;
	height:auto !important;
	display:block; margin:auto;
	
	}
.page_turn{
	margin: 30px auto;
}
.page_turn a{
	color: #333;
}
.xiazai{ width: 120px; height: 40px;  border-radius: 6px; background: #d9333d; margin-top: 30px; margin-left: 54px;}
.xiazai a{ text-align: center; line-height: 40px; display: block; color: #fff;}
.bd video{ float: right; margin-top: -30px;}
/*****内页产品轮播放大css****/

.fullSlide{width:100%;position:relative;height:400px;background:url(../images/show_banner.jpg) center no-repeat; clear:both;}
.fullSlide  h2{ display:block; width:40%; position:absolute; height:40px; line-height:40px;left:5%; top:40%; z-index:9; color:#FFF; font-size:22px; font-weight:normal }
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:400px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:400px;}
.fullSlide .hd{width:80%;position:absolute;z-index:1;bottom:20px;left:28px;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:12px;height:12px;margin:5px;overflow:hidden;background:#fff;filter:alpha(opacity=50);opacity:1;line-height:999px; border-radius:6px}
.fullSlide .hd ul .on{background:#ff0000;}
.fullSlide .qiehuan{ width:18.75%; position:absolute; left:5%; height:70px; bottom:10px; z-index:1; }
.fullSlide .qiehuan .nei{ width:100%; position:relative; width:100%; height:70px;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;bottom:10px;left:0;z-index:2;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:0;background-position:-6px -137px;}
.jqueryzoom { position: relative; padding: 0; border: solid 0px #eaeaea;/* width: 390px;*/ height:340px; overflow: hidden; display: inline-block; background:none; margin-top:48px ; margin-left: -48px;}
/*放大镜是基于图片大小自动生成的，每次都要把jqueryzoom中img的大小和jqueryzoom盒子大小设置为一样的，不然放大镜滑块有可能溢出*/
.jqueryzoom img { /*width:370px; */ height:370px;background:none }

.xuqiu{font-size: 18px;
    color: #6d6d6d;
    line-height: 40px;}
	


/*index_koubei*/
.slideBoxbv { width: 100%; background: #fff;}
.slideBox4 {
	overflow: hidden;
	position: relative;
	width: 1130px;
	padding: 37px 0;
	margin: auto;

}

.slideBox4 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	float: right;
	width: 64%;
	margin-top: 20px;
}

.slideBox4 .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox4 .bd li .qian {
	width: 47px;
	height: 47px;
	border: 1px solid #b1aeaf;
	position: absolute;
	right: 0;
	top: 246px;
	background: url(../images/right_hui.png) no-repeat center;
}

.slideBox4 .bd li .hou {
	width: 47px;
	height: 47px;
	border: 1px solid #b1aeaf;
	position: absolute;
	right: 57px;
	top: 246px;
	background: url(../images/prev_hui.png) no-repeat center;
}

.slideBox4 .bd li .qian:hover {
	border: 1px solid #d9333d;
	background: #d9333d url(../images/right_white.png) no-repeat center;
}

.slideBox4 .bd li .hou:hover {
	background: #d9333d url(../images/prev_white.png) no-repeat center;
	border: 1px solid #d9333d;
}

.slideBox4 video {
	width: 390px;
	height: 295px;
	display: block;
	float: left;
	border: 1px #eeeeee solid;
}

.slideBox4 .red_line {
	width: 59px;
	border: 1px solid #d9333d;
	float: left;
    margin-left: 58px; 
	margin-top: 16px;
}

.index_jz_rights {
	width: 680px;
	float: right;
}

.index_jz_rights .title {
	font-size: 16px;
	line-height: 85px;
	color: #303030;
}

.index_jz_rights .content {
	font-size: 18px;
	color: #6d6d6d;
	line-height: 40px;
	color: #fff;
}



/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox4 .prev,
.slideBox4 .next {
	position: absolute;
	display: block;
	filter: alpha(opacity=50);
}

.slideBox4 .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox4 .prev:hover,
.slideBox4 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox4 .prevStop {
	display: none;
}

.slideBox4 .nextStop {
	display: none;
}
.index_dabiaoti {
    font-size: 36px;
    color: #000;
	margin-top: 55px;
	margin-bottom: 40px;
	text-align: center;
}

.index_kehujx {
	width: 1130px;
	height: 163px;
	margin: auto;

}

.picMarquee-leftjx {
	overflow: hidden;
	position: relative;
}

.picMarquee-leftjx .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-leftjx .bd ul li {
	width: 370px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	background: #fff;
	margin-right: 23px;
}
.picMarquee-leftjx .bd ul p{
	width: 370px;
background-color:rgba(0,0,0,0.8);
height: 56px;
margin-top: -56px;
position: absolute;
line-height: 56px;
color: #fff;
font-size: 18px;
}


.picMarquee-leftjx .bd ul li .pic {
	text-align: center;
}

.picMarquee-leftjx .bd ul li .pic img {

	height: 277px;
	display: block;
	margin: 0px auto;
}

.picMarquee-leftjx .bd ul li .pic a:hover img {
	border-color: #999;
}
.picMarquee-leftjx .tempWrap{ width: 1200px !important;}
.newsbox{ width:800px; margin:auto;}