
html {
    font-size:60px;
}

section{
    width: 100%;
    position: relative;
}

section>img{
    width: 100%;
}
@media (max-width:767px){
   section{
    width: 100%;
    position: relative;
    height: 21rem;
}
section img {
    height: 21rem;
}

.gudong_title{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}
.gudong_content{
    position: absolute;
    width: 24rem;
    left: 50%;
    top:6rem;
    transform: translateX(-50%);
    font-size: 0.3rem;
    color: #FFFFFF;
}

}
.gudong_proone div{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 2.8rem;
    text-align: center;
}
.gudong_proone div p span{
    color: #cc3333;
}
.gudong_proone div p{
    font-size: 1.5rem;
    color: #FFFFFF;
}
.gudong_proone  h1 {
    color: #ffffff;
     font-size: 1rem;
}

.gudong_proone div p:nth-child(2){
    font-size: 1rem;
    color: #FFFFFF;
}

/*2*/
.gudong_title{
    position: absolute;
    width: 100%;
    left: 0;
    top: 2.2rem;
    text-align: center;
}
.gudong_title p:nth-child(1){
    font-size: 1.0rem;
    color: #FFFFFF;
}
.gudong_title p:nth-child(2){
    font-size: 0.6rem;
    color: #FFFFFF;
	margin-bottom:3.0rem;
}

.gudong_content{
    position: absolute;
	padding-top:90px;
    width: 20rem;
    left: 50%;	
    bottom: 2.0rem;
    transform: translateX(-50%);
    font-size: 0.5rem;
    color: #FFFFFF;
}
.gudong_content p{
    text-indent:1.4em;
}

a {color:#ffffff;}
a:hover {
    color:#ffffff;
}

