.header_nav2 {
    /* background: url(../images/index/header_bg.jpg) no-repeat center!important; */
    background-color: #3860f4;
    box-shadow: 0px 0px 20px 0px rgb(0 46 198 / 80%);
    transition: all 0.5s;
}
.w900{
    width: 900px;
    margin: 0 auto;
    text-align: center;
}
.w1030{
    width: 1030px;
    margin: 0 auto;
}

.bread span{
	font-size: 18px;
	line-height: 48px;
	color: #666666;
}
.bread span.ac{
    color: #192437;
    font-weight: bold;
}
.title-block{
margin-bottom: 50px;
}
.title-block h1{
    font-size: 30px;
	/* line-height: 48px; */
	letter-spacing: 0px;
	color: #0b0f1a;
    margin: 0px;
}
.title-block .time{
    font-size: 20px;
	line-height: 48px;
	color: #666666;

}

.text-cont p{
    font-size: 18px;
    color: #666666;
    text-align: justify;
}
.text-cont img{
    width: 584px;
    font-size: 18px;
    color: #666666;
    margin: 38px auto;
}
.new_info{
    /* padding-bottom:132px */
}

.dw.left {
    left: 0;
    top: 0px;
    height: 100%;
    width: 316px;
    background: url(../images/index/dw_left.png) no-repeat top;
}
.dw {
    position: absolute;
}
.dw.right {
    right: 0px;
    top: 0px;
    height: 100%;
    width: 385px;
    background: url(../images/index/dw_right.png) no-repeat left;
}

body {
    position: relative;
    /* overflow-x: hidden; */
}
.footer {
    z-index: 99;
    position: relative;
}



.new_info .btn a {
    font-size: 16px;
    color: #212d65;
}

.new_info .btn a span {
    font-size: 16px;
    color: #555555;
}

.xgnr{
    padding: 50px 0px;
    border-top: 1px solid #dcdcdc;
}
.xgnr .w1200{
    width: 1200px;
    margin: 0 auto;
}

.xgnr h4 {
    font-size: 16px;
    color: #212d65;
    font-weight: 700;
    margin-bottom: 20px;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, 
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.xgnr ul li a {
    width: 33.33%;
    float: left;
    font-size: 14px;
    color: #555555;
    line-height: 30px;
}
.xgnr ul li i {
    color: #ffd100;
}
.text-cont {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 60px;
}