﻿@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:16px;
	color:#333;
}

@media (max-width: 380px) {
	body{ font-size:14px; }
}

@media (max-width: 325px) {
	body{ font-size:12px; }
}

@media (min-width: 760px) {
	body{ font-size:22px; }
}

a{
	color:#333;
}

img{
	display:block;
	width: 100%;
	height: auto;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

.wrapper{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

.w1170{
	width:100%;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

#header{
	background: #d80018;
	padding: 1em 3.5%;
}

#header .logo{
	float: left;
	height: 2em;
}

#header .logo img{
	width: auto;
	height: 100%;
}

#header .search{
	float: right;
	height: 2em;
	width: 11em;
	background: #f2f2f2;
	overflow: hidden;
	border-radius: 0.9em;
}

#header .search .text{
	float: left;
	width: 7.5em;
	font-size: 1em;
	padding: 0px;
	margin-left: 0.8em;
	border: none;
	height: 2em;
	line-height: 2em;
	outline: none;
	background: #f2f2f2;
}

#header .search .sub{
	float: right;
	margin-right: 0.3em;
	width: 2em;
	height: 2em;
	border: none;
	background: #f2f2f2 url(images/search.png) no-repeat center center;
	background-size: 70% 70%;
	font-size: 1em;
}

#header .search .text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #c7c7c7;
}
#header .search .text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #c7c7c7;
}
#header .search .text::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #c7c7c7;
}
#header .search .text:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #c7c7c7;
}

#nav{
	border-bottom: 1px solid #e1e0e0;
	height: 2.8em;
	line-height: 2.8em;
	position: relative;
	overflow: hidden;
}

#nav .shadow{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 3.5em;
	background: url(images/nav-shadow.png);
	background-size: 100% 100%;
	z-index: 9;
}

#nav .plus{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 2.5em;
	background: url(images/nav-plus.png) no-repeat center center;
	background-size: 0.9em 0.9em;
	z-index: 10;
}

#nav ul{
	white-space: nowrap;
    overflow-x: scroll;
	padding-right: 3.5em;
}

#nav li{
	display: inline-block;
	vertical-align: top;
	font-size: 1.1em;
	margin: 0px 0.6em;
	position: relative;
}

#nav li a{
	color: #959696;
}

#nav .on a{
	color: #d71110;
}

#nav .on b{
	position: absolute;
	width: 1.6em;
	height: 0.2em;
	border-radius: 0.1em;
	background: #da0018;
	left: 50%;
	margin-left: -0.8em;
	bottom: 0.3em;
}

#footer1{
	background: #d80018;
	color: #fff;
	padding: 1em 0px;
}

#footer1 a{
	color: #fff;
}

#footer1 .menu{
	margin: 0px 3.5% 1em 3.5%;
	line-height: 1.6em;
}

#footer1 .menu .left a{
	font-size: 1.1em;
	margin-right: 1em;
}

#footer1 .menu .right .icon{
	float: left;
	width: 1.6em;
	height: 1.6em;
	margin-left: 1em;
	background-size: 100% 100%;
}

#footer1 .menu .right .icon1{
	background-image: url(images/footer-icon1.png);
}

#footer1 .menu .right .icon2{
	background-image: url(images/footer-icon2.png);
}

#footer1 p{
	text-align: center;
	line-height: 1.5em;
}

#footer2{
	background: #f5f5f5;
	color: #ababab;
	text-align: center;
	line-height: 1.5em;
	padding: 1em 0px;
}

.focus{
	position: relative;
}

.focus .shadow{
	position: absolute;
	width: 100%;
	height: 38%;
	left: 0px;
	bottom: 0px;
	background: url(images/shadow1.png);
	background-size: auto 100%;
	z-index: 1;
}

.focus p{
	position: absolute;
	left: 0px;
	bottom: 1.5em;
	text-align: center;
	width: 100%;
	line-height: 1.2em;
	font-size: 1.2em;
	z-index: 10;
}

.focus p a{
	color: #fff;
}

.focus .point{
	position: absolute;
	width: 100%;
	height: 0.3em;
	text-align: center;
	left: 0px;
	bottom: 0.7em;
	z-index: 10;
}

.focus .point span{
	display: inline-block;
	vertical-align: top;
	width: 1.6em;
	height: 0.3em;
	background: #dfdede;
	border-radius: 0.15em;
	margin: 0px 0.3em;
}

.focus .point .current{
	background: #ff5e61;
}

.block{
	border-bottom: 1em solid #f5f5f5;
	padding-top: 1em;
	padding-bottom: 1em;
}

.hot1{
	padding-right: 3.5%;
	padding-left: 1%;
	height: 3.5em;
}

.hot1 table{
	width: 100%;
	height: 100%;
	font-size: 1em;
}

.hot1 .title{
	border-right: 1px solid #dfdede;
	width: 18%;
}

.hot1 .title img{
	width: 60%;
	margin: 0px auto;
}

.hot1 .text{
	font-size: 1.1em;
	line-height: 1.4em;
	padding-left: 1em;
}

.hot1 .text a{
	color: #5d5d5d;
}

.list1{
	margin: 0px 3.5% 0px 3.5%;
}

.list1 li{
	border-bottom: 1px solid #dfdede;
	padding: 1em 0px;
}

.list1 img{
	float: right;
	width: 7.7em;
	height: 5.1em;
	margin-left: 1em;
	border-radius: 0.2em;
}

.list1 dl{
	position: relative;
	margin-top: 0.5em;
}

.list1 dl img{
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	float: none;
}

.list1 dl dd{
	float: left;
	width: 33.33%;
}

.list1 dl .left{
	text-align: left;
}

.list1 dl .middle{
	text-align: center;
}

.list1 dl .right{
	text-align: right;
}

.list1 dl .num{
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	color: #fff;
	background-color:rgba(0,0,0,0.6);
	background-image: url(images/pic-num.png);
	background-repeat: no-repeat;
	background-position: 0.3em center;
	background-size: 1em 1em;
	font-size: 0.8em;
	padding: 0px 0.3em 0px 1.5em;
	line-height: 1.2em;
	border-radius: 0.3em;
}

.list1 h3{
	font-size: 1.2em;
	line-height: 1.4em;
	max-height: 2.8em;
	font-weight: normal;
}

.list1 p{
	line-height: 1.2em;
	color: #999ca1;
	margin-top: 0.5em;
	overflow: auto;
}

.list1 p span{
	font-size: 0.8em;
	margin-right: 1.2em;
}

.list1 p i{
	display: inline-block;
	vertical-align: top;
	font-size: 0.8em;
	font-style: normal;
	color: #da0018;
	border: 1px solid #da0018;
	border-radius: 0.3em;
	padding: 0px 0.3em;
	margin-right: 1em;
}

.list1 .video{
	position: relative;
	border-radius: 0.2em;
	color: #fff;
}

.list1 .video img{
	border-radius: 0.2em;
	float: none;
	margin: 0px;
	width: 100%;
	height: auto;
}

.list1 .video,.list1 .video a{
	color: #fff;
}

.list1 .video .text{
	position: absolute;
	width: 93%;
	left: 3.5%;
	top: 0.8em;
	z-index: 9;
}

.list1 .video .text h5{
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 0.5em;
	font-weight: normal;
}

.list1 .video .shadow{
	position: absolute;
	width: 100%;
	height: 76%;
	left: 0px;
	top: 0px;
	background: url(images/list1-shadow.png);
	background-size: auto 100%;
}

.list1 .video .play{
	position: absolute;
	width: 3.5em;
	height: 3.5em;
	background: url(images/list1-play.png);
	background-size: 100% 100%;
	left: 50%;
	top: 50%;
	margin: -1.75em 0px 0px -1.75em;
}

.list1 .video .time{
	width: 4em;
	height: 1.5em;
	line-height: 1.5em;
	background-color:rgba(0,0,0,0.6);
	border-radius: 0.25em;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -2em;
	top: 50%;
	margin-top: 3em;
	font-size: 0.8em;
}

.banner{
	margin: 1em 3.5% 0px 3.5%;
}

.more1{
	text-align: center;
	margin-top: 1em;
}

.more1 a{
	background: url(images/more1.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 0.3em;
	color: #999ca1;
}

.list2{
	margin: 1em 3.5% 0px 3.5%;
	position: relative;
}

.list2 .line{
	position: absolute;
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0px;
	background: #dfdede;
}

.list2 .news{
	width: 45%;
}

.list2 h3{
	font-size: 1.2em;
	line-height: 1.4em;
	max-height: 4.2em;
	font-weight: normal;
}

.list2 p{
	line-height: 1.2em;
	color: #999ca1;
	margin-top: 0.5em;
	overflow: auto;
}

.list2 p span{
	font-size: 0.8em;
	margin-right: 1.2em;
}

.title1{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0px 3.5%;
	background-size: 1em 1em;
	background-position: left center;
	background-repeat: no-repeat;
}

.title1.icon1{
	background-image: url(images/title-icon1.png);
	padding-left: 1.5em;
}

.title1.icon2{
	background-image: url(images/title-icon2.png);
	padding-left: 1.5em;
}

.list3{
	white-space: nowrap;
    overflow-x: scroll;
    margin-top: 1em;
	padding: 0px 3.5%;
}

.list3 li{
	vertical-align: top;
    display: inline-block;
	width: 11.25em;
	margin-right: 0.5em;
	padding-bottom: 1em;
}

.list3 .photo{
	height: 7.5em;
	position: relative;
}

.list3 .photo .num{
	position: absolute;
	left: 0.5em;
	bottom: 0.5em;
	font-size: 0.8em;
	color: #fff;
	background-color:rgba(0,0,0,0.6);
	background-repeat: no-repeat;
	background-position: 0.3em center;
	background-size: 0.8em 0.8em;
	padding-left: 1.5em;
	padding-right: 0.3em;
	border-radius: 0.3em;
	line-height: 1.2em;
}

.list3 .video .photo .num{
	background-image: url(images/list3.png);
}

.list3 .pic .photo .num{
	background-image: url(images/pic-num.png);
}

.list3 p{
	white-space: normal;
	line-height: 1.3em;
	margin-top: 0.5em;
	font-size: 1em;
}

.title2{
	text-align: center;
	margin: 0px 3.5% 0px 3.5%;
}

.title2 span{
	font-size: 1.1em;
	display: block;
}

.title2 i{
	width: 1.6em;
	height: 0.2em;
	border-radius: 0.1em;
	background: #d80018;
	display: inline-block;
	vertical-align: top;
	margin-top: 0.3em;
}
	
#top{
	padding: 0.5em 3.5%;
}

#top .icon{
	width: 1.4em;
	height: 1.4em;
	background-size: 100% 100%;
}

#top .icon1{
	float: left;
	background-image: url(images/top-icon1.png);
}

#top .icon2{
	float: right;
	background-image: url(images/top-icon2.png);
}

.news-head{
	margin: 1em 3.5% 0px 3.5%;
}

.news-head h2{
	line-height: 1.5em;
	font-weight: normal;
	font-size: 1.5em;
}

.news-head p{
	margin-top: 0.6em;
	color: #999;
	line-height: 1.2em;
}

.news-head p span{
	font-size: 0.9em;
	margin-right: 1em;
}

.news-head p label{
	font-size: 0.8em;
}

.news-body{
	margin: 2em 3.5% 0px 3.5%;
}

.news-body p{
	line-height: 1.8em;
	font-size: 1.1em;
	margin-top: 1em;
}

.news-body p img{
	display: inline-block;
	vertical-align: top;
	border-radius: 0.2em;
}

.news-body h5{
	font-size: 0.8em;
	line-height: 1.2em;
	color: #999;
	font-weight: normal;
	margin-top: 0.5em;
}

.title3{
	text-align: center;
	position: relative;
}

.title3 .line{
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0px;
	background: #dfdede;
}

.title3 span{
	background: #fff;
	padding: 0px 1em;
	color: #b3b4b4;
	position: relative;
	z-index: 9;
}

.share{
	margin: 2em 3.5% 0px 3.5%;
}

.share .link{
	text-align: center;
}

.share .link a{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #dfdede;
	height: 1.8em;
	line-height: 1.8em;
	color: #85898f;
	border-radius: 0.8em;
	width: 5.4em;
	margin: 1em 0.2em 0px 0.2em;
}

.share .link img{
	display: inline-block;
	vertical-align: top;
	width: 1.1em;
	height: 1.1em;
	margin-right: 0.3em;
	margin-top: 0.35em;
}

.share .link i{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	font-size: 0.9em;
}


 .flip{
	text-align: center;
	line-height: 50px;
	margin-top:52px;
}
 .flip a{
	display: inline-block;
	vertical-align: top;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	color: #000;
	font-size: 18px;
	margin: 0px 8px;
	transition: color 0.2s;
	transition: background 0.2s;
}
 .flip .text{
	font-size:12px;
	font-family:"宋体";
}
 .flip .current, .flip a:hover{
	color: #fff !important;
	background: #d4091f;
}

