/*-----------------[初始化]--------------*/


::-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 {

    top:0px;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737;
    background: #222;
    z-index: 100;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 50px;
}

.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;
}
.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 {
    top: 75px;
}

.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(../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.action {
    bottom: 50px;
}

#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;
    font-size: 14px;
}

#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(../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(../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; */
}
.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
}
.header_top_phone_input::-webkit-input-placeholder { /* WebKit browsers */
            color:    #666;
    }
    .header_top_phone_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #666;
    }
    .header_top_phone_input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #666;
    }
    .header_top_phone_input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #666;
    }
    .ipt_li_tel input::-webkit-input-placeholder { /* WebKit browsers */
            color:    #666;
    }
     .ipt_li_tel input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #666;
    }
    .ipt_li_tel input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #666;
    }
    .ipt_li_tel input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #666;
    }
/*******************************
    -------[=底部]-------
********************************/
.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(../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(../images/ico-g-1-on.png);
}

.footer-fix .a2 span {
    background-image: url(../images/ico-g-2.png);
}

.footer-fix .a3 span {
    background-image: url(../images/ico-g-3.png);
}

.footer-fix .a4 span {
    background-image: url(../images/ico-g-4.png);
}

.footer-fix .a1.on span {
    background-image: url(../images/ico-g-1-on.png);
}

.footer-fix .a2.on span {
    background-image: url(../images/ico-g-2.png);
}

.footer-fix .a3.on span {
    background-image: url(../images/ico-g-3.png);
}

.footer-fix .a4.on span {
    background-image: url(../images/ico-g-4.png);
}

.footer-fix em {
   
    position: absolute;
    top: 0px;
    text-align: center;
    left: 51%;
    display: block;
    width: 15px;
    line-height: 15px;
    height: 15px;
    background-color: #ee1b25;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    animation: blink 1.5s linear infinite;
    -webkit-animation: blink 1.5s linear infinite;
    -moz-animation: blink 1.5s linear infinite;
    -ms-animation: blink 1.5s linear infinite;
    -o-animation: blink 1.5s linear infinite;
}
@keyframes blink{
    0%{opacity:1;}
    50%{opacity:1;}
    50.01%{opacity:0;}
    100%{opacity:0;}
}
@-webkit-keyframes blink{
    0%{opacity:1;}
    50%{opacity:1;}
    50.01%{opacity:0;}
    100%{opacity:0;}
}
@-moz-keyframes blink{
    0%{opacity:1;}
    50%{opacity:1;}
    50.01%{opacity:0;}
    100%{opacity:0;}
}
@-ms-keyframes blink{
    0%{opacity:1;}
    50%{opacity:1;}
    50.01%{opacity:0;}
    100%{opacity:0;}
}
@-o-keyframes blink{
    0%{opacity:1;}
    50%{opacity:1;}
    50.01%{opacity:0;}
    100%{opacity: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;
}
.p-btn-1:hover span{
    -webkit-transform: translate(5px,5px);
    -ms-transform: translate(5px,5px);
    -o-transform: translate(5px,5px);
    transform: translate(5px,5px);
}
/* 弹窗开始 */
.omqcenterbox {
	z-index:999999;
    width: 275px;
    height: 261px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 45%;
    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: #f00;
}
.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: 69px;
    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:#d2a040;
    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: 1.15rem;
    width: 5rem;
    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: 1.15rem;
    display: block;
    position: absolute;
    left: 45%;
    color: #fff;
    font-style: normal;
    text-decoration: none;
}
.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;
}

/* 弹窗结束 */
/* 底部表单 */
.x-mb {
    margin-bottom: 32px;
}
.x-bmbt {
    border-left: solid 15px #662b18;
    padding-left: 20px;
    color: #323232;
    font-size: 24px;
    margin: 10px 0px 12px 0px;
	font-family: "Microsoft Yahei";
	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: 45px;
    width: 100%;
    background: #4a4a4a;
    line-height: 44px;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    font-size: 27px;
    margin-top: 32px;
    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: 9999;
    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 {
    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-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%;
}
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: 60px;
    background: #FFFFFF;
}
.black-block-majors .bbm-l{
	display: inline-block;
    line-height: 55px;
    text-align: center;
    padding-left: 3%;
    color: #de560e;
    font-size: 25px;
}
.black-block-majors .bbm-r{
    position: absolute;
    /* line-height: 55px; */
    /* text-align: center; */
    padding-left: 3%;
    color: #FFFFFF;
    padding-left: 5%;
    padding-right: 5%;
    right: 3%;
    top: 50%;
    margin-top: -21px;
    background: #f48246;
    border-radius: 6px;
    font-size: 16px;
    line-height: 40px;
    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;
    line-height: 4rem;
    height: 4rem;
}
}
#tab-list-1{
     position: relative;
    margin: 8px 0 -4px 0;
    background: rgb(201,200,199);
    height: 3rem;
    /* line-height: 3rem; */
}

.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{

	 line-height:4rem;
}
.environment-top2 .click2-y a h4 span{
    background: url('../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: 117px;
    /* 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%;
}
.environment-top2 .click2-y li{
    position:relative;
	
}

.nav_box1 div{
    width: 18%;
    float: left;
    text-align: center;
    margin-left:5.5%;
	    margin-top: 2rem;
}
 .click2-y a h4{
     color:white;
     text-align: center;
     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;
	font-weight: 800;
}
.m-majory{
	background-color: #FFFFFF;
    padding-bottom: 2rem;
}

.m-campus .wp-y{padding:0 15px;background-color: #3333;}
/*.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:#333333;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;}
.click_boxy2 .txt .more{
    display: block;
    border: 1px solid #7a7a7a;
    border-radius: 5px;
    margin: 12px auto;
    color: #333;
    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:33%!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%;
}
/* 新热门专业 */
/*表单*/
.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(../images/ico-hm-1.png);
}
.box-form .form .li-gender label.f {
    background-image: url(../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;
}
.section-hm.s6 .form {background-color: #fff;border-radius:10px;}
.section-hm.s6 .form .li-item {border: 1px solid #e7e7e7;}
.section-hm.s6 .form .d1 {border-right: 1px solid #e7e7e7;color: #333;}
.section-hm.s6 .form .inp-form {color: #888;}
.section-hm.s6 .form .inp-form::-webkit-input-placeholder {color: #888;}
.section-hm.s6 .form .inp-form::-moz-placeholder {color: #888;}
.section-hm.s6 .form .inp-form::-ms-input-placeholder {color: #888;}
.section-hm.s6 .form .select .cur {color: #333;}
.section-hm.s6 .form .select .s-list {border: 1px solid #e7e7e7;}
.section-hm.s6 .form .select .cur {background-image: url(../images/ico-hm-3.png);}
.section-hm.s6 .form .select .s-list {background-color: #fff;}
.section-hm.s6 .form .select .s-list a {border-bottom: 1px solid #e7e7e7;}
/*提示框*/
  #tip{position: fixed;width:80%;left:50%;margin-left:-40%;top:50%;background: #fff;z-index: 1000000;border-radius:13px;text-align: center;margin-top: -25%;display: none;}
    #tipcon{padding: 2%;}
    #tiptitle{font-size: 18px;padding: 2% 0;font-family: "黑体"}
    #tipinfo{padding:3% 2%;font-size: 14px;}
    #tipclose{border-top:1px solid #EAEAEA;color: #2584D8;width: 100%;font-size:18px;padding: 2% 0;letter-spacing: 3px;font-weight: bolder;}
    #tipbg{width: 100%;height: 100%;background: rgba(0,0,0,0.36);position: fixed;top:0;left: 0;z-index: 999998;display: none;}
/*20190211新弹窗*/
    .ipt_li {
          margin-bottom: -6px;
          margin-right: -4px;
     }
      .ipt_radio {
          display: inline-block;
          width: 87px;
          height: 30px;
          border: 1px solid #333;
          border-radius: 20px;
          text-align: center;
          line-height: 30px;
          font-size: 14px;
          color: #333;
          margin: 0px 4px 6px 0px;
          box-sizing: border-box;
          cursor: pointer;
          
      }
      .ipt_li label input {
          display: none;
          width: 0px;
          height: 0px;
          opacity: 0;
      }
      .ipt_li label input:checked + .ipt_radio {
          background-color: #cc3333;
          color: #fff;
          border: 0;
      }
      .tc_tit_tel {
          font-size: 14px;
          line-height: 38px;
          font-weight: bold;
      }
      .ipt_li_tel input {
          display: block;
          margin:0 auto;
          width: 96%;
          height: 30px;
          line-height: 30px;
          border: 1px solid #333;
          border-radius: 8px;
          font-size: 15px;
          color: #333;
          text-indent: 0.8em;
      }
      .tcformbtn {
          display: block;
          width: 96%;
          height: 30px;
          line-height: 30px;
          text-align: center;
          background-color: #cc3333;
          color: #fff;
          border: none;
          border-radius: 8px;
          margin: 10px auto 0;
          font-size: 18px;
          font-weight: bold;
         letter-spacing: 5px;
         cursor:pointer;
      }
      .tc_tit{
          font-size: 14px;
          font-weight: bold
      }
      #lxbtc_close {
          width: 25px;
          height: 25px;
          position: absolute;
          right: -10px;
          top: -10px;
          background: #565451;
          color: #f8f8f8;
          font-size: 20px;
          line-height: 23px;
          text-align: center;
          border-radius: 20px;
          cursor: pointer;
      }
#lxbtc1{
    display: none;
    position: fixed;
    width: 300px;
    height: 450px;
    left: 50%;
    margin-left: -150px;
    z-index: 999999;
    top: 50%;
    margin-top: -220px;
    box-shadow: 9px 9px 25px #969696;
    -webkit-box-shadow: 9px 9px 25px #969696;
    -moz-box-shadow: 9px 9px 25px #969696;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    background: #fff;
}
#mask{
    display: none;
     width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.6);
    top: 0px;
    left: 0px;
    z-index: 999998;
}
 .r-lxb{width: 30px; height: 140px; position: fixed; right: 0; top: 50%; background: #cc3333; text-align: center; font-size: 15px; color: #fff; border-radius: 5px; box-sizing: border-box; line-height: 135%; padding-top: 10px; z-index: 9999998;}
   .l-lxb{width: 30px; height: 100px; position: fixed; right: 0; top: 25%; background: #f18d00; text-align: center; font-size: 15px; color: #fff; border-radius: 5px; box-sizing: border-box; line-height: 135%; padding-top: 10px; z-index: 9999998;}
   
   .bmdt-zx{
    background-color: #e78413;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    margin: 0 auto;
    border-radius: 0.5rem;
   }
   .g-tity {
 
	background-color: #eeeeee;
}
.hdimg{
	    width: 15%;
}
.g-tity em {
    display: block;
    font-family: ShinePersonalUse;
    font-size: 24px;
    color: rgba(100,100,100,.3);
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
}
#btn1{
	color: #ffffff;
    background-color: #ED6917;
}
.wp-y1{
	
	padding: 0 10px;
    overflow: hidden;
    height: 40rem;
}
.show-tit {
    overflow: hidden;
   
}
.click_boxy.on {
    position: static;
    right: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.m-showy{
	    background-color: #ffffff;
}
.m-showy .swiper2-y {
    position: relative;
    padding-top: 75.2%;
    overflow: hidden;
}
.m-showy .swiper2-y .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.m-showy .swiper2-y .swiper-button-prev {
    z-index: 99;
    margin-left: -25px;
    background-image: url(../images/prev1.png);
}

.m-showy .swiper2-y .swiper-button-next {
    z-index: 99;
    background-image: url(../images/next1.png);
}
.m-showy .swiper2-y .swiper-button-white {
    position: absolute;
    background: center center no-repeat #fff;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-background-size: 25% auto;
    background-size: 25% auto;
}
.more {
    display: block;
    border-radius: 5px;
    border: 1px solid #7c7c7c;
    width: 98px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    text-transform: uppercase;
    margin: 20px auto 0;
}
.click_boxy.on {
    position: static;
    right: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.m-showy .swiper2-y {
    position: relative;
    padding-top: 75.2%;
    overflow: hidden;
}

.show-tit li{float:left;width:25%}
.show-tit a{
	display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 40px;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    background-color: #e49e0f;
}
.show-tit li a span{
    display: block;
    margin-left: 5px;
    padding-left: 25px;
    background-position: left center;
    background-size: auto 66.666%;
    background-repeat: no-repeat;
}
.show-tit a:hover,.show-tit .on a{background-image:url(../images/bg-6.png);background-size: cover;
    color: #232323;}
.show-tit a .a1{
    background-image: url(../images/tab-1.png);
}
.show-tit a .a2{
    background-image: url(../images/tab-2.png);
}
.show-tit a .a3{
    background-image: url(../images/tab-4.png);
}
.show-tit a .a4{
    background-image: url(../images/tab-3.png);
}
.show-tit a:hover .a1,.show-tit .on a .a1{
    background-image: url(../images/tab1-1.png);
}
.show-tit a:hover .a2,.show-tit .on a .a2{
    background-image: url(../images/tab2-2.png);
}
.show-tit a:hover .a3,.show-tit .on a .a3{
    background-image: url(../images/tab4-4.png);
}
.show-tit a:hover .a4,.show-tit .on a .a4{
    background-image: url(../images/tab3-3.png);
}
.wp-y{padding:0 10px;}
.show-tit{overflow:hidden;}
.click_boxy{position:absolute;right:9999px;
    /*width:calc(100% - 10px);*/
    margin:13px auto 0}
.click_boxy .gallery-thumbs{
	margin:22px;
}	
.click_boxy.on{position:static;right:auto;overflow:hidden;margin-bottom:40px}
.m-showy .swiper2-y{position:relative;padding-top:75.2%;overflow:hidden}
.m-showy .swiper2-y .swiper-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}
.m-showy .swiper2-y .swiper-wrapper .swiper-slide{overflow:hidden}
.m-showy .swiper2-y .swiper-slide a{display:block;width:100%;height:100%;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;background-position:center center}
.m-showy .swiper2-y .swiper-button-white{position:absolute;background:center center no-repeat #fff;top:auto;bottom:0;right:auto;left:50%;width:25px;height:25px;-webkit-background-size:25% auto;background-size:25% auto}
.m-showy .swiper2-y .swiper-button-next{z-index:99;background-image:url(../images/next1.png)}
.m-showy .swiper2-y .swiper-button-next:hover{background-color:#d0a857;background-image:url(../images/next2.png)}
.m-showy .swiper2-y .swiper-button-prev{z-index:99;margin-left:-25px;background-image:url(../images/prev1.png)}
.m-showy .swiper2-y .swiper-button-prev:hover{background-color:#d0a857;background-image:url(../images/prev2.png)}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{display:none}
.more{display:block;border-radius: 5px;border:1px solid #7c7c7c;width:98px;text-align:center;color: #da1717;font-size:16px;line-height:29px;text-transform:uppercase;margin:20px auto 0}
.more:hover{background-color:rgba(0,0,0,.5)}
.m-showy .swiper3-y .swiper-slide{width:82px;height:82px;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;box-sizing:border-box}
.m-showy .swiper3-y .swiper-slide-active{border:2px solid #dfc787}
.m-showy .tit{margin:15px 0 22px}
.m-showy .tit h3{font-size:16px;color:#fff}

.m-showy .tit p{font-size:16px;line-height:1.9}
.m-teacher{/* background:url(../images/bg-3.png) center center; */-webkit-background-size:cover;background-size:cover;overflow:hidden}
.m-campus{
   background: #FFFFFF;
-webkit-background-size:cover;background-size:cover;padding-bottom:28px}
.click2-y{overflow:hidden!important;
    margin-top:31px!important;
}
.click2-y li{
    float:left;
    width:100%
}
.click2-y  a{
    display:block;
    line-height:19px;
    border-radius: 5px;
    margin: 0 1px;
}
.environment-top5 .swiper-slide-active li a{
    background: url(../images/index_zh.png)no-repeat;
    /* background-size: cover; */
	background-position: -21px -190px;
    display: block;
    line-height: 19px;
    border-radius: 5px;
    margin: 0 1px;
	transition:0s!important;
}
.environment-top5 .swiper-slide-active li a h4{
    color:#e72424;
}
 .click2-y a h4{
     color:#333333;
     text-align: center;
     font-weight: 500;
 }
.click2-y a h4 span {
     color:#666;
     display: block;
     text-align: center;
     font-size: 12px;
     font-weight: 400;
}
#wp-p2 i {
    z-index: 9;
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top: 114px;
    left: 56px;
    border-top: 10px solid rgb(233, 173, 56);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.sz_tit{
	padding-top: 15px;
	font-size: 25px;
	text-align: center;
	color: #C80032;
}
.sz_tit1{
	    padding-top: 15px;
    padding-left: 55%;
}
.sz_tit2{
	 padding-left: 55%;
	}
	.menu_tit{
		color: red;
		font-size: 1.2rem;
		
	}
/* 头条 */
.r{
	        width: 100%;
    margin-left: 20%;
}
.r p span {
  border: 0.1rem solid;
    border-radius: 1.2rem;
    padding: 0.1rem 0.5rem;
    color: red;
}

