body {
    color: #666;
    font-family: "微软雅黑";
    font-size: 16px;
}

ul, ol {
    list-style: outside none none;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
a:link, a:visited, a:active {
    color: #666;
    text-decoration: none;
}
.about {
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
}
.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}
.foot {
    background: #30333a none repeat scroll 0 0;
    color: #eee;
    margin-bottom: 0 !important;
    font-size: 14px;
}
.foot dd {
    margin: 5px 0!important;
}
.header {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    height: 80px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.wrapper {
    width: 1080px;
}
.m_auto {
    margin-left: auto;
    margin-right: auto;
}
.header .header-logo {
    display: inline-block;
    margin-top: 25px;
    width: 150px;
    margin-right: 100px;
}

.mainNv li {
    float: left;
}
.mainNv li a {
    display: block;
    height: 80px;
    line-height: 76px;
    padding: 0 30px;
}
.mainNv li a:hover {
    color: #f60;
    transition: all 0.3s ease 0s;
}
.mainNv .cur a {
    border-bottom: 4px solid #f60;
    height: 76px;
}

.topLoginBtn {
    background: #f60 none repeat scroll 0 0;
    border-radius: 18px;
    color: #fff !important;
    height: 36px;
    line-height: 36px;
    margin-left: 20px;
    text-align: center;
    width: 92px;
}
.mt20 {
    margin-top: 20px;
}
.c_f60 {
    color: #f60;
}
.topTel span {
    /*background: rgba(0, 0, 0, 0) url("../images/icon.png") no-repeat scroll 0 0;*/
    display: block;
    line-height: 18px;
    /*padding-left: 24px;*/
}

.feature {
    margin: 90px 0 84px;
    position: relative;
    text-align: center;
    width: 100%;
}
.wrap-block {
    margin: 0 auto;
    position: relative;
    width: 1050px;
}
.feature .feature-mb {
    margin-bottom: 84px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.feature .feature-icon {
    height: 73px;
}
.feature .feature-icon img {
    height: 100%;
    width: auto;
}
fieldset, img {
    border: medium none;
}
img {
    vertical-align: middle;
}
.feature .feature-title {
    color: #356ea7;
    font-size: 17px;
    font-weight: 700;
    margin: 25px 0 10px;
}
.feature .feature-intro {
    color: #a1a1a1;
    font-size: 13px;
    line-height: 24px;
}

.feature .col-md-3:hover {
	margin-top: -10px;
}
.no-padding{
	padding:0;
}