*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.bodys{
    min-width: 1200px;
    max-width: 1920px;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;

}
/*banner*/
.banner{
    width: 100%;
}
.banner > img{
    width: 100%;
}
/*合作*/
.cooperation{
    width: 60%;
    margin: auto;
    overflow: hidden;
}
.cooperation > div{
    float: left;
}
.cooperation-left , .cooperation-right{
    width: 48%;
    margin: 50px 0;
}
.cooperation-left{
    margin-right: 2%;
}
.cooperation-right{
    margin-left: 2%;
}
.cooperation li{
    list-style-type: disc;
    color: #666;
    margin-left: 40px;
}
/*联系我们*/
@media (max-width: 932px) {
	.contact{
    width: 80%;
    margin: auto;
    margin-bottom: 80px;
    overflow: hidden;
}
}
@media (min-width: 1024px) {
	
.contact{
    width: 50%;
    margin: auto;
    margin-bottom: 80px;
    overflow: hidden;
}
}

.biaoti{
    width: 250px;
    height: 50px;
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
}
.biaoti .title{
    font-size: 24px;
}
.biaoti .title>span{
    text-align: center;
	background: rgba(210,183,134,0.6);
	padding: 5px 15px;
	border-radius: 5px;
}
.xianz{
    width: 120px;
    height: 20px;
    background-color: #fff;
    font-size: 12px;
    color: #ccc;
    margin: 17px auto;
}
.contact-c{
    width: 100%;
    margin: 40px;
}
.contact-left{
    width: 100%;
}
.contact-left > div{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.contact-left > div > i{
    width: 80px;
    text-align: center;
    margin-right: 5px;
}
.map{
    width: 100%;
}
.contact-right{
    width: 100%;
    margin-left: 0;
}
.contact-c > div{
    float: left;
}
.forms > input{
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    margin: 8px 0 12px 0;
    background: #f8f8f8;
    border-style: none;
    border: 1px dashed #cdcdcd;
	padding: 0 10px;    
    outline: none;
}
.forms > textarea{
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    resize: none;
    outline: none;
    border-style: none;
    border: 1px dashed #cdcdcd;
    margin: 5px 0 12px 0;
    background: #f8f8f8;
    padding: 10px;    
}
.sub{
    width: 100px;
    height: 40px;
    border-style: none;
    background-color: #d2b786;
    color: #fff;
}
.cooperation-ul {
    margin-top: 10px;
}
.cooperation-ul li{
    margin-bottom: 10px;
	margin-left: 20px;
}