﻿/*reset*/
*{margin:0;padding:0;}
html,body{
	height:100%;
	font-family: Arial,Helvetica,sans-serif;
}
ul,li,ol {list-style:none outside}
a{text-decoration:none;color:#3e3e3e}
img {border:none}
input,textarea {background:none}
h1,h2,h3,h4,h5,span,ul,li,i,p,td,th,dd,dt,b{
	margin: 0px;
	padding: 0px;
}
a:hover{
	color: #ff4747;
}
.clear{clear:both}

/*header*/
.header{
width:100%;
  }
#top1{
	width: 100%;
	background-color: #000;
}
#top1 .top1c{
	padding: 7px 0 0 0;
	line-height: 24px;
	width:96%;
	margin:0 auto;
	overflow:hidden;
	color: #fff;
}
#top1 .top1c a{
	color: #fff;
}
#top1 .top1c_l{
	float: left;
	color: #FFF;
	margin-bottom: 7px;
}
#top1 .top1c_l li{
	display: inline-block;
}
#top1 .top1c_r{
	float: right;
	margin-left: 5px;
}
#top1 .top1c_r .sitemap{
}
/*.top_bread {position:absolute;left:60%;top:3.2%;width:297px;height:52px;text-align:right;}*/
.top_bread {
	display:none;
}
.top_bread .m{display:none;}
.top1c i{
	color: #FFF;
	display: inline-block;
	vertical-align: top;
}

#fun1{display:none;}
.header_fenxiang{
	float: right;
	margin-right:5px;
	margin-bottom:7px;
}
.header_fenxiang dt{
	line-height: 24px;
	float: left;
	height: 24px;
	width: 24px;
	margin-left: 5px;
}
.header_fenxiang dt a{
	background-color: #666;
	text-align: center;
	height: 100%;
	width: 100%;
	display: block;
	border-radius: 2px 2px 2px 2px;
	margin: 0px;
	padding: 0px;
}
.header_fenxiang dt a:hover{
	text-decoration: none;
	background-color: #000;
}
.header_fenxiang dt i{
	font-size: 18px;
}
.sear{
	overflow: hidden;
	float: right;
	margin-bottom: 7px;
}
.sear form{
	overflow: hidden;
}
.sear input{
	float: left;
}
.sear .text{
	line-height: 20px;
	float: left;
	width: 280px;
	overflow: hidden;
	height: 20px;
	text-indent: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFF;
}
.sear .sub{
	float: left;
	height: 20px;
	width: 19px;
	overflow: hidden;
	padding: 0px;
	background-color: #FFF;
}
.menu .branch{
	height: 24px;
	display: block;
}
/*Menu*/
.menu {
	width:100%;
	background-color: #FFF;
	font-size: 14px;
}
.menu_c{
	height: 80px;
	z-index: 10;
	background-color: #FFF;
	display: block;
	margin: 0;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	position: relative;
}
.menu_c_logo{
	height: 80px;
	max-width: 14%;
	float: left;
	display: table;
	margin-left: 2%;
}
.menu_c_logo a{
	width: 100%;
overflow: hidden;
height: 100%;
display: table-cell;
vertical-align: middle;
}
.menu_c_logo a img{
	vertical-align:middle;
	max-width: 100%;
	max-height: 80px;
	display: inline-table;
}
.menu ul.nav {
	float: right;
	margin-right: 2%;
	vertical-align: top;
	text-align: right;
	width: 82%;
	font-size: 0px;
	display: table;
	height: 80px;
	max-width:900px;
}
.menu li.primary {
	position:relative;
	z-index:2;
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.menu .primary > a {
	color:#333;
	text-decoration:none;
	overflow: hidden;
}
.menu .cur > a{
	color: #ff4747;
}
.nav .primary > a:hover{
	color: #ff4747;
}
/**second menu**/
.primary ul {
	position:absolute;
	top:75px;
	z-index:999999;
	line-height:24px;
	display:none;
	padding-bottom: 10px;
	background-color: #FFF;
	text-align: left;
	left: 0px;
	-webkit-box-shadow:0 0 6px #CCC;  
  -moz-box-shadow:0 0 6px #CCC;  
  box-shadow:0 0 6px #CCC; 
}
.primary ul li {
	line-height:38px;
	overflow: hidden;
}
.primary ul li a {
	color:#333;
	padding:0 25px 0 25px;
	white-space: nowrap;
	display: block;
}
.primary ul li a:hover {
	color:#ff4747
}

.primary ul.pcenter dl {padding:0}
.primary ul.pcenter dl a {
	color:#333;
	line-height: 38px;
	padding:0 25px 0 25px;
}
.primary ul.pcenter a {text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden;padding:0}
.primary ul.pcenter a:hover {
	color:#ff4747;
	text-decoration: none;
}
.primary ul.pcenter dt a {
	font-size:14px;
}
.primary ul.pcenter dt a:hover {
	text-decoration:none;
	color:#ff4747;
}
.primary ul.pcenter dd {
	font-size:12px;
}
.primary ul.pcenter dl a.title{
	color:#3e3e3e;
}
#searchform{
	float: right;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 7px;
}
#searchform > fieldset{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
}
#searchform > fieldset > input[name="keys"] {
	height: 24px;
	width: 100px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFF;
	border-width: 0;
	overflow: hidden;
	border-radius: 0;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
border-radius: 0;
}
#searchform > fieldset > input[type="submit"] {
	cursor: pointer;
	height: 24px;
	color: #fff;
	background-color: #666;
	padding-right: 5px;
	padding-left: 5px;
	border-width: 0;
}
#index_banner{
	max-width:1198px;
	border:1px solid #dbd5ca;
	overflow:hidden;
	position:relative;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#inner_ban{margin:0 auto; margin-top:5px; position:relative; overflow:hidden;}
#inner_ban a{
	display: block;
	height: auto;
	width: 100%;
}
#inner_ban, #inner_ban a, #inner_ban a img{width:98%;  text-align:center;}
#pfl{ width:62px; height:77px; background:url(/n24/images/banpage.png) no-repeat -5px 0px; cursor:pointer; position:absolute; left:0px; top:143px; z-index:8;}
#pfr{ width:62px; height:77px; background:url(/n24/images/banpage.png) no-repeat -1116px 0px; cursor:pointer; position:absolute; right:0px; top:143px; z-index:8;}

#small_ban{
	max-width:1170px;
	width:96%;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#small_ban h2, .index_pc h2, .index_ca h2{
	font-size: 28px;
	line-height: 50px;
	color: #000;
	text-align: center;
	width: 100%;
	margin-top: 30px;
}
#small_ban h2 i, .index_pc h2 i, .index_ca h2 i{
	background-color: #000;
	height: 2px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#small_ban i,.top_slider i{
	font-size: 16px;
	line-height: 30px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: 100%;
	height: 30px;
	display: block;
}
/*small_ad*/
#small_ad{
	overflow: hidden;
	text-align: left;
	margin-top: 10px;
	font-size: 0px;
}
#small_ad li{
	width:23.5%;
	overflow:hidden;
	display: inline-block;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 1%;
	background-color: #FFF;
	text-align: center;
	vertical-align: top;
	position: relative;
}
#small_ad li:nth-child(4){
	margin-right: 0;
}
#small_ad li img{
	max-height:inherit !important;
	max-width:inherit !important;
	width:100%;
	display: block;
}
#small_ad li h3{
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: normal;
	position: absolute;
	top: 60%;
	background-color:rgba(255, 255, 255, 0.9);
	transition:top 0.5s;
	padding-top: 5%;
	padding-bottom: 5%;
}
#small_ad li h3 a{
	color: #000;
}
#small_ad a:hover,.slider_item a:hover{
	color: #000;
	text-decoration: none;
}
#small_ad li:hover h3{
	top: 30%;
	background-color:rgba(0, 0, 0, 0.9);
}
#small_ad li:hover h3 a{
	bottom: 38%;
	color: #fff;
}
.index_ban{
	width: 100%;
	margin-top: 3%;
	overflow: hidden;
}
.index_box{
	width: 96%;
	max-width:1170px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.index_box_p{
	width:80%;
	position: absolute;
	top: 35%;
	background-color:rgba(255, 255, 255, 0.6);
	margin: 0 10%;
	padding:2% 0;
	}
.index_box p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: center;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
.index_box h3{
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin-bottom: 2%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 3%;
}
.index_box_p h2{
	font-size: 30px;
	text-align: center;
	width: 100%;
	line-height: 50px;
}
.index_box_p h2 a{
	color: #000;
}
.index_box i{
	background-color: #000;
	height: 2px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.index_box img{
	width: 100%;
	display: block;
}
.index_pc, .index_ca{
	width: 100%;
	overflow: hidden;
}
.index_pc ul{
	width: 96%;
	max-width:1170px;
	font-size: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1%;
	position: relative;
	overflow: hidden;
	margin-top: 2%;
}
.index_pc ul li{
	width: 32%;
	margin-right: 2%;
	float: left;
	display: inline-block;
	vertical-align: top;
}
.index_pc ul li{
	margin-bottom: 2.6%;
}
.index_pc ul li:nth-child(4){
	margin-right: 0%;
	position: absolute;
	top:0;
	right:0px;
}
.index_pc ul li a{
	display: block;
	position: relative;
}
.index_pc ul li span{
	height: 100%;
	width: 100%;
	background-color:rgba(0, 0, 0, 0);
	display: block;
	position: absolute;
	transition:background 1s;
	
}
.index_pc ul li a h3{
	position: absolute;
	font-size: 0px;
	color: #FFF;
	top: 45%;
	z-index: 1;
	text-align: center;
	width: 100%;
}
.index_pc ul li a img{
	width: 100%;
	display: block;
}
.index_pc ul li a:hover span{
	display: block;
	background-color:rgba(0, 0, 0, 0.5);
}
.index_pc ul li a:hover h3{
	font-size: 28px;
}
.index_ca ul{
	width: 96%;
	max-width:1170px;
	font-size: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1%;
	padding-bottom: 1%;
}
.index_ca ul li{
	width: 30%;
	vertical-align: top;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
	padding: 1%;
}
.index_ca ul li:nth-child(3){
	margin-right: 0%;
}
.index_ca ul li a img{
	width: 100%;
}
.index_ca ul li h3{
	font-size: 20px;
	line-height: 40px;
	margin-top: 6%;
}
.index_ca ul li h3 a{
	color: #000;
}
.index_ca ul li p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	height: 48px;
	overflow: hidden;
}
.delay{ -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.delay:hover{ transform: scale(1.08,1.08); -moz-transform: scale(1.08,1.08); -ms-transform: scale(1.08,1.08); -webkit-transform: scale(1.08,1.08); -o-transform: scale(1.08,1.08);}
/*左侧产品下拉*/
.sidebar-product{
	width:100%;
	height:auto !important;
	height:auto !important;
	float: left;
	margin-bottom: 2%;
}
.sidebar-product h2{
	font-size:24px;
	line-height: 24px;
	margin-bottom: 10px;
	padding: 8px 0;
	font-weight: normal;
	color: #ff4747;
	}
.line{
	height:2px;
	width:100%;
}
.sidebar-product h3{
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.sidebar-product h3 a{
	color: #333;
	font-weight: normal;
	display: block;
}
.sidebar-product h3 i{
	font-size: 20px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
}
.sidebar-product h3 a:hover{
	text-decoration: none;
	color: #ff4747;
}
.sidebar-product dl{
	width: 100%;
	display: block;
	overflow: hidden;
	background-color: #FFF;
	margin-bottom: 10px;
}
.sidebar-product dt{
	overflow: hidden;
	font-size: 20px;
	width: 20px;
	color:#CCC;
	height:40px;
	display: block;
	line-height: 40px;
	cursor:pointer;
	float: right;
}

.sidebar-product dt:hover{
	color:#3e3e3e;
	text-decoration: none;
}
.sidebar-product dd{
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	background-color: #FFF;
	margin: 8px 0 8px 25px;
	}
.sidebar-product dd a{
	color:#797979;
	width:100%;
	padding-bottom: 8px;
	display: block;
	}
.sidebar-product dd a:hover{
	text-decoration: none;
	color: #ff4747;
}
.sidebar-product dt img{position:absolute;right:10px;top:20px;}
.sidebar-product dl dd:last-child{padding-bottom:10px;}
/*index main*/
.index_main {
	width:1200px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding-top: 10px;
}
.index_main strong a{color:#3e3e3e}
.index_main .left {
	float:left;
	width:245px;
}
.index_main .left form {width:190px;height:19px;line-height:17px;border:1px solid #ccc}
.index_main .left form input {width:165px;height:17px;margin:1px 0;border:0;float:left;outline:none;padding-left:5px}
.center {
	float:right;
	width:73%;
	max-width:870px;
	overflow: hidden;
}
.center_p ul{
	padding-top: 10px;
	text-align: left;
	font-size: 0px;
}
.center_p li{
	width:29.2%;
	line-height:20px;
	height: auto;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin-bottom: 2.5%;
	background-color: #FFF;
	margin-right: 2.4%;
	vertical-align: top;
	padding: 1%;
	position: relative;
}
.center_p li:nth-child(3n+3){margin-right: 0px;}
.center_p li a{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.center_p li a img{
	width:100%;
	display: block;
}
.center_p li h3 {
	display:block;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	bottom: 8%;
	transition:bottom 0.5s;
	background-color:rgba(255, 255, 255, 0.9);
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.center_p li h3 a{
	height: 30px;
	overflow: hidden;
}
.center_p li:hover h3{
	bottom: 45%;
	background-color:rgba(0, 0, 0, 0.9);
}
.center_p li:hover h3 a{
	color: #FFF;
}
.center_p li p {
	display:block;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.center_p a:hover {
	color: #ff4747;
	text-decoration: none;
}
.center_row{
	background-image: url(/n24/images/rbg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.center_p li p a{ color:#666666}
.center_p li a.more {font-style:italic;color:red;display:block;width:95px;height:14px;background:url(../../n31/images/bg_sprite.gif) 0 -248px no-repeat;padding-left:8px;margin-top:5px;}
/**上面的内容只有首页用到**/
.msg_bl {
	clear:both;
	max-width:910px;
	width:100%;
	border-collapse:collapse;
	font-size:12px;
	font-family: Arial,Helvetica,sans-serif;
	position:relative;
	margin-bottom: 20px;
}
.msg_bl .prompt {
	width:97.6%;
	line-height:26px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	color: #333;
	padding: 1.2%;
}
.msg_bl .prompt span {margin-left:20px;color:#ff4747}
#msg_bl_dx2 input{
	border:1px solid #ccc;
	width: 46%;
	line-height: 20px;
	padding: 1.2%;
	float: left;
	}
#msg_bl_dx2 input:nth-child(even){
	margin-left: 1.2%;
	}
.msg_bl table {color:#3e3e3e;font-size:12px;width: 100%;}
.msg_bl table tr {
	overflow: hidden;
}
.msg_bl table td {
	line-height:20px;
	overflow: hidden;
}
.msg_bl form input {
	border:1px solid #ccc;
	width: 96%;
	line-height: 20px;
	padding: 1.2%;
	margin-bottom:10px;
}
.msg_bl form select {width:196px; height:25px;border: 1px solid #dcdcdc;line-height:24px; margin-right:3px;}
.msg_bl form label {display:block;line-height:14px;margin-bottom:5px}
.msg_bl span.require {color:red; margin-right:5px;}
.msg_bl form .checkbox {width:15px;height:15px;margin-right:10px}
.msg_bl form .radio {width:11px;height:11px; margin-right:8px;}
.msg_bl form .t_submit {
	width:95px;
	height:40px;
	cursor:pointer;
	border:none;
	background:#ff4747;
	color:#FFF;
	border-radius: 5px 5px 5px 5px;
	margin-right: auto;
	margin-left: auto;
}
.msg_bl form .t_submit:hover{
	background-color: #333;
}
.xj_m{width:484px; padding-left:5px; height:90px; border:#cdccd1 1px solid; margin-top:7px; font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:16px;}
.msg_bl .s_k{width:195px; height:25px; border:#dcdcdc 1px solid;}
.msg_bl .ct{padding:0 18px 0px 18px;color:#000}
.msg_bl .cl{line-height:28px;}
.msg_bl .cl span{margin-right:10px;}
.msg_bl .wl{line-height:27px; padding-top:10px;}
.msg_bl .wl .a{margin-right:27px;}
.msg_bl .wl .b{margin-right:36px;}
.msg_bl .wl .c{margin-right:39px;}
.msg_bl .wl .d{margin-right:30px;}
.msg_bl .wl .aa{margin-right:22px;}
.msg_bl .wl .ab{margin-right:55px;}
.msg_bl .wl .ac{margin-right:41px;}
.msg_bl .wl .ad{margin-right:33px;}
.msg_bl .wl .ba{margin-right:18px;}
.msg_bl label{margin-top:18px;}
.msg_bl font{color:#000}
.msg_bl .message{margin-top:5px;}
.msg_bl #message{
	width:96%;
	border:1px solid #ccc;
	font-size: 14px;
	line-height: 20px;
	font-family: "微软雅黑";
	color: #000;
	padding: 1.2%;
	margin-bottom:10px;
}
.msg_bl_dx{
	width:96%;
	padding-top: 10px;
}
.msg_bl_dx h3{
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.msg_bl_dx ul{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.msg_bl_dx ul li{
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	margin-right: 2%;
	margin-left: 2%;
}
.msg_bl_dx ul li h4{
	overflow: hidden;
	display: inline-block;
	float: left;
	padding-left: 5px;
	line-height: 18px;
}
.msg_bl_dx ul li input{
	overflow: hidden;
	display: inline-block;
	float: left;
	height: 18px;
	width: 18px;
}
/*inqquick*/
.inqquick{
	border: 1px solid #ccc;
	width: 96%;
	max-width:873px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1.2%;
}
.inqquick h2{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	font-weight: normal;
}
.inqquick .m{
	width: 100%;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: left;
	position: relative;
}
.inqquick #inqQuickText_1{
	float: left;
	height: 20px;
	width: 20px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}
.inqquick #inqquick_h{
	float: left;
	white-space: normal;
	display: inline-block;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}

/*turn page*/
#turn_page{
	text-align:center;
	line-height:35px;
	clear:both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#turn_page span{
	border:1px #cecece solid;
	display:inline-block;
*display:inline; *zoom:1; 		font-size:14px;
	height:33px;
	line-height:33px;
	overflow:hidden;
	background:#fff;
	vertical-align:top;
	border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 5px;
}
#turn_page span em{width:7px; height:12px; display:inline-block; vertical-align:middle; margin-top:-2px;}
#turn_page font, #turn_page a{
	height:33px;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-right: 13px;
	padding-left: 13px;
}
#turn_page span.pageinfo{
	height:33px;
	text-align:center;
	text-decoration:none;
	padding-right: 13px;
	padding-left: 13px;
	}
#turn_page .page_item_current{
	color:#fff;
	cursor:default;
	background-color: #666;
	padding-right: 13px;
	padding-left: 13px;
}
#turn_page .page_button, #turn_page .page_noclick{width:auto; padding:0 12px;}
#turn_page .page_noclick{cursor:no-drop;}

#index_footer{
	overflow:hidden;
	background-color: #f1f1f1;
}
#index_footer .warp{
	overflow:hidden;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	max-width:1170px;
	font-size: 0px;
	text-align: left;
}
#index_footer .item{
	overflow: hidden;
	vertical-align: top;
	width: 23%;
	display: inline-block;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 0;
}
#index_footer .item_l{
	overflow: hidden;
	vertical-align: top;
	width: 75%;
	display: inline-block;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 0;
}
#index_footer .item_l dd{
	font-size: 16px;
	line-height: 40px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 6px;
	width: 30%;
	margin-right: 3%;
	display: inline-block;
}
#index_footer .item_l dd a{
	color: #666;
}
#index_footer .item_l dd a:hover{
	color: #1dd1e2;
}
#index_footer .title{ margin-top:19px; padding:10px 0px; overflow:hidden;margin-bottom: 10px;}
#index_footer .title span{
	font-size:24px;
	float:left;
	color: #ff4747;
}
#index_footer .title a{
	float:right;
	color:#ff4747;
}
#index_footer #the{
	overflow: hidden;
}
#index_footer #the li{
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 8px;
	margin-top: 8px;
	padding-left: 25px;
	position: relative;
}
#index_footer #the li i{
	font-size: 20px;
	color: #ff4747;
	margin-right: 10px;
	float: left;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
/*footer*/
.footer {
	padding-top: 20px;
	width:100%;
	clear:both;
	color:#FFF;
	font-size:14px;
	text-align:center;
	background-color: #000;
}
.footer a {
	color:#FFF;
	text-decoration:none
}
.footer .f_lnk{
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer .f_lnk a{
	padding-right: 8px;
	padding-left: 8px;
	color: #FFF;
}
.footer .fwidget{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.footer .fwidget_r {
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	white-space: normal;
	text-align: center;
	width: 100%;
}
/*insidebanner*/
.insidebanner {width:100%;}
/*main*/
.nei-table{width:100%;overflow: auto;}
.nei-table table, .sec_m table{border-right:1px solid #666;border-bottom:1px solid #666; border-collapse: collapse;}
.nei-table table th, .sec_m table th{border-left:1px solid #666;border-top:1px solid #666;padding-right: 5px;padding-left: 5px;}
.nei-table table td, .sec_m table td{border-left:1px solid #666;border-top:1px solid #666;padding-right: 5px;padding-left: 5px;}
.main  {
	width:98%;
	max-width:1200px;
	clear:both;
	margin-bottom:50px;
	overflow:hidden;
	margin-top: 2%;
	margin-right: auto;
	margin-left: auto;
}
.main img{ max-width:100%;}
.main .bread {
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}
.main .bread h2{
	float: left;
	font-size: 14px;
	padding-left: 20px;
	font-weight: normal;
	line-height: 20px;
}
.main .bread span, .main .bread ul{
	float: left;
	font-size: 16px;
	line-height: 20px;
}
.main .bread ul li{
	display: inline-block;
}
.main .bread a {margin:0 5px;}
.main .bread a i{ margin-right: 5px; vertical-align: top;}
.main .rsidebar {
	width:100%;
	float:left;
}
.main .rsidebar h2 {
	font-size:24px;
	line-height: 24px;
	padding: 8px 0;
	margin-bottom: 10px;
	font-weight: normal;
	color: #ff4747;
}
.main .rsidebar h2 a{
	color: #ff4747;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 40px;
}
.main .rsidebar a:hover{
	color: #ff4747;
	text-decoration: none;
}
.contact-list{
	overflow: hidden;
	width:100%;
}
.contact-list h2 {
    font-size: 24px;
	line-height: 24px;
	padding: 8px 0;
	margin-bottom: 10px;
	font-weight: normal;
	color: #ff4747;
}
.contact-list table{
	overflow: hidden;
	display: block;
}
.contact-list tr{
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.contact-list tr th{
	padding: 8px 0;
	color: #3e3e3e;
	white-space: nowrap;
}
.contact-list tr th i{
	font-weight: normal;
	font-size: 18px;
	color: #ff4747;
}
.contact-list tr a{
	color: #666;
}
.contact-list tr a:hover{
	color: #ff665e;
}
.contact-list tr td{
	padding: 8px 0;
	word-break: break-all; 
}
.main .rsidebar ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.main .rsidebar li {
	overflow: hidden;
	line-height: 20px;
	font-size: 18px;
	color: #4a4439;
	width: 100%;
	background-color: #FFF;
	margin-bottom: 10px;
}
.main .rsidebar li a{
	color:#3e3e3e;
	padding: 10px 0;
	display: block;
}
.main .rsidebar li a i{
	margin-right: 10px;
	font-size: 16px;
}
.main .rsidebar li a:hover{
	text-decoration: none;
	color: #ff4747;
}

.main .caselist {
	float:right;
	width:100%;
	margin-top: 10px;
}
.main .caselist ul.list {
	width: 100%;
	font-size: 0px;
}
.main .caselist ul.list li {
	width:45%;
	height:auto;
	padding: 2%;
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
	margin-right: 2%;
	background-color: #F5F5F5;
	margin-bottom: 2%;
}
.main .caselist ul.list li:nth-child(even){
	margin-right: 0;
}
.main .caselist ul.list li h2{
	font-size:18px;
	line-height: 30px;
	font-weight: normal;
}
.main .caselist ul.list li h2 a{
	color: #000;
}
.main .caselist ul.list li h2 a:hover{
	color: #ff4747;
}
.main .caselist p{
	line-height:22px;
	margin-top:5px;
	font-size: 14px;
	color: #666;
}
.main .caselist ul.list li img {
	width:100%;
	overflow:hidden;
	display: block;
}
.main .caselist ul.list  a.more {
	float: right;
	margin-right: 20px;
	font-size: 14px;
}
.main .caselist ul.list  a.more:hover {color:red}
.main .caselist strong a {font-size:13px;text-transform:uppercase;color:#3e3e3e}
.hot_p{
	width: 100%;
	float: right;
	margin-bottom: 20px;
}
.hot_p h2{
	width: 100%;
	font-size: 24px;
	line-height: 24px;
	padding: 8px 0;
	margin-bottom: 10px;
	color: #ff4747;
	font-weight: normal;
}
.hot_p li{
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #FFF;
	padding: 1%;
}
.hot_p li a img{
	width: 40%;
	overflow: hidden;
	height: auto;
	display: block;
	float: left;
	margin-right: 2%;
}
.hot_p li h3{
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 2%;
	max-height:44px;
	margin-right: 2%;
}
.hot_p li p{
	overflow: hidden;
	font-size: 12px;
	line-height: 22px;
	margin-top: 2%;
	color: #999;
}
.about_lr{
	width: 100%;
	overflow: hidden;
}
#banner_c{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff4747;
	width:100%;
	overflow:hidden;
}
/*main*/
.main .content {
	float:right;
	width:73%;
	max-width:870px;
}

.main .sidebar {
	float:left;
	width:25%;
}
.content .abstract {
	width:100%;
	max-width:870px;
	line-height:20px;
	margin-top: 10px;
	float: right;
}
.content .abstract .brief {
	float:left;
	width:100%;
	position:relative;
	max-width:335px;
	overflow: hidden;
}
.content .abstract .brief h1 {
	font-size:18px;
	line-height: 24px;
	padding-bottom: 20px;
	font-weight: normal;
}
.content .abstract .brief p {
	margin-bottom: 10px;
	background-color: #f0f0f0;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	padding: 3px;
}
.content .abstract .brief span {
	color:#ff4747;
	font-weight:bold;
}
.content .abstract .widget {clear:both;height:35px;line-height:35px;width:100%;padding:10px 0;}
#pdfdown { float:left;}
.content .abstract .widget #pdfdown {display:block;float:left;padding-left:20px;height:20px;line-height:20px;margin-top:8px;margin-right:20px;background:url(../../n31/images/bg_sprite.gif) 0 -504px no-repeat;}
.content .abstract .widget #seegallery {display:block;float:left;padding-left:20px;height:20px;line-height:20px;margin-top:8px;margin-right:20px;background:url(../../n31/images/bg_sprite.gif) 0 -533px no-repeat;}
.content .abstract .widget #sendmail {
	display:block;
	float:left;
	padding-left:20px;
	height:20px;
	line-height:20px;
	margin-top:8px;
	margin-right:20px;
	margin-bottom: 10px;
	background-image: url(../../n31/images/bg_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.content .abstract .widget .yincang{-webkit-filter: grayscale(100%);opacity: 0.3; text-decoration:none;}
.content .abstract .widget .button {
	width:138px;
	height:31px;
	display:block;
	float:left;
	text-align:center;
	color:#fff;
	line-height:31px;
	cursor:pointer;
	background-color: #252e38;
	border-radius: 5px 5px 5px 5px;
}
.content .abstract .widget .button a:hover {
	text-decoration: none;
	background-color: #ff4747;
	border-radius: 5px 5px 5px 5px;
}
.content .abstract .widget .button a{
	color:#FFF;
	display: block;
	height: 100%;
	width: 100%;
}
.content .abstract .widget .levemsg {
}
.content .tab {display:none}
.content .sec_m{
	width:100%;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding-bottom: 10px;
	font-size:14px;
	line-height:28px;
	color:#666;
}

/*pros*/
.pros{
	width: 100%;
	max-width:870px;
	margin-bottom: 20px;
	margin-top: 10px;
	float: right;
	color: #666;
}
.pros table{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	background-color: #DFDFDF;
}
.pros tr{background-color: #fff;}
.pros th{
	width: 20%;
	text-align: left;
	line-height:20px;
	padding: 5px 8px;
}
.pros td{
	padding: 5px 8px;
}
.pros h3{
	font-size: 18px;
	line-height: 50px;
	padding-left: 10px;
}

/*case inside page*/
.case h1 {font-size:20px;margin-bottom:20px}
.case h3{height:15px; font-size:16px; line-height:15px; width:auto; font-weight:normal; margin:22px 0;}
.case img{margin:15px 0 20px 0;}
.case .next_pre{
	line-height: 20px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	font-size: 14px;
}
.case .section{
	padding-bottom:10px;
	width: 100%;
	font-size:14px;
	line-height:28px;
	color:#666;
}

/**Cotent News list **/
.neirong_c{
	float: right;
	width: 100%;
}
.news .topnews{
	overflow: hidden;
	margin-bottom: 25px;
}
.news .topnews li{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 20px;
}
.news .topnews a img {
	width:270px;
	height:auto;
	float:left;
	margin-right:25px;
	display: inline-block;
}
.news .topnews h2 {
	font-size:18px;
	line-height:30px;
	margin-bottom: 10px;
}
.news .topnews p {
	font-size:14px;
	line-height:28px;
}
.news h2.cate{
	font-size:18px;
	margin-top:30px;
	border-bottom:1px dotted #cbcbcb;
	width: 100%;
	line-height: 24px;
	padding: 10px 0;
}
.news h2.cate span {float:right;font-size:12px;font-weight:normal;}
.news .newslist {
	margin-top:10px;
	width:100%;
	margin-bottom: 25px;
	overflow: hidden;
}
.news .newslist li{
	list-style:square inside;
	width:100%;
	line-height:20px;
	position:relative;
	float:left;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.news .newslist li .pubdate {position:absolute;right:0;_bottom:2px}
.news .ng li{line-height:5px; list-style:none;}
/**Content News inside**/
.news h1 {
	font-size:18px;
	line-height:26px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
.news .section {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:14px;
	line-height:28px;
	color:#666;
}

.news .next_pre{
	line-height: 20px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	font-size: 16px;
}

/*About Page*/
.about h1 {font-size:16px;color:#000;margin:10px 0;}
.about .section {
	clear:both;
	width: 100%;
	max-width:990px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	float: right;
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

/*Contact Page*/
.ddh{
	text-align: center;
	width: 100%;
}
.cert_p{
	width: 100%;
	max-width:870px;
	float: right;
}
.cert_p h2{
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	background-color: #ff4747;
	border-radius: 5px 5px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.about_pc{
	overflow: hidden;
	width: 100%;
	max-width:870px;
	margin-top: 10px;
	float: right;
}
#banner{
	visibility:hidden;
	float:left;
	border:solid 1px #ccc;
	width: 400px;
	height: auto;
	margin-right: 20px;
}
#banner img{ width:400px; height:260px;}
#banner.banner1{ margin-left:100px; border:3px solid #ccc;}
#banner.banner2{ border:3px solid #ccc;}
#banner.banner2 img{ height:260px; width:400px;}
.about_pc_tab{float: left;width:100%; padding-bottom:10px;}
.tbl2 {
	color: #666;
	background-color:#e6e6e6;
	width:100%;
	font-size: 14px;
	line-height: 24px;
}
.tbl2 tr{background-color: #fff;}
.tbl2 th{
	width:25%;
	text-align: right;
	line-height:20px;
	padding: 5px 8px;
}
.tbl2 td{
	padding: 5px 8px;
}
.tabs{
	width: 100%;
	max-width:870px;
	overflow: hidden;
	float: right;
	margin-bottom: 20px;
}
.tabs .ul{
	width: 100%;
	line-height: 26px;
	display: block;
	overflow: hidden;
}
.tabs .ul li{
	float:left;
	line-height:30px;
	color:#999;
	cursor:pointer;
	height: 30px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	margin-right: 8px;
	border: 1px solid #e6e6e6;
	border-radius: 4px 4px 0px 0px;
	margin-top: 5px;
}
.tabs .ul li.focus{
	border-radius: 4px 4px 0px 0px;
	background-color:#ff4747;
	color:#FFF;
	height: 30px;
	border: 1px solid #ff4747;
}
.tabs .div{border:1px solid #e6e6e6;padding:15px;font-size: 14px;line-height:28px;display:none;color:#666;}
/*pinfo*/
.pinfo{
	width: 100%;
	max-width:870px;
	float: right;
}
.pinfo h3{
	color: #ff4747;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	line-height: 40px;
	height: 40px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-color: #EAEAEA;
	margin-top: 10px;
	font-size: 16px;
}
.pinfo h4{
	color: #252e38;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0E0E0;
	line-height: 34px;
	height: 34px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
}
.pinfo h4 a{
	color: #252e38;
}
.pinfo ul{
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-bottom: 10px;
}
.pinfo ul li{
	overflow: hidden;
}
.pinfo .t5 li{
	overflow: hidden;
	float: left;
	width: 25%;
}
.pinfo .t2 li{
	overflow: hidden;
	float: left;
	width: 50%;
}
.pinfo .t3 li{
	overflow: hidden;
	float: left;
	width: 33%;
}
/*tag*/
.tag{
	overflow: hidden;
	width: 100%;
	line-height: 28px;
	font-size: 14px;
}
.tag strong{
	overflow: hidden;
	float: left;
	margin: 5px;
	padding: 2px 10px 2px 10px;
}
.tag a{
	overflow: hidden;
	float: left;
	line-height: 28px;
	display: inline-block;
	border: 1px solid #ebebeb;
	margin: 5px;
	padding: 2px 10px 2px 10px;
}
.share{
	padding-top: 10px;
	overflow: hidden;
}
/*幻灯图开始*/
#about_pb{
	width: 100%;
}
#promotion_banners{
	width: 100%;
	overflow: hidden;
}
#promotion_banners li{
	width: 100%;
	height: 100%;
}
.switcher_2{
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.product_box{
	width: 100%;
	max-width:450px;
	min-width:320px;
}
.product_box .banners{
	height: 450px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.pb{
	display: inline-block;
	position: relative;
	height: auto;
	float: left;
	margin-right: 35px;
	margin-bottom: 10px;
	z-index: 0;
}
.pb .points_2 li{
	width:22px;
	height:22px;
	text-align:center;
	cursor:pointer;
	float: left;
	margin-right: 5px;
	background-color: #999;
	line-height: 22px;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.pb .points_2 li.current{
	color: #FFF;
	margin-right: 5px;
	height: 22px;
	width: 22px;
	border: 1px solid #FFF;
	background-color: #ff4747;
}
.pb .banners{
	float:left;
	padding:0px;
	margin: 0px;
}
.pb .banners li{
	display:none;
	padding: 0px;
}
.pb .banners li.current{display:block;}
.pb .switcher{
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
}
.pb .points{
	font-size:0px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	overflow: hidden;
}
.pb .points li{
	width:70px;
	height:70px;
	background-position:0px 0px;
	text-align:center;
	cursor:pointer;
	float: left;
	margin-right: 8px;
	border: 1px solid #e6e6e6;
	display: table;
	margin-top: 8px;
}
.pb .points li i{
	width: 100%;
	overflow: hidden;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.pb .points li img{
	max-height: 70px;
	max-width: 70px;
	vertical-align: middle;
	display: table-cell;
	z-index: -1;
	position: relative;
}
.pb .points li.current{
	color: #FFF;
	margin-right: 8px;
	height: 70px;
	width: 70px;
	border: 1px solid #F00;
}

.C_top_R1IMG{
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
	text-align: center;
}
.C_top_R1IMG a{
	width: 100%;
	overflow: hidden;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.C_top_R1IMG img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 450px;
}
.C_top_R1IMG a h5{
	height: 30px;
	position: absolute;
	z-index: 3;
	bottom: 40px;
	left: 0px;
	font-weight: bold;
	padding-left: 10px;
	width: 500px;
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: normal;
}
.C_top_R1IMG a p{
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	position: absolute;
	z-index: 3;
	bottom: 15px;
	left: 0px;
	width: 500px;
	padding-left: 10px;
	height: 20px;
}
.C_top_R1IMG a span{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5!important;
	height: 80px;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	background-color: #000000;
}
.C_top_R1IMG2{
	width: 100%;
	height: auto;
}
.C_top_R1IMG2 a img{
	width: 100%;
	height: 100%;

}
/*幻灯图结束*/
@media screen and (max-width:1224px){ 
.zhushi{display:none;}
}
@media screen and (max-width:900px){  
.header{
	background-color: #fff;
} 
.menu_c{height: auto;overflow: hidden;}                   
.menu_c_logo{width:100%;height:60px;position: relative;}             
.header #logo{height:auto !important; max-width:272px; max-height:55px;}

.menu ul.nav{display:none;}
.top_bread{width: 100%; height:auto; padding:0; background:#fff;  z-index:10001;}
.top_bread ul{background:#fff;padding-bottom: 10px;}
.top_bread ul li{float:none; height:auto; line-height:34px;border-bottom:1px solid #cbcbcd; text-align:left; overflow: hidden;margin-right: 3%;
	margin-left: 3%;width:94%;} 
.top_bread ul a li { color:#3e3e3e;}
.top_bread ul{display:none;}
.top_bread select{display:none;}
/*Menu*/
#fun1{position:absolute;right:3%;top:15px;display:block;cursor:pointer;} 
#fun1 i{font-size: 30px;} 
.top_bread .m{width:100%;display:block;font-size:15px;overflow: hidden;}
.top_bread .m a{
	width: 100%;
	display: inline-block;
	float: left;
	overflow: hidden;
}
.top_bread .m .branch{
	height: 40px;
	width: 44%;
	display: inline-block;
	float: left;
	margin:10px 3%;
}
.top_bread .m .branch option{
	height: 40px;
	line-height:40px;
}
.banner{margin-top:1% !important;}
.index_main {width:100%; height:auto;margin:0 auto;}
.center {margin:0 auto;width:100%; }
.index_main .left{display:none;}
.index_main .right{display:none;} 
/*footer*/
.footer .fwidget {width:100%;margin:0 auto;position:relative}
/*list*/
.insidebanner{display:none}
/*case list*/
.msg_bl {
	margin-left: 0px;
}
#about_pb{
	width: 100%;
	height: auto !important;	
}
/*Menu*/

.banner{margin-top:1% !important;}
.sidebar{display:none;}
.main .content {width:100%;  float:none;}
.main .bread {margin-bottom:0}
.main .bread span{margin-left: 0px;}
/*news list*/
.news .newslist li{width:98%; height:auto !important;}
.news .newslist li a{width:88%; height:auto !important; padding-right:12%;}
.index_pc li a:hover h3{
	font-size: 18px;
}
}
@media screen and (max-width:767px){

#small_ban h2{
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
}
#small_ad li h2{
		font-size: 16px;
		line-height: 30px;
		height: 30px;
	}
#small_ban i{
		font-size: 14px;
		line-height: 20px;
	}
msg_bl table td {
	height: 45px;
}
.index_pc dd h3{
	font-size: 18px;
	line-height: 30px;
}
#index_footer .item{
	width: 49%;
}
#index_footer .item:nth-child(2){
	margin-right: 0%;
}
.index_pc li a:hover h3{
	font-size: 14px;
}
.index_box_p {
    position: relative;
    top: 35%;
}
}
@media screen and (max-width:740px){
.message {display:none}
.content .section img{width:94% !important;}
/*stone crushing line end*/
.case img{width:95% !important}
}
@media screen and (max-width:700px){ 
.message {display:none}
.msg{display:none}
.location{display:none;}
.news .newslist li span{display:none;}
}
@media screen and (max-width:660px){  
.center_p li {
	width:98%;
	height: auto;	
	margin-left: 0px;
	margin-right: 0px;
}
.center_p li a img{width:100%; height:auto;}
}
@media screen and (max-width:640px){
	#banner.rsMainSlideImage img{ width:640px !important; height:288px !important;}
	.content .abstract .brief{height:auto}
}
@media screen and (max-width:480px){ 
.me{display:none}
.index_main {width:100%; height:auto;margin:0 auto;}
.me{display:none}
.index_main .center li p{min-height:100px;}
.news .newslist li a{width:84%; height:auto !important; padding-right:12%;}
.news .newslist li span{width:12%; padding-right:2%}
.about embed{width:98% !important; height:auto}
.sec_m{clear:both;}
.news .newslist li .pubdate{display:none}
.news .topnews a img {
    width: 100%;
    margin-right: 0px;
}
.main .caselist ul.list li img {margin-right:0px;width:100%;height:auto;}
#small_ad li{
	margin-right: 0%;
	width:98%;
}
.index_pc dd{
	width: 100%;
	margin-right: 0;
	padding: 0;
}
.index_pc dd h3{
	font-size: 16px;
}
.index_pc dd p{
	font-size: 12px;
	line-height: 22px;
}
#index_footer .item{
	width: 100%;
	margin-right: 0%;
}
}

@media screen and (max-width:426px){ 
.product_box .banners{
	height: 410px !important;
	overflow: hidden;
} 
.C_top_R1IMG img{
	max-height:410px !important;
}
}
@media screen and (max-width:360px){  
.product_box .banners{
	height: 350px !important;
	overflow: hidden;
} 
.C_top_R1IMG img{
	max-height:350px !important;
}
.content .abstract .brief{margin-left:1%;}
}
@media screen and (max-width:340px){ 
.product_box .banners{
	height: 330px !important;
	overflow: hidden;
} 
.C_top_R1IMG img{
	max-height:330px !important;
}
}
.zhushi{
	border: 1px solid #E3E3E3;
	padding: 10px;
	position: fixed;
	right: 10px;
	width: 350px;
	color: #ff4747;
	background-color: #FFF;
	font-size: 12px;
	bottom: 50px;
}
