body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei";
}

fieldset, img{
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
}

button, textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.fn-clear:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

body {
    background: rgb(245, 245, 245);
}

.subscribe-container{display:block !important;}

.header-bg {
    height: 252px;
    width: 100%;
    background: rgb(100, 49, 128);
}

.header {
    width: 100%;
    height: 98px;
    background-color: rgb(24, 29, 41);
}

.nav-header {
    width: 1100px;
    margin: 0 auto;
    height: 98px;
    line-height: 98px;
}

.nav-header .subscribe-logo {
    float: left;
    margin: 17px 60px 0 0;
    width: 123px;
    height: 64px;
    vertical-align: middle;
    background: url(../images/dxhlogo.png) no-repeat;
}

.nav-header .nav-a {
    width: 87px;
    height: 97px;
    margin-left: 20px;
    display: inline-block;
    line-height: 97px;
    text-align: center;
    font-size: 22px;
    color: #61687a;
}

.nav-header .nav-a.checked,
.nav-header .nav-a:hover {
    font-weight: bold;
    color: #8d94a9;
    background: url(../images/nc.png) no-repeat center bottom;
    text-shadow: 0 5px 5px #111111;

}

.index-header {
    margin: 33px auto 31px;
    width: 1100px;
    height: 285px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(216, 216, 216, 0.75);
    border-radius: 8px;
}

.header-carousel {
    float: left;
    width: 743px;
    height: 285px;
    position: relative;
    border-radius: 8px 0 0 8px;
}

.carousel-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-container a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    display: none;
    position: relative;
}

.carousel-container a img {
    width: 100%;
    height: 100%;
}

.carousel-container a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 35px 130px 0 20px;
    overflow: hidden;
    font-weight: bold;
    text-align: left;

}

.carousel-container a:first-child {
    display: block;
}

.header-carousel .carousel-index {
    z-index: 15;
    position: absolute;
    bottom: 15px;
    right: 20px;
    text-align: right;
    height: 12px;
    font-size: 0;
}

.header-carousel #left-btn {
    width: 33px;
    height: 92px;
    background: url(../images/L.png) no-repeat;
    position: absolute;
    left: 10px;
    top: 95px;
    z-index: 13;
    cursor: pointer;
    opacity: 0.2;
}

.header-carousel #right-btn {
    width: 33px;
    height: 92px;
    background: url(../images/R.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 95px;
    z-index: 13;
    cursor: pointer;
    opacity: 0.5;
}

.header-carousel:hover #right-btn,
.header-carousel:hover #left-btn {
    opacity: 1;
}

.header-carousel .carousel-index span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgb(220, 220, 204);
    box-shadow: 0px 0px 5px 0px rgba(58, 58, 58, 0.61);
    border-radius: 5px;
    cursor: pointer;
    margin-left: 13px;

}

.header-carousel .carousel-index span.checked {
    width: 38px;
    background-color: #ff6137;
    box-shadow: 0px 0px 5px 0px #ff6137;
}

.header-right{
    width: 357px;
    float: right;
    height: 285px;
	background:url(../images/calendar_bg.png) no-repeat;
}
.header-right-t{
    width: 100%;
    height: 240px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 20px 0 15px;
}
.header-right-t-l{
	width: 100px;
    height: 133px;
    float: left;
    margin-top: 20px;
	position:relative;
	display:inline;
}
.header-right-t-l img{
	width: 100%;
    height: 100%;
    border-radius:5px;
}
.header-right-t-l em{
	width:43px;
	height:49px;
	position:absolute;
	right:-7px;
	top:-20px;
	background:url(../images/clip.png) no-repeat;
}
.header-right-t-r{
	width: 216px;
    height: 220px;
    float: right;
    margin-top: 20px;
	display:inline;
}
.header-right-t-r-t{
	width: 100%;
    height: 60px;
    padding: 10px 0;
}
.header-right-t-r-t span{
	line-height: 30px;
    font-size: 28px;
    width: 144px;
    display: inline-block;
    float: left;
    text-align: right;
    color: #545454;
	font-weight: bold;
}
.header-right-t-r-t span font{
	font-size: 18px;
    clear: both;
    display: block;
    color: #434343;
}
.header-right-t-r-t p{
	float: right;
    text-align: left;
    width: 46px;
    font-size: 24px;
    height: 54px;
    line-height: 27px;
    color: #545454;
	font-weight: bold;
}
.header-right-t-r-m{
	width: 100%;
    height: 60px;
	margin-top:20px;
	position: relative;
}
.header-right-t-r-m em{
	font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: -5px;
}
.header-right-t-r-m span{
	font-size: 18px;
    font-weight: bold;
    text-indent: 28px;
    width: 100%;
    display: inline-block;
	height:60px;
	line-height:30px;
	overflow:hidden;
}
.header-right-t-r-m a:link{color:#545454;}
.header-right-t-r-m a:visited{color:#545454;}
.header-right-t-r-m a:hover{color:#ff6137;}
.header-right-t-r-m a:active{color:#545454;}
.header-right-t-r-f{
	width: 100%;
    height: 24px;
	line-height:24px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
.header-right-t-r-f a{
	margin-right:15px;
	color: #ff6137;
}
.header-right-f{
    width: 100%;
    height: 45px;
    border-radius:0 0 8px 0 / 0 0 8px 0;
	display:inline-block;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:45px;
}
/*.header-right {
    width: 357px;
    float: right;
    height: 285px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 33px;
}

.header-right h2 {
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    color: #444343;
    height: 72px;
    background: url(../images/rzdxh.png) no-repeat center center;
}

.header-right p {
    font-size: 16px;
    line-height: 28px;
    color: #444343;
    height: 140px;
    overflow: hidden;
    text-align: left;

}

.header-right a,*/
.load-more {
    width: 186px;
    height: 42px;
    background-color: #ff6137;
    box-shadow: 0px 0px 16px 0px rgba(255, 97, 55, 0.64);
    border-radius: 21px;
    display: block;
    margin: auto;
    font-size: 18px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.index-content {
    width: 1100px;
    margin: 33px auto 0;
    overflow: hidden;
    padding-bottom: 30px;
}

.index-left {
    width: 743px;
    float: left;
}

.index-left-nav {
    width: 100%;
    height: 56px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(216, 216, 216, 0.75);
    border-radius: 8px;
    line-height: 56px;
    font-size: 18px;
    color: #444343;
    margin-bottom: 24px;
}

.index-left-nav .left-nav-li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 47px 0 0;
    cursor: pointer;
}

.index-left-nav .left-nav-li:first-child {
    margin-left: 29px;
}

.index-left-nav .left-nav-li:after {
    content: "";
    width: 26px;
    height: 8px;
    background-color: transparent;
    border-radius: 4px;
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.index-left-nav .left-nav-li.checked:after {
    background-color: #ff6137;
}

.index-left-nav .left-nav-li.checked {
    font-weight: bold;
    font-size: 20px;
}

.index-left-nav .my-subscribe {
    width: 119px;
    height: 38px;
    border-radius: 19px;
    border: solid 1px #ffd0c4;
    float: right;
    margin: 9px 10px 0 0;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #444343;
}

.index-left-nav .my-subscribe i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/dy.png) no-repeat;
    font-size: 0;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.subscribe-list .subscribe-li {
    width: 100%;
    height: 191px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(216, 216, 216, 0.75);
    border-radius: 8px;
    margin-bottom: 24px;
    box-sizing: border-box;
    padding: 20px 20px 23px 20px;
}

.subscribe-list .subscribe-li .a-img {
    position: relative;
    overflow: hidden;
    float: left;
    width: 222px;
    height: 148px;
}

.subscribe-li .a-img span {
    width: 82px;
    height: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 11px;
    display: block;
    color: white;
    line-height: 25px;
    font-size: 14px;
    z-index: 11;
}

.subscribe-li .a-img .blue {
    background-color: #3761ff;
}

.subscribe-li .a-img .orange {
    background-color: #ff6137;
}

.a-img img {
    height: 100%;
    vertical-align: bottom;
    border-radius: 8px;
}

.subscribe-list .subscribe-li > div {
    float: left;
    margin-left: 15px;
    width: 459px;
}

.subscribe-li .a-title {
    width: 100%;
    display: block;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: #444343;
}

.subscribe-li p {
    width: 100%;
    word-break: break-all;
    overflow: hidden;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #646464;
    margin-bottom: 12px;
}

.subscribe-li .subscribe-info {
    font-size: 14px;
    color: #9f9f9f;
    line-height: 21px;
    text-align: right;
}

.subscribe-info .subscribe-name {
    font-size: 14px;
    line-height: 21px;
    color: #646464;
    float: left;
    max-width: 140px;
    overflow: hidden;
    height: 21px;
    word-break: break-all;

}

.subscribe-info span + span {
    padding-left: 30px;
}

.subscribe-info .subscribe-time i {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sj.png) no-repeat;
    margin-right: 5px;
}

.subscribe-info .subscribe-visit i {
    width: 18px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/ll.png) no-repeat;
    margin-right: 5px;
}

.subscribe-info .subscribe-good i {
    width: 16px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/pl.png) no-repeat;
    margin-right: 5px;
}

.index-right {
    float: right;
    width: 324px;
}

.right-list {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(216, 216, 216, 0.75);
    border-radius: 8px;
    padding: 20px 0 5px;
    margin-bottom: 32px;
}

.right-list .right-list-header {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #444343;
}

.right-list .right-list-header:before {
    display: inline-block;
    width: 8px;
    height: 22px;
    background-color: #ff6137;
    border-radius: 4px;
    margin-top: 1px;
    float: left;
    margin-right: 10px;
    content: "";
}

.right-list .right-title-btn {
    font-size: 16px;
    float: right;
    color: #7b7b7b;
    margin: 4px 30px 0 0;
    cursor: pointer;
}

.right-list ul {
    padding: 27px 0 20px;
}

.right-list > i {
    display: block;
    width: 257px;
    height: 1px;
    background: #eeeeee;
    margin-left: 34px;
    margin-bottom: 40px;
    clear: both;
}

.right-list li {
    height: 58px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 18px 0 23px;
    overflow: hidden;
    margin-bottom: 23px;
}

.right-list li img {
    float: left;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    vertical-align: bottom;
}

.right-list li > div {
    float: right;
    width: 208px;
}

.right-list .a-title {
    float: left;
    max-width: 140px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    color: #444343;
}

.right-list .book-btn {
    float: right;
    width: 60px;
    height: 24px;
    border-radius: 12px;
    border: solid 1px #d6d6d6;
    margin-top: 3px;
    box-sizing: border-box;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #d6d6d6;
}

.right-list .book-btn.can-book {
    color: #444343;
    border-color: #d6d6d6;
}

.right-list .can-book:hover {
    color: white;
    border-color: #ff6137;
    background: #ff6137;
}

.right-list p {
    width: 100%;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #969696;
}

.code-container {
    margin: 39px auto;
}

.code-container img {
    display: block;
    vertical-align: bottom;
    margin: auto;
    width: 206px;
    height: 206px;
}

.code-container p {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #444343;
}

.index-right .header-right {
    width: 100%;
	height:271px;
    /*padding: 0 16px;
    background: white;*/
    float: none;
	background-size:cover;
    margin-bottom: 24px;
    border-radius: 8px;
    box-shadow: 0px 0px 16px 0px rgba(216, 216, 216, 0.75);
}
.index-right .header-right .header-right-t{
	height:228px;
}
.index-right .header-right .header-right-t-l{
	width:80px;
	height:106px;
}
.index-right .header-right .header-right-t-r{
	width:205px;
	height:196px;
}
.index-right .header-right .header-right-t-r .header-right-t-r-t{
	padding:6px 0;
}
.index-right .header-right .header-right-t-r .header-right-t-r-t span{
	width:150px;
}
.index-right .header-right .header-right-t-r .header-right-t-r-t p{
	width:26px;
}
.index-right .header-right .header-right-t-r .header-right-t-r-m span{
	font-size:17px;
}
.index-right .header-right .header-right-f{
	height:43px;
}

.right-user {
    height: 285px;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 0 0 33px;
    float: none;
    background: white;
    margin-bottom: 30px;
    box-shadow: 0px 0px 16px 0px rgba(216, 216, 216, 0.75);
    border-radius: 8px;

}

/*头用户*/
.right-user .a-img img {
    float: left;
    width: 66px;
    height: 66px;
    margin-right: 17px;
    border-radius: 50%;
}

.right-user .user-info {
    float: left;
    width: 190px;
    height: 66px;
}

.right-user .user-info .a-title {
    height: 38px;
    word-break: break-all;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 38px;
    color: #444343;
    overflow: hidden;
    display: block;
}

.right-user .user-info .user-title {
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    color: #717171;
    word-break: break-all;
}

.right-user .subscribe-view {
    clear: both;
    padding: 32px 0;
    overflow: hidden;
}

.subscribe-view div {
    float: left;
    height: 54px;
    width: 85px;
    text-align: center;
    padding-right: 38px;
}

.subscribe-view div + div {
    border-left: 1px solid #e1e1e1;
    padding-left: 38px;
    padding-right: 0;
    margin-left: 0;
}

.subscribe-view p {
    font-size: 24px;
    line-height: 30px;
    color: #686868;
    font-weight: bold;
}

.subscribe-view span {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #444343;
}

.right-user .book-btn {
    clear: both;
    display: block;
    width: 206px;
    height: 42px;
    background-color: #ff6137;
    box-shadow: 0px 0px 16px 0px rgba(255, 97, 55, 0.64);
    border: 1px solid #ff6137;
    border-radius: 21px;
    margin-left: 26px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
}

.right-user .book-btn.has-book {
    color: #d6d6d6;
    border-color: #d6d6d6;
    background: white;
    box-shadow: none;
}

.right-user .book-btn:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 19px;
    height: 19px;
    background: url(../images/dyg.png) no-repeat;
    display: block;
}

.a-title:hover,
.right-list .right-title-btn:hover,
.subscribe-name:hover {
    color: #ff6137 !important;
}

.subscribe-li .a-img:hover img {
    -webkit-animation: transformBig 0.6s forwards;
    -moz-animation: transformBig 0.6s forwards;
    -o-animation: transformBig 0.6s forwards;
    animation: transformBig 0.6s forwards;
}

@keyframes transformBig {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@-moz-keyframes transformBig {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@-webkit-keyframes transformBig {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@-o-keyframes transformBig {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

.page-container {
    clear: both;
    height: 30px;
    line-height: 30px;
    text-align: center !important;
    margin: 50px auto 50px;
}

.page-container a {
    border-radius: 5px;
    padding: 7px 12px;
    font-size: 14px;
    color: #333333;
    background: white;
    border: 1px solid rgb(230, 230, 230);
    cursor: pointer;
    margin: 0 2px;
}

.page-container a:hover,
.page-container a.checked,.page-container a.p_curpage {
    color: white;
    background: #ff6137;
    border-color: #ff6137;
}
/*公共底部*/
.news_foot{width:100%;height:200px;background:#1e222d;color:#768b9c;font-size:12px;text-align:center;}
.news_foot_c{width:1000px;height:120px;padding:40px 0;line-height:40px;margin:0 auto;}
.news_foot_c a:link{color:#768b9c;}
.news_foot_c a:visited{color:#768b9c;}
.news_foot_c a:hover{color:#ff6600;}