*{
	margin: 0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
}
html{
	/*font-size: 62.5%;*/
}
a{
	text-decoration: none;
    color: #3c3c3c;
}
.container{
	width: 100%;
	height: auto;
	background:#fff;
}
.header{
	background:url('../images/footer_bg.jpg');
	width: 100%;
	height: 100px;
}
.headerf{
	    width: 1200px;
    	margin: 0 auto;
}
.logo{
	background:url('../images/logodw.png');
	background-repeat:no-repeat;
	width: 66%;
	height: 75px;
	float: left;
	margin-top: 10px;
}
.search{
	float: right;
	padding-top: 35px;
}
.nav{
	width:100%;
	max-width: 1200px;
	height:48px;
	margin:0 auto;
}
.navs{
	width:100%;
	max-width: 1200px;
	margin:0 auto;

}
.navs li{
	font-weight: bold;
	float:left;
	width:14%;
	height:48px;
	line-height:48px;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	z-index:20000;
	position:relative;
}
.navs li a {
	color: #103868;
}

.navs li:hover{
	color:#fff;
}
.navss{
	top:48px;
	left:20px;
	z-index:20000;
	display:none;
}
.navss li{
	font-weight: normal;
	width:170px;
	background:url('../images/nav1sbj.png');
	z-index:20000;
	transition: all 0.4s ease-out;
	position:relative;
}
.navss li:hover{
	/*background:url('../images/navlibj2.png');*/
}
.navss li a{
	width:100%;
	height:100%;
	display:block;
	color: #fff;
}
.navss li a:hover{
	color:#103868;
}
.navss2{
	position:absolute;
	left:170px;
	top:0px;
	display:none;
}
.navss li:hover .navss2{
	display:block;
}
.banner {
  width: 100%;
  height: 460px;
  /*background-size: cover;*/
  padding-left: 0px;
  
}
.bannerleft {
  width: 100%;
  height:460px;
}
.yjly {
  width: 100%;
  height: 560px;
  background-size: contain;
  background: #f1f1f1;
  overflow: hidden;
}
.zxfb{
  width:1200px;
  margin:0 auto;
}
.zxfbhf{
  width:1200px;
  height:80px;
  margin:0 auto;
  margin-top:10px;
}
.zxfbh{
  width:200px;
  height:50px;
  line-height:50px;
  font-size:20px;
  color:#103868;
  margin:0 auto;
  border-radius:10px;
  margin-top:30px;
  text-align:center;
  font-weight:bold;
  float:left;
  margin-left:500px;
}
.xmore{
  float:left;
  font-size:16px;
  line-height:40px;
  margin-top:36px;
  margin-left:20px;
}
.xmore a{
  color:#114984;
}
.zxfbb{
  width:100%;
  height:440px;
  /*border:2px solid #108cda;*/
  border-radius:20px;
}
.zxfbbc{
  width:340px;
  margin:20px 30px;
  height:410px;
  /*background:#eee;*/
  float:left;
}
.zxfbbcb{
  width:100%;
  height:auto;
  line-height:30px;
  font-size:16px;
  font-weight:bold;
  color:#333;
  margin-top:10px;
}
.zxfbbcb a{
  color:#333;
}
.zxfbbcb a:hover{
  color:#108cda;
}
.zxfbbcn{
  width:100%;
  height:100px;
  line-height:30px;
  font-size:14px;
  color:#666;
}
.tabListA{
	width: 100%;
	height: 580px;
	overflow: hidden;
}
.tabList{
	width: 1200px;
	margin: 0 auto;
}
.tabListLeft{
	width: 570px;
    overflow: hidden;
    float: left;
}
.noticeList{
	width: 100%;
    overflow: hidden;
}
.noticeList li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 26px;
}
.noticeList li .date{
	width: 48px;
    height: 42px;
    margin-top: 24px;
    float: left;
    background: url("../images/date.png") no-repeat center center;
}
.noticeList li .date strong{
	width: 48px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
}
.noticeList li .date i{
	font-style: normal;
    width: 48px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    color: #646464;
    display: block;
    margin-top: 3px;
}
.noticeList li .date1{
	width: 48px;
    height: 42px;
    margin-top: 24px;
    float: left;
    background: url("../images/date1.png") no-repeat center center;
}
.noticeList li .date1 strong{
	width: 48px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
}
.noticeList li .date1 i{
	font-style: normal;
    width: 48px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    color: #646464;
    display: block;
    margin-top: 3px;
}
.noticeCon {
    margin-left: 66px;
    padding-top: 16px;
}
.noticeCon h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.noticeCon h3 a {
    color: #014fa7;
}
.noticeCon p {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
}
.tabListLeftTitle{
	text-align: center;
	font-size: 20px;
	color: #103868;
	font-weight: bold;
	margin-top: 35px;
}
.xmore1{
	float: right;
	font-size: 16px;
	font-weight: normal;
	margin-right: 20px;
	margin-top: 4px;
}
.xmore1 a{
	color: #114984;
}
.tabListRight{
	width: 550px;
    overflow: hidden;
    float: right;
}
.noticeList li{
    overflow: hidden;
}
.noticeList li span{
	float: left;
    color: #1C86EE;
}
.ggh{
	float: left;
	width: 550px;
	height: 20px;
	margin-top: 4px;
	/*display: block;*/
}

.footer{
	overflow: hidden;
	width: 100%;
	height: 55px;
	background-color: #103868;
}
.footer1{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.yqlj{
	color: #fff;
	float: left;
	font-size: 20px;
	margin:15px 0px 0px 0px;
}
.yqljl{
	width: 1200px;
	margin-left: 100px;
	padding-top: 8px;
}
.yqljl li{
	float: left;
	margin-top: 10px;
	margin-right: 5%;
}
.yqljl li a{
	color: #fff;
}
.yqljl li a:hover{
	color: #108cda;
}
.footer2{
	height: 130px;
	width: 100%;
	line-height: 130px;
	text-align: center;
	background-color:#d9dae3;
	color: #103868;
}
.footer2 span{
	font-size: 14px;
}
.footer2 strong{
	margin: 0 25px;
}
.wei{
	width: 180px;
	height: 130px;
	background: url("../images/erweima.jpg") right no-repeat;
	background-size: 100px 100px;
	float: right;
	margin: 0px 8% 0px -6%;
	text-align: left;
	color: #103868;
}

.tzka1 {
  width: 100%;
  height: 90px;
  margin-bottom: 20px;
  
  overflow: hidden;
  cursor: pointer;
}
.tzka1 span{
  font-size: 15px;
  color: #999;
}
.span1{
float: left;
  width: 360px;
}
.span2{
float: left;
}
.tzka1 a{
	color: black;
}

.tzkarq {
  height: 45px;
  width: 65px;
  float: left;
  border: 1px solid #103868;
}
.tzkarq1 {
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background-color: #103868;

}
.tzkarq2 {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #103868;
  
}




@media screen and (max-width: 1400px) {
	.wei span{
			display: none;
		}
	@media screen and (max-width: 1200px) {
		.container{
			width: 1200px;
			height: auto;
		}
		body{
			width: 1200px;
		}
		html{
			width: 1200px;
		}
		
	}
}