
body {
    background: #F2F2F2;
}
.banner {
    width: 100%;
	margin-top: 90px;
}

.banner img {
    width: 100%;
}

.tout {
    width: 100%;
    height: 175px;
    padding: 40px 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: -30px;
}

.tt-img {
    width: 115px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #999999;
    margin-right: 25px;
    padding-right: 20px;
}

.tt-img img {
    width: 100%;
    height: 100%;
}

.tt-tex {
    flex: 1;
    width: 0;
    padding: 0px 30px;
}

.tt-tex .tt-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #ff1d3d;
}

.tt-tex .tt-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.tt-tex .tt-box p {
    width: 31%;
    font-size: 14px;
    color: #333333;
}

.cont {
    width: 100%;
    height: 416px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.fw-box {
    width: 531px;
    height: 416px;
    padding: 20px;
    background-color: #ffffff;
}


.fw-title h1{font-size: 32px;font-weight: 400;text-align: center;margin: 0 auto;}
.fw-title h1 span{position: relative;}
.fw-title h1 span::before{content: "";position: absolute;width: 66px;height: 12px;bottom: 35%;left: -3em;background: url(../image/jian.png) no-repeat;}
.fw-title h1 span::after{content: "";position: absolute;width: 66px;height: 12px;bottom: 35%;right: -3em;background: url(../image/jian.png) no-repeat;transform: rotate(180deg);}

.fw-list {
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fw-item {
    width: 148px;
    padding-top: 10px;
    background-color: #e5f6ff;
    display: flex;
    align-content: center;
	justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.fw-item .fw-img {
    width: 68%;
    display: flex;
    justify-content: center;
}


.fw-item p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #0975da;
    padding-top: 5px;
}

.zx-box {
    width: 653px;
    height: 416px;
    background-color: #ffffff;
    padding: 20px;
}

.zx-list {
    width: 100%;
    padding-top: 30px;
	text-indent: 2em;
    font-size: 16px;
    line-height: 32px;
}

.zx-item {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #dfdfdf;
}

.zx-item h1 {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
    background: url("../image/dian.png") no-repeat left center;
}

.zx-item p {
    padding-left: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #636363;
    padding-top: 4px;
}

.zc-cont {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 20px;
}

.zc-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-bottom: 4px solid #0975da;
}

.zc-title h1 {
    font-size: 28px;
    color: #333333;
    opacity: 0.8;
}

.zc-title a {
    font-size: 16px;
    color: #0975da;
    opacity: 0.8;
}

.zc-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zc-item {
    width: 387px;
    height: 206px;
    background-color: #ffffff;
    box-shadow: 0px 2px 16px 0px
    rgba(65, 63, 63, 0.09);
    padding: 30px 20px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.zc-item h1 {
    width: 100%;
    font-size: 20px;
    color: #333333;
}

.zc-item p {
    width: 100%;
    font-size: 18px;
    color: #cccccc;
}

.ry-bgc {
    width: 100%;
    height: 586px;
    background: url("../image/rongyubgc.png") no-repeat;
    background-size: 100% 100%;
}

.ry-cont {
    width: 100%;
    padding: 50px 0;
}

.ry-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.ry-title h1 {
    font-size: 28px;
    color: #ffffff;
}

.ry-title  a {
    font-size: 18px;
    color: #ffffff;
}



.ry-list img {
    object-fit: cover;
}

.wj-cont {
    width: 100%;
    height: 480px;
    background: url("../image/xiazaibgc.png") no-repeat top center;
    background-size: 100% auto;
    margin-top: 50px;
    padding: 30px;
}

.wj-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wj-title h1 {
    font-size: 28px;
    color: #ffffff;
}

.wj-title  a {
    font-size: 18px;
    color: #ffffff;
}

.wj-list {
    width: 100%;
    height: 387px;
    background-color: #ffffff;
    box-shadow: 0px 2px 16px 0px
    rgba(65, 63, 63, 0.09);
    margin-top: 30px;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.wj-item {
    width: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    height: 25px;
}

.wj-item p {
    flex: 1;
    width: 0;
    padding-left: 25px;
    background: url("../image/word.png") no-repeat left center;
    background-size: 18px 18px;
}

.wj-item span {
    font-size: 12px;
    color: #999999;
    margin-left: 50px;
    margin-right: 20px;
}

.wj-item a {
    font-size: 14px;
    color: #0975da;
}

.video {
    width: 100%;
    padding: 50px 0;
}

.video-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.video-item {
    width: 381px;
}

.video-img {
    width: 100%;
    height: 226px;
    border-radius: 3px;
}

.video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-title {
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    color: #0c4da2;
    font-weight: bold;
}

.video-tex {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    font-size: 18px;
    color: #333333;
    padding: 0 10px;
}

.unusedbox{position: fixed;width:456px;background:RGBA(242,113,47,0.9);top:110px;left: 0;z-index: 9999;padding:20px 0;}
.unusedbox p{color:#fff;font-size: 24px;line-height: 1.8;}
.unusedbox .main{padding:0 40px;position: relative;}
.unusedbox .content{text-indent: 2em;}
.unusedbox .content .date{overflow: hidden;}
.unusedbox .date span{float:right;}
.unusedbox p .red{color:#f00;}
.unusedbox p  a{color:#6f0;text-decoration: underline;}
.unusedbox .linksbox{position: absolute;width:100%;left: 0;bottom: -20px;text-align: center;}
.unusedbox .linksbox a{display: inline-block;color:#fff;border:1px solid #fff;border-radius: 6px;padding:0 15px;margin-right:5px;text-decoration: none;}
.unusedbox .unclose{position: absolute;top:10px;right: 40px;font-size: 30px;color:#fff;z-index: 9; border: 1px solid #fff;border-radius: 50%;width:40px;height: 40px;line-height: 38px;text-align: center; cursor: pointer;}
.unhcls{position: fixed;z-index: 999;top:30%;left: 3px;font-size: 24px;color:#fff;background:#f8a138;width: 40px;text-align: center;border-radius: 8px;padding:20px 0;cursor: pointer;display: none;}
     



























































































































































































































































































































































































































































































