@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif, "微软雅黑";
    min-width: 1440px;
    background: #fff;
}

.wrapper {
    width: 1440px;
    margin: 0 auto;
}

.wrapper01 {
    margin: 0 auto;
    width: 1520px;
}

.wrapper02 {
    margin: 0 auto;
    width: 1580px;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
    height: 0;
}

li {
    list-style: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
textarea,
img,
ul,
li,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

.img_scale {
    overflow: hidden;
}

.img_scale img {
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
}

.img_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.hide {
    display: none;
}

.pt70 {
    padding-top: 70px;
}
.p70{
    padding: 70px 0;
}

.bg01 {
    background: url(../images/bg01.png) top center no-repeat;
}
.bg02 {
    background: url(../images/bg02.png) center center no-repeat;
    height: 750px;
}
.bg03 {
    background: url(../images/bg03.png) center center no-repeat;
    height: 653px;
}
.bg04{
    background: url(../images/bg04.png) top center no-repeat;
}
.nav_bg {
    background: rgba(8, 84, 188, 0.7);
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    height: 70px;
    z-index: 10;
}

.index_top {
    color: #fff;
    font-size: 16px;
    line-height: 130px;
    position: relative;
}
.index_top a {
    color: #fff;
    padding: 0 5px;
}

.index_search {
    width: 270px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #fff;
    top: 80px;
    position: absolute;
    right: 0;
}

.index_search .input {
    height: 40px;
    line-height: 40px;
    background: none;
    border: 0;
    width: 153px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 10px;
    outline: none;
    float: left;
}

.index_search .btn {
    width: 34px;
    height: 26px;
    border: 0;
    cursor: pointer;
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    margin-top: 5px;
}

.index_search .btn i {
    color: #fff;
}
#nav {
    display: flex;
    justify-content: space-between;
    height: 70px;
    line-height: 70px;
}
#nav .mainlevel {
    width: 140px; /*IE6 only*/
}
#nav .mainlevel a.mainlevel_a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 18px;
    text-align: center;
}
#nav .mainlevel a.mainlevel_a:hover {
    color: #fff;
    text-decoration: none;
    background: url(../images/index01.png) bottom center no-repeat;
}
#nav .mainlevel ul {
    display: none;
    position: absolute;
    border-top: 1px solid #fff;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 20px;
}
#nav .mainlevel ul li {
    border-bottom: 1px solid rgba(22, 146, 233, 0.3);
    width: 140px; /*IE6 only*/
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    text-align: left;
}
#nav .mainlevel ul li a {
    text-align: left;
    color: #0854bc;
    font-size: 14px;
    text-decoration: none;
}
#nav .mainlevel ul li a:hover {
    text-align: left;
    color: #0854bc;
}
#nav .mainlevel li i {
    color: #44a315;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_t {
    position: relative;
    width: 100%;
    height: 100px;
    font-size: 60px;
    color: #dee4f3;
}
.index_t span {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.index_t a {
    float: right;
    font-size: 14px;
    color: #000000;
    line-height: 60px;
    text-decoration: none;
}
.index_t a:hover {
    color: #44a315;
}
.index_t a i {
    color: #44a315;
}

.index_news {
    width: 950px;
}
.index_news .mySwiper1 {
    width: 586px;
    height: 500px;
}
.index_news .mySwiper1 .item {
    width: 586px;
    height: 500px;
    position: relative;
}
.index_news .mySwiper1 .item .pic {
    width: 586px;
    height: 420px;
}
.index_news .mySwiper1 .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_news .mySwiper1 .item .txt {
    height: 102px;
    width: 546px;
    background: url(../images/index03.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left;
}
.index_news .mySwiper1 .item .txt h2 {
    padding: 15px 120px 15px 15px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}
.index_news .mySwiper1 .item .date {
    width: 128px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    background: rgba(11, 89, 197, 0.7);
    position: absolute;
    right: 15px;
    top: 15px;
}
.index_news .mySwiper1 .swiper-pagination-bullets {
    width: 120px;
    right: 0;
    left: auto;
    bottom: 30px;
}
.index_news .mySwiper1 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: url(../images/arrow01.png) no-repeat;
    opacity: 1;
}
.index_news .mySwiper1 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
    background: url(../images/arrow02.png) no-repeat;
}
.index_news .list {
    width: 320px;
}
.index_news .list .item {
    height: 100px;
    border-bottom: 1px dashed #919191;
    position: relative;
}
.index_news .list .item a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    padding: 15px 10px;
    display: block;
    line-height: 30px;
}
.index_news .list .item span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #818181;
    font-size: 14px;
}
.index_news .list .item:hover {
    background: url(../images/index03.png) top center no-repeat;
}
.index_news .list .item:hover a,
.index_news .list .item:hover span {
    color: #fff;
}

.index_notice {
    width: 480px;
}
.index_notice .item {
    background: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    width: 100%;
    height: 85px;
    margin-bottom: 17px;
}
.index_notice .item .date {
    width: 84px;
    height: 85px;
    border-right: 1px solid #5187d0;
    text-align: center;
    color: #8b8b8b;
    font-size: 14px;
    float: left;
}
.index_notice .item .date span {
    display: block;
    font-size: 28px;
    line-height: 50px;
    padding-top: 10px;
}
.index_notice .item a {
    float: right;
    width: 380px;
    color: #000000;
    font-size: 16px;
    padding: 10px 0;
    line-height: 30px;
    margin-right: 10px;
    text-decoration: none;
}
.index_notice .item:hover .date {
    background: url(../images/index04.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.index_center {
    width: 1120px;
}
.slideTxtBox {
    width: 1120px;
    text-align: left;
}
.slideTxtBox .hd {
    height: 128px;
    background: url(../images/index05.png) center center no-repeat;
    padding: 0;
    position: relative;
    width: 100%;
}
.slideTxtBox .hd ul {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.slideTxtBox .hd ul li {
    padding: 0 30px;
    cursor: pointer;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.2);
    padding-top: 40px;
}
.slideTxtBox .hd ul li span{
    display: block;
    color: #bad0ff;
    font-size: 48px;
}
.slideTxtBox .hd ul li.on span {
    color: #fff;
}
.slideTxtBox .hd ul li a.more{
    position: absolute;
    right: 0;
    top: 70px;
    color: #fff;
    font-size: 14px;
    display: none;
}
.slideTxtBox .hd ul li.on a.more{
    display: block;
}
.slideTxtBox .bd ul {
    padding: 15px;
    zoom: 1;
}
.slideTxtBox .bd li {
    width: 520px;
    height: 112px;
    border-bottom: 1px dashed #fff;
}
.slideTxtBox .bd li .date {
    float: left;
    width: 118px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 35px;
}
.slideTxtBox .bd li .date span{
    display: block;
    font-size: 24px;
}
.slideTxtBox .bd li a{
    float: left;
    width: 370px;
    color: #fff;
    font-size: 18px;
    padding: 25px 0;
    text-decoration: none;
    line-height: 30px;
}
.slideTxtBox .bd li:hover{
    background: url(../images/index06.png) no-repeat;
}
.slideTxtBox .bd li:hover a{
    color: #000;
}
.slideTxtBox .bd li:hover .date{
    color: #0854bc;
}
.slideTxtBox .bd li:nth-child(even){
    float: right;
}
.slideTxtBox .bd li:nth-child(odd){
    float: left;
}

.index_cultivate{
    width: 690px;
}
.index_cultivate .item{
    height: 74px;
    border-bottom: 1px dashed #999999;
    line-height: 74px;
}
.index_cultivate .item a{
    float: left;
    width: 580px;
    color: #2a2a2a;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
}
.index_cultivate .item span{
    float: right;
    color: #4f4f4f;
    font-size: 18px;
}
.index_cultivate .item:hover a{
    color: #0854bc;
}

.footer{
    background: #0854bc;
    padding: 30px 0;
}
.copyright{
    border-left: 1px solid #fff;
    padding-left: 100px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 670px;
}

.ny_left{
    width: 379px;
    position: relative;
    z-index: 10;
}
.ny_left .t{
    position: absolute;
    left: 0;
    top: -180px;
    text-align: center;
    color: #fff;
    background: rgba(158, 203, 255, 0.9);
    font-size: 48px;
    z-index: 10;
    height: 150px;
    width: 379px;
    padding-top: 30px;
}
.ny_left .t i{
    display: block;
    width: 90px;
    height: 5px;
    background: #fff;
    border-radius: 3px;
    margin: 5px auto
}
.ny_left .t span{
    font-size: 40px;
}
.ny_left .con{
    background: url(../images/ny01.png) repeat-y;
    padding: 40px 0;
}
.ny_left .con .list{
    width: 305px;
    margin: 0 auto;
    border-left: 3px solid #0c5cc9;
}
.ny_left .con .list a{
    display: block;
    height: 70px;
    line-height: 30px;
    text-align: center;
    font-size: 28px;
    text-decoration: none;
    margin-bottom: 20px;
    background: #e5e8ee;
    line-height: 70px;
    color: #000;
}
.ny_left .con .list a:hover,.ny_left .con .list a.active{
    background: url(../images/ny03.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.ny_right{
    width: 1010px;
    margin-top: 20px;
    background: rgba(241, 247, 255, 0.5);
    border-radius: 15px;
    margin-bottom: 20px;
}
.ny_right .ny_pos {
    text-align: right;
    height: 34px;
    line-height: 34px;
    color: #0b61cc;
    font-size: 16px;
    padding-top: 40px;
}
.ny_right .ny_pos i {
    color: #0b61cc;
    font-size: 16px;
}
.ny_right .ny_pos a {
    color: #0b61cc;
    padding: 0 5px;
    text-decoration: none;
}
.ny_right .ny_pos a:hover {
    color: #0b61cc;
}

.ny_right .page01{
    padding: 20px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.ny_right .page01 img{
    max-width: 100%;
}

.ny_right .page02,.ny_right .page03,.ny_right .page04{
    padding: 20px;
}
.ny_right .page02 .list .item{
    float: left;
    width: 160px;
    text-align: center;
    height: 300px;
    margin: 0 17px;
}
.ny_right .page02 .list .item img{
    width: 148px;
    height: 198px;
}
.ny_right .page02 .list .item h2{
    padding: 10px 0;
    font-size: 20px;
}
.ny_right .page02 .list .item p{
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ny_right .page02 .list .item a{
    text-decoration: none;
    color: #4f4f4f;
}
.ny_right .page02 .list .item:hover a{
    color: #0854bc;
}

.ny_right .page03 .list .item{
    border-bottom: 1px dashed #b9b9b9;
    padding: 0 35px;
    height: 200px;
}
.ny_right .page03 .list .item .txt{
    padding: 30px 0 0 0;
    width: 590px;
    float: left;
    font-size: 16px;
}
.ny_right .page03 .list .item .txt .date{
    color: #0b5cc9;
}
.ny_right .page03 .list .item .txt h2{
    font-size: 20px;
    color: #000;
    padding: 10px 0;
}
.ny_right .page03 .list .item .txt p{
    color: #888;
    line-height: 30px;
}
.ny_right .page03 .list .item .pic{
    width: 214px;
    float: right;
    margin-top: 35px;
}
.ny_right .page03 .list .item .pic img{
    width: 214px;
    height: 143px;
}
.ny_right .page03 .list .item:hover{
    background: url(../images/ny07.png) no-repeat;
    background-size: 100% 100%;
}
.ny_right .page03 .list .item:hover .txt .date,.ny_right .page03 .list .item:hover .txt h2,.ny_right .page03 .list .item:hover .txt p{
    color: #fff;
}

.ny_right .page04 .list .item {
    background: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    width: 100%;
    height: 85px;
    margin-bottom: 17px;
}
.ny_right .page04 .list .item .date {
    width: 84px;
    height: 85px;
    border-right: 1px solid #5187d0;
    text-align: center;
    color: #8b8b8b;
    font-size: 14px;
    float: left;
}
.ny_right .page04 .list .item .date span {
    display: block;
    font-size: 28px;
    line-height: 50px;
    padding-top: 10px;
}
.ny_right .page04 .list .item a {
    float: right;
    width: 850px;
    color: #000000;
    font-size: 16px;
    padding: 10px 0;
    line-height: 30px;
    margin-right: 10px;
    text-decoration: none;
}
.ny_right .page04 .list .item:hover .date {
    background: url(../images/index04.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}


.ny_right .page02_detail,.ny_right .page03_detail{
    padding: 20px;
    color: #222222;
    line-height: 24px;
    font-size: 16px;
}
.ny_right .page02_detail .detail01 .pic{
    width: 232px;
    height: 310px;
    float: left;
    border-radius: 15px;
    overflow: hidden;
}
.ny_right .page02_detail .detail01 .pic img{
    width: 232px;
    height: 310px;
}
.ny_right .page02_detail .detail01 .txt{
    width: 500px;
    margin-left: 100px;
    float: left;
    margin-top: 50px;
    font-size: 20px;
    line-height: 30px;
}
.ny_right .page02_detail .detail01 .txt h2{
    color: #000;
    font-size: 36px;
    border-bottom: 1px solid #0c5cc9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.ny_right .page02_detail .detail01 .txt h2 span{
    font-size: 16px;
    padding-right: 50px;
}
.ny_right .page02_detail .detail02{
    margin-top: 20px;
    width: 912px;
}
.ny_right .page02_detail .detail02 .detail_t{
    background: url(../images/ny09.png) no-repeat;
    height: 64px;
    padding-left: 80px;
    font-size: 36px;
    color: #222;
    padding-top: 10px;
    margin-bottom: 20px;
}
.ny_right .page02_detail .detail02 .detail_t span{
    padding-left: 20px;
    color: #0c5cc9;
    font-size: 18px;
    text-transform: uppercase;
}
.ny_right .page02_detail .detail02{
    line-height: 30px;
}

.ny_right .page03_detail .header{
    margin-top: 20px;
    border-bottom: 1px solid #b1b1b2;
    text-align: center;
}
.ny_right .page03_detail .header h2 {
    font-size: 24px;
    color: #000;
}

.ny_right .page03_detail .header p {
    padding: 15px 0;
    font-size: 14px;
    color: #4f4f4f;
}
.ny_right .page03_detail .detail_con{
    font-size: 16px;
    line-height: 30px;
    color: #222;
    padding: 20px 0;
}
.ny_right .page03_detail .np {
    line-height: 30px;
    color: #222222;
    padding-top: 15px;
    border-top: 1px solid #b1b1b2;
    font-size: 16px;
}

.ny_right .page03_detail .np a {
    color: #222222;
    text-decoration: none;
}

.ny_right .page03_detail .np a:hover {
    color: #005bae;
}

.ny_right .page03_detail .np p {
    padding-bottom: 10px;
}

.ny_right .page03_detail .np .tolist {
    color: #005bae;
}