@charset "UTF-8";

body {
	overflow-x: hidden;
	font-family: "Microsoft YaHei";
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	color: #337ab7;
	text-decoration: none!important;
}

h1, h2, h3, h4, h5 {
	margin: 0!important;
	padding: 0!important;
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: -2px;
}



@font-face {
	font-family: "iconfont";
  src: url("../fonts/iconfont.eot");
  /* IE9*/
  src: url("../fonts/iconfont.eot") format("embedded-opentype"), url("../fonts/5e25abb2ea514226a11b042c2d66e8ee.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg") format("svg");
  /* iOS 4.1- */
}

.icon-msnui-qr-code:before {
	content: "\e66a";
}

.icon-msnui-download:before {
	content: "\e67b";
}

.icon-tubiao209:before {
	content: "\e61b";
}

.icon-huiyuan21:before {
	content: "\e641";
}

.icon-zhiding:before {
	content: "\e66d";
}

.icon-qq:before {
	content: "\e62d";
}

.icon-icon-inquiry:before {
	content: "\e645";
}

.icon-iconfontphone:before {
	content: "\e634";
}

.icon-tuichu:before {
	content: "\e642";
}

.icon-gengduo:before {
	content: "\e688";
}

.icon-emiyanzhengma:before {
	content: "\e61c";
}

.icon-shouji:before {
	content: "\e6a1";
}

.icon-shijian:before {
	content: "\e6b5";
}

.icon-weixin:before {
	content: "\e64f";
}

.icon-arrowdown:before {
	content: "\e692";
}

.icon-arrowleft:before {
	content: "\e693";
}

.icon-arrowright:before {
	content: "\e694";
}

.icon-arrowup:before {
	content: "\e695";
}

.icon-close:before {
	content: "\e69a";
}

.icon-account:before {
	content: "\e6a3";
}

.icon-search:before {
	content: "\e6a5";
}

.icon-up:before {
	content: "\e6a9";
}

.icon-add:before {
	content: "\e6b9";
}

.icon-minus:before {
	content: "\e6ba";
}

.icon-atm:before {
	content: "\e6bd";
}

.icon-dizhi:before {
	content: "\e61a";
}

.icon-mimaffffffpx:before {
	content: "\e604";
}

.icon-chakan:before {
	content: "\e605";
}

.icon-wenjianxiazaiicon:before {
	content: "\e603";
}

/*头部样式*/

.head1{padding: 0 3%;position: absolute;width: 100%;top: 0;left: 0;background: rgba(255,255,255,0.8);height: 74px;z-index: 999999;}

.section1{    
    background: url(../images/banner1.jpg);
    background-size: cover;
    overflow: hidden;
}

.logo{
    float:left;
	width: 12%;
	margin-top: 14px;
	padding-right: 2%;
	border-right: 1px solid #015f37;
}
.logo img{
    width: 100%;
}
#menu{
    width: 67%;
	float: left;
	padding-left: 2%;
}


.nn{
	width: 12%;
	float: right;;
	margin-top: 15px;
}
.nn .nna{
	padding: 0 3%;
}
.nn span{
	position: relative;
}
.ewma .ewm {
    width: 0px;
    height: 0px;
    position: absolute;
    right: -45px;
    top: 45px;
    z-index: 126;
    opacity: 0;
    transition: all 0.5s;
}
.ewma:hover .ewm{width: 120px;height: 120px;opacity: 1;transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 鍜� Chrome */
	-o-transform:rotate(360deg); 	/* Opera */
	}
/*手机端头部*/
.xymob-head {
	position: fixed;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	background: #151515;
}

.xymob-head-box {
	position: relative;
	height: 60px;
}

.xymob-head-box .xymob-logo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 70%;
	height: 30px;
	text-align: center;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
	display: inline;
	font-size: 0;
}

.xymob-head-box .xymob-logo img {
	height: 25px;
}

.xymob-navbtn {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto 0 auto 27px;
	width: 30px;
	height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.xymob-navbtn span {
	margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
	content: '';
	-webkit-transform-origin: 7.5%;
	        transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
	opacity: 0;
}

.xymob-navbtn.clicked:after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.xymob-search-btn {
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	bottom: 0;
	width: 14%;
	text-align: center;
	line-height: 60px;
}

.xymob-search-btn i {
	font-size: 24px;
	color: #fff;
}

.xymob-menu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	height: 100vh;
	background: #151515;
	padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
	height: 100vh;
	overflow: scroll;
	padding-bottom: 80px;
}

.xymob-nav > li {
	border-bottom: 1px solid #2b2b2b;
	position: relative;
}

.xymob-nav > li > a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
	position: absolute;
	width: 20%;
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 9;
}

.xymob-nav .xymob-menu-jt i {
	font-size: 18px;
	color: #fff;
}

.xymob-nav .xymob-menu-jt.clicked i:before {
	content: '\e692';
}

.xymob-nav .xymob-sub-menu {
	background: #1E1E1E;
	display: none;
}

.xymob-nav .xymob-sub-menu > li {
	border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 40px;
	text-indent: 2em;
}

.xymob-dlbtn {
	margin-top: 40px;
}

.xymob-dlbtn a {
	text-align: center;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #ab001a;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}

.xymob-dlbtn a i {
	font-size: 20px;
	color: #fff;
	vertical-align: -2px;
	margin-right: 10px;
}

.xymob-dlbtn .zx-btn {
	margin-top: 10px;
	background: none;
	border: 1px solid #fff;
}

.xymob-search {
	position: fixed;
	z-index: 99999;
	left: 100%;
	bottom: 0;
	top: 0;
	width: 100%;
	background: #151515;
	padding: 15px 15% 0 15%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
	position: absolute;
	top: 27px;
	left: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

@media (max-width: 420px) {
	.xymob-search .xymob-search-close-btn {
		left: 15px;
	}
}

.xymob-search .xymob-search-close-btn i {
	font-size: 20px;
	color: #fff;
}

.xymob-search .xymob-search-box {
	height: 50px;
	border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
	width: 80%;
	float: left;
	background: none;
	border: none;
	outline: none;
	color: rgba(255, 255, 255, 0.3);
	font-family: "Microsoft YaHei";
	font-size: 16px;
	height: 50px;
}

.xymob-search .xymob-search-box input[type="submit"] {
	width: 20%;
	height: 50px;
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
}

.xymob-search .xymob-seaerch-wz span, .xymob-search .xymob-seaerch-wz a {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 45px;
	border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
	left: 0;
}



@media (max-width: 1440px){
	.logo{
		width: 20%;
	}
	#menu{
		width: 59%;
	}
	.navv li a {font-size: 14px;}
	.nn{
		width: 20%;
	}
}
@media (max-width: 990px){
	#menu{
		width: 79%;
	}
	.nn{
		display: none;
	}
}




.section1 .zm{position: absolute;bottom:-90%;z-index: 3;width: 1246px;left: calc(50% - 623px);opacity: 0; }

.section1 .ztw{position: absolute;bottom: 0px; opacity: 0; z-index: 6;width: 444px;left: 50%;}

.section1 .txt{position: absolute; right: 15%;width: 216px;height: 305px; bottom: 40%; z-index: 9;opacity: 0;}

.section1 .sy{position: absolute; bottom: 50%;width: 827px;height: 400px; z-index: 9;opacity: 0;left: 18%}

@media (max-width: 1199px){
   .section1{
		background: none;
	}
   .topbanner{
	   display: block;
   }
   .section1, .section1 .fp-tableCell, .section2, .section2 .fp-tableCell, .section3, .section3 .fp-tableCell, .section4, .section4 .fp-tableCell, .section5, .section5 .fp-tableCell, .cp, .cp .fp-tableCell {
    display: block;
    height: auto !important;
}
}


.section2{background: url(../images/0211-bg.jpg); background-size: cover; overflow: hidden; }
.tbt{position: absolute;left: 14%; top: 30%; width: 144px; height: 191px;opacity: 1;}
.tnr{max-width: 1100px; position: absolute;  top:17%;left: 31%; opacity: 1; background: #fff;}
.tnr .tleft a{display: block;width: 80px; text-align: center; float: right;border: 1px dashed #3d2010; height: 28px; line-height: 28px; color:#3d2010; transition: all 0.5s;}
.tnr .tleft a:hover{border: 1px dashed #3d2010; height: 28px; line-height: 28px; color:#fff;  background: #3d2010;}

.tleft{width: 36%; float: left; padding: 40px; background: #fff; height: 100%; color: #515151; text-align: left; line-height: 30px;font-size: 14px; }
.tleft h2{font-size: 18px; background: #015f37;  display: block; letter-spacing:2px; color: #fff; margin-top: 30px!important;height: 50px;line-height: 50px;
text-indent: 15px;}
.thbg{background: #015f37; transition: all 0.5s;}
.thbg:hover{background: #015f37;}

.tright{width: 64%; float: right;}
.tright p{margin: 0;}
.tright img{width: 100%;}
.twz{
    bottom:9.2%;
	left: 32%;
	font-size:72px;
	width: 590px;
    opacity: 0;
	transition: all 2s;
	position: absolute;

}

@media (max-width: 1600px){
    .twz{
		display: none;
	}
}
@media (max-width: 1199px){
	.tbt{
		display: none;
	}
	.tnr{
		position: static;
		margin: 2% 5%;
	}
}

@media (max-width: 990px){
	.tleft{
		width: 100%;
		float: none;
	}
	.tright{
		width: 100%;
		float: none;
	}
}
@media (max-width: 768px){
    .tnr{
        opacity:1;
    }
}



/*第三屏*/
.section3{background: url(../images/03-bg.jpg); background-size: cover; overflow: hidden; clear:both; }
.cpbt{position: absolute; max-width: 580px;height: auto;left: calc(50% - 290px); top: 2%; opacity: 0;}
.gzbg{width:100%; height: 100%; position: absolute; top: 0px}
.gzbg .cpan a.all{display: block;font: normal 14px/30px "微软雅黑";color: #fff;border: 1px solid #fff;width: 160px;margin: 5% auto;}

@media (max-width: 1199px){
    .gzbg{
		padding: 5% 0;
	}
	.cpbt{
		position: static;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.cpbt img{
		max-width: 100%;
	}
	.gzbg{
		position: static;
	}
	.cpan{
		position: static!important;
	}
	.wells{
		margin-left: 15px!important;
		margin-right: 15px!important;
		margin-bottom: 15px;
	}
}


/*第四屏*/
.section4{background: url(../images/04bg.jpg); background-size: cover; overflow: hidden; clear:both; }
.sec4-con{max-width: 1356px;margin: 0 auto;}
.sec4-con .sec4-tbt{width: 30%;margin-top: 10%;}
.sec4-con .xw{width: 68%;}
.sec4-con .xw li{margin-bottom: 6%;}
.sec4-con .xw li .sj{width: 27%;float: left;}
.sec4-con .xw li .sj dt{max-width: 175px;border:2px solid #fff;color: #fff;text-align: center;padding: 20px 0;}
.sec4-con .xw li .sj1{font: normal 20px/36px "微软雅黑";}
.sec4-con .xw li .sj2{font: normal 80px/80px "微软雅黑";}
.sec4-con .xw li .wz{width: 73%;float: right;}
.sec4-con .xw li .wz h3{font: normal 18px/60px "微软雅黑";}
.sec4-con .xw li .wz h3 a{color: #424242;}
.sec4-con .xw li .wz .conn{font: normal 14px/30px "微软雅黑";color: #424242;}
.sec4-con .xw li:hover .sj dt{background: #1a6e4b;border-color: #1a6e4b;color: #fff;}
.sec4-con .xw li:hover .wz h3 a{color: #;}
.sec4-con .xw li:hover .wz .conn{color: #;}

@media (max-width: 1199px){
	.sec4-con{
		padding: 5% 2%;
	}
	.sec4-con .sec4-tbt{
		display: none;
	}
	.sec4-con .xw{
		width: 100%;
		float: none; 
	}
}
@media (max-width: 768px){
    .sec4-con .xw li .sj{
		display: none;
	}
	.sec4-con .xw li .wz{
		width: 100%;
		float: none;
	}
	.sec4-con .xw{
	   background:rgba(255,255,255,0.7); 
	   padding:10px;
	}
}

/*第五屏*/
.section5{background: url(../images/05bg.jpg) no-repeat center; background-size: cover; overflow: hidden; clear:both; position: relative;}
.sec5-con{max-width: 1030px;margin: 0 auto;}
.sec5-con .lxbt{max-width: 580px;margin: 0 auto;margin-bottom: 30px;}
.sec5-con .lxbt img{max-width: 100%;}
.sec5-con .map{width: 30%;text-align: left;margin-top: 10%;}
.sec5-con .lxfs{width: 40%;font: normal 16px/60px "微软雅黑";color: #2c2c2c;}
.sec5-con .zsjm{width: 30%;text-align: right;margin-top: 10%;}
.sec5-con .lxfs h3{font: normal 25px/100px "微软雅黑";color: #464646;text-align: center;}
.mob_title {display: none;line-height:26px;font-size:14px;}
@media (max-width: 1199px){
	.sec5-con{
		padding: 5% 2%;
	}
	.section5{
		background: url(../images/05bg2.jpg) no-repeat center;
	}
	.sec5-con .lxfs{
		color: #fff;
	}
	.sec5-con .lxfs h3{
		color: #fff;
	}
.mob_title {display: block;}
}
@media (max-width: 990px){
	.sec5-con .map{
		display: none;
	}
	.sec5-con .zsjm{
		display: none;
	}
	.sec5-con .lxfs{
		width: 100%;
		float: none;
		text-align: center;
	}
}








#header{width:1000px;margin:0 auto;}


.topLink{float:right;text-align:right;position: relative;z-index: 9999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:32px;padding-top:5px;}
.topLink .k2{color:#074b91;font-size:14px;font-family:"微软雅黑";}



/*热门搜索*/

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


/*主体样式*/
#container{max-width:1000px;margin:0 auto;margin-top:10px;}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*首页新闻*/
.news_company{width:280px;float:right;}
.news1_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系我们*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

/*工程案例*/
.case{width:460px;float:left;margin-left:12px;padding-bottom:5px;margin-top:10px;}
.case_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}

.news2_company{margin-top:10px;}

/*产品推荐*/
.recommend_product{margin-top:10px;width:692px;float:left;}
.recommend_product .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.recommend_product .content{padding-top:15px;padding-bottom:14px;}
.roll_product li{padding-bottom:0px;}

/*品牌列表*/
.brand-list{margin: 20px 0px;display: flex;display: -webkit-flex;flex-wrap: wrap;}
.brand-list li{margin: 5px 8px;}
.brand-list li:hover{box-shadow: 2px 1px 5px;}
.brand-list li img {width: 150px;height: 120px;}

/*前台多页签*/
.news{width:1000px;float:left;margin-top: 10px;}
.tab{position:relative;}
.tab li{float:left;width:100px;height:30px;display:block;line-height:30px;border:1px solid #ccc;margin-right:8px;text-align:center;color:#333;font-size:12px;cursor: pointer;}
.tab li.cur{color:#fff;text-decoration:none;font-size:12px;background:#3a78c1;border-color: #3a78c1;}

.tt{display: none;}
.list1{padding:8px 10px;}
.list1 li{line-height:27px;position:relative;vertical-align: middle;}
.list1 li a{background:url(../images/list_dot1.gif) left center no-repeat;padding-left:12px;line-height:27px;color:#555555;}
.list1 li a:hover{color:#e87518;text-decoration:none;}
.list1 li span{position:absolute;right:0px;line-height:30px;top:0;color:#999;}




/*友情链接*/
.f_link{width:1000px;margin:0 auto;margin-top:15px;line-height:30px;line-height:30px;background-color:#ececec;text-indent:20px;}

/*页面底部*/
#footer{position: absolute;bottom: 2%;left: 2%;font: normal 12px/20px "微软雅黑";color: #fff;}
#footer p{margin: 0;}
#footer a{color:#fff;}
#footer a:hover{color:#1a6e4b;text-decoration:none;}
.copyright{font: normal 12px/20px "微软雅黑";color: #fff;}
.copyright a{color: #fff;}
.k1{font: normal 12px/20px "微软雅黑";color: #fff;}
.k1 a{color: #fff;}
.hotSearch{font: normal 12px/20px "微软雅黑";color: #fff;}



/*------------内页-------------------*/

.ncon{background: url(../images/02-bg.jpg) no-repeat center; background-size: cover; min-height: 900px;padding: 6%;}
.n-con{background: #fff;}
.n-con .n-left{width: 32%;float: left;background: url(../images/nleft1.jpg) no-repeat center;background-size: cover;min-height: 700px;}
.n-con .n-right{width: 68%;float: right;padding:3%;overflow-y:auto;height: 700px;overflow-x:hidden;}
.n-con .n-right img{max-width: 100%;}
.n-con .n-right p{margin:0;}

.n-con .n-left .sort1{padding-top: 15%;}
.n-con .n-left .sort1 li{text-align: center;}
.n-con .n-left .sort1 li a{display: block;font: normal 18px/20px "微软雅黑";color: #424141;padding: 15px 0;}
.n-con .n-left .sort1 li a span{display: block;}
.n-con .n-left .sort1 li a.linshi{background: rgba(171, 211, 6, 0.5)}


@media (max-width: 1199px){
	.n-con .n-left{
		display: none;
	}
	.n-con .n-right{
		width: 100%;
		float: none;;
	}
	.ncon{
		padding-top: 80px;
	}
}



.pro-sm h3{font: normal 18px/30px "微软雅黑";color: #1a6e4b;text-align: center;}
.pro-sm h3 p{font: normal 14px/20px "微软雅黑";color: #1a6e4b;}
.pro-sm .miaoshu{margin: 20px 0;}
.pro-sm .miaoshu .ms{font: normal 14px/20px "微软雅黑";color: #1b1b1b;}
.pro-sm .miaoshu .mstu img{width: 100%;}

h3.xlcp{text-align: center;font: normal 18px/30px "微软雅黑";color: #015f37;}
h3.xlcp p{font: normal 14px/20px "微软雅黑";color: #1a6e4b;}










.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:100%;margin:0 auto;}
.n_banner img{width:100%;margin:0 auto}
.left{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

#container .right{padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../images/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}
.sort_album{margin-top: 15px;}
