﻿/*-----------------[初始化]--------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
h1,h2,h3,h4,h5,h6,p ,a,span{   
    font-size:100%;   
    font-weight:normal;
    margin:0;
    padding:0;   
    font-style:normal;
} 

html {
    height: 100%;
}

@font-face {
    font-family: 'iconfont';
    src: url('/newm/font/iconfont.eot');
    src: url('/newm/font/iconfont.eot#iefix') format('embedded-opentype'), 
    url('/newm/font/iconfont.woff') format('woff'), 
    url('/newm/font/iconfont.ttf') format('truetype'), 
    url('/newm/font/iconfont.svg#iconfont') format('svg')
}

body {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    min-width: 320px;
    max-width: 480px;
    margin: 0 auto;
}

a {
	text-decoration: none;
    color: #333;
}

a:hover {
    color: #d7a746;
}

img {
    max-width: 100%;
}

input, textarea, select {
    border: none;
    font-size: 14px;
    color: #444;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    outline: 0;
}

input[type='submit'], input[type='password'], input[type='text'], input[type='reset'], input[type='button'], input[type='radio'], input[type='checkbox'], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='submit'], input[type='reset'], input[type='button'] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

::-ms-input-placeholder {
    color: #ccc;
}

.viewport {
    margin: 0 auto;
    min-width: 320px;
    max-width: 750px;
    height: 100%;
    /*  overflow-x: auto; */
}

@font-face {
    font-family: spu;
    src: url(../fonts/ShinePersonalUse.ttf);
}

.ani, a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.wraper {
    position: absolute;
    left: 0;
    padding: 50px 0;
    width: 100%;
}

.wraper.action {
    left: -60%;
}

.fixme {
    height: 100%;
    overflow: hidden;
}

/*******************************
    -------[=头部]-------
    ********************************/
    .header {
        position: fixed;
        top:-50px;
        left: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-top: 1px solid #373737;
        border-bottom: 1px solid #373737;
        background-image: url(/newm/new_web/images/bg-hd.png);
        z-index: 100;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }
    .header .logo {
        display: block;
        position: absolute;
        width: 160px;
        height: 30px;
        left: 15%;
        top: 16%;
    }
    .header .logo img {
        width: 100%;
    }
    .header.action {
        left: -60%;
    }

    .header .txt {
     margin-left: 3.5em;
     font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif!important;
     display: inline-block;
     height: 1em;
     line-height: 1em;
     color: #fff;
     font-size: 20px;
     font-family: spu;
 }

 .header .btn-back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/ico-back.png) center center no-repeat;
    background-size: 12px auto;
}

/*******************************
    -------[=导航]-------
    ********************************/
/*******************************
    -------[=导航]-------
    ********************************/
    .top_right{
     margin-top: -3px;
 }
 ol, ul ,dd{
    list-style: none;
    margin: 0;
    padding:0;
}
.menuBtn {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 27px;
    height: 20px;
    display: block;
    cursor: pointer;
    z-index: 999;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menuBtn em {
    margin-bottom: 4px;
    display: block;
    height: 3px;
    background-color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.menuBtn.on em {
    display: none;
    margin: -2px 0 0;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 24px;
    background-color: #d7a746;
}

.menuBtn.on em:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.on em:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

#aside {
    position: fixed;
    bottom:100%;
    top:50px;
    left: 0;
    width: 100%;
    overflow:hidden;
    overflow-y:auto;
    /* padding: 0px 45px 0; */
    z-index: 101;
    background-image: url(/newm/new_web/images/bg-hd.png);	
}
#aside .menu > li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
#aside.open .menu > li {
    opacity: 1;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
#aside .menu > li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


#aside.open {
    bottom: 0;
}

#aside.open {
    left: 0;
}

#aside .link {
    margin: 0 0 20px 15px;
    color: #fff;
}

#aside .link a {
    color: #fff;
}

#aside .link a:hover {
    color: #f9991e;
}

#aside .menu > li > a {
    padding-left: 15px;
    display: block;
    width: 100%;
    height: 41px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border-bottom: 1px solid #191919;
}

#aside .menu > li > a:hover, #aside .menu > li.on > a {
    color: #f9991e;
    background-color: #1c1c1c;
}

#aside .menu .sub {
    padding: 5px 0;
    display: none;
}

#aside .menu .sub a {
    padding-left: 30px;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

#aside .menu .sub a:hover, #aside .menu .sub a.on {
    color: #f9991e;
    background-color: #1c1c1c;
}

#aside .form {
    padding: 20px 15px;
}

#aside .select {
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    line-height: 36px;
    border: 1px solid #d7d7d7;
    background: #fff url(../images/ico-hd-down.png) 180px 50% no-repeat;
}

#aside .inpt {
    float: left;
    display: block;
    padding: 0 10px;
    width: 170px;
    height: 36px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

#aside .btns {
    display: block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    background: #fff url(../images/ico-soso.png) center no-repeat;
}
.top_one {
  text-decoration: none;
  background: url(/newm/images/top-sm.jpg)center no-repeat;
  padding: 4px 8px 5px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #FFF;
  border-radius: 4px;
  /*   margin-left: 5px; */
  margin-right: 5px;
}
.top_two{
  text-decoration: none;
  background: url(/newm/new_web/images/top-sm.jpg)center no-repeat;
  padding: 4px 8px 5px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #FFF;
  border-radius: 4px;
  /*   margin-right: 5px; */
}
/*******************************
    -------[=底部]-------
    ********************************/
    .footer-t {
        padding: 16px 0 34px;
        background-color: #232323;
    }

    .footer-t .logo {
        margin: 0 auto;
        display: block;
        width: 132px;
    }

    .footer-t .logo img {
        display: block;
    }

    .footer-t .focus {
        text-align: center;
    }

    .footer-t .focus p {
        margin: 10px 0;
        height: 1em;
        line-height: 1em;
        color: rgba(255, 255, 255, .5);
        font-size: 12px;
        text-align: center;
    }

    .footer-t .focus .qr {
        position: relative;
        margin: 0 6px;
        display: inline-block;
        font-size: 0;
    }

    .footer-t .focus a {
        padding-left: 14px;
        display: block;
        width: 160px;
        height: 34px;
        line-height: 32px;
        color: rgba(255, 255, 255, .5);
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 3px;
        background: url(../images/ico-qrcode.png) right 10px center no-repeat;
        background-size: 16px 16px;
        font-size: 12px;
        text-align: left;
    }

    @media only screen and (max-width: 360px) {
        .footer-t .focus a {
            width: 140px;
        }
        .header .txt {
            margin-left: 3em!important;
            font-size: 15px;
        }
    }

    .footer-t .focus a + img {
        position: absolute;
        top: -105px;
        left: 50%;
        margin-left: -50px;
        display: block;
        width: 100px;
        height: 100px;
        opacity: 0;
        visibility: hidden;
    }

    .footer-t .focus a:hover + img {
        opacity: 1;
        visibility: visible;
    }

    .footer-b {
        padding: 18px 10px 35px;
    }

    .footer-b .list span {
        padding-right: 30px;
        padding-left: 30px;
        display: inline-block;
        height: 21px;
        line-height: 21px;
        color: #393939;
        font-size: 12px;
        background-size: 21px 21px;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .footer-b .list span.tel {
        background-image: url(../images/ico-tel.png);
        font-family: Arial;
    }

    .footer-b .list span.position {
        background-image: url(../images/ico-position.png);
    }

    .footer-b .copy {
        padding-top: 14px;
        font-size: 12px;
        color: rgba(57, 57, 57, .6);
        text-align: center;
    }

    .footer-b .copy em {
        color: #393939;
    }

    .footer-b .copy span {
        font-family: Arial;
    }

    .footer-fix {
        position: fixed;
        bottom:0px;
        left: 0;
        width: 100%;
        height: 50px;
        background-image: url(/newm/new_web/images/bg-hd.png);
        z-index: 100;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .footer-fix.action {
        left: -60%;
    }

    .footer-fix a {
        padding-top: 5px;
        float: left;
        display: block;
        width: 25%;
        height: 50px;
        border-right: 1px solid #272727;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

    .footer-fix a.on {
        color: #d0a857;
    }

    .footer-fix a.a4 {
        border-right: none;
    }

    .footer-fix span {
        position: relative;
        margin-bottom: 2px;
        display: block;
        height: 22px;
        background-position: center center;
        background-size: auto 22px;
        background-repeat: no-repeat;
    }

    .footer-fix .a1 span {
        background-image: url(/newm/new_web/images/ico-g-1-on.png);
    }

    .footer-fix .a2 span {
        background-image: url(/newm/new_web/images/obqtub2.png);
    }

    .footer-fix .a3 span {
        background-image: url(/newm/new_web/images/ico-g-3.png);
    }

    .footer-fix .a4 span {
        background-image: url(/newm/new_web/images/ico-g-4.png);
    }

    .footer-fix .a1.on span {
        background-image: url(/newm/new_web/images/ico-g-1-on.png);
    }

    .footer-fix .a2.on span {
        background-image: url(/newm/new_web/images/ico-g-2.png);
    }

    .footer-fix .a3.on span {
        background-image: url(/newm/new_web/images/ico-g-3.png);
    }

    .footer-fix .a4.on span {
        background-image: url(/newm/new_web/images/ico-g-4.png);
    }

    .footer-fix em {
        position: absolute;
        top: -3px;
        text-align:center;
        left: 56%;
        display: block;
        width: 19px;
        line-height:19px;
        height: 19px;
        background-color: #ee1b25;
        color: #fff;
        border-radius: 50%;
        font-size: 12px;
    }
    /* 弹窗开始 */
    .omqcenterbox {
     z-index:999999;
     width: 275px;
     height: 261px;
     background-color: #fff;
     position: fixed;
     left: 50%;
     top: 50%;
     border-radius: 15px;
     -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
     margin-left: -137.5px;
     margin-top: -130.5px;
     box-shadow: 0 0 20px rgba(10,2,4,.75);
     -webkit-box-shadow: 0 0 20px rgba(10,2,4,.75);
     -moz-box-shadow: 0 0 20px rgba(10,2,4,.75);
     -ms-box-shadow: 0 0 20px rgba(10,2,4,.75);
     transition: linear .5s;
     transform: scale(0);
     -webkit-transform: scale(0);
     -moz-transform: scale(0);
     -ms-transform: scale(0);
     -o-transform: scale(0);
 }
 .omqcenterboxd {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.omqcenterbox-close {
    position: absolute;
    top: -14px;
    right: -14px;
    cursor: pointer;
}
.omqcenterbox .omqcenter-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Microsoft YaHei";
    margin-top: 28px;
}
.omqcenterbox .omqcenter-telval {
    width: 227px;
    height: 32px;
    border: 1px solid #6a7380;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    margin: 20px auto 8px;
    text-align: center;
    line-height: 30px;
}
.omqcenterbox .omqcenter-ftitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    color: #6a7380;
}
.omqcenterbox .omq-telval {
    width: 155px;
    height: 30px;
    line-height: 30px;
    background-color: #FFF;
    font-size: 14px;
    color: #6a7380;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    padding-left: 13px;
    float: left;
    outline: 0;
    border: 0;
}
.omqcenterbox .omq-telbtn {
    width: 70px;
    height: 30px;
    line-height: 29px;
    color: #fff;
    background-color: #6a7380;
    font-size: 12px;
    text-align: center;
    /* margin-right:15px; */
    text-decoration: none;
    -moz-border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
    float: left;
    border: 0;
    cursor: pointer;
}
.omqcenterbox .omq-innerc {
    width: 228px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4;
}
.omqcenterbox .omqcenter-chat {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 58px;
    line-height: 58px;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
}
.omqcenter-tel {
    background-color:#f18d00;
    border-radius: 0 0 0 15px;
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
}
.omqcenter-swt, .omqcenter-tel {
    display: block;
    position: relative;
    width: 50%;
    height: 58px;
    float: left;
}
.omqcenter-tel em, .omqcenter-tel i {
  display: block;
  position: absolute;
  font-size: 16px;
  width: 8rem;
  left: 36%;
  color: #fff;
  font-style: normal;
  text-decoration: none;
}
.omq-telpic {
    top: 50%;
    margin-left: -50px;
    margin-top: -29px;
    width: 27px;
    height: 27px;
    font-size: 24px;
}
.omqcenter-swt {
    background-color:#323232;
    border-radius: 0 0 15px 0;
    -webkit-border-radius: 0 0 11px 0;
    -moz-border-radius: 0 0 15px 0;
}
.omqcenter-chata, .omqcenter-chatb, .omqcenter-swt em, .omqcenter-swt i {
	font-size: 16px;
    display: block;
    position: absolute;
    left: 45%;
    color: #fff;
    font-style: normal;
    text-decoration: none;
}
.section-hm.s6 .form {
    background-color: #fff;
    border-radius: 10px;
}
.omqcenter-chata {
  top: 50%;
  margin-left: -56px;
  width: 35px;
  height: 37px;
  margin-top: -24px;
  font-size: 24px;
}
.omqcenter-chatb {
    margin-left: -15px;
}
.omq-telpic img{
    padding-left: 5px;
    padding-top: 6px;
}

/* 弹窗结束 */
.g-tit-1 {text-align: center;}
.g-tit-1.white {color: #fff;}
.g-tit-1.brown {color: #b18c62;}
.g-tit-1 .d1 {height: 1em;line-height: 1em;font-size: 18px;font-weight: bold;}
.g-tit-1 .d2 {position: relative;padding: 0 21px;display: inline-block;height: 30px;line-height: 30px;font-size: 20px;font-weight: bold;font-family: PAINP;font-weight: lighter;}
.g-tit-1 .d2:before,.g-tit-1 .d2:after {position: absolute;top: 0;width: 15px;height: 30px;background-position: center center;background-repeat: no-repeat;content: '';    background-size: 2500%;}
.g-tit-1 .d2:before {left: 0;}
.g-tit-1 .d2:after {right: 0;}
.p-btn-1{
    display: block;
    margin: 0 auto;
    width:9em;
    height: 35px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #dda841;
}
.p-btn-1 span{
    position: relative;
    top: -6px;
    left: -6px;
    z-index: 5;
    display: block;
    width: 9em;
    line-height: 35px;
    background-color: #dca436;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
/*表单*/
.box-form .form {
    margin-top: 25px;
    padding-bottom: 20px;}
    .box-form .form ul {
        padding: 30px 20px 0;}
        .box-form .form .btn-form {    border-radius: 9px;
            margin: 20px auto 0;display: block;width:140px;height: 36px;line-height: 36px;color: #fff;font-size: 14px;text-align: center;background-color: #dca436;border: none;cursor: pointer;}
            .box-form .form .btn-form:hover {
                background-color: #b18c62;}
                .box-form .form .li-gender {
                    margin-bottom: 18px;text-align: center;font-size: 0;}
                    .box-form .form .li-gender label {
                        position: relative;margin: 0 21px;display: inline-block;width: 60px;height: 80px;background-position: center center;background-repeat: no-repeat;cursor: pointer;-webkit-background-size: 55px auto;
                        background-size: 55px auto;}
                        .box-form .form .li-gender label.m {
                            background-image: url(/newm/new_web/images/ico-hm-1.png);
                        }
                        .box-form .form .li-gender label.f {
                            background-image: url(/newm/new_web/images/ico-hm-2.png);
                        }
                        .box-form .form .li-gender input {
                            display: none;
                        }
                        .box-form .form .li-gender em {
                            position: absolute;
                            right: 2px;
                            bottom:0;
                            display: none;
                            width: 17px;
                            height: 17px;
                            background: url(../images/ico-checked-1.png) center center no-repeat;
                            -webkit-background-size: 100% 100%;
                            background-size: 100% 100%;
                        }
                        .box-form .form .li-gender .checked em {
                            display: block;
                        }
                        .box-form .form .li-item {
                            margin-bottom: 10px;
                        }
                        .box-form .form .d1 {
                            float: left;
                            width: 114px;
                            height: 36px;
                            line-height: 36px;
                            text-align: center;
                            font-size: 14px;
                        }
                        .box-form .form .d1 em {
                            color: #f01332;
                            font-weight: bold;
                        }
                        .box-form .form .d2 {
                            margin-left: 115px;
                            padding: 0 13px 0 20px;
                        }
                        .box-form .form .inp-form {
                            display: block;
                            width: 100%;
                            height: 36px;
                            line-height: 36px;
                            border: none;
                            font-size: 14px;
                        }
                        .box-form .form .select {
                            position: relative;
                            cursor: pointer;
                        }
                        .box-form .form .select .cur {
                            display: block;
                            width: 100%;
                            height: 100%;
                            background-position: right center;
                            background-repeat: no-repeat;
                            -webkit-background-size: 8px auto;
                            background-size: 8px auto;
                        }
                        .box-form .form .select .s-list {
                            position: absolute;
                            top: 37px;
                            left: -21px;
                            right: -14px;
                            display: none;
                            z-index: 2;
                        }
                        .box-form .form .select .s-list a {
                            padding: 0 13px 0 20px;
                            display: block;
                            height: 36px;
                            line-height: 36px;
                            font-size: 14px;
                        }
                        /* 底部表单 */
                        .x-mb {
                            margin-bottom: 56px;
                        }
                        .x-bmbt {
                            border-left: solid 15px #662b18;
                            padding-left: 20px;
                            color: #323232;
                            font-size: 24px;
                            margin: 10px 0px 12px 0px;
                            font-family: "微软雅黑";
                            font-style:normal;
                        }
                        .x-bmbt .fbt {
                            font-family: Arial, Helvetica, sans-serif;
                            font-size: 14px;
                        }
                        .x-container {
                            margin: 0 auto;
                            padding: 0px 10px;
                            padding: 0 2%;
                        }
                        .order-containe{
                         padding: 0 0 0 0;
                     }
                     .order-containe .order-so {
                        text-align: center;
                    }
                    .order-containe .order-so {
                        padding-top: 10px;
                    }
                    .order-containe .order-so input[type=text], .order-containe .order-so select {
                        width: 100%;
                        height: 60px;
                        line-height: 50px;
                        background: transparent;
                        border: 1px solid #dcdcdc;
                        padding-left: 15px;
                        box-sizing: border-box;
                        /* -webkit-box-sizing: border-box; */
                        font-size: 26px;
                    }
                    .btn-omick a {
                        display: block;
                        height: 35px;
                        width: 60%;
                        background: #4a4a4a;
                        line-height: 34px;
                        text-align: center;
                        margin: 0px auto;
                        color: #fff;
                        font-size: 18px;
                        margin-top: 12px;
                        margin-bottom: 25px;
                        border-radius: 6px;
                    }
                    /* 提示弹层 */
                    .ui-dialog.show {
                        display: -webkit-box;
                        display: box;
                    }
                    .ui-dialog {
                        position: fixed;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        z-index: 9999999999;
                        display: -webkit-box;
                        -webkit-box-orient: horizontal;
                        -webkit-box-pack: center;
                        -webkit-box-align: center;
                        background: rgba(0, 0, 0, .4);
                        display: none;
                    }
                    .ui-dialog-cnt {
                        margin: 30% auto;
                        border-radius: 6px;
                        width: 270px;
                        -webkit-background-clip: padding-box;
                        background-clip: padding-box;
                        pointer-events: auto;
                        background-color: rgba(253, 253, 253, .95);
                        position: relative;
                        font-size: 16px;
                    }
                    .ui-dialog-hd {
                        height: 48px;
                        line-height: 48px;
                        text-align: center;
                        position: relative;
                    }
                    .ui-dialog-hd h3{
                        line-height: 48px;
                    }
                    .ui-border-b {
                        border-bottom: 1px solid #e0e0e0;
                    }
                    .ui-dialog-close {
                        font-family: iconfont!important;
                        font-size: 32px;
                        line-height: 44px;
                        font-style: normal;
                        -webkit-font-smoothing: antialiased;
                        -webkit-text-stroke-width: .2px;
                        display: block;
                        color: rgba(0, 0, 0, .5);
                        color: #828282;
                        display: block;
                        line-height: 32px;
                        position: absolute;
                        top: 3px;
                        right: 3px;
                    }
                    .ui-dialog-bd {
                        min-height: 71px;
                        border-top-left-radius: 6px;
                        border-top-right-radius: 6px;
                        padding: 18px;
                        display: -webkit-box;
                        display: box;
                        -webkit-box-pack: center;
                        -webkit-box-align: center;
                        -webkit-box-orient: vertical;
                    }
                    .ui-dialog-bd > div, .ui-dialog-bd > ul {
                        width: 100%;
                        text-align: center;
                    }
                    em, i {
                        font-style: normal;
                    }
                    .ui-dialog-ft {
                        border-bottom-left-radius: 6px;
                        border-bottom-right-radius: 6px;
                        display: -webkit-box;
                        width: 100%;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        -webkit-box-align: center;
                        border-top: 1px solid #e0e0e0;
                        height: 42px;
                        line-height: 42px;
                    }
                    .ui-dialog-ft button:last-child {
                     font-size: 17px;
                     font-family: 'Microsoft Yahei';
                     border-right: 0;
                     border-bottom-right-radius: 6px;
                 }
                 .ui-dialog-ft button:first-child {
                    border-bottom-left-radius: 6px;
                }
                .ui-dialog-ft button {
                    color: #000;
                    text-align: center;
                    border-right: 1px #e0e0e0 solid;
                    width: 100%;
                    line-height: 42px;
                    background: transparent;
                    display: block;
                    margin: 0 !important;
                    -webkit-box-flex: 1;
                }
                button {
                    -webkit-appearance: none;
                    border: 0;
                    background: 0;
                }
                /*新热门专业*/
                .black-block-majors{
                 position:relative;
                 width:100%;
                 margin: 21px 0 0 0;
                 height: 50px;
                 background: black;
             }
             .black-block-majors .bbm-l{
                 display: inline-block;
                 line-height: 45px;
                 text-align: center;
                 padding-left: 3%;
                 color: white;
                 font-size: 22px;
             }
             .black-block-majors .bbm-r{
                 position: absolute;
                 line-height: 45px;
                 text-align: center;
                 padding-left: 3%;
                 color: white;
                 padding-left: 5%;
                 padding-right: 5%;
                 right: 3%;
                 top: 50%;
                 margin-top: -14px;
                 background: #FFF;
                 border-radius: 6px;
                 font-size: 16px;
                 line-height: 28px;
                 text-align: center;
                 text-indent: 0;
             }

             .environment-top2 .swiper-slide-active li a{
                /*background: url(../images/bg-6.png)center no-repeat;*/
                background:rgb(233,173,56);
                background-size: cover;
                display: block;
                line-height: 24px;
                border-radius: 5px;
                margin: 0 1px;
            }
            .environment-top2 .swiper-slide-active li a h4{
                color:white;
                padding: 7px 0 7px 0;
                line-height: 19px;
            }
            #tab-list-1{
                position:relative;
                margin: 8px 0 -4px 0;
                background: rgb(201,200,199);
                /*padding: 0 0 5px 0;*/
            }

            .environment-top2 .click2-y{
                margin-top: 0px!important;
            }
            .environment-top2 .click2-y a{
                background:#C6C4C4;
                border-radius:0!important;
                line-height:24px!important;
            }
            .environment-top2 .click2-y a h4{
              padding: 7px 0 7px 0;
              line-height: 19px;
          }
          .environment-top2 .click2-y a h4 span{
            background: url('/newm/new_web/images/line1.jpg')center no-repeat;
            color: white;
            width: 2px;
            height: 40px;
            right: 0px;
            display: block;
            position: absolute;
            top: 7px;
        }
        /* 虚线 */
        .snav-y  #hor-line{
         width: 100%;
         position: absolute;
         height: 1px;
         top: 137px;
         /* left: 50px; */
         /* z-index: 999999999; */
         display: block;
         background: rgb(238,238,238);
     }
     .snav-y  .vers{
         width: 1px;
         position: absolute;
         height: 95%;
         top: 27px;    
         display: block;
         background: rgb(238,238,238);
     }
     .snav-y  #ver-line-1{
         left: 26%;
     }
     .snav-y  #ver-line-2{
         left: 50%;
     }
     .snav-y  #ver-line-3{
         left: 74%;
     }
     #wp-p2 {
        position:relative;
    }
    #wp-p2 i{
        z-index: 9;
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        top: 131px;
        left: 56px;
        border-top: 10px solid #E9AD38;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .environment-top2 .click2-y li{
        position:relative;
    }
    .click2-y a h4{
     color:white;
     text-align: center;
     font-size: 14px;
     font-weight: 500;
 }
 /*.click2-y a h4 span {*/
     /*color:#666;*/
     /*display: block;*/
     /*text-align: center;*/
     /*font-size: 12px;*/
     /*font-weight: 400;*/
     /*}*/
     .click2-y a h4 span {
        top:5px;
    }


    .m-campus .wp-y{padding:0 15px}
    /*.m-campus .click_boxy2 .pic{position:relative;padding-top:66.7%;overflow:hidden}*/
    /*.m-campus .click_boxy2 .pic a{position:absolute;top:0;left:0;width:100%;height:100%}*/
    .m-campus .click_boxy2 .pic img{display:block;width:100%;height:100%}
    .click_boxy2{margin-top:15px}
    .click_boxy2 .txt{
        text-align:center;
        padding-top:15px
    }
    .click_boxy2 .txt h4{font-size:16px;color:#fff;font-weight:400;line-height:1}
    .click_boxy2 .txt em{
        font-size: 14px;
        margin-top: 10px;
        line-height: 8px;
        display: block;
        opacity: 0.7;}
        .click_boxy2 .txt p{font-size: 14px;
            overflow: hidden;
            -webkit-line-clamp: 4;
            margin-top: 9px;
            line-height: 22px;
            color: #999;}
            .click_boxy2 .txt .more{
                display: block;
                border: 1px solid #7a7a7a;
                border-radius: 5px;
                margin: 12px auto;
                color: #fff;
                font-size: 16px;
                padding: 5px 0px;
                line-height: 22px;
            }
            .new-majory .click_boxy6 .pic img{display:block;width:100%;height:100%}
            .click_boxy6{margin-top:15px}
            .click_boxy6 .pic2{
                text-align:center;
                padding-top:3px
            }
            .click_boxy6 .pic2 ul li{
                float:left;
                width:49.8%;
            }
            .click_boxy6 #pic2-xd ul li{
                width:49.5%!important;
            }
            .click_boxy6 #pic2-xd ul li:nth-child(1){
              margin-right:0.5%!important;
          }
          .click_boxy6 #pic2-xd ul li:nth-child(2){
            margin-right:0.5%!important;
        }
        .click_boxy6 .pic2 ul li:nth-child(1){
            margin-right:0.3%;
        }
        .click_boxy6 .pic2 ul li a img{
           width:100%;
       }
       /* 新热门专业 */
       /*红包弹窗*/
       .hongbaobanner{
        position: relative;
    }
    .hongbaobanner img:first-child
    {
        width:85%;height:85%;margin-top:-1px;margin-left:7%;
    }
    .hongbaobanner img:nth-child(2)
    {
        width: 47px;
        height: 47px;
        position: absolute;
        top: 17px;
        right: 53px;
    }
    .hb {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 102;
        margin-top: -180px;
        margin-left: -139px;
        width: 280px;
        height: 380px;
        border-radius: 5px;
        background: url(/newm/new_web/images/hb3/bg.jpg) no-repeat center;
        box-shadow: 0 0 20px rgba(10,2,4,.75);
        display: none;
    }
    .hb_close {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 3px;
        right: 3px;
    }
    .hb_close img {
        max-width: 100%;
        height: auto;
        border: 0;
    }
    .hb_btn {
        width: 86px;
        height: 86px;
        position: absolute;
        top: 200px;
        left: 50%;
        margin-left: -43px;
    }
    .hb_btn a img:hover {
        transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);     /* IE 9 */
        -moz-transform: rotateY(360deg);    /* Firefox */
        -webkit-transform: rotateY(360deg); /* Safari 和 Chrome */
        -o-transform: rotateY(360deg);  /* Opera */
        transition: all 1.5s;
        -webkit-transition: all 1.5s;
        -moz-transition: all 1.5s;
        -o-transition: all 1.5s;
    }


    .hb2 {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 103;
        margin-top: -180px;
        margin-left: -139px;
        width: 280px;
        height: 380px;
        border-radius: 5px;
        background: url(/newm/new_web/images/hb3/bd.jpg) no-repeat center;
        background-size:100% 100%;
        box-shadow: 0 0 20px rgba(10,2,4,.75);
        display: none;
    }
    .hb_close2 {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 3px;
        right: 3px;
    }
    .hb_close2 img {
        max-width: 100%;
        height: auto;
        border: 0;
    }
    .hb_text{
        /* width:120px; */
        /* height:55px; */
        position:absolute;
        top:240px;
        left:40px;
    }
    .hb_text a{
        font-size:14px;
        margin-left:2px;
        color: #000;
    }
    .hb_test input{
        width:80px;
        height:15px;
        border:1px solid #DC5444;
        font-size:12px;
    }
    .hb_sub{
        width:80px;
        /* height:20px; */

        height:30px;
        background:#DC5444;
        position:absolute;
        top:320px;
        left:110px;

        font-size:18px;

        color:#fff;
        text-align:center;
        line-height:30px;

        border-radius: 5px;
    }

    .callRit {
        position: fixed;
        top: 50%;
        right: 0%;
        z-index: 99999;
        display: none;
        width: 10%;
        max-width: 41px;
        height: 125px;
        /*background: url('/newm/new_web/images/2.png') 0 no-repeat;*/
        background-size: 100%;
        opacity: 0;
    }

    .moveshow {
        animation: moveshow 1s forwards;
        -webkit-animation: moveshow 1s forwards;
        animation-delay: .6s;
        -webkit-animation-delay: .6s;
    }

    @keyframes moveshow {
        0% {
            opacity: 0;
            -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @-webkit-keyframes moveshow {
        0% {
            opacity: 0;
            -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    /******/
    .x-popup-show {
        -webkit-transform: translateY(0)!important;
        -moz-transform: translateY(0)!important;
        transform: translateY(0)!important;
    }

    .x-popup {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999;
        display: none;
        width: 100%;
        background-color: #fff;
        -webkit-transition: .6s ease;
        -moz-transition: .6s ease;
        transition: .6s ease;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    .x-popup .x-popup-title {
        position: relative;
        width: 100%;
        height: 3.069rem;
        background-color: #6E9BFF;
        color: #fff;
        text-align: center;
        font-size: 1.302rem;
        line-height: 3.069rem;
    }

    .x-popup .x-popup-title .x-popup-title-close-btn {
        position: absolute;
        top: .434rem;
        right: 1.24rem;
        width: 2.356rem;
        height: 2.356rem;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTEzOTMwNTkxMjkzIiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjIwNTQiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTgwNi4yIDIxNy44Yy0xNjIuNC0xNjIuNC00MjUuOC0xNjIuNC01ODguNCAwcy0xNjIuNCA0MjUuOCAwIDU4OC40YzE2Mi40IDE2Mi40IDQyNS44IDE2Mi40IDU4OC40IDBTOTY4LjYgMzgwLjIgODA2LjIgMjE3Ljh6TTc4MS42IDc4MS42Yy0xNDguNiAxNDguNi0zOTAuNiAxNDguNi01MzkuMiAwLTE0OC42LTE0OC42LTE0OC42LTM5MC42IDAtNTM5LjJzMzkwLjYtMTQ4LjYgNTM5LjIgMEM5MzAuNCAzOTEgOTMwLjQgNjMzIDc4MS42IDc4MS42eiIgcC1pZD0iMjA1NSIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik02ODAuNCAzMjAgNTExLjYgNDg4LjQgMzQzLjYgMzIwLjggMzIwIDM0NC40IDQ4OCA1MTIgMzIwIDY3OS42IDM0My42IDcwMy4yIDUxMS42IDUzNS42IDY4MC40IDcwNCA3MDQgNjgwLjQgNTM1LjIgNTEyIDcwNCAzNDMuNloiIHAtaWQ9IjIwNTYiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=') center center no-repeat;background-size: 100%;
    }

    .x-popup .x-popup-content {
        width: 100%;
    }

    .x-popup .x-popup-content .x-popup-content-chat {
        padding: 0 3.41rem 0.5rem 5.6rem;
        width: 100%;
        background: url('http://wapimage.shomick.com/new_web/index%3F20180528/namckn8ehysyygajbs.png') 1.86rem 0.6rem no-repeat #e5e5e5;background-size: 2.6rem;
    }

    .x-popup .x-popup-content .x-popup-content-chat .x-popup-content-chat-title {
        margin: 0;
        padding: 0.5rem 0 .186rem;
        color: #999;
        font-size: 1.085rem;
    }

    .x-popup .x-popup-content .x-popup-content-chat .x-popip-content-chat-msg {
        position: relative;
        display: inline-block;
        padding: 1.4rem 4rem;
        background-image: url('http://wapimage.shomick.com/new_web/index%3F20180528/2dctssjrr6.svg');
        background-position: center center;
        background-size: 25%;
        background-repeat: no-repeat;
        -webkit-border-radius: .62rem;
        -moz-border-radius: .62rem;
        border-radius: .62rem;
        background-color: #ffa931;
        color: #fff;
        font-size: 1.178rem;
    }

    .x-popup .x-popup-content .x-popup-content-chat .x-popip-content-chat-msg:before {
        position: absolute;
        top: .62rem;
        left: -.62rem;
        width: 0;
        height: 0;
        border-top: .465rem solid transparent;
        border-right: .93rem solid #ffa931;
        border-bottom: .465rem solid transparent;
        content: "";
    }

    .x-popup .x-popup-form {
        padding: 0 .62rem;
        height: 3.72rem;
        color: #fff;
        text-align: center;
        background: #e5e5e5;
    }

    .x-popup .x-popup-form>input {
        float: left;
        padding: .31rem .62rem;
        width: 51%;
        height: 2.79rem;
        outline: 0;
        border: 1px solid #ccc;
        -webkit-border-radius: .372rem;
        -moz-border-radius: .372rem;
        border-radius: .372rem;
        font-size: 1.116rem;
        line-height: 2.48rem;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .x-popup .x-popup-form>.x-popup-form-submit {
        float: left;
        margin-left: 1.4%;
        width: 20%;
        height: 2.79rem;
        background-color: #ff6005;
        line-height: 2.79rem;
    }

    .x-popup .x-popup-form>.x-popup-form-phone {
        float: left;
        margin-left: 1.4%;
        width: 26%;
        height: 2.79rem;
        background-color: #6E9BFF;
        line-height: 2.79rem;
    }

    .x-popup .x-popup-form>.x-popup-form-phone a {
        color: #fff;
        text-decoration: none;
    }

    .x-popup .x-popup-form .x-popup-form-phone,.x-popup .x-popup-form .x-popup-form-submit {
        -webkit-border-radius: .31rem;
        -moz-border-radius: .31rem;
        border-radius: .31rem;
        font-size: 1.116rem;
    }

    /******/

    .x-popup-layer.x-popup-layer-show {
        opacity: 1
    }

    .x-popup-layer {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.66);
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .x-popup-layer .x-out-frame {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 99;
        width: 19rem;
        height: 18rem;
        border-radius: .625rem;
        background-color: #f5f5f5;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .x-popup-layer .x-out-frame .x-frame-close {
        position: absolute;
        top: -1rem;
        left: -1rem;
        width: 6.125rem;
        height: 6.125rem;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5OUYyODcxMDMzM0ZFNjExOTE0N0I5NTE4QzIxREJEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRTgxNDY5NjQzNDAxMUU2OEFFRjlCMTBCODJCREExQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRTgxNDY5NTQzNDAxMUU2OEFFRjlCMTBCODJCREExQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU1MjE4ODMyNTczRkU2MTE5MTQ3Qjk1MThDMjFEQkQ4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk5RjI4NzEwMzMzRkU2MTE5MTQ3Qjk1MThDMjFEQkQ4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/rveRQAACBBJREFUeNrcWl1MFFcUvvsDi0CMqIAaf0tFzYq0RoxGS4gvBOODGhKofdCYppG2LwVsjFFolaipUF6sGNLoU6UkRl8MRB9MpZoYsaYIxIrBPwwIaki0y/8yPd947+TssLvs7C5oepKzM3fuvXO/b86dc889szZN08T/SZxRvt8npFmkmaQrSZeQppImkv5L2kv6lPQf0hbSZtK/IxnQZrMZ57px8BOhuklLSd9q4clb2d8dzvhcIiWUS/pIi648kvcNm5AtjHfoM9IaUre5oqOjQ7S3t4uHDx+KJ0+eiJ6eHvH69WsxODgoZsyYIebMmSPmz58vli5dKpYvXy7cbrdIT0/3N0Y7aRHpn1annFVCxaRV/EJfX5+4ceOGuHnzprh9+7YOPlQByfXr14tNmzaJzZs3i5SUFHOTEtKfp4rQL6Rfq8KbN29EY2OjuHLlirh3717E3mTNmjUiNzdX5OXliZkzZ/Kq06TfRJtQHWmhKty6dUtcvHhRXLt2Lepud8uWLWLnzp1iw4YN/PLvpJ9Hi5APmQsXLojz58+LZ8+eTdlasnjxYrFr1y6Rn58/KSmrhHym2dmzZ3UdGhqa8gUyLi5O7N27V9dg0y9kQuPj4yV2u72Sk6mpqRHTGVkAbFFRkQ8pwlVKuKoCEbL7u9HY2Fg2J4NpBkLTHSZhPIyL8ZUAF/AF6mP381RsTqfzNHcAeGemY5r5E4yL8YHDiNcIn42bJhih0dHRXLVowjXDm02lAwhFMD5wAI8Ut8QZnJDZOlhnpsI1hyPAATyTWcmH0PDwMCyzTEUAWDStCBbEmJgYS33Q3rSQBhTgAS4pyyRe/4SkdfJUGeGMlQgAMVllZaXYt2+fcDgcIfVBO7RHvwAxnY8AD3AxKwGvLaCFyIOUqXPEZlYErnXt2rVi9+7duqulewVtj3q0Q3v0M603AYXj4ngnEPJ4PJ/KjZgeNSPQtCINDQ2iu7tbP9+zZ48oLi4OSArXUY92EPRD/1AEuIBPSqLE7UsI043mcpYRu9MWwErUDGlqahKHDh3Stw2QwsJCcfDgwQnvFMq4jnoI2qMf+ociwAV87H5ZfNrZ2VPLVOfYz4QjmOOHDx8WnZ2denn79u16OTY2Vi/jiDKuQ9AOZavROsfHcXNCNpkDMJ5auHL//n3dAg8ePNDLW7duFeXl5WLevHn6EWUI6tEO7a2KCd9KbiE9lqMZZ6cYqYOOabi4Y8cO0dXVFXHEfOTIEbF69Wo9hBkZGdEthKWjra1NlJWVhb1gL1q0SFy6dEmFR51kJbjIcR7L2WR2Rhdsm6OxupeUlIjm5madhMvl0o8o43ok0YcJX6q/dwh+IYG/eB+ycHwS90SnQOby8L1+NDZpVVVVIisrS59yCDJxRBnXUR+ucHwct4+FqMKIKZCdiUTS0tLE8ePH9fdHhSzYfapQCtdRj3bhCMcncU+0kNfrNbwAUk3hyqpVq8SxY8fEihUrjAUXzuHFixf6US2gqEc7tLcqHB/H7UOIwnFj+UXeLNzMzdGjR40nD08EEvBwEBxRVh4K7dAe/awIx8dxc0IavWit6iKSgFYlOztbVFRUGIPV1dXp04p2l+bdsH4d9Qoc+qF/qMLxSdzaBAv19PT8Zeye3G7LjgEL5oIFC/Tzc+fOierqauz/A+Ur9Hq0g6CfWnBDcQjA5w83//qgZWRktNBAHrhBhPLIaF6/fj1kQtj7z549W7S0tIgzZ84EJMNJoR0kMzNT7x+KAJfaasDDATe3kEEIY7x8+fJkSkrKD7iA9KwVQoiAS0tL9TWCXtSQ+qBdbW2t/tTZ9jqoAJcS4AVuv1MOFRRXXVUF5JqtvqwARS+ppT5oHyoZ4AEuFjdelYQmOgVU5OTktNFT02MSJM6Ra/6QBHhUQh84gTeohdCOWO9XF5A4R675QxDgAB5mHeD0+rWQ9i6DCPXSS3aV1osOlfRA4jySMCVauW7gUMkU4ANOSUgLZCFNNhi9e/euYSV8BUDiHLnm9yEYF+PzrxES3ygjFDDRCPONbdy4senx48cV6iLiMCQxAiQrpzS3jXH5VwjgAj7gNE83Y4PHU1nILpG6SOMp/qpOTU39gq817/PrQ29v72+08/2OTgeQRjRbaMLXB0nIJtcnzLEE8vW/zp0711jG39f3oVevXjUkJyd/iQQVUt7SQlpQQowUpmKMJJXY19dXSzczXMx0f8Gjh9pI7vor8e6/DkPy/cGWW5v0+xCzkiKFoC6RLPIT7eUL+CI6Hd9Yu7q66sli30syg4qMdM5aSB+8GCkHI5XQ2tr6LW3O9vO2U/kVvK2t7SS551Nymg1yzyaXmtC/4PkhhekXX19fn7Nt27Yf4+PjP/IXz0XjfwoDAwOPLl++XF5QUPCHdABD/sj4IzTZvzTMU28WNoykH5NzKKKBu6P5NxLcD/fF/eU4s+S4MRKHLeK/xjBSyvNhgifDGWEnTTvOfHISp2jjNhAOCfRDf9wH95P3TZbjxMlx/ZIJ+68xbPrxKRgj1yuXHNh14sSJjHXr1mUuXLgwPSkpaUlCQkKqy+VKcjqdcQR8aHh4uN/j8fT29/c/ff78ecedO3daDhw40CrXlCF5HJbTi0cCPtPMvPhaJsRIcYs55NNT5GLZuVPWO9iD0Fh45ZXriAI+ws7HWNCpsVhTRJXQJMQcjKDDRMYc0XNSXkbAa4VI1AgFIKaAc+XTlAfASsdNqlkhEohQ2P9oZINqktw4A28znXNCwhSyWCYRTP4TYADVXXqzOZZ36QAAAABJRU5ErkJggg==') center center no-repeat;background-size: 50% 50%
    }

    .x-popup-layer .x-out-frame .x-frame-title {
        padding-top: 3.125rem;
        color: #000;
        text-align: center;
        font-weight: 700;
        font-size: 2.0313rem
    }

    .x-popup-layer .x-out-frame>p {
        padding-top: .625rem;
        text-align: center;
        font-weight: 300;
        font-size: 1.0938rem
    }

    .x-popup-layer .x-out-frame>p span {
        color: #c80032
    }

    .x-popup-layer .x-out-frame .x-frame-phone {
        position: relative;
        margin: 1.875rem auto 1.5625rem;
        width: 80%;
        height: 2.5rem
    }

    .x-popup-layer .x-out-frame .x-frame-phone>input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2.5rem;
        outline: 0;
        border: none;
        border-radius: 1.875rem;
        text-align: center;
        letter-spacing: .04688rem;
        font-size: 1.5625rem;
        line-height:2.5rem;
        -webkit-appearance: none
    }

    .x-popup-layer .x-out-frame .x-frame-phone .x-frame-celar {
        position: absolute;
        top: 50%;
        right: .625rem;
        width: 1.5625rem;
        height: 1.5625rem;
        background: url('../fonts/036742aece9141b89c755f594bda186a.woff') center center no-repeat;background-size: 80% 80%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .x-popup-layer .x-out-frame .x-popup-layer-submit {
        display: block;
        margin: 0 auto;
        width: 80%;
        height:2.5rem;
        border-radius: 1.875rem;
        background-color: #ff8922;
        color: #fff;
        text-align: center;
        font-size: 1.4063rem;
        line-height: 2.5rem;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        user-select: none
    }
    @keyframes fade { 
        from {
            font-size:14px 
        }
        20% {
            font-size:18px 
        } 
        40%{
            font-size:14px 
        }
        to {
            font-size:14px 
        } 
    } 
    @-webkit-keyframes fade {
        from {
            font-size:14px 
        } 
        20% {
            font-size:18px 
        } 
        40%{
            font-size:14px 
        }
        to {
            font-size:14px 
        } 
    } 
    @keyframes fade1 { 
      from {
        font-size:14px 
    } 
    20% {
     font-size:14px 
 } 
 40% {
     font-size:18px 
 } 
 60%{
    font-size:14px 
}
to {
  font-size:14px 
} 
} 
@-webkit-keyframes fade1 { 
   from {
    font-size:14px 
} 
20% {
 font-size:14px 
} 
40% {
 font-size:18px 
} 
60%{
    font-size:14px 
}
to {
  font-size:14px 
} 
} 
@keyframes fade2 { 
  from {
    font-size:14px 
} 
40% {
 font-size:14px 
} 
60% {
 font-size:18px 
} 
80% {
 font-size:14px 
} 
to {
  font-size:14px 
} 
} 
@-webkit-keyframes fade2 { 
   from {
    font-size:14px 
} 
40% {
 font-size:14px 
} 
60% {
 font-size:18px 
} 
80% {
 font-size:14px 
} 
to {
  font-size:14px 
} 
}
@keyframes fade3 { 
  from {
    font-size:14px 
} 
60% {
 font-size:14px 
} 
80% {
 font-size:18px 
} 
to {
  font-size:14px 
} 
} 
@-webkit-keyframes fade3 { 
   from {
    font-size:14px 
} 
60% {
 font-size:14px 
}
80% {
 font-size:18px 
} 
to {
  font-size:14px 
} 
}  
#z1{
    color: #fff;
    animation: fade 4000ms infinite;
    -webkit-animation: fade 4000ms infinite;
}
#z2{color: #fff;
  animation: fade1 4000ms infinite;
  -webkit-animation: fade1 4000ms infinite;
}
#z3{color: #fff;
  animation: fade2 4000ms infinite;
  -webkit-animation: fade2 4000ms infinite;
}
#z4{color: #fff;
  animation: fade3 4000ms infinite;
  -webkit-animation: fade3 4000ms infinite;
}

@keyframes dhl {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(90px);
        transform: translateY(90px);
    }
}
.dhl {
    animation: dhl 1s forwards;
    -webkit-animation: dhl 1s forwards;
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
}
@keyframes head {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}
.header_zy {
    animation: head 1s forwards;
    -webkit-animation: head 1s forwards;
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
}
.xf18_tc {
    width: 100%;
    /*! left: 7%; */
    top: 16%;
    border-radius: 0px;
    overflow: hidden;
    /*background:;
    box-shadow: 0px 10px 80px 1px #333333;*/
    z-index: 102;
    /*display: none;*/
    z-index: 11112;
}
.xf18_tc img {
    display: block;
    width: 100%;
}
.xd18_gbimg {
    position: absolute;
    width: 30px!important;
    right: 0;
    top: 0;
    padding: 5px;
    box-sizing: border-box;
}
.xf18_tc h2 {
    margin-left: 5%;
    font-size:16px  ;
    line-height: 32px;
    color: #444;
}
.xf18_tc div {
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    margin: 10px 0;
}
.xf18_tc div li {
    width: 15%;
    float: left;
    border: 1px solid #DCDCDC;
    margin: 0% 0 2% 3%;
    text-align: center;list-style: none;
}
.xf18_tc div .xd18_tcli {
    background-color:rgb(233,173,56) !important;
    color: #ffffff!important;
}
.xf18_tc .xf18dh_box {
    border: 1px solid #DCDCDC;
    margin-left: 5%;
    width: 42%;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 13px;
    padding-left:6px;
    box-sizing: border-box;
}
.xf18_submit {
    display:block;
    margin: 15px auto 15px ;
    margin-top:0;
    background-color: rgb(233,173,56);
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    border: none;
    text-align:center;
}
.announceDiv {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /*margin-bottom:12px;*/
    background: #fde9d6;
}
.announceDiv a{
    color: #000;
}
.announceDiv li {
    height: 36px;
    line-height: 36px;
}
.announceDiv li img{
    width: 20px;
    margin-right: 5px;
    display: inline-block;
}
.announceDiv li p{
    font-size: 15px;
    display: inline-block;
}
.announceDiv li img,.announceDiv li p{
    vertical-align: middle;
}
.mshadow_window{
    background-size: 100%;
}


/*新弹窗*/
/*图标*/
@font-face {
  font-family: 'iconfont';  /* project id 989594 */
  src: url('//at.alicdn.com/t/font_989594_15amudbn38g.eot');
  src: url('//at.alicdn.com/t/font_989594_15amudbn38g.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_989594_15amudbn38g.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_989594_15amudbn38g.woff') format('woff'),
  url('//at.alicdn.com/t/font_989594_15amudbn38g.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_989594_15amudbn38g.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:19px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.kuang{display: none; position: fixed; left: 50%; transform: translateX(-50%); z-index: 10001; top:50%; width:330px; height: 300px; margin-top: -150px; background-size: 100%; background-image: url(/images/kuang.png); background-repeat: no-repeat;}
.kuang .form-group{width:250px; margin:0 auto; padding-top:130px;}
.kuang .form-group input[type="text"]{float: left; width:140px; height:40px;; border:1px solid #ee9b09; border-right: none; border-radius:10px; border-top-right-radius: 0; border-bottom-right-radius: 0; padding-left: 10px;}
.kuang .form-group input[type="button"]{float: left; width: 90px; height:40px; font-size: 18px; color: #fff; border:none; border-top-right-radius: 10px; border-bottom-right-radius:10px;; background-color: #ee9b09;}
.kuang .close{position: absolute; top: .1rem; right: .1rem; width: 40px; height:40px; background-size: 100%; background-image: url(/images/close1.png); background-repeat: no-repeat;opacity: 1;}
@media only screen and (min-width:440px ) {
  .tc_new{width: 400px;margin-left: -200px;margin-top: -200px;}
  .tc_new_2{width: 400px;margin-left: -200px;margin-top: -200px;}
  .tc_new_2_bt{top: 270px;height: 92px;}
}
@media only screen and (max-width:439px ) {
  .tc_new{width: 300px;margin-left: -150px;margin-top: -150px;}
  .tc_new_2{width: 300px;margin-left: -150px;margin-top: -150px;}
  .tc_new_2_bt{top: 200px;height: 70px;}

}
@media only screen and (max-width:339px ) {
  .tc_new{width: 260px;margin-left: -130px;margin-top: -130px;}
  .tc_new_2{width: 260px;margin-left: -130px;margin-top: -130px;}
  .tc_new_2_bt{top: 170px;height: 60px;}
}
.tc_new_2_bt{width: 50%;position: absolute;}
.tc_new_2_left{left: 0;}
.tc_new_2_right{right: 0;}
.tc_new{position: fixed;top: 50%;left: 50%;z-index: 100000;background-color: #eee;border-radius: 10px;display: none;}
.tc_new_2{position: fixed;top: 50%;left: 50%;z-index: 100000;border-radius: 10px;display: none;}

.tc_zy{border:1px solid #cacaca;padding: 1px 3px;background-color: #f6f6f6;display: inline-block;height: 26px;}
.tc_time{border:1px solid #cacaca;padding: 1px 16px;background-color: #f6f6f6;display: inline-block;height: 26px;}
.tc_zy_check{color: #fff;background-color:rgb(233,173,56);}
.tc_time_check{color: #fff;background-color:rgb(233,173,56);}
p{margin-bottom: 0;}
.btn{padding: 0}
body{margin: 0 auto;}
.jj{
    line-height: 22px;
    padding: 0px 0 0px;
    color: #212121;
}
.students_tab{
    background-color: #C6C4C4;
}
.students-top .swiper-slide-active{
    background:rgb(233,173,56);
}
.students-top .swiper-slide{
    text-align: center;
    color: #fff;
}
.students-top p{line-height: 24px;font-size: 14px;}
.students-top-1 i{
    z-index: 9;

    position: absolute;

    display: block;

    width: 0;

    height: 0;

    top: 131px;

    left: 56px;

    border-top: 10px solid #E9AD38;

    border-right: 5px solid transparent;

    border-left: 5px solid transparent;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .7;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #c07e2e;
    width: 24px;
    height: 12px;
    border-radius: 6px;
}
.cont_1 .gallery-top .swiper-slide {
    text-align: center;
}
#djzx {
    animation: zixun 1.8s linear infinite normal;
    -moz-animation: zixun 1.8s linear infinite normal;
    -webkit-animation: zixun 1.8s linear infinite normal;
    -o-animation: zixun 1.8s linear infinite normal;
}
@keyframes zixun
{
    50%  {font-size:21px;color:red;border:2px solid red;}
    100% {font-size:12px;color:white;border:2px dashed white;}
}
@-moz-keyframes zixun
{
    50%  {font-size:21px;color:red;border:2px solid red;}
    100% {font-size:12px;color:white;border:2px dashed white;}
}
@-webkit-keyframes zixun
{
    50%  {font-size:21px;color:red;border:2px solid red;}
    100% {font-size:12px;color:white;border:2px dashed white;}
}
@-o-keyframes zixun 
{
    50%  {font-size:21px;color:red;border:2px solid red;}
    100% {font-size:12px;color:white;border:2px dashed white;}
}
#tab-list-2 .pic img{vertical-align: bottom;padding-top: 3px;}
.m-tea .link a{
    background: url('/newm/new_web/images/top-sm.jpg')no-repeat;background-position: 0;
}
.swiper-slide{
    display: block;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

a,body,html {
    outline: 0;
    color: #666;
}
body {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
}
.cz-swt {
    text-align: center;
    padding: 2rem 1%;
    width: 100%;
}

.cz-swt a {
    display: inline-block;
    width: 40%;
    border-radius: 1.625rem;
    margin: 0 2%;
    line-height: 3.25rem;
    text-align: center;
    font-size: 1.82rem;
    color: #fff;
    font-weight: 800;
    background: rgb(170,108,0);
}

.cz-swt .rt {
    color:#fff;
    background:#f18d00;
}
.students_tab{
    background-color: #C6C4C4;
}
.students-top .swiper-slide-active{
    background:rgb(233,173,56);
}
.students-top .swiper-slide{
    text-align: center;
    color: #fff;
}
.students-top p{line-height: 24px;font-size: 14px;}
.students-top-1 i{
    z-index: 9;

    position: absolute;

    display: block;

    width: 0;

    height: 0;

    top: 131px;

    left: 56px;

    border-top: 10px solid #E9AD38;

    border-right: 5px solid transparent;

    border-left: 5px solid transparent;
}

.sy_bd::-webkit-input-placeholder{
    color: #ADD8E6;
}
.xf18_tc {
    width: 100%;
    top: 16%;
    border-radius: 0px;
    overflow: hidden;
    z-index: 102;
    z-index: 11112;
}
.xf18_tc img {
    display: block;
    width: 100%;
}
.xd18_gbimg {
    position: absolute;
    width: 30px!important;
    right: 0;
    top: 0;
    padding: 5px;
    box-sizing: border-box;
}
.xf18_tc h2 {
    margin-left: 5%;
    font-size:16px  ;
    line-height: 32px;
    color: #444;
}
.xf18_tc div {
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    margin: 10px 0;
}
.xf18_tc div li {
    width: 15%;
    float: left;
    border: 1px solid #DCDCDC;
    margin: 0% 0 2% 3%;
    text-align: center;
}
.xf18_tc div .xd18_tcli {
    background-color:rgb(233,173,56) !important;
    color: #ffffff!important;
}
.xf18_tc .xf18dh_box {
    border: 1px solid #DCDCDC;
    margin-left: 5%;
    width: 42%;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 13px;
    padding-left:6px;
    box-sizing: border-box;
}
.xf18_submit {
    display:block;
    width: 40%;
    margin: 15px 0 15px 30%;
    margin-top:0;
    background-color: rgb(233,173,56);
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    border: none;
    text-align:center;
}
.announceDiv {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /*margin-bottom:12px;*/
    background: #fde9d6;
}
.announceDiv a{
    color: #000;
}
.announceDiv li {
    height: 36px;
    line-height: 36px;
}
.announceDiv li img{
    width: 20px;
    margin-right: 5px;
    display: inline-block;
}
.announceDiv li p{
    font-size: 15px;
    display: inline-block;
}
.announceDiv li img,.announceDiv li p{
    vertical-align: middle;
}
.mshadow_window{
    background-size: 100%;
}   

@keyframes shaked{0%{transform:rotate(0)}10%{transform:rotate(-30deg)}20%{transform:rotate(30deg)}30%{transform:rotate(-20deg)}40%{transform:rotate(20deg)}50%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}65%{transform:rotate(0)}100%{transform:rotate(0)}}@-webkit-keyframes shaked{0%{transform:rotate(0)}10%{transform:rotate(-30deg)}20%{transform:rotate(30deg)}30%{transform:rotate(-20deg)}40%{transform:rotate(20deg)}50%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}65%{transform:rotate(0)}100%{transform:rotate(0)}}
.tel-shake{animation:shaked 1.2s ease-in-out;-webkit-animation:shaked 1.2s ease-in-out;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;display:inline-block}                                                                                                                           
@keyframes fadex {
    from {
        background-color: #ba8326; 
    } 
    50% {
        background-color: #fec036; 
    }
    to {
        background-color: #ba8326;  
    } 
}                                                                 
#fcbg{
  animation: fadex 4000ms infinite;
  -webkit-animation: fadex 4000ms infinite;
}
/*寰俊寮圭獥鍜ㄨ*/
.topTips {
    height: 0px;
    overflow: hidden;
    font-size: 0.9em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-perspective: 600px;
    perspective: 600px;
    z-index: 999999;
}
.tipsInner a {
    height: 60px;
    text-decoration: none;
    display: block;
    position: relative;
    padding-left: 50px;
    color: #FFFFFF;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: black;
}

.tipsInner dl {
    height: 40px;
    margin: 0;
    padding: 8px 5px;
    text-align: left;
}
.tipsInner dt {
    font-size: 1.2rem;
}
.tipsInner dd {
    margin: 0;
    line-height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
}
.tipsInner {
    font-family: "SimSun";
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.tipsInner img {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -18px;
    width: 38px;
    height: auto;
    margin-right: 5px;
    border-radius: .3125em;
    opacity: 1;
}    
/*右侧浮窗*/
.fc_r{
    background-color: #eaae32;
    position: fixed;
    right: 0;
    top: 32%;
    z-index: 90;

}
.fc_i{
    color: #fff;
}
.fc_p{
    color: #fff;
}
.fc_d{
    text-align: center;
    border-bottom: 1px #d79a1d solid;
    cursor: pointer;
}
@media screen and (max-width: 480px){
    .fc_r{
        width: 13vw;
        border-radius: 1vw;
        height: 75vw;
        padding: 0 1vw;
    }
    .fc_i{
        font-size: 6vw;
    }
    .fc_p{
        font-size: 3vw;
        margin-top: -1vw
    }
    .fc_d{
        padding-bottom: 1vw;
    }
    .fc_d1{
        padding-bottom: 1vw;
    }
}
@media screen and (min-width: 481px){
    .fc_r{
        width: 63px;
        border-radius: 5px;
        height: 360px;
        padding: 0 7px;
    }
    .fc_i{
        font-size: 29px;
    }
    .fc_p{
        font-size: 15px;
        margin-top: -5px;
    }
    .fc_d{
        padding-bottom: 5px;
    }
    .fc_d1{
        padding-bottom: 5px;
    }
}

/*圆形按钮*/
.aside-nav {
    position: fixed;
    right: 0px;
    top: 530px;
    width: 70px;
    height: 70px;
    -webkit-filter: url(#goo);
    filter: url(#goo);
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: .75
}
.aside-nav.no-filter {
    -webkit-filter: none;
    filter: none
}
.aside-nav .aside-menu {
    position: absolute;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eaae32;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 20px;
    z-index: 1;
    cursor: move
}
.aside-nav .menu-item {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #eaae32;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    -webkit-transition: background .5s, -webkit-transform .6s;
    transition: background .5s, -webkit-transform .6s;
    -moz-transition: transform .6s, background .5s, -moz-transform .6s;
    transition: transform .6s, background .5s;
    transition: transform .6s, background .5s, -webkit-transform .6s, -moz-transform .6s;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.aside-nav .menu-item:hover {
    background: #A9C734;
}
.aside-nav .menu-line {
    line-height: 20px;
    padding-top: 10px;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function:cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 800px, 0);
        transform: translate3d(0, 800px, 0)
    }
    60% {
        opacity:1;
        -webkit-transform:translate3d(0, -20px, 0);
        transform:translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform:translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform:translate3d(0, -5px, 0);
        transform:translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@-moz-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -moz-animation-timing-function:cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function:cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -moz-transform: translate3d(0, 800px, 0);
        transform: translate3d(0, 800px, 0)
    }
    60% {
        opacity:1;
        -moz-transform:translate3d(0, -20px, 0);
        transform:translate3d(0, -20px, 0)
    }
    75% {
        -moz-transform:translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
    90% {
        -moz-transform:translate3d(0, -5px, 0);
        transform:translate3d(0, -5px, 0)
    }
    to {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function:cubic-bezier(0.215, .61, .355, 1);
        -moz-animation-timing-function:cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function:cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 800px, 0);
        -moz-transform: translate3d(0, 800px, 0);
        transform: translate3d(0, 800px, 0)
    }
    60% {
        opacity:1;
        -webkit-transform:translate3d(0, -20px, 0);
        -moz-transform:translate3d(0, -20px, 0);
        transform:translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform:translate3d(0, 10px, 0);
        -moz-transform:translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform:translate3d(0, -5px, 0);
        -moz-transform:translate3d(0, -5px, 0);
        transform:translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

@media screen and (max-width:640px) {
    .aside-nav {display: top: 120px!important}
}
@media screen and (min-width:641px) and (max-width:1367px) {
    .aside-nav {top: 120px}
}


		
		