@charset "utf-8";

.wrap-full{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.header{
    height: 90px;
    border-bottom: 10px solid #e5e5e5;
}
.logo-nav{
    width: 880px;
    height: 90px;
    position: relative;
}
.logo{
    width: 197px;
    height: 77px;
    background: url("../Images/logo.png") 0px 0px no-repeat;
    text-indent: -9999px;
    margin-top: 20px;
}
.nav{
    width: 500px;
    height: auto;
    float: left;
    margin-top: 55px;
    margin-left: 10px;
}
.nav li{
    font-size: 24px;
    float: left;
    margin-right: 60px;
    position: relative;
}
.nav .nav-show{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 999;
    font-size: 12px;
    background: #fff;
    padding: 20px;
    text-align: center;
    border:1px solid #e9e9e9;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav .cur .circle-ico{
    border:5px solid #b6eaf2;
    background-color: #ffffff;
}
.nav li:hover .circle-ico{
    border:5px solid #b6eaf2;
    background-color: #ffffff;
}
.nav li:hover .nav-show{
    opacity: 1;
    filter: alpha(opacity=10);
}
.nav .cur .nav-show{
    opacity: 1;
    filter: alpha(opacity=10);
}
.nav li a{
    color: #86dbe7;
}
.nav li a .circle-ico{
    display: inline-block;
    width: 35px;
    height: 35px;
    border:5px;
    vertical-align: top;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav li a .circle-ico i{
    display: block;
    width: 15px;
    height: 15px;
    background-color: #ffbc50;
    margin: 10px 0px 0px 10px;
}
.recruit-triangle{
    position: absolute;
    width: 200px;
    height: 130px;
    color: #ffffff;
    margin-top: 25px;
    z-index: 999;
}
.down-triangle{
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 130px solid #ffc263;
}
.recruit-triangle .recruit-text{
    position: absolute;
    left: 52px;
    top: 10px;
    text-align: center;
    width: 100px;
}
.recruit-triangle .recruit-text span{
    font-size: 26px;
}
.recruit-triangle .recruit-text em{
    font-size: 14px;
    text-transform: uppercase;
}

/* ==========================================================================
    幻灯图片
    ========================================================================== */
.slider-banner{
    width: 100%;
    height: 650px;
    position: relative;
}
.slider-banner .slider-list{
    width: 100%;
    height: 650px;
    position: relative;
}
.slider-banner .slider-list a{
    display: none;
    width: 100%;
    height: 650px;
    position: relative;
}
.slider-num{
    position: absolute;
    bottom: 20px;
    right: 47%;
}
.slider-num li {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top:5px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
}
.slider-num li a{
    display: block;
    text-indent: -9999px;
}
.slider-num li.current{
   background: rgba(255,255,255,0.5);
}
.slider-title{
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
/* 动态 */
.dynamic-box{
    margin-top: 40px;
    margin-bottom: 40px;
}
.dynamic-left{
    width:110px;
    height: 250px;
    background: url("../Images/all-ico.png") -195px 0px no-repeat;
    margin-right: 10px;
}
.dynamic-left span{
    display: block;
    color: #ffffff;
}
.dynamic-date{
    line-height: 45px;
    font-size: 36px;
    text-align: center;
    margin-top: 15px;
}
.dynamic-title{
    margin-top: 60px;
    font-size: 28px;
    text-align: center;
}
.dynamic-ico{
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    text-indent: 40px;
    background: url("../Images/all-ico.png") -82px -168px no-repeat;
}
.dynamic-center{
    width: 380px;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}

.dynamic-center img{
    width: 380px;
    height: 250px;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    Opacity: 0.75;
    filter: alpha(opacity=75);
}
.dynamic-center:hover img{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
}
.video-ico{
    position: absolute;
    display: block;
    width: 96px;
    height: 96px;
    left: 38%;
    top: 32%;
    background: url("../Images/video-ico.png") 0px 0px no-repeat;
}
.dynamic-right{
    width: 690px;
    height: 250px;
    background: #33cccc;
}
.dynamic-right .dynamic-main{
    width: 98%;
    height: 96%;
    border:1px solid #ffffff;
    margin: 4px auto;
}
.dynamic-main dl dt{
    width: 210px;
    height: 210px;
    margin: 15px 25px 0px 20px;
}
.dynamic-main dl img{
    width: 210px;
    height: 210px;
}
.dynamic-main dd{
    float: left;
    width: 410px;
    height: auto;
    color: #ffffff;
    margin-top: 20px;
}
.dynamic-main dd h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.dynamic-main dd .dynamic-intro{
    font-size: 14px;
    line-height: 28px;
}
.common-title{
    width: 100%;
    height: 125px;
    margin-bottom: 10px;
}
.common-title .main-tit{
    width: 580px;
    height: auto;
    text-align: center;
}
.common-title h3{
    font-size: 60px;
    color: #33cccc;
    font-weight: bold;
}
.common-title .e-tit{
    font-size: 24px;
    color: #666;
}
.green-line{
    width: 305px;
    height: 1px;
    margin-top: 55px;
    border-bottom: 2px solid #33cccc;
}
/*滚动图片*/
.scroll{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.box {
    height:480px;
    float:left;
    width:1200px;
    overflow: hidden;
    position:relative;
}
.box li {
    display:block;
    float:left;
    width:400px;
    height:480px;
    cursor:pointer;
    position: relative;
    z-index: 0;
}
.box li img{
    width: 400px;
    height: 480px;
}
.box li:hover {
    color:#999;
}
.box li.active {
    background-position:-174px 0;
    color:#555;
    cursor:default;
}
a.prev,a.next{
    display:block;
    width:70px;
    height:120px;
    cursor:pointer;
    position: absolute;
    top:180px;
    z-index: 99;
}
a.prev {
    background:rgba(17,17,17,0.25) url("../Images/prev-next.png") 0px 0px no-repeat;
    left: 0;
}
a.next {
    background: rgba(17,17,17,0.25) url("../Images/prev-next.png") -72px 0px no-repeat;
    right: 0;
}
.scroll-list {
    width:10000em;
    position:absolute;
}
.scroll-list li i.tr-triangle{
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 240px solid transparent;
    border-top: 240px solid #ffffff;
    z-index: 2;
}
.scroll-list li i.lb-triangle{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 240px solid transparent;
    border-bottom: 240px solid #ffffff;
    z-index: 2;
}
.scroll-list li p.fade{
    width: 100%;
    height: 100%;
    background: rgba(17,17,17,.75);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.scroll-list li div.scroll-text{

    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 0px;
    height: 0px;
    background: url("../Images/all-ico.png") 0 0 no-repeat;
    z-index: 3;
    color: #ffffff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.u-name {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}
.u-detail span{
    display: block;
    font-size: 18px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.scroll-list li:hover div.scroll-text{
    height: 169px;
    width: 183px;
}
.scroll-list li:hover p.fade{
    display: none;
}
.mt-40{
    margin-top: 40px;
}
.mt-20{
    margin-top: 20px;
}
/*花絮照片*/
.piece-pic{
    width: 105%;
    height: auto;
    margin-bottom: 100px;
}
.piece-pic li{
    float: left;
    width: 230px;
    height: auto;
    overflow: hidden;
    margin-right: 15px;
}
.piece-pic li .main-pic{
    width: 230px;
}
.piece-pic li .pic-title{
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.piece-pic li .pic-title span{
    float: left;
}
.piece-pic li .pic-pho{
    width: 50px;
    height: 50px;
    margin-top: 5px;
}
.piece-pic li .pic-pho img{
    width: 50px;
    height: 50px;
}
.piece-pic li .pic-tit{
    width: 160px;
    font-size: 18px;
    color: #7bd7d6;
    margin-left: 5px;
}
.img-short{
    width: 230px;
    height: 140px;
    overflow: hidden;
    cursor: pointer;
}
.img-short img{
    width: 230px;
    height: 140px;
}
.img-long{
    width: 230px;
    height: 270px;
    overflow: hidden;
    cursor: pointer;
}
.img-long img{
    width: 230px;
    height: 270px;
}
.footer{
    width: 100%;
    height: auto;
    border-top: 10px solid #e5e5e5;
    color: #dfdfdf;
    font-size: 24px;
    text-align: center;
}
/*报名表单*/
.enter-container{
    min-width: 1024px;
    height: 2018px;
    background:#fff9fb url("../Images/enter-bg.jpg") 0 0 no-repeat;
}
.enter-container .e-container{
    padding-top: 588px;
    _padding-top: 650px;
}
.enter-container .form-content{
    width: 860px;
    height: auto;
    margin: 0px auto;
    background: rgba(255,114,171,.2);
    padding-bottom: 50px;
}
.photo1,.photo2,.photo3 {
    width:150px;
    float:left;
    height:295px;
    margin-right:20px
}
.photo1 a,.photo2 a,.photo3 a {
    position:relative
}
.photo1 span,.photo2 span,.photo3 span {
    color:#989898;
    font-size:14px;
    line-height:30px;
    display:inline-block;
    text-align:center;
    float:left;
    width:150px
}
.photo2 img,.photo1 img,.photo3 img {
    width:150px;
    height:230px;
    float:left
}
.photoTotal {
    text-align:center;
    height:295px;
    margin-left:165px
}
.input-btn {
    width:128px;
    height:36px;
    line-height:36px;
    background:#33cccc;
    position:relative;
    border-radius:3px;
    text-align:center;
    color:#fff;
    display:inline-block;
    *display:inline;
    *zoom:1;
    font-size:14px
}
#uploadMVSwf {
    height:100%;
    width:100%;
    vertical-align:middle;
    cursor:pointer;
    position:absolute;
    top:0;
    left:0
}
form {
    color:#989898;
    font-size:16px
}
form .left {
    float:left;
    width:215px;
    text-align:right
}
form .right{
    float: left;
}
form .d-line {
    padding-top:18px;
    height:36px;
    line-height:36px
}
form .req {
    color:#32e0e0;
    font-weight:700;
    margin-right:3px;
    display:none
}
form .red {
    color:#32e0e0!important
}
form .error {
    color:red;
    margin-right:5px
}
form .errorInput {
    border-color:#32e0e0;
    background:#FEEAEA
}
form input[type=text] {
    border:1px solid #ccc;
    background:#fff;
    height:34px;
    line-height:34px;
    width:242px;
    font-size:14px;
    padding:0 8px;
    vertical-align:middle
}
form select {
    font-size:14px;
    width:97px;
    background:#fff;
    border:1px solid #ccc;
    vertical-align:middle;
    height:34px;
    line-height:34px
}
form select.long {
    width:114px
}
form input.radio {
    width:18px;
    height:18px
}
form input.short {
    width:73px;
    float:left
}
form label {
    margin-right:20px
}
form .text {
    height:96px
}
form .text textarea {
    border:1px solid #ccc;
    padding:8px;
    background:#fff;
    height:78px;
    width:440px;
    vertical-align:top;
    font-size:14px;
    resize:none;
    overflow:hidden
}
form p.tips {
    padding-left:104px;
    color:#32e0e0
}
form .exp {
    height:314px
}
.referBtn,.uploadBtn {
    display:inline-block;
    padding:0 16px;
    font-size:16px;
    line-height:28px;
    color:#fff;
    background:#33cccc;
    cursor:pointer
}
.referBtn {
    font-size:18px;
    padding:0 50px;
    line-height:45px
}
.referBtn:hover,.uploadBtn:hover {
    background:#32e0e0;
    color:#fff
}
input:focus,select:focus,textarea:focus {
    outline-color:#32e0e0
}
form .submitButton {
    text-align:center
}
form .EntryInformation {
    text-align:center;
    width:665px
}
form .EntryInformation input {
    width:20px
}
.uploadBtn {
    width:64px;
    height:28px
}
.uploadBtn object {
    position:absolute;
    left:0;
    top:0
}
#codeImg {
    vertical-align:middle
}
.tishi {
    float:right;
    width:645px;
    font-size:12px
}
.district {
    position:relative;
    font-size:14px;
    vertical-align:middle;
    height:34px;
    line-height:34px
}
.division {
    position:relative;
    width:125px;
    font-size:14px;
    vertical-align:middle;
    height:34px;
    line-height:34px;
    _position:relative;
    _z-index:10;
    *z-index:10;
    z-index:10\9
}
.defaultBox {
    width:125px;
    position:relative;
    height:34px;
    margin-right:10px
}
.defaultSpan {
    position:absolute;
    left:0;
    top:0;
    width:119px;
    height:36px;
    line-height:36px;
    display:inline-block;
    cursor:pointer;
    padding-left:6px
}
.divisionList {
    position:absolute;
    left:0;
    top:36px;
    border:1px solid #bebebe;
    background:#fff;
    width:123px;
    border-top:0;
    display:none;
    z-index:1;
    max-height:360px;
    overflow:auto;
    _height:360px
}
#division .divisionList {
    _height:136px
}
.divisionList li {
    padding-left:5px
}
.divisionList li:hover {
    background:#73c6fa;
    color:#fff;
    cursor:pointer
}
.divisionList::-webkit-scrollbar {
    width:10px;
    height:10px
}
.divisionList::-webkit-scrollbar-track {
    background:#fff
}
.divisionList::-webkit-scrollbar-track-piece {
    background:#fff
}
.divisionList::-webkit-scrollbar-thumb {
    background:#33cccc;
    border-radius:5px
}
.divisionList::-webkit-scrollbar-corner {
    background:#82AFFF
}
.divisionList::-webkit-scrollbar-resizer {
    background:#fff
}
.specialty li {
    float:left;
    margin-right:13px;
    cursor:pointer
}
.specialty li input[type="radio"]{
    background:url("../Images/radio-ico.png") no-repeat;
    width:16px;
    height:16px;
    display:inline-block;
    float:left;
    margin-top:10px;
    margin-right:6px
}
.specialty li.active input[type="radio"] {
    background:url("../Images/radioh-ico.png") no-repeat;
    width:16px;
    height:16px;
    display:inline-block;
    float:left;
    margin-top:10px;
    margin-right:6px
}
.specialty input {
    float:left
}
input[type="submit"]{
    border:none;
}
.KuRankingCont .voteBox .voteList ul {
    width:100%;
    height:auto
}
.link {
    color:#3CA617;
    text-decoration:underline
}
.linkForXuZhi {
    color:#FF60B8;
    text-decoration:underline
}
.zone {
    width:100%
}
.zone * {
    *overflow:hidden
}
.poa {
    position:absolute
}
.color98 {
    color:#989898;
    font-size:12px
}
.IEzindex {
    _position:relative;
    _z-index:9;
    *z-index:9;
    z-index:9\9
}
.red-text{
    font-size: 18px;
    color: #fd6868;
    padding-top: 15px;
    padding-left: 190px;
}
/*招募页面*/
.recruit-video{
    width: 520px;
    height: 340px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.recruit-video img{
    width: 520px;
    height: 340px;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    Opacity: 0.75;
    filter: alpha(opacity=75);
}
.recruit-video img:hover{
    -moz-opacity: 1;
    -khtml-opacity: 1;
    Opacity: 1;
    filter: alpha(opacity=1);
}
.recruit-term{
    width: 661px;
    height: 340px;
    background: url("../Images/e-time.jpg") 0 0 no-repeat;
    position: relative;
}
.recruit-time{
    width: 445px;
    height: 50px;
    line-height: 50px;
    margin-left: 30px;
    margin-top: 25px;
    text-align: center;
    font-size: 20px;
    color: #42a5ff;
    background-color: #ffd76a;
    font-weight: bold;
}
.recruit-term .msg-ico{
    display: block;
    width: 67px;
    height: 60px;
    position: absolute;
    left: -10px;
    top:-25px;
    background: url("../Images/msg-ico.png") 0 0 no-repeat;
}
.recruit-list {
    width: 595px;
    height: auto;
    margin: 10px auto 0px auto;
}
.recruit-list li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background: url("../Images/li-bg.png") 7px 10px no-repeat;
    text-indent: 20px;
}
.recruit-list li.bg-green{
    background-color: #33cccc;
    color: #ffffff;
}
.treatment-left{
    width: 140px;
    height: 520px;
    background: url("../Images/treatment-left.jpg") 0 0 no-repeat;
}
.treatment-left ul{
    width: 140px;
    height: auto;
}
.treatment-left ul li{
    width: 140px;
    height: auto;
    font-size: 20px;
    margin-left: -12px;
    border-right: 3px solid #d6f5f5;
    margin-top: 35px;
    margin-bottom: 85px;
    cursor: pointer;
}
.treatment-left ul li:last-child{
    margin-bottom: 0px;
}
.treatment-left ul li  span{
    display: block;
    width: 115px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #ffffff;
    color: #33cccc;
}
.treatment-left ul li.cur{
    border-right: 3px solid #ffc952;
}
.treatment-left ul li.cur span{
    background-color: #33cccc;
    color: #ffffff;
}
.treatment-left ul li:hover{
    border-right: 3px solid #ffc952;
}
.treatment-left ul li:hover span{
    background-color: #33cccc;
    color: #ffffff;
}
.treatment-right{
    width: 1051px;
    height: 520px;
    background: url("../Images/treatment-right.jpg") 0 0 no-repeat;
}
.treatment-right .tr-img{
    width: 360px;
    height: 500px;
    margin: 10px 0px 0px 15px;
}
.treatment-right .tr-text{
    width: 505px;
    height: auto;
    margin-left: 20px;
    margin-top: 5px;
}
.treatment-right .tr-tit{
    width: 134px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    background: url("../Images/tit-bg.png") 0 0 no-repeat;
}
.treatment-right  .tr-txt{
    font-size: 18px;
    line-height: 28px;
}
.treatment-right  .tr-txt b{
    font-weight: bold;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}
.treatment-right .tr-top-pic{
    width: 1030px;
    height: 380px;
    margin: 10px 0px 10px 11px;
    overflow: hidden;
}
.treatment-right .full-tr-text{
    width: 1020px;
    height: auto;
    margin: 0 auto;
}
.treatment-right .tr-top-pic img{
    width: 1030px;
    height: 380px;
}
.treatment-right .contact-box{
    width: 1020px;
    margin:  15px auto 0px auto;
}
.treatment-right .contact-box p{
    width: 310px;
    height: 60px;
    float: left;
    margin-left: 20px;
    font-size: 18px;
    text-indent: 65px;
    line-height: 90px;
}
.treatment-right .contact-box .q-contact{
    background: url("../Images/contact-ico.png") 0px 0px no-repeat;
}
.treatment-right .contact-box .p-contact{
    background: url("../Images/contact-ico.png") 0px -68px no-repeat;
}
.treatment-right .contact-box .w-contact{
    background: url("../Images/contact-ico.png") 0px -130px no-repeat;
}

.scroll_div {width:1200px;margin:0 auto; overflow: hidden; white-space: nowrap; background:#e9e9eb;}
.scroll_div img {
    width: 280px;
    height: 180px;
    border: 0;
    margin: 15px 9px 0px 10px;
}
#scroll_div2{
    padding-bottom: 15px;
}
#scroll_begin, #scroll_end, #scroll_begin ul, #scroll_end ul{ display: inline;  }
#scroll_begin ul li, #scroll_end ul li{display:inline;}
#scroll_begin1,#scroll_end1, #scroll_begin1 ul, #scroll_end1 ul{  display: inline; }
#scroll_begin1 ul li, #scroll_end1 ul li,#scroll_end1 ul li{display:inline;}
#scroll_begin2,#scroll_end2, #scroll_begin2 ul, #scroll_end2 ul{  display: inline;  }
#scroll_begin2 ul li, #scroll_end2 ul li,#scroll_end2 ul li{display:inline;}
.friend-link{
    margin-bottom: 100px;
}
.link{
    width: 105%;
    height: auto;
}
.link li{
    float: left;
    width: 155px;
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 20px;
}
.link li img{
    width: 155px;
    height: 50px;
}
.pagination{
    display: none;
}
.ewm{
    position: fixed;
    top:200px;
    right: 370px;
    width: 147px;
    height: 245px;
    background: url("../Images/ewm.png") 0 0 no-repeat;
    z-index: 999;
}
.ewm a{
    width: 147px;
    height: 50px;
    display: block;
    margin-top: 3px;
}
/*弹出视频*/
.video { position: absolute; width: 361px; height: 146px; left: 70%;  top: 310px; z-index: 999 }
.play { width: 361px; height: 146px; background: url(../Images/play_5bfeda0.png?v=9b4c658b) no-repeat left top; position: absolute; left: 0; top: 0 }
.play-btn { display: inline-block; width: 361px;height: 146px; background: url(../Images/play2_1d6aebb.png?v=efbd1c57) no-repeat center center; }
.play-btn:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; filter: alpha(opacity=0); background-image: url(../Images/play2_1d6aebb.png?v=efbd1c57); -webkit-animation: scaleUp3 1s .5s infinite; -moz-animation: scaleUp3 1s .5s infinite; -ms-animation: scaleUp3 1s .5s infinite; -o-animation: scaleUp3 1s .5s infinite; animation: scaleUp3 1s .5s infinite; background-repeat: no-repeat; }
.play-on { -webkit-animation: loading 8s infinite linear; -moz-animation: loading 8s infinite linear; -o-animation: loading 8s infinite linear; animation: loading 8s infinite linear }
#fade { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000; z-index: 9999; display: none; _display: none!important; filter: Alpha(opacity=60); opacity: .6 }
.pop { position: fixed; z-index: 10000; display: none; left: 50%; top: 50% }
.pop_close { position: absolute; right: -67px; top: 0; width: 65px; height: 65px; background: url(../Images/close_abe6cfe.png?v=04b01972) no-repeat left top; cursor: pointer }
.pop_close:hover { background: url(../Images/close_abe6cfe.png?v=04b01972) no-repeat left bottom }
.dialogBox { width: 800px; height: 450px; background-color: #000 }