:root {
    --color: #1659B9;
    --deepcolor: #07417e;
    --qiancolor: rgba(0, 118, 218, 0.1);
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

html,
body {
    font-family: Source Han Sans;
    font-size: 16px;
    min-width: 1230px;
    outline: none;

}

img {
    max-width: 100%;
    display: block;
    border: 0px;
}

ul,
li {
    list-style: none;
}

.ov {
    overflow: hidden;
}

.pr {
    position: relative;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: var(--color);
    text-decoration: none;
}

.main {
    width: 1200px;
    margin: 0px auto;
}

.flex_box {
    display: flex;

}

.justify_between {
    justify-content: space-between;
}

.mt20 {
    margin-top: 20px;
}

.logo {

    font-size: 30px;
    color: #000;
    height: 100px;
    align-items: center;
}

.logo img {
    margin-right: 10px;
}

.logo p {
    letter-spacing: 2px;
}

.logo span {
    display: block;
    letter-spacing: 0px;
    font-size: 16px;
}

.logo:hover {
    color: #000;
}

.nav_bg {
    background-color: var(--color);
    height: 60px;
}

.nav li {
    margin-right: 38px;
}

.nav li:last-child {
    margin-right: 0px;
}

.nav li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.search_box {
    margin-left: auto;
    align-items: center;
}

.search_box .search_input {
    width: 170px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border: 0px;
}

.search_box a {
    display: flex;
    align-items: center;
    width: 80px;
    background-color: #f4f4f4;
    height: 40px;
    justify-content: center;
    font-size: 16px;
    color: #000;
}

.search_box a img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: var(--color);
}
.banner img{
	width:100%;
}

.banner_text {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 10px;
    text-shadow: 0px 0px 8px #000;
}

.index_imgnews_box {
    width: 590px;
}

.news_swiper img {
    width: 590px;
    height: 380px;
    object-fit: cover;
    transition: all 1s;
}

.news_swiper img:hover {
    transform: scale(1.2);
}

.news_swiper_page {
    text-align: right;
    bottom: 0px !important;
    line-height: 32px;
}

.news_swiper p {
    position: absolute;
    bottom: 0px;
    display: block;
    z-index: 1900;
    color: #fff;
    width: 100%;
    line-height: 32px;
    padding-left: 15px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.news_swiper p span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 150px);
}

.news_swiper_page span {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    opacity: 1;
    margin-bottom: 5px !important;
    color: #fff;
}

.news_swiper_page .swiper-pagination-bullet-active {
    background-color: var(--color);
    color: #fff;
}

.index_news_list {
    width: 590px;
}

.index_title {
    height: 50px;
    background: #DFDFDF;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.index_title p {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.index_title p::before {
    width: 5px;
    border-left: 1px solid var(--color);
    border-right: 1px solid var(--color);
    margin-right: 10px;
    display: block;
    content: "";
    height: 20px;
}

.index_title a {
    display: block;
    margin-left: auto;
    font-size: 16px;
}

.news_list a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    line-height: 54px;
}

.news_list a:last-child {
    border-bottom: 0px;
}

.news_box {
    border: 1px solid #dfdfdf;
    min-height: 250px;
}

.news_list {
    padding: 0px 20px;
}

.news_list p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 100px);
}

.gsgg {
    width: 470px;
}

.gzdt {
    width: 710px;
}

.line_swiper img {
    width: 1200px;
    height: 180px;
}

.xmjs {
    width: 386px;
}

.index_imgbox {
    padding: 20px;
    border: 1px solid #DFDFDF;
}

.zj_swiper a img {
    width: 100%;

    transition: all 1s;
}

.zj_swiper a:hover img {
    transform: scale(1.2);
}

.zj_swiper a {
    text-align: center;
    display: block;
}

.zj_swiper a .ov {
    margin-bottom: 10px;
}

footer {
    background-color: var(--color);

}

footer .main {
    align-items: center;
    height: 160px;
}

.foot_tel {
    color: #fff;
}

.tel_icon {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.tel_icon img {
    margin-right: 10px;
}

.foot_tel p {
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
}

.foot_qr img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.foot_qr {
    display: flex;
    align-items: center;
    color: #fff;
}

.foot_qr p a {
    color: #fff;
}

.foot_qr p {
    line-height: 30px;
    font-size: 16px;
}

.n_title {
    align-items: center;
    border-bottom: 1px dotted var(--color);
}

.classname {
    background-color: var(--color);
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.speedlink {
    color: #666;
}

.n_newsitem {
    border-bottom: 1px dotted var(--color);
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.n_newsitem img {
    width: 280px;
    height: 150px;
    object-fit: cover;

    flex: 1;
    transition: all 1s;
}

.n_newsitem:hover img {
    transform: scale(1.2);
}

.n_newsitem > p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.n_newsitem div p {
    line-height: 30px;
    flex: 1;
}

.n_newsitem .ov {
    margin-right: 20px;
}

.n_newsitem .n_newsinfo span {
    display: block;
    text-align: right;
    margin-top: 20px;
}

.n_newsitem .n_newsinfo {
    align-items: flex-start;
}

/* 分页 */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 14px;
}


.page-link {
    position: relative;
    display: block;
    height: 35px;
    padding: 0px 14px;
    color: #666;
    background-color: #eaeaea;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-radius: 2px;
    margin: 0px 5px;
}

.page-link:hover {
    background-color: var(--color);
    color: #FFF;
}

.active .page-link {
    background-color: var(--color);
    color: #FFF;
}

.n_newslist{
    min-height: 500px;
}

.news_title {
    text-align: center;
}

.news_date {
    margin: 20px 0px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px dotted #DFDFDF;
    padding-bottom: 20px;
    text-align: center;
}

.news_date span {
    display: inline-block;
    margin: 0px 10px;
}

.news_content {
    line-height: 32px;
}
.news_content img{
    display: inline;
}
#map {
    width: 100%;
    height: 500px;
}

#map img {
    max-width: none !important;
}
.n_imglist{
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
}
.n_imgitem{
    margin-left: 20px;
    width: 285px;
    border: 1px solid #bfbfbf;
    margin-bottom: 20px;
}
.n_imgitem:nth-child(4n+1){
    margin-left: 0px;
}
.n_imgitem img{
    width: 100%;
    transition: all 1s;
    height: 215px;
    object-fit: cover;
}
.n_imgitem p{
    text-align: center;
    line-height: 40px;
}
.n_imgitem:hover img{
    transform: scale(1.2);
}