
@keyframes bgRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes switchColor{0%{background-position:0}50%{background-position:50%}to{background-position:100%}}@keyframes switchColor{0%{background-position:0}50%{background-position:50%}to{background-position:100%}}
/* erx:Response */
@media only screen and (max-width: 1400px) {
	.wrap{width:96%;}
	.header .mlogo img{max-width:12vw;}
	.header .mlogo::after{margin:0 .5vw 0 1vw;}
	.topsh .sint{display:none;}
	.topsh.mbs::after{content:'';position:absolute;top:100%;right:-2%;width:104%;height:48px;background:rgba(0,0,0,.68);z-index:0;}
	.topsh.mbs .sint{display:inline-block;position:absolute;top:100%;left:0;width:75vw;margin:7px 0 0;z-index:3;}
	.topsh.mbs .s-post{position:absolute;top:100%;right:0;margin:7px 0 0;z-index:3;}
	.navbar li a{font-size:14px;padding:0 1vw;}
	.inews ul{max-height:538px;overflow-y:auto;}
	.inews li{float:none;width:100%;padding:0;}
	.inews li:nth-child(4n+3), .inews li:nth-child(4n+4){background:none;}
}
@media only screen and (max-width: 990px) {
	.topsh .m-ctrl{display:inline-block;}
	.header .mlogo img{max-width:40vw;}
	.header .mlogo::after, .navbar, #sidebar, .main-focus{display:none;}
	.navbar.mbs{display:block;position:absolute;top:100%;left:-2%;width:104%;max-height:calc(100vh - 80px);background:rgba(0,0,0,.8);overflow-y:auto;}
	.navbar.mbs > li > a, .fixedbar .navbar > li > a{line-height:40px;color:#fff;text-indent:20px;border-top:1px rgba(255,255,255,.05) solid;}
	.navbar.mbs > li > a .fa{text-indent:0;}
	.navbar.mbs li ul{position:relative;margin-top:0;}
	.inews{margin:0 20px 0 0;}
	.cmslist{width:49%;}
	#contentleft{margin-right:0;}
	.loglist{padding-right:0;}
	.home-mlist li.con{width:100%;}
	.anima-bg::before, .anima-bg::after{top:-85vw;}
}
@media only screen and (max-width: 640px) {
	.keytip,.logbox .data .cate,.logbox .data .author,.logbox .data .down,.comms,.ft-qrcode, .anima-bg::before, .anima-bg::after{display:none;}
	.topbox{display:block;}
	.main-focus .cdmslider{height:auto;max-height:50vh;}
	.inews{width:100%;margin:0 0 20px;}
	.inews ul{max-height:none;padding:9px 12px;}
	.inews li{height:30px;line-height:30px;}
	.cmslist{width:100%;}
	.inews.anima-bg .cdtit{border-bottom-color:#ddd;}
	.mtoprt .dt dd p{height:auto;}
	.mtoprt{width:100%;}
	.mtoprt .sp{display:flex;justify-content:space-between;}
	.mtoprt .sp li{width:48.2%;height:35vw;}
	.vpshow{padding:0 6px 12px;}
	.vplist .csort{max-width:60%;margin-left:-10px;}
	.vplist .csort a{padding:0 6px;}
	.vplist li{width:48.8%;margin-bottom:15px;}
	.vplist li h4{margin:6px 12px;}
	.loglist li.con{margin-bottom:15px;}
	.loglist li.con a.pic{width:30vw;height:26vw;margin-right:15px;}
	.loglist li.con h4{padding:15px 0 6px;}
	.loglist li.con .des .text{height:40px;line-height:20px;margin-bottom:0;font-size:12px;}
	.loglist li.con .des .attr, .loglist li.con .des .more{display:none;}
	.search .loglist li.con{padding:0 12px 12px;}
	.logbox{padding:15px;}
	.logbox>h1{font-size:24px;padding:15px 0;}
	.logbox>h2{font-size:20px;padding:0 0 15px;}
	.downarea{text-align:center;}
	.rexlist li{float:none;width:98%;}
	.pagenow .csort{display:block;margin:8px 0 0;}
	.csort a{margin:0 0 5px 5px;}
	div.reply-frm{margin:1em;}
	.cmt-post p{float:none;width:100%;margin-right:0;}
	ul.msg ul.msg{margin-left:-50px;}
	#footerbar{line-height:20px;padding:52px 0;margin-bottom: 60px;}
	#footerbar .ftp{padding-left:10px;}
	.cate-banner{height:180px;}
	#j-fish-skip{margin-top:15px;}
}

@media (min-width: 800px){
.kf_toolbar{ display:block;}
.kf_bottom{ display:none;}	
.kf_toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.kf_toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #0a76db;
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.kf_toolbar dd:first-child {
	margin-top: 0;
}
.kf_toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../images/kf_toolbar.png) no-repeat center 0;
}
.kf_toolbar dd.qq i {
	background-position-y: 0;
}
.kf_toolbar dd.tel i {
	background-position-y: -30px;
}
.kf_toolbar dd.code i {
	background-position-y: -60px;
}
.kf_toolbar dd.top i {
	background-position-y: -90px;
}
.kf_toolbar dd span {
	display: block;
	color: #fff;
}
.kf_toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #0a76db;
	opacity: 0;
	transition: all .5s;
}
.kf_toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.kf_toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
}
.kf_toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #0a76db;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.kf_toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #0a76db;
	opacity: 0;
	transition: all .5s;
}
.kf_toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.kf_toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #0a76db;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.kf_toolbar dd:hover {
	background: #333;
}
.kf_toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.kf_toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
}

@media (max-width: 800px){
.kf_toolbar{ display:none;}
.kf_bottom{ display:block;}		
.kf_bottom {
	width: 100%;
	height: 60px;
	background: #0a76db;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.kf_bottom ul {
	max-width: 640px;
	height: 60px;
	margin: 0 auto
}
.kf_bottom ul li {
	width: 25%;
	height: 60px;
	display: block;
	float: left;
	text-align: center;
	background: url(../images/kf_bottom_li.png) no-repeat right center
}
.kf_bottom ul li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.kf_bottom ul li:nth-of-type(4) {
	background-image: none
}
.kf_bottom ul li.f1 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f1.png) no-repeat center;
	margin-top: 5px;
}
.kf_bottom ul li.f2 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f4.png) no-repeat center;
	margin-top: 5px;
}
.kf_bottom ul li.f3 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f2.png) no-repeat center;
	margin-top: 5px;
}
.kf_bottom ul li.f4 i {
	display: block;
	width: 100%;
	height: 32px;
	background: url(../images/f3.png) no-repeat center;
	margin-top: 5px;
}
.footer {
    margin-bottom: 40px;
}
}
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 300px;
	height: 300px;
	padding: 20px;
	padding-top: 35px;
	margin-top: -150px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
	box-sizing: border-box;
}
#wxnr img {
	width: 135px;
	height: 135px;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 100%;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 3px 5px;
	line-height: 18px;
	background-color: #0a76db;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 23px;
	background-image: url(../images/kf_wx.png);
	background-size: 20px;
	background-position: 5px center;
	background-repeat: no-repeat;
}
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -23px;
	z-index: 9999999;
	font-size: 16px;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 46px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 5px;
	display: none;
}

.pcd_ad{display:block;}
.mbd_ad{ display:none}
@media(max-width:768px) {
.pcd_ad{display:none !important;}
.mbd_ad{display:block !important;}
}
.home_ad{border-radius: 5px;margin-bottom:25px;}
.home_ad img{border-radius: 5px;}
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.zmlist a{    color: #fff;
    display: inline-block;
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 0 7px 0 0;
    text-align: center;
    border-radius: 4px;background: #f44336;}
.tag-wrap a {
    border: 1px solid #e5e1e1;
    border-radius: 3px;
    padding: 4px 8px;
    text-indent: 0px;
    color: #333;
    
}
.tag-wrap{overflow: hidden;padding-top:5px;}
.tag-wrap .con {
    float:left;margin:0px 5px 5px 5px;
    
}
.tag-wrap a:hover {
    border: 1px solid #009999;
    background-color: #009999;
    color: #fff;
}
.an_btn {
    border-radius: 5px;
    color: #fff !important;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    background-color: #f62020;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 10px;
}	
.an_btn i{color: #fff !important;}
#login_opacity_bg {
	width: 100%;
	position: absolute;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	top: 0;
	left: 0;
	display: none;
	z-index: 100
}
.tbox {
	width: 580px;
	height: 350px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
	display: none;
	z-index: 101;
	top: 50%;
	left: 50%;
	position: fixed;
	margin: -250px 0 0 -295px
}
.tbox #logo {
    display: block;
    width: 220px;
    height: 50px;
    margin: 0 auto;
    background: url(../images/dlogo.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    zoom: 1;
    margin-top: 40px;
}
.tbox #tips {
    width: 270px;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 12px;
}
.tbox .hline {
    width: 50px;
    height: 15px;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    zoom: 1;
}
.tbox .fl {
    float: left;
}
.tbox .tiptext {
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.tbox .fr {
    float: right;
}
.tbox .btn {
    border-radius: 2px;
    display: block;
    width: 270px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 29px;
    font-size: 18px;
    color: #fff;
    background: #00b7d6;
    text-decoration: none;
    text-align: center;
	position: relative;
}
.tbox .btn:hover {
	background: #1f9bd9;
	text-decoration: none
}
.pansbtn{
    border-radius: 2px;
    display: block;
    width: 270px;
    height: 34px;
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    background: #E2523A;
    text-decoration: none;
    text-align: center;
	position: relative;
	cursor: pointer;
	border: 0px;
}
.pansbtn:hover {
	background: #d2341a;
	text-decoration: none
}
.tbox i{margin-right: 5px;}
.tbox a {
	-webkit-transition: all 0s;
	transition: all 0s
}
.tbox .close {

	position: absolute;
	right: 18px;
	top: 16px;
	font-size: 30px;
	line-height: 20px;
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: pointer
}
.tbox .close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.viptps {
    height: 280px;
    margin-top: -130px;
}
.vipcon {
    color: #090;
    font-size: 28px;
    line-height: 250px;
    text-align: center;
}
.vipcon a {
    color: red;
}
#panstext{display:none;}
@media screen and (max-width:767px){
.tbox {
    width: 90%;
    height: 300px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    zoom: 1;
    display: none;
    z-index: 101;
    top: 25%;
    left: 5%;
    right: auto;
    position: fixed;
	}
}