@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
}
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
/* tables still need 'cellspacing="0"' in the markup */  
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
blockquote, q {
	quotes:'' '';
}
a img {
	border:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
/* =Structure 
----------------------------------------------- */  
body {
	font:12px/1.5 "微軟正黑體", "微软雅黑", "Microsoft YaHei", "SimHei", "SimSun";
	color:#666;
	text-align: center;
	min-width: 1400px;
	background-color: #FFFFFF;
}
a {
	text-decoration:none;
	color:#5D5D5D;
/*	
    -webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
*/
}
a:hover {
	text-decoration:none;
	color: #CC0000;
}
.clear {
	clear: both;
}
.clearfix:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.clearfix {
	min-height:1%;
}
.fr {
	float: right;
}
.fl {
	float: left;
}

.wrap {
	width: 100%;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.container1024 {
	width: 1024px;
	margin: 0 auto;
}
.header {
	position: fixed;
	background-color: #fff;
	height: 70px;
	z-index: 9999;
}
.header .container {
}

.logo {
	height: 150px;
	width: 150px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -75px;
	z-index: 1000;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	border-radius:70px;
	background-color: #fff;
}
.logo img {
	width: 70%;
	margin-top: 25px;
}

.nav {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -600px;
	width: 1200px;
	height: 70px;
	z-index: 100;
}
.nav li {
	width:120px;
	text-align:center;
	display: inline-block;
}
.nav li.navlogo {
	width: 160px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.nav li.nav5 {
	margin-left: 160px;
}

.nav  li  a {
	display:block;
	color:#000000;
	font-size: 15px;
	line-height: 65px;
	width: 60px;
	float: left;
	border-top: solid #fff 5px;
	margin-left: 30px;
	margin-right: 30px;






    -webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
.nav li a:hover {
	color: #CC0000;
	border-top: solid #c00 5px;
}
.fullSlide {
	width:100%;
	position:relative;
	height: 650px;
	background-color: #f7f7f7;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
	height: 650px;
}
.fullSlide .bd li {
	width:100% !important;
	overflow:hidden;
	text-align:center;
	height: 650px;
	background-color: #fed201;
}
.fullSlide .bd li a {
	display:block;
	height: 650px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:30px;
	left:0;
	height:30px;
	line-height:30px;
	text-align:center;
	_background:#000;
	_filter:alpha(opacity=60);
}
.fullSlide .hd ul {
	text-align:center;
	padding-top:5px;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
    *display:inline;
	zoom:1;
	width:15px;
	height:15px;
	margin:5px;
	background:url(../img/tg_flash_p.png) -15px 0;
	overflow:hidden;
	line-height:9999px;
	background-repeat: no-repeat;
	background-position: -20px 0;
	;
}
.fullSlide .hd ul .on {
	background-position:0 0;
}
.section-title {
	padding-bottom: 50px;
}
.section-title .lcue {
	display: inline-block;
	width: 300px;
	height: 30px;
	background-image: url(../img/section-title-lcue.png);
	background-repeat: no-repeat;
}
.section-title .title-desc {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.section-title .rcue {
	display: inline-block;
	width: 300px;
	height: 30px;
	background-image: url(../img/section-title-rcue.png);
	background-repeat: no-repeat;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
}
.section-title p {
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.section-1 {
	width:100%;
	background-image: url(../img/bg.jpg);
	padding-bottom: 100px;
	padding-top: 50px;
}
.section-1 ul {
	margin-right: -60px;
}
.section-1 li {
	width:255px;
	float:left;
	text-align:center;
	color:#666666;
	margin-right:60px;
	position:relative;
	z-index:1;
	font-size: 18px;
	line-height: 50px;
}
.section-1 li img {
	width: 100%;
	margin: 0 auto;
}
.picScroll-left {
	position:relative;
}
.picScroll-left .hd {
	height:30px;
	position: absolute;
	left: 50%;
	width: 75px;
	text-align: center;
	margin-left: -37.5px;
	margin-top: 30px;
}
.picScroll-left .hd ul {
	overflow:hidden;
	zoom:1;
}
.picScroll-left .hd ul li {
	float:left;
	width:15px;
	height:15px;
	overflow:hidden;
	margin-right:5px;
	text-indent:-999px;
	cursor:pointer;
	background-color: #CCCCCC;
	margin-left: 5px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
.picScroll-left .hd ul li.on {
	background-color: #CC0000;

}
.picScroll-left .bd {

}
.picScroll-left .bd ul {
	overflow:hidden;
	zoom:1;
}
.picScroll-left .bd ul li {
}
.picScroll-left .bd ul li .pic {
	text-align:center;
}
.picScroll-left .bd ul li .pic img {
	display:block;
}
.picScroll-left .bd ul li .pic a:hover img {
}
.picScroll-left .bd ul li .title {
	background-image: url(../img/li-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 50px;
	margin-top: 20px;
}


.section-col {
	background-color: #666666;
	color: #FFFFFF;
	background-image: url(../img/col-bg.jpg);
}
.section-col  .col {
	width: 50%;
	height: 330px;
	display: block;
}
.section-col .col-1 {



}
.section-col  .col-1  .col-img  {
	background-image: url(../img/c1.jpg);
}
.section-col  .col-2  .col-img  {
	background-image: url(../img/c2.jpg);
}
.section-col  .col-3  .col-img  {
	background-image: url(../img/c3.jpg);
}
.section-col  .col-4  .col-img  {
	background-image: url(../img/c4.jpg);
}
.section-col .col-2 {


}
.section-col .col-3 {


}
.section-col .col-4 {
}
.col-text {
	width: 50%;
	height: 330px;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.col-text h2 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 60px;
	font-weight: bold;
}
.col-text em {
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 10px;
	display: block;
}
.col-text span {
	font-size: 12px;
	width: 80%;
	line-height: 24px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.col-text p {
	font-size: 12px;
	margin: 0 auto;
	display: inline-block;
	line-height: 26px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #CC0000;
	color: #FFFFFF;
}
.effect-ming {
}
.effect-ming figcaption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.effect-ming figcaption::before,
.effect-ming figcaption::after {
	pointer-events: none;
}

.effect-ming figcaption,
.effect-ming figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.effect-ming figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.effect-ming figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}
.effect-ming h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.effect-ming p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.effect-ming:hover h2 {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.effect-ming:hover figcaption::before,
.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

.col-img {
	width: 50%;
	height: 0px;
	overflow: hidden;
	display: block;
	padding-bottom: 330px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.col-img img {
	display: inline-block;
	width: 100%;
}
.section-company {
	text-align: left;
	padding-top: 80px;
	height: auto;
	background-image: url(../img/bg.jpg);
}
.company-pic {
	float: left;
	width: 40%;
	position: relative;
	height: 300px;
}
.slideBox{
	overflow:hidden;
	position:relative;
}
.slideBox .bd{
	position:relative;
	height:100%;
	z-index:0;
	border: solid #fff 5px;
}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{
	display:block;
	width: 470px;
	height: 290px;
}
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.company-txt {
	float: right;
	width: 60%;
	padding-bottom: 80px;
}
.company-txt h3 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.company-txt p {
	padding: 20px;
	padding-top: 0px;
	line-height: 26px;
	font-size: 14px;
}
.section-news {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 100px;

}
.company-news {

}
.company-tit {
	margin-bottom: 50px;
	height: 24px;
}
.company-tit h2 {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	float: left;
	line-height: 24px;
	padding-right: 15px;
	border-right: solid 1px;
	color: #CC0000;
	border-color: #CC0000;
}
.company-tit p {
	display: inline-block;
	float: left;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333333;
}
.section-company  .company-tit .dot-line {
	float: left;
	background-image: url(../img/dot_line.png);
	background-repeat: repeat-x;
	background-position: 0 center;
	width: 650px;
	display: inline-block;
	height: 24px;
}
.section-news .company-tit .dot-line {
	float: left;
	background-image: url(../img/dot_line.png);
	background-repeat: repeat-x;
	background-position: 0 center;
	width: 740px;
	display: inline-block;
	height: 24px;
}
.company-tit ul {
	float: right;
	display: inline-block;
}
.company-tit li {
	float: left;
}
.company-tit li a {
	display: inline-block;
	background-color: #1e191f;
	color: #FFFFFF;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari 和 Chrome */
	border-radius: 30px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	width: 60px;
	text-align: center;
}
.company-tit li a:hover {
	background-color: #CC0000;
}.company-news-list {
	margin-right: -100px;
}

.company-news-list li {
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid #ddd 1px;
	float: left;
	width: 570px;
	margin-right: 60px;
}
.company-news-list li h4 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
.company-news-list li p {
	color: #999999;
	line-height: 22px;
}
.n-date {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 20px;
	display: block;
	background-color: #eee;
	color: #666666;
	text-align: center;
}
.n-date .day {
	font-size: 35px;
	display: block;
	margin-bottom: 5px;
	margin-top: 8px;
	line-height: 35px;
	height: 35px;
}
.n-date .year {
	font-size: 12px;
	display: block;
	line-height: 20px;
	height: 20px;
}
.section-5  {

}
.section-6 {
	height: 730px;
	margin-top: 80px;
	background-size: cover;
}
.section-7 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.footer {
	background-color: #333333;
	width: 100%;
	height: 100%;
	color: #CCCCCC;
	text-align: center;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat;
	background-position: top center;
}
.dada {
	width: 140px;
	height: 140px;
	background-color: #fff;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius:70px;
	margin-top: -70px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.dada span {
	width: 130px;
	height: 130px;
	background-color: #fdd100;
	border-radius: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius:65px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-top: 5px;
}
.dada img {
	width: 100%;
}
.footer-contact {
	margin: 0 auto;
	line-height: 100px;
}
.footer-contact ul {
}
.footer-contact li {
	font-size: 14px;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 32px;
}
.footer-contact li span {
	width: 32px;
	height: 32px;
	border: solid #ccc 1px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center center;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	line-height: 32px;
	float: left;
	margin-right: 10px;
}

.footer-contact li.h_tel span {
	background-image: url(../img/h_tel.png);
}
.footer-contact li.h_location span {
	background-image: url(../img/h_location.png);
}
.footer-contact li.h_email span {
	background-image: url(../img/h_email.png);
}
.footer-shop {
	margin: 0 auto;
}
.footer-shop img {
	width: 10%;
	padding: 10px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.copyright {
	line-height: 60px;
}
.fixed {
	width: 100%;
	height: 70px;
}


.page-banner {
	height: 300px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../img/page-banner.jpg);
	overflow: hidden;
	width: 100%;
}
.page-banner .container {
	text-align: right;
}
.page-banner h2 {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 100px;
	margin-bottom: 10px;
}
.page-banner p {
	background-color: #FFFFFF;
	padding: 10px 20px 10px 30px;
	display: inline-block;
	text-align: right;
	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	border-radius: 30px;
}
.page-banner p span {
	font-size: 12px;
	font-family: "宋体";
}
.section-pagecate {
	height: 70px;
	background-color: #fdd000;
}
.section-pagecate ul {
	padding-top: 15px;



}
.section-pagecate li {
	display: inline-block;
}
.section-pagecate li a {
	color: #333333;
	background-color: #E8BF00;
	font-size: 15px;
	margin-left: 2px;
	margin-right: 2px;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	border-radius:70px;
	text-align: left;
	line-height: 34px;
	display: inline-block;
	padding: 0 25px;
}
.section-pagecate li a em {
	width: 15px;
	height: 15px;
	background-image: url(../img/cate-li.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	float: left;
	margin-top: 9px;
	margin-right: 5px;
}
.section-pagecate li a span {
	display: inline-block;
	float: left;
}

.section-pagecate li a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
}
.section-pagecate li a:hover em {
	background-position: 0 -15px;
}
.section-page {
	min-height: 400px;
	padding-top: 50px;
	background-image: url(../img/bg.jpg);
}
.section-page-products {
	min-height: 400px;
	background-image: url(../img/bg.jpg);
	padding-top: 50px;
}
.page-content {
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	margin-bottom: 120px;
}
.products-list {

}
.products-list ul {
	overflow:hidden;
	zoom:1;
	margin-right: -60px;
}
.products-list ul li {
	width:255px;
	float:left;
	text-align:center;
	color:#666666;
	margin-right:60px;
	position:relative;
	z-index:1;
	font-size: 18px;
	line-height: 50px;
	margin-bottom: 60px;
}
.products-list ul li a {
	display: block;
}
.products-list ul li a:hover {
	display: block;
	color: #CC0000;
}
.products-list ul li a:hover .title {
	background-image: url(../img/li-bg-over.png);
}
.products-list ul li .pic {
	text-align:center;
}
.products-list ul li .pic img {
	display:block;
	width: 100%;
}
.products-list ul li .title {
	background-image: url(../img/li-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 50px;
	margin-top: 20px;
}
.news-list {
}
.news-list li {
	height: 140px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted #ccc 1px;
}
.news-list li .news-list-img {
	width: 200px;
	background-color: #eee;
	display: block;
}
.news-list li .news-list-img img {
	width: 100%;
	height: 140px;
}
.news-list li .fr {
	width: 80%;
	text-align: left;
}

.news-list li h4 {
	font-size: 24px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #000000;
}
.news-list li p {
	font-size: 13px;
	line-height: 26px;
	margin-top: 10px;
}
.news-list li p .date {
	background-image: url(../img/date.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 16px;
	height: 16px;
	font-size: 12px;
	padding-left: 20px;
}
.news-list li p .hits {
	background-image: url(../img/hits.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 16px;
	height: 16px;
	font-size: 12px;
	padding-left: 20px;
	margin-left: 30px;
}
.pagelist {
	text-align: center;
	font-size: 14px;
	margin-bottom: 100px;
	padding-top: 30px;
}
.pagelist a {
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	height: 30px;
	background-color: #eee;
	line-height: 30px;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.pagelist a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
}
.page-news-content  {
	margin-bottom: 100px;
}
.page-news-content h1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-news-content .news-info {
	line-height: 30px;
	font-size: 12px;
	height: 30px;
	border-top: dotted #ddd 1px;
	border-bottom: dotted #ddd 1px;
}
.page-news-content .news-content {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}
.page-news-content .news-content img {
	max-width:1200px;
    _width:expression(this.width > 1200 ? "1200px" : this.width);
}

.page-nav {
	border-top: dotted #ddd 1px;
	border-bottom: dotted #ddd 1px;
	line-height: 40px;
	margin-bottom: 30px;
	max-width:1200px;
}
.page-back {
	display: block;
	margin-bottom: 30px;
}
.page-back a {
	border: solid 1px;
	border-color: #ccc;
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #f5f5f5;
	color: #333333;
}

.baidu-share {
	text-align: center;
}
.baidu-share span {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	display: block;
}

.baidu-share .bdsharebuttonbox {
	display: inline-block;
}
.postform {
	margin-top: 20px;
	margin-bottom: 80px;
}
.postform td {
	padding-bottom: 20px;
	padding-right: 30px;
}
.postform .inputstyle {
	border: solid 1px #999;
	font-size: 14px;
	padding: 10px 10px;
	font-family: "微軟正黑體", "微软雅黑", "Microsoft YaHei UI";
	width: 330px;
}
.postform textarea {
	border: solid 1px #999;
	padding: 10px;
	font-family: "微軟正黑體", "微软雅黑", "Microsoft YaHei UI";
	font-size: 14px;
	width: 712px;
	height: 90px;
}
.postform .submitstyle {
	font-size: 14px;
	font-family: "微軟正黑體", "微软雅黑", "Microsoft YaHei UI";
	background-color: #CC0000;
	color: #FFFFFF;
	width: 200px;
	line-height: 40px;
	border: 0;
}
.postform .resetstyle {
	font-size: 14px;
	font-family: "微軟正黑體", "微软雅黑", "Microsoft YaHei UI";
	background-color: #CCCCCC;
	color: #666666;
	width: 200px;
	line-height: 40px;
	border: 0;
}
.postform .codestyle {
	border: solid 1px #999;
	font-size: 14px;
	padding: 10px 10px;
	font-family: "微軟正黑體", "微软雅黑", "Microsoft YaHei UI";
	width: 330px;
	display: inline-block;
	float: left;
}
.postform .codeimg {
	display: inline-block;
	float: left;
	margin-left: 10px;
}
.my-honor img {
	width: 100%;
}

.my-honor ul {
	margin-top: 20px;
	margin-right: -1%;
}
.my-honor li {
	width: 24%;
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	color: #000000;
	margin-top: 10px;
	background-size:50%;
	font-size: 14px;
	margin-right: 1%;
}
.container1024 .page-content img {
	max-width: 1024px;
    _width:expression(this.width > 1024 ? "1024px" : this.width);
}
