/*初始化样式*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    text-align: left;
}

a {
    text-decoration: none;
}

/*共用样式*/
html {
    font-family: 微软雅黑;
    color: #585858;
    background: #fff;
}

header {
    margin-top: 50px;
}

.header_title {
    height: 50px;
    line-height: 40px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    background: #ff8000;
}

.header_title {

}

.header_title img {
    width: 7%;
    float: left;
    margin-left: 2%;
    margin-top: 2%;
}

.header_title h1 {
    line-height: 50px;
    font-size: 22px;
    color: white;
    width: 60%;
    margin: 0 auto;
    float: left;
    text-align: left;
    font-weight: bold;
    margin-left: 3%;
}

.header_title i {
    text-align: right;
    display: inline-block;
    width: 15%;
    float: left;
    line-height: 50px;
    font-size: 30px;
    margin-right: 2%;
    color: white;
}

.navdiv {
    position: fixed;
    top: 50px;
    width: 100%;
    background: #f2f2f2;
    line-height: 40px;
    z-index: 99;
}

.navdiv ul {
    display: flex;
    justify-content: space-evenly;
    line-height: 40px;
    width: 95%;
    float: left;
}

.navdiv ul li {
    width: 100%;
    text-align: center;
}

.navdiv ul li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #585858;
    font-size: 14px;
    vertical-align: middle;
}

.navdivimg {
    display: inline-block;
    vertical-align: middle;
}

.navdivimg img {
    width: 10px;
    margin-top: -3px;
    vertical-align: middle;
}

.navdivimg img:nth-of-type(2) {
    display: none;
}

.navdivtitle {
    width: 95%;
    float: left;
    font-size: 15px;
    text-indent: 4%;
    display: none;
}

.navdivtext {
    padding: 1% 0;
    position: fixed;
    top: 90px;
    width: 100%;
    background: #f2f2f2;
    display: none;
    z-index: 99;
}

.navdivtexttitle {
    display: flex;
    justify-content: space-evenly;
}

.navdivtexttitle div {
    width: 22%;
    background: #ff8000;
    line-height: 36px;
}

.navdivtexttitle div img {
    width: 26%;
    margin-top: 1%;
    margin-left: 14%;
    vertical-align: middle;
}

.navdivtexttitle div span {
    color: white;
    font-size: 15px;
    vertical-align: middle;
}

.navdivtexttext {
    display: flex;
    justify-content: space-evenly;
}

.navdivtexttext a {
    display: block;
    width: 22%;
    background: white;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #585858;
    border-bottom: 2px solid #f2f2f2;
}

.mask1, .mask2 {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}

nav {
    z-index: 99;
}

nav ul {
    width: 35%;
    position: fixed;
    background: white;
    height: 100%;
    right: -41%;
    top: 90px;
}

nav ul li {

}

nav ul li a {
    display: block;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    color: black;
}

nav ul li:first-child a {
    border-top: 1px solid #e4e4e4;
}

nav ul li:last-child {
    display: block;
}

nav ul li:last-child > p {
    border-radius: 15px;
    background: #ff8000;
    height: 30px;
    line-height: 30px;
    width: 80%;
    margin: 10px auto;
    text-align: center;
    color: white;
    cursor: pointer;
}

.banner_img {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 90px;
}

.swiper-slide {
    width: 100%;
}

.swiper-slide a img {
    width: 100%;
}

.titlespan {
    line-height: 30px;
    font-size: 20px;
    display: block;
    text-align: center;
    background: white;
    padding-top: 3%;
}

.titlespan span {
    line-height: 30px;
    font-size: 12px;
    color: #989898;
    display: block;
    text-align: center;
}

.content1 {
    width: 96%;
    padding: 1% 2%;
    background: white;
    overflow: hidden;
}

.content1 img {
    width: 22%;
    float: left;
    vertical-align: middle;
    display: block;
    margin-top: 1%;
}

.content1text {
    width: 70%;
    float: left;
    overflow: hidden;
    height: 30px;
    position: relative;
    vertical-align: middle;
    margin-left: 3%;
}

.content1text ul {
    position: absolute;
    bottom: -30px;
    overflow: hidden;
    width: 100%;
}

.content1text ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content1text ul li a {
    color: #585858;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

.content1text ul li span {
    color: #ff9900;
}

.content11 {
    width: 100%;
    margin: 2% auto -2%;
    overflow: hidden;
    background: #ffffff;
    padding-top: 2%;
    padding-bottom: 2%;
}
table {
    width: 96%;
    margin: auto;
    border-collapse:collapse;
}
tr,td{
    border: 1px solid #e5e5e5;
}
td{
    width: 19.6%;
}
.content4 {
    width: 100%;
    padding-top: 1%;
    background: white;
    overflow: hidden;
    margin-bottom: 2%;
}

.content4-title {
}

.content4-title ul {
    width: 98%;
    display: block;
    margin: auto;
}

.currentS {
    width: 18.25%;
    float: left;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: #FFFFFF;
    border-bottom: 2px solid #e5e5e5;
    box-sizing: border-box;
    margin: 0 1%;
}

.current {
    width: 18.25%;
    float: left;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: #ff8000;
    color: #ffffff;
    box-sizing: border-box;
    border-bottom: 2px solid #ff8000;

}

#dcl_1 {
    display: block;
}

#dcl_2 {
    display: none;
}

#dcl_3 {
    display: none;
}

#dcl_4 {
    display: none;
}

#dcl_5 {
    display: none;
}

.content4-text {
    display: inline-block;
    /*background: #f2f2f5;*/
}

.content4-text ul {
    margin-top: 2%;
}

.content4Text {
    float: left;
    width: 96%;
    border-bottom: 1px solid #eaeaea;
    margin: 1% 2%;
    border-radius: 5px;
}

.content4Text a img {
    width: 35%;
    border-radius: 6px;
}

.content4-textItem {
    width: 63%;
    float: right;
}

.content4-textItemimg1 {
    width: 7%;
}

.content4-textItemimg2 {
    margin-left: 1%;
    margin-top: 3%;
    width: 5%;
    vertical-align: middle;
}

.content4-textItem p {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 1%;
}

.content4-textItem button{
    background: #fff;
    color: #ff3300;
    border: 1px solid #ff3300;
    font-size: 12px;
    /* border-radius: 3px; */
    width: 55px;
    margin: 1% 1px;
    height: 20px;
    outline: none;
}
.content4-textItem span {
    font-size: 13px;
    display: inline-block;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: middle;
}

.content4-textItema {
    border-radius: 20px;
    font-size: 12px;
    padding: 1% 2%;
    float: right;
    margin: 2% 3% auto;
}

.content4-textItema:nth-of-type(2) {
    border: 1px solid #028df4;
    color: #028df4;
}

.content4-textItema:nth-of-type(1) {
    color: white;
    background: #ff8000;
    border: 1px solid #ff8000;
}

.content4 > a {
    width: 85%;
    display: block;
    border: 1px solid #ff8000;
    border-radius: 20px;
    color: #ff8000;
    text-align: center;
    line-height: 38px;
    margin: 0 auto 3%;
}
.contentIMG{
    width: 100%;
}
.contentIMG img{
    width: 100%;
}

.content13 {
    width: 96%;
    height: 267px;
    margin: 2% auto;
    display: flex;
    border: 1px solid #eeeeee;
}

.content13leftText1{float: left;width: 40%;}
.content13leftText2{float: right;width: 60%;}
.content13leftText1 p{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e5e5e5;
    text-indent: 20px;
    color: #333;
}

.content13leftText1 img{
    width: 100%;
    margin: 4% 0 auto 4%;
}
#dca_1{display: block}
#dca_2{display: none}
#dca_3{display: none}
#dcb_1{display: block}
#dcb_2{display: none}
#dcb_3{display: none}
.content13-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e5e5e5;
}
.content13-title ul li{
    float: left;
    /*width: 100px;*/
    text-align: center;
    margin: 0 5%;
    height: 48px;
    box-sizing: border-box;
}
.tabCss{
    border-bottom: 5px solid #ff8000;
    color: #ff8000;
}
.content13TextP{
    font-size: 17px;
    color: #ff8000;
    margin: 5% auto auto 10%;
}
.content13Text1 ul:nth-of-type(1){
    margin-left: 5%;
}
.content13Text1 ul:nth-of-type(1) li{
    margin-top: 3%;
    font-size: 12px;
}
.content13Text1 ul:nth-of-type(2){
    margin-left: 5%;
    width: 98%;
}
.content13Text1 ul:nth-of-type(2) li{
    float: left;
    width: 47%;
    margin: 5% 0;
}
.content13Text1 ul:nth-of-type(2) li div{
    width: 90%;
    margin: auto;
}
.content13Text1 ul:nth-of-type(2) li img{
    width: 100%;
}
.tagLi{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.content13Text2 span{
    font-size: 14px;
    display: block;
    margin: 4% auto auto 5%;
}
.content13Text2 span a{color: #ff3300;font-weight: 600}
.content13Text2 ul{
    margin-left: 5%;
    width: 100%;
}
.content13Text2 ul li{
    float: left;
    margin: 5% 1%;
    width:30%;
}
.content13Text2 ul li img{
    width: 100%;
    /*border: 1px solid #e5e5e5;*/
}

.content5 {
    width: 100%;
    padding-top: 1%;
    background: white;
    overflow: hidden;
    /*margin-bottom: 2%;*/
}

.content5 a {
    color: #585858;
}

.content5-text1, .content5-text2 {
    width: 96%;
    margin: 0 auto;
}

.content5-text2 {
    display: flex;
    vertical-align: center;
    margin: 2%;
}

.content5-text1 img {
    width: 100%;
}

.content5-text2 img {
    width: 94%;
}

.content5-text1 span {
    display: block;
    width: 100%;
    text-align: center;
}

.content5-text2 span {
    display: block;
    width: 94%;
    text-align: center;
}

.content5 > a {
    width: 85%;
    display: block;
    border: 1px solid #ff8000;
    border-radius: 20px;
    color: #ff8000;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
}

.content6 {
    background: #ffffff;
    padding-bottom: 3%;
}

.content6 > span {
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #666666;
}

.content6title {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    background: #eee;
    border: 1px solid #eeeeee;
}

.content6title span {
    display: block;
    text-align: center;
    width: 100%;
    color: black;
}

.content6text {
    width: 96%;
    margin: 0 auto;
    line-height: 44px;
    background: #fff;
    height: 204px;
    overflow: hidden;
    /*position: relative;*/
    border: 1px solid #eeeeee;
}

.content6text ul {
    /*position: absolute;*/
    bottom: -40px;
    width: 100%;
}

.content6text ul li {
    display: flex;
    justify-content: space-between;
}

.content6text ul li div {
    text-align: center;
    width: 100%;
    border-bottom: 1px dashed #eee;
    line-height: 40px;
}

.content6text ul li a {
    line-height: 26px;
    font-size: 14px;
    border: 1px solid #ff9900;
    color: #ff9900;
    display: block;
    width: 70px;
    border-radius: 5px;
    margin: 7px auto 0;
}

.content7 {
    background: #ffffff;
    margin-top: -1px;
    padding-bottom: 2%;
}

.content7 div {
    width: 96%;
    margin: 0 2%;
    position: relative;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.content7 img {
    width: 100%;
    display: block;
}

.content7 span {
    position: absolute;
    top: 30%;
    left: 10%;
}

.content7 form {
    width: 96%;
    margin: 0 2%;
    background: white;
    padding-bottom: 3%;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.content7 form input {
    width: 80%;
    display: block;
    margin: 0 auto;
    line-height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    text-indent: 3%;
    outline: none;
}

.content7 form input:nth-of-type(2) {
    margin-top: 2%;
}

.content7 form button {
    width: 80%;
    display: block;
    margin: 0 auto;
    line-height: 32px;
    border: none;
    border-radius: 5px;
    text-align: center;
    margin-top: 2%;
    background: #ff9900;
    color: white;
}

.contengswiper {
    margin: 4% auto;
}

.swiper-container {
    height: 207px;
    width: 100%;
    /*border: 1px solid yellow;*/
}

.swiper-slide {
    height: 85%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*border: 1px solid red;*/
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.swiper-slide > img {
    width: 100%;
    display: block;

}

.swiper-slide span {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

.content8 {
    background: white;
}

.content8 span {
    font-size: 14px;
    line-height: 22px;
}

.content8 p {
    font-size: 14px;
}

.content8 .swiper-slide {
    background: rgba(255, 128, 0, 0.71);
}


.content10 {
    width: 96%;
    background: white;
    margin: auto;
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden;
}
.content10-title{
    width: 15%;
    float: left;
}
.content10-title ul{

}
.content10-title ul li{
    width: 100%;
    padding: 8%;
    margin-bottom: 10%;
}
.currentSH {
    line-height: 16px;
    text-align: center;
    background: url("../images/index/zhaosheng_26.png");
    background-size: 100% 100%;
    margin-left: 2%;
    margin-top: 2%;
    font-size: 14px;
}

.currentH {
    line-height: 16px;
    text-align: center;
    color: #f2f2f2;
    background: url("../images/index/zhaosheng_27.png");
    background-size: 100% 100%;
    margin-left: 2%;
    margin-top: 2%;
    font-size: 14px;
}

#dclh_1 {
    display: block;
}

#dclh_2 {
    display: none;
}

#dclh_3 {
    display: none;
}

#dclh_4 {
    display: none;
}

.content10-text {
    width: 80%;
    /*background: aqua;*/
    /*height: 200px;*/
    float: right;
}
.content10-text video{
    width: 100%;
    height: 180px;
}


.content14{
    background: white;
    width: 100%;
    display: flex;
}
.content14 ul{}
.content14 ul li{
    width: 47%;
    float: left;
    margin: 0 auto 2% 2%;
    border: 1px solid #e5e5e5;
    padding-bottom: 3%;
}
.content14 ul li img{
    width: 80%;
    display: block;
    margin: 5% auto;
}
.content14 ul li p{
    margin: auto;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.content14 ul li div{
    width: 90%;
    border-top: 1px solid #e5e5e5;
    margin:2% auto;
}
.content14 ul li span{
    font-size: 12px;
    display: block;
    margin: auto;
    width: 90%;
    line-height: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content16{
    width: 100%;
    background: white;
    display: flex;
    vertical-align: middle;
    padding-bottom: 2%;
}
.content16 div{
    margin: 2%;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px #eaeaea;
    padding-bottom: 3%;
}
.content16 div span{
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 2%;
}
.content16 div p{
    font-size: 12px;
    margin-left: 2%;
    margin-top: 1%;
}
.content16 div a{
    width: 22%;
    float: left;
    font-size: 14px;
    margin-left: 2%;
    color: #ff8000;
    border-radius: 5px;
    border: 1px solid #ff8000;
    margin-top: 2%;
    text-align: center;
    line-height: 30px;
}
.main_content11 {
    background: white;
    /*background: url("../images/publicimages/main_content11title.png")no-repeat;*/
}

/*.main_content11title{*/
/*line-height: 36px;*/
/*font-size: 26px;*/
/*text-align: center;*/
/*padding-top: 5%;*/
/*}*/
.main_content11 ul {
    display: flex;
    justify-content: space-around;
}

.main_content11 ul li {
    width: 22%;
    margin-top: 2%;
}

.main_content11 ul li img {
    width: 100%;
    border: 1px solid #f0f0f0;
}

.main_content11 ul li p {
    font-size: 13px;
    text-align: center;
}

.main_form {
    background: #343434 url("../images/publicimages/main_content12.png") no-repeat;
    background-size: contain;
    height: 540px;
    margin-top: 3%;
}

.main_formtop {
    /*background: #f3f3f3;*/
    padding-top: 2%;
    margin-bottom: 5%;
}
.main_formtop b{
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 27px;
    margin: 2% auto;
}
.main_formtop p {
    text-align: center;
    font-size: 14px;
    color: #ff9900;
}

.main_form form div {
    width: 90%;
    margin: 7px auto;
}

.main_form form div span {
    font-size: 14px;
    margin-right: 1%;
    color: white;
}

.main_form form div input {
    width: 70.5%;
    line-height: 30px;
    text-indent: 5px;
    outline: none;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgb(163, 163, 163);
    color: white;
}

.main_form input:-ms-input-placeholder {
    color: white;
}

.main_form input:-moz-placeholder {
    color: white;
}

.main_form input::-moz-placeholder {
    color: white;
}

.main_form input::-webkit-input-placeholder {
    color: white;
}

.main_form div select {
    width: 71%;
    height: 32px;
    line-height: 32px;
    text-indent: 5px;
    outline: none;
    background: rgba(0, 0, 0, 0);
    color: white;
}

.main_form div option {
    background: #49474a;
}

.main_form button {
    width: 55%;
    background: #ff8000;
    color: white;
    display: block;
    margin: 3% auto;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-size: 16px;
}

.main_formbottom {
    margin-top: 5%;
    color: white;
}
.main_formbottom img{
    float: left;
    margin-left: 8%;
    margin-right: 10px;
}
.main_formbottom p{
    text-align: left;
    line-height: 45px;
}

/*!*手机端固定定位表单*!*/
.form_fixed {
    background-image: linear-gradient(#148dfe, #7d48f8);
    position: fixed;
    bottom: 0px;
    height: 60px;
    width: 100%;
    z-index: 99;
    display: block;
    border-top: 2px solid #ffffff;
}

.form_fixed ul {
    display: flex;
    justify-content: space-between;
}

.form_fixed li {
    text-align: center;
    width: 20%;
    margin-top: 6px;
    margin-bottom: 3px;
}

.form_fixed li a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: white;
}

.footerImg {
    width: 32%;
    display: block;
    margin: 2% auto;
}

.zixun {
    width: 20%;
    position: fixed;
    bottom: 0;
    display: block;
    margin: 2% auto;
}

.main_fixed {
    position: fixed;
    left: 0px;
    top: 20%;
    z-index: 99;
}

.imgfixed1 {
    position: fixed;
    right: 2%;
    bottom: 80px;
    z-index: 99;
}


/*iphone7*/
@media all and (max-width: 413px) {
    .header_title img {
        margin-top: 3%;
    }

    .content4-textItem b {
        font-size: 15px;
    }

    .content4-textItem span {
        margin-left: 0;
    }

    .content4-textItema {
        font-size: 12px;
        padding: 1% 1%;
        float: right;
        margin: 3% 2% auto;
    }
    .content13{
        height: 245px;
    }
    .content13TextP {
        font-size: 17px;
        margin: 2% auto auto 6%;
    }
    .swiper-container {
        height: 210px;
    }

    .main_contentschool ul li > div p {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .main_contentschool ul li > div i {
        font-size: 18px;
    }

    .main_contentschool ul li > div > div a {
        font-size: 13px;
        padding: 1% 3%;
    }

    /*表单*/
    .main_form {
        height: 500px;
    }

    .main_formbottom {
        margin-top: 3%;
        color: white;
    }
    .main_formbottom p{
        font-size: 14px;
    }
    .main_form form div {
        margin: 2px auto;
    }
}

/*iphone5*/
@media all and (max-width: 374px) {
    .header_title img {
        width: 10%;
    }

    .header_title h1 {
        font-size: 20px;
        width: 55%;
    }

    .content1 img {
        margin-top: 2%;
    }
    .content4-textItem {
        margin-top: -3%;
    }
    .content4-textItem b {
        font-size: 12px;
    }

    .content4-textItem span {
        margin-left: 0;
    }

    .content4-textItema {
        font-size: 12px;
        padding: 1% 1%;
        float: right;
        margin: 2% 2%;
    }
    .content13{
        height: 220px;
    }
    .content13TextP {
        font-size: 15px;
        margin: 1% auto auto 6%;
    }
    .content13Text1 ul:nth-of-type(1) li {
        margin-top: 1%;
    }
    .content13Text2 span{
        font-size: 12px;
    }
    .content5 span {
        font-size: 12px;
    }

    .swiper-container {
        height: 180px;
    }

    .swiper-slide {
        height: 82%;
    }

    .swiper-slide p {
        font-size: 12px;
    }

    .content7 span {
        font-size: 14px;
    }

    .content6title span {
        font-size: 14px;
    }

    .content6text div {
        font-size: 14px;
    }

    .content6text ul li a {
        line-height: 24px;
        font-size: 13px;
        border: 1px solid #ff9900;
        color: #ff9900;
        display: block;
        width: 70px;
        border-radius: 5px;
        margin: 8px auto 0;
    }

    .main_contentschool ul li > div span {
        font-size: 15px;
    }

    .main_contentschool ul li > div p {
        -webkit-line-clamp: 1;
    }

    .main_contentschool ul li > div i {
        font-size: 16px;
        margin-right: -5%;
    }

    .main_contentschool ul li > div > div a {
        font-size: 12px;
        padding: 1% 3%;
    }

    .main_contentschool ol li a {
        font-size: 13px;
    }

    /*表单*/
    .main_form {
        height: 450px;
    }

    .main_formtop {
        /*padding-top: 18%;*/
        /*margin-bottom: 3%;*/
    }

    .main_formtop p {
        font-size: 12px;
    }

    .main_formtop b {
        font-size: 18px;
    }

    .main_form form div {
        width: 90%;
        margin: 3px auto;
    }

    .main_form form div input {
        line-height: 28px;
    }

    .main_form form div select {
        height: 28px;
        line-height: 28px;
    }

    .main_form button {
        width: 50%;
    }

    .main_formbottom {
        color: white;
    }

    .main_formbottom p {
        font-size: 12px;
        line-height: 40px;
    }
    .form_fixed {
        height: 50px;
    }

}


.fixedxx {
    background: #0198ff;
    position: fixed;
    top: 40px;
    padding: 2% 0 1% 1%;
    z-index: 99;
    display: none
}

.fixedxx a {
    width: 30.5%;
    display: inline-block;
    line-height: 28px;
    color: white;
    border: 1px solid white;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-left: 0.8%
}

@keyframes scaleDraw {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.15);
    }
}

.fixedx {
    position: fixed;
    right: 0;
    bottom: 250px;
    z-index: 98;
    width: 66px;
    height: 33px;
    background-size: 66px 33px;
    -webkit-animation-name: scaleDraw;
    /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;
    /*动画播放的次数*/
    -webkit-animation-duration: 3s;
    /*动画所花费的时间*/
}

.fixedx img {
    width: 66px;
    height: 33px;
}