*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Pingfang, din_l;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
@font-face
{
    font-family: din_l;
    src: url('../font/DIN-Light.otf');
}
@font-face
{
    font-family: din_b;
    src: url('../font/DIN-Bold.otf');
}
@font-face
{
    font-family: HYQiHei;
    src: url('../font/HYQiHei-35S.otf');
}
html,body{
    width: 100%;
    font-size: 16px;
    color: #333;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar_menu{
    font-family: din_l;
    background: white;
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    width: 204px;
    padding: 40px 30px;
    padding-right:0 ;
    z-index: 999;
}
.logo img{
    width: 68px;
    display: block;
}
.sublogo{
    font-size: 0.875em;
    font-family: din_b;
    margin-top: 20px;
}
.sublogo i{
	font-size: 12px;
    font-style: normal;
    margin-top: 10px;
    display: block;
}
.frame{
    width: 72%;
    position: relative;
    margin: 0 auto;
}
.frame_height{
    height: 1024px;
}
.describe{
    font-size: 0.875em;
    color: #999 !important;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -80px;
	white-space: pre-line;
    /*transition: 0.5s;*/
}
/* .describe.small{
    top: 45%;
} */
.describe li{
    margin-bottom: 8px;
	color:#999;
	display:inline-block
}
.describe li a{
	color:#999;
	width:30px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	position:relative;
	transition:0.33s;
}
.describe li a:after{
	content:'';
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	background:#000;
	left:-100%;
	top:0;
	z-index:-1;
	transition:0.33s;
}
.describe li a:hover{
	width:100%;
	color:#fff;
	padding:0px 5px
}
.describe li a:hover:after{
	left:0
}
.copyright{
    position: absolute;
    left: 30px;
    bottom: 80px;
    font-size: 0.75em;
    color: #999;
}
.bottom_menu{
    position: absolute;
    left: 30px;
    bottom: 110px;
    font-size: 0.875em;
}
.bottom_menu li{
    margin-top: 10px;
    cursor: pointer;
}
.bottom_menu li a{
    color: #333;
}
.bottom_menu li a:hover{
    text-decoration: underline;
}
.contact_me{
    position: absolute;
    left: 24px;
    bottom: 30px;
    /*transition: 0.5s;*/
}
/* .contact_me.small{
    bottom: 220px;
} */
.contact_me li{
    width: 30px;
    height: 30px;
    float: left;
    margin: 3px;
    /*background: #f1f1f1;*/
}
.contact_me li a{
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    background-size: 400%;
    background-image: url("../img/media_logo.png");
    background-repeat:no-repeat;
    background-attachment:scroll;
}
li.wechat a{
    background-position: 0 0;
}
li.sina a{
    background-position: -30px 0;
}
li.uicn a{
    background-position: -60px 0;
}
li.zcool a{
    background-position: -90px 0;
}

li.wechat a:hover{
    background-position: 0 -30px;
}
li.sina a:hover{
    background-position: -30px -30px;
}
li.uicn a:hover{
    background-position: -60px -30px;
}
li.zcool a:hover{
    background-position: -90px -30px;
}
.info_list{
    position: absolute;
    left: 30px;
    bottom: 70px;
    font-size: 0.75em;
    width: 140px;
    background: #f1f1f1;
    overflow: hidden;
    color: white;
    transition: 0.5s;
	z-index:999;
}
/* .info_list.small{
    bottom: 260px;
} */
.info_list li{
    display: none;
}
.info_list li:nth-child(1){
    /*display: block;*/
}
.info_list li p{
    display: block;
    background: #0A0A0A;
    width: 100%;
    padding: 5px 10px;
}
.info_list li p span:nth-child(1){
    opacity: 0.5;
    display: block;
}
.info_list img{
    width: 100%;
}

.content{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position:relative;
}

.home{
    width: calc(100% - 204px);
    margin-left: 204px;
    overflow: hidden;
    font-size: 1em;
}

@media screen and (min-width: 1608px){
    .home{
        width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1000px){
    .container{
        font-size: 0.875em;
    }
}
@media screen and (max-width: 800px){
    .container{
        font-size: 0.75em;
    }
}


.container > li{
    width: calc(33.33% - 2px);
    float: left;
    position: relative;
    margin-top: 2px;
    margin-left: 2px;
    cursor: pointer;
}

.container li.on{
    animation: overshoot 0.5s;
}

@keyframes overshoot {
    0%{
        transform: scale(1);
    }
    30%{
        transform: scale(0.95);
    }
    100%{
        transform: scale(1);
    }
}

.container li a{
    display: block;
    width: 100%;
    height:100%;
    cursor: pointer;
    overflow: hidden;
    transition: 0.5s;
}
.container li a:hover p.title{
    color: white;
}
.link_animation{
    transition: 1s;
}

.container li a:hover .link_animation{
    transform: scale(1.1);
}

.container li a:hover p.title:after{
    transform: scaleX(1);
}

.container li a:hover p.title{
    padding: 2px 10px;
}

.container li img{
    width: 100%;
    display: block;
    transition: 0.8s;
}
.container li p.title{
    position: absolute;
    font-size: 0.75em;
    padding: 2px 0;
    left: 15px;
    bottom:15px;
    color: #333;
    z-index: 1;
    transition: color 0.3s,opacity 1s 0.5s;
    font-family: din_l,HYQiHei;
    opacity: 0;
	transition: 0.4s;
}
.container li p.title span{
	display:block;
}
.thumb_box.on+p.title{
    opacity: 1;
}

.link_animation.on+p.title{
    opacity: 1;
}

.container li p.title:after{
    transform: scaleX(0);
    transform-origin: left center;
    content: "";
    width: 100%;
    height: 100%;
    background: #0A0A0A;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.4s;
}
.container li .thumb_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.adv_top{
    width: 100%!important;
    margin-top: 0!important;
}
.right_top_info{
    position: fixed;
    right:30px;
    top:40px;
    z-index: 997;
    text-align: right;
}
.right_top_info p{
    font-family: din_b !important;
}

::-webkit-scrollbar{
    display:none;
}

.too_small_tips{
    position: fixed;
    background: white;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}
.too_small_tips div{
    width: 400px;
    height: 200px;
    position: absolute;
    left: 50%;
    top:50%;
    margin-top: -100px;
    margin-left: -200px;

}
.too_small_tips img{
    width: 35px;
    display: block;
    margin: 0 auto;
}
.too_small_tips h1{
    font-size: 1.125em;
    font-family: din_b;
    text-align: center;
    margin-top: 20px;
}
.too_small_tips p{
    font-size: 0.875em;
    text-align: center;
    margin-top: 50px;
    line-height: 1.5em;
}
.hidden{
    overflow: hidden;
}

.c_title{
    width: 100%;
    margin-top: 132px;
    margin-bottom: 70px;
}
.c_title .title{
    font-size: 1.375em;
    font-weight: bold;
    color: #333;
}
.c_title .sub_title{
    color: #999;
    font-size: 1em;
    margin-top: 10px;
}
.c_title .sub_title a{
    color: #999;
}
.common p.paragraph{
    color: #606266;
    font-size: 1em;
    line-height: 2em;
    margin-bottom: 40px;
    display: block;
}
.common p.paragraph img{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.end{
    font-size: 1em;
    font-family: din_b;
    display: block;
    padding-top: 30px;
    margin-bottom: 40px;
}
.page{
    padding-top: 170px;
}
.time{
    font-size: 1em;
    color: #999;
    margin-bottom: 100px;
}
.cancel p{
    font-family: din_l !important;
}
.cancel a{
    overflow: hidden;
    display: block;
}

.page .page_tip{
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 5;
}
.page .page_tip span{
    display: block;
    font-size: 0.875em;
}
.page .page_tip span:nth-child(1){
    color: #333;
    font-weight: bold;
}
.page .page_tip span.page_name{
    color: #999;
    margin-top: 10px;
}
.no_point a{
    cursor: default !important;
}

.cancel{
    cursor: pointer;
}

.cancel:hover .icon_cancel span:nth-child(1){
    top:50%;
    transform: rotate(45deg);
}
.cancel:hover .icon_cancel span:nth-child(2){
    top:50%;
    transform: rotate(-45deg);
}
.icon_cancel{
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}
.icon_cancel span{
    display: block;
    position: absolute;
    width: 24px;
    height: 1px;
    background: #333;
    left: 50%;
    margin-top: -0.5px;
    top: -2px;
    margin-left: -12px;
    transition: top 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000),transform 0.4s 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}


/*.cancel:hover p.cancel_text{*/
    /*color: white !important;*/
/*}*/

/*.cancel:hover p.cancel_text:after{*/
    /*transform: scaleX(1);*/
/*}*/

.move_mask{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 1000;
    transform: scaleX(0);
    transition: 0.5s;
    transform-origin: right;
    display: none;
}
.move_mask.on{
    transform: scaleX(1);
}
.sidebar_menu{
    animation: inmove 1s forwards;
}
.sidebar_menu.on{
    animation: outmove 0.5s forwards;
}

@keyframes inmove {
    from{
        transform: translateX(-100%)
    }
    to{
        transform: translateX(0)
    }
}

@keyframes outmove {
    from{
        transform: translateX(0)
    }
    to{
        transform: translateX(-100%)
    }
}

@keyframes outmove_1 {
    from{
        transform: translateX(100%)
    }
    to{
        transform: translateX(0)
    }
}

.scroll{
    animation: inmoveup 1s 0.5s forwards;
    opacity: 0;
}

@keyframes inmoveup {
    from{
        transform: translateY(100px);
        opacity:0;
    }
    to{
        transform: translateY(0);
        opacity:1;
    }
}

.thumb_box img{
    transform: translateX(100%)
}

.thumb_box img.on{
    animation: outmove_1 1.2s 0.2s forwards;
}

.thumb_box{
    transform: translateX(-100%)
}
.thumb_box.on{
    animation: inmove 1.2s 0.2s forwards;
}

@keyframes outmove_2 {
    from{
        transform: translateX(100%);
        opacity: 0;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}

.right_top_info{
    transform: translateX(100%);
    opacity: 0;
    animation: outmove_2 1s 0.5s forwards;

}

.smoothscroll{
    transition-duration: 1000ms!important;
    transition-property:transform
}

.move_mask_b{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    z-index: 1000;
    transform: scaleX(0);
    transition: 0.5s;
    transform-origin: right;
    display: none;
}
.move_mask_b.on{
    transform: scaleX(1);
}

@media screen and (min-width: 1608px){
    .home{
        width: 1200px;
        margin: 0 auto;
    }
}

.iScrollIndicator{
    transition-duration: 1000ms !important;
    background: rgba(0, 0, 0, 0.2) !important;
    border: 0 !important;
    width: 80% !important;
}
.cancel_home .cancel_text{
	position: absolute;
	top: 4px;
	left: 35px;
	font-family: Din_b;
	font-size: 18px;
	transition:0.5s
}
.cancel_home{
    width: 100px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top:35px;
    cursor: pointer;
    overflow: hidden;
    padding: 5px;
}
.cancel_home p{
    width: 20px;
    height:20px;
    display: block;
    position: relative;
    transform: rotate(45deg);
    transition: 0.6s;
}
.cancel_home p span{
    width: 100%;
    height: 2px;
    background: #333;
    display: block;
    position: absolute;
    top:50%;
    margin-top: -1px;
}
.cancel_home p span:nth-child(1){
    transform: rotate(90deg) scaleX(1);;
    transition: transform 0.3s 0.35s;
}
.cancel_home p span:nth-child(2){
/*     transition: transform 0.3s 0.65s; */
}

.cancel_home:hover p{
    transform: rotate(180deg);
	animation-direction: alternate;
}

.cancel_home:hover .cancel_text{
	transform:translateX(-5px)
}

.cancel_home:hover p span:nth-child(1){
    transform: rotate(90deg) scaleX(0);
	animation-direction: alternate;
}
.cancel_home:hover p span:nth-child(2){
/*     	transform: translateX(10px); */
}


/* 文章分类页 */
.catPageTitle{
    font-family: din_l;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 204px;
    z-index: 999;
	transition:0.5s;
	overflow:hidden;
}
.catPageTitle{
	animation: inmove 1s;
}
.catPageTitle.out{
	display:none;
}
.catPageTitle .animateBox{
	width: 100%;
    height: 100%;
	transition:0.33s;
    background: black;
	color:white;
	overflow:hidden;
}
.catPageTitle .animateBox div{
	width: 100%;
    height: 100%;
    padding: 40px 30px;
    padding-right: 0;
	transition:0.33s
}
.catPageTitle h2{
	text-transform:Capitalize;
	opacity:0.5
}

.catPageTitle.on{
/* 	transform:translateX(100%) !important;
	background:transparent */
}
.catPageTitle.on .animateBox{
	transform:translateX(100%) !important
}
.catPageTitle.on .animateBox div{
	transform:translateX(-100%) !important
}
.catPageTitle .animateBox div h1{
	font-size:1.667em;    
}
.catPageTitle .animateBox div h3{
	font-size: 5em;
    margin-top: 60px;
}