/*公共基础样式*/
body,
div,
ul,
li,
img,
h2,
p,
select {
	margin: 0;
	padding: 0;
}
ul,
li {
	list-style: none;
}
/*移动端去掉超链接高亮*/
	
a {
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration: none;
	color: #9f8027;
}
a,
input,
button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 清除i倾斜 */
i{font-style:normal}
/* boot:为了能够在 CSS 中直接调整尺寸，我们将全局的 box-sizing 从 content-box 切换为 border-box */
.selector-for-some-widget {
  box-sizing: content-box;
}
/*移动端各个版本默认字体样式清除*/
body {
	font-size: 62.5%;
	padding: 0;
    color: #222;
    line-height: 1.6em;
    font-family: "微软雅黑";
    margin: 0px auto;
    overflow-x: hidden;
}
/*去除移动端长按选中*/
body * {
	-webkit-text-size-adjust: 100%;
	-webkit-user-select: auto;
}
/*公共包装层*/
.wrapper{
	position: relative;
    z-index: 1000;
    -webkit-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    -o-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    -ms-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    transition: left .33s cubic-bezier(.694,.0482,.335,1);
    left: 0;
    background: #E7EAEA;
}
.wrapper_inner{
    width: 100%;
    overflow: hidden;
}
/*公共超链接填充*/
.pos_rel{
	position: relative;
}
.pos_abs{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
br{
	clear: both;
}
/* 顶部滑动固定定位 */
.fixed{
	position: fixed;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
}
.fixed2{
	position: fixed;
    top: 63px;
    left: 50%;
    margin-left: -600px;
}
/* pc导航 */
header {
    background: #fff;
    width: 100%;
    height: 64px;
    z-index:999;
}
header nav.container{
	display: flex;
	margin: 0 auto;
	height: 64px;
	justify-content: space-between;
}
header .container a {
    display: flex;
    align-items: center;
    color: #333;
}
header .container a .logo {
    width: 60px;
    height: 30px;
}
header .nav-title{
	    display: flex;
	    margin-left: auto;
	    color: #333;
	    height: 100%;
}
header .nav-title ul{
	margin-left: auto !important; 
}
header nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-right: 4.2em;
}
header nav li a {
    font-size: 1.6em;
    font-weight: 500;
}
header .container a {
    display: flex;
    align-items: center;
    color: #333;
}
header nav li:hover>a{
	color: #0095FF;
}
header nav li span.bot_j{
	margin-left: 6px;
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/global/header/up_arrow.png);
    background-position: center;
    background-size: 100%;
    width: 10px;
    height: 5px;
}
header nav li:hover span.bot_j{
	margin-left: 6px;
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/global/header/up_arrow_hl.png);
    background-position: center;
    background-size: 100%;
    width: 10px;
    height: 5px;
}
header nav li img.j_img{
	margin-left: 4px;
    width: 24px;
    height: 12px;
}
header nav li div.j_con{
	visibility: hidden;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    padding: 40px 0;
    opacity: 0;
    -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.07);
            box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.07);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border-bottom: 1px #F0F0F0 solid;
    z-index: 10;
}
header nav li:hover div.j_con{
	visibility: inherit;
	opacity: 1;
}

header nav li div.j_con .j_gro{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 1200px;
    margin-bottom: 20px;
}
header nav li div.j_con .j_gro_title{
	font-size: 12px;
    color: #666;
    margin-left: 16px;
}
header nav li div.j_con .j_gro_wap{
	margin: 10px 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
header nav li div.j_con .j_gro_wap a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    margin-right: 5%;
    padding: 14px;
    cursor: pointer;
}
header nav li div.j_con .j_gro_wap a:nth-child(n + 4){
	margin-top: 10px;
}
header nav li div.j_con .j_gro_wap a:hover{
	background: #f1f1f1;
}
header nav li div.j_con .j_gro_wap a img{
	width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}
header nav li div.j_con .j_gro_wap a span{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 12px;
    font-size: 12px;
    color: #999;
}
header nav li div.j_con .j_gro_wap a span strong{
	font-size: 14px;
    color: #333;
}
header nav li div.x_con{
	visibility: hidden;
    position: absolute;
    top: 40px;
    width: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    z-index: 10;
}
header nav li:hover div.x_con{
	visibility: inherit;
	opacity: 1;
}
header nav li div.x_con:before {
    -webkit-box-shadow: -3px -3px 6px 0px rgba(0, 0, 0, 0.07);
    box-shadow: -3px -3px 6px 0px rgba(0, 0, 0, 0.07);
    border: 5px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -100%) rotate(45deg) scale(0.9, 1);
    transform: translate(-50%, -100%) rotate(45deg) scale(0.9, 1);
}
header nav li div.x_con a{
	display: block;
    position: relative;
    width: 120px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #fff;
	border-bottom: 1px solid #EBEBEB;
	border-radius: 4px 4px 0 0;    
}
/* pc首页banner */
.s_banner{
	width: 100%;
	position: relative;
}
.s_banner .s_banner_wap{
	overflow-x: hidden;
    position: relative;
}
.s_banner .s_banner_wap .swiper-slide{
	width:100%;
	float:left;
	height:556px;
}
.s_banner .s_banner_wap .swiper-slide .inner{
	width: 1200px;
    margin: 0 auto;
}
.s_banner .s_banner_wap .swiper-slide .inner .banner_img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.s_banner .s_banner_wap #swiper-slide1{
	background: #6332f6;
}
.s_banner .s_banner_wap #swiper-slide2{
	background: radial-gradient(#fff, #e2eaff); 
}
.s_banner .s_banner_wap #swiper-slide2 dt {
    font: normal 34px/200% arial,microsoft yahei;
    margin-top: 60px;
    color: #4f72d6;
    text-align: center;
}
.s_banner .s_banner_wap #swiper-slide2 dd {
    margin-bottom: 10px;
    font: normal 22px/180% microsoft yahei;
    text-align: center;
    letter-spacing: 3px;
    color: #4f72d6;
}
.s_banner .s_banner_wap #swiper-slide3{
	background: #e2eaff;
}
.s_banner .s_banner_wap #swiper-slide3 h2 {
    font: normal 34px/200% arial,microsoft yahei;
    margin-top: 40px;
    color: #4f72d6;
}
.s_banner .s_banner_wap #swiper-slide3 ul{
	margin-top:20px;
}
.s_banner .s_banner_wap #swiper-slide3 ul li{
	display:inline-block;
	margin:0 10px;
}	
/*左右按钮*/
.s_banner .arrow_left {
    background: url(../img/banner_arrow.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
}
.s_banner .arrow_right {
    background: url(../img/banner_arrow.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
}
/*banner底部tab焦点*/
.s_banner .pagination {
    position: absolute;
        left: 50%;
        margin-left: -50px;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 999;
}
.s_banner .swiper-pagination-bullet {
display: inline-block;
width: 30px;
height: 2px;
opacity:1;
border-radius: 10px;
background: rgba(255,255,255,.3);
margin: 0 3px;
cursor: pointer;
transition: width 0.3s ease-in-out;

}
.s_banner .swiper-pagination-bullet-active{
	background: #fff;
	width:30px;
}
.sj_banner{
	display: none;
}
/* 首页板块1 */
.s_pu{
    margin: 10em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
}
.s_pu h2{
	color: #333;
    font-size: 3.4em;
    margin-bottom: 50px;
    text-align: center;
}
.s_pu .p1{
	padding-bottom: 103px;
	color: #666;
    font-size: 1.8em;
}
.s_pu .p2{
	color: #666;
    font-size: 1.8em;
}
.s_pu .row{
	width: 100%;
}
.s_pu .item{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.s_pu .item img{
	width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: .5em;
}
.s_pu .item h3{
	margin-bottom: 22px;
    font-size: 1.6em;
    color: #333;
    font-weight: bold;
}
.s_pu .item p{
	width: 100%;
    font-size: 1.4em;
    color: #999;
}
.p_link{
	width: 100%;
    height: 1px;
    background: #f0f0f0;
}
.p_c_link{
	clear: both;
	height: 1px;
}
/* 首页中间tab */
.s_pu2{
	width: 100%;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s_pu2_gy{
	background: #f9fbff;
    padding-bottom: 0px;
    padding-top: 20px;
    font-weight: 400;
}
.s_pu2_gy_jx{
	width: 100%;
    background: #fafafa;
    padding: 60px 0 40px;
}
.s_pu2 h2{
	color: #000;
    font-size: 34px;
    margin-bottom: 50px;
    text-align: center;
}
.s_pu2 h3{
	color: #000;
    font-size: 34px;
    margin: 0;
    text-align: center;
}
.s_pu2 .p1{
	padding-bottom: 103px;
	color: #666;
    font-size: 18px;
    text-align: center;
}
.s_pu2 .p2{
	color: #666;
    font-size: 18px;
    text-align: center;
}
.s_pu2 ul{
	width: 1200px;
	margin: 0 auto;
	line-height: 25px;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.s_pu2 ul li{
	width: 580px;
    height: 80px;
    background: #fff;
    margin-left: 15px;
    margin-bottom: 15px;
}
.s_pu2 ul li:hover{
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
}
.s_pu2 ul li a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    padding-left: 60px;
}
.s_pu2 ul li a i{
	position: absolute;
    left: 40px;
    top: 26px;
    width: 5px;
    height: 5px;
    background: #cccccc;
    border-radius: 2.5px;
}
.s_pu2 ul li:hover a i{
	 background: #5793F1;
}
.s_pu2 ul li a h2{
	color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-align: left;
}
.s_pu2 ul li a p{
	color: #999;
    font-size: 12px;
    font-weight: 400;
}
.t_tab{
	border-bottom: 1px solid #f0f0f0;
    z-index: 22;
    background: #fff;
    padding-top: 20px;
}
.t_tab .t_tabs{
	width: 1200px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: relative;
}
.t_tab .t_tabs .item{
	width: 100%;
    color: #333;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.t_tab .t_tabs .item a{
	position: relative;
    display: inline-block;
    padding-bottom: 22px;
    -webkit-transition: color 300ms linear;
    transition: color 300ms linear;
}
.t_tab .t_tabs .item.current a{
	color: #0095ff;
}
#active-bar{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #0095ff;
    -webkit-transition: left 200ms linear;
    transition: left 200ms linear;
}
.tab_main{
	width: 1200px;
	margin:0 auto;
}
.t_tabs_item{
	position: relative;
    padding: 50px 0;
    border-bottom: 1px solid #F0F0F0;
    height: 420px;
}
.t_tabs_item:last-child{
	border-bottom: 0px solid #F0F0F0;
}
.tab_main .t_tabs_item .l_text{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 540px;
    height: 320px;
    padding: 20px 0;
}
.tab_main .t_tabs_item .l_text h3{
	color: #333;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: bold;
}
.tab_main .t_tabs_item .l_text h4{
	color: #666;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 40px;
}
.tab_main .t_tabs_item .l_text p{
	color: #666;
    font-size: 14px;
    line-height: 2;
    white-space: pre;
}
.tab_main .t_tabs_item .l_text span{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 52px;
}
.tab_main .t_tabs_item .l_text span .but1{
	width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0095FF;
    color: white;
    border: 1px solid #0095FF;
    border-radius: 2px;
    margin-right: 20px;
    cursor: pointer;
}
.tab_main .t_tabs_item .l_text span .but2{
	width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0095FF;
    border: 1px solid #0095FF;
    border-radius: 2px;
    cursor: pointer;
}
.tab_main .t_tabs_item .r_img{
	width: 580px;
    position: absolute;
    right: 0;
    top: 50px;
    cursor: pointer;
}
.tab_main .t_tabs_item .r_img img{
	width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    margin-top: -20px;
}
.tab_main .t_tabs_item .r_text{
	position: absolute;
    right: 0;
    top: 50px;
}
.tab_main .t_tabs_item .r_text h3{
	color: #333;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: bold;
}
.tab_main .t_tabs_item .r_text h4{
	color: #666;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 40px;
}
.tab_main .t_tabs_item .r_text p{
	color: #666;
    font-size: 14px;
    line-height: 2;
    white-space: pre;
}
.tab_main .t_tabs_item .r_text span{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 52px;
}
.tab_main .t_tabs_item .r_text span .but1{
	width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0095FF;
    color: white;
    border: 1px solid #0095FF;
    border-radius: 2px;
    margin-right: 20px;
    cursor: pointer;
}
.tab_main .t_tabs_item .r_text span .but2{
	width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0095FF;
    border: 1px solid #0095FF;
    border-radius: 2px;
    cursor: pointer;
}
.tab_main .t_tabs_item .l_img{
	width: 580px;
    position: absolute;
    right: 0;
    top: 50px;
    cursor: pointer;
    position: inherit;
    left: inherit;
    top: inherit;
}
.tab_main .t_tabs_item .l_img img{
	width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    margin-top: -20px;
}
.sj_pu2{
	display: none;
}
.s_y_con{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    width: 100%;
    margin-bottom: 32px;
}
.s_y_con .item{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    border: 1px solid #E6E6E6;
    width: 16%;
    margin-right: -1px;
    background: white;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.s_y_con .item:hover{
	-webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-box-shadow: 0px 4px 20px rgba(32, 33, 39, 0.06);
    box-shadow: 0px 4px 20px rgba(32, 33, 39, 0.06);
}
.s_y_con .item img{
	width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 30px;
}
.s_y_con .item h3{
	color: #333;
    font-size: 16px;
}
.s_y_con .item span{
	width: 24px;
    height: 2px;
    background: #F0F0F4;
    margin: 14px 0;
}
.s_y_con .item p{
	color: #999;
	font-size: 14px;
    text-align: center;
    width: 100px;
}
.but3{
	width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0095FF;
    border: 1px solid #0095FF;
    border-radius: 4px;
    cursor: pointer;
}
.s_jg_con{
	margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	height: 100px;
}
.s_jg_con .item{
	width: 300px;
    font-size: 1.8em;
    text-align: center;
}
.s_jg_con .item .num{
	font-size: 2.2em;
	height: 50px;
}
.s_jg_con .item .num small{
	margin-left: -8px;
    font-size: .8em;
}
.s_ren{
	background: #f9fbff;
	padding-top: 100px;
}
.s_r_con{
	width: 1200px;
    margin: 60px auto 0;
    background: #fff;
    border-radius: 8px;
}
.s_r_con .item{
	float: left;
    width: 14.28571%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.s_r_con .item:before{
	content: "";
    display: block;
    padding-bottom: 100%;
}
.s_r_con .item .info{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.s_r_con .item .info img{
	width: 70px;
    height: 70px;
    margin: 44px auto 0 auto;
    display: block;
}
.s_r_con .item .info p{
	white-space: pre;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
.s_r_con .item:hover .info{
	opacity: 0;
}
.s_r_con .item .qrcode{
	background: #fff;
    width: 110%;
    height: 110%;
    -webkit-box-shadow: 4px 0px 36px rgba(32, 33, 39, 0.08);
    box-shadow: 4px 0px 36px rgba(32, 33, 39, 0.08);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.s_r_con .item .qrcode p{
	position: initial;
    white-space: pre;
    margin-bottom: 10px;
}
.s_r_con .item .qrcode img{
	position: initial;
    -webkit-transform: initial;
    transform: initial;
    width: 100px;
    height: 100px;
}
.s_r_con .item:hover .qrcode{
	opacity: 1;
}
.s_r_sw{
	background: #f9fbff;
    padding-bottom: 80px;
    padding-top: 80px;
    font-weight: 400;
}
.s_r_sw_gy{
	padding-top: 0;
}
.s_r_sw #renSw{
	width: 1200px;
    margin: 0 auto;
}
.s_r_sw #renSw .item{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 1120px;
    height: 400px;
    margin-left: 40px;
}
.s_r_sw #renSw .item .rimg{
	position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 350px;
    z-index: 1;
}
.s_r_sw #renSw .item .text{
	position: relative;
    width: 1040px;
    height: 340px;
    margin: 60px 0 0 80px;
    font-size: 22px;
    -webkit-box-shadow: 0 0 24px 0 rgba(73, 73, 73, 0.06);
    box-shadow: 0 0 24px 0 rgba(73, 73, 73, 0.06);
    border-radius: 4px;
    background: #fff;
}
.s_r_sw #renSw .item .text img{
	position: absolute;
    left: 200px;
    top: 60px;
    width: 44px;
    height: 28px;
}
.s_r_sw #renSw .item .text .text_m{
	margin: 90px 80px 0 280px;
    text-align: left;
    font-size: 22px;
    line-height: 2;
    color: #666;
}
.s_r_sw #renSw .item .text .text_n{
	margin-top: 30px;
    margin-right: 50px;
    text-align: right;
}
.s_r_sw #renSw .item .text .text_n .name{
	color: #333;
}
.s_r_sw #renSw .item .text .text_n .tag{
	color: #999;
}
#renPagin{
	text-align: center;
    margin-top: 30px;
}
#renPagin .swiper-pagination-bullet{
	margin: 0 4px;
}
/*合作*/
#zlHz{
	width: 900px;
    margin: 56px auto;
    position: relative;
    font-size: 16px;
    padding-top: 22px;
}
#zlHz .s_hz_text{
	width: 900px;
    margin: 56px auto;
    position: relative;
    font-size: 16px;
	line-height: 23px;
}
#zlHz .s_hz_text:before{
	display: block;
    font-size: 72px;
    position: absolute;
    color: #ccc;
    line-height: .3em;
    font-family: 'Helvetica Neue';
	content: "\201C";
    left: -40px;
    top: -5px;
}
#zlHz .s_hz_text:after{
	display: block;
    font-size: 72px;
    position: absolute;
    color: #ccc;
    line-height: .3em;
    font-family: 'Helvetica Neue';
	content: "\201D";
    right: -40px;
    bottom: -20px;
}
#zlHz .swiper-slide {
      background-position: center;
      background-size: cover;
      background: #fff;
}
#zlPa{
	text-align: center;
}
#zlHzi{
	width: 1000px;
}
#zlHzi a{
	display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
#zlHzi a img{
    width: auto;
    height: 48px;
    max-width: none;
    max-height: none;
}
#zlHzi a img.hz_black{
	display: block;
}
#zlHzi .swiper-slide {
      height: 100%;
      opacity: 0.4;
}
#zlHzi .swiper-slide-thumb-active {
	opacity: 1;
}
/*公共底部*/
footer{
	display: block;
    background: #2f313e;
    width: 100%;
    color: #bebfc1;
}
footer .foot_con{
	width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
}
footer .foot_con>ul{
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    padding: 30px 0;
    border-bottom: solid 1px #474c53;
}
footer .foot_con ul li{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .foot_con ul li img{
	width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
}
footer .foot_con ul li span{
	margin-left: 10px;
}
footer .foot_con .foot_c{
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: solid 1px #474c53;
    font-size: 13px;
}
footer .foot_con .foot_c .item{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
footer .foot_con .foot_c .item .f_c_l_t{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
footer .foot_con .foot_c .item .f_c_l_t span{
	position: relative;
    margin-right: 28px;
}
footer .foot_con .foot_c .item .f_c_l_t span img{
	cursor: pointer;
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
}
footer .foot_con .foot_c .item .f_c_l_c{
	font-size: 14px;
}
footer .foot_con .foot_c .item .f_c_l_b{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .foot_con .foot_c .item .f_c_l_b img{
	margin-top: 25px;
    margin-bottom: 9px;
    width: 82px;
    height: 82px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
footer .foot_con dl dt{
	font-size: 16px;
    color: white;
    margin-bottom: 18px;
}
footer .foot_con dl dd{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
}
footer .foot_con dl dd ul{
	display: block;
}
footer .foot_con dl dd ul li{
	margin-bottom: 12px;
}
footer .foot_con dl dd ul li a{
	color: #bebfc1;
    position: relative;
}
footer .foot_con dl dd ul.m_l{
	margin-left: 30px;
}
footer .foot_con .foot_b{
	padding: 30px 0;
}
footer .foot_con .foot_b .foot_b_wa{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .foot_con .foot_b .foot_b_wa .l_logo{
	width: 54px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
}
footer .foot_con .foot_b .foot_b_wa .c_text{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #474c53;
}
footer .foot_con .foot_b .foot_b_wa .c_text p a{
	display: inline-block;
    margin: 4px 8px 0 0;
}
footer .foot_con .foot_b .foot_b_wa .c_text p a img{
	width: 20px;
    margin-right: 3px;
    vertical-align: middle;
}
footer .foot_con .foot_b .foot_b_wa .c_text p a span{
	color: #bebfc1;
}
.sj_foot{
	display: none;
}
/* 公共内页banner */
.pc_n_banner{
	display: block;
	position: relative;
	height: 564px;
}
.pc_n_banner img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.sj_n_banner{
	display: none;
}
/* 解决方案板块1 */
.f_wa_c1{
	width: 1760px;
	height: 730px;
    padding-bottom: 44px;
    margin: 0 auto;
    position: relative;
}
.sj_f_wa_c1{display: none;}
#yCont2{
	width: 1200px;
	height: 730px;
	margin: 0 auto;
	position: relative;
}
#yCont2 .swiper-slide .item{
	background-image: url(../img/text-bg-1.png);
    background-size: 108% 108%;
    width: 440px;
    height: 342px;
    position: absolute;
}
#yCont2 .swiper-slide .item img{
	position: absolute;
    z-index: -1;
    animation-delay: 0s;
    animation-duration: 0.5s;
    display: none;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#yCont2 .swiper-slide .item .bat{
	height: 78px;
    width: 68px;
    position: absolute;
    z-index: 11;
    left: 267px;
    top: 33px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    background-image: url(../img/decoration.png);
    background-size: 100%;
}
#yCont2 .swiper-slide:first-child  .item .bat{
	color: #65AAF5;
}
#yCont2 .swiper-slide:nth-child(2)  .item .bat{
	color: #70CA9E;
}
#yCont2 .swiper-slide:nth-child(3)  .item .bat{
	color: #E17D73;
}
#yCont2 .swiper-slide:nth-child(4)  .item .bat{
	color: #978ED9;
}
#yCont2 .swiper-slide .item .text{
	width: 260px;
    font-weight: 400px;
    position: absolute;
    top: 128px;
    left: 120px;
}
#yCont2 .swiper-slide .item .text p{
	color: #3C4E5A;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
}
#yCont2 .swiper-slide .item .text a{
	color: #65AAF5;
    font-size: 14px;
}
#yCont2 .swiper-slide .item .text a i{
	margin-left: -5px;
}
#yCont2 .swiper-slide .item .text a i:before {
    content: "\E604";
}
#yCont2 .swiper-slide-thumb-active .item img{
	display: block;
}
#yCont2 .swiper-slide-thumb-active:first-child .item .bat{
	background-image: url(../img/decoration-1.png);
    color: #fff;
}
#yCont2 .swiper-slide-thumb-active:nth-child(2) .item .bat{
	background-image: url(../img/decoration-3.png);
    color: #fff;
}
#yCont2 .swiper-slide-thumb-active:nth-child(3) .item .bat{
	background-image: url(../img/decoration-2.png);
    color: #fff;
}
#yCont2 .swiper-slide-thumb-active:nth-child(4) .item .bat{
	background-image: url(../img/decoration-4.png);
    color: #fff;
}
#yCont2 h4{
	font-size: 18px;
    padding-bottom: 10px;
    margin: 0;
}
#yCont2 p{
	color: #999;
    font-size: 14px;
    line-height: 20px;
}
#yCont2 .swiper-slide:first-child{
	left: 0px;
    top: 70px;
}
#yCont2 .swiper-slide:nth-child(2){
	left: -299px;
    top: 385px;
}
#yCont2 .swiper-slide:nth-child(3){
	right: -180px;
    top: 10px;
}
#yCont2 .swiper-slide:nth-child(4){
	right: 118px;
    top: 340px;
}
#yConi2{
	margin: 0 auto;
    height: 612px;
    width: 631px;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -315.5px;
    z-index: 0;
}
#yConi2 .swiper-slide{
	text-align: center;
	padding-top: 10px;
}
#yConi2 img{
	max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
}
#yConi2 .swiper-slide-active img{
	display: block;
}
.f_wa_c2{
	position: relative;
    width: 100%;
    height: 735px;
	margin-top: 60px;
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/education/p7/bg.png) no-repeat top/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.f_wa_c2 .center{
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.f_wa_c2 .center .in{
	margin-top: 262px !important;
    width: 321px;
    font-size: 40px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    animation-delay: 0s;
    animation-duration: 0.5s;
}
.f_wa_c2 .center .in p{
	font-size: 40px;
    line-height: 65px;
}
.f_wa_c2 .center .in .a{
	z-index: 1000;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.f_wa_c2 .center .in .a a{
	font-size: 16px;
    color: #65AAF5;
    font-weight: 400;
    cursor: pointer;
}
.f_wa_c2 .center .in .a a:nth-of-type(1){
	padding-left: 10px;
}
.f_wa_c2 .center .in .a a:nth-of-type(2) {
    padding-right: 10px;
}
.f_wa_c2 .imgs{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation-delay: 0.5s;
    animation-duration: 0.8s;
}
.f_wa_c2 .imgs img {
    height: 70px;
}
.f_wa_c2 .imgs img:first-child{
    position: absolute;
    left: 51.9%;
    top: 66px;
}
.f_wa_c2 .imgs img:nth-child(2){
    position: absolute;
    right: 54.2%;
    top: 128px;
}
.f_wa_c2 .imgs img:nth-child(3){
    position: absolute;
    left: 60%;
    top: 176px;
}
.f_wa_c2 .imgs img:nth-child(4){
    position: absolute;
    right: 71.2%;
    top: 245px;
}
.f_wa_c2 .imgs img:nth-child(5){
    position: absolute;
    left: 70.8%;
    top: 300px;
}
.f_wa_c2 .imgs img:nth-child(6){
    position: absolute;
    right: 66.5%;
    top: 373px;
}
.f_wa_c2 .imgs img:nth-child(7){
    position: absolute;
    left: 65.5%;
    top: 405px;
}
.f_wa_c2 .imgs img:nth-child(8){
    position: absolute;
    right: 71.5%;
    top: 493px;
}
.f_wa_c2 .imgs img:nth-child(9){
    position: absolute;
    right: 54.7%;
    top: 462px;
}
.f_wa_c2 .imgs img:nth-child(10){
    position: absolute;
    left: 52.6%;
    top: 517px;
}
.f_wa_c2 .imgs img:nth-child(11){
    position: absolute;
    left: 69.5%;
    top: 488px;
}
.f_wa_c2 .imgs img:nth-child(12){
    position: absolute;
    left: 27.4%;
    top: 597px;
}
.f_wa_c3{
	position: relative;
    background: #65aaf5;
}
.sj_f_wa_c3{display: none;}
.f_wa_c3 .f_c3_top{
    z-index: 20;
    position: absolute;
    top: -134px;
    height: 134px;
    width: 100%;
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/education/p3/bg.png) top no-repeat;
}
.f_wa_c3 .center{
	overflow: hidden;
}
.f_wa_c3 .center .center_div{
	padding: 50px 0 0;
    height: 1200px;
    width: 1200px;
    margin: 0 auto;
}
.f_wa_c3 .center .center_div .cen_l{
	float: left;
    margin-right: 108px;
    position: relative;
    width: 530px;
}
.f_wa_c3 .center .center_div .cen_l .cen_l_abs{
	position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.f_wa_c3 .center .center_div .cen_l .cen_l_abs h2{
	position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: bold;
    color: white;
    line-height: 48px;
    margin-top: 40px;
}
.f_wa_c3 .center .center_div .cen_l .cen_l_abs h3{
	position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: bold;
    color: white;
    line-height: 48px;
    margin: 0;
}
.f_wa_c3 .center .center_div .cen_l .cen_l_abs ul li{
	margin: 28px 0;
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 22px;
}
.f_wa_c3 .center .center_div .cen_l .cen_l_abs ul li i{
	font-weight: bold;
    margin-right: 10px;
    color: #41f87f;
}
.f_wa_c3 .center .center_div .cen_l .cen_l_abs ul li i:before {
    content: "\E611";
}
.f_wa_c3 .center .center_div .cen_l .cen_l_abs .but{
	margin-top: 35px;
}
.f_wa_c3 .center .center_div .cen_l .cen_l_abs .but a{
	margin: 0 20px;
    height: 38px;
    line-height: 38px;
    background: white;
    border-radius: 24px;
    display: inline-block;
    color: #65aaf5;
    font-size: 16px;
    padding: 0 20px;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.f_wa_c3 .center .center_div .cen_l .cen_l_abs .but a:nth-child(2) {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.f_wa_c3 .center .center_div .cen_l .cen_l_abs .but a:hover{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.f_wa_c3 .center .center_div .cen_r{
	position: relative;
    z-index: 1;
    width: 610px;
    float: right;
}
.f_wa_c3 .center .center_div .cen_r img:first-child{
	position: absolute;
    width: 897px;
    top: 180px;
    left: 50%;
    margin-left: -450px;
    max-width: none;
}
.f_wa_c3 .center .center_div .cen_r img:nth-child(2){
	position: absolute;
    width: 912px;
    top: 880px;
    left: 50%;
    max-width: none;
    margin-left: -456px;
}
.f_wa_c3 .center .center_div .cen_r img:nth-child(3){
	float: left;
    margin-right: 45px;
    width: 280px;
    position: relative;
    z-index: 1;
}
.f_wa_c3 .center .center_div .cen_r img:nth-child(4){
	float: left;
    width: 280px;
    position: relative;
    z-index: 1;
}
.f_wa_c3 .center .center_div .cen_r img:nth-child(5){
	max-width: none;
    max-height: none;
    margin-top: 140px;
    width: 750px;
    float: right;
    position: relative;
    top: 0;
    right: -100px;
    z-index: 1;
}
.f_wa_c3 .f_c3_bot{
	z-index: 20;
    position: absolute;
    bottom: -113px;
    height: 113px;
    width: 100%;
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/education/p3/bg-bottom.png) top no-repeat;
}
.f_wa_c4{
	position: relative;
    margin: 110px auto 0;
    height: 828px;
}
.f_wa_c4 .bj{
	background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/education/p5/bg.png) top no-repeat;
    background-size: cover;
    width: 100%;
    height: 1174px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 0;
}
.f_wa_c4 .f_c4{
	padding: 118px 0 89px;
    margin: 0 auto;
}
.f_wa_c4 .f_c4 h2{
	text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    color: #3C4E5A;
}
.f_wa_c4 .f_c4 .f_c4_main{
	margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.f_wa_c4 .f_c4 .sj_f_c4_main{
	display: none;
}
#yConi3{
	width: 257px;
    height: 528px;
    position: relative;
    left: -185px;
    border-radius: 36px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(121, 147, 176, 0.24);
    box-shadow: 0px 0px 16px 0px rgba(121, 147, 176, 0.24);
}
#yConi3 img{
	margin: 32px 14px 0;
    width: 229px;
    height: 442px;
    background: #fff;
}
#yCont3{
    z-index: 100;
    width: 990px;
    height: 530px;
    position: absolute;
    top: 212px;
    right: -62px;
}
#yCont3 .swiper-slide{
	padding-left: 20px;
}
#yCont3 .swiper-slide .item{
	height: 109px;
    width: 328px;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#yCont3 .swiper-slide:first-child{
	position: absolute;
	top: 50px;
	left: 0;
}
#yCont3 .swiper-slide:nth-child(2){
	position: absolute;
	top: 225px;
	left: 0;
}
#yCont3 .swiper-slide:nth-child(3){
	position: absolute;
	top: 400px;
	left: 0;
}
#yCont3 .swiper-slide-thumb-active .item{
	-webkit-box-shadow: 0px 0px 16px 0px rgba(121, 147, 176, 0.24);
    box-shadow: 0px 0px 16px 0px rgba(121, 147, 176, 0.24);
    position: relative;
    border-radius: 6px;
}
#yCont3 .swiper-slide-thumb-active .item:before{
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    top: 40px;
    left: -12px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(121, 147, 176, 0.1);
    box-shadow: 3px 3px 6px 0px rgba(121, 147, 176, 0.1);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
}
#yCont3 .swiper-slide .left{
	width: 60px;
    height: 60px;
    border: 1px solid #efefef;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#yCont3 .swiper-slide .left img{
	height: 60px;
    width: 60px;
}
#yCont3 .swiper-slide .right{
	margin-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#yCont3 .swiper-slide .right h3{
	font-size: 20px;
    font-weight: 500;
    color: #3C4E5A;
    margin-bottom: 5px;
    margin-top: 0;
}
#yCont3 .swiper-slide .right p{
	font-size: 14px;
    color: #7F878C;
    font-weight: 400;
}
.f_wa_c5{
	padding: 97px 0;
    height: 1080px;
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/education/p4/bg.png) top no-repeat;
}
.f_wa_c5 h2{
	font-size: 40px;
    font-family: PingFangSC-Regular;
    font-weight: 500;
    color: #3c4e5a;
    line-height: 48px;
    text-align: center;
}
.f_wa_c5 .center_div{
	background: #f7fafd;
    padding-bottom: 200px;	
}
.f_wa_c5 .list{
	position: relative;
    width: 1050px;
    margin: 50px auto 100px auto;
    line-height: 1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.f_wa_c5 .img{
	position: relative;
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 8px 20px rgba(33, 38, 46, 0.08);
    box-shadow: 0 8px 20px rgba(33, 38, 46, 0.08);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.f_wa_c5 .img img{
	height: 32px;
}
.f_wa_c5 p{
	font-size: 16px;
    margin-top: 18px;
}
#fWf{
	width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    height: 450px;
}
#sjfWf{display: none;}
#fWf .swiper-wrapper{
    transition-timing-function: linear;
}
#fWf .swiper-wrapper .swiper-slide{
	position: relative;
}
#fWf img{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.f_wa_c6{
	height: 472px;
    width: 100%;
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/education/p6/bg.png) top no-repeat;
    margin-top: -134px;
}
.f_wa_c6 .center{
	width: 500px;
    font-size: 32px;
    padding-top: 180px;
    margin-left: 55%;
}
.f_wa_c6 .center h2{
	color: #fff;
	font-size: 30px;
}
.f_wa_c6 .center a{
	width: 170px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    margin: 55px auto 0;
    display: block;
    border-radius: 24px;
    text-align: center;
    font-size: 18px;
    color: #65AAF5;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.f_wa_c6 .center a:hover{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
/* 解决方案2 */
.y_con1{
	position: relative;
	margin: auto;
	width: 1200px;
	height: 320px;
}
.y_con1 .item{
	position: absolute;
    width: 205px;
    height: 289.5px;
    padding-top: 48px;
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/knowledge/layer-2/block.png) no-repeat center/cover;
    -webkit-transition: all 600ms;
    transition: all 600ms;
    cursor: pointer;
    text-align: center;
}
.y_con1 .item img {
    height: 28px;
}
.y_con1 .item h4 {
    font-size: 16px;
    padding-top: 16px;
}
.y_con1 .item div{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}
.y_con1 .item div p {
    color: #666;
    font-size: 12px;
    margin-bottom: 12px;
}
.y_con1 .item:first-child{
	left: -12px;
    top: 35px;
}
.y_con1 .item:nth-child(2) {
    left: 187px;
    top: -31px;
}
.y_con1 .item:nth-child(3) {
    left: 400px;
    top: 60px;
}
.y_con1 .item:nth-child(4) {
    left: 590px;
    top: -55px;
}
.y_con1 .item:nth-child(5) {
    left: 787px;
    top: 91px;
}
.y_con1 .item:nth-child(6) {
    left: 991px;
    top: -20px;
}
.y_con1 .item:hover{
	-webkit-transform: translateY(-16px);
    transform: translateY(-16px);
}
.y_wa_c2{
	margin: 0;
	padding-top: 100px;
	height: 780px;
    background: #f9fbff;
    overflow: hidden;
    position: relative;
}
.y_wa_c2 .sj_y_con2{
	display: none;
}
#yCont{
	width: 1200px;
	height: 530px;
	margin: 0 auto;
	position: relative;
}
#yCont .swiper-slide{
	position: absolute;
    width: 255px;
    text-align: center;
    cursor: pointer;
}
#yCont .img{
	position: relative;
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 8px 20px rgba(33, 38, 46, 0.08);
    box-shadow: 0 8px 20px rgba(33, 38, 46, 0.08);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#yCont .img img{
	height: 32px;
}
#yCont .bat{
	display: none;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    -webkit-animation: zoom 400ms;
    animation: zoom 400ms;
    z-index: 8;
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/knowledge/layer-3/zs.png) no-repeat center/contain;
}
#yCont .swiper-slide-thumb-active .bat{
	display: block;
}
#yCont h4{
	font-size: 18px;
    padding-bottom: 10px;
    margin: 0;
}
#yCont p{
	color: #999;
    font-size: 14px;
    line-height: 20px;
}
#yCont .swiper-slide:first-child{
	left: 50px;
    top: 96px;
}
#yCont .swiper-slide:nth-child(2){
	left: 50px;
    top: 338px;
}
#yCont .swiper-slide:nth-child(3){
	right: 50px;
    top: 96px;
}
#yCont .swiper-slide:nth-child(4){
	right: 50px;
    top: 338px;
}
#yConi{
	width: 320px;
    height: 541px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: top 300ms;
    transition: top 300ms;
    border-radius: 20px 20px 0 0;
    -webkit-box-shadow: 0 -8px 26px rgba(27, 26, 37, 0.06);
    box-shadow: 0 -8px 26px rgba(27, 26, 37, 0.06);
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/knowledge/layer-3/block.png) no-repeat left top/cover;
}
#yConi .swiper-slide{
	text-align: center;
	padding-top: 10px;
}
#yConi img{
	width: 300px;
    height: 532px;
    margin: 0 auto;
}
.y_wa_c3{
	margin: 0;
	padding-top: 100px;
	height: 780px;
    overflow: hidden;
    position: relative;
	background: #f1f1f1;
}
.y_wa_c3 .sj_y_con3{
	display: none;
}
#yCont1{
	width: 1200px;
	height: 530px;
	margin: 0 auto;
	position: relative;
}
#yCont1 .swiper-slide{
	position: absolute;
    width: 255px;
    text-align: center;
    cursor: pointer;
}
#yCont1 .img{
	position: relative;
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 8px 20px rgba(33, 38, 46, 0.08);
    box-shadow: 0 8px 20px rgba(33, 38, 46, 0.08);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#yCont1 .img img{
	height: 32px;
}
#yCont1 .bat{
	display: none;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    -webkit-animation: zoom 400ms;
    animation: zoom 400ms;
    z-index: 8;
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/knowledge/layer-3/zs.png) no-repeat center/contain;
}
#yCont1 .swiper-slide-thumb-active .bat{
	display: block;
}
#yCont1 h4{
	font-size: 18px;
    padding-bottom: 10px;
    margin: 0;
}
#yCont1 p{
	color: #999;
    font-size: 14px;
    line-height: 20px;
}
#yCont1 .swiper-slide:first-child{
	left: 50px;
    top: 96px;
}
#yCont1 .swiper-slide:nth-child(2){
	left: 50px;
    top: 338px;
}
#yCont1 .swiper-slide:nth-child(3){
	right: 50px;
    top: 96px;
}
#yCont1 .swiper-slide:nth-child(4){
	right: 50px;
    top: 338px;
}
#yConi1{
	width: 320px;
    height: 541px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: top 300ms;
    transition: top 300ms;
    border-radius: 20px 20px 0 0;
    -webkit-box-shadow: 0 -8px 26px rgba(27, 26, 37, 0.06);
    box-shadow: 0 -8px 26px rgba(27, 26, 37, 0.06);
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/knowledge/layer-3/block.png) no-repeat left top/cover;
}
#yConi1 .swiper-slide{
	text-align: center;
	padding-top: 10px;
}
#yConi1 img{
	width: 300px;
    height: 532px;
    margin: 0 auto;
}
.y_wa_c4{
	margin: 0;
	padding-top: 100px;
	height: 903.5px;
    background: #f9fbff;
    position: relative;
    overflow-x: hidden;
    min-width: 1200px;
    line-height: 1;
    text-align: center;
}
.y_con4{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.y_con4 .list{
	position: relative;
    width: 900px;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.y_con4 .img{
	position: relative;
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 8px 20px rgba(33, 38, 46, 0.08);
    box-shadow: 0 8px 20px rgba(33, 38, 46, 0.08);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.y_con4 .img img{
	height: 32px;
}
.y_con4 p{
	font-size: 16px;
    margin-top: 18px;
}
#yCon4{
	position: absolute;
    bottom: 102.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1230px;
}
#sjyCon4,#sjyCon4Pagin{
	display: none;
}
#yCon4 img{
	width: 100%;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
    margin-top: 12px;
}
#yCon4 .swiper-slide{
	opacity: .4;
}
#yCon4 .swiper-slide-active{
	opacity: 1;
}
.swiper_ycon4{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 260px;
    height: 490px;
    z-index: 150;
    background: url(//duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/knowledge/layer-5/block-k.png) no-repeat center/cover;
}
/* 解决方案3 */
.z_wa_c{
	height: 334px;
    text-align: center;
    margin: 80px 0;
    overflow: visible;
    white-space: nowrap;
}
.z_wa_c .z_l_t{
	text-align: left;
    color: #3C4E5A;
    white-space: normal;
    position: relative;
    top: -45px;
    display: inline-block;
    margin: 0 50px;
    vertical-align: middle;
}
.z_wa_c .z_l_t h2{
	font-weight: normal;
    font-size: 36px;
    line-height: 48px;
}
.z_wa_c .z_l_t p{
	margin-top: 25px;
    width: 550px;
    color: #7F878C;
    font-size: 16px;
    line-height: 26px;
}
.z_wa_c .z_r_t{
	text-align: left;
    color: #3C4E5A;
    white-space: normal;
    position: relative;
    top: -45px;
    display: inline-block;
    margin: 0 50px;
    vertical-align: middle;
}
.z_wa_c .z_r_t h2{
	font-weight: normal;
    font-size: 36px;
    line-height: 48px;
}
.z_wa_c .z_r_t p{
	margin-top: 25px;
    width: 550px;
    color: #7F878C;
    font-size: 16px;
    line-height: 26px;
}
.z_wa_c .z_r_i{
	width: 460px;
    height: auto;
    max-height: none;
    max-width: none;
    display: inline-block;
    margin: 0 50px;
    vertical-align: middle;
}
.z_wa_c .z_l_i{
	width: 460px;
    height: auto;
    max-height: none;
    max-width: none;
    display: inline-block;
    margin: 0 50px;
    vertical-align: middle;
}
/* 关于我们 */
.g_wa{
	width: 1200px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
    padding: 60px 0;
    margin: -100px auto 80px;
}
.g_wa h2{
	font-size: 32px;
    color: #333;
    font-weight: 500;
    text-align: center;
}
.g_wa p{
	width: 1000px;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    white-space: pre-wrap;
}
/*合作资费*/
.z_banner{
	padding-top: 60px;
    height: 200px;
    position: relative;
}
.z_banner .wa{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.z_banner .wa h2{
	font-size: 30px;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(#36a5f4), color-stop(90%, #63beff));
    background: linear-gradient(to bottom, #36a5f4 0%, #63beff 90%);
    -webkit-background-clip: text;
    color: transparent;
}
.z_banner .wa h3{
	margin-top: 10px;
    font-size: 18px;
    color: #999;
}
.z_banner img{
	display: block;
    position: absolute;
    max-height: none;
    max-width: none;
    height: auto;
    top: 0;
}
.z_banner img:nth-child(2){
	left: 0;
    width: 346px;
}
.z_banner img:nth-child(3){
	right: 0;
    width: 346px;
}
.z_wa1{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 50px;
}
.z_wa1 .item{
	width: 317px;
    height: 418px;
    margin: 0 5px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(108, 152, 240, 0.3);
    box-shadow: 0 5px 15px rgba(108, 152, 240, 0.3);
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 20px;
    border: 1px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.z_wa1 div.active{
	-webkit-box-shadow: 0 0 20px rgba(108, 152, 240, 0.5);
    box-shadow: 0 0 20px rgba(108, 152, 240, 0.5);
    border-color: #0095FF;
}
.z_wa1 .item h3{
	font-weight: 500;
    line-height: 1em;
    margin-top: 40px;
    font-size: 24px;
    color: #333;
}
.z_wa1 .item>p{
	color: #999;
    font-size: 14px;
    line-height: 22px;
    margin: 16px auto 0;
}
.z_wa1 .item .z_wa_j{
	border-top: 1px solid #eaeaea;
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
}
.z_wa1 .item .z_wa_j .top{
	height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.z_wa1 .item .z_wa_j .bat{
	margin-bottom: 40px;
}
.z_wa1 .item .z_wa_j .top span:nth-child(1){
	color: #0196FF;
    font-size: 40px;
}
.z_wa1 .item .z_wa_j .top span:nth-child(1) small{
	font-size: 18px;
    color: #91AEC3;
    margin: 0 5px;
    position: relative;
    top: -1px;
}
.z_wa1 .item .z_wa_j .top span:nth-child(1) small.unit{
	color: #0196FF;
    margin: 0;
}
.z_wa1 .item .z_wa_j .top p{
	font-size: 16px;
    margin-top: 15px;
    color: #91AEC3;
}
.z_wa1 .item .z_wa_j .bat a{
	color: #0095FF;
    background: transparent;
    border: 1px solid #0095FF;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 28px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.z_wa1 .item .z_wa_j .bat a:hover{
	background: linear-gradient(90deg, #007EFF, #38ACFF);
    color: #fff;
}
/*资费详情样式*/
.info-table {
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px 0 60px;
}
.info-table h3 {
      font-size: 28px;
      line-height: 28px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 40px;
}
.info-table .info-bar {
      height: 75px;
}
.info-table .bar-wrap {
      z-index: 1;
}
.info-table .bar-wrap.fixed {
        position: fixed;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0 0 20px -10px #000;
                box-shadow: 0 0 20px -10px #000;
}
.info-table .bar-wrap.fixed .center-helper {
          width: 1200px;
          margin: 0 auto;
}
.info-table .bar-wrap.fixed table {
          margin: 0 auto;
          max-width: 1024px;
}
.info-table .bar-wrap.fixed th {
          border-bottom: none;
}
.info-table table {
      width: 100%;
}
.info-table table th,
      .info-table table td {
        padding: 0 10px;
}
.info-table .m-table {
      border-collapse: collapse;
}
.info-table .m-table th {
        border-bottom: 1px solid #ebebeb;
        font-weight: normal;
        line-height: 74px;
}
.info-table .m-table th:nth-child(1) {
        text-align: left;
        font-size: 26px;
        color: #666;
}
.info-table .m-table th:nth-child(1) span {
          font-size: 32px;
          font-weight: bold;
          color: #999;
          position: relative;
          top: 3px;
          margin-right: 4px;
}
.info-table .m-table th:nth-child(2),
      .info-table .m-table th:nth-child(3),
      .info-table .m-table th:nth-child(4) {
        font-size: 18px;
        text-align: center;
        width: 150px;
}
.info-table .info-ctn {
      max-height: 500px;
      position: relative;
      overflow: hidden;
      -webkit-transition: all .3s;
      transition: all .3s;
}
.info-table .info-ctn.active {
        position: static;
        max-height: 9999px;
}
.info-table .info-ctn.active:after {
          display: none;
}
.info-table .info-ctn:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 270px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), #fff);
}
.info-table .info-ctn .s-table {
        border-collapse: collapse;
}
.info-table .info-ctn .s-table:not(:first-child) {
          margin-top: 10px;
}
.info-table .info-ctn .s-table th {
          text-align: left;
          font-size: 26px;
          color: #666;
          font-weight: normal;
          border-bottom: 1px solid #ebebeb;
          line-height: 80px;
}
.info-table .info-ctn .s-table th span {
            font-size: 32px;
            font-weight: bold;
            color: #999;
            position: relative;
            top: 3px;
            margin-right: 4px;
}
.info-table .info-ctn .s-table tr:hover {
          background: #fafafa;
}
.info-table .info-ctn .s-table td {
          line-height: 60px;
          font-size: 24px;
          text-align: center;
          width: 150px;
          border-bottom: 1px solid #ebebeb;
}
.info-table .info-ctn .s-table td:nth-child(1) {
            text-align: left;
            width: auto;
            font-size: 16px;
            color: #333;
}
.info-table .info-ctn .s-table td a,
          .info-table .info-ctn .s-table td span {
            font-size: 16px;
}
.info-table .info-ctn .el-icon-minus,
      .info-table .info-ctn .el-icon-check {
        font-weight: bold;
}
.info-table .info-ctn .tips-ico {
        width: 16px;
        height: 16px;
        vertical-align: middle;
        position: relative;
        top: -2px;
        display: inline-block;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAABGUlEQVQ4jaXTTStEYRQH8N9ct0ypSaIssGDBWkpTrCxsZGOLLHwAZWHhY/AB7JQk4hNQoqylxsrLLL1kMSVhMc/ozu3emfCv0+k5L/9zep7nX6hWq3IQox9FPKKWVRRlxKZxgFfco4I3nGEl3VNIbNCJbazmrRRwiYWw1Q9bB/Yymp+DfSRikzhHX5JgHfMZ03qCXaTiQ9htEHRjs83aWZjBbIw5lHKKroIfzckvxii3mDIcfDEnX47U3zoPeXfQQG+ElxYE7fAU4fofBJUIR/j6I8FhhFvhTX+JB+zE4bCmroHBVNFG8AOp+DuWUEtqYQwnGGkzuYZl7NOsrBtMYEu2dD9xjPFGM81qTKKEKfWP1IU7nAoKTOIb5kI5RsEyGFYAAAAASUVORK5CYII=) no-repeat center center;
        background-size: 100% 100%;
        margin-left: 5px;
}
.info-table .info-ctn .blue {
        color: #0095FF;
}
.info-table .info-ctn .grey {
        color: #d1d1d1;
}
.info-table .info-ctn .version-text .m {
        font-size: 16px;
        line-height: 1em;
        color: #0072FF;
}
.info-table .info-ctn .version-text .s {
        font-size: 14px;
        color: #91AEC3;
        line-height: 1em;
        margin-top: 8px;
}
.info-table .info-ctn .pointer {
        cursor: pointer;
}
.info-table .btn-group {
      margin-top: 40px;
	    text-align: center;
	    left: 50%;
	    margin-left: -80px;  
}
.info-table .btn-group .c-btn {
        width: 180px;
        font-size: 16px;
}
.info-table .btn-group .c-btn:nth-child(2) {
          margin-left: 20px;
}
/*资费详情左侧*/
.fix-nav {
  position: fixed;
  left: 50%;
  z-index: 1;
  top: 180px;
  margin-left: -630px;
}
.fix-nav ul {
    border-right: 1px solid #E9E9E9;
    padding: 2px 10px 2px 0;
}
.fix-nav ul li {
      text-align: right;
      font-size: 14px;
      color: #999;
      line-height: 1em;
      white-space: nowrap;
      position: relative;
      cursor: pointer;
}
.fix-nav ul li a{
	color: #999;
}
.fix-nav ul li:not(:last-child) {
        margin-bottom: 24px;
}
.fix-nav ul li.active a, .fix-nav ul li:hover a{
        color: #00A2FF;
}
.fix-nav ul li.active:before, .fix-nav ul li:hover:before {
          content: '';
          display: block;
          position: absolute;
          right: -10px;
          top: -1px;
          -webkit-transform: translateX(100%);
                  transform: translateX(100%);
          border-width: 8px 4px;
          border-style: solid;
          border-color: transparent transparent transparent #00A2FF;
}
/*资费详情底部按钮*/
.info-table .btn-group {
      margin-top: 40px;
      text-align: center;
	  margin-left: -180px;
}
.info-table .btn-group .c-btn {
        width: 180px;
        font-size: 16px;
        height: 42px;
	    line-height: 42px;
	    font-size: 18px;
	    text-align: center;
	    border-radius: 4px;
	    background: -webkit-gradient(linear, left top, right top, from(#007EFF), to(#38ACFF));
	    background: linear-gradient(90deg, #007EFF, #38ACFF);
	    color: #fff;
	    display: inline-block;
	    margin: 0 auto;
	    padding: 0 28px;
	    -webkit-transition: all .2s;
	    transition: all .2s;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
}
.info-table .btn-group .c-btn:nth-child(2) {
          margin-left: 20px;
}
.btn-group .c-btn.border {
    color: #0095FF;
    background: transparent;
    border: 1px solid #0095FF;
}
/*扶持计划*/
.z_wa3{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9fbff;
    padding: 60px 0 30px;
}
.z_wa3 h2{
	font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
}
.z_wa3 .flow{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-top: 20px;
}
.z_wa3 .flow img{
	width: 54px;
    height: 12px;
    margin: 0 12px;
}
.z_wa3 .list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1158px;
    margin: 40px auto 20px;
}
.z_wa3 .list .item{
	width: 378px;
    height: 560px;
    margin: 0 10px;
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
}
.z_wa3 .list .item:hover{
          z-index: 1;
          -webkit-transform: scale(1.08);
                  transform: scale(1.08);
          -webkit-box-shadow: 0 0 30px rgba(108, 152, 240, 0.5);
          box-shadow: 0 0 30px rgba(108, 152, 240, 0.5);
}
.z_wa3 .list .item img{
	width: 129px;
    height: 129px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.z_wa3 .list .item h3{
	font-size: 20px;
    color: #333;
    line-height: 28px;
    margin-bottom: 10px;
}
.z_wa3 .list .item p{
	font-size: 14px;
    color: #333;
    line-height: 26px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 34px;
    margin-bottom: 34px;
}
.z_wa3 .list .item dl dt{
	font-size: 16px;
    color: #999;
    line-height: 28px;
    margin-bottom: 5px;
}
.z_wa3 .list .item dl dd{
	font-size: 14px;
    color: #333;
    line-height: 28px;
    position: relative;
    padding-left: 12px;
}
.z_wa3 .list .item dl dd:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e0e0e0;
    top: 11px;
    left: 0;
}
.z_wa3 a{
	width: 160px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    background: #0095FF;
    color: white;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
}
.z_wa4{
	background: #fff;
    height: 478px;
    overflow: hidden;
}
.z_wa4 h2 {
    font-size: 24px;
    color: #333;
    line-height: 1em;
    margin-top: 60px;
    text-align: center;
    font-weight: normal;
}
.z_wa4 .con{
	max-width: 1000px;
    margin: 50px auto 0;
    overflow: hidden;
}
.z_wa4 .con dl{
	float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    margin-bottom: 50px;
}
.z_wa4 .con dl dt{
    color: #333;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}
.z_wa4 .con dl dd{
    color: #666;
    font-size: 14px;
    line-height: 28px;
    margin-top: 16px;
    height: 84px;
}
.z_wa4 .con dl:nth-child(2n) {
    padding-left: 40px;
    padding-right: 0;
}
/* 文章列表 */
.pc-none{
	display: none;
}
.w_art{
	width: 1140px;
    margin: 0 auto;
}
.w_art .loca{
	color: #666;
    font-size: 14px;
    line-height: 70px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: pre;
}
.w_art .loca a{
	color: #666;
}
.w_art .w_art_con{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.w_art .w_art_con .left{
	background: #fff;
    float: left;
    width: 790px;
    padding: 20px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 30px;
}
.w_art .w_art_con .left .head{
	padding: 0 0 16px 0;
    font-size: 16px;
    border-bottom: 1px solid #F0F0F0;
}
.w_art .w_art_con .left .item{
	position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
}
.w_art .w_art_con .left .item a.img{
	position: absolute;
    top: 20px;
    left: 0;
    width: 260px;
    height: 150px;
    background: #FBFBFB;
}
.w_art .w_art_con .left .item a.img img{
	width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform ease-in-out 0.2s;
    transition: -webkit-transform ease-in-out 0.2s;
    transition: transform ease-in-out 0.2s;
    transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}
.w_art .w_art_con .left .item .text{
	margin-left: 280px;
    height: 150px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.w_art .w_art_con .left .item .text a.title h2{
	font-size: 20px;
    color: #333;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
}
.w_art .w_art_con .left .item .text p{
	margin-top: 10px;
    color: #999;
}
.w_art .w_art_con .left .item .bq{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
}
.w_art .w_art_con .left .item .bq a{
	padding: 2px 4px;
    color: #666;
    border: solid 1px #F0F0F0;
    margin-right: 10px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w_art .w_art_con .left .item .bq span{
	-ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 4px;
}
/*翻页*/
.pag{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.pag span,.pag a,.pag>b{
	display: inline-block;
    padding: 7px 8px;
    margin-left: 5px;
    color: #999;
    line-height: 1;
    background-color: #f2f2f2;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.05);
    border-radius: 2px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    vertical-align: top;
}
.pag a:hover{
	color: #fff;
	background: #11C0F5;
}
.pag>b,.pag .cur{
	color: #fff;
	background: #11C0F5;
	font-weight: 900;
}
.pag .current{
	color: #fff;
	background: #11C0F5;
}
.w_art .w_art_con .right{
	float: right;
    width: 320px;
}
.w_art .w_art_con .right .item{
	background: white;
    overflow: hidden;
    border-radius: 4px;
    padding: 0 24px;
    margin-bottom: 18px;
}
.w_art .w_art_con .right .item h2{
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 57px;
    height: 57px;
    border-bottom: 1px dashed #F0F0F0;
}
.w_art .w_art_con .right .item .list{
	padding-bottom: 30px;
}
.w_art .w_art_con .right .item .list ul li{
	margin: 20px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    counter-increment: section;
}
.w_art .w_art_con .right .item .list ul li .li_icon{
	content: "";
    display: block;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 4px;
    text-align: center;
    background: #f0f0f0;
}
.w_art .w_art_con .right .item .list ul li:nth-child(1) .li_icon{
	background: #f44344;
	color: #fff;
}
.w_art .w_art_con .right .item .list ul li:nth-child(2) .li_icon{
	background: #f68f35;
	color: #fff;
}
.w_art .w_art_con .right .item .list ul li:nth-child(3) .li_icon{
	background: #F6CF35;
	color: #666;
}
.w_art .w_art_con .right .item .list ul li a{
	color: #333;
}
.w_art .w_art_con .right .item .list ul li a:hover{
	 color: #0095ff;
}
.w_art .w_art_con .right .item .list2 ul li{
	
}
.w_art .w_art_con .right .item .list2 ul li a{
	border: 1px solid #f0f0f0;
    position: relative;
    padding-left: 76px;
    display: block;
    height: 80px;
    margin: 20px 0;
    overflow: hidden;
    border-radius: 4px;
}
.w_art .w_art_con .right .item .list2 ul li a:hover{
	background: #f0f0f0;
}
.w_art .w_art_con .right .item .list2 ul li a img{
	display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.w_art .w_art_con .right .item .list2 ul li a h2{
	color: #333;
    font-size: 14px;
    margin-top: 22px;
    line-height: 1em;
    text-align: left;
    font-weight: normal;
}
.w_art .w_art_con .right .item .list2 ul li a p{
	color: #999;
    font-size: 12px;
    line-height: 1em;
    margin-top: 10px;
}
.w_art .w_art_con .right .item .list_a{
	overflow: hidden;
    padding: 20px 6px;
}
.w_art .w_art_con .right .item .list_a a{
	float: left;
    line-height: 28px;
    border: 1px solid #f0f0f0;
    padding: 0 12px;
    color: #333;
    font-size: 12px;
    margin: 0 10px 10px 0;
}
.w_art .w_art_con .right .item .ewm_wa{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    padding: 10px;
    background: #FAFAFA;
    font-size: 12px;
    color: #333333;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.w_art .w_art_con .right .item .ewm_wa .text img{
	height: 12px;
    -o-object-fit: contain;
    object-fit: contain;
}
.w_art .w_art_con .right .item .ewm_wa .ewm{
	margin-left: 4px;
    width: 70px;
    height: 70px;
}
/*文章内容页样式*/
.w_art .w_art_con .left .html{
	font-size: 16px;
}
.w_art .w_art_con .left .html .title{
	font-size: 28px;
    color: #333;
    font-weight: bold;
}
.w_art .w_art_con .left .html .info{
	color: #999999;
    font-size: 12px;
    margin-bottom: 15px;
}
.w_art .w_art_con .left .html .info.sp{
	font-size: 14px;
    margin-top: 15px;
    margin-bottom: 50px;
    position: relative;
}
.w_art .w_art_con .left .html h2 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.w_art .w_art_con .left .html h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 30px 0;
}
.w_art .w_art_con .left .html ol {
    margin: 30px 0 30px 20px;
}
.w_art .w_art_con .left .html ol li {
      font-size: 16px;
      color: #595959;
      line-height: 28px;
      list-style-type: inherit;
}
.w_art .w_art_con .left .html p {
    font-size: 16px;
    color: #595959;
    line-height: 28px;
    margin: 30px 0;
}
.w_art .w_art_con .left .html a {
    color: #4073FF;
}
.w_art .w_art_con .left .html img {
    display: block;
    margin: 0 auto;
}
.w_art .w_art_con .left .keyword{
    overflow: hidden;
    border-bottom: 1px solid #F0F0F0;
    padding: 30px 0 23px;
}
.w_art .w_art_con .left .keyword a{
	float: left;
    line-height: 28px;
    padding: 0 12px;
    color: #666;
    background: #f1f1f1;
    font-size: 12px;
    margin: 0 10px 0 0;
    border-radius: 4px;
}
.w_art .w_art_con .left .about{
	color: #999;
    font-size: 12px;
    padding: 30px 0 23px;
    line-height: 21px;
    border-bottom: 1px solid #F0F0F0;
}
.w_art .w_art_con .left .about span{
	color: #666;
}
.w_art .w_art_con .left .like{
	margin-top: 40px;
}
.w_art .w_art_con .left .like .title{
	font-size: 16px;
    color: #333;
    line-height: 1em;
    margin-bottom: 20px;
    position: relative;
    padding-left: 13px;
}
.w_art .w_art_con .left .like .title:before {
    content: "";
    display: block;
    width: 3px;
    background: #3CA7FF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.w_art .w_art_con .left .like ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.w_art .w_art_con .left .like ul li{
	width: 236px;
}
.w_art .w_art_con .left .like ul li .img{
	width: 236px;
}
.w_art .w_art_con .left .like ul li .img img{
	width: 100%;
    height: 133px;
    display: block;
}
.w_art .w_art_con .left .like ul li a:hover p{
	color: #0095ff;
}
.w_art .w_art_con .left .like ul li p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color: #333;
    margin-top: 8px;
}
/* 手机端微调 */
@media (max-width: 1400px) {}
@media (max-width: 1200px){}
@media (max-width: 992px){}
@media (max-width:768px) {
	header .nav-title{
		padding: .4em 2em 2em 2em;
		border-top: 1px solid #f5f5f5;
		border-bottom: 1px solid #f5f5f5;
		height: auto;
		position: absolute;
		top: 63px;
		left: 0;
		width: 100%;
		background: #fff;
	}
	header .nav-title ul{
		margin-left: 0!important;
	}
	header .nav-title ul li{
		font-size: 1em;
		margin: 1.5em 0 0 0;
		display: block;
	}
	header nav li img.j_img{
		display: none;
	}
	header .container a{
		font-weight: 600;
	}
	header nav li span.bot_j{
		display: none;
	}
	header nav li div.x_con:before{
		border:0;
	}
	header nav li div.j_con{
		display: contents;
		visibility: inherit;
		opacity: 1;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow:none;
		border-radius:0;
	}
	header nav li div.j_con .j_gro{
		display: inline-block;
		    width: 120px;
		    font-weight: 400;
		    border-bottom: 0;
		    height: auto;
		    line-height: 40px;
			margin-bottom: 0;
			
	}
	header nav li div.j_con .j_gro_title{
		margin-left: 0;
		font-size: 1.6em;
	}
	header nav li div.j_con .j_gro_wap{
		display: none;
	}
	header nav li div.x_con{
		display: contents;
		visibility: inherit;
		opacity: 1;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow:none;
		border-radius:0;
	}
	header nav li div.x_con a{
		display: inline-block;
		width: 80px;
		font-weight: 400;
		border-bottom: 0;
		height: auto;
		line-height: 40px;
		text-align: left;
	}
	.sj_zz_w{
		position: fixed;
	    top: 10em;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,.5);
	    z-index: -1;
	}
	/* 内容板块 */
	.page{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	/* PCbanner隐藏 */
	.s_banner{
		display: none;
	}
	.sj_banner{
		display: block;
		overflow: hidden;
		position: relative;
	}
	.sj_banner .s_banner_wap{
		overflow-x: hidden;
	    position: relative;
	}
	.sj_banner .s_banner_wap .swiper-slide{
		float:left;
		height:auto;
	}
	.sj_banner .s_banner_wap .swiper-slide .inner{
		width: 100%;
	    margin: 0 auto;
	}
	.sj_banner .s_banner_wap .swiper-slide .inner img{
		width: 100%;
		height: 100%;
	}
	/*banner底部tab焦点*/
	.sj_banner .pagination {
	        position: absolute;
	        left: 50%;
	        margin-left: -50px;
	    text-align: center;
	    bottom: 5px;
	    width: 100%;
	    z-index: 9;
	}
	.sj_banner .swiper-pagination-bullet {
	display: inline-block;
	opacity:1;
	border-radius: 10px;
	background: rgba(0,255s,255,.3);
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
	
	}
	.sj_banner .swiper-pagination-bullet-active{
		background: #fff;
		width:30px;
	}
	/* 首页板块1 */
	
	.s_pu{
		width: auto;
		margin: 5em auto;
	}
	.s_pu h2{
		    color: #333;
		    font-size: 2em;
			font-weight: bold;
		    margin-bottom: .5em;
		    text-align: center;
	}
	.s_pu .p1 {
	    padding-bottom: 1em;
	    color: #666;
	    font-size: 1.4em;
	}
	.s_pu .item img{
		display: block;
		width: 20em;
		margin: 4em auto 0;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.s_pu .item h3{
		font-size: 2.2em;
		font-weight: 400;
		margin-bottom: 0;
	}
	.s_pu .item p{
	    font-size: 1.2em;
	    width: 24em;
	    margin: 1em auto 0;
	    line-height: 1.8em;
	    color: #999;
	}
	.p_link{
		display: none;
	}
	.s_pu2-pc{
		display: none;
	}
	.sj_pu2{
		display: block;
		overflow: hidden;
	}
	.sj_pu2 .tit{
		font-size: 2em;
	    color: #333;
	    line-height: 1.3em;
	    margin: 1em auto 2em auto;
	    text-align: center;
	    width: 15em;
	    font-weight: bold;
	}
	.sj_pu2 .item{
		padding: 7em 1em;
		background: #f9fbff;
	}
	.sj_pu2 .item:nth-child(2n) {
	    background: #fff;
	}
	.sj_pu2 .item img{
		width: 100%;
	}
	.sj_pu2 .item p.t{
		font-size: 2em;
	    line-height: 1em;
	    margin-top: 1em;
	    color: #333;
	}
	.sj_pu2 .item p.e{
		font-size: 1.4em;
	    line-height: 1em;
	    margin-top: 1em;
	    color: #666;
	}
	.sj_pu2 .item p.x{
	    font-size: 1.4em;
	    line-height: 1.5em;
	    margin-top: 1em;
	    color: #999;
	}
	.sj_pu2 .item .a{
		position: relative;
	    z-index: 1;
	    margin-top: 5em;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;	
	}
	.sj_pu2 .item .a a{
	    width: 10.6em;
	    display: block;
	    margin: 0 auto;
	    background: #fff;
	    border-radius: 4px;
	    border: 1px solid #0095FF;
	    font-size: 1.6em;
	    color: #0095FF;
	    height: 2.4em;
	    line-height: 2.4em;
	    text-align: center;	
	}
	.sj_pu2 .item .a a:nth-child(1){
		background: #0095FF;
		color: #fff;
	}
	.s_y_con{
		padding: 0 1em;
		margin-top: 3em;
		display: block;
	}
	.s_y_con .item{
	    height: 10em;
	    -webkit-box-shadow: 0px 0.4em 2em 0px rgba(21, 21, 34, 0.04);
	    box-shadow: 0px 0.4em 2em 0px rgba(21, 21, 34, 0.04);
	    border-radius: 0.4em;
	    padding: 0 1em 0 9em;
	    position: relative;
	    overflow: hidden;
	    margin-bottom: 1em;
	    width: 100%;
	}
	.s_y_con .item img{
		position: absolute;
		top: 50%;
		margin-top: 0em;
		left: 3em;
		transform: translateY(-50%);
		width: 4em;
	}
	.s_y_con .item h3{
		font-size: 1.6em;
	    margin-top: .1em;
		width: 100%;
	}
	.s_y_con .item span{
		display: none;
	}
	.s_y_con .item p{
		font-size: 1.4em;
		margin-top: .5em;
		line-height: 1.5em;
		width: 100%;
		text-align: left;
		white-space:break-spaces;
	}
	.s_pu2{
		padding: 3em 0;
	}
	.s_pu2 h2 {
	    color: #333;
	    font-size: 2em;
	    font-weight: bold;
	    margin-bottom: 0;
	    text-align: center;
	    width: 16em;
	    margin: 0 auto;
	}
	.s_pu2 .p2 {
	    padding-bottom: 1em;
	    color: #666;
	    font-size: 1.4em;
		margin-top: 1em;
	}
	.s_jg_con{
		margin-top: 4em;
		display: block;
		height: 16em;
	}
	.s_jg_con .item{
		width: 50%;
		float: left;
		height: 5em;
	}
	.s_pu2 h3{
		color: #333;
		font-size: 2.4em;
		margin-bottom: 0;
		text-align: center;
	}
	.s_r_con{

		    background: #fff;
		    -webkit-box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.1);
		    box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.1);
		    border-radius: 10px;
		    margin: 3em auto 0 auto;
		    -ms-flex-pack: center;
		    width: 34em;
	}
	.s_r_con .item{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    width: 50%;
	    padding-bottom: 0;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    width: 17em;
	    height: 17em;
	    -webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	}
	.s_r_con .item:nth-child(n+7){
		display: none;
	}
	.s_r_sw{
		position: relative;
		background: #F9FBFF;
		padding-bottom: 1em;
		    padding-top: 6em;
	}
	.s_r_sw #renSw{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 2.2em;
		font-weight: 400;
		padding-bottom: 0em;
	}
	.s_r_sw #renSw .item{
		    -webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		    flex-shrink: 0;
		    width: 100%;
		    height: 100%;
		    position: relative;
		    -webkit-transition-property: -webkit-transform;
		    transition-property: -webkit-transform;
		    -o-transition-property: transform;
		    transition-property: transform;
		    transition-property: transform,-webkit-transform;
			margin-left: .5em;
			padding-left: .5em;
	}
	.s_r_sw #renSw .item .rimg{
		width: 5em;
		height: auto;
	}
	.s_r_sw #renSw .item .text{
		width: 15.5em;
		height: 9em;
		margin: .5em 0 0 0em;
	}
	.s_r_sw #renSw .item .text img{
		width: 1em;
		height: auto;
		top: 1.5em;
		left: 5em;
	}
	.s_r_sw #renSw .item .text .text_m{
		margin: 2em .5em 0 13em;
	    font-size: 0.5em;
	}
	.s_r_sw #renSw .item .text .text_n{
		margin-top: 1em;
		margin-right: .5em;
		font-size: .7em;
	}
	#renPagin{
		margin-top: 1em;
	}
	/* pc公共底部 */
	footer{
		display: none;
	}
	.sj_foot{
		display: block;
		background: #2f313e;
		color: #fff;
		padding-bottom: 3.8em;
	}
	.sj_foot .sj_tel_com{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #fff;
		text-align: center;
	}
	.sj_foot .sj_tel_com .m{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sj_foot .sj_tel_com .m .t{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		    margin-top: 5em;
		    width: 27em;
	}
	.sj_foot .sj_tel_com .m .b{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	    margin-top: 2.8em;
	    margin-bottom: 2.8em;
	    font-size: 1.2em;
	}
	.sj_foot .sj_tel_com .m .t .div{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 11.4em;
		height: 3.7em;
		border: solid 1px #DBDBDB;
		border-radius: 1.35em;
	}
	.sj_foot .sj_tel_com .m .t .div img{
		width: 1.4em;
	}
	.sj_foot .sj_tel_com .m .t .div span{
	    margin-left: 1em;
	    color: #4ABC8A;
		font-size: 1.2em;
	}
	.sj_foot .sj_tel_com .m .t .div:last-child span{
		color: #4797F3;
	}
	.sj_foot .sj_tel_com .m .b span{
		color: #666;
	}
	.sj_foot .sj_tel_com .m .b a{
		margin-left: 1em;
		color: #4797F3;	
		font-size: 1.2em;
		font-weight: 600;
	}
	.sj_foot dl{
		position: relative;
	}
	.sj_foot dl:after{
		    content: "";
		    position: absolute;
		    display: block;
		    width: 100%;
		    height: 1px;
		    border-bottom: 1px solid #474C53;
		    -webkit-transform-origin: 0 100%;
		    transform-origin: 0 100%;
		    -webkit-transform: scaleY(0.5);
		    transform: scaleY(0.5);
		    bottom: 0;
		    left: 0;
	}
	.sj_foot dl dt{
	    line-height: 3em;
	    padding: 0 3em;
	    font-size: 1.4em;
		position: relative;
	}
	.sj_foot dl dt:after {
		  content: "";
		  position: absolute;
		  display: block;
		  width: 100%;
		  height: 1px;
		  border-top: 1px solid #474C53;
		  -webkit-transform-origin: 0 0;
				  transform-origin: 0 0;
		  -webkit-transform: scaleY(0.5);
				  transform: scaleY(0.5);
		  top: 0;
		  left: 0;
	}
	.sj_foot dl dt:before {
		  content: "";
		  position: absolute;
		  display: block;
		  width: 100%;
		  height: 1px;
		  border-bottom: 1px solid #474C53;
		  -webkit-transform-origin: 0 100%;
				  transform-origin: 0 100%;
		  -webkit-transform: scaleY(0.5);
				  transform: scaleY(0.5);
		  bottom: 0;
		  left: 0;
	}
	.sj_foot dl dt i{
		position: absolute;
		right: 3em;
	    top: 50%;
	    margin-top: -1.4em;
	}
	.sj_foot dl dt i{
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.sj_foot dl dt.active i{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.sj_foot dl dt.active + dd{
		  display: block;
	}
	.sj_foot dl dd{
		padding: .1em 4em;
		display: none;
	}
	.sj_foot dl dd a{
	    display: block;
	    color: rgba(255, 255, 255, 0.6);
	    font-size: 1.2em;
	    margin: 1em 0;
	}
	.sj_foot .desc{
		overflow: hidden;
	    margin-top: 2em;
	    font-size: 1.2em;
	    text-align: center;
	    padding-bottom: 2em;
	}
	.sj_foot .desc p{
		color: rgba(255, 255, 255, 0.6);
	    margin: 0 0 .8em;	
	}
	.sj_foot .desc img{
	    zoom: .5;
		margin: 0 5px;
	}
	.sj_foot .foot_f{
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		height: 3em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #fff;
		font-size: 1.6em;
		z-index: 10;
	}
	.sj_foot .foot_f .btu{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	    justify-content: space-evenly;
	    width: 100%;
	    height: 100%;	
	}
	.sj_foot .foot_f .btu span,.sj_foot .foot_f .btu a{
	    background: #006AFF;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    width: 100%;
	    height: 100%;		
	}
	.sj_foot .foot_f .btu a{
		background: #4797F3;
		color: #fff;
	}
	/* 公共内页banner */
	.pc_n_banner{
		display: none;
	}
	.sj_n_banner{
		display: block;
		position: relative;
		height: 36em;
	}
	.sj_n_banner img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/* 解决方案1手机端调改 */
	.f_wa_c1{
		display: none;
	}
	/* 新增移动端第一个板块 */
	.sj_f_wa_c1{
		display: block;
		margin-top: 5em;
	}
	.sj_f_wa_c1 .item{
		width: 100%;
	    height: 35em;
	    background-size: contain;
	    background-repeat: no-repeat;
	    margin-bottom: 3em;	
	}
	.sj_f_wa_c1 .item:nth-child(1){
		background:url("https://duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/mobile/education/2/teach-phone.png");
		background-size: 100%;
	}
	.sj_f_wa_c1 .item:nth-child(2){
		background:url("../img/phone-2.png");
		background-size: 100%;
	}
	.sj_f_wa_c1 .item:nth-child(3){
		background:url("../img/phone-3.png");
		background-size: 100%;
	}
	.sj_f_wa_c1 .item:nth-child(4){
		background:url("../img/phone-4.png");
		background-size: 100%;
	}
	.sj_f_wa_c1 .item .m{
		position: relative;
	}
	.sj_f_wa_c1 .item .m img{
	   width: 30em;
       height: 24em;
	   max-width: 30em; 
	   max-height: 24rem; 
	   margin-top: 4em;
	}
	.sj_f_wa_c1 .item.l .m img{
		float: left;
	    margin-left: -4em;	
	}
	.sj_f_wa_c1 .item.r .m img{
		float: right;
	    margin-right: -2em;	
	}
	.sj_f_wa_c1 .item.r .m .t{
		width: 19em;
	    height: 8.5em;
	    padding: 1em;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    position: absolute;
	    top: 11em;
	    right: 2em;	
	}
	.sj_f_wa_c1 .item.l .m .t{
		width: 19em;
	    height: 8.5em;
	    padding: 1em;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    position: absolute;
	    top: 11em;
	    left: 2em;	
	}
	.f_wa_c2{
		width: 100%;
		height: 50em;
		background: url(https://duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/mobile/education/3/bg.png) no-repeat;
		background-color: white;
		background-size: 100%;
	}
	.f_wa_c2 .imgs img{
		height: 4em;
	}
	.f_wa_c2 .imgs img:first-child{
	    position: absolute;
	    top: 3em;
	    right: 11.2%;
	}
	.f_wa_c2 .imgs img:nth-child(2){
	    position: absolute;
	    left: 6.2%;
	    top: 7em;
	}
	.f_wa_c2 .imgs img:nth-child(3){
	    position: absolute;
	    top: 32em;
	    /* right: -1.7%; */
	    left: 19em;
	}
	.f_wa_c2 .imgs img:nth-child(4){
	    position: absolute;
	    left: 1.9%;
	    top: 14em;
	}
	.f_wa_c2 .imgs img:nth-child(5){
	    position: absolute;
		left: 55.3%;
	    top: 10em;
	}
	.f_wa_c2 .imgs img:nth-child(6){
	    position: absolute;
	    right: 64.2%;
	    top: 22em;
	}
	.f_wa_c2 .imgs img:nth-child(7){
	    position: absolute;
	    left: 66.3%;
	    top: 25em;
	}
	.f_wa_c2 .imgs img:nth-child(8){
	    position: absolute;
	    right: 49.7%;
	    top: 29em;
	}
	.f_wa_c2 .imgs img:nth-child(9){
	    position: absolute;
		right: 2%;
	    top: 17em;
	}
	.f_wa_c2 .imgs img:nth-child(10){
	    position: absolute;
		left: 10%;
	    top: 38em;
	}
	.f_wa_c2 .imgs img:nth-child(11){
	    position: absolute;
	    left: 57.2%;
	    top: 38em;
	}
	.f_wa_c2 .imgs img:nth-child(12){
	    position: absolute;
	    left: 26.6%;
	    top: 43em;
	}
	.f_wa_c2 .center .in{
		margin-top: 4em !important;
	    width: 3.5em;
	}
	.f_wa_c2 .center .in p{
	    font-size: 0.4em;
	    line-height: 1.5em;
	    font-weight: 900;
	}
	.f_wa_c2 .center .in .a a{
		font-size: .3em;
	}
	.sj_f_wa_c3{
		display: block;
		width: 100%;
	    height: auto;
	    position: relative;
		padding: 1em 2em;
		background-color: #65acf5;
	}
	.sj_f_wa_c3 img{
		width: 100%;
		position: absolute;
	}
	.sj_f_wa_c3 img:first-child{
		top: -2em;
		left: 0;
	}
	.sj_f_wa_c3 img:last-child{
		bottom: -3em;
		left: 0;
	}
	.sj_f_wa_c3 p{
		margin-top: 2em;
	    color: #fff;
	    position: relative;
	    z-index: 1;
	    font-size: 2em;
	    font-weight: bold;
	    line-height: 1.5em;	
	}
	.sj_f_wa_c3 ul{
		color: #E4F1FF;
	    font-size: 1.3em;	
	}
	.sj_f_wa_c3 ul li{
	    margin: 1em 0;
	    position: relative;
	    padding-left: 1.4em;	
	}
	.sj_f_wa_c3 ul li i{
	    color: #43f585;
	    font-weight: bold;
	    margin-right: .1em;
	    position: absolute;
	    left: 0;
	    top: .08em;	
	}
	.sj_f_wa_c3 .but{
		margin-top: 3em;
	    padding-left: 1em;	
	}
	.sj_f_wa_c3 .but a{
	display: inline-block;
	    font-size: 1.4em;
	    font-weight: bold;
	    color: #65aaf5;
	    width: 8em;
	    height: 2.4em;
	    line-height: 2.4em;
	    text-align: center;
	    background: #fff;
	    border-radius: 4em;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	    margin-right: 1em;
	    border: 1px solid #fff;
	    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
	    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
	}
	.sj_f_wa_c3 .but a:last-child{
	    border: 1px solid #fff;
	    color: #fff;
	    background: #65aaf5;
	    width: 8rem;	
	}
	.sj_f_wa_c3 .img{
		margin: 2em -0.3em 2em;
		padding-top: 2em;
	    padding-left: 0.6em;
	    overflow: hidden;
	    position: relative;	
	}
	.sj_f_wa_c3 .img img:nth-child(1){
	    width: 15em;
	    margin-right: 1em;
	    position: relative;
	    z-index: 1;	
	}
	.sj_f_wa_c3 .img img:nth-child(2){
	    width: 15em;
	    margin-right: 1em;
	    position: relative;
		top: -2em;
	    z-index: 1;	
	}	
	.sj_f_wa_c3 .img img:nth-child(3){
	    margin-top: -3em;
	    width: 36.5em;
	    max-width: none;
	    position: relative;
	    z-index: 1;
	    left: -2.5em;
	    margin-bottom: 2em;	
	}
	.f_wa_c4{
		position: relative;
		margin: 5em auto 0;
		height: 62.8em;
	}
	.f_wa_c4 .bj{
		height: 40em;
	}
	
	.f_wa_c4 .f_c4{
		padding: 1em 0 1em;
	}
	.f_wa_c4 .f_c4 h2{
		font-size: 2em;
	    width: 12em;
	    margin: 0 auto;
	    line-height: 1.4em;	
	}
	.f_wa_c4 .f_c4 .f_c4_main{
		display: none;
	}
	.f_wa_c4 .f_c4 .sj_f_c4_main{
		display: block;
	    padding-bottom: 1em;
	    background: #fff;
		
	}
	.f_wa_c4 .f_c4 .sj_f_c4_main .item .top{
	    width: 20em;
	    height: 43em;
	    margin: 4em auto 2em;
	    -webkit-box-shadow: 0px 0px 2em 0px rgba(121, 147, 176, 0.24);
	    box-shadow: 0px 0px 2em 0px rgba(121, 147, 176, 0.24);
	    border-radius: 3em;
	    padding: 2em 0 0;
		
	}
	.f_wa_c4 .f_c4 .sj_f_c4_main .item .top img{
		width: 100%;
	}
	.f_wa_c4 .f_c4 .sj_f_c4_main .item .bot{
		width: 20em;
	    margin: 0 auto;	
	}
	.f_wa_c4 .f_c4 .sj_f_c4_main .item .bot h3{
	    font-size: 1.8em;
	    color: #3C4E5A;
	    text-align: center;
	    font-weight: bold;
	    margin-bottom: .5em;
	}
	.f_wa_c4 .f_c4 .sj_f_c4_main .item .bot p{
	    font-size: 1em;
	    color: #7F878C;
	    text-align: center;
	    margin: 0 auto;	
	}
	#sjyConPagin{
		margin: 1em auto;
	    width: 20em;
	    text-align: center;	
	}
	#sjyConPagin span{
		margin: 0 .5em;
	}
	.f_wa_c5{
	    padding: 1em 0;
	    margin-top: 4em;
		height: auto;
	    background-size: 100%;	
	}
	.f_wa_c5 .center_div{
		background:#f7fafd;
		padding-bottom: 10em;
	}
	.f_wa_c5 h2{
		font-size: 2em;
		font-weight: bold;
		margin-top: 1em;
	}
	.f_wa_c5 .list{
		width: 100%;
		margin: 0;
		display: block;
	}
	.f_wa_c5 .list .item{
		float: left;
	    width: 33.33%;
	    color: #70777b;
	    margin: .5em 0;
	    font-size: 1.2rem;	
	}
	.f_wa_c5 .img{
		width: 3em;
		height: 3em;
	    margin: 0 auto .5em;	
	}
	.f_wa_c5 .img img{
		height: 1em;
	}
	.f_wa_c5 p{
		font-size: .5em;
		margin-top: .5em;
	}
	#fWf{
		display: none;
	}
	#sjfWf{
		display: block;
	    width: 100%;
	    overflow: hidden;
	    padding-bottom: 1em;
	    height: 22em;	
	}
	#sjfWf .swiper-wrapper{
	    transition-timing-function: linear;
	}
	#sjfWf .swiper-wrapper .swiper-slide{
		position: relative;
	}
	#sjfWf img{
		width: 100%;
		position: absolute;
		bottom: 0;
	}
	.f_wa_c6{
	    height: 20em;
	    width: 100%;
		background: url(https://duanshu-web.oss-cn-beijing.aliyuncs.com/static/image/mobile/education/7/7.png) no-repeat;
		margin-top: -7em;
		background-size: 100%;
	}
	.f_wa_c6 .center{
	    width: 100%;
	    padding-top: 4em;
	    margin: 0 auto;
	    font-size: 2em;
	    text-align: center;
	}
	.f_wa_c6 .center h2{
		font-size: 1em;
	}
	.f_wa_c6 .center a{
		width: 7em;
	    height: 2em;
	    margin: 1em auto;
	    line-height: 2em;
	    font-size: .8em;	
	}
	.s_jg_con .item .num{
		font-size: 1.8em;
		height: 1.2em;
	}
	.y_con1{
		padding: 0 1em;
	    margin: 3em 0 0 0;
	    display: block;
	    width: 100%;
	    height: auto;
	}
	.y_con1 .item{
	    height: 10em;
	    -webkit-box-shadow: 0px 0.4em 2em 0px rgba(21, 21, 34, 0.04);
	    box-shadow: 0px 0.4em 2em 0px rgba(21, 21, 34, 0.04);
	    border-radius: 0.4em;
	    padding: 0 1em 0 9em;
	    overflow: hidden;
	    margin-bottom: 1em;
	    width: 100%;
		position: relative;
		background: #fff;
		
	}
	.y_con1 .item:first-child,.y_con1 .item:nth-child(2),.y_con1 .item:nth-child(3),.y_con1 .item:nth-child(4),.y_con1 .item:nth-child(5),.y_con1 .item:nth-child(6),.y_con1 .item:nth-child(7){
		top: 0;
		left: 0;
	}
	.y_con1 .item img{
		position: absolute;
		top: 50%;
		margin-top: 0em;
		left: 3em;
		transform: translateY(-50%);
		width: 4em;
	}
	.y_con1 .item h4{
		font-size: 1.6em;
	    margin-top: .1em;
		width: 100%;
		text-align: left;
		margin-bottom: 0;
	}
	.y_con1 .item span{
		display: none;
	}
	.y_con1 .item div{
		font-size: 1.2em;
		margin-top: 1em;
		width: 100%;
		text-align: left;
		width: 21em;
	}
	.y_con1 .item div p{
		margin-bottom: 0;
	    margin: 0;
	    padding: 0;
	    line-height: 0;	
		display: inline;
	}
	.y_wa_c2 .y_con2{
		display: none;
	}
	.y_wa_c2 .sj_y_con2{
		display: block;
	    padding-bottom: 1em;
		
	}
	.y_wa_c2 .sj_y_con2 .item .top{
	    width: 20em;
	    height: 43em;
	    margin: 4em auto 2em;
	    -webkit-box-shadow: 0px 0px 2em 0px rgba(121, 147, 176, 0.24);
	    box-shadow: 0px 0px 2em 0px rgba(121, 147, 176, 0.24);
	    border-radius: 3em;
	    padding: 2em 0 0;
		
	}
	.y_wa_c2 .sj_y_con2 .item .top img{
		width: 100%;
	}
	.y_wa_c2 .sj_y_con2 .item .bot{
		width: 20em;
	    margin: 0 auto;	
	}
	.y_wa_c2 .sj_y_con2 .item .bot h3{
	    font-size: 1.8em;
	    color: #3C4E5A;
	    text-align: center;
	    margin-bottom: .5em;
	}
	.y_wa_c2 .sj_y_con2 .item .bot p{
	    font-size: 1em;
	    color: #7F878C;
	    text-align: center;
	    margin: 0 auto;	
	}
	#sjyCon2Pagin{
		margin: 2em auto;
	    width: 20em;
	    text-align: center;	
	}
	#sjyCon2Pagin span{
	    width: 2em;
	    height: .2em;
	    opacity: 1;
	    background: #ebeef3;
	    border-radius: 0;
	    margin: 0 .4em;
	}
	#sjyCon2Pagin .swiper-pagination-bullet-active{
		background: #3595ff;
	}
	.y_wa_c3{
		background: #fff;
	}
	.y_wa_c3 .y_con3{
		display: none;
	}
	.y_wa_c3 .sj_y_con3{
		display: block;
	    padding-bottom: 1em;
		
	}
	.y_wa_c3 .sj_y_con3 .item .top{
	    width: 20em;
	    height: 43em;
	    margin: 4em auto 2em;
	    -webkit-box-shadow: 0px 0px 2em 0px rgba(121, 147, 176, 0.24);
	    box-shadow: 0px 0px 2em 0px rgba(121, 147, 176, 0.24);
	    border-radius: 3em;
	    padding: 2em 0 0;
		
	}
	.y_wa_c3 .sj_y_con3 .item .top img{
		width: 100%;
	}
	.y_wa_c3 .sj_y_con3 .item .bot{
		width: 20em;
	    margin: 0 auto;	
	}
	.y_wa_c3 .sj_y_con3 .item .bot h3{
	    font-size: 1.8em;
	    color: #3C4E5A;
	    text-align: center;
	    margin-bottom: .5em;
	}
	.y_wa_c3 .sj_y_con3 .item .bot p{
	    font-size: 1em;
	    color: #7F878C;
	    text-align: center;
	    margin: 0 auto;	
	}
	#sjyCon3Pagin{
		margin: 2em auto;
	    width: 20em;
	    text-align: center;	
	}
	#sjyCon3Pagin span{
	    width: 2em;
	    height: .2em;
	    opacity: 1;
	    background: #ebeef3;
	    border-radius: 0;
	    margin: 0 .4em;
	}
	#sjyCon3Pagin .swiper-pagination-bullet-active{
		background: #3595ff;
	}
	.y_wa_c4{
		width: 100%;
	    height: auto;
	    min-width: 100%;
	    overflow: hidden;	
	}
	#yCon4{
		display: none;
	}
	.y_con4{
		height: 60em;
	}
	.y_con4 .list{
		width: 100%;
		margin-top: 3em;
	}
	.y_con4 .list .item{
		flex: 1;
	}
	.y_con4 .img{
	    width: 5em;
	    height: 5em;
	    margin: 0 auto;
	}
	.y_con4 .img img{
		height: 2em;
	}
	.y_con4 p{
		font-size: 1em;
		margin-top: 1em;
	}
	.swiper_ycon4{
		position: relative;
	    margin-top: 9em;
	    z-index: 10;
	    width: 21em;
	    height: 43em;
	    background-size: 100% auto;		
	}
	#sjyCon4{
		display: block;
	    position: absolute;
	    bottom: 12.4em;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	    width: 100%;
	}
	#sjyCon4 img{
		width: 100%;
	    -webkit-transition: all 1000ms;
	    transition: all 1000ms;
	    margin-top: 12px;
	}
	#sjyCon4 .swiper-slide{
		opacity: .4;
	}
	#sjyCon4 .swiper-slide-active{
		opacity: 1;
	}
	#sjyCon4Pagin{
		display: block;
		margin: 2em auto;
	    width: 20em;
	    text-align: center;	
		position: relative;
	    top: -7em;	
	}
	#sjyCon4Pagin span{
	    width: 2em;
	    height: .2em;
	    opacity: 1;
	    background: #ebeef3;
	    border-radius: 0;
	    margin: 0 .4em;
	}
	#sjyCon4Pagin .swiper-pagination-bullet-active{
		background: #3595ff;
	}
	.z_wa_c{
	    padding: 1em 1em;
	    position: relative;
	    height: auto;
	    overflow: hidden;
	    white-space: break-spaces;
	    margin: 1em auto;
	}
	.z_wa_c .z_l_t,.z_wa_c .z_r_t{
		text-align: center;
	    margin: 0 auto;
	    top: 0;
	    width: 100%;	
	}
	.z_wa_c .z_l_t h2,.z_wa_c .z_r_t h2{
	    font-size: 2em;
	    font-weight: bold;
	    width: 16em;
	    margin: 0 auto;
	}
	.z_wa_c .z_l_t p,.z_wa_c .z_r_t p{
	    width: 16em;
	    margin: 0 auto;
	    font-size: 1.4em;
	    line-height: 1.5em;	
	}	
	.z_wa_c .z_r_i,.z_wa_c .z_l_i{
		width: 100%;
	    margin: 0;	
	}
	.z_wa_c .z_l_i{
		position: relative;
		top: 12em;
	}
	.z_wa_c .z_r_t{
		position: relative;
		top: -32em;
	}
	.g_wa{
		width: auto;
	    margin: 1em 1em 0;
	    padding: 2em 1em;
	    box-shadow: none;	
	}
	.g_wa h2{
		font-weight: bold;
		font-size: 2em;
	}
	.g_wa p{
		width: auto;
	    font-size: 1.4em;
	    white-space: pre-line;
	    line-height: 1.5em;
	}
	.z_banner{
		display: none;
	}
	.z_wa1{
		display: block;
	    width: 32em;
	    margin: 3em auto 0;
		padding: 0;
	}
	.z_wa1 .item{
		margin-bottom: 3em;
	}
	.info-table,.z_wa3,.z_wa4{
		display: none;
	}
	.pc-none{
		display: block;
	}
	.w_art .loca{
		display: none;
	}
	.w_art .w_art_con .left{
	    width: 100%;
	    padding: 1em;
	    margin-bottom: 1em;
	    overflow: hidden;
	    float: none;
	}
	.w_art .w_art_con .left .head{
	    font-size: 2em;
	    font-weight: bold;
	    padding: 1em 0 1em 0;	
	}
	.w_art .w_art_con .left .item{
	    padding: 1em 0;	
	}
	.w_art .w_art_con .left .item a.img{
	    width: 12em;
	    height: auto;
	    top: 1em;	
	}
	.w_art .w_art_con .left .item .text{
	    height: 5em;
	    margin-left: 10em;
	    font-size: 1.4em;	
	}
	.w_art .w_art_con .left .item .text a.title h2{
		font-size: 1.2em;
	    font-weight: 600;
	    display: -webkit-box;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    word-break: break-all;
	    word-wrap: break-word;	
	}
	.w_art .w_art_con .left .item .text p,.w_art .w_art_con .left .item .bq a{
		display: none;
	}
	.w_art .w_art_con .left .item .bq{
		margin-top: 1em;
	}
	.w_art .w_art_con .left .item .bq span{
		font-size: 1em;
	}
	.w_art .w_art_con .right{
		display: none;
	}
	.pag{
		margin-top: 2em;
	    margin-bottom: 2em;
	}
	.w_art .w_art_con .left .html .title{
		font-size: 1.4em;
	    line-height: 1.5em;
	}
	.w_art .w_art_con .left .html .info{
		margin: 1em 0;	
	}
	.w_art .w_art_con .left .html .info.sp{
		margin-bottom: 2em;
	}
	.w_art .w_art_con .left .html img{
		width: 90%;
		height: auto;
	}
	.w_art .w_art_con .left .like{
		margin-top: 2em;
	}
	.w_art .w_art_con .left .like ul{
		display: block;
	}
	.w_art .w_art_con .left .like ul li{
	    width: 100%;
	    margin-bottom: 2em;
		padding-bottom: 1em;
		box-shadow: 0 0 .2em #0072FF;
	}
	.w_art .w_art_con .left .like ul li .img{
		width: 100%;
	}
	.w_art .w_art_con .left .like ul li .img img{
		height: auto;
	}
	.w_art .w_art_con .left .like ul li p{
		font-size: 1.5em;
	    font-weight: bold;
	    margin: 1em auto;
	}
}