@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
	-webkit-text-size-adjust: none; 
}
body {
	background-image: url(./aa.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
ul, ol,li, dl, dt, dd{margin: 0; padding: 0; border: 0; outline: none;list-style-type: none;overflow-x:none;}
.mgb10{
	margin-bottom:10px;
}
.mgb6{
	margin-bottom:6px;
}

a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #003366;
}
a:active {
	color: #003366;
}

a {
	text-decoration: none;
}

/*网页背景线性渐变*/
.bg_Gradients{
	width: 100%;
	height: 1200px;
	position: absolute;
	z-index: -10000;
	margin-top: 0px;
	left: 41px;
	top: -1px;
	background-image: url(aa.jpg);
	background-repeat: repeat-x;
}


/*顶端轮播图区域  开始*/
 
.content_middle{
	height:248px;
    margin:0 0 auto;
    position:relative;
    border: 0px;
}

/*左右切换图标*/
.content_middle ul li{
	width:100%;
	height:248px; 
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	margin:0px auto;
}

/*切换小图标*/

.content_middle .table{
	width:740px; 
	height:14px;
	position:absolute;
	bottom:10px;
	left:50%;
	z-index:9;
	margin-left:-140px;  
	line-height: 14px; 
}
.content_middle .table a{
    width:75px;
    height:14px;  
    background:#E3DEE1;
    opacity: 0.8;
    text-align:center;
    line-height: 14px;
    margin-left:3px; 
    display: block;
    float:left;  
}

.content_middle .table a.small_active{
	background:#18698c;
	color: #fff;
} 
/*顶端轮转图片 结束*/


/*nav导航盒子*/
/*导航条设置  开始*/
.nav{
    width: 1000px;
    height: 35px;
    line-height: 35px;
    /*导航位置*/
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
	font-family:微软雅黑;
    position: relative;
    background: #2ea0d1;
	z-index:10;
}
/*nav-main*/
.nav-main{
    width: 100%;
    height: 100%;
    list-style-type: none;
}
.nav-main span{
    display: inline-block;
    margin-left: 0px;
    width: 7px;
    height: 7px;
    background: url('./down-icon.png') no-repeat;
}
/*图标向上旋转*/
.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*图标向下旋转*/
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*导航条设置*/
.nav-main>li{
    width: 124px;
    height: 100%;
    display: block;
    float: left;
    background: #2ea0d1;
    color: #fff;
    margin-right: 1px;
    cursor: pointer;
}
.nav-main>li:hover{
    background: #18698c;
}
.nav-main>li a{ 
	text-decoration:none;
	color: #fff;
	display:block;
}
/*隐藏盒子设置*/
.hidden-box{
    width: 122px;
    border: 1px solid #18698c;
    border-top: 0;
    position: relative;
    display: none;
    top: 0px;
	background:#FFF;
}
.hidden-box>ul{
    list-style-type: none;
    color: #18698c;
    cursor: pointer;
}
.hidden-box li:hover{
    background: #18698c;
    color: #fff;
}
.hidden-box a{
	text-decoration:none;
	color: #18698c;
	display:block;
}
.hidden-box a:hover{
	color: #fff;
}

/*隐藏盒子位置设置*/
.hidden-loc-1{
    left: 125px;
}
.hidden-loc-2{
    left: 250px;
}
.hidden-loc-3{
    left: 375px;
}
.hidden-loc-4{
    left: 500px;
}
.hidden-loc-5{
    left: 625px;
}
.hidden-loc-6{
    left: 750px;
}
.hidden-loc-7{
    left: 876px;
}
/*导航条设置 结束*/
.clear{
	clear:none;
}
.no-clear{
	clear:both;
}

/*首段 开始*/
.first-line{width:1000px; margin:0 auto;margin-top: 0px;position:relative;background:#FFF;height:40px;}
.first-line .breakNews { width: 608px; float:left; font-family:微软雅黑;}
.first-line .in-search{	width:386px;float:right; line-height:40px; height:40px; font-size:14px; background:#FFF;border: 1px solid #CCC; margin-right:1px;}
.first-line .in-search .search_title{width:100px;font-size:16px; background:#18698c;color:#FFF; text-align:center; float:left; font-family:微软雅黑;}
.first-line .in-search .search_form{width:270px; float:left; margin-left:10px; line-height:40px; margin-top:1px; margin-bottom:0px;}
.first-line .in-search .search_form .search_content{width:150px; font-size:14px;}
.first-line .in-search .search_form  .search_button{width:80px; height:30px; padding-top:3px;}
.BreakingNewsController{width:100%; overflow:hidden; background:#FFF; height:auto; position:relative;}
.BreakingNewsController .bn-title{display:inline-block; float:left; padding:10px 20px; background:#FFF; color:#5aa628;}
.BreakingNewsController ul{padding:0; margin:0; display:block; list-style:none; position:absolute; left:180px; right:50px;}
.BreakingNewsController ul li{list-style:none; padding:10px 20px; display:none;}
.BreakingNewsController ul li a{text-decoration:none; color:#333; overflow:hidden; padding:0;font-size:16px; display:inline-block;width:340px;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis; -o-text-overflow:ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.BreakingNewsController ul li span{float:right; font-size:12px; color:#666; line-height:25px;}
.BreakingNewsController .bn-arrows{display:inline-block; float:right; width:50px; position:absolute; right:0; top:0; bottom:0;}
.BreakingNewsController .bn-arrows span{display:block; width:20px; position:absolute; top:0; bottom:0; cursor:pointer; opacity:0.2;}
.BreakingNewsController .bn-arrows span:hover{opacity:1;}
.BreakingNewsController .bn-arrows-left{ left:0; background:url(./bn-arrows.png) left center no-repeat;}
.BreakingNewsController .bn-arrows-right{right:10px; background:url(./bn-arrows.png) right center no-repeat;}
.easing a, .easing span{transition:.25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;}
/*首段 结束*/
/*第一段 层设置开始*/
.layout1{
	width: 1000px;
	margin: 0 auto;
	height: 330px;
	background: #FFF;
}
.layout1 .d_01{
	width:495px;
	float:left;
	margin-right:1px;
	background:#FFF; 
}
.layout1 .d_02{
	width:498px;
	margin-left:6px;
	float:left;	
	background:#FFF; 
}

/*第一段 层设置结束*/

/*广告图片轮转行 开始*/
.line_ad1{
	width:1000px;
	height:125px;
	margin:0 auto;
	padding-top:8px;
	padding-bottom:8px;
	background:#FFF;
}
/*广告图片轮转行 结束*/
/*广告图片轮转行 开始*/
.line_ad2{
	width:753px;
	height:100px;
	background:#09F;
	float:left;
	margin-top:2px;
	margin-bottom:10px;
	background:#FFF;
}
/*广告图片轮转行 结束*/

/*第二段 层设置开始*/
.layout2{
	width: 1000px;
	margin: 0 auto;
	height: 710px;
	position: relative;
	background: #FFF;
}
.layout2_left{
	width:760px;
	float:left;
}
.layout2_right{
	width:240px;
	float:left;
}
.layout2_right .l_1{
	width:240px;
	margin:0 auto;
}
.layout2_right .l_1 .title{
	width:200px;
	height:30px;
	background:url(./bk1.png) no-repeat left;
	padding-left:40px;
	line-height:30px;
	color:#0062C4;
	font-weight:bold;
}
.layout2_right .l_1 .content{
	width:240px;
	height:78px;
	background:url(./l.png) no-repeat left;
}
.layout2_right .l_1 .content li{
	width:75px;
	height:39px;
	line-height:39px;
	float:left;
	padding-left:45px;

}

.layout2_right .l_1 .content li a{color:#FFF; text-decoration:none; font-size:14px; font-weight:bold; font-family:微软雅黑;}
.layout2_right .l_1 .content li a:hover {color:#FFF; text-decoration:underline;}
.layout2_right .l_1 .content li a:active {color:#FFF; text-decoration:underline;}

.layout2_right .l_2{
	width:240px;
	margin:0 auto;
}
.layout2_right .l_2 .title{
	width:200px;
	height:30px;
	background:url(./bk1.png) no-repeat left;
	padding-left:40px;
	line-height:30px;
	color:#0062C4;
	font-weight:bold;
}
.layout2_right .l_2 .content{ padding-top:8px;}
.layout2_right .l_2 .content li img{ border:1px solid #CCC; width:235px; height:69px; margin-top:1px; margin-bottom:8px; float:left;}

.layout2 .line_02{
	width: 100%;
	height: 260px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.layout2 .line_02 .d_01{
	width:380px;
	margin-left:0px;
	float:left;	
}
.layout2 .line_02 .d_02{
	width:380px;
	margin-left:0px;
	float:left;	
}
/*第二段 层设置结束*/

/*第三行 层设置开始*/
.layout2 .line_03{
	width:768px;
	margin:0 auto;
	height:251px;
}

.layout2 .line_03 .d_01{
	width:380px;
	margin-left:0px;
	float:left;	
}
.layout2 .line_03 .d_02{
	width:380px;
	margin-left:0px;
	float:left;	
}
/*第三行 层设置结束*/

/*第三段 友情链接 层设置开始*/
.layout3{
	width:1000px;
	margin:0 auto;
	height:200px;
	position:relative;
	background:#FFF;
}
.layout3  .sLinks_pic{
	width:1000px;
	float:left;
	height:30px;
	background:url(./bk1.jpg) left no-repeat;
	text-align:left;
	padding-left:40px;
	line-height:30px;
	color:#0062C4;
	font-weight:bold;
}
.layout3 .pic_links{
	width:1000px;
	height:130px;
	float:left;
}
.layout3 .pic_links img{
	width:192px;
	height:60px;
	border:#09F solid 1px;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	float:left;
}
.layout3 .pic_links a:hover img{
	filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6;
}

.layout3 .sLinks{
	width:1000px;
	margin:0 auto;
	height:30px;
}
.layout3 .sLinks .sLinks_pic{
	width:1000px;
	float:left;
	height:30px;
	background:url(./bk1.jpg) left no-repeat;
	text-align:left;
	padding-left:40px;
	line-height:30px;
	color:#0062C4;
	font-weight:bold;
}
.layout3 .sLinks select{
	width:200px;
	float:left;
	margin-left:41px;
	margin-top:10px;
	font-size:14px;
	line-height:16px;
	color:#000000;
}
/*第三段 友情链接 层设置结束*/

/* 文章页 层设置开始*/
.layoutcontent{
	width:1000px;
	margin:0 auto;
	position:relative;
	background:#FFF;
	padding-top:10px;
	padding-bottom:10px;
}
.layoutcontent .inn{
	width:978px;
	border:solid 1px #CCCCCC;
	margin:0 auto;
	padding-bottom:10px;

}
.layoutcontent .inn2{
	width:758px;
	border:solid 1px #CCCCCC;
	float:right;
	padding-bottom:10px;
	margin-right:10px;

}
.layoutcontent .nav2_left{
	width:210px;
	float:left;
	margin-left:10px;
	background-color:#f0f0f0;
	padding-bottom:10px;

}
.layoutcontent .nav2_left .title01{
	width:1000px;
	float:left;
	height:45px;
	background:url(./title_03.jpg) left no-repeat;
	text-align:left;
	padding-left:45px;
	line-height:45px;
	color:#0062C4;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:bold;
}
.layoutcontent .nav2_left ul { list-style:none; padding:0; height:284px; margin-top:0px; overflow:hidden;}
.layoutcontent .nav2_left li { margin-left:10px; margin-right:10px; margin-bottom:10px; height:36px;
line-height:36px; overflow:hidden; font-size:14px; background-color:#8bd4f2; float:left; width:190px; text-align:center; list-style-type:none; }
.layoutcontent .nav2_left li a {
	display: inline;
	font-size: 14px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: none;
	font-family: "微软雅黑";
	color: #036;
	background-color:#8bd4f2;
}
.layoutcontent .nav2_left li a:hover {
	display: inline;
	font-size: 16px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: none;
	font-family: "微软雅黑";
	color: #fff;
	background-color:#1C5288;
}

/* 文章页 层设置结束*/

/* 栏目页 层设置开始*/
.layoutcolumn{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	background:#FFF;
	padding-top:10px;
	padding-bottom:10px;
}
.layoutcolumn .inn{
	width:978px;
	border:solid 1px #CCCCCC;
	margin:0 auto;
	padding-bottom:10px;

}
.layoutcolumn .inn2{
	width:758px;
	border:solid 1px #CCCCCC;
	float:right;
	padding-bottom:10px;
	margin-right:10px;

}
.layoutcolumn .nav2_left{
	width:210px;
	float:left;
	margin-left:10px;
	background-color:#f0f0f0;
	padding-bottom:10px;

}
.layoutcolumn .nav2_left .title01{
	width:1000px;
	float:left;
	height:45px;
	background:url(./title_03.jpg) left no-repeat;
	text-align:left;
	padding-left:45px;
	line-height:45px;
	color:#0062C4;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:bold;
}
.layoutcolumn .nav2_left ul { list-style:none; padding:0; height:384px; margin-top:0px; overflow:hidden;}
.layoutcolumn .nav2_left li { margin-left:10px; margin-right:10px; margin-bottom:10px; height:36px;
line-height:36px; overflow:hidden; font-size:14px; background-color:#8bd4f2; float:left; width:190px; text-align:center; list-style-type:none; }
.layoutcolumn .nav2_left li a {
	display: inline;
	font-size: 14px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: none;
	font-family: "微软雅黑";
	color: #036;
	background-color:#8bd4f2;
}
.layoutcolumn .nav2_left li a:hover {
	display: inline;
	font-size: 16px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: none;
	font-family: "微软雅黑";
	color: #fff;
	background-color:#1C5288;
}

.layoutad1{
	width:1000px;
	margin:0 auto;
	height:165px;
	background:#FFF;
}

/* 文章页 层设置结束*/


/*封底段  层设置开始*/
.footer{
	width:100%;
	margin:0 auto;
	height:100px;
	background:#FFF;
	font-size:12px;
	margin-top:40px;
}
.footer .foot_line{
	width:100%;
	margin:0 auto;
	height:2px;
	background:#2ea0d1;
	float:left;
}
.footer .copyright{
	width:1000px;
	margin:0 auto;
	min-height:40px;
	text-align:center;
	font-size:12px;
	padding-top:10px;
	line-height:20px;
}
/*封底段  层设置开始*/

/*图片轮转新闻  开始*/
	.column1_left { width:493px; margin:0 auto; text-align:center; border:1px solid #CCC; padding:2px;}
	.container {
	width: 493px;
	height: 325px;
	overflow: hidden;
	position: relative;
	background: #000;
}
	.container ul{margin:0;padding:0;-webkit-text-size-adjust: none; font-size:12px}
	.slider li { list-style:none; display:inline; }
	.slider img { width:493px; height:300px; display:block; border:0; }
	.slider2 li { float:left; position:relative;}
	.num { position:absolute; right:180px; bottom:4px; height:20px; _bottom:1px; }
	.num li { float: left; width:21px; height:20px; background:url(./ink0721hui.png) no-repeat center center; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./ink0721hui.png', sizingMethod='crop');
	cursor: pointer; overflow: hidden; }
	.num li.on { background:url(./ink0721hui1.png) no-repeat center center; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./ink0721hui1.png', sizingMethod='crop');
	width:21px; height:20px; }
	.idSiideer_pos{height:27px; line-height:27px; color:#FFF;position:absolute; left:0px; bottom:0px; width:493px; z-index:9; text-align:center; overflow:hidden; font-size:14px;}
	.idSiideer_pos2{height:27px; background:#000; position:absolute; left:0px; bottom:0px; width:493px;filter:alpha(opacity=50);opacity:0.5;}
/*图片轮转新闻  结束*/

/*新闻列表  开始*/
.myNews{
	width:496px; 
	height:320px; 
	position:relative;
	margin:0 auto; 
	float:left; 
	margin-right:10px;	
}

.news_title{ 
	width:456px;	
	height:30px;
	background:url(./bk.jpg) left no-repeat;
	text-align:left;
	padding-left:40px;
	line-height:30px;
	color:#0062C4;
	font-weight:bold;
	
}
.tab_news { width:496px; height:320px; position:relative; float:left; }
/*设置容器高宽等*/

html > body .tab_news { width:498px;}
/*兼容IE6:IE6下宽度不够*/
.tab_news div { position:absolute; top:30px; left:0; width:494px; height:290px;border-bottom: 0px solid #E1E1E1;border-left: 0px solid #E1E1E1;;border-right: 0px solid #E1E1E1;border-top: 0px;}
/*设置容器高宽等*/
.tab_news div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
.tab_news .block { display:block;}
/*选中的容器*/
.tab_news h3 {
	float: left;
	width: 164px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 0;
	font-size: 15px;
	background-color: #E1E1E1;
	text-align: center;
	color: #666;
	font-family: Microsoft YaHei,微软雅黑;
	font-weight: normal;
}
.tab_news h3 span{cursor:pointer;}
/*默认标题样式*/
.tab_news .up { background:#0292cf;color:#fff;}
/*选中的标题样式*/


/*修饰列表内容*/

.tab_news ul { list-style:none; padding:0; height:284px; margin-top:0px; overflow:hidden;}
.tab_news li { margin-left:10px; margin-right:10px; border-bottom:1px  #c6c6c6; height:18px; padding-top:10px; overflow:hidden; font-size:14px;}
.tab_news li a { font-size:14px; text-decoration:none; text-indent:10px; margin-right:10px;width:380px;float:left;display:block;overflow:hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis; -o-text-overflow:ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.tab_news li span{ display:block; float:right; margin-right:5px; color: #bdacb3; }
.tab_news li span a { display:block; float:right; margin-right:5px; color: #bdacb3; text-decoration:none; color:#666;font-size:12px;}
.tab_news li a:link { color: #5a5a5a; text-decoration:none;}
.tab_news li a:visited { color:#5a5a5a; text-decoration:none;}
.tab_news li a:hover { color:#18698c; text-decoration:underline;}
.tab_news li a:active { color:#5a5a5a; text-decoration:underline;}


/*小新闻列表*/
.myNews1{
	width: 376px;
	height: 300px;
	position: relative;
	margin: 0 auto;
	float: left;
	margin-right: 10px;
}

.news_title1{ 
	width:332px;	
	height:30px;
	background:url(./bk.jpg) left no-repeat;
	text-align:left;
	padding-left:40px;
	line-height:30px;
	color:#0062C4;
	font-weight:bold;
	white-space: nowrap;
	margin: 0 auto;
}
.news_title1 span{
	line-height: 30px;
	height: 30px;
	width:50px;
	font-size: 12px;
	float: right;
	margin: 0 auto;
	display: inline-block;
	} 
.news_title1 span a{
	font-size: 12px;
	text-decoration:none;
	color: #333333;
}
.article_title1{ 
	width:978px;	
	height:30px;
	background:url(./bk_article.jpg) left no-repeat;
	overflow:hidden;
	text-align:left;
	padding-left:40px;
	line-height:30px;
	color:#0062C4;
	font-weight:bold;
}
.article_title2{ 
	width:718px;	
	height:30px;
	background:url(./bk_article.jpg) left no-repeat;
	overflow:hidden;
	text-align:left;
	padding-left:40px;
	margin-right:10px;
	line-height:30px;
	color:#0062C4;
	font-weight:bold;
}

.tit_con{
	font-size: 20px;
	font-family: "微软雅黑","黑体";
	line-height: 60px;
	height: 60px;
	text-align: center;
	color: #032E6D;
}
.text_con{
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 25px;
	color: #2B2B2B;
	text-decoration: none;
	}


.tab_news1 { width:376px; position:relative; float:left; }
/*设置容器高宽等*/

html > body .tab_news1 { width:376px;}
/*兼容IE6:IE6下宽度不够*/

.tab_news1 div { position:absolute; top:30px; left:0; width:370px; height:260px;border-bottom: 1px solid #E1E1E1;border-left: 1px solid #E1E1E1;;border-right: 1px solid #E1E1E1;border-top: 0px;}
/*设置容器高宽等*/
.tab_news1 div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
.tab_news1 .block { display:block; }
/*选中的容器*/
.tab_news1 h3 { float:left; width:124px; height:30px; line-height:30px; margin:0 0 0 0; font-size:15px; background-color:#E1E1E1; text-align:center; color:#666; font-family:Microsoft YaHei,微软雅黑;font-weight:normal;}
/*默认标题样式*/
.tab_news1 h3 span{cursor:pointer;}

.tab_news1 .up { background:#0292cf;color:#fff;}
/*选中的标题样式*/
/*修饰列表内容*/
.tab_news1 ul { list-style:none; padding:0; height:300px; margin-top:0px; overflow:hidden;}
.tab_news1 li { margin-left:3px; margin-right:3px; border-bottom:1px  #c6c6c6; height:18px; padding-top:10px; overflow:hidden; font-size:14px;}
.tab_news1 li span{ display:block; float:right; margin-right:1px; color:#bdacb3; }
.tab_news1 li a { display:inline; font-size:14px; text-decoration:none; text-indent:10px; margin-right:10px;width:280px;display:block;overflow:hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis; float:left;}
.tab_news1 li a:link { color: #5a5a5a; text-decoration:none;}
.tab_news1 li a:visited { color:#5a5a5a; text-decoration:none;}
.tab_news1 li a:hover { color:#18698c; text-decoration:underline;}
.tab_news1 li a:active { color:#5a5a5a; text-decoration:underline;}
/*新闻列表  结束*/

/*轮转广告位1 开始*/
#ad_div1{overflow:hidden; cursor:hand;margin:0 auto;width:1000px;height:118px;}
#ad_div1 ul{list-style:none; border:0; padding:0px; margin:0px;}
#ad_div1 li{list-style:none; float:left; border:0; padding:0px; margin:0px;}
#ad_div1 img{border: 0px; padding-left:2px; margin:0px; width:198px; height:118px; display:block; filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9; overflow:hidden;}
#ad_div1 a:hover img{filter:alpha(Opacity=100);-moz-opacity:1.0;opacity: 1.0;}
/*轮转广告位1 结束*/

/*轮转广告位2  开始*/
    #ad2_frame{position:absolute;width:753px;height:100px;overflow:hidden;}
    #ad2_photos img{float:left;width:753px;height:100px; border:0px;}
    #ad2_photos {  position: absolute;z-index:9;  width: calc(753px * 3);/*---修改图片数量的话需要修改下面的动画参数*/  }
    .ad2_play{ animation: ma 10s ease-out infinite alternate;}
    @keyframes ma {
        0%, 33%  {      margin-left: 0px;      }
        34%,66%  {      margin-left: -753px;   }
        67%,100%  {      margin-left: -1506px;  }
    }
/*轮转广告位2  结束*/
.nav-title{
	display: inline-block;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #003366;
	text-decoration: none;
}
.con_title{
	font-family: "微软雅黑";
	font-size: 22px;
	color: #272727;
	text-decoration: none;
	}
.con12{
	font-size: 12px;
	color: #333;
	text-decoration: none;
	}
.link_b12b {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #010101;
	text-decoration: none;
}
.link_b12b:hover {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #ff6c00;
	text-decoration: underline;
}
.link_b12b:active {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #ff6c00;
	text-decoration: underline;
}
.link_b12 {
	font-size: 12px;
	line-height: 20px;
	color: #010101;
	text-decoration: none;
}
.link_b12:hover {
	font-size: 12px;
	line-height: 20px;
	color: #ff6c00;
	text-decoration: underline;
}
.link_b12:active {
	font-size: 12px;
	line-height: 20px;
	color: #ff6c00;
	text-decoration: underline;
}
.link_b13 {
	font-size: 13px;
	line-height: 20px;
	color: #010101;
	text-decoration: none;
}
.link_b13:hover {
	font-size: 13px;
	line-height: 20px;
	color: #ff6c00;
	text-decoration: underline;
}
.link_b13:active {
	font-size: 13px;
	line-height: 20px;
	color: #ff6c00;
	text-decoration: underline;
}
.link_b14 {
	font-size: 14px;
	line-height: 20px;
	color: #010101;
	text-decoration: none;
}
.link_b14:hover {
	font-size: 14px;
	line-height: 20px;
	color: #ff6c00;
	text-decoration: underline;
}
.link_b14:active {
	font-size: 14px;
	line-height: 20px;
	color: #ff6c00;
	text-decoration: underline;
}

.fbt {
	width: 100%;
	background-color: #f0f0f0;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	text-align: left;
}

.fbt span {
	margin-left: 20px;
	color: #003366	;
}

.nr {
	padding: 15px;
	height: 620px;
	overflow: hidden;
}

.nr div {
	text-indent: 2em;
	text-align: left;
	line-height: 35px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 33%;
	height: 100px;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 200px;
	margin: 20px auto;
}
.append-buttons {
	text-align: center;
	margin-top: 20px;
}

.append-buttons button {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #007aff;
	color: #007aff;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 4px;
	margin: 0 10px;
	font-size: 13px;
}

.swiper-slide div {
	width: 100%;
	position: absolute;
	top: 175px;
	background-color: rgba(255,255,255,0.5);
}