@charset "GBK";

/*=[ Basis ]
----------------------------------------------------------*/
*,
html {
	padding: 0;
	margin: 0;
}

body {
	font: 12px/14px "Microsoft Yahei", Tahoma, Helvetica, Arial, SimSun, sans-serif;
	color: #333;
	background: #eaeaea url(../images/bg.jpg) repeat-x 0 0;
}

a,
a:link,
a:visited {
	display: inline-block;
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #22834a;
}

a:focus {
	outline: none;
}

li {
	list-style: none;
	font-size: 12px;
	line-height: 14px;
}

li a,
li span,
li p {
	font-size: 100%;
}

i {
	font-style: normal;
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

img {
	border: 0 none;
	max-width: 100%;
	height: auto;
}

/*=[ Table ]
----------------------------------------------------------*/
.article_content table {
	width: 100%;
	margin: 0 auto;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
}

.article_content table td {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 4px;
	vertical-align: middle;
	line-height: 170%;
}

.article_content table tr.tbody {
	background: #f4f4f4;
}

.article_content table tr.tbody td {
	padding: 8px 4px;
	font-weight: bold;
}

/*=[ Form ]
----------------------------------------------------------*/
textarea {
	vertical-align: baseline;
	padding: 4px;
	border: 1px solid #bbb;
}

input {
	vertical-align: baseline;
	padding: 4px;
	line-height: 14px;
	height: 14px;
	border: 1px solid #bbb;
}

button,
.bu {
	cursor: pointer;
	vertical-align: baseline;
	outline: none;
	height: 32px;
	padding: 0 15px;
}

/*=[ Fonts ]
----------------------------------------------------------*/
h1 {
	font-size: 28px;
	line-height: 30px;
}

h2 {
	font-size: 22px;
	line-height: 24px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
}

h4,
h5,
h6 {
	font-size: 14px;
	line-height: 16px;
}

small {
	font-size: 12px;
}

.article_content p,
.article_content div,
.article_content span {
	margin: 0 auto 16px;
	line-height: 170%;
}

.article_content table td p,
.article_content table td div,
.article_content table td span {
	margin: 0 auto;
}

/*=[ Shared ]
----------------------------------------------------------*/
.ce {
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
}

.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

.ra {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.ratp {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.rabt {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.shadow_box {
	box-shadow: 2px 2px 2px #aaa;
}

/*=[ Pages ]
----------------------------------------------------------*/
.bc {
	clear: both;
	overflow: hidden;
	margin: 10px auto 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}

.bc .b {
	border-bottom: 1px solid #d3d3d3;
	height: 50px;
	clear: both;
}

.bc a,
.bc a:visited {}

.bc a:hover {}

.bc span {
	margin: 0 20px 0;
	float: right;
	line-height: 50px;
}

.bc i {
	display: inline-block;
	margin-right: 10px;
	background: url(../images/home.gif) no-repeat 0 center;
	padding-left: 25px;
}

.bc h4 {
	font-size: 24px;
	font-weight: lighter;
	color: #22834a;
	line-height: 40px;
	float: left;
	background: url(../images/sort_tit_icon.png) no-repeat 0 center;
	padding-left: 35px;
	margin-left: 20px;
}

.article_title {
	text-align: center;
	font-size: 18px;
	margin: 30px auto 10px;
	line-height: 170%;
	color: #333;
}

.article_content {
	margin: 30px auto 20px;
	font-size: 14px;
	overflow: hidden;
	width: 95%;
}

.article_content img {}

.artice_metas {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.related {
	margin: -320px 0 0 35px;
	width: 740px;
	overflow: hidden;
	height: 57px;
	position: absolute;
}

.related p span,
.related p a {
	background: url(../images/prev.gif) no-repeat;
	display: block;
	width: 29px;
	height: 57px;
}

.related p.relatedR span,
.related p.relatedR a {
	background: url(../images/next.gif) no-repeat;
	float: right;
}

.related p a,
.related p.relatedR a {
	background-position: 0 -57px;
}

.related p {
	width: 50%;
	float: left;
}

.related p.relatedR {
	text-align: right;
}

.list_related {
	width: 90%;
	overflow: hidden;
	margin: 0 auto 20px;
}

.list_related p {
	width: 50%;
	float: left;
	font-size: 0;
}

.list_related a,
.list_related a:visited {
	display: inline-block;
	width: 80px;
	height: 30px;
	border: 1px solid #e2e2e2;
	border-radius: 7px;
	font-size: 0;
	background: url(../images/sprite-arrows.png) no-repeat -100px 0;
}

.list_related a:hover {
	font-size: 0;
	background: #e2e2e2 url(../images/sprite-arrows.png) no-repeat -100px 0;
}

.list_related span {
	display: inline-block;
	width: 80px;
	height: 30px;
	border: 1px solid #e2e2e2;
	border-radius: 7px;
	background: url(../images/sprite-arrows.png) no-repeat -100px -30px;
	font-size: 0;
}

.list_related p.relatedR {
	text-align: right;
}

.list_related p.relatedR a {
	text-align: right;
	background: url(../images/sprite-arrows.png) no-repeat 0 0;
}

.list_related p.relatedR a:hover {
	text-align: right;
	background: #e2e2e2 url(../images/sprite-arrows.png) no-repeat 0 0;
}

.list_related p.relatedR span {
	text-align: right;
	background: url(../images/sprite-arrows.png) no-repeat 0 -30px;
}

.page_list {
	text-align: center;
	padding: 20px 0;
}

.page_list span,
.page_list a {
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #e2e2e2;
	padding: 8px 15px;
	background: #fff;
}

.page_list span {
	border: 1px solid #e2e2e2;
	padding: 8px 15px;
	color: #999;
	background: #fff;
}

.page_list span.page_i {
	color: #666;
}

.branch {}

.branch li {
	float: left;
	background: #fff url(../images/network_icon.png) no-repeat 20px center;
	height: 140px;
	width: 30%;
	margin: 0 10px 20px;
	border-radius: 7px;
	border: 2px solid #c0decc;
	box-shadow: 2px 2px 1px #e2e2e2;
	padding: 10px 10px 0 83px;
	box-sizing: border-box;
	line-height: 24px;
}

.branch li:hover {
	border: 2px solid #22834a;
}

.branch li p {
	display: block;
	margin: 10px 10px 0 83px;
	line-height: 24px;
}

.branch li strong {
	display: block;
	font-size: 16px;
}

.product_title {
	text-align: left;
}

.product_info {
	margin: 0 auto;
	width: 500px;
	float: right;
}

.post {
	border-top: 0px none;
	margin: 0 auto;
	overflow: hidden;
}

.pro_img {
	width: 600px;
	height: 450px;
	line-height: 450px;
	margin: 30px auto 15px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e0e0e0;
	box-shadow: 2px 2px 5px #aaa;
}

.pro_img img {
	vertical-align: middle;
	max-width: 600px;
	max-height: 450px;
}

.post h5 span {
	margin-left: 15px;
}

.video_content {
	width: 480px;
	margin: 0 auto;
}

/*=[ List ]
----------------------------------------------------------*/
.article_list {
	width: 100%;
	margin: 30px auto 0;
}

.article_list li {
	line-height: 32px;
	font-size: 14px;
	overflow: hidden;
	margin: 0 5px 15px 0;
	background: #fff;
	box-shadow: 2px 2px 1px #e2e2e2;
	border: 1px solid #ddd;
}

.article_list li span {
	float: right;
	font-size: 12px;
	color: #999;
	margin: 20px 20px 0 0;
}

.news_list li a {
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	margin: 20px;
}

.news_list li p {
	width: 95%;
	margin: 0 auto 20px;
}

.img_list {
	clear: both;
	overflow: hidden;
}

.img_list li {
	float: left;
	width: 30%;
	text-align: center;
	margin: 15px;
	display: table;
	vertical-align: middle
}

.img_list li span {
	display: block;
	margin: 0 auto 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-top: 0 none;
	font-size: 14px;
	background: #fff;
}

.img_list li a.img_box {
	width: 100%;
	height: 185px;
	vertical-align: middle;
	line-height: 185px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: 2px 2px 1px #e2e2e2;
	overflow: hidden;
}

.img_list li a.img_box img {
	height: 100%;
	margin: 0 auto 0;
	vertical-align: middle;
}

.product_list li {
	margin: 50px 5px 0 0;
	background: #fff;
	box-shadow: 2px 2px 1px #e2e2e2;
	border: 1px solid #ddd;
	font-size: 16px;
}

.product_list li .product_list_lf {
	float: left;
	width: 340px;
	margin: 0 10px 0 30px;
	position: relative;
	z-index: 100;
	top: -20px;
}

.product_list li .product_list_lf h2 {
	width: 100%;
	text-align: center;
	color: #015c40;
	margin: 30px 0 0;
	padding: 0;
}

.product_list li .product_list_lf img {
	width: 335px;
	height: 252px;
	box-shadow: 5px 5px 0px #c7c7c7;
}

.product_list li .product_list_ri {
	float: right;
	width: 700px;
	margin: 15px 0 0 15px;
}

.product_list li .product_list_ri h5 {
	font-size: 20px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 20px;
	background: #259654;
	color: #fff;
	margin: 0 30px 0 0;
	padding-left: 20px;
	overflow: hidden;
}

.product_list li .product_list_ri p {
	line-height: 170%;
}

/*=[ Layout ]
----------------------------------------------------------*/
.wrap {
	width: 100%;
	margin: 0 auto;
}

.header {
	clear: both;
	width: 1110px;
	height: 95px;
	margin: 0 auto;
}

.logo {
	_display: inline;
	float: left;
	margin: 31px 0 22px 20px;
}
.logo img{
	width: 142px;
}
.page {
	margin: 0 auto 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 200;
	top: -24px;
}

.main {
	clear: both;
	overflow: hidden;
	width: 1110px;
	margin: 0 auto 0;
}

.banner {
	width: 100%;
	margin: 0 auto;
	background: #269253;
}

.home .banner {
	background: none;
	height: auto;
}

.sort_banner_c {
	width: 1110px;
	height: 250px;
	margin: 0 auto;
	color: #fff;
}

.sort_banner_txt_c {
	float: right;
	margin: 60px 30px 0 0;
}

.sort_banner_txt_c h3 {
	font-size: 28px;
	border-bottom: 4px solid #22834a;
	line-height: 50px;
	text-shadow: 1px 1px 3px #333;
}

.sort_banner_txt_c p {
	font-size: 16px;
	line-height: 32px;
	text-shadow: 1px 1px 3px #333;
}

.banner img {
	width: 100%;
}

.content {
	width: 100%;
}

.code {
	width: 128px;
	height: 128px;
	position: absolute;
	right: 10px;
}

/*=[ Nav ]
----------------------------------------------------------*/
.nav_top {
	float: right;
	line-height: 26px;
	margin: 5px 15px 0 0;
}

.nav_top a,
.nav_top a:visited {
	display: inline-block;
	padding: 0 10px;
	color: #269253;
	background: url(../images/ln_icon.jpg) no-repeat 0 center;
}

.nav_top a:hover {
	color: #333;
}

.nav_main {
	width: 800px;
	float: left;
	margin: 5px 0 0 20px;
}

.nav_main>li {
	position: relative;
	_display: inline;
	float: left;
	font-size: 14px;
	text-align: left;
	height: 36px;
	line-height: 36px;
	width: 12.5%;
}

.nav_main >li.home {
	background: none;
}

.nav_main> li a,
.nav_main >li a:visited {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
}

.nav_main> li:hover >a{
	background: url(../images/nav_h.png) repeat-x 0 center;
	color: #fff;
	border-radius: 30px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .29);
}

.nav_main> li.current-menu-item >a{
	background: url(../images/nav_h.png) repeat-x 0 center;
	color: #fff;
	border-radius: 30px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .29);
}


/* 
.nav_main ul {
	z-index: 300;
	position: absolute;
	display: none;
	padding: 0;
	margin: 0;
}

.nav_main ul li {
	font-size: 12px;
	font-weight: lighter;
	height: 30px;
	line-height: 30px;
	clear: both;
} */
.nav_main .sub-menu li {
	font-size: 12px;
	font-weight: lighter;
	height: 30px;
	line-height: 30px;
	clear: both;
}
.nav_main .sub-menu {
	display: none;
	position: absolute;
	z-index: 111;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0 0 5px;
	background: #fff;
}
.nav_main>li:hover> .sub-menu {
    display: block;
}

/*=[ Sidebar ]
----------------------------------------------------------*/
.left {
	height: 30px;
	display: block;
}

.sidebar {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.nav_sort {
	margin: 0 auto;
}

.sort_name {
	font-weight: bold;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin: 0;
}

.sort_name span {
	margin: 0 auto;
}

.nav_sort ul {
	float: right;
}

.nav_sort ul li {
	text-align: center;
	margin: 0 5px 5px;
	float: left;
	background: #fff;
	height: 36px;
	line-height: 36px;
	position: relative;
	width: 120px;
}

.nav_sort ul li a,
.nav_sort ul li a:visited {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 36px;
	display: block;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.nav_sort ul li a:hover,
.nav_sort ul li a.c {
	color: #fff;
	background: #269253;
}

.nav_sort ul.rp li {
	text-align: center;
}

.nav_sort ul li span {
	position: absolute;
	background: #000;
	width: 120px;
	height: 36px;
	top: 3px;
	left: 3px;
	filter: alpha(opacity=10);
	opacity: 0.1;
	z-index: -2;
}

/*=[ Home ]
----------------------------------------------------------*/
.box_h {
	float: left;
}

.box_h .sort_title {
	position: relative;
}

.box_h .sort_title h4 {
	height: 20px;
	line-height: 20px;
	margin: 14px 0 0 15px;
}

.box_h a.more {
	display: block;
	float: right;
	position: relative;
	margin: 0 10px 0 0;
	width: 46px;
	height: 15px;
	background: url(../images/more.gif) no-repeat 0 0;
}

.box_h .sort_title i {
	font-style: normal;
	color: #000;
	font-size: 12px;
	font-weight: lighter;
	display: block;
}

.box_h .sort_title h4 a {}

.box_c {
	line-height: 24px;
	overflow: hidden;
	position: relative;
}

#about_h {
	width: 500px;
}

#about_h .sort_title {
	background: url(../images/tit_about_200.jpg) no-repeat 0 0;
	width: 190px;
	height: 116px;
	float: left;
}

#about_h .box_c {
	float: left;
	width: 310px;
	height: 116px;
	background: #fff;
}

#about_h .box_c p {
	width: 93%;
	margin: 15px auto 0;
}

#about_h .box_c .more {
	background-position: 0 -15px;
}

#about_h .box_c img {
	float: left;
	width: 85px;
	height: 58px;
	margin: 5px 10px 0 0;
}

#news_h {
	width: 400px;
	height: 116px;
}

#news_h .sort_title {
	float: left;
	width: 150px;
	height: 116px;
	background: #fff;
}

#news_h .sort_title h4 a {
	color: #015198;
}

#news_h .box_c {
	float: left;
	width: 250px;
}

#news_h .sort_title .more {
	margin: 55px 0 0 15px;
	background-position: 0 -15px;
	float: left;
}

#news_h .box_c {
	color: #fff;
	height: 102
}

#news_h .box_c span {
	display: block;
}

#news_h .box_c p {
	width: 90%;
	margin: 0 0 0 15px;
	height: 72px;
}

#news_h .box_c .more {
	margin-
}

#culture_h {
	width: 200px;
	background: url(../images/tit_culture_200.jpg) no-repeat 0 0;
	height: 116px;
}

#culture_h .sort_title,
#culture_h .sort_title h4 a,
#culture_h .sort_title h4 i {
	color: #fff;
}

#culture_h .box_c {
	height: 116px;
}

#culture_h .box_c .more {
	top: 55px;
}

#bin_h {
	background: #fff;
	height: 110px;
	margin: 10px auto 0;
	clear: both;
	width: 100%;
}

#bin_h div {
	float: left;
	width: 276px;
	height: 60px;
	border-left: 1px solid #dbdbdb;
	margin: 24px 0 0;
}

#bin_h div strong {
	margin-left: 90px;
}

#bin_h div strong a,
#bin_h div strong a:visited {
	color: #000;
}

#bin_h div p {
	margin: 0 0 0 90px;
	width: 160px;
	line-height: 24px;
}

#bin_h div.bin_h_5 {
	border: 0;
	width: 277px;
	background: url(../images/pro_icon.jpg) no-repeat 20px center;
}

#bin_h div.bin_h_7 {
	background: url(../images/hr_icon.jpg) no-repeat 20px center;
}

#bin_h div.bin_h_13 {
	background: url(../images/honor_icon.jpg) no-repeat 20px center;
}

#bin_h div.bin_h_9 {
	background: url(../images/fb_icon.jpg) no-repeat 20px center;
}

#bin_3 {
	background: url(../images/bin_3.jpg) no-repeat center 0;
}

#bin_4 {
	background: url(../images/bin_4.jpg) no-repeat center 0;
}

#bin_5 {
	background: url(../images/bin_5.jpg) no-repeat center 0;
}

#bin_6 {
	background: url(../images/bin_6.jpg) no-repeat center 0;
}

#bin_7 {
	background: url(../images/bin_7.jpg) no-repeat center 0;
}

#bin_9 {
	background: url(../images/bin_9.jpg) no-repeat center 0;
}

#bin_10 {
	background: url(../images/bin_10.jpg) no-repeat center 0;
}

#bin_106 {
	background: url(../images/bin_3.jpg) no-repeat center 0;
}

#bin_110 {
	background: url(../images/bin_4.jpg) no-repeat center 0;
}

#bin_111 {
	background: url(../images/bin_5.jpg) no-repeat center 0;
}

#bin_112 {
	background: url(../images/bin_6.jpg) no-repeat center 0;
}

#bin_115 {
	background: url(../images/bin_7.jpg) no-repeat center 0;
}

#bin_116 {
	background: url(../images/bin_9.jpg) no-repeat center 0;
}

#bin_117 {
	background: url(../images/bin_10.jpg) no-repeat center 0;
}

.m_map {
	display: none;
}

.c_list {
	padding-bottom: 20px;
}

.c_list strong {
	margin: 0 20px;
	display: inline-block;
}

#DB_gallery {
	float: left;
	margin: 30px 0 0;
	overflow: hidden;
	width: 580px;
}

#DB_gallery ul,
#DB_gallery li {
	list-style: none;
	margin: 0;
	padding: 0
}

#DB_gallery img {
	border: none;
	vertical-align: top;
}

#DB_gallery .DB_imgSet {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#DB_gallery .DB_imgSet .DB_imgWin {
	height: 100%
}

#DB_gallery .DB_imgSet .DB_page {
	position: absolute;
	bottom: 0;
	font: 11px tahoma bold;
	padding: 5px;
	color: #ffffff
}

#DB_gallery .DB_imgSet .DB_page .DB_current {
	color: #ffff00
}

#DB_gallery .DB_imgSet .DB_page .DB_total {
	color: #ffcc00
}

#DB_gallery .DB_imgSet .DB_prevBtn {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	cursor: pointer;
	left: 0;
}

#DB_gallery .DB_imgSet .DB_nextBtn {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	cursor: pointer;
	right: 0;
}

#DB_gallery .DB_thumSet {
	position: relative;
	margin-top: 10px;
	width: 100%;
	overflow: hidden
}

#DB_gallery .DB_thumSet .DB_thumMove {
	position: relative;
	white-space: nowrap;
	font-size: 0
}

#DB_gallery .DB_thumSet .DB_thumMove li {
	display: inline;
	margin-right: 8px;
	overflow: hidden;
	text-align: center;
}

#DB_gallery .DB_thumSet .DB_thumMove li img {
	width: 110px;
	height: 73px;
}

#DB_gallery .DB_thumSet .DB_prevPageBtn {
	position: absolute;
	top: 0;
	cursor: pointer;
	left: 0;
}

#DB_gallery .DB_thumSet .DB_nextPageBtn {
	position: absolute;
	top: 0;
	cursor: pointer;
	right: 0;
}

#DB_gallery .DB_thumSet .DB_thumLine {
	position: absolute;
	width: 100px;
	height: 63px;
	border: 5px solid #22834a;
	left: 0;
	top: 0
}

/*=[ Footer ]
----------------------------------------------------------*/
.footer {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
	background: #fff;
	line-height: 42px;
	color: #888;
}

.footer a,
.footer:visited {
	color: #888;
}

.flink {
	text-align: left;
	width: 100%;
	margin: 0 auto 10px;
}

.nav_bot {}

.copyright {
	width: 1110px;
	overflow: hidden;
	margin: 0 auto;
}

.copy {
	margin: 0px auto;
	float: left;
}

.idc {
	margin: 0 auto;
	float: right;
}

.pcopy,
.mcopy {
	display: inline;
}

.mcopy {
	display: none;
}

body.home .footer {}

/*=[ Gbook ]
----------------------------------------------------------*/
#gbook_list {
	width: 95%;
	margin: 20px auto;
}

.gbook_pic {
	background: url(../images/feedback.png) no-repeat 0 0;
	width: 276px;
	height: 256px;
	float: left;
	margin: 30px 0 0 20px;
}

.faq {
	margin-bottom: 10px;
	background: #fff
}

.faq_author {
	background: #f5f5f5;
}

.faq_author,
.faq_content {
	border: 1px solid #e5e5e5;
	padding: 8px;
}

.faq_author strong {
	color: #000
}

.faq_author span {
	float: right;
}

.faq_content {
	border-top: 1px solid #efefef
}

.faq_content strong {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dashed #acacac;
	width: 100%;
}

.faq_content p {
	margin-top: 10px;
}

.reply {
	border: 1px dashed #acacac;
	padding: 5px;
	margin-top: 5px
}

#faqbox {
	float: left;
	border-left: 1px solid #d3d3d3;
	margin: 20px 0 0 30px;
}

#faqbox div {
	margin: 5px auto;
	padding: 5px 0;
}

#faqbox div span {
	display: inline-block;
	width: 100px;
	text-align: right;
	font-size: 14px
}

#faqbox div input {
	border: 1px solid #c0decc;
}

#faqbox div textarea {
	border: 1px solid #c0decc;
}

#faqbox div font {
	color: #f00;
	display: inline-block;
	margin-left: 10px;
}

#faqbox div.form_content span {
	position: relative;
	top: -35px;
}

#faqbox div.form_content font {
	position: relative;
	top: -35px;
}

#faqbox div.form_code button {
	margin-left: 30px;
}

#faqbox form img {
	width: 40px;
	height: 10px;
}

/*=[ Banner ]
----------------------------------------------------------*/
.swiper-container {
	height: 471px;
	width: 1423px;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 30px;
	width: 100%;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-text-container {
	height: 116px;
	width: 250px;
	overflow: hidden;
	background: #015198;
}

.paginations {
	text-align: right;
	width: 100%;
	margin: 5px 0 0;
}

/*=[ Back To Top ]
----------------------------------------------------------*/
#back-to-top {
	position: fixed;
	bottom: 5%;
	left: 90%;
}

#back-to-top a {
	text-align: center;
	text-decoration: none;
	color: #d1d1d1;
	display: block;
	width: 50px;
	/*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
}

#back-to-top a:hover {
	color: #979797;
}

#back-to-top a span {
	display: block;
	height: 50px;
	width: 50px;
	background: url(../images/top.png) no-repeat center center;
	margin-bottom: 5px;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
}

#back-to-top a:hover span {
	background: url(../images/top.png) no-repeat center center;
}

/* Phone Portrait (360px) */
@media screen and (max-width:1200px) {
	body {
		background-image: none;
	}

	.wrap {
		width: 100%;
	}

	.header {
		height: 95px;
		background: #fff;
		width: 100%;
	}

	.nav_top {
		margin: 25px 25px 0 0;
	}

	.logo {
		margin: 20px 0 20px 10px;
		width: 50%;
		;
	}

	.nav_top a.la_cn {
		display: none;
	}

	.en_nav_top a.la_cn {
		display: block;
	}

	.en_nav_top a.la_en {
		display: none;
	}

	.nav_bin {
		float: right;
		width: 32px;
		height: 32px;
		background: url(../images/nav_bin.png) no-repeat center center;
		margin: 22px 20px 0 0;
	}

	.nav_main {
		width: 100%;
		clear: both;
		margin: 0 auto;
		display: none;
		border-top: 0;
		top: 95px;
		clear: both;
		background: url(../images/green_bg.png);
		margin: 0 auto;
		z-index: 300;
		position: absolute;
	}

	.nav_main li {
		position: relative;
		clear: both;
		width: 100%;
		border-top: 1px solid #fff;
	}

	.nav_main li a,
	.nav_main li a:visited {
		color: #fff
	}

	.nav_main li a:hover {
		background: none;
		border-radius: 0;
		box-shadow: none;
	}

	.swiper-container {
		height: 119px;
		width: 360px;
	}

	.pagination {
		bottom: 10px;
	}

	.swiper-text-container {
		width: 360px;
	}

	.page {
		top: 0;
	}

	.main {
		width: 360px;
		margin: 0 auto;
	}

	.product_info {
		width: 100%;
		clear: both;
	}

	#DB_gallery {
		width: 360px;
	}

	#news_h,
	#news_h .box_c {
		clear: both;
		width: 100%;
		height: auto;
		font-size: 14px;
	}

	#news_h .box_c {
		padding-bottom: 20px;
	}

	#news_h .sort_title {
		display: none;
	}

	#about_h,
	#about_h .box_c {
		width: 100%;
		height: auto;
		font-size: 14px;
	}

	#about_h .box_c {
		padding-bottom: 20px;
	}

	#about_h .sort_title {
		width: 100%;
		height: 150px;
		background: url(../images/tit_about_360.jpg) no-repeat 0 0;
	}

	#culture_h {
		width: 100%;
		height: 150px;
		background: url(../images/tit_culture_360.jpg) no-repeat 0 0;
	}

	#culture_h h4 {
		font-size: 18px;
		margin-top: 30px;
	}

	#culture_h .more {
		margin-top: 20px;
	}

	#bin_h {
		margin: 5px auto 10px;
		height: auto;
	}

	#bin_h div {
		border: 0 none;
		border-top: 5px solid #dbdbdb;
		clear: both;
		width: 100%;
		margin-top: 0;
		padding: 24px 0;
	}

	#bin_h div strong {
		font-size: 18px;
		margin-left: 120px;
	}

	#bin_h div p {
		margin: 5px 0 0 120px;
		font-size: 14px;
		width: 190px;
	}

	.sort_banner_c {
		width: 100%;
		height: 90px;
		overflow: hidden;
	}

	.sort_banner_txt_c {
		text-align: right;
		float: right;
		margin: 20px 30px 0 0;
	}

	.sort_banner_txt_c h3 {
		border: 0 none;
		line-height: 20px;
		font-size: 18px;
	}

	.sort_banner_txt_c p {
		margin: 0px;
	}

	.sidebar {
		width: 100%;
		margin: 0;
		overflow: hidden;
	}

	.nav_sort {
		margin: 0 auto;
	}

	.sort_name {
		font-weight: bold;
		font-size: 14px;
		height: 28px;
		line-height: 28px;
		margin: 0;
	}

	.sort_name span {
		margin: 0 auto;
	}

	.nav_sort ul {
		width: 100%;
		margin: 0 0 0;
	}

	.nav_sort ul li {
		float: left;
		text-align: center;
		margin: 0;
		background: #fff;
		height: 36px;
		line-height: 36px;
		width: 32.5%;
		margin: 2px 0 0 2px
	}

	.nav_sort ul li a,
	.nav_sort ul li a:visited {
		background: none;
		width: 100%;
	}

	.nav_sort ul li a:hover,
	.nav_sort ul li a.c {
		color: #fff;
		background: #22834a;
	}

	.nav_sort ul.rp li {
		text-align: center;
	}

	.nav_sort ul li span {
		display: none;
	}

	.bc {
		clear: both;
		overflow: hidden;
		margin: 5px auto 0;
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	.bc .b {
		border-bottom: 1px solid #d3d3d3;
		clear: both;
		height: 32px;
	}

	.bc h4 {
		display: none;
	}

	.bc span {
		float: left;
		margin: 0 0 0 5px;
		line-height: 32px
	}

	.bc i {
		background: none;
		padding: 0;
		display: none;
	}

	.news_list span {
		display: none;
	}

	.news_list a {
		font-size: 14px;
	}

	.img_list li {
		width: 99%;
		clear: both;
		margin: 15px auto;
	}

	.product_list li {
		background: #fff;
		box-shadow: 2px 2px 1px #e2e2e2;
		border: 1px solid #ddd;
		font-size: 16px;
	}

	.product_list li .product_list_lf {
		clear: both;
		width: 100%;
		margin: 0;
		position: none;
		top: 0;
		text-align: center;
	}

	.product_list li .product_list_lf h2 {
		width: 100%;
		text-align: center;
		color: #015c40;
		margin: 30px 0 0;
		padding: 0;
	}

	.product_list li .product_list_lf img {
		width: 90%;
		box-shadow: 5px 5px 0px 2014/12/26#c7c7c7;
		margin: 20px auto 0;
	}

	.product_list li .product_list_ri {
		clear: both;
		width: 100%;
		margin: 15px 0 0 0;
	}

	.product_list li .product_list_ri h5 {
		font-size: 20px;
		height: 36px;
		line-height: 36px;
		margin-bottom: 20px;
		background: #259654;
		color: #fff;
		margin: 0;
		padding-left: 0px;
		overflow: hidden;
	}

	.product_list li .product_list_ri p {
		width: 90%;
		margin: 0 auto;
	}

	#bin_3 {
		background: url(../images/bin_3s.jpg) no-repeat center 0;
	}

	#bin_4 {
		background: url(../images/bin_4s.jpg) no-repeat center 0;
	}

	#bin_5 {
		background: url(../images/bin_5s.jpg) no-repeat center 0;
	}

	#bin_6 {
		background: url(../images/bin_6s.jpg) no-repeat center 0;
	}

	#bin_7 {
		background: url(../images/bin_7s.jpg) no-repeat center 0;
	}

	#bin_9 {
		background: url(../images/bin_9s.jpg) no-repeat center 0;
	}

	#bin_10 {
		background: url(../images/bin_10s.jpg) no-repeat center 0;
	}

	#bin_106 {
		background: url(../images/bin_3s.jpg) no-repeat center 0;
	}

	#bin_110 {
		background: url(../images/bin_4s.jpg) no-repeat center 0;
	}

	#bin_111 {
		background: url(../images/bin_5s.jpg) no-repeat center 0;
	}

	#bin_112 {
		background: url(../images/bin_6s.jpg) no-repeat center 0;
	}

	#bin_113 {
		background: url(../images/bin_7s.jpg) no-repeat center 0;
	}

	#bin_115 {
		background: url(../images/bin_9s.jpg) no-repeat center 0;
	}

	#bin_117 {
		background: url(../images/bin_10s.jpg) no-repeat center 0;
	}

	.gbook_pic {
		width: 100%;
		height: 99px;
		clear: both;
		display: block;
		background: url(../images/feedbacks.png) no-repeat center 0;
		margin: 20px auto 0;
	}

	#faqbox {
		clear: both;
		border: 0 none;
		margin: 20px auto 0;
	}

	#faqbox input {}

	#faqbox span {
		width: 80px;
	}

	#faqbox textarea {
		width: 169px;
	}

	.branch li {
		width: 320px;
	}

	.left {
		display: none;
	}

	.pc_map {
		display: none;
	}

	.m_map {
		display: block;
	}

	.c_list strong {
		margin: 0;
		width: 100%;
		display: block;
		text-align: left;
	}

	.copyright {
		width: 360px;
		text-align: center;
		padding: 10px 0;
	}

	.copy,
	.idc {
		clear: both;
		width: 100%;
		height: 20px;
		line-height: 20px;
	}

	.pcopy {
		display: none;
	}

	.mcopy {
		display: inline;
	}

	.back_to_top,
	.code {
		display: none;
	}
}

.page_list li{
	display:inline-block;
}