/* header */
.header {
    width: 100%;
    /* height: 165px; */
    background-color: white;
}
.header1s {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-left {
    display: flex;
    align-items: center;
}
.header-left div:nth-of-type(1){
    margin-left: 32px;
    font-size: 28px;
    color: #005aa0;
    font-family: MicrosoftYaHei-Bold;
}
.header-right .R1s{
    margin-left: 210px;
    font-size: 18px;
    color: #4d4d4d;
    font-family: MicrosoftYaHei;
}
.header-right .R1s img{
    margin-right: 9px;
}
.header-right .R2s img{
    margin-right: 9px;
}
.header-right .R2s{
    margin-left: 79px;
    font-size: 18px;
    color: #4d4d4d;
    font-family: MicrosoftYaHei;
}
.nav{
    position: relative;
    top: 9px;
    width: 100%;
    height: 85px;
    line-height: 87px;
    background: url(../img/nav.png) no-repeat;
    background-position: right;
    z-index: 99;
}
.nav01 ul {
    margin-left: 92px;
}
.nav01 ul li{
    position: relative;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-left: 78px;
    cursor: pointer;
}
.nav01 ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    height: 75px;
}
.nav01 ul li a:hover{
    border-bottom: 2px solid #fff;
}
.menu li ul{
    display: block;
    width: 100%;
    height: 20px;
    background-color: red;
    margin-left: 0;
}

.nav01s {
    position: absolute;
    display: block;
    top: 72px;
    left: 0px;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #ffffff;
}
/* 底部 */
.footer1s {
    width: 100%;
    background-color: #f5f7fa;
}
.footer {
    width: 1400px;
    margin: 0 auto;
    position: relative;
  
}
.footer-left ul{
    width: 60%;
    display: inline-flex;
    justify-content: space-between;
    /* border-bottom: 2px solid rgba(225, 225, 225, 0.5); */
}
.footer-left1 {
    position: absolute;
    width: 60%;
    top: 45px;
    border-bottom: 2px solid rgba(225, 225, 225, 0.5);
    /* border-bottom: 2px solid red; */
}
.footer-right{
    margin-top: 10px;
    border-left: 2px solid red;
}
.footer-left ul li{
     cursor: pointer;
}
.footer-left ul li b {
    color: #333333;
    line-height: 50px;
    font-size: 16px;
}
.footer-left ul li b:hover{
    color: #005aa0;
}
.footer-left ul li b:nth-child(2){
    margin-right: 20px !important;
}
.footer-left ul li p {
    font-size: 14px;
    color: #91989d;
    line-height: 30px;
}
.footer-left ul li p:hover{
    color: #005aa0;
}
.footer-right{
    position: absolute;
    width: 23%;
    margin-left: 5%;
    top: 0;
    right: 0;
}
.footer-right b{
    position: absolute;
    right: 0;
    font-size: 16px;
    color: rgba(112, 112, 113);
    font-weight: 700;
}
.footer-right b img{
    width: 25px;
}
.footer-right1 {
    position: absolute;
    top: 44px;
    left: -121px;
    width: 2px;
    height: 250px;
    border-left: 2px solid rgba(225, 225, 225, 0.5);
}
.footer-right div:nth-of-type(2){
    position: absolute;
    right: 0;
    top: 26px;
    font-size: 26px;
    color: #cc2f2f;
}
.footer-right div:nth-of-type(3){
    position: absolute;
    right: 0;
    top: 70px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #000000;
}
.footer-right div:nth-of-type(4){
    position: absolute;
    right: 0;
    top: 101px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #000000;
}

/* 手机 */
/* 手机导航 */
.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-right: 0.5rem;
    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;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    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;
}
.phlogo img {
    width: 1rem;
}