/*
 * 日期：2018年1月2日
 * 时间：16点37分
*/

/*清除默认样式*/
/*
*{margin:0; padding:0;font-size:12px;font-family:"微软雅黑";color: #666;  border: none;}
*/
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,label,button,textarea,select,img,a,p,table,tr,th,td{ margin: 0; padding: 0; font-size: 12px; font-family: "微软雅黑"; color: #666;  border: none;}
ul,ol{ list-style: none; }
input,button,textarea,select,input:focus,textarea:focus{ background:none; outline:none; }
textarea{ resize: none; overflow: auto;}
select{ border: none; }
a,button{ cursor: pointer; }
a{ text-decorattion: none; blr:expression(this.onFocus=this.blur());}
table{
	border-collapse: collapse;/*合并表格线*/
	border-spacing:0;/*去掉间隙 */
}

/* 禁止页面选中复制  *IE10、Oprea15以下不支持，若需要，要在需要禁止选中的元素上面添加一个属性unselectable="on" */
/*
html,body{
	-moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
*/

/* 选中颜色 *IE10以下不支持*/

::selection { background: #FF8888; color: #FFFFFF; }
::-moz-selection { background: #FF8888; color: #FFFFFF; }
::-webkit-selection { background: #FF8888; color: #FFFFFF; }


/* 清除bootstrap中a的下划线 */
a:link{ text-decoration: none; }

			a:hover{
				text-decoration: none;
			}
			a:link{
				text-decoration: none !important;
				color: #666;
			}
			body{
				/*
				background: url(images/bodybg_002.jpg) rgba(255,255,255,1) no-repeat;
				*/
			}
			
			.nav{
				display: none;
			}
			
			.search-baidu{
				padding: 40px 0;
			}
			.search-baidu>form{
				display: inline-block;
			}
			.search-baidu>form>input#search{
				height: 34px;
				color: #0099FF;
				border: 1px solid #0099FF;
				font-family: "微软雅黑";
			}
			.search-baidu>form>input#baidu{
				height: 34px;
				background: #0099FF;
				color: rgba(255,255,255,1);
				font-size: 16px;
				position: absolute;
			}
			.search-baidu>form>input#baidu:hover{
				background: #0066FF;
				box-shadow: 1px 1px 1px #CCC;
			}
			
			.mynav{
				display: none;
			}
				
			.cont>div{
				display: none;
			}
			.cont>div:first-child{
				display: block;
			}
			.cont>#mrywym{
				font-family: "宋体";
			}
			.cont>#mrywym>h3{
				text-align: center;
			}
			.cont>#mrywym>aside{
				text-align: center;
			}
			.cont>#mrywym>article{
				margin: 10px 0;
			}
			.cont>#mrywym>article>p{
				text-indent: 2em;
			}
			.cont>#mrywym>#more-article{
				display: inline-block;
				color: #666699;
				margin: 10px 10px 20px 0;
				float: right;
			}
			.cont>#mrywym>#more-article:hover{
				color: #FF6666;
			}
			
			/*天气页面样式*/
			.cont>#tqcxym{
				padding: 10px 0;
			}
			.cont>#tqcxym>#cityname{
				border: 1px solid #0099FF;
				height: 34px;
				padding: 0 4px;
				width: 200px;
			}
			.cont>#tqcxym>#weatherbtn{
				height: 34px;
				background: #0099FF;
				color: rgba(255,255,255,1);
				font-size: 16px;
				width: 100px;
			}
			.cont>#tqcxym>#weathercont>ul{
				background: #0099FF;
				padding: 10px 10px;
			}
			.cont>#tqcxym>#weathercont>ul li{
				line-height: 24px;
				color: #FFFFFF;
			}
			.cont>#tqcxym>#hotcity{
				margin: 0 10px;
				font-size: 14px;
			}
			.cont>#tqcxym>#hotcity a{
				font-size: 14px;
				margin: 0 4px;
			}
			.cont>#tqcxym>#hotcity a:hover{
				color: #0099FF;
			}
			/*电影样式页面*/
			.cont>#dytjym{
				text-align: center;
			}
			.cont>#dytjym a{
				display: inline-block;
				width: 240px;
				height: 450px;
				margin:0 50px;
			}
			.cont>#dytjym a:nth-child(2n){
			}
			.cont>#dytjym a img{
				width: 100%;
				height: 340px;
			}
			.cont>#dytjym a p{
				text-align: center;
				font-size: 18px;
				margin: 4px 0;
			}
			
			.pushlink{
				display: none;
			}
			.footer>p{
				font-size: 20px;
				text-align: center;
			}
			@media (min-width:768px){
				.phone-logo{
					display: none;
				}
				#logo{
					cursor: pointer;
					height: 39px;
				}
				#times{
					display: none;
				}
				.search-baidu{
					padding: 40px 0;
				}
				.search-baidu>form{
					display: inline-block;
				}
				.search-baidu>form>input#search{
					height: 34px;
					color: #0099FF;
					border: 1px solid #0099FF;
					font-family: "微软雅黑";
				}
				.search-baidu>form>input#baidu{
					height: 34px;
					background: #0099FF;
					color: rgba(255,255,255,1);
					font-size: 16px;
					position: absolute;
				}
				.search-baidu>form>input#baidu:hover{
					background: #0066FF;
					box-shadow: 1px 1px 1px #CCC;
				}
				
				.nav{
					display: block;
					position: relative;
				}
				.nav>li{
					color: #FFFFFF;
					letter-spacing: 0.4em;
					background: #0099FF;
					border-radius: 4px;
				}
				.subnav{
					position: absolute;
					display: none;
					z-index: 9999;
				}
				.subnav>li>a{
					display: inline-block;
					width: 100%;
					padding-left: 15px;
					line-height: 28px;
					font-size: 18px;
					color: #FFFFFF;
					background: #0099FF;
					border-radius: 4px;
					font-family: "钢笔行楷";
				}
				.subnav>li>a:hover{
					color: rgba(255,255,255,1);
					background: linear-gradient( to right , #666699 , #FFFFCC );
				}
				.nav>li:hover .subnav{
					display: block;
				}
				.hothref>a{
					color: #FFFFFF !important;
					font-weight: bold;
					font-style: italic;
				}
				.hothref>a:hover{
					background: linear-gradient( to right , #666699 , #FFFFCC );
					color: #FFFF00 !important;
				}
				
				.mynav{
					display: block;
					padding: 0;
				}
				.mynav>h4{
					font-size: 24px;
					color: #FFFFCC;
					padding: 10px;
					text-align: center;
					background: #0099FF;
				}
				.mynav>#mynav{
					line-height: 30px;
				}
				.mynav>#mynav>li{
					padding: 0 5px;
					margin: 5px 0;
					cursor: pointer;
					color: #0099FF;
					font-size: 16px;				
				}
				.mynav>#mynav>li.active{
					color: #FFFFCC;
					background: #666699;
				}
				.mynav>#mynav>li:hover{
					color: #FFFFCC;
					background: #0099FF;
					text-align: center;
				}
				.mynav>#mynav>li>i{
					top: 4px;
					margin-right: 8px;
				}
			
				.pushlink{
					display: block;
				}
				.pushlink>ul{
					border: 1px solid #0099FF;
					border-bottom: none;
				}
				.pushlink>ul>li{
					border-bottom: 1px solid #0099FF;
				}
				.pushlink>ul>li>a{
					width: 100%;
					text-align: center;
					padding: 0 20px;
					display: inline-block;
					font-size: 16px;
					line-height: 26px;
				}
				.pushlink>ul>li>a:hover{
					color: #FFFFFF;
					background: #0099FF;
					border-radius: 32px;
				}
				.footer>p{
					font-size: 24px;
					text-align: center;
				}
			}
			@media (min-width:992px){
				
			}
			@media (min-width:1200px){
				#times{
					display: block;
				}
			}

#backtop{
	display:none;
	position: fixed;
	height: 40px;
	line-height: 40px;
	padding: 0 4px;
	right: 20px;
	bottom: 20px;
	background: rgba(255,255,255,0.8);
	border: 1px solid #CCC;
    border-radius: 3px;
	animation: circle 2s infinite linear;
}