﻿/*reset*/
*{margin:0;padding:0;}
html,body{
	font-size:12px;
	font-family: Arial,Helvetica,sans-serif;
	text-align:left;
	color:#666;
	background-color: #fafafa;
}
ul,li,ol {list-style:none outside}
a{
	text-decoration:none;
	color:#3e3e3e;
	margin: 0px;
	padding: 0px;
}
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('../fonts/font_dnoogy9k8qe0cnmi.eot');
  src: url('../fonts/font_dnoogy9k8qe0cnmi.eot') format('embedded-opentype'),
  url('../fonts/font_dnoogy9k8qe0cnmi.woff') format('woff'),
  url('../fonts/font_dnoogy9k8qe0cnmi.ttf') format('truetype'),
  url('../fonts/font_dnoogy9k8qe0cnmi.svg#iconfont') format('svg');
}
/*header*/
.language {
    float: right;
    margin-bottom: 2px;
    margin-top: 3px;
    margin-left: 10px;
}

.language .cur {
    cursor: pointer;
    position: relative;
    padding: 3px 5px 1px 3px;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 2px;
}

.language .cur e {
    color: #555;
    font-size: 12px;
    line-height: 20px;
    background-image: url(../images/flag.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 20px;
    display: block;
}

.language .cur e i {
    font-weight: bold;
    font-size: 12px;
    margin-left: 3px;
}

.language .cur:hover e {
    color: #ff3b23;
}

.language ul.language-list {
    max-height: 400px;
    overflow: auto;
    position: absolute;
    z-index: 2000000000000000000;
    top: 24px;
    right: 0;
    list-style-type: none;
    background-color: #fff;
    font-size: 12px;
    height: 0;
    opacity: 0;
}

.language .cur:hover .language-list {
    opacity: 1;
    height: auto;
    padding: 2px 5px;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

.language ul.language-list li {
    padding: 4px 4px 2px 4px;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    margin: 3px 0 2px 0;
}

.language ul.language-list li a {
    color: #1b1b1b;
    font-size: 12px;
    line-height: 20px;
    background-image: url(../images/flag.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 30px;
    float: left;
    width: 100%;
    white-space: nowrap;
}

.language ul.language-list li:hover {
    background-color: #173880;
}

.language ul.language-list li:hover a {
    color: #fff;
}

.language e.cn,.language ul.language-list li a.cn {
    background-position: 0 0;
}

.language e.en,.language ul.language-list li a.en {
    background-position: 0 -22px;
}

.language e.es,.language ul.language-list li a.es {
    background-position: 0 -44px;
}

.language e.nl,.language ul.language-list li a.nl {
    background-position: 0 -66px;
}

.language e.ar,.language ul.language-list li a.ar {
    background-position: 0 -88px;
}

.language e.ru,.language ul.language-list li a.ru {
    background-position: 0 -110px;
}

.language e.de,.language ul.language-list li a.de {
    background-position: 0 -132px;
}

.language e.ja,.language ul.language-list li a.ja {
    background-position: 0 -154px;
}

.language e.pt,.language ul.language-list li a.pt {
    background-position: 0 -176px;
}

.language e.fr,.language ul.language-list li a.fr {
    background-position: 0 -198px;
}

.language e.it,.language ul.language-list li a.it {
    background-position: 0 -220px;
}

.language e.ko,.language ul.language-list li a.ko {
    background-position: 0 -242px;
}

.language e.th,.language ul.language-list li a.th {
    background-position: 0 -264px;
}

.language e.el,.language ul.language-list li a.el {
    background-position: 0 -286px;
}

.language e.pl,.language ul.language-list li a.pl {
    background-position: 0 -308px;
}

.language e.bul,.language ul.language-list li a.bul {
    background-position: 0 -330px;
}

.language e.est,.language ul.language-list li a.est {
    background-position: 0 -352px;
}

.language e.dan,.language ul.language-list li a.dan {
    background-position: 0 -374px;
}

.language e.fin,.language ul.language-list li a.fin {
    background-position: 0 -396px;
}

.language e.cs,.language ul.language-list li a.cs {
    background-position: 0 -418px;
}

.language e.rom,.language ul.language-list li a.rom {
    background-position: 0 -440px;
}

.language e.slo,.language ul.language-list li a.slo {
    background-position: 0 -462px;
}

.language e.swe,.language ul.language-list li a.swe {
    background-position: 0 -484px;
}

.language e.hu,.language ul.language-list li a.hu {
    background-position: 0 -506px;
}

.language e.hi,.language ul.language-list li a.hi {
    background-position: 0 -528px;
}

.language e.tr,.language ul.language-list li a.tr {
    background-position: 0 -550px;
}

.language e.vi,.language ul.language-list li a.vi {
    background-position: 0 -572px;
}

.language e.fa,.language ul.language-list li a.fa {
    background-position: 0 -594px;
}

.language e.he,.language ul.language-list li a.he {
    background-position: 0 -616px;
}

.language e.sk,.language ul.language-list li a.sk {
    background-position: 0 -638px;
}

.language e.id,.language ul.language-list li a.id {
    background-position: 0 -660px;
}

.language e.lt,.language ul.language-list li a.lt {
    background-position: 0 -682px;
}

.language e.lv,.language ul.language-list li a.lv {
    background-position: 0 -704px;
}

.language e.ms,.language ul.language-list li a.ms {
    background-position: 0 -726px;
}

.language e.no,.language ul.language-list li a.no {
    background-position: 0 -748px;
}

.language e.uk,.language ul.language-list li a.uk {
    background-position: 0 -770px;
}

.language e.ur,.language ul.language-list li a.ur {
    background-position: 0 -792px;
}

.language e.hr,.language ul.language-list li a.hr {
    background-position: 0 -814px;
}

.language e.tw,.language ul.language-list li a.tw {
    background-position: 0 0;
}

.language e.bn,.language ul.language-list li a.bn {
    background-position: 0 -836px;
}
.banner_sy{
	margin-top: 115px;
}
.header{
	height:auto;
	margin:0 auto;
	width:100%;
	position: fixed;
	top: 0px;
	z-index: 2;
}
#top1{
	width: 100%;
	background-color: #f7f7ef;
	position: fixed;
	z-index: 99999;
}
#top1 .top1c{
	max-width:1170px;
	width:100%;
	margin:0 auto;/*
	overflow:hidden;*/
	color: #c1c1c1;
	padding-bottom: 5px;
}
#top1 .top1c i{
	font-size: 16px;
	
}
#top1 .top1c_l a{
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
}
#top1 .top1c a:hover{
	color: #ffd700;
}
#top1 .top1c_l{
	float: left;
	font-size: 12px;
	margin-top: 5px;
}
#top1 .top1c_l li{
	float: left;
	display: inline-block;
	line-height: 20px;
}
#top1 .top1c_r{
	float: right;
	margin-left: 5px;
}
#top1 .top1c_r a{
	color: #999;
}
.top_bread {
	display:none;
}
.top_bread a {color:#666}
.top1c_l .website-phone {
	margin-left: 5px;
}
.top_bread ul li.en{display:none}
.top_bread select {width:110px;height:20px;margin-left:8px}
.top_bread .m{
	display:none;
	padding-bottom: 10px;
	overflow: hidden;
	padding-right:10px;
}
.header_fenxiang{
	float: right;
	margin-top: 5px;
}
.header_fenxiang dt{
	line-height: 22px;
	float: left;
	height: 22px;
	width: 22px;
	margin-left: 5px;
}
.header_fenxiang dt a{
	color: #FFF;
	background-color: #999;
	text-align: center;
	height: 100%;
	width: 100%;
	display: block;
	border-radius: 2px 2px 2px 2px;
	margin: 0px;
	padding: 0px;
}
.header_fenxiang dt a:hover{
	text-decoration: none;
	background-color: #000;
}
.header_fenxiang dt i{
	font-size: 18px;
}
#fun1{display:none;}
.sear{
	overflow: hidden;
	float: right;
	margin-left: 5px;
	margin-bottom: 0px;
}
.sear form{
	overflow: hidden;
}
.sear input{
	float: left;
}
.sear .text{
	line-height: 20px;
	float: left;
	width: 280px;
	overflow: hidden;
	height: 20px;
	text-indent: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFF;
}
.sear .sub{
	float: left;
	height: 20px;
	width: 19px;
	overflow: hidden;
	padding: 0px;
	background-color: #FFF;
}
.menu .branch{
	color: #000;
	margin-top: 5px;
	height: 22px;
	border-radius: 2px 2px 2px 2px;
	border: 0px solid #CCC;
}
/*Menu*/
.menu {
	width: 100%;
	background-color: #ffd700;
	display: flow-root;
}
.menu_c{
	width:100%;
	max-width:1170px;
	height: 81px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding-top: 34px;
}
.menu_c_logo{
	height: 81px;
	width: 20%;
	float: left;
	display: table;
}
.menu_c_logo a{
	width: 100%;
	overflow: hidden;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.menu_c_logo a img{
	vertical-align:middle;
	max-width: 100%;
	max-height: 70px;
	display: inline-table;
}
.menu ul.nav {
	height:81px;
	float: right;
	line-height: 81px;
	width: 78%;
	font-size: 0px;
	display: table;
}
.menu li.primary {
	position:relative;
	z-index:2;
	vertical-align: middle;
	display: table-cell;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	line-height: 22px;
	position: relative;
}
.menu li.primary > a {
	display:block;
	text-decoration:none;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	margin: 0px;
	color: #000;
}
.primary:hover::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height:70px;
	background-color: #000;
	z-index: -1;
}
.menu li.primary:hover > a{color: #fff;}
.menu li.cur a{
	color: #fff;
}
.menu li.cur::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height:70px;
	background-color: #000;
	z-index: -1;
}

/**second menu**/
.primary ul {
	position:absolute;
	top:81px;
	z-index:999;
	line-height:24px;
	display:none;
	padding-bottom: 10px;
	left: 0px;
	text-align: left;
	background-color: #000;
}
.primary ul li {
	line-height:38px;
	overflow: hidden;
}
.primary ul li a {
	padding:0 25px 0 25px;
	white-space: nowrap;
	display: block;
	color: #ffd700;
}
.primary ul li a:hover{
	color: #fff;
}
.primary ul.pcenter dl a {
	line-height: 38px;
	padding:0 25px 0 25px;
}
.primary ul.pcenter a {text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden;padding:0;color: #ffd700;}
.primary ul.pcenter a:hover {
	text-decoration: none;
	color: #fff;
}

.primary ul.pcenter dt a {
	font-size: 16px;
	font-weight: bold;
}
.primary ul.pcenter dd a {
	font-size:14px;
	font-weight:normal;
}

#searchform{
	float: right;
	overflow: hidden;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 5px;
	height: 22px;
}
#searchform > fieldset{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
}
#searchform > fieldset > input[name="keys"] {
	height: 20px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFF;
	border: 1px solid #666;
	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: 22px;
	color: #fff;
	background-color: #666;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: -3px;
}
.ind_phot{
	max-width:1170px;
	width:96%;
	overflow:hidden;
	margin: 10px auto;
}
.ind_phot h2, .top_slider h2{
	font-size: 28px;
	line-height: 50px;
	color: #7b6557;
	width: 100%;
	margin-top: 30px;
	font-weight: normal;
}
.ind_phot i, .top_slider i{
	font-size: 16px;
	line-height: 30px;
	color: #999;
	text-align: center;
	width: 100%;
	height: 30px;
	display: block;
}
/*ind_phot_box*/
.ind_phot_box{
	overflow: hidden;
	text-align: center;
	font-size: 0px;
}
.ind_phot_box li{
	float: left;
	width:32%;
	overflow:hidden;
	display: inline-block;
	padding-bottom: 10px;
	margin-top: 2%;
	margin-right: 2%;
	vertical-align: top;
}
.ind_phot_box li:nth-child(3n+3){margin-right: 0;}
.ind_phot_box .item{
	position:relative;
	height:auto;
	overflow:hidden;
	display: block;
	border: 1px solid #ececec;
}
.ind_phot_box .item img{
	max-height:inherit !important;
	max-width:inherit !important;
	width:100%;
	display: block;
}
.ind_phot_box li h3{
	font-size: 22px;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color:rgba(255, 215, 0, 0);
	padding-top: 15px;
	padding-bottom: 15px;
	filter:alpha(opacity=0); /*IE滤镜，透明度50%*/
	-moz-opacity:0; /*Firefox私有，透明度50%*/
	opacity:0;/*其他，透明度50%*/
	transition:background 0.5s;
	z-index: 1;
}
.ind_phot_box .item:hover h3{
	filter:alpha(opacity=1); /*IE滤镜，透明度50%*/
	-moz-opacity:1; /*Firefox私有，透明度50%*/
	opacity:1;/*其他，透明度50%*/
	color: #000;
	background-color:rgba(255, 215, 0, 1);
}
.ind_phot_box a:hover, .slider_item a:hover{
	color: #ffd700;
	text-decoration: none;
}
.ind_phot_box li p{
	font-size: 14px;
	line-height: 20px;
	color: #666;
	text-align: left;
	width: 100%;
	overflow: hidden;
	margin-top:20px;
}
.ind_phot_box li span{
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	float: left;
}
.ind_phot_box li span a{
	color: #ffd700;
}
.ind_phot_box li span a:hover{
	color: #333;
}
.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);}
.ind_news{
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
	background-color: #f2f2f2;
}
.ind_news ul{
	width: 96%;
	max-width:1170px;
	margin: 2% auto;
	overflow: hidden;
	font-size: 0px;
}
.ind_news ul li{
	width: 32%;
	margin-right: 2%;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.ind_news ul li:nth-child(3n+3){margin-right: 0;}
.ind_news ul li h3{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	margin-bottom: 10px;
}
.ind_news ul li h3 a{color: #333;}
.ind_news ul li h3 a:hover{
	color: #FC0;
}
.ind_news ul li p{
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}
.ind_news ul li span{
	height: 60px;
	width: 60px;
	border-radius: 35px;
	float: left;
	background-color: #ffd700;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 20px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}
.ind_news ul li span b{
	font-size: 20px;
	display: block;
	margin-top: 8px;
}
.ind_pc{
	width: 100%;
	overflow: hidden;
	margin-top:20px;
}
.ind_pc ul{
	width: 100%;
	overflow: hidden;
	font-size: 0px;
}
.ind_pc ul li{
	width: 25%;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	position: relative;
}
.ind_pc ul li:hover .ind_pc_box{
	bottom: 20%;
}
.ind_pc_box{
	position: absolute;
	left: 0px;
	width:100%;
	background-color:rgba(0, 0, 0, 0.4);
	bottom: 0px;
	transition:bottom 0.5s;
}
.ind_pc_box h3{
	text-transform:uppercase;
	font-size: 14px;
	color: #ffd700;
	line-height: 20px;
	max-height:40px;
	font-weight: normal;
	margin: 10px;
}
.ind_pc_box p{
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
	margin: 0px 10px 10px 10px;
}
.ind_pc ul li img{
	max-width:100%;
	display: block;
}
.ind_ptop{
	width: 100%;
	overflow: hidden;
}
.ind_ptop ul{
	width: 96%;
	max-width:1170px;
	margin: 20px auto;
	overflow: hidden;
	font-size: 0px;
	text-align: left;
}
.ind_ptop ul li{
	width: 32%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.ind_ptop ul li:nth-child(3n+3){margin-right: 0%;}
.ind_ptop ul li img{
	width: 100%;
	display:block;
}
.ind_ptop ul li h3 a{
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	margin: 10px 0;
	overflow: hidden;
	color: #333;
	display: block;
}
.ind_ptop ul li h3 a:hover{color: #ffd700;}
.ind_ptop ul li p{
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.ind_ptop ul li span{
	overflow: hidden;
	display: block;
	margin-top: 10px;
	float:left;
}
.ind_ptop ul li span a{
	padding: 10px 15px;
	background-color: #ffd700;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}
.ind_ptop ul li span a:hover{
	background-color: #333;
	color: #fff;
}
.ind_zh{ width:100%;background: #191919;overflow: hidden;}
.ind_zhc{width:96%; margin:2% auto; max-width:1170px; overflow: hidden;}
.ind_about{
	width: 32%;
	padding-right: 1%;
	position: relative;
	float: left;
}
.ind_about::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    right: 0.5%;
    background: #3b3b3b;
    position: absolute;
}
.ind_about h2, .ind_about h2 a, .ind_case h2 a, .ind_contact h2 a{
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	text-transform:uppercase;
}
.ind_about h2 a:hover, .ind_case h2 a:hover, .ind_contact h2 a:hover{
	color: #ffd700;
}
.ind_about h3, .ind_contact h3{
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #CCC;
	margin: 10px 0;
}
.ind_about img{
	width:100%;
	padding: 2px;
	background-color: #ececec;
	margin-right:10px;
	display: block;
	max-width:355px;
	float: left;
	margin-bottom: 20px;
}
.ind_about p{
	font-size: 12px;
	line-height: 18px;
	color: #888888;
}
.ind_about_p{
	width:100%;
	overflow: hidden;
	margin-bottom:20px;
	}
.ind_about ul{
	width:100%;
	overflow: hidden;
	margin-top: 5px;
}
.ind_about ul li{
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	color: #ffd700;
	margin-top: 8px;
	margin-bottom: 8px;
}
.ind_case{
	width: 32%;
	float: left;
	padding-top: 0;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 1%;
	position: relative;
	z-index: 1;
}
.ind_case::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    right: 0.5%;
    background: #3b3b3b;
    position: absolute;
}
.ind_case ul{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.ind_case ul li{
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
.ind_case ul li img{
	float: left;
	width:97px;
	margin-right: 15px;
	display: block;
}
.ind_case ul li h3{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
.ind_case ul li h3 a{color: #ffd700;}
.ind_case ul li p{
	font-size: 12px;
	line-height: 18px;
	color: #888;
}
.ind_contact{
	float: left;
	width: 32%;
	margin-left: 1%;
}
.ind_contact h2{
	color: #FFF;
	font-weight: normal;
}
.ind_contact p{
	font-size: 14px;
	line-height: 28px;
	color: #888;
	display: table;
}
.ind_contact p i{
	color: #ffd700;
	font-size: 16px;
	font-weight: normal;
	display: table-cell;
	padding-right: 5px;
}
.ind_contact p a{color: #888;}
/*左侧产品下拉*/
.sidebar-product{
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.sidebar-product dl{
	width:100%;
	overflow: hidden;
}
.sidebar-product h2{
	background-color: #ffd700;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	}
.sidebar-product h2 a{
	color: #000;
	}	
.line{
	height:2px;
	width:100%;
}
.sidebar-product h3{
	width: 100%;
	font-size: 16px;
	line-height: 27px;
	font-weight: normal;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bdbdbd;
}
.sidebar-product h3 a{
	color: #333;
}
.sidebar-product h3 a:hover{
	text-decoration: none;
	color: #ffd700;
}
.sidebar-product dt{
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	color:#3e3e3e;
	height:47px;
	display: block;
	line-height: 47px;
	cursor:pointer;
	float: left;
	margin-right:10px;
	}
.sidebar-product dt i{
	font-size: 24px;
	color:#3e3e3e;
	}
.sidebar-product dt i:hover{
	color:#ffd700;
}
.sidebar-product dd{
	overflow: hidden;
	line-height: 18px;
	font-size: 14px;
	margin-left: 15px;
	}
.sidebar-product dd a{
	color:#797979;
	width:100%;
	display: block;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bdbdbd;
	}
.sidebar-product dd a:hover{
	text-decoration: none;
	color: #ffd700;
}
.sidebar-product dt img{position:absolute;right:10px;top:20px;}
.sidebar-product dl dd:last-child{padding-bottom:10px;}
.center {
	float:right;
	width:74%;
	max-width:910px;
	overflow: hidden;
}
.center_cpxq{
	margin-top: 10px;
}
.center_cpxq p{
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.center .center_t {
	background-image: url(../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 {
	padding-top: 10px;
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 0px;
}
.center_p h4{
	background-color: #ffd700;
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	border-radius: 5px 5px 0px 0px;
	font-weight: normal;
}
.center_p h4 a{
	color: #FFF;
	padding-left: 20px;
}
.center_p h4 a:hover{
	color: #FFF;
}
.center_p li {
	width:32%;
	line-height:20px;
	height: auto;
	overflow: hidden;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 2%;
	vertical-align: top;
}
.center_p li:nth-child(3n+3){
	margin-right: 0%;
}
.center_pbox{
	border: 1px solid #b9a695;
	background-color: #f7f3f2;
	padding: 4%;
	}
.center li a{
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.center_p li a img{width:100%; height:auto;}
.center_p li h3 {
	display:block;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.center_p li p {
	display:block;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.center_p li span {
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	display: block;
	width: 100%;
}
.center_p li span a {
	color: #000;
	background-color: #ffd700;
	display: block;
}
.center_p li span a:hover {
	color: #FFF;
	background-color: #333;
}
.center .P_list{
	width: 100%;
	overflow: hidden;
}
.center .P_list h2{
	height: 34px;
	width: 21.6%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
	float: left;
	font-size: 14px;
	line-height: 34px;
	font-weight: normal;
	min-width:150px;
}
.center .P_list h2 a{
	background-color: #fffdf0;
	display: block;
	font-size: 14px;
	line-height: 34px;
	padding-right: 5px;
	padding-left: 5px;
}
.center .P_list h2 a:hover{
	display: block;
	background-color: #ffd700;
	color: #FFF;
}
.center a:hover {
	color: #ffd700;
	text-decoration: none;
}
.center_row{
	background-image: url(../images/rbg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/**上面的内容只有首页用到**/
.msg_bl {
	clear:both;
	max-width:910px;
	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 {
	line-height:20px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #444;
	color: #FFF;
	display: block;
	border-radius: 2px;
	padding: 10px;
}
.msg_bl .prompt span {
	margin-left:10px;
	color:#ffd700
}
#msg_bl_dx2 input{
	border:1px solid #999;
	width: 46%;
	line-height: 20px;
	padding: 1.2%;
	float: left;
	}
#msg_bl_dx2 input:nth-child(2),#msg_bl_dx2 input:nth-child(4){
	border:1px solid #999;
	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 #999;
	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:#ffd700;
	color:#000;
	border-radius: 2px;
	margin-right: auto;
	margin-left: auto;
}
.msg_bl form .t_submit:hover{
	background-color: #333;
	color:#fff;
}
.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 #999;
	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 #999;
	width: 96%;
	max-width:873px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1.2%;
}
.inqquick h2{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	font-weight: normal;
}
.inqquick .m{
	width: 100%;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: left;
	position: relative;
}
.inqquick #inqQuickText_1{
	float: left;
	height: 20px;
	width: 20px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}
.inqquick #inqquick_h{
	float: left;
	white-space: normal;
	display: inline-block;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}

/*turn page*/
#turn_page{
	text-align:center;
	line-height:35px;
	clear:both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#turn_page span{
	border:1px #cecece solid;
	display:inline-block;
	*display:inline; *zoom:1; 		font-size:14px;
	height:33px;
	line-height:33px;
	overflow:hidden;
	background:#fff;
	vertical-align:top;
	border-radius:2px;
	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;}


/*footer*/
.footer {
	width:100%;
	clear:both;
	color:#333;
	font-size:12px;
	background-color: #ffd700;
}
.footer a {
	color:#333;
	text-decoration:none
}
.fwidget{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	background-color: #191919;
	font-size: 14px;
}
.fwidget .f_lnk{
	overflow: hidden;
	line-height: 20px;
	text-align: left;
	width: 96%;
	max-width:1170px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3b3b3b;
	padding-top: 10px;
	padding-bottom:10px;
}
.fwidget .f_lnk a{
	padding-right: 8px;
	padding-left: 8px;
	color: #888;
}
.fwidget .f_lnk a:hover{
	color: #ffd700;
}
.footer .fwidget_r {
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	white-space: normal;
	width: 100%;
	max-width:1170px;
	margin-right: auto;
	margin-left: auto;
}
/*main*/
.main {
	width:96%;
	max-width:1170px;
	clear:both;
	margin-bottom:50px;
	overflow:hidden;
	margin-top: 130px;
	margin-right: auto;
	margin-left: auto;
}
.main img{
	max-width:100%;
}
.main .bread {
	background-color: #ffd700;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
	font-weight: normal;
	color: #000;
}
.main .bread li{margin: 0 3px; display:inline-block;}
.main .bread a{
	color: #000;
	line-height:20px;
}
.main .bread a:hover{
	color: #FFF;
}
.main .bread span{
	font-size: 12px;
	padding-right: 10px;
	display: block;
	padding-left: 10px;
}
.main .rsidebar {
	width:100%;
	float:right;
}
.main .rsidebar h2 {
	background-color: #ffd700;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
}
.main .rsidebar h2 a{
	color: #333;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 40px;
}
.main .rsidebar a:hover{
	color: #ffd700;
	text-decoration: none;
}
.main .rsidebar h2.search {border:none;margin:0;}
.main .rsidebar ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.main .rsidebar li {
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #4a4439;
	width: 100%;
}
.main .rsidebar li i{
	font-size: 18px;
	display: inline-block;
	height: 8px;
	width: 8px;
	margin-right: 10px;
	background-color: #ffd700;
}
.main .rsidebar 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;
}
.main .rsidebar li a:hover{
	text-decoration: none;
	color: #ffd700;
}
.contact-list{
	overflow: hidden;
	width: 100%;
}
.contact-list h2 {
    background-color: #ffd700;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
}
.contact-list table{
	background-color: #FFF;
	border: 1px solid #f1edea;
	overflow: hidden;
	padding:10px;
	display: block;
}
.contact-list tr{
	line-height: 32px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
}
.contact-list tr th{
	color: #3e3e3e;
}
.contact-list tr th i{
	font-weight: normal;
	font-size: 18px;
	color: #ffd700;
}
.contact-list tr a{
	color: #666;
}
.contact-list tr a:hover{
	color: #ff665e;
}

.main .caselist {
	float:left;
	max-width:915px;
	width:100%;
}
.main .caselist ul.list {
	width: 100%;
}
.main .caselist ul.list li h2{
	font-size:18px;
	line-height: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}
.main .caselist ul.list li h2 a:hover{
	color: #F30;
}
.main .caselist p{
	line-height:20px;
	margin-top:5px;
	font-size: 14px;
	color: #999;
}
.main .caselist ul.list li {
	width:100%;
	border-bottom:1px dotted #c8c8c8;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	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-top:10px;}
.main .caselist ul.list a.more:hover {color:red}
.main .caselist strong a {font-size:13px;text-transform:uppercase;color:#3e3e3e}

.hot_p{
	width: 100%;
	float: right;
	margin-bottom: 20px;
}
.hot_p_t{
	background-color: #ffd700;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
}
.hot_p ul{
	font-size: 0px;
	overflow: hidden;
}
.hot_p ul li{
	background-color: #FFF;
	padding: 5%;
	margin-top: 20px;
	border: 1px solid #d9d9d9;
}
.hot_p ul li a img{
	width: 100%;
	overflow: hidden;
	display: block;
}
.hot_p ul li h3{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	height: 30px;
}
.hot_p ul li h3 a{
	color: #222;
}
.hot_p ul li h3 a:hover{
	color: #ffd700;
}
.hot_p ul li p{
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
}
#banner_t{
	width: 100%;
	background-color: #ffd700;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}
#banner_t h2{
	width: 100%;
	max-width:1170px;
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
/*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 .content {
	float:right;
	width:74%;
	max-width:910px;
}
.main .sidebar {float:left;width:24%; max-width:270px;}
.content .abstract {
	width:100%;
	max-width:900px;
	line-height:20px;
	margin-top: 10px;
	overflow: hidden;
}
.content .abstract .brief {
	width:100%;
	position:relative;
}
.content .abstract .brief h1 {
	font-size:18px;
	line-height: 24px;
	padding-bottom: 20px;
	font-weight: normal;
}
.content .abstract .brief p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom:5px;
	color: #333;
}
.content .abstract .brief span {
	color:#ffd700;
	font-weight:bold;
}
.content .abstract .widget {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(../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(../images/bg_sprite.gif) 0 -533px no-repeat;}
.content .abstract .widget #sendmail {
	font-size:14px;
	float:left;
	line-height:20px;
	margin-top:5px;
	margin-right:20px;
	margin-bottom: 10px;
	font-weight: normal;
}
.content .abstract .widget #sendmail i{
	color: #ffd700;
	font-size: 22px;
}
.content .abstract .widget .yincang{-webkit-filter: grayscale(100%);opacity: 0.3; text-decoration:none;}
.content .abstract .widget .button {
	height:30px;
	display:inline-block;
	float:left;
	text-align:center;
	color:#fff;
	line-height:31px;
	cursor:pointer;
}
.content .abstract .widget .button a:hover {
	text-decoration: none;
	background-color: #C00;
	border-radius: 2px;
}
.content .abstract .widget .button a{
	color:#FFF;
	display:inline-block;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #252e38;
}
.content .abstract .widget .levemsg {
}
.content .tab {display:none}
.content .sec_m{
	width:100%;
	float: left;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding-bottom: 10px;
	color:#666;
	font-size:14px;
	line-height:28px;
}
.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(../images/m.gif); margin-bottom:5px;}
/*pros*/
.pros{
	width: 100%;
	max-width:900px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.pros table{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	background-color: #ccc;
}
.pros table tr{
	background-color: #FFF;
}
.pros th{
	width: 24%;
	padding: 5px 8px;
	text-align: right;
}
.pros td{padding: 5px 8px;}
.pros h3{
	font-size: 18px;
	line-height: 50px;
	padding-left: 10px;
}
.case .next_pre{
	line-height: 34px;
	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: 16px;
}
.case .section{
	font-size: 14px;
	line-height: 28px;
	padding-bottom:10px;
	width: 100%;
	max-width:900px;
	color:#666;
}
/**Cotent News list **/
.news .topnews{
	overflow: hidden;
	margin-bottom: 25px;
	margin-top: 20px;
}
.news .topnews a img {
	width:262px;
	height:auto;
	float:left;
	margin-right:20px;
	display: inline-block;
}
.news .topnews h2 {
	font-size:18px;
	line-height:24px;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top: 10px;
}
.news .topnews h2 a:hover{
	color: #F30;
}
.news .topnews p {
	font-size:12px;
	line-height:20px;
	color: #999;
}
.news h2.cate {
	background-color: #ffd700;
	width: 96%;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	color: #FFF;
	padding-right: 2%;
	padding-left: 2%;
}
.news h2.cate a{
	color: #000;
}
.news h2.cate a:hover{
	color: #fff;
}
.news h2.cate span {float:right;font-size:12px;font-weight:normal;}
.news .newslist {
	margin-top:10px;
	width:100%;
	margin-bottom: 40px;
	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: #F30;
}
.news .newslist li .pubdate {position:absolute;right:0;_bottom:2px;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;
	color: #666;
	font-size:14px;
	line-height:28px;
}
.news .next_pre{
	line-height: 34px;
	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: 16px;
}

/*About Page*/
.about h1 {font-size:16px;color:#000;margin:10px 0;}
.about .section {
	clear:both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #666;
	font-size:14px;
	line-height:28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.ddh{
	text-align: center;
	width: 100%;
}
.cert_p{
	width: 100%;
	max-width:900px;
	margin-top: 20px;
}
.cert_p ul{
	font-size: 0px;
	overflow: hidden;
	text-align: left;
}
.cert_p li{
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
	background-color: #F2F2F2;
	display: inline-block;
	margin-bottom: 2%;
	text-align: center;
	vertical-align: top;
	height: 280px;
}
.cert_p li:nth-child(3n+3){
	margin-right: 0;
}
.cert_p li h2{
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	width: 90%;
	overflow: hidden;
	height: 34px;
	padding-right: 5%;
	padding-left: 5%;
}
.cert_p li p{
	display: table;
	width: 100%;
	height: 246px;
	margin: 0px;
}
.cert_p li a{
	vertical-align: middle;
	display: table-cell;
}
.cert_p li img{
	vertical-align: middle;
	max-width: 244px;
	max-height: 240px;
	display: table-cell;
}
.about_pc{
	overflow: hidden;
	width: 100%;
	max-width:900px;
	margin-top: 20px;
}
#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 {
	width:100%;
	font-size: 14px;
	line-height: 20px;
	background-color: #CCC;
	color: #666;
}
.tbl2 tr{background-color:#fafafa;}
.tbl2 th{
	width:25%;
	text-align: right;
	padding: 5px 8px;
}
.tbl2 td{padding: 5px 8px;}
.tabs{
	width: 100%;
	max-width:900px;
	overflow: hidden;
}
.tabs .ul{
	width: 100%;
	display: block;
	overflow: hidden;
}
.tabs .ul li{
	float:left;
	line-height:30px;
	color:#FFF;
	cursor:pointer;
	margin-right: 8px;
	border-radius: 4px 4px 0px 0px;
	margin-top: 5px;
	font-size: 14px;
	padding: 2px 10px;
	background-color: #444;
}
.tabs .ul li.focus{
	border-radius: 4px 4px 0px 0px;
	background-color:#ffd700;
	color:#000;
	font-weight: bold;
}
.tabs .div{
	border: 1px solid #ccc;
	padding:15px;
	color:#666;
	font-size: 14px;
	line-height:28px;
}
/*pinfo*/
.pinfo{
	width: 100%;
	max-width:900px;
}
.pinfo h3{
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	line-height: 40px;
	height: 40px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-color: #ffd700;
	margin-top: 10px;
	font-size: 16px;
}
.pinfo h4{
	color: #252e38;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0E0E0;
	line-height: 34px;
	height: 34px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
}
.pinfo h4 a{
	color: #252e38;
}
.pinfo ul{
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-bottom: 10px;
}
.pinfo ul li{
	overflow: hidden;
}
.pinfo .t5 li{
	overflow: hidden;
	float: left;
	width: 25%;
}
.pinfo .t2 li{
	overflow: hidden;
	float: left;
	width: 50%;
}
.pinfo .t3 li{
	overflow: hidden;
	float: left;
	width: 33%;
}
/*tag*/
.tag{
	overflow: hidden;
	width: 96%;
	font-size: 14px;
	line-height: 24px;
}
.tag strong{
	overflow: hidden;
	float: left;
	line-height: 26px;
	margin: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: pre;
	vertical-align: top;
}
.tag .tag_r{
	float: left;
}
.tag a{
	float: left;
	line-height: 24px;
	display: inline-block;
	height: 24px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ececec;
	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: 100%;
	max-width:450px;
	min-width:300px;
	margin-right: 35px;
}
.product_box .banners{
	height: 450px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.pb{
	display: inline-block;
	position: relative;
	height: auto;
	float: left;
	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: #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){ 
#index_footer{display:none;}
.wmdys_p h3{
	font-size: 20px;
}
}
@media screen and (max-width:980px){ 
.zhushi{display:none;}
}
@media screen and (max-width:900px){ 
.banner_sy {margin-top: 0;} 
.header{background-color: #fff; position: static;}   
.menu_c{height: auto;overflow: hidden;}             
.header #logo{ padding:2% 0px 10px 0px;padding-top:10px;height:auto !important; max-height:55px;}
.menu ul.nav{display:none;}
.top_bread{height:auto; padding:0px 2% 2% 2%;  z-index:10001;}
.top_bread ul{padding-left:10px;background:#fff;padding-bottom: 10px;}
.top_bread ul li{float:none; height:auto; line-height:34px;border-bottom:1px solid #cbcbcd; text-align:left; overflow: hidden;} 
.top_bread ul a li { color:#3e3e3e;}
.top_bread ul{display:none;}
.header_fenxiang {
    float: left;
    margin-top: 5px;
}
#searchform, .sear{
    float: left;
}
/*Menu*/
#fun1{position:absolute;right:3%;top:15px;display:block;cursor:pointer;} 
#fun1 i{font-size: 24px;color:#fff;}  
.top_bread .m{display:block;font-size:15px;}
.top_bread .m a{
	width: 100%;
	display: inline-block;
	float: left;
	overflow: hidden;
}
.top_bread .m .branch{
	height: 30px;
	width: 44%;
	display: inline-block;
	float: left;
	margin-right: 3%;
	margin-left: 3%;
}
.top_bread .m .branch option{
	height: 30px;
	line-height:30px;
}
#top1{
	width: 100%;
	background-color: #f7f7ef;
	position: static;
	z-index: 99999;
}
.menu_c {
    padding-top: 5px;
}
.center {margin:0 auto;width:100%; }
/*footer*/
.footer .fwidget {width:100%;margin:0 auto;position:relative}

/*list*/
.main {margin:2% auto;width:96%;}
.main .rsidebar {width:100%;}
/*case list*/
.main .caselist {margin-left:1%;}
.ind_phot h2,.top_slider h2{
	text-align: center;
}
#about_pb{
	width: 100%;
	height: auto !important;	
}
/*Menu*/
#fun1{position:absolute;right:3%;top:15px;display:block;cursor:pointer;} 
.main .sidebar{ width: 100%;max-width: none;}
.main .content {width:100%;  float:none;}
.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%;}
.ind_pc ul li {width: 50%;}
}
@media screen and (max-width:768px){
body{font-size:1.2em}
.menu_c_logo{width: 280px;}
.ind_phot h2,.wmdys h2{
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
}
.ind_phot_box .item{
		width:100%;
	}
.ind_phot_box li h2{
		font-size: 16px;
		line-height: 30px;
		height: 30px;
	}
.ind_phot i,.wmdys i{
		font-size: 14px;
		line-height: 20px;
	}
.ind_phot_box li p{
		font-size: 12px;
		line-height: 18px;
}
.main .caselist ul.list li h2{
	font-size:16px;
}

.ind_news ul li {
    width: 100%;
    margin-right: 0;
}
.ind_about, .ind_case, .ind_contact {
    width: 100%;
    padding-right: 0;
	padding-left: 0;
	margin-bottom:20px;
}
.ind_about::before, .ind_case::before {display:none;}

}
@media screen and (max-width:740px){
.message {display:none}
.msg{display:none}
.location{display:none;}
.news .newslist li span{display:none;}
}
@media screen and (max-width:660px){
.center_p ul {
	text-align: center;
}  
.center_p li {
	width:100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.center_p li a img{width:100%; height:auto;}
}
@media screen and (max-width:480px){ 
.center_p li p{height:auto;}
.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}
.news .topnews img {float:none; margin-bottom:8px; width:98% !important; height:auto;}
.sec_m{clear:both;}
.news .newslist li .pubdate{display:none}
.main .caselist ul.list li img {
    margin-right: 0;
    width: 100%;
    height: auto;
}
.ind_phot_box li{width:100%;margin-right:0;}
.ind_ptop ul li{width:100%;margin-right:0; margin-bottom:20px;}
.center .products_category h2{
	width: 96%;
}
.cert_p li{
	width: 100%;
	margin-right: 0;
	height: 280px;
}
.ind_pc ul li {width: 100%;}
}
@media screen and (max-width:426px){ 
.product_box .banners{
	height: 410px !important;
	overflow: hidden;
} 
.C_top_R1IMG img{
	max-height:410px !important;
}
}
@media screen and (max-width:360px){  
.product_box .banners{
	height: 350px !important;
	overflow: hidden;
} 
.C_top_R1IMG img{
	max-height:350px !important;
}
.content .abstract .brief{margin-left:1%;}
}
@media screen and (max-width:340px){ 
.product_box .banners{
	height: 330px !important;
	overflow: hidden;
} 
.C_top_R1IMG img{
	max-height:330px !important;
}
}
.zhushi{
	border: 1px solid #E3E3E3;
	padding: 10px;
	position: fixed;
	right: 10px;
	width: 350px;
	color: #C00;
	background-color: #FFF;
	font-size: 12px;
	bottom: 50px;
}
