/* css 重置 */

body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font: normal 16px/200% "微软雅黑", helvetica, arial;
	text-align: left;
	min-width: 320px;
}

section,
footer {
	display: block;
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	color: #000;
}


/* 效果导航 */

.effectNav {
	margin-top: 10px;
	border-top: 1px solid #666;
	background: #999;
	padding-bottom: 10px;
}

.effectNav h3 {
	padding: 0 10px;
	background: #ddd;
	background: #333;
	color: #fff;
}

.effectNav ul {
	font-size: 0;
}

.effectNav li {
	display: inline-block;
	font-size: 12px;
	padding: 0 10px;
	margin: 10px 0 0 10px;
	background: #cdcdcd;
}

.effectNav li.new {
	background: #fce8cd;
}


/* 头部 */

.mob-head {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #0e60c6;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.mob-head h2 {
	text-align: left;
	color: #fff;
	font-size: 16px;
	margin-left: 15px;
}


/* 手机端导航 */

.wrapper {
	width: 95%;
	padding: 0 2.5%;
	margin: 0 auto;
}

.head-nav {
	position: relative;
	top: -93%;
}

.mobile_nav {
	width: 35px;
	height: 35px;
	background: url(tyxymob_navs1.png) 50% no-repeat;
	background-size: 100% 100% !important;
	transition: 0.5s;
	position: absolute;
	right: 15px;
	top: 12px;
	z-index: 100;
}

.mobnavs {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.2;
	z-index: 999;
}

.mbnav {
	position: fixed;
	top: 12px;
	right: -80%;
	width: 46%;
	height: 80%;
	transition: 0.5s;
	z-index: 9999;
	overflow-y: auto;
	background: #FFFFFF;
	padding-bottom: 20%;
}

.mbnav .subnav {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #E3E3E3;
}

.mbnav .subnav a {
	display: block;
	width: 90%;
	padding: 0 5%;
	height: 35px;
	color: #333333;
	font-size: 17px;
}

.mbnav .on a {
	color: #FFFFFF;
	background: #c38150;
}

.mbnav ul.navContent {
	display: none;
}

.mbnav ul.navContent li {
	width: 100%;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px dashed #acacac;
	background: #eaeaea;
}

.mbnav ul.navContent li a {
	display: block;
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	height: 25px;
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #666666;
}

.show {
	position: fixed;
	top: 70px;
	right: 0%;
}


/* 焦点图 */

.slideBox {
	position: relative;
	overflow: hidden;
	margin: 70px auto 0;
	width: 100%;
	/* 设置焦点图最大宽度 */
}

.slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.slideBox .hd li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #333;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
}

.slideBox .hd li.on {
	background: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li {
	position: relative;
	text-align: center;
}

.slideBox .bd li img {
	background: url(tyxymob_loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
	/* 图片宽度100%，达到自适应效果 */
}

.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 图片新闻 */

.tabBox .hd ul {
	overflow: hidden;
}

.tabBox .hd ul li {
	float: left;
	margin: 0 10px;
	color: #515151;
}

.tabBox .hd ul .on {
	border-bottom: 2px solid #BA2636;
	color: #BA2636;
}

.tabBox .hd ul .on a {
	display: block;
	/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
}

.tabBox .bd ul {
	padding: 10px 0 10px 10px;
}

.tabBox .bd li {
	height: 33px;
	line-height: 33px;
}

.tabBox .bd a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 去掉链接触摸高亮 */

.tabBox .bd li a {
	color: #555;
}

.tabBox .bd .t {
	height: 85px;
	padding-bottom: 10px;
	overflow: hidden;
}

.tabBox .bd .t .pic {
	width: 120px;
	height: 85px;
	float: left;
}

.tabBox .bd .t .pic img {
	height: 100%;
	width: 100%;
}

.tabBox .bd .t .con {
	margin-left: 130px;
	line-height: 20px;
}

.tabBox .bd .t .con p {
	font-size: 12px;
	color: #999;
}


/* 去掉链接触摸高亮 */

.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	background: url(tyxymob_focusBg.png) repeat-x;
	color: #fff;
	text-align: left;
}


/* Tab切换 */

.tabBox {
	margin: 0 auto;
}

.tabBox .hd {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	overflow: hidden;
	background: #eee;
	border-top: 1px solid #ccc;
	padding: 0 10px;
}

.tabBox .hd h3 {
	float: left;
	font-size: 24px;
}

.tabBox .hd h3 span {
	color: #ccc;
	font-family: Georgia;
	margin-left: 10px;
}

.tabBox .hd ul {
	float: right;
}

.tabBox .hd ul li {
	float: left;
	padding: 0 5px;
	vertical-align: top;
}

.tabBox .hd ul li.on a {
	color: #B63B34;
	display: block;
	height: 38px;
	line-height: 38px;
	border-bottom: 2px solid #B63B34;
}

.tabBox .bd ul {
	padding: 10px;
}

.tabBox .bd ul li {
	border-bottom: 1px dotted #ddd;
	padding-left: 3%;
}

.tabBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 去掉链接触摸高亮 */

.readMore {
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 10px auto 0;
	text-align: center;
}


/* 多图滚动 */

.scrollBox {
	margin: 0 auto;
	text-align: center;
}

.scrollBox .bd li {
	width: 33%;
	float: left;
	font-size: 14px;
}

.scrollBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 去掉链接触摸高亮 */

.scrollBox .bd li img {
	width: 140px;
	background: url(tyxymob_loading.gif) #fff center center no-repeat;
}

.scrollBox .hd {
	height: 20px;
	overflow: hidden;
	font-size: 0;
}

.scrollBox .hd ul {
	display: inline-block;
	padding-top: 5px;
}

.scrollBox .hd li {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #D0D0D0;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.scrollBox .hd .on {
	background: #BA2636;
}

.scrollBox-head {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin-bottom: 15px;
	font-size: 20px;
	background: #F3F3F3;
	border-top: 1px solid #CECECE;
}

#leftTabBox>ul li {
	padding-left: 3%;
}

#leftTabBox>ul li a,
#tabBox2 .bd ul li a {
	display: inline-block;
	width: 75%;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#leftTabBox>ul li p,
#tabBox2 .bd ul li p {
	display: inline-block;
	height: 32px;
	width: 25%;
	float: right;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

/* 底部 */
.mob-footer{
	background-color: #02AEE3;
}
.mob-footer p{
	color: #fff;
	text-align: center;
}