@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif, "微软雅黑";
    min-width: 1200px;
    background: #f9f9f9;
}

.wrapper {
    width: 1200px;
    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;
}

.bg01 {
    background: url(../images/bg01.png) top center no-repeat;
}
.bg02 {
    background: url(../images/bg02.png) top center no-repeat;
    height: 660px;
    padding-top: 70px;
}
.bg03 {
    background: url(../images/bg03.png) center no-repeat;
    height: 465px;
    padding-top: 55px;
}
.bg04 {
    background: url(../images/bg04.png) center no-repeat;
    height: 220px;
    padding-top: 80px;
}
.bg05{
    background: url(../images/bg05.png) center repeat-y;
    padding-bottom: 20px;
}
.bg_fff{
    background: #fff;
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

.index_top .index_top_link {
    text-align: right;
    padding-top: 40px;
}
.index_top .index_top_link a {
    color: #00629f;
    background: url(../images/arrow01.png) left no-repeat;
    padding-left: 45px;
    line-height: 40px;
    padding-right: 20px;
    font-size: 16px;
    display: inline-block;
}
.index_top .index_top_search {
    width: 235px;
    height: 40px;
    background: #fff;
    border-radius: 25px;
    margin-top: 40px;
    border: 1px solid #00629f;
    margin-left: 40px;
}
.index_top .index_top_search input {
    width: 180px;
    float: left;
    margin-left: 15px;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 40px;
    color: #222;
}
.index_top .index_top_search input::placeholder {
    color: #888888;
}
.index_top .index_top_search button {
    width: 20px;
    height: 40px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-right: 15px;
}
.index_top .index_top_search button i {
    color: #1474bf;
    font-size: 16px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nav {
    padding: 0;
    height: 60px;
    line-height: 56px;
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0 auto;
}
.nav a {
    color: #222222;
}
.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}
.nav .nLi01 {
    float: left;
    position: relative;
    display: inline;
    color: #fff;
}
.nav .nLi h3 {
    float: left;
}
.nav .nLi h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    width: 92px;
    text-align: center;
    text-decoration: none;
    border-bottom: 4px solid transparent;
}
.nav .sub {
    display: none;
    width: 92px;
    left: 0;
    top: 60px;
    position: absolute;
    background: #00629f;
    line-height: 40px;
    padding: 5px 0;
}
.nav .sub li {
    zoom: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav .sub a {
    display: block;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.nav .sub a:hover {
    background: #faa029;
    color: #fff;
}
.nav .on h3 a {
    color: #00629f;
    border-bottom: 4px solid #00629f;
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 540px;
    background: #fff;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100% !important;
}
.fullSlide .bd li {
    width: 100% !important;
    height: 540px;
    overflow: hidden;
    text-align: center;
    background: cover;
}
.fullSlide .bd li a {
    display: block;
    height: 540px;
}
.fullSlide .prev,
.fullSlide .next {
    position: absolute;
    top: 210px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #1474bf;
}
.fullSlide .prev i,
.fullSlide .next i {
    color: #fff;
    font-size: 18px;
}
.fullSlide .prev {
    left: 5%;
}
.fullSlide .next {
    right: 5%;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 0;
    height: 12px;
    line-height: 12px;
    text-align: center;
}
.fullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #fff;
    overflow: hidden;
    line-height: 9999px;
}
.fullSlide .hd ul .on {
    background: #00629f;
}

.banner_title {
    position: absolute;
    width: 755px;
    top: 56px;
    left: 50%;
    margin-left: -378px;
    z-index: 9;
}

.index_slideBox {
    width: 700px;
}
.index_t {
    height: 80px;
}
.index_t a {
    float: right;
    line-height: 60px;
    text-align: center;
    color: #00629f;
    font-size: 14px;
}
.index_t1 {
    height: 80px;
}
.index_t1 a {
    float: right;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.slideBox {
    width: 700px;
    height: 525px;
    overflow: hidden;
    position: relative;
}
.slideBox .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 35px;
    bottom: 150px;
    z-index: 1;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    float: left;
    margin-left: 10px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: transparent;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 25px;
}
.slideBox .hd ul li.on {
    background: #fff;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}
.slideBox .bd img {
    width: 700px;
    height: 395px;
    display: block;
}
.slideBox .bd li .txt{
    height: 130px;
    background: url(../images/index03.png) no-repeat;
}
.slideBox .bd li .txt a{
    display: block;
    padding: 30px 40px 0 140px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
}
.slideBox .bd li .date{
    width: 73px;
    height: 73px;
    position: absolute;
    background: #faa029;
    text-align: center;
    color: #fff;
    border-radius: 25px 0 25px 0;
    left: 30px;
    bottom: 76px;
    font-size: 14px;
}
.slideBox .bd li .date span{
    display: block;
    font-size: 24px;
    padding-top: 15px;
}

.index_news01{
    width: 450px;
}
.index_news01 .item {
    height: 74px;
    margin-bottom: 20px;
    position: relative;
    width: 410px;
    padding: 13px 20px;
    background: #fff;
}
.index_news01 .item .date {
    width: 73px;
    height: 73px;
    background: #00629f;
    text-align: center;
    color: #fff;
    border-radius: 25px 0 25px 0;
    font-size: 14px;
    float: left;
}
.index_news01 .item .date span {
    display: block;
    font-size: 24px;
    padding-top: 15px;
}
.index_news01 .item a {
    width: 310px;
    height: 74px;
    line-height: 37px;
    font-size: 18px;
    color: #222;
    text-decoration: none;
    float: right;
}
.index_news01 .item:hover{
    background: #00629f;
}
.index_news01 .item:hover a {
    color: #fff;
}
.index_news01 .item:hover .date {
    background: #faa029;
    color: #fff;
}
.index_news01 .pic{
    margin-top: 15px;
}
.index_news01 .pic img{
    width: 209px;
    height: 150px;
}

.index_news02 {
    width: 580px;
}
.index_news02 .item {
    height: 60px;
    line-height: 60px;
    background: #fff;
    margin-bottom: 8px;
}
.index_news02 .item a {
    float: left;
    background: url(../images/arrow02.png) left no-repeat;
    padding-left: 40px;
    color: #222;
    font-size: 18px;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.index_news02 .item span {
    float: right;
    font-size: 14px;
    color: #888;
    padding-right: 20px;
}
.index_news02 .item:hover {
    background: #faa029;
}
.index_news02 .item:hover a,.index_news02 .item:hover span{
    color: #fff;
}
.index_news02 .item:hover a{
    background: url(../images/arrow03.png) left no-repeat;
}

.index_news03 {
    padding-top: 60px;
    padding-bottom: 40px;
}
.index_news03 .item {
    height: 350px;
    border-bottom: 2px solid #00629f;
    width: 380px;
    background: #fff;
    margin: 0 10px;
}
.index_news03 .item .pic,.index_news03 .item .pic img{
    width: 380px;
    height: 215px;
}
.index_news03 .item .txt{
    padding: 20px 20px;
    font-size: 18px;
    color: #222;
    line-height: 26px;
}
.index_news03 .item .txt span{
    display: block;
    font-size: 16px;
    color: #00629f;
    line-height: 36px;
}
.index_news03 .item .txt span i{
    color: #00629f;
}
.index_news03 .item a{
    text-decoration: none;
}
.index_news03 .item:hover{
    background: #00629f;
    border-bottom: 2px solid #faa029;
}
.index_news03 .item:hover .txt{
    color: #fff;
}
.index_news03 .item:hover .txt span,.index_news03 .item:hover .txt span i{
    color: #faa029;
}



.index_link {
    margin-top: 40px;
    width: 580px;
}

.index_select {
    padding: 50px 0;
}
.index_select .t {
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #1474bf;
    font-size: 24px;
    font-weight: bold;
}
.index_select .con {
    width: 1000px;
}
.index_select .con select {
    width: 220px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #000;
    margin-left: 20px;
}

.footer01 {
    color: #fff;
    width: 600px;
    font-size: 16px;
    line-height: 40px;
}
.footer01 img{
    display: block;
}
.footer01 a {
    color: #fff;
}

.ny_banner {
    width: 100%;
    height: 440px;
    position: relative;
}

.side{
    width: 100px;
    height: 480px;
    position: fixed;
    right: 50px;
    bottom: 90px;
    background: url(../images/side01.png) no-repeat;
    padding-top: 120px;
    border-radius: 25px;
    overflow: hidden;
}
.side .item{
    width: 100px;
    height: 90px;
    text-align: center;
    background: #1a72a9;
    border-bottom: 1px solid #096197;
}
.side .item a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.side .item a i{
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
    padding-top: 15px;
}
.side .item:hover{
    background: #faa029;
}
.side .gototop{
    text-align: center;
    width: 100px;
    height: 60px;
    line-height: 60px;
}
.side .gototop{
    color: rgba(255, 255, 255, 0.6);
    display: block;
    text-decoration: none;
}
.side .gototop i{
    font-size: 36px;
}

.ny_pos {
    text-align: right;
    height: 59px;
    border-bottom: 1px solid #d4d4d4;
    line-height: 59px;
    color: #888;
    font-size: 14px;
}
.ny_pos i {
    color: #1474bf;
    font-size: 16px;
}
.ny_pos a {
    color: #888;
    padding: 0 5px;
    text-decoration: none;
}
.ny_pos a:hover {
    color: #1474bf;
}

.ny_left {
    width: 260px;
    margin-top: 30px;
    margin-left: 20px;
}
.ny_left .t {
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 36px;
    background: #1474bf;
}
.ny_left .con {
    background: url(../images/ny04.png) bottom center no-repeat #fbfbfb;
    padding-bottom: 145px;
}
.ny_left .con a {
    display: block;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #cccccc;
    border-left: 4px solid #fbfbfb;
    font-size: 20px;
    color: #222;
    text-decoration: none;
    text-align: center;
}
.ny_left .con a:hover {
    color: #1474bf;
    border-left: 4px solid #1474bf;
}
.ny_left .con a.active {
    color: #1474bf;
    border-left: 4px solid #1474bf;
}

.ny_right {
    margin-right: 20px;
    width: 860px;
    margin-top: 30px;
}
.ny_right .t {
    height: 79px;
    border-bottom: 1px solid #cccccc;
    line-height: 79px;
    position: relative;
}
.ny_right .t span {
    display: inline-block;
    border-bottom: 4px solid #1474bf;
    line-height: 76px;
    font-size: 30px;
    color: #1474bf;
}

.ny_pos {
    text-align: right;
    height: 79px;
    line-height: 79px;
    color: #888;
    font-size: 14px;
}
.ny_pos i {
    color: #1474bf;
    font-size: 16px;
}
.ny_pos a {
    color: #888;
    padding: 0 5px;
    text-decoration: none;
}
.ny_pos a:hover {
    color: #1474bf;
}

.ny_menu {
    padding: 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.ny_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    border: 1px solid #ccc;
    padding: 0 15px;
    font-size: 18px;
    color: #222;
    text-decoration: none;
}
.ny_menu a:hover {
    color: #fff;
    background: #1474bf;
}
.ny_menu a.active {
    color: #fff;
    background: #1474bf;
}

.ny_detail {
    font-size: 20px;
    line-height: 36px;
    padding: 30px 0;
}
.ny_detail .header {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.ny_detail .header h2 {
    text-align: center;
    font-size: 24px;
    color: #222;
    padding-bottom: 20px;
    font-weight: normal;
}
.ny_detail .header p {
    color: #535353;
    font-size: 14px;
    line-height: 40px;
}
.ny_detail .header p i {
    color: #083d8b;
}
.tolist {
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
    padding-top: 20px;
    text-align: right;
}
.tolist a {
    display: inline-block;
    color: #1474bf;
    font-size: 20px;
    padding: 0 15px;
    line-height: 40px;
    text-decoration: none;
}
.tolist a:hover {
    color: #1474bf;
}

.ny_con {
    background: #fff;
    margin-bottom: 40px;
}

.list {
    padding-top: 40px;
}
.list .item {
    width: 818px;
    height: 220px;
    border: 1px solid #d4d4d4;
    background: #f8f8f8;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    position: relative;
}
.list .item .pic {
    width: 166px;
    height: 215px;
}
.list .item .pic img {
    width: 166px;
    height: 215px;
}
.list .item .txt {
    width: 610px;
    margin-right: 10px;
    color: #8a8a8a;
}
.list .item .txt a {
    font-size: 26px;
    color: #323232;
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
}
.list .item .txt a:hover {
    color: #1474bf;
}
.list .item .txt h3 {
    font-size: 18px;
    color: #1474bf;
    line-height: 30px;
    margin-bottom: 20px;
}
.list .item .txt h5 {
    font-size: 12px;
    color: #4b4b4b;
    line-height: 20px;
}
.list .item .txt p {
    color: #222222;
    line-height: 30px;
    font-size: 14px;
}
.list .item .txt p i {
    color: #1474bf;
    margin-right: 15px;
}
.list .item i.i {
    position: absolute;
    width: 4px;
    height: 60px;
    background: #1474bf;
    top: 7px;
    right: 26px;
}

.list01 {
    padding: 30px 0 0 0;
}
.list01 .item {
    height: 143px;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.list01 .item .img,
.list01 .item .img img {
    width: 256px;
    height: 143px;
}
.list01 .item .txt {
    width: 560px;
    padding-top: 10px;
}
.list01 .item .txt h2 {
    font-size: 18px;
    color: #222;
    text-decoration: none;
    padding-bottom: 10px;
}
.list01 .item .txt a span {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
}
.list01 .item .txt .date {
    margin: 10px 0;
    font-size: 12px;
    color: #0577bf;
}
.list01 .item .txt a {
    margin: 10px 0;
    font-size: 12px;
    color: #0577bf;
    text-decoration: none;
}
.list01 .item .txt p {
    color: #888888;
    font-size: 12px;
    line-height: 28px;
}
.list01 .item:hover .txt h2 {
    color: #0577bf;
}

.list02{
    padding: 30px 0 0 0;
}
.list02 .item a{
    text-decoration: none;
}
.list02 .item{
    height: 80px;
    border: 1px solid #ccc;
    padding: 20px 25px;
    position: relative;
    margin-bottom: 30px;
}
.list02 .item .txt{
    width: 560px;
}
.list02 .item .txt h2{
    font-size: 18px;
    color: #222;
    padding-bottom: 10px;
}
.list02 .item .txt p{
    color: #888;
    font-size: 12px;
    line-height: 24px;
}
.list02 .item .date{
    width: 84px;
    height: 84px;
    border-radius: 25px 0 25px 0;
    background: #0577bf;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: right;
}
.list02 .item .date span{
    display: block;
    font-size: 24px;
    padding-top: 15px;
}
.list02 .item:hover{
    background: #0577bf;
}
.list02 .item:hover .txt,.list02 .item:hover .txt h2,.list02 .item:hover p{
    color: #fff;
}
.list02 .item:hover .date{
    background: #faa029;
    color: #fff;
}
