.main{
    width: 1200px;
    margin: 0 auto;
}
.relative{
    position: relative;
}
body{
    margin: 0;
}
div{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
.flex{
    display: flex;
    align-items: center;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg{
   position: absolute;
   top: 0;
   z-index: 8;
   width: 100%;
}
.reg{
    position: absolute;
    top: 18px;
    right: 200px;
    background-color:#FFFFFF;
    height: 36px;
    width: 80px;
    color:  #4361E9;
    font-size: 16px;
    cursor: default;
}
.login{
    position: absolute;
    top: 18px;
    right: 80px;
    background-color: #4361E9;
    height: 36px;
    width: 80px;
    color: #fff;
    font-size: 16px;
    cursor: default;
}
.search-box{
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 580px;
}
.search{
    background-image: linear-gradient(to bottom, #F1F7FC,#FFFFFF);
    border-radius: 4px;
    padding: 30px 60px;
    box-shadow: 0px 8px 20px 0px #E2EEFC;
    border: 2px solid#fff;
}
.search-title{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 23px;
}
.yellow{
    color: #FF8833;
    font-size: 32px;
    margin: 0 10px;
}
.search-cont{
    display: flex;
    align-items: center;
}
.input{
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    /* border-radius: 4px; */
    transition: all .3s;
    touch-action: manipulation;
    appearance: none;
    flex: 1;
}
.input:focus{
    outline:none
}
.btn{
    width: 276px;
    height: 50px;
    background-color: #4361E9;
    color: #fff;
    margin-left: 20px;
}
.exa{
    margin-top:320px;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 80px;
}
.exa-l{
    background-image: url('../img/img/cont-l.png');
    background-size: 100% 100%;
    height: 501px;
    width: 50%;
  
}
.exa-row{
    display: flex;
    align-items: center;
    padding: 30px 30px;
    width: 87%;
}
.row-left{
    padding-right: 10px;
    width: calc(100% - 140px);
}
.row-title{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #4361E9;
    margin-bottom: 15px;
}
.row-title img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.row-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 133px;
    margin-left: auto;
}
.row-num {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.row-num img{
    width: 17px;
    height: 12px;
    margin-left: 8px;
}
.exa-r{
    width:50%;
    height: 443px;
    object-fit: contain;
}
.pic{
    background-image: linear-gradient(to bottom,#F3F7FB,#FFFFFF);
    padding: 78px 0;
}
.pic img{
    width: 100%;

}
.title-30{
    font-weight: bold;
    font-size: 30px;
    
}
.title-18{
    font-size: 18px;
    margin: 40px 0;
}
.bgMid{
    background-image: url('../img/img/bgMid.png');
    background-size: 100% 100%;
    width: 100%;
    padding: 94px 0;
}
.tag{
    display: flex;
    width: 100%;
    justify-content: space-between;
    
}
.tag-item1{
    background-image: url('../img/img/pic1.png');
    background-size: 100% 100%;
    width: 30%;
    height: 420px;
    padding: 40px 40px;
}
.tag-item2{
    background-image: url('../img/img/pic2.png');
    background-size: 100% 100%;
    width: 30%;
    height: 420px;
    padding: 40px 50px;
}
.tag-item3{
    background-image: url('../img/img/pic3.png');
    background-size: 100% 100%;
    width: 30%;
    height: 420px;
    padding: 40px 50px;
}
.mid-title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 90px;
}
.tag-title{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.tag-tips{
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}
.tag-cont{
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #777777;
}
.large{
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    margin: 0 10px;
}
.tips1{
    color: #4361E9;
    font-size: 20px;
    margin: 40px -20px 0 -20px;
    text-align: center;
}
.tips2{
    color: #FF5A5A;
    font-size: 20px;
    margin: 40px -20px 0 -20px;
    text-align: center;
}
.tips3{
    color: #FF8833;
    font-size: 20px;
    margin: 40px -20px 0 -20px;
    text-align: center;
}
.box{
    background-color: #F5FAFF;
    width: 500px;
    height: 720px;
    position: absolute;
    right: 0;
}
.box-img{
    width:140px ;
    height: 130px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.box-dot{
    position: absolute;
    top: 0;
    width: 66px;
    height: 50px;
}

.item1{
    position: absolute;
    right: 50px;
    display: flex;
    top: 40px;
}
.logo{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 30px;
}
.item-cont{
    border: 2px solid #fff;
    background-color: #FAFCFF;
    padding: 30px 30px;
    font-size: 18px;
    color: #666666;
    max-width: 450px;
}
.name{
    margin-top: 24px;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}
.big-old{
    position: absolute;
    top:100px;
    font-size: 30px;
    font-weight: bold;
    width: 420px;
}

.item2{
    position: absolute;
    right: 260px;
    display: flex;
    top: 255px;
}
.item3{
    position: absolute;
    right: 460px;
    display: flex;
    top: 500px;
}
.blue{
    background-color: #4361E9;
    position: relative;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
}
.blue-left{
    position: absolute;
    width: 368px;
    height: 180px;
    left: 0;
}

.blue-right{
    position: absolute;
    width: 368px;
    height: 180px;
    right: 0;
}
.blue-cont{
    display: flex;
    align-items:  center;
    padding: 0 40px;
}
.blue-tips{
    color: #fff;
}

.use{
    border: 1px solid #FFFFFF;
    height: 42px;
    width: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    margin-top: 40px;
}
.blue-title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 22px;
}
.blue-tips{
    padding-right: 60px;
}
.foot{
    background-color: #3D496B;
    padding: 50px 0;
    width: 100%;
}
.foot-left{
    font-size: 12px;
    color: #fff;
}
.foot-right{
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.link a{
    margin-right: 60px;
    color: #fff;
    font-size: 14px;
}
.code{
    margin-top: 56px;
    margin-bottom: 16px;
}
.qrcode{
    border: 1px solid#fff;
    background-color: #425776;
    padding: 6px 6px;
}
.qrcode img{
    width: 108px;
    height: 108px; 
}
.qr-tips{
    color: #BBBBBB;
    font-size: 14px;
    margin-top: 20px;
}

html, body {
        position: relative;
        height: 100%;
    }
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container1 {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.swiper-pagination-bullet-active{
    width: 18px !important;
    border-radius: 10px !important;
}
.infor{
    display: flex;
    font-size: 16px;
    color: #333333;
    margin-top: 57px;
}
.info-item{
    margin-right:140px;
}
.count{
    font-weight: bold;
    color: #4361E9;
    font-size: 40px;
 }

.myscroll { max-width: 450px; height: 80px; margin-left:auto; line-height: 26px; font-size: 12px; overflow: hidden;}
.myscroll li { 
    list-style:none !important;
    
}
.myscroll a { color: #333; text-decoration: none;}
.myscroll a:hover { color: #ED5565; text-decoration: underline;}

.model{
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
   
}
.model2{
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
   
}
.model3{
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
   
}
.model-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}
.banner{
    width: 640px;
    height: 760px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.close{
    width: 40px;
    height: 40px;
}
.close2{
    width: 40px;
    height: 40px;
}
.close3{
    width: 40px;
    height: 40px;
}
.ovfHiden {
    overflow: hidden;
    height: 100%;
    
}
.banner-pic{
    width:100%;
    height:615px;
    object-fit: cover;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 115px !important;
}
.str_wrap {
	overflow:hidden;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}

.str_wrap.str_active {
	background:#f1f1f1;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;

	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.line-4{
    font-size:26rpx;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.exa-row-2{
    margin-top: 25px;
}
.exa-num{
    font-size: 38px;
    font-weight:bold
}
.exa-tips{
    font-size: 14px;
    color: #707D97;
}
 @media screen and (max-width:767px)   {
    .show-pc{
        display: none !important;
    }
}
@media (min-width:768px) and (max-width: 1200px){
    .banner-pic{
        width:100%;
        height:415px
    }
    
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 85px !important;
    }
    .search-box{
        top: 356px;
    }
    .main{
        width: 100%;
        padding: 0 20px;
    }
    .exa{
        margin-top: 320px;
    }
    .exa-row{
        padding: 24px 24px;
    }
    .exa-row-2{
        margin-top:18px;
    }
    .row-right{
        width: 100px;
        margin-left: auto;
    }
    .exa-num{
        font-size: 24px;
        font-weight:bold
    }
    .row-left{
        width: calc(100% - 100px);
    }
    .exa-tips{
        color: #707D97;
        font-size:12px
    }
    .row-num img{
        width: 14px;
        height: 8px;
        margin: 0;
    }
    .exa-row{
        padding-right: 18px;
    }
    .big-old{
        top: 212px;
    }
    .item2{
        top: 374px;
    }
    .item3{
        right: 0;
        top: 560px;
    }
    .blue-left{
        display: none;
    }
    .blue-right{
        display: none;
    }
    .foot-left{
        padding-right: 10px;
    }
}
@media screen and (min-width:768px)   {
    .show-h5{
        display: none !important;
    }
    
}
@media (max-width:767px) and (min-width: 320px){
    .btn{
        width: 90px;
        height: 36px;
        font-size: 12px;
    }
    .input{
        font-size: 12px;
        height: 38px;
    }
    .banner{
        width: 80%;
        border-radius: 20px;
        margin-bottom: 20px;
        height: 400px;
    }
    .main{
        width: 100%;
        
    }
    .logo-name{
        font-size: 17px;
        text-align: center;
        padding: 14px 0;
        font-weight: bold;
    }
    .banner-pic{
        width:100%;
        height:200px
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 12px !important;
    }
    
    .swiper-pagination-bullet{
        width: 4px !important;
        height: 4px !important;
    }
    .swiper-pagination-bullet-active{
        width: 8px !important;
        border-radius: 4px !important;
        height: 4px;
    }
    .search-box{
        position: unset;
    }
    .search{
        background-image: none;
        padding: 20px 20px;
        box-shadow: none;
    }
    .search-title{
        font-size: 18px;
        margin-bottom: 24px;
        margin-top: 10px;
    }
    .yellow{
        font-size: 22px;
    }
    .btn{
        width: 90px;
    }
    .infor{
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .info-item{
        margin-right: 0;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .count{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .menu {width: 90%; margin: 10px auto; font-size: 12px;padding:0 15px; }
    .menu a {  color: #333; text-decoration: none;}
    .nav{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
        margin-top:50px;
    }
    .nav-item{
        width: 100%;
        box-shadow: 0px 2px 8px 0px rgba(227, 227, 227, 1);
        padding: 18px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .nav-item img{
        width: 25px;
        height: 25px;
    }
    .nav-title{
        font-size: 14px;
        font-weight: bold;
        margin-top: 16px;
        color: #4361E9;
        margin-bottom: 10px;
    }
    .line{
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px dashed #E8E8E8;
    }
    .row-num{
        display: flex;
        align-items: center;
        font-size: 10px;
    }
    .row-num img{
        width: 15px;
        height: 10px;
        margin-left: 5px;
    }
    .nav-pic{
        padding:0 20px ;
    }
    .nav-pic img{
        width: 100%;
        height: 246px;
        object-fit: contain;
        box-shadow: 0px 2px 8px 0px rgba(227, 227, 227, 1);
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .pic{
        padding: 40px 0;
    }
    .title-30{
        font-size: 18px;
    }
    .title-18{
        font-size: 12px;
        margin: 20px 0;
    }
    .pic img{
        width: 100%;
    }
    .bgMid{
        padding-top: 40px;
        background-image: linear-gradient(to bottom,#E4EEFE,#E0E9FE,#E0E9FE,#FFF);
        
    }
    .mid-title{
        font-size: 18px;
        margin-bottom: 40px;
    }
    .tag{
        padding: 0 20px;
       flex-wrap: wrap;
    }
    .tag-item1{
        background-image: url('../img/img/pic6.png');
        background-size: 100% 100%;
        width: 48%;
        height: 220px;
        padding: 20px 20px;
    }
    .tag-item2{
        background-image: url('../img/img/pic7.png');
        background-size: 100% 100%;
        width: 48%;
        height: 220px;
        padding: 20px 20px;
    }
    .tag-title{
        font-size: 16px;
    }
    .tag-tips{
        margin-top: 14px;
        font-size: 10px;
    }
    .tag-cont{
        margin-top: 20px;
        font-size: 14px;
    }
    .large{
        font-size: 26px;
        margin: 0px;
    }
    .tips1{
        font-size: 10px;
        margin-top: 20px;
        padding: 0 20px;
    }
    .tips2{
        font-size: 10px;
        margin-top: 20px;
        padding: 0 20px;
    }
    .tag-item3{
        background-image: url('../img/img/pic8.png');
        background-size: 100% 100%;
        width: 100%;
        height:230px;
        padding: 30px 30px;
        margin-top: 30px;
    }
    .tag-item3 .tag-title{
        font-size: 20px;
    }
    .tag-item3 .tag-tips{
        font-size: 12px;
    }
    .tag-item3 .tag-cont{
        margin-top:50px;
    }
    .tag-item3 .tips3{
        margin-top: 14px;
        font-size: 16px;
    }
    .list-title{
        padding-top: 10px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .list-tips{
        margin-bottom: 30px;
        font-size: 12px;
        text-align: center;
    }
    .list-box{
        background-color: #F5FAFF;
        padding: 20px 14px;
        margin-bottom: 40px;
    }
    .heads{
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .heads img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .list-cont{
        background-color: #FAFCFF;
        padding:14px 12px ;
        font-size: 12px;
    }
    .blue-cont{
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }
    .blue-tips{
        padding-right:  0;
        font-size: 10px;
    }
    .blue-title{
        text-align: center;
        font-size: 18px;
        margin-bottom: 14px;
    }
    .blue {
        padding: 30px 16px;
        height: auto;
    }
    .use{
        margin: 0;
        margin-top: 30px;
    }
    .foot {
        padding: 30px 20px 20px 20px ;
    }
    .foot-flex{
        flex-direction: column-reverse;
        align-items: center;
    }
    .foot-right{
        margin: 0;
    }
    .code{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .qrcode{
        background-color: #425776;
        padding: 6px 6px;
    }
    .foot-left{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}





