* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    background: #F5F5F5;
}


/*banner*/

.contact-banner {
    position: relative;
    width: 100%;
    margin-top: 100px;
}

.contact-banner img {
    width: 100%;
}

.contact-banner-fon {
    position: absolute;
    top: 35%;
    left: 15%;
    color: #000;
    font-size: 28px;
}


/*banner结束*/


/*地图*/

.map {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

.map-left {
    position: relative;
    /*float: left;
	width: 70%;*/
}

.map-list {
    position: absolute;
    width: 120px;
    height: 120px;
    padding: 35px 0;
    border-radius: 50%;
    text-align: center;
}

@-webkit-keyframes aniO {
    0% {
        -webkit-transform: scale(0.99);
        opacity: 1
    }
    60% {
        -webkit-transform: scale(1.05);
        opacity: 0.6
    }
    100% {
        -webkit-transform: scale(0.99);
        opacity: 1
    }
}

@-moz-keyframes aniO {
    0% {
        -moz-transform: scale(0.95);
        opacity: 1
    }
    60% {
        -moz-transform: scale(1.1);
        opacity: 0.6
    }
    100% {
        -moz-transform: scale(0.95);
        opacity: 1
    }
}

.list1 {
    top: 45%;
    right: 39%;
}

.bg {
    background: url(../images/circle.png) no-repeat;
    background-size: 100%;
    -webkit-animation: aniO 2s ease-in infinite;
    -moz-animation: aniO 2s ease-in infinite;
    -ms-animation: aniO 2s ease-in infinite;
    animation: aniO 2s ease-in infinite;
}

.list2 {
    top: 44%;
    left: 34%;
}

.list3 {
    top: 34%;
    left: 35%;
}

.list4 {
    top: 34%;
    right: 41%;
}

.list5 {
    top: 28%;
    right: 45%;
}

.list6 {
    top: 21%;
    right: 43%;
}

.list7 {
    top: 16%;
    right: 38%;
}

.map-right {
    width: 308px;
    display: none;
    position: absolute;
    top: 42%;
    right: 5%;
}

.contact-tips {
    position: absolute;
    bottom: 28%;
    right: 17.5%;
    color: #999;
}

.map-right h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #939297;
}

.map-right p {
    font-size: 16px;
}


/*地图结束*/


/*信息*/

.information {
    display: none;
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
}

.information-list {
    float: left;
    width: 33%;
}

.information-list h3 {
    font-size: 18px;
}

.information-list p {
    font-size: 12px;
    margin-bottom: 10px;
}


/*信息结束*/


/*邮件*/

.email {
    width: 1200px;
    margin: 0 auto;
}

.email-con {
    padding: 20px;
    margin-top: 20px;
    background: #fff;
}

.email-con input {
    height: 50px;
    border: none;
    border-bottom: 1px solid #000;
}

.email-con .name,
.company,
.tel {
    width: 32.1%;
    margin-right: 1%;
}

.email-con .con {
    width: 100%;
    margin-top: 30px;
}

.email-con .submit {
    margin-top: 50px;
    padding: 5px 40px;
    background: #B5010C;
    border: none;
    color: #fff;
}


/*邮件结束*/