/* ----------------------relation-icon-box------------------------------ */
.relation-icon-box{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 60px 0 80px 0;
}
.relation-icon{
    width: 1400px;
    margin: 0 auto;
}
.relation-icon ul{
    margin-left: -2%;
}
.relation-icon ul li{
    width: 23%;
    margin-left: 2%;
    float: left;
    height: 266px;
    background-color: #f6f6f6;
    border-top: 2px solid #e9532a;
    text-align: center;
    padding: 40px 30px 0 30px;
    position: relative;
}
.relation-icon ul li:before{
    content: '';
    width: 100%;
    height: 0%;
    background-color: #e9532a;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all .6s;
    z-index: 1;
}
.relation-icon ul li:hover:before{
    height: 100%;
}
.relation-icon ul li h6{
    width: 74px;
    height: 74px;
    border-radius: 100%;
    border: 1px solid #dcdcdc;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all .8s;
}
.relation-icon ul li h6 i{
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    transition: all .8s;
}
.relation-icon ul li h5{
    font-size: 20px;
    color: #333;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    transition: all .8s;
}
.relation-icon ul li p{
    font-size: 15px;
    color: #555;
    margin-top: 12px;
    position: relative;
    z-index: 2;
    transition: all .8s;
}

.relation-icon ul li:nth-child(1) h6 i{
    width: 30px;
    height: 40px;
    margin-top: 17px;
    background-image: url('../images/relation/icon_1.png');
}
.relation-icon ul li:nth-child(1):hover h6 i{
    background-image: url('../images/relation/icon_1H.png');
}
.relation-icon ul li:nth-child(2) h6 i{
    width: 31px;
    height: 31px;
    margin-top: 21.5px;
    background-image: url('../images/relation/icon_2.png');
}
.relation-icon ul li:nth-child(2):hover h6 i{
    background-image: url('../images/relation/icon_2H.png');
}
.relation-icon ul li:nth-child(3) h6 i{
    width: 37px;
    height: 27px;
    margin-top: 23.5px;
    background-image: url('../images/relation/icon_3.png');
}
.relation-icon ul li:nth-child(3):hover h6 i{
    background-image: url('../images/relation/icon_3H.png');
}
.relation-icon ul li:nth-child(4) h6 i{
    width: 38px;
    height: 30px;
    margin-top: 22px;
    background-image: url('../images/relation/icon_4.png');
}
.relation-icon ul li:nth-child(4):hover h6 i{
    background-image: url('../images/relation/icon_4H.png');
}

.relation-icon ul li:hover h6{
    border:1px solid #fff;
}
.relation-icon ul li:hover h5{
    color: #fff;
}
.relation-icon ul li:hover p{
    color: #fff;
}



/* ----------------------relation-map-box------------------------------ */
.relation-map-box{
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    background-color: #f1f1f1;
}
.relation-map{
    width: 1400px;
    margin: 0 auto;
}
.relation-map-title{
    width: 100%;
    overflow: hidden;
    padding: 0 0 30px 0;
    text-align: center;
}
.relation-map-title h6{
    font-size: 36px;
    color: #333;
    font-weight: bold;
}

.relation-map-matter{
    width: 100%;
    height: 486px;
    overflow: hidden;
}
.relation-map-left{
    width: 56.5%;
    float: left;
    overflow: hidden;
}
#allmap{
    width: 100%;
    height: 486px;
}



.relation-map-right{
    width: 40%;
    overflow: hidden;
    float: right;
    margin-top: -10px;
}
.relation-map-right h6{
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}
.relation-map-right h5{
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}
.relation-map-right h6 input{
    width: 100%;
    height: 50px;
    border: none;
    background-color: #fff;
    text-indent: 1em;
    font-size: 14px;
    color: #777;
}
.relation-map-right h6 textarea{
    width: 100%;
    height: 100px;
    border: none;
    background-color: #fff;
    font-size: 14px;
    color: #777;
    padding: 10px 10px 10px 0;
    text-indent: 1em;
}

.relation-map-right span{
    font-size: 14px;
    color: #777;
}
.relation-map-right p{
    display: inline-block;
    width: 165px;
    height: 50px;
    overflow: hidden;
    background-color: #fff;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 0 10px;
}
.relation-map-right h5 input{
    width: 120px;
    height: 50px;
    border: none;
    background-color: #fff;
    text-indent: 1em;
    font-size: 14px;
    color: #777;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 16px;
}
.relation-map-right button{
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #898989;
    cursor: pointer;
    margin-top: 10px;
    border: none;
}
.relation-map-right button:hover{
    background-color: #e9532a;
}
.relation-map-right input:focus{
    border: 1px solid #e9532a;
}
.relation-map-right textarea:focus{
    border: 1px solid #e9532a;
}

/* ---------------------------------------------------- */


/* -------------------------PC绔?-------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {
    .relation-icon {
        width: 94%;
        margin-left: 3%;
    }
    .relation-map {
        width: 94%;
        margin-left: 3%;
    }
}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------鎵嬫満绔?------------------------- */

@media all and (max-width:1000px) {
    .relation-icon ul{
        margin-left: 0%;
    }
    .relation-icon ul li {
        width: 100%;
        margin-left: 0%;
        margin-top: 4%;
    }
    .relation-icon-box {
        padding: 24px 0 24px 0;
    }
    .relation-map-left {
        width: 100%;
        float: unset;
    }
    .relation-map-right {
        width: 100%;
        float: unset;
        margin-top: 16px;
    }
    .relation-map-matter {
        height: auto;
    }
    .relation-map-title h6 {
        font-size: 22px;
    }
    #allmap {
        width: 100%;
        height: 330px;
    }
    .relation-map-box {
        padding: 24px 0;
    }
    .relation-map-right h5 input {
        width: 110px;
        margin: 0 0 0 4px;
    }
    .relation-map-right p {
        width: 110px;
        margin: 0 0 0 4px;
    }
}

.relation-map-right p img{
    width: 100%;
    height: 50px;
}




/* ---------------------------------------------------- */





