html, body, ul, li, a, p, span, h1, h2, h3, h4, img, form, label, input, textarea,
select, option, dl, dt, dd, em, i {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    font-family: "微软雅黑";
}

img {
    border: 0 none;
}

ul li {
    list-style: none;
}

input {
    border: 0 none;
    background: none;
}

* :focus {
    outline: none;
}

input, button, select, textarea {
    outline: none;
    border: 0 none;
}

textarea {
    resize: none;
}

input, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: "微软雅黑";
}
.top{
    width: 100%;
    height: 150px;
    background: #fff;
}
.top-content{
    width: 1200px;
    padding: 0 130px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}
.logo{
    width: 150px;
    height: 150px;
    float: left;
}
.link{
    float: left;
    margin-left: 80px;
    overflow: hidden;
}
.link ul li{
    float: left;
}
.link ul li a{
    display: block;
    margin:0 60px;
    color: #51534e;
    height: 150px;
    line-height: 150px;
    cursor: pointer;
    font-size: 20px;
}
.link ul li a:hover,
.link ul li.current a{
    color: #2dc888;

}
/* banner */
.banner {
    width: 100%;
    position: relative;
}

.banner-box {
    width: 100%;
    overflow: hidden;
    height:100%;
    position: relative;
}

.banner-box ul {
    width: 1000%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}

.banner-box ul li {
    float: left;
}

.banner-box ul li a {
    display: block;
}

.banner-box ul li img {
    display: block;
    width: 100%;
}
.banner-count {
    position: absolute;
    bottom: 10px;
    z-index: 9;
}

.banner-count span {
    display: block;
    float: left;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
    color: #fff;
    font-size: 12px;
}

.banner-count span.numCur, .banner-count span:hover {
    background: #fff;
    color: #2dc888;
}

span.pre-btn {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background:rgba(0,0,0,0.3);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    display: none;
}

span.next-btn {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background:rgba(0,0,0,0.3);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    display: none;
}

span.pre-btn:hover {
    background: #fff;
    color: #2dc888;
}

span.next-btn:hover {
    background: #fff;
    color: #2dc888;
}

.container{
    width: 1200px;
    margin: 0 auto;
}
.content{
    width: 100%;
    padding-top: 40px;
    border-bottom: 1px solid #d2d2d2;
}
.noLine{
    border-bottom: 0 none;
    padding-bottom: 130px;
}

.title{
    width: 100%;
}
.title h3{
    width: 145px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #2dc888;
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin:0 auto;
    font-weight: normal;
}
.title-line{
    width: 475px;
    height: 3px;
    background: #2dc888;
    position: relative;
    margin: 25px auto 0;
}
.line-text{
    padding: 0 12px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    color: #2dc888;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -50px;
    z-index: 10;
    font-size: 20px;
}
/* 业务范畴 */
.company-info{
    padding-top: 60px;
    width: 990px;
    margin: 0 auto;
}
.info-title h3{
    text-align: center;
    color: #333;
    font-size: 36px;
    font-weight: normal;
}
.info-title p{
    font-size: 20px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}
.info-list{
    width: 1170px;
    padding-top: 25px;
    padding-bottom: 70px;
    overflow: hidden;
}
.info-list li{
    width: 190px;
	height:220px;
    padding: 0 20px;
    margin-right: 160px;
    text-align: center;
    float: left;
    margin-top: 45px;
}
.info-list li img{
    display: block;
    margin:0 auto;
}
.info-list li p{
    font-size: 18px;
    height: 46px;
    line-height: 46px;
}
.info-list li span{
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.footer{
    width: 100%;
}
.footer img{
    display: block;
    width: 100%;
}
.footer-content{
    width: 990px;
    padding: 85px 0 75px 0;
    margin:0 auto;
}
.footer-content ul{
    width: 1200px;
    overflow: hidden;
}
.footer-content ul li{
    width: 260px;
    margin-right: 140px;
    float: left;
    text-align: center;
    color: #353535;
}
.footer-content ul li i.f-icon{
    display: block;
    width: 19px;
    height: 23px;
    background: url(../img/contact_icon.jpg) no-repeat 0 0;
    margin:0 auto;
}
.footer-content ul li i.f-icon-2{
    display: block;
    width: 24px;
    height: 23px;
    background: url(../img/contact_icon.jpg) no-repeat 0 -28px;
    margin:0 auto;
}
.footer-content ul li i.f-icon-3{
    display: block;
    width: 26px;
    height: 23px;
    background: url(../img/contact_icon.jpg) no-repeat 0 -53px;
    margin:0 auto;
}
.f-title{
    margin-top: 15px;
    font-size: 16px;
}
.f-info{
    margin-top: 25px;
    font-size: 16px;
}
.f-other{
    display: block;
    margin-top: 50px;
    color: #999;
}
















