.clear {
    clear: both;
}
.center {
    width: 1000px;
    margin: 0 auto;
}
#header {
    width: 100%;
}
#header .center {
    position: relative;
}
#header .center .logo {
    position: absolute;
    left: 0;
    top: 10px;
    width: 288px;
    height: 49px;
    z-index: 2;
}
#header .center .logo img {
    display: block;
    width: 100%;
    height: 100%;
}
#header .swiper-container0 {
    min-width: 1000px;
}
#header .swiper-container0 .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    min-width: 1000px;
}
#nav {
    height: 60px;
    background: #00468c;
}
#nav .center {
    width: 1032px;
    margin: 0 auto;
}
#nav .center .list {
    min-width: 1032px;
}
#nav .center .list li {
    float: left;
    width: 86px;
}
#nav .center .list li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    background: #00468c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .6s;
}
#nav .center .list li a:hover {
    background: #fff;
    color: #00468c;
}
#nav .center .list li .actice {
    background: #fff;
    color: #00468c;
}
.nav-tit {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 49px;
    background: #eeeeee;
    display: none;
}
.nav-tit .nav-tit-div {
    width: 1000px;
    height: 49px;
    display: flex;
    display: -webkit-flex;
    margin: 0 auto;
    background: #eeeeee;
    position: relative;
}
.nav-tit .nav-tit-div a {
    line-height: 49px;
    margin-right: 36px;
    color: #00468c;
    font-size: 14px;
}
.nav-tit .nav-tit-div .a1 {
    padding-left: 160px;
}
.nav-tit .nav-tit-div .a2 {
    padding-left: 246px;
}
.nav-tit .nav-tit-div .a3 {
    padding-left: 590px;
}
.nav-tit .nav-tit-div .nav-tit-div-con {
    position: absolute;
    right: 0;
    top: 0;
}
.nav-tit .nav-tit-div .nav-tit-div-con a {
    margin-right: 0;
    margin-left: 36px;
}
.notice {
    margin-top: 20px;
}
.notice .center {
    height: 40px;
    background: #fff;
    display: flex;
    display: -webkit-flex;
}
.notice .center h3 {
    width: 120px;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 40px;
    font-size: 14px;
    color: #00264c;
}
.notice .center .slideTxtBox {
    width: 600px;
}
.notice .center .slideTxtBox .bd ul {
    zoom: 1;
}
.notice .center .slideTxtBox .bd ul li {
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
}
.notice .center .slideTxtBox .bd ul li a {
    font-size: 14px;
    color: #323232;
}
.notice .center .slideTxtBox .bd ul li a:hover {
    color: #035cac;
}
.notice .center .slideTxtBox .bd ul li a span {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 4px;
    box-sizing: border-box;
    line-height: 40px;
}
.notice .center #timer {
    flex: 1;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 14px;
    color: #323232;
}
.index-content {
    margin: 20px 0;
}
.index-content .center {
    overflow: hidden;
}
.index-content .center .section {
    float: left;
    width: 730px;
}
.index-content .center .section .news {
    box-sizing: border-box;
    width: 100%;
    height: 320px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.index-content .center .section .news .left {
    float: left;
    width: 410px;
    height: 280px;
    margin-right: 20px;
}
.index-content .center .section .news .left img{
    display: block;
    width: 410px;
    height: 280px;
}
.index-content .center .section .news .left p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.4);
    padding: 0 130px 0 8px;
    box-sizing: border-box;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}
.index-content .center .section .news .left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}
.index-content .center .section .news .left .swiper-pagination-bullet-active {
    background: #ff0000;
}
.index-content .center .section .news .right {
    float: left;
    width: 260px;
    height: 280px;
    overflow: hidden;
}
.index-content .center .section .news .right h3 {
    overflow: hidden;
}
.index-content .center .section .news .right h3 span {
    float: left;
    border-bottom: solid 2px #00468c;
    padding-bottom: 14px;
    box-sizing: border-box;
    font-size: 18px;
    color: #00264c;
    cursor: default;
}
.index-content .center .section .news .right h3 a {
    float: right;
    font-size: 12px;
    color: #999999;
}
.index-content .center .section .news .right h3 a:hover {
    color: #035cac;
}
.index-content .center .section .news .right .tit {
    padding-top: 20px;
    border-top: solid 2px #ededed;
    box-sizing: border-box;
    display: block;
    margin-top: -2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    font-size: 16px;
    color: #333333;
}
.index-content .center .section .news .right .tit:hover {
    color: #035cac;
}
.index-content .center .section .news .right .tit-s {
    display: block;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
}
.index-content .center .section .news .right .tit-s:hover {
    color: #035cac;
}
.index-content .center .section .news .right .tit-s span {
    margin-right: 4px;
}
.index-content .center .section .trends {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.index-content .center .section .trends .trends-left {
    float: left;
    width: 410px;
    height: 270px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.index-content .center .section .trends .trends-left .tit {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: url(../img/border-left.jpg) no-repeat left center;
    background-size: 3px 100%;
    padding-left: 9px;
    box-sizing: border-box;
    cursor: default;
    margin-bottom: 19px;
}
.index-content .center .section .trends .trends-left .tit h3 {
    font-size: 18px;
    color: #00264c;
}
.index-content .center .section .trends .trends-left .tit p {
    flex: 1;
    margin: 8px 12px 0;
    height: 2px;
    background: #ededed;
}
.index-content .center .section .trends .trends-left .tit a {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}
.index-content .center .section .trends .trends-left .tit a:hover {
    color: #035cac;
}
.index-content .center .section .trends .trends-left .content {
    overflow: hidden;
    height: 80px;
    margin-bottom: 10px;
}
.index-content .center .section .trends .trends-left .content .left {
    float: left;
    width: 120px;
    height: 80px;
    margin-right: 10px;
    overflow: hidden;
}
.index-content .center .section .trends .trends-left .content .left img {
    width: 100%;
    height: 100%;
    transition: .6s;
}
.index-content .center .section .trends .trends-left .content .left img:hover {
    transform: scale(1.1);
}
.index-content .center .section .trends .trends-left .content .right {
    float: left;
    width: 240px;
    height: 80px;
    position: relative;
}
.index-content .center .section .trends .trends-left .content .right h4 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
}
.index-content .center .section .trends .trends-left .content .right h4 a {
    color: #333333;
}
.index-content .center .section .trends .trends-left .content .right h4 a:hover {
    color: #035cac;
}
.index-content .center .section .trends .trends-left .content .right p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    cursor: default;
}
.index-content .center .section .trends .trends-left .content .right .a1 {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-size: 14px;
    color: #035cac;
}
.index-content .center .section .trends .trends-left .text {
    width: 100%;
    height: 112px;
    overflow: hidden;
}
.index-content .center .section .trends .trends-left .text a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-content .center .section .trends .trends-left .text a:hover {
    color: #035cac;
}
.index-content .center .section .trends .trends-left .text a span {
    margin-right: 4px;
}
.index-content .center .section .trends .trends-right {
    float: right;
    width: 300px;
    height: 270px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}
.index-content .center .section .trends .trends-right .tit {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: url(../img/border-left.jpg) no-repeat left center;
    background-size: 3px 100%;
    padding-left: 9px;
    box-sizing: border-box;
    cursor: default;
    margin-bottom: 19px;
}
.index-content .center .section .trends .trends-right .tit h3 {
    font-size: 18px;
    color: #00264c;
}
.index-content .center .section .trends .trends-right .tit p {
    flex: 1;
    margin: 8px 12px 0;
    height: 2px;
    background: #ededed;
}
.index-content .center .section .trends .trends-right .tit a {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}
.index-content .center .section .trends .trends-right .tit a:hover {
    color: #035cac;
}
.index-content .center .section .trends .trends-right .content {
    overflow: hidden;
    height: 80px;
    margin-bottom: 10px;
}
.index-content .center .section .trends .trends-right .content .left {
    float: left;
    width: 120px;
    height: 80px;
    margin-right: 10px;
    overflow: hidden;
}
.index-content .center .section .trends .trends-right .content .left img {
    width: 100%;
    height: 100%;
    transition: .6s;
}
.index-content .center .section .trends .trends-right .content .left img:hover {
    transform: scale(1.1);
}
.index-content .center .section .trends .trends-right .content .right {
    float: left;
    width: 130px;
    height: 80px;
    position: relative;
}
.index-content .center .section .trends .trends-right .content .right h4 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
}
.index-content .center .section .trends .trends-right .content .right h4 a {
    color: #333333;
}
.index-content .center .section .trends .trends-right .content .right h4 a:hover {
    color: #035cac;
}
.index-content .center .section .trends .trends-right .content .right p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    cursor: default;
}
.index-content .center .section .trends .trends-right .content .right .a1 {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-size: 14px;
    color: #035cac;
}
.index-content .center .section .trends .trends-right .text {
    width: 100%;
    overflow: hidden;
}
.index-content .center .section .trends .trends-right .text a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-content .center .section .trends .trends-right .text a:hover {
    color: #035cac;
}
.index-content .center .section .trends .trends-right .text a span {
    margin-right: 4px;
}
.index-content .center .section .car {
    overflow: hidden;
    width: 100%;
}
.index-content .center .section .car .car-fl {
    float: left;
    width: 410px;
    height: 355px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.index-content .center .section .car .car-fl .tit {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: url(../img/border-left.jpg) no-repeat left center;
    background-size: 3px 100%;
    padding-left: 9px;
    box-sizing: border-box;
    cursor: default;
    margin-bottom: 19px;
}
.index-content .center .section .car .car-fl .tit h3 {
    font-size: 18px;
    color: #00264c;
}
.index-content .center .section .car .car-fl .tit p {
    flex: 1;
    margin: 8px 12px 0;
    height: 2px;
    background: #ededed;
}
.index-content .center .section .car .car-fl .tit a {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}
.index-content .center .section .car .car-fl .tit a:hover {
    color: #035cac;
}
.index-content .center .section .car .car-fl .car-img {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 16px;
    overflow: hidden;
}
.index-content .center .section .car .car-fl .car-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .6s;
}
.index-content .center .section .car .car-fl .car-img img:hover {
    transform: scale(1.1);
}
.index-content .center .section .car .car-fl .car-h4 {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 6px;
}
.index-content .center .section .car .car-fl .car-h4:hover {
    color: #035cac;
}
.index-content .center .section .car .car-fl .car-p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.index-content .center .section .car .car-fl .car-a1 {
    position: absolute;
    right: 20px;
    bottom: 18px;
    font-size: 14px;
    color: #035cac;
}
.index-content .center .section .car .car-fr {
    float: right;
    width: 300px;
    height: 355px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}
.index-content .center .section .car .car-fr .tit {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: url(../img/border-left.jpg) no-repeat left center;
    background-size: 3px 100%;
    padding-left: 9px;
    box-sizing: border-box;
    cursor: default;
    margin-bottom: 19px;
}
.index-content .center .section .car .car-fr .tit h3 {
    font-size: 18px;
    color: #00264c;
}
.index-content .center .section .car .car-fr .tit p {
    flex: 1;
    margin: 8px 12px 0;
    height: 2px;
    background: #ededed;
}
.index-content .center .section .car .car-fr .tit a {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}
.index-content .center .section .car .car-fr .tit a:hover {
    color: #035cac;
}
.index-content .center .section .car .car-fr .car-img {
    display: block;
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
    overflow: hidden;
}
.index-content .center .section .car .car-fr .car-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .6s;
}
.index-content .center .section .car .car-fr .car-img img:hover {
    transform: scale(1.1);
}
.index-content .center .section .car .car-fr .car-li {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-content .center .section .car .car-fr .car-li span {
    margin-right: 4px;
}
.index-content .center .section .list-ul {
    width: 100%;
    background: white;
}
.index-content .center .section .list-ul .tit {
    width: 100%;
    height: 40px;
    background: #e6e6e6;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}
.index-content .center .section .list-ul .tit span {
    font-size: 16px;
    color: #00468c;
    line-height: 40px;
}
.index-content .center .section .list-ul .tit a {
    color: #333333;
    line-height: 40px;
}
.index-content .center .section .list-ul .con {
    padding: 0 20px;
    box-sizing: border-box;
}
.index-content .center .section .list-ul .con .con-fri {
    display: block;
    border-bottom: dashed 1px #cccccc;
    box-sizing: border-box;
    line-height: 56px;
    color: #666666;
    font-size: 14px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.index-content .center .section .list-ul .con .con-fri span {
    width: 76px;
    text-align: right;
}
.index-content .center .section .list-ul .con .con-fri p {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-content .center .section .list-ul .con .con-fri p:hover {
    color: #035cac;
}
.index-content .center .section .list-ul .number {
    padding: 20px;
    box-sizing: border-box;
}
.index-content .center .section .list-ul .number a {
    float: left;
    width: 36px;
    height: 36px;
    border: solid 1px #e6e7e8;
    box-sizing: border-box;
    margin-left: -1;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #666666;
    background: #f7f7f7;
}
.index-content .center .section .list-ul .number a:hover,.index-content .center .section .list-ul .number a.hover {
    color: #fff;
    background: #00468c;
}
.index-content .center .section .list-ul .number .a1 {
    margin-left: 0;
    width: 54px;
    height: 36px;
}
.index-content .center .section .list-ul .number span {
    float: left;
    line-height: 36px;
    margin: 0 10px 0 12px;
    font-size: 14px;
    color: #666666;
}
.index-content .center .section .list-ul .number .select {
    float: left;
    width: 74px;
    height: 36px;
    border: solid 1px #e6e7e8;
    box-sizing: border-box;
    background: #f7f7f7 url(../img/bot.png) no-repeat right 10px center;
    margin-right: 4px;
    position: relative;
}
.index-content .center .section .list-ul .number .select h3 {
    font-size: 14px;
    line-height: 34px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #666666;
}
.index-content .center .section .list-ul .number .select ul {
    position: absolute;
    top: -108px;
    left: -1px;
    width: 74px;
    height: 108px;
    box-sizing: border-box;
    border: solid 1px #e6e7e8;
    overflow-y: auto;
    display: none;
}
.index-content .center .section .list-ul .number .select ul li {
    line-height: 36px;
    font-size: 14px;
    color: #666666;
    border-bottom: solid 1px #e6e6e6;
    box-sizing: border-box;
    background: #f7f7f7;
    padding-left: 20px;
    cursor: pointer;
}
.index-content .center .section .list-ul .number .select ul li:hover {
    color: #035cac;
}
.index-content .center .section .list-ul .list-ul-more {
    padding: 30px 20px 37px;
    box-sizing: border-box;
    background: white;
}
.index-content .center .section .list-ul .list-ul-more h3 {
    padding: 0 44px;
    box-sizing: border-box;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    margin-bottom: 14px;
}
.index-content .center .section .list-ul .list-ul-more h5 {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin: 20px 0;
}
.index-content .center .section .list-ul .list-ul-more .map {
    width: 676px;
    height: 356px;
    margin: 0 auto;
}
.index-content .center .section .list-ul .list-ul-more .jx-swiper-img {
    width: 484px;
    margin: 0 auto 40px;
    position: relative;
}
.index-content .center .section .list-ul .list-ul-more .jx-swiper-img .swiper-container2 {
    padding: 20px 0;
}
.index-content .center .section .list-ul .list-ul-more .jx-swiper-img .swiper-container2 .swiper-slide {
    width: 310px;
    height: 182px;
    border: solid 3px #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.4);
}
.index-content .center .section .list-ul .list-ul-more .jx-swiper-img .swiper-container2 .swiper-slide img {
    width: 100%;
}
.index-content .center .section .list-ul .list-ul-more .jx-swiper-img .swiper-button-next {
    width: 50%;
    height: 182px;
    top: 20px;
    opacity: 0;
}
.index-content .center .section .list-ul .list-ul-more .jx-swiper-img .swiper-button-prev {
    width: 50%;
    height: 182px;
    top: 20px;
    opacity: 0;
}
.index-content .center .section .list-ul .list-ul-more .tit-div {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 14px;
    color: #000;
    opacity: .5;
    padding-bottom: 26px;
    box-sizing: border-box;
    border-bottom: dashed 1px #e5e5e5;
    margin-bottom: 13px;
}
.index-content .center .section .list-ul .list-ul-more .tit-div span {
    margin-right: 32px;
}
.index-content .center .section .list-ul .list-ul-more p {
    font-size: 14px;
    color: #636563;
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
}
.index-content .center .section .list-ul .list-ul-more .content-img {
    width: 100%;
    margin: 19px 0 16px;
}
.index-content .center .section .list-ul .list-ul-more .content-img img {
    display: block;
    margin: 0 auto;
}
.index-content .center .section .list-ul .list-ul-more .bot {
    width: 484px;
    margin: 25px auto 34px;
    display: flex;
    display: -webkit-flex;
}
.index-content .center .section .list-ul .list-ul-more .bot span {
    float: left;
    width: 172px;
    height: 1px;
    background: #e5e5e5;
    margin-top: 8px;
}
.index-content .center .section .list-ul .list-ul-more .bot a,
.index-content .center .section .list-ul .list-ul-more .bot strong {
    display: block;
    flex: 1;
    text-align: center;
    font-size: 16px;
    color: #999999;
}
.index-content .center .section .list-ul .list-ul-more .bot strong {
    font-size: 18px;
    color: #333333;
}
.index-content .center .section .list-ul .list-ul-more .bot-a {
    padding-top: 21px;
    border-top: solid 3px #e5e5e5;
    box-sizing: border-box;
}
.index-content .center .section .list-ul .list-ul-more .bot-a a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #636563;
    line-height: 30px;
    margin-right: 60px;
}
.index-content .center .section .list-ul .list-ul-more1 {
    padding-bottom: 200px;
    box-sizing: border-box;
    background: url(../img/pic7.jpg) no-repeat center bottom;
    background-size: 730px 115px;
}
.index-content .center .wrap {
    float: right;
    width: 250px;
}
.index-content .center .wrap .about {
    width: 100%;
    height: 192px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
}
.index-content .center .wrap .about h3 {
    text-align: center;
    border-bottom: solid 2px #ededed;
    padding-bottom: 6px;
    font-size: 18px;
    color: #00264c;
    cursor: default;
    line-height: 24px;
}
.index-content .center .wrap .about .about-content {
    margin-top: 10px;
    overflow: hidden;
}
.index-content .center .wrap .about .about-content a {
    float: left;
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    background: url(../img/list.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #035cac;
    transition: .6s;
}
.index-content .center .wrap .about .about-content a:nth-child(even) {
    float: right;
}
.index-content .center .wrap .about .about-content a:hover {
    color: #fff;
    background: #c7d2eb;
}
.index-content .center .wrap .wrap-aboutl {
    width: 100%;
    height: 385px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.index-content .center .wrap .wrap-aboutl h3 {
    text-align: center;
    border-bottom: solid 2px #ededed;
    padding-bottom: 12px;
    font-size: 18px;
    color: #00264c;
    cursor: default;
    margin-bottom: 11px;
}
.index-content .center .wrap .wrap-aboutl .slideTxtBox1 {
    height: 308px;
    overflow: hidden;
}
.index-content .center .wrap .wrap-aboutl .slideTxtBox1 li {
    width: 100%;
    line-height: 28px;
}
.index-content .center .wrap .wrap-aboutl .slideTxtBox1 li a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-content .center .wrap .wrap-aboutl .slideTxtBox1 li a:hover {
    color: #035cac;
}
.index-content .center .wrap .wrap-aboutl .slideTxtBox1 li a span {
    margin-right: 4px;
}
.all-coun {
    height: 110px;
    margin-bottom: 20px;
}
.all-coun .center {
    display: block;
}
.all-coun .center img {
    display: block;
    width: 100%;
    height: 100%;
}
.last {
    margin-bottom: 20px;
}
.last .center {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 460px;
    overflow: hidden;
}
.last .center .last-fl {
    width: 355px;
    height: 100%;
    background: #fff;
}
.last .center .last-fl .top {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.last .center .last-fl .top img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .6s;
}
.last .center .last-fl .top img:hover {
    transform: scale(1.1);
}
.last .center .last-fl .top .top-con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: url(../img/pic-tit.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding-top: 16px;
    box-sizing: border-box;
}
.last .center .last-fl .cen {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 15px;
    position: relative;
}
.last .center .last-fl .cen h3 {
    margin-bottom: 6px;
}
.last .center .last-fl .cen h3 a {
    display: block;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.last .center .last-fl .cen h3 a:hover {
    color: #035cac;
}
.last .center .last-fl .cen p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    height: 48px;
    cursor: default;
    padding-bottom: 13px;
    border-bottom: solid 1px #ededed;
}
.last .center .last-fl .cen .a1 {
    position: absolute;
    right: 20px;
    bottom: 14px;
    font-size: 14px;
    color: #035cac;
    line-height: 24px;
}
.last .center .last-fl .last-list {
    padding: 0 20px;
    margin-top: 11px;
    height: 112px;
    overflow: hidden;
}
.last .center .last-fl .last-list li a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.last .center .last-fl .last-list li a:hover {
    color: #035cac;
}
.last .center .last-fl .last-list li a span {
    margin-right: 4px;
}
.last .center .last-fr {
    width: 250px;
}
.last .center .last-fr .last-fr-top {
    height: 311px;
    background: #fff;
    padding: 15px 20px 0;
    box-sizing: border-box;
    margin-bottom: 21px;
}
.last .center .last-fr .last-fr-top h3 {
    font-size: 18px;
    color: #00264c;
    text-align: center;
    border-bottom: solid 2px #ededed;
    box-sizing: border-box;
    padding-bottom: 14px;
    margin-bottom: 12px;
}
.last .center .last-fr .last-fr-top .content {
    overflow: hidden;
    border-bottom: solid 2px #ededed;
    padding-bottom: 14px;
    box-sizing: border-box;
}
.last .center .last-fr .last-fr-top .content .fl {
    float: left;
    width: 70px;
    height: 90px;
    overflow: hidden;
}
.last .center .last-fr .last-fr-top .content .fl img {
    width: 100%;
    height: 100%;
    transition: .6s;
}
.last .center .last-fr .last-fr-top .content .fl img:hover {
    transform: scale(1.2);
}
.last .center .last-fr .last-fr-top .content .fr {
    float: right;
    width: 132px;
    height: 90px;
    position: relative;
}
.last .center .last-fr .last-fr-top .content .fr p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}
.last .center .last-fr .last-fr-top .content .fr a {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #035cac;
}
.last .center .last-fr .last-fr-top .bot {
    height: 140px;
    overflow: hidden;
}
.last .center .last-fr .last-fr-top .bot a {
    display: block;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}
.last .center .last-fr .last-fr-top .bot a:hover {
    color: #035cac;
}
.last .center .last-fr .last-fr-bot {
    width: 100%;
    height: 128px;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    background: url(../img/pic3.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 8px 19px;
    position: relative;
    overflow: hidden;
}
.last .center .last-fr .last-fr-bot .wechat-img {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 92px;
    height: 75px;
    opacity: .1;
}
.last .center .last-fr .last-fr-bot .top {
    width: 100%;
    height: 67px;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: #716f7a solid 1px;
    padding-bottom: 9px;
}
.last .center .last-fr .last-fr-bot .top .left {
    float: left;
    width: 58px;
    height: 58px;
    margin-right: 10px;
}
.last .center .last-fr .last-fr-bot .top .left img {
    width: 100%;
    height: 100%;
}
.last .center .last-fr .last-fr-bot .top .right {
    float: left;
    width: 142px;
    font-size: 16px;
    color: #fff;
    line-height: 19px;
}
.last .center .last-fr .last-fr-bot .bot {
    margin-top: 6px;
    overflow: hidden;
    color: #fff;
}
.last .center .last-fr .last-fr-bot .bot strong {
    float: left;
    margin-right: 7px;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
}
.last .center .last-fr .last-fr-bot .bot span {
    float: left;
    font-size: 36px;
    margin-right: 8px;
}
.last .center .last-fr .last-fr-bot .bot div {
    float: left;
    font-size: 16px;
    line-height: 18px;
}
.link {
    margin-bottom: 20px;
}
.link .center {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.link .center .tit {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: url(../img/border-left.jpg) no-repeat left center;
    background-size: 3px 100%;
    padding-left: 9px;
    box-sizing: border-box;
    cursor: default;
    margin-bottom: 19px;
}
.link .center .tit h3 {
    font-size: 18px;
    color: #00264c;
}
.link .center .tit p {
    flex: 1;
    height: 2px;
    background: #ededed;
    margin-top: 8px;
    margin-left: 12px;
}
.link .center .content {
    font-size: 14px;
    line-height: 30px;
}
.link .center .content a {
    color: #666666;
}
.link .center .content a:hover {
    color: #035cac;
}
.link .center .content span {
    margin: 0 20px;
}
#footer {
    min-width: 1000px;
    background: url(../img/foot-bg.jpg) no-repeat;
    background-size: 100% 100%;
    height: 190px;
    padding: 33px 0 25px;
    box-sizing: border-box;
}
#footer .footer-top {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 6px;
}
#footer .footer-top a {
    font-size: 14px;
    color: #fff;
}
#footer .footer-top span {
    color: #fff;
    margin: 0 12px;
}
#footer p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
#footer img {
    display: block;
    width: 50px;
    height: 12px;
    margin: 10px auto 0;
}
.go-up{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 100%;
}
.go-up .center{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.go-up .center a{
    float: right;
    width: 80px;
    height: 25px;
    color: #fff;
    background: #00468c;
    text-align: center;
    line-height: 25px;
}

.notice .center .background{
    display: block;
    width: 80px;
    height: 25px;
    background: #00468c;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 7px;
}
