@charset "utf-8";
/* CSS Document */


/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/



/*手机菜单*/
.mobile_navbox{
	display:block;
	position: relative;}
	.headbox{
		display:none;}
/*手机菜单*/
/*头部菜单整理框架左移动80%*/
.body_lele{

/*    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
	transform: translate(80%, 0);

    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;*/
    }
/*头部菜单框架左移动80%*/

.sp_header{
	height: 60px;
	overflow: hidden;
	background: #ffffff;
	position: fixed;
	z-index: 10;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	text-align: center;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}
.sp_logo{
	display: inline-block;
	text-align: center;
    margin-left: -50px;
}
.sp_logo a i {
	font-size: 36px;
	line-height: 60px;
}

.sp_nav{
	width: 50px;
	float: left;
	position: relative;
/*	cursor: pointer;*/
	height: 30px;
	margin-top: 20px;
	display: inline-block;
}
.sp_nav span{
    display: block;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 20px;
    transition: all ease 0.4s;
    background-color: #222222;
}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}

.sp_nav_se span:nth-of-type(1){
	top:10px;
/*	transform:rotate(45deg)*/

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2){width:0}


.sp_nav_se span:nth-of-type(3){
	top:10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	transform:rotate(-45deg);
}
.sjj_nav{
	position:fixed;
	z-index:9;
	background:#ffffff;
/*	width:80%;*/
    width: 100%;
	height:100%;
	font-size:14px;
	line-height:40px;
/*	top:0px;
	left:-80%;*/
    top:60px;
    left:-100%;
	overflow:auto;
	overflow-x:hidden;
	display: block;
/*	border-right: 1px solid #e8e8e8;*/

}

.nav_show{

    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);

    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{
	float: left;
	width: calc(100% - 90px)
}
.sjj_nav>ul>li:first-child .language{
	float: right;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}
.sjj_nav>ul>li:first-child .language a{
	width: 20px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
	padding-right: 10px;
	padding-left: 10px;
}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #e8e8e8 solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{

/*	transform:rotate(-90deg);
	transition:all ease 0.35s;*/

	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform:rotate(-90deg);

    -webkit-transition: -webkit-transform all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
	transition:all ease 0.35s;
}
.sjj_nav ul li .sjj_nav_i_se svg{
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform:rotate(0deg);


}
.sjj_nav ul li
{
    border-top:1px #e8e8e8 solid;
    margin-left:20px; 
    margin-right: 20px; 
    position:relative;
    line-height:50px;
    font-size:16px;
    font-weight: bold;
}
.sjj_nav>ul >li:last-child{border-bottom:1px #e8e8e8 solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{
	color: #282828;
	width: 80%;
	display: block;
}
.sjj_nav ul li ul li a{color:#282828;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#282828;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#282828;}
.sjj_nav ul li ul li>ul{margin-left:10px}
.footerbox_con1 {
	margin-bottom: 0px;
}


.sp_ss{
	float: right;
    display: none;
	
}

.sp_ss_a{
	display: inline-block;
	width: 50px;
	height: 60px;
}

.sp_ss_a_see{}

.sp_ss_a_i{
	font-size: 26px;
	color: #7f7f7f;
	line-height: 60px;
}

.sp_ss_a_span_block_i{
	font-size: 22px;
    color: #333;
}

.sp_ss_a_i_none{
	display: none;
}

.sp_ss_a_span{
	font-size: 26px;
	color: #666;
	display: none;
}

.sp_ss_a_span{
	display: block;
	line-height: 60px;
}

.sp_ssxb{
	position: fixed;
    z-index: 21;
    top: 61px;
    width: 100%;
    left:-100%;
}

.sp_ssxb_block{
/*	transform: translate(100%, 0);
    transition: transform 0.5s ease;*/


    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
	transform: translate(100%, 0);

    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.sp_ssxb_box{
	padding: 20px 4%;
    width: 92%;
    position: relative;
    background: rgba(0,17,34,0.8);
}
.sp_ssxb_box_main{
	width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 10px 0px #55708f;
    -webkit-box-shadow: 0 0 10px 0px #55708f;
    box-shadow: 0 0 10px 0px #55708f;
    overflow: hidden;
}
.sp_ssxb_box_main .text{    
	width: 85%;
    float: left;
    height: 40px;
    color: #333;
    background: none;
    border: none;
    text-indent: 20px;
}
.sp_ssxb_box_main .btn{
    width: 15%;
    height: 40px;
    float: right;
    border: none;
    background-color: #00a0e9;
    line-height: 40px;
    font-size: 14px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0 0 0px 0px #55708f;
    -webkit-box-shadow: 0 0 0px 0px #55708f;
    box-shadow: 0 0 0px 0px #55708f;
}

/*---------手机站导航结束----------*/

/*底部菜单*/
.footer{

}

.footerbox{
	padding-top: 0px;
}

.footerbox_con1_le {
	width: 100%;
	float: none;
	margin-right: 0%;
}

.footerbox_con1_lebox_a {
font-weight: 400;
    color: #666;
    text-indent: 10px;
    line-height: 47px;
    height: 47px;
}

.footerbox_con1_lebox{
	border-bottom-color: #e8e8e8;
	}

.footerbox_con1_mid {
    width: 100%;
    float: none;
    margin-right: 0%;
    margin-left: 0%;
}

.footerbox_con1_mid_h1{
    text-align: left;
    width: 100%;
    font-size: 26px;
    color: #666;
	}

.footerbox_con1_mid_h1_cc{
    text-align: center;
}

.footerbox_con1_mid_h1_bb{
    margin-bottom: 0px;
    line-height: 72px;
    text-align: center;
}


.footerbox_con1_mid_tb {
	width: 100%;
	text-align:  left;
    position: static;
}
.footerbox_con1_mid_tb a i {
	font-size: 35px;
}


.footerbox_con1_mid_button{
/*	position: static;*/
}


.slct {
    width: 100%;
    padding-right: 0%;
    margin: 20px 0px 20px 0px;
}

.footerbox_con1_ri {
	width: 100%;
	float: none;
}

.footerbox_con2{margin-top:10px;}

.footerbox_con2_p1 {
/*    line-height: 20px;*/
}
/*底部菜单*/


.headbox_kb {
    padding-top: 60px;
}

.flexslider{
	height: 200px;
}
.slides li{height: 200px;}
.flex-direction-nav li a.flex-prev{left:5px;background:url(/style/images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:5px;background:url(/style/images/next.png) center center no-repeat;}


.sy_zbbox_xiankuan{
    padding: 0 10px;
}

.sy_zbbox {
    margin-top: 20px;
}

.sy_zbbox_p {
    padding-bottom: 20px;
}

.sy_zbbox_h {
    font-size: 26px;
}

.sy_zbbox_newsbox_con {
    width: 50%;
    float: left;
    margin-bottom: 18px;
}

.sy_zbbox_newsbox_con_img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.cpflbox_h{
	font-size: 26px;
}

.search_box p{
	margin: 0 10px;
}

#sy_zb_box > div{
	display: none!important;
}

#sy_zb_box > ul{
	width: 100%!important;
}

.sy_zb_box_list_le{
	width: 55%;
}

.sy_zb_box_list_ri{padding-right: 15%;}

#sy_zb_box > ul > li.selected{
	width: 100%;
	border: 0px solid #E8E8E8;
}


.sy_fangan_con{
    width: 100%;
    margin-bottom: 10px;
}

.sy_fangan_h {

    padding-top: 20px;
}

.sy_fangan_list{
margin-top: 30px;
padding-top: 0px;
padding-bottom: 20px;
margin-right: 0px;
margin-left: 0px;
}

.sy_fangan_listbox{
    margin-right: 0px;
    margin-left: 0px;
}

.cpbannerbox{
    display: none;
}


.cpflbox{
	display: none;
}

.cplist {
    width: 100%;
}

.cplist_box_ul_li_hot {
    top: 10px;
    right: 10px;
}

.cplist_hot_span span {
    padding: 3px 8px;
    font-size: 12px;
    line-height: 12px;
}

.cplist_box{margin-top: 24px;}

.cplist_box_ul {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
}


.cplist_box_ul_li{
	width: 50%;
    margin-bottom: 0px;
}

.cplist_box_ul_li a{
    font-size: 14px;
    margin: 0px 5px 0px 5px;
}

.cplist_box_ul_li_p p{
	margin-bottom: 13px;
	font-size: 15px;
    height: 20px;
    line-height: 20px;
}


.cplist_box_ul_li_p2 p{
	font-size: 14px;
	margin-bottom: 14px;
    height: 20px;
    line-height: 20px;
}

.cplist_box_ul_li_p h1{
    margin: 21px 0px 14px 0px;
	font-size: 20px;
    height: 20px;
    line-height: 20px;
}


.cplist_box_ul_li_imgbox{
    padding: 42px 0px;
    border-radius: 5px;
    overflow: hidden;
}

.cplist_box_ul_li_imgbox img{

}

.cplist_box_ul_li_und{
    margin-top: 24px;
    margin-bottom: 24px;
}

.cplist_box_ul_li_und_box{
    height: 40px;
}

.cplist_box_ul_li_und_box span{
    font-size: 16px;
    line-height: 40px;
}


.list_nextbox_mobile{
	display: block;
}

.list_nextbox_pc{
	display: none;
}

.cpxq_box_titbox_conbox{
    padding: 0px 10px;
}

.cpxq_box_titbox{
	padding: 20px 0px;
}

.cpxq_box_titbox_le p {
    font-size: 26px;
}

.cpxq_box_titbox_le p i{
	font-size: 26px;
	margin-right: 10px;
}

/*新人注册送58元内容-图片展示*/




.ban2 {
    width: 640px;
    height: 360px;
    border: none;
}

.ban2 ul li {
    width: 640px;
    height: 360px;
}

.next1 {
    height: 360px;
    padding-left: 10px;
    text-align: right;
}

.next_btn1{
    display: none;
}

.next1 i {
    line-height: 360px;
    font-size: 30px;
    margin-right: 20px;
}

.prev1 {
    height: 360px;
    padding-right: 10px;
    text-align: left;
}

.prev_btn1{
    display: none;
}

.prev1 i {
    line-height: 360px;
    font-size: 30px;
    margin-left: 20px;
}

.num {
    height: 50px;
}

.num ul li{
    width: 64px;
    height: 36px;
    margin-right: 0px;
    border-bottom: 4px solid #efefef;
    border-left: none;
    border-right: none;
    border-top: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
}

.num ul li.on{
    border-color: #69a9dc;
}

.num ul li a{
    display: inline-block;
}


.ban {
    width: 100%;
}

.min_pic {
    width: 320px;
/*    margin-left: 5px;
    margin-right: 5px;*/
}

/*新人注册送58元内容-图片展示*/

.cpxq_wdboxcon{
    padding: 0px 5px;
}

.cpxq_box_nrbox{
    width: 100%;
}


.cpxq_box_nr {
    text-align: justify;
    margin-top: 40PX;
    font-size: 14px;
    line-height: 28px;
}

.cpbigbox_con{
    padding: 0px 0px;
}

.pc_cpcd{
    display: none;
}

.cpfl_head{
	height: 60px;
	position: relative;
    border-bottom: 1px solid #eee;
}

.cpfl_head_p p{
	line-height: 60px;
}

.cpfl_head_p p span{
	font-size: 24px;
	color: #333;
}

.cpfl_head_p p i{
	color: #333;
	font-size: 24px;
	margin-right: 10px;
}

.cpfl_head_p{
	float: left;
	height: 60px;
	margin-left: 10px;
}


.cpfl_head_more{
	float: right;
	height: 30px;
	margin-top: 15px;
	display: block;
}

.cpfl_head_more_p{
font-size: 12px;
    color: #ffffff;
    height: 28px;
    padding: 0px 15px 0px 15px;
    line-height: 28px;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #333;
    background-color: #333;
    margin-right: 10px;
}

.cpfl_head_more_i{
	height: 20px;
	line-height: 20px;
	float: left;
	display: none;
}

.cpfl_head_more_i i{
	font-size: 16px;
	color: #00a0e9;
}


.cpfl_mobile {
position: absolute;
    z-index: 9;
    width: 100%;
    top: 59px;
    display: none;
    background-color: #fff;
}

.cpfl_mobile_box {
    margin: 0 10px;
    background-color: #dce6ee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
/*    border: solid 1px #ccc;*/
}

.cpfl_mobile_box_gb{
    margin: 0px 20px 0px 20px;
    padding: 15px 10px 10px 10px;
    border-bottom: 1px solid #ccc;
}

.cpfl_mobile_box_gb_fl{
	font-size: 18px;
    font-weight: bold;
    float: left;
    line-height: 20px;
}

.cpfl_mobile_box_gb_ri{
line-height: 20px;
    /* font-weight: bold; */
    float: right;
    cursor:pointer;
}

.cpfl_mobile_box_gb_ri i{
	font-size: 20px;
	color: #333;

}



.cpfl_mobile_box_dl {
    text-align: left;
    padding: 0px 0px 10px 0px;
}

.cpfl_mobile_box_dt {
height: 40px;
    line-height: 40px;
    font-size: 17px;
    padding-left: 20px;
    color: #525252;
    margin: 0px;
/*    font-weight: bold;*/
    background-color: #dce6ee;
}

.cpfl_mobile_box_dt i{
	float: right;
	margin-right: 10px;
}


.cpfl_mobile_box_dd {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: #fff;
    text-decoration: none;
    position: relative;
    margin: 5px 10px 5px 10px;
/*    border: 1px solid #e8e8e8;*/
    -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.cpfl_mobile_box_dd a{
	color: #666;
	width: 100%;
	display: inline-block;
}

.cpfl_mobile_box_dd i{
	color: #ddd;
	position: absolute;
	right: 10px;
}

.cp_xbsm{
	margin:40px 5px 80px 5px;
}


.cp_xbsm_box1{
width: 100%;
    margin: 0;
}


.cp_xbsm_box2{
    border-radius: 10px;
    margin: 0;
}

.cp_xbsm_box3_tb{
	font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.cp_xbsm_box3_nn{
    padding-top:0px;
}

.container {
        overflow-x: auto;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin: 0;
    }


.card {
        flex: 0 0 50%;
        scroll-snap-align: start;
        width: 50%;
    }


.card_box {
        background-color: #F2F2F2;
        box-shadow: none;
        margin: 0 5px;
        padding: 20px 40px;
    }

.dots {
        display: block;
    }


.cp_xbsm_box3_nn_box{
	width: 100%;
	float: none ;
	margin-bottom: 24px;
}


.cp_xbsm_box3_nn_box1_xb i{
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    margin-right: 10px;
}

.cp_xbsm_box3_nn_box2_xb i{
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    margin-right: 10px;
}

.cp_xbsm_box3_nn_box3_xb i{
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    margin-right: 10px;
}

.cp_xbsm_box3_nn_box4_xb i{
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    margin-right: 10px;
}


.cp_xbsm_box3_nn_box_tb{
    line-height: 36px;
}


.cp_xbsm_box3_nn_box_xb{
    color: #999!important;
    line-height: 28px;
}



.ser_bannerbox{
	display: none;
}

.ser_zb{

    margin-bottom: 0px;
}

.ser_zb_box_con{
    padding:0 10px ;
}

.ser_zbbox_a{
margin: 0px 20px 40px 20px;
}

.ser_zb_title{
	text-align: center;
}

.ser_zb_title p{
	font-size: 26px;
}


.ser_zb_title p i {
    font-size: 26px;
}

.ser_xiazai_h1{
	text-align: center;
    font-weight: 800;
}

.ser_xiazai_h1 h1 i{
    display: none;
}

.ser_xiazai_list_box{
    display: none;
}

.ser_xiazai_mobile{
    display: block;
}

.ser_xiazai_mobile_con_ul li{
    padding: 10px 10px;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}

.ser_xiazai_mobile_con_ul li h3{
text-align: left;
font-size: 18px;
}

.ser_xiazai_mobile_con_ul li h3 i{
margin-right: 10px;
font-size: 18px;
font-weight: 100;
}

.ser_xiazai_mobile_con_ul li p{
text-align: right;
font-size: 16px;
line-height: 40px;
}

.ser_xiazai_mobile_con_ul li p i{
    margin-right: 10px;
    font-size: 16px;
}


.lxwm_msgbox{
    padding: 0px 10px;
    }

.ser_msg_tabbox_tab{
	width: 100%;
}

.ser_msg_input2{
	margin-left: 0%;
}

.ser_msg_input1{
	margin-right: 0%;
}

.ser_msg_tabbox_tab4_input{
	width: 100%;
	float: none;
}

.ser_msg_tabbox_tab4_yanzm{
	float: none;
}

.ser_msg_tabbox_tab4_input input{
	width: 100%;
}

.ser_msg_tabbox_tab4_button{
	float: none;
	text-align: center;
}


.aboutme_sm_box_con{
	width: 100%;
	height: 25%;
}

.aboutme_sm{
	display: none;}

.aboutme_banner_box_mobie{
	display: block;
}

.aboutme_banner_box_mobie_con{
	position: relative;
	width: 100%;
}

.aboutme_banner_box_mobie_con img{
	width: 100%;
	height: auto;
}

.aboutme_banner_box_mobie_con_wz{
position: absolute;
z-index: 1;
top: 50%;
margin-top: -28px;
width: 100%;
}

.aboutme_banner_box_mobie_con_wz_h1{
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

.aboutme_banner_box_mobie_con_wz_p{
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
}


.aboutme_con{
	margin-top: 20px;
}

.aboutme_con_jjbox_le{
	width: 100%;
	padding-left: 0%;
}

.aboutme_con_jjbox_ri{
	width: 100%;
}

.pop{
left: 5%;
top: 80px;
bottom: 60px;
width: 90%;
height: calc(100% - 140px);
}

.pop_body_p{
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

.aboutme_con_jjbox_ri_img{
	padding-top: 20px;
}

.aboutme_fz_tit h1 i{
	font-size: 66px;
}

.aboutme_fz{
	margin: 0 10px;
}

.aboutme_fzbox{
	height: 300px;
	background-image: url(/style/images/ban05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.aboutme_fzbox img{
	display: none;
}

.aboutme_zrbox_wenz{
	width: 100%;
	margin: 0;
		color: #666;
}

.aboutme_zrbox_con_img{
	display: none;
}

.aboutme_zrbox_wenzbox{
	position: static;
	margin-top: 0px;
}


.aboutme_zrbox_con{
	margin: 0 10px;
}

.news_bannerbox{
    padding: 0 10px;
}
.news_banner{
	background-image: url(/style/images/news_banner_mobile.jpg);
	height: 180px;
}

.news_banner_wenz{
	padding-top: 55px;
}

.news_banner_h1{
font-size: 30px;}

.news_banner_p{
font-size: 20px;
}

.news_nav{
    margin-top: 20px;
}

.news_nav a{
margin: 0 10px;
}


.news_con_xkuan_box{
    padding: 0 10px;
}

.news_imgbox_conbox{
    width: 100%;
    float: none;
}

.news_imgbox{

margin: 20px 0px;
}


.news_img{

    margin: 0px 0px;
}

.news_imgbox_img{

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.news_list{
	margin-top: 0px;
}

.news_listbox{
	padding: 15px 15px;
}

.news_listbox_le_h1 h1{
font-size: 16px;}

.news_listbox_ribox_p p{
	font-size: 14px;
}

.news_listbox_ribox_more_a{
font-size: 14px;}

.news_listbox_ribox_more_a i{
font-size: 16px;}

.news_xq_content{
margin: 0 10px;}


.news_xq_le_next{
	font-size: 14px;
}

.news_xq_le{
	width: 100%;
}

.news_xq_le_box{
	border-right: none; 
	padding-right: 0px;
	margin-right: 0px; 
}

.news_xq_ri{
	width: 100%;
	margin: 0;
}

.news_xq_le_next_s{
	width: 100%;
}

.news_xq_le_next_x{
	text-align: left;
	float: left;
width: 100%;}


.hr_bannerbox{
	background-image: url(/style/images/hr_banner_mobile.jpg);
	height: 180px;
}

.hr_banner h1{
font-size: 26px;
line-height: 50px;}

.hr_banner p{
font-size: 18px;
line-height: 24px;}

.hr_banner{
padding-top:53px; }

.hr_joblistbox_mul_list p{
font-size: 14px;}

.myDivbox_list p{
	font-size: 12px;
}

.myDiv_inco{
	display: none;
}

.hr_job_con{
	padding: 10px;
}

.hr_joblist{
	padding: 0 10px;
}

.hr_zbbanner{
	margin: 40px 0px 0px 0px;
}

.hr_zbbanner_boxcon{
	text-align: center;
	width: 100%;
	padding-right: 0px;
}

.hr_fulibox{
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.hr_fuli_con{
	width: 48%;
	margin-right: 1%;
	margin-left:1%;
}

.hr_fuli_conbox{
	margin-bottom: 10px;
}

.hr_fuli_con_h1{
font-size: 18px;}

.hr_fuli_con_p{
	display: none;
}


.lxwm-banenrbox{
    display: none;
}


.lxwm-wdbox{
    padding: 0px 10px;
}

.lxwm-namebox {
    margin-top: 40px;
    margin-bottom: 20px;
}

.lxwm-namebox-con{
    width: 100%;
}
.lxwm-namebox-con-wz-span{
    text-align: center;
}
.lxwm-namebox-con-wz-span span{
    font-size: 26px;
}
.lxwm-namebox-con-wz-und{
    margin: 0 auto;
}
.lxwm-listbox-con{
    width: 100%;
}
.lxwm-listbox-con-list-con{
    width: 100%;
}
.lxwm-listbox-con-list {
     padding-bottom: 0px; 
     border-bottom: none; 
     margin-left: 0px;
     margin-right: 0px;
}
.lxwm-listbox-con-list-con-box{
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #f3f3f5;
}
.lxwm-listbox-con-list-con-box-end{
    border-right:none!important;
}

.lxwm-addbox{
    margin-top: 20px;
}

.lxwm-addbox-con{
    width: 100%;

}
.lxwm-addbox-con-h{
   padding: 0 20px 0 20px; 
}
.lxwm-zxzxbox-con{
    width: 100%;
}
.lxwm-zxzxbox-con-h{
    padding: 0 20px 0 20px;
}





.lxwm_telbox_mobile{
	display: block;
	margin: 36px 10px;
}

.lxwm_telbox_mobile_con {
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari 和 Chrome */
	border-radius: 10px;
    border: solid 1px #e2e2e2;
    padding: 40px 0;
}

.lxwm_telbox_mobile_con_box_nr{
	text-align: center;
	margin: 20px 0;
	color: #666!important;
}

.lxwm_telbox_mobile_con_box_nr h1{
	line-height: 26px;
	font-size: 18px;
}

.lxwm_telbox_mobile_con_box_nr h1 i{
	font-size: 26px;
	margin-right: 15px;
}

.lxwm_telbox_mobile_con_box_nr p{
	line-height: 26px;
	font-size: 16px;
}


.ser_conbox_h1{
    margin-bottom: 20px;
}

.ser_conbox_h1 h1{
    font-size: 20px;
    font-weight: 800;
}

.lxwm_msg_tit{
	padding:  0 10px;
}


.ser_conbox_listbox{
	width: 50%;
    text-align: center;
}

.ser_conbox_list{

}

.ser_conbox_listbox_i {
    float: none;
    margin-right: 0px;
    text-align: center;
}

.ser_conbox_listbox_p{
	float: none;
	text-align: center;
}

.ser_conbox2{
	margin-left: 10px;
	margin-right: 10px;
}

.ser_conbox3_xbbox{
	margin: 20px auto;
	float: none;
	width: 100%;
}


/*隐藏移动端客服*/
.yb_conct{
	display: none;
}




/*新人注册送58元相框边框*/
.wk_cpms_cx_box{
    width: 100%;
    min-width: 320px;
    float: left;
}
.wk_box_cpms_cx_box{
    margin-right: 0px;
    padding: 0px 0px 20px 0px;
    border: none;
}
.wk_box_con_cpms_cx_box{
    margin: 0 auto;
}
/*新人注册送58元相框边框*/

.cpms_sm_ms_box{
    padding: 0px 0px;
}

.cpms_sm_ms_boxcon{
    min-width: 320px;
}

.cpms_cx_box{
    width: 100%;
    float: none;
}

.cpms_sm_box{
    width:80%;
    min-width: 320px;
    margin-top: 40px;
    float: none;
    margin: 0 auto;
}

.cpms_sm_con{
    padding: 40px 0px 0px 0px;
    margin-left: unset;
}

.cpms_sm_con_foot{
    font-size: 12px;
}

.cpms_sm_con_foot div{
    line-height: 40px;
}

.cpms_sm_con_head_con_h{
    font-size: 18px;
margin-bottom: 18px;
}

.cpms_sm_con_head_con_p{
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 16px;
}

.cpxq_tjbigbox{
    padding: 0px 0px;
}

.cpxq_btcon_span{
    margin-top: 20px;
    font-size: 24px;
}

.cpxq_btbox{
    margin-top: 40px;
}

.cpxq_tj{
    padding: 0px 0px;
}

.cpxq_tj_lis_s{
     padding: 10px 5px;
     background-color: #fff;
     border: 1px solid #fff;
}

.cpxq_tj_box{margin-top: 20px;}

.cpxq_tj_boxcon{
background-color: #dce6ee;
padding: 40px 0px;
}

.cpxq_tj_box_tit{
margin: 24px 0px;
}

.cpxq_tj_box_tit_h span{
    margin-top: 24px;
}


.cpxq_tj_liscon{
width: 80px;
margin-right:0px;
}

.cpxq_tj_boxcon_ts{
    display: block;
    position: relative;

}

.cpxq_tj_boxcon_ts_p{
    width: 100%;
    position: absolute;
    font-size: 16px;
    line-height: 28px;
    font-weight: 800;
    text-align: center;
    right: 0;
    top: -40px;
}

.cpxq_tj_lisbox{
padding: 10px;
}

.cpxq_tj_lis_x{
margin-top: 12px;
margin-bottom: 12px;
width: 80px;
font-size: 12px;
line-height: 12px;
height:12px;
}


/*新相册响应式布局样式*/
.gallery-container{
    margin: 0 auto;
    width: 80%;
    float: none;
}


/*新相册响应式布局样式*/