body{
    background: #edf6ff;
    font-family: siyuanSans;
    background-color: rgba(237, 246, 255, 1);
}

@font-face {
    font-family: "D-Din";
    src: url("../static/fonts/D-DIN-PRO-400-Regular.otf")
}
@font-face {
    font-family: "siyuanSans";
    src: url("../static/fonts/SourceHanSansCN-Regular.woff")
}
@font-face {
    font-family: "siyuanSerif";
    src: url("../static/fonts/SourceHanSerifCN.ttf")
}
@font-face {
    font-family: "titleblack";
    src: url("../static/fonts/titleblack.ttf")
}
@font-face {
    font-family: "pangshizhengdao";
    src: url("../static/fonts/pangshizhengdao3.0.TTF")
}
@font-face {
    font-family: "Alimama";
    src: url("../static/fonts/ALIMAMA_SHUHEITI_BOLD.TTF")
}
.box1{
    background: url('../static/images/bg11.png') no-repeat center top;
    width: 100%;
    height: 500px;
}

.box2{
    /* background: url(../static/images/bg2.png) center top; */
    background: #edf6ff;
    width: 100%;
    height: 580px;
}


.col-xs-3{
    width: 25%;
    float: left;
}
.col-xs-6{
    width: 50%;
    float: left;
}

.hide{
    display: none;
}

.disabled{
    opacity: 0.3;
}

/* 头部 */
.header{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.logo{
    width: 70px;
    margin-top: 11px;
    padding-right: 0;
    margin-right: -10px;
}

.header .linkBox{
    text-align: center;
    height: 80px;
    padding-top: 11px;
}
.header .linkBox a{
    text-decoration: none;
    color:white;
    font-size: 16px;
    font-weight: 400;
    margin-right: 4em;
    height: 68px;
    line-height: 80px;
    display: inline-block;
    padding: 0 0.5em;
}
.header .linkBox a:last-child{
    margin-right: 0;
}
.header .linkBox a.active,.header .linkBox a:hover{
    border-bottom: 3px solid #fff;
}
.loginBox{
    height: 80px;
    padding-top: 22px;
}
/* .header .right_btn {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    width: 115px;
    margin: 0 auto;
} */

.header .right_btn .button_t {
    display: inline-block;
    line-height: 32px;
    padding: 0 14px;
    color: #fff;
}

.header .right_btn .button_t:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    height: 34px;
}

.header .right_btn span {
    display: inline-block;
    width: 1px;
    height: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
    background: rgba(255, 255, 255, 0.4);
}

.mainContainer{
    position: relative;
    z-index: 999;
    width: 100%;
}

.maintitle{
    color: white;
    font-size: 60px;
    letter-spacing: 22px;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
    font-family: Alimama;
    text-shadow: 0px 5px 6px rgba(26, 160, 217, 1);
}   
.bgt{
    background: url(../static/images/zcpp2dt.png) center bottom no-repeat;;
    position: absolute;
    top: 326px;
    width: 918px;
    height: 109px;
    opacity: 1;
    border-radius: 15px;
}
.search{
    width: 918px;
    height: 435px;
    /* background: url('../static/images/searchBox.png') no-repeat center top; */
    margin: 77px auto 0;
    text-align: center;
    box-shadow: 3px 13px 30px  rgba(184, 228, 245, 0.33);
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
}
.bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 918px;
}
.searchTitle{
    width: 918px;
    line-height: 140px;
    height: 140px;
    font-size: 36px;
    color: rgba(0, 54, 77, 1);
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(60, 193, 230, 0.16) 0%, rgba(77, 216, 255, 0.01) 100%);
}

.searchBox{
    position: absolute;
    width: 643px;
    height: 62px;
    color: rgba(0, 54, 77, 1);
    top: 192px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 65px;
    /* background: rgba(237, 244, 252, 1); */
    z-index: 99999;
}

.searchBox>input{
    width: 100%;
    height: 100%;
    border: 0;
    padding: 13px 25px;
    border-radius: 65px;
    font-size: 16px;
    background: rgba(237, 244, 252, 1);
    box-shadow:inset 0px 2px 10px  rgba(64, 143, 255, 0.21);
}

.searchBox>input:focus{

}

.handleBtnBox{
    position: absolute;
    top: 270px;
    width: 390px;
    left: 28.8%;
    display: flex;
    justify-content: space-between;

}

.handleBtn1{
    padding: 13px 45px;
    font-size: 16px;
    border: 1px solid rgba(179, 212, 255, 1);
    background: linear-gradient(270deg, rgba(222, 240, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 95px;
    box-shadow: 5px 5px 15px 0px rgba(225, 236, 240, 1);
    cursor: pointer;
    color: rgba(43, 135, 255, 1);
}

.handleBtn2{
    padding: 13px 37px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(167, 216, 232, 1);
    background: linear-gradient(270deg, rgba(64, 143, 255, 1) 0%, rgba(24, 178, 255, 1) 100%);
    border-radius: 95px;
    box-shadow: 5px 5px 15px 0px rgba(140, 190, 255, 0.84);
    cursor: pointer;

}

.searchList{
    position: absolute;
    text-align: left;
    width: 350px;
    font-size: 16PX;
    margin-left: 15px;
    background: rgb(217, 242, 253);
    padding: 10px;
    z-index: 100;
}

.searchList>ul>li{
    margin: 5PX 0;
}

.searchList>ul .active{
    background-color: #fff;
}


/* 底部 */
.footer{
    position: absolute;
    width: 100%;
    height: 160px;
    opacity: 1;
    background-color: rgba(23, 181, 230, 1);
    color: white;
    text-align: center;
    bottom: 0;
}
.optbottomline{
    width: 70px;
    height: 1px;
    background-color: rgb(223, 223, 223);
    margin-top: 13px;

}