body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}
i{
    font-style:normal
}
li {
    list-style: none;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
input,
textarea,
button,
select,
div {
    outline: none;
}
.allcententBox{
    width: 100%;
}
.header_box {
    position: relative;
    width: 100%;
    height: 700px;
    background: url('/statics/images/yzb/yzb_bg.jpg') no-repeat;
    background-size: 100% 100%;
}
.jytj_button{
    display: block;
    position: absolute;
    bottom: 120px;
    left: 400px;
    width: 300px;
    height: 68px;
    text-align: center;
    color: #ffffff;
    background-color: #ed232f;
    border-radius: 34px;
    font-size: 30px;
    line-height: 68px;
    transition:all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);

}
.jytj_button:hover{
    transform:scale(1.1);
}
.content_box_top{
    width: 100%;
    height: 854px;
}
.content_title_box{
  width: 100%;
    margin-top: 60px;
}
.title_box{
    width:100%;
    text-align: center;
    font-size: 42px;
    margin: 0 auto;
    color: #333333;
    font-weight: 700;
}
.title_line{
    width: 100px;
    height: 4px;
    background-color: #2678f0;
    margin: 0 auto;
    margin-top: 18px;
}
.title_jies{
    width:100%;
    text-align: center;
    font-size: 22px;
    color: #666666;
    margin: 0 auto;
    margin-top: 20px;
}
.lunbo_box{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 586px;
    margin-top: 39px;
}
.zw_content_box{

}
.zw_left{
 display: flex;
    position: relative;
    align-items: center;
    height: 586px;
    margin-left: 128px;
}
.zw_right{
    display: flex;
    align-items: center;
    margin-left: 81px;
    height: 586px;
}
.zw_title{
    font-size: 34px;
    color: #333333;
    font-weight: 700;
}
.zw_line{
    margin-top: 20px;
    width: 135px;
    height: 4px;
    background-color: #2678f0;
}
.zw_describe{
    /*margin-top: 40px;*/
}
.zw_describe li{
    display: flex;
    align-items: center;
    margin-top: 31px;
}
.zw_describe li>img{
    width: 24px;
    height: 24px;
}
.zw_describe li>div{
    margin-left: 20px;
    font-size: 22px;
    color: #333333;
}
.quan{
    width: 465px;
    height: 465px;
    border-radius: 50%;
    background-color: #2678f0;
    opacity: 0.05;
}
.zui_button{
    width: 240px;
    height: 60px;
    background-color: #277af2;
    border-radius: 30px;
    font-size: 26px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    margin-top: 81px;
}
.shouji{
    position: absolute;
    left: 18%;
    width: 303px;
    height: 586px;
}
.zw_left_button{
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
    z-index: 20;
}
.zw_left_button>img{
    width: 60px;
    height: 60px;
}
.zw_right_botton{
    position: absolute;
    right: 0;
    top: calc(50% - 30px);
    z-index: 20;
}
.zw_right_botton>img{
    width: 60px;
    height: 60px;
}



.inform_box{
    width: 100%;
    padding-top: 58px;
    padding-bottom: 40px;
    background-color: #fafafa;
}

.txxx_box{
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #333333;
    margin-top: 39px;
    font-weight: 700;
}

.czlc_box{
    width: 1082px;
    margin: 0 auto;
    margin-top: 59px;
}
.czlc_box ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.czlc_box ul li{
    text-align: center;
}
.czlc_box ul li>div{
    margin-top: 20px;
    font-size: 18px;
    color: #333333;
}
.czlc_box ul li>i{
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
}
.liuc_img{
    width: 100px;
    height: 100px;
}
.jiantou{
    width: 183px;
    height: 19px;
}
.form_tian_box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 1162px;
    height: 791px;
    margin: 0 auto;
    margin-top: 48px;
}
.form_box{
    width: 700px;
    height: 720px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.tijiao{
    width: 340px;
    height: 68px;
    background-image: linear-gradient(0deg,
    #2678f0 0%,
    #4792ff 100%);
    cursor: pointer;
    border-radius: 4px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 68px;
    text-align: center;
    margin-top: 41px;
}






.ewm_content_box{
    width: 1204px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 60px 0;
}
.app_box{
    width: 400px;
    height: 400px;
    background: url('/statics/images/yzb/yzb_app.png') no-repeat;
    background-size: 100% 100%;
}
.xcx_box{
    width: 400px;
    height: 400px;
    background: url('/statics/images/yzb/yzb_xcx.png') no-repeat;
    background-size: 100% 100%;
}
.app_box>img{
    width: 289px;
    height: 300px;
    margin: 79px 55px 21px 55px;
}
.xcx_box>img{
    width: 289px;
    height: 300px;
    margin: 79px 55px 21px 55px;
}



.footer{
    width: 100%;
    padding-top: 98px;
    padding-bottom: 30px;
    background: url('/statics/images/yzb/footer_bg.png') no-repeat;
    background-size: 100% 100%;
}
.footerBox{
    width: 1200px;
    margin: 0 auto;
}
.footer_line{
width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.6;
}
.top_title_box{
    display: flex;
  justify-content: space-between;
    margin-top: 30px;
}
.box1 li,.box2 li,.box3 li{
    color: #ffffff;
    font-size: 14px;
    margin-top: 19px;
    opacity: 0.7;
}
.footerBox .footer_min_title{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 0px;
    opacity: 1;
}
.ewm_min_box{
    display: flex;
    justify-content: space-between;
    width: 283px;
}
.ewm_box_left>img{
    display: block;
    width: 130px;
    height: 130px;
}
.ewm_box_left>div{
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
    color: #ffffff;
}
.ewm_box_right>img{
    display: block;
    width: 130px;
    height: 130px;
}
.ewm_box_right>div{
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-top: 16px;
}
.gyh_list {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.4rem;
    margin-top: 77px;
}
.gyh_list a {
    color: #ffffff;
}
.gyh_list a div span{
    margin:0 42px;
    color: #ffffff;
}
.zuihou{
    text-align: center;
    color: #ffffff;
    line-height: 25px;
    margin-top: 39px;
    font-size: 12px;
}
.infor_box{
    margin-top: 20px;
    padding-bottom:30px;
    /*overflow: hidden;*/
}
.name_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 560px;
    margin: 0 auto;
    margin-top: 30px;

}
.name_box>img{
    display: block;
    width: 34px;
    height: 34px;
}
.name_box>span{
    font-size: 20px;
    color: #333333;
}
.name_box>input{
    width: 387px;
    height: 50px;
    text-indent: 10px;
    border-radius: 4px;
    border: solid 1px #dfdfdf;
    margin-left: 22px;
    font-size:20px;
}
.name_box>div>input{
    width: 338px;
    height: 50px;
    border-radius: 4px;
    border: none;
    font-size: 20px;
    text-indent: 10px;
    border-bottom: solid 1px #dfdfdf;
    border-top: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
}
.bian{
    width: 339px;
}
.name_box .laxialai{
    width: 52px;
    height: 52px;
    cursor: pointer;
}
.xuanxiang{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 389px;
    margin-left: 22px;
    /*border-bottom: solid 1px #dfdfdf;*/
    /*border-top: solid 1px #dfdfdf;*/
    /*border-left: solid 1px #dfdfdf;*/
}
.option_box{
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 10;
    background-color: white;
    border-bottom: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
}
.option_box li{
    cursor: pointer;
    width: 368px;
    height: 42px;
    line-height: 42px;
    padding-left: 19px;
    font-size: 14px;
    color: #999999;
}
.option_box li:hover{
    color: #ffffff;
    background-color: #2678f0;
}
.active{
    display: block;
}

.blockBox{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}
.blockBox .tan_bgground{
    width: 300px;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("/statics/gyh/service_hall/service_hall_img/cloud.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.tan_bgground h2{
    font-weight: 700;
    color: white;
    font-size: 24px;
    line-height: 70px;
    padding-bottom: 10px;
}
.tan_bgground h3{
    font-weight: 600;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-top: 1px;
}
.tan_bgground img{
    width: 140px;
    height: 140px;
    margin-top: 10px;
}