body {
	color: #000
}
* {
	padding: 0;
	margin: 0
}

li,ul {
	list-style: none
}

a{
	 text-decoration:none;
	color: #000;
}

.clear {
	clear: both
}



.header{
	width:100%;
height:150px;

}
.top{
	width:100%;
	height:150px;
	background-color:#143A6A;
	float: left;
	
}
.box {
	background-color:white;
	width: 100%;
	height: 50px;
	
}
.nav{
	width:1300px;
	margin:0 auto;
}			
.nav,
.tnav {
	list-style: none;
	padding: 0px;
	text-align: center;
	position: relative;
	z-index: 999;
}
.nav li {
	float: left;
	width:110px;
}
.nav li a{
	display: inline-block;
	height: 50px;
	width:110px;
	line-height: 50px;
	color: black;
	font-size: 18px;
}

.tnav li{background-color:#3B5D9D;width:110px;}
.tnav li a{
	height: 50px;
	line-height: 50px;
	width:110px;
	color: #FFFFFF;
	font-size:16px;
}
.nav li a:hover {
	background-color:#0168B5;
	
}
.tnav{
	display: none;
	background-color: #aaaaaa;
	position: absolute;
	
}
.tnav li {
	float: none;
}
.nav li:hover .tnav{
	display: block;
}

.tnav1 li{background-color:#3B5D9D;width:220px;}
.tnav1 li a{
	height: 50px;
	line-height: 50px;
	width:110px;
	color: #FFFFFF;
	font-size:16px;
}

.tnav1{
	display: none;
	background-color: #aaaaaa;
	position: absolute;
	
}
.tnav1 li {
	float: none;
}
.nav li:hover .tnav1{
	display: block;
}



* {
    margin:0;
    padding:0;
  }
  a{
    text-decoration: none;
  }
  .container {
    position: relative;
    width: 1520px;
    height: 400px;
    margin:1px auto 0 auto;
    box-shadow: 0 0 5px rgb(180, 182, 180);
    overflow: hidden;
  }
  .container .wrap {
    position: absolute;
    width: 10640px;
    height: 400px;
    z-index: 1;
  }
  .container .wrap img {
    float: left;
    width: 1520px;
    height: 400px;
  }
  .container .buttons {
    position: absolute;
    right: 5px;
    bottom:30px;
    width: 120px;
    height: 10px;
    z-index: 2;
  }
  .container .buttons span {
    margin-left: 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(211, 212, 211);
    text-align: center;
    color:white;
    cursor: pointer;
  }
  .container .buttons span.on{
    background-color: rgb(151, 150, 150);
  }
  .container .arrow {
    position: absolute;
    top: 40%;
    color: rgb(179, 182, 179);
    padding:0px 15px;
    border-radius: 50%;
    font-size: 50px;
    z-index: 2;
    display: none;
  }
  .container .arrow_left {
    left: 10px;
  }
  .container .arrow_right {
    right: 10px;
  }
  .container:hover .arrow {
    display: block;
  }
  .container .arrow:hover {
    background-color: rgba(0,0,0,0.2);
       margin-top:50px;
  }
  






.main{
	width: 1170px;
	height: 1360px;
	padding: 10px;
    margin:1px auto;
    
    //overflow: hidden;
}

.main_content{
	width: 1130px;
	height: 1340px;
	margin: 5px;
	padding: 5px 10px;
}
.content_top,
.content_bottom{
width: 1130px;
float:left;
}
.content_title{
	width: 74px;
	height: 36px;
	padding: 0px 25px;
	background-color: #143A6A;
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
text-align:100px;
}
.content_ul{
	width: 330px;
	height: 340px;
	margin:10px;
	padding: 0px;
	background-color: #FAFAFA;
	float: left;
	color: #fff;
	font-size: 22px;
	
}


.content1{
	width: 365px;
	height: 405px;
	border: 1px solid rgb(20,58,106);
	margin: 20px 4px;
	float: left;
}

.news_img{
	width: 330px;
	height: 340px;
	margin: 10px;
	//border: 1px solid rgb(20,58,106);
	float: left;
        margin-top: 10px;
        background-color: white;
}
.news{
	width: 365px;
	height: 405px;
	//margin: 2px 4px;
	float: left;
}
.content2{
	width: 365px;
	height: 405px;
	margin: 20px 4px;
	float: left;
}









* {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer1 a:link{
	color: #fff;
	text-decoration:none;
}
#footer1 a:visited{
	color: #fff;
	text-decoration:none;
}
#footer1 a:hover{
	color: yellow;
	text-decoration:none;
}
#footer1{
	background-color:#143A6A ;
	width:100%;
	height:250px;
	color: #fff;
}
.f_foot{
width: 1170px;
height: 250px;
margin: 0 auto;}
   
.f_left1{
	margin-top: 40px;
	margin-left:0px;
	float:left;
	width:200px;
	  line-height: 28px;
}
.f_left2{
	margin-top: 40px;
	float:left;
	width:220px;
	  line-height: 28px;
}
.f_mid{
	margin-top: 40px;
	float:left;
	width:410px;
}
.f_right{
	margin-top: 40px;
	float:left;
	width:340px;
	  line-height: 26px;
}
#footer2{
	background-color: #143A6A;

	width:1520px;
	height:20px;
	color: #fff;
}
.foot_title{
	font-size: 17px;
    height: 32px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}
.foot_text{
	line-height: 28px;
}
/*footerend
