@charset "utf-8";
/* CSS Document */
*{
    scroll-behavior: smooth;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}

.top-bar {
    border-bottom: 1px solid #d7d7d7;
    background: #efefef;
}

.top-bar-login,
.top-bar-login-after {
    line-height: 30px;
    font: 12px/30px simsun;
}

.top-bar-login-after {
    display: none;
}

.top-bar .ofw-logo {
    margin-top: 2px;
}

.top-bar-login>.signin {
    display: inline-block;
    background: #e20000;
    height: 24px;
    width: 50px;
    border-radius: 2px;
    text-align: center;
    margin-top: 3px;
    line-height: 24px;
}

.top-bar-login>.signin>a {
    color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
    color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
    text-decoration: underline;
}

.top-bar-login i {
    font-style: normal;
    color: #666;
}

.top-bar-login>.email {
    padding-left: 24px;
    display: inline-block;
    background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}

.main-cont {
    padding-top: 68px;
}

/*nav-bar*/
.nav-bar {
    position: absolute;
    width: 100%;
    height: 67px;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.nav-bar.fixed {
    position: fixed;
    top: 0;
    background: #fff;
}

.nav-bar>.wrap {
    height: 100%;
}

.nav-bar .nav-logo {
    margin: 10px 0;
}

.nav-bar .nav {
    line-height: 67px;
}

.nav-bar .nav li {
    float: left;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.nav-bar .nav li {
    color: #000;
    font-size: 16px;
    padding-right: 4px;
}

.nav-bar .nav li a{
    color: #000;
    font-size: 16px;
    padding-right: 4px;
}

.nav-bar .nav .on {
    color: #092b7b
}

.nav-bar .nav li:hover,
.nav-bar .nav li.on {
    color: #fb602c;
    position: relative;
}

.nav-bar .nav li:hover a,
.nav-bar .nav li.on a{
    color: #fb602c;
    position: relative;
}

.nav-bar .nav li:hover::after,
.nav-bar .nav li.on::after {
    content: '';
    display: block;
    position: absolute;
    left: 42%;
    bottom: 12px;
    border-top: 4px solid #fb602c;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.nav-bar .nav-sign {
    float: right;
    display: inline-block;
    width: 98px;
    height: 30px;
    line-height: 30px;
    margin: 19px;
    text-align: center;
    border-radius: 6px;
    background: url('../images/nav-btn.png') no-repeat center center;
    background-size: 100%;
    color: #fff;
}

.nav-bar .nav-sign2 {
    margin-right: 0px;
    margin-left: 0px;
}

.banner-swiper {
    width: 100%;
    height: 504px;
}
.banner-swiper .swiper-slide {
    width: 100%;
    height: 504px;
}
.banner-swiper .wrap {
    position: relative;
}
.banner1 {
    background: url(../images/banner.png?v=20191118) no-repeat center top;
}
.banner2 {
    background: url(../images/banner2.png?v=201911182) no-repeat center top;
}

.swiper-slide .banner-text{
    padding: 85px 0 43px;
}

.swiper-slide p{
    width: 515px;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    font-size: 20px;
    color: #fb7042;
    background: #fefcfa;
}

.swiper-slide.banner2 p {
    color: #fff;
    background: #f84e24;
}

.main-title{
    text-align: center;
    margin-bottom: 40px;
}

.main-title img{
    height: 38px;
}

.banner p img{
    margin-right: 10px;
}

.banner p img:last-child{
    margin-left: 10px;
}

.part-tit {
    text-align: center;
}

.part-tit>.part-tit-p1 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #424c77;
}

.part-tit>.part-tit-p1:before {
    position: absolute;
    left: -180px;
    top: 50%;
    content: '';
    width: 125px;
    height: 2px;
    background: #cccccc;
}

.part-tit>.part-tit-p1:after {
    position: absolute;
    right: -180px;
    top: 50%;
    content: '';
    width: 125px;
    height: 2px;
    background: #cccccc;
}

.part-tit>.part-tit-p2 {
    font-size: 16px;
    color: #666;
    padding-bottom: 15px;
}

.part-tit.part-tit-white>.part-tit-p1 {
    color: #fff;
}

/*canvas做背景图*/
#canvas {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: al .5s;
    transition: all .5s;
}

#canvas.on {
    opacity: 1;
}



/*meet-intro*/
.meet-intro {
    padding: 50px 0 40px;
}

.meet-intro .wrap {
    position: relative;
}

.meet-intro .decorate01 {
    position: absolute;
    top: -50px;
    right: -40px;
    width: 350px;
    height: 125px;
    background: url(../images/decorate01.png) no-repeat center;
}

.meet-intro .part-cont p {
    font-size: 16px;
    text-indent: 30px;
    color: #3a3a3a;
    line-height: 1.8;
}

/*meet-point*/
.meet-point {
    height: 575px;
    padding-top: 50px;
    background: url('../images/light-bg.png') no-repeat top center;
    background-size: cover;
}

.meet-point .main-title{
    margin-bottom: 50px;
}

.meet-point .part-cont {
    margin-top: 0;
}

.point-list{
    margin-top: 25px;
}

.point-list li{
    float: left;
    width: 20%;
    font-size: 20px;
    color: #868686;
    cursor: pointer;
    position: relative;
}

.point-list li.point-up{
    position: relative;
    top: -45px;
}

.point-list li.active{
    color: #fb602c;
}

.point-list li.active::after{
    content: '';
    display: block;
    position: absolute;
    left: 42%;
    bottom: -15px;
    border-top: 8px solid #fb602c;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.point-text{
    width: 706px;
    margin: 40px auto 0;
    background: url('../images/light-text.png') no-repeat top center;
    background-size: 100% 100%;
}

.point-text p{
    display: none;
    font-size: 16px;
    padding: 20px 35px;
    text-align: center;
    line-height: 1.6;
}

.point-text p.active{
    display: block;
}


/*meet-schedule*/
.meet-schedule {
    padding-top: 40px;
}

.meet-schedule .part-cont {
    margin: 0 auto;
}

.meet-schedule .part-cont table {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    border: 1px solid #c9c9c9;
}

.schedule-table tr {
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}

.schedule-table tr td {
    padding: 12px 0;
}

.schedule-table thead tr td {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    background: #fb602c;
}

.schedule-table tr td:first-child {
    text-align: center;
}

.schedule-table tr td:nth-child(2),
.schedule-table tr td:nth-child(3) {
    padding-left: 45px;
    padding-right: 20px;
    border-left: 1px solid #c9c9c9;
}

.schedule-table .section-tr {
    font-size: 16px;
    color: #fb602c;
    background: #ededed;
}

.agenda-tips {
    padding: 15px 0 45px;
    font-size: 14px;
    color: #666;
}

/*meet-guest*/
.meet-guest {
    padding: 50px 0 40px;
    background: url('../images/guest-bg.png') no-repeat top center;
    background-size: cover;
}

.judge_list {
	margin-top: 55px;
	font-size: 0px;
	width: 1050px;
	margin: 50px auto 0; 
}
.judge_list li {
	float: left;
	width: 20%;
	height: 205px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}

.judge_list li .judge_img {
	border: 2px solid transparent;
	border-radius: 121px;
	margin: 0px auto 15px;
	overflow: hidden;
	transition: all .2s;
}
.judge_list li .judge_img img {
	width: 121px;
	height: 121px;
}
.judge_list li div {
	font-size: 16px;
}
.judge_list li p {
	font-size: 14px;
	padding: 5px 10px 0;
}

/* 往届合作单位 */
.hzdw{
    padding: 50px 0;
}

/* 参会人群 */
.chrq{
    padding: 50px 0;
    background: #f7f7f7;
}

/* 2018届参会观众分析 */
.gzfx{
    padding: 50px 0;
}


/*buy*/
.buy {
    padding: 50px 0 20px;
    background: #f7f7f7;
}

.buy .part-tit img {
    display: block;
    margin: 0 auto;
}


.ticket-cont ul {
    width: 1000px;
    padding: 10px 0;
}

.ticket-cont ul li {
    float: left;
    width: 300px;
    height: 182px;
    position: relative;
    color: #fff;
    cursor: pointer;
}


.ticket-cont ul .ticket-bg01 {
    background: url(../images/ticket1.png) no-repeat bottom center;
    background-size: 300px 138px;
    float: left;
    width: 300px;
    height: 182px;
    position: relative;
    color: #fff;
    margin: 0 50px 0 0;
    cursor: pointer;
}

.ticket-cont ul li.ticket-bg02 {
    background: url(../images/ticket2.png?v=1) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 50px 0 0;
}

.ticket-cont ul li.ticket-bg03 {
    background: url(../images/ticket3.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0;
}

.ticket-cont ul li.ticket-bg04 {
    background: url(../images/ticket4-0527.png?v=0527) no-repeat center center;
    background-size: 100% 100%;
}

.ticket-cont ul .ticket-bg05 {
    background: url(../images/ticket509.png) no-repeat center center;
    background-size: 100% 100%;
    float: left;
    width: 300px;
    height: 200px;
    position: relative;
    color: #fff;
    margin: 0 135px 0 0;
    cursor: pointer;
}


.ticket-cont .ticket-name {
    position: absolute;
    top: 27px;
    right: 30px;
    font-size: 24px;
    color: #fff;
}

.ticket-cont .ticket-name>span {
    position: relative;
    z-index: 1;
}

.ticket-cont .ticket-name .hot {
    position: absolute;
    top: -26px;
    right: -9px;
    width: 24px;
    height: 28px;
    background: url('../images/ticket/hot.png') no-repeat center center;
    background-size: 100% 100%;
}

.ticket-bg01 .ticket-name:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -57%;
    content: '';
    width: 115%;
    height: 12px;
    background: #ffa33d;
}

.ticket-bg02 .ticket-name:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -57%;
    content: '';
    width: 115%;
    height: 12px;
    background: #00acdd;
}

.ticket-bg03 .ticket-name:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -57%;
    content: '';
    width: 115%;
    height: 12px;
    background: #d00532;
}

.ticket-cont .ticket-right {
    height: 100%;
    position: relative;
}

.ticket-cont .ticket-price {
    padding-top: 48px;
    margin-left: 30px;
    font-size: 30px;
    font-weight: bold;
}

.ticket-cont .ticket-old-price {
    text-decoration: line-through;
    margin-left: 30px;
}

.ticket-cont .ticket-number {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 150px;
    font-size: 14px;
}

.ticket-cont .flash-sale {
    position: absolute;
    top: -9px;
    right: 16px;
    width: 84px;
    height: 44px;
    background: url('../images/ticket/flash-sale.png') no-repeat center center;
    background-size: 100% 100%;
}

.ticket-cont .ofweekVip {
    position: absolute;
    top: -9px;
    right: 16px;
    width: 84px;
    height: 44px;
    background: url('../images/ticket/ofweekVip.png') no-repeat center center;
    background-size: 100% 100%;
}

.ticket-cont .ticket-logobox {
    position: absolute;
    left: -5px;
    bottom: -48px;
}

.ticket-cont .ticket-logobox img {
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
}

.ticket-cont .ticket-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    user-select: none;
}

.ticket-explain {
    font-size: 18px;
    padding-top: 25px;
    line-height: 30px;
}

.ticket-explain img {
    margin: 0 5px 0 36px;
    vertical-align: top;
}

.ticket-explain img.mar-l-0 {
    margin-left: 0;
}

.ticket-text {
    margin: 26px 0;
    font-size: 14px;
    line-height: 1.8;
}

.ticket-text h3 {
    font-size: 14px;
    font-weight: 300;
}

.ticket-text h3 div {
    display: inline-block;
    width: 68px;
    height: 22px;
    line-height: 22px;
    margin-right: 15px;
    text-align: center;
    border: 1px solid #4cbd8c;
    border-radius: 22px;
}

/*last-speech*/
.last-speech .sp-slide {
    position: relative;
}

.last-speech .sp-slide .hd {
    position: absolute;
    right: 510px;
    bottom: 10px;
}

.last-speech .sp-slide .hd span {
    float: left;
    margin-left: 1px;
    width: 22px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background: rgba(255, 255, 255, .6);
    font-size: 14px;
    color: #fff;
    /*opacity: .6;*/
    cursor: pointer;
}

.last-speech .sp-slide .hd span.on {
    background: rgba(255, 0, 0, .6);
}

.last-speech .sp-slide .slide {
    height: 380px;
}

.last-speech .sp-slide .slide .fl {
    width: 500px;
}

.last-speech .sp-slide .slide .fl img {
    width: 500px;
    height: 380px;
}

.last-speech .sp-slide .slide .fr {
    width: 460px;
    margin-top: 30px;
}

.last-speech .t1 {
    font-size: 20px;
}

.last-speech .t1 span {
    color: #488bff;
    font-size: 30px;
    margin-right: 20px;
}

.last-speech .t2 {
    margin: 30px 0;
    font-size: 30px;
}

.last-speech .t3 {
    font-size: 16px;
    line-height: 2;
}

.last-speech .t3 a {
    color: #f00;
}


/*last-audience*/
.last-audience {
    height: 840px;
    background: url(../images/bg_02.png) center;
}

.last-audience .s-tit {
    font-size: 30px;
    color: #fff;
    border-bottom: 1px solid #0580ca;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.last-audience .job-an {
    padding-left: 290px;
    background: url(../images/img_2_06.png) no-repeat left top;
}

.last-audience .job-an dl {
    margin-bottom: 20px;
    color: #fff;
}

.last-audience .job-an dl dt {
    position: relative;
    font-size: 20px;

}

.last-audience .job-an dl dt span {
    position: absolute;
    left: 220px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    border-radius: 5px;
    transition: width 3s 300ms linear;
}

.job-an.on dt span {
    width: 0 !important;
}

.last-audience .job-an dl dd {
    font-size: 16px;
    margin-top: 10px;
}

.ind-an {
    margin-left: 35px;
}

.ind-an div {
    position: relative;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    line-height: 1.8;
}

.ind-an div span {
    position: absolute;
    left: 260px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    border-radius: 5px;
    transition: width 3s 800ms linear;
}

.ind-an.on div span {
    width: 0 !important;
}

/* 会议赞助 */
.hyzz{
    padding: 50px 0;
    background: #f7f7f7;
    text-align: center;
}

/*orgnaization*/
.orgnaization {
    background: #2b2b39;
}

.orgnaization .img-con span {
    float: left;
    line-height: 50px;
    font-size: 14px;
}

.orgnaization .img-con div {
    margin-left: 110px;

}

.orgnaization .img-con div a {
    margin-right: 50px;
}

.orgnaization .img-con {
    /*margin-top: 50px;*/
    margin-bottom: 40px;
    overflow: hidden;
}


.concat {
    padding: 30px 0 40px;

}

.concat-top{
    text-align: center;
    padding: 20px 0;
}

.concat-left-item {
    float: left;
    font-size: 0;
}

.concat-left-item>div {
    display: inline-block;
    width: 122px;
    height: 80px;
    background: #fff;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
}

.concat-left-item>div>span {
    display: inline-block;
    font-size: 18px;
    color: #000;
    line-height: 1.5em;
    vertical-align: middle;
}

.concat-left-item>p {
    display: inline-block;
    line-height: 2.2;
    vertical-align: middle;
    font-size: 14px;
    color: #fefeff;
    margin-right: 30px;
}

.concat-left-item:last-child>p{
    margin-right: 0;
}

.concat-right {
    background: url(../images/5G/swyjx.png) no-repeat 100px 40px;
}

.concat-right-item {
    float: right;
    text-align: center;
    margin-left: 25px;
}

.concat-right-item>img {
    width: 108px;
    height: 108px;
}

.concat-right-item div {
    font-size: 14px;
    color: #fefeff;
    padding-top: 12px;
}


/*20180323新增*/
.side-float {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 106px;
    height: 239px;
    right: 20px;
    top: 35%;
    margin-top: -60px;
    background: url('../images/side-float.png') no-repeat top center;
    background-size: 100% 100%;
}

.side-float a.float-nav-a {
    display: block;
    position: relative;
    width: 106px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 11px;
    color: #fff;
    text-align: center;
}

.side-float-btn{
    display: block;
    width: 106px;
    height: 78px;
    font-size: 20px;
    color: #fff;
    padding-top: 26px;
    text-align: center;
}

/*service*/
.service {
    padding: 30px 0 0;
    border-top: 1px solid #e2e2e2;
    position: relative;
    zoom: 1;
}


/* box */
#box {
    position: relative;
    width: 1000px;
    height: 380px;
}

#box ul {
    position: relative;
    width: 1000px;
    height: 380px;
}

#box li {
    position: absolute;
    list-style: none;
    background: #000;
    width: 0;
    height: 0;
    top: 146px;
    left: 377px;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
}

#box li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#box .prev,
#box .next {
    position: absolute;
    top: 50%;
    width: 136px;
    height: 136px;
    margin-top: -68px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    z-index: 99;
}

#box .prev {
    left: -60px;
    background: url(../images/btns_07.png) no-repeat;
}

#box .next {
    right: -60px;
    background: url(../images/btns_09.png) no-repeat;
}

/* tqhd */
.tqhd-bd {
    position: relative;
    width: 1000px;
    height: 372px;
    margin: 50px auto 20px;
    background: url(../images/tqhy_0517.png) center no-repeat;
}

.tqhd-bd a {
    position: absolute;
}

.tqhd {
    padding: 50px 0 40px;
}

.tqhd .wrap {
    margin-top: 45px;
    height: 327px;
    position: relative;
}

.tqhd .wrap a {
    display: inline-block;
    width: 470px;
    height: 153px;
    position: absolute;
}

.tqhd .wrap a:nth-child(1) {
    left: 10px;
    top: 0;
}

.tqhd .wrap a:nth-child(2) {
    left: 516px;
    top: 0;
}

.tqhd .wrap a:nth-child(3) {
    left: 10px;
    top: 173px;
}

.tqhd .wrap a:nth-child(4) {
    left: 516px;
    top: 173px;
}

/* 购票 */
.ticket-form {
    width: 1000px;
    margin-top: 20px;
}

#tb1 {
    border-right: 1px solid #cfcfcf;
}

.ticket-table {
    border-collapse: collapse;
    width: 1000px;
}

.ticket-table .tr-has-bg {
    background-color: #fb602c;
    background-size: 100% 100%;
}

.ticket-table th {
    font-weight: 300;
    height: 40px;
    color: #fff;
}

.ticket-table td {
    border: 1px solid #cfcfcf;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}

.ticket-table td.bor-0 {
    border: none;
    width: 100%;
}

.ticket-table td.bor-r-1 {
    border-right: 1px solid #cfcfcf;
}

.ticket-table td.table-td-left {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    background: url('../images/ticket/table-td-left.png') repeat;
    font-size: 20px;
    color: #2071ba;
}

.ticket-table .td-tname {
    width: 20%;
    box-sizing: border-box;
    text-align: left;
    padding-left: 10px;
}

.ticket-table .td-tname-hd {
    padding-left: 23px;
}

.ticket-table .td-num,
.ticket-table .noborder {
    border-right: none;
}

.ticket-table .zhe {
    color: #ff1d1d;
    font-size: 24px;
    font-style: italic;
    margin-right: 3px;
}

.ticket-table .tips {
    width: 24px;
    height: 28px;
    margin-left: 5px;
    background: url('../images/ticket/hot.png') no-repeat center center;
    background-size: 100% 100%;
    float: left;
}

.tname,
.fname {
    float: left;
    cursor: pointer;
    position: relative;
}

.isicon0 .tname {
    cursor: auto;
}

/* .isicon0:nth-child(2){
	color: #ccc;
}
.isicon0:nth-child(2) .td-price{
	color: #ccc !important;
}
.isicon0:nth-child(2) .td-old-price{
	color: #ccc !important;
} */

.num-opera {
    width: 95px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #fc0000;
    background: #fff;
    margin: 0 auto;
}

.num-opera span {
    width: 27px;
    background: #fafafa;
    cursor: pointer;
    float: left;
    font-family: Arial;
    font-size: 20px;
    color: #fc0000;
}

.num-opera .add {
    background-position: 0 -26px;
}

.num-opera .cut {
    background-position: 0 0;
}

.num-opera .cut.active {
    background-position: 0 -13px;
}

.num-opera input {
    width: 34px;
    height: 26px;
    line-height: 26px;
    background: none;
    outline: none;
    font-size: 14px;
    color: #000;
    text-align: center;
    overflow: hidden;
    float: left;
    border-left: 1px solid #fc0000;
    border-right: 1px solid #fc0000;
    border-top: 0;
    border-bottom: 0;
}

.ticket-table .remark {
    width: 32%;
    line-height: 1.5em;
    text-align: left;
    padding: 3px 10px;
}

.ticket-table .td-price {
    width: 18%;
    color: #f50000;
    font-size: 16px;
    padding: 0 10px;
    text-align: left;
}

.ticket-table .time {
    width: 18%;
}

.ticket-table .td-num {
    width: 15%;
}

.ticket-table .td-old-price {
    float: right;
    text-decoration: line-through;
    font-size: 12px;
    margin-left: 4px;
    margin-right: 5px;
    color: #000;
}


.rdo {
    display: inline-block;
    background: url(../images/radio.png) 0 0 no-repeat;
    width: 10px;
    height: 11px;
    margin-right: 3px;
}

.rdo.active {
    background-image: url(../images/radio_check.png)
}

.chk {
    display: inline-block;
    border: 1px solid #c9c9c9;
    width: 25px;
    height: 25px;
    margin-right: 3px;
    vertical-align: middle;
}

.chk.active {
    background: url('../images/ticket/checked.png') no-repeat center center;
    background-size: 100% 100%;
}

.ticket-form .btns {
    padding-top: 30px;
}

.ticket-form .btns .total {
    float: right;
    font-size: 22px;
    color: #ed0707;
    line-height: 46px;
    margin-top: 5px;
    text-align: right;
}

.sub-btn {
    float: right;
    width: 219px;
    height: 49px;
    border: 1px solid #18464e;
    font-size: 24px;
    margin-left: 38px;
    line-height: 46px;
    text-align: center;
    outline: none;
    cursor: pointer;
    display: inline-block;
    background: #999;
    color: #fff;
    border-color: #999;
}

.sub-btn.active {
    background: #0d334e;
    color: #FC0000;
    border-color: #FC0000;
    background: #FC0000;
    color: #fff;
}

/* 地图指引 */
.map{
    margin-top: 30px;
}
.map-cont{
    height: 536px;
    background: url('../images/map.jpg') no-repeat top center;
}
.map-cont .wrap{
    position: relative;
}
.map-cont .wrap p{
    position: absolute;
    top: 140px;
    left: 430px;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}

/* 往届回顾 */
.isposition {
    position: relative;
    padding-top: 50px;
    overflow: hidden;
}

.con-wrap-06 .wrap {
    padding-top: 90px;
}

.con-wrap-06 .word-con {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-top: 45px;
}

.lunbo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 150px;
}

.lunbo>ul {
    width: 3240px;
    position: relative;
    left: 50%;
    margin-left: -1260px;
}

.lunbo li {
    width: 360px;
    padding-bottom: 50px;
    float: left;
    background: url(../images/shijainxian.png) no-repeat left bottom;
    position: relative;
}

.lunbo .on .time {
    opacity: 1;
}

.lunbo li .time {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    text-align: center;
    color: #333;
    font-size: 18px;
    margin-top: 10px;
    opacity: .5;
}

.lunbo li>div {
    width: 225px;
    padding: 10px;
    margin: 0 auto;
    background: #5b5b5b;
    position: relative;
}

.lunbo li>div:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: #5b5b5b transparent transparent;
    border-style: solid;
    top: 100%;
    left: 50%;
    margin-left: -12px;
}

.lunbo li>div p {
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #bcbcbc;
    line-height: 26px;
    min-height: 78px;
    opacity: .5;
}

.lunbo li.on>div p {
    opacity: 1;
}

.lunbo li>div a {
    color: #fff;
}


.lunbo li>div a img{
    width: 225px;
    height: 140px;
}

.pagi {
    margin-top: 510px;
    position: relative;
}

.pagi>ul {
    width: 725px;
    margin: 0 auto;
}

.pagi>ul>li {
    width: 80px;
    float: left;
    cursor: pointer;
}

.pagi>ul>li>div {
    width: 60px;
    height: 60px;
    border: 2px solid #616886;
    border-radius: 50%;
    background: #4a516f;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
}

.pagi>ul>li>p {
    font-size: 14px;
    color: #56656c;
    margin-top: 5px;
    text-align: center;
    opacity: .35;
}

.pagi .more {
    font-size: 18px;
    opacity: .5;
    line-height: 40px;
    color: #56656c;
}

.pagi .more:hover {
    opacity: 1;
}

.pagi>ul>li.on>div {
    background: #283868;
    border-color: #535d82;
}

.pagi>ul>li.on>p {
    opacity: 1;
    color: #333;
}

.pagi>a {
    position: absolute;
    top: 0;
    width: 46px;
    height: 108px;
}

.pagi>.prev {
    background: url(../images/prev.jpg);
    left: 50px;
}

.pagi>.next {
    background: url(../images/next.jpg);
    right: 50px;
}

.chobj {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.chobj .text_wrap {
    position: absolute;
    box-sizing: border-box;
    right: 0px;
    top: 25px;
    width: 610px;
    height: 260px;
    padding: 15px 35px;
    background-color: #fff;
}

.chobj .text_wrap p {
    font-size: 14px;
    color: #111;
    line-height: 1.5;
    padding-bottom: 7px;
}

.chobj .text_wrap p:last-of-type {
    padding-bottom: 0px;
}

.chobj .kuang {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 290px;
    border: 10px solid #d9dbe4;
    border-left: 0px;
}

.zzfs .intro {
    margin: 10px 0 0;
    text-align: center;
    font-size: 18px;
}

.dhzz-items {
    width: 1100px;
}

.dhzz-items li {
    position: relative;
    float: left;
    width: 50%;
    padding: 34px 0;
    margin: 15px 0 0;
    background: url(../images/dhzz_bg.png) 50px center no-repeat;
}

.dhzz-items a:link,
.dhzz-items a:visited {
    color: #000;
}

.dhzz-items .icon {
    position: relative;
    z-index: 2;
    margin: 0 15px 0 0;
}

.dhzz-items .content {
    width: 330px;
}

.dhzz-items .content strong {
    display: block;
    padding: 10px 0 8px;
    font-size: 16px;
    font-weight: bold;
}

.dhzz-top,
.dhzz-right,
.dhzz-bottom,
.dhzz-left {
    position: absolute;
    background: #fff;
}

.dhzz-top {
    right: 0;
    top: 0;
    width: 100%;
    height: 5px;
}

.dhzz-right {
    right: 50px;
    bottom: 0;
    width: 40px;
    height: 100%;
}

.dhzz-bottom {
    left: 0;
    bottom: 0;
    width: 150px;
    height: 5px;
}

.dhzz-left {
    left: 50px;
    top: 0;
    width: 5px;
    height: 100%;
}

.dhzz-items li:hover .dhzz-bottom {
    animation: zzbottom forwards 1s;
}

.dhzz-items li:hover .dhzz-left {
    animation: zzleft forwards 1s;
}

.dhzz-items li:hover .dhzz-top {
    animation: zztop forwards 1s;
}

.dhzz-items li:hover .dhzz-right {
    animation: zzright forwards 1s;
}

@keyframes zzbottom {
    0% {
        width: 100%;
    }

    25% {
        width: 0;
    }

    100% {
        width: 0;
    }
}

@keyframes zzleft {
    0% {
        height: 100%;
    }

    25% {
        height: 100%;
    }

    50% {
        height: 0;
    }

    100% {
        height: 0;
    }
}

@keyframes zztop {
    0% {
        width: 100%;
    }

    50% {
        width: 100%;
    }

    75% {
        width: 0;
    }

    100% {
        width: 0;
    }
}

@keyframes zzright {
    0% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}
