* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "微软雅黑";
    color: #333333;
    background-color: #fff;
    /* font-size:62.5%; */
    position: relative;
}

body,
p,
h1,
h2,
h3,
h4 {
    margin: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

/*顶部*/
.top {
    height: 110px;
    line-height: 110px;
}

.container {
    display: flex;
}

.top-left {
    width: 40%;
    line-height: 110px;
}

.top-left img {
    width: 47%;
    padding: 30px 0;
}

.top-left-content {
    margin-left: 3%;
    width: 30%;
    padding: 30px 0;
    box-sizing: border-box;
}

.top-left-content h5 {
    font-size: 20px;
}

.top-left-content p {
    line-height: 20px;
    font-size: 12px;
}

.daohang {
    margin-left: 3%;
}

.dingji {
    width: 100%;
    display: flex;
    justify-content: space-between;
}







.dingji li a {
    padding: 3px 5px;
    border-radius: 20px;
}

.dingji li a:hover {
    background: #2dcc72;
    color: #fff;
}

.dingji li {
    min-width: 88px;
}

.dingji li:nth-child(8) {
    min-width: 128px;
}

.dingji li:last-child {
    min-width: 128px;
}


.app-introduce-container {
    margin-left: 200px;
}






.a_active {
    background: #2dcc72;
    color: #fff;
}

.carousel-item img {
    width: 100%;
}

.juli {
    padding-top: 10px;
}

.sy-title {
    text-align: center;
    padding: 40px 0;
}

.sy-title h3 {
    padding: 5px 0;
    font-weight: bold;
}

.sy-title span {
    color: #2dcc72;
    font-weight: bold;
    font-size: 20px;
}

.tixi-list {
    margin: 30px 0;
}

.tixi-list01 {
    width: 32%;
    float: left;
    background: #f1f5f8;
    margin: 10px 0.66%;
    height: 520px;
    position: relative;
    transition: height 1s;
}

.tixi-list01-content {
    text-align: center;
    padding: 50px 30px;

}

.tixi-list01-content img {
    max-width: 100%;
}

.tixi-list01-content h5 {
    font-size: 22px;
    margin: 20px 0;
}

.tixi-list01-content p {
    line-height: 30px;
}

.tixi-list01-content a {
    border: 1px solid #333333;
    display: block;
    padding: 5px 0;
    width: 120px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
}

.tixi-list01-content a:hover {
    background: #2dcc72;
    color: #fff;
    border: none;
}

.tixi-list01-active {
    background: #fff;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
    /* height:580px;
    margin-top:-20px; */
    margin: -20px 0.66%;
    transform: scale(1.1, 1.1);
    transition: all 0.6s;
    z-index: 2;
}

.tixi-list01-active a {
    background: #2dcc72;
    color: #fff;
    border: none;
}

/*教学模式*/
.jiaoxue {
    background: #2dcc72;
    padding-bottom: 40px;
}

.jiaoxue .sy-title {
    color: #fff;
}

.jiaoxue .sy-title span {
    color: #fff;
}

.jiaoxue-img img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.jiaoxue-content p {
    line-height: 30px;
    text-indent: 25px;
}

.jiaoxue-content p,
.jiaoxue-content a {
    color: #fff;
}

.jiaoxue-content a {
    display: block;
    border-bottom: 1px dotted #fff;
    margin-top: 60px;
    padding-bottom: 5px;
}

/*服务范围*/
.tuandui li {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 50px;
}

.teacher {
    background: #d5d7dd;
    margin: 5px;
    padding: 70px 15px 0 15px;
    height: 240px;
    position: relative;
    border-radius: 10px;
}

.teacher h5 {
    font-size: 20px;
}

.teacher p {
    font-size: 15px;
    line-height: 30px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.teacher img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.teacher:hover {
    transform: scale(1.1, 1.1);
    transition: all 0.6s;
    background: #2dcc72;
    color: #fff;
}

.tuandui a {
    color: #fff;
    background: #2dcc72;
    border-radius: 20px;
    width: 150px;
    display: block;
    margin: 30px auto;
    text-align: center;
    padding: 10px 0;
}

/*部分高端就职案例*/
.xibao ul {
    background: url(xibao.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/xibao.png*/
        no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    display: block;
}

.xibao ul li {
    width: 20%;
    float: left;
    padding: 15px 0;
    height: 300px;
}

.xibao ul li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    width: 100px;
    font-size: 14px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}

/*合作客户*/

.kehu li {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    height: 100px;
}

.kehu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kehu-img {
    border: 1px solid #eeeeee;
    height: 100%;
}

.kehu-img:hover {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}

.sy-news {
    margin: 50px auto;
}

.sy-news h5 {
    padding: 10px 0;
}

.sy-news a {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    display: block;
    width: 90%;
    padding: 15px 0;
    position: relative;
}

.sy-news a span {
    display: block;
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #999999;
}

.sy-news a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 80%;
}

/*底部*/
.footer {
    background: #212231;
    color: #fff;
    padding-top: 50px;
    font-size: 14px;
}

.footer a {
    color: #fff;
}

.footer a,
.footer span {
    display: block;
}

.foot-list li:nth-child(2) p {
    display: block;
    padding-left: 25px;
    line-height: 30px;
}

.foot-list li:nth-child(3) p {
    padding-left: 40px;
}

.foot-list li:nth-child(2) p:nth-child(2) {
    background: url(cz.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/cz.png*/
        left no-repeat;
    background-size: 30px;
}

.foot-list li:nth-child(2) p:nth-child(3) {
    background: url(tel.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/tel.png*/
        left no-repeat;
    background-size: 30px;
}

.foot-list li:nth-child(2) p:nth-child(4) {
    background: url(wx.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/wx.png*/
        left no-repeat;
    background-size: 30px;
}

.foot-list li:nth-child(2) p:nth-child(5) {
    background: url(dizhi.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/dizhi.png*/
        left top 5px no-repeat;
    background-size: 30px;
}





.foot-list li:nth-child(4) p {
    display: block;
    padding-left: 25px;
    line-height: 30px;
}

.foot-list li:nth-child(4) p:nth-child(2) {
    background: url(cz.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/cz.png*/
        left no-repeat;
    background-size: 30px;
}

.foot-list li:nth-child(4) p:nth-child(3) {
    background: url(tel.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/tel.png*/
        left no-repeat;
    background-size: 30px;
}

.foot-list li:nth-child(4) p:nth-child(4) {
    background: url(wx.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/wx.png*/
        left no-repeat;
    background-size: 30px;
}

.foot-list li:nth-child(4) p:nth-child(5) {
    background: url(dizhi.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/dizhi.png*/
        left top 5px no-repeat;
    background-size: 30px;
}

.foot-list li span {
    font-size: 18px;
    padding-bottom: 20px;
}

.foot-list li a {
    line-height: 30px;
}

.foot-list li img {
    max-width: 60%;
}

/*友情链接*/
.yqlj {
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    color: #6e6d6d;
}

.yqlj a {
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
    color: #6e6d6d;
}

.beian {
    text-align: center;
    font-size: 14px;
}

/*二级页面*/
/*汽车设计*/
.erji-banner {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.yuyue {
    background: #2dcc72;
    color: #fff;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.yuyue li {
    padding: 10px 0;
    margin: 10px auto;
    font-size: 22px;
    font-weight: bold;
}

.yuyue li span {
    padding: 0 10px;
    width: 240px;
    display: inline-block;
}

.yuyue li span.span_right {
    text-align: right;
}

.yuyue a {
    width: 180px;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    margin: 60px auto 10px;
    padding: 10px 0;
    font-weight: bold;
}

.yuyue a:hover {
    background: #21aa5d;
}

.kcgs,
.rypx {
    margin-top: 360px;
}

.kc-title {
    text-align: center;
    padding: 40px 0 40px 0;
}

.kc-title h5 {
    font-size: 30px;
    font-weight: bold;
}

.kc-title span {
    font-size: 20px;
    font-weight: bold;
    color: #2dcc72;
}

.kc-content {
    padding: 0 15px;
}

.kc-content p {
    line-height: 30px;
    padding-top: 15px;
}

.video {
    padding: 15px;
}

.video img {
    width: 100%;
}

.tedian {
    background: url(kc.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/kc.png*/
        no-repeat;
    padding: 40px 0;
    margin-top: 40px;
}

.tedian li {
    text-align: center;
    color: #fff;
}

.tedian li h5 {
    font-size: 17px;
    padding: 10px 0;
}

.tedian li p {
    line-height: 30px;
    font-size: 15px;
}

.tedian li img {
    width: 50%;
}

.sheji {
    background: #f4f4f4;
    padding: 40px 0;
}

.sheji li {
    display: block;
    height: 290px;
}

.sheji li:nth-child(2) {
    margin-top: 30px;
}

.sheji-content {
    padding: 30px;
    width: 50%;
    background: #2dcc72;
    color: #fff;
    height: 285px;
}

.sheji-content h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.sheji-content p {
    padding-top: 30px;
    line-height: 30px;
}

.sheji ul li img {
    width: 50%;
}

.sheji-right img {
    width: 100%
}

.sheji-content2 {
    padding: 30px;
    background: #2dcc72;
    color: #fff;
    height: 330px;
    width: 100%;
}

.sheji-content2 h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.sheji-content2 p {
    padding-top: 30px;
    line-height: 30px;
}

.catia {
    padding: 40px 0;
}

.catia-right h5 {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #e82e2d;
    padding: 10px 0;
}

.catia-right p {
    display: block;
    border: 2px dotted #2dcc72;
    border-radius: 5px;
    padding: 18px 15px;
    margin: 20px auto;
}

.jiuye {
    padding: 0 0 40px 0;
}

.jiuye-list-title {
    background: url(jiuye-back.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/jiuye-back.png*/
        no-repeat;
    height: 70px;
    background-size: 100%;
    color: #fff;
}

.jiuye-list-title span,
.jiuye-lis01 span {
    float: left;
    display: block;
    text-align: center;
}

.jiuye-list-title span {
    padding-top: 30px;
}

.jiuye-list-title span.name,
.jiuye-lis01 span.name {
    width: 15%;
}

.jiuye-list-title span.qiye,
.jiuye-lis01 span.qiye {
    width: 30%;
}

.jiuye-list-title span.xueli,
.jiuye-lis01 span.xueli {
    width: 10%;
}

.jiuye-list-title span.zt,
.jiuye-lis01 span.zt {
    width: 20%;
}

.jiuye-list-title span.xinzi,
.jiuye-lis01 span.xinzi {
    width: 15%;
}

.jiuye-list-title span.didian,
.jiuye-lis01 span.didian {
    width: 10%;
}

.jiuye-lis01 {
    margin-left: 0;
    margin-right: 0;
}

.jiuye-lis01 li {
    padding: 5px 0;
}

.jiuye-lis01 li:nth-child(2n) {
    background: #f6fbff;
}

.maquee {
    overflow: hidden;
    height: 220px;
}

/*赴日就职*/
.frjz {
    padding: 360px 0 40px 0;
    background: #eeeeee;
    margin-top: -6px;
}

.frjz-video video {
    width: 100%;
}

.frjz-content {
    padding: 30px;
    color: #fff;
    background: #2dcc72;
}

.frjz-content p {
    line-height: 30px;
}

.jzxm {
    background: #2dcc72;
    padding: 40px 0;
}

.jzxm .kc-title {
    color: #fff;
}

.jzxm .kc-title span {
    color: #fff;
}

.xiangmu01 {
    background: url(xiangmu01.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/xiangmu01.png*/
        no-repeat;
    background-size: 100%;
}

.xiangmu02 {
    background: url(xiangmu02.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/xiangmu02.png*/
        no-repeat;
    background-size: 100%;
}

.xiangmu01,
.xiangmu02 {
    height: 260px;
    text-align: center;
    padding: 17px;
    color: #fff;
}

.xiangmu01 h5,
.xiangmu02 h5 {
    font-size: 20px;
    margin-bottom: 15px;
}

.xiangmu01 p,
.xiangmu02 p {
    line-height: 30px;
    font-size: 14px;
}

.tsfw {
    padding: 40px 0 0 0;
}

.tsfw li {
    text-align: center;
}

.tsfw li p {
    padding: 30px 0;
}

.tsfw img {
    width: 50%;
}

.tab-box {
    width: 100%;
    height: 350px;
}

.tab-box .tab {
    border-bottom: 1px solid #eee;
    background: #2dcc72;
    height: 70px;
    line-height: 70px;
}

.tab-box .tab ul {
    position: relative;
}

.tab-box .tab ul li {
    width: 25%;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.tab-box .tab ul li.action {
    background-image: linear-gradient(to bottom right, #3477fe, #cb79fc);
    background-repeat: no-repeat;
    height: 100px;
    margin-top: -20px;
    line-height: 100px;
    border-radius: 15px;
}

.tab-box .box {
    width: 100% !important;
    height: 200px;
}

#switcher .content_1 .box img,
#switcher .content_2 .box img {
    width: 140px !important;
}

#switcher .content_1 .box,
#switcher .content_2 .box {
    position: relative;
}


.tab-box .box .item {
    display: none;
    padding: 15px;
    height: 200px;
    width: 100%;
    border: 1px solid #21aa5d;
    margin-top: 20px;
    font-size: 14px;
}

.tab-box .box .item:first-child {
    display: block;
}

/*日语培训*/
.rypx {
    padding: 40px 0;
}

.rypx-video video {
    width: 100%;
    padding: 15px;
}

.rypx-video li {
    width: 50%;
    float: left;
    text-align: center;
}

.rypx-video li img {
    margin: 10px 0;
    width: 85%;
    height: 120px;
    object-fit: cover;
}

.rypx-content {
    padding: 15px;
}

.rypx-content p {
    line-height: 30px;
}

.rypx-content p:nth-child(2),
.rypx-content p:nth-child(3) {
    padding-top: 20px;
}

.rypx-content p span {
    font-weight: bold;
}

.moshi {
    background: #2dcc72;
    color: #fff;
    padding: 40px 0;
}

.moshi .kc-title span {
    color: #fff;
}

.moshi img {
    width: 100%;
}

.moshi-content h5 {
    text-align: center;
}

.moshi-content p {
    line-height: 30px;
    font-size: 17px;
}

.guihua {
    padding: 40px 0;
    position: relative;
}

.guihua-list01 {
    position: relative;
    background: #2dcc72;
    color: #fff;
    padding: 25px;

    height: 120px;
    border-radius: 5px;
}

.guihua-list01 span {
    display: block;
    background: #4895ff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -20px;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}

.xuexi {
    position: absolute;
    bottom: 40px;
    background: #229955;
    color: #fff;
    margin-left: 15px;
    padding: 15px;
    border-radius: 5px;
}

.hxys {
    background: url(ys-back.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/ys-back.png*/
        no-repeat;
    padding: 40px 0;
}

.hxys-list {
    position: relative;
}

.hxys-list li {
    height: 60px;
}

.hxys-list li:nth-child(4n-3) {
    background: url(hxys01.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/hxys01.png*/
        no-repeat;
    background-size: contain;
    line-height: 55px;
    padding-left: 150px;
    color: #fff;
    background-position: 2px;
}

.hxys-list li:nth-child(4n) {
    background: url(hxys02.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/hxys02.png*/
        no-repeat;
    background-size: contain;
    line-height: 55px;
    padding-left: 270px;
    color: #fff;
    background-position: -2px;
}

.hxys-list li:last-child() {
    background: none !important;
}

.hxys-list i {
    background: url(shuxian.png)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/shuxian.png*/
        no-repeat;
    display: block;
    height: 385px;
    width: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 0;
}

.hxys-l {
    display: block;
    padding-left: 15px;
    padding-right: 100px;
}

.hxys-r {
    padding-left: 110px;
}

.weizhi {
    background: #f5f5f5;
    color: #666666;
    margin: 20px auto;
    padding: 10px;
    border-radius: 5px;
}

.weizhi a {
    color: #666666;
}

.lianxi-content {
    margin: 30px 0;
}

.map {
    border: none;
    margin-top: 30px;
    width: 100%;
    height: 500px;
}

/*新闻资讯*/
.wuxian-w {
    margin-bottom: 50px;
}

.erji-left {
    position: relative;
}

.erji-left h5 {
    display: block;
    color: #fff;
    background: #2dcc72;
    position: absolute;
    height: 80px;
    line-height: 80px;
    width: 85%;
    text-align: center;
    top: -40px;
}

.erji-left ul {
    display: block;
    margin-top: 60px;
}

.erji-left ul li {
    text-align: center;
    margin-top: 5px;
}

.erji-left ul li a {
    padding: 5px 0;
    display: block;
}

.erji-left ul li:hover {
    border-left: 2px solid #32ba68;
    background: #e9f4f7;
}

.active-li {
    border-left: 2px solid #32ba68;
    background: #e9f4f7;
}

.active-li a {
    color: #32ba68;
}

.erji-left ul li:hover>a {
    color: #32ba68;
}

.erji-right {
    position: relative;
}

.erji-right .weizhi {
    position: absolute;
    right: 15px;
    font-size: 14px;
    padding: 10px;
}

.erji-right h5 {
    display: block;
    border-bottom: 1px solid #cfcece;
    padding-bottom: 5px;
    margin: 60px 15px 0 15px;
    font-size: 23px;
}

.content {
    line-height: 30px;
    padding: 15px;
}

.content img {
    max-width: 100%;
    height: auto !important;
}

.news-list li {
    background: #f8f8f8;
    padding: 15px 0;
    margin-top: 15px;
}

.news01-img {
    width: 30%;
    float: left;
    padding-left: 15px;
}

.news01-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.news01-content {
    width: 70%;
    float: left;
    padding-left: 10px;
}

.news01-content a {
    display: block;
    position: relative;
}

.news01-content a p {
    font-size: 18px;
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news01-content a span {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #666666;
}

.news01-p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 20px;
}

.fenye li {
    background: none;
    float: left;
    margin: 0 2.5px;
}

.fenye li a {
    background: #f4f4f4;
    padding: 0 2.5px;
}

/*详情*/
.xq-title {
    border-bottom: none !important;
    text-align: center;
    margin-top: 20px !important;
}

.liulan {
    text-align: center;
    padding: 10px 0;
}

.liulan span {
    padding: 0 5px;
    color: #bdb9b9;
}

.xg {
    margin-top: 40px;
}

/*服务范围*/
.shizi {
    margin-top: 30px;
}

.shizi .kc-title {
    padding: 0 0 20px 0;
}

.tuandui-list {
    margin-bottom: 40px;
}

.tuandui-list li p:nth-child(1) {
    font-size: 16px;
}

.tuandui-list li {
    text-align: center;
    height: 410px;
    overflow: hidden;
    margin-top: 30px;
}

.tuandui-list li h6 {
    display: block;
    margin: 10px auto;
    border-bottom: 1px solid #c21a0e;
    width: 60px;
    padding-bottom: 5px;
}

.tuandui-list li a {
    width: 80px;
    margin: 10px auto;
    text-align: center;
    display: block;
    border: 1px solid #cfcccc;
    font-size: 12px;
    color: #666666;
    padding: 5px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.tuandui-list li a:hover {
    color: #fff;
    background: #2dcc72;
}

.tuandui-list li img {
    width: 270;
    height: 270px;
    object-fit: cover;
}



/* 自己修改 */
.tuandui-list .row .col {
    width: 16.66%;
}

.typeImages {
    margin-top: 30px;
}

.type123456Images {
    display: none;
}

.type1Images {
    display: block;
}

.typeImage {
    width: 30%;
    height: 200px;
    object-fit: cover;
}

.typeImage,
.big_img {
    cursor: pointer;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    bottom: 0px;
    right: 0px;
    /* width: 100%;
    height: 100%; */
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=40);
}

.big_img {
    display: none;
    position: fixed;
    width: 30%;
    height: auto;
    left: 35%;
    top: 15%;
    /* margin: -60px 0px 0px -60px; */
    z-index: 1002;
    overflow: auto;
}

.downloadApp-btn {
    margin: 30px;
    background: rgb(101, 101, 225);
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}

.downloadApp-btn:hover {
    background: #fff;
    color: #333;
    box-shadow: 0 0 10px 0 #333;
}

/* .downloadApp-btn:first-child {
    background: rgb(107, 107, 154);
} */















.type {
    text-align: center;
    /* background: #21aa5d; */
    background: #a2b3a9;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 15px;
}

.type1 {
    background: #21aa5d;
}

.guoneiPic {
    margin-left: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;

}












.tuandui01 {
    border: 1px solid #cfcccc;
    height: 100%;
}

.tuandui01 p {
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}

.tuandui01:hover {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}

#nb_icon_wrap,
#nb_nodeboard {
    display: none !important;
    width: 0 !important;
}

#BDBridgeIconWrap {
    display: none !important;
}

/*弹窗*/
.tan {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 999;
}

.tan .box {
    width: 380px !important;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tan .box .form {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 50px;
    text-align: center;
    overflow: hidden;
}

.tan .box .form img {
    max-width: 100%;
}

.tan .box .form span.close {
    position: absolute;
    right: 16px;
    top: 5px;
    font-size: 25px;
    display: block;
    cursor: pointer;
    height: 8px;
    width: 8px;
    color: #b0b8bf;
}

.tan .box .form span:hover {
    color: #808492;
}

.tan .box .form form input {
    display: block;
    width: 100%;
    outline-style: none;
    height: 38px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.tan .box .form h3 {
    font-size: 18px;
    color: #333437;
    font-weight: normal;
    margin-bottom: 8px;
}

.tan .box .form p.desc {
    color: #0074fa;
    font-size: 12px;
    margin-bottom: 18px;
}

.tan .box .form form input[name=valicode] {
    padding-right: 80px;
}

.tan .box .form form input[type=submit] {
    background-color: #21aa5d;
    color: #fff;
    border: 0;
    height: 40px;
    cursor: pointer;
}

.tan .box .form form input[type=submit]:hover {
    background-color: #229955;
}

.tan .box .form form input.red {
    border-color: red;
}

.tan .box .form form .valicode {
    position: relative;
}

.tan .box .form form .valicode img {
    position: absolute;
    right: 8px;
    top: 2px;
    height: 35px;
}

.tan .box .form p.reg {
    margin-top: 20px;
}

.tan .box .form p.reg a {
    color: #333;
    font-size: 12px;
    float: right;
}

.tan .box .form p.reg a:first-child {
    float: left;
}

.tan .box .form form .error {
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: red;
    font-size: 12px;
    display: none;
}

/*qq*/
#floatDivBoxs {
    width: 130px;
    background: #fff;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f08326;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}

#floatDivBoxs .floatDqq {
    padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
    height: auto;
    font-size: 18px;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
    padding: 5px 0px;
}

#floatDivBoxs .floatDqq li img {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
    height: 24px;
}

#floatDivBoxs .floatDqq li p {
    color: #f08326;
    font-size: 16px;
    line-height: 28px;
}

#floatDivBoxs .floatDqq li p a {
    color: #08a7fa;
}

#floatDivBoxs .floatDqq li p a:hover {
    color: #e8431f;
}

#floatDivBoxs .floatDtxt {
    font-size: 18px;
    color: #333;
    padding: 12px 14px;
}

#floatDivBoxs .floatDtel {
    padding: 0 0 15px 10px;
}

#floatDivBoxs .floatImg {
    text-align: center;
    padding: 10px;
    background: #EBEBEB;
}

#floatDivBoxs .floatImg img {
    margin-bottom: 5px;
}

#floatDivBoxs .floatDtel img {
    display: block;
}

#floatDivBoxs .floatDbg {
    width: 100%;
    height: 20px;
    background: url(online_botbg.jpg)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/online_botbg.jpg*/
        no-repeat;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
    width: 50px;
    height: 45px;
    background: url(online_arrow.jpg)
        /*tpa=https://melody-autotech.com/templets/mailuodi/images/online_arrow.jpg*/
        no-repeat;
    position: fixed;
    top: 100px;
    right: 130px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 45px;
}


.xq-content1 {}

.xq-content1-1 {
    color: green;
}

.xq-content1-2 {
    color: blueviolet;
}