/* header */
.header {
    width: 100%;
    height: 165px;
    background-color: #ffff;
}
.header-top1 {
    width: 100%;
    height: 60px;
    border-bottom: 2px solid rgba(225, 225, 225, 0.5);
}
.header-top {
    width: 1500px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.header-left .icon-dianhua{
    font-size: 35px;
    color: #1167aa;
    vertical-align: middle; /* 将元素垂直居中对齐 */
}
.header-left span:nth-of-type(1){
    font-size: 16px;
    color: #1167aa;
    margin-left: 5px;
}
.header-left .icon-duanxin{
    font-size: 35px;
    color: #f39700;
    vertical-align: middle; /* 将元素垂直居中对齐 */
    margin-left: 20px;
}
.header-left span:nth-of-type(2){
    font-size: 16px;
    color: #333333;
    margin-left: 5px;
}
.header-right {
    margin-right: 323px;
}
.header-bottom {
    width: 1500px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-bottom h1{
    font-size: 28px;
    color: #005aa0;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
}
.navlist ul{
    margin-right: 100px;
}
.navlist ul li{
    float: left;
    margin-right: 30px;
    font-size: 16px;
    color: #3d3d3f;
    font-family: MicrosoftYaHei-Bold;
    cursor: pointer;
    position: relative;
}
.nav{
    position: absolute;
    display: block;
    width: 100%;
    bottom: -28px;
    height: 3px;
    background-color: #005aa0;
}
.nav1 {
    position: absolute;
    width: 0px;
    left: 26px;
    top: 44px;
    height: 0px;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #005aa0;
    border-right: 5px solid transparent;
}


/* 底部 */
.footer{
    margin-top: 69px;
    width: 100%;
    background-color: rgb(22 15 15 / 82%);;
}
.footer1 {
    padding-top: 38px;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-left {
    display: flex;
}
.footer_left1 div{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.52;
    margin-top: 10px;
}
.footer_left1 img{
    width: 120px;
    height: 120px;
}
.footer_left2 {
    margin-top: 15px;
    margin-left: 32px;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.52;
}
.footer-right ul li{
    float: left;
    margin-left: 78px;
    cursor: pointer;
}
.footer-right ul li b{
    font-size: 16px;
    color: #ffffff;

}
.footer-right ul li p{
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.52;
}
.footer2 {
    width: 1400px;
    margin: 0 auto;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.39;
    padding-bottom: 30px;
}
.footer2 a{
    color: #ffffff;
	opacity: 1;
    font-size: 14px;
}



/* 手机导航 */
.header1 .phlogo {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    height: 1.2rem;
    color: #005aa0;
    flex-shrink: 0;
    background-color: #ffffff;
    align-items: center;
    font-weight: 700;
    justify-content: space-between;
}
.header1 .phlog01 {
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    width: 5rem;
}
.header1 .phlog01 img {
    width: 100%;
    height: 1rem;
}

.header1 .phlogo02 {
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
}
.header1 .phlogo02 img {
    width: 100%;
}
.open{
    display: block;
}
.close {
    display: none;
}
.navlist1 {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 1rem;
    z-index: 999;
    overflow-y: scroll;
}

.mobilenavactive p[class=title] {
    color: #1d4dbc !important;
}

.list {
    width: 100%;
}

.list ul {
    list-style: none;
}

.list>ul>li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: relative;
}

.list>ul>li p[class=title] {
    width: 100%;
    text-align: center;
    background: #fff;
    height: 1rem;
    line-height: 1rem;
    padding: 0;
    border: none;
    position: relative;
    font-size: 0.35rem;
}

.list>ul>li p[class=title]>span {
    position: absolute;
    right: 10%;
}

.list-se {
    overflow: hidden;
    /* display: none; */
}

.list-se>p {
    background: #fff !important;
    color: #333;
}

.list-se>li {
    position: relative;
    right:0;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
    border-bottom: 1px solid #ddd;
}

.list-se>li:nth-last-of-type(1) {
    border-bottom: none !important;
}

.list-se>li>p {
    background: #f5f5f5;
    color: #333;
    height: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1rem;
    -webkit-transition: border .5s;
    transition: border .5s;
    -webkit-transition: background .3s;
    transition: background .3s;
    font-size: 0.2rem;
    text-align: center;
}

.list-se>li>p:hover {
    border-color: #fff;
    background: #062e8a;
    color: #fff;
}

.downs{
    position: absolute;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #1d4dbc ;
    margin-left: 10px;
    vertical-align: text-bottom;
    top: 0.7rem;
    right: 0.5rem;
}
.ups {
    position: absolute;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #1d4dbc ;
    margin-left: 10px;
    vertical-align: text-top;
    top: 0.7rem;
    right: 0.5rem;
}
.navlist1 .list ul li:nth-of-type(1) span{
  display: none !important;
}
.footer_APP {
    margin-top: 0.8rem;
    width: 100%;
    height: 1.5rem;
    background-color: #313131;
}
.footer_APP2{
    padding-top: 0.35rem;
    text-align: center;
    color: #ffffff;
	opacity: 0.41;
}
.footer_APP2 a{
    font-size: 0.3rem;
    color: #ffffff;
}
.footer_APP1 {
    display: flex;
    color: #ffffff;
	opacity: 0.41;
    justify-content: center;
}
.footer_APP1 div:nth-of-type(1){
    font-size: 0.3rem;
}
.footer_APP1 div:nth-of-type(1) a{
    color: #ffff;
}
.footer_APP1 div:nth-of-type(2) {
    font-size: 0.3rem;
}
.footer_APP1 div:nth-of-type(2) a{
    color: #ffffff;
    font-size: 0.2rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 71%;
}
.swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    border-radius: 0;
    background-color: #fff;
}