﻿/*reset*/
*{margin:0;padding:0;}
html,body{
	font-family: Arial,Helvetica,sans-serif;
	color:#666;
}
body{
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
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{color:#3e3e3e}
h1 *,h2 *,h3 *,h3 *,h5 *{color:#3e3e3e}
.clear{clear:both}
.iconfont{
	font-family:"iconfont" !important;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'iconfont';  /* project id："177684" */
  src: url('../../t/font_dnoogy9k8qe0cnmi.eot');
  src: url('../../t/font_dnoogy9k8qe0cnmi.eot') format('embedded-opentype'),
  url('../../t/font_dnoogy9k8qe0cnmi.woff') format('woff'),
  url('../../t/font_dnoogy9k8qe0cnmi.ttf') format('truetype'),
  url('../../t/font_dnoogy9k8qe0cnmi.svg') format('svg');
}
/*header*/
.header{height:auto;margin:0 auto;width:100%;overflow:hidden;}
.head{
	max-width:1180px;
	width:100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 90px;
	display: block;
}
.head_top{
	width: 100%;
	font-size: 12px;
}
.head_top ul{
	overflow: hidden;
	width: 96%;
	max-width:1180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.head_top ul li {
	float:left;
	height:30px;
	line-height:30px;
	font-weight: bold;
	margin-right: 10px;
}
.head_top ul li a{
	color: #FFF;
}
.head_top ul li.website-sitemap {
	float: right;
}
.head_top ul li.website-sitemap a {font-weight:bold}
.head_top ul li i{
	font-weight: normal;
	color: #fef394;
}
.head #logo {
	float:left;
	max-width:500px;
	max-height:80px;
	margin-bottom: 3%;
}
.top_bread {
	float:right;
	text-align:right;
	padding-top: 2%;
}
.top_bread a {color:#333}
.top_bread ul{overflow: hidden;}
.top_bread .website-phone {
	font-size: 14px;
}
.top_bread .website-mailbox {
	font-size: 14px;
}
.top_bread ul li {
	float:right;
	margin-left:10px;
	height:20px;
	padding-left:15px;
	margin-bottom:4px;
	line-height:20px;
	font-weight: bold;
}
.top_bread .m{display:none;}
.head_top .branch{
	height: 30px;
	width: 100px;
	float: right;
	margin-right: 10px;
}
.header_fenxiang{
	margin-top:2%;
	float: right;
}
.header_fenxiang dt{
	line-height: 34px;
	float: left;
	height: 34px;
	width: 34px;
	margin-left: 5px;
}
.header_fenxiang dt a{
	color: #FFF;
	background-color: #94c6c6;
	text-align: center;
	height: 100%;
	width: 100%;
	display: block;
	border-radius: 3px;
}
.header_fenxiang dt a:hover{
	text-decoration: none;
	background-color: #fbe105;
	color: #333;
}
.header_fenxiang dt i{
	font-size: 24px;
}
#fun1{display:none;}
.sear{
	float: left;
	width: 325px;
}
.sear form{
	width: 325px;
	overflow: hidden;
}
.sear input{
	float: left;
}
.sear .text{
	line-height: 27px;
	float: left;
	width: 280px;
	overflow: hidden;
	height: 27px;
	border: 1px solid #d7ccba;
	text-indent: 10px;
}
.sear .sub{
	float: left;
	height: 29px;
	width: 40px;
	overflow: hidden;
}
/*Menu*/
.menu {
	width:100%;
	max-width:1180px;
	margin: 0 auto;
	padding-top: 20px;
}
.menu-pcenter{
	width: 20%;
	vertical-align: bottom;
	height: 64px;
	display: inline-block;
}
.menu-pcenter h2{
	background-color: #fbe105;
	width: 90%;
	border-radius: 6px 6px 0px 0px;
	font-size: 24px;
	line-height: 64px;
	color: #333;
	height: 64px;
	padding-right: 5%;
	padding-left: 5%;
}
.menu ul.nav {
	height:58px;
	width:78%;
	max-width:1180px;
	float: right;
	border-radius: 0px 6px 0px 0px;
	font-size: 0px;
	display: table;
}
.menu li.primary {
	position:relative;
	z-index:2;
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
	display: table-cell;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
.primary a {
	color:#797979;
	display:block;
	text-decoration:none;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.menu ul li.cur >  a{
	color:#94c6c6;
}
.menu ul li a:hover{
	color:#94c6c6;
}
/**second menu**/
.primary ul {
	position:absolute;
	top:58px;
	z-index:999;
	line-height:24px;
	display:none;
	padding-bottom: 10px;
	text-align: left;
	background-color: #fff;
}
.primary ul li {
	line-height:38px;
	overflow: hidden;
}
.primary ul li a {
	color:#88cdca;
	padding:0 25px 0 25px;
	white-space: nowrap;
	display: block;
}
.primary ul li a:hover {
	color:#fbe105
}
.primary ul.pcenter {
	left:0px;
	height:auto;
	padding-bottom: 10px;
	top: 58px;
}
.primary ul.pcenter dl {padding:0}
.primary ul.pcenter dl a {
	color:#88cdca;
	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:#fbe105;
	text-decoration: none;
}
.primary ul.pcenter dt a {
	font-size:14px;
	font-weight:bold;
}
.primary ul.pcenter dt a:hover {
	text-decoration:none;
	color: #fbe105;
}
.primary ul.pcenter dl a.title{color:#3e3e3e}
/*产品搜索*/
#searchform{
	float: left;
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}
#searchform > fieldset{
	border: 1px solid #d6d6d6;
	background-color: #fff;
}
#searchform > fieldset > input[name="keys"] {
	height: 38px;
	width: 70%;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 3%;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	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: 38px;
	color: #dad1bf;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	width: 24%;
}
.in_c{
	width: 100%;
	overflow: hidden;
	background-image: url(/n27/images/content-bg.png);
	background-repeat: repeat-x;
	background-position: 0px top;
}
#C_C{
	width: 96%;
	max-width:1180px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
}
#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;}
.small_ban{
	width:100%;
	float: left;
}
.small_ban ul{
	font-size: 0px;
	width: 100%;
}
.small_ban ul li{
	overflow: hidden;
	border-radius: 6px;
	vertical-align: top;
	display: inline-block;
	width: 33%;
	margin-right: 0.5%;
	margin-top: 2%;
	position: relative;
}
.small_ban ul li a .small_banhot{
	width: 100%;
	display: block;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 32%;
}
.small_ban ul li:nth-child(1) .small_banhot{
	background-image: url(../images/hot-bj1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:100%;
}
.small_ban ul li:nth-child(2) .small_banhot{
	background-image: url(../images/hot-bj2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:100%;
}
.small_ban ul li:nth-child(3) .small_banhot{
	background-image: url(../images/hot-bj3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:100%;
}
.small_ban ul li a{
	width: 100%;
	display: block;
	float: left;
}
.small_ban ul li:nth-child(3){
	margin-right: 0;
}
.small_ban ul li:hover{
}
.small_ban ul li a:hover h3{
	color: #000;
}
.small_ban ul li a:hover p{
	color: #000;
}
.small_ban ul li img{
	display: block;
	width: 100%;
	z-index: 4;
	margin-top: 32%;
}
.small_ban ul li a h3{
	font-size: 18px;
	line-height: 30px;
	width: 92%;
	height: 30px;
	overflow: hidden;
	padding-right: 4%;
	padding-left: 4%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #696969;
	padding-top: 5%;
}
.small_ban ul li a p{
	font-size: 14px;
	line-height: 20px;
	width: 92%;
	padding-right: 4%;
	padding-left: 4%;
	color: #696969;
	height: 40px;
	overflow: hidden;
}
.in_news{
	width: 100%;
	margin-bottom: 20px;
}
.in_news h2{
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #88cdca;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	border-bottom: 1px solid #E4E4E4;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.in_news ul{
	width: 100%;
	overflow: hidden;
}
.in_news ul li{
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	width: 100%;
	overflow: hidden;
	list-style-type: circle;
	color: #88cdca;
}
.in_news ul li a{
	color: #8d8d8d;
	padding-left: 5px;
}
/*index main*/
.index_main {
	width:100%;
	max-width:1180px;
	overflow: hidden;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.index_main strong a{color:#3e3e3e}
.index_main .left {
	float:right;
	width:22%;
	max-width:260px;
	padding-top: 15px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
}
.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}
.index_main .left input.submit {width:18px;height:15px;background:url(../../n31/images/bg_sprite.gif) 0 -310px no-repeat;border:none;cursor:pointer;float:right;margin-top:2px;margin-right:2px;}
.hot_p{
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.hot_p h2{
	font-size: 28px;
    line-height: 40px;
    color: #88cdca;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E4E4E4;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.hot_p ul{
	font-size: 0px;
	width: 100%;
	overflow: hidden;
}
.hot_p ul li{
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}
.hot_p ul li img{
	float: left;
	width: 36%;
	margin-right: 4%;
	border: 1px solid #999;
	border-radius: 6px;
}
.hot_p ul li h3{
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	font-weight: normal;
}
.hot_p ul li p{
	font-size: 12px;
	line-height: 18px;
	color: #999;
	max-height:36px;
}
.hot_p ul li h3 a{
	color: #666;
}
/*左侧产品下拉*/
.sidebar-product{
	width:100%;
	height:auto !important;
	height:auto !important;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}
.sidebar-product_t{
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.sidebar-product_t h2{
	font-size:28px;
	line-height: 28px;
	display: block;
	font-weight: normal;
	color: #696969;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	}
.sidebar-product dl{
	overflow: hidden;
}
.sidebar-product dl:nth-last-child(1){
	border-bottom-width: 0px;
}
.sidebar-product h3{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #696969;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.sidebar-product h3 a{
	color: #8d8d8d;
}
.sidebar-product_t h2 a{
	color: #8d8d8d;
}
.sidebar-product_t span{
	font-size:12px;
	line-height: 36px;
	height: 36px;
	float: right;
}
.sidebar-product_t span a{
	color: #8d8d8d;
}
.line{
	height:2px;
	width:100%;
}
.sidebar-product dt{
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	color:#88cdca;
	height:40px;
	display: block;
	line-height: 40px;
	cursor:pointer;
	float: right;
}
.sidebar-product dt:hover{
	color: #C00;
}
.sidebar-product dd{
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	margin: 8px 0 8px 15px;
	  }
.sidebar-product dd a{
	color:#8d8d8d;
	width:100%;
	display: block;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e2e2e2;
	}
.sidebar-product dd a:hover{
	text-decoration: none;
	color: #C00;
}
.sidebar-product dt img{position:absolute;right:10px;top:20px;}
.C_Cr{
	float: right;
	width: 78%;
	margin-top: 1%;
}
.center {
	float:left;
	width:100%;
	margin-top: 2%;
}
.center .now_cur{
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.center .now_cur h3{
	font-size:24px;
	line-height: 36px;
	height: 36px;
	float: left;
	color: #696969;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.center .now_cur span{
	font-size:12px;
	line-height: 36px;
	height: 36px;
	float: right;
	margin-right: 24px;
}
.center .now_cur span a{
	color: #ccc;
}
.center .now_cur span a:hover{
	color: #fbe105;
}
.center .clines{
	height: 1px;
	background-color: #eae8e6;
	overflow: hidden;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 19px;
	margin-bottom: 19px;
}

.center_p{
	width: 100%;
	overflow: hidden;
	text-align: left;
}
.center_p ul{
	width: 100%;
	overflow: hidden;
	text-align: left;
	font-size: 0px;
}
.center_p li {
	width:31%;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	height: auto;
	vertical-align: top;
	margin-right: 3.4%;
	margin-bottom: 3%;
}
.center_p li:nth-child(3n+3){
	margin-right: 0;
}
.center_p li a img{
	width:96%;
	height:auto;
	padding: 2%;
	background-color: #FFF;
	display: block;
	border-radius: 6px 6px 0px 0px;
}
.center_p li a{
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: auto;
}
.center_p li h3 {
	display:block;
	line-height: 26px;
	overflow: hidden;
	font-size: 16px;
	height: 26px;
	padding-right: 10px;
	padding-left: 10px;
}
.center_p li h3 a{ color:#88cdca}
.center_p li p {
	display:block;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	font-size: 12px;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.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;}
.index_main .right {float:right;width:1200px;padding-left:40px}
.index_main .right h3{padding-top: 7px;padding-right: 0;padding-bottom: 7px;padding-left: 0;}
.index_main .right li {height: 20px;overflow: hidden;line-height: 20px;margin-top: 5px;}
.index_main .right li a {background:url(../../n31/images/bg_sprite.gif) 0 -248px no-repeat;padding-left:8px;}
.index_main .right li span{color:red}
/**上面的内容只有首页用到**/
.msg_bl {
	clear:both;
	width:100%;
	border-collapse:collapse;
	font-size:12px;
	font-family: Arial,Helvetica,sans-serif;
	position:relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.msg_bl .prompt {
	font-size:14px;
	line-height:20px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #858585;
	padding: 10px 15px;
	border: 1px solid #e2e2e2;
}
.msg_bl .prompt span {
	margin-left:20px;
	color:#88cdca;
}
#msg_bl_dx2 input{
	border:1px solid #e2e2e2;
	width: 46%;
	line-height: 20px;
	padding: 1.2%;
	float: left;
	}
#msg_bl_dx2 input:nth-child(even){
	border:1px solid #e2e2e2;
	width: 46%;
	line-height: 20px;
	padding: 1.2%;
	margin-left: 1.2%;
	float: left;
	}
.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 #e2e2e2;
	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:#88cdca;
	color:#FFF;
	border-radius: 5px 5px 5px 5px;
	margin-right: auto;
	margin-left: auto;
	line-height: 18px;
}
.msg_bl form .t_submit:hover{
	background-color: #858585;
}
.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 #e2e2e2;
	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 #e2e2e2;
	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;
}
/*artcate*/
#artcate{
	max-width:1228px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
}
#artcate .item{
	min-width:180px;
	width:22.8%;
	height:auto;
	display: inline-block;
	margin-right: 0.9%;
	margin-left: 0.9%;
	overflow: hidden;
	padding-top: 20px;
}
#artcate .item h3{
	font-size: 12px;
	line-height: 30px;
	color: #333;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	overflow: hidden;
}
#artcate .item ul{
	color: #666;
	overflow: hidden;
	padding-top: 10px;
}
#artcate .item ul li{
	font-size: 12px;
	line-height: 30px;
	color: #666;
	overflow: hidden;
}
#artcate .item ul li a{
	color: #666;
}
/*turn page*/
#turn_page{
	text-align:center;
	line-height:35px;
	clear:both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#turn_page span{
	border:1px solid #e2e2e2;
	display:inline-block;
*display:inline; *zoom:1; 			font-size:14px;
	height:33px;
	line-height:33px;
	overflow:hidden;
	background:#fff;
	vertical-align:top;
	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{
	max-width:1180px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0.5%;
	padding-bottom: 1%;
	font-size: 0px;
	border-top: 1px solid #e2e2e2;
}
#index_footer ul{
	overflow: hidden;
	width: 23%;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	margin: 1%;
}
#index_footer ul h2{
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	padding-bottom: 10px;
	color: #696969;
}
#index_footer ul li{
	min-width: 165px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	display: block;
	/*background-image: url(../images/fi.png);*/
	background-repeat: no-repeat;
	background-position: 0px center;
	font-size: 12px;
}
#index_footer ul li a{
	color: #929292;
}
/*footer*/
.footer {
	width:100%;
	clear:both;
	color:#696969;
	font-size:12px;
	text-align:center;
	margin-top:20px;
}
.footer a {color:#6a6a6a;text-decoration:none}
.footer .f_lnk{
	overflow: hidden;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer .f_lnk a{
	padding-right: 8px;
	padding-left: 8px;
	color: #696969;
}
.footer .f_lnk a:hover{
	color: #C00;
}
.footer .fwidget{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	overflow: hidden;
	border-top: 1px solid #e2e2e2;
}
.footer .fwidget_r {
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 25px;
	overflow: hidden;
	white-space: normal;
}
#cen_banner{
	max-width:1180px;
	width:100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#cen_banner img{
	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{
	max-width:1180px;
	width:96%;
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.main .bread {
	overflow: hidden;
	background-color: #f5f5f5;
	display: block;
	padding: 10px;
}
.main .bread h2{
	float: left;
	font-size: 14px;
	padding-left: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #0d3b67;
	line-height: 30px;
}
.main .bread span, .main .bread ul{
	float: left;
	font-size: 12px;
	line-height: 24px;
}
.main .bread ul li{ display: inline-block;}
.main .bread a{
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	color: #858585;
}
.main .bread span a:hover{
	color: #fbe105;
}
.main .bread span i{
	font-size: 30px;
	display: block;
}
/**product list**/
.rsidebar {
	display: block;
	width: 100%;
	overflow: hidden;
}
.rsidebar h2 {
	font-size: 28px;
	line-height: 28px;
	color: #88cdca;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.rsidebar h2 a{
	color: #FFF;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 40px;
}
.rsidebar h2 a:hover{
	color: #FFF;
	background-color: #39352D;
	text-decoration: none;
}
.rsidebar h2.search {border:none;margin:0;}
.rsidebar ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.rsidebar li {
	overflow: hidden;
	font-size: 14px;
	width: 100%;
	font-weight: normal;
	height:47px;
	display: block;
	line-height: 47px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.rsidebar li a{
	line-height: 47px;
	color:#8d8d8d;
	width:100%;
	display: block;
}
.rsidebar li a:hover{
	text-decoration: none;
	color: #fbe105;
}
.contact-list{
	width:100%;
	overflow: hidden;
	display: block;
}
.contact-list h2 {
   font-size: 28px;
	line-height: 28px;
	color: #88cdca;
	display: block;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.contact-list table{
	background-color: #FFF;
	overflow: hidden;
	display: block;
	margin-top: 10px;
}
.contact-list tr{
	line-height: 26px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.contact-list tr th{
	color: #3e3e3e;
	white-space: nowrap;
}
.contact-list tr th i{
	font-weight: normal;
	font-size: 18px;
	color: #88cdca;
}
.contact-list tr a{
	color: #666;
}
.contact-list tr a:hover{
	color: #ff665e;
}
.contact-list tr td{
	word-break: break-all; 
}
/*case list*/
.main .caselist {float:right; width:100%;}
.main .caselist ul.list {
	width: 100%;
}
.main .caselist ul.list li h2{
	font-size:16px;
	line-height: 30px;
}
.main .caselist ul.list li h2 a{
	color: #666;
}
.main .caselist p{
	line-height:24px;
	margin-top:5px;
	font-size: 14px;
	color: #B3B3B3;
}
.main .caselist ul.list li {
	width:100%;
	border-bottom:1px dotted #c8c8c8;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	overflow: hidden;
}
.main .caselist ul.list li img {float:left;margin-right:24px;width:186px;height:121px;overflow:hidden}
.main .caselist ul.list  a.more {
	float: right;
	margin-right: 20px;
	padding-top: -100px;
	color: #858585;
}
.main .caselist ul.list  a.more:hover {color:red}
.main .caselist strong a {font-size:13px;text-transform:uppercase;color:#3e3e3e}
.zhushi{
	border: 1px solid #E3E3E3;
	padding: 10px;
	position: fixed;
	right: 10px;
	width: 250px;
	color: #C00;
	background-color: #FFF;
	font-size: 12px;
	bottom: 50px;
}
/*main*/
.main .content, .main-l{
	float:right;
	width:78%;
	overflow: hidden;
	margin-top: 1%;
}
.sidebar {
	float:left;
	width:20%;
	margin-top: 1%;
}
.content .abstract {width: 100%;line-height:20px;margin-top: 2%;overflow: hidden;}
.content .abstract .brief {
	float:left;
	width:100%;
	height:auto;
	color:#858585;
	position:relative;
	line-height:30px;
	max-width:355px;
	font-size: 14px;
}
.content .abstract .brief h1 {
	font-size:18px;
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 30px;
}
.content .abstract .brief span {color:#88cdca; line-height:21px; 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;}
.content .abstract .widget #seegallery {display:block;float:left;padding-left:20px;height:20px;line-height:20px;margin-top:8px;margin-right:20px;}
.content .abstract .widget #sendmail {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 0px no-repeat;}
.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;
	margin-left:22px;
	cursor:pointer;
	background-color: #4a4439;
}
.content .abstract .widget .button a{color:#FFF}
.content .abstract .widget .levemsg {margin-left:3px}
.content .tab {display:none}
.content .sec_m{
	width:100%;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.content .sec_m li{float:left; text-align:center;width:334px;}
.content .sec_m li img{text-align:center; margin-top:5px;}
.content .sec_m li p strong{color:#000}
.content .stab {display:none}
/*pros*/
.pros{
	width: 100%;
	margin-bottom: 2%;
	margin-top: 2%;
}
.pros table{
	width: 100%;
	font-size: 14px;
	color: #858585;
	line-height: 20px;
	background-color: #DFDFDF;
}
.pros tr{background-color: #fff;}
.pros th{
	width: 24%;
	text-align: left;
	padding: 5px 8px;
}
.pros td{
	padding: 5px 8px;
}
.pros h3{
	margin-top:10px;
	font-size: 16px;
	line-height: 30px;
	padding-left: 10px;
}

/*prompt_h*/
#prompt_h{
	width: 480px;
	display: block;
}
/*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: 34px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
}
.case .section{	
	font-size:14px;
	line-height:28px;
	color:#666;}
/**Cotent News list **/
.news .topnews{
	overflow: hidden;
	margin-bottom: 25px;
	margin-top: 2%;
}
.news .topnews a img {width:190px;height:124px;float:left;margin-right:20px;display: inline-block;}
.news .topnews h2 {
	font-size:16px;
	line-height:30px;
}
.news .topnews p {
	font-size:14px;
	line-height:28px;
}
.news .tabselect {clear:both;text-align:right;position:relative;right:50px;bottom:20px}
.news .tabselect a {margin:0 10px}
.news h2.cate {
	font-size:16px;
	margin-top:20px;
	padding-bottom: 15px;
	border-bottom:1px dotted #cbcbcb;
}
.news h2.cate span {float:right;font-size:12px;font-weight:normal;}
.news .newslist {
	margin-top:2%;
	margin-bottom: 25px;
	overflow: hidden;
}
.news .newslist li{
	list-style:square inside;
	width:100%;
	height:34px;
	line-height:34px;
	position:relative;
	float:left;
	overflow: hidden;
	font-size: 14px;
}
.news .newslist li .pubdate {position:absolute;right:0;_bottom:2px}
/**Content News inside**/
.news .newsection{font-size:16px;height:40px;line-height:40px;font-weight:bold;border-bottom:1px dotted #cbcbcb;color:#3e3e3e}
.news .section{	
	font-size:14px;
	line-height:28px;
	color:#666;}
.news .next_pre{
	line-height: 34px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
	padding-top: 10px;
	font-size: 14px;
}
/*About Page*/
.about .section {
	clear:both;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	font-size:14px;
	line-height:28px;
	color:#666;
}
/*artcate*/
#artcate{
	max-width:1228px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
}
#artcate .item{
	min-width:180px;
	width:22.8%;
	height:auto;
	display: inline-block;
	margin-right: 0.9%;
	margin-left: 0.9%;
	overflow: hidden;
	padding-top: 20px;
}
#artcate .item h3{
	font-size: 12px;
	line-height: 30px;
	color: #333;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	overflow: hidden;
}
#artcate .item ul{
	color: #666;
	overflow: hidden;
	padding-top: 10px;
}
#artcate .item ul li{
	font-size: 12px;
	line-height: 30px;
	color: #666;
	overflow: hidden;
}
.cert_p{
	width: 100%;
}
.cert_box{
	display:table;
	overflow: hidden;
	border: 1px solid #E3E3E3;
	background-color: #F8F7F5;
	width: 98%;
	height: 200px;
	text-align: center;
}
.cert_box a{
	width: 100%;
	overflow: hidden;
	height: 100%;
	display:table-cell;
	vertical-align:middle;
}
.cert_box a img{
	vertical-align:middle;
	max-width: 100%;
	max-height: 100%;
	width:expression(this.width>100%?"100%":"auto");height:expression(this.height>200?"200px":"auto");
}
.cert_p h2{
	font-size: 18px;
	line-height: 34px;
	color: #4a4439;
	text-align: center;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	margin-top: 10px;
}
.cert_p p{
	margin-bottom: 20px;
	text-align: center;
	margin-top: 5px;
}
#banner{
	visibility:hidden;
	float:left;
	border:solid 1px #ccc;
	width: 100%;
	max-width:400px;
	min-width:340px;
	height: auto;
	margin-right: 20px;
}
#banner img{
	width:100%;
	height:auto;
	display: block;
}
#banner.banner1{ margin-left:100px; border:3px solid #ccc;}
#banner.banner2{ border:3px solid #ccc;}
#banner.banner2 img{ height:auto; width:100%;}
.about_pc_tab{float: left;width:100%; padding-bottom:10px;}
.tbl2 {
	background-color:#e6e6e6;
	width:100%;
	font-size: 14px;
	line-height: 20px;
}
.tbl2 tr{background-color:#ffffff;}
.tbl2 th{
	width: 20%;
	text-align: right;
	padding: 5px 8px;
}
.tbl2 td{
	padding: 5px 8px;
}
.tabs{
	width: 100%;
}
.tabs .ul{
	width: 100%;
	line-height: 26px;
	display: block;
	overflow: hidden;
}
.tabs .ul li{
	float:left;
	line-height:30px;
	color:#FFF;
	cursor:pointer;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	background-color: #858585;
}
.tabs .ul li.focus{
	background-color:#88cdca;
	color:#FFF;
	font-weight: bold;
}
.tabs .div{border:1px solid #e6e6e6;padding:20px; font-size:14px; line-height:28px; color:#666;}
/*pinfo*/
.pinfo{
	width: 100%;
}
.pinfo h3{
	color: #FFF;
	line-height: 34px;
	height: 34px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-color: #88cdca;
	margin-top: 10px;
}
.pinfo h4{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 30px;
	height: 30px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}
.pinfo h4 a{
	color: #88cdca;
}
.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 ul li a{
	color: #858585;
}
.pinfo .t3 li{
	overflow: hidden;
	float: left;
	width: 33%;
}
/*tag*/
.tag{
	overflow: hidden;
	width: 100%;
}
.tag strong{
	overflow: hidden;
	float: left;
	margin: 5px;
	line-height: 28px;
	padding-top: 2px;
}
.tag a{
	overflow: hidden;
	float: left;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ebebeb;
	margin: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.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: 98%;
	max-width:400px;
	min-width:320px;
}
.product_box .banners{
	height: 400px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.pb{
	display: inline-block;
	position: relative;
	height: auto;
	float: left;
	margin-right: 35px;
	margin-bottom: 10px;
	z-index: 1;
}
.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: #88cdca;
}
.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;
	margin-top: 10px;
	overflow: hidden;
}
.pb .points{
	font-size:12px;
	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;
}
.pb .steps { width:16px;height:23px;background-position:0px -17px;margin:0px 0px 0px 6px;position:absolute; bottom:3px; _overflow:hidden; } /* FireFox */
*html .pb .steps { width:16px;height:23px;background-position:0px -17px;margin:0px 0px 0px 5px;position:absolute; bottom:3px; _overflow:hidden; } /* IE6 */
*+html .pb .steps { width:16px;height:23px;background-position:0px -17px;margin:0px 0px 0px 5px;position:absolute; bottom:3px; _overflow:hidden; } /* IE7 */
.pb .steps .up, .pb .steps .down{width:15px;height:11px;cursor:pointer;}
.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: 400px;
}
.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:980px){ 
.zhushi{display:none;}
}
@media screen and (max-width:900px){
#C_C{
	margin-bottom: 5px;
}
/*顶部样式开始变的临界宽度
*/
.head{
	margin-top: 5px;
	margin-bottom: 8px;
	height: 40px;
}
.header #logo{ padding-left:2%;!important; padding-top:0; height:auto !important; max-width:340px; max-height:40px;margin-bottom: auto;}
.top_bread{display:none;width:100%; height:auto; padding:10px 2% 0 0; background:#fff; position:relative; z-index:10001;}
.top_bread ul{padding-left:2%;background:#fff;}
.top_bread ul li{float:none; height:auto; line-height:34px;border-bottom:1px solid #cbcbcd; text-align:left; padding-left:30px;overflow: hidden;} 
.top_bread ul a li { color:#3e3e3e;}
.top_bread ul{display:none;}
.top_bread select{display:none;}
.head_top ul{
	overflow: hidden;
	width: 96%;
	max-width:1180px;
	margin: auto;
}
.head_top ul li {
    height: 18px;
    line-height: 18px;
	display: block;
}
.head_top .branch {height: auto;}
.header_fenxiang{
	margin-top:10px;
	float: left;
	display:block;
	width:100%;
	padding-left:2%;
}
#fun1{position:absolute;right:3%;display:block;cursor:pointer;background-color:rgba(0, 0, 0, 0.4);padding: 2px;} 
#fun1 i{
	font-size: 30px;
	color: #FFF;} 
.top_bread .m{display:block;font-size:15px;padding-bottom:10px;}
.top_bread .m a{
	width: 100%;
	display: inline-block;
	float: left;
	overflow: hidden;
}
.top_bread .m .branch{
	height: 40px;
	width: 92%;
	display: inline-block;
	float: left;
	margin-right: 3%;
	margin-left: 3%;
}
.top_bread .m .branch option{
	height: 40px;
	line-height:40px;
}
.header { background-color: #b3e5e4; padding-bottom: 10px;}
.menu { padding-top: 0;}
.menu-pcenter {width: auto; margin-left: 10px;}
.menu ul.nav {display: none;}
.header_fenxiang dt {
    line-height: 24px;
    height: 24px;
    width: 24px;
}
.header_fenxiang dt i {
    font-size: 18px;
}
.index_main {width:100%; height:auto;margin:0 auto;}
.center {margin:2% auto;width:98%;padding-right: 0px; float:none;border-right-width: 0px;}
.center_p{margin: 0px;}
.center_p li{
	width:46%;
	height:auto;
	margin: 2%;
	line-height:16px;
}
.center_p li:nth-child(3n+3){
	margin-right: 2%;
}
.center_p li p{line-height:22px;}
.center_p li h3 {margin:8px 0;display:block}
.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;}
.index_main .left{display:none;}
.index_main .right{display:none;}
/*footer*/
.footer .fwidget {width:100%;margin:0 auto;position:relative}
/*list*/
.main .rsidebar {width:98%; margin:0 auto; float:none; height:auto;}
/*case list*/
.main .caselist {margin-left:1%;}
.rsidebar {display:none}
#msg_bl_dx1 input{
	float: left;
	width: 60%;
	padding-left: 5px;
	max-width:224px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.top_bread{display:none;width:100%; height:auto; padding:10px 2% 0 0; background:#fff; position:relative; z-index:10001;}
.top_bread ul{padding-left:2%;background:#fff;}
.top_bread ul li{float:none; height:auto; line-height:34px;border-bottom:1px solid #cbcbcd; text-align:left; padding-left:30px} 
.top_bread ul a li { color:#3e3e3e;}
.top_bread ul{display:none;}
#about_pb{
	width: 100%;
	height: auto !important;	
}
#cen_banner{
	margin-top: 0px;
}
.sidebar {
    float: left;
    width: 100%;
    margin-top: 1%;
}
.main .content {width:100%;  float:none;overflow: hidden;border-left-width: 0px;}
.main .bread {margin-bottom:0}
/*news list*/
.news .newslist li{width:98%; height:auto !important;}
.news .newslist li a{width:88%; height:auto !important; padding-right:12%;}
.news .newslist li span{width:9%; padding-right:2%}
/*footer*/
.footer{margin-top:20px;}
.footer .fwidget {width:100%;margin:0 auto;position:relative}
.iservice img{width:100%}
.iservice .zs{width:285px !important; height:243px;}
.about .air_table{width:99% !important; height:auto}
.canshu{overflow:scroll;}
#index_footer{
	padding-top: 10px;
}
.C_Cr {
    float: right;
    width: 100%;
    margin-top: 2%;
}
.main-l {
    width: 100%;
}
}
@media screen and (max-width:765px){
.small_ban ul li {
    width: 96%;
    margin-left: 2%;
	margin-right: 2%;
}
.small_ban ul li:nth-child(even){
	margin-right: 2%;
}
#index_footer ul {
    width: 48%;
}

}
@media screen and (max-width:740px){
.message {display:none}
.content .abstract .widget .levemsg{display:none}
.content .section img{width:94% !important;}
.case img{width:95% !important}
.message {display:none}
.msg{display:none}
.location{display:none;}
}
@media screen and (max-width:640px){
	#banner.rsMainSlideImage img{ width:640px !important; height:288px !important;}
	.content .abstract .brief{height:auto}
.content .abstract .widget .levemsg{display:none}
	#msg_bl_dx1 li{
width: 100%;
	}
#msg_bl_dx1 input{
	float: left;
	width: 63%;
	padding-left: 5px;
	max-width:none;
	margin-top: 5px;
	margin-bottom: 5px;
	}
}
@media screen and (max-width:560px){  
.content .abstract .brief{float:left !important; margin-top:2%;margin-left:7%;}
.content .abstract .widget{ margin-bottom:7%}
.content .abstract .widget .levemsg{display:block}
.content .abstract .widget{ margin-bottom:7%}
.content .abstract .widget .button{margin-left:0; margin-top:7px;}
}

@media screen and (max-width:480px){ 
.me{display:none}
.index_main {width:100%; height:auto;margin:0 auto;}
.center_p li {width:100%; margin: 1% 0%;}
.top_bread .m{display:block;}
.me{display:none}
.main .caselist ul.list li img {margin-right:0px;width:100%;height:auto;}
.news .newslist li a{width:84%; height:auto !important; padding-right:12%;}
.news .newslist li span{width:12%; padding-right:2%}
.iservice .zs{width:285px !important; height:243px; float:left; margin-right:30%; margin-bottom:2%;}
.about embed{width:98% !important; height:auto}
.about .liming_show img{width:98%; height:auto}
.content .abstract .brief{float:left !important; margin-top:2%;margin-left:7%;}
.content .abstract .widget .levemsg{display:block}
.content .abstract .widget{margin-bottom:7%}
.sec_m{clear:both;}
.head #logo {
	max-width:250px;
}
.news .topnews a img {width:100%;height:auto;margin-right:0px;}
#index_footer ul {
    width: 98%;
}
}
@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%;}
.content .abstract .widget{margin-left:1%;}
}
@media screen and (max-width:340px){ 
.product_box .banners{
	height: 330px !important;
	overflow: hidden;
} 
.C_top_R1IMG img{
	max-height:340px !important;
}
}