
/*====================================================
                   CONTACT-P1
======================================================*/
#contact-p1{
	padding: 100px 0 50px 0;
}

#contact-p1 .contact-p1-cont p{
	padding-right: 20px;
	font-size: 15px;
}

#contact-p1 .contact-p1-cont2 address,
#contact-p1 .contact-p1-cont2 address a{
	color:#666;
}

/* 首页口风琴处 */
.contact-p3{
    margin: 20px 0 30px 0;
}
.accordion{
    margin-top: 4%;
}
.card{
    position: relative;
}
.card>.add,.addtwo,.addthree,.addfour{
    font-size: 35px;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}
.card>a{
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 35px;
    cursor: pointer;
    position: relative;
}
.card>a>.addlast{
    position: absolute;
    top: 0;
    right: 20px;
}


.iptall{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.iptall>div:nth-of-type(1){
    font-size: 25px;
    margin-right: 25px;
    width: 13.3%;
}
.iptall input{
    width: 500px;
    height: 50px;
}
.ipttxt{
    display: flex;
    margin-top: 30px;
}
.ipttxt>div:nth-of-type(1){
    font-size: 25px;
    margin-right: 25px;
    width: 13.3%;
}

.iptbtn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
.iptbtn>div:nth-of-type(1){
    display: flex;
    align-items: center;
}
.iptbtn input{
    width: 33px;
    height: 33px;
    margin-right: 15px;
    font-size: 18px;
}
#btn{
    width: 220px;
    height: 45px;
    background-color: rgb(47,85,151);
    color: #fff;
    font-size: 25px;
    margin: 20px 0 30px 0;
}

#name,#county,#email{
    color: red;
    padding: 0 0 0 85px;
    display: none;
}
#agree{
    color: red;
    display: none;
}
#common{
    display: none;
    color: red;
}
#box{
    width: 100%;
    display: flex;
}
.btn{
    width: 50%;
}

@media screen and (max-width:1098px) {
    .ipttxt>div:nth-of-type(1),.iptall>div:nth-of-type(1){
        font-size: 18px;
    }
    .iptall input{
        width: 250px;
        height: 30px;
    }
    #box{
        display: flex;
        flex-direction: column;
    }
    .btn{
        width: 100%;
    }
    .iptbtn{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
}

/* 联系我们图片样式处 */
.gocall {
    position: fixed;
    top: 70%;
    right: 0;
}
.gocall > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
.gocall > span {
    font-size: 18px;
}
