body{
    background: #fafafa;
}
.header {
    height: 80px;
    background: #ffffff;
}

.header ul li a {
    line-height: 80px;
}

.header .logo {
    margin: 18px auto;
}

.header .denglu {
    margin-top: 25px;
}

.banner {
    width: 100%;
    height: 610px;
    background: url(../img/jpg/bj1.jpg) no-repeat;
    min-width: 1200px;
    display: flex;
    justify-content: center;
}

.bnner-box {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.banner-t {
    font-family: MyriadPro-Regular;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.2;
    margin-top: 214px;
}

.bt_z {
    font-family: SourceHanSansCN-Bold;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 19px;
}

.bnner-box span {
    display: block;
    width: 70px;
    height: 2px;
    background: #f6aa15;
    margin-top: 19px;
}

.bnner-box p {
    width: 628px;
    height: auto;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 29px;
}
.nav{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    background: #ffffff;
}
.nav ul{
    width: 1200px;
    margin: 0 auto;
}
.nav ul li{
    float: left;
    width: auto;
    margin-right: 53px;
}
.nav ul li a{
    display: block;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 1px;
	color: #666666;
}
.nav_on{
    color: #0053a6 !important;
    border-bottom: 1.5px solid #0053a6;
}
.nav_text{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.nav_tit{
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #0053a6;
    margin-top: 49px;
}
.nav_p{
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
    margin-bottom: 30px;
    margin-top: 10px;
}
.img_1{
    width: 100%;
}
.nav_con{
    width: 1140px;
	height: auto;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
    margin: 0 auto;
    background: #ffffff;
    padding:30px;
}
.nav_con p{
    text-indent: 2em;
    margin-bottom: 15px;
}
.news{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 80px;
}
.news_list{
    width: 380px;
	height: 206px;
	background-color: #ffffff;
	box-shadow: -3px 2px 16px 0px 
		rgba(52, 52, 52, 0.16);
        float: left;
}
.news_top{
    width: 340px;
	height: 41px;
    border-bottom: 1px solid #e5e5e5;
    margin:  0 auto;
}
.news_top span{
    display: block;
    height: 100%;
    width: 65px;
    border-top: 2.5px solid #0053a6;
    line-height: 41px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    float: left;
}
.news_top a{
    display: block;
    float: right;
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 41px;
	letter-spacing: 0px;
	color: #999999;
}
.news_list ul{
    width: 340px;
	height: auto;
    margin:  0 auto;
}
.news_list ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_list ul li span{
    display: block;
}
.news_list ul li .news_name{
    float: left;
}
.news_list ul li .news_time{
    float: right;
}
.news_list ul li .news_name a{
    display: block;
    width: 247px;
	height: auto;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}
.news_list ul li .news_time a{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
}