body {
    font-family: "微软雅黑";
}

.clear {
    clear: both;
}

.logo {
    width: 75%;
    padding-left: 20px;
}

.top_title {
    background: #F9F9F9;
    padding: 10px 0px;
}

.top_title ul li {
    list-style: none;
    float: left;
    width: 72px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin: 0px 15px;
}

.top_title ul li a {
    color: #666;
}

.active2 {
    background: #0FACF3;
    border-radius: 3px !important;
}

.active2 a {
    color: white !important;
}

.big_box {
    width: 100px;
    height: 100px;
    border: 1px solid #E3E3E3;
    padding: 10px;
    border-radius: 50px;
    margin: 0px auto 10px;

}

.two-content {
    outline: 1px solid #EEEEEE;
    margin: 20px auto 30px;
}

.one {
    display: inline-block;
    padding: 12px 10px !important;
    min-width: 100px;
    font-size: 13px;
    transition: .5s;
    margin: 0 auto;

}

.one:hover {
    cursor: pointer;
    transform: translateY(-2px);
    box-shadow: 0 2px 10px 0 rgb(214, 214, 214);
    color: white;
    background-color: #0FACF3;
    border-radius: 2px;
}

.active-one {
    border-radius: 2px;
    color: white;
    background-color: #0FACF3;
}

.one_content {
    margin: 20px;
}

.one_content p {
    color: #636363;
}

.one:hover .big_box {
    border: 1px solid #34B9F5;
}

.one:hover .active1 {
    color: #34B9F5;
}

.m {
    border: 1px solid #34B9F5 !important;
    width: 100px;
    height: 100px;
    border: 1px solid #E3E3E3;
    padding: 10px;
    border-radius: 50px;
    margin: 0px auto 10px;

}

.a {
    color: #34B9F5 !important;
}

.two_img img {
    width: 150px;
    height: 150px;
    margin: 0px auto;
}

.two {
    border: 1px solid #EEEEEE;
    padding: 20px 40px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.two_text_one {
    font-size: 30px;
    font-weight: 900;
    color: #BEBEBE;
    padding-top: 30px;
}

.two_text_two {
    font-size: 14px;
    color: #696969;
}

.brc {
    margin-top: 10px;
    margin-right: 2em;
}
.brg{
	margin: 10px 0;
}
.three {
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    height: 50px;
    line-height: 50px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.three_left {
    border-right: 1px solid #eee;
}

.active3 {
    color: #0FACF3;
}

.four {
    height: 50px;
    line-height: 50px;
}

.four_line {
    width: 4px;
    height: 30px;
    background: #0FACF3;
    margin-right: 5px;
}

.four_content {
    border: 1px solid #eee;
    padding: 20px;
}

.four_content .imgsrct {
    width: 92%;
}

.four_content p {
    text-indent: 2em;
    /* font-size: 17px; */
    line-height: 24px;
}

.four_content_text {
    padding-top: 10px;
}