
.on {
    display: block!important;
}
body {
    background-image: none;
}

/* 头部 */
.header {
    background: url("../img/header/dg-hd.png") no-repeat 50% 55px;
	background:#ffffff;
}
.header .container_header_top{
	height:30px;
	display:flex;
	align-items:center;
	background:#f9f9f9;
}
.header .container_header_top .welcome_text{
	color:#999999;
	font-size:12px;
}
.header .container_header_con{
	display: flex;
	padding: 30px 0;
	justify-content: space-between;
}
.header .history-web{
    width:1200px;
    margin:0px auto;
    position:relative;
}
.header .history-web a{
    text-align: center;
    width:100px;
    height:24px;
    line-height:24px;
    background-color:#fff;
    border:1px #ddd solid;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    position:absolute;
    right:0px;
    top:-24px;
    display: block;
}
.header .history-web a:hover{
    border-color:#b9b9b9;
}
.header .history-web a:active{
    background-color:#eee;
}
.header .logo-bg {
    background: url("../img/header/dg-logo.png") no-repeat 50% 50%;
    height: 80px;
    width: 158px;
	background-size:cover;
}

.header .logo-bg a {
    display: block;
    width: 100%;
    height: 100%;
}
.header .logo-bg span.venue-name {
    position: absolute;
    left: 100%;
    bottom: 1px;
    width: 500px;
    height: 34px;
    font-size: 18px;
    font-weight: bold;
    border-left: 1px solid #333;
    color: #333;
    padding-left: 20px;
    line-height: 18px;
}
.header .logo-bg span.venue-name i{
    font-size: 12px;
    color: #333333;
    display: block;
    line-height: 22px;
}
.header .logo-sub{
	width: 138px;
	height: 78px;
	margin-left:20px;
}
.header .logo-sub img{
	width: 100%;
	object-fit:cover;
}
.header .logo-ihc {
	width: 138px;
	height: 78px;
	margin-left:20px;
}
.header .logo-ihc img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.header .header_con_left{
	display:flex;
	align-items: flex-end;
}
.header .header_con_left .venue_info{
	border-left: 1px solid #333333;
	padding: 0 20px;
}
.header .header_con_left .venue_info .venue_title{
	font-size: 18px;
	font-weight: 700;
	line-height:18px;
}
.header .header_con_left .venue_info .change_btn{
	font-size: 14px;
	color:#c100a8;
}
.header .header_con_left .venue_info .en_title{
	font-size:12px;
	line-height:12px;
	font-weight: 700;
	margin-top:5px;
}
.header .header_con_right{
	width:600px;
}
.header .search-cont {
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border: 1px #ddd solid;
    position: relative;
	border-radius:4px;
	overflow:hidden;
	display:flex;
}
.header .search-cont .search-select{
	min-width:80px;
	max-width:120px;
	position:relative;
}
.header .search-cont select{
    height:45px;
    width:100%;
    border:1px #fff solid;
    border-right-color:#ddd;
    padding:0px 30px 0px 15px;
    font-size:14px;
    color:#999;
	background:#ffffff;
	border-radius:4px 0 0 4px;
	
    appearance:none;
    -moz-appearance:none; 
    -webkit-appearance:none;  
    -webkit-appearance: none;
    -moz-appearance: none;
	text-overflow: ellipsis;
}
.header .search-cont .search-select:after{
	content:"";
	display:inline-block;
	width:30px;
	height: 45px;
	position:absolute;
	right:1px;
	background:url('../image/icon/icon_select_down.png');
	pointer-events: none; 
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}
.header .search-cont .keys {
    width: 340px;
    height: 45px;
    position: absolute;
    right: 54px;
    top: 0px;
    text-align: right;
}

.header .search-cont .keys span {
    background-color: #eee;
    padding: 5px 10px;
    margin-left: 3px;
    transition: .2s;
}

.header .search-cont .keys span:hover {
    background-color: #dc2396;
}

.header .search-cont .keys span a {
    transition: .2s;
}

.header .search-cont .keys span:hover a {
    color: #fff;
}

.header .search-cont .search-input {
    width: 420px;
    height: 45px;
	flex:1;
	padding:0 20px;
    border: none;
    font-size: 14px;
    color: #666;
}

.header .search-cont .btn-cont {
    width: 76px;
    height: 45px;
    border-left: 1px #ddd solid;
}

.header .search-cont .search-btn {
	color:#333333;
	font-size:14px;
    border: 1px #fff solid;
    width: 100%;
    height: 45px;
    cursor: pointer;
	background:#fafafa;
}

.header .search-cont .search-btn:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.header .header_con_right .search_keyword{
	display:flex;
	margin-top:12px;
	font-size:0px;
}
.header .header_con_right .search_keyword .tit{
	color:#666666;
	font-size:14px;
	margin-right:10px;
}
.header .header_con_right .search_keyword .con{
	flex:1;
}
.header .header_con_right .search_keyword .con .item{
	display:inline-block;
	color:#666666;
	font-size:14px;
	margin-right:11px;
}

.header .nav-list {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../img/header/dg-nav-bg.png) repeat 50% 50%;
	box-shadow: 0 -4px 10px 4px inset rgba(0,0,0,0.4);
	display:flex;
	justify-content:center;
}
.header .nav-list > .container{
	display: flex;
	justify-content: space-between;
}

.header .nav-list .nav-item {
    display: inline-block;
    height: 50px;
    padding: 0 18px;
    font-size: 16px;
    position: relative;
	transition:.2s;
	top:0;
}
.header .nav-list .nav-item .slide {
    position: absolute;
    left: 0px;
    top: 57px;
    background: #fff;
    display: none;
    z-index: 1000;
	border-radius: 0 0 8px 8px;
    -moz-box-shadow:0px 6px 10px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow:0px 6px 10px rgba(0, 0, 0, 0.08);
    box-shadow:0px 6px 10px rgba(0, 0, 0, 0.08);
	padding:0 24px;
	min-width: 100%;
	box-sizing: border-box;
}
.header .nav-list .nav-item .slide .slide-list {
    display: block;
    text-align: left;
}
.header .nav-list .nav-item a {
    color: #ffffff;
	word-break: keep-all;
}
.header .nav-list .nav-item .slide .slide-list a:hover {
    color: #bc00a4;
}
.header .nav-list .active, .header .nav-list .nav-item:hover {
	background:#ffffff;
	box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.08);
	border-radius: 8px 8px 0px 0px;
	top:-7px;
	padding-top:7px;
}
.header .nav-list .nav-item.active[data-name=index]{
	background:url('../image/icon/nav_bg_index.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
    box-shadow: none;
    border-radius: 0;
    top: -16px;
    padding-top: 17px;
    width: 94px;
    box-sizing: border-box;
    height: 67px;
}
.header .nav-list .active a, .header .nav-list .nav-item:hover a {
	color:#333333;
}
.header .nav-list .nav-item:hover .slide {
    display: block;
}

/*顶部切换分支机构*/
.change_venue_modal .in_venue_data{
	color: #666666;
	font-size: 18px;
	margin-bottom:40px;
}
.change_venue_modal .in_venue_data a{
	color:#c100a8;
}
.change_venue_modal .venues_data_box .data_item{
	margin-bottom:8px;
}
.change_venue_modal .venues_data_box .data_item .data_tit{
	font-size:16px;
	line-height: 32px;
	color:#333333;
	font-weight:700;
	margin-bottom: 12px;
}
.change_venue_modal .venues_data_box .data_item .data_con{
	display:flex;
	flex-flow: wrap;
}
.change_venue_modal .venues_data_box .data_item .data_con .item{
	line-height:30px;
	padding: 0 10px;
	font-size: 16px;
	color:#999999;
	border:1px solid #e5e5e5;
	border-radius: 4px;
	margin-right:20px;
	margin-bottom:20px;
}
.change_venue_modal .venues_data_box .data_item .data_con .item.active,.change_venue_modal .venues_data_box .data_item .data_con .item:hover{
	color: #c100a8;
	border-color: #c100a8;
}


.header.header_wch .header_con_left{
	align-items: center;
}
.header.header_wch .header_con_right{
	width:450px;
}
.header.header_wch .container_header_con{
	align-items: center;
	padding:20px 0;
}
.header.header_wch .logo-wch{
	width: 160px;
	height: 80px;
	margin-left: 20px;
}

.header.header_wch .header_con_left .wch_info{
	flex:1;
	border-left: 1px solid #333333;
	padding: 0 20px;
	margin-left:20px;
}
.header.header_wch .header_con_left .wch_info .wch_title{
	font-size: 18px;
	font-weight: 700;
	line-height:18px;
}
.header.header_wch .header_con_left .wch_info .change_btn{
	font-size: 14px;
	color:#c100a8;
}
.header.header_wch .header_con_left .wch_info .en_title{
	font-size:12px;
	line-height:12px;
	font-weight: 700;
	margin-top:5px;
}

.change_wch_modal .in_data{
	color: #666666;
	font-size: 18px;
	margin-bottom:40px;
}
.change_wch_modal .in_data a{
	color:#c100a8;
}
.change_wch_modal .wch_data_box .data_item{
	margin-bottom:8px;
}
.change_wch_modal .wch_data_box .data_item .data_tit{
	font-size:16px;
	line-height: 32px;
	color:#333333;
	font-weight:700;
	margin-bottom: 12px;
}
.change_wch_modal .wch_data_box .data_item .data_con{
	display:flex;
	flex-flow: wrap;
}
.change_wch_modal .wch_data_box .data_item .data_con .item{
	line-height:30px;
	padding: 0 10px;
	font-size: 16px;
	color:#999999;
	border:1px solid #e5e5e5;
	border-radius: 4px;
	margin-right:20px;
	margin-bottom:20px;
}
.change_wch_modal .wch_data_box .data_item .data_con .item.active,.change_wch_modal .wch_data_box .data_item .data_con .item:hover{
	color: #c100a8;
	border-color: #c100a8;
}


/* 底部 */
#dg-footer {
    margin-top: 60px;
    border-top: 1px #ddd solid;
    background-color: #fff;
}

#dg-footer .main {
    width: 1200px;
    margin: 0px auto;
    position: relative;
	display:flex;
	padding-top:70px;
	padding-bottom:70px;
	box-sizing:border-box;
	justify-content: space-between;
}

#dg-footer .logo-cont,#dg-footer .logo-cont-2 {
    background: url(../img/header/dg-logo-footer.png) no-repeat 50% 50%;
	background-position:center;
	background-size: auto 100%;
    width: 166px;
    height: 86px;
    margin-right: 30px;
}
#dg-footer .logo-cont-2{
    background-image:url(../img/header/dg-logo-footer-2.png);
	background-size:100%;
	width:135px;
}

#dg-footer .logo-cont a,#dg-footer .logo-cont-2 a {
    display: block;
    width: 100%;
    height: 100%;
}
#dg-footer .shiye_icon{
	width: 80px;
	height: 86px;
	margin-right: 30px;
}
#dg-footer .info-cont {
	margin-right:20px;
}

#dg-footer .info-cont p {
    margin-bottom: 3px;
}

#dg-footer .info-cont p span {
    margin-right: 5px;
}

#dg-footer .code-cont {
}

#dg-footer .fix-bg {
    height: 86px;
    width: 121px;
    background: url("../img/header/fix.png") no-repeat 50% 50%;
    position: absolute;
    right: -37px;
    top: -16px;
}

/* 边栏 */
#dg-rightBar {
    width: 35px;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    background-color: #221814;
    z-index: 1013;
}

#dg-rightBar .bar a {
    width: 100%;
    height: 100%;
}

#dg-rightBar .login-cont {
    width: 35px;
    height: 35px;
    margin-top: 200px;
    background: url("../img/active/index-act.png") no-repeat 0px 0px;
    margin-bottom: 15px;
    position: relative;
}

#dg-rightBar .logining {
    width: 35px;
    height: 35px;
    margin-top: 200px;
    margin-bottom: 15px;
    position: relative;
    display: none;
}

#dg-rightBar .logining .faceImg {
    padding: 5px;
}

#dg-rightBar .logining .faceImg img {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#dg-rightBar hr {
    display: block;
    height: 1px;
    overflow: hidden;
    width: 25px;
    margin: 0px auto;
    background-color: #444444;
}

#dg-rightBar .bar {
    width: 35px;
    height: 35px;
    background-image: url("../img/active/index-act.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    position: relative;
}

#dg-rightBar .bar .title, #dg-rightBar .login-cont .title, #dg-rightBar .logining .title {
    width: 96px;
    height: 35px;
    background: url("../img/active/t.png") no-repeat 50% 50%;
    text-align: center;
    text-indent: -6px;
    color: #fff;
    position: absolute;
    left: -110px;
    top: 0px;
    line-height: 35px;
    font-size: 13px;
    display:none;
}


#dg-rightBar .bar:hover, #dg-rightBar .login-cont:hover, #dg-rightBar .logining:hover {
    background-color: #dc2396;
    cursor: pointer;
}

#dg-rightBar .bar-1 {
    background-position: 0 -35px;
}

#dg-rightBar .bar-2 {
    background-position: 0 -70px;
}

#dg-rightBar .bar-3 {
    background-position: 0 -105px;
}

#dg-rightBar .bar-6 {
    background-position: 0 -210px;
    display: none;
}

#dg-rightBar .bar-4 {
    background-position: 0 -140px;
    position: absolute;
    bottom: 50px;
    left: 0px;
}

#dg-rightBar .bar-5 {
    background-position: 0 -175px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#loginBg {
    width: 200px;
    height: 100%;
    position: fixed;
    right: -260px;
    top: 0px;
    background-color: #333;
    z-index: 1012;
    padding: 0px 30px;
}

#loginBg .title {
    margin-top: 205px;
    color: #ddd;
    font-size: 18px;
    margin-bottom: 15px;
}

#loginBg .input-bg {
    height: 30px;
    width: 200px;
    line-height: 30px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-bottom:10px;
	overflow:hidden;
}

#loginBg .input-bg i {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    background: url("../img/active/input.png") no-repeat 0px 0px;
}

#loginBg .input-bg .pwd {
    background-position: 0px -30px;
}

#loginBg .input-bg input {
    height: 28px;
    line-height: 28px;
    border: 1px #fff solid;
    float: left;
    width: 150px;
    font-size: 13px;
    color: #333;
}
#loginBg .input-bg input.input-code {
	width: 66px;
	border:none;
}
#loginBg .input-bg .code_btn {
	display:inline-block;
	width: 94px;
	background:#C100A8;
	color:#ffffff;
	text-align:center;
}

#loginBg .login-btn {
    height: 30px;
    list-height: 30px;
    width: 200px;
    margin-top: 15px;
    font-size: 12px;
}

#loginBg .other {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
}

#loginBg .findPwd {
    text-align: right;
}

#loginBg .other a {
    color: #fff;
}

#loginBg .other a:hover {
    text-decoration: underline;
}

#loginMask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1010;
}

/*按钮统一样式*/
.dg-btn-0 {
    color: #fff;
    border: 1px #e47d01 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(to top, #f08401, #f29628);
    background-color:#f08401;
    background-image: linear-gradient(to top, #f08401, #f29628);
    cursor: pointer;
}

.dg-btn-0:hover {
    background-image: -webkit-linear-gradient(to top, #f08401, #f08401);
    background-image: linear-gradient(to top, #f08401, #f08401)
}
.dg-btn-0:active{
	background-image:-webkit-linear-gradient(to top, #e37e04, #e37e04);
    background-image:linear-gradient(to top,#e37e04, #e37e04)
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.backrun {
    margin-top: 150px;
    text-align: center;
    margin-bottom: 100px;
}

.backrun a {
    padding: 15px 20px;
    color: #fff !important;
    margin: 10px auto;
    font-size: 16px;
    border: 1px #e47d01 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(to top, #f08401, #f29628);
    background-color:#f08401;
    background-image: linear-gradient(to top, #f08401, #f29628);
    cursor: pointer;
}

.backrun a:hover {
    background-image: -webkit-linear-gradient(to top, #f08401, #f08401);
    background-image: linear-gradient(to top, #f08401, #f08401)
}
.backrun a:active{
	background-image:-webkit-linear-gradient(to top, #e37e04, #e37e04);
    background-image:linear-gradient(to top,#e37e04, #e37e04)
}
.snsId {
    text-align: center;
    margin-top: 20px;
}

.dg-sns-login {
    text-align: center;
}

.dg-sns-login .sns-ico {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../dgimg/sns.png") no-repeat;
    cursor: pointer;
    margin: 0px 5px;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;

}

.login-dialog .dg-sns-login .sns-ico {
    background: url("../dgimg/sns2.png") no-repeat;
    margin-bottom: 10px;
}

.dg-sns-login .sns-ico a {
    display: block;
    width: 100%;
    height: 100%;
}

.dg-sns-login .sns-ico:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.dg-sns-login .sns-ico-1, .login-dialog .dg-sns-login .sns-ico-1 {
    background-position: 0px 0px;
}

.dg-sns-login .sns-ico-2, .login-dialog .dg-sns-login .sns-ico-2 {
    background-position: 0px -40px;
}

.dg-sns-login .sns-ico-3, .login-dialog .dg-sns-login .sns-ico-3 {
    background-position: 0px -80px;
}

.act-list-cont {
    width: 1200px;
    margin: 0px auto;
}

.act-list-cont ul li {
    transition: .5s;
    width: 580px;
    float: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0px 10px 20px 10px;
    background-color: #eee;
    overflow: hidden;
}
.act-list-cont ul li div.desc{
    padding: 17px 22px;
}
.act-list-cont ul li div.desc div.title{
    font-size: 26px;
    color: #333;
    line-height: 36px;
    margin-bottom: 8px;
}
.act-list-cont ul li div.desc div.msg{
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.act-list-cont ul li img {
    width: 580px;
    height: 193px;
}

.act-list-cont ul li:hover {
    -moz-box-shadow: 0px 2px 20px #999999;
    -webkit-box-shadow: 0px 2px 20px #999999;
    box-shadow: 0px 2px 20px #999999;
    /*transform:rotate(2deg);*/
    /*-ms-transform:rotate(2deg); 	!* IE 9 *!*/
    /*-moz-transform:rotate(2deg); 	!* Firefox *!*/
    /*-webkit-transform:rotate(2deg); !* Safari 和 Chrome *!*/
    /*-o-transform:rotate(2deg);*/
}

.wrong-cont{
    width:100%;
    height:600px;
    padding:80px 0px;
    margin-bottom:-60px;
    background:url("../img/header/w.png") no-repeat 50% 50% #eee;
}

#dg-rightBar .real-name{
    position:absolute;
    top:240px;
    right:0px;
    background:url("../img/active/real_name.png") no-repeat 50% 50%;
    width:46px;
    height:24px;
}

#dg-rightBar .real-name a{
    display: block;
    width:100%;
    height:100%;
}
.lt-header{height:24px;
    line-height:24px;
    margin-top:10px;
}
.lt-header p{
    display: block;
color:#fff;}

.lt-header p a{
    margin-left:10px;
    color: #fff !important;
    font-size: 12px;
    border: 1px #e47d01 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(to top, #f08401, #f29628);
    background-color:#f08401;
    background-image: linear-gradient(to top, #f08401, #f29628);
    padding:5px;
    cursor: pointer;

}

.lt-header p a:hover {
    background-image: -webkit-linear-gradient(to top, #f08401, #f08401);
    background-image: linear-gradient(to top, #f08401, #f08401)
}
.lt-header p a:active{
    background-image:-webkit-linear-gradient(to top, #e37e04, #e37e04);
    background-image:linear-gradient(to top,#e37e04, #e37e04)
}

.actbg .page-wrapper {
    width: 1200px;
    margin: 0px auto;
}
.actbg .page-wrapper .header-wrapper {
    height: 400px;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
}
.actbg .page-wrapper .header-wrapper .left-wrapper,.actbg .page-wrapper .header-wrapper .right-wrapper {
    float: left;
    width: 600px;
    overflow: hidden;
}
.actbg .page-wrapper .header-wrapper .left-wrapper {
    padding-top: 40px;
}
.actbg .page-wrapper .header-wrapper .left-wrapper div.title {
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 20px;
    padding-right: 40px;
    max-height: 80px;
    overflow: hidden;
}
.actbg .page-wrapper .header-wrapper .left-wrapper div.detail {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding-right: 40px;
    height: 192px;
    overflow-x: hidden;
    overflow-y: auto;
    word-wrap:break-word;
    word-break:break-all;
    width:580px;
}
.actbg .page-wrapper .header-wrapper .left-wrapper div.detail>* {
    overflow: hidden;
    word-wrap:break-word;
    word-break:break-all;
}
.actbg .page-wrapper .content-wrapper{
    text-align: center;
    position: relative;
}
.actbg .page-wrapper .content-wrapper .navbar {
    display: inline-block;
    height: 60px;
    background: #fff;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    margin-bottom: 50px;
}
.actbg .page-wrapper .content-wrapper .navbar span {
    display: inline-block;
    font-size: 22px;
    color: #666;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    cursor: pointer;
}
.actbg .page-wrapper .content-wrapper .navbar span.active {
    color: #fff;
    background: #fc7f2f;
}
.actbg .page-wrapper .content-wrapper .wrapper-list {
    display: none;
    height: 340px;
}

.actbg .page-wrapper .content-wrapper .info-ar .info-arrow {
    width: 62px;
    height: 62px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
.actbg .page-wrapper .content-wrapper .info-ar {
    position: absolute;
    top: 265px;
    width: 1200px;
    height: 62px;
}
.actbg .page-wrapper .content-wrapper .info-ar .left-arrow {
    position: absolute;
    left: -84px;
}
.actbg .page-wrapper .content-wrapper .info-ar .right-arrow {
    position: absolute;
    right: -84px;
}

