@charset "UTF-8";

/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

fieldset,
img,
input,
button,
select {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

ul,
ol {
	list-style: none;
}

input,
button {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "微软雅黑";
}

button {
	cursor: pointer;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

/*防止拖动*/
textarea {
	resize: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

body {
	font: 14px/150% "微软雅黑" !important;
	color: #000;
	padding-top: 1.5rem;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

em,
i {
	font-style: normal;
	text-decoration: none;
}

/*   index   */
.index_body {
	padding-top: 0;
}

.index_body .header {
	background: rgba(114, 2, 0, .7);
}

.header {
	background-color: #990000;
	height: 1.5rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0 .4rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.header .inner>img {
	float: right;
	height: .8rem;
	margin: .35rem 0;
}

.header_left {
	float: left;
	padding: .2rem 0;
}

.header_left img {
	float: left;
	height: 1.1rem;
}

.header_left h3 {
	float: left;
	font-size: .55rem;
	color: #fff;
	line-height: 1.1rem;
	margin-left: .4rem;
}

.nav {
	width: 5rem;
	position: fixed;
	top: 1.5rem;
	right: 0;
	background: rgba(114, 2, 0, .7);
	display: none;
}

.nav a {
	display: block;
	font-size: .4rem;
	line-height: 1.2rem;
	padding: 0 .5rem;
	color: #fff;
	border-bottom: 1px solid #fff;
}

/*.banner_all{
    height: 13.6rem;
    position: relative;
}*/
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .inner {
	position: relative;
}

.banner-btn {
	display: none;
}

.banner-btn a {
	display: block;
	line-height: 82px;
	position: absolute;
	top: 325px;
	width: 82px;
	height: 82px;
	overflow: hidden;
	z-index: 4;
}

.prevBtn {
	left: 0px;
}

.nextBtn {
	right: 0px;
}

.banner-img {
	font-size: 0;
	*word-spacing: -1px;
	/* IE6、7 */
	letter-spacing: -3px;
	position: relative;
}

.banner-img li {
	width: 25%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/* IE6、7 */
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 12px;
	text-align: center;
}

.banner-img li img {
	width: 100%;
}

.banner i {
	width: 82px;
	height: 82px;
	cursor: pointer;
	display: block;
}

.banner .nextBtn i {
	background: url(../images/19.png) no-repeat center;
	-webkit-background-size: 82px 82px;
	background-size: 82px 82px;
}

.banner .prevBtn i {
	background: url(../images/18.png) no-repeat center;
	-webkit-background-size: 82px 82px;
	background-size: 82px 82px;
}

.banner-circle {
	position: absolute;
	left: 50%;
	bottom: 36px;
	height: 13px;
	text-align: center;
	font-size: 0;
	border-radius: 10px;
}

.banner-circle li {
	border-radius: 10px;
	margin: 2px 11px;
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align: middle;
	zoom: 1;
}

.banner-circle li a {
	display: block;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .4);
	overflow: hidden;
}

.banner-circle .selected a {
	background: #e53b51;
}

/*.word{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
}*/
.word_left {
	box-sizing: border-box;
	background: rgba(114, 2, 0, .8);
	padding: .4rem;
}

.title {
	padding: .2rem;
	background: url(../images/9.png) no-repeat left bottom;
	-webkit-background-size: 4rem 3px;
	background-size: 4rem 3px;
}

.title_w {
	padding: .2rem;
	background: url(../images/4.png) no-repeat left bottom;
	-webkit-background-size: 4rem 3px;
	background-size: 4rem 3px;
}

.title img {
	float: left;
	height: .8rem;
}

.title h3 {
	float: left;
	font-size: .5rem;
	line-height: .8rem;
	color: #990000;
	margin-left: 14px;
}

.title_w h3 {
	color: #fff;
}

.title a {
	float: right;
	font-size: .4rem;
	line-height: .8rem;
	color: #fff;
}

.dynamic_ul {
	padding-top: .2rem;
}

.dynamic_ul li {
	overflow: hidden;
}

.dynamic_ul li span {
	float: left;
	font-size: .6rem;
	line-height: 1rem;
	color: #fff;
	margin-right: .2rem;
}

.dynamic_ul li p {
	float: left;
	width: 9rem;
	font-size: .4rem;
	line-height: 1rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box {
	background-color: #fff;
	/*position: absolute;
    top: 18px;
    right: 0;*/
	box-sizing: border-box;
	padding: .2rem .4rem 0 .4rem;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
}

.imgList {
	height: 16rem;
	position: relative;
}

.imgList li {
	position: absolute;
	width: 100%;
	height: 5rem;
	left: 0;
	top: 0;
	display: none;
}

.imgList li a h3 {
	font-size: .4rem;
	line-height: .7rem;
	color: #990000;
}

.imgList li a h4 {
	font-size: .5rem;
	line-height: .7rem;
	color: #990000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.imgList_con {
	margin-top: .2rem;
}

.imgList_con p {
	font-size: .4rem;
	line-height: .7rem;
	color: #666;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
}

.imgList_con img {
	width: 100%;
	height: 7rem;
	margin-top: .3rem;
}

.btnList {
	width: 180px;
	height: 24px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: 10px;
}

.btnList li {
	width: 24px;
	height: 24px;
	float: left;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	line-height: 24px;
	margin: 0 6px 0 6px;
	cursor: pointer;
	border-radius: 50%;
}

.btnList li.current {
	background-color: #f86a03;
}

.box:hover .leftBtn,
.box:hover .rightBtn {
	display: block;
}

.leftBtn,
.rightBtn {
	width: 40px;
	height: 70px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	display: none;
	cursor: pointer;
}

.leftBtn {
	left: 0;
	background: url(../images/left.gif) no-repeat center center rgba(0, 0, 0, 0.6);
}

.rightBtn {
	right: 0;
	background: url(../images/right.gif) no-repeat center center rgba(0, 0, 0, 0.6);
}

.notice {
	padding: .2rem 0 .5rem 0;
}

.notice_con {
	box-sizing: border-box;
	padding: 0 .5rem 0 .7rem;
	position: relative;
}

.notice_con a {
	float: none;
	font-size: .5rem;
	line-height: normal;
	color: #990000;
}

/*.notice_con::after{
    content: "";
    display: block;
    width: 1px;
    height: 140px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    margin-top: -70px;
    right: 0;
}
.notice_con:last-child::after{
    display: none;
}*/
.notice_con_ul {
	padding-top: .2rem;
}

.notice_con_ul li {
	overflow: hidden;
	padding-left: .2rem;
}

.notice_con_ul li p {
	float: left;
	width: 9rem;
	font-size: .4rem;
	line-height: .8rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.notice_con_ul li span {
	float: right;
	font-size: .3rem;
	line-height: .8rem;
	color: #999;
}

.ad {
	padding: 0 .4rem;
}

.ad a {
	display: block;
	height: 3rem;
	background: url(../images/10.png) no-repeat top center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: .4rem 0 0 0;
	text-align: center;
	padding-top: .5rem;
	box-sizing: border-box;
}

.ad a:nth-child(2) {
	background: url(../images/11.png) no-repeat top center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.ad a p {
	font-size: .6rem;
	line-height: .9rem;
	color: #ff6600;
	font-weight: bold;
}

.ad a:nth-child(2) p {
	color: #0066cc;
}

.footer {
	margin-top: .5rem;
	background-color: #666;
	padding: .4rem;
}

.footer img {
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	margin: 0 auto;
}

.footer_right p {
	font-size: .4rem;
	line-height: .7rem;
	color: #fff;
	margin-top: .3rem;
}

.footer_right p a {
	color: #fff;
}

.footer_right h3 {
	font-size: .4rem;
	line-height: .7rem;
	color: #fff;
	border-top: 1px solid #fff;
	text-align: center;
	margin-top: .3rem;
	padding-top: .3rem;
}

/*  内容页  */
.business_banner img {
	width: 100%;
}

.business {
	position: relative;
	top: -.4rem;
}

.business_tit {
	background: rgba(114, 2, 0, .7);
}

.business_tit .inner {
	height: 1rem;
	padding-left: 5.4rem;
	position: relative;
}

.business_tit h3 {
	font-size: .4rem;
	line-height: 1.4rem;
	color: #fff;
	width: 5rem;
	text-align: center;
	font-weight: bold;
	background: #990000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.business_tit h3 img {
	height: .5rem;
	margin-right: .2rem;
}

.business_tit a {
	float: left;
	font-size: .4rem;
	line-height: 1rem;
	color: #fff;
	margin-right: .2rem;
}

.business_tit a img {
	float: left;
	height: .5rem;
	margin: .25rem .2rem 0 0;
}

.business_con {
	padding: .4rem;
	background: url(../images/16.png) no-repeat left top;
	-webkit-background-size: .2rem auto;
	background-size: .2rem auto;
}

.business_nav {
	float: left;
	width: 3.5rem;
}
.business_nav li{
    list-style: none;
}
.business_nav a {
	display: block;
	font-size: .4rem;
	line-height: 1rem;
	color: #666;
	border-bottom: 1px solid #ddd;
	background: url(../images/15.png) no-repeat right center;
	-webkit-background-size: 6px 11px;
	background-size: 6px 11px;
}

.business_con_right {
	float: right;
	width: 8.3rem;
}

.tit {
	border-bottom: 1px solid #ddd;
}

.tit h3 {
	width: 2.5rem;
	text-align: center;
	font-size: .4rem;
	line-height: 1rem;
	color: #ad3333;
	border-bottom: 4px solid #ad3333;
}

.business_con_right_info h3 {
	font-size: .4rem;
	margin: 10px 0;
	color: #666;
	text-align: center;
}

.business_con_right_info h4 {
	font-size: .3rem;
	line-height: .8rem;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: .5rem;
}

.business_con_right_info h4 span {
	margin-left: .5rem;
}

.business_con_right_info h4 span strong {
	font-weight: normal;
}

.business_con_right_info h5 {
	font-size: .4rem;
	line-height: .7rem;
	color: #333;
	text-align: center;
}

.business_con_right_info h5.date {
	margin-bottom: .5rem;
}

.business_con_right_info p,
.business_con_right_info h6 {
	font-size: .4rem;
	line-height: .7rem;
	color: #333;
	margin-top: .2rem;
}

.business_con_right_info p {
	text-indent: 2em;
}

/*  列表页  */
.business_con_right_ul li {
	padding-left: .2rem;
	border-bottom: 1px dashed #ddd;
	height: 1rem;
}

.business_con_right_ul li a {
	overflow: hidden;
	display: block;
	padding-left: .4rem;
	background: url(../images/17.png) no-repeat left center;
	-webkit-background-size: .2rem .2rem;
	background-size: .2rem .2rem;
}

.business_con_right_ul li a h3 {
	float: left;
	font-size: .4rem;
	line-height: 1rem;
	color: #666;
	width: 4rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.business_con_right_ul li a span {
	float: right;
	font-size: .4rem;
	line-height: 1rem;
	color: #666;
}

.page {
	margin: .8rem auto 0
}

.page h3 {
	float: left;
	font-size: .4rem;
	line-height: .7rem;
	color: #666;
	margin-right: .2rem;
}

.page a {
	float: left;
	font-size: .4rem;
	line-height: .7rem;
	color: #666;
	border: 1px solid #666;
	margin-right: .2rem;
	width: 1.1rem;
	text-align: center;
}

/*视频内容页 start*/
#my-video {
	width: 100%;
	height: 134px;
}

/*视频内容页 end*/

/*组图内容页 start*/
.jssora05l,
.jssora05r {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('../images/a17.png') no-repeat;
	overflow: hidden;
	top: 158px;
	width: 40px;
	height: 40px;
}

.jssora05l {
	background-position: -10px -40px;
	left: 8px;
}

.jssora05r {
	background-position: -70px -40px;
	right: 8px;
}

.jssora05l:hover {
	background-position: -130px -40px;
}

.jssora05r:hover {
	background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
	background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
	background-position: -310px -40px;
}

#jssor_1 .pic-box {
	position: absolute;
	bottom: 0;
	color: #fff;
	z-index: 999;
	background-color: #000;
	width: 100%;
	padding: 10px 0;
}

#jssor_1 .pic-box h1 {
	padding: 0 10px;
	font-size: 16px;
}

#jssor_1 .pic-box p {
	padding: 0 10px;
	text-indent: 0;
	color: #fff;
	font-size: 14px;
}

.jssort01 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 800px;
	height: 100px;
}

.jssort01 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
}

.jssort01 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.jssort01 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.jssort01 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 68px;
	height: 68px;
	border: #000 2px solid;
	box-sizing: content-box;
	background: url('../images/t01.png') -800px -800px no-repeat;
	_background: none;
}

.jssort01 .pav .c {
	top: 2px;
	_top: 0px;
	left: 2px;
	_left: 0px;
	width: 68px;
	height: 68px;
	border: #000 0px solid;
	_border: #fff 2px solid;
	background-position: 50% 50%;
}

.jssort01 .p:hover .c {
	top: 0px;
	left: 0px;
	width: 70px;
	height: 70px;
	border: #fff 1px solid;
	background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
	background-position: 50% 50%;
	width: 68px;
	height: 68px;
	border: #000 2px solid;
}

* html .jssort01 .c,
* html .jssort01 .pdn .c,
* html .jssort01 .pav .c {
	width: 72px;
	height: 72px;
}

/*组图内容页 end*/


