@charset "gb2312";
/* reset.css内容 */

*{margin: 0;padding: 0;

-webkit-box-sizing: border-box;

   -moz-box-sizing: border-box;

        box-sizing: border-box;
}
body{font-size: 13px;font-family: "微软雅黑";color: #333333;line-height:180%;}
b{font-weight: normal;}
i{font-style: normal;}
a,a:hover,a:active{text-decoration: none;color: #333333;}
input,textarea,select{outline:none}
img{border: none;vertical-align:middle;}
li{list-style: none;}

.fl{float: left;}
.fr{float: right;}
.cl{clear: both;}
.clearfix::after{
	content: "";
	display: table;
	clear: both;
}

/* CSS Document */


ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p { padding:0; margin:0; }
ul { list-style:none; }
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }
.clear{clear:both; display:block; visibility: hidden; overflow:hidden; line-height:0; font-size:0;}
.wp{
	width:1100px;
	margin:auto;
}




/*body*/
#fu { margin-right: auto; margin-left: auto; background-image: url(../image/bg6.jpg); }
.ding {
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/dingbg.jpg);
}
.ding1 {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}
.ding1nr {
	padding-top: 3px;
	padding-left: 9px;
}


.header {
	height: 128px;
	margin-right: auto;
	margin-left: auto;
}

.header2 {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	height: 116px;
}
.logo {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}

.logo2 {
	float: right;
	margin-top: 30px;
}
.logo3 {
	margin-left: 360px;
	margin-top: 6px;
	width: 366px;
	padding-top: 36px;
}



.navbg { height: 50px; background-image: url(../image/nav_bg.jpg); margin-bottom: 1px; }
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url(../image/nav_bg.jpg);
}
.nav .mobNav {
  display: none;
}
.nav .dropdown {
  width: 1200px;
}
.nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav .menu li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.nav .menu li:last-child a {
  border-right: none;
}
.nav .menu a {
	color: #fff;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
.nav .menu a:hover {
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	background-image: url(../image/nav_hover.jpg);
	background-repeat: repeat-x;
	color: #D10508;
}
#mrc {
 clear: left; 
}




#nav6 { 

}

/* 定义ul的名字叫nav */
#nav6 a {
	display:block;
	width:136px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-family:"微软雅黑";
	font-size:14px;
	color:#333;
	font-weight:bold;
	background-color: #F0F0F0;
}
#nav6 li {
	float: left;
	width:126px;
	background-color: #E0E0E0;
}
#nav6 li a.nav1:hover {
	background-repeat: no-repeat;
	background-color: #604A0B;
	color: #FFF;
}
/* 鼠标经过导航栏背景颜色*/
#nav6 li ul {
 line-height:30px;  list-style-type: none;text-align:left;
 left:-999em; width:100px; position: absolute;
}
/*left是定位中的一个属性，就是说当前对象的最左边位置相对于父对象（父对象没有定义相对定位时则为body）左边位置的距离。这里取很大的999em是为了将ul放在一个不在父对象可视区域的位置，从而达到隐藏的目的。*/

#nav6 li ul li{ float: left; width:100px; z-index:5; background-color: #EAEAEA; 
}


#mrc {
 clear: left; 
}




/* 幻灯片开始 */
.slide {
	width:100vw;
	height:23vw;   /* 具体看情况来调节 */
	background-color: #CCC;
	position: relative;   /* 父元素加个相对 定位 */
}
.slide .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide .box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}
.slide .box a img {
  width: 100%;
  height: 100%;
}
.slide .box .active {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.slide .box .rota1 {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.slide .box .rota2 {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transition: none;
  transition: none;
}

/* 幻灯片结束 */









#topfu {
	background-color: #EBEBEB;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 450px;
}


#top {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 450px;
}
#top2 {
	height: 260px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/top1.jpg);
}

#top3 {
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 2px;
	background-image: url(../image/t6.jpg);
}
#topdi {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.indexcpbg {
	background-color: #FFF;
	height: 290px;
	margin-top: 16px;
}
#indexcpbg2 {
	background-color: #FFF;
	margin-top: 16px;
}
.indexcp {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	height: 280px;
}
#indexcp2 {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}
.indexcpnr {
	padding-top: 16px;
	padding-left: 6px;
}
.indexfuwubox {
	float: left;
	width: 223px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBDB;
}
.indexfuwubiaot1 {
	text-align: center;
	margin-top: 9px;
	font-size: 16px;
	font-weight: bold;
	color: #B7070A;
}
.indexfuwubiaot1 a{
	color: #B7070A;
}
.indexfuwubiaot1 a:hover{
	color:#EE0202;
}

.indexfuwubiaot2 {
	text-align: center;
	margin-top: 5px;
}
.indexfuwutu {
	text-align: center;
	margin-top: 9px;
}
.indextuwuweizi {
	padding: 3px;
	margin-top: 5px;
}





.indexfuwubox2 {
	float: left;
	width: 223px;
	margin-right: 10px;
}
.indexfuwubiaot1 {
	text-align: center;
	margin-top: 9px;
	font-size: 16px;
	font-weight: bold;
	color: #B7070A;
}
.indexfuwubiaot1 a{
	color: #B7070A;
}
.indexfuwubiaot1 a:hover{
	color:#EE0202;
}

.indexfuwubiaot2 {
	text-align: center;
	margin-top: 5px;
}
.indexfuwutu {
	text-align: center;
	margin-top: 9px;
}
.indextuwuweizi {
	padding: 3px;
	margin-top: 5px;
}












#indexcompanybg {
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/company_bg.jpg);
	padding-bottom: 30px;
}

#indexcompanybg2 {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/company_bg.jpg);
	margin-top: 16px;
}

#indexcomapny {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}
#indexcompanytop {
	height: 50px;
	width: 139px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

#indexcompanytop2 {
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#indexcompanyzj {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-top: 20px;
}
#indexyoushi {
	width: 1180px;
	margin-top: 26px;
	margin-right: auto;
	margin-bottom: 26px;
	margin-left: auto;
}
#indexyoushitop {
	width: 230px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#indexyoushizj {
	margin-top: 16px;
}
#indexyoushinr {
	padding-top: 6px;
	padding-left: 3px;
}


.indexcase {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}
.indexcasetop {
	height: 50px;
	width: 139px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.indexcasezj {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.indexcasenr {
	padding-top: 6px;
	padding-left: 3px;
}

.indexcasenr span{
	width: 1080px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	display: block;	
	}
.indexcasenr i{
	font-size: 20px;
	color: #C30;
	font-weight: bold;
}
.indexcaseboxbg {
	display:-webkit-flex; /* 设置成弹性盒子专门用于兼容早期版本的GOOGLE浏览器 */
	display:flex;      /* 设置成弹性盒子*/
	flex-wrap:wrap;     /* 设置弹性盒子换行*/
	justify-content:space-between;
	margin-top: 30px;
}
.indexcaseboxbg a {
	display: block;
	height: 360px;
	width: 326px;
	border-radius:10px;  /* 设置圆角边框 */
	overflow: hidden;
	box-shadow:0 0 10px #ccc;
	margin-bottom: 30px;
}
.indexcaseboxbg a img{
	
}
.indexcaseboxbg a p{
	font-size: 12px;
	text-align: center;
	height: 34px;
	width: 326px;
	line-height: 34px;
}

#containerbg {
	background-color: #FAFAF8;
	height: 430px;
	margin-top: 16px;
}
#containerline1 {
	padding-top: 20px;
}
#container {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
}
.box {
	width: 383px;
}
.box h2 {
	height: 47px;
	width: 383px;
	background-image: url(../image/box_r2_c1.png);
}
.more {
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#666;
	margin-right: 23px;
	padding-top: 15px;
}
.more:hover {
	color:#DB2103;
}
.box h2 span {
	display:block;
	height:25px;
	padding-left:36px;
	color: #DB2103;
	padding-top: 15px;
	font-size: 16px;
}
.box_con {
	background-image: url(../image/box_r3_c1.png);
	width: 383px;
}
.box_con_nr {
	padding-top: 6px;
	padding-left: 2px;
}
.box_di {
	background-image: url(../image/box_r4_c1.png);
	height: 18px;
	width: 383px;
}








.box2 {
	width: 580px;
}
.box2 h2 {
	height: 47px;
	width: 580px;
	background-image: url(../image/box1.png);
}
.more {
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#666;
	margin-right: 23px;
	padding-top: 15px;
}
.more:hover {
	color:#DB2103;
}
.box2 h2 span {
	display:block;
	height:25px;
	padding-left:36px;
	color: #DB2103;
	padding-top: 15px;
	font-size: 16px;
}
.box2_con {
	background-image: url(../image/box2.png);
	width: 580px;
}
.box2_con_nr {
	padding-top: 6px;
	padding-left: 2px;
}
.box2_di {
	background-image: url(../image/box3.png);
	height: 18px;
	width: 580px;
}




#side {
	float: left;
	width: 383px;
}
#side2 {
	float: right;
	width: 383px;
}
#main {
	width: 383px;
	margin-left: 400px;
}
#side3 {
	float: left;
	width: 573px;
}
#side6 {
	float: right;
	width: 573px;
}

#linkfriend {
	width: 1180px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#linkfriendtop {
	background-image: url(../image/linktop.png);
	height: 18px;
	width: 1180px;
}
#linkfriendzj {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/linkzj.png);
}
#linkfriendnr {
	padding-top: 10px;
	padding-left: 9px;
	padding-right: 9px;
}

#linkfrienddi {
	background-image: url(../image/linkdi.png);
	height: 18px;
	width: 1180px;
}
.link_ys { font-size: 12px; font-weight: bold; color: #F30; }
#indexdh2bg {
	background-color: #333333;
	height: 230px;
	margin-top: 16px;
}
#indexdh2 {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/indexdh2bg.jpg);
	height: 218px;
}
#indexdh2nr {
	padding-top: 16px;
	padding-right: 9px;
	padding-left: 9px;
}



























































#menu3 { width: 210px; margin: 0px; padding: 0px; border-bottom-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 0px; border-right-width: 0px; border-left-width: 0px; }
#menu3 ul { list-style-type: none; margin: 0px; padding: 0px; }
#menu3 ul li { height: 28px; line-height: 23px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCC; font-family: Verdana, Geneva, sans-serif, "微软雅黑"; font-size: 13px; font-weight: normal; }
#menu3 ul li a { color: #333; text-decoration: none; line-height: 28px; text-align: left; display: block; height: 28px; width: 190px; padding-left: 20px; }
#menu3 ul li a:hover { color: #FFF; background-color: #0371BC; }







































#menu6 {
	width: 216px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#menu6 ul { list-style-type: none; margin: 0px; padding: 0px; }
#menu6 ul li { height: 35px; line-height: 35px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCC; font-family: Verdana, Geneva, sans-serif, "微软雅黑"; font-size: 14px; font-weight: normal; }
#menu6 ul li a {
	color: #333;
	text-decoration: none;
	line-height: 35px;
	text-align: center;
	display: block;
	height: 35px;
	width: 216px;
}
#menu6 ul li a:hover { color: #FFF; background-color: #1D57C5; }


























































#gd{
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
}
.godu {
	WIDTH: 1900px;
	HEIGHT: 300px
}
.godu UL {
 MARGIN: 0px; padding:0px
}
.godu UL LI {
	FLOAT: left;
	MARGIN: 0px;
	LINE-HEIGHT: 26px;
	HEIGHT: 330px;
	TEXT-ALIGN: center;
	width:240px;
	list-style:none
}
.godu UL LI IMG {
	DISPLAY: block;
	WIDTH: 230px;
	HEIGHT: 290px;
	background-image:url( http://imgs.soufun.com/news/2010_07/26/1280137994907.gif);
	background-repeat:no-repeat;
	background-position:center;
	border: 1px solid #CCC;
}
.godu UL LI IMG A {
 BORDER-RIGHT: #fe9b00 1px solid; BORDER-TOP: #fe9b00 1px solid; BORDER-LEFT: #fe9b00 1px solid; BORDER-BOTTOM: #fe9b00 1px solid
}











.blk_18 {
	overflow:hidden;
	zoom:1;
	font-size:9pt;
	border:1px solid #e3e3e3;
	width:1060px;
	margin-top:8px;
	background-color: #eee;
}
.blk_18 .pcont {
	width:1000px;
	float:left;
	overflow:hidden;
	padding-left:5px;
}
.blk_18 .ScrCont {
	width:36766px;
	zoom:1;
	margin-left:-5px;
}
.blk_18 #List1_1, .blk_18 #List2_1 { float:left; }
.blk_18 .LeftBotton, .blk_18 .RightBotton { width:15px; height:74px; float:left; background-image: url(../ax.gif); background-repeat: no-repeat; }
.blk_18 .LeftBotton { background-position: 0 0; margin-top: 65px; margin-right: 5px; margin-bottom: 0; margin-left: 5px; }
.blk_18 .RightBotton { background-position: 0 -100px; margin-top: 65px; margin-right: 1px; margin-bottom: 10px; margin-left: 5px; }
.blk_18 .LeftBotton:hover { background-position: -20px 0; }
.blk_18 .RightBotton:hover { background-position: -20px -100px; }
.blk_18 .pl img { display:block; cursor:pointer; border:none; margin:6px auto 1px auto; }
.blk_18 .pl { width:300px; border:1px solid #f3f3f3; float:left; float:left; text-align:center; line-height:24px; }
.blk_18 a.pl:hover { border:1px solid #5dacec; color:#5dacec; background:#fff; }















#footer {
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 2px;
	background-image: url(../image/bodybg.jpg);
}

#footer dl dt {
	height:28px;
	line-height:28px;
	color:#fff;
	background-color: #B90409;
	padding-top: 16px;
}
#footer dl dt a { font-weight:bold; color:#fff;}
#footer dl dd {
	color:#666;
	line-height:2;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}


.xiangxi2 {
	margin-right: auto;
	margin-left: auto;
	color: #333;
	width: 150px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 28px;
	padding-left: 15px;
}

.xiangxi2 a{
	margin-right: auto;
	margin-left: auto;
	background-color: #CD0508;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.xiangxi2 a:hover {
	color: #FFF;
	background-color: #F00;
}

.xiangxi {
	font-weight: normal;
	color: #B7070A;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
}
.xiangxi a {
	color:#B7070A;
	text-decoration:none;
	font-weight: bold;
}
.xiangxi a:hover {
	color:#EE0202;
}
.yang1 {
	font-weight: bold;
	color: #CD0508;
	font-size: 30px;
}
.yang2 {
	font-weight: bold;
	color: #B7070A;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 180%;
}
.yang2 a {
	color:#B7070A;
	text-decoration:none;
	font-weight: bold;
}
.yang2 a:hover {
	color:#EE0202;
}


.yang3 {
	font-weight: bold;
	color: #C70408;
	font-size: 28px;
}
.yang5 {
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	line-height: 200%;
}
.yang6 {
	font-weight: normal;
	color: #666;
	font-size: 12px;
	line-height: 28px;
}
.yang8 {
	font-weight: normal;
	color: #666;
	font-size: 14px;
	line-height: 36px;
}
.yang9 {
	font-weight: normal;
	color: #CCC;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 180%;
}
.yang9 a {
	color:#CCC;
	text-decoration:none;
	font-weight: normal;
	line-height: 180%;
}
.yang9 a:hover {
	color:#FFF;
}

.yang10 {
	font-weight: normal;
	color: #333;
	font-size: 15px;
	line-height: 180%;
}
.yang11{
	font-weight: bold;
	color: #CD0508;
	font-size: 20px;
}

.yang12{
	font-weight: bold;
	color: #00A7FB;
	font-size: 18px;
}
.yang13{
	font-weight: bold;
	color: #00A7FB;
	font-size: 15px;
}

.yang15 {
	font-weight: bold;
	color: #333;
	font-size: 23px;
}

.yang16 {
	font-weight: bold;
	color: #C70408;
	font-size: 18px;
}

.yang18{
	font-weight: bold;
	color: #00A7FB;
	font-size: 26px;
}

.yang19 {
	font-weight: bold;
	color: #CD0508;
	font-size: 60px;
}

.yang20 {
	font-weight: bold;
	color: #00A7FB;
	font-size: 60px;
}
#container6 {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}
#container66 {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
#nyweizhi {
	width: 378px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
}
#nydaoh {
	width: 900px;
	margin-top: 28px;
	margin-right: auto;
	margin-left: auto;
}
#nydaoh2 {
	width: 660px;
	margin-top: 28px;
	margin-right: auto;
	margin-left: auto;
}

#nydaoh3 {
	width: 1000px;
	margin-top: 28px;
	margin-right: auto;
	margin-left: auto;
}

#nydaohnr {
	padding: 6px;
}


#nyweizhinr {
	padding-top: 6px;
	padding-left: 6px;
}
#container6zj {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#container66zj {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#container6nr {
	padding: 6px;
}











.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 326px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 20px;
	margin-left: 9px;
}


.top-nav2 {
	width:950px;
	float:none;
	margin-right: auto;
	margin-left: auto;
}
.top-nav2 ul li {
	float:left;
	line-height:35px;
	width: 170px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 12px;
	margin-left: 3px;
	height: 30px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-align: center;
	border: 1px none #CCC;
	display: inline-block;
}
.top-nav2 ul li a {
	display:block;
	padding:0px 15px;
	border-radius:3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 15px;
}
.top-nav2 ul li a:link,.top-nav ul li a:visited {
	background-color:#FFF;
	border: 1px solid #CCC;
}

.top-nav2 ul li a:visited {border: 1px solid #CCC;}
.top-nav2 ul li a:hover {
	background-color:#C70408;
	color:#fff;
	font-size: 15px;
}


.sitemap { margin-bottom: 20px; }
.title2 { font-size: 18px; font-weight: bold; color: #333; }


.ddh { height: 48px; width: 758px; background-image: url(../image/qq2_r4_c3.jpg); }
.ddh h2 { font-size: 15px; font-weight: bold; color: #1A6597; padding-top: 16px; padding-left: 40px; }
.ddh h2 ab{ font-size: 12px; font-weight: normal; color: #333; }
.ddh h2 a{ font-size: 12px; font-weight: normal; color: #333; }
