body a {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
.lf {
	float: left;
}
.rt {
	float: right;
}
.top {
	height: 83px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index:999;
}
.top_r {
	position: absolute;
	right: 10px;
	bottom: 30px;
}
<!--
.top_r>img {
	position: relative;
	right: 0;
	top: 4px;
}
-->
.top_r a span {
	color: #686868
}
/*****************************nav******************************/
.nav {
	height: 50px;
	background-color: #2F393D;
}
.nav_top {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index:90;
}
.nav_top .link li {
	float: left;
	height:50px;
	line-height: 50px;
	font-size: 18px;
	width:105px;
	text-align: center;
}
.nav_top .link li a.bn {
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
}
.nav_top .link li a.bn:hover, .nav_top .link li.on2 {
	display:block;
	background-color: #B01519;
}
.nav_1, .nav_2, .nav_3 {
	position: absolute;
}
.nav_1 {
	right: 50px;
	top: 12px;
}
.nav_3 {
	right: 10px;
	top: 12px;
}
#menu1, #menu2, #menu3, #menu4, #menu5 {
	background-color: #B01519;
	/*position:absolute;*/
	padding-bottom: 20px;
	z-index:999;
}
#menu1 {
	top: 51px;
	left: 105px;
}
#menu2 {
	top: 51px;
	left:210px;
}
#menu3 {
	top: 51px;
	left:315px;
}
#menu4 {
	top: 51px;
	left:420px;
}
#menu5 {
	top: 51px;
	left:525px;
}
.nav_top .link li #menu1 li, .nav_top .link li #menu2 li, .nav_top .link li #menu3 li, .nav_top .link li #menu4 li, .nav_top .link li #menu5 li {
	text-align: center;
	width:105px;
	height:40px;
	line-height:40px;
	border-bottom: 1px solid #c04446;
	background-color:#B01519;
}
.nav_top .link li #menu1 li a:hover, .nav_top .link li #menu2 li a:hover, .nav_top .link li #menu3 li a:hover, .nav_top .link li #menu4 li a:hover, .nav_top .link li #menu5 li a:hover {
	text-decoration:underline;
	display:inline-block;
}
/*****************************banner_1******************************/
/*.banner1{*/
/*width: 1000px;*/
/*margin: 10px auto;*/
/*position: relative;*/
/*}*/
/*.lb{*/
/*width: 1000px;*/
/*height: 450px;*/
/*}*/
/*.ban1,.ban2,.shade{position: absolute;}*/
/*.ban1{*/
/*top: 45%;*/
/*left: 0;*/
/*}*/
/*.ban2{*/
/*top: 45%;*/
/*right: 0;*/
/*}*/
/*.shade{*/
/*bottom: 4px;*/
/*width: 1000px;*/
/*height: 60px;*/
/*background-color: #000000;*/
/*opacity: 0.4;*/
/*color: #ffffff;*/
/*}*/
/*.banner1>p{*/
/*z-index: 999;*/
/*position: absolute;*/
/*bottom: 25px;*/
/*left: 30px;*/
/*color: #ffffff;*/
/*}*/
/*.circle{*/
/*position: absolute;*/
/*bottom: 20px;*/
/*right: 30px;*/
/*}*/
/*.circle>li{*/
/*float: left;*/
/*margin-left: 5px;*/
/*}*/
/*****************************banner_2******************************/
.banner2 {
	width: 1000px;
	min-height: 450px;
	margin: 10px auto;
}
.banner_l {
	width: 666px;
	height:450px;
	position: relative;
	overflow:hidden;
}
.ban1, .ban2, .shade {
	position: absolute;
}
.ban1 {
	top: 45%;
	left: 0;
}
.ban2 {
	top: 45%;
	right: 0;
}
.shade {
	bottom:0;
	left:0;
	width: 666px;
	height: 60px;
	background-color: #000000;
	opacity: 0.4;
	color: #ffffff;
}
.banner_l>p {
	z-index: 999;
	position: absolute;
	bottom: 25px;
	left: 30px;
	color: #ffffff;
}
.circle {
	position: absolute;
	bottom: 20px;
	right: 30px;
}
.circle>li {
	float: left;
	margin-left: 5px;
}
.banner_r {
	width: 320px;
}
.banner_r>h4 {
	font-size: 16px;
	padding: 0 20px;
	margin: 10px 0;
}
.banner_r>p {
	font-size: 14px;
	padding: 0 20px;
	text-align: justify;
}
.banner_r>p>a {
	color: #616161;
	text-decoration: none;
}
/*****************************main******************************/
.main {
	width: 1000px;
	margin: 10px auto;
	overflow: hidden;
}
.main_l {
	width: 670px;
	float: left;
	overflow:hidden;
}
.content_top {
	height:300px;
	margin-bottom:10px;
	overflow:hidden;
}
.title {
	position: relative;
	border-bottom: 1px solid #A8CAE3;
}
.title>span {
	font-size: 18px;
	color: #3369AE;
	position: absolute;
	top: 5px;
	left: 40px;
}
.title>a {
	text-decoration: none;
	position: absolute;
	top: 8px;
	right: 0;
	color: #000000;
}
.title>a>span {
	color: #1B02B5;
}
.g-lst1 {
	margin-top: 10px;
	overflow:hidden;
;
}
.g-lst1 li {
	float: left;
	width: 214px;
	font-size: 14px;
	height:290px;
	background:#fbfcfe;
	font-weight: normal;
}
.g-lst1 .on1 {
	font-size: 16px;
	text-align: center;
	line-height: 35px;
}
.g-lst1 .on1 a {
	color:#000000;
}
.g-lst1 li a {
	color: #7D7D7E;
}
.active_2 {
	margin: 0 14px;
}
.hot_1 {
	padding: 20px 0;
	border-bottom: 1px solid #F0F0F0;
	overflow: hidden;
}
.hot_1 img {
	float: left;
}
.hot_r {
	width: 420px;
	margin-left: 30px;
	float: left;
}
.hot_r>h4 {
	font-size: 18px;
	font-weight: normal;
}
.hot_r>h4>a {
	color: #5D5D5D;
}
.hot_r>h6 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	line-height: 22px;
}
.hot_r>h6>a {
	color: #939393;
}
.hot_r>ul {
	margin-top: 20px;
}
.hot_r>ul>li {
	float: left;
	color: #A7A7A7;
	margin: 0 3px;
}
.hot_r>p {
	color: #A7A7A7;
	margin-top: 20px;
}
.hot_r>p>span {
	margin-left: 10px;
}
.add {
	height: 70px;
	width: 670px;
	background-color: #FCFCFC;
	border-bottom: 1px solid #F0F0F0;
	position: relative;
}
.add>img {
	position: absolute;
	top: 20px;
	left: 320px;
}
.add>a {
	position: absolute;
	top: 18px;
	left: 350px;
	color: #4272B4;
	font-size: 18px;
}
/*****************main_r******************/
.main_r {
	float: right;
	width: 310px;
	overflow:hidden;
}
.mr_title {
	width: 310px;
	overflow: hidden;
}
.mr_title>ul>li {
	width: 150px;
	height: 100px;
	background-color: #D4E4F1;
	margin-top: 10px;
	position: relative;
}
.mr_title>ul>li>a>p {
	color: #24618E;
	font-size: 18px;
	text-align: center;
	margin-top: 65px;
}
.main_r11, .main_r22, .main_r33, .main_r44, .main_r55 {
	position: absolute;
}
.main_r11 {
	top:10px;
	left: 50px;
}
.main_r22 {
	top:10px;
	left: 45px;
}
.main_r33 {
	top:10px;
	left: 55px;
}
.main_r44 {
	top:10px;
	left: 45px;
}
.main_r55 {
	top:15px;
	left: 45px;
}
.mr_body {
	width: 310px;
	margin-top: 20px;
	background-color: #FCFCFC;
	height:450px;
	position: relative;
}
.mr_body>h6 {
	height: 60px;
}
.mr_body>h6>img {
	margin-top: 10px;
	margin-left: 5px;
}
.mr_body>h6>span {
	color: #436EB3;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 15px;
	left: 40px;
}
.mr_body>ul {
	padding-bottom: 10px;
}
.mr_body>ul>li {
	min-height: 30px;
	line-height:20px;
	padding-left: 20px;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 20px;
	margin-bottom: 15px;
	position: relative;
	overflow:hidden;
}
.mr_body>ul>li>a {
	float: left;
	/*width: 200px;*/
	color: #000000;
	text-decoration: none;
}
.mr_body>ul>li>span {
	color: #999999;
	position: absolute;
	top: 0;
	right: 10px;
}
.mr_foot {
	width: 310px;
	background-color: #FCFCFC;
	margin-top: 20px;
	height:467px;
	overflow: hidden;
}
.g-lst2 li {
	width: 111px;
	padding-left:44px;
	height:38px;
	line-height:38px;
	float:left;
	background-color: #ffffff;
	font-size: 18px;
}
.g-lst2 li.on1 {
	background:#fcfcfc url(mr_foot1.png) no-repeat 10px center;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.g-lst2 li.on2 {
	background:#fff url(mr_foot2.png) no-repeat 10px center;
}
.g-lst2 li.on1 a {
	color: #024CA1;
}
.heat {
	margin-top: 50px;
}
.heat li {
	padding-left:32px;
	background:url(add_2.png) no-repeat 14px center;
	height:43px;
	line-height:43px;
}
/*****************************pic******************************/
.pic {
	width: 1000px;
	margin: 0 auto;
}
/*****************************mt******************************/
.mt {
	width: 1000px;
	margin: 0 auto;
	height: 50px;
	border-bottom: 1px solid #F1F1F1;
	border-top: 1px solid #F1F1F1;
	margin-top: 20px;
}
.mt>ul {
	width: 450px;
	height: 50px;
	margin: 0 auto;
}
.mt>ul>li {
	float: left;
	font-size: 16px;
	line-height: 50px;
	margin: 0 20px;
}
.mt>ul>li>a {
	text-decoration: none;
	color: #000000;
	padding: 15px 0;
}
.mt>ul>li>a:hover {
	color: #6A8EC2;
	border-bottom: 1px solid #0153A7;
}
/*****************************city******************************/
.city {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0;
}
.city>ul>li {
	float: left;
	margin: 0 20px;
	line-height: 30px;
}
.city>ul>li>a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}
/*****************************footer******************************/
.footer {
	width: 100%;
	background-color: #F5F5F5;
}
.footer_top {
	height: 40px;
	background-color: #293337;
}
.footer_top>ul {
	width: 330px;
	height: 40px;
	margin: 0 auto;
}
.footer_top>ul>li {
	float: left;
	color: #ffffff;
}
.footer_top>ul>li>a {
	color: #ffffff;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
}
.footer_middle {
	width: 660px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.footer_bottom {
	width: 730px;
	margin: 0 auto;
}
.footer_bottom>p {
	text-align: center;
	line-height: 30px;
}
/*ͼƬл by tanglin*/
#owl-demo {
	position:relative;
	width:666px;
	height:450px;
	margin:0 auto;
}
#owl-demo .item {
	position:relative;
	display:block;
}
#owl-demo img {
	display:block;
	width:666px;
	height:450px;
}
#owl-demo b {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:48px;
	background-color:#000;
	opacity:.5;
	filter:alpha(opacity=50);
}
#owl-demo span {
	position:absolute;
	left:10px;
	bottom:10px;
	width:60%;
	font:18px/32px "微软雅黑";
	color:#fff;
	/*text-align:center;*/
}
.owl-pagination {
	position:absolute;
	margin-left:490px;
	bottom:10px;
	width:30%;
	height:22px;
	text-align:center;
}
.owl-page {
	display:inline-block;
	width:11px;
	height:11px;
	margin:0 5px;
	background-image:url(bg15.png);
	*display:inline;
	*zoom:1;
}
.owl-pagination .active {
	width:11px;
	background-image:url(bg16.png);
}
.owl-buttons {
	display:none;
}
.owl-buttons div {
	position:absolute;
	top:50%;
	width:40px;
	height:80px;
	margin-top:-40px;
	text-indent:-9999px;
}
.owl-prev {
	left:0;
	background-image:url(bg17.png);
}
.owl-next {
	right:0;
	background-image:url(bg18.png);
}
/*end by tanglin*/

.g-search .ipt1 {
	width:230px;
	padding-right:30px;
	height:34px;
	line-height:34px;
	background:#FFFFFF;
	border-radius:6px;
	position:absolute;
	top:8px;
	right:44px;
	z-index:9;
}
.g-search .btn {
	position:absolute;
	right: 50px;
	top: 12px;
	z-index:10;
}
.g-ewm .photo {
	position:absolute;
	right:0px;
	top:0;
	background-color:#eff4f8;
	height:38px;
	padding-top:12px;
	padding-left:10px;
	padding-right:10px;
}
.g-ewm .main2 {
	position:absolute;
	top:40px;
	right:0px;
	width:238px;
	height:236px;
	padding:20px;
	background-color:#eff4f8;
}
.g-login {
	z-index:100000;
}
.g-login .login-icon {
	background: url("../images/nav_2_a.png") no-repeat center center;
	height: 24px;
	position:absolute;
	right:200px;
	top: 40px;
	background-color:#eff4f8;
	height:38px;
	padding-top:12px;
	padding-left:10px;
	padding-right:10px;
}
.g-login .login-m {
	position:absolute;
	top:64px;
	right:194px;
	width:240px;
	padding:20px;
	background:#eff4f8;
}
.login-m .inpt1, .login-m .g-btn1 {
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	border-radius:8px;
	border:1px solid #7aa7ce;
	background:#FFFFFF;
	text-indent:10px;
	margin-bottom:20px;
	color:#939393;
}
.login-m .inpt1 a {
	border:0;
}
.login-m .g-btn1 {
	background-color:#08b3eb;
	color:#FFFFFF;
	border:0;
	font-size:18px;
	text-indent:0;
	margin-top:10px;
	margin-bottom:10px;
}
.login-m .g-loginng {
	position:relative;
}
.login-m .on1 {
	display:inline-block;
}
.login-m .on2 {
	position:absolute;
	right:0;
	top:0;
}
.login-m .g-btn2 {
	padding-bottom:10px;
	display:block;
	text-align:center;
	border-bottom:1px solid #d3d3d3;
}
.login-m .g-icon {
	margin-top:20px;
	text-align:center;
}
/***************************************************************************/
.adress {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url("../images/gl_adress.jpg") no-repeat 5px center;
	height: 75px;
	border-bottom: 1px solid #D2D2D2;
}
.adress>ul {
	position: absolute;
	left: 30px;
	top: 25px;
}
.adress>ul>li {
	float: left;
	font-size: 20px;
}
.adress>ul>li>a {
	color: #000000;
}
.content {
	width:1000px;
	margin: 20px auto;
	overflow: hidden;
}
.content_r {
	width: 300px;
	height: 1760px;
	background-color: #F8F8F8;
	float: right;
}
.content_r>h4 {
	font-size: 20px;
	margin-top: 20px;
	margin-left: 10px;
	font-weight: normal;
}
.content_r>h4>span {
	font-size: 18px;
	color: #CFE3EC;
	border-bottom: 1px solid #D3D3D3;
	padding-right: 90px;
}
.content_r>ul {
	margin-top: 10px;
}
.content_r>ul>li {
	background: url("../images/dian.jpg") no-repeat 15px center;
	height: 45px;
	line-height: 45px;
}
.content_r>ul>li>a {
	margin-left: 35px;
	font-size: 16px;
	color: #696969;
}
.content_l {
	width: 670px;
}
.content5_top {
	overflow: hidden;
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.content5_top>h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.content5_top>h4>a {
	color: #000000;
}
.content5_r {
	width: 500px;
	position: relative;
}
.content5_r>h6 {
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 30px;
}
.content5_r>h6>a {
	font-size: 16px;
	color: #444444;
}
.content5_r>h6>span {
	margin-left: 30px;
	font-size: 16px;
	color: #424242;
}
.content5_r>span {
	font-size: 14px;
	color: #AEAEAE;
	margin-right: 13px;
}
.content5_foot {
	overflow: hidden;
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.content5_foot>h4 {
	font-size: 20px;
	color: #000000;
	margin-bottom: 20px;
}
.content5_foot>h4>a {
	color: #000000;
}
.content5_r2 {
	width: 670px;
	position: relative;
}
.content5_r2>h6 {
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 30px;
}
.content5_r2>h6>a {
	font-size: 16px;
	color: #444444;
}
.content5_r2>h6>span {
	margin-left: 30px;
	font-size: 16px;
	color: #424242;
}
.content5_r2>span {
	font-size: 14px;
	color: #AEAEAE;
	margin-right: 13px;
}
.content4_bottom {
	height:60px;
	text-align: center;
	line-height: 60px;
}
/**************************************ϸ*************************************/
.content2_l {
	width: 670px;
}
.content2_l_t>h4 {
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
}
.content2_l_t>h4>a {
	color: #000000;
}
.content2_l_t>h5 {
	font-size: 16px;
	color: #5F5F5F;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content2_l_t>h5>span {
	margin-top: 8px;
}
.content2_l_t>p{ font-size: 16px; line-height: 35px;margin-bottom:15px }
.content2_l_b {
	width: 670px;
	margin-top: 20px;
}
.content2_l_b>h6 {
	width: 670px;
	height: 35px;
	border-bottom: 3px solid #86909A;
}
.content2_l_b>h6>a {
	font-size: 20px;
	padding: 9px 20px;
	border-bottom: 3px solid #B01519;
	font-weight: normal;
	color: #000000;
}
.content2_l_b>ul {
	margin-top: 10px;
}
.content2_l_b>ul>li {
	background: url("../images/dian.jpg") no-repeat 15px center;
	height: 35px;
	line-height: 35px;
}
.content2_l_b>ul>li>span {
	color: #515151;
}
.content2_l_b>ul>li>a {
	margin-left: 35px;
	color: #515151;
}
.content_r2 {
	width: 300px;
	height: 980px;
	background-color: #F8F8F8;
	float: right;
}
.content_r2>h4 {
	font-size: 20px;
	margin-top: 20px;
	margin-left: 10px;
	font-weight: normal;
}
.content_r2>h4>span {
	font-size: 18px;
	color: #CFE3EC;
	border-bottom: 1px solid #D3D3D3;
	padding-right: 90px;
}
.content_r2>ul {
	margin-top: 10px;
}
.content_r2>ul>li {
	background: url("../images/dian.jpg") no-repeat 15px center;
	height: 45px;
	line-height: 45px;
}
.content_r2>ul>li>a {
	margin-left: 35px;
	font-size: 16px;
	color: #696969;
}
/* *****************Ǯ 5-19******************** */
.content22 {
	width: 680px;
}
.content22_top {
	margin-top: 10px;
	overflow: hidden;
}
.content22_top>h4 {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #343434;
	font-weight: normal;
}
.content22_top>h4>b {
	font-size: 18px;
	color: #EE5229;
}
.content22_top>ul {
	margin-top: 20px;
}
.content22_top>ul>li {
	margin-right: 12px;
	float: left;
	font-size: 14px;
	padding-left:50px;
	width: 67px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #CCD3D9;
}
.content22_top>ul>li>a {
	color: #000000;
}
.fabu {
	width: 670px;
	border: 2px solid #CCD4D9;
	overflow: hidden;
}
.fabu>h6 {
	height: 40px;
	width: 670px;
	background-color: #FAFAFA;
	border-top: 1px solid #E6E9EE;
}
.fabu>h6>a {
	background-color: #5788A9;
	height: 41px;
	width: 90px;
	line-height: 41px;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
.fabu>textarea {
	margin: 0;
	resize: none;
	width: 650px;
	height: 55px;
	border: 0;
	color: #B9B9B9;
	padding: 10px;
	outline:none;
}
.wzdl {
	background: url("../images/qry_1.jpg") no-repeat 10px center;
	background-color: #F8F8F8;
}
.wbdl {
	background: url("../images/qry_2.jpg") no-repeat 10px center;
}
.qqdl {
	background: url("../images/qry_3.jpg") no-repeat 10px center;
}
.content22_bottom {
	margin-top: 20px;
}
.content22_bottom>h4 {
	font-size: 16px;
	border-bottom: 2px solid #88ABC3;
	width: 670px;
	height: 40px;
	line-height: 40px;
}
.pl {
	width: 670px;
	border-bottom: 1px dotted #D9D9D9;
	padding: 15px 0 10px 0;
	overflow: hidden;
}
.pl>h5 {
	font-size: 14px;
	font-weight: normal;
}
.pl>h5>a {
	color: #44708E;
}
.pl>h5>span {
	color: #BCB8C7;
}
.lsqt>h6, .pl>h6 {
	height: 30px;
	position: relative;
}
.lsqt>h6>a, .pl>h6>a {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: 10px;
	bottom: 12px;
}
.lsqt>h6>span, .pl>h6>span {
	color: #EC552A;
	font-size: 14px;
	float: right;
	margin-right: 70px;
	padding-left: 20px;
	background: url("../images/qry_4.jpg") no-repeat 0 center;
}
.txt1 {
	width: 650px;
	margin: 10px 0;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
}
.fabu2 {
	width: 530px;
	border: 2px solid #CCD4D9;
	overflow: hidden;
	float: right;
	margin-bottom: 10px;
}
.fabu2>h6 {
	height: 40px;
	width: 530px;
	background-color: #FAFAFA;
	border-top: 1px solid #E6E9EE;
}
.fabu2>h6>a {
	background-color: #5788A9;
	height: 41px;
	width: 90px;
	line-height: 41px;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
.fabu2>textarea {
	margin: 0;
	resize: none;
	width: 510px;
	height: 35px;
	border: 0;
	outline: none;
	color: #B9B9B9;
	padding: 10px;
}
.lsqt {
	width: 620px;
	padding-top: 10px;
	float: right;
	border: 1px solid #DFE4EA;
	margin: 10px 0;
}
.lsqt>h4 {
	padding: 0 10px;
}
.lsqt>h5 {
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
}
.lsqt>h4>a {
	font-size: 14px;
	color: #45718E;
	font-weight: normal;
}
.lsqt>h4>span {
	float: right;
	font-size: 14px;
	color: #C7B7BA;
	font-weight: normal;
}
.lsqt>h6 {
	height: 30px;
	position: relative;
	margin-right: 50px;
}
.lsqt>h6>a {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: 10px;
	bottom: 12px;
}
.lsqt>h6>span {
	color: #EC552A;
	font-size: 14px;
	float: right;
	margin-right: 70px;
	padding-left: 20px;
	background: url("../images/qry_4.jpg") no-repeat 0 center;
}
/**************************************ǮΡ5.20********************************/
.top_3 {
	background: url("../images/top_3.png") no-repeat 0 center;
	height: 22px;
	position:absolute;
	top: 40px;
	right:105px;
	padding-left:26px;
}
.top_4 {
	background: url("../images/top_4.png") no-repeat 0 center;
	height: 22px;
	position: absolute;
	top: 40px;
	right:10px;
	padding-left:26px;
}
.nav_1 {
	background: url("../images/nav_1.png") no-repeat 0 center;
	height: 24px;
	width: 26px;
}
.nav_2 {
	background: url("../images/top_5.png") no-repeat 5px center;
	height: 24px;
	padding-left:35px;
	padding-right:6px;
	right:194px;
	top: 40px;
}
.nav_3 {
	background: url("../images/nav_3.png") no-repeat 0 center;
	height: 24px;
	width: 26px;
}
.nav_2_h {
	background:#eff4f8 url("../images/top_5.png") no-repeat 5px center;
	position:absolute;
	height: 24px;
	padding-left:35px;
	padding-right:6px;
	right:194px;
	top: 40px;
	z-index:99;
}
.nav_2_name {
	position:absolute;
	height: 24px;
	padding-left:35px;
	padding-right:6px;
	right:194px;
	top: 40px;
	z-index:99;
	text-align:right;
	color:#3369ae;
}
.nav_2_name a {
	text-decoration:underline;
	padding-left:10px;
}
.btn {
	background: url("../images/nav_1.png") no-repeat center center;
	height: 24px;
	width: 26px;
}
.photo {
	background: url("../images/nav_3_a.png") no-repeat center center;
	height: 24px;
	width: 26px;
}
.g-sina {
	position: absolute;
	top: -4px;
	left:23px;
	background: url("../images/g-sina.png") no-repeat 0 0;
	height: 40px;
	width: 80px;
}
.g-qq {
	position: absolute;
	top: -4px;
	left:78px;
	background: url("../images/g-qq.png") no-repeat center center;
	height: 40px;
	width: 80px;
}
.g-txz{
	position: absolute;
	top: -4px;
	left: 155px;
	background: url("../images/g-txz.png") no-repeat center center;
	height: 40px;
	width: 80px;
}
.g-icon {
	position: relative;
	padding-bottom: 25px;
}
.g-ewm {
	position: relative;
}
.main2 {
	background: url("../images/ewm.png") no-repeat center center;
	height: 236px;
	width: 238px;
}
.top_1 {
	float: left;
	background: url("../images/top_1.jpg") no-repeat center center;
	height: 83px;
	width: 210px;
}
.top_2 {
	float: left;
	background: url("../images/top_2.jpg") no-repeat center center;
	height: 83px;
	width: 276px;
}
.footer_1 {
	background: url("../images/footer_1.jpg") no-repeat center center;
	height: 60px;
	width: 150px;
	margin: 0 5px;
	float: left;
}
.footer_2 {
	background: url("../images/footer_2.jpg") no-repeat center center;
	height: 60px;
	width: 150px;
	margin: 0 5px;
	float: left;
}
.footer_3 {
	background: url("../images/footer_3.jpg") no-repeat center center;
	height: 60px;
	width: 150px;
	margin: 0 5px;
	float: left;
}
.footer_4 {
	background: url("../images/footer_4.jpg") no-repeat center center;
	height: 60px;
	width: 150px;
	margin: 0 5px;
	float: left;
}

/**********************************Ǯɍ͎ 6.8**************************************************/

.bl_main{ width: 1000px; margin: 10px auto;}

.bl_m_t{ background: url("../images/bl_pic1.jpg") no-repeat center center; height: 147px; }
.bl_m_b{ overflow: hidden; margin-top: 10px;}
.bl_m_bl{ width: 648px; height: 625px;}

.bl_qjf{}
.bl_qjf h4{ height: 40px; line-height: 40px; border-bottom: 3px solid #869099; margin-bottom: 10px;}
.bl_qjf h4 a{ font-size: 20px; color: #000000; display: inline-block; height: 40px; padding: 0 10px; border-bottom: 3px solid #B01519;}

.bl_col h4{ height: 40px; line-height: 40px; border-bottom: 3px solid #869099; margin-bottom: 10px;}
.bl_col h4 a{ font-size: 20px; color: #000000; display: inline-block; height: 40px; padding: 0 10px; border-bottom: 3px solid #B01519;}
.bl_con{ height: 110px; clear: both; position: relative}
.bl_a1{ background: url("../images/bl_pic5.jpg") no-repeat center center; width: 160px; height: 110px; margin-right: 20px;}
.dl_text1{ padding-right: 10px;}
.dl_text1 h5{ height: 40px; line-height: 40px; }
.dl_text1 h5 a{ font-size: 20px; color: #000000;}
.dl_text1 p{ font-size: 15px; line-height: 27px;}
.dl_text1 p a{ color: #444444;}
.dl_text1 span{ position: absolute; bottom: 0; right: 20px; color: #B3B3B3; font-size: 14px;}


.bl_m_br{ width: 340px; height: 625px; background-color: #F8F8F8;}
.bl_mp{}
.bl_jy h4,.bl_mp h4{ height: 40px; line-height: 40px; padding-left: 15px; }
.bl_jy h4 a,.bl_mp h4 a{ font-size: 20px; color: #000000;}
.bl_jy h4 span,.bl_mp h4 span{ display: inline-block; height: 32px; width: 235px; font-weight: normal; border-bottom: 1px solid #B2B2B2; color: #D0E4ED; font-size: 18px;}
.bl_mp h6{ line-height: 33px; font-size: 15px; text-indent: 2em; padding: 10px 20px; text-align: justify;}
.bl_mp h6 a{ color: #686868; font-weight: normal;}
.bl_hy{ margin: 10px auto; text-align: center; background: url("../images/bl_pic3.png") no-repeat center center; width: 295px; height: 52px; line-height: 52px;}
.bl_hy a{ color: #AE2B23; font-size: 22px;}
.bl_jy_con{ margin: 15px;}
.bl_a2{  margin-right: 15px;}
.bl_jy_con h6{ line-height: 28px; font-weight: normal; text-align: justify; text-indent: 2em; }
.bl_jy_con h6 a{ font-size: 15px; color: #808080; }
.bl_tn{  margin-top: 60px; font-size: 20px;}
.bl_tn span{ color: #000000;}
.bl_tn a{ color: #000000; margin: 0 20px;}


.bl_column{ width: 1000px; margin: 0 auto;}
.bl_x{ height: 20px; border-bottom: 1px solid #EBEBEB; margin-bottom: 20px;}
.bl_tj{ margin-top: 20px;}

.bl_tj_con{ overflow: hidden; margin-top: 20px; height: 520px;}
.bl_pic{ width: 319px; height: 240px; float: left; margin-bottom: 20px; position: relative;}
.bl_active1{ margin: 0 21px;}
.bl_shade{ width: 319px; height: 45px; background-color: #000000; opacity: 0.5; position: absolute; left: 0; bottom: 0;}
.bl_pic .bl_a3{ width: 319px; text-align: center; font-size: 16px; color: #FFFFFF; position: absolute; left: 0; bottom: 12px; }


/********************************************2016.6.14   Ǯ*******************************************************/

.tt_main{ width: 1000px; margin: 0 auto; }

.tt_adr{ height: 70px; line-height: 70px; font-size: 18px; border-bottom:  1px solid #D2D2D2; }
.tt_adr a{ color: #000000;}

.tt_con{margin-top: 20px;}

.tt_more{ height: 50px; line-height: 50px; text-align: center; }
.tt_more a{ color: #636A6E; font-size: 14px; }

.tt_con{ overflow: hidden;}
.tt_con a{ color: #FFFFFF; padding: 0 20px; text-align: center}
.tt_con div div{ position: relative;}








