﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
    color:#000000;
	text-align:left;
	font-family: "微软雅黑";
	font-size:12px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover{
	text-decoration:none;
	color:#000000;
}
a img {
	border:0;
}
img {height: auto; width: auto\9; width:100%;} 
ul {
	list-style:none;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	margin:0px;
}
em{ font-style:normal;}

.top{float: left; width:96%;height:auto; padding-left:2%;}
.logo{float: left; width:83%; height: auto;}

.nav{float: right; width:7%; height:auto;margin-top:6%;}
.fr{width: 100%; float: right; height:auto;}
#left-menu{float: right; width: 100%; text-align: right; height: auto; }
#sidr-left{ height: 100%; background: url(../images/00.png) left top repeat; position: fixed; z-index: 666;  top: 0; width: 150px; overflow: hidden; display: none;}
#sidr-left ul{ padding-top: 20px;}
#sidr-left a{ display: block; border-bottom:1px #666666 solid; height: 40px; line-height: 40px; padding-left: 5px; color: #FFFFFF; padding: 0 25px; font-size: 15px;}

/*  FlexSlider幻灯片  开始  */
.bx_banner{float: left;width:100%;height:auto;}
.banner{float: left; width: 100%;height:auto;}
.flexslider {
	position: relative;
	clear:both;
}
/*幻灯片标题*/
 .flex-caption {
	width:100%;
	padding:3px 0px;
	position: absolute;
	bottom: 3px;
	top:3px;
	color: #fff;
	text-align: right;
	font-size: 14px;
	line-height: 22px;
	height:22px;
	max-width:640px
}
/* FlexSlider Necessary Styles*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0px 0 2px;
	background: #fff;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 337px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */

.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter:alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
/* Pause/Play */

.flex-pauseplay a {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 5px;
	left: 8px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 16px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
/* Control Nav */

/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}*/

.flex-control-nav {
	width: 100%;
	position:absolute;
	bottom:5px;
	margin:0px;
	text-align: center;
	border:0px dashed red;
}
.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 5px;
	height: 5px;
	display: block;
	background: #999;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
	background: #666;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 4px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 20%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/*===FlexSlider幻灯片  结束===*/

.box1{float:left; width:100%; padding: 3% 0px; border-bottom: 1px solid #e9e9e9;}
.box1_text{float:left; width:94%; height: auto; margin-left: 3%;}
.box1_a{float: left; width:20%; margin: 0px 2.5%;}
.box1_a img{float: left; width: 84%; height: auto; margin-left: 13%; }
.box1_a span{float: left; width: 100%; font-size: 15px; color: #333333; height: 50px; text-align: center; line-height: 35px;}

.box2{float:left;width:100%;margin-top:6%;}
.box2_title{float:left;width:100%; height:44px; line-height:40px; background: url(../images/9.png) center center no-repeat; background-size: 100%; text-align: center;}
.box2_title a{color: #0264e5; font-size: 20px;}


.box2_text{float:left;width:100%; height: auto;}
.box2_text span{float:left;width:100%; height: auto; padding: 2% 0px; line-height: 30px; color: #333333; font-size: 16px;}
.box2_text a{float:left;width:100%; height: auto; text-align: center; margin-top: 3%;}
.box2_text img{width: 25%;height: auto;}


.box3{float:left;width:100%;margin-top:6%; padding-bottom: 6%; border-bottom: 11px solid #e9e9e9;}
.box3_text{float: left; width: 100%; height: auto; margin-top: 2%;}
.box3_text a{float: left; width: 96%; padding-left: 2%; height: auto; font-size: 15px; line-height: 30px; color: #666666; background:url(../images/11.jpg) left center no-repeat; padding-left: 18px;}

.box4{float:left; width:100%; height: auto;}
.box4_a{float:left; width:100%; height: auto; border-bottom: 1px solid #e5e5e5; padding: 4% 0px; text-align: center;}
.box4_a img{width: 48%;}
.box4_a span{color: #999999;float:left; width:100%;font-size: 13px; height: auto; text-align: center; margin-top: 2%;}
.box4_b{float:left; width:100%; height: 135px;font-size: 13px; padding: 3% 0px; padding-bottom: 7%; color: #999999; line-height: 25px; text-align: center;}
.box4_b a{color: #999999 !important;}

.foot{float:left; width:100%; height:auto; background: #0264e5; position:fixed; bottom: 0;}
.foot ul li{float:left; width: 24%; height: auto; text-align: center; border-left: 1px solid #3583ea;padding: 1% 0px;}
.foot ul li a{float:left; width: 100%;color: #ffffff; font-size: 14px; padding: 1% 0px; padding-bottom: 0px; }
.foot ul li img{width: 24%; height: auto;}

.ab_text{float: left; width: 100%; height: auto; margin-top: 3%; padding-bottom: 30%;background: #fff}

.fl{float: left;width:100%; height:auto; line-height:35px;}
.fl ul li{float: left; width: auto !important; min-width:23%; margin: 1% !important; height: auto; text-align: center; background: #3a80e2;}
.fl ul li a{font-size: 16px; color: #FFFFFF;}

.ab_ttt{float: left; width: 98%; margin-left: 1%; height:auto; padding: 5% 0px;  line-height:30px; color: #333333; font-size: 16px;}
.posation{float: left; width: 98%;margin-left: 1%; height: 40px; color: #999999; line-height: 40px; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;overflow: hidden; margin-top: 5%;}
.posation img{float: left; width:8%; height: auto; }
.posation span{float: left; width:auto; height: auto; font-size: 14px;}

.news_ttt{float: left; width: 100%; height: auto; margin-top: 5%;}
.news_ttt ul li{float: left; width: 95%; height: auto; line-height: 40px; padding-left: 5%; background: url(../images/11.jpg) left center no-repeat;}
.news_ttt ul li em{float: left;width: 75%; color: #333333; font-size: 16px;}	
.news_ttt ul li span{float: right; width: 25%; height: auto; font-size: 14px;}
.news_ttt ul li img{float: right; width: 100%;height: auto; margin-top: 5px;}

.news{float: left; width: 100%; height: auto;}
.news_title{float: left; width: 100%; height: auto;}
.news_title span{float: left; width: 100%; height: auto;color: #333333; font-size: 19px; line-height: 35px; padding: 15px 0px; text-align: center;}
.news_title em{float: left; width: 100%; height: 35px; line-height: 35px; background: #fbfbfb; text-align: center;font-size: 14px;}
.news_text{float: left; width: 100%; height: auto; padding-bottom: 100px; line-height: 30px;color: #333333; font-size: 16px; margin-top: 20px;}

.search_ttt{float: left; width: 100%; height: auto;margin-top: 30px; padding-bottom: 100px;}
.search{float: left; width: 100%; height: auto;}
.in1{float: left; width: 90%; height: 50px; line-height: 50px; border: none; background: #f3f3f3; padding-left: 10%; color: #999999; font-size: 16px;}
.in2{float: left; width: 70%; height: 45px; margin-left: 15%; border-radius: 4px !important;  margin-top: 20px; line-height: 45px; border: none; background: url(../images/0000.jpg) center center no-repeat !important;background-size:100% !important; text-align: center; color: #FFFFFF; font-size: 18px;}
.in3{float: left; width: 70%; height: 45px; margin-left: 15%; border-radius: 4px !important;  margin-top: 20px; line-height: 45px; border: none; background: #7eb3f9 !important; text-align: center; color: #FFFFFF; font-size: 18px;}

.news_fl{float: left; width: 98%; height: auto; margin-left: 1%;}
.news_fl ul li{float: left; width: 94%; height: 35px; margin-top: 15px; line-height: 35px; padding-left: 5%; background: url(../images/19.jpg) left center no-repeat; background-size: 100%;}
.news_fl ul li:nth-child(2n){background: url(../images/20.jpg) left center no-repeat; background-size: 100%;}
.news_fl ul li a{color: #333333; font-size: 16px; width: 100%; float: left;}


.news_fl0{float: left; width: 98%; height: auto; margin-left: 1%;margin-top: 20px;}
.news_fl0 ul li{float: left; width: 44%; height:auto;   padding:1% 3%; }
.news_fl0 ul li span{float: left; width: 100%; height: auto; line-height: 35px; text-align: center; color: #333333; font-size: 16px;}
.news_fl0 ul li img{float: left; width: 100%; height: auto; border: 1px solid #d5d5d5;}





.search_title{float: left; width: 100%; height: auto; padding: 10px 0px; font-size: 20px; color: #000000; text-align: center;}
.search_text{float: left; width: 100%; height: auto; margin-top: 10px;}
.search_text span{float: left; width: 95%; height: 35px; line-height: 35px;  padding: 10px 0px;padding-left: 5%; background: #f3f3f3; font-size: 16px; margin-top: 10px; color: #000000;}

.search_title1{float: left; width: 100%; height: auto; padding: 30px 0px; font-size: 20px; color: #ff0202; text-align: center;}
.search_text1{float: left; width: 98%; margin-left: 2%; height: auto; line-height: 30px; color: #000000; font-size: 16px;}

.bd{float: left; width: 100%; height: auto;padding: 30px 0px;}
.bd ul li{float: left; width: 100%; height: auto; margin-top: 5px;}
.bd ul li em{float: left; width: 32%; height:auto; line-height: 25px; padding-top: 10px; padding-bottom: 10px; text-align: right;font-size: 15px;}
.bd ul li span{float: left; margin-left: 1%; width: 65%; height:auto; line-height: 40px; border-bottom: 1px solid #000000 !important;}
.in4{float: left;outline:none; width: 98%; height: 38px;line-height: 38px; background: none; border: none; padding-left: 2%;}
.checked{float: left; width: 20px; height: 20px; margin-left: 10px;}
.bd a{float: left; width: auto; line-height: 25px; height: auto;font-size: 14px;margin-left: 5px;}

.bd1{float: left; width: 100% !important; height:auto; line-height: 25px; padding-top: 20px !important; padding-bottom: 0px !important; text-align: center !important;font-size: 15px;}







.pag{float:left; width:100%;  height:97px;line-height:90px; text-align:center; margin-top: 30px; font-size:14px; color:#333333; border-top: 1px dashed #cccccc;}
.pag a {
    text-decoration: none;
    color: #666666;
    padding: 5px 10px 5px 10px;
    background-color: #eeeff3;
    margin-right: 5px;
    margin-left: 5px;
}
.pag span {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #1169b0;
}
.pag a:hover{background-color:#1169b0;color: #fff !important;}
.pag a:visited {
    text-decoration: none;
    color: #666666;
}
.pag a:link {text-decoration: none;color: #666666;}








/* 最终页 */
.end{width:96%; margin:10px 2%; margin:0 auto;}
.end p{font-size:16px; line-height:24px; width:100%; float:left}
.end_title{width:100%; text-align:center; font-size:16px; height:35px; line-height:35px; border-bottom: dashed 1px #CDCDCD;  font-weight:bold; margin-bottom:5px;}
.end_num{width:100%; text-align:center; font-size:13px; color:#666; padding:3px 0;}
.end_time{width:38%; text-align:left; font-size:13px; color:#666; float:left; padding:3px 2.5%;}
.end_con{width:100%;}
.end_con img{width:100%}
.end_con p{text-indent:2em; font-size:14px; margin-top:10px; line-height:20px;}


