* {
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.head-top {
    height: 80px;
}

.header .logo {
    margin-top: 18px;
    height: 46px;
}

.header .logo-top {
    vertical-align: top;
    margin-top: 30px;
    margin-left: 20px;
}

.header .right {

}

.header .right ul {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}

.header .right ul li {
    float: left;
    margin-right: 32px;
}

.header .right ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    color: #222;
}

.header .right ul li.on a, .header .right ul li:hover a {
    border-bottom: 3px solid #ff5908;
    color: #ff5908;
}

.header .right .search {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #dedede;
    box-sizing: border-box;
    width: 216px;
    height: 38px;
    margin-top: 22px;
    border-radius: 50px;
    padding: 0 15px;
}

.header .right .search input[type="text"] {
    height: 36px;
    width: 160px;
    display: inline-block;
    font-size: 16px;
}

.header .right .search img {
    float: right;
    margin-top: 10px;
}

.header .right .login-top {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 16px;
}

.header .right .login-top a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #222;
}

.header .right .login-top a:hover {
    color: #ff5908;
}

.header .right .login-top span {
    display: inline-block;
    margin: 0 15px;
    color: #d6d6d6;
    font-size: 14px;
}

.swiper-container1 {
    width: 100%;
    height: 500px;
}

.swiper-slide1 {
    overflow: hidden;
    width: 100%;
}

.swiper-slide1 img {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    width: 1920px;
    height: 500px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 22px;
    background: #fff;
}

.index-main1 {
    text-align: center;
    height: 80px;
}

.index-main1 ul {
    display: inline-block;
    margin-top: 26px;
    color: #333333;
}

.index-main1 ul li {
    float: left;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-right: 35px;
}

.index-main1 ul li :last-child {
    margin-right: 0;
}

.index-main1 ul li a {
    display: block;
    color: #333333;
}

.index-main1 ul li a:hover {
    color: #ff5908;
}

.bg {
    background: #f5f6f6;
}

.index-main2 {
    padding: 52px 0 46px;
}

.index-title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.index-main2 ul {
    margin-top: 28px;
}

.index-main2 ul li, .kc-main3 li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 285px;
    position: relative;
}

.sp {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    padding: 5px 10px;
    /*box-sizing: border-box;*/
    background: #fd5a22;
    border-radius: 3px;
    color: #fff;

}

.index-main2 ul li:nth-child(4n), .kc-main3 li:nth-child(4n) {
    margin-right: 0;
}

.index-main2 ul li img, .kc-main3 li img {
    display: block;
    width: 100%;
    height: 132px;
}

.index-main2 ul li div,
.index-main3-con > .left div,
.index-main3-list li .right,
.kc-main3 li div {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 18px;
}

.index-main2 ul li div h1,
.index-main3-con > .left div h1,
.index-main3-list li .right h1,
.kc-main3 li div h1 {
    font-size: 20px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-main2 ul li:hover div h1,
.index-main3-con > .left div:hover h1,
.index-main3-list li:hover .right h1,
.kc-main3 li:hover div h1 {
    color: #ff5908;
}

.index-main2 ul li div h3,
.index-main3-list li .right h3,
.kc-main3 li div h3 {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    margin-bottom: 35px;
}

.index-main2 ul li div p,
.index-main3-con > .left div p,
.index-main3-list li .right p,
.kc-main3 li div p {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}

.index-main2 ul li div p i,
.index-main3-con > .left div p i,
.index-main3-list li .right p i,
.kc-main3 li div p i {
    color: #ff5908;
}

.index-main2 ul li div p span,
.index-main3-con > .left div p span,
.index-main3-list li .right p span,
.kc-main3 li div p span {
    text-decoration: line-through;
    color: #999999;
    margin-left: 8px;
}

.ckgd-btn {
    display: block;
    font-size: 14px;
    line-height: 14px;
    width: 60px;
    color: #555555;
    margin: 28px auto 0;
    text-align: center;
}

.ckgd-btn:hover {
    color: #ff5908;
}

.index-gg {

}

.index-gg img {
    display: block;
    width: 100%;
    height: 90px;
}

.index-main3 {
    padding: 50px 0 48px;
}

.index-main3-con {
    padding-top: 30px;
    padding-bottom: 20px;
}

.index-main3-con > .left, .index-main3-con > .right {
    width: 590px;
}

.index-main3-con > .left {
    background: #fff;
}

.index-main3-con > .left img {
    display: block;
    width: 100%;
    height: 274px;
}

.index-main3-con > .left div h3 {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    height: 52px;
    margin-top: 6px;
    margin-bottom: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-main3-con > .left div {
    padding: 20px;
    height: 170px;
}

.index-main3-list li {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

.index-main3-list li:last-child {
    margin-bottom: 0;
}

.index-main3-list li .left {
    height: 135px;
    width: 290px;
    display: block;
}

.index-main3-list li .right {
    width: 300px;
}

.index-main4 {
    padding: 50px 0;
}

.index-main4 ul {
    padding-top: 30px;
    padding-bottom: 20px;
}

.index-main4 ul li {
    float: left;
    width: 224px;
    margin-right: 20px;
    background: #fff;
}

.index-main4 ul li:nth-child(5n) {
    margin-right: 0;
}

.index-main4 ul li img {
    display: block;
    width: 100%;
    height: 104px;
}

.index-main4 ul li div {
    padding: 14px 16px 22px;
}

.index-main4 ul li div h1 {
    color: #333;
    line-height: 16px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-main4 ul li:hover div h1 {
    color: #ff5908;
}

.index-main4 ul li div p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 6px;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.foot-top {
    height: 105px;
}

.foot-top ul {
    display: flex;
    padding-top: 30px;
}

.foot-top ul li {
    flex: 1;
}

.foot-top ul li div {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.foot-top ul li h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    margin-top: 3px;
}

.foot-top ul li p {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin-top: 8px;
}

.footer {
    background: #333;
    position: relative;
    /*padding-top: 55px;*/
}

.foot-main1 {
    padding-top: 55px;
    padding-bottom: 32px;
    height: 335px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, .02);
    display: inline-block;
    float: left;
}

.foot-main1 ul {
    display: block;
    float: left;
    height: 205px;
    overflow: hidden;
}

.foot-main1 ul li {
    margin-bottom: 20px;
    line-height: 14px;
}

.foot-main1 ul li a {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    color: #999999;
    display: inline-block;
}

.foot-main1 ul li:first-child {
    font-size: 16px;
    color: #dddddd;
    margin-bottom: 34px;
}

.foot-main1 ul li:nth-child(6) {
    margin-bottom: 0;
}

.foot-main1 ul:first-child {
    width: 128px;
}

.foot-main1 ul:nth-child(2) {
    width: 190px;
}

.foot-main1 ul:nth-child(2) li {
    width: 90px;
}

.foot-main1 ul:nth-child(2) li:nth-child(n+7) {
    position: relative;
    left: 90px;
    top: -155px;
}

.foot-main1 ul:nth-child(3) {
    width: 462px;
}

.foot-main1 ul:nth-child(3) li {
    width: 142px;
}

.foot-main1 ul:nth-child(3) li:nth-child(n+7) {
    position: relative;
    left: 142px;
    top: -155px;
}

.foot-main1 ul:nth-child(3) li:nth-child(n+12) {
    position: relative;
    left: 284px;
    top: -330px;
}

.foot-main2 {
    float: right;
    width: 415px;
    height: 132px;
    box-sizing: border-box;
    padding-left: 78px;
    padding-top: 45px;
    position: relative;
}

.foot-main2::before {
    content: "";
    display: block;
    width: 800px;
    height: 1px;
    background: rgba(255, 255, 255, .02);
    left: -5px;
    bottom: 0;
    position: absolute;
}

.foot-main2 p {
    font-size: 14px;
    line-height: 34px;
    color: #dddddd;
}

.foot-main3 {
    float: right;
    width: 415px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 50px;
}

.foot-main3 > div {
    display: block;
    width: 116px;
    float: left;
    margin: 0 20px;
}

.foot-main3 > div div {
    display: block;
    background: url("../images/weixin-k.png");
    width: 116px;
    height: 124px;
    box-sizing: border-box;
    padding-top: 16px;
}

.foot-main3 > div div img {
    width: 85px;
    height: 85px;
    display: block;
    margin: 0 auto;
}

.foot-main3 > div p {
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #999999;
}

.foot-main4 {
    width: 100%;
    /*text-align: center;*/
    font-size: 12px;
    height: 75px;
    border-top: 1px solid rgba(255, 255, 255, .02);
    line-height: 75px;
}

.foot-main4 p, .foot-main4 a {
    color: #8f8f8f;
}

.top-btn {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 20px;
    cursor: pointer;
    z-index: 99;
}

.foot-right {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 99;
}

.foot-right ul li {
    margin: 7px 0;
    border-radius: 50px;
}

.foot-right ul li .right-icon {
    background: #ff5908;
    display: block;
    border-radius: 50px;
    cursor: pointer;
}

.foot-right ul li:nth-child(3) {
    background: #ff5908;
    height: 126px;
}

.foot-right ul li:nth-child(3) p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    width: 48px;
    padding: 0 15px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    position: relative;
    top: -3px;
}

.foot-right ul li:nth-child(2) {
    background: #ff5908;
    position: relative;
}

.foot-right ul li:nth-child(2):hover {
    border-radius: 0 50px 50px 0;
}

.foot-right ul li:nth-child(2) p {
    position: absolute;
    color: #fff;
    width: 140px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ff5908;
    left: -128px;
    font-size: 14px;
    top: 0;
    border-radius: 50px 0 0 50px;
    display: none;
}

.foot-right ul li:nth-child(2):hover p {
    display: block;
}

.foot-right ul li:nth-child(1) {
    position: relative;
}

.foot-right ul li:nth-child(1) div {
    background: url("../images/weixin-bg.png") no-repeat;
    position: absolute;
    width: 142px;
    height: 155px;
    left: -147px;
    padding-right: 10px;
    box-sizing: border-box;
    top: 0;
    display: none;
}

.foot-right ul li:nth-child(1):hover div {
    display: block;
}

.foot-right ul li:nth-child(1) div img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 10px auto;
}

.foot-right ul li:nth-child(1) div p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

/*注册*/
.login-bg {
    background: #f2f2f2;
    height: 100vh;
}

.logo2 {
    margin-top: 40px;
    margin-left: 40px;
}

.login-main {
    /*width: 60%;*/
    background: #fff;
    /*height: 86vh;*/
    /*position: fixed;*/
    top: 30px;
    /*top: 55%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    width: 1090px;
    /*min-width: 950px;*/
    height: 722px;
    margin: 32px auto 80px;
}

.login-main .left {
    height: 100%;
    /*max-width: 42%;*/
    width: 465px;
    display: block;
    float: left;
}

.login-main .right {
    width: 422px;
    margin-right: 100px;
    /*margin: 0 auto;*/
    display: block;
    /*text-align: center;*/
}

.login-main .right h2 {
    margin-top: 72px;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 50px;
    text-align: center;
}

.login-main .right div {
    /*margin-bottom: 20px;*/
    position: relative;
    width: 100%;
    display: block;
    /*margin: 0 auto 20px;*/
}

.login-main .right input[type="text"],
.login-main .right input[type="password"] {
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    border: 1px solid #dedddd;
    padding: 0 18px;
    font-size: 14px;
    margin-bottom: 20px;
    /*margin-bottom: 3%;*/
}

.login-main .right div.yzm img {
    display: block;
    position: absolute;
    top: 9px;
    right: 9px;
    width: 120px;
    height: 35px;
    border-left: 1px solid #dedddd;
    padding-left: 12px;
}

.login-main .right div.yzm input[type="text"] {
    padding-right: 158px;
}

.login-main .right div.yzm-sj input[type="text"] {
    width: 272px;
    vertical-align: top;
}

.login-main .right div.yzm-sj button {
    width: 140px;
    height: 52px;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: 5px;
    border: 1px solid #dedddd;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 50px;
}

.login-main .right div .tj-btn {
    width: 100%;
    height: 52px;
    display: block;
    background: #ef752b;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    line-height: 52px;
}

.zc-main .zc-p {
    text-align: right;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}

.zc-main .zc-p a {
    color: #ef752b;
}

/*登录*/
.dl-main .hd ul {
    text-align: center;
}

.dl-main .hd ul li {
    font-size: 26px;
    line-height: 26px;
    display: inline-block;
    /*margin-top: 72px;*/
    cursor: pointer;
    color: #222222;
    border-bottom: 3px solid transparent;
    padding-bottom: 14px;
    margin: 72px 12px 60px;
}

.dl-main .hd ul li.on {
    border-bottom: 3px solid #ff5908;
}

.zd-btn {
    margin-top: 10px;
    font-size: 14px;
    line-height: 12px;
    color: #333333;
}

.zd-btn input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: top;
}

.dl-main .dl-p {
    text-align: right;
    font-size: 14px;
    margin-top: 20px;
    color: #333;
}

.dl-main .dl-p span {
    margin: 0 2px;
    display: inline-block;
}

.dl-main .dl-p a {
    color: #333;
}

.dl-main .dl-p a.zc-btn {
    color: #ff5908;
}

/*找回密码*/
.zh-main {
}

.zh-main .right h2, .zhcg-main .right h2 {
    margin-top: 150px;
}

/*找回密码成功*/
.zhcg-main {

}

.zhcg-main .right img {
    display: block;
    margin: 0 auto;
}

.zhcg-main .right h2 {
    margin-bottom: 100px;
}

.zhcg-main .right p {
    text-align: center;
    color: #555;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 114px;
}

/*课程*/
.kc-main {
    padding: 20px 0;
}

.kc-main1 {
    background: #fff;
    padding: 8px 30px;
    box-sizing: border-box;
}

.kc-main1 div {
    /*height: 44px;*/
    line-height: 44px;
    border-bottom: 1px dashed #f0f0f0;
}

.kc-main1 div:last-child {
    border-bottom: 1px dashed transparent;
}

.kc-main1 h2 {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.kc-main1 ul {
    width: 1050px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    height: 24px;
    overflow: hidden;
}

.kc-main1 div.on ul {
    overflow: auto;
    height: auto;
}

.kc-main1 ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
}

.kc-main1 ul li a {
    padding: 0 8px;
    font-size: 13px;
    display: block;
    color: #333333;
    height: 24px;
    line-height: 24px;
}

.kc-main1 ul li.on a, .kc-main1 ul li:hover a {
    background: #ff5908;
    color: #fff;
}

.kc-main1 div a.zk-btn {
    font-size: 12px;
    float: right;
}

.kc-main1 div a.zk-btn img {
    margin-left: 8px;
    transition: all .3s;
    transform: rotateZ(0deg);
}

.kc-main1 div.on a.zk-btn img {
    transition: all .3s;
    transform: rotateZ(180deg);
}

.kc-main2 {
    background: #fff;
    margin-top: 10px;
}

.kc-main2 li {
    float: left;
    height: 36px;
    padding: 0 18px;
    line-height: 36px;
    text-align: center;
    color: #222222;
    font-size: 13px;
    display: flex;
    border-right: 1px solid #eaeaea;
}

.kc-main2 li a {
    display: block;
    color: #222222;
    line-height: 36px;
}

.kc-main2 li.on a, .kc-main2 li:hover a {
    color: #ff5908;
}

.kc-main2 li a span {
    display: inline-block;
    background: url("../images/icon-jiao1.png") no-repeat;
    width: 7px;
    height: 9px;
    margin-left: 6px;
}

.kc-main2 li.on a span, .kc-main2 li:hover a span {
    background: url("../images/icon-jiao2.png") no-repeat;
}

.kc-main3 {
    margin-top: 20px;
}

.jzgd-btn {
    display: block;
    text-align: center;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    background: #fff;
    line-height: 48px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;
}

/*课程详情页*/
.kcxp-main {
    padding-bottom: 20px;
}

.kcxp-main1 {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #555;
}

.kcxp-main1 a {
    color: #555;
}

.kcxp-main1 span {
    color: #999;
}

.kcxp-main2 {
    background: #fff;
    padding: 40px 40px 50px;
    box-sizing: border-box;
}

.kcxp-main2 .left{
 position: relative;
}

.kcxp-main2 .left > img {
    display: block;
    margin-bottom: 40px;
    width: 520px;
    height: 241px;
}

.sc-btn {
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    color: #777;
    cursor: pointer;
}

.sc-btn img {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.sc-btn.on {
    color: #ff5908;
}

.bshare-custom.icon-medium-plus a.fx-btn {
    background: transparent !important;
    padding: 0 !important;
    width: 92px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #90c320;
    border-radius: 3px;
    margin-left: 30px;
    color: #90c320 !important;
    font-size: 14px;
}

.bshare-custom.icon-medium-plus a:hover {
    text-decoration: none !important;
}

.bshare-custom.icon-medium-plus a.fx-btn img {
    vertical-align: top;
    margin-top: 7px;
    margin-right: 5px;
}

.kcxp-main2 .right {
    width: 560px;
}

.kcxp-main2 .right h1 {
    font-size: 30px;
    line-height: 30px;
    color: #222;
}

.kcxp-main2 .right h3 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 28px;
}

.kcxp-main2 .right h3 span {
    color: #999999;
}

.kcxp-main2 .right h6 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 22px;
}

.kcxp-main2 .right h2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 16px;
}

.kcxp-main2 .right h2 i {
    color: #ff5908;
}

.kcxp-main2 .right h2 span {
    text-decoration: line-through;
    font-size: 14px;
    color: #999;
    margin-left: 15px;
}

.kcxp-main2 .right h5 {
    font-size: 12px;
    color: #999;
    margin-top: 12px;
}

.kcxp-main2 .right h4 {
    margin-top: 20px;
    font-size: 18px;
}

.kcxp-main2 .right h4 a {
    display: inline-block;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #fe7d2f;
    border-radius: 50px;
    color: #fe7d2f;
    margin-right: 6px;

}

.kcxp-main2 .right h4 a:hover {
    color: #fff;
    background: #fe7d2f;
}

.kcxp-main2 .right h4 .d {
    color: #ff5908;
    margin: 0 5px;
}

.kcxp-main2 .right h4 .time-date {
    color: #ff5908;
}

.kcxp-main2 .right h4 .time-date span {
    height: 32px;
    line-height: 32px;
    width: 32px;
    color: #fff;
    background: #fe7d2f;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin: 0 12px;
}

.gm-btn {
    width: 141px;
    height: 50px;
    background: url("../images/btn-bg.jpg");
    text-align: center;
    line-height: 50px;
    color: #fff;
    display: block;
    font-size: 20px;
    margin-top: 26px;
}

.kcxp-main3 {
    margin-top: 10px;
}

.kcxp-main3 > .left {
    width: 890px;
    background: #fff;
}

.kcxp-main3 > .right {
    width: 300px;
    background: #fff;
}

.kcxq-main3-list1 {
    /*padding-top: 8px;*/
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #eae9e9;
    padding: 8px 30px 0;
    width: 890px;
    background: #fff;
    z-index: 98;
    box-sizing: border-box;
}

.kcxq-main3-list1 li {
    float: left;
    line-height: 38px;
    height: 38px;
    border-bottom: 2px solid transparent;
    margin-right: 24px;
}

.kcxq-main3-list1 li a {
    display: block;
    color: #333;
}

.kcxq-main3-list1 li.on, .kcxq-main3-list1 li:hover {
    border-bottom: 2px solid #fe7d2f;
}

.kcxq-main3-list1 li.on a, .kcxq-main3-list1 li:hover a {
    color: #fe7d2f;
}

.kcxq-title {
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    position: relative;
}

.kcxq-title::before {
    content: "";
    display: block;
    width: 4px;
    height: 22px;
    position: absolute;
    background: #90c320;
    top: 0;
    left: -30px;
}

.kcxq-main3-list2 {
    padding: 20px 30px 50px;
    min-height: 200px;
}

.kcxq-main3-list2 #main1 {
    font-size: 26px;
    line-height: 50px;
    color: #777777;
}

.kcxq-main3-list2 #main1 video {
    width: 100%;
    margin-top: 20px;
}

.kcxq-main3-list2 #main1 img {
    max-width: 100%;
}

.kcxq-main3-list2 #main2 {
    padding-top: 35px;
}

.kcxq-main3-list2 #main2 h3 {
    margin-top: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #777;
    border-bottom: 1px solid #eae9e9;
}

.kcxq-main3-list2 #main2 ul li {
    border-bottom: 1px solid #eae9e9;
    height: 84px;
    box-sizing: border-box;
}

.kcxq-main3-list2 #main2 ul li .right p {
    margin-top: 26px;
    display: inline-block;
    line-height: 30px;
    color: #888888;
    font-size: 14px;
}

.kcxq-main3-list2 #main2 ul li .right a {
    display: inline-block;
    margin-top: 26px;
    height: 30px;
    line-height: 28px;
    width: 84px;
    border: 1px solid #cecece;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-left: 14px;
    box-sizing: border-box;
    cursor: context-menu;
}

.kcxq-main3-list2 #main2 ul li .left {
    width: 50%;
}

.kcxq-main3-list2 #main2 ul li .left h2 {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
}

.kcxq-main3-list2 #main2 ul li .left p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}

.kcxq-main3-list2 #main2 ul li.gm-list .right a,
.kcxq-main3-list2 #main2 ul li.sx-list .right a {
    color: #ff6d00;
    border: 1px solid #ff6d00;
    cursor: pointer;
}

.kcxq-main3-list2 #main2 ul li.gm-list .right a:hover,
.kcxq-main3-list2 #main2 ul li.sx-list .right a:hover,
.kcxq-main3-list2 #main2 ul li.sx-list .left a:hover {
    background: #ff6d00;
    color: #fff;
}

/*.kcxq-main3-list2 #main2 ul li.sx-list .left h2 {*/
/*    margin-top: 26px;*/
/*    height: 30px;*/
/*    line-height: 28px;*/
/*    display: inline-block;*/
/*    max-width: 75%;*/
/*}*/

.kcxq-main3-list2 #main2 ul li.sx-list .left a {
    display: inline-block;
    vertical-align: top;
    margin-top: 26px;
    height: 30px;
    line-height: 28px;
    width: 84px;
    font-size: 14px;
    color: #ff6d00;
    border: 1px solid #ff6d00;
    text-align: center;
    margin-left: 14px;
    box-sizing: border-box;
}

.kcxq-main3-list2 #main3 {
    padding-top: 50px;
}

.kcxq-main3-list2 #main3 a {
    width: 200px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 48px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #90c320;
    color: #90c320;
    margin: 0 auto;
}

.kcxp-main3 > .right h1.kcxq-title2 {
    height: 50px;
    border-bottom: 1px solid #eae9e9;
    padding: 0 20px;
    line-height: 50px;
    box-sizing: border-box;
}

.kcxq-main3-list3 {
    margin: 0;
    padding: 20px 20px 0;
    box-sizing: border-box;
}

.kcxq-main3-list3 li {
    width: 260px;
    margin-right: 0;
    margin-bottom: 0;

}

.kcxq-main3-list3 li img {
    width: 100%;
    height: 120px;
}

.kcxq-main3-list3 li div {
    padding: 14px 0 20px;
}

.kcxq-main3-list3 li div h1 {
    font-size: 16px;
    line-height: 16px;
}

.kcxq-main3-list3 li div h3 {
    margin-bottom: 20px;
}

.kcxp-main3 > .right h1.kcxq-title3 {
    margin-top: -20px;
    font-size: 16px;
    line-height: 16px;
}

/*支付方法*/
.zf-top {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #555555;
}

.gm-main {
    padding-bottom: 50px;
}

.gm-main1 {
    height: 400px;
    background: #fff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}

.gm-main1 h1 {
    font-size: 22px;
    line-height: 22px;
    margin-top: 60px;
    text-align: center;
}

.gm-main2 {
    text-align: center;
    margin-top: 50px;
}

.gm-main2 div {
    display: inline-block;
    margin: 0 8px;
    border: 1px solid #b0c2e1;
    cursor: pointer;
    /*width: 170px;*/
    /*height: 42px;*/
}

.gm-main2 div.on {
    border: 1px solid #ff8400;
}

.gm-main2 div img {
    display: block;
    /*margin-top: -1px;*/
    /*margin-left: -1px;*/
}

.gm-main1 h2 {
    margin-top: 50px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.gm-main1 h2 span {
    font-size: 20px;
    color: #fe2e2e;
    margin: 0 5px;
}

.gm-main1 .gm-btn2 {
    display: block;
    height: 46px;
    width: 185px;
    margin: 26px auto 0;
    background: #ff8400;
    color: #fff;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

/*动态*/
.dt-list1 {
    text-align: center;
    padding: 30px 0;
}

.dt-list1 li {
    /*float: left;*/
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
    margin: 0 3px;
}

.dt-list1 li a {
    color: #333;
    display: block;
}

.dt-list1 li:hover, .dt-list1 li.on {
    background: #ff6d00;
    border: 1px solid #ff6d00;
}

.dt-list1 li:hover a, .dt-list1 li.on a {
    color: #fff;
}

.dt-main {
    padding-bottom: 20px;
}

.dt-main2 {
    background: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
}

.dt-main2 ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.dt-main2 ul li:last-child {
    border-bottom: 0px;
}

.dt-main2 ul li img {
    display: block;
    width: 234px;
    height: 108px;
    float: left;
}

.dt-main2 ul li div {
    width: 855px;
    float: right;
}

.dt-main2 ul li div h2 {
    font-size: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt-main2 ul li div p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jzgd-btn2 {
    background: #f9f9f9;
}

/*动态详情页*/

.xwdt-xq-top {
    /*padding-top: 82px;*/
    height: 96px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 5px #e4e4e4;
    /*border-top: 1px solid #eee;*/
}

.xwdt-xq-top .fh {
    display: inline-block;
    width: 120px;
    height: 38px;
    font-size: 13px;
    color: #666666;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    text-align: center;
    line-height: 36px;
    margin-top: 31px;
}

.xwdt-xq-top .fh span {
    font-size: 14px;
    font-family: SimSun;
    font-weight: bold;
    margin-right: 12px;
}

.xwdt-xq-top .right {
    line-height: 96px;
    color: #999999;
    font-size: 14px;
}

.xwdt-xq-top .right img {
    margin-top: 38px;
    vertical-align: top;
}

.xwdt-xq-top .right a {
    color: #999999;
}

.xwdt-xq-main {
    padding: 0 0 20px;
    background: #f7f7f7;
}

.xwdt-xq-main .xwzx-xq-main1 {
    margin-top: 20px;
    padding: 70px 50px 60px;
}


.xwzx-xq-main1 {
    /*padding: 20px 0;*/
    box-sizing: border-box;
    padding: 30px 40px 50px;
    background: #fff;
    margin-top: 20px;
}

.xwzx-xq-main1 > h2 {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
    color: #333333;
}

.hyfa-xq-sj {
    text-align: center;
    margin: 30px 0;
}

.hyfa-xq-sj p {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
    margin: 0 10px;
}

.hyfa-xq-sj p img {
    vertical-align: top;
    /*margin-top: 2px;*/
    margin: 2px 6px 0;
}

.hyfa-xq-content {
    font-size: 15px;
    line-height: 28px;
}

.hyfa-xq-content img {
    max-width: 100%;
}

.hyfa-xq-bottom {
    margin-top: 48px;
}

.hyfa-xq-bottom .left {
    width: 50%;
}

.hyfa-xq-bottom .left p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hyfa-xq-bottom .left p, .hyfa-xq-bottom .left p a {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.hyfa-xq-bottom .left p a:hover {
    color: #015cae;
}

.hyfa-xq-bottom .right {
    margin-top: 10px;
}

.hyfa-xq-bottom .right a {
    background-image: url("../images/fx.png") !important;
    /*width: 30px;*/
    height: 30px !important;
    line-height: 30px;
    padding-left: 30px !important;
    /*margin: 0 4px;*/
}

.hyfa-xq-bottom .right a.bshare-qqim {
    background-position: 0 0;
}

.hyfa-xq-bottom .right a.bshare-qzone {
    background-position: -32px 0;
}

.hyfa-xq-bottom .right a.bshare-sinaminiblog {
    background-position: -64px 0;
}

.hyfa-xq-bottom .right a.bshare-weixin {
    background-position: -96px 0;
}

.hyfa-xq-bottom .bshare-custom.icon-medium-plus a.bshare-more.more-style-addthis {
    background: url("../images/fx.png") -129px 0 !important;
    /*background-position: -129px 0;*/
    padding-left: 30px !important;
}

.hyfa-xq-bottom .right a.bshare-more {
    background-position: -129px 0;
}

.hyfa-xq-bottom .right p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

/*关于我们*/
.ht-main {
    padding: 20px 0;
}

.ht-main .left {
    width: 230px;
    background: #fff;
    padding: 24px 0;
    min-height: 610px;
    box-sizing: border-box;
}

.ht-main .left ul li {
    width: 100%;
    margin-bottom: 14px;
    text-align: center;
}

.ht-main .left ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    border-left: 2px solid transparent;
    color: #333;
    font-size: 18px;
}

.ht-main .left ul li.on a, .ht-main .left ul li:hover a {
    border-left: 2px solid #ff6d00;
    color: #ff6d00;
}

.ht-main .right {
    width: 950px;
    background: #fff;
    padding: 30px;
    min-height: 610px;
    box-sizing: border-box;
}

.ht-main .right .ht-list {
    border-bottom: 1px solid #e7e7e7;
}

.ht-main .right .ht-list li {
    float: left;
    font-size: 18px;
    margin-right: 38px;
}

.ht-main .right .ht-list li a {
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 18px;
    display: block;
    color: #333;
}

.ht-main .right .ht-list li.on a,
.ht-main .right .ht-list li:hover a {
    border-bottom: 2px solid #ff6d00;
}

.ht-gywm {
    margin-top: 36px;
}

.ht-gywm p {
    font-size: 18px;
    line-height: 36px;
}

/*基本信息*/

.selcon {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}

.selcon .icon {
    width: 62px;
    height: 62px;
    fill: currentColor;
    overflow: hidden;
}

.selcon .item {
    float: left;
    position: relative;
    /*margin-right: 25px;*/
}

.selcon .addImg {
    width: 62px;
    height: 62px;
}

.selcon .upload_input {
    display: none;

}

.selcon .preview {
    position: absolute;
    width: 62px;
    height: 62px;
    left: 0;
    top: 0px;
}

.selcon .click {
    position: absolute;
    width: 62px;
    height: 62px;
    left: 0;
    top: 0px;
    z-index: 1;
    cursor: pointer;
}

.selcon .delete {
    position: absolute;
    right: -10px;
    top: -15px;
    cursor: pointer;
    display: none;
    height: 15px;
}

.selcon .preview img {
    width: 100%;
    height: 100%;
}

.ht-xinxi {
    margin-top: 30px;
}

.ht-xinxi div {
    margin-bottom: 18px;
}

.ht-xinxi div p {
    width: 92px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-right: 16px;
}

.ht-xinxi div input[type="text"] {
    width: 330px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;

    padding: 0 15px;
    font-size: 15px;
}

.xx-tx {
    margin-left: 45px;
    margin-bottom: 12px;
}

.xx-tx div {
    margin-bottom: 0;
}

.xx-tx .selcon {
    margin-right: 20px;
}

.xx-tx h2 {
    display: inline-block;
    vertical-align: top;
    line-height: 62px;
    color: #c1c1c1;
    cursor: pointer;
}

.xx-tx h2 img {
    margin-right: 12px;
    cursor: pointer;
}

.ht-xinxi div label {
    margin-right: 40px;
    font-size: 16px;
    color: #333;
}

.ht-xinxi div label input {
    margin-right: 10px;
}

.ht-xinxi div input[type="submit"] {
    width: 235px;
    height: 44px;
    display: inline-block;
    background: #ff6d00;
    font-size: 20px;
    color: #fff;
    margin-left: 46px;
    margin-top: 30px;
    cursor: pointer;
}

/*账号安全*/
.ht-mm {
    margin-top: 50px;
}

.ht-mm div p span {
    color: #ff0000;
}

.ht-mm div input[type="submit"] {
    width: 140px;
    font-size: 16px;
    margin-left: 15px;
}

.ht-mm div input[type="reset"] {
    width: 140px;
    height: 44px;
    display: inline-block;
    background: #fff;
    font-size: 16px;
    color: #818181;
    margin-top: 30px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    margin-left: 20px;
}

.htkc-list ul li {
    padding: 30px 0;
    border-bottom: 1px solid #e7e7e7;
}

.htkc-list ul li:last-child {
    border-bottom: 0px;
}

.htkc-list ul li img {
    float: left;
    width: 251px;
    height: 117px;
}

.htkc-list ul li div {
    float: left;
    width: 460px;
    margin-left: 25px;
}

.htkc-list ul li div h2 {
    font-size: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.htkc-list ul li div h3 {
    font-size: 22px;
    line-height: 22px;
    margin-top: 26px;
    color: #ff5908;
}

.htkc-list ul li div p {
    margin-top: 38px;
    font-size: 14px;
    line-height: 14px;
    color: #bebebe;
}

.htkc-list ul li .tk-btn {
    float: right;
    vertical-align: top;
    display: block;
    width: 120px;
    height: 40px;
    border: 1px solid #dbdbdb;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #555555;
    margin-top: 40px;
}

.htkc-list ul li .tk-btn:hover {
    background: #ff6d00;
    color: #fff;
    border: 1px solid #ff6d00;
}

.htkc-list .jzgd-btn {
    margin-bottom: 0;
}

/*课程播放*/
.video-main {
    width: 100%;
    height: 100vh;
    position: relative;
}

.video-main-left {
    background: #000000;
    width: 72%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: width .5s;
}

.video-main-left.on {
    width: 100%;
    transition: width .5s;
}

.video-main-right {
    width: 28%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #404449;
    transition: right .5s;
}

.video-main-right.on {
    transition: right .5s;
    right: -28%;
}

.video-head {
    height: 20%;
    width: 100%;
    /*background: #2f2f2f;*/
    position: relative;
    text-align: center;
}

.video-head1 {
    height: 65%;
    width: 100%;
    position: absolute;
    text-align: center;
}

.video-head1 .back {
    font-size: 21px;
    line-height: 21px;
    color: #ed7821;
    position: absolute;
    top: 50%;
    left: 2%;
    margin-top: -10px;
    z-index: 2;
}

.video-head1 .back span {
    font-family: SimSun;
    font-weight: bold;
    margin-right: 10px;
}

.video-main2, .video-main3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
}

.video-main2 p {
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    bottom: 15%;
    left: 0;
    box-sizing: border-box;
    padding: 0 16px;
    color: #fff;
}

.video-main2 p span, .video-main2 p a {
    color: #fe7d2f;
    padding: 0 5px;
}

.video-main2 video {
    width: 100%;
    height: 100%;
    display: block;
}

.video-head-main {
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
}

.video-head-main a {
    display: inline-block;
}

.video-head-main img {
    border-right: 2px solid #fff;
    padding-right: 25px;
    display: block;
}

.video-head-main h2 {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    line-height: 51px;
    margin-left: 25px;
}

.video-right-head {
    position: absolute;
    height: 20vh;
    width: 100%;
    background: #303236;
}

.video-right-head .right-btn {
    position: absolute;
    top: 0;
    left: -53px;
    cursor: pointer;
    transform: rotateZ(0deg);
}

.video-right-head .right-btn.on {
    transform: rotateZ(-180deg);
}

.video-right-head .video-right1 {
    height: 65%;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

.video-right-head .video-right1 h2 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #ed7821;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 5%;
    /*margin-top: 50px;*/
}

.video-right-head .video-right1 a {
    float: right;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    right: 5%;
    width: 158px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #ed7821;
    font-size: 18px;
    color: #fff;
}

.video-right-head .video-right2 {
    height: 35%;
    background: #1f2227;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.video-right-head .video-right2 p {
    font-size: 18px;
    color: #ed7821;
    line-height: 18px;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -9px;
}

.video-list {
    position: absolute;
    height: 80vh;
    width: 100%;
    top: 20%;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0 5%;
    overflow: auto;
    float: left;
    border: none;
}

.video-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /**/
}

.video-list::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

.video-list::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

.video-list::-webkit-scrollbar-thumb:hover {
    background: #959595;
}

.video-list::-webkit-scrollbar-corner {
    background: #179a16;
}

.video-list li {
    /*border-bottom: 1px solid #53575c;*/
    /*box-sizing: border-box;*/
    position: relative;
}

.video-list li::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #53575c;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.video-list li p.left {
    color: #fff;
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-list li.on p.left, .video-list li:hover p.left,
.video-list li.on p.right, .video-list li:hover p.right {
    color: #ed7821;
}

.video-list li p.left span {
    display: inline-block;
    width: 22px;
    height: 18px;
    vertical-align: text-top;
    margin-right: 12px;
    margin-top: 3px;
    background: url("../images/icon-video.png");
}

.video-list li.on p.left span, .video-list li:hover p.left span {
    background: url("../images/icon-video-on.png");
}

.video-list li p.right {
    color: #fff;
    /*position: relative;*/
}

.video-list li p.right a.sx-btn2 {
    height: 26px;
    line-height: 26px;
    color: #fe7d2f;
    border: 1px solid #fe7d2f;
    display: block;
    width: 68px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
}

.video-list li p.right a.sx-btn2:hover {
    background: #fe7d2f;
    color: #fff;
}

/*课程详情-已购买*/
.kcxp-main2 .right .kc-ts {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    margin: 20px 0 15px;
}

.kcxp-main2 .right .kc-ts a {
    width: 102px;
    height: 34px;
    display: inline-block;
    text-align: center;
    background: #fe7d2f;
    color: #fff;
    border-radius: 50px;
    margin-left: 15px;
}

.kcxp-main2 .left > img.kc-img {
    margin-bottom: 0;
}

/*试看结束*/
.video-main3 {
    background: #282828;
    z-index: 10;
}

.video-main3 div {
    position: absolute;
    width: 590px;
    height: 244px;
    left: 50%;
    top: 50%;
    margin-left: -295px;
    margin-top: -122px;
}

.video-main3 div p {
    font-size: 30px;
    line-height: 60px;
    color: #fff;
}

.video-main3 div a {
    display: block;
    margin: 55px auto 0;
    width: 236px;
    height: 68px;
    font-size: 30px;
    line-height: 68px;
    text-align: center;
    background: #ed642d;
    color: #fff;
    border-radius: 3px;
}

/*弹框*/
.bg-main {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
}

.zx-main {
    width: 500px;
    height: 200px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    z-index: 105;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

.zx-main h1 {
    font-size: 30px;
    font-weight: bold;
    transform: rotateZ(45deg);
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.zx-main img {
    height: 110px;
    width: 110px;
    display: inline-block;
    margin-top: 25px;
    margin-left: 15px;
}

.zx-main div {
    float: right;
    width: 300px;
    height: 160px;
    box-sizing: border-box;
    padding-top: 36px;
    padding-right: 20px;

}

.zx-main h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #fe7d2f;
    height: 64px;
}

.zx-main p {
    font-size: 18px;
    color: #333;
}