* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
.mt-90{
    margin-top: 90px !important;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    outline: none;
    -moz-outline-style: none;
    /*-webkit-tap-highlight-color: transparent;*/
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
}
i {
    font-style: normal;
}
body {
    font: 14px/1.4286 "Microsoft YaHei", SimSun, Tahoma, Verdana, Arial, sans-serif;
}
.hide{display: none}
.show{display: block}
.title_default{

}
.margin-auto{
    margin: 0 auto;
}
.relative{
    position: relative !important;
}
.btn {
    align-items: center;
    border-radius: 4px;
    display: flex;
    height: 50px;
    justify-content: center;
    line-height: 50px;
    text-align: center;
    width: 175px;
}
.btn img {
    height: auto;
    margin-right: 7px;
    max-width: 25px !important;
    display: none;
}
.btn_default {
    background-color: #FFFFFF;
    color: #2E58FF;
}
.btn_primary {
    background-color: #2E58FF;
    color: #ffffff;
}
.btn_light_blue {
    background-color: #597BFF;
    color: #ffffff;
}
.btn_group {
    -moz-box-pack: start;
    display: flex;
    justify-content: flex-start;
}
.btn_group .btn + .btn{
    margin-left: 20px;
}
.btn:hover{
    opacity: 0.9;
}
.btn-default {
    background-color: #597bff;
    color: #ffffff;
}

.block{display: block}
.center {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}
.head {
    margin: 0 auto;
    padding: 10px 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
}
#head{
    position: absolute;
    left: 0;
    top: 0;
}
.head.scroll_menu {
    background-color: #fff !important;
    border-bottom: 1px solid #f5f5f5;
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 9999;
}
.head .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: auto !important;
}
.head .logo img {
    height: 40px;
    width: auto;
}
.head .logo {
    position: relative;
}
.head .logo .tips {
    height: 50px;
    left: 205px;
    position: absolute;
    top: 25px;
    width: 230px;
}
.head .logo .tips .triangle {
    border-bottom: 5px solid transparent;
    border-right: 10px solid #358ff0;
    border-top: 5px solid transparent;
    height: 0;
    left: -9px;
    position: absolute;
    top: 6px;
    width: 0;
}
.head .logo .tips .triangle::before {
    border-bottom: 4px solid transparent;
    border-right: 9px solid #fff;
    border-top: 4px solid transparent;
    content: "";
    height: 0;
    left: 1px;
    position: absolute;
    top: -4px;
    width: 0;
    z-index: 999;
}
.head .logo .tips .tips-content {
    border: 1px solid #358ff0;
    border-radius: 4px;
    color: #358ff0;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    position: absolute;
}


.head ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}
.head ul li {
    margin-left: 40px;
}
.head ul li a {
    color: #666666;
    font-size: 16px;
    position: relative;
}
.head ul li a:hover {
    color: #2e58ff;
}
.head ul li a:hover:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2e58ff;
}
.head ul li.on a {
    color: #2e58ff;
}
.head ul li.on a::after {
    background-color: #2e58ff;
    border-radius: 5px;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 22px;
    position: absolute;
    width: 50%;
}
.head ul li:first-of-type {
    margin-left: 0;
}
.head ul li:first-of-type a::after {
    bottom: -10px;
    content: "";
    left: 0;
    width: 100%;
}
.head ul li.on:nth-child(2) a:after{
    left: 14px;
}
.head ul li.down_menu {
}
.head ul li.down_menu a {
    background-color:#2e58ff;
    border-radius: 4px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    padding: 9px 22px;
}
.head ul li.down_menu a:hover{
    opacity: 0.9 !important;
}
.head ul li.down_menu a:hover:after{
    background-color: unset;
    color: #ffffff !important;
}
.head ul li.down_menu a .icon-ordinary {
    height: 20px;
    margin-right: 5px;
    width: auto;
}
.none{display: none}
.clear{clear:both;}

.xt-btn,.gd-btn{
    transition: 0.5s;
    border-radius: 4px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    /*padding: 15px 35px;*/
}

.xt-btn{
    background-color: #2e58ff;
}
.xt-btn:hover{
    background-color: #2e58ff;
}
.gd-btn{
    background-color: #597bff;
    margin-left: 20px;
}
.gd-btn:hover{
    background-color: #597bff;
}
.xt-btn > img,.gd-btn > img{
    margin-right: 5px;
    width: 25px;
}
/*通用定位*/
.relative{
    position: relative;
}
/*通用文本对齐方式*/
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
/*通用浮动*/
.pull-left{
    float:left;
}
.putt-right{
    float: right;
}
/*通用布局方式*/
.block{display: block}
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/*通用文字缩进*/
.text-indent-2em{
    text-indent: 2em;
}
/*通用内间距*/
.p-10{padding: 10px}
.p-15{padding: 15px}
.p-20{padding: 20px}
.plr-72{padding-left: 72px;padding-right: 72px;}
.plr-10{
    padding-left: 10px;
    padding-right: 10px;
}
/*通用外间距*/
.mt-10{
    margin-top: 10px !important;;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;;
}
.mt-40{
    margin-top: 40px !important;;
}
.mt-50{
    margin-top: 50px !important;;
}
.mt-120{
    margin-top: 120px !important;;
}
.mt-64{
    margin-top: 64px !important;;
}
.mt-80{
    margin-top: 90px !important;;
}
.mt-90{
    margin-top: 90px !important;;
}
.mt-100{
    margin-top: 100px !important;;
}
.mb-20{
    margin-bottom: 20px !important;;
}

.mb-24{
    margin-bottom: 24px !important;;
}
.mb-30{
    margin-bottom: 30px !important;;
}
.mb-40{
    margin-bottom: 40px !important;;
}
.mb-50{
    margin-bottom: 50px !important;;
}
.mb-80{
    margin-bottom: 80px !important;;
}
.mb-90{
    margin-bottom: 90px !important;;
}
.mb-100{
    margin-bottom: 100px !important;;
}
/*通用背景颜色*/
.bg-white{
    background-color: #ffffff;
}

/*通用分页样式*/
#pages{margin-top: 20px;}
#pages ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pages ul li:nth-child(1){
    margin-right: 10px;
}
#pages ul li a {
    background-color: #fff;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
#pages ul li a.on, #pages ul li a:hover {
    background-color: #358ff0;
    border-color: #358ff0;
    color: #ffffff;
}
#pages ul li + li{
    margin-right: 5px;
}


.mb15 {
    margin-bottom: 15px;
}
.mb11 {
    margin-bottom: 11px;
}
iframe {
    border: none;
}
#head-nav {
    width: 100%;
    height: 140px;
}
#footer {
    width: 100%;
    height: 200px;
}
.center {
    width: 1200px;
    margin: auto;
}
.nav {
    background-color: #ffffff;
    padding: 10px 0;
    box-shadow: 0 5px 20px #ddd;
}
.nav .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav .center .logo-left {
    margin-right: 25px;
}
.nav .center .logo-left a {
    display: block;
}
.nav .center .logo-left a img {
    width: 185px;
}
.nav .center ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav .center ul li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 10px 20px;
    height: 45px;
    margin-right: 15px;
}
.nav .center ul li a {
    font-size: 18px;
    color: #535353;
}
.nav .center ul li.open .title_column {
    color: #737373;
}
.nav .center ul li.open:before {
    content: "";
    position: absolute;
    left: 85%;
    top: 30%;
    width: 20px;
    height: 20px;
    background: url("../img/jiantou_cion.png") no-repeat center center;
    background-size: 12px auto;
}
.nav .center ul li.open:hover:before {
    transform: rotate(180deg);
}
.nav .center ul li.open:hover .open-column {
    display: block!important;
}
.nav .center ul li.open .open-column {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 999;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 3px;
}
.nav .center ul li.open .open-column a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #535353;
}
.nav .center ul li.open .open-column a:hover {
    background-color: #358ff0;
    color: #ffffff;
}
.nav .center ul .on a {
    color: #1b76d8;
}
.nav .center ul .on:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 3px;
    background-color: #358ff0;
}
.nav .center ul li.column-hover:hover a {
    color: #1b76d8;
}
.nav .center ul li.column-hover:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 3px;
    background-color: #358ff0;
}
.main {
    margin: 70px 0;
}
.main .seat {
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}
.main .seat span {
    color: #999;
    font-size: 14px;
}
.main .seat a {
    color: #666;
}
.main .seat a:hover {
    color: #1b76d8;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ranking-right {
    width: 280px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.ranking-right .list {
    padding: 0 15px;
}
.ranking-right .list a {
    position: relative;
    display: block;
    padding-left: 30px;
    margin: 18px 0;
}
.ranking-right .list a i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #879299;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
}
.ranking-right .list a p.title {
    color: #535353;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.5s;
}
.ranking-right .list a .detailed-all {
    display: none;
}
.ranking-right .list a .detailed-all .pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 15px 0;
}
.ranking-right .list a .detailed-all .pic img {
    width: 60px;
    height: 60px;
}
.ranking-right .list a .detailed-all .pic .text {
    margin-left: 10px;
}
.ranking-right .list a .detailed-all .pic .text .score-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 20px;
    white-space: nowrap;
}
.ranking-right .list a .detailed-all .pic .text .score-all b.size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #535353;
    font-size: 13px;
    font-weight: normal;
    margin-right: 5px;
}
.ranking-right .list a .detailed-all .pic .text .score-all .score {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: 10px;
}
.ranking-right .list a .detailed-all .pic .text .score-all .score img {
    width: 12px;
    height: 12px;
    margin-right: 3px;
}
.ranking-right .list a .detailed-all .pic .text .detailed {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #f9be6f;
    margin-top: 10px;
    color: #f9be6f;
    border-radius: 5px;
    transition: 0.5s;
}
.ranking-right .list a .detailed-all .pic .text .detailed:hover {
    background-color: #f9be6f;
    color: #ffffff;
}
.ranking-right .list a:nth-child(1) i {
    background-color: #fa4e57;
}
.ranking-right .list a:nth-child(2) i {
    background-color: #fa7a53;
}
.ranking-right .list a:nth-child(3) i {
    background-color: #fbc258;
}
.ranking-right .list a.on .detailed-all {
    display: block;
}
.ranking-right .list a:hover p.title {
    color: #ffc24a;
}
.ranking-vertical {
    background-color: #ffffff;
    margin-bottom: 25px;
    border: 1px solid #dddddd;
}
.ranking-vertical #swiper-vertical {
    width: 100%;
    height: 500px;
}
.ranking-vertical #swiper-vertical .swiper-wrapper {
    transition-delay: 0.3s;
}
.ranking-vertical #swiper-vertical a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #535353;
}
.ranking-vertical #swiper-vertical a .item-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    transition: 1.5s;
    padding: 15px;
    border-bottom: 1px dashed #eee;
}
.ranking-vertical #swiper-vertical a .item-hover:last-of-type {
    border-bottom: none;
}
.ranking-vertical #swiper-vertical a .item-hover:hover {
    background-color: #eeeeee;
}
.ranking-vertical #swiper-vertical a .item-hover:hover .information-right h2 {
    color: #358ff0;
}
.ranking-vertical #swiper-vertical a .pic-all {
    width: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ranking-vertical #swiper-vertical a .pic-all .pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.ranking-vertical #swiper-vertical a .pic-all .pic img {
    width: 40px;
    height: 40px;
}
.ranking-vertical #swiper-vertical a .pic-all .download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.ranking-vertical #swiper-vertical a .pic-all .download span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 60px;
    height: 20px;
    background-color: #4e74f0;
    color: #ffffff;
    border-radius: 20px;
    margin-top: 5px;
    font-size: 12px;
    background-image: linear-gradient(90deg, #4e74f0 0%, #00b7e6 33%, #00b7e6 66%, #00b7e6 100%);
    transition: 1s;
}
.ranking-vertical #swiper-vertical a .pic-all .download span:hover {
    background-image: linear-gradient(90deg, #00b7e6 0%, #00b7e6 100%, #00b7e6 100%, #00b7e6 100%);
    background-color: #00b7e6;
}
.ranking-vertical #swiper-vertical a .information {
    width: 170px;
}
.ranking-vertical #swiper-vertical a .information h2 {
    line-height: 20px;
    transition: 0.5s;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ranking-vertical #swiper-vertical a .information p {
    line-height: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 12px;
    margin-bottom: 5px;
}
.ranking-vertical #swiper-vertical a .information p span {
    flex: 1;
}
.ranking-vertical #swiper-vertical .swiper-slide {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(1) {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 1s;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(2) {
    transform: translateX(200px);
    opacity: 0;
    transition: all 1s;
    transition-delay: 0.2s;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(3) {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 1s;
    transition-delay: 0.4s;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(4) {
    transform: translateX(200px);
    opacity: 0;
    transition: all 1s;
    transition-delay: 0.6s;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(5) {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 1s;
    transition-delay: 0.8s;
}
.ranking-vertical #swiper-vertical .ani-slide a {
    transform: translateX(0) !important;
    opacity: 1!important;
}
.title_h1 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding: 5px 15px 0 15px;
}
.title_h1 p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #dddddd;
}
.title_h1 p span.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.title_h1 p span.right a {
    color: #535353;
    font-size: 12px;
    font-weight: normal;
}
.title_h1 p span.right a:hover {
    color: #358ff0;
}
.title_h1 p span.right b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 25px;
    height: 25px;
    background-color: #999999;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    margin-left: 10px;
    border-radius: 3px;
    cursor: pointer;
}
.title_h1 p span.right b.active {
    background-color: #358ff0;
}
.title_h1 p .right .more {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}
.title_h1 p .right .more:hover {
    color: #358ff0;
}
.title_h1 span.left {
    position: relative;
    padding-bottom: 15px;
}
.title_h1 span.left:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #358ff0;
}
.column-title {
    width: 890px;
}
.column-title h2 {
    font-size: 18px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 10px 15px;
}
.column-title h2 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}
.column-title h2 a:hover {
    color: #358ff0;
}
.column-title .column-nav {
    position: relative;
    width: 858px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 15px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
}
.column-title .column-nav .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    right: 15px;
    top: 0;
    width: 50px;
    height: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #999999;
}
.column-title .column-nav .more:hover {
    color: #1b76d8;
}
.column-title .column-nav span {
    position: relative;
    margin-right: 30px;
    cursor: pointer;
    color: #999999;
    font-size: 16px;
    padding: 0 10px;
}
.column-title .column-nav span.on {
    color: #535353;
}
.column-title .column-nav span.on:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    height: 3px;
    background-color: #358ff0;
}
.tab-content {
    display: none;
}
.on {
    display: block;
}
.item-on {
    display: block!important;
}
.footer {
    padding: 25px 0;
    text-align: center;
    color: #999;
    width: 100%;
    float: left;
}
.footer .link-item {
    color: #999;
    padding: 0 26px;
    display: inline-block;
    *display: inline;
}
.footer .link-item:hover {
    color: #358ff0;
}
.flex_top {
    background-color: #eff4ff;
    background-image: url("../img/up_ico.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    bottom: 15%;
    box-shadow: 1px 1px 17px #eff4ff;
    cursor: pointer;
    display: none;
    height: 45px;
    position: fixed;
    right: 60px;
    width: 45px;
    z-index: 999;
}
.flex_top:hover {
    background-image: url("../img/up_blue_ico.svg");
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
}
.title_h2 {
    background-color: #f3f8ff;
    border-bottom: 2px solid #eaf4ff;
    padding: 10px 25px;
}
.title_h2 p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.title_h2 p span.left {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.title_h2 p span.right a.more {
    color: #999999;
    font-size: 14px;
}
.score-1 {
    position: relative;
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.score-1:after {
    position: absolute;
    content: "";
    background: url(../img/xingxing.png) no-repeat -6px -4px;
    background-size: 85px auto;
    width: 70px;
    height: 13px;
}
.score-2 {
    position: relative;
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.score-2:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 13px;
    background: url(../img/xingxing.png) no-repeat -6px -18px;
    background-size: 85px auto;
}
.score-3 {
    position: relative;
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.score-3:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 13px;
    background: url(../img/xingxing.png) no-repeat -6px -33px;
    background-size: 85px auto;
}
.score-4 {
    position: relative;
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.score-4:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 13px;
    background: url(../img/xingxing.png) no-repeat -6px -48px;
    background-size: 85px auto;
}
.score-5 {
    position: relative;
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.score-5:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 13px;
    background: url(../img/xingxing.png) no-repeat -6px -62px;
    background-size: 85px auto;
}
#pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 30px 0;
    white-space: nowrap;
}
#pages a, #pages span {
    color: #535353;
    margin: 0 5px;
    padding: 7px 15px;
}
#pages a:hover {
    background-color: #2e58ff;
    color: #ffffff;
    border-radius: 2px;
}
#pages span {
    background-color: #2e58ff;
    border: 1px solid #2e58ff;
    border-radius: 2px;
    color: #ffffff;
}
#downfiles_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 350px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background-color: #358ff0;
    background-image: linear-gradient(90deg, #5291ef 0%, #187cb7 100%, #e64a00 100%, #1bbde6 100%);
    color: #ffffff;
    text-align: center;
}
#downfiles_text i {
    animation: rotate 2s ease-out infinite;
    display: inline-block;
    width: 50px;
    height: 45px;
    background: url("../img/dengdaizhong.png") no-repeat center center;
    background-size: 35px auto;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*首页样式*/
.banner-max {
    height: 600px;
    background-image: url("../img/index_banner_bg.png");
    background-repeat:  no-repeat;
    background-position:  top left;
    background-size: 100% 490px;
    background-size: cover;
}
.banner-max .center {
    position: relative;
    height: 100%;
}
.banner-max .banner_foreground {
    position: absolute;
    right: 0;
    top: 130px;
    width: 400px;
}
.banner-max .banner_text {
    position: absolute;
    right: 3%;
    top: 70px;
}
.banner-max .download-all {
    bottom: 100px;
    left: 0;
    position: absolute;
}


/*-------首页banner start ------*/
.banner-max .rotation-box {
    position: absolute;
    right: 0;
    top: 70px;
    width: 46rem;
}
.banner-max .rotation-box .img-box {
    /*background-color: #ffffff;*/
    border-radius: 4px;
    /*height: 468px;*/
    overflow: hidden;
    /*padding: 10px;*/
    width: 535px;
}
.banner-max .rotation-box .img-box img{
    display: none;
    width: 100%;
    border-radius: 4px;
}
.banner-max .rotation-box .img-box img:first-child{
    display: inline;
}
.banner-max .rotation-box  .banner_foreground {
    position: unset;
    right: unset;
    top: unset;
}

.banner-max .rotation-btn-box ul {
    align-items: center;
    border: 1px solid #0d96ff;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 3px;
    text-align: center;
    width: 70%;
}
.banner-max .rotation-btn-box ul li{
    color: #0d96ff;
    border-radius: 20px;
    padding: 2px 13px;
}
.banner-max .rotation-btn-box ul li.active,
.banner-max .rotation-btn-box ul li:hover {
    background-color: #0d96ff;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    padding: 2px 13px;
}
/*-------首页banner end ------*/


.banner-max .download-all .btn_box{

}
.banner-max .download-all .info{
    color: #333333;
}
.banner-max .download-all .info span + span {
    margin-left: 10px;
}
.banner-max .download-all .btn_group + .btn_group {
    margin-top: 15px;
}
.banner-max .download-all .btn_group + .btn_group a {
    background-color: #597bff;
}
.banner-max .download-all a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 240px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 16px;

}
.banner-max .download-all a,.banner-product-max .download-all a,.banner-online-max .download-all a,.banner-upan-max .download-all a,.banner-computer-max .download-all a{
    border-radius: 4px;
}
.banner-max .download-all .ordinary:hover,.banner-product-max .download-all .ordinary:hover,.banner-online-max .download-all .ordinary:hover,.banner-upan-max .download-all .ordinary:hover,.banner-computer-max .download-all .ordinary:hover{
    opacity: 0.9;
}
.banner-max .download-all .xunlei:hover,.banner-product-max .download-all .xunlei:hover,.banner-online-max .download-all .xunlei:hover,.banner-upan-max .download-all .xunlei:hover,.banner-computer-max .download-all .xunlei:hover{
    opacity: 0.9;
}

.banner-max .download-all a .icon-ordinary,.banner-product-max .download-all a .icon-ordinary,.banner-online-max .download-all a .icon-ordinary,.banner-upan-max .download-all a .icon-ordinary,.banner-computer-max .download-all a .icon-ordinary {
    margin-right: 7px;
}
.banner-max .download-all a .icon-xunlei {
    margin-right: 7px;
}
.banner-max .download-all .ordinary {
    background-color: #2e58ff;
    margin-right: 20px;
}
.banner-max .download-all .xunlei {
    background-color: #2e58ff;
}

.shortcut {
    padding: 40px 0;
    position: relative;
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.2);

}

.shortcut .notice {
    margin-left: 24px;
    color: #666666;
    font-size: 20px;
}
.shortcut .notice_conetnt {
    color: #FF4646;
    font-size: 20px;
}
.new-title {
    color: #333333;
    display: block;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
}
.mr16{
    margin-right: 16px;
}
.ml16{
    margin-left: 16px;
}
.new-title b,.new-title i{
    font-size: 20px;
}
.new-title b{
    font-weight: normal;
    color: rgba(53, 143, 240, 1);
}
.new-title i{
    color: rgba(53, 143, 240, 0.5);
}
.new-title span {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    color: #515151;
}
.shortcut .box {
    align-items: center;
    display: flex;
    justify-content: center;
    /*margin: 40px 0;*/
}

.shortcut .shortcut-btn-text{
    font-size: 24px;
    color: #358ff0;
    margin-right: 24px;
}
.shortcut .shortcut-btn {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    /*background-color: #eff2ff;*/
    /*border: 1px solid #ffffff;*/
    border-radius: 4px;
    padding: 0 15px;
    z-index: 99;
}
.shortcut .shortcut-btn .key-btn {
    background-color: #F7F7F7;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    width: 264px;
    height: 56px;
    /*overflow: hidden;*/
    position: relative;
    vertical-align: top;
}
.shortcut .shortcut-btn .key-btn:last-of-type{
    margin-left: 24px;
}

.shortcut .shortcut-btn .key-btn .input-text {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding: 5px 16px;
    font-size: 16px;
    color: #999999;
}
.shortcut .shortcut-btn .key-btn .input-text .icon {
    background: rgba(0, 0, 0, 0) url("../img/xiala0901.svg") no-repeat scroll center center / 100% auto;
    height: 13px;
    position: absolute;
    right: 24px;
    top: 40%;
    width: 12px;
}

.shortcut .shortcut-btn .key-btn .key-list {
    z-index: 99;
    background-color: #ffffff;
    display: none;
    width: 100%;
    box-shadow: 0px 5px 15px #ddd;
    /*border: 1px solid #ccc;*/
    /*border-top: none;*/
    /*margin-top: -2px;*/
    /*margin-left: -2px;*/
}
.shortcut .shortcut-btn .key-btn .key-list ul {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;


}
/*.shortcut .shortcut-btn .key-btn:first-of-type .key-list ul{*/
/*    border: 1px solid #ccc;*/
/*    border-top: 0;*/
/*    margin-top: -2px;*/
/*    margin-left: -2px;*/
/*}*/
.shortcut .shortcut-btn .key-btn .key-list ul li {
    font-size: 14px;
    color: #696969;
    padding: 10px;
}
.shortcut .shortcut-btn .key-btn .key-list ul li:hover {
    transition: 0.5s;
    background-color: #597bff;
    color: #ffffff;
}
.shortcut .shortcut-btn .key-btn .key-list ul li.on {
    background-color: #597bff;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
.shortcut .shortcut-btn .btn-all {
    display: inline-block;
    vertical-align: top;
    width: 111px;
    height: 36px;
    line-height: 36px;
    background-color: #289efc;
    text-align: center;
}
.shortcut .shortcut-btn .btn-all a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 12px;
}
.shortcut .shortcut-btn .btn-all a i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../img/home_page_btn_arrow_right.png") no-repeat center center;
    background-size: 100% auto;
    margin-left: 5px;
}
.shortcut .tip-content {
    margin-top: 10px;
}
.shortcut .tip-content .text-tip {

}
.shortcut .tip-content .text-tip i {
    color: #358ff0;
}
.video-course{
    margin-top: 30px;
}
.video-course .video-list  a.btn-default{
    font-size: 16px;
}
.video-course .index_video_name {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.video-course .index_video_name span{
    color: #333333;
    font-size: 30px;
    position: relative;
}
.video-course .index_video_name span::before {
    background-image: url("../img/i666.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: -40px;
    position: absolute;
    width: 30px;
    top: 5px;
}
.video-course .index_video_name span::after {
    background-image: url("../img/i667.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    right: -40px;
    position: absolute;
    width: 30px;
    top: 5px;
}
.video-course .tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.video-course .tab-nav .text-column {
    display: flex;
    justify-content: inherit;
    width: 100%;
}
.video-course .tab-nav .text-column .left,
.video-course .tab-nav .text-column  .right
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.video-course .tab-nav .text-column  .left .icon {
    width: 55px;
}
.video-course .tab-nav .text-column  .left span {
    color: #333333;
    font-size: 25px;
    font-weight: bold;
    margin-left: 5px;
}
.video-course .tab-nav .text-column  .right{

}
.video-course .tab-nav .text-column  .right .icon {
    width: 55px;
}
.video-course .tab-nav .text-column  .right a {
    color: #999999;
}
.video-course .tab-nav .text-nav span {
    display: inline-block;
    color: #999999;
    font-size: 16px;
    padding: 7px 25px;
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    margin-left: 20px;
    cursor: pointer;
    transition: 1s;
}

.video-course .tab-nav .text-nav span.on {
    border: 1px solid #358ff0;
    color: #358ff0;
}
.video-course .video-list ul,.computer-content ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.video-course .video-list ul:nth-child(1),.computer-content  ul:nth-child(1) {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.video-list ul li{
    position: relative;
    width: 285px;
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 25px !important;
    margin-left: 0;
}
.computer-content ul li{
    position: relative;
}
.computer-content ul li{

}
.computer-content .video-text{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px;
}
.computer-content .video-text img{
    margin-right: 5px;
}
.computer-content .video-text span{
    font-size: 14px;
    color: #999;
}
.computer-content .video-text span.play{
    color: #2e58ff;
}

.computer-content .video-text span:first-of-type{
    background: url("../img/ico-videolist.png")no-repeat center left;
}
.video-course .video-list ul li .box .foot {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
}
.video-course .video-list ul li .box .foot span img{
    margin-right: 5px;
}
.video-course .video-list ul li .box .foot .fa{

}
.video-course .video-list ul li .box .foot .eye {
    align-items: center;
    color: #999999;
    display: flex;
    width: 142px;
}
.video-course .video-list ul li .box .foot .play {
    align-items: center;
    color: #2e58ff;
    display: flex;
    place-content: center space-between;
    width: 80px;
}
.video-course .video-list ul li .play-btn-box,.computer-content ul li .play-btn-box {
    bottom: 90px;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.play-btn-box .play-btn{
    background: rgba(0, 0, 0, 0) url("../img/Group 622@2x.png") no-repeat scroll center center / 100% auto;
    content: "";
    height: 50px;
    left: 42%;
    position: absolute;
    top: 37%;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    z-index: 999;
}
.video-course .video-list ul li .box:hover .play-btn-box .play-btn, .computer-content ul li .box:hover  .play-btn-box .play-btn{
    transform: scale(1.1);
}
li .play-btn-box .play-btn{

}
.video-play{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.video-play .video_cnter{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    width: 100%;
    height: 100%;
}
.video-play .video_cnter a{
    padding: 15px 35px;
    font-size: 18px;

}
.video-play .video_cnter .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
.video-play video {
    width: 55%;
    max-height: 450px;
    z-index: 999;
}
.video-course .video-list ul li .play-btn-box .play-logo {
    height: 40px;
    left: 28%;
    opacity: 0.26;
    position: absolute;
    top: 44%;
    width: auto;
}
.video-course .video-list ul li:nth-child(4),
.video-course .video-list ul li:nth-child(8),
.computer-content.video-list ul li:nth-child(4),
.computer-content.video-list ul li:nth-child(8),
.computer-content.video-list ul li:nth-child(12),
.computer-content.video-list ul li:nth-child(16),
.computer-content.video-list ul li:nth-child(20),
.computer-content.video-list ul li:nth-child(24)  {
    margin-right: 0;
}

.video-course .video-list ul li .box, .computer-content ul li .box {
    border-radius: 10px;
    box-shadow: 1px 2px 5px #e3edff;
    display: block;
    overflow: hidden;
}
.video-course .video-list ul li .box:hover, .computer-content ul li .box:hover{
    box-shadow: 0px 4px 0 #2e58ff;
}

.video-course .video-list ul li .box > img
,.computer-content ul li .box > img{
    width: 100%;
    height: 165px;
    transition: all 0.5s ease 0s;
}
.video-course .video-list ul li .box:hover > img,
.computer-content ul li .box:hover > img{
    transform: scale(1.05);
}
.video-course .video-list ul li p, .video-course .video-list ul li .box > a, .computer-content ul li .box > a {
    color: #333333;
    display: block;
    font-size: 18px;
    margin-top: 10px;
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 999;
}
/*首页系统之家装机大师四大优势*/
.dashi-advantage {
    margin-top: 65px;
}
.dashi-advantage .title {
    margin-bottom: 40px;
    text-align: center;
}
.dashi-advantage .title > span{
    position: relative;
    font-size: 28px;
}
.dashi-advantage .title > span:before{
    background-image: url("../img/i666.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: -40px;
    position: absolute;
    width: 30px;
    top: 5px;
}
.dashi-advantage .title > span:after{
    background-image: url("../img/i667.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    right: -40px;
    position: absolute;
    width: 30px;
    top: 5px;
}
.dashi-advantage .title img {

}
.dashi-advantage .line {
    margin: 30px 0;
    position: relative;
}
.dashi-advantage .line hr {
    border-color: #289efc;
    border-style: solid;
    border-width: 0 0 1px;
    color: #289efc;
}
.dashi-advantage .line span {
    background-color: #ffffff;
    border: 1px solid #289efc;
    border-radius: 50%;
    height: 6px;
    position: absolute;
    top: -4px;
    width: 6px;
}
.dashi-advantage .line .one {
    left: 100px;
}
.dashi-advantage .line .two {
    left: 432px;
}
.dashi-advantage .line .three {
    left: 757px;
}
.dashi-advantage .line .four {
    left: 1087px;
}
.dashi-advantage .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.dashi-advantage .box li {
    border: 2px solid #ffffff;
    border-radius: 4px;
    box-shadow: -1px 1px 9px #e2ecff;
    padding: 15px 31px;
    transition: all 0.5s ease 0s;
    width: 17%;
}
.dashi-advantage .box li:hover{
    border-color: #2E58FF;
}
.dashi-advantage .box img {
    display: inline-block;
    height: auto;
    width: auto;
}
.dashi-advantage .box span {
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
    text-align: left;
}
.dashi-advantage .box p {
    color: #666666;
    text-align: justify;
}
.system-news-list {

}
.system-news-list .system-news-list-name {

}
.system-news-list .system-news-list-name span{
    position: relative;
    font-size: 30px;
}
.system-news-list .system-news-list-tab {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.system-news-list .system-news-list-tab > li {
    cursor: pointer;
    background-color: #d6e2ff;
    background-image: url("../img/Rectangle 613.png");
    background-position: center center;
    border-radius: 49px;
    box-shadow: 0px 0px 6px 1px #D6E2FF;
    color: #666666;
    padding: 12px 10px;
    text-align: center;
    width: 15%;
    font-size: 18px;
}
.system-news-list .system-news-list-tab > li.active,.system-news-list .system-news-list-tab > li:hover{
    background-image: url("../img/Rectangle 616.png");
    color: #ffffff;
}
.system-news-list .system-news-list-name span:before{
    background-image: url("../img/i666.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: -40px;
    position: absolute;
    width: 30px;
    top: 5px;
}
.system-news-list .system-news-list-name span:after{
    background-image: url("../img/i667.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    right: -40px;
    position: absolute;
    width: 30px;
    top: 5px;
}
.system-news-list .center > .head {
    align-items: center;
    display: flex;
    height: auto;
    margin-bottom: 20px;
    margin-top: 40px;
}
.system-news-list .head span {
    color: #333333;
    font-size: 25px;
    font-weight: bold;
    margin-left: 5px;
}
.system-news-list .head .border{
    display: inline-block;
    width: 70px;
    height: 8px;
    background-color: #289efc;
}
.system-news-list .head p {
    color: #999999;
    display: inline-block;
    padding: 0 30px;
}
.system-news-list .head p::before {
    content: "??";
    margin-right: 10px;
    font-weight: bold;
}
.system-news-list .head p::after {
    content: "??";
    margin-left: 10px;
    font-weight: bold;
}
.system-news-list .content-box{

}
.system-news-list .content-box > div {
    position: relative;
}
.system-news-list .content-box > div.box:nth-child(even) {
}
.system-news-list .content-box > div.box{
    display: none;
}
.system-news-list .content-box > div.box:nth-child(1){
    display: block;
}
.system-news-list .content-box > div > .head {
    background-color: #fcfcfc;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    justify-content: space-between;
}
/*.system-news-list .content-box > div > .head::before {*/
/*  background-color: #289efc;*/
/*  content: "";*/
/*  height: 20px;*/
/*  left: 0;*/
/*  position: absolute;*/
/*  top: 15px;*/
/*  width: 2px;*/
/*}*/
.system-news-list .content-box > div > .head > div {
    align-items: center;
    display: flex;
}
.system-news-list .content-box > div > .head > div span {
    font-size: 18px;
    color: #289efc;
    font-weight: bold;
}
.system-news-list .content-box > div > .head > div a{
    font-size: 16px;
    color: #999999;
}
.system-news-list .content-box .content .top{
    display: flex;
}
.system-news-list .content-box .content .top .img {
    width: 65%;
    height: 340px;
}
.system-news-list .content-box .content .top .img a {
    border-radius: 4px;
    color: #ffffff;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.6s;
}
.system-news-list .content-box .content .top .img a:hover{
    opacity: 0.8;
}


.system-news-list .content-box .content .top .img a img {
    height: 100%;
    width: 100%;
    transition: all 1s ease 0s;
}
.system-news-list .content-box .content .top .img a img:hover {
    transform: scale(1.05);
}
.system-news-list .content-box .content .top .img p {
    transition: all 1s ease 0s;
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    font-size: 16px;
    height: 60px;
    left: 0;
    line-height: 60px;
    overflow: hidden;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-indent: 2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}
.system-news-list .content-box .content .top .img a:hover  p{
    font-size: 21px;
}
.system-news-list .content-box .content .top .list {
    width: 35%;
}
.system-news-list .content-box .content .top .list li{

}
.system-news-list .content-box .content .top .list li:hover{

}
.system-news-list .content-box .content .top .list li:hover .thumb img{
    transform: scale(1.05);
}
.system-news-list .content-box .content .top .list li + li {
    margin-top: 15px;
}
.system-news-list .content-box .content .top .list li b {
    background-color: #81c0ff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width: 16px;
}
.system-news-list .content-box .content .top .list li a {
    color: #000000;
    display: flex;
    justify-content: space-between;
    padding: 2px 0 2px 15px;
    width: 100%;
}
.system-news-list .content-box .content .top .list li a .thumb {
    overflow: hidden;
    width: 225px;
    border-radius: 4px;
}
.system-news-list .content-box .content .top .list li a .thumb img{
    transition: all 0.3s ease 0s;
}

.system-news-list .content-box .content .top .list li a .info {
    padding-left: 10px;
}
.system-news-list .content-box .content .top .list li a .info span{
    display: block;
}
.system-news-list .content-box .content .top .list li a .info span.title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}
.system-news-list .content-box .content .top .list li a .info span.title:hover{
    color: #2e58ff;
}
.system-news-list .content-box .content .top .list li a .info span.introduce {
    color: #666666;
    font-size: 12px;
}

.system-news-list .content-box .content .top .list li a .thumb > img {
    border-radius: 4px;
    display: block;
    height: 100px;
    width: 100%;
}
.system-news-list .content-box .content .middle-img-list {
    display: flex;
    margin-top: 15px;
    overflow: hidden;
    justify-content: space-between;
}
.system-news-list .content-box .content .middle-img-list a{
    position: relative;
    width: 31%;
}
.system-news-list .content-box .content .middle-img-list a img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}
.system-news-list .content-box .content .middle-img-list a p {
    position: absolute;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
}

.system-news-list .content-box .content .bottom-list {
    border-top: 1px solid #f3f3f3;
    margin-top: 20px;
}
.system-news-list .content-box .content .bottom-list ul {
    position: relative;
}
.system-news-list .content-box .content .bottom-list ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}
.system-news-list .content-box .content .bottom-list ul li::before {
    color: #81c0ff;
    content: "●";
    left: 0;
    position: absolute;
}
.system-news-list .content-box .content .bottom-list ul li time {
    color: #999999;
    width: 80px;
    text-align: right;
    font-size: 12px;
}
.system-news-list .content-box .content .bottom-list ul li a {
    color: #000000;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-right: 30px;
    text-indent: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom-banner img{
    width: 100%;
}
.bottom-banner > div{position: relative}
.bottom-banner .bottom-banner-btn {
    background-color: #31dd5a;
    border-radius: 28px;
    bottom: 37px;
    color: #ffffff;
    font-size: 28px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    right: 73px;
    text-align: center;
    width: 208px;
}
.bottom-banner > div .bottom-banner-btn:hover{

}

/*一键U盘装系统页面样式*/
.banner-upan-max {
    background-image: url("../img/product_page_top_banner_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.banner-upan-max .center{
    position: relative;
}
.banner-upan-max .text-img {
    position: absolute;
    right: 12%;
    top: 100px;
}
.banner-upan-max .upan-img-box {
    height: 272px;
    left: 0;
    position: absolute;
    top: 60px;
    width: 479px;
}
.banner-upan-max .upan-img-box-imgbox {
    position: relative;
}
.banner-upan-max .download-all {
    display: flex;
    left: 51%;
    position: absolute;
    top: 247px;
}
.banner-upan-max .download-all a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 175px;
    height: 55px;
    color: #ffffff;
    font-size: 18px;
}
.banner-upan-max .download-all a + a{}

.banner-upan-max .download-all a .icon-xunlei {
    width: 35px;
    margin-right: 7px;
}
.banner-upan-max .download-all .ordinary {
    background-color: #fcac0d;
    margin-right: 20px;
}
.banner-upan-max .download-all .xunlei {
    background-color: #1fd91f;
}

.upan-tab-box {
    display: flex;
    justify-content: space-between;
}
.upan-tab-box a {
    background-color: #4fbfff;
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    height: 65px;
    justify-content: space-between;
    line-height: 65px;
    text-align: center;
    padding: 0 80px;
}
.upan-tab-box a.active{
    background-color: #358ff0;
    color: #ffffff;
}
.upan-content .notice {
    align-items: center;
    justify-content: left;
}
.upan-content .notice img{
    height: 65px;
    width: 65px;
    margin: unset;
}
.upan-content .notice h1{
    color: #333333;
}
.upan-content p {
    color: #333;
    font-size: 16px;
    padding: 15px 0;
}
.upan-content h2,
.upan-content h3,
.upan-content h4,
.upan-content h5,
.upan-content h6{
    background-color: #f5f8fe;
    margin-top: 30px;
    padding: 15px;
}
.upan-content img {
    display: block;
    margin: 0 auto;
    width: auto;
}
/*一键在线装系统页面样式*/
.banner-online-max {

}
.banner-online-max .banner_text_box {

}
.banner-online-max .center{
    position: relative;
}
.banner-online-max .text-img {
    left: 0;
    position: absolute;
    top: 50px;
}
.banner-online-max .computer-img-box {
    position: absolute;
    right: 0;
    top: 205px;
}
.banner-online-max .computer-img-box-imgbox {
    position: relative;
}
.banner-online-max .computer-img-box-imgbox .video_cover_title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 162px;
}
.banner-online-max .computer-img-box-imgbox .computer-img{
    width: 100%;
}
.banner-online-max .computer-img-box-imgbox .ckin__player {
    height: 223px;
    left: 63px;
    position: absolute;
    top: 16px;
    width: 353px;
}
.banner-online-max .download-all {

}
.banner-online-max .download-all a {

}

.banner-online-max .download-all a .icon-xunlei {

}
.banner-online-max .download-all .ordinary {

}
.banner-online-max .download-all .xunlei {

}

.breadcrumb-box ul {
    display: flex;
    padding-bottom: 20px;
    position: relative;
}
.breadcrumb-box ul li {
    padding: 0 1px;
}
.breadcrumb-box ul li, .breadcrumb-box ul li a {
    color: #333;
    font-size: 16px;
}
.online-tab-box {
    background-color: #f4f6f9;
    border: 2px solid white;
    border-radius: 40px;
    box-shadow: 1px 1px 16px #f4f6f9;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.online-tab-box a {
    background-color: unset;
    border: 2px solid #f4f6f9;
    border-radius: 40px;
    color: #666666;
    display: inline-block;
    font-size: 18px;
    justify-content: space-between;
    padding: 10px 50px;
    text-align: center;
}
.online-tab-box a + a{
    margin-left: 20px;
}
.online-tab-box a.active,.online-tab-box a:hover {
    background-color: #2e58ff;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.online-content {
    background-color: #fbfcff;
    border: 3px solid #ffffff;
    box-shadow: 1px 1px 16px #f4f6f9;
    padding: 20px;
}
.online-content .step_content {
    /*align-items: center;*/
    /*justify-content: center;*/
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    padding-left: 58px;
    position: relative;
}
.online-content .step_contentp{
    color: #333333;
}
.online-content .left, .online-content .right {
    /*width: 30%;*/
}
.online-content .left{

}
.online-content .step_content img {
    box-shadow: 0 0 15px #e3edff;
    /*height: 560px;*/
    max-width: 640px;
}
.online-content .step_content .num{

}
.online-content .step_content .num{
    background-color: white;
    border-radius: 50%;
    box-shadow: 1px 1px 13px #b7b9bc;
    color: #2e58ff;
    display: block;
    font-weight: bold;
    height: 40px;
    left: -19px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 40px;
    top: 1%;
    z-index: 99;
}
.online-content .step_content .right{

}
.online-content .step_content  p {
    color: #333333;
    text-align: justify;
}
.online-content .stop_box{
    position: relative;
}
.online-content .step_line_box {
    align-items: center;
    background-color: #fff;
    border: 2px solid #f4f6f9;
    border-radius: 32px;
    bottom: 0;
    box-shadow: 1px 1px 16px #f4f6f9;
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
.online-content .step_line_box .num {
    background-color: white;
    border-radius: 50%;
    box-shadow: 1px 1px 13px #b7b9bc;
    color: #2e58ff;
    display: block;
    font-weight: bold;
    height: 40px;
    left: -19px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 40px;
}
.online-content .step_line_box .num_1 {
    top: 10%;
}
.online-content .step_line_box .num_2 {
    top: 29%;
}
.online-content .step_line_box .num_3 {
    top: 41%;
}
.online-content .step_line_box .num_4 {
    top: 53%;
}
.online-content .step_line_box .num_5 {
    top: 65.5%;
}
.online-content .step_line_box .num_6 {
    top: 80%;
}
.online-content .step_line_box .num_7 {
    top: 93%;
}

/*U盘制作教程步骤*/
#upzxt .num_1 {
    top: 9% !important;
}
#upzxt .num_2 {
    top: 24% !important;;
}
#upzxt .num_3 {
    top: 34% !important;;
}
#upzxt .num_4 {
    top: 44% !important;;
}
#upzxt .num_5 {
    top: 54.5% !important;;
}
#upzxt .num_6 {
    top: 65% !important;;
}
#upzxt .num_7 {
    top: 75% !important;;
}
#upzxt .num_8 {
    top: 85% !important;;
}
#upzxt .num_9 {
    top: 94.5% !important;;
}

/*U盘装win7步骤*/
#upzxt_win7 .num_1 {
    top: 4.5%;
}
#upzxt_win7 .num_2 {
    top: 17%;
}
#upzxt_win7 .num_3 {
    top: 30%;
}
#upzxt_win7 .num_4 {
    top: 44%;
}
#upzxt_win7 .num_5 {
    top: 55.5%;
}
#upzxt_win7 .num_6 {
    top: 68%;
}
#upzxt_win7 .num_7 {
    top: 81%;
}
#upzxt_win7 .num_8 {
    top: 93%;
}

/*U盘装win10步骤*/
#upzxt_win10 .num_1 {
    top: 5%;
}
#upzxt_win10 .num_2 {
    top: 17%;
}
#upzxt_win10 .num_3 {
    top: 31%;
}
#upzxt_win10 .num_4 {
    top: 44%;
}
#upzxt_win10 .num_5 {
    top: 55.5%;
}
#upzxt_win10 .num_6 {
    top: 68%;
}
#upzxt_win10 .num_7 {
    top: 81%;
}
#upzxt_win10 .num_8 {
    top: 93%;
}
/*U盘装win11步骤*/
#upzxt_win11 .num_1 {
    top: 5%;
}
#upzxt_win11 .num_2 {
    top: 17%;
}
#upzxt_win11 .num_3 {
    top: 31%;
}
#upzxt_win11 .num_4 {
    top: 44%;
}
#upzxt_win11 .num_5 {
    top: 55.5%;
}
#upzxt_win11 .num_6 {
    top: 68%;
}
#upzxt_win11 .num_7 {
    top: 81%;
}
#upzxt_win11 .num_8 {
    top: 93%;
}

.online-content .notice {
    text-align: center;
}
.online-content  .prepare p {
    width: 50%;
}
.online-content .notice h1, .online-content .notice span {
    color: #333;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.online-content .notice h1::before,.online-content .notice span:before {
    background-image: url("../img/i666.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: -40px;
    position: absolute;
    width: 30px;
    top: 5px;
}
.online-content .notice h1::after,.online-content .notice span:after {
    background-image: url("../img/i667.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    right: -40px;
    position: absolute;
    width: 30px;
    top: 5px;
}

.online-content .notice img{
    height: 65px;
    width: 65px;
    margin: unset;
}
.online-content .notice h1{
    color: #333333;
}
.online-content p {
    color: #666666;
    font-size: 16px;
    padding: 15px 0;
    text-align: justify;
}
.online-content h2 {
    background-color: #f5f8fe;
    margin-top: 30px;
    padding: 15px;
}
.online-content img {
    display: block;
    margin: 0 auto;
}
/*视频教程页面样式*/
.video-content video {
    cursor: pointer;
    left: -8px;
    object-fit: cover;
    position: relative;
    right: 0;
}

/*电脑教程页面样式*/
.banner-computer-max {
    background-image: url("../img/product_page_top_banner_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.banner-computer-max .banner_text_box {
    left: 0;
    top: -5px;
}
.banner-computer-max .center{
    position: relative;
}
.banner-computer-max .text-img {
    position: absolute;
    right: 21%;
    top: 100px;
}
.banner-computer-max .computer-img-box {
    height: 272px;
    position: absolute;
    right: 0;
    top: 60px;
    width: 479px;
}
.banner-computer-max .computer-img-box-imgbox {
    position: relative;
}
.banner-computer-max .download-all {
    display: flex;
    left: 0;
    position: absolute;
    top: 297px;
}
.banner-computer-max .download-all a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 175px;
    height: 55px;
    color: #ffffff;
    font-size: 18px;
}
.banner-computer-max .download-all a + a{

}

.banner-computer-max .download-all a .icon-xunlei {
    width: 35px;
    margin-right: 7px;
}
.banner-computer-max .download-all .ordinary {
    background-color: #fcac0d;
    margin-right: 20px;
}
.banner-computer-max .download-all .xunlei {
    background-color: #1fd91f;
}

.breadcrumb-box ul{display: flex}
.breadcrumb-box ul li {
    padding: 0 1px;
}
.breadcrumb-box ul li, .breadcrumb-box ul li a {
    color: #333;
    font-size: 16px;
}
.computer-tab-box {
    display: flex;
    justify-content: space-between;
}
.computer-tab-box a {
    background-color: #4fbfff;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 65px;
    justify-content: space-between;
    line-height: 65px;
    text-align: center;
    flex-grow: 1;
}
.computer-tab-box a + a{
    margin-left: 20px;
}
.computer-tab-box a.active{
    background-color: #358ff0;
    color: #ffffff;
}
.computer-content{

}
.computer-content .left {
    background-color: #f3f8ff;
    border: 2px solid white;
    box-shadow: 1px 1px 16px #f4f6f9;
    padding: 15px;
    width: 75%;
}
.computer-content .left > ul > li {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    display: flex;
    padding: 15px;
}
.computer-content .left > ul > li:hover{

}
.computer-content .left > ul > li:hover .img img{

}
.computer-content .left > ul > li + li {
    margin-top: 20px;
}
.computer-content .left > ul > li .img {
    position: relative;
    transition: all 0.5s ease 0s;
}

.computer-content .left > ul > li .img .play-btn-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.computer-content .left > ul > li .img .play-btn-box .play-btn {
    /*background: rgba(0, 0, 0, 0) url("../img/home_page_video_cover_play.png") no-repeat scroll center center / 100% auto;*/
    content: "";
    height: 40px;
    left: 43%;
    position: absolute;
    top: 40%;
    width: 40px;
}
.computer-content .left > ul > li .img .play-btn-box .play-logo {
    height: 40px;
    left: 28%;
    opacity: 0.26;
    position: absolute;
    top: 44%;
    width: auto;
}

.computer-content .left > ul > li .img img {
    height: 180px;
    width: 240px;
    transition: all 0.5s ease 0s;
}
.computer-content .left .detail-box {
    padding-bottom: 20px;
}
.computer-content .left .detail-box .top {
    padding-bottom: 20px;
}
.computer-content .left .detail-box .relation-box {
    align-items: center;
    box-shadow: 0 0 5px #c9d8ff;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px 20px 15px;
}
.computer-content .left .detail-box .relation-box .btn {
    font-size: 16px;
}
.relation-box > img {
    width: 100px;
}
.computer-content .left .detail-box .relation-box .relation-info {
    flex-grow: 0.8;
}
.computer-content .left .detail-box .relation-box .relation-info h2 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
}
.computer-content .left .detail-box .relation-box .relation-info h2 a {
    color: #333333;
    font-size: 16px;
}
.computer-content .left .detail-box .relation-box .add-info {
    display: flex;
    margin-top: 6px;
}
.computer-content .left .detail-box .relation-box .add-info span {
    align-items: center;
    color: #666666;
    display: flex;
}
.computer-content .left .detail-box .relation-box .add-info span + span {
    margin-left: 10px;
}
.computer-content .left .detail-box .relation-box .btn-download {
    align-items: center;
    background-color: #fcac0d;
    color: #ffffff;
    display: flex;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    padding: 0 32px;
}
.computer-content .left .detail-box .relation-box .btn-download img {
    height: auto;
    margin-right: 10px;
    width: 30px;
}

.computer-content .left .detail-box .top h1 {
    color: #333333;
    font-size: 27px;
    padding: 20px 0 30px;
    text-align: center;
}
.computer-content .left .detail-box .top .add-info {
    color: #666666;
    display: flex;
    justify-content: center;
}
.computer-content .left .detail-box .top .add-info > span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.computer-content .left .detail-box .top .add-info > span img{
    margin-right: 5px;
}
.computer-content .left .detail-box .top .add-info a{
    color: #666666 !important;
}
.computer-content .left .detail-box .top .add-info span + span {
    margin-left: 5%;
}
.computer-content .left .detail-box .content {
    padding: 30px 0;
}

.content  .content-soft-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
    padding: 15px 15px 15px 5px;
}

.content.content-soft-info  .media-left a {
    display: block;
    height: 70px;
    width: 70px;
}
.content .content-soft-info .media-left img {
    height: 70px;
    max-width: unset;
    width: 70px;
}
.content .content-soft-info .media-body {
    margin-left: 15px;
}
.content .content-soft-info .media-body .media-heading {
    color: #535353;
    font-size: 18px;
    margin-bottom: 10px;
}
.content .content-soft-info .media-body .text-muted {
    color: #999999;
    font-size: 14px;
    padding-right: 15px;
    width: 555px;
}
.content .content-soft-info a.btn {
    background-color: #358ff0;
    background-image: url("../img/download_ico.svg");
    background-position: 17px 15px;
    background-repeat: no-repeat;
    background-size: 19px auto;
    border-radius: 4px;
    color: #ffffff;
    padding: 0 20px 0 30px;
    text-align: center;
    text-decoration: none;
    width: 110px;
}




.computer-content .left .detail-box .content p {
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0;
}
.computer-content .left .detail-box .content img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.computer-content .left .detail-box .previous-next-box {
    border-bottom: 1px solid #ececec;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.computer-content .left .detail-box .previous-next-box a {
    color: #333333;
    font-size: 16px;
}
.computer-content .left .detail-box .previous-next-box a:hover {
    color: #2e58ff;
}
.computer-content .news_info {
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    width: 100%;
}
.computer-content .news_info a {
    display: block;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 550px;
}
.computer-content .news_info h3 {
    color: #333333;
    font-size: 18px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: bold;
}
.computer-content .news_info h3:hover{
    color: #2E58FF;
}

.computer-content .news_info p {
    color: #666666;
    font-size: 14px;
    height: 65px;
    line-height: 23px;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.computer-content .news_info .foot {
    bottom: 0;
    color: #999999;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 0 0 0 15px;
    position: absolute;
    right: 0;
    align-items: center;
}
.computer-content .news_info .foot >  span{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.computer-content .news_info .foot >  span.date{
}
.computer-content .news_info .foot >  span.date img{
    margin-right: 5px;
}
.computer-content .news_info .foot >  span.eye{

}
.computer-content .news_info .foot >  span.eye .eye_ico{
    margin-right: 5px;
}

.computer-content .news_info .foot .btn {
    background-color: #358ff0;
    border: 1px solid #358ff0;
    color: #fff;
    display: inline-block;
    padding: 4px 15px;
}
.computer-content .right {
    padding-left: 15px;
    width: 25%;
}
.computer-content .right .hot-video-box {
    background-color: #f5faff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 5px #c9d8ff;
    padding: 10px;
}
.computer-content .right .hot-video-box .top {
    border-bottom: 2px solid #eaf4ff;
    display: flex;
    font-size: 19px;
    margin-bottom: 20px;
    padding-bottom: 9px;
}
.computer-content .right .hot-video-box .top span {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.computer-content .right .hot-video-box .top img {
    margin-right: 10px;
}
.computer-content .right .hot-video-box .list {
    display: flex;
    flex-flow: row wrap;
}
.computer-content .right .hot-video-box .list li {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}
.computer-content .right .hot-video-box .list li + li {
    margin-top: 15px;
}
.computer-content .right .hot-video-box .list li a {
    display: block;
    position: relative;
}
.computer-content .right .hot-video-box .list li a:hover > img,
.computer-content .right .hot-video-box .list li a:hover .play-btn-box .play-btn {
    transform: scale(1.05);
}

.computer-content .right .hot-video-box .list li a .play-btn-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.computer-content .right .hot-video-box .list li a .play-btn-box .play-btn {
    /*background: rgba(0, 0, 0, 0) url("../img/home_page_video_cover_play.png") no-repeat scroll center center / 100% auto;*/
    content: "";
    height: 50px;
    left: 40%;
    position: absolute;
    top: 25%;
    width: 50px;
}
.computer-content .right .hot-video-box .list li a .play-logo {
    height: 40px;
    left: 28%;
    opacity: 0.26;
    position: absolute;
    top: 44%;
    width: auto;
}


.computer-content .right .hot-video-box .list li a > img{
    display: block;
    width: 100%;
    /*height: 130px;*/
    /*object-fit: cover;*/
    transition: all 0.5s ease 0s;
}
.computer-content .right .hot-video-box .list li a p {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 20px;
    left: 0;
    overflow: hidden;
    padding: 8px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 99;
}
.computer-content .right .advert {
    margin-top: 20px;
}
.computer-content .right .advert img {
    border-radius: 4px;
    width: 100%;
}
.computer-content .right .course-rank-box {
    background-color: #f5faff;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 1px 5px #c9d8ff;
    padding: 10px;
}
.computer-content .right .course-rank-box .top {
    border-bottom: 2px solid #eaf4ff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    justify-content: start;
    margin-bottom: 20px;
    padding-bottom: 9px;
}
.computer-content .right .course-rank-box .top span {
    color: #333333;
}
.computer-content .right .course-rank-box .top img{margin-right: 10px}
.computer-content .right .course-rank-box .list > li{

}

.computer-content .right .course-rank-box .list > li a {
    align-items: center;
    color: #333333;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.computer-content .right .course-rank-box .list > li a:hover{
    color: #2e58ff;
}

.computer-content .right .course-rank-box .list > li a .sort-ico {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 85% auto;
    border-radius: 2px;
    color: #999999;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.computer-content .right .course-rank-box .list > li:nth-child(1) a .sort-ico {
    background-image: url("../img/Group 329@2x.png");
    color: #ffffff;
    font-size: 0;
}
.computer-content .right .course-rank-box .list > li:nth-child(2) a .sort-ico {
    color: #ffffff;
    background-image: url("../img/Group 331@2x.png");
    font-size: 0;
}
.computer-content .right .course-rank-box .list > li:nth-child(3) a .sort-ico {
    color: #ffffff;
    background-image: url("../img/Group 332@2x.png");
    font-size: 0;
}
.computer-content .right .course-rank-box .list > li a span {
    color: #999999;
    font-size: 11px;
}
.computer-content .right .course-rank-box .list > li a p {
    overflow: hidden;
    padding-right: 10px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
/*产品介绍页面样式*/
.banner-product-max {
    background-image: url("../img/product_page_top_banner_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.banner-product-max .banner_text_box {
    left: 0;
    top: -5px;
}
.banner-product-max .center{
    position: relative;
}
.banner-product-max .text-img {
    left: 0;
    position: absolute;
    top: 50px;
}
.banner-product-max .computer-img-box {
    height: 272px;
    position: absolute;
    right: 0;
    top: 60px;
    width: 479px;
}
.banner-product-max .computer-img-box-imgbox {
    position: relative;
}
.banner-product-max .download-all {
    position: absolute;
    width: 530px;
    left: 0;
    top: 297px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.banner-product-max .download-all a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 175px;
    height: 55px;
    color: #ffffff;
    font-size: 18px;
}

.banner-product-max .download-all a .icon-xunlei {
    width: 35px;
    margin-right: 7px;
}
.banner-product-max .download-all .ordinary {
    background-color: #fcac0d;
    margin-right: 20px;
}
.banner-product-max .download-all .xunlei {
    background-color: #1fd91f;
}

.breadcrumb-box ul{display: flex}
.breadcrumb-box ul li {
    padding: 0 1px;
}
.breadcrumb-box ul li, .breadcrumb-box ul li a {
    color: #666666;
    font-size: 16px;
}

.breadcrumb-box ul li:last-child span{
    color: #333333;
}
.product-content{
    position: relative;
}
.product-content .line_one {
    height: 344px;
    left: 15%;
    position: absolute;
    top: 21%;
    width: 800px;
}
.product-content .one_line {
    border-left: 2px dashed #d4d4d4;
    height: 90px;
    position: absolute;
    top: 0;
    width: 2px;
}
.product-content .line_one .two_line {
    border-bottom: 2px dashed #d4d4d4;
    height: 6px;
    position: absolute;
    top: 90px;
    width: 149px;
}
.product-content .line_one .three_line {
    border-left: 2px dashed #d4d4d4;
    height: 191px;
    left: 152px;
    position: absolute;
    top: -56px;
    width: 2px;
}
.product-content .line_one .four_line {
    border-bottom: 2px dashed #d4d4d4;
    height: 2px;
    left: 153px;
    position: absolute;
    top: 134px;
    width: 565px;
}
.product-content .line_one .five_line {
    border-left: 2px dashed #d4d4d4;
    height: 84px;
    left: 224px;
    position: absolute;
    top: 140px;
    width: 2px;

}
.product-content .line_one .seven_line {
    border-bottom: 2px dashed #d4d4d4;
    height: 2px;
    left: 151px;
    position: absolute;
    top: -66px;
    width: 411px;
}

.product-content .line_one .six_line {
    border-left: 2px dashed #d4d4d4;
    height: 85px;
    left: 716px;
    position: absolute;
    top: 138px;
    width: 2px;
}

.product-content .line_two {
    height: 344px;
    left: 15%;
    position: absolute;
    top: 62%;
    width: 800px;
}
.product-content .line_two .one_line {
    border-bottom: 2px dashed #d4d4d4;
    height: 2px;
    left: 220px;
    position: absolute;
    top: -156px;
    width: 360px;
}
.product-content .line_two .two_line {
    border-left: 2px dashed #d4d4d4;
    height: 156px;
    left: 580px;
    position: absolute;
    top: -153px;
    width: 2px;
}
.product-content .line_two .three_line {
    border-bottom: 2px dashed #d4d4d4;
    height: 2px;
    left: 130px;
    position: absolute;
    top: 0;
    width: 450px;
}
.product-content .line_two .four_line {
    border-left: 2px dashed #d4d4d4;
    height: 154px;
    left: 130px;
    position: absolute;
    top: 3px;
    width: 2px;
}
.product-content .line_two .five_line {
    border-bottom: 2px dashed #d4d4d4;
    height: 2px;
    left: 582px;
    position: absolute;
    top: 0;
    width: 295px;
}
.product-content .line_two .seven_line {
    border-left: 2px dashed #d4d4d4;
    height: 150px;
    left: 875px;
    position: absolute;
    top: 3px;
    width: 2px;
}
.product-content .line_two .six_line {
    border-left: 2px dashed #d4d4d4;
    height: 85px;
    left: 716px;
    position: absolute;
    top: 138px;
    width: 2px;
}

.product-content .line_three {
    height: 344px;
    left: 15%;
    position: absolute;
    top: 89%;
    width: 800px;
}
.product-content .line_three .one_line {
    border-left: 2px dashed #d4d4d4;
    height: 255px;
    left: -23px;
    position: absolute;
    top: 0;
    width: 360px;
}
.product-content .line_three .two_line {
    border-bottom: 2px dashed #d4d4d4;
    height: 2px;
    left: -22px;
    position: absolute;
    top: 251px;
    width: 255px;
}
.product-content .line_three .three_line {
    border-bottom: 2px dashed #d4d4d4;
    height: 2px;
    left: 130px;
    position: absolute;
    top: 0;
    width: 450px;
}
.product-content .line_three .four_line {
    border-left: 2px dashed #d4d4d4;
    height: 154px;
    left: 130px;
    position: absolute;
    top: 3px;
    width: 2px;
}
.product-content .line_three .five_line {
    border-bottom: 2px dashed #d4d4d4;
    height: 2px;
    left: 582px;
    position: absolute;
    top: 0;
    width: 295px;
}
.product-content .line_three .seven_line {
    border-left: 2px dashed #d4d4d4;
    height: 150px;
    left: 875px;
    position: absolute;
    top: 3px;
    width: 2px;
}
.product-content .line_three .six_line {
    border-left: 2px dashed #d4d4d4;
    height: 85px;
    left: 716px;
    position: absolute;
    top: 138px;
    width: 2px;
}

.product-content .dot_after::after {
    bottom: -15px;
    color: #81c0ff;
    content: "●";
    left: -5px;
    position: absolute;
}
.product-content .dot_before::after {
    color: #81c0ff;
    content: "●";
    left: -5px;
    position: absolute;
    top: -17px;
}

.product-content .section {
    height: 400px;
    position: relative;
}
.product-content .section  .video_cate_name {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 159px;
}
.product-content .section .text {
    left: 0;
    position: absolute;
    top: 37px;
    width: 363px;
}
.product-content .two .text {
    right: 0;
    left: unset;
}
.product-content .two {
    background-color: #f2f6fa;
    height: 350px;
    padding-top: 60px;
}
.product-content .four {
    padding-top: 50px;
}
.product-content .section .title {
    align-items: center;
    color: #333333;
    display: flex;
    font-size: 22px;
    font-weight: bold;
}
.product-content .section .title .img {
    background-color: #f6fbff;
    border-radius: 50%;
    height: 40px;
    padding: 2px;
    text-align: center;
    width: 40px;
}
.product-content .section .title .img img{

}
.product-content .section p {
    color: #666666;
    font-size: 18px;
    line-height: 25px;
    padding: 20px 0;
}
.product-content .section .text a {
    align-items: center;
    display: flex;
    font-size: 16px;
    justify-content: center;
    text-align: center;
}
.product-content .section .text a:first-child{
    background-color: #2e58ff;
}
.product-content .section a img {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
.product-content .section .video-box {
    height: 320px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
}
.product-content .section .video-box .play-btn-box .play-btn{
    background: rgba(0, 0, 0, 0) url("../img/Group 621.png") no-repeat scroll center center / 100% auto;

}
.product-content .section .video-box .play-btn-box {
    bottom: 38px;
    cursor: pointer;
    left: 43px;
    position: absolute;
    right: 100px;
    top: 81px;
    z-index: 9999;
}
.product-content .one .video-box .play-btn-box {
    bottom: 93px;
    overflow: hidden;
    right: 83px;
    top: 18px;
}
.product-content .four .video-box .play-btn-box {
    bottom: 93px;
    overflow: hidden;
    right: 83px;
    top: 18px;
}
.product-content .section .video-box .play-btn-box .play-btn {
    content: "";
    height: 50px;
    left: 47%;
    position: absolute;
    top: 31%;
    width: 50px;
}
.product-content .section .video-box .img_fm {
    height: 200px;
    left: 43px;
    position: absolute;
    right: 64px;
    top: 81px;
    width: 357px;
}
.product-content .section .video-box .video{
    overflow: hidden;
    position: relative;
}
.product-content .one .video-box .ckin__player {
    height: 211px;
    left: 42px;
    position: absolute;
    top: 17px;
    width: 379px;
}
.product-content .two .video-box .ckin__player {
    height: 201px;
    left: 42px;
    position: absolute;
    top: 81px;
    width: 360px;
}
.product-content .four .video-box .ckin__player {
    height: 224px;
    left: 55px;
    position: absolute;
    top: 18px;
    width: 401px;
}
.product-content .section .video-box img {

}
.product-content .two .video-box {
    left: 0;
    top: 0;
}
.product-content .two .video-box .play-btn-box{
    top: 0 !important;
}
.section-foot {
    background-image: url("../img/Group 644.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    position: relative;
    text-align: center;
    z-index: 100;
}

.section-foot .box {
    display: inline-block;
    margin: 0 auto;
    padding: 25px 50px;
    text-align: center;
}
.section-foot .text {
    margin-bottom: 20px;
}
.section-foot .text .title {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 32px;
    justify-content: center;
}
.section-foot a {
    font-size: 18px;
}
.section-foot a img{
    height: 20px;
    margin-right: 10px;
    width: 20px;
}

/*底部*/
.footer {
    background-color: #222222;
    padding: 20px 0;
}
.footer .footer-content {

}
.footer .copyright {
    border-top: 1px solid #555d6a;
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
}
.footer .footer-content dl {
    margin-top: 17px;
}
.footer .footer-content .box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.footer .footer-content .footer-about dd {
    color: #60606d;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.footer .footer-content dt, .footer .footer-links dt {
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 10px;
    text-align: left;
}
.footer .footer-content .footer-partner dd {
    display: inline-block;
    padding: 5px 10px 5px 0;
}
.footer .footer-content .footer-partner dd a {

}
.footer .footer-content .footer-qrcode  img + img {
    margin-left: 50px;
}
.footer .footer-content .footer-qrcode {
    color: #fff;
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 300px;
}
.footer .footer-content .footer-qrcode a{
    color: #ffffff;
}
.footer .footer-content .footer-qrcode a img,
.footer .footer-content .weixin-gzh-qrcode a img{
    border-radius: 4px;
}
.footer .footer-links dt{

}
.footer .footer-links dl{
    text-align: left;
}
.footer .footer-links dd {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.footer .footer-links dd:nth-child(2) a{

}
.footer .footer-links dd + dd a {
}
.footer .footer-links dd + dd a::before {

}
.footer .footer-links dd a {
    color: #60606d;
    display: block;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
}
.footer .footer-links dd a:hover{
    color: #b5b5b6;
}

.footer .footer-links dd a + a {
    margin-left: 15px;
}

.footer .footer-tag-list dl {
    border-top: 1px solid #2a3546;
    display: flex;
    flex-wrap: wrap;
    line-height: 25px;
    margin-top: 25px;
    padding-top: 15px;
    text-align: left;
}
.footer .footer-tag-list dl dt{
    color: #555d6a !important;
    font-weight: bold;
}
.footer .footer-tag-list dd {
    margin-right: 10px;
}
.footer .footer-tag-list a {
    color: #555d6a;
    display: block;
}
.footer .copyright, .footer .copyright a {
    color: #60606d;
}
.footer .copyright a:hover{
    color: #b5b5b6;
}
/*公用banner文字*/
.banner_text_box {
    left: 0;
    margin-top: 170px;
    position: absolute;
    width: 600px;
}
.banner_text_box .title, .banner_text_box .add_title, .banner_text_box .trait li {
    color: #333333;
}
.banner_text_box .title {
    font-size: 30px;
}
.banner_text_box .title > i {
    font-size: 20px;
    left: 52px;
    position: absolute;
    top: 62px;
}
.banner_text_box .title > i::before {
    background-color: #ffffff;
    content: "";
    height: 1px;
    left: -49px;
    position: absolute;
    top: 15px;
    width: 45px;
}
.banner_text_box .title > i::after {
    background-color: #ffffff;
    content: "";
    height: 1px;
    left: 102px;
    position: absolute;
    top: 15px;
    width: 45px;
}
.banner_text_box .title span {
    color: #000000;
    font-size: 45px;
    font-weight: bold;
    margin-right: 20px;
}
.banner_text_box .title .zj_title {
    background-image: url("../img/zj_title_2.png");
    border-radius: 4px;
    height: 28px;
    position: absolute;
    width: 92px;
}


.banner_text_box .title b{
    margin: 0 10px;
    font-weight: normal;
}
.banner_text_box .add_title {
    font-size: 18px;
    padding: 10px 0 15px;
}
.banner_text_box .trait ul{
    display: flex;
}
.banner_text_box .trait li {
    background-image: url("../img/hook_blue.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 35px;
    padding-left: 1.2em;
    width: 50%;
}
.banner_text_box .trait li a {
    color: rgba(51, 51, 51, 1);
}
.banner_text_box .notice {
    color: #333;
    font-size: 16px;
    margin-top: 5px;
}
.computer-content ul li .play-btn-box{
    bottom: 87px;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.computer-content ul li .play-btn-box .play-btn{
    content: "";
    height: 50px;
    left: 42%;
    position: absolute;
    top: 37%;
    width: 50px;
}


.computer-content ul li .video-box .video-play{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.computer-content ul li .video-box .video-play .video_cnter {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    width: 100%;
    height: 100%;
}
.video-course .video-list ul .video_cnter .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
.video-play .video_cnter .more{
    position: absolute;
    bottom: 16%;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 999;
}
.video-play .video_cnter .more a{
    width: 150px;
    height: 30px;
}
.advert .poster_rotation_box li{
    margin-right: 0;
}
.poster_rotation_box .poster > img {
    width: 100%;
    border-radius: 4px;
}



.computer-img-box-imgbox .play-btn-box {
    bottom: 38px;
    cursor: pointer;
    left: 64px;
    position: absolute;
    right: 64px;
    top: 16px;
    z-index: 9999;
}
.computer-img-box-imgbox  .play-btn-box .play-btn {
    content: "";
    height: 50px;
    left: 42%;
    position: absolute;
    top: 31%;
    width: 50px;
    background: rgba(0, 0, 0, 0) url("../img/Group 621.png") no-repeat scroll center center / 100% auto;
}
.computer-img-box-imgbox .img_fm {
    bottom: 40px;
    height: 222px;
    left: 64px;
    position: absolute;
    right: 64px;
    top: 16px;
    width: 351px;
}
.product-content .one .video-box .img_fm {
    height: 210px;
    left: 43px;
    position: absolute;
    top: 18px;
    width: 372px;
}
.product-content .two .video-box .img_fm {
    height: 201px;
    left: 43px;
    position: absolute;
    top: 80px;
    width: 357px;
}
.product-content .four .video-box .img_fm {
    height: 211px;
    left: 43px;
    position: absolute;
    top: 17px;
    width: 372px;
}

.detail_page_box .head {
    border-bottom: 1px solid #e1e7ff;
    position: unset;
}
.detail_page_box .computer-content .left{
    background-color: unset;
    box-shadow: unset;
}


#theme_1{

}
#theme_1 .ranking-sytem .title_h1 span.left {
    padding-bottom: 0px;
    position: relative;
}
#theme_1 .ranking-sytem .title_h1 span.left:after {
    background-color: #358ff0;
    bottom: 0;
    content: "";
    height: 0px;
    left: 0;
    position: absolute;
    width: 100%;
}
#theme_1 .ranking-sytem  .title_h1 p {
    -moz-box-align: center;
    -moz-box-pack: justify;
    align-items: center;
    border-bottom: 2px solid #eaf4ff;
    display: flex;
    margin-bottom: 20px;
    place-content: center space-between;
}
#theme_1 .ranking-sytem {
    background-color: #f5faff;
    border: 1px solid #f5f5f5;
    box-shadow: 1px 1px 5px #c9d8ff;
    margin-bottom: 25px;
}
#theme_1 .ranking-sytem  ul {
    padding: 0 10px 15px;
}
#theme_1 .ranking-sytem ul li {
    border: medium none;
    margin: 0;
    padding: 0;
}
#theme_1 .right_video li + li {
    margin-top: 15px;
}
#theme_1 .ranking-sytem ul li a {
    -moz-box-align: center;
    -moz-box-pack: justify;
    align-items: center;
    display: flex;
    place-content: center normal;
    width: 100%;
    color: #333333;
}
#theme_1 .ranking-sytem ul li a .sort-ico {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 68% auto;
    border-radius: 2px;
    color: #999999;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
#theme_1 .ranking-sytem li:nth-child(1) a .sort-ico {
    background-image: url("../img/Group 329@2x.png");
    color: #ffffff;
    font-size: 0;
}
#theme_1 .ranking-sytem li:nth-child(2) a .sort-ico {
    background-image: url("../img/Group 331@2x.png");
    color: #ffffff;
    font-size: 0;
}
#theme_1 .ranking-sytem li:nth-child(3) a .sort-ico{
    background-image: url("../img/Group 332@2x.png");
    color: #ffffff;
    font-size: 0;
}
#theme_1 .right_video li {
    overflow: hidden;
}
#theme_1 .right_video li a {
    display: block;
    position: relative;
}
#theme_1 .right_video li a .play-btn-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#theme_1 .right_video li a .play-btn-box .play-btn {
    content: "";
    height: 50px;
    left: 40%;
    position: absolute;
    top: 25%;
    width: 50px;
}
#theme_1 .right_video li a > img {
    display: block;
    transition: all 0.5s ease 0s;
    width: 100%;
}
#theme_1 .right_video li a  p {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    left: 0;
    overflow: hidden;
    padding: 8px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 99;
}
#theme_1 .right_video li a:hover > img,
#theme_1 .right_video li a:hover .play-btn-box .play-btn {
    transform: scale(1.05);
}


#theme_1 .tab-right .advert{

}
#theme_1 .tab-right .advert img {
    border-radius: 4px;
    width: 100%;
}

.carousel-wrap .rotation-box .img-box {
    position: relative;
    border-radius: 4px;
    width: 792px;
    min-height: 565px;
    margin: 0 auto;
}
.carousel-wrap .rotation-box .img-box .slide{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    border: 1px solid rgba(53, 143, 240, 1);
    transition: 1s;
}
.carousel-wrap .rotation-box .img-box .slide.active{
    opacity: 1;
}
.carousel-wrap .rotation-box .img-box .slide img{
    display: block;
    margin: 0 auto;
    width: 744px;
    height: 470px;
    padding: 24px;
}
.carousel-wrap .rotation-box .img-box .slide p{
    height: 48px;
    line-height: 48px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    background-color: rgba(53, 143, 240, 0.1);
}
.carousel-wrap .rotation-box .img-box .slide p .num{
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    background-color: #358ff0;
    margin-right: 4px;
}


.carousel-wrap{
    margin-top: 80px;
    margin-bottom: 70px;
}
.carousel-wrap .rotation-btn-box{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.carousel-wrap .rotation-btn-box span{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 48px;
    height: 4px;
    font-size: 24px;
    color: #666666;
    border-radius: 2px;
    margin-right: 16px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #CCCCCC;
    transition: .5s;
}
.carousel-wrap .rotation-btn-box span:last-of-type{
    margin-right: -2px;
}
.carousel-wrap .rotation-btn-box span:hover{
    background-color:  #666666;
    border: 1px solid #666666;
}
.carousel-wrap .rotation-btn-box span.active{
    background-color: #358FF0!important;
    color: #ffffff!important;
    border: 1px solid #358FF0;
}


.posts-item.card {
    width: calc(24% - 16px);
    display: inline-block;
    margin: 8px;
    padding: 10px;
    vertical-align: top;
    transition: .3s;
    background: #ffffff;
    overflow: hidden;
    box-shadow: #e2ecff 0 0 10px 0;
    box-sizing : border-box;
    border-radius: 8px;
}
.posts-item.card .item-thumbnail {
    width: 100%;
    /*height: 0;*/
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding-bottom: 8px;
}
.posts-item.card .item-thumbnail a{
    display: block;
    width: 252px;
    height: 164px;
}

.posts-item.card .item-thumbnail img{
    width: 100%;
    height: 100%;
    transition: all .2s;
    overflow: hidden;
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
}
.posts-item.card .item-body {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
}
.posts-item .item-heading {
    min-height: 2.8em;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    max-height: 2.8em;
}
.posts-item .item-heading>a {
    color: rgba(51, 51, 51, 1);
}
.mb6 {
    margin-bottom: 6px;
}
.posts-item.card .item-tags {
    min-height: 23px;
    /*white-space: nowrap;*/
}
.posts-item .item-tags a {
    font-size: 11px;
    padding: 2px 5px;
    margin-right: 5px;

}
.posts-item .item-tags a.but-label{
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    background-color :rgba(136, 136, 136, 0.1);
    color: rgb(136, 136, 136)
}
.posts-item .item-tags a .fa {
    font-size: 1em;
}
.but>.fa {
    margin-right: .25em;
}
/*@font-face {*/
/*    font-family: 'FontAwesome';*/
/*    src: url('../css/fontawesome-webfont.eot?v=4.7.0');*/
/*    src: url('../css/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal*/
/*}*/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-folder-open-o:before {
    content: "\f115"
}
.flex.jsb, .inflex.jsb {
    justify-content: space-between;
}
.posts-item.card .item-meta item {
    font-size: 12px;
}
.document-nav>.panel-group>.cat-load::before, .icon-circle::before, .mobile-menus>li>a::before {
    content: "";
    width: .5em;
    height: .5em;
    border: .1em solid rgb(0, 153, 68);
    border-radius: 1em;
    margin: 0 .5em;
    vertical-align: .1em;
    display: inline-block;
}
.posts-row .title {
    margin-bottom: 40px;
    text-align: center;
}
.posts-row .title > span{
    position: relative;
    font-size: 28px;
}
.posts-row .title > span:before{
    background-image: url("../img/i666.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: -40px;
    position: absolute;
    width: 30px;
    top: 5px;
}
.posts-row .title > span:after{
    background-image: url("../img/i667.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    right: -40px;
    position: absolute;
    width: 30px;
    top: 5px;
}


.u-tip-text{
    padding: 64px 0;
    border-radius: 16px;
    background-color: #F7F7F7;
}
.u-tip-text > div .bold{
    color: #333333;
    font-size: 24px;
}
.u-tip-text .text{
    font-size: 16px;
    color: #333333;
}
.u-tip-text .sequence{
    margin-top: 24px;
}
.u-tip-text .sequence .span{
    display: inline-block;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: #358ff0;
    border-radius: 50%;
}

/**/
.computer-img-box-imgbox {
    width: 557px;
    height: 320px;
    position: relative;
    overflow: hidden;
}
.computer-img-box-imgbox .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: fade 9s infinite;
    transition: opacity 0.5s ease-out;
}

.computer-img-box-imgbox .slide:nth-child(1) {
    animation-delay: 0s;
}
.computer-img-box-imgbox .slide:nth-child(2) {
    animation-delay: 3s;
}
.computer-img-box-imgbox .slide:nth-child(3) {
    animation-delay: 6s;
}

@keyframes fade {
    0%   { opacity: 0; }
    5%   { opacity: 1; }
    30%  { opacity: 1; }
    35%  { opacity: 0; }
    100% { opacity: 0; }
}