/*授权查询新增 开始*/
.authorization {
    width: 100%;
    height: auto;
    padding: 100px 0 200px 0;
    background-size: cover;
    background-image: url('../public/q_authorization.png');
}

.authorization .title {
    color: #303133;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.authorization .title2 {
    color: #303133;
    font-size: 16px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.authorization .input_box {
    width: 94%;
    background-color: #EBEEF5;
    border-radius: 3.125rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.authorization .input_box .btn {
    background: #E8B921;
    text-align: center;
    border-radius: 3rem;
    display: flex;
    font-size: 15px;
    color: #303133;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.authorization .input_box .btn img {
    width: 14px;
    height: 14px;
    margin-right: .1rem;
}

.authorization .input_box input {
    width: 80%;
    height: 100%;
    padding-left: 10px;
    font-size: 14px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.authorization .input_box input:focus {
    outline: none;
}

.authorization .input_box .icon {
    width: 1.375rem;
    height: 1.375rem;
    margin-left: 1.875rem;
    margin-right: 1.25rem;
}

.authorization .input_box .icon2 {
    width: 1.375rem;
}

.q_content {
    background-color: #f5f5f5;
    padding: 1.5rem 0 6.8125rem 0;
    display: none;
}

.q_content .q_content_area {
    width: 94%;
    margin: 0 auto;
}

.q_content .q_content_area .item_box {
    margin-bottom: 30px;
}

.q_content .q_content_area .item_box img {
    width: 100%;
    height: 100%
}

.q_content .q_content_area .item_box {
    background-color: #fff;
    padding: 15px;
}

.q_content .q_content_area .item_box .item_box_top {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.q_content .q_content_area .item_box .line_q {
    width: 100%;
    height: .0625rem;
    background-color: #E4E7ED;
    margin-top: .3rem;
    position: relative;
}

.q_content .q_content_area .item_box .line_q .red_line {
    width: 50px;
    height: 3px;
    background-color: #E8B921;
    position: absolute;
}

.q_content .q_content_area .item_box .left {
    width: 70%;
}

.q_content .q_content_area .item_box .right {
    width: 30%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}

.q_content .q_content_area .item_box .left .meta {
    font-size: 16px;
    padding-top: .625rem;
    color: #606266;
    margin-bottom: .625rem;
}

.q_content .q_content_area .item_box .left .title_box {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.q_content .q_content_area .item_box .left .icon {
    width: 20px;
    height: auto;
    margin-right: .375rem;
}

.q_content .q_content_area .item_box .left .title {
    font-size: 16px;
    font-weight: 500;
    color: #303133;
}

.q_content .q_content_area .item_box .left .address {
    font-size: 14px;
    color: #606266;

}

.q_content .q_content_area .item_box .right img {
    width: 1.875rem;
    height: auto;
}

/* 弹窗容器 */
.custom-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    color: #fff;
    min-width: 300px;
    text-align: center;
}
/*授权查询新增 结束*/
.index_header{
    width: 100%;
    background-color: #fff;
    position: -ms-device-fixed;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.index_header .contain {
    width: 7rem;
    margin: 0 auto;
    position: relative;
}
.index_header .contain .header_pic {
    position: absolute;
    left: 0;
    width: 2.5rem;
    top: 0.1rem;
}
.index_header .contain .header_nav {
    position: absolute;
    right: 0;
    width: .46rem;
    height: .36rem;
    top: .25rem;
    display: inline-block;
}
.index_header .contain .p{
    text-align: center;
    font-size: .4rem;
    color: #333;
    line-height: .88rem;
	margin-left: 25px;
}
.index_header .tbao,.index_header .jdong{
    width: .44rem;
}
.index_header .tbao{
    position: absolute;
    top: .21rem;
    right: 1.62rem;
}
.index_header .jdong{
    position: absolute;
    top: .21rem;
    right: 1.03rem;
}
.index .ban img{
    width: 100%;
}
.index .product_service{
    width: 7rem;
    margin: .3rem auto;
}
.index .product_service .service_title h2{
    text-align: center;
    font-size: .4rem;
    color: #333;
}
.index .product_service .service_title p{
    text-align: center;
    font-size: .22rem;
    color: #808080;
    margin: .2rem 0;
}
.index .product_service .service_title img{
    width: 5.3rem;
    display: block;
    margin: 0 auto;
}
.index .product_service .service_center{
    margin-top: .35rem;
}
.index .product_service .service_center .item1 .item_left{
    float: left;
}
.index .product_service .service_center .item .item_left{
    width: 2.2rem;
    height: 2.4rem;
    background-color: #1e2d38;
    text-align: center;
    color: #fff;
}
.index .product_service .service_center .item2 .item_left{
    width: 2.2rem;
}
.index .product_service .service_center .item2 .item_right img{
    width: 4.8rem;
    height: 2.4rem;
}
.index .product_service .service_center .item_left h2{
    font-size: .28rem;
    margin-top: .55rem;
}
.index .product_service .service_center .item_left p{
    font-size: .2rem;
    margin-top: .2rem;
}
.index .product_service .service_center .item_left .pro_more{
    font-size: .18rem;
    margin-top: .4rem;
    display: block;
}
i{
    font-style: normal;
}
.index .product_service .service_center .item_left div{
    width: .26rem;
    height: .03rem;
    margin: .14rem auto 0;
    background-color: #fee101;
}
.index .product_service .service_center .item1 .item_right{
    float: right;
}
.index .product_service .service_center .item_right img{
    width: 4.8rem;
    height: 2.4rem;
}
.index .product_service .service_center .item2 .item_right{
    float: left;
}
.index .product_service .service_center .item2 .item_left{
    float: right;
}
.index .product_service .service_center .item2 .item_left p{
    font-size: .26rem;
}
.index .product_service .service_center .item2 .item_left h2{
    margin: 0;
}
.index .product_service .service_center .item2 .item_left div{
    background-color: #fff;
    margin: .25rem auto;
}
.index .product_service .service_center .item2 .pro_more{
    color: #fee101;
}
.index_phone{
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fabe00;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -.45rem;
    z-index: 2;
}
.index_phone img{
    width: .34rem;
    display: block;
    margin: .18rem auto 0;
}
.index_phone .phone{
    font-size: .18rem;
    color: #fff;
    text-align: center;
    margin-top: .1rem;
    display: block;
}
.index .advantage{
    background-color: #fafafa;
}
.index .advantage .center{
    width: 7rem;
    margin: 0 auto;
    padding: .3rem 0;
}
.index .advantage .title{
    text-align: center;
}
.index .advantage .title h1{
    font-size: .4rem;
    color: #333;
}
.index .advantage .title p{
    font-size: .22rem;
    color: #666;
    padding: .2rem 0;
}
.index .advantage .title img{
    width: 5.3rem;
    display: block;
    margin: 0 auto;
}
.index .advantage .advantage_center{
    width: 6.86rem;
    margin: 0 auto;
    padding-bottom: .7rem;
}
.index .advantage .advantage_center .item_left{
    float: left;
    text-align: center;
    width: 3.1rem;
}
.index .advantage .advantage_center .item_right{
    float: right;
    text-align: center;
    width: 3.1rem;
}
.index .advantage .advantage_center .item img{
    width: 1.6rem;
    display: block;
    margin: .45rem auto 0;
}
.index .advantage .advantage_center .item h1{
    font-size: .28rem;
    color: #333;
    margin: .3rem 0;
}
.index .advantage .advantage_center .item p{
    font-size: .22rem;
    line-height: .36rem;
    color: #666;
}
.index .forum{
    width: 7rem;
    margin: 0 auto;
    padding: .4rem 0;
}
.index .forum .forum_title{
    text-align: center;
}
.index .forum .forum_title h1{
    font-size: .4rem;
    color: #333;
}
.index .forum .forum_title p{
    font-size: .22rem;
    color: #808080;
    margin: .2rem 0;
}
.index .forum .forum_title img{
    display: block;
    width: 5.3rem;
    margin: 0 auto;
}
.index .forum .forum_center .li{
    margin-top: 0.7rem;
}
.index .forum .forum_center .item_l{
    width: 6.85rem;
    margin-left: .02rem;
    float: left;
}
.index .forum .forum_center .item_r{
    float: right;
	margin-top: 20px;
    /*width: 5.78rem;*/
}
.index .forum .forum_center .item_r h3{
    font-size: .3rem;
    color: #333;
	text-align: center;
	font-weight: 600;
}
.index .forum .forum_center .item_r span{
    font-size: .26rem;
    line-height: .36rem;
    color: #333;
    display: inline-block;
    margin-top: .25rem;
}
.router{
    width: 100%;
    background-color: #4c4c4c;
    position: fixed;
    bottom: 0 ;
    left: 0;
    z-index: 999;
}
.router .contain{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}
.router .contain a{
    flex: 1;
}
.router .contain .item1 img{
    width: .42rem;
    display: block;
    margin: .13rem auto;
}
.router .contain .router_item span{
    display: block;
    font-size: .2rem;
    color: #fee101;
    text-align: center;
    padding-bottom: .14rem;
}
.router .contain .item2 img{
    width: .44rem;
    display: block;
    margin: .1rem auto .09rem;
}
.router .contain .item3 img{
    width: .37rem;
    display: block;
    margin: .13rem auto .14rem;
}
.router .contain .item4 img{
    width: .32rem;
    display: block;
    margin: .13rem auto .14rem;
}
.about_header{
    width: 100%;
    background-color: #fff;
    z-index: 100;
    position: fixed;
    top: 0;
    height: .88rem;
}
.about_header .contain{
    width: 7rem;
    margin: 0 auto;
    position: relative;
}
.about_header .contain .back{
    width: .24rem;
    position: absolute;
    top: .23rem;
}
.about_header .contain .header_nav{
    display: inline-block;
    width: .46rem;
    height: .36rem;
    position: absolute;
    right: 0;
    top: .26rem;
}
.about_header .contain p{
    font-size: .4rem;
    color:#222;
    line-height: .88rem;
    text-align: center;
}
.about .ban {
    position: relative;
    height: 3rem;
}
.about .ban .banPic {
    position: absolute;
    width: 100%;
}
.about .ban .content {
    position: absolute;
    left: 0 ;
    right: 0 ;
    margin: .95rem auto 0;
    width: 1.95rem;
}
.about .ban .content img{
    width: 100%;
}
.about .ban .content div{
    width: .3rem;
    height: 2px;
    margin: .2rem auto;
    background-color: #fff;
}
.about .ban .content p{
    font-size: .32rem;
    color: #fff;
    text-align: center;
}
.about .switch{
    margin-top: .35rem;
}
.about .switch .package{
    border: 1px solid #333;
    width: 2.4rem;
}
.about .switch .text{
    width: 2.26rem;
    height: .62rem;
    margin: .06rem;
    background-color: #333;
    color: #fff;
}
.about .switch .text h3{
    line-height: .62rem;
    font-size: .26rem;
    text-align: center;
}
.active_package{
    border: 1px solid #333 !important;
}
.active_text{
	color: #fee101 !important;
    /*background-color: #fee101 !important;*/
}
.about .switch .swiper-slide{
    width: auto;
    margin-left: .25rem;
}
.about .swiper-container{
    padding-right: .25rem;
}
.about .introduce{
    width: 7rem;
    padding: .6rem 0 .8rem;
    margin: 0 auto;
}
.about .introduce .introduce_top .title{
    float: left;
}
.about .introduce .introduce_top .title h1{
    font-size: .4rem;
    color: #333;
}
.about .introduce .introduce_top .title h3{
    font-size: .48rem;
    margin-top: .22rem;
    background-image: -webkit-gradient(linear,left 0,right 0,from(#061756),to(#b8b927));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about .introduce .introduce_top .bolang{
    float: right;
    margin-top: .4rem;
}
.about .introduce .introduce_top .bolang img{
    width: 1.1rem;
}
.about .introduce .introduce_center .show{
    padding: .4rem 0 ;
}
.about .introduce .introduce_center .show p{
    font-size: .3rem;
    line-height: .44rem;
    color: #4d4d4d;
}
.show img{
	width: 80%;
    height: 50%;
}
.about .introduce .introduce_center .pic img{
    width: 100%; 
}
.about_1 .contain .topAndBot{
    width: 7rem;
    margin: 0 auto ;
    position: relative;
    padding: 1.12rem 0 .76rem;
}
.about_1 .contain .topAndBot .swiper-wrapper{
    height: 5rem;
}
.about_1 .contain .topAndBot .swiper-slide{
    margin-top: .15rem;
    height: auto;
}
.about_1 .contain .topAndBot .item .time{
    float: left;
    padding-left: .25rem;
}
.about_1 .contain .topAndBot .item .time h3{
    font-size: .36rem;
    color: #4d4d4d;
}
.about_1 .contain .topAndBot .item .line{
    float: left;
    width: .26rem;
    height: 2.27rem;
    background: url("about1_line.jpg")no-repeat center;
    background-size: 100% auto;
    margin: 0 .45rem 0 .3rem;
}.about_1 .contain .topAndBot .item .text{
    padding-right: .15rem;
 }
.about_1 .contain .topAndBot .item .text p{
    color: #4d4d4d;
    font-size: .26rem;
    line-height: .36rem;
}
.about_1 .contain .topAndBot .swiper-button-next{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: .7rem;
    left: 1.68rem;
    background: url("about1_bot.jpg")no-repeat center;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg) ;
}
.about_1 .contain .topAndBot .swiper-button-prev{
    width: .6rem;
    height: .6rem;
    position: absolute;
    bottom: .7rem;
    left: 1.68rem;
    background: url("about1_bot.jpg")no-repeat center;
    background-size: cover;
}
.about_2 .honor{
    width: 7rem;
    padding: .45rem 0;
    margin: 0 auto;
}
.about_2 .honor ul{
    margin-right: -.42rem;
}
.about_2 .honor ul li{
    float: left;
	height: 118px;
}
.about_2 .honor .list{
    width: 3.3rem;
    /*height: 4.4rem;*/
    margin: 0 .4rem .25rem 0;
    background: url("about2_kuang.jpg")no-repeat center;
    background-size: cover;
    padding: .4rem;
}
.about_2 .honor .list img{
    width: 100%;
}
.about_3 .contain {
    padding-top: .6rem;
    width: 7rem;
    margin: 0 auto;
}
.about_3 .contain .contain_top_title h3{
    text-align: center;
    font-size: .4rem;
    color: #fee101;
}
.about_3 .contain .contain_top_title p{
    text-align: center;
    font-size: .2rem;
    color: #808080;
    padding: .2rem 0;
}
.about_3 .contain .contain_top_title img{
    display: block;
    margin: 0 auto .48rem;
    width: 5.3rem;
}
.about_3 .contain .contain_top_text{
    width: 6.7rem;
    margin: 0 auto;
}
.about_3 .contain .contain_top_text p{
    font-size: .24rem;
    color: #666;
    line-height: .36rem;
    margin-top: .28rem;
    text-indent: 2em;
}
.about_3 .contain .contain_center{
    width: 100%;
    margin: .5rem 0 .5rem;
}
.about_3 .contain .contain_center .hidden{
    width: 6.1rem;
	height:5.1rem;
   margin: 0 auto;
   
}
.about_3 .contain .contain_center .hidden img{
    width: 100%;
    height: 100%;
}
.about_3 .contain_bottom {
    position: relative;
}
.about_3 .contain_bottom .item .item_l{
    float: left;
    margin: .17rem .44rem 0 .27rem;
}
.about_3 .contain_bottom .item .item_l img{
    width: .36rem;
}
.about_3 .contain_bottom .item .item_r{
    float: left;
    width: 5.78rem;
}
.about_3 .contain_bottom .item .item_r h3{
    font-size: .32rem;
    color:#555;
}
.about_3 .contain_bottom .item .item_r p{
    font-size: .28rem;
    color: #808080;
    margin: .2rem 0 .73rem;
}
.about_3 .contain_bottom .line{
    position: absolute;
    top: .53rem;
    left: .45rem;
    background: url("about3_xian.jpg")repeat-y center;
    background-size: 1px .06rem;
    width: 1px;
    height: 9.5rem;
}
.cases .ban{
    position: relative;
    height: 3rem;
}
.cases .ban .banPic{
    position: absolute;
    width: 100%;
}
.cases .ban .content {
    width: 1.7rem;
    position: absolute;
    left: 0 ;
    right: 0;
    margin: .95rem auto;
}
.cases .ban .content img{
    width: 100%;
}
.cases .ban .content div{
    width: .3rem;
    height: 2px;
    background-color: #fff;
    margin: .2rem auto;
}
.cases .ban .content p{
    color: #fff;
    text-align: center;
    font-size: .32rem;
}
.cases .contain{
    width: 7rem;
    margin: 0 auto;
    background-color: #fafafa;
    padding: .3rem 0;
}
.cases .contain ul{
    margin-right: -.21rem;
}
.cases .contain ul li{
    float: left;
    margin: 0 .2rem .25rem 0;
}
.cases .contain .item{
    width: 3.4rem;
}
.cases .contain .item .pic img{
    width: 100%;
}
.cases .contain .item .p{
    font-size: .24rem;
    color: #333;
    line-height: .6rem;
    padding-left: .16rem;
    background: #fff url("cases_add.jpg")no-repeat center right .17rem;
    background-size: .36rem auto;
}
.detail_contain img{
	 width: 80%;
	height: 50%;	
}


.case_detail .detail_contain{
    width: 7rem;
    margin: 0 auto;
    padding: .4rem 0;
}

.case_detail .detail_contain .contain_title h1{
    font-size: .34rem;
    color: #333;
    text-align: center;
    padding-bottom: .2rem;
    border-bottom: 1px solid #e6e6e6;
}
.case_detail .detail_contain .contain_title p{
    font-size: .26rem;
    color: #777;
    padding-top: .2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
}
.case_detail .detail_contain .contain_center{
    margin-top: .3rem;
}
.case_detail .detail_contain .contain_center .pic{
    width: 6.7rem;
    margin: 0 auto;
}
.case_detail .detail_contain .contain_center p img{
    width: 80%;
	height: 50%;

}
.case_detail .contain .contain_center .p{
    margin: .3rem auto 0;
    width: 6.7rem;
}
.case_detail .detail_contain .contain_center .p p{
    margin-top: .2rem;
    font-size: .26rem;
    line-height: .36rem;
    color: #333;
    text-indent: 2em;
}
.contact .ban {
    position: relative;
    height: 3rem;
}
.contact .ban .banPic {
    position: absolute;
    width: 100%;
}
.contact .ban .content {
    width: 2.65rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: .95rem auto 0;
}
.contact .ban .content img{
    width: 100%;
}
.contact .ban .content div {
    width: .3rem;
    height: 2px;
    background-color: #fff;
    margin: .2rem auto;
}
.contact .ban .content p{
    text-align: center;
    font-size: .32rem;
    color: #fff;
}
.contact .center{
    padding-bottom: .4rem;
}
.contact .select {
    padding: .4rem .25rem .4rem 0;
}
.contact .select .swiper-slide{
    width: auto;
    margin-left: .25rem;
}
.contact .select .swiper-slide .package{
    width: 2.4rem;
    height: .76rem;
    padding: .06rem;
    border: 1px solid #333;
}
.contact .select .swiper-slide .text{
    font-size: .26rem;
    line-height: .62rem;
    color: #fff;
    text-align: center;
    background-color: #333;
}
.contact .contain{
    width: 7rem;
    margin: 0 auto;
}
.contact .contain p{
    font-size: .3rem;
    color: #666;
    /*padding-left: .7rem;*/
    margin-bottom: .15rem;
    line-height: .5rem;
}
.contact .contain .p1{
    background: url("contact_phone.jpg")no-repeat center left 1px;
    background-size: .5rem auto;
}
.contact .contain .p2{
    background: url("contact_email.jpg")no-repeat center left 1px;
    background-size: .5rem auto;
}
.contact .contain .p3{
    background: url("contact_qq.jpg")no-repeat center left 1px;
    background-size: .5rem auto;
}
.contact .contain .p4{
    background: url("contact_address.jpg")no-repeat center left 1px;
    background-size: .5rem auto;
}
.contact .bdMap{
    margin: .4rem auto 0;
    width: 7rem;
    height: 3.3rem;
}
.contact_1 .dot{
    width: 100%;
    height: 4.3rem;
    background: url("contact1_bg.jpg")no-repeat center;
    background-size: 100% auto;
}
.contact_1 .dot h3{
    font-size: .24rem;
    color: #1a1a1a;
    text-align: center;
    padding-top: .5rem;
    line-height: .36rem;
    font-weight: bold;
}
.contact_1 .dot p{
    text-align: center;
    font-size: .2rem;
    line-height: .3rem;
    padding-top: .25rem;
}
.contact_1 .dot .blue{
    width: .3rem;
    height: .04rem;
    background-color: #0980d2;
    margin: .25rem auto;
}
.contact_1 .dot h2{
    text-align: center;
    font-size: .26rem;
    color: #1a1a1a;
    font-weight: bold;
}
.contact_2 .contact_2_contain .title{
    padding: 0 0 .4rem;
}
.contact_2 .contact_2_contain .title p{
    text-align: center;
    font-size: .28rem;
    line-height: .4rem;
    color: #333;
}
.contact_2 .contact_2_contain .title h2{
    width: 5.2rem;
    padding-left: .6rem;
    margin: .3rem auto 0;
    font-size: .26rem;
    color: #222;
    background: url("contact_email.jpg")no-repeat center left ;
    background-size: .5rem auto;
    line-height: .5rem;
}
.contact_2_blueBackground{
    background-color: #4c4c4c;
}
.contact_2_grayBackground{
    background-color: #b3b3b3;
}
.contact_2_jiahao{
    background: url("contact2_jia.jpg")no-repeat center right;
    background-size: .3rem auto;
}
.contact_2_jianhao{
    background: url("contact2_jian.jpg")no-repeat center right;
    background-size: .3rem auto;
}
.contact_2 .contact_2_contain .information .item h5{
    line-height: .8rem;
    padding: 0 .4rem;
    color: #fee101;
    font-size: .3rem;
    position: relative;
}
.contact_2 .contact_2_contain .information .inform{
    padding-bottom: 1rem;
}
.contact_2 .contact_2_contain .information .item{
    margin-top: 1px;
}
.contact_2 .contact_2_contain .information .item h5 .talent{
    display: inline-block;
    width: .3rem;
    height: .3rem;
    position: absolute;
    top: 50%;
    margin-top: -.15rem;
    right: .4rem;
}
.contact_2 .contact_2_contain .information .item .requirement{
    width: 6.7rem;
    margin: 0 auto;
    padding-bottom: .3rem;
    display: none;
}
.contact_2 .contact_2_contain .information .item .requirement h6{
    font-size: .3rem;
    color: #333;
    padding: .3rem 0;
}
.contact_2 .contact_2_contain .information .item .requirement p{
    font-size: .28rem;
    line-height: .38rem;
    color: #666;
}
.join_1 .ban {
    position: relative;
    height: 3rem;
}
.join_1 .ban .banPic{
    width: 100%;
    position: absolute;
}
.join_1 .ban .content{
    width: 3.5rem;
    position: absolute;
    left: 0 ;
    right: 0;
    margin: .95rem auto 0;
}
.join_1 .ban .content img{
    width: 100%;
}
.join_1 .ban .content div{
    width: .3rem;
    height: 2px;
    margin: .2rem auto;
    background-color: #fff;
}
.join_1 .ban .content p{
    text-align: center;
    font-size: .32rem;
    color: #fff;
}
.join_1 .join_select {
    padding: .4rem .25rem .4rem 0;
}
.join_1 .join_select .swiper-slide {
    width: auto;
    margin-left: .25rem;
}
.join_1 .join_select .border {
    width: 2.4rem;
    height: .76rem;
    border: 1px solid #333;
    padding: .06rem;
}
.join_1 .join_select .border .content {
    width: 100%;
    line-height: .62rem;
    background-color: #333;
    font-size: .26rem;
    color: #fff;
    text-align: center;
}
.join_1 .join_1_introduce {
    width: 7rem;
    margin: 0 auto;
}
.join_1 .join_1_introduce .title h3 {
    font-size: .36rem;
    color: #0370b7;
}
.join_1 .join_1_introduce .title img {
    width: 100%;
    margin: .4rem 0;
}
.join_1 .join_1_introduce .text p {
    font-size: .28rem;
    line-height: .4rem;
    color: #666;
    text-indent: 2em;
}
.join_1 .join_1_introduce .pic {
    padding: .3rem 0;
}
.join_1 .join_1_introduce .pic img {
    width: 100%;
}
.join_2 .join_2_introduce {
    width: 7rem;
    margin: 0 auto;
}
.join_2 .join_2_introduce .title h3{
    font-size: .34rem;
    color: #0370b7;
    line-height: .48rem;
}
.join_2 .join_2_introduce .title img {
    width: 100%;
}
.join_2 .join_2_introduce .pic {
    padding: .6rem 0;
}
.join_2 .join_2_introduce .pic img {
    width: 100%;
}
.join_3 .process_lists{
    width: 6.7rem;
    margin: 0 auto;
}
.join_3 .process_lists .list h2{
    font-size: .26rem;
    font-weight: bold;
    color: #000030;
    margin-top: .15rem;
}
.join_3 .process_lists .list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding-bottom: .25rem;
}
.join_3 .process_lists .list .pic img{
    width: 1.67rem;
}
.join_3 .process_lists .list .text{
    background-color: #f9f9f9;
    height: 1.34rem;
    width: 100%;
    margin-left: -.13rem;
    margin-top: .16rem;
    padding-left: .4rem;
}
.join_3 .process_lists .list .text p{
    font-size: .24rem;
    line-height: .36rem;
    margin-top: .1rem;
}
.join_4 .form{
    padding: 0 0 .6rem;
}
.join_4 .form .title {
    width: 4rem;
    margin: 0 auto;
    background: url("merchants3_fenge.jpg")no-repeat center bottom;
    background-size: 100% auto;
}
.join_4 .form .title span{
    display: block;
}
.join_4 .form .title .s1{
    font-size: .36rem;
    color: #4d4d4d;
    text-align: center;
}
.join_4 .form .title .s2{
    text-align: center;
    padding: .15rem 0;
    font-size: .2rem;
    color: #acacac;
}
.join_4 .form .content{
    width: 7rem;
    margin: .4rem auto 0;
}
.ipt_name,.ipt_phone,.ipt_email,.ipt_qq,.ipt_code {
    font-size: .28rem;
    color: #666;
    padding-left: .4rem;
    line-height: .78rem;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: .15rem;
    margin-bottom: .2rem;
}
.ipt_area{
    font-size: .28rem;
    color: #666;
    padding-left: .4rem;
    line-height: .78rem;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: .15rem;
    margin-bottom: .2rem;
    height: 2.8rem;
}
.ipt_code {
    width: 50%;
}
.ipt_submit{
    width: 100%;
    font-size: .3rem;
    line-height: .78rem;
    color: #fff;
    background-color: #fee101;
    border-radius: .15rem;
}
.news .ban {
    position: relative;
    height: 3rem;
}
.news .ban .banPic{
    position: absolute;
    width: 100%;
}
.news .ban .content{
    position: absolute;
    width: 1.65rem;
    left: 0;
    right: 0;
    margin: .95rem auto;
}
.news .ban .content img{
    width: 100%;
}
.news .ban .content div{
    width: .32rem;
    height: 2px;
    margin: .2rem auto;
    background-color: #4d4d4d;
}
.news .ban .content p{
    font-size: .32rem;
    color: #4d4d4d;
    text-align: center;
}
.news .select{
    padding: .4rem 0;
}
.news .select .border{
    width: 2.4rem;
    border: 1px solid #333;
    padding: .06rem;
}
.news .select .content{
    line-height: .62rem;
    color: #fff;
    text-align: center;
    font-size: .26rem;
    background-color: #333;
}
.news .select ul{
    width: 5.55rem;
    margin: 0 auto;
}
.news .select .li1{
    float: left;
}
.news .select .li2{
    float: right;
}
.news .newsLists{
    width: 7rem;
    margin: 0 auto;
}
.news .newsLists .list{
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: .3rem;
}
.news .newsLists .list img{
    width: 2.8rem;
    float: left;
    padding-bottom: .3rem;
	    height: 2rem;
}
.news .newsLists .list .content{
    float: right;
    width: 4rem;
}
.news .newsLists .list .content h3{
    font-size: .28rem;
    color: #4d4d4d;
    margin-top: .1rem;
}
.news .newsLists .list .content span{
    font-size: .22rem;
    color: #999;
    margin-top: .15rem;
    display: inline-block;
}
.news .newsLists .list .content p{
    font-size: .14rem;
    color: #333;
    line-height: .34rem;
    margin-top: .1rem;
    height: .65rem;
    overflow: hidden;
}
.news .news_more{
    padding-bottom: .3rem;
    width: 7rem;
    margin: 0 auto;
}
.news .news_more a{
    font-size: .28rem;
    color: #666;
}
.product .ban{
    height: 3rem;
    position: relative;
}
.product .ban .banPic{
    position: absolute;
    width: 100%;
}
.product .ban .content{
    position: absolute;
    left: 0;
    right: 0;
    margin: .95rem auto;
    width: 2.7rem;
}
.product .ban .content img{
    width: 100%;
}
.product .ban .content div{
    width: .3rem;
    height: 2px;
    margin: .2rem auto;
    background-color: #fff;
}
.product .ban .content p{
    font-size: .32rem;
    color: #fff;
    text-align: center;
}
.product .select{
    padding: .4rem .25rem .4rem 0;
}
.product .select .swiper-slide{
    margin-left: 0.08rem;
    width: auto;
}
.product .select .border{
    width: 2.4rem;
    padding: .06rem;
    border: 1px solid #333;
}
.product .select .border .content{
    line-height: .62rem;
    background-color: #333;
    font-size: .26rem;
    color: #fff;
    text-align: center;
}
.product .introduce p{
    width: 7rem;
    margin: 0 auto .2rem;
    font-size: .26rem;
    color: #747474;
}
.product .video{
    width: 7rem;
    margin: 0 auto;
}
.product .video img{
    width: 100%;
}
.product .lists{
    width: 7rem;
    margin: 0 auto;
    padding: .4rem 0;
}
.product .lists .list_t{
    position: relative;
    border: 1px solid #b3b3b3;
    margin-bottom: .2rem;
}
.product .lists .list_t .step{
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    background-color: #1172b7;
    color: #fff;
    font-size: .28rem;
    float: left;
    margin: .2rem;
}
.product .lists .list_t p{
    font-size: .28rem;
    color: #444;
    line-height: .4rem;
    width: 5.7rem;
    float: left;
    margin: .2rem 0 .2rem .3rem;
}
.product .lists .add{
    width: .5rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.product .lists .list_b{
    position: relative;
    border: 1px solid #b3b3b3;
    margin-bottom: .2rem;
}
.product .lists .list_b .step{
    width: .5rem;
    float: left;
    margin: .2rem;
}
.product .lists .list_b p{
    font-size: .28rem;
    color: #444;
    line-height: .4rem;
    width: 5.7rem;
    float: left;
    margin: .2rem 0 .2rem .3rem;
}
.product .lists .jian{
    width: .5rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.product_1 .pro_Img{
    width: 7rem;
    margin: 0 auto;
}
.product_1 .pro_Img ul{
    margin-right: -.4rem;
}
.product_1 .pro_Img .item{
    width: 3.3rem;
    float: left;
    margin: 0 .4rem .3rem 0;
}
.product_1 .pro_Img .item .pic{
    width: 100%;
    margin: 0 auto;
    height: 3.0rem;
    background: url("product_meiboshi.jpg") no-repeat center;
    background-size: cover;
    padding-top: .7rem;
}
.product_1 .pro_Img .item .mic{
    width: 100%;
    margin: 0 auto;
    height: 2.5rem;
    background: url("product_meiboshi.jpg") no-repeat center;
    background-size: cover;
    padding-top: .7rem;
}
.product_1 .pro_Img .item .pic img{
    display: block;
    width: 3rem;
	height: 9em;
    margin: 0 auto;
}
.product_1 .pro_Img .item .mic img{
    display: block;
    width: 3rem;
    margin: 0 auto;
}
.product_1 .pro_Img .item .pro_p {
    margin-top: .1rem;
    line-height: .7rem;
    font-size: .28rem;
    color: #505050;
    width: 3.3rem;
    padding-left: .2rem;
    /*background: #f5f5f5 url("meiboshi_jiantou.png")no-repeat center right .3rem;*/
    background-size: .28rem auto;
	text-align: center;
}
.product_1 .pro_Img .swiper-wrapper{
    padding-bottom: .4rem;
}
.product_1_detail .product_detail{
    width: 7rem;
    margin: 0 auto;
}
.product_1_detail .product_detail .title h3 {
    font-size: .32rem;
    color: #505050;
    text-align: center;
    padding-bottom: .3rem;
    border-bottom: 1px solid #e6e6e6;
}
.product_1_detail .product_detail .pic{
    width: 3.3rem;
    -moz-box-shadow: 0 0 .2rem #e6e6e6;
    -webkit-box-shadow: 0 0 .2rem #e6e6e6;
    box-shadow: 0 0 .2rem #e6e6e6;
    margin: .5rem auto .4rem;
}
.product_1_detail .product_detail .pic {
    width: 3.3rem;
    height: 3.9rem;
    background: url("product_meiboshi.jpg") no-repeat center;
    background-size: cover;
    padding-top: .7rem;
}
.product_1_detail .product_detail .pic img {
    width: 1rem;
    display: block;
    margin: 0 auto;
}
.product_1_detail .product_detail .introduce li{
    margin-bottom: .4rem;
}
.product_1_detail .product_detail .introduce li h3{
    font-size: .32rem;
    color: #505050;
    margin-bottom: .2rem;
}
.product_1_detail .product_detail .introduce li p{
    font-size: .26rem;
    color: #666;
    line-height: .36rem;
    margin-bottom: .2rem;
}
.product_1_detail .product_detail .goBack{
    padding: .6rem 0 .3rem;
}
.product_1_detail .product_detail .goBack a{
    display: block;
    float: right;
    width: 1.3rem;
    line-height: .5rem;
    background-color: #0370b7;
    color: #fff;
    font-size: .22rem;
    text-align: center;
    border-radius: .1rem;
}
.product_2 .pro_2contain {
    width: 7rem;
    margin: 0 auto;
}
.product_2 .pro_2contain .pro_h3 {
    font-size: .34rem;
    color: #1b4d7e;
    margin-bottom: .3rem;
    font-weight: bold;
}
.product_2 .pro_2contain .pro_h3::before {
    content: "";
    display: inline-block;
    width: .06rem;
    height: .36rem;
    background-color: #cc9733;
    margin-right: .3rem;
    vertical-align: middle;
}
.product_2 .pro_2contain .pro_p {
    font-size: .26rem;
    line-height: .4rem;
    color: #666;
}
.product_2 .pro_2contain .pro_earth {
    border: .08rem solid #e5cd9d;
    margin: .3rem 0;
}
.product_2 .pro_2contain .pro_earth img {
    width: 100%;
}
.product_2 .pro_2contain .items .item .item_l {
    font-size: 1.1rem;
    font-family: "Impact";
    color: #e5cd9d;
    float: left;
}
.product_2 .pro_2contain .items .item .item_r {
    float: right;
    width: 5.5rem;
}
.product_2 .pro_2contain .items .item .item_r h3{
    font-size: .32rem;
    color: #1b4d7e;
    font-weight: bold;
}
.product_2 .pro_2contain .items .item .item_r p{
    font-size: .26rem;
    color: #808080;
    line-height: .4rem;
    padding: .3rem 0 .5rem;
}
.science .ban {
    position: relative;
    height: 3rem;
}
.science .ban .banPic {
    position: absolute;
    width: 100%;
}
.science .ban .content {
    position: absolute;
    left: 0;
    right: 0;
    margin: .95rem auto 0;
    width: 2.4rem;
}
.science .ban .content img{
    width: 100%;
}
.science .ban .content div{
    width: .3rem;
    height: 2px;
    margin: .2rem auto;
    background-color: #fff;
}
.science .ban .content p{
    text-align: center;
    font-size: .32rem;
    color: #fff;
}


.transform{
    -webkit-transform: translateX(-2.2rem);
    -moz-transform: translateX(-2.2rem);
    -ms-transform: translateX(-2.2rem);
    transform: translateX(-2.2rem);
}
.index_box{
    position: relative;
    overflow-x: hidden;
    height: 100%;
}
.about_box{
    position: relative;
    overflow-x: hidden;
    height: 100%;
}
.nav{
    border-top: 1px solid #b7b7b7;
    margin-top: .88rem;
    position: fixed;
    top: 0;
    right: 0;
    width: 2.2rem;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    z-index:999;
}
.nav ul li{
    border-bottom: 1px solid #b7b7b7;
    line-height: 1rem;
    color: #666;
    font-size: .32rem;
    text-align: center;
}

.nav_1{
    background: url("index_nav.jpg")no-repeat center;
    background-size: cover;
}
.nav_2{
    background: url("heicha.png")no-repeat center;
    background-size: cover;
}

.active{
    /*background-color: #fee101;*/
}
.pager{
    display: flex;
    justify-content: center;
    padding:40px 0;;
}
.pager li {
    display: none;
}
.pager li:last-child,
.pager li:first-child{
    display: inline;
    margin:0 10px
}
.pager li span,
.pager li a
{
    margin:0 2px;
    padding:10px 20px;
    border-radius:4px;
    border:1px solid #e1e1e1;
    color:#777777;
}

.pagination > .active > span{
    background:#8b171a;
    color:#fff;
}
.pagination > .disabled > span{
    background: white !important;
    color:#666666;
}