/*link*/

.link {
    width: 100%;
    min-width: 1200px;
    height: auto;
    border-top: 2px solid #2c69b3;
    border-bottom: 2px solid #dfdfdf;
    margin-top: 20px;
}

.group {
    width: 1200px;
    height: 40px;
    line-height: 40px;
}

.group ul li {
    width: auto;
    height: 40px;
    padding: 0 30px;
    float: left;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.group ul li:hover {
    color: #666;
}
.group ul li i {
    width: 10px;
    height: 6px;
    background: url(/images/link-icon.png) no-repeat center;
    display: inline-block;
    margin-left: 10px;
}
.group ul li.current {
    background: #fff;
}
.group ul li.current i {
    background: url(/images/link-icon.png) no-repeat center;
    transition: all 0.3s linear;
    transform: rotate(360deg);
    transform-origin: center;
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -moz-transform: rotate(360deg);
    /* Firefox */
    -webkit-transform: rotate(360deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(360deg);
}

.frdlinks-links-box-cnt {
    width: 1200px;
    height: auto;
    background: #fff;
    display: none;
}

.frdling-cnt-box {
    width: 1170px;
    height: auto;
    padding: 15px;
}

.frdling-cnt-box li {
    width: 195px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
}

.foot_back {
    width: 100%;
    height: 200px;
    background: #fff;
}

.foot {
    position: relative;
    width: 1200px;
    height: 100%;
}

.footicon1 {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 0;
    width: 80px;
    height: 80px;
}

.footcon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 50px 0;
}

.footcon .footcon1 {
    height: 44px;
    line-height: 44px;
    color: #666;
}

.footcon .footcon1 a {
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

.footcon .footcon2 {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.body-back {
    background: #f9f9f9;
}