@charset "utf-8";
/* CSS Document */

/* CSS重置 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin:0;
       padding:0;
}

body {
	font-size: 14px;
	font-family: "微软雅黑", Tahoma, Arial, SimSun, "宋体", "Microsoft YaHei", SimHei, "黑体";
	background: #fff;
	color: #333;
	-webkit-text-size-adjust: 100%;
	color: #333;
}

ul,
li,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	font-family: "微软雅黑"
}


fieldset,
img {
	border: 0;
	vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal;
}

del,
ins {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
	outline: none;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

textarea {
	resize: none;
}

i,
em,
strong {
	font-style: normal;
}

a {
	text-decoration: none !important;
	color: #333;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*html .clearfix {
	height: 1%;
}

.clearfix {
	*zoom: 1;
}

ul,
li,
ol {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 1110px;
	margin: 0 auto;
}

.header {position: relative;
	height: 145px;
	line-height: 145px;
	overflow: hidden;
}


.logo {
	width: 860px;
}

.logo ul li {
	float: left;
}

.navBar {
	position: relative;
	z-index: 1;
	background: #109ae0;
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.nav {
	width: 1110px;
	margin: 0 auto;
	font-family: "Microsoft YaHei", SimSun, SimHei;
}

.nav .m {
	float: left;
	position: relative;
	border-top: 0;
	border-bottom: 0;
	width: 100px;
}

.nav a:hover {
	text-decoration: underline;
	color: #fff;
}

.nav h3 {
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
	height: 50px;
	overflow: hidden;
}

.nav h3 a {
	display: block;
	color: #fff;
	padding: 0 6px;
	vertical-align: top;
}

.nav .on {
	border-color: #1F7CAF;
}

.nav .on h3 a {
	background: #1086cc;
	color: #fff;
}

.nav .sub {
	display: none;
	/*默认隐藏*/
	width: 100px;
	position: absolute;
	left: 0;
	top: 50px;
	background: #109ae0;
	text-align: center;
}

.nav .sub li {
	vertical-align: middle;
}

.nav .sub li a {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding: 4px 0;
	display: block;
	background: url(images/icon.png) 0 9px no-repeat;
	color: #fff;
}

.nav .sub li a:hover {
	color: #fff;
	text-decoration: underline;
}

.fullSlide {
	width: 100%;
	position: relative;
	height: 400px;
	background: #000;
	overflow: hidden;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 400px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 400px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 13px;
	margin: 1px;
	overflow: hidden;
	background: #000;

	background: url(../img/dy.png) no-repeat;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: url(../img/yuan.png) no-repeat;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 7%;
	z-index: 1;
	width: 39px;
	height: 75px;
	cursor: pointer;
	filter: alpha(opacity=50);


}

.fullSlide .prev {
	background: url(../img/pre.png) no-repeat;
}



.fullSlide .next {
	left: auto;
	right: 6%;
	background: url(../img/next.png) no-repeat;

}

.main {
	width: 1330px;
	margin: 45px auto 50px auto;
	height: 300px;
	overflow: hidden;
}

.main .tzgg {
	width: 440px;


}

.main .tzgg .title {
	height: 37px;
	line-height: 37px;
	background: url(../img/tzgg.png) no-repeat center center;
}

.main .tzgg .more {
	text-align: right;
	border-bottom: 1px solid #337AB7;
	padding-bottom: 10px;
	padding-right: 20px;
}

.main .tzgg .more a {
	color: #337ab7;
	font-size: 15px;
}

.ul {
	margin-top: 5px;
}

.ul li {
	height: 25px;
	line-height: 25px;
	background: url(../img/libg.png) no-repeat left center;
}

.ul li a {
	float: left;
	margin-left: 15px;
	font-size: 15px;
	color: #337ab7;
}
.ul li a:hover{
	color: #23527c;
}
.ul li span {
	float: right;
	font-size: 15px;
	color: #337ab7;
}





.focus {
	width: 440px;
	height: 300px;
	
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}

.focus #pic {
	width: 440px;
	height: 300px;
	overflow: hidden;
	
}

.focus #pic ul {
	width: 1216px;
	height: 300px;
	float: left;
}

.focus #pic li {
	width: 440px;
	height:300px;
	float: left;
	position: relative;
}



.focus #pic li a{
	display: block;
	width: 440px;
	height: 300px;
}

.focus #pic li img {
	width: 440px;
	height: 300px;
	float: left;
}
.focus #pic li a p{
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 65px;
	z-index: 999;
	width: 440px;
	color: #fff;
	font-size: 14px;
}
.focus .tip-bg {
	width: 440px;
	height: 21px;
	
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 12;
}

.focus #tip {
	width: 200px;
	height: 14px;
	position: absolute;
	left: 160px;
	bottom: 40px;
	z-index: 13;
}

.focus #tip ul li {
	width: 14px;
	height: 14px;
	float: left;
	display: inline;
	margin: 0 5px;
	cursor: pointer;
	background: url(../img/dy.png) no-repeat;
}

.focus #tip ul li.on {
	background: url(../img/yuan.png) no-repeat;
}

.focus .btn {
	width: 440px;
	height: 37px;
	position: absolute;

	bottom:130px;
	z-index: 14;
	overflow: hidden;
}

.focus .btn ul {
	width: 100%;
	
}

.focus .btn li {
	width: 20px;
	height: 37px;

	display: inline;

	cursor: pointer;
	overflow: hidden;
}

.focus .btn li.prev {
	background: url(../img/pre.png) no-repeat left top;
	margin-left: 25px;
}

.focus .btn li.next {
	background: url(../img/next.png) no-repeat left top;
	margin-right: 25px;
}


.main .xyxw{
	float: left;
	width: 420px;
	height: 300px;
	overflow: hidden;
}


.main .xyxw .title {
	height: 37px;
	line-height: 37px;
	background: url(../img/xyxw.png) no-repeat center center;
}

.main .xyxw .more {
	text-align: right;
	border-bottom: 1px solid #337AB7;
	padding-bottom: 10px;
	padding-right: 20px;
}

.main .xyxw .more a {
	color: #337ab7;
	font-size: 15px;
}


.main2 {
	width: 1330px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
}

.main2 .jxky{
	width: 440px;
}
.main2 .jxky .title {
	height: 37px;
	line-height: 37px;
	background: url(../img/jxky.png) no-repeat center center;
}

.main2 .jxky .more {
	text-align: right;
	border-bottom: 1px solid #337AB7;
	padding-bottom: 10px;
	padding-right: 20px;
}

.main2 .jxky .more a {
	color: #337ab7;
	font-size: 15px;
}


.main2 .djgz{
	width: 440px;
	margin-left: 15px;
	margin-right: 15px;
}
.main2 .djgz .title {
	height: 37px;
	line-height: 37px;
	background: url(../img/djgz.png) no-repeat center center;
}

.main2 .djgz .more {
	text-align: right;
	border-bottom: 1px solid #337AB7;
	padding-bottom: 10px;
	padding-right: 20px;
}

.main2 .djgz .more a {
	color: #337ab7;
	font-size: 15px;
}





.main2 .xsgz{
	width: 420px;
	
}
.main2 .xsgz .title {
	height: 37px;
	line-height: 37px;
	background: url(../img/xsgz.png) no-repeat center center;
}

.main2 .xsgz .more {
	text-align: right;
	border-bottom: 1px solid #337AB7;
	padding-bottom: 10px;
	padding-right: 20px;
}

.main2 .xsgz .more a {
	color: #337ab7;
	font-size: 15px;
}

.footer{
	text-align: center;
	width: 100%;
	height: 84px;
	background-color:#109ae0;
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
}

.footer .fdlinke{
	
	overflow: hidden;
	width: 1320px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 10px;
	
}

.footer .fdlinke  a{
	color: #fff;
	margin-left: 5px;
}
.footer .fdlinke  a:hover{
	color: #ccc;
}

.list{
	width: 1110px;
	margin: 30px auto;
	
}
.list ul{
	min-height: 300px;
}
.list ul li{
	height: 35px;
	line-height: 35px;
	background: url(../img/libg.png) no-repeat left center;
}
.list ul li a{
	font-size: 16px;
	color: #337ab7;
	margin-left: 20px;
	
}
.list ul li a:hover{
	color: #23527c;
}

.content{
	width: 1260px;
	margin: 50px auto;
	min-height: 100px;
       overflow:hidden;
}
.content h1{
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
margin-left:0px !important;
}
.content h2{
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
.content p{
	text-indent: 2em;
	line-height: 40px;
	text-align: left;
	margin-top: 20px;
	font-size: 18px;
}
.piclist{
	width: 1110px;
	min-height: 1000px;
	margin: 45px auto;
}
.piclist ul li{
	width: 100%;
	height: 215px;
	background-color: #109ae0;
		
	margin-top: 5px;
}
.piclist ul li a{
	display: block;
	width: 1110px;
	height: 210px;
	color: #fff;
}
.piclist ul li .img{
	width: 157px;
	height: 210px;
	overflow: hidden;
	margin:3px;
}
.piclist ul li .img img{
	width: 157px;
	height: 210px;
	overflow: hidden;
}
.piclist ul li .rt{
	width: 880px;
	margin: 25px 25px 25px 40px;
	
}
.piclist ul li .rt h1{
	font-size: 25px;
	font-family: "microsoft yahei";

	
}
.piclist ul li .rt h2{
	font-size: 18px;
	margin: 20px 0 ;
	font-family: "microsoft yahei";
}
.piclist ul li .rt h4{
	font-size: 15px;
	font-family: "microsoft yahei";
}