﻿@charset "UTF-8";
html,
body {
    width: 100%;
    min-width: 1200px;
}

body::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
.laiyang .head {
    height: 450px;
    width: 100%;
    position: relative;
}
.laiyang .head img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.laiyang .head .guohui{
    height: 70px;
    width: 400px;
    top: 70px;
    left: 120px;
    position:absolute;
}
.laiyang .head .guohui img{
    height: 100%;
    width: 100%;
    
}
.laiyang .footer {
    color: #FFFFFF;
    line-height: 1.5;
    padding: 2rem 0;
}
.laiyang {
    width: 100%;
}

.laiyang .container {
    position: relative;
    width: 1248px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
}
.top_one{
    display: flex;
    margin-bottom:50px;
}
.top_one .swiper-container{
    width: 615px;
    height: 350px;
    margin-right: 18px;
}
.top_one .top_content{
    width: 615px;
	height: 350px;
    box-sizing: border-box;
}
.top_one .swiper-container .title{
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #FFFFFF;
    z-index: 20;
    background: rgb(0,0,0,0.5);
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 10px;
}
.swiper-container-one .swiper-wrapper .swiper-slide{
    width: 615px;
    height: 350px;
}
.swiper-container-one .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_one .swiper-pagination-bullet{
    background: rgb(255,255,255);
}
.top_one .swiper-pagination-bullet:last-of-type{
    margin-right: 17px;
}
.top_one .swiper-pagination-bullet-active{
    background: #FFFFFF;
}
.top_one .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 10px;
    text-align: right;
}
.top_one .top_content .blue_title{
    color: #1c649f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #024d7b;
}
.top_one .top_content .line{
    display: inline-block;
    width: 388px;
    background: url(../images/xiexian.png);
    height: 5px;
    vertical-align: middle;
}
.top_one .top_content .more{
    color: #024d7b;
    font-size: 16px;
    float: right;
    height: 38px;
    line-height: 38px;
}
.top_one .content_ul li{
    position: relative;
    margin-bottom: 30px;
}
.top_one .content_ul li::before{
    position: absolute;
    content: '';
    width: 5px;
	height: 5px;
    background-color: #1c649f;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.top_one .content_ul li:last-of-type{
    margin-bottom: 0;
}
.top_one .content_ul li .title{
    font-size: 17px;
    color: #333333;
    width: 450px;
    overflow: hidden;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
}
.top_one .content_ul li:hover .title{
    color: red;
}
.top_one .content_ul li .time{
    color: #999999;
    font-size: 17px;
    float: right;
}
.top_one .content_ul li:hover .time{
    color: red;
}
.toptwo{
    display: inline-block;
}
.toptwo .top_content{
    width: 614px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 50px;
    display: inline-block;
    float: left;
}
.toptwo .top_content:nth-of-type(2n){
    margin-right: 0;
}
.toptwo .top_content .blue_title{
    color: #1c649f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #024d7b;
}
.blue_title .toggle{
    font-weight: bold;
    color: #024d7b;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
}
.blue_title .toggle a{
    display: inline-block;
    font-weight: bold;
    color: #024d7b;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    padding-right: 2rem;
}
.blue_title .toggle .active{
    position: relative;
    color: #fff;
    background: url(./title-bg.png) center no-repeat;
    background-size: 100% 101%;
}
#xsqmore{
    display: none;
}
.toptwo .top_content .line{
    display: inline-block;
    width: 400px;
    background: url(../images/xiexian.png);
    height: 10px;
    vertical-align: middle;
}
.toptwo .top_content .more{
    color: #024d7b;
    font-size: 16px;
}
.toptwo .content_ul li{
    position: relative;
    margin-bottom: 30px;
}
.toptwo .content_ul li::before{
    position: absolute;
    content: '';
    width: 5px;
	height: 5px;
    background-color: #1c649f;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.toptwo .content_ul li:last-of-type{
    margin-bottom: 0;
}
.toptwo .content_ul li .title{
    font-size: 17px;
    color: #333333;
    width: 400px;
    overflow: hidden;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
}
.toptwo .content_ul li:hover .title{
    color: red;
}
.toptwo .content_ul li .time{
    color: #999999;
    font-size: 17px;
    float: right;
}
.toptwo .content_ul li:hover .time{
    color: red;
}
.gg img{
    height: 90px;
    object-fit: cover;
    width: 100%;
}
.bottom_line{
    margin: 47px auto;
    display: flex;
    align-items: center;
    height: 20px;
    line-height: 20px;
}
.bottom_line .blue_line{
    width: 520px;
	height: 3px;
    border-top:1px solid #1c649f;
    border-bottom:1px solid #1c649f;
}
.bottom_line span{
    margin: 0 32px;
    font-size: 20px;
    color: #1c649f;
    font-weight: bold;
}
.lunbo{
    height: 550px;
    background: url(../images/d.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

#certify {
	position: relative;
	width: 1188px;
	margin: 90px auto 0;
}
#certify .swiper-slide {
    width: 300px;
	height: 350px;
	background-color: #ffffff;
	box-shadow: 1px 1px 10px 0px 
        rgba(0, 0, 0, 0.45);
       padding: 10px;
}
#certify .swiper-slide img{
    display:block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}
#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	font-size: 16px;
    margin: 0;
    color: #1c649f;
    font-weight: bold;
}
#certify .swiper-button-prev {
	background: url(../images/z.png) no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 28px;
    left: 30px;
}
#certify .swiper-button-next {
    width: 16px;
	height: 28px;
    background: url(../images/y.png) no-repeat;
    background-size: 100% 100%;
    right: 30px;

}
#certify .swiper-button-prev:focus{
    outline: none;
}
#certify .swiper-button-next:focus{
    outline: none;
}
.all_ul .content_ul{
    display: none;
}
.all_ul .cur{
    display: block;
}
.line-ul {
    width: 100%;
}
.line-ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f7f7f7;
    align-items: center;
    border-left: 4px solid rgb(1, 191, 157);
    outline: none;
    margin-bottom: 10px;
}
.line-ul li:hover{
    background: #a8a8a8;
}
.line-ul li a{
    color: #333;
}
.line-ul li a img{
    margin: 0 20px;
    vertical-align: middle;
}
.line-ul li:nth-of-type(2){
    border-left: 4px solid rgb(91, 171, 230);
}
.line-ul li:nth-of-type(3){
    border-left: 4px solid rgb(232, 126, 4);
}
.line-ul li:nth-of-type(4){
    border-left: 4px solid rgb(243, 197, 0);
}
.line-ul li:nth-of-type(5){
    border-left: 4px solid rgb(33, 127, 188);
}
.line-ul li:nth-of-type(6){
    border-left: 4px solid rgb(91, 171, 230);
}
.top_content .detail{
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    line-height: 2rem;
    color: #333333;
    text-indent: 2rem;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top_content .tijiao {
    width: 100%;
    display: flex;
    justify-content: center;
}
.top_content .tijiao a {
    width: 19rem;
    height: 3rem;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #024d7b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #024d7b;
}
.top_content .tijiao a img{
    margin-right: 20px;
    text-align: center;
}
.hqzclist a{
    display: inline-block;
    width: 295px;
    height: 90px;
    margin: 0 5px;
}
@media screen and (max-width: 750px) {
    html, body {
        width: 100%;
        min-width: 100% !important;
    }
    .laiyang .container{
        width: 90%;
        margin: 0;
        transform: translate(20px, 10px);
    }
    .laiyang .head{
        height: 200px;
    }
    .laiyang .head img{
        height: 200px;
    }
    .laiyang .head .guohui{
        top: 15px;
        left: 10px;
        height: 70px;
    }
    .laiyang .head .guohui img{
        height: 60%;
        width: 47%;
        object-fit: contain;
    }
    .top_one{
        display: block;
        margin-bottom: 10px;
        /* flex-flow: column;
        flex-wrap: wrap; */
    }
    .toptwo{
        display: block;
        margin-bottom: 10px;
    }
    .top_one .swiper-container{
        width: 100%;
    }
    .top_one .top_content{
        width: 100%;
    }
    .top_one .swiper-container .title{
        font-size: 13px;
    }
    .swiper-container-one .swiper-wrapper .swiper-slide{
        width: 100%;
        height: 350px;
    }
    .top_one .content_ul li .title{
        width: 66%;
    }
    .toptwo .top_content{
        width: 100%;
        float: none;
    }
    .toptwo .top_content .line{
       display: none;
    }
    .toptwo .top_content .more{
        float: right;
    margin-top: 10px;
    }
    .toptwo .content_ul li .title{
        width: 66%;
    }
    .bottom_line{
        display: none;
    }
    .lunbo{
        display: none;
    }
}



.newStyle .blue_title .toggle a{
    font-size: 34px;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newStyle .top_one .top_content .blue_title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.newStyle .top_one .top_content .more{
    font-size: 34px;
}
.newStyle .top_one .content_ul li .title {
    font-size: 30px;
    color: #333333;
    width: 450px;
    height: 40px;
    line-height: 25px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
}
.newStyle .top_one .content_ul li .time{
    font-size: 28px;
}
.newStyle .top_one {
    margin-bottom: 150px;
}
.newStyle .toptwo .top_content .more{
    width: 140px;
    font-size: 32px;
}
.newStyle .toptwo .top_content .blue_title{
    display: flex;
}
.newStyle .toptwo .content_ul li .title{
    font-size: 30px;
    color: #333333;
    width: 400px;
    height: 40px;
    line-height: 25px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
}
.newStyle .toptwo .content_ul li .time{
    font-size: 30px;
}
.newStyle .line-ul li a{
    font-size: 30px;
}
.newStyle .top_content .detail{
    line-height: 40px;
    font-size: 30px;
}
.newStyle .laiyang .container{
    margin-top: 90px;
}
.newStyle span.text-tag{
    font-size: 34px;
}