﻿@charset "utf-8";

/*--cjs--*/
body{
    font-family: "微软雅黑";
    overflow-x:hidden;
}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}
.container{
    width: 100%;
    overflow: hidden;
}
.wrap{
    width: 1200px;
    margin: 50px auto 0;
}

/*--navigation--*/
.navigation{
    /*height: 61px;*/
    /*margin-top: 26px;*/
    /*background: url("https://cdn.dho.ink/images/index/nav_bg.png?v=20170810") no-repeat center 0;*/
    z-index: 10000;
}
.topbox{
	width: 100%;
	z-index: 1000;
}
.topbox .topbar{
	background: white;
	height: 56px;
	padding:0 0 0 5%;

	position: relative;
}
.topbox .topbar .logo{
	height: 36px;
	margin: 9px 20px 0;
}
.topbox .topbar div{
	display: inline-block;
	height: 100%;
}
.topbox .topbar .right{
	position: absolute;
	top:0;
	right: 0;
}
.topbox .topbar .right .save{
	height: 100%;
	width: 140px;
	text-align: center;
	position: relative;
	/*vertical-align: sub;*/
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	box-sizing: border-box;
}
.topbox .topbar .right span{
	vertical-align: sub;
	font-size: 15px;
	color: #696565;
}
.topbox .topbar .right .save .save_star{
	width: 14px;
	height:14px;
	background-repeat: no-repeat;
	background-image: url('https://cdn.dho.ink/images/index/star_nofill.png');
	background-size: 100% 100%;
	vertical-align: sub;
}
.topbox .topbar .right .save .save_text{
	line-height: 56px;
}
.topbox .topbar .right .save:hover{
	border-bottom:3px solid #e87200;
	background: #fbfbfb;
}
.topbox .topbar .right .save:hover .save_text{
	color: #e87200;
}
.topbox .topbar .right .save:hover .save_star{
	background-image: url('https://cdn.dho.ink/images/index/star-active.png');
}
.topbox .topbar .right .save:hover .save_wrapper{
	display: block;
}
.topbox .topbar .right .save_wrapper{
	position: absolute;
	left: 10px;
	top:57px;
	width: 120px;
	height: auto;
	background: white;
	text-align: center;
	border-radius: 4px;
	z-index: 1000;
	padding: 2px 0;
	display: none;
}
.topbox .topbar .right .save_wrapper ul li:hover span{
	color: #e87200;
}
.topbox .topbar .right .save_wrapper li span{
	padding: 7px 0;
	font-size: 15px;
	line-height: 24px;
	color: #696565;
	display: inline-block;
	vertical-align: middle;
}
.topbox .topbar .right .save_wrapper li div{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.topbox .topbar .right .save_wrapper li:nth-child(1) div{
	background-image: url("https://cdn.dho.ink/images/index/home.png");
}
.topbox .topbar .right .save_wrapper li:nth-child(1):hover div{
	background-image: url("https://cdn.dho.ink/images/index/home-active.png");
}
.topbox .topbar .right .save_wrapper li:nth-child(2) div{
	background-image: url("https://cdn.dho.ink/images/index/star.png");
}
.topbox .topbar .right .save_wrapper li:nth-child(2):hover div{
	background-image: url("https://cdn.dho.ink/images/index/star-active.png");
}
.topbox .topbar .right .save_wrapper li:nth-child(3) div{
	background-image: url("https://cdn.dho.ink/images/index/desktop.png");
}
.topbox .topbar .right .save_wrapper li:nth-child(3):hover div{
	background-image: url("https://cdn.dho.ink/images/index/desktop-active.png");
}
.topbox .topbar .right .arrow{
	width: 10px;
	height: 10px;
	vertical-align: sub;
}

.navigation ul.tt>li{
    width: 134px;
    float: left;
    margin: 0 18px;
    text-align: center;
    position: relative;
}
.navigation ul.tt>li a{
    padding: 17px 0 16px;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    display: block;
    /*font-family: "PingFang SC";*/
}
.navigation ul.tt li.logo{
    width: 180px;
    margin: -26px 0 0 0;
}
.navigation ul.tt li.logo a{
    padding: 0;
}
.navigation ul.tt>li:before{
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 0;
    transition: all 0.3s;
}
.navigation ul.tt li:hover:before,
.navigation ul.tt li.on:before{
    width: 100%;
    left: 0;
}

/*--copy right--*/
.copy-right{
    text-align: center;
    line-height: 22px;
    font-size: 12px;
}
.copy-right p{
    margin-bottom: 10px;
}
.copy-right p.p1{
    color: #FFFFFF;
}
.copy-right p.p2{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-right p.p2 a{
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 18px;
}
.copy-right p.p3{
    color: #777e84;
    /*font-family: '宋体';*/
}
.copy-right p.p3 a {
    color: #777e84;
}
.copy-right p.p4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy-right p.p5{
    display: flex;
    align-items: center;
    color: #777e84;
}
.copy-right p.p5 a {
    margin-right: 10px;
}

/*--sidebar--*/
.sidebar{ width: 50px; height: 270px; position: fixed; right: 0; top: 50%; margin-top: -50px; z-index: 1000;}
.sidebar a{ display: block; width: 50px; height: 50px; margin-bottom: 4px; position: relative; cursor: pointer}
.sidebar div{ display: block; width: 50px; height: 50px; margin-bottom: 4px; position: relative; cursor: pointer}
.sidebar a.icon-1{ background: url("https://cdn.dho.ink/images/index/icon_sidebar_1.png") no-repeat #2a3a61;}
.sidebar a.icon-2{ background: url("https://cdn.dho.ink/images/index/icon_sidebar_2.png") no-repeat;}
.sidebar a.icon-3{ background: url("https://cdn.dho.ink/images/index/icon_sidebar_3.png") no-repeat #2a3a61;}
.sidebar a.icon-4{ background: url("https://cdn.dho.ink/images/index/icon_sidebar_4.png") no-repeat #2a3a61;}
.sidebar div.icon-5{ background: url("https://cdn.dho.ink/images/index/icon_sidebar_5.png") no-repeat;}
.sidebar a.icon-6{ background: url("https://cdn.dho.ink/images/index/icon_sidebar_6.png") no-repeat #2a3a61;}
.sidebar a:hover{ background-color: #394d7f}
.sidebar a.icon-2 .QR-code-box{
    width: 152px;
    height: 204px;
    position: absolute;
    left: -152px;
    top: 0;
    display: none;
}
.sidebar a.icon-2 .QR-code-box .QR-code-heading{
    width: 152px;
    height: 50px;
    background: url("https://cdn.dho.ink/images/index/QR_code_bg.png") no-repeat;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    display: block;
}
.sidebar a.icon-2 .QR-code-box .QR-code{
    width: 118px;
    height: 118px;
    padding: 18px 15px;
    background: #2a3a61;
}
.sidebar a.icon-2 .QR-code-box .QR-code img{
    width: 100%;
}
.sidebar a.icon-2:hover{
    background-color: transparent;
    background-image: url("https://cdn.dho.ink/images/index/icon_sidebar_2_active.png");
}
.sidebar a.icon-2:hover .QR-code-box{
    display: block;
}
.sidebar div.icon-5 .QQ-box{
    width: 172px;
    height: 204px;
    position: absolute;
    left: -172px;
    top: 0;
    display: none;
}
.sidebar div.icon-5 .QQ-box .QQ-box-heading{
    width: 172px;
    height: 50px;
    background: url("https://cdn.dho.ink/images/index/QR_code_bg.png") no-repeat;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    display: block;
    background-size: 100%;
}
.sidebar div.icon-5 .QQ-box .QQ-list{
    width: 138px;
    height: 130px;
    padding: 18px 15px;
    background: #2a3a61;
}
.sidebar div.icon-5 .QQ-box .QQ-list li{
    color: #6b83ce;
    font-size: 14px;
    line-height: 20px;
}
.sidebar div.icon-5 .QQ-box .QQ-list li label{
    color: #FFFFFF;
}
.sidebar div.icon-5:hover{
    background-color: transparent;
    background-image: url("https://cdn.dho.ink/images/index/icon_sidebar_5_active.png");
}
.sidebar div.icon-5:hover .QQ-box{
    display: block;
}


.sidebar a.icon-6 .QQ-box{
    width: 172px;
    position: absolute;
    left: -172px;
    top: 0;
    display: none;
}
.sidebar a.icon-6 .QQ-box .QQ-box-heading{
    width: 172px;
    height: 50px;
    background: url("https://cdn.dho.ink/images/index/QR_code_bg.png") no-repeat;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    display: block;
    background-size: 100%;
}
.sidebar a.icon-6:hover{
    background-color: transparent;
    background-image: url("https://cdn.dho.ink/images/index/icon_sidebar_6_active.png");
}
.sidebar a.icon-6:hover .QQ-box{
   display: block;
}


/*--pagination--*/
.pagination{
    height: 26px;
    text-align: center;
}
.pagination a{
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #FFFFFF;
    vertical-align: middle;
}
.pagination a.on{
    border: 1px solid #FFFFFF;
}
.pagination a:hover{
    border: 1px solid #FFFFFF;
}
.pagination a.on:hover{
    border: 1px solid #FFFFFF;
}

/*--modal--*/
.modal{
    display: none;
    width: 728px;
    height: 402px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url("https://cdn.dho.ink/images/index/modal_video_popup.png") no-repeat;
    z-index: 10001;
}
.modal .modal-header1 .btn-close{
    width: 40px;
    height: 40px;
    background: url("https://cdn.dho.ink/images/index/modal_close.png") no-repeat;
    position: absolute;
    right: 0;
    top: -42px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}
.modal-content{
    padding: 4px 12px;;
    overflow: hidden;;
}
/*新增样式*/
.loginBg{
	position: absolute;
    top: 34%;
    right: 4%;
    font-size: 18px;
    color: #fff;
}
.loginBg a{
	color:#fff;
    /*font-family: "PingFang SC";*/
}

.icpa {
    color: #FFFFFF;
}

/*九宫格*/
.wihte{ color:#FFF; }
.img-responsive{ display:block; margin:0px auto; }
.prv{ position:relative; }}
.mar { margin:20px; }.mar-l{ margin-left:20px; }.mar-r{ margin-right:20px; }.mar-v { margin-top:20px; margin-bottom:20px; }.mar-h { margin-left:20px; margin-right:20px; }.mar-t { margin-top:20px; }.mar-b { margin-bottom:20px; }.mar-sm { margin:10px; }.mar-l-sm{ margin-left:10px; }.mar-r-sm{ margin-right:10px; }.mar-v-sm { margin-top:10px; margin-bottom:10px; }.mar-h-sm { margin-left:10px; margin-right:10px; }.mar-t-sm { margin-top:10px; }.mar-b-sm { margin-bottom:10px; }.mar-l-xs{ margin-left:5px; }.mar-r-xs{ margin-right:5px; }.mar-b-xs { margin-bottom:5px; }.mar-b-n { margin-bottom:0px; }.pad { padding:20px; }.pad-l { padding-left:20px; }.pad-r { padding-right:20px; }.pad-v { padding-top:20px; padding-bottom:20px; }.pad-h { padding-left:20px; padding-right:20px; }.pad-t { padding-top:20px; }.pad-b { padding-bottom:20px; }.pad-sm { padding:10px; }.pad-l-sm { padding-left:10px; }.pad-r-sm { padding-right:10px; }.pad-v-sm { padding-top:10px; padding-bottom:10px; }.pad-h-sm { padding-left:10px; padding-right:10px; }.pad-t-sm { padding-top:10px; }.pad-b-sm { padding-bottom:10px; }.pad-l-xs { padding-left:5px; }.pad-r-xs { padding-right:5px; }.pad-h-xs{ padding-left:5px; padding-right:5px; }.pad-v-xs{ padding-top:5px; padding-bottom:5px; }.mar-v-xs { margin-top:5px; margin-bottom:5px; }
.icon{ display:inline-block; background-repeat:no-repeat; background-size:contain; }
.icon-close{ 
   background-image:url(../images/Event/icon-close.png);
   width:20px;
   height:20px; 
}