/***
 *	QQ50172189
 **/
 
/*---------- import ---------*/
/*@import url("layout.css");
@import url("page.css");*/
@import url("list.css");

/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#FFF;
}
body{
	font:12px Verdana,Arial,Tahoma;
	background:url(../images/bg.gif) repeat-x;
	height:500px;
}
img{
	border:none;
}

a{
	color:#6C6C6C;
	text-decoration:none;
}
a:hover{
	color:#6C6C6C;
	text-decoration:underline;
}
ul{
	list-style:none;
}
li{
	list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
/*---------- stock ---------*/
.center{
	margin:0px auto;
}
/*---------- frame : header ---------*/
.header{
	width:100%;
    /**width:1000px;*/
	background:url(../images/t_bg.jpg) no-repeat;
	height:288px;
	margin:0 auto;
	overflow:hidden;
}
.header .head {
	width:1000px;
	/*background:url(../images/top_bg.jpg) no-repeat;*/
	height:288px;
	overflow:hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header a{
	color:#777;
}
.header a:hover{
	color:#390;
	text-decoration:none;
}
.header .logo{
	height:100px;
	width:100px;
	margin:0px 20px;
	background-image: url(../images/logo.gif);
	float: left;
}
.header .nav{
	float: right;
	margin-right: 40px;
	height: 60px;
	width: 614px;
	background: url(../images/nav_bg.gif) no-repeat;
	margin-top: 15px;
	overflow: hidden;
}
.header .nav .n_list{
	width:570px;
	float: right;
	height: 33px;
	overflow: hidden;
	margin-top: 6px;
	margin-right:6px;
	
}
.header .nav .hid{
	padding-left:30px;width:552px; float:right; overflow:hidden; margin-right:10px;
}
.header .nav .n_list li{
	float:left;
	width:80px;
	height:29px;
	text-align:center;
	margin:2px 0;
	background:url(../images/nav_b_bg.gif) no-repeat;
	overflow:hidden;
}
.header .nav .n_list li a{
	font-family:"黑体";
	font-weight:600;
	font-size:13px;
	color:#FFFFFF;
	line-height:30px;
}
.header .nav .n_list #n_now a{
	font-family:"新宋体";
	font-weight:700;
	font-size:14px;
	color:#0D6190;
}
.header .nav .n_list #n_now{
	background:url(../images/nav_over_bg.gif) no-repeat;
	line-height:33px;
}
.header .top{
	clear:both;
	overflow:hidden;
}
.header .banner{
	width:288px;
	height:51px;
	margin-left:30px;
	overflow:hidden;
	margin-top: 50px;
	background-image: url(../images/top_banner.gif);
}

.middle{
	width:1000px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}

.con .link{margin-top:10px;}
.middle .left{
	margin-top:3em;
	margin-bottom:3em;
	width:690px;
	float:left;
	padding:0 10px;
}
.middle .left .l_right{
	width:363px; float:right;
}
.middle .left .list{
	width:300px;
	margin-bottom:1.5em;
}
.middle .left .list .name{
	float:left;
	margin-left:15px;	
	color:#01336C;
	/*letter-spacing:1px;*/
	font-family:"经典中圆简";
	
	font-size:14px;
}
.middle .left .list .tit{
	height:26px;
	width:100%;
	background:url(../images/tit_bg.gif) no-repeat;
	line-height:26px;
}
.middle .left .list .tit .more{
	float:right;
	background:url(../images/more.gif) no-repeat;
	width:33px;
	height:10px;
	overflow:hidden;
	margin:8px 8px;
	line-height:10px;
}
.middle .left .list .tit .more a{
	width:33px;
	height:10px;
}
.middle .left .list .cent1{
	margin:1.0em auto 1.2em auto;
	width:96%;
}
.middle .left .list .cent1 li{
	background:url(../images/li1.gif) no-repeat 0 7px;
	padding-left:12px;
	line-height:22px;
	border-bottom:1px #999999 dashed;
}
.middle .left .list .cent1 li span{
	padding-right:5px;
	color:#A8A8A8;
	font-size:10px;

}
.middle .left .list .cent2{
	margin:1.2em auto;
	width:96%;
}
.middle .left .list .cent2 li{
	background:url(../images/li2.gif) no-repeat 0 7px;
	padding-left:12px;
	line-height:20px;
}
.middle .left .list .cent2 li span{
	padding-right:5px;
	color:#A8A8A8;
	font-size:10px;
	float:right;

}

.middle .left .info{
	width:343px;
	height:160px;
	overflow:hidden;
	float:right;
	margin-top:10px;
	margin-bottom:18px;
}
.middle .left .info .tit{
	background:url(../images/tit2_bg.gif) no-repeat;
	height:36px;
	width:100%;
}
.middle .left .info .tit .name{
	color:#23658C;
	font-family:"经典中圆简";
	font-size:13px;
	letter-spacing:1px;
}
.middle .left .info .tit .en{
	font-family:Arial, Helvetica, sans-serif;
	color:#8A8A8A;
}
.middle .left .info .tit .more{
	background:url(../images/more2.gif) no-repeat;
	float:right;
	width:45px;
	height:18px;
	overflow:hidden;
	margin:0px 3px;
}
.middle .left .info .cent{
	width:95%;
	color:#686868;
	letter-spacing:normal;
	line-height:18px;
}
.middle .left .info .cent img{
	float:left;
	margin-right:5px;

}
.middle .left .bot{
    float:left;
	width:673px;
	height:173px;
	background:url(../images/img_list_bg.gif) no-repeat;
}
.middle .left .bot .tit{

}
.middle .left .bot .tit a{
	line-height:26px;
	margin-left:11px;
	color:#FFFFFF;
	font-size:12px;
	font-family:"经典中圆简";
	text-decoration:none;
}
.middle .left .bot .more{
	background:url(../images/more2.gif) no-repeat;
	float:right;
	width:45px;
	height:18px;
	overflow:hidden;
	margin:0px 3px;
}
.middle .li_left .con .search{
	background:url(../images/search_bg.jpg) no-repeat -10px;
	width:100%;
	height:40px;
	margin-top:0px;
}
.middle .li_left .con .search input{
	margin-left:13px;
	margin-top:13px;
	width:118px; 
	height:18px;
	line-height:18px;
	border:0;
	float:right;
}
.middle .li_left .con .search .but{
	float:right;
	width:30px;
	height:22px;
	background:none;
	margin-left:0;
	margin-right:6px;
}

.middle .center{
	width:15px;
	float:left;
	margin-top:2px;
	background:url(../images/dote.jpg) no-repeat;
	height:262px;
}
.middle .right{
	margin-top:3em;
	margin-bottom:3em;
	width:250px;
	float:right;
	padding:0 0px;
}
.middle .right .mi{
	width:231px;
	height:572px;
	background:url(../images/r_bg.gif) no-repeat;
	text-align:center;
}
/*.middle .right .mi */.tel{
	background:url(../images/phone1.gif) no-repeat;
	width:212px;
	height:44px;
	margin:10px auto 0 auto;
}
/*.middle .right .mi */.qqser{
	margin-top:10px;
}
.middle .right .mi .search{
	background:url(../images/search_bg.jpg) no-repeat;
	width:100%;
	height:40px;
	margin-top:10px;
}
.middle .right .mi .search input{
	margin-left:13px;
	margin-top:13px;
	width:118px; 
	height:18px;
	line-height:18px;
	border:0;
	float:right;
}
.middle .right .mi .search .but{
	float:right;
	width:30px;
	height:22px;
	background:none;
	margin-left:0;
	margin-right:19px;
}
.middle .right .mi .link{
	margin-top:50px;

}
.middle .right .mi .link li{
	background:url(../images/link_bg.gif) no-repeat;
	height:31px;
	width:210px;
	margin:5px auto;
	line-height:31px;
}
.middle .right .mi .link li a{
	color:#00255C;
	font-weight:600;
	background:url(../images/li3.gif) no-repeat 0 9px;
	padding-left:13px;
	margin-left:73px;
	float:left;
	font-family:"经典中圆简";
	text-decoration:none;
	font-size:14px;
}
.middle .right .mi .flink{
	color:#BAEBFB;
	margin:120px auto 0 auto;
	width:200px;
	text-align:left;
}
.middle .right .mi .flink li{
	width:200px;
}
.footer{
	width:100%;
	background:url(../images/foot_bg.jpg) repeat-x;
	height:103px;
	float:left;
	margin:0.6em auto 0 auto;
	text-align:center;
	color:#333333;
}
.footer a{
	color:#134271;
}
.footer .center{
	margin-top:10px;
}
.footer .center p{
	margin-top:5px;
}

.scrollImgList{width:673px;margin:0 auto;overflow:hidden;zoom:1;}
.scrollImgList .LeftBotton{float:left;width:36px;height:145px;cursor:pointer;}
.scrollImgList .RightBotton{float:right;width:36px;height:145px;cursor:pointer;}
.scrollImgList .Cont{float:left;padding:18px 0 0;}
.scrollImgList .Cont ul{float:left; }
.scrollImgList li{float:left;width:138px;text-align:center; padding-right:16px; }
.scrollImgList li a{color:#003B6F;}
.scrollImgList li a:hover{color:#003B6F;}
.scrollImgList li img{display:block;margin:0 auto;width:136px;height:92px;border:1px solid #70B8E0;}
.scrollImgList li a:hover img{border:1px solid #eb9c99;}
