 @charset "utf-8";
* {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}

body {margin:0px auto; font-family:"微软雅黑";font-size:14px;}
ul,li,a,span,h1,div,ol,h1,h2,h3,p,hr,input,label {margin:0px; padding:0px; text-decoration:none; list-style:none;}
body,td,th {font-family: 微软雅黑;}
body {margin-left: auto;margin-top: 0px;margin-right: auto;margin-bottom: 0px;}
a{color:#333;text-decoration:none;outline:none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none; color:#FFCC00;}
a:active {text-decoration: none;}
border { border:0px;}
img {border:0px;}
i,em{
	font-style: normal;
}

.fl{ float:left;}
.fr{ float:right;}
.tac{text-align: center;}

.container{width: 1300px; margin: 0 auto;}
.container::after{content: '';clear: both;display: block;}
.clear {
	clear: both;
}

.width1300{margin:0 auto; width:1300px; height:auto; overflow:hidden;}


/*------------公用样式结束----------*/

/*------------top----------*/
.topbj{width: 100%;height: 115px;position: absolute;z-index: 9999;}


.topdh{color: #fff;font-size: 16px;padding-top: 35px;margin-right: 0;white-space:nowrap;float: right;width: 21%;box-sizing: border-box;padding-left: 20px;background: #f68612;min-width: 230px;text-align: left;padding-bottom: 25px;}
.topdh p{font-family: Impact;font-size: 32px;color: #fff; line-height:50px;}


.main{
	width: 100%;position: relative;margin: auto;box-sizing: border-box
}
.main:after{
	content: '';display: block;clear: both;height: 0;visibility: hidden;
}
.db *:not(script){
	display: block;
}

/*--导航--*/
#header{right:0;left:0;height:120px;text-align:center;z-index:9;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}
#header .logo{float:left;width:35%;height:100%;margin-top:20px;text-align: left;padding-left:10%}
#header .logo h1{padding-top:15px;}
#header img{margin:auto;float: left;padding-top:15px; padding-right:20px;}
#header h1{color: #fff;font-size:30px; line-height:45px;}
#header nav{width:47%;float:left;height:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-top: 5px;}
#header nav ul{height:100%}
#header nav li{height:100%;float:left;width:12.5%}
#header nav li>a{position:relative;line-height:110px;height:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;color: #fff}
#header nav li>a::before{content:attr(data-en);position:absolute;bottom:30px;right:0;left:0;width:100%;display:block;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;line-height:1;font-size:12px;transform:scale(9/12);color:#000000;margin:auto;}
#header nav li>a::after{content:'';width:54px;height:30px;position:absolute;right:0;left:0;margin:auto;display:block;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;top:0}


@media (min-width: 1200px){#header nav li:hover div{display:block}}
@media (min-width: 800px){#header nav li>a:hover,#header nav li>a.act{line-height:155px;font-weight:700;}
#header nav li>a:hover::after,#header nav li>a.act::after{top:25px;opacity:1}}

/*主导航多级菜单*/

ul.nav {
	width: 1200px;	
	margin: 15px auto;
	height: 60px;
	background: #fff;
}

ul.nav li {
	float: left;
	text-align: center;
	width:12.5%;
	position: relative;
	z-index: 1;
text-transform: uppercase;
	
}
ul.nav li a{display: block; height: 40px;	padding-top: 20px;color: #3e3e3e;}
ul.nav li a:after{content: '';color: #fff;  background: #eb8201;position: absolute; bottom: 0; left: 0;right: 0; width:100;height: 0; opacity: 0; z-index: -1; transition: all .3s;}
ul.nav li a:hover:after{content: ''; opacity: 1;height:100%;}
ul.nav li a:hover{color: #fff;}

/*焦点图*/
#banner {position: relative;overflow: hidden;width: 100%}
#banner ul {
	position: relative;
	overflow: hidden;
	width: 300%
}
#banner ul li {
	width: 33.333%;
	float: left
}
#banner ul li img {
	width: 100%;display: block;
}
#banner aside {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto
}
#banner aside span {display: block;
	width: 65px;
	height: 65px;
	z-index: 63;
	background: rgba(255,255,255,0.3);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top:-2%;
}
#banner:hover aside span{ 
	opacity: 1;}
#banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20%;
	margin: auto;
	width: 27px;
	height: 27px;
	border-top: 3px solid #3c3e6b;
	border-left: 3px solid #3c3e6b;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}
#banner aside span.prev {
	float: left;
}

#banner aside span.next {
	float: right;
}
#banner aside span.next:after {
	left: 0;
	right: 20%;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg)
}
#banner>div {
	width: 110px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 7%;
	margin: auto
}
#banner>div em {display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4.75px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}
#banner>div em.act {
	background: #3c3e6b
}


.sl,.st,.st div,.sl div{
	overflow: hidden;
}

/*about*/
.about{ position:absolute; width:100%;margin-top:-130px; z-index:40000;}
.about ul{margin:0 auto; width:1300px; height:390px; }
.about .a-left{width:626px; height:350px; background-color:#3c3e6b; padding:20px; text-align:left;}
.about .a-left h2{font-family:"微软雅黑"; font-size:24px; color:#fff; line-height:30px; padding-top:10px; font-weight:bold;}
.about .a-left p{font-family:"微软雅黑"; font-size:14px; color:#d9d9d9; line-height:26px; padding-top:20px;}
.about .a-left ol{width:auto; height:auto; padding-top:20px;}
.about .a-left ol img{float:left; padding-top:10px; padding-right:10px;}
.about .a-left ol h3{font-family:"微软雅黑"; font-size:30px; color:#fff; line-height:40px; float:left;}
.about .a-left ol h3 span{font-family:"微软雅黑"; font-size:16px; color:#c8ac48; line-height:40px; float:left;}
.about .a-right{width:634px; height:390px;}


/*------------首页栏目----------*/
.tiao_pro{width: 100%; height: auto;padding-top:40px; padding-bottom:30px; margin-top:270px;}
.tiao_pm{width: 100%;}
.tiao_pm span{display: block;width: 100%; height:30px; line-height:30px;text-align: center;font-size: 30px; color: #dadada;}
.tiao_pm h2{ font-size: 30px; color: #3c3e6b; line-height:30px;background: url(img/t4.png) no-repeat center;text-align: center; font-weight: normal;}
.tiao_ph h2{ font-size: 30px; color: #c8ac48; line-height:30px;background: url(img/t4.png) no-repeat center;text-align: center; font-weight: normal;}
.tiao_ph span{display: block;width: 100%; height:30px; line-height:30px;text-align: center;font-size: 30px; color: #dadada;}

.tiao_pr{width: 100%; height: auto;padding-top:40px; padding-bottom:30px;}

/*fw*/
.fw{margin:0 auto; width:1300px; height:auto; padding-top:40px; overflow:hidden;}
.fw li{width:340px; height:260px; text-align:center; padding:20px;border: 1px solid #eeeeee; margin-right:30px; margin-left:20px; float:left; margin-bottom:20px;}
.fw li:hover{box-shadow:0 0 10px #182f7b;transition: all .7s;}
.fw li img{width:80px; height:80px; padding-top:40px;}
.fw li h2{font-family:"微软雅黑"; font-size:22px; color:#3c3e6b; line-height:50px; font-weight:normal;}
.fw li p{font-family:"微软雅黑"; font-size:14px; color:#666; line-height:30px;}

.fw ol{width:340px; height:260px; text-align:center; padding:20px;border: 1px solid #eeeeee; margin-right:30px; margin-left:20px; float:left; margin-bottom:20px;}
.fw ol:hover{box-shadow:0 0 10px #182f7b;transition: all .7s;}
.fw ol img{width:80px; height:80px; padding-top:10px;}
.fw ol h2{font-family:"微软雅黑"; font-size:22px; color:#3c3e6b; line-height:50px; font-weight:normal;}
.fw ol p{font-family:"微软雅黑"; font-size:14px; color:#666; line-height:30px;}


/*lc*/
.lcbj{width:100%; height:auto; background-color:#f9f9f9; text-align:center; margin-top:50px; padding-bottom:50px; overflow:hidden;}

/*ys*/
.ysbj{width:100%; height:500px; background:url(img/ysbj.jpg) center no-repeat; padding-top:30px;}
.ysbj ul{margin:0 auto; width:1300px; height:auto; margin-top:60px; overflow:hidden;}
.ysbj li{width:24%; height:auto;border: 1px solid #434343; padding-top:40px; padding-bottom:40px;text-align:center; float:left;}
.ysbj li h4{font-family:"微软雅黑"; font-size:40px; color:#fff; line-height:60px; font-weight:bold;}
.ysbj li p{font-family:"微软雅黑"; font-size:16px; color:#c8ac48; line-height:30px; font-weight:bold;}
.ysbj li:hover{background:rgba(0,0,0,0.5);transition: all .7s;}
.ysbj ol{margin:0 auto; width:500px; height:auto; padding:5px;border-radius:25px;background-color:#c8ac48; text-align:center; margin-top:40px; margin-bottom:30px;}

/*产品展示*/
.anliroll {height:600px;width:85%;margin:20px auto; }
.anliroll li {float: left;width:18.5%;background: #f9f9f9; text-align:center;margin: 2% 0 0 1%; }
.anliroll li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anliroll li a h4 { height:auto; padding-bottom:40px; padding-top:40px;overflow: hidden; }
.anliroll li a .tu{ margin:0 auto;width:180px; height:180px;border-radius:180px;}
.anliroll li a .tu img {width:100%; height:auto;transition: all .5s; }
.anliroll li a ol {color: #000;width: 100%;z-index: 555;transition: all .2s;text-align: center;font-size: 18px; line-height:20px;padding:15px;box-sizing: border-box; }
.anliroll li a ol i {display: block;color: dimgray;font-size: 14px; line-height:22px;margin-top: 0px; }
.anliroll li a ol a {color: #fff;font-size: 18px; }
.anliroll li a:hover img {transform: scaleX(1.1) scaleY(1.1); }
.anliroll li a:hover {box-shadow:0 0 10px #182f7b;transition: all .7s;}


/*------------新闻----------*/
.y-news004{
   margin:0 auto;
  width:1300px;
  height: auto;
  margin-top:20px;
  margin-bottom:10px;
  overflow: hidden;
}
.y-news004 ul{width: 1300px;overflow: hidden;}
.y-news004 ul li{
  margin-right:30px;
  float: left;
  width:600px;
  height:200px;
  background-color:#f9f9f9;
  margin-bottom:40px;

}
.y-news004 ul li img{
  width:240px;
  height:150px;
  float:left;
  margin-top:20px;
  margin-left:20px;
}
.y-news004 ul li:hover img {transform: scaleX(0.8) scaleY(0.8);transition: all .5s;  }
.y-news004 ul li .r01{
  text-align:left;
  width:300px;
  padding-left:20px;
  padding-right:10px;
  padding-top:20px;
   padding-bottom:20px;
   float:left;
  height: auto;
  z-index:-1;

}
.y-news004 ul li:hover {box-shadow:0 0 10px #aaa;transition: all .7s; background-color:#3c3e6b;}
.y-news004 ul li .r01 a h3{
	display: block;
	width:100%;
	height:25px;
	font-size: 18px;
	line-height:26px;
	padding-bottom:10px;
	color: #5a5a5a;
	font-family: "微软雅黑";
	font-weight: normal;
}
.y-news004 ul li:hover .r01 a h3{color:#c8ac48;}
.y-news004 ul li .r01 span{
	font-size: 14px;
	color: #c8ac48;
	line-height:20px;
	font-family: "微软雅黑";
}

.y-news004 ul li .r01 p{
  display: block;
  width: 100%;
  height: auto;
  font-size: 13px;
  color: #888;
  line-height:20px;
  overflow: hidden;
  padding-top:10px;
}
.y-news004 ul li:hover .r01 p{color:#fff;}
.y-news004 ul li .r01 .more{width:160px; height:20px; text-align:left; margin-top:10px;}
.y-news004 ul li .r01 .more a{font-family: Impact; font-size:20px; line-height:20px; color:#222;}
.y-news004 ul li:hover .r01 .more a{font-family: Impact; font-size:20px; line-height:20px; color:#fff;}


/*------------foot----------*/
.f-tu{width:100%; height:150px; background:url(img/f-tel.jpg) center no-repeat; margin-top:40px;}
.f-tu .f-left{width:500px; height:auto; background:url(img/l2.png) no-repeat; margin-top:50px; padding-left:100px; margin-left:50px;}
.f-tu .f-right{width:500px; height:auto; background:url(img/l1.png) no-repeat; margin-top:50px; padding-left:100px; float:right;}
#footbj{width:100%; height:auto; padding-top:40px; padding-bottom:20px; background-color:#202020;}
#footbj .f-ly{width:350px; height:auto;text-align:left; font-family:"微软雅黑"; font-size:14px; color:#666;line-height:22px;overflow:hidden;}
#footbj .f-ly h2{font-family:"微软雅黑"; font-size:16px; color:#fff; line-height:30px; padding-bottom:30px;}
#footbj .f-ly a{color:#666;}
#footbj .f-ly a:hover{color:#c8ac48;}
#footbj .f-lx{width:360px; height:auto; text-align:left;font-family:"微软雅黑"; font-size:14px; color:#666;line-height:30px;overflow:hidden;}
#footbj .f-lx h2{font-family:"微软雅黑"; font-size:16px; color:#fff; line-height:30px; padding-bottom:30px;}
#footbj .f-lx span{font-family:Impact; font-size:20px; color:#c8ac48;}
#footbj .f-lx a{color:#666;}
#footbj .f-lx a:hover{color:#c8ac48;}
#footbj .f-er{width:450px; height:auto; text-align:left; float:right; overflow:hidden;}
#footbj .f-er h2{font-family:"微软雅黑"; font-size:16px; color:#fff; line-height:30px; padding-bottom:30px;}
#footbj .f-er li{width:100px; height:auto; text-align:center;font-family:"微软雅黑"; font-size:14px; color:#666;line-height:30px; float:left; margin-right:80px; overflow:hidden;}

.f-bq{width:100%; height:auto; background-color:#181818;text-align: center; font-family:"微软雅黑"; font-size:14px; color:#666;line-height:30px; padding-top:20px; padding-bottom:20px;overflow:hidden;}
.f-bq a{color:#c8ac48;}



/*------------内页banner---------*/
.nyzw{ margin:0 auto; width:1280px;padding:20px;height: auto;border:1px solid #f7f7f7; margin-top:30px; margin-bottom:30px; overflow:hidden;}
.nyzw .ny-r-t{margin:0 auto;width:100%; font-family:"微软雅黑"; font-size: 15px;color: #c8ac48; padding-bottom:10px; line-height:20px; border-bottom:1px solid #DFDEDE;}
.nyzw .ny-r-t a{color:#c8ac48;}
.nyzw .ny-r-t a:hover{color:#666;}
.nyzw .ny-cont{margin:0 auto; width:100%; height:auto; margin-bottom:20px;font-family:"微软雅黑"; font-size:15px; line-height:30px;}
.lx-dt{ width:100%; height:auto;margin-top:30px; overflow:hidden;}

/*内页新闻1*/
.ny-news01{
  width:100%;
  height: auto;
}
.ny-news01 li{
	padding:20px 0px;
  width: 100%;
  border-bottom:1px dashed #dedddd;
  overflow: hidden;
}
.ny-news01 li:hover{background-color:#f9f9f9;}
.ny-news01 li .tu1{
	float: left;
	width: 185px;
	height: 130px;
	overflow: hidden;
  border:1px solid #efefef;
}
.ny-news01 li .tu1 img{
	width: 185px;
	height: 130px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  float: right;
  margin-left:15px;
  width: 92px;
  height: 100px;
  border-radius:180px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height:40px;
  padding-top:15px;
  font-size:30px;
  color: #333;
  text-align: center;
  line-height:40px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{
	color: #c8ac48;
}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  margin-left:50px;
  width: 850px;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li:hover .r01 a h2{
	color:#c8ac48;
}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
}

/*单页效果*/
.ny-cont{
	padding:10px 0px 20px 0px;
	margin:0 auto;
	width: 1260px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
}
.ny-cont p, .ny-cont p a{
	margin-top:15px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
}
.ny-cont a{
 	font-size: 15px;
	color: #333;
	line-height: 190%;
 }
 .ny-cont-h1{
	display: block;
	width: 100%;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

/*详情页样式*/
.mt-20 {
	margin-top: 20px;
}
.ny-xq{
  margin:30px auto;
  width: 1200px;
  height: auto;
}
.ny-xq-l{
  float: left;
  width: 145px;
  height: 115px;
  background-color:#f2f2f2;
  border-right: 1px solid #d6d6d6;
}
.ny-xq-l .date1{
  position: relative;
  width: 110px;
  height: 36px;
  text-align: center;
}
.ny-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-family:Impact;
  text-align: center;
}
.ny-xq-l .date1 .year1 span{
  position: absolute;
  left:35%;
  z-index:2;
  display:block;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #303030;
  font-family:Impact;
  background-color: #fff;
  letter-spacing: 0px; 
}
.ny-xq-l .date1 .year1:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index:1;
}
.ny-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #FF9121;
  font-family:Impact;
  letter-spacing: 0px;
}
.ny-xq-l .read1{
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  letter-spacing: 0px;
}
.ny-xq-l .read1 strong{
  font-weight: bold;
}
.ny-xq-r{
  float: right;
  padding:18px 45px;
  width: 960px;
  height: 80px;
  background-color: #e7e7e7;
  overflow: hidden;
}
.ny-xq-r p{
  display: block;
  height: 70px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.ny-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}

/*新闻详情页样式*/
.new-cont-h1{text-align:center; font-family:"微软雅黑"; font-size:20px;}
.new-xq{
  margin:30px auto;
  width: 1280px;
  height: auto;
}
.new-xq-l{
  float: left;
  width: 160px;
  height: 105px;
  padding-top:10px;
  background-color:#3c3e6b;
  border-right: 1px solid #d6d6d6;
}
.new-xq-l .date1{
  position: relative;
  width: 160px;
  height: 36px;
  text-align: center;
}
.new-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #c8ac48;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.new-xq-l .date1 .year1 span{
  position: absolute;
  left:35%;
  z-index:2;
  display:block;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  letter-spacing: 0px; 
}
.new-xq-l .date1 .year1:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index:1;
}
.new-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #c8ac48;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
}
.new-xq-l .read1{
  font-size: 13px;
  text-align: center;
  color: #fff;
  letter-spacing: 0px;
}
.new-xq-l .read1 strong{
  font-weight: bold;
}
.new-xq-r{
  float:left;
  padding:18px 45px;
  width:1020px;
  height: 80px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.new-xq-r p{
  display: block;
  height: 70px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.new-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}

.a1 {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #c8ac48;
	text-decoration: none;
}
.a4 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.a5 {
	font-family: "微软雅黑";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.a20 {
	font-family: "微软雅黑";
	font-size:36px;
	line-height:40px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
} 



