/******************************

注意！！！请勿直接用设计提供的css替换

**********************/

/*轮播图*/

#swiper1 {
    height: 54vh;
    width: 100vw;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-slide .title {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: -3px;
    font-size: 11px;
    color: rgb(102, 102, 102);
}

.swiper-pagination-bullet {
    background: none;
    opacity: 1;
    width: 13px;
    height: 13px;
    position: relative;
    outline: none;
    vertical-align: middle;
}

.swiper-pagination-bullet span {
    width: 3px;
    height: 3px;
    background: #ccc;
    display: block;
    border-radius: 50%;
}

.swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
    width: 10px;
    height: 10px;
    margin-top: 0;
    margin-left: 0;
    background: #ff8e00;
    position: relative;
    z-index: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 40px !important;
}

.swiper-pagination-bullet-active i {
    animation: middle 6s;
}

.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
    animation: first 6s;
}

.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
    animation: last 6s;
}


/* .swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-next {
    background-image: url("../img/right.png") !important;
} */

.swiper-button-next,
.swiper-button-prev {
    width: 70px !important;
    background-size: 15px 27px !important;
}

.swiper-container {
    z-index: auto !important;
}

.swiper-pagination {
    z-index: 2 !important;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }
    /*091*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }
    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }
    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }
    /*092*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0913*/
}


/* 弹框 */

.dai_hide {
    position: absolute;
    right: 2%;
    top: 4%;
    font-size: 1.3rem;
}

.dai_tan {
    width: 100%;
    height: 100%;
}

.dai_ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    text-align: center;
    width: 60%;
    left: 20%;
    padding: 5rem 2rem;
    border-radius: 1rem;
    background: #fff;
    z-index: 111;
    position: fixed;
    top: 15%;
    flex-wrap: wrap;
}

.dai_ul li {
    width: 22%;
}

.dai_ul li {
    margin: 0 0.5rem;
}

.dai_con {
    margin-top: 0rem;
}

.dai_text {
    color: #ccc;
    font-size: 1.2rem;
    line-height: 1.2;
}

.dai_img img {
    width: 100%;
}


/* 数据 */

.shuju {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0rem 0;
    background-color: #faf8f9;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    top: -72px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);
    box-shadow: 0 3px 3px 3px #d7e6eb;
}

.shuju li {
    text-align: center;
    width: 16.66%;
}

.shuju li div {
    font-weight: 700;
    padding: 0.2rem;
    box-sizing: border-box;
}
.shuju li div.shuju_name {
    font-size: 1.8rem;
}

.shuju li div img {
    width: 2.3rem;
    vertical-align: sub;
}
.shuju li div img.rzb {
    width: 2rem;
}
.shuju li div span {
    color: #ff8e00;
    font-size: 2.6rem;
    font-weight: 700;
    height: auto;
}


/* 特色 */

.basic_title {
    position: relative;
}

.basic_title .min_jj {
    font-size: 1.2rem;
    color: #cac8cb;
}

.basic_title .btns {
    font-size: 1.3rem;
    color: #807e81 !important;
    background-color: transparent;
    border: 1px solid #e5e3e6;
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    margin-top: 20px;
}

.tese {
    position: relative;
}
.tese1 {
    background: url('../img/lognns.jpg') no-repeat; 
    background-size: cover;
}

.tese img {
    width: 100vw;
    height: 100%;
}

.tese .test_post {
    position: absolute;
    top: 0;
    z-index: -1;
}

.tese_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 6;
}

.tese .tese_list li {
    position: relative;
    width: 33.33%;
}

.tese .tese_list li img {
    width: 70%;
    border-radius: 5px;
    margin-left: 16%;
}

.tese .tese_list li .roundimg {
    border-radius: 50%;
    padding: 0 45px;
}

.tese .tese_list .post {
    /* right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    text-align: center;
}

.tese .tese_list .post .pset_title {
    font-weight: 700;
    font-size: 1.8rem;
    color: #7b7b7b;
}

.tese .tese_list .post a .btns {
    /* background-color: rgb(255, 255, 255, .1); */
    /* border: 1px solid #7b7b7b; */
    /* color: #7b7b7b; */
    /* background-color: #ffc700; */
    color: #fff;
    /* width: 135px; */
    background: linear-gradient(to right, #ffc700, #e49600);
}

.newgoods {
    margin-top: 10.5rem;
    padding-bottom: 4rem;
    box-sizing: border-box;
}

.newgoods .tese_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.newgoods .tese_list li {
    width: 24%;
    position: relative;
    margin: 0 0rem 1rem 0;
    /* height: 200px; */
    background-color: #eef0f8;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 2rem;
}

.newgoods .tese_list img {
    width: 100%;
    height: 100%;
}

.newgoods .tese_list .imgbox {
    width: 100%;
    position: absolute;
    top: 7px;
    font-size: 1.5rem;
    left: 10px;
}
.newgoods .tese_list .newimgbox {
    width: 100%;
    height: 70px;
    background-color: #fff;
    text-align: center;
    line-height: 70px;
    
}
.newgoods .tese_list .newimgbox img{
    width: 80%;
    height: auto;
    margin: 0;
}

.newgoods .tese_list .imgbox img {
    border-radius: 5px;
}
.newgoods .tese_list .newtitles {
    font-size: 2rem;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fcad36;
    font-weight: bolder;
}
.newgoods .tese_list .newitems {
    display: flex;
    margin-top: 1;
}
.newgoods .tese_list .newitems .newitems_p{
    width: 33.33%;
    border-left: 1px solid rgba(0, 0, 0, .1);
}
.newgoods .tese_list .newitems .newitems_p:first{

    border-left: 0;
}
.newgoods .tese_list .newitems .newitems_p div{
    text-align: center;
    margin-top: 0.5rem;
}
.newgoods .tese_list .newitems .newitems_p div.edu{
    color: #0099ff;
    font-weight: 600;
}
.newgoods .tese_list .newitems .newitems_p .newitems_p_border{
   	color: #fcad36;
    font-weight: bolder;
}

.newgoods .tese_list .items {
    font-size: 1.4rem;
    padding: 0 1rem;
    width: 100%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 7;
}

.newgoods .tese_list .items .titles {
    font-size: 1.7rem;
    font-weight: 700;
    color: #65b8fc;
}

.newgoods .tese_list .items li {
    width: 100%;
    margin: 0.3rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newgoods .tese_list .items_main {
    display: flex;
    align-items: center;
}

.newgoods .tese_list .items_main ul {
    width: 70%;
}

.btnn {
    width: 5rem;
    height: 5rem;
    padding: 1rem;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    background-color: #f19304;
    box-sizing: border-box;
    color: #fff;
}

.newgoods .tese_list .items .btnn {
    background: linear-gradient(to right, #ffc700, #ff9c00);
}


/* 权威 */

.quanwei {
    padding-bottom: 3rem;
    box-sizing: border-box;
}

.quanwei .basic_title {
    padding-top: 3.5rem;
}

.quanwei_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quanwei_nav .btns {
    background-color: transparent;
    border: 1px solid #aeafaf;
    color: #7e807f;
    font-size: 1.3rem;
}

.basic_btn .btn {
    background-color: rgba(255, 255, 255, 0);
    /* color: #fff; */
    margin-right: 0;
    border: 1px solid #65b7fc;
}

.basic_btn .btn:hover {
    color: #fff;
    background: linear-gradient(to right, #65b8fc, #8293ff);
}

.basic_btn .active {
    color: #fff;
    background: linear-gradient(to right, #65b8fc, #8293ff);
    border: 0;
}

.aneirongs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 0;
    box-sizing: border-box;
    min-height: 350px;
}

.aneirongs .basic_pips {
    width: 36%;
    /* min-height: 300px; */
    position: relative;
}

.aneirongs .basic_pips img {
    width: 100%;
    height: 100%;
}

.quanwei .btnn {
    background-color: transparent;
    border: 2px solid #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    padding: 0.3rem 0.5rem;
}

.quanwei .phoun {
    width: 100%;
    padding: 0.8rem 1.2rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
}

.quanwei .phoun .phoun_titie {
    font-weight: 700;
    font-size: 1.5rem;
}

.quanwei .phoun .phoun_con {
    font-size: 1.3rem;
}

.quanwei .phoun .phoun_con span,
.basic_tits li .li_con span {
    color: #ff9c00;
}

.basic_tits {
    width: 60%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.basic_tits li {
    width: 49%;
    background-color: #fff;
    padding: 1.5rem;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 1.8rem;
    position: relative;
}

.basic_tits li:nth-child(3),
.basic_tits li:nth-child(4) {
    margin-bottom: 0rem;
}

.basic_tits li .li_tit {
    overflow: hidden;
/*     white-space: nowrap; */
/*     text-overflow: ellipsis; */
    width: 80%;
    font-weight: 700;
    font-size: 1.5rem;
}

.basic_tits li .li_con {
    font-size: 1.3rem;
    width: 70%;
    padding-top: 1rem;
    box-sizing: border-box;
    min-height: 64px;
}

.basic_tits li .btnn {
    background-color: transparent;
    box-sizing: border-box;
    color: #898989;
    border: 2px solid #898989;
    padding: 0.3rem 0.5rem;
}

.basic_pips .border-top {
    border-top: 2px solid #fff;
}

.basic_tits li .border-top {
    font-size: 13px;
    border-top: 2px solid #898b98;
}


/* 地方平台入口 */

.tese_listt {
    background-color: #fefefe;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 6;
}

.tese_listt li {
    padding: 1rem;
    width: 19%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    transform: translateY(1px);
    border-radius: 5px;
    margin-bottom: 1rem;
}

.tese_listt li img {
    width: 100%;
}

.tese_listt li .pset_title {
    padding-top: 1rem;
    color: #111111;
}


/* 融资实时 */

.shishi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #666;
    margin-top: 2rem;
}

.shishi .shishi_item {
    width: 48%;
    padding: 2rem;
    padding-top: 4rem;
    background-color: #faf8f9;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 3px 3px 3px #ccc;
    box-sizing: border-box;
    position: relative;
}
.shishi .shishi_item li {
    color: #666;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;

}

.shishi .shishi_item .swiper-slide{
   display: flex;
   justify-content: space-between;
   /* height: 270px; */
}
.shishi .shishi_item .swiper-slide .newzxcp{
    width: 47%;
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
 }
 .shishi .shishi_item .swiper-slide .newzxcp .divzx1{
    padding: 0 10px;
    font-size: 2rem;
    color: #000;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .shishi .shishi_item .swiper-slide .newzxcp .divzx2{
    padding: 0 10px;
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;   /*显示行数*/   
 }
 .shishi .shishi_item .swiper-slide .newzxcp .divzx3{
    padding: 0 10px;
    margin-top: 5px;
    text-align: right;
    margin-bottom: 1.5rem;
 }
 .shishi .shishi_item .swiper-slide .newzxcp .divzx3 a{

    color: #ff9900;

 }
.shishi .shishi_item  .swiper-button-next {
    background-image: url('../img/newr.png');
    background-size: 100% 100% !important;
    width: 36px !important;
    height: 36px !important;

}
.shishi .shishi_item  .swiper-button-prev {
    background-image: url('../img/newl.png');
    background-size: 100% 100% !important;
    width: 36px !important;
    height: 36px !important;

}
.shishi .btns {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    font-size: 2rem;
    /* background-color: #26b0e5; */
    padding: 0.7rem 2rem;
    background: linear-gradient(to right, #7cc0fa, #8293ff);
    font-weight: 600;
}


/* 移动端 */

.yidong {
    padding-bottom: 3rem;
    box-sizing: border-box;
}

.yidong .btnns {
    text-align: center;
    width: 6rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    box-sizing: border-box;
    color: #181a27;
    position: absolute;
    right: 2.5rem;
    top: 1.5rem;
}

.yidong .btnns .img_box {
    width: 3.5rem;
    margin: 3px auto;
}

.hezuojigou .tese_list img {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    width: 90%;
}
.yinhangjigou {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yinhangjigou li {
    width: 19%;
    padding-bottom: 20px;
}
.yinhangjigou li img{
    width: 100%;
    
    border-radius: 10px;
    height: auto;
}
.yinhangjigou li:hover{
   transform: scale(1.01);
}
.yidong .swiper-pagination-bullets {
    bottom: 0 !important;
}

.yidong .swiper-pagination-bullet-active {
    background: #ff9900;
}
/* 友情链接 */

.youqing {
    padding: 2rem 0;
    background-color: #f0eef1;
    box-sizing: border-box;
}

.youqing .tese_list {
    justify-content: space-between;
}

.youqing .tese_list li {
    width: 20%;
    /* height: 50px; */
}

.youqing .tese_list li img {
    width: 100%;
    /* height: 100%; */
}

@media (max-width: 767px) {
    #swiper1 {
        height: 250px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        /* bottom: 5px !important; */
        opacity: 0;
    }

    .shuju {
        top: -15px;
        justify-content: start;
    }
    .shuju li {
        width: 30%;
    }
    .shuju li div{
        font-size: 1rem;
    }
    .shuju li div span {
        font-size: 1.5rem;
    }
    .shuju li div.shuju_name {
        font-size: 1.5rem;
    }
    .shuju li div img {
        width: 1.3rem;
    }
    .shuju li div img.rzb {
        width: 1.1rem;
    }
    .swiper-slide img {
        height: 80%;
    }
    .tese1 {
        background: url('../img/lognns2.jpg') no-repeat; 
        background-size: cover;
    }
    .tese .tese_list li img {
        width: 100% !important;
        margin-left: 0;
    }
    .tese .tese_list li .roundimg {
        padding: 0 4px;
    }
    .basic_title .btns {
        display: block;
        margin: 15px auto 0 auto;
        position: static;
    }
    .btnn {
        width: 3.5rem;
        height: 3.5rem;
        padding: 0.5rem;
        font-size: 1rem;
        text-align: center;
        font-weight: 700;
        border-radius: 5px;
        background-color: #f19304;
        box-sizing: border-box;
        color: #fff;
    }
    .yinhangjigou li{

    }
    .yinhangjigou li img{
		 border-radius: 10px;
        

    }
    .newgoods .tese_list .items .titles {
        font-size: 1.2rem;
    }
    .newgoods .tese_list .newtitles {
        font-size: 1.8rem;
    }
    .newgoods .tese_list .newimgbox img{
        width: 90% !important;
    }
    .basic_tits li .li_tit,
    .basic_tits li .li_con{
        width: 80%;
    }
    .basic_btn .btn {
        padding: 6px;
    }
    .tese .tese_list li {
        width: 33%;
        /* margin-right: 3px; */
        margin-bottom: 5px;
    }
    .tese .tese_list2 li {
        width: 49%;
        /* margin-right: 3px; */
        margin-bottom: 10px;
        padding-bottom: 1rem;
    }
    .yinhangjigou li {
        width: 48%;
    }
    .newgoods .tese_list .imgbox {
        top: 3px;
        font-size: 1.3rem;
    }
    .newgoods {
        margin-top: 0;
    }
    .quanwei_nav .btns {
        margin: 0 auto;
    }
    .shishi .shishi_item {
        width: 100%;
        margin-bottom: 4rem;
    }
    .yidong {
        padding-bottom: 0rem;
    }
    .aneirongs .basic_pips {
        width: 100%;
    }
    .basic_tits {
        height: auto;
        width: 100%;
    }
    .basic_tits li {
        width: 100%;
    }
    .basic_tits li:nth-child(3),
    .basic_tits li:nth-child(4) {
        margin-bottom: 1rem;
    }
    .quanwei {
        padding-bottom: 0rem;
    }
    .youqing {
        padding-top: 0rem;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
    .newgoods .tese_list .items {
        font-size: 1.1rem;
        padding: 0 0.5rem;
    }
    .tese .tese_list .post .pset_title {
        font-size: 1.2rem;
    }
    .youqing .tese_list li {
        width: 48%;
        margin-bottom: 10px;
    }
    .dai_ul li {
        width: 43%;
    }
    .basic_tits li .border-top {
        font-size: 10px;
        border-top: 2px solid #898b98;
    }
    .shishi .shishi_item .swiper-slide .newzxcp .divzx2{
        min-height: 60px;  
     }
     .dai_ul {
         height: 70%;
         overflow: auto;
     }
     .tese_tan .dai_ul li {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*在992和1199像素之间的屏幕里,这里的样式才生效*/
}

@media (min-width: 1200px) {
    /*在大于1200像素的屏幕里,这里的样式才生效*/
}
@media (min-width: 1200px) {}

@media (min-width: 1921px) {
    .newgoods .tese_list .newimgbox img {
        width: auto;
        height: 70px;
    }
}

.bhzx_line{
 	background: #d8d8d8;
    width: 0.8px;
    height: 100%;
    position: relative;
    left: 2%;
    float: left;
}

/* 从app.css转移过来的，否则会影响bootbox弹框样式  */
.btn {
    background-color: #eeeeee;
    border-radius: 30px;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: 2rem;
    box-sizing: border-box;
    color: #a9a9a9;
}