.page {
    padding-bottom: .4rem;
    width: 100%;
    background: #F6F6F6;
    overflow: hidden;
}

.page.firstnav_page {
    padding-bottom: 1.3333rem;
}

.banner {
    width: 100%;
    height: 4.8rem;
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%;
    height: 4.8rem;
}

.banner .swiper-pagination-bullet {
    width: .1333rem;
    height: .1333rem;
    background: #fff;
    opacity: .6;
}

.banner .swiper-pagination-bullet-active {
    width: .2667rem;
    opacity: .8;
    border-radius: .0667rem;
}

.quick_section {
    margin-bottom: .2667rem;
    padding-top: .5333rem;
    background: #fff;
    overflow: hidden;
}

.quick_section ul {
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.quick_section li {
    float: left;
    margin-bottom: .6rem;
    width: 25%;
    text-align: center;
}

.quick_section li .img_box {
    width: 100%;
    height: 1.3333rem;
    text-align: center;
}

.quick_section li .img_box img {
    width: 1.3333rem;
    height: 1.3333rem;
}

.quick_section li p {
    margin-top: .1333rem;
    font-size: .3733rem;
    color: #333;
}

.section {
    margin-bottom: .2667rem;
    padding: 0 .4rem;
    background: #fff;
    overflow: hidden;
}

.section_title {
    padding-top: .3333rem;
    width: 100%;
    height: 1.2933rem;
    border-bottom: 1px solid #E2E2E2;
    overflow: hidden;
}

.section_title h6 {
    float: left;
    font-size: .48rem;
    color: #353535;
    font-weight: normal;
}

.section_title h6 img {
    margin-right: .2667rem;
    max-height: .56rem;
}

.section_title .more {
    float: right;
    font-size: .32rem;
    color: #999;
    line-height: .8rem;
}

.section_title .more img {
    margin-left: .0933rem;
    position: relative;
    top: -0.0533rem;
    height: 9px;
}

.news_list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.news_list li {
    padding: .3333rem 0;
    border-bottom: 1px dashed #DEE2E6;
    overflow: hidden;
}

.news_list li:last-child,
.news2_list li:last-child {
    border-bottom: 0;
}

.news_list li p {
    font-size: .4rem;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.news2_list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.news2_list li {
    padding: .4rem 0;
    border-bottom: 1px dashed #DEE2E6;
    overflow: hidden;
}

.news2_list li .img_box {
    float: left;
    width: 2.6667rem;
    height: 1.7333rem;
    border-radius: .1333rem;
    overflow: hidden;
}

.news2_list li .img_box img {
    width: 100%;
    height: 1.7333rem;
}

.news2_list li .item_cont {
    margin-left: 3.0667rem;
    overflow: hidden;
}

.news2_list li .item_cont h6 {
    height: 1.1733rem;
    font-size: .4rem;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.news2_list li .item_cont p {
    margin-top: .2rem;
    font-size: .3467rem;
    color: #999;
}

.adve_section {
    padding: .2667rem .4rem;
    padding-bottom: .4rem;
    background: #fff;
    overflow: hidden;
}

.adve_section img {
    width: 100%;
    height: 1.4667rem;
}

.foot_bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1.3333rem;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    box-shadow: 0px .1867rem .44rem 2px #CACACA;
}

.foot_bar a {
    display: block;
    float: left;
    padding-top: .1333rem;
    width: 20%;
    height: 1.3333rem;
    text-align: center;
}

.foot_bar a .icon_box {
    margin-bottom: .1333rem;
    width: 100%;
    height: .56rem;
    background-position: center center !important;
    background-size: auto 100% !important;
}

.foot_bar a:first-child .icon_box {
    background: url(../images/icon1.png) no-repeat;
}

.foot_bar a:nth-child(2) .icon_box {
    background: url(../images/icon2.png) no-repeat;
}

.foot_bar a:nth-child(3) .icon_box {
    background: url(../images/icon3.png) no-repeat;
}

.foot_bar a:nth-child(4) .icon_box {
    background: url(../images/icon4.png) no-repeat;
}

.foot_bar a:nth-child(5) .icon_box {
    background: url(../images/icon5.png) no-repeat;
}

.foot_bar a.active:first-child .icon_box {
    background: url(../images/icon1_2.png) no-repeat;
}

.foot_bar a.active:nth-child(2) .icon_box {
    background: url(../images/icon2_2.png) no-repeat;
}

.foot_bar a.active:nth-child(3) .icon_box {
    background: url(../images/icon3_2.png) no-repeat;
}

.foot_bar a.active:nth-child(4) .icon_box {
    background: url(../images/icon4_2.png) no-repeat;
}

.foot_bar a.active:nth-child(5) .icon_box {
    background: url(../images/icon5_2.png) no-repeat;
}

.foot_bar a p {
    font-size: .32rem;
    color: #333;
}

.foot_bar a.active p {
    color: #2671DE;
}

.content {
    overflow: hidden;
}

.page_content {
    margin: 0 .4rem;
    margin-top: .2667rem;
    padding-bottom: .4rem;
    background: #fff;
    overflow: hidden;
}

.threenav_section {
    margin: 0 .4rem;
    padding: .4rem 0;
    padding-bottom: .1333rem;
    border-bottom: 1px dashed #DEE2E6;
    overflow: hidden;
}

.threenav_section a {
    display: block;
    margin-right: .2667rem;
    margin-bottom: .2667rem;
    float: left;
    padding: 0 .2rem;
    height: .68rem;
    font-size: .32rem;
    color: #333;
    text-align: center;
    line-height: .6667rem;
    background: #fff;
    border: 1px solid #2671DE;
    border-radius: .3333rem;
}

.threenav_section a.active {
    color: #fff;
    background: #2671DE;
}

.first_list {
    padding: 0 .4rem;
    list-style: none;
    overflow: hidden;
}

.first_list li {
    padding-left: .2667rem;
    width: 100%;
    height: 1.1733rem;
    background: url(../images/libg.png) left center no-repeat;
    background-size: .1067rem;
    border-bottom: 1px dashed #DEE2E6;
    overflow: hidden;
}

.first_list li a {
    display: block;
    font-size: .3733rem;
    color: #333;
    line-height: 1.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.introduction_section {
    padding: .2667rem .4rem;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}

.introduction_text {
    padding: .4667rem .4rem;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.introduction_text,
.introduction_text p {
    font-size: .3733rem;
    color: #333;
    line-height: 1.8;
}

.introduction_text img,
.introduction_text p img {
    max-width: 100%;
}

.two_list {
    padding: 0 .4rem;
    list-style: none;
    overflow: hidden;
}

.two_list li {
    padding: .4rem 0;
    border-bottom: 1px dashed #DEE2E6;
    overflow: hidden;
}

.two_list li .item_cont {
    float: left;
    width: 5.2rem;
    overflow: hidden;
}

.two_list li .item_cont h6 {
    height: 1.12rem;
    font-size: .4rem;
    color: #333;
    line-height: 1.4;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.two_list li .item_cont p {
    margin-top: .24rem;
    font-size: .3467rem;
    color: #999;
}

.two_list li .img_box {
    float: right;
    width: 2.6667rem;
    height: 1.7333rem;
    border-radius: .1333rem;
    overflow: hidden;
}

.two_list li .img_box img {
    width: 100%;
    height: 1.7333rem;
}

.membernav {
    width: 100%;
    height: 1.0667rem;
    background: #fff;
    overflow: hidden;
}

.membernav a {
    float: left;
    display: block;
    position: relative;
    width: 33.33%;
    height: 1.0667rem;
    font-size: .4267rem;
    color: #333;
    text-align: center;
    line-height: 1.0667rem;
}

.membernav a.active {
    color: #2671DE;
}

.membernav a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: .5333rem;
    background: rgba(38, 113, 222, .5);
}

.membernav a:last-child:after {
    display: none;
}

.three_list {
    padding: 0;
    margin: .2667rem .4rem;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
}

.three_list li {
    margin-bottom: .2667rem;
    padding: .3333rem .4rem;
    background: #fff;
    border-radius: .1333rem;
    overflow: hidden;
}

.three_list li h6 {
    font-size: .4267rem;
    color: #333;
    font-weight: normal;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.three_list li p {
    margin-top: .1333rem;
    font-size: .3733rem;
    color: #999;
}

.four_list {
    padding: .2667rem .4rem;
    list-style: none;
    overflow: hidden;
}

.four_list li {
    padding: .4rem;
    margin-bottom: .2667rem;
    background: #fff;
    border-radius: .1333rem;
    overflow: hidden;
}

.four_list li .img_box {
    float: left;
    width: 2.6667rem;
    height: 1.7333rem;
    border-radius: .1333rem;
    overflow: hidden;
}

.four_list li .img_box img {
    width: 100%;
    height: 1.7333rem;
}

.four_list li .item_cont {
    margin-left: 3.0667rem;
    overflow: hidden;
}

.four_list li .item_cont h6 {
    font-size: .4rem;
    color: #333;
    font-weight: normal;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.four_list li .item_cont p {
    margin-top: .16rem;
    font-size: .3467rem;
    color: #999;
}

.estimate_section {
    margin: 0 .4rem;
    margin-top: .3333rem;
    overflow: hidden;
}

.estimate_item {
    margin-bottom: .5333rem;
    width: 100%;
    overflow: hidden;
}

.estimate_item:last-child {
    margin-bottom: 0;
}

.estimate_title {
    padding-left: .2667rem;
    font-size: .4rem;
    color: #333;
    background: url(../images/titbg.jpg) left center no-repeat;
    background-size: auto .3733rem;
}

.estimate_text {
    margin-top: .2rem;
    width: 100%;
    overflow: hidden;
}

.estimate_text,
.estimate_text p {
    font-size: .3467rem;
    color: #333;
    line-height: 1.7;
}

.estimate_text img,
.estimate_text p img {
    max-width: 100%;
}

.about_section {
    margin: .2667rem .4rem;
    overflow: hidden;
}

.about_item {
    padding: .2667rem .4rem;
    margin-bottom: .2667rem;
    background: #fff;
    border-radius: .1333rem;
    overflow: hidden;
}

.about_text {
    width: 100%;
    overflow: hidden;
}

.about_text,
.about_text p {
    font-size: .4rem;
    color: #333;
    line-height: 1.5;
}

.about_text img,
.about_text p img {
    max-width: 100%;
}

.page_content2 {
    margin: .2667rem .4rem;
    border-radius: .1333rem;
    background: #fff;
    overflow: hidden;
}

.search_section {
    margin: .4rem;
    overflow: hidden;
}

.search_form {
    padding: .4rem;
    padding-top: .3333rem;
    background: #F9F9F9;
    border: 1px solid #ddd;
}

.search_form .input_group {
    margin-bottom: .3333rem;
    width: 100%;
    overflow: hidden;
}

.search_form .input_group .item_tit {
    float: left;
    width: 2rem;
    font-size: .3733rem;
    color: #333;
    line-height: .6667rem;
}

.search_form .input_group .item_cont {
    margin-left: 2rem;
    overflow: hidden;
}

.search_form .input_group .item_cont input[type="text"],
.search_form .input_group .item_cont select {
    padding-left: .2667rem;
    width: 100%;
    height: .6667rem;
    font-size: .3467rem;
    color: #666;
    background: #fff;
    border: 1px solid #CED4DA;
    border-radius: .0667rem;
}

.search_form .input_group .item_cont .checkbox_group {
    float: left;
    margin-right: .2667rem;
    line-height: .6667rem;
}

.search_form .input_group .item_cont .checkbox_group span {
    font-size: .3467rem;
    color: #333;
}

.search_form .input_group .item_cont .checkbox_group input[type="checkbox"] {
    display: block;
    float: left;
    position: relative;
    top: .16rem;
    margin-right: .0667rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: .3333rem;
    height: .3333rem;
    background: #fff;
    border: 1px solid #767676;
    border-radius: .04rem;
}

.search_form .input_group .item_cont .checkbox_group input[type="checkbox"]:checked {
    border: 0;
    background: #2671DE;
}

.search_form .input_group .item_cont .checkbox_group input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: .2133rem;
    height: .16rem;
    background: url(../images/icon16.png) no-repeat;
    background-size: 100%;
}

.search_form .btn1 {
    display: block;
    width: 100%;
    height: .8rem;
    font-size: .3733rem;
    color: #fff;
    background: #28A745;
    border-radius: .0667rem;
    border: 0;
}

.search_result {
    margin: .4rem;
    overflow: hidden;
}

.result_table {
    width: 100%;
    overflow-x: auto;
}

.result_table table {
    width: 100%;
}

.result_table table thead th {
    padding: .2667rem;
    font-size: .3733rem;
    color: #333;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    background: #F9F9F9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.result_table table tbody td {
    padding: .2667rem;
    font-size: .32rem;
    color: #333;
    background: #fff;
}

.result_table table tbody tr td:nth-child(2),
.result_table table tbody tr td:last-child {
    white-space: nowrap;
}

.result_table table tbody tr:nth-child(even) td {
    background: #F9F9F9;
}

.memberresult_section {
    padding: .4rem;
    overflow: hidden;
}

.memberresult_section ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.memberresult_section ul li {
    padding: .3333rem 0;
    padding-bottom: .2rem;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}

.memberresult_section ul li:first-child {
    padding-top: 0;
}

.memberresult_section ul li .item_tit {
    font-size: .4267rem;
    color: #333;
    font-weight: bold;
}

.memberresult_section ul li .item_cont {
    margin-top: .2rem;
    overflow: hidden;
}

.memberresult_section ul li .item_cont,
.memberresult_section ul li .item_cont p {
    font-size: .4267rem;
    color: #666;
    line-height: 1.5;
}

.memberresult_info {
    margin-top: .2667rem;
    font-size: .4267rem;
    color: #333;
    line-height: 1.5;
}

.pop_cover_section {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto;
    width: 90%;
    height: 5.3333rem;
    background: url(../images/login-bg.jpg) no-repeat;
    background-size: cover;
    z-index: 999999;
}

#lo {
    padding-top: 1.8rem;
    margin: 0 auto;
    width: 5.8667rem;
}

#lo input {
    display: block;
    box-sizing: border-box;
    padding-left: .4rem;
    margin-bottom: .4rem;
    width: 100%;
    height: .8rem;
    font-size: .32rem;
    color: #666;
    border: 1px solid #e1e1e1;
    border-radius: .0667rem;
}

.pop_cover_section .login_btn {
    cursor: pointer;
    display: block;
    margin: 0px auto;
    margin-top: .2667rem;
    width: 1.7333rem;
    height: .6667rem;
    font-size: .32rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: .7333rem;
    background: #4399cc;
}

.pop_cover_section .closebtn {
    position: absolute;
    top: .1333rem;
    right: .1333rem;
    width: .4rem;
    height: .4rem;
}