.header {
    height: 125px;
}

.header .logo img {
    width: 100%;
    height: 100%;
}

.search {
    width: 304px;
    height: 41px;
    background: #196dc2;
    border-radius: 21px;
}

.search .iconfont {
    color: #fff;
    font-size: 28px;
    margin-right: 10px;
}

.search input {
    width: 235px;
    margin-left: 3px;
    height: 34px;
    border-radius: 18px;
    background: #fff;
    border: none;
    outline: none;
    color: transparent;
    padding-left: 20px;
    color: #000;
}

nav {
    height: 55px;
    width: 100%;
    background: #196dc2;
    color: #fff;
}

ul.nav {
    height: 55px;
}

ul.nav li {
    position: relative;
}

ul.nav li a {
    display: block;
    width: 115px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
}

ul.nav li a:hover {
    background: #084e96;
}

.sub-nav {
    position: absolute;
    display: none;
    top: 50px;
    background: #196dc2;
    z-index: 99;
}

ul.nav .sub-nav li a {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    ;
}

ul.nav li:hover .sub-nav {
    display: block;
}

.banner {
    width: 100%;
    height: 460px;
    position: relative;
}

.banner-text {
    width: 860px;
    position: absolute;
    overflow: hidden;
    height: 180px;
    top: 120px;
    z-index: 999;
    left: calc((100% - 832px)/2);
}

.banner .swiper-slide a {
    width: 100%;
    height: 450px;
    display: block;
}

.banner .swiper-slide {
    width: 100%;
    height: 450px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: 1;
}
.copy p a{
    color: #fff;
    font-size: 14px;
    line-height: 34px;
}
.banner .swiper-pagination-bullet-active {
    box-sizing: border-box;
    background: none;
    border: 1px solid #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.news {
    align-items: flex-start;
    margin-top: 50px;
}

.news-img-warp {
    width: 570px;
    height: 360px;
}

.swiper-container.news-img-warp {
    margin: 0;
}

.news-img {
    width: 570px;
    height: 360px;
    position: relative;
}

.news-img img {
    width: 570px;
    height: 360px;
}

.news-img p {
    display: block;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    color: #fff;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    width: 570px;
}

.news-detail {
    width: 585px;
}

.title {
    height: 45px;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.title-button .iconfont {
    color: #166bc1;
    font-size: 31px;
}

.title .button {
    position: relative;
    height: 45px;
    width: 130px;
    background: #196dc2;
}

.title .button a {
    font-weight: bold;
    display: block;
    height: 45px;
    text-align: center;
    line-height: 45px;
    width: 130px;
    background: #196dc2;
    color: #fff;
    font-size: 20px;
}

.title .button .sanjiao {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 55px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #196ec2 transparent transparent transparent;
}

.title .more a {
    color: #186cc1;
}

.news-title {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 33px;
}

.news-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    line-height: 24px;
}

.line {
    margin-top: 20px;
    width: 100%;
    height: 1px;
    border: none;
    border-top: 1px dashed #efefef;
}

.news-list {
    width: 100%;
    margin-top: 12px;
}

.news-item {
    width: 100%;
    height: 35px;
}

.news-item a {
    width: 520px;
}

.news-item a span {
    float:right;
    /*display: block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border: 1px solid #5d9fe2;
    border-radius: 4px;*/
}

.news-item a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 15px;
}

.news-item .date {
    color: #999;
}

.news-type {
    width: 410px;
    margin-top: 45px;
}

.title.title2 {
    border: none;
    background: #d7ebfa;
    padding-right: 10px;
}

.news-more-detail {
    width: 100%;
    margin-top: 20px;
}

.news-more-detail img {
    width: 145px;
    height: 100px;
}

.news-more-detail-title {
    font-weight: bold;
    width: 255px;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-more-detail-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    color: #999;
    line-height: 1.7;
    width: 255px;
    height: 67px;
    overflow: hidden;
    margin-top: 7px;
}

.news-more-list {
    width: 100%;
    margin-top: 10px;
}

.news-more-list a {
    height: 35px;
    line-height: 35px;
    justify-content: flex-start;
}

.news-more-list a span {
    background: #166bc1;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: block;
}

.news-more-list a p {
    width: 345px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
}

.gonggao {
    width: 300px;
    margin-top: 40px;
}

.title.title3 {
    width: 100%;
    border: none;
}

.title.title3 .title-button {
    width: 115px;
}

.title.title3 .title-button a {
    color: #166bc1;
    font-size: 20px;
    font-weight: bold;
}

.title.title3 .more a {
    color: #166bc1;
}

.gonggao-list {
    width: 100%;
    margin-top: 15px;
}

.gonggao-list a {
    display: block;
    height:25px;
    border-bottom: 1px dashed #ddd;
    line-height:25px;
}

.gonggao-title {
    color: #333;
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gonggao-title span,
.in-news-list li .circle {
    background: #166bc1;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.gonggao-list a .date {
    color: #999;
    font-size: 15px;
    margin-left: 15px;
    margin-top: 10px;
}

.jianshefc {
    background: url('../../images/ph/jsfc-bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 390px;
    margin-top: 40px;
    padding-top: 50px;
}

.title.title3 {
    border: none;
}

.title.title3 .more a {
    color: #166bc1;
}

.swiper-container.jianshefc-swiper {
    height: 210px;
    margin-top: 40px;
}

.swiper-container.jianshefc-swiper .swiper-slide {
    width: 285px;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.swiper-container.ygtd-swiper .swiper-slide img,
.swiper-container.jianshefc-swiper .swiper-slide img {
    width: 285px;
    height: 210px;
}

.swiper-container.jianshefc-swiper .swiper-slide p {
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    ;
    width: 100%;
}

.swiper-button-next-ygtd,
.swiper-button-prev-ygtd,
.swiper-button-next-jianshefc,
.swiper-button-prev-jianshefc {
    position: absolute;
    width: 24px;
    height: 48px;
    top: 81px;
}

.swiper-button-next-ygtd,
.swiper-button-next-jianshefc {
    right: -45px;
    cursor: pointer;
    transition: all .3s;
}

.swiper-button-prev-ygtd,
.swiper-button-prev-jianshefc {
    left: -45px;
    cursor: pointer;
    transition: all .3s;
}

.swiper-button-next-jianshefc:hover,
.swiper-button-prev-jianshefc:hover,
.swiper-button-next-ygtd:hover,
.swiper-button-prev-ygtd:hover {
    transform: rotate(360deg);
}

.news-more-2 .news-more-detail-title,
.news-more-2 .news-more-detail-content {
    width: 420px;
}

.news-more-2 .news-more-detail-content {
    height: 60px;
    -webkit-line-clamp: 2;
    border-bottom: 1px dashed #ddd;
}

.title.title4 {
    border: none;
}

.title.title4 .sanjiao {
    border-width: 0 4px 3px 4px;
    border-color: transparent transparent #ffffff transparent;
    bottom: 0;
    left: 62px;
}

.ygtd {
    background: url('../../images/ph/ygtd-bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 420px;
    margin-top: 40px;
    padding-top: 50px;
}

.swiper-container.ygtd-swiper {
    height: 295px;
    margin-top: 40px;
}

.swiper-container.ygtd-swiper .swiper-slide {
    width: 285px;
    height: 295px;
    position: relative;
}

.swiper-container.ygtd-swiper .swiper-slide p {
    height: 20px;
    margin-top: 15px;
    width: 285px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.swiper-container.ygtd-swiper .swiper-slide a.more {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #166bc1;
    border: 1px solid #166bc1;
    box-sizing: border-box;
    margin-top: 15px;
}

.swiper-container.ygtd-swiper .swiper-slide a.more:hover {
    color: #fff;
    border: none;
    background: #166bc1;
}

.wsdximg {
    width: 300px;
    height: 260px;
    margin-top: 30px;
}

.adwarp {
    margin-top: 40px;
    margin-bottom: 50px;
}

.ad-warp {
    width: 380px;
    height: 335px;
}

.title.title6 {
    border-color: #ddd;
}

.title.title6 .button {
    background: #fff;
    width: 75px;
}

.title.title6 .button a {
    background: #fff;
    box-sizing: border-box;
    border-bottom: 3px solid #186cc1;
    color: #186cc1;
    font-weight: bold;
    width: 75px;
    line-height: 38px;
    font-size: 18px;
}

.title.title6 .more a {
    color: #186cc1;
}

.ad-warp img {
    margin-top: 20px;
    height: 265px;
    width: 380px;
}

.links {
    padding: 20px 0;
    background: #f5f5f5;
    width: 100%;
}

.links-warp a,
.links-warp img {
    width: 185px;
    height: 38px;
}

footer {
    width: 100%;
    height: 150px;
    background: #003870;
}

.copy p {
    color: #fff;
    font-size: 14px;
    line-height: 34px;
}

.copy {
    margin-top: 45px;
}


/*in-content*/

.in-content {
    background: #eaeff2;
    padding: 50px 0;
}

.in-con-left {
    width: 280px;
}

.in-con-right {
    width: 780px;
    border-left: 1px solid #e9e9e9;
    padding-left: 50px;
    min-height: 700px;
}

.in-con-left h2 {
    border-bottom: 1px solid #dadada;
    color: #166bc1;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.in-warp {
    width: 1160px;
    background: #fff;
    margin: 0 auto;
    padding: 25px 20px;
}

.in-left-list li {
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 18px;
}

.in-left-list li a {
    border-radius: 5px;
    padding: 0 15px;
    display: block;
    border: 1px solid #e6e6e8;
    transition: all 0.2s cubic-bezier(0.73, 0.3, 0.24, 0.76);
}

.in-left-list li a.acitve,
.in-left-list li a:hover {
    font-weight: bold;
    background: #186cc1;
    color: #fff;
}

.in-left-list li a.acitve span,
.in-left-list li a:hover span {
    color: #fff;
    font-weight: normal;
}

.in-left-list li span {
    font-size: 26px;
    color: #186cc1;
}

.in-rig-title {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
}

.in-rig-title .title {
    font-size: 20px;
    color: #186cc1;
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 3px solid #186cc1;
}

.bread {
    margin-top: 10px;
    color: #999;
}

.text-des {
    text-align: justify;
    margin-top: 15px;
    line-height: 40px;
    font-size: 15px;
}

.in-left-adv img {
    width: 280px;
    height: 110px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.in-news-list ul li {
    font-size: 15px;
    line-height: 50px;
    border-bottom: 1px dashed #ddd;
}

.in-news-list ul li .time {
    float: right;
    color: #999;
}

.in-news-list {
    margin-top: 10px;
}


/*page*/

.con-page ul li {
    display: inline-block;
    text-align: center;
}

.con-page ul li a.active {
    background: #186cc1;
    border: 1px solid #186cc1;
    color: #fff;
}

.con-page ul li a.pre,
.con-page ul li a.next {
    border: 1px solid #e3e3e3;
    padding: 3px 10px;
}

.con-page {
    margin-bottom: 70px;
    margin-top: 40px;
    text-align: center;
}

.con-page ul li a {
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 3px 10px;
    margin: 0 1px;
}

.in-pic-list ul li {
    width: 247px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.in-pic-list ul li img {
    width: 247px;
    height: 172px;
}

.in-pic-list ul li span {
    display: block;
    text-align: center;
}

.in-pic-list ul {
    width: 850px;
    overflow: hidden;
}

.links-img {
    width: 1000px;
}

.links-select {
    width: 200px;
}

.links-select select {
    width: 200px;
    height: 40px;
    border: 1px solid #ddd;
}


/*5.9*/

.oa {
    width: 100px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    margin-left: 20px;
    background: linear-gradient(#196dc2, #55b0fc, #196dc2);
}

.oa a {
font-size:18px;
    color: #fff;
}

.return-but {
    animation: mymovefooter .9s infinite ease-in-out;
    animation-direction: alternate;
}

.return-but img {
    margin-top: 35px;
    margin-left: 10px;
}

@keyframes mymovefooter {
    from {
        margin-top: 8px;
    }
    to {
        margin-top: -5px;
    }
}

.wechat img {
    width: 100px;
    height: 100px;
}

.wechat span {
    display: block;
    color: #fff;
    font-size: 12px;
}

.wechat {
    text-align: center;
    margin-top: 17px;
}

.news-more.flex-row {
    align-items: flex-start;
}

.ny_news_tl88 .new_title {
    font-weight: normal!important;
    font-size: 32px!important;
    margin-top: 20px!important;
    padding-bottom: 20px!important;
    border-bottom: 1px solid #eee!important;
    line-height: 42px;
}

.ny_news_tl88 {
    margin-bottom: 10px!important;
}