/* CSS Document */
@font-face {
font-family:"siyuan";
src:url("../font/SourceHanSansSC.otf");
}

*{
margin:0;
padding:0;
border:0;
}

a{
text-decoration: none;
}

a:visited{
text-decoration: none;
}

a:hover{
text-decoration: none;
}

a:active{
text-decoration:none;
}

.header-box{
display:flex;
justify-content:space-between;
}

.header-logo{
width:30%;
margin-top:3%;
margin-left:4%;
}

.header-back{
width:12%;
margin-top:4%;
margin-right:5%;
}

.header-back img{
width:50%;
}

.header-muel{
z-index:100;
position:absolute;
display:none;
}

.header-muel li{
font-family:"siyuan";
font-size:1rem;
}

.header-muel li a{
color:#000000;
}

.center-box{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
}

.center-aboutcitybenefit{
margin-top: 5%;
}

.center-citymarketing{
width:83%;
margin-top:7%;
}

.center-custommademarketing{
width:100%;
margin-top:7%;
display: flex;
align-items:start;
}

.center-custommademarketing img{
width:40%;
margin-bottom: 10%
}

.center-des{
width:83%;
margin-top:3%;
}

.center-des video{
width:100%;
margin-top: 3%;
margin-bottom: 20%;
}

.center-des p{
font-family:"siyuan";
font-size:1.2rem;
margin-top: 3%;
font-weight:100;
}

.center-des p span{
font-family:"siyuan";
font-size:1.9rem;
margin-top: 3%;
color: #00E408;
font-weight: bold;
}

.center-foot{
width:85%;
margin-top:4%;
display:flex;
justify-content:space-between;
align-items:center;
}

.center-foot-word{
width:60%;
}

.center-foot-word p{
font-family:"siyuan";
font-size:1.6rem;
font-weight:bold;
}

.center-foot-innerbottom{
width:25%;
}

footer{
background-color:#1D2087;
border:1px solid #1D2087;
}

.foot-box{
width:90%;
margin-top:10%;
margin-bottom:10%;
margin-left:5%;
margin-right:5%;
display:flex;
justify-content:space-between;
align-items:center;
}

.foot-left{
width:30%
}

.foot-left p{
font-family:"siyuan";
font-size:0.8rem;
color:#FFFFFF;
font-weight:100;
}

.foot-qr{

}

.foot-qr img{
width:30%;
margin:5%;
}

.foot-right{
width:65%;
margin-left:5%;
}

.foot-form{
display:flex;
}

.foot-form-word{
width:35%;
padding-top:1%;
padding-bottom:1%;
margin-top:1%;
margin-bottom:1%;
background-color:#861D5F;
font-family:"siyuan";
font-size:80%;
color:#FFFFFF;
display:flex;
justify-content:center;
align-items:center;
height:2rem;
}
.foot-form-input{
width:55%;
padding-top:1%;
padding-bottom:1%;
padding-left:1%;
padding-right:1%;
margin-top:1%;
margin-bottom:1%;
background-color:#9796C0;
font-family:"siyuan";
font-size:80%;
color:#9796C0;
display:flex;
justify-content:center;
height:2rem;
}

.foot-form-input input{
width:100%;
height:95%;
background-color:#9796C0;
border:1px solid #9796C0;
color:#CCCCCC;
font-family:"siyuan";
font-size:80%;
}

.foot-form-text{
width:90%;
padding-top:1%;
padding-bottom:1%;
padding-left:1%;
padding-right:1%;
margin-top:1%;
margin-bottom:1%;
background-color:#9796C0;
font-family:"siyuan";
font-size:80%;
color:#9796C0;
display:flex;
justify-content:center;
height:3.5rem;
}

.foot-form-text textarea{
width:100%;
height:70%;
background-color:#9796C0;
border:1px solid #9796C0;
color:#CCCCCC;
font-family:"siyuan";
font-size:80%;
resize:none;
}

.foot-form-submit{
width:50%;
padding-top:1%;
padding-bottom:1%;
padding-left:1%;
padding-right:1%;
margin-top:5%;
margin-bottom:3%;
background-color:#98C35A;
font-family:"siyuan";
font-size:80%;
color:#FFFFFF;
display:flex;
justify-content:center;
border-radius:15px 15px 15px 15px;
height:2.8rem;
}


/*修改提示字体颜色*/
::-webkit-input-placeholder {
color: white;}
::-moz-placeholder{
color: white;}
::-moz-placeholder{
color: white;}
::-ms-input-placeholderf{
color: white;}