/*.swiper*/
.swiper_wrap ,.swiper-container{
    width: 100%;
    height:500px;
}
.swiper_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*搜索*/ 
.search_wrap{
    width: 100%;
    height: 76px;
    background: #F9F9F9;
}
.search{
    width: 1200px;
    line-height: 76px;
}
.search_l span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.search_l li{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ACACAC;
    margin-right: 30px;
    cursor: pointer;
}
.search_r{

}
.search_r_box{
    overflow: hidden;
    width: 356px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #ACACAC;
    border-radius: 18px;
    box-sizing: border-box;
    margin-top: 21px;
    padding-left: 10px;
    box-sizing: border-box;
}
.search_r_box input:focus{
    outline: none;
}
.search_r_box input{
    background: #F9F9F9;
}
.search_btn{
    cursor: pointer;
    width: 67px;
    height: 35px;
    background: #089AE1;
    border-radius: 18px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}
/* /二维码 */
.qrCode_wrap{
    width: 100%;
    height: 540px;
    background: #EAF6FC;
}
.qrCode{
    width: 1000px;
    padding-top: 120px;
}
.qrBox{
    padding-top: 50px;
    box-sizing: border-box;
    width: 243px;
    height: 306px;
    /* background: #FFFFFF; */
    box-shadow: 0px 5px 7px 0px rgba(88, 92, 93, 0.1);
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 30px;
	background-image: url(../../img/index/wembj.png);
	background-size: 100% 100%;
}
.qrBox img{
    width: 152px;
    height: 152px;
}
.qrBox p{
    margin-top: 20px;
}
.contact_box{
    margin-left: 80px;
}
.contact_box > h2{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
}
.contact_box > p{
    margin: 13px 0 32px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
}
.contact_num{
    width: 303px;
    min-height: 172px;
    background: #E1F0F8;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13), 0px 2px 16px 0px rgba(92, 134, 157, 0.13);
    border-radius: 5px;
    padding: 27px 25px;
    box-sizing: border-box;
}
.contact_num p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
}
.contact_num h2{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
}
.contact_num div{
	font-size: 14px;
	color: #666;
	margin-bottom: 25px;
}
/* 信息填写 */
.addMsg_wrap{
    width: 100%;
    height: 540px;
}
.addMsg{
    width: 550px;
}
.addMsg h2{
    text-align: center;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    padding-top:80px;
}
.addMsg p{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    margin-bottom: 63px;
}
.input_box{
    width: 544px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #18A1E4;
    border-radius: 21px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
}
.input_box input:focus{
    outline: none;
}
input::-webkit-input-placeholder { 
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0599E0;
} 
.addMsg_btn{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 544px;
    height: 45px;
    background: #089AE1;
    border-radius: 21px;
    line-height: 45px;
    text-align: center;
    transition: all .5s;
}
.addMsg_btn:hover{
    background: #FFFFFF;
    color: #089AE1;
    line-height: 43px;
    box-sizing: border-box;
    border: 1px solid #089AE1;
}
/*关于*/
.about_wrap{
    width: 100%;
    height: 690px;
    background: #EAF6FC;
}
.about{
    width: 1200px;
}
.about_title{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    padding-top: 100px;
    text-align: center;
}
.about_con{
    box-sizing: border-box;
    padding-top: 67px;
    margin-top: 38px;
    height: 458px;
    background: url("/static/img/index/12312313123.png") no-repeat;
    background-size: 100% 100%;
}
.about_con video{
    display: block;
    width: 533px;
    height: 350px;
    margin: 0 auto 0;
    padding-left: 20px;
    border-radius: 10px;
}
/* 位置 */
.site_wrap{
    width: 100%;
    height: 580px;
}
.site{
    width: 1200px;
}
.site h2{
    font-size: 14px;
    color: #363636;
    font-weight: 400;
    padding-top: 80px;
}