.loan_page_c{
    margin-bottom: 30px;
}
.loan_page_c .loan_list li{
    display: inline-block;
    border: 1px solid #333;
    border-radius: 8px;
    font-size: 18px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    vertical-align: center;
    text-align: center;
    float: left;
    margin: 20px 40px 0 0;
    margin-right: 20px;
    margin-top: 20px;
}
.loan_page_c .loan_list li a{
    color: #333;
}
.alertDialg{
    position: relative;
    background-color:rgba(0,0,0,0.7);
}
.dmask{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.dcontent{
    position: fixed;
    z-index: 5000;
    width: 50%;
    top: 43%;
    left: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
    border-radius:10px;
    padding: 20px;
}
.ditem{
      line-height: 25px;
}
.dtitle{
    margin:20px 0;
    text-align: center;
}
.dtip{
    text-indent:2em;
}
.hmCloseSignIn{
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 40px;
    position: absolute;
    left: 50%;
    bottom: -110px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
cursor:pointer 
}
.ty2 {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    background-color:#ededed;
}
.notice{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 0px;;
    height:32px;
    line-height:32px;
}
.noticeTip{
    display:inline-block;
    /* max-width:400px; */
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    animation: myani 20s  2s infinite linear;
    
}
.noticeTip:hover{
animation-play-state:paused;
}
@keyframes myani {
                0% {
                    margin-top: 0px;
                }
                10% {
                    margin-top: -32px;
                }
                20% {
                    margin-top: -32px;
                }
30% {
                    margin-top: -64px;
                }
                40% {
                    margin-top: -64px;
                }
50% {
                    margin-top: -96px;
                }
                60% {
                    margin-top: -96px;
                }
70% {
                    margin-top: -128px;
                }
                80% {
                    margin-top: -128px;
                }
90% {
                    margin-top: -160px;
                }
                100% {
                    margin-top: -160px;
                }
            }
.noticeTip .notispan a{
    color:#333333;    
}
.noticeTip>:first-child{
    display:inline-block;
}
.noticeDetail{
    display:inline-block;
    margin-left:8px;
    color: #3060F0;
}
.noticeMore{
    float:right;
    color:#333333;
}
.ty3 {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    background-color:#fff;
    position:relative;
}
.ty3 .advertise_container{
    /* height: 100%; */
    position: relative;
}
.ty3 .advertise_container .advertise_container_mask{
    /* height: 100%; */
    width: 100%;
    position: absolute;
    display: none;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
}
.ty3 .advertise_container img{
    margin-top: 110px;
    /* height: 100%; */
}
.ty3 .advertise_container_text{
    color: #fff;
    font-size: 20px;
    position:absolute;
    z-index: 2;
    bottom: 40%;
    right: 30%;
    text-align: center;
}
.ty3 .advertise_container_title{
    font-size: 43px;
}
.login{
    background-color: rgba(255,255,255,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    position:absolute;
    padding: 20px;  
    bottom: 25%;
    right: 20%;
    z-index:9;
}
.loginPhoto{
    width:40px;
    height:40px;
    border-radius:15px;
    margin:15px  0;
}
.loginTitle{
    margin-bottom:15px;
}

.warpper{
    color:#fff;
    margin-bottom: 15px;
    /* display: inline-flex;
    justify-content: center;
    align-items: center; */
    width: 100%;
    display: block;
}
.warpperImg{
    margin-right:10px;
    width: 25px;
}
.login_btn{
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* flex:1; */
    height:40px;
    line-height:40px;
    border-radius:5px;
    font-size:18px;
    padding: 2px 40px;
}

.login_btn img{
    margin: 5px 10px 0 0;
    width: 30px;
    height: 30px;
    float: left;
}
.login_btn span{
    width: 30px;
    height: 30px;
}
.loginPeople{
    color: #ffffff;
    background-color: #FF393E;
    border:1px solid #FF393E;
}
.loginCompany{
    color: #FF393E;
    border:1px solid #FF393E;
    background-color: #ffffff;
}

.loginTip{
    color: #C1C1C1;
    margin: 20px 10px 10px 10px;
    padding-top:10px;
    font-size:12px;
}
.login_img{
    /* display: flex;
    justify-content: space-around;    
    align-items: center; */
    margin: 20px 0;
}
.login_img > div{
    float: left;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}
.login_img div:first-child{
    margin-right: 20px;
}
.login_img > div > p{
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
}
.login_img img{
    width: 100px;
    height: 100px;
}
.loginSpan{
    border-right:1px solid #C1C1C1;
    padding-right:10px;
}
.loginSpan1{
    margin-left:10px;
color:#676767;
}
.contentFa{
    width:1180px;
    margin:0 auto;
}
.content1{
    float:left;
    width:1180px;
    margin:0 auto;
    margin-bottom:30px;
    margin-top:20px;
}
.introduce{
    width:274px;
    float:left;
    height:351px;
    background-color:#fff;
    border:1px solid #efefef;
    position:relative;
    text-align:left;
}
.introTitle{
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    margin:20px 20px 0 20px;

}
.introText{
    height:200px;
    line-height:30px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    width:226px;
    padding:17px 24px 10px 24px;
    color:#676767;
}
.introDetial{
    border:1px solid #efefef;
    width: 80px;
    padding: 5px 20px;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 15px;
}
.introImg{
    width:100px;
    height:75px;
    position:absolute;
    bottom:10px;
    right:10px;
}
.introImg:hover{
    animation: scale 2s normal;
}
.ty5 {    
    width: 1285px;
    margin: 0 auto;
    /* display: flex; */
    /* flex-direction: column; */
	background-color:#fff;
}
.scroll_wrap{
    overflow-y: scroll;
}
.swiper-slide_footer{
	width: 100%;
}
.ty5 .ty5_content{
    margin-top: 60px;
}
.ty5 .ty5_content .ty5_head{
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.ty5 .ty5_content .ty5_head:after{
	content:"";
	display:block;
	visibility:hidden;
	clear:both;
}
.ty5 .ty5_content .ty5_head .title{
    float: left;
    text-align: left;
    color: #333333;
    font-size: 30px;
    margin-left: 110px;
    height: 60px;
    line-height: 60px;
}
.ty5 .ty5_content .ty5_head .menu_aFa{
    float: right;
}
.ty5 .ty5_content .ty5_ccont{
    /* display: flex;
    flex-wrap: wrap; */
    
    align-items: center;
    margin-left: 100px;
}
.ty5 .ty5_content .ty5_ccont .ty5_right{
    float: left;
    background-image:url("../images/ty5backg.png");
    background-size: cover;
    border-radius: 8px;
    width: 370px;
    height: 430px;
    margin-right: 30px;
}
.ty5 .ty5_content .ty5_ccont .ty5_left{
    /* flex: 1; */
    float: left;
    width: 785px;
}
.inage_move_box{
    float: left;
    width: 500px;
    height: 330px;
}
.ty5 .ty5_content .ty5_ccont .ty5_right .finance_title{
    background-image: linear-gradient(#A75020,#813415);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.ty5 .ty5_content .ty5_ccont .ty5_right .finance_content{
    padding: 20px;
    border-radius: 8px;
    margin: 0 20px 20px 20px;
    background-color: #fff;
}
.ty5 .ty5_content .finance_tool_content{
    /* display: flex; */
    margin: 30px 100px 30px 150px;
    /* align-items: center; */
    /* flex-wrap: wrap; */
    /* justify-content: space-around; */
}
.ty5 .ty5_content .finance_tool_content .finance_tool{
    float: left;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    margin-right: 130px;
}
.ty5 .ty5_content .finance_tool_content .finance_tool:last-child{
    margin-right: 0;
}
.ty5 .ty5_content .finance_tool_content .finance_tool .finance_tool_icon{
    margin-bottom: 30px;
    display: block;
    width: 100%;
    text-align: center;
}
.ty5 .ty5_content .finance_tool_content .finance_tool p{
    margin-bottom: 10px;
}
.ty5 .ty5_content .finance_tool_content .finance_tool p a{
    color: #333;
    font-size: 16px;
}
.ty5 .ty5_content .finance_tool_content .finance_tool .subtit{
    font-size: 14px;
    color: #757575;
}
.ty5 .ty5_content .ty5_ccont .ty5_left_news{
    width: 675px;
}
.finance_content p{
    background-color: #FFF3C8;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #925E47;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 10px;
}
.finance_content p span{
    color: #FE8344;
}
.liss ul {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; */
}
.liss ul li{
    float: left;
    width:30%;
    height:205px;
    position:relative;
    box-shadow:0px 0px 9px #eeeeee;
    margin: 0 10px 20px 0;
    border-radius: 8px;
}
.liss ul li.menu_b_bottom{
    margin-bottom: 0;
}
.liss ul li .itemTitle{
    font-family: PingFangSC-Medium;
    font-size: 22px;
    color: #333;
    letter-spacing: 0;
    display:inline-block;
    margin:20px 20px 0 20px;
}
.liss ul li .itemTitle1{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    display:inline-block;
    margin:20px 20px 0 20px;
    float:right;
    right:5px;
}
.liss ul li div p{
    padding-left:10px;
    padding-top:10px;
    font-family: PingFangSC-Regular;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
}
.liss ul li div p a{
    color: #676767;
}
.liss ul li div p a:hover{
   color: #FF393E;
}
.liss ul li .itemImage{
    width: 120px;
    height: 120px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.liss ul li .re_01 .itemImage{
    background-image:url("../images/re_01.png");
}
.liss ul li .re_02 .itemImage{
    background-image:url("../images/re_02.png");
}
.liss ul li .re_03 .itemImage{
    background-image:url("../images/re_03.png");
}
.liss ul li .re_04 .itemImage{
    background-image:url("../images/re_04.png");
}
.liss ul li .re_05 .itemImage{
    background-image:url("../images/re_05.png");
}
.liss ul li .re_06 .itemImage{
    background-image:url("../images/re_06.png");
}
.itemImage:hover{
     animation: scale 2s normal;
}

.navbar_btn{
    display: none;
    padding: 20px 20px 15px 35px;
    background-color: #FF393E;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
  .navbar_btn div{
    width: 58px;
    height: 7px;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .mask{
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
  }
  .barofmenu_small{
    display: none;
    position: fixed;
    right: -550px;
    top: 0;
    z-index: 9;
    height: 100%;
    background-color: #B2382A;
    overflow-y: auto;
  }
  .barofmenu_small_active{
    right: 0;
    display: block;
  }
  .barofmenu_small .title{
    color: #fff;
    font-size: 18px;
    margin: 20px 0;
  }
  .barofmenu_small .close_navBar{
    color: #fff;
    font-size: 18px;
    margin: 20px 0;
  }
  .barofmenu_small .barofmenu_small_menu{
    margin: 120px 70px;
  }
  .barofmenu_small .barofmenu_small_menu > ul > li{
    padding: 20px;
    cursor: pointer;
    width: 370px;
  }
 
  .barofmenu_small .barofmenu_small_menu a {
    font-size: 45px;
    color: #fff;
  }
  .barofmenu_small .barofmenu_small_list{
    display: none;
    margin-top: 25px;
  }
  .barofmenu_small .barofmenu_small_list a{
    font-size: 40px;
  }
  .barofmenu_small .barofmenu_small_list li {
    width: 280px;
    padding: 20px 0 20px 50px;
  }
  .barofmenu_small .title {
    font-size: 45px;
  }
  /* .barofmenu_small .close_navBar {
    font-size: 45px;
  } */
.content2{
    margin: 0 auto;
}
.content3{
    text-align: center;
    padding-top:20px;
}
.content4{
    display:flex;
    justify-content: center;
    align-items: center;
    width:1180px;
    margin:0 auto;
    padding-bottom:50px;
}
.content4Item{
     flex:1;
     text-align: center;
}
.content4Img{
     margin-top:10px;
     width:100px;
     height:90px;
     border-radius:30px;
}
.content4Img:hover{
   
    animation: scale 2s normal;
}
@keyframes scale {
                0% {
                     transform:scale(1,1);
                }
                50% {
                     transform:scale(1.25,1.25);
                }
                100% {
                     transform:scale(1,1);
                }
            }
.content4Tip{
    margin-top:10px;
    
}
.content4Tip a{
color:#000!important;
}

.article2{
   width:100%;
   /* min-width:1263px; */
   background-color:#F8F8F8;
   padding:30px 0;
}

.iamgelist{
    position:fixed;
    bottom:50px;
    right:20px;
     z-index:1000;
}
.iamgelist div img{
    width:78px;
    height:78px;
}
.iamgelist div div img{
    width:90px;
    height:90px;
}
.wbank_1{
    display:none;
    position:absolute;
    top:0px;
    left:-150px;
    width:150px !important;
    height:160px !important;
 background-image:url("/images/background.png");
    background-size: 150px 80px;
    background-repeat:no-repeat;
}
.wbank_1 div{
    position:absolute;
    left:0;
    right:0;
    font-size:12px;
        margin-top: 20px;
    margin-left: 46px;
}
.wbank_1 div span{
    font-size:10px;
}
.wbank_1 img{
        margin-top: 40px;
    margin-left: 30px;
}

.iamgelist .wbank:hover .wbank_1{
    display:block;
    animation: action 0.2s linear 0s;
}
@keyframes action {
                0% {
                    left: -120px;
                }
               100% {
                    left: -150px;
                }
            }
.mbank_1{
    display:none;
    position:absolute;
    top:60px;
    left:-150px;
    width:150px !important;
    height:160px !important;
    background-image:url("/images/background.png");
    background-size: 150px 160px;
}
.mbank_1 div{
    position:absolute;
    left:0;
    right:0;
    font-size:12px;
        margin-top: 20px;
    margin-left: 26px;
}
.mbank_1 div span{
    font-size:10px;
}
.mbank_1 img{
        margin-top: 44px;
    margin-left: 28px;
}
.iamgelist .mbank:hover .mbank_1{
    display:block;
    animation: action 0.2s linear 0s;
}
.pbank_1{
    display:none;
    position:absolute;
    top:150px;
    left:-150px;
    width:150px !important;
    height:160px !important;
    background-image:url("/images/background.png");
    background-size: 150px 80px;
 background-repeat:no-repeat;
}
.pbank_1 div{
    position:absolute;
    left:0;
    right:0;
    font-size:12px;
        margin-top: 20px;
    margin-left: 46px;
}
.pbank_1 div span{
   font-size:10px;
   margin-left:-10px;
}
.pbank_1 img{
        margin-top: 40px;
    margin-left: 30px;
}
.iamgelist .pbank:hover .pbank_1{
    display:block;
    animation: action 0.2s linear 0s;
}

.myNews{
    display:flex;
    margin-top: 2px;
    padding-right: 2px;
}
.myItem{
    margin: 0 auto;
    flex:1;
    height: 330px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    overflow:hidden;
    width:500px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
}
.myImage{
    width:500px;
    height:330px;
    margin:2px;
}
.myInageMove{
 animation: myImage 15s infinite linear;
 white-space: nowrap;
}
.myInageMove:hover{
animation-play-state:paused;
}
@keyframes myImage {
    0% {
        margin-left: 0px;
    }
    25% {
        margin-left: -400px;
    }

    50% {
        margin-left: -800px;
    }
    75% {
        margin-left: -1200px;
    }
    100% {
        margin-left: -1560px;
    }
}