@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */


.m-hotspot{
    width: 100%;
    height: 370px;
    background: url("../images/home/hotspot .png") no-repeat;
    background-size:100% 100%;
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 12%);
}
.m-hotspot h4{
    padding: 24px 0 0 32px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}
.m-form{
    margin-top: 24px;
    margin-left: 80px;
}
.m-form-tit{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    font-weight: 400;
}
.m-form-content{
    margin: 24px 0 0 24px;
}
.m-form-content form{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.m-form-left{}
.m-form-left input{
    margin-bottom: 16px;
    margin-right: 8px;
}
.m-form-left input:last-child{
    margin-bottom: 0;
}
.m-form-right{
    display: flex;
    align-items: center;
    margin-right: 32px;
}
.m-form-right div{
    width: 88px;
    height: 32px;
    background: #D40C00;
    border-radius: 2px;
    line-height: 32px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    margin-right: 16px;
}
.m-form-right div button{
    border: none;
    outline: none;
    background: none;
    color: #fff;
    letter-spacing: 5px;

}
.m-form-right a{
    display: block;
    width: 88px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    line-height: 32px;
    text-align: center;
}





/*home*/
.m-search{margin-top: 8px; max-width: 480px; height: 32px;margin: 0 auto;}
.m-search .u-searchtext{padding-right: 65px; height: 32px; border: 1px solid #ddd; font-size: 14px;}
.m-search .u-searchbtn{right: 0; top: 0; width: 80px; height: 32px; background: #D40C00; border: none; border-radius: 0 2px 2px 0; font-size: 14px; color: #fff;}

/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {
    .is-main .u-ldzc ul li:nth-child(5n){margin-right: 0;}

}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    .is-main .u-ldzc ul li{margin-right: 80px;}
    .is-main .u-ldzc ul li:nth-child(4n) {margin-right: 0;}

}
/*pad md*/
@media screen and (max-width: 991px ){
    .is-main .u-ldzc ul li{margin-right: 80px !important;}
	.is-main .u-ldzc ul li:nth-child(3n) {margin-right: 0 !important;}

    .is-main .m-nav ul li{margin-right: 65px;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    .is-main .lg-form{width: 100%; padding: 10px;}


    .login-form {margin-top: 10px;}
    .is-main .m-nav ul li{font-size: 14px; margin-right: 10px;}

    .is-main .u-ldzc ul li{margin-right: 20px !important;}
    .is-main .u-ldzc ul li:nth-child(3n) {margin-right: 20px !important;}
	.is-main .u-ldzc ul li:nth-child(2n) {margin-right: 0 !important; z-index: 999;}
}
/*small xs*/
@media screen and (max-width: 638px) {
    

}