body {
    background: #f2f2f8 !important;
}
@charset "UTF-8";
/*初始化样式*/

a, a:hover, a:link, a:active {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
ul, li {
    list-style: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: 12px/1.5 "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", arial, helvetica, sans-serif;
}

/*banner*/

.banner_wrap {
    width: 100%;
    position: relative;
}
.banner_wrap .banner_box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner_wrap .seat {
    display: block;
    opacity: 0;
    width: 100%;
    height: 560px;
}
.banner_wrap .banner_box a {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.banner_wrap .banner_box a.on{
    display: block;
}
.banner_wrap .banner_box a img {
    display: block;
    width: 100%;
    /* height: 410px; */
    /*height: 560px;*/
}
.banner_wrap .yuan {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_wrap .yuan li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    margin-right: 5px;
    transition: all 0.3s ease;
}
.banner_wrap .yuan li:last-child {
    margin-right: 0;
}
.banner_wrap .yuan li.on {
    width: 32px;
}
/*广告位*/
.advertisement {
    width: 1280px;
    margin: 232px auto 0;
}

.advertisement .adver_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advertisement .adver_list .adver_item {
    margin-right: 20px;
    position: relative;
    padding-left: 100px;
    flex: 1;
    height: 120px;
    width: 250px;
    /* box-shadow: 0 0 18px rgba(160, 160, 160, .16); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s ease;
    cursor: pointer;
}
.service_body .body_left .body_bottom .title:hover{
    color: #CE0505;
}
.advertisement .adver_list .adver_item:hover{
    margin-top: -15px;
    box-shadow: 0 0 18px rgba(160, 160, 160, .4);
}

.advertisement .adver_list .adver_item:last-child {
    margin-right: 0;
}

.advertisement .adver_list .adver_item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 0;
}
.advertisement .adver_list .adver_item .title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.advertisement .adver_list .adver_item .text {
    position: relative;
    font-size: 14px;
    color: #333;
    height: 50px;
    margin-top: 12px;
}
/*平台资源推荐*/

.platform {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.platform .resources {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.platform .resources .res_left {
    width: 260px;
}
.platform .resources .res_left img {
    display: block;
    width: 100%;
}
.platform .resources .res_list {
    flex: 1;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.platform .resources .res_list .res_item {
    width: 313.33px;
    position: relative;
    padding: 27px 30px 22px;
    cursor: pointer;
    border: 2px solid #fff;
    border-bottom: 1px solid #f2f2f8;
}
.platform .resources .res_list .res_item:hover {
    border: 2px solid #ce0505;
    border-bottom: 1px solid #ce0505;
}
.platform .resources .res_list .res_item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 90px;
    background: #f2f2f8;
    margin-top: -45px;
}
.platform .resources .res_list .res_item:nth-child(3n):after {
    width: 0;
}
.platform .resources .res_list .res_item:nth-last-child(3) {
    border-bottom: 0;
}
.platform .resources .res_list .res_item .res_title {
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 45px;
}
.platform .resources .res_list .res_item .res_title .icon {
    display: block;
    width: 35px;
}
.platform .resources .res_list .res_item .res_title .title {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    margin-left: 10px;
}
.platform .resources .res_list .res_item .res_title .tag {
    padding: 0 6px;
    height: 20px;
    margin-left: 5px;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(to right, #ff2739, #ff8c48);
    border-radius: 10px 0;
    font-size: 16px;
    line-height: 20px;
}
.platform .resources .res_list .res_item .text {
    font-size: 12px;
    color: #9a9a9a;
    line-height: 24px;
    margin-top: 32px;
    height: 72px;
    overflow: hidden;
}
.platform .resources .res_list .res_item .look {
    position: absolute;
    bottom: 0;
    left: -1px;
    width: calc(100% + 2px);
    background: #ce0505;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    display: none;
}
.platform .resources .res_list .res_item:hover .look {
    display: block;
}
/*套餐方案*/
.package_wrap {
    width: 100%;
    background: #f9fbfc;
    padding: 20px 0 40px;
}
.package_wrap .package_center {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.package_wrap .package_center .package_list {
    margin-top: 42px;
    width: max-content;
    display: flex;
    background: #f9fbfc;
}
.package_wrap .package_center .package_list .package_left {
    width: 218px;
    height: 480px;
    background-image: url(../images/index/u207.png);
    background-size:100% 100%;
}
.package_wrap .package_center .package_list .package_left ul{
    width: 218px;
    height: 340px;
}
.package_wrap .package_center .package_list .package_left ul li {
    width: 218px;
    height: 85px;
    padding: 15px;
    border-bottom: 1px solid #fff;
}
.package_wrap .package_center .package_list .package_left .left_cur {
    position: absolute;
    margin-left: 203px;
    margin-top: -35px;
    border-top: 12px solid transparent;
    border-left: 10px solid #FDB862;
    border-bottom: 12px solid transparent;
}
.package_wrap .package_center .package_list .package_left .bottom {
    position: absolute;
}
.package_wrap .package_center .package_list .package_left .package_left_foot .package_text{
    display: flex;
    align-items: center;
    width: 190px;
    height: 35px;
    background-color: rgba(255, 176, 132, 0.698039215686274);
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.package_wrap .package_center .package_list .package_left .package_left_foot .package_text .icon{
    width: 19px;
    height: 19px;
    margin-left: 5px;
}
.package_wrap .package_center .package_list .package_left .package_left_foot .package_text .text_top{
    font-size: 14px;
}
.package_wrap .package_center .package_list .package_left .text_top{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
}
.package_wrap .package_center .package_list .package_left .package_left_foot{
    height: 140px;
    line-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.package_wrap .package_center .package_list .package_left .title{
    font-size: 18px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    color: #fff;
}
.package_wrap .package_center .package_list .package_left .icon{
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.package_wrap .package_center .package_list .package_left .text{
    font-size: 14px;
    color: #fff;
    height: 25px;
    line-height: 25px;
}
.package_wrap .package_center .package_list .package_right{
    width: 1062px;
    border-top: 1px solid #dedede;
}
.package_wrap .package_center .package_list .package_right .pack_title{
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
}
.package_wrap .package_center .package_list .package_right .price{
    font-size: 20px;
    font-weight: 600;
    color: #CE0505;
}
.package_wrap .package_center .package_list .package_right .price_f{
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    text-decoration:line-through
}
.package_wrap .package_center .package_list .package_right .remark{
    font-size: 14px;
    text-align: left;
    color: #666666;
    padding-top: 10px;
    height: 85px;
}

.package_wrap .package_center  .button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.package_wrap .package_center   .button .item{
   padding: 10px 20rpx;
   width: 200px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   background: -webkit-linear-gradient(left, #FF6464, #CF0606);
   color: #fff;
   font-size: 14px;
   margin: 5px;
}
.package_wrap .package_center  .button .item_blue{
    background: -webkit-linear-gradient(left, #00A9FF, #0077FF);
}

.package_wrap .package_center .package_list .package_right .pack_btn{
    padding-top: 15px;
    display: flex;
}
.package_wrap .package_center .package_list .package_right .pack_btn .pack_btn_left{
    width: 140px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(206, 5, 5, 1);
    color: #CE0505;
    display: flex;
    justify-content: center;
}
.package_wrap .package_center .package_list .package_right .pack_btn .pack_btn_right{
    width: 140px;
    height: 30px;
    color: #FFFFFF;
    background-color: rgba(206, 5, 5, 1);
    border: 1px solid rgba(206, 5, 5, 1);
    margin-left: 10px;
    display: flex;
    justify-content: center;
    line-height: 30px;
}


.package_wrap .package_center .package_list .package_right ul{
    width: 1062px;
    height: 480px;
    display: flex;
    flex-wrap: wrap;
}
.package_wrap .package_center .package_list .package_right ul li {
    height: 240px;
    min-height: 240px;
    width: 354px;
    box-sizing: border-box;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 30px;

}
.package_wrap .package_center .package_list .package_right ul li:hover {
   /* box-shadow: 0 0 10px 0px rgba(208, 208, 236, .15); */
    box-shadow: 0px 0px 10px -2px #c7c7c7;
}

.package_wrap .package_center .package_list .package_item {
    width: 295.5px;
    margin-right: 6px;
    transition: all .3s ease;
    box-shadow: 0 0 10px 0px rgba(208, 208, 236, .15);
    padding-bottom: 30px;
}
.package_wrap .package_center .package_list .package_item:hover {
    margin-top: -10px;
    box-shadow: 0 0 10px 0px rgba(208, 208, 236, .35);
}
.package_wrap .package_center .package_list .package_item .title {
    width: 100%;
    height: 103px;
    background: url(../images/index/icon21.png)center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background-size: contain;
}
.package_wrap .package_center .package_list .package_item .title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 24px;
    height: 2px;
    background: #ad94e9;
    transform: translate(-50%, -30px);
}
.package_wrap .package_center .package_list .package_item .two {
    width: 100%;
    padding: 30px 20px 22px;
    border-bottom: 1px solid #f2f2f8;
}
.package_wrap .package_center .package_list .package_item .two .two_title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.package_wrap .package_center .package_list .package_item .two .two_text {
    font-size: 13px;
    color: #9a9a9a;
    line-height: 24px;
    margin-top: 10px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.package_wrap .package_center .package_list .package_item .three {
    width: 100%;
    padding: 30px 20px 22px;
}
.package_wrap .package_center .package_list .package_item .three .three_title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.package_wrap .package_center .package_list .package_item .three .three_text {
    font-size: 13px;
    color: #9a9a9a;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 50px;
}
.package_wrap .package_center .package_list .package_item .price {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #ff2939;
}
.package_wrap .package_center .package_list .package_item .price .line_price{
    color: #999;
    text-decoration: line-through;
    font-size: 13px;
    margin-left: 5px;
    font-weight: bold;
}
.package_wrap .package_center .package_list .package_item .bottom_btn {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.package_wrap .package_center .package_list .package_item .bottom_btn button {
    border: 0;
    ;
    background: #f2f2f8;
    outline: none;
    margin-right: 15px;
    cursor: pointer;
    width: 120px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
}
.package_wrap .package_center .package_list .package_item .bottom_btn button:last-child {
    margin-right: 0;
}
.package_wrap .package_center .package_list .package_item .bottom_btn button i {
    font-size: 18px;
    color: #fa0027;
    margin-right: 10px;
}
.package_wrap .package_center .package_list .package_item .bottom_btn button:hover{
    background-color: #ce0505;;
    color: #fff;
}
.package_wrap .package_center .package_list .package_item .bottom_btn button:hover i{
    color: #fff;
}
.package_wrap .package_center .pcakge_yuan {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.package_wrap .package_center .pcakge_yuan li {
    width: 50px;
    height: 6px;
    background: #aeafb0;
    margin-right: 10px;
    cursor: pointer;
}
.package_wrap .package_center .pcakge_yuan li.on {
    background-color: #ce0505;
}
.package_wrap .package_center .pcakge_yuan li:last-child {
    margin-right: 0;
}
/*小广告图*/

.subbanner {
    width: 100%;
    background-color: #f9fbfc;
    display: block;
}
.subbanner img {
    display: block;
    width: 1280px;
    margin: 0 auto;
}
/*成功案例*/

.case_wrap {
    width: 100%;
    background-color: #f9fbfc;
    padding-top: 70px;
}
.cm_cont {
    min-width: 1280px;
    background: url(../images/index/cm_01.png)center no-repeat;
    background-size: cover;
    margin-top: 40px
}
.cm_cont .cm_cont_title {
    background: rgba(242, 242, 248, 1);
    min-width: 1280px;
    text-align: center;
    padding: 41px 0 24px;
}
.cm_cont .cm_cont_title>p {
    width: 1280px;
    display: inline-block;
    text-align: left;
}
.cm_cont .cm_cont_title>p span:nth-child(1) {
    font-size: 26px;
    font-family: MicrosoftYaHei;
    color: #000000;
    margin-right: 14px;
}
.cm_cont .cm_cont_title>p span:nth-child(2) {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #606266;
}
.cm_cont .cm_cont_one {
    height: 536px;
    text-align: center;
}
.cm_cont .cm_cont_one ul {
    display: inline-block;
    width: 1280px;
    height: 100%;
    padding: 0;
    text-align: left;
}
.cm_cont .cm_cont_one ul li {
    width: 1280px;
    height: 100%;
    list-style: none;
    position: relative;
    display: none;
}
.cm_cont .cm_cont_one ul li.active {
    display: inline-block;
}
.cm_cont .cm_cont_one ul li>img {
    width: 321px;
    height: 495px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.cm_cont .cm_cont_one ul li>div {
    width: 888px;
    float: right;
    box-sizing: border-box;
    height: 100%;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_a {
    padding-top: 52px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_a span {
    font-size: 26px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_a a {
    float: right;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #fef0dc;
    text-decoration: none;
    line-height: 35px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_a a:hover {
    color: #FFFFFF;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_a a::after {
    content: '';
    display: inline-block;
    background: url(../images/index/cm_index65.png);
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_b {
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 22px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_c {
    height: 75px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.6);
    line-height: 25px;
    margin-top: 12px;
    display: inline-block;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_d {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-top: 22px;
    padding-bottom: 41px;
}

.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_d span {
    position: relative;
}

.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_d span:nth-child(1)::after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 7px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: -14px;
    top: 5px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_d span:nth-child(2)::before {
    width: 18px;
    height: 18px;
    content: '';
    display: inline-block;
    margin-right: 7px;
    /*background: url(../images/index/cm_10.png);*/
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 6px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e {
    padding-top: 108px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c2999b;
    padding-bottom: 34px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div {
    display: inline-block;
    float: left;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div p {
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: middle;
    position: relative;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div p span:nth-child(1) {
    display: block;
    width: max-content;
    font-size: 20px;
    font-weight: bold;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    position: relative;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div p span:nth-child(2) {
    position: relative;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    color: #FFFFFF;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div p span.cm_cont_one_div_e_i::after {
    content: '+';
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: -14px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div p i {
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    vertical-align: top;
    margin-left: 6px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div p::after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 48px;
    top: 17px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div:nth-child(1) {
    width: 247px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div:nth-child(2) {
    width: 245px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div:nth-child(3) {
    width: 245px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div:nth-child(4) {
    width: 149px;
}
.cm_cont .cm_cont_one ul li>div .cm_cont_one_div_e div:nth-child(4) p::after {
    width: 0;
}
.cm_cont .cm_cont_two {
    height: 155px;
    background: rgba(24, 8, 77, 1);
    text-align: center;
}
.cm_cont .cm_cont_two ul {
    display: inline-block;
    text-align: left;
    width: 1280px;
    height: 100%;
    padding: 0;
}
.cm_cont .cm_cont_two ul li {
    width: 160px;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    padding: 23px 0 0 23px;
    position: relative;
}
.cm_cont .cm_cont_two ul li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.cm_cont .cm_cont_two ul li p:nth-child(1) {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    padding-left: 4px;
}
.cm_cont .cm_cont_two ul li p:nth-child(2) {
    white-space: nowrap;
    font-weight: 100;
    font-size: 9px;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.2);
    padding-left: 4px;
    margin-top: 4px;
    position: relative;
}
.cm_cont .cm_cont_two ul li p:nth-child(2)::after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 1px;
    background: rgba(255, 255, 255, 0.44);
    position: absolute;
    bottom: -20px;
    left: 4px;
}
.cm_cont .cm_cont_two ul li img {
    width: 24px;
    height: 24px;
    margin-top: 51px;
}
.cm_cont .cm_cont_two ul li a {
    display: none;
    margin-top: 40px;
    width: 115px;
    line-height: 30px;
    border: 1px solid #FFFFFF;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    padding-left: 21px;
    box-sizing: border-box;
    text-decoration: none;
}
.cm_cont .cm_cont_two ul li a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 7px;
    /*background: url(../images/index/cm_index42.png);*/
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 9px;
    cursor: pointer;
}
.cm_cont .cm_cont_two ul li.active {
    width: 320px;
    background: linear-gradient(to bottom, #ff353b 100%, #ff5f42 100%);
}
.cm_cont .cm_cont_two ul li.active img {
    display: none;
}
.cm_cont .cm_cont_two ul li.active a {
    display: inline-block;
}
.cm_cont .cm_cont_two ul li.active a:hover {
    opacity: 0.9;
}
.cm_cont .cm_cont_two ul li:nth-child(1).active::after {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 158px;
    height: 77px;
    background: url(../images/index/akd.png);
    background-size: 100% 100%;
    content: '';
    display: inline-block;

}
.cm_cont .cm_cont_two ul li:nth-child(2).active::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 130px;
    background: url(../images/index/bls.png);
    background-size: 100% 100%;
    content: '';
    display: inline-block;
}
.cm_cont .cm_cont_two ul li:nth-child(3).active::after {
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 120px;
    height: 102px;
    background: url(../images/index/z20.png);
    background-size: 100% 100%;
    content: '';
    display: inline-block;
}
.cm_cont .cm_cont_two ul li:nth-child(4).active::after {
    position: absolute;
    right: 16px;
    bottom: 0;
    width: 150px;
    height: 59px;
    background: url(../images/index/sc.png);
    background-size: 100% 100%;
    content: '';
    display: inline-block;
}
.cm_cont .cm_cont_two ul li:nth-child(5).active::after {
    position: absolute;
    right: 8px;
    bottom: 0;
    width: 62px;
    height: 140px;
    background: url(../images/index/gzxj.png);
    background-size: 100% 100%;
    content: '';
    display: inline-block;
}
.cm_cont .cm_cont_two ul li:nth-child(6).active::after {
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 88px;
    height: 106px;
    background: url(../images/index/jyzb.png);
    background-size: 100% 100%;
    content: '';
    display: inline-block;
}
.cm_cont .cm_cont_two ul li:nth-child(7).active::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 129px;
    height: 105px;
    background: url(../images/index/UIOT.png);
    background-size: 100% 100%;
    content: '';
    display: inline-block;
}
.cm_cont .cm_cont_three {
    height: 145px;
    background: rgba(228, 228, 241, 1);
    text-align: center;
}
.cm_cont .cm_cont_three ul {
    display: inline-block;
    width: 1280px;
    height: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
}
.cm_cont .cm_cont_three ul li {
    display: inline-block;
    float: left;
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(174, 174, 198, 0.17);
    box-sizing: border-box;
    padding: 31px 29px;
}
.cm_cont .cm_cont_three ul li:last-child {
    border-right: 1px solid rgba(174, 174, 198, 0.17);
}
.cm_cont .cm_cont_three ul li p:nth-child(1) {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #303133;
}
.cm_cont .cm_cont_three ul li p:nth-child(2) {
    margin: 6px 0;
}
.cm_cont .cm_cont_three ul li p:nth-child(2) span:nth-child(1) {
    font-size: 34px;
    line-height: 34px;
    display: inline-block;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
}
.cm_cont .cm_cont_three ul li p:nth-child(2) span:nth-child(2) {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #303133;
}
.cm_cont .cm_cont_three ul li p:nth-child(3) {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #909399;
}

/*媒体资源*/
/* line 80, app/views/index/view.scss */
.index-media-wrapper {
    clear: both;
    padding: 40px 0 0px;
    overflow: hidden;
}

/* line 84, app/views/index/view.scss */
.index-media-wrapper h1 {
    position: relative;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e9ee;
}
/* line 93, app/views/index/view.scss */
.index-media-wrapper h1 .bot {
    position: absolute;
    left: 220px;
    bottom: -1px;
    width: 60px;
    border-bottom: 3px solid #09d3f1;
}
/* line 101, app/views/index/view.scss */
.index-media-wrapper .t-summary {
    margin: 15px auto 30px;
    width: 900px;
    text-align: center;
    color: #666;
    font-size: 15px;
}
/* line 108, app/views/index/view.scss */
.index-media-wrapper .index-media {
    margin: 0 auto;
    width: 1280px;
    /* background: white; */
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;

}
/* line 114, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l {
    float: left;
    width: 198px;
    padding: 50px 0 24px;
    background: #0f47fe;
    height: 587px;
    box-sizing: border-box;
    background-image: url(../images/index/media_left.jpg);
}
/* line 123, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l ul li {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-indent: 30px;
    margin-left: 15px;
    cursor: pointer;
    font-size: 17px;
    margin-bottom: 10px;
}
.index-media-wrapper .index-media .nav-l ul li .triangle-left{
    display: none;
    width: 0;
    height: 0;
    margin-top: 8px;
    margin-left: 133px;
    position: absolute;
    border-top: 12px solid transparent;
    border-right: 20px solid white;
    border-bottom: 12px solid transparent;
}
.index-media-wrapper .index-media .nav-l ul li .triangle-left.left_cur{
    display: inline-block;

}
.index-media-wrapper .index-media .nav-l ul li .iconfont{
    margin-right: 12px;
    font-size: 18px;
}
/* line 157, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l ul li.cur {
    color: #fff;
    background-color: #6eb0ff;
}

.targethidden,.catetargethidden {
    display: none;
}
/* line 196, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l .more {
    margin: 30px auto 0;
    width: 80px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
    color: white;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
}
/* line 206, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l .more a {
    color: white;
}
/* line 211, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l-con {
    float: left;
    width: calc(100% - 198px);
}
/* line 214, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l-con .nav-t {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* line 221, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l-con .nav-t ul {
    display: flex;
}

/* line 12, /Users/amanda/Documents/workspace/esoboy/app/styles/_common.scss */
.index-media-wrapper .index-media .nav-l-con .nav-t ul:after {
    clear: both;
}
/* line 224, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l-con .nav-t ul li {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    line-height: 50px;
    flex: 1;
}
/* line 229, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l-con .nav-t ul li a {
    color: #666;
}
/* line 232, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l-con .nav-t ul li.cur {
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #09d3f1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* line 241, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l-con .con {
    width: 100%;
    height: 537px;
    overflow: hidden;
}

.index-media-wrapper .index-media .nav-l-con .con ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/* line 246, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l-con .con ul li{
    min-height: 135px;
    width: 198px;
    box-sizing: border-box;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.index-media-wrapper .index-media .nav-l-con .con ul li:nth-child(5n){
    border-right: 0;
}

.index-media-wrapper .index-media .nav-l-con .con ul li:nth-child(n + 16){
    border-bottom: 0;
}

.index-media-wrapper .index-media .nav-l-con .con ul li .medialogo{
    max-height: 46px;
    margin: 15px 0;
}

.index-media-wrapper .index-media .nav-l-con .con ul li .starmedialogo{
    max-height: 200px;
    height: 200px;
    width: 167px;
    margin:18px 0;
}
.index-media-wrapper .index-media .nav-l-con .con .start_media_hover{
    border: 0;
}
.index-media-wrapper .index-media .nav-l-con .con ul li .newsmidalogo{
    max-width: 100%;
    margin: 30px auto;
    display: block;
}

.index-media-wrapper .index-media .nav-l-con .con ul li .iconfont{
    font-size: 42px;
    margin-top: 28px;
    display: block;
    color: #ff4747;
}
.index-media-wrapper .index-media .nav-l-con .con ul li .media_logo{
    width: 120px;
    height: 60px;
    margin: 6px;
}

.index-media-wrapper .index-media .nav-l-con .con ul li .joinmedialogo{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    max-height: 97px;
    margin: 10px 0;
}

.index-media-wrapper .index-media .nav-l-con .con ul li .authorlogo{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    max-height: 97px;
    margin: 26px 0;
}

.index-media-wrapper .index-media .nav-l-con .con ul li .appmedialogo{
    width: 97px;
    height: 97px;
    max-height: 97px;
}
/* line 261, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l-con .con ul li .media-name {
    height: 32px;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-media-wrapper .index-media .nav-l-con .con ul li .money-media{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #cd0d0d;
    font-weight: bold;
    width: 100%;
    padding: 6px 5px 4px 5px;
}

.index-media-wrapper .index-media .nav-l-con .con ul li .money-media img{
    height: 20px;
}
.index-media-wrapper .index-media .nav-l-con .con ul li .money-media .market_price{
    color: #9b9b9b;
    font-size: 13px;
    text-decoration: line-through;
    margin-top:10px;
}
.index-media-wrapper .index-media .nav-l-con .con ul li .money-media span{
    color: #666;
    font-size: 12px;
    font-weight: normal;
    margin-left: 2px;
}
/* line 266, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l-con .con ul li .media-mask {
    width: 100%;
    height: 36px;
    background-color: #cd0d0d;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    display: none;
    justify-content: center;
    align-items: center;
}

.index-media-wrapper .index-media .nav-l-con .con ul li .money-media .media-mask a{
    flex: 1;
    color: #fff;
    border-right: 1px solid #fff;
}

.index-media-wrapper .index-media .nav-l-con .con ul li .money-media .media-mask a:last-child{
    border-right: 0;
}
/* line 285, app/views/index/view.scss */
.index-media-wrapper .index-media .nav-l-con .con ul li.start_media_hover:hover .media-mask {
    display: block;
}
.index-media-wrapper .index-media .nav-l-con .con ul li .money-media:hover .media-mask {
    display: flex;
}


/* 合作流程 */
.cooperation{
  width: 100%;
  background-color: #f2f2f8;
  padding: 60px 0 40px;
}

.cooperation .cooperation_process{
    width: 1200px;
    margin: 0 auto;
}

.cooperation .cooperation_process .cooperation_title{
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 32px;
    color: #333333;
    letter-spacing: 6px;
}

.cooperation .cooperation_process .cooperation_title:after{
    content: "";
    height: 4px;
    width: 54px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
}

.cooperation .cooperation_process .cooperation_subtitle{
    width: 100%;
    text-align: center;
    color: #969696;
    font-size: 16px;
    margin-top: 40px;
}

.cooperation .cooperation_process .cooperation_wrap{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px;
    box-sizing: border-box;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_tab{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_tab li{
    margin-right: 50px;
    position: relative;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid transparent;
    padding-bottom: 18px;
    cursor: pointer;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_tab li:hover{
    border-bottom: 1px solid #b52226;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_tab li.on{
    border-bottom: 1px solid #b52226;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_tab li.on:after,
.cooperation .cooperation_process .cooperation_wrap .cooperation_tab li:hover:after{
    content:"";
    position: absolute;
    left:50%;
    bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #b52226;
    transform: translateX(-50%);
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_tab li:first-child{
    /*margin-right: 80px;*/
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_list{
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
    display: none;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_list.on{
    display: flex;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_list .cooperation_item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 190px;
    position: relative;
    cursor: pointer;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_list .cooperation_item:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #f0f2fc;
    left: 50%;
    transform: translateY(-50%);
    top:50px;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_list .cooperation_item:last-child:after{
    width: 0;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_list .cooperation_item:last-child{
    margin-right: 0;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_list .cooperation_item>.iconbox{
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 10px rgba(240,240,252,.75);
    border-radius: 50%;
    background: #f0f2fc;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_list .cooperation_item .iconbox img.icon,
.cooperation .cooperation_process .cooperation_wrap .cooperation_list .cooperation_item:hover .iconbox img.iconhover{
    display: block;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_list .cooperation_item:hover .iconbox{
    background: #b52226;
    box-shadow: 0 8px 10px rgba(251,0,18,.38);
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_list .cooperation_item .iconbox .iconhover,
.cooperation .cooperation_process .cooperation_wrap .cooperation_list .cooperation_item:hover .iconbox .icon{
    display: none;
}

.cooperation .cooperation_process .cooperation_wrap .cooperation_list .cooperation_item>p{
    margin-top: 15px;
    color: #333;
    font-size:16px;
}
/*媒介资讯*/
.media_news{
  width: 100%;
  background-color: #fff;
  padding: 60px 0 70px;
}

.media_news .news_center{
  width: 1200px;
  margin: 0 auto;
}

.media_news .news_center .news_content{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.media_news .news_center .news_content .news_left{
  width: 650px;
}

.media_news .news_center .news_content .news_left .news_more{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media_news .news_center .news_content .news_left .news_more .tabs{
  display: flex;
  align-items: center;
}

.media_news .news_center .news_content .news_left .news_more .tabs li{
  font-size: 16px;
  margin-right: 25px;
  cursor: pointer;
}

.media_news .news_center .news_content .news_left .news_more .tabs li.on{
  color: #ce0505;
}

.media_news .news_center .news_content .news_left .news_more .more_btn{
  width: 60px;
  height: 22px;
  font-size: 12px;
  color: #fff;
  background-color: #ce0505;
  text-align: center;
  line-height: 22px;
}

.media_news .news_center .news_content .news_left .tabs_news{
    display: none;
}

.media_news .news_center .news_content .news_left .tabs_news.on{
    display: block;
}


.media_news .news_center .news_content .news_left .news_one{
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.media_news .news_center .news_content .news_left .news_one .news_img{
  width: 220px;
}

.media_news .news_center .news_content .news_left .news_one .news_img img{
  display: block;
    width: 100%;
height: 140px;
}

.media_news .news_center .news_content .news_left .news_one .news_text{
  flex: 1;
  padding-right: 40px;
  margin-left: 15px;
}

.media_news .news_center .news_content .news_left .news_one .news_text .title{
  font-size: 16px;
  color: #070707;
  font-weight: bold;
}

.media_news .news_center .news_content .news_left .news_one .news_text .text{
  font-size: 14px;
  color: #9a9a9a;
  line-height: 24px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.media_news .news_center .news_content .news_left .news_list{
  width: 100%;
  margin-top:10px;
}

.media_news .news_center .news_content .news_left .news_list .news_item{
  display: block;
  width: 100%;
}

.media_news .news_center .news_content .news_left .news_list .news_item .news_link{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  position: relative;
  text-indent: 10px;
  height: 34px;
  color: #333;
}

.media_news .news_center .news_content .news_left .news_list .news_item .news_link:hover{
  color: #ce0505;
}

.media_news .news_center .news_content .news_left .news_list .news_item .news_link:after{
  content: "";
  position: absolute;
  width:4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ce0505;
}

.media_news .news_center .news_content .news_left .news_list .news_item .news_link .title{
    font-size: 14px;
}

.media_news .news_center .news_content .news_left .news_list .news_item .news_link .time{
  color: #9a9a9a;
  font-size: 14px;
}

.media_news .news_center .news_content .problem{
  flex: 1;
  margin-left: 45px;
}

.media_news .news_center .news_content .problem .problem_title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media_news .news_center .news_content .problem .problem_title .title{
  font-size: 16px;
}

.media_news .news_center .news_content .problem .problem_title .more_btn{
  width: 60px;
  height: 22px;
  font-size: 12px;
  color: #fff;
  background-color: #ce0505;
  text-align: center;
  line-height: 22px;
}

.media_news .news_center .news_content .problem .scroll_news{
    width: 100%;
    height: 362px;
    overflow: hidden;
    margin-top: 20px;
}

.media_news .news_center .news_content .problem .problem_lists{
  width: 100%;
}

.media_news .news_center .news_content .problem .problem_lists .problem_item{
  margin-top: 20px;
}

.media_news .news_center .news_content .problem .problem_lists .problem_item:first-child{
    margin-top: 0;
}

.media_news .news_center .news_content .problem .problem_lists .problem_item .problem_one{
  display: flex;
  align-items: center;
}

.media_news .news_center .news_content .problem .problem_lists .problem_item .problem_one img{
  display: block;
  width: 20px;
}

.media_news .news_center .news_content .problem .problem_lists .problem_item .problem_one span{
  margin-left: 10px;
  font-size: 14px;
  color: #333333;
}

.media_news .news_center .news_content .problem .problem_lists .problem_item .problem_two{
  display: flex;;
  align-items: flex-start;
  margin-top: 10px;
}

.media_news .news_center .news_content .problem .problem_lists .problem_item .problem_two img{
  display: block;
  width: 20px;
}

.media_news .news_center .news_content .problem .problem_lists .problem_item .problem_two span{
  margin-left: 10px;
  font-size: 13px;
  color: #9a9a9a;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/*视频弹窗*/
.x-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2000;
    display: none;
}
.x-dialog .x-dialog__content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    max-height: 99%;
}

.x-dialog .x-dialog__content video{
    max-width: 100%;
    max-height: 600px;
}

.x-dialog .x-dialog__content .x-dialog__close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -6px;
    right: -6px;
    background-image: url(../images/index/cm_12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}
/* 服务 */
.service_top{
    width: 100%;
     position: relative;
}
.service_left{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service{
    width: 1280px;
    height: 330px;
    background: #fff;
    position: absolute;
    top: -172px;
}
.service .red{
  color: #CE0505 !important;
}
.service .warning {
    padding-left: 30px;
    display: flex;
    align-items: center;
    background: #ffffff;
    height: 40px;
}
.service .warning .icon {
    width: 20px;
    display: block;
  }
  .service .warning .icon_a {
    margin: 0 1px;
  }
.service .warning .t-summary {
    width: 900px;
    /* text-align: center; */
    color: #666;
    font-size: 13px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.service .service_body{
    display: flex;
    background-color: rgba(255, 255, 255, 1);
}
.service_body .body_left .body_top{
    height: 70px;
    display: flex;
}
.service .service_body .body_left{
    width: 900px;
    background-color: rgba(242, 242, 242, 1);
}
.service .service_body .body_left .item{
    padding: 10px;
    width: 300px;
    padding: 10px;
    width: 300px;
}
.service .service_body .body_left .border{
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;

}
.service .service_body .body_left .check{
    background: #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.service .service_body .body_left .item .font-top{
   font-size: 20px;
   font-weight: 600;
   text-align: center;
}
.service .service_body .body_left .item .font-bottom{
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.service_body .body_left .body_bottom{
    background: #fff;
    height: 260px;
}
.service_body .body_left .body_bottom ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.service_body .body_left .body_bottom ul li{
    min-height: 115px;
    height: 115px;  
    width: 300px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    cursor: pointer;
    position: relative;
}

.service_body .body_left .body_bottom .body_bottom_list ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.service_body .body_left .body_bottom .body_bottom_list ul li{
    min-height: 60px;
    height: 60px;  
    width: 190px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    cursor: pointer;
    margin: 10px;
    padding: 15px;
}

.jz{
    align-content: center;
}

.service_body .body_left .body_bottom .body_bottom_list .title_a{
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.service_body .body_left .body_bottom .body_bottom_list .text_a{
    font-size: 14px;
    padding-top: 3px;
    color: #666666;
}

.service_body .body_left .body_bottom .body_bottom_list .item_border{
  border: 1px solid #E6E6E6;
}
.service_body .body_left .body_bottom .body_bottom_list  .clenk_ul{
    border: 1px solid #CE0505;
}
.service_body .body_left .body_bottom .icon{
    /* border-width: 0px; */
    position: absolute;
    left: 40px;
    /* top: 0px; */
    width: 50px;
    height: 50px;
}
.service_body .body_left .body_bottom .title{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.service_body .body_left .body_bottom .text{
    position: absolute;
    font-size: 14px;
    padding-top: 5px;

}
.service_body .body_left .body_bottom .body_bottom_list{
    display: none;
}
.service_body .body_left .body_bottom .on{
    display: flex !important;
}
.service_body .body_left .body_bottom .body_bottom_list .body_bottom_span{
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #333333;
    margin-left: 10px;
}

.service_body .body_left .body_bottom .border_bottom_body{
    padding: 25px;
}
.service_body .body_left .body_bottom .btn{
    width: 200px;
    height: 35px;
    background: -webkit-linear-gradient(left, #FF6464, #CF0606);
    color: #fff;
    font-size: 14px;
}
.service_body .body_left .body_bottom .btn_text{
    font-size: 14px;
    color: #666666;
}

.service_body .body_left .body_bottom .form_submit{
    padding: 15px  10px 5px 10px;
    display: flex;
    font-size:14px;
}

.service_body .body_left .body_bottom .yzts{
    color: #CE0505;
    font-size:12px;
    padding: 5px 10px;
}

.service_body .body_left .body_bottom .form_submit .add_input{
    width: 260px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E6E6E6;
    padding-left: 15px;
}
.service_body .body_left .body_bottom .form_submit .add_input input{
    border: 0;
    width: 100%;
}
.service_body .body_left .body_bottom .form_submit .left{
    display: flex;
    margin-left: 15px;
}


.service_body .body_left .body_bottom .form_submit .input_left{
    display: flex;
    align-items: center;
    /* width:150px; */
}

.service_body .body_left .body_bottom .form_submit .input_right{
    width:110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #ececec;
}
/* 资源 */
.service_body .body_left .body_bottom .body_bottom_list .resources {
    display: flex;
    margin: 25px;
}
.service_body .body_left .body_bottom .body_bottom_list .resources .item {
    width: 190px;
    height: 200px;
    border: 1px solid #ececec;
    border-radius: 10px;
    text-align: center;
}
.service_body .body_left .body_bottom .body_bottom_list .resources .left {
    margin-left: 20px;
}
.service_body .body_left .body_bottom .body_bottom_list .resources .font_btn {
    width: 130px;
    height: 35px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    background: -webkit-linear-gradient(left, #00A9FF, #0078FF);   
}


.service_body .body_left .body_bottom .body_bottom_list .resources .resources_icon{
    width: 50px;
    height: 50px;
    margin-top: 10px;
}
.service_body .body_left .body_bottom .body_bottom_list .resources .item .title_a{
    font-size: 16px;
    margin-top:15px;
}

.service_body .body_left .body_bottom .body_bottom_list .resources .resources_a{
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 15px;
}
.service_body .body_left .body_bottom .adver_item{
    display: flex;
    justify-content: center;
    align-items: center;

}
.service .service_body .body-right{
    width: 377px;
    height: 330px;
    border-left: 1px solid #ececec;
}

.body-right .body_item{
    height: 216px;
    line-height: 216px;
    text-align: center;

}
.body-right .body_item .icon{
    width: 300px;
    height: 188px;
    margin-top: 20px;
}
.body-right .body_ul{
    height: 114px;
    margin: 0 18px;
}

.service_body .body-right .body_ul ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.service_body .body-right .body_ul ul li{
    min-height: 114px;
    height: 114px;  
    width: 85px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.service_body .body-right .body_ul .icon{
    width: 52px;
    height: 52px;
}
.service_body .body-right .body_ul .text{
    margin-top: 10px;
}
/* 媒体 */
.media{
    width: 628px;
    display: flex;
    margin:0 0 30px 0px;
}
.medialeft{
    margin-left: 20px;
}
.media .media_left{
    padding: 15px 10px;
    width: 219px;
    height: 300px;
    background: linear-gradient(180deg, rgba(255, 176, 53, 1) 0%, rgba(255, 176, 53, 1) 0%, rgba(255, 155, 0, 1) 100%, rgba(255, 155, 0, 1) 100%);
}
.media .media_right{
    width: 415px;
    height: 300px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(228, 228, 228, 1);
}
.media .media_left .media_text{
    display: flex;
    align-items: center;
}
.media .media_left .media_text .icon{
    margin-left: 10px;
   
}
.media .media_left .media_text .text_top{
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
}
.media .media_left .media_text_a .text_top{
    margin-right: 5px;
}
.media .media_left ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.media .media_left ul li{
    width: 90px;
    height: 29px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    margin: 10px 5px 0 3px;
}
.media .fist ul li:hover{
    background: #FFC268;
}

.media .media_left .media_text_a{
    display: flex;
    align-items: center;
    width: 190px;
    height: 35px;
    background-color: rgba(255, 194, 104, 1);
    font-size: 14px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}
.media .media_right .media_top{
    display: flex;
    justify-content: space-between;
    height: 70px;
    border-bottom: 2px solid #ececec;
    line-height: 70px;
    font-size: 14px;
    padding: 15px;
}
.media .media_right .media_top .bq{
    width: 50px;
    font-size: 12px;
    text-align: center;
    background: -webkit-linear-gradient(left, #FF9A36, #FF6933);
    color: #fff;
    border-radius: 25px;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
}
.media .media_right .media_top .lefttop{
    font-size: 14px;
}
.media .media_right .media_font{
    display: flex;
    justify-content: space-between;
    height: 200px;
}
.media .media_right  .media_top .left_jz{
    font-size: 14px !important;
    display: flex;
}

.media .media_right  .media_top .p_item{
    color: #999999;
    font-size: 12px !important;
}
.media .media_right  .media_text{
    display: flex;
    align-items: center;
    color: #CE0505;
}
.media .media_right  .media_font ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.media .media_right .media_font ul li{
    min-height: 100px;
    height: 115px;
    width: 205.4px;
    box-sizing: border-box;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    cursor: pointer;
    position: relative;
    padding: 15px;
}
.li_left{
    /* border-right: 1px solid #fff; */
}
.media .media_right  .media_font ul li:hover{
  /*box-shadow: 1px 1px 1px 2px #ececec;*/
    box-shadow: 0px 0px 10px -2px #c7c7c7;
    /*box-shadow: 0px 0px 5px 1px #c7c7c7;*/
}
.media .media_right  .media_font .title{
    font-size: 14px;

}
.media .media_right  .media_font .remark{
    font-size: 12px;
    color: #999;
}
.media .media_right  .media_font .font{
    width: 66px;
    text-align: center;
    font-size: 12px;
    color: #999;
    background: #f3f3f3;
    padding: 1px 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.media .blue{
    background: linear-gradient(180deg, rgba(116, 178, 241, 1) 0%, rgba(116, 178, 241, 1) 0%, rgba(85, 163, 242, 1) 100%, rgba(85, 163, 242, 1) 100%);
}
.media .media_left .blue_color{
    background-color: rgba(138, 192, 246, 1);
}
.media .blue ul li:hover{
    background: rgba(138, 192, 246, 1);
}
.media .blue ul li:hover{
    background: rgba(138, 192, 246, 1);
}
.media .cs{
    background: linear-gradient(180deg, rgba(255, 152, 96, 1) 0%, rgba(255, 152, 96, 1) 0%, rgba(255, 140, 78, 1) 100%, rgba(255, 140, 78, 1) 100%);
}
.media .media_left .cs_color{
    background-color: rgba(255, 176, 132, 1);
}
.media .cs ul li:hover{
    background: rgba(255, 176, 132, 1);
}
.media .zs{
    background: linear-gradient(180deg, rgba(171, 166, 253, 1) 0%, rgba(171, 166, 253, 1) 0%, rgba(119, 124, 244, 1) 100%, rgba(119, 124, 244, 1) 100%);
}
.media .media_left .zs_color{
    background-color: rgba(164, 167, 248, 1);
}
.media .zs ul li:hover{
    background: rgba(164, 167, 248, 1);
}
.media .ch{
    background: linear-gradient(180deg, rgba(255, 141, 115, 1) 0%, rgba(255, 141, 115, 1) 0%, rgba(238, 96, 96, 1) 100%, rgba(238, 96, 96, 1) 100%);
}
.media .media_left .ch_color{
    background-color: rgba(243, 146, 145, 1);
}
.media .ch ul li:hover{
    background: rgba(243, 146, 145, 1);
}
.media .dl{
    background: linear-gradient(180deg, rgba(86, 184, 245, 1) 0%, rgba(86, 184, 245, 1) 0%, rgba(71, 170, 232, 1) 100%, rgba(71, 170, 232, 1) 100%);
}
.media .media_left .dl_color{
    background-color: rgba(127, 197, 240, 1);
}
.media .dl ul li:hover{
    background: rgba(127, 197, 240, 1);
}

.index-media-wrapper .button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.index-media-wrapper .button .item{
   padding: 10px 20rpx;
   width: 200px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   background: -webkit-linear-gradient(left, #FF6464, #CF0606);
   color: #fff;
   font-size: 14px;
   margin: 5px;
}
.index-media-wrapper .button .item_blue{
    background: -webkit-linear-gradient(left, #00A9FF, #0077FF);
}
/* 左侧浮动栏 */
.left_folit{
    position: fixed;
    left: 10px;
    top: 270px;
    width: 130px;
    /*height: 407px;*/
    background: #fff;
    z-index: 10;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(161, 161, 161, .5);
    -moz-box-shadow: 1px 1px 1px rgba(161, 161, 161, .5);
    -webkit-box-shadow: 1px 1px 1px rgba(161, 161, 161, .5);
}
.left_folit .top_icon{
    width: 71px;
    height: auto;
    margin-top: 10px;
}
.left_folit .body_icon{
    width: 95px;
    height: 95px;
}
.left_folit .foot_icon{
    width: 95px;
    height: 95px;
}
.left_folit .top{
  height: 3px;
  width: 100px;
  margin: 0 15px;
  background: #CE0505;
}
.left_folit .hear  .top_text{
   color: #CE0505;
   margin-top: 10px;
}
.left_folit .hear  .top_text_a{
    color: #CE0505;
 }
 .left_folit .body{
    border: 1px solid #D7D7D7;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
 }
 .left_folit .body .top_text{
    font-size: 13px;
 }
 .left_folit .body .text{
    font-size: 12px;
    color: #949494;
 }

 #veriftycode {
    width: 110px;
    height: 40px;
    line-height: 36px;
    top: 2px;
    right: 5px;
    background: #ccc;
    text-align: center;
    color: blue;
    font-style: oblique;
    letter-spacing: 10px;
    font-family: "Fixedsys";
    cursor: pointer;
    font-size: 14px;
}
.el-pagination {
     width: 100%;
     text-align: center;
     padding: 20px 0;
 }