/* banner start */
.bannerbox {
    width: 100%;
    min-width: 1180px;
    height: 664px;
    overflow: hidden;
    position: relative;
}

.bannerbox .hd {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 15px;
    overflow: hidden;
    z-index: 1;
}

.bannerbox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.bannerbox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 28px;
    height: 3px;
    background: #fff;
    cursor: pointer;
}

.bannerbox .hd ul li.on {
    background: #003e95;
    color: #fff;
}

.bannerbox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.bannerbox .bd li {
    height: 664px;
    zoom: 1;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bannerbox .prev, .bannerbox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.bannerbox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.bannerbox .prev:hover, .bannerbox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
/* banner end */
/* product start */
.product {
    width: 100%;
    min-width: 1180px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f8f8f8;
}
.alltitle {
    width: 260px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.alltitle h3 {
    position: relative;
    margin-bottom: 13px;
    font-size: 30px;
    line-height: 30px;
}
.alltitle h3::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 46px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #999;
}
.alltitle p {
    margin-top: 20px;
    line-height: 12px;
    font-size: 12px;
    color: #8c8c8c;
    text-transform: uppercase;
}
.product .alltitle {
    margin-top: 40px;
}
.product .proclass {
    width: 1180px;
    height: 40px;
    margin: 36px auto 38px;
    text-align: center;
}
.product .proclass li {
    display: inline-block;
    width: 143px;
    height: 40px;
    margin-left: 33px;
    margin-right: 33px;
}
.product .proclass li a {
    display: block;
    width: 143px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    background-color: #e6e6e6;
}
.product .proclass li a:hover, .product .proclass li.active a {
    color: #fff;
    background-color: #003e95;
}
.product .product-list {
    width: 1180px;
    height: 524px;
    margin: 0 auto;
    margin-bottom: 45px;
}
.product .product-list li {
    position: relative;
    width: 293px;
    height: 260px;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: #fff;
}
.product .product-list li .proimg {
    display: block;
    width: 291px;
    height: 258px;
    overflow: hidden;
}
.product .product-list li .proimg img {
    width: 291px;
    height: 258px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.product .product-list li:hover .proimg img {
    transform: scale(1.04) rotate(1deg);
}
.product .product-list li .proname {
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 100%;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
    font-size: 16px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    box-sizing: border-box;
}
.product .product-list li .proname.active {
    -webkit-animation: pronamemove .8s linear;
    -moz-animation: pronamemove .8s linear;
    -o-animation: pronamemove .8s linear;
    animation: pronamemove .8s linear;
}
@-webkit-keyframes pronamemove {
    0% {
        left: 50%;
    }
    25% {
        left: 46%;
    }
    50% {
        left: 50%;
    }
    75% {
        left: 54%;
    }
    100% {
        left: 50%;
    }
}
@-moz-keyframes pronamemove {
    0% {
        left: 50%;
    }
    25% {
        left: 46%;
    }
    50% {
        left: 50%;
    }
    75% {
        left: 54%;
    }
    100% {
        left: 50%;
    }
}
@-o-keyframes pronamemove {
    0% {
        left: 50%;
    }
    25% {
        left: 46%;
    }
    50% {
        left: 50%;
    }
    75% {
        left: 54%;
    }
    100% {
        left: 50%;
    }
}
@keyframes pronamemove {
    0% {
        left: 50%;
    }
    25% {
        left: 46%;
    }
    50% {
        left: 50%;
    }
    75% {
        left: 54%;
    }
    100% {
        left: 50%;
    }
}
.product .product-list li i.line {
    position: absolute;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    background-color: #6099e8;
}
.product .product-list li i.line1 {
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
}
.product .product-list li i.line2 {
    top: calc(100% + 1px);
    left: -1px;
    width: 1px;
    height: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.product .product-list li i.line3 {
    top: -1px;
    right: -2px;
    width: 1px;
    height: 0;
} 
.product .product-list li i.line4 {
    right: -1px;
    bottom: -1px;
    width: 0;
    height: 1px;
} 
.product .product-list li:hover .line1 {
    width: 293px;
}
.product .product-list li:hover .line2 {
    height: 260px;
}
.product .product-list li:hover .line3 {
    height: 260px;
}
.product .product-list li:hover .line4 {
    width: 293px;
}
/* product end */
/* 流程 start */
.progress {
    width: 100%;
    min-width: 1180px;
    height: 200px;
    overflow: hidden;
    background: url('../images/progress_bg.jpg') center center no-repeat;
}
.centerprogress {
    width: 1180px;
    height: 154px;
    margin: 0 auto; 
    margin-top: 35px;
    padding-left: 15px;
    box-sizing: border-box;
}
.centerprogress li {
    position: relative;
    width: 152px;
    height: 154px;
    float: left;
    margin-right: 24px;
    text-align: left;
}
.centerprogress li img {
    position: relative;
    top: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.centerprogress li p {
    position: relative;
    top: 0;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    padding-left: 14px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.centerprogress li:hover img, .centerprogress li:hover p {
    top: -10px;
}
.centerprogress li i {
    position: absolute;
    top: 40px;
    right: 0;
    display: block;
    width: 35px;
    height: 19px;
    background: url('../images/ico_arrow.png') center center no-repeat;
}
.centerprogress li.last {
    width: 98px;
    margin-right: 0;
}
/* 流程 end */
/* 优势 start */
.advbox {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.advbox .advtitle {
    width: 246px;
    height: auto;
    margin: 0 auto;
    margin-top: 46px;
    text-align: center;
}
.advbox .advtitle h3 {
    position: relative;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.advbox .advtitle h3::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 46px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #999;
}
.advbox .advtitle h3 span {
    font-size: 48px;
    color: #003e95;
    font-style: italic;
}
.advbox .advtitle h3 i {
    font-style: italic;
    font-weight: bold;
}
.advbox .advtitle p {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #b2b2b2;
}
.advcontent {
    width: 100%;
    height: 364px;
    margin: 0 auto;
    margin-top: 28px;
}
.advcontent .leftbox {
    width: 50%;
    height: 364px;
    float: left;
}
.advcontent .textbox .numtitlebox {
    width: 318px;
    height: 39px;
    margin-bottom: 12px;
    background-color: #003283;
}
.advcontent .textbox .numtitlebox .numbox {
    width: 45px;
    height: 35px;
    float: left;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    margin-top: 2px;
    margin-left: 2px;
    font-family: Arial Black;
    color: #003283;
    background-color: #fff;
}
.advcontent .textbox .numtitlebox h4 {
    float: left;
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 39px;
} 
.advcontent .textbox .advlist {
    position: relative;
    width: 530px;
    margin-top: 0px; 
    padding-left: 47px;
    line-height: 28px;
    box-sizing: border-box;
}
.advcontent .textbox .advlist::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #003e95;
}
.advcontent .textbox2 {
    margin-top: 36px;
}
.advcontent .rightbox {
    width: 50%;
    height: 364px;
    float: right;
}
/* 优势 end */
/* 中间的联系方式 start */
.middletel {
    width: 100%;
    min-width: 1180px;
    height: 200px;
    overflow: hidden;
    background: url('../images/middle_bg.jpg') center center no-repeat;
}
.middletel .telboxcenter {
    width: 1180px;
    height: 80px;
    margin: 0 auto;
    margin-top: 56px;
    color: #fff;
}
.middletel .telboxcenter .leftbox {
    width: 660px;
    float: left;
}
.middletel .telboxcenter .leftbox h5 {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}
.middletel .telboxcenter .leftbox p {
    font-size: 20px;
    color: #f8f8f8;
    line-height: 20px;
    margin-top: 28px;
}
.middletel .telboxcenter .rightbox {
    width: 222px;
    float: right;
    margin-top: 16px;
}
.middletel .telboxcenter .rightbox .telico {
    width: 40px;
    height: 43px;
    float: left;
}
.middletel .telboxcenter .rightbox .telbox {
    width: 160px;
    float: right;
}
.middletel .telboxcenter .rightbox .telbox p {
    font-size: 15px;
    color: #fff;
}
.middletel .telboxcenter .rightbox .telbox p.num {
    font-size: 24px;
}
/* 中间的联系方式 end */
/* 案例展示 start */
.casebox {
    width: 100%;
    min-width: 1180px;
    height: 530px;
    overflow: hidden;
    background-color: #f8f8f8;
}
.casetitle {
    width: 1180px;
    height: 55px;
    margin: 0 auto;
    margin-top: 42px;
}
.casetitle .lefttext {
    width: 185px;
    height: 55px;
    float: left;
}
.casetitle .lefttext h3 {
    font-size: 30px;
    line-height: 30px;
}
.casetitle .lefttext p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 14px;
    color: #808080;
    text-transform: uppercase;
}
.casetitle .rightlink {
    width: 132px;
    height: auto;
    float: right;
}
.casetitle .rightlink .view-more {
    display: inline-block;
    width: 84px;
    height: 27px;
    color: #fff;
    font-size: 13px;
    line-height: 27px;
    text-align: center;
    background-color: #003e95;
}
.casetitle .rightlink .more {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    background-color: #003e95;
}
.casetitle .rightlink .more img {
    position: relative;
    top: 7px;
}

.casebox .teacher-team {
    position: relative;
    width: 1180px;
    height: 385px;
    margin: 0 auto;
    margin-top: 42px;
}
.teacher-team .hd {
    z-index: 2;
    position: absolute;
    top: 42%;
    left: -28px;
    width: 28px;
	height: 66px;
    margin-top:-33px;
}
.teacher-team .hd .prev,.teacher-team .hd .next {
    position: absolute;
	display:block;
	width: 28px;
	height: 66px;
	overflow:hidden;
	cursor:pointer;
}
.teacher-team .hd .next {
    left: 1260px;
	background: url('../images/ico_arrow1_right.png') 0 0 no-repeat;
}
.teacher-team .hd .prev {
    left: -45px;
	background: url('../images/ico_arrow1_left.png') 0 0 no-repeat;
}
.teacher-team .bd {
    overflow: hidden;
}
.teacher-team .bd ul li {
    _display:inline;
    width: 280px;
    height: 323px;
    float:left;
    margin-right: 20px;
    overflow:hidden;
    box-shadow: 0 0 10px #e0e0e0; 
    background-color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.teacher-team .bd ul li .imgbox {
    width: 280px;
    height: 207px;
    overflow: hidden;
}
.teacher-team .bd ul li .imgbox img {
    width: 280px;
    height: 207px;
}
.teacher-team .bd ul li .teacherintro {
    width: 100%;
    height: 116px;
    padding-left: 18px;
    padding-right: 18px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    box-sizing: border-box;
} 
.teacher-team .bd ul li .teacherintro a {
    text-align: center;
    margin-top: 12px;
    color: #4c4c4c;
    font-size: 16px;
}
.teacher-team .bd ul li .teacherintro p {
    height: 66px;
    margin-top: 4px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #808080;
    font-size: 14px;
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.teacher-team .bd ul li:hover {
    background-color: #94b9e6;
}
.teacher-team .bd ul li:hover .teacherintro a, .teacher-team .bd ul li:hover .teacherintro p {
    color: #fff;
}
/* 案例展示 end */
/* 关于我们 start */
.aboutus {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.aboutus .alltitle {
    margin-top: 22px;
    margin-bottom: 32px;
}
.aboutus .aboutcontent {
    width: 1180px;
    height: auto;
    margin: 0 auto;
}
.aboutus .aboutcontent .lefttext {
    position: relative;
    width: 770px;
    height: 296px;
    float: left;
    padding-left: 106px;
    box-sizing: border-box;
}
.aboutus .aboutcontent .rightimg {
    width: 360px;
    height: 296px;
    float: right;
}
.aboutus .aboutcontent .rightimg img {
    width: 360px;
    height: 296px;
}
.aboutus .aboutcontent .lefttext .entitle {
    position: absolute;
    top: 66px;
    left: -100px;
    width: 292px;
    line-height: 53px;
    font-size: 49px;
    color: #f2f2f2;
    font-family: 'Arial Regular';
    transform: rotate(90deg)
}
.aboutus .aboutcontent .lefttext h4 {
    font-size: 20px;
    line-height: 20px;
}
.aboutus .aboutcontent .lefttext p {
    margin-top: 28px;
    font-size: 15px;
    line-height: 30px;
    text-indent: 2rem;
    overflow: hidden;
}
/* 关于我们 end */
/* 团队风采 start */
.team {
    width: 1180px;
    margin: 0 auto;
    margin-top: 20px;
}
.team .teamtitle {
    width: 64px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #000;
    border-bottom: 2px solid #bdbdbd;
}
.farmscroll {
    position: relative;
    width: 1180px;
    height: 248px;
    margin: 0 auto;
	margin-top: 15px;
}

.farmscroll .hd {
    position: absolute;
    left: -50px;
    top: 50%;
    width: 1280px;
    height: 46px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	overflow: hidden;
}

.farmscroll .hd .prev,.farmscroll .hd .next {
	display: block;
	width: 23px;
	height: 28px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/farm_arrow.png") 0 0 no-repeat;
}

.farmscroll .hd .next {
    float: right;
	background: url('../images/ico_arrow2_right.png') center center no-repeat;
}

.farmscroll .hd .prev {
    float: left;
	background: url('../images/ico_arrow2_left.png') center center no-repeat;
}

.farmscroll .bd {
    width: 1180px;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
}

.farmscroll .bd ul {
    
	overflow: hidden;
	zoom: 1;
}

.farmscroll .bd ul li {
    position: relative;
    width: 280px;
    height: 246px;
    float: left;
    margin-right: 20px;
	_display: inline;
	overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}
.farmscroll .bd ul li .farmpic {
    display: block;
    width: 280px;
    height: 200px; 
}
.farmscroll .bd ul li .farmpic img {
    width: 280px;
    height: 200px; 
}
.farmscroll .bd ul li .farmname {
    width: 285px;
    height: 46px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
}
/* 团队风采 end */
/* 荣誉资质 start */
.honor {
    width: 100%;
    min-width: 1180px;
    height: 470px;
    margin-top: 18px;
    overflow: hidden;
    background: url('../images/honor_bg.jpg') center center no-repeat;
    background-size: cover;
}
.honor .alltitle {
    margin-top: 38px;
    color: #fff;
}
.honor .alltitle h3::after {
    background-color: #fff;
}
.honor .alltitle p {
    color: #fff;
}
.honor .honors {
    margin-top: 30px;
    height: 250px;
}
.honor .honors .bd {
    height: 250px;
}
.honor .honors .bd ul li {
    width: 287px;
    height: 250px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #003e95;
}
.honor .honors .bd ul li .farmpic {
    width: 233px;
    height: 169px;
    margin: 0 auto;
    margin-top: 13px;
}
.honor .honors .bd ul li .farmpic img {
    width: 233px;
    height: 169px;
}
.honor .honors .bd ul li .farmname {
    margin-top: 10px;
    font-size: 14px;
}
.honor .honors .hd .prev {
    width: 22px;
    height: 38px;
    background: url('../images/ico_arrow3_left.png') center center no-repeat;
}
.honor .honors .hd .next {
    width: 22px;
    height: 38px;
    background: url('../images/ico_arrow3_right.png') center center no-repeat;
}
/* 荣誉资质 end */
/* 新闻资讯 start */
.newsbox {
    width: 100%;
    min-width: 1180px;
    height: auto;
    overflow: hidden;
    background-color: #f8f8f8;
}
.newsbox .alltitle {
    margin-top: 27px;
    margin-bottom: 28px;
}
.newsbox .newscontent {
    width: 1180px;
    height: 520px;
    margin: 0 auto;
    padding: 46px 50px;
    box-sizing: border-box; 
    background-color: #fff;
}
.newsbox .newscontent .leftlist {
    width: 502px;
    height: auto;
    float: left;
}
.newsbox .newscontent .leftlist .toprecommend {
    width: 100%;
    height: 208px;
}
.newsbox .newscontent .leftlist .toprecommend .leftimg {
    display: block;
    width: 301px;
    height: 208px;
    float: left;
    overflow: hidden;
}
.newsbox .newscontent .leftlist .toprecommend .leftimg img {
    width: 301px;
    height: 208px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.newsbox .newscontent .leftlist .toprecommend .leftimg:hover img {
    -webkit-transform: scale(1.04) rotate(1deg);
    -moz-transform: scale(1.04) rotate(1deg);
    -o-transform: scale(1.04) rotate(1deg);
    transform: scale(1.04) rotate(1deg);
}
.newsbox .newscontent .leftlist .toprecommend .righttext {
    width: 180px;
    height: auto;
    float: right;
}
.newsbox .newscontent .leftlist .toprecommend .righttext .newtitle {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
}
.newsbox .newscontent .leftlist .toprecommend .righttext .date {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 12px;
    color: #666;
}
.newsbox .newscontent .leftlist .toprecommend .righttext .desc {
    height: 156px;
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
}
.newsbox .newscontent .newslist {
    width: 100%;
    height: auto;
    margin-top: 36px;
}
.newsbox .newscontent .newslist li {
    position: relative;
    width: 100%;
    height: 37px;
    padding-left: 23px;
    padding-right: 12px;
    margin-top: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #d5d5d5;
}
.newsbox .newscontent .newslist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border: 1px solid #3f3f3f;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.newsbox .newscontent .newslist li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: #003e95; 
}
.newsbox .newscontent .newslist li a {
    width: 380px;
    height: 36px;
    float: left;
    line-height: 36px;
}
.newsbox .newscontent .newslist li span {
    display: block;
    width: 68px;
    height: 36px;
    float: right;
    line-height: 36px;
    font-size: 12px;
}
.newsbox .newscontent .newslist li:hover::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.newsbox .newscontent .newslist li:hover::after {
    width: 100%;
}
.newsbox .newscontent .rightlist {
    width: 500px;
    height: auto;
    float: right;
}  
.newsbox .newscontent .rightlist .viewbox {
    display: block;
    width: 100%;
    height: 17px;
    text-align: right;
}
.newsbox .newscontent .rightlist .viewbox i {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 8px;
    background: url('../images/newsmore.jpg') center center no-repeat;
}
.newsbox .newscontent .rightlist .viewbox .view-more {
    line-height: 17px;
    color: #003e95;
    font-size: 16px;
}
/* 新闻资讯 end */
/* 友情链接 start */
.friend {
    width: 100%;
    min-width: 1180px;
    height: auto;
    padding-top: 44px;
    padding-bottom: 34px;
    overflow: hidden;
    background-color: #f8f8f8;
}
.friend .linksbox {
    width: 1180px;
    height: auto;
    margin: 0 auto;
}
.friend .linksbox img {
    position: relative;
    top: 6px;
}
.friend .linkslist {
    display: inline-block;
    margin-left: 16px;
}
.friend .linkslist li {
    display: inline-block;
    margin-right: 22px;
}
/* 友情链接 end */
