﻿/*reset*/
*{margin:0;padding:0;}
html,body{
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
ul,li,ol {list-style:none outside}
a{text-decoration:none;color:#3e3e3e}
a:hover {text-decoration: none;}
img {border:none; max-width:100%}
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%;background-color: #fff;}
.head{ padding: 18px 20px; margin:0 auto; overflow:hidden;  position: relative;}
.head-top{
	overflow:hidden;
	padding: 18px 20px 10px 20px;
	background-color: #102747;
}
.head-top_c{width:100%;margin:0 auto;overflow:hidden;}
.head-top select {
	height:24px;
	margin-left:8px;
	line-height: 24px;
	margin-bottom: 8px;
	display: inline-block;
	vertical-align: top;
	float: right;
}
.head #logo {
	float:left;
	padding-top:10px;
	max-height: 80px;
	max-width:300px;
	padding-bottom:10px;
}
.geyan-t{
	float: left;
	margin-left: 20px;
	height: 100px;
	display: table;
}
.geyan-t h2, .geyan-t p{
	font-size: 30px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
	vertical-align: middle;
	display: table-cell;
}
/*.top_bread {position:absolute;left:60%;top:3.2%;width:297px;height:52px;text-align:right;}*/
.top_bread {
	float:right;
	height:52px;
	text-align:right;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0;
}
.head_r{
	float: right;
	max-width:540px;
}
.head_rxx{
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	float: right;
	text-align: right;
}
.head_rxx a {color: #666;}
.head_rxx a:hover{color: #fe9f38;}
.head_rxx li {
	margin-left:10px;
	line-height:24px;
}
.head_rxx li.website-mailbox{
	font-weight: bolder;
}
.head_rxx li i{font-size: 16px;font-weight: normal;color:#fe9f38;}
.head_rxx li.website-phone{font-weight: bold; font-size: 20px;line-height:34px;}
.head_rxx li.website-phone a{color: #102747;}
.head_rxx li.website-phone a:hover{color: #fe9f38;}
.head_rxx li.website-phone i{font-size: 30px;}
.top_bread .branch{
	line-height: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.top_bread .m{display:none;}
#fun1{display:none;}
.header_fenxiang{
	display: inline-block;
	float: left;
	margin-bottom: 8px;
}
.header_fenxiang dt{
	line-height: 24px;
	float: left;
	height: 24px;
	width: 24px;
	margin-left: 5px;
	list-style-type: none;
}
.header_fenxiang dt a{
	text-align: center;
	height: 100%;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.header_fenxiang dt a:hover{
	text-decoration: none;
	background-color: #fe9f38;
}

.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 {
	height:70px;
	line-height:70px;
	font-size: 18px;
	padding: 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2dae3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2dae3;
}
.menu ul.nav {
	float:left;
	height:70px;
	width:80%;
	max-width:1200px;
	display: table;
}
.menu li.primary {
	position:relative;
	z-index:10;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	line-height: 20px;
}
.menu li.primary::after{
	position: absolute;
	content: "";
	right: 1px;
	bottom: 26px;
	width: 1px;
	height: 18px;
	background-color: #a0a5d2;
}
.menu > li > a {
	color: #102747;
	text-decoration:none;
	overflow: hidden;
	margin: 0px;
	display: block;
	padding: 0;
	font-weight: normal;
}
.menu li.cur a{
	color: #fe9f38;
}
.menu li a:hover{
	color: #fe9f38;
	text-decoration: none;
}
.menu li.primary ul{
	position:absolute;
	top:70px;
	z-index:999;
	line-height:24px;
	display:none;
	padding-bottom: 10px;
	background-color: #fff;
	text-align: left;
	left: 0px;
}
.menu li.primary ul li {
	font-size:16px;
	line-height:30px;
	overflow: hidden;
}
.menu li.primary ul li a {
	color:#3e3e3e;
	padding:0 25px 0 25px;
	white-space: nowrap;
	display: block;
}
.menu li.primary ul li a:hover {
	color:#fe9f38;
}
.primary ul.pcenter dl {padding:0}
.primary ul.pcenter dl a {
	color:#3e3e3e;
	line-height: 30px;
	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:#fe9f38;
	text-decoration: none;
}
.primary ul.pcenter dt a {
	font-size:16px;
}
.primary ul.pcenter dt a:hover {
	text-decoration:none;
	color: #fe9f38;
}
.primary ul.pcenter dd a {
	font-size:14px;
	color: #666;
}

#searchform{
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 8px;
}
#searchform > fieldset{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#searchform > fieldset > input[name="keys"] {
	height: 24px;
	width: 120px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	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: 24px;
	color: #fff;
	background-color: #fe9f38;
	padding-right: 5px;
	padding-left: 5px;
	border: 0px solid #999; 
}

#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:98p%;  text-align:center;}
#pfl{ width:62px; height:77px; background:url(/n39/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(/n39/images/banpage.png) no-repeat -1116px 0px; cursor:pointer; position:absolute; right:0px; top:143px; z-index:8;}

.ind_about{
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	position: relative;
	background-color: #102747;
	max-height: 800px;
}
.ind_about img{
	min-width:100%;
	display: block;
}
.ind_about_box{
	overflow:hidden;
	position: absolute;
	z-index: 1;
	width: 100%;
}
.ind_about_box_p{
	overflow:hidden;
	display: block;
	width: 100%;
	max-width:760px;
	text-align: center;
	margin: 6% auto;
	}
.ind_about_box h3{
	line-height: 80px;
	overflow: hidden;
	font-size: 70px;
	font-weight: normal;
	margin: 10px auto;
	display:inline-block;
	color: #FFF;
}
.ind_about_box h3 a{
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
}
.ind_about_box p{
	line-height: 34px;
	overflow: hidden;
	font-size: 22px;
	color: #fff;
	margin-bottom: 3%;
	text-align: center;
	max-height:136px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
}

.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%;
	margin-bottom: 20px;
	overflow: hidden;
}
.sidebar-product h2{
	font-size:16px;
	line-height: 20px;
	color: #FFF;
	padding: 12px;
	background-color: #102747;
	display: block;
}
.sidebar-product h2 a{
	color: #FFF;
}
.line{
	height:2px;
	width:100%;
}
.sidebar-product h3{
	width: 100%;
	font-size: 16px;
	line-height: 27px;
	padding: 10px 20px; 
	font-weight: normal;
	border-bottom: 1px dashed #d2dae3;
	position: relative;
}
.sidebar-product h3 i{
	color: #fe9f38;
	position: absolute;
	top: 10px;
	left: 0;
	}
.sidebar-product h3 a{
	color: #333;
}
.sidebar-product h3 a:hover{
	text-decoration: none;
	color: #fe9f38;
}
.sidebar-product dl{
	display: block;
	overflow: hidden;
}
.sidebar-product dt{
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	color:#3e3e3e;
	display: block;
	line-height: 47px;
	cursor:pointer;
	float: right;
	position: relative;
	z-index: 1;
	}

.sidebar-product dt:hover{
	text-decoration: none;
}
.sidebar-product dd{
	overflow: hidden;
	line-height: 28px;
	font-size: 14px;
	margin: 10px 0 10px 15px;
	}
.sidebar-product dd a{
	color:#797979;
	width:100%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bdbdbd;
	}
.sidebar-product dd a:hover{
	text-decoration: none;
	color: #fe9f38;
}
.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}
.index_main .left input.submit {width:18px;height:15px;background:url(/n39/images/bg_sprite.gif) 0 -310px no-repeat;border:none;cursor:pointer;float:right;margin-top:2px;margin-right:2px;}
.index_main .left .newscenter {line-height:20px;}
.index_main .left .newscenter h3 {
	font-size:16px;
	line-height: 40px;
	height: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-indent: 10px;
	font-weight: normal;
	background-image: url(/n39/images/tl.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
.index_main .left .newscenter h3 a{
	color: #333;
	display: block;
}
.index_main .left .newscenter h3 a:hover{
	color: #fa7706;
	text-decoration: none;
}
.index_main .left .newscenter li {
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #4a4439;
	width: 100%;
	text-indent: 20px;
}
.index_main .left .newscenter li a{
	color:#3e3e3e;
	width:100%;
	height:47px;
	display: block;
	line-height: 47px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bdbdbd;
	background-image: url(/n39/images/il.jpg);
	background-repeat: no-repeat;
	background-position: 10px -27px;
}
.index_main .left .newscenter li a:hover{
	background-image: url(/n39/images/il.jpg);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	text-decoration: none;
	color: #fa7706;
}

.index_main .left .newscenter .more {color:#3e3e3e;font-style:italic;display:block;margin-top:20px;}
.center {
	float:left;
	width:75%;
	max-width:930px;
	overflow: hidden;
}
.center .center_t {
	background-image: url(/n39/images/tl.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	height: 40px;
	width: 100%;
}
.center .center_t .now_cur{
	line-height: 40px;
	margin-left: 10px;
	display: inline-block;
	font-size: 16px;
	color: #333;
}
.center .center_t span{
	font-size: 14px;
	line-height: 40px;
	color: #CCC;
	float: right;
	margin-right: 10px;
}
.center .center_t span a{
	color: #CCC;
}
.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 ul {
	text-align: left;
	font-size: 0px;
}
.center_p li {
	width:32%;
	line-height:20px;
	height: auto;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 30px;
	vertical-align: top;
}
.center_p li:nth-child(3n+3){
	margin-right: 0px;
}
.center_p li a{
	overflow: hidden;
	display: block;
	color: #FFF;
}
.center_p li a img{
	max-width:100%;
}
.center_p li h3 {
	display:block;
	line-height: 34px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
.center_p li h3 a{
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
}
.center_p li h3 a:hover{
	color: #fe9f38;
}
.center_p li p {
	display:block;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.center_row{
	background-image: url(/n39/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(/n39/images/bg_sprite.gif) 0 -248px no-repeat;padding-left:8px;margin-top:5px;}

.ind_ptop{
	width: 98%;
	margin: 30px auto;
	text-align: center;
	overflow:hidden;
}
.ind_ptop_th{
	font-size: 30px;
	line-height: 44px;
	color: #333;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}
.ind_ptop ul{
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin:20px 0;
	font-size: 0px;
}
.ind_ptop ul li{
	width: 15%;
	padding-left:0.5%;
	padding-right:0.5%;
	vertical-align: top;
	display: inline-block;
	border-right: 1px solid #d2dae3;
	text-align: center;
}
.ind_ptop ul li:nth-child(6){
	border-right: 0;
}
.ind_ptop ul li img{
	max-width:100%;
	display: inline-block;
}
.ind_ptop ul li h3{
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0;
	overflow: hidden;
}
.ind_ptop ul li h3 a{
	color: #333;
}
.ind_ptop ul li h3 a:hover{
	color: #fe9f38;
}
.ind_ptop ul li p{
	font-size: 14px;
	line-height: 20px;
	color: #666;
	max-height:40px;
	overflow: hidden;
}
.ind_ptop ul li span{
	font-size: 14px;
	display: inline-block;
	line-height: 30px;
	margin-top: 10px;
}
.ind_ptop ul li span a{
	padding: 5px 20px;
	display: block;
	color: #FFF;
	background: #fe9f38;
}
.ind_ptop ul li span a:hover{
	background: #102747;
}
.ind_phot{
	width: 98%;
	margin: 30px auto;
	text-align: center;
	overflow:hidden;
}
.ind_phot_th{
	font-size: 30px;
	line-height: 44px;
	color: #333;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}
.ind_phot ul{
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin:20px 0;
	font-size: 0px;
}
.ind_phot ul li{
	width: 15%;
	padding-left:0.5%;
	padding-right:0.5%;
	vertical-align: top;
	display: inline-block;
	border-right: 1px solid #d2dae3;
	text-align: center;
}
.ind_phot ul li:nth-child(6){
	border-right: 0;
}
.ind_phot ul li img{
	max-width:100%;
	display: inline-block;
}
.ind_phot ul li h3{
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0;
	overflow: hidden;
}
.ind_phot ul li h3 a{
	color: #333;
}
.ind_phot ul li h3 a:hover{
	color: #fe9f38;
}
.ind_phot ul li p{
	font-size: 14px;
	line-height: 20px;
	color: #666;
	max-height:40px;
	overflow: hidden;
}
.ind_phot ul li span{
	font-size: 14px;
	display: inline-block;
	line-height: 30px;
	margin-top: 10px;
}
.ind_phot ul li span a{
	padding: 5px 20px;
	display: block;
	color: #FFF;
	background: #fe9f38;
}
.ind_phot ul li span a:hover{
	background: #102747;
}
.ind_case{
	overflow: hidden;
}
.ind_case ul{
	overflow: hidden;
	font-size: 0px;
	text-align: center;
}
.ind_case ul li{
	width:33.3%;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.ind_case ul li img{
	width:100%;
	display:block;
}

.ind_case ul li span{
	width:100%;
	height:100%;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	text-align: center;
	transition:background 0.5s;
}
.ind_case ul li span a{
	display: inline-block;
	font-size: 24px;
	line-height: 40px;
	color: #FFF;
	margin-top: 30%;
	filter:alpha(opacity=0); /*IE滤镜，透明度50%*/
	-moz-opacity:0; /*Firefox私有，透明度50%*/
	opacity:0;/*其他，透明度50%*/
	position: relative;
	padding: 0 20px;
}
.ind_case ul li:hover span a{
	filter:alpha(opacity=100); /*IE滤镜，透明度50%*/
-moz-opacity:100; /*Firefox私有，透明度50%*/
opacity:100;/*其他，透明度50%*/
}
.ind_case ul li:hover span a::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 20%;
	height:100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fe9f38;
	border-bottom-color: #fe9f38;
	border-left-color: #fe9f38;
	transition:width 0.5s;
}
.ind_case ul li:hover span a::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 20%;
	height:100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #fe9f38;
	border-bottom-color: #fe9f38;
	border-right-color: #fe9f38;
	transition:width 0.5s;
}
.ind_case ul li span a:hover::after, .ind_case ul li span a:hover::before{
	width: 50%;
}
.ind_case ul li:hover span{
	background-color: #102747;
}
.ind_case_box{
	width:100%;
	height:100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color:rgba(16, 39, 71, 0.4);
	display: table;
}
.ind_case_box h3{
	font-size: 40px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	padding: 15px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
	display: table-cell;
	vertical-align: middle;
}
.ind_new{
	overflow: hidden;
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
}
.ind_new_th{
	font-size: 30px;
	line-height: 44px;
	color: #333;
	text-align: center;
	display: inline-block;
	text-transform:uppercase;
}
.ind_new ul{
	width:96%;
	max-width:1200px;
	margin:30px auto;
	overflow: hidden;
	text-align: center;
}
.ind_new ul li{
	border-right: 1px solid #d2dae3;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 1.5%;
	padding-right: 1.5%;
}
.ind_new ul li:nth-child(3){
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
.ind_new h2{
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 20px;
}
.ind_new h2 i{
	font-size: 30px;
	line-height: 40px;
	color: #fe9f38;
	vertical-align: middle;
	display: inline-block;
	margin-right:5px;
}
.ind_new h2 a{
	color: #102747;
}
.ind_new h2 a:hover{
	color: #fe9f38;
}
.ind_new p{
	font-size: 14px;
	line-height: 26px;
	color: #7587a1;
	margin-bottom:20px;
}
.ind_new e{
	font-size: 14px;
	line-height: 20px;
	color: #fe9f38;
}
/**上面的内容只有首页用到**/
.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 {
	line-height:24px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #102747;
	color: #fff;
	padding: 10px;
	font-size: 16px;
}
.msg_bl .prompt span {margin-left:20px;color:#fe9f38;}
#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){
	border:1px solid #CCC;
	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 #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:#fe9f38;
	color:#FFF;
	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;
	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;
	cursor: pointer;
}
#turn_page a:hover{
	color: #fff;
	background-color: #102747;
}
#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: #102747;
	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{
	padding: 39px 0 0;
	overflow: hidden;
	background-color: #102747;
	border-bottom: 1px solid #40526c;
}
.index_footer_c{
	width: 96%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	font-size: 0px;
	}
.index_footer ul{
	overflow: hidden;
	width: 18%;
	margin-right:2%;
	display: inline-block;
	margin-bottom: 2%;
	vertical-align: top;
}
.index_footer ul h2{
	font-size: 18px;
	line-height: 30px;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
	color: #fff;
}
.index_footer ul li{
	line-height: 22px;
	margin: 15px 0;
	overflow: hidden;
	display: block;
	text-align: left;
	font-size: 14px;
}
.index_footer ul li i{
	color: #fe9f38;
	font-size: 20px;
	margin-right:5px;
}
.index_footer ul li a{
	color: #FFF;
}
.index_footer ul:nth-child(5) li a{
	color: #7587a1;
}
.index_footer ul li a:hover{
	color: #fe9f38;
}
/*footer*/
.footer {
	width:100%;
	color:#7587a1;
	font-size:14px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 32px;
}
.footer p{
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
}
.footer a {
	color:#7587a1;
	text-decoration:none
}
.fwidget{
	width:96%;
	overflow: hidden;
	background-color: #102747;
	font-size: 14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 2%;
	padding-left: 2%;
}
.fwidget .f_lnk{
	overflow: hidden;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.fwidget .f_lnk a{
	padding-right: 15px;
	color: #7587a1;
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
}
.fwidget .f_lnk a:hover{
	color: #fe9f38;
}
/*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:100%;
	max-width:1200px;
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.main img{ max-width:100%;}
.main .bread {
	width: 100%;
	border-bottom: 2px solid #d2dae3;
	font-size: 14px;
	overflow: hidden;
	margin-bottom:20px;
}
.main .bread h2{
	float: left;
	font-size: 14px;
	padding-left: 20px;
	font-weight: normal;
	line-height: 40px;
}
.main .bread span, .main .bread ul{
	float: left;
	font-size: 16px;
	line-height: 24px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 10px;
}
.main .bread ul li{
	display: inline-block;
	text-transform:uppercase;
}
.main .bread a {
	margin:0 3px;
	color: #333;
}
.main .bread a:hover{
	color: #fe9f38;
}
.main .rsidebar {
	width:100%;
	overflow: hidden;
}
.main .rsidebar h2 {
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	background-color: #102747;
	padding: 12px;
	display: block;
}
.main .rsidebar h2 a{
	color: #333;
	display: block;
}
.main .rsidebar a:hover{
	color: #e7141a;
	text-decoration: none;
}
.main .rsidebar h2.search {border:none;margin:0;}
.main .rsidebar p{
	line-height: 34px;
	font-size: 14px;
	color: #666;
	padding: 5px;
	border: 1px solid #ddd;
}
.main .rsidebar p i{
	font-size: 18px;
	color: #fe9f38;
}
.main .rsidebar p strong{
	font-weight: normal;
}
.main .rsidebar ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.main .rsidebar li {
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	color: #fe9f38;
	width: 100%;
	padding: 14px 0;
	border-bottom: 1px dashed #d2dae3;
}
.main .rsidebar li a{
	color:#3e3e3e;
	margin-left: 5px;
}
.main .rsidebar li a:hover{
	text-decoration: none;
	color: #fe9f38;
}

.main .rsidebar ul.news li {list-style:none}
.main .rsidebar ul.news li a {}

.main .rsidebar a:hover {color:#cc0000}
.main .rsidebar form {width:210px;height:19px;border:1px solid #ccc}
.main .rsidebar form input {width:180px;height:17px;margin:1px;padding-left:5px;line-height:15px;border:0;float:left;outline:none;} 
.main .rsidebar form  input.submit {width:18px;height:15px;background:url(/n39/images/bg_sprite.gif) 0 -310px no-repeat;border:none;cursor:pointer;float:right;margin-top:2px;margin-right:2px;}
.main .caselist {
	float:left;
	max-width:915px;
	width:100%;
}

.main .caselist ul.list {
	width: 100%;
}
.main .caselist ul.list li h2{
	font-size:16px;
	line-height: 28px;
	font-weight: normal;
}
.main .caselist ul.list li h2 a{
	color: #102747;
}
.main .caselist ul.list li h2 a:hover{
	color: #fe9f38;
	text-decoration: none;	
}
.main .caselist ul.list li p{
	line-height:20px;
	margin-top:5px;
	font-size: 14px;
	color: #7587a1;
}
.main .caselist ul.list li {
	width:100%;
	border-bottom: 1px dashed #d2dae3;
	padding-bottom:20px;
	margin-bottom:20px;
	overflow: hidden;
}
.main .caselist ul.list li img {float:left;margin-right:24px;width:250px;overflow:hidden}
.main .caselist ul.list a.more {
	float: right;
	margin-right: 20px;
	font-size: 14px;
	margin-top:20px;
	color: #fe9f38;
}
.main .caselist ul.list  a.more:hover {color: #333;}
.main .caselist strong a {font-size:13px;text-transform:uppercase;color:#3e3e3e}
/*search*/
.searchresult{width: 746px; float:left;margin-bottom: 10px;}
.search_title{font-size: 14px;font-weight: 600;border-bottom: 4px solid #929599;padding-bottom: 5px;}
.search_list{ margin-top: 30px;}
.search_list li{ height: auto;margin-bottom: 30px;line-height: 20px; overflow:hidden}
.search_list li h2{height: 20px;line-height: 20px;padding-bottom: 6px;font-size: 14px;font-weight: 600;}
.search_list li a img {width: 160px;height: 112px;float: left;margin-right: 20px;}
.cp{padding-bottom: 9px;}
.page_box {height: 50px;margin-bottom: 5px;text-align: center;}
.page_box ul {float: left;padding: 12px 0px 12px 12px;}
.search form {width:190px;height:19px;line-height:17px;border:1px solid #ccc}
.search form input {width:165px;height:17px;margin:1px 0;border:0;float:left;outline:none;padding-left:5px}
.search input.submit {width:18px;height:15px;background:url(/n39/images/bg_sprite.gif) 0 -310px no-repeat;border:none;cursor:pointer;float:right;margin-top:2px;margin-right:2px;}

.hot_p{
	width: 100%;
	float: right;
	margin-bottom: 20px;
}
.hot_p h2{
	font-size: 16px;
	line-height: 25px;
	color: #FFF;
	background-color: #102747;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
.hot_p ul{
	font-size: 0px;
	overflow: hidden;
	margin:15px 0; 
}
.hot_p li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px dashed #d2dae3;
	padding-bottom: 10px;
}
.hot_p li:nth-child(4){
	border-bottom-width: 0;
	padding-bottom: 0;
}
.hot_p li a img{
	width: 100px;
	overflow: hidden;
	height: auto;
	border: 1px solid #CCC;
	margin-right: 10px;
	float: left;
}
.hot_p li h3{
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}
.hot_p li h3 a{
	color: #333;
}
.contact-list{
	overflow: hidden;
	width: 100%;
}
.contact-list h2 {
	background: #102747;
	padding: 12px;
	overflow: hidden;
	font-size: 16px;
	color: #FFF;
	line-height: 20px;
}
.contact-list table{
	overflow: hidden;
	display: block;
	margin-top:10px;
}
.contact-list tr{
	line-height: 32px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.contact-list tr th{
	color: #102747;
	font-weight: normal;
	white-space: nowrap;
}
.contact-list tr th i{
	font-weight: normal;
	font-size: 20px;
	color: #fe9f38;
}
.contact-list tr a{
	color: #666;
}
.contact-list tr a:hover{
	color: #fe9f38;
}
.contact-list tr td{
	word-break: break-all; 
}
/*main*/
.main .content {
	float:left;
	width:75%;
	max-width:900px;
}
.main .sidebar {
	float:right;
	width:22%;
	max-width:260px;
}
.content .abstract {
	width:100%;
	line-height:20px;
	margin-top: 10px;}
.content .abstract .brief {
	position:relative;
}
.content .abstract .brief h1 {
	font-size:18px;
	line-height: 24px;
	padding-bottom: 20px;
	font-weight: normal;
	color: #333;
}
.content .abstract .brief p {
	margin-bottom: 10px;
	background-color: #f0f0f0;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
}
.content .abstract .brief span {
	color:#102747;
	font-weight:bold;
}
.content .abstract .widget {clear:both;line-height:35px;width:100%;padding:10px 0; overflow:hidden;}
#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(/n39/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(/n39/images/bg_sprite.gif) 0 -533px no-repeat;}
.content .abstract .widget #sendmail {
	display:block;
	float:left;
	line-height:20px;
	margin-top:5px;
	margin-right:5px;
	font-weight: normal;
	font-size: 16px;
	color: #102747;
	margin-bottom:10px;
}
.content .abstract .widget #sendmail i{
	font-size: 20px;
}
.content .abstract .widget #sendmail a{color: #fe9f38;}
.content .abstract .widget #sendmail a:hover{color: #102747;}
.content .abstract .widget .yincang{-webkit-filter: grayscale(100%);opacity: 0.3; text-decoration:none;}
.content .abstract .widget .button {
	height:31px;
	display:block;
	float:left;
	text-align:center;
	color:#fff;
	line-height:31px;
	cursor:pointer;
	background-color: #102747;
}
.content .abstract .widget .button a:hover {
	background-color: #fe9f38;
}
.content .abstract .widget .button a{
	color:#FFF;
	display: block;
	height: 100%;
	padding:0 20px;
}
.content .abstract .widget .levemsg {
}
.content .tab {display:none}
.content .sec_m{
	width:100%;
	max-width:900px;
	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;
}
.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 .sec_m .tb{width:329px; padding-left:5px; height:24px; line-height:24px; font-size:13px; font-weight:bold; text-align:left; background-image:url(/n39/images/m.gif); margin-bottom:5px;}
.ls strong{
	float: left;
}
.content .section{
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
/*pros*/
.pros{
	width: 100%;
	max-width:900px;
	margin-bottom: 20px;
}
.pros table{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	background-color: #DFDFDF;
	color: #666;
}
.pros tr{
	background-color: #fff;
}
.pros th{
	width: 22%;
	padding: 5px 8px;
	text-align: left;
}
.pros td{
	padding: 5px 8px;
}
.pros h3{
	margin-top:10px;
	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;}
.next_pre{
	line-height: 24px;
	width: 100%;
	max-width:900px;
	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%;
	max-width:900px;
}


.news .topnews{
	overflow: hidden;
	margin-bottom: 25px;
}
.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;
	font-weight: normal;
}
.news .topnews h2 a{
	color: #102747;
}
.news .topnews h2 a:hover{
	color: #fe9f38;
}
.news .topnews p {
	font-size:14px;
	line-height:24px;
	color: #7587a1;
}
.news h2.cate {
	font-size:18px;
	margin-top:30px;
	border-bottom: 1px solid #d2dae3;
	width: 100%;
	line-height: 24px;
	padding: 10px 0;
}
.news h2.cate a{
	color: #102747;
}
.news h2.cate a:hover{
	color: #fe9f38;
}
.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 a:hover{
    color: #fe9f38;
}
.news .newslist li .pubdate {
	position:absolute;
	right:0;
	color: #999;
}
.news .ng li{line-height:5px; list-style:none;}
/**Content News inside**/
.news .section {
	width: 100%;
	max-width:900px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:14px;
	line-height:30px;
	color:#666;
}

/*About Page*/
.about h1 {font-size:16px;color:#000;margin:10px 0;}
.about .section {
	clear:both;
	width: 100%;
	max-width:900px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.cert_p{
	width: 100%;
	max-width:900px;
	margin-top: 20px;
}
.cert_p ul{
	font-size: 0px;
	overflow: hidden;
}
.cert_p ul li{
	vertical-align: top;
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.cert_p ul li:nth-child(3n+3){
	margin-right: 0%;
}
.cert_p ul li h2{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
.cert_p p img{
	max-width:98%;
	width:expression(this.width>98%?"98%":"auto");
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.about_pc{
	overflow: hidden;
	width: 100%;
	max-width:900px;
}
#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 {
	background-color:#e6e6e6;
	width:100%;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.tbl2 tr{background-color:#fff;}
.tbl2 th{
	text-align: left;
	padding: 5px 8px;
	color: #102747;
}
.tbl2 td{
	padding: 5px 8px;
}
.tabs{
	width: 100%;
	max-width:900px;
	overflow: hidden;
}
.tabs .ul{
	width: 100%;
	line-height: 26px;
	display: block;
	overflow: hidden;
}
.tabs .ul li{
	float:left;
	line-height:20px;
	color:#102747;
	cursor:pointer;
	padding: 7px 10px;
	margin-right: 8px;
	margin-top: 5px;
	font-size:14px;
	background-color: #ececec;
}
.tabs .ul li.focus{
	background-color:#102747;
	color:#FFF;
}
.tabs .div{
	border:1px solid #e6e6e6;
	padding:20px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
/*pinfo*/
.pinfo{
	width: 100%;
	max-width:900px;
}
.pinfo h3{
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	line-height: 20px;
	margin-bottom: 5px;
	padding: 12px 20px;
	background-color: #102747;
	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%;
	font-size: 14px;
	line-height: 28px;
}
.tag strong{
	overflow: hidden;
	float: left;
	margin: 8px 0;
}
.tag a{
	overflow: hidden;
	float: left;
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	border: 1px solid #ebebeb;
	margin: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 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:400px;
	min-width:300px;
	padding-right: 20px;
	margin-right: 10px;
	background-color: #FFF;
}
.product_box .banners{
	height: 400px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.pb{
	display: inline-block;
	position: relative;
	height: auto;
	float: left;
	z-index: 5;
	margin-bottom:10px;
}
.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: #C00;
}
.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:12px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
}
.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: 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%;
	display: block;
}
/*幻灯图结束*/



@media screen and (max-width:1224px){ 
.zhushi{display:none;}
}

@media screen and (max-width:900px){  
.header{
	background-color: #fff;
}                  
.head #logo{height:auto !important; max-width:272px; max-height:55px;padding-top: 0; margin-right:5px;}
.top_bread{display:none;width:100%; height:auto; padding: 10px 0% 10px 2%; background:#fff; position:relative; z-index:10001;}
.top_bread ul{display:none;}
.top_bread select{display:none;}
.top_bread ul {
    background: #fff;
}
/*Menu*/
#fun1{position:absolute;right:3%;top:5px;display:block;cursor:pointer;background: #333;border-radius: 3px;} 
#fun1 i{font-size:24px; color:#fff;} 
.top_bread .m{display:block;font-size:15px;overflow: hidden;}
.top_bread .m a{
	width: 100%;
	display: block;
	float: left;
	overflow: hidden;
	color:#3e3e3e;
}
.top_bread .m li{float:none; height:auto; line-height:34px;border-bottom:1px solid #cbcbcd; text-align:left; padding-left:30px;overflow: hidden;} 
.top_bread .m .branch{
	height: 40px;
	width: 44%;
	display: inline-block;
	float: left;
	margin-right: 3%;
	margin-left: 3%;
}
.top_bread .m .branch option{
	height: 40px;
	line-height:40px;
}
.top1c_l{display:none}
.menu{display:none}
.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*/
.main  {width:100%;}
.main .rsidebar {width:98%; margin:0 auto; height:auto;}
/*case list*/
.main .caselist {margin-left:1%;}

#about_pb{
	width: 100%;
	height: auto !important;	
}
/*Menu*/
.banner{margin-top:1% !important;}
.main {margin:0 auto;width:98%;max-width:800px;}
.main .content {width:100%;  float:none;}
/*news list*/
.news .newslist li{width:98%; height:auto !important;}
.news .newslist li a{width:88%; height:auto !important; padding-right:12%;}
#searchform{
	float:left;
	margin-right: 0;
	margin-left: 10px;
	text-align: center;	
}
.head-top {
    padding: 8px 8px 0 8px;
}
.head {
    padding: 8px;
}
.head_rxx {
    float: left;
    text-align: left;
	padding-right: 40px;
}
.head_rxx li {font-size: 12px;float:left;margin-left:0px;height:18px;margin-bottom:4px;line-height:15px;color:#9e9e9e;float: none;}
.head_rxx li.website-phone {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}
.head_rxx li.website-phone i {
    font-size: 16px;
}

.main .sidebar {
	width:100%;
	max-width:none;
}
.ind_phot ul li, .ind_ptop ul li{
    width: 32%;
	margin:15px 0;
}
.ind_phot ul li:nth-child(3), .ind_ptop ul li:nth-child(3){
	border-right: 0;
}
.ind_about_box h3 {
    line-height: 40px;
    font-size: 30px;
}
.ind_about_box p {
    line-height: 24px;
    font-size: 14px;
	max-height:96px;
	overflow:hidden;
}
.ind_case ul li span a {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30%;

}
.ind_case_box h3 {
    font-size: 20px;
    line-height: 30px;
	padding: 5px;
}
.ind_case_box p {
    font-size: 14px;
    line-height: 20px;
}
.ind_new h2{
	font-size: 16px;
	margin-bottom: 10px;
}
.index_footer ul {
    width: 48%;
}
.geyan-t{
	margin-left: 0;
	height: 50px;
}
.geyan-t h2, .geyan-t p{
	font-size: 18px;
	line-height: 20px;
}
}
@media screen and (max-width:768px){
body{font-size:1.2em}
.ind_phot ul li, .ind_ptop ul li{
    width: 48%;
	border-right: 0;
}
.ind_about_box_p{
    padding: 2%;
	 margin: 0 auto;
}
.ind_about_box h3 {
    line-height: 22px;
    font-size: 16px;
}
.ind_about_box p {
    line-height: 20px;
    font-size: 12px;
    max-height: 80px;
    overflow: hidden;
}
.ind_case ul li {
    width: 100%;
}
.ind_new ul li{
	border-right: 0;
	width: 100%;
	margin-right: 0;
	margin-bottom:20px;
	padding-right: 0;
}
.index_footer ul {
    width: 98%;
}

}
@media screen and (max-width:740px){
.message {display:none}
.content .section img{width:94% !important;}
/*stone crushing line end*/
.case img{width:95% !important}
.message {display:none}
.msg{display:none}
}
@media screen and (max-width:480px){ 
.me{display:none}
.center_p li {
	width:98%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
}
.center_p li a img{width:100%; height:auto;}
.index_main {width:100%; height:auto;margin:0 auto;}
.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 .topnews a img {
    width: 100%;
    margin-right: 0px;
}
.main .caselist ul.list li img {margin-right:0px;width:100%;height:auto;}
.ind_phot ul li, .ind_ptop ul li{
    width: 98%;
}
.ind_phot ul li p {
    max-height: none;
}
}

@media screen and (max-width:426px){ 
.product_box .banners{
	height: 400px !important;
	overflow: hidden;
} 
.C_top_R1IMG img{
	max-height:400px !important;
}
}
@media screen and (max-width:360px){  
.product_box .banners{
	height: 340px !important;
	overflow: hidden;
} 
.C_top_R1IMG img{
	max-height:340px !important;
}
.content .abstract .brief{margin-left:1%;}
}
@media screen and (max-width:340px){ 
.product_box .banners{
	height: 320px !important;
	overflow: hidden;
} 
.C_top_R1IMG img{
	max-height:320px !important;
}
}
.zhushi{
	border: 1px solid #E3E3E3;
	padding: 10px;
	position: fixed;
	right: 10px;
	width: 350px;
	color: #C00;
	background-color: #FFF;
	font-size: 12px;
	bottom: 50px;
}
