.device {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
    background-size:cover;
}
.device .arrow-left {
    background: url(../../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}
.device .arrow-right {
    background: url(../../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}
.swiper-container {
    height: 380px;
    width: 100%;

}
.content-slide {
    padding: 20px;
    color: #fff;
}
.title {
    font-size: 25px;
    margin-bottom: 10px;
}
.pagination {
    position: absolute;
    left: 50%;
    text-align: left;
    bottom:48px;
    width: 1200px;
    z-index: 100;
    margin-left: -600px;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;height: 8px;background:#fff;border-radius: 8px;margin-right: 8px;
}
.swiper-active-switch {
    width: 45px;height: 8px;border-radius: 8px;background:#fff;
}
.swiper-slide1 {
    width:100%;
    background: url(../../images/bg.jpg) no-repeat center center;
    background-size: cover;
    height:380px;
    overflow: hidden;
    position:relative;
}
.swiper-slide2 {
    width:100%;
    background: url(../../images/bg2.jpg) no-repeat center center;
    background-size: cover;
    height:380px;
    overflow: hidden;
    position:relative;
}
.pao{position:absolute;background:url(../../images/pao.png) no-repeat center center;background-size: contain;display: none;}
.pao1{width: 30px;height: 30px;left:-10%;top:70%;animation: dax 10s linear infinite;-webkit-animation: dax 10s linear infinite;}
.pao2{width: 50px;height: 50px;left:-10%;top:50%;animation: dax2 8s linear infinite;-webkit-animation: dax2 8s linear infinite;}
.pao3{width: 40px;height: 40px;left:30%;top:110%;animation: dax3 10s linear infinite;-webkit-animation: dax3 10s linear infinite;}
.pao4{width: 30px;height: 30px;left:-10%;top:90%;animation: dax4 10s linear infinite;-webkit-animation: dax4 10s linear infinite;}
.pao5{width: 30px;height: 30px;right:-10%;top:70%;animation: dax5 10s linear infinite;-webkit-animation: dax5 10s linear infinite;animation-delay: .5s;-webkit-animation-delay: .5s;}
.pao6{width: 50px;height: 50px;right:-10%;top:50%;animation: dax6 8s linear infinite;-webkit-animation: dax6 8s linear infinite;animation-delay: .8s;-webkit-animation-delay: .8s;}
.pao7{width: 40px;height: 40px;right:30%;top:110%;animation: dax7 8s linear infinite;-webkit-animation: dax7 8s linear infinite;animation-delay: 1s;-webkit-animation-delay: 1s;}
.pao8{width: 30px;height: 30px;right:-10%;top:90%;animation: dax8 10s linear infinite;-webkit-animation: dax8 10s linear infinite;animation-delay: .6s;-webkit-animation-delay: .6s;}
@keyframes dax{
    0%{left:-10%;transform: scale(1);top:70%;}
    100%{left:40%;transform: scale(1.5);top:-10%;}
}
@-webkit-keyframes dax{
    0%{left:-10%;transform: scale(1);top:70%;}
    100%{left:40%;transform: scale(1.5);top:-10%;}
}
@keyframes dax2{
    0%{left:-10%;transform: scale(1);top:50%;}
    100%{left:50%;transform: scale(1.5);top:-10%;}
}
@-webkit-keyframes dax2{
    0%{left:-10%;transform: scale(1);top:50%;}
    100%{left:50%;transform: scale(1.5);top:-10%;}
}
@keyframes dax3{
    0%{left:30%;transform: scale(1);top:110%;}
    100%{left:60%;transform: scale(1.5);top:-10%;}
}
@-webkit-keyframes dax3{
    0%{left:30%;transform: scale(1);top:110%;}
    100%{left:60%;transform: scale(1.5);top:-10%;}
}
@keyframes dax4{
    0%{left:-10%;transform: scale(1);top:90%;}
    100%{left:30%;transform: scale(1.5);top:-10%;}
}
@-webkit-keyframes dax4{
    0%{left:-10%;transform: scale(1);top:90%;}
    100%{left:30%;transform: scale(1.5);top:-10%;}
}
@keyframes dax5{
    0%{right:-10%;transform: scale(1);top:70%;}
    100%{right:30%;transform: scale(1.5);top:-10%;}
}
@-webkit-keyframes dax5{
    0%{right:-10%;transform: scale(1);top:70%;}
    100%{right:30%;transform: scale(1.5);top:-10%;}
}
@keyframes dax6{
    0%{right:-10%;transform: scale(1);top:50%;}
    100%{right:40%;transform: scale(1.5);top:-5%;}
}
@-webkit-keyframes dax6{
    0%{right:-10%;transform: scale(1);top:50%;}
    100%{right:40%;transform: scale(1.5);top:-5%;}
}
@keyframes dax7{
    0%{right:30%;transform: scale(1);top:110%;}
    100%{right:20%;transform: scale(1.5);top:-10%;}
}
@-webkit-keyframes dax7{
    0%{right:30%;transform: scale(1);top:110%;}
    100%{right:20%;transform: scale(1.5);top:-10%;}
}
@keyframes dax8{
    0%{right:-10%;transform: scale(1);top:90%;}
    100%{right:10%;transform: scale(1.5);top:-10%;}
}
@-webkit-keyframes dax8{
    0%{right:-10%;transform: scale(1);top:90%;}
    100%{right:10%;transform: scale(1.5);top:-10%;}
}
.wrap{width: 1200px;margin:0 auto;}
.left_b{float: left;margin-top: 20px;}
.left_b img{width: 302px;display: block;}
.right_b{float: right;width: 800px;text-align: right;color:#fff;margin-top: 40px;}
.dazi{font-size:60px;font-weight: lighter;margin-bottom: 20px;}
.xiaozi{font-size:18px;margin-bottom: 8px;}
.btn_two{overflow: hidden;margin-top: 30px;}
.btn_two a{width: 210px;height: 60px;border:1px solid #fff;border-radius: 8px;color:#fff;font-size:24px;text-align: center;line-height: 60px;float: right;margin-left: 13px;}
.btn_two a:hover{background: #fff;color:#0082d7;}
.qianw{width: 210px;height: 60px;border:1px solid #fff;border-radius: 8px;color:#fff;font-size:24px;text-align: center;line-height: 60px;float: right;margin-left: 13px;}
.qianw:hover{background: #fff;color:#0082d7;}
/* çƒ­é—¨æŽ¨è */
.hot_box{width: 100%;overflow: hidden;margin-top: -40px;padding-top: 10px;box-sizing:border-box;position:relative;z-index: 100;background:#fff;margin-bottom: 35px;}
.hot_tit{overflow: hidden;padding:0 10px;box-sizing: border-box;margin-bottom: 15px;}
.hot_left{float: left;}
.hot_left span{display: inline-block;vertical-align: middle;width: 23px;height: 28px;background:url(../../images/sprint.png) no-repeat;background-position: -52px -25px;}
.hot_left em{font-weight: bold;color:#212121;font-size:22px;display: inline-block;vertical-align: middle;margin-left: 9px;}
.hot_right{float: right;overflow: hidden;}
.hot_right>a{display: inline-block;padding:0 10px;box-sizing: border-box;border-right: 1px dashed #9e9e9e;float: left;cursor: pointer;}
.hot_right>a:nth-of-type(3){border-right: 0 none;}
.hot_right span{width:23px;height: 19px;background:url(../../images/sprint.png) no-repeat;display: inline-block;vertical-align: middle;}
.hot_right .span1{background-position: -99px -27px;}
.hot_right .span2{background-position: -159px -25px;}
.hot_right .span3{background-position: -222px -25px;width: 18px;}
.hot_right em{font-size: 16px;color:#212121;margin-left: 3px;display: inline-block;vertical-align: middle;}
.hot_right .on em{color:#0082d7;}
.hot_right .on .span1{background-position: -99px -78px;}
.hot_right .on .span2{background-position: -159px -76px;}
.hot_right .on .span3{background-position: -222px -76px;width: 18px;}
.hot_zu{width: 100%;overflow: hidden;}
.hot_zu>div{float: left;width: 10%;}
.img_hot{width: 85px;height: 85px;background:#f2f2f2;border-radius: 8px;margin:0 auto;display: block;}
.img_hot img{width: 100%;height: 100%;border-radius: 8px;}
.pps{width: 90%;display: block;margin:10px auto 0;text-align: center;font-size:16px;color:#212121;}
.hot_zu>div:hover .pps{color:#0082d7;}
.hot_hide{display: none;}
.lian_box{width: 100%;overflow: hidden;margin-bottom: 20px;}
.lian_fen{height: 33px;width: 85px;color:#fff;font-size:16px;background: url(../../images/sprint.png) no-repeat;background-position: -15px -127px;padding-left: 13px;box-sizing: border-box;float: left;line-height: 33px;}
.fen_aa{font-size:16px;color:#212121;padding:0 15px;box-sizing: border-box;float: left;border-right: 1px dashed #9e9e9e;height: 24px;line-height: 24px;margin-top: 4.5px;width: 180px;}
.fen_aa:last-child{border-right: 0 none;}
.fen_aa:hover{color:#0082d7;}
.sys_box{width: 100%;overflow: hidden;}
.sys_left{width: 404px;float: left;}
.sys_lt{display: block;width: 100%;margin-bottom: 20px;}
.sys_tj{width: 100%;}
.gg_tit{overflow:hidden;border-bottom: 1px solid #e8e8e8;font-size:22px;font-weight: bold;color:#212121;}
.xian{border-bottom: 3px solid #0082d7;width: 130px;height: 40px;float: left;}
.xian span{width: 32px;height: 26px;background:url(../../images/sprint.png) no-repeat;display: inline-block;vertical-align: middle;margin-top: 4px;}
.xian .xitong{background-position: -123px -129px;}
.xian em{display: inline-block;vertical-align: middle;}
.sys_aa{width: 100%;margin-top: 15px;overflow: hidden;height: 190px;}
.sys_aa a{float: left;padding:0 14px;box-sizing: border-box;color:#fff;font-size:16px;height: 36px;line-height: 36px;margin-bottom: 12px;background:#99d884;border-radius: 3px;margin-left: 5px;margin-right: 5px;}
.sys_aa a:hover{text-decoration: underline;}
.sys_aa a:nth-of-type(2n){background: #f28c8c;}
.sys_aa a:nth-of-type(3n){background: #a1a1f2;}
.sys_aa a:nth-of-type(4n){background: #6cbee6;}
.sys_aa a:nth-of-type(5n){background: #edaa5a;}
.sys_center{float: left;width: 445px;margin-left: 15px;}
.sys_ctit{color:#ff7900;font-size:22px;font-weight: bold;text-align: center;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sys_san{overflow: hidden;color:#adadad;font-size:16px;border-bottom: 1px solid #adadad;height: 26px;margin-bottom: 10px;}
.sys_san>div{width: 25%;float: left;text-align: center;height: 26px;line-height: 26px;cursor: pointer;}
.sys_san>div:hover,.sys_san .on{color:#fff;font-size:16px;background:#17a2e7;}
.sys_zubox{width: 100%;overflow: hidden;}
.sys_row{width: 100%;height: 38px;position:relative;}
.shang em{width: 10px;height: 10px;border:1px solid #bbb;border-radius: 12px;display: inline-block;vertical-align: top;margin-top: 6px;}
.shang .qwe{color:#212121;font-size:14px;width: 55%;display: inline-block;vertical-align: top;}
.shang .qwe2{color:#212121;font-size:14px;width: 85%;display: inline-block;vertical-align: top;}
.shang .lanmu{display: inline-block;vertical-align: top;color:#666;font-size:14px;width: auto;}
.jiatup{display: inline-block;vertical-align: top;width: 20px;height: 20px;background:#f7f7f7;margin-left: 10px;margin-right: 3px;}
.jiatup img{width: 100%;height: 100%;}
.time_sys{color:#999;font-size:14px;float: right;}
.time_sys span{color: red!important;}
.xian_dot{position:absolute;left:6px;bottom:-3px;height: 23px;border-left:1px dashed #adadad;}
.sys_cbottom .sys_row:nth-of-type(6){height: 36px;}
.sys_cbottom .sys_row:nth-of-type(6) .xian_dot{display: none;}
.sys_ctop .sys_row:nth-of-type(5){height: 36px;}
.sys_ctop .sys_row:nth-of-type(14) .xian_dot{display: none;}
.sys_row .qwe:hover{color:#0082d7}
.sys_row .qwe2:hover{color:#0082d7}
.sys_row .lanmu:hover{color:red;}
.sys_row:hover .shang em{border-color: #0082d7;background: #0082d7;}
.xian .jiaoc{background-position: -176px -129px;}
.sys_cbottom .sys_zubox{margin-top: 20px;}
.sys_right{float: right;width: 320px;}
.sys_rrow{height: 68px;border:1px solid #d8d8d8;overflow: hidden;margin-bottom: 10px;}
.img_sfg{padding:0 20px;box-sizing: border-box;height: 100%;line-height: 68px;float: left;}
.img_sfg img{display: inline-block;vertical-align: middle;width: 160px}
.zixi{color:#212121;font-size:16px;text-align: center;width: 105px;float: left;text-align: center;height: 48px;line-height: 48px;overflow: hidden;border-left: 1px dashed #d8d8d8;margin-top: 10px;overflow: hidden;}
.down_loadsys{width: 100%;height: 100%;text-align: center;display: block;}
.down_loadsys span{width: 20px;height: 20px;background: url(../../images/sprint.png) no-repeat;background-position: -122px -188px;display: inline-block;}
.sys_rrow:hover .dong{animation: sx .6s linear;animation-fill-mode: forwards;-webkit-animation: sx .6s linear;-webkit-animation-fill-mode: forwards;}
@keyframes sx{
    0%{transform: translateY(0);}
    100%{transform: translateY(-48px);}
}
@-webkit-keyframes sx{
    0%{transform: translateY(0);}
    100%{transform: translateY(-48px);}
}
.win7_box{width: 100%;overflow: hidden;margin-top: 20px;}
.win7_top{width: 100%;overflow: hidden;height: 52px;}
.win7_top>div{height: 100%;float: left;width: 597px;position: relative;cursor: pointer;}
.win7_top .yi{width: 100%;height: 42px;background:#17a2e7;color:#fff;font-size:22px;text-align: center;line-height: 42px;font-weight: bold;}
.yi em{display: inline-block;vertical-align: middle;width: 22px;height: 22px;background: url(../../images/sprint.png) no-repeat;background-position: -224px -187px;}
.yi span{display: inline-block;vertical-align: middle;}
.san{position:absolute;left:50%;bottom:0;width: 14px;height: 10px;margin-left: -7px;background:url(../../images/sprint.png) no-repeat;background-position:-15px -240px;display: none;}
.win7_top .on .san{display: block;}
.win7_top .on .yi{background: #0e78c7;}
.win7_top .div2{float: right;}
.win7_bottom{width: 100%;overflow: hidden;margin-top: 20px;}
.win7_bl{float: left;width: 165px;}
.gg_tit2{font-size:20px;font-weight: bold;color:#212121;border-left:5px solid #0082d7;padding-left: 8px;box-sizing: border-box;margin-bottom: 20px;}
.win7_b_down{width: 100%;overflow: hidden;}
.win7_b_down>a{width: 98%;height: 37px;border:1px solid #d8d8d8;color:#212121;font-size:15px;text-align: center;line-height: 34px;margin-bottom: 15px;display: block;}
.win7_b_down .erno{margin-right: 0;}
.win7_b_down em{width: 20px;height: 20px;display: inline-block;vertical-align: middle;background:url(../../images/sprint.png) no-repeat;background-position: -89px -188px;}
.win7_b_down span{display: inline-block;vertical-align: middle;margin-left: 5px;}
.win7_b_down>a:hover{color:#fff;background:#0082d7;border-color: #0082d7;}
.win7_b_down>a:hover em{background-position: -175px -188px;}
.win7_paih{margin-top: 15px;}
.paih_row{width: 100%;overflow: hidden;margin-bottom: 20px;}
.paih_row span{width: 20px;height: 20px;background: #17a2e7;color:#fff;font-size:16px;text-align: center;line-height: 20px;display: inline-block;vertical-align: middle;}
.paih_row:nth-of-type(1) span{background:#fe1414;}
.paih_row:nth-of-type(2) span{background:#ff5105;}
.paih_row:nth-of-type(3) span{background:#ff7200;}
.paih_row a{color:#212121;font-size:16px;display: inline-block;vertical-align: middle;width: 86%;margin-left: 10px;}
.win7_cr{float: left;width: 690px;margin-left: 15px;margin-right: 10px;}
.win7_br{float: right;width: 320px;}
.tit_sys{width: 100%;overflow: hidden;}
.tit_sys>div{float: left;width: 12.3%;color:#212121;font-size:16px;text-align: center;height: 28px;line-height: 28px;}
.tit_sys .on{color:#fff;background: #0082d7;cursor: pointer;}
.tit_down{width: 100%;/* padding:0px 15px; */box-sizing: border-box;overflow: hidden;}
.down_row{width: 50%;overflow: hidden;margin-bottom: 15px;float: left;}
.img_sytu{float: left;width: 150px;height: 102px;background: #f7f7f7;position:relative;}
.img_sytu img{width: 100%;height: 100%;}
.img_sytu span{position:absolute;left:-8px;top:6px;width: 59px;height: 33px;background: url(../../images/sprint.png) no-repeat;background-position: -15px -179px;color:#fff;font-size:14px;line-height: 30px;text-align: center;}
.down_you{float: left;margin-left: 17px;width: 50%;}
.datit{font-size:16px;color:#212121;display: block;width: 100%;height: 42px;overflow: hidden;}
.time_tit{color:#7a7a7a;font-size:14px;margin-top: 9px;}
.daxiaop{margin-right: 8px;}
.qwxz{border:1px solid #b8b8b8;width: 128px;height: 35px;line-height: 35px;text-align: center;color:#212121;font-size:16px;display: block;margin-top: 14px;}
.qwxz:hover{background:#0082d7;border-color: #0082d7;color:#fff;}
.da_ul{width: 100%;overflow: hidden;}
.da_ul ul{width: 100%;}
.da_ul li{width: 49%;overflow: hidden;float: left;margin-top: 23px;color:#212121;font-size:16px;}
.da_ul li:nth-of-type(2n){float: right;}
.da_ul a{display: inline-block;width: 85%;vertical-align: middle;color:#212121;}
.da_ul a em{color:#8d8d8d;}
.da_ul a:hover,.da_ul a:hover em{color:#0082d7;}
.da_ul span{display: inline-block;vertical-align: middle;width: 13%;text-align: right;}
.computer_box{width: 100%;overflow: hidden;}
.xian .computer_dian {
    background-position: -230px -129px;
}
.more_duo{float: right;font-size:16px;color:#212121;font-weight: normal;}
.computer_bbox{width: 100%;overflow: hidden;}
.computer_left{float: left;width: 955px;overflow: hidden;margin-top: 20px;}
.computer_row{float: left;width: 150px;margin-right: 40px;margin-bottom: 30px;}
.com_titp{font-size:18px;font-weight: bold;color:#212121;border-left:5px solid #17a2e7;padding-left: 8px;box-sizing: border-box;}
.com_titp2{border-color:#80c269;}
.com_titp3{border-color:#f1972c;}
.com_titp4{border-color:#f27878;}
.com_titp5{border-color:#9b9bf3;}
.com_titp a {color: #212121}
.lit_box{width: 100%;margin-top: 30px;}
.lit_row{overflow: hidden;width: 100%;margin-top: 20px;}
.lit_img{display: block;float: left;width: 27px;height: 27px;background:#b8b8b8;border-radius: 5px;}
.lit_img img{width: 100%;height:100%;}
.lit_wenzi{color:#212121;font-size:15px;display: block;float: left;margin-left: 5px;width: 106px;line-height: 27px;}
.lit_wenzi:hover{color:#0082d7;}
.computer_right{float: right;width: 230px;margin-top: 20px;}
.com_boxr{width: 100%;margin-top: 30px;}
.com_row{width: 100%;overflow: hidden;margin-top: 17px;}
.com_row:nth-of-type(1) .xianc span{background: #fe1414;}
.com_row:nth-of-type(2) .xianc span{background: #f1740f;}
.com_row:nth-of-type(3) .xianc span{background: #eba714;}
.xianc{width: 100%;overflow: hidden;}
.xianc span{width: 20px;height: 20px;background:#17a2e7;display: inline-block;color:#fff;line-height: 20px;text-align: center;vertical-align: middle;font-size:14px;}
.xianc a{color:#212121;font-size:16px;display: inline-block;width: 85%;vertical-align: middle;margin-left:8px;}
.yinc{width: 100%;overflow: hidden;display: none;}
.yinc span{float: left;width: 20px;height: 76px;background:#17a2e7;line-height: 76px;text-align: center;color:#fff;font-size:14px;}
.com_row:nth-of-type(1) .yinc span{background: #fe1414;}
.com_row:nth-of-type(2) .yinc span{background: #f1740f;}
.com_row:nth-of-type(3) .yinc span{background: #eba714;}
.yinc_img{width: 76px;height: 76px;border-radius: 5px;background: #fff;float: left;margin-left: 8px;}
.yinc_img img{width: 100%;height: 100%;border-radius: 5px;}
.yinc_you{float: left;color:#212121;font-size:16px;margin-left: 10px;margin-top: 3px;}
.yinc_you a{color:#212121;font-size:16px;display: block;max-width: 115px;}
.daxiaoyu{margin-top: 3px;margin-bottom: 5px;}
.daxiaoyu em{font-size: 12px}
.com_boxr .on .xianc{display: none;}
.com_boxr .on .yinc{display: block;}
.xian .mobile_bb {
    background-position: -288px -129px;width: 17px;
}
.san_mobile{float: right;overflow: hidden;line-height: 40px;}
.san_mobile>div,.san_mobile>a{float: left;margin-left: 30px;color:#212121;font-size:16px;font-weight: normal;cursor: pointer;}
.san_mobile>a:hover{color:#0082d7;}
.san_mobile .on{color:#0082d7;}
.mobile_bbox{width: 100%;overflow: hidden;margin-top: 30px;}
.mobile_row{float: left;width: 11.1%;margin-bottom: 20px;}
.mobile_row .mobile_img{display: block;width: 86px;height: 86px;border-radius: 5px;background: #fff;margin:0 auto;}
.mobile_row img{width: 100%;height: 100%;border-radius: 5px;}
.mobile_wenzi{font-size:16px;color:#212121;display: block;width: 90%;margin:20px auto 10px;text-align: center;}
.mobile_wenzi:hover{color:#0082d7;}
.mobile_m{text-align: center;font-size:12px;color:#888;height: 16px;}
.mobile_hide{display: none;}
.xian .teacher_bb {
    background-position: -176px -129px;
}
.teacher_box{margin-top: 10px;}
.teacher_box .xian{width: 88px;}
.teacher_san{width: 100%;overflow: hidden;margin-top: 30px;}
.teacher_left{float: left;width: 255px;}
.teacher_left a{width: 100%;height: 195px;background:#b8b8b8;display: block;margin-bottom: 30px;}
.teacher_left img{width: 100%;height: 100%;}
.teacher_center{float: left;width: 560px;margin-left: 25px;}
.teacher_center .sys_row{height: 44px;}
.teacher_center .sys_row:nth-of-type(5) .xian_dot {
    display: block;
}
.teacher_center .sys_row:nth-of-type(10) .xian_dot {
    display: none;
}
.teacher_center .xian_dot{bottom:-1px;}
.teacher_center .shang a{margin-left: 15px;}
.txuo{display: inline-block;width: 20px;height: 20px;background: #b8b8b8;vertical-align: middle;margin-right: 10px;}
.weizsml{display: inline-block;vertical-align: middle;width: 85%;font-size: 16px;color: #222;}
.teacher_right{float: right;width: 320px;}
.gg_tit2{font-size:18px;}
.teacher_row_row .paih_row a{width: 88%;}
.teacher_row_row .paih_row{margin-bottom: 0px;margin-top: 23px;}
.paih_row a:hover{color:#0082d7;}
.teacher_hide{display: none;}
.xian .fenlei_bb {
    background-position: -334px -129px;
}
.fen_bbo{width: 100%;overflow: hidden;margin-top: 10px;}
.fen_left{float: left;width: 850px;}
.fen_right{float: right;width: 320px;margin-top: 23px;}
.fen_left .da_ul li{margin-top: 21px;}
.fen_right .com_boxr{margin-top:0 ;}
.fen_right .com_row{margin-top: 16px;}
.da_tyuhide{display: none;}
.baike_box{margin-top: 30px;}
.xian .baike_bb {
    background-position: -380px -129px;
}
.baike_bbox{width: 100%;overflow: hidden;}
.baike_bbox>div{float: left;width: 565px;margin-top: 10px;}
.baike_bbox .baike_zu:nth-of-type(2n){float: right;}
.baike_tit{border-bottom: 1px dashed #b8b8b8;height: 50px;line-height: 50px;overflow: hidden;}
.baike_tit em{display: inline-block;vertical-align: middle;background:url(../../images/sprint.png) no-repeat;background-position:-272px -186px;width: 24px;height: 24px;float: left;margin-top: 12px;}
.baike_tit span{display: inline-block;vertical-align: middle;color:#212121;font-size:16px;margin-left: 10px;float: left;}
.geng_duo{float: right;}
.hendq{width: 100%;overflow: hidden;}
.hendq>a{width: 33.33%;float: left;color:#212121;font-size:16px;margin-top: 20px;}
.hendq>a:hover{color:#0082d7;}
.friend_box{margin-top: 30px;margin-bottom: 50px;}
.xian .friend_bb {
    background-position: -424px -129px;
}
.zhuang_aa{width: 100%;overflow: hidden;}
.zhuang_aa a{float: left;color:#212121;font-size:16px;margin-right: 30px;margin-top: 20px;}
.zhuang_aa a:hover{color:#0082d7;}
/* å¼¹æ¡† */
.mengban { display: none; width: 100%; height: 3000px; position: fixed; left: 0; top: 0; z-index: 2019; background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000); }
.downlwrap {box-sizing: unset; display: none; width: 740px; padding: 0 20px; padding-bottom: 5px; background: #f5f5f5; border: 2px solid rgba(0, 0, 0, 0.3); position: fixed; left: 50%; top: 50%; margin: -260px 0 0 -400px; z-index: 2020; }
.downlwrap .closebtn { position: absolute; right: -2px; top: -62px; width: 90px; height: 60px; cursor: pointer; background: rgba(0, 0, 0, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000); }
.downlwrap .closebtn img { display: block; margin: 18px auto 0; }
.downlwrap .bt { font-size: 36px; height: 50px; line-height: 50px; width: 100%; overflow: hidden; color: #333; font-weight: 400; margin-top: 30px; }
.downlwrap .desc { height: 40px; line-height: 20px; font-size: 16px; color: #555; margin: 10px auto; overflow: hidden; }
.downlwrap .desc span { color: #999; }
.downlwrap .downlbtn { width: 100%; margin-bottom: 20px; display: table; position: relative; z-index: 3; }
.downlwrap .downlbtn .lis + .lis { float: right; }
.downlwrap .downlbtn .lis + .lis .btn { background: -webkit-linear-gradient(to right, #3295f9 0%, #b699ff 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3295f9', endColorstr='#b699ff', GradientType=1); background: linear-gradient(to right, #3295f9 0%, #b699ff 100%); }
.downlwrap .downlbtn .lis { width: 360px; position: relative; float: left; }
.downlwrap .downlbtn .lis .btn { display: block; width: 360px; height: 80px; background: -webkit-linear-gradient(to right, #4bc39b 0%, #c0e971 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0e971', endColorstr='#4bc39b', GradientType=1); background: linear-gradient(to right, #4bc39b 0%, #c0e971 100%); font-size: 28px; color: #fff; font-weight: bold; line-height: 80px; text-align: center; transition: all .1s linear; -webkit-transition: all .1s linear; }
.downlwrap .downlbtn .lis .btn i { display: inline-block; width: 24px; height: 24px; background: url(/images/icon_downl.png) no-repeat; margin: 0 14px -2px 0; background-size: 100%; }
.downlwrap .downlbtn .lis ul { display: block; background: #fff; width: 100%; overflow: hidden; }
.downlwrap .downlbtn .lis ul li { width: 340px; line-height: 45px; margin: 2px auto; overflow: hidden; }
.downlwrap .downlbtn .lis ul li a, .downlwrap .downlbtn .lis ul li p { width: 50%; display: block; float: left; font-size: 15px; text-align: center; color: #333; }
.downlwrap .downlbtn .lis ul li a span, .downlwrap .downlbtn .lis ul li p span { color: #333; }
.downlwrap .downlbtn .lis ul li a:hover span { color: #14cc8f; }
.downlwrap .downlbtn .lis ul li p { color: #999; }
.downlwrap .downlbtn .lis ul li p span { color: #555; }
.downlwrap .downlbtn .lis ul li + li { border-top: 1px solid #d5d5d5; }
.Qz_title span {font-size: 16px}
/* .downlwrap .zt_list { margin: 20px 0 0; }
.downlwrap .zt_list ul li { margin: 2px 20px 0 0; } */

.zt_list { width: 100%; overflow: hidden; margin-top: 20px; }
.zt_list ul { width: 100%; overflow: hidden;display: flex;flex-flow: row wrap;justify-content: flex-start}
.zt_list li{float: left;margin-right: 30px;margin-bottom: 15px;padding: 8px 24px}
.zt_list li a{width: 100%;height:auto;color: #fff;}
.zt_list li a:hover{color: #007aff;}
.zt_list li:nth-of-type(1n){background: #99d884;}
.zt_list li:nth-of-type(2n){background: #f28c8c;}
.zt_list li:nth-of-type(3n){background: #a1a1f2;}
.zt_list li:nth-of-type(4n){background: #6cbee6;}
.zt_list li:nth-of-type(5n){background: #edaa5a;}

.two-column .item-r .new_right_one>a{
    width: 150px;
    height: 45px;
    border: 1px solid #ccc;
    color: #6e6e6e;
    font-size: 14px;
    float: left;
    text-align: center;
    line-height: 45px;
    margin-bottom: 15px;
    margin-right: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 2px 0;
}



/* 11.24 */
.huanyihuan{float: right;font-weight: normal;color:#666;font-size:16px;cursor: pointer;position: relative;top: 5px;}
.huanyihuan em{width: 25px;height: 25px;display: inline-block;vertical-align: middle;background:url(/images/hyh.png) no-repeat center center;background-size: contain;}
.huanyihuan span{display: inline-block;vertical-align: middle;}

.new_wo{width: 100%;background:#ddf2fd;padding:3px 0;box-sizing: border-box;overflow: hidden;margin-top: 8px;}
.new_wo a{margin-left: 15px;margin-right: 15px;font-size:15px;color:#555;float: left;margin-top: 5px;margin-bottom: 5px;}
.new_wo em{margin-left: 15px;margin-right: 15px;float: left;margin-top: 5px;margin-bottom: 5px;}
.new_wo a:hover{text-decoration: underline;}
.new_wo em:last-child{display: none}
.tit_down{margin-top: 8px;}
.da_ul li{margin-top: 17px;}
.hide{display: none;}

/*合计*/
.oo_yxheji{width: 100%;overflow: hidden;margin-bottom: 15px;}
.oo_heji_yiy{float: left;width: 274px;height: auto;text-align: center;margin-right: 12px;margin-left: 12px;}
.oo_hejitup{width: 100%;height: 135px;display: block;background:#f7f7f7;border-radius: 8px;}
.oo_hejitup img{width: 100%;height: 100%;border-radius: 8px;}
.oo_heji_tit{width: 100%;display: block;text-align: center;margin-top: 5px;font-size: 16px;color: #212121}

.mt30{margin-top: 30px;}
.box_hide{display: none;}


.asdf{width: 100%;height: 100%;background:#f7f7f7;border-radius: 50%;padding:10px 0;box-sizing: border-box;font-weight: bold;color:#333;font-size:15px;text-align: center;margin-bottom:15px;}
.wdfg{width: 100%;padding:10px;font-weight: bold;color:#333;font-size:15px;font-size:15px;margin:0 auto;font-weight: bold;}