
html {
    font-size:60px;
}

.gudong_content{
    width: 100%;
}
.gudong_content img{
    width: 100%;
}

.gudong_content>ul{
    width: 100%;
}
.gudong_content>ul>li{
    width: 33.33%;
    text-align: center;
    line-height: 1.5rem;
    float: left;
    font-size: 0.5rem;
    border-bottom: 1px solid #c0c0c0;
}


.gudong_content .one{
    width: 100%;
    padding: 1rem 1.7rem;
    display: none;
}
.gudong_content .one>img{
    float: right;
}
/*.gudong_content .one p{
    margin-top: 2rem;
}*/
.gudong_content .one p:nth-child(2){
    margin-top: 1rem;
}

.gudong_content .one p{
    font-size: 16px;
    color: #515151;
    text-indent: 2em;
    width: 100%;
    padding: 0 1rem;
}
.gudong_content .one p span{
    color: #cc3333;
}

.gudong_content .two{
    display: none;
    padding: 1.5rem 3rem 1.5rem 5rem;
}
.gudong_content .two h1{
    line-height: 1.5rem;
}
.gudong_content .two h3{
    font-size: 0.5rem;
}
.gudong_content .two p{
    font-size: 0.6rem;
}

.gudong_content .two .phone{
    width: 100%;
}

.gudong_content .two .phone li{
    width: 33.33%;
    float: left;
}
.gudong_content .two .email{
    width: 100%;
}
@media (max-width: 720px) {
    .gudong_content .two .email li{
    width: 100%;
    float: left;
    font-size: 0.4rem;
}
}
.gudong_content .two .email li{
    width: 33.33%;
    float: left;
    font-size: 0.4rem;
}
.gudong_content .two .adress{
    width: 50%;
}

.gudong_content .two .adress li{
    line-height: 1rem;
    font-size: 0.3rem;
}

@media (max-width: 767px){
    .gudong_content .two .ma {
        display: none;
    }
}
.gudong_content .two .ma{
    transform: translateY(-130%);
    width: 40%;
    float: right;
    text-align: center;
}

.gudong_content .two .ma  img {
    width: 1.869rem;
    height:1.888rem;
}
.gudong_content .three {
    width: 100%;
    text-align: center;
    display: none;
}
@media (max-width: 720px){
.gudong_content .three h2 {
    font-size: 1.5rem;
    padding: 0 3rem;
}
}
.gudong_content .three p:nth-child(1){
    font-size: 0.4rem;
    line-height: 1.3rem;
    padding: 1rem 3rem;
    text-align:left;
}

.gudong_content .three p:nth-child(3){
    font-size: 0.4rem;
    line-height:1.3rem;
    padding: 0.5rem 3rem;
}

.gudong_content .three ul{
    animation:animation 80s linear forwards infinite;
    width: 400%;
}
.gudong_content .three ul li{
    float: left;
    width: 12.5%;
    background-color: #fff;
}
.gudong_content .three ul li img{
    width: 90%;
}

.gudong_content .three .joinbutton{
    display: inline-block;
    background-color: #db1919;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    border: none;
    border-radius: 0.2rem;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 0.8rem;
    margin-top:0.5rem;
}
@keyframes animation {
    0%{transform:translateX(0)}
    100%{transform:translateX(-100%)}
}

.one.active{
    display: block;
}
.two.active{
    display: block;
}
.three.active{
    display: block;
}
.gudong_content .three .carousel-indicators li{
    /*border:none;*/
    width: 0.3rem;
    height: 0.3rem;
}
.gudong_content .three .carousel-indicators .active{
    border:#fff;
    width: 0.3rem;
    height: 0.3rem;
}

.gudong_content .carousel-inner {
    transform: translateX(20%);
    width: 70%;
}
.gudong_content .carousel-inner .item{
    width: 100%;
}
.gudong_content .carousel-inner .item>img{
    width: 100%;
}

.one a {
    color: #515151;
}
.one a:hover {
    color: #515151;
}
.info h4{
    font-size: 18px;
    font-weight: bold;
}
.gudong_content .one .info p{
    font-size: 16px;
    padding: 0;
}
.gudong_content .one .info{
    margin-bottom: 100px;
}