img {
    margin: 0 auto;
}
a {
    outline: none !important;
}
a:focus {
    outline: none !important;
}
a {
    blr:expression(this.onFocus=this.blur());
}
h1,h2,h3,h4,h5,h6{
    font-weight:bold;
    text-align: center;
}
figure{
    display: block;
    margin: 0;
    padding: 0;
}
#nav li {
    /*width: 156px;*/
}
nav li+li{
    margin-left: 56px;
}
#nav li a {
    font-size: 16px;
}
nav li a:link, nav li a:visited {
    width: 100%;
    background: none;
}
#nav li.on a {
   /* background: #d60f0f;*/
}
#nav .last {
    float: right;
    width: 126px;
    text-align: right;
    padding-right: 6px;
    padding-left: 22px;
    padding: 11px 6px 11px 22px;
    background: url(../images/own/00.png) no-repeat left center/20px 20px;
}

#nav .last a {
    width: 120px;
    line-height: 22px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #fff;
}

#backTop {
   /* width: 78px;
    height: 79px;
    position: fixed;
    right: 0;
    top: 85%;
    z-index: 100;*/
}
/*
表单公共样式
*/


.evalu-item {
    margin-top: 50px;
}
.evalu-item  h3{
    color: #333;
    font-size: 24px;
    text-align: left;
}
.evalu-item-list{
    float: left;
    margin-top: 12px;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.evalu-item .length1{
    width: 423px;
}
.evalu-item .length2{
    width: 650px;
}
.evalu-item .length3{
    width: 428px;
}
.evalu-item .length4{
    width: 228px;
}
.evalu-item .evalu-item-list .radio-box,
.evalu-item .evalu-item-list label{
    display: inline-block;
    vertical-align: middle;
}
.evalu-item label{
    font-size: 24px;
    line-height:24px;
    color: #666;
}
.writeinfo{
    margin-top: 22px;
}
.wri-one{
    margin-top: 0;
}
.writeinfo .wlf-label,.writeinfo input{
    display: inline-block;
    vertical-align: middle;
}
.writeinfo .wlf-label{
    width: 160px;
    font-size: 24px;
    text-align: left;
    text-indent:26px;
    color: #1a1a1a;
}
.writeinfo input{
    width: 499px;
    height: 64px;
    border: 1px solid #898989;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    font-size: 24px;
    color: #1a1a1a;
    text-align: left;
    padding-left: 4px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
}

/*表单的单选样式*/
.evalu-item-list input[type="radio"] {
    -webkit-appearance: none;
}
.radio-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    border: 1px solid #ff3434;
    vertical-align: middle;
    border-radius: 100%;
}
.radio-box input {
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    z-index:100;/*使input按钮在span的上一层，不加点击区域会出现不灵敏*/
    width: 100%;
    height:100%;
}
.radio-box span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ff3434;
}
.radio-box input[type="radio"] + span {
    opacity: 0;
}
.radio-box input[type="radio"]:checked + span {
    opacity: 1;
}
.test .test-foot{
    margin-top:66px;
    padding-bottom: 78px;
}
.test .test-foot .left {
    float: left;
    width: 682px;
}
.test .test-foot .btn-group {
    float: left;
    width: 366px;
}

.evaluate-frm1 .btn-group .bgc{
    display: block;
    padding: 0;
    margin:10px 0 0;
    width: 304px;
    height: 88px;
    font-size:36px;
    line-height:88px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    -webkit-box-shadow: 0 5px 10px rgba(255, 52, 52, 0.4);
    -moz-box-shadow: 0 5px 10px rgba(255, 52, 52, 0.4);
    box-shadow: 0 5px 10px rgba(255, 52, 52, 0.4);
    background-image: -webkit-linear-gradient(
        to right,
        rgba(255, 52, 52, 1) 0%,
        rgba(255, 173, 0, 1) 100%);
    background-image: linear-gradient(
        to right,
        rgba(255, 52, 52, 1) 0%,
        rgba(255, 173, 0, 1) 100%);
}
.evaluate-frm1 .btn-group .evalu-reset-btn{
    border:none;
    margin-top: 39px;
}


/*表单公共样式*/

.mid1080 {
    width: 1080px;
    margin: 0 auto;
}
.sn-header .tit {
    float: left;
    margin-top: 6px;
    margin-left: 154px;
    font-size: 48px;
    color: #d13f34;
}


.gongCheng {
    overflow-x: hidden;
    position: relative;
    top: -1px;
    z-index: 1;
    width: 100%;
    background-color: #fff;
}

.gongChengIn {
    position: relative;
    z-index: 2;
}

 .pos-abs-img{
    position: absolute;
    display: block;
    z-index: auto;
}

 .pos-abs-link {
    position: absolute;
    z-index: 6;
    width: 500px;
    height: 60px;
}
/*banner*/
.sy-banner-slide{
    position: relative;
    z-index: auto;
}
.sy-banner-slide .pos-abs-link1{
    position: absolute;
    z-index: auto;
    width: 20%;
    height: 20%;
    right: 25%;
    top: 59%;
}
.sy-banner-slide .pos-abs-link2{
     position: absolute;
     z-index: auto;
    width: 20%;
    height: 20%;
    left: 20%;
    top: 52%;
 }
.sy-banner-slide .pos-abs-link3{
    position: absolute;
    z-index: auto;
    width: 20%;
    height: 20%;
    right: 25%;
    top: 52%;
}
.sy-banner-slide .pos-abs-link4{
    position: absolute;
    z-index: auto;
    width: 20%;
    height: 20%;
    right: 57%;
    top: 59%;
}
.sy-banner-slide .pos-abs-link5{
    position: absolute;
    z-index: auto;
    width: 20%;
    height: 20%;
    right: 18%;
    top: 55%;
}
/*banner结束*/

.sy-advantage .tit{
    margin-top: 74px;
    font-size:48px;
    line-height:48px;
    color: #333;
}
.sy-advantage .tit em{
    color: #e07a02;
}
.sy-advantage  .cont{
    position: relative;
    z-index: auto;
    margin-top: 36px;
    margin-left: 10px;
}
.sy-advantage  .cont .sy-banner-slide{
    position: relative;
    z-index: auto;
    padding:30px 26px 0;
    height: 353px;
    width: 144px;
}
.sy-advantage  .cont .bg-1{
    background-color: #f9e4cc;
}
.sy-advantage  .cont .bg-2{
    background-color: #fcf1e5;
}
.sy-advantage  .cont .sy-banner-slide .img{
    margin:0 auto 15px;
    width: 85px;
    height: 85px;
}
.sy-advantage  .cont .sy-banner-slide h3{
    margin:0 auto;
    border-bottom:1px solid #ecaf67;
    padding-bottom:22px;
    width: 142px;
    font-size:30px;
    line-height:1;
    color: #333;
}
.sy-advantage  .cont .sy-banner-slide .desc{
    padding-top:22px;
    width: 148px;
    font-size:16px;
    line-height:24px;
    letter-spacing:2px;
    word-break: break-all;
    color: #434343;
}
.swiper-button-prev.swiper-button-prev-sy2 {
    left: -67px;
    width: 34px;
    height: 65px;
    background:url('../images/own/cont/le.png') no-repeat center center/34px 65px;
}
.swiper-button-next.swiper-button-next-sy2 {
    right: -57px;
    width: 34px;
    height: 65px;
    background:url('../images/own/cont/ri.png') no-repeat center center/34px 65px;
}

.link-bg{
    display: block;
    margin:35px auto 0;
    width: 294px;
    height: 68px;
    -webkit-border-radius:50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size:26px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow:0 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0 7px 0px rgba(0,0,0,0.15);
    /*background-image:-webkit-linear-gradient(
        to right,
        #ff3434 0%,
        #ffad00 100%);
    background-image:linear-gradient(
        to right,
        #ff3434 0%,
        #ffad00 100%);*/
    background-color: #e07a02;
}
.link-bg:link,.link-bg:visited{
    color: #fff;
}

.apply-audition{
    margin-top: 36px;
    height: 444px;
    background:url("../images/own/cont/6.png") no-repeat center center/1920px 444px;
}
.apply-audition .tit{
    padding-top: 78px;
    font-size:48px;
    line-height:48px;
    color: #333;
    text-align: left;
}
.apply-audition .tit em{
    font-size:60px;
    color: #ff0000;
}
.sn-form{
    width:598px;
    margin-top:4px;
}
.form-group{
    float: left;
    margin-top: 20px;
    margin-right:36px;
}
.r0{
    margin-right: 0;
}
.form-group input,
.form-group select{
    width: 278px;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    color: #666;
    text-indent: 20px;
    border: 1px solid #b5b5b6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
}
.form-group .btn-sub{
    display: block;
    margin-top: 0;
    width: 234px;
    height: 53px;
    line-height: 53px;
    font-size: 20px;
}
.form-group select{
    height:55px;
    line-height: 55px;
}

.courses-set .tit{
    margin-top:65px;
    font-size:48px;
    line-height:48px;
    color: #333;
}
.courses-set .couses-list{
    margin-top: 62px;
    padding-bottom: 42px;
    background: url("../images/own/cont/rec.png") no-repeat center bottom/100%;
}
.courses-set .couses-list .list-tit{
    margin-top: 74px;
    font-size:30px;
    line-height:36px;
    text-align: left;
    color: #333;
}
.courses-set .couses-list .list-tit .icon,
.courses-set .couses-list .list-tit span{
    display: inline-block;
    vertical-align: middle;
}
.courses-set .couses-list .list-tit .icon{
    margin-right: 16px;
    width:36px;
    height: 36px;
    background: url("../images/own/cont/005.png") no-repeat center/auto 100%;
}
.courses-set .couses-list .list-tit2 .icon {
    background: url("../images/own/cont/49.png") no-repeat center/auto 100%;
}
.courses-set  .cont{
    position: relative;
    z-index: auto;
    margin-left: 98px;
    margin-top: 32px;
    width: 900px;
}

.courses-set  .cont .sy-banner-slide{
    position: relative;
    z-index: auto;
    height: 377px;
    width: 285px;
    overflow: hidden;
}
.courses-set  .cont .sy-banner-slide:hover .courser-layer{
    top:0;
}
.courses-set  .cont .sy-banner-slide .img{
    position: relative;
    z-index: auto;
}
.courses-set  .cont .sy-banner-slide .img .sub-tit{
    position: absolute;
    left: 0;
    top: 20px;
    z-index: auto;
    /*width: 154px;*/
    padding:0 18px;
    height: 42px;
    font-size:24px;
    line-height:42px;
    color: #fff;
}
.courses-set  .cont .sy-banner-slide .img .bg-course-1{
    background-color: #4d9606;
}
.courses-set  .cont .sy-banner-slide .img .bg-course-2{
    background-color: #ea31bd;
}
.courses-set  .cont .sy-banner-slide .img .bg-course-3{
    background-color: #3135ec;
}
.courses-set  .cont .sy-banner-slide .img .bg-course-4{
    background-color: #e68804;
}
.courses-set  .cont .sy-banner-slide .courser-layer{
    position: absolute;
    left: 0;
    top: 100%;
    z-index: auto;
    width: 100%;
    height: 100%;
    background-image:-webkit-linear-gradient(
        to bottom,
        rgba(255,255,255,0.2) 0,
        rgba(0,0,0,0.2) 100%);
    background-image:linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0,
        rgba(0,0,0,0.2) 100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.courses-set  .cont .sy-banner-slide .courser-layer .sub-tit{
    position: absolute;
    left: 0;
    top: 20px;
    z-index: auto;
    width: 154px;
    height: 42px;
    font-size:24px;
    line-height:42px;
    color: #fff;
}
.courses-set  .cont .sy-banner-slide .desc{
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    bottom:14px;
    width: 246px;
    font-size:16px;
    line-height:24px;
    letter-spacing:2px;
    word-break: break-all;
    color: #fff;
}
.swiper-button-prev.swiper-button-prev-sy3,
.swiper-button-prev.swiper-button-prev-sy4{
    left: -67px;
    width: 34px;
    height: 65px;
    background:url('../images/own/cont/le.png') no-repeat center center/34px 65px;
}
.swiper-button-next.swiper-button-next-sy3,
.swiper-button-next.swiper-button-next-sy4{
    right: -57px;
    width: 34px;
    height: 65px;
    background:url('../images/own/cont/ri.png') no-repeat center center/34px 65px;
}
.couses-list .link-bg{
    margin-top: 23px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 46px;
    width: 199px;
    line-height: 46px;
}

.teachers{
    margin-top: 86px;
}


.bgffftop .rzbgredtitle-h2 {
    font-size: 48px;
    color: #333;
    line-height: 48px;
    text-align: center;
}

.slideTxtBoxszTeachers {
    width: 100%;
    height: 516px;
    overflow: hidden;
}
.slideTxtBoxszTeachers .bd{
    overflow: hidden;
    width: 100%;
    height:410px;
}
.slideTxtBoxszTeachers .bd .bdul{
    position: relative;
    margin-left: 179px;
    margin-top:27px;
    z-index: auto;
    width: 742px;
    height: 346px;
    padding:38px 0 0 160px;
    background: #333;
}
.bdul .teacher-img{
    position: absolute;
    left: -180px;
    top: -27px;
    z-index: auto;
    width: 276px;
    height: 383px;
}
.Teachersbdl{
    color: #fff;
}
.Teachersbdl h3{
    font-size:27px;
    line-height:27px;
    text-align: left;
}
.Teachersbdr p{
    width: 692px;
    font-size: 14px;
    line-height: 26px;
    margin-top: 6px;
}
.teacher-works{
    margin-top: 26px;
}
.teacher-works li{
    float: left;
    overflow: hidden;
}
.slideTxtBoxszTeachers .hd{
    margin-top: 36px;
    position: relative;
    z-index: auto;
}
.slideTxtBoxszTeachers .hd{
    margin-top: 36px;
    width: 100%;
    height: 64px;
}
.slideTxtBoxszTeachers .hd ul{
    text-align: center;
}
.slideTxtBoxszTeachers .hd ul:before{
    display: block;
    position: absolute;
    left: 0;
    top: 34px;
    z-index: 0;
    width: 100%;
    height: 2px;
    background: #ccc;
    content: '';
}
.slideTxtBoxszTeachers .hd ul li{
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 71px;
}

.slideTxtBoxszTeachers .hd ul li .imgwrapper{
    overflow: hidden;
    height: 64px;
    width: 64px;
    border:3px solid #dcdcdc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-repeat:no-repeat;
    background-position: center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.slideTxtBoxszTeachers .hd ul li.on .imgwrapper{
    border:3px solid #3fb561;
}

.slideTxtBoxszTeachers .hd ul .item5 .imgwrapper{
    background-image: url('../images/own/cont/35.jpg');
}
.slideTxtBoxszTeachers .hd ul .item4 .imgwrapper{
    background-image: url('../images/own/cont/34.jpg');
}
.slideTxtBoxszTeachers .hd ul .item3 .imgwrapper{
    background-image: url('../images/own/cont/33.jpg');
}
.slideTxtBoxszTeachers .hd ul .item2 .imgwrapper{
    background-image: url('../images/own/cont/32.jpg');
}
.slideTxtBoxszTeachers .hd ul .item1 .imgwrapper{
    background-image: url('../images/own/cont/31.jpg');
}


.students{
    margin-top: 80px;
    padding-top: 77px;
    height: 584px;
    background:url("../images/own/cont/100.jpg") no-repeat center/1920px;
}
.studentsIn{
    position: relative;
    z-index: auto;
}
.studentsIn .header{
    position: absolute;
    left: 0;
    top: 0;
    z-index: auto;
    width: 120px;
}

.studentsIn .header .studentTit{
    position: absolute;
    left: 0;
    top: 0;
    z-index: auto;
    width: 54px;
    font-size:40px;
    line-height:50px;
    color: #fff;
}
.studentsIn .header .sub-tit{
    position: absolute;
    left: 54px;
    top: 0;
    z-index: auto;
    width: 10px;
    font-size:14px;
    line-height:14px;
    color: #fff;
    word-break: break-all;
}
.studentsIn .header .sub-tit span{
    display: block;
    margin-top: -3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    text-transform: uppercase;
}

.studentsIn .cont .view .img{
    margin-left: 121px;
    margin-right: 50px;
    width: 277px;
}
.studentsIn .cont .view .student-desc{
    width: 612px;
}
.studentsIn .cont .view .student-desc .top h4{
    font-size:18px;
    line-height: 36px;
    text-align: left;
    color: #fff;
}
.studentsIn .cont .view .student-desc .top h4 em{
    font-size:36px;
}
.studentsIn .cont .view .student-desc .top h4 span{
    margin-left: 75px;
    margin-right: 92px;
}
.studentsIn .cont .view .student-desc .stu-desc-cont{
    margin-top: 20px;
    border-top:2px solid #fff;
    padding-top:15px;
    height: 174px;
    font-size:14px;
    line-height: 28px;
    color: #fff;
}
.studentsIn .cont .view .student-desc .bot{
    display: block;
    border:3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-size:14px;
    line-height: 18px;
    text-align: center;
    font-weight:bold;
    color: #fff;
}
.preview {
    width: 100%;
    margin-top: 71px;
    position: relative;
}

.preview .swiper-container {
    width: 100%;
    height: 158px;
}

.preview .swiper-slide {
    margin-right: 26px;
    width: 158px;
    height: 158px;
    cursor:pointer;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #F00;
}
.preview .arrow-left {
    background: url('../images/own/cont/le2.png') no-repeat left top;
    position: absolute;
    left: -64px;
    top: 50%;
    margin-top: -33px;
    width: 34px;
    height: 65px;
    z-index: 10;
}

.preview .arrow-right {
    background: url('../images/own/cont/ri2.png') no-repeat left bottom;
    position: absolute;
    right: -64px;
    top: 50%;
    margin-top: -33px;
    width: 34px;
    height: 65px;
    z-index: 10;
}

.choose{
    margin-top: 82px;
    margin-bottom: 63px;
}
.chooseIn{
    position: relative;
    z-index: auto;
    border: 6px solid #e07a02;
    height: 289px;
}
.chooseIn .tit{
    position: absolute;
    left: 428px;
    top: -27px;
    z-index: auto;
    width: 440px;
    font-size:48px;
    line-height: 48px;
    color: #e07a02;
    background-color: #fff;
}
.chooseIn .bg{
    position: absolute;
    left: -46px;
    bottom: 0;
    z-index: 3;
    width: 435px;
}
.sn-form-2{
    margin-top: 34px;
    margin-left: 438px;
}


.footer {
    height: 527px;
    margin-bottom: 0;
}
.footer_top{
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
}
.footer_map{width: 550px;}

.footer_about {
    margin-left: 94px;
    width: 434px;
}

.footer .pos-abs-img{
    position: absolute;
    right: -63px;
    bottom: 0;
    z-index:-1;
    width: 476px;
}
.footer_about ul li{
    margin-top: 15px;
    border:1px solid #d2d2d2;
    width: 182px;
    height: 48px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.footer_about ul li a{
    display: block;
    font-size:18px;
    line-height: 48px;
    color: #666;
    text-align: center;
}
.footer_about ul li a .icon,
.footer_about ul li a span{
    display: inline-block;
    vertical-align: middle;
}
.footer_about ul li a .icon {
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
}
.footer_about ul li a .icon1{
    background-image: url('../images/own/cont/61.png');
}
.footer_about ul li a .icon2{
    background-image: url('../images/own/cont/62.png');
}
.footer_about ul li a .icon3{
    background-image: url('../images/own/cont/63.png');
}
.footer_about ul li a .icon4{
    background-image: url('../images/own/cont/64.png');
}
.layer{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.layer .modal{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: auto;
    padding-bottom: 46px;
    width: 454px;
    min-height:30px;
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.layer .modal .modal-header h2{
    position: relative;
    z-index: 999;
    padding:24px 0 8px;
    font-size:36px;
    font-weight:normal;
    line-height:36px;
    color: #fffefe;
    background-color: #e07a02;
    -webkit-border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
}
.layer .modal .modal-header h2::after{
    position: absolute;
    left: 0;
    bottom: -28px;
    z-index: auto;
    width: 0;
    height: 0;
    content: '';
    border-top: 29px solid #e07a02;
    border-left: 228px solid transparent;
    border-right: 228px solid transparent;
}
.layer .modal .pos-close{
    position: absolute;
    right: -34px;
    top: -54px;
    z-index: 1000;
    width: 34px;
    height: 34px;
}
.layer .modal .pos-abs-img{
    z-index: 1000;
    width: 122px;
    height: 122px;
    top: -62px;
    left: -45px;
}
.layer .modal-form{
    margin-top: 51px;
}
.layer .modal-form .form-group-unfloat{
    margin:11px auto 0;
    width: 296px;
}
.layer .modal-form .modal-form-ipt {
    width: 100%;
    height: 38px;
    text-indent: 12px;
    border: 1px solid #dbdbdb;
    color: #878787;
}

.layer .modal-form .modal-pos-link {
    display: block;
    width: 298px;
    height: 40px;
    background: #e07a02;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
}
.layer .modal .modal-in{
    margin-top: 48px;
}
.layer .modal .modal-in .desc{
    font-size:24px;
    line-height:36px;
    text-align: center;
    color: #333;
}

.shortcut{
    background: #705ec9;
    height:30px;
}
.shortcut_content{
    height:30px;
    line-height: 28px;
    color: #ffffff;
}
.shortcut_content a{
    font-size: 12px;
    padding: 0 10px;
    cursor:  pointer;
    color: #fff;
}
.shortcut_content img
{
    position: relative;
    top: 4px;
    padding-right: 5px;
}
.shortcut_content_left{
    float: left;
}
.shortcut_content_right{
    float: right;
}

.container_1200 {
    padding-bottom: 62px;
    width: 1080px;
    margin: 0 auto;
}
.logo-sjys{
    height: 77px;
    background: #222222;
    padding-top: 21px;
}
.logo-sjys-left{
    float: left;
    width:500px;
}
.logo-sjys-center{
    float: left;
}
.logo-sjys-right{
    float: right;
}
.logo-sjys-right-sm{
    font-size: 14px;
    color: #666666;
}
.logo-sjys-right-lg{
    font-size:22px;
    color: #ffffff;
}
.sjys-nav{
    background: #181718;
    height:40px;
}
.sjys-nav-ul{
    margin:auto;
    width:1080px;
    height:40px;
}
.sjys-nav-ul li{
    font-size: 16px;
    font-family: 'Microsoft YaHei', arial, Helvetica, sans-serif;
    float: left;
    line-height: 40px;
    width:138px;
    text-align: center;
}
.sjys-nav-ul li a{
    color: #ffffff;
}
.sjys-nav-ul .on{
    background: #705ec9;
}

/*悬浮客服咨询开始*/
.float-ad {
    position: fixed;
    right: 0;
    bottom: 77px;
    z-index: 99999;
    width: 134px;
}
.float-ad .float-interaction {
    width: 64px;
    margin: auto;
}
.float-ad .float-interaction .interac-item {
    position: relative;
    z-index: 99999;
    margin-top: 4px;
}
.float-ad .float-interaction .interac-item .link {
    display: block;
    /* background-color: #636363;*/
    padding-top: 4px;
    width: 64px;
    height: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.float-ad .float-interaction .interac-item .link .icon,
.float-ad .float-interaction .interac-item .link span {
    display: block;
    width: 100%;
    height: 42px;
}
.float-ad .float-interaction .interac-item .link .icon {
    background-repeat: no-repeat;
    background-position: center;
}
.float-ad .float-interaction .interac-item .link .icon-1 {
    background-image: url('../images/new/float-1.png');
}
.float-ad .float-interaction .interac-item .link .icon-2 {
    background-image: url('../images/new/float-2.png');
}
.float-ad .float-interaction .interac-item .link .icon-22 {
    background-image: url('../images/new/sjys-float-22.png');
}
.float-ad .float-interaction .interac-item .link .icon-3 {
    background-image: url('../images/new/float-3.png');
}
.float-ad .float-interaction .interac-item .link .icon-4 {
    background-image: url('../images/new/float-4.png');
}
.float-ad .float-interaction .interac-item-bg1 a{
    background: #feab48;
}
.float-ad .float-interaction .interac-item-bg2 a{
    background: #42c8ff;
}
.float-ad .float-interaction .interac-item-bg3 a{
    background: #7a95e4;
}
.float-ad .float-interaction .interac-item-bg4 a{
    background: #4ab14a;
}
.float-ad .float-interaction .interac-item-bg5 a{
    background: #fc7b7a;
}
.float-ad .float-interaction .interac-item .link span {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    line-height: 14px;
    text-align: center;
    color: #fff;
}
.float-ad .float-interaction .interac-item .link.on {
    background-color: #ed9336;
}
.float-ad .float-interaction .interac-item .float-frm-wrapper {
    position: absolute;
    right: 70px;
    top: -20px;
    z-index: auto;
    width: 213px;
}
.float-ad .float-interaction .interac-item .float-frm-wrapper .float-frm {
    padding: 70px 24px 0 18px;
    width: 161px;
    height: 179px;
    background: url('../images/new/gw-bg-float.png') no-repeat center;
}
.float-ad .float-interaction .interac-item .float-frm-wrapper .float-frm .form-group {
    position: relative;
    z-index: auto;
    margin-top: 11px;
    width: 160px;
}
.float-ad .float-interaction .interac-item .float-frm-wrapper .float-frm .form-group input {
    width: 100%;
    height: 40px;
    border: 1px solid #898989;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    line-height: 40px;
    text-align: left;
    color: #bfbfbf;
    text-indent: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.float-ad .float-interaction .interac-item .float-frm-wrapper .float-frm .form-group span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: auto;
    width: 100%;
    height: 42px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    line-height: 42px;
    text-align: left;
    color: #bfbfbf;
    text-indent: 7px;
}
.float-ad .float-interaction .interac-item .float-frm-wrapper .float-frm .submit {
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    margin: 17px auto 0;
    display: block;
    width: 106px;
    height: 30px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #ed9336;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.float-ad .float-interaction .interac-item .float-weixin-wrapper {
    position: absolute;
    right: 70px;
    top: -30px;
    z-index: auto;
    width: 213px;
    min-height: 230px;
    background: url('../images/new/gw-bg-float.png') no-repeat left top;
}
.float-ad .float-interaction .interac-item .float-weixin-wrapper .weixin {
    display: block;
    margin-left: 21px;
    padding-top: 67px;
    width: 163px;
}
.float-ad .float-interaction .interac-item .float-qq-wrapper {
    position: absolute;
    right: 70px;
    top: -30px;
    z-index: auto;
    width: 213px;
    min-height: 230px;
    background: url('../images/new/gw-bg-float3.png') no-repeat left top;
}
.float-ad .float-interaction .interac-item .float-qq-wrapper .block-nbsp .qq {
    color: #ffffff;
    background: #ed9336;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 16px;
}
.block-nbsp{
    padding-top: 119px;
    width:195px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height:28px;
}
/*悬浮客服咨询结束*/

/*底部样式*/
.g-footer {
    background-color: #313131;
}
.g-footer .footer-top {
    border-bottom: 1px solid #666;
    padding-top: 68px;
    padding-bottom: 50px;
}
.g-footer .footer-top .left {
    width: 925px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    line-height: 25px;
    text-align: left;
    color: #666;
}
.g-footer .footer-top .left .footer-nav {
    margin-top: 7px;
    height: 25px;
    font-size: 0;
}
.g-footer .footer-top .left .footer-nav a,
.g-footer .footer-top .left .footer-nav span {
    display: inline-block;
    font-size: 16px;
    color: #666;
    text-decoration:  none;
}
.g-footer .footer-top .left .footer-nav span {
    margin: 0 16px;
}
.g-footer .footer-top .left .footer-nav a:hover {
    color: #fff;
}
.g-footer .footer-top .left .footer-link {
    margin-top: 37px;
}
.g-footer .footer-top .left .footer-link .first,
.g-footer .footer-top .left .footer-link .underline {
    float: left;
    width: 265px;
    font-size: 0;
}
.g-footer .footer-top .left .footer-link .first .icon,
.g-footer .footer-top .left .footer-link .underline .icon,
.g-footer .footer-top .left .footer-link .first .link-item,
.g-footer .footer-top .left .footer-link .underline .link-item {
    display: inline-block;
    vertical-align: top;
}
.g-footer .footer-top .left .footer-link .first .icon,
.g-footer .footer-top .left .footer-link .underline .icon {
    width: 66px;
    height: 66px;
}
.g-footer .footer-top .left .footer-link .first .link-item,
.g-footer .footer-top .left .footer-link .underline .link-item {
    margin-left: 12px;
    width: 178px;
    font-size: 14px;
}
.g-footer .footer-top .left .footer-link .first .link-item .tit,
.g-footer .footer-top .left .footer-link .underline .link-item .tit {
    display: block;
    font-weight: bold;
}
.g-footer .footer-top .left .footer-link .first .link-item .cont,
.g-footer .footer-top .left .footer-link .underline .link-item .cont {
    margin-top: 4px;
    display: block;
    line-height: 18px;
    font-style:  normal;
}
.g-footer .footer-top .left .footer-link .first {
    width: 352px;
}
.g-footer .footer-top .left .footer-link .underline .link-item .cont {
    margin-top: 9px;
    font-size: 24px;
    line-height: 24px;
}
.g-footer .footer-top .right {
    width: 124px;
    margin-right: 30px;
}
.g-footer .footer-top .right .weixin-desc {
    margin-top: 4px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    color: #666;
}
.g-footer .footer-bottom {
    padding-bottom: 23px;
}
.g-footer .footer-bottom .copyright,
.g-footer .footer-bottom .licensing {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    line-height: 21px;
    text-align: center;
    color: #535353;
}
.g-footer .footer-bottom .copyright {
    margin-top: 15px;
}
.g-footer .footer-bottom .licensing em {
    margin: 0 8px;
}
.g-footer .footer-bottom .advantage {
    margin-top: 7px;
    font-size: 0;
    text-align: center;
}
.g-footer .footer-bottom .advantage li {
    display: inline-block;
    height: 35px;
}
.g-footer .footer-bottom .advantage li + li {
    margin-left: 32px;
}
.fl {
    float: left;
}
.fr {
    float: right
}

/*底部样式结束*/