@charset "utf-8";

/* CSS Document */

html {
	color: #666;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
em,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.8 '微软雅黑', Arial, Helvetica, sans-serif;
}

body a {
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

input,
select,
textarea {
	font-size: 100%;
	color: #7c7c7c;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

caption,
th {
	text-align: left;
}

fieldset,
img {
	border: 0;
}

iframe {
	display: block;
}

ol,
ul,
li {
	list-style: none;
}

del {
	text-decoration: line-through;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

legend {
	display: none;
}

q:before,
q:after {
	content: '';
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ins,
a {
	text-decoration: none;
}

input,
button,
select,
textarea {
	outline: none
}

textarea {
	resize: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}

*html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}
/* 正常css */
.nav-com{
	height: 77px;
	width: 100%;
	line-height: 77px;
	margin-top: -1px;
	background: url(../images/nav-top.jpg) no-repeat center;
}
header{
	margin: 0 auto;
	text-align: center;

}
header img{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.nav-com ul li{
	float: left;
}
.nav-com ul li a {
	font-size: 24px;
	color: #f5f5f5;
	padding: 0 56px;
}
.nav-com ul li b {
	font-size: 24px;
	color: #f5f5f5;
}
.wrapper-1200px{
	margin: 0 auto;
	max-width: 1200px;
}
/* 标题1 */
.tv-s1 {
	width:100%;
	background: #fff;
	text-align: center;
	padding: 50px 10px 20px 10px;
}

.box {
	padding-top: 463px;
}

.tv-s1 h1 {
	
	font-size: 28px;
	line-height: 65px;
	padding-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.tv-s1 p {
	font-size: 18px;
	width:100%;
	text-align: justify;
	text-indent: 2em;
	line-height: 32px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
/* 轮播 */
	.picScroll-left{ overflow:hidden; position:relative;}
		.picScroll-left .prev,.picScroll-left .next{ display:block;  width:40px; height:40px;overflow:hidden;cursor:pointer; z-index: 2;opacity: 0.5;}
		.picScroll-left .prev {background:url(../images/btn_l.png) 0 0 no-repeat;position: absolute;top: 65px;left: 10px;}
		.picScroll-left .next { background:url(../images/btn_r.png) 0 0 no-repeat;position: absolute;top: 65px;right: 20px;}
		.picScroll-left .prev:hover {opacity: 1;}
		.picScroll-left .next:hover {opacity: 1;}
		.picScroll-left .bd{ padding-left: 6px;}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center;width: 500px;height: 300px;overflow: hidden; }
		.picScroll-left .bd ul li .pic img {width: 500px;height: 300px;transform: scale(1,1);}
		.picScroll-left .bd ul li .pic .active{ transition: 0.5s;transform: scale(1.1,1.1);}
		.normal {transition: 0.5s;transform: scale(1,1);}
		.picScroll-left .bd ul li .title{ line-height:30px;   }
		.picScroll-left .bd ul li .title a {line-height:30px;display: block;}
		

		
		.slideBox{ width:590px; height:481px; overflow:hidden; position:relative;}
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:25px; bottom:7px; z-index:1; }
		.slideBox .prev,.slideBox .next {display:block;  width:40px; height:40px;overflow:hidden;cursor:pointer; z-index: 2;opacity: 0.5;}
		.slideBox .prev {background:url(../images/btn_l.png) 0 0 no-repeat;position: absolute;top: 45%;left: 0px;}
		.slideBox .next { background:url(../images/btn_r.png) 0 0 no-repeat;position: absolute;top: 45%;right: 2px;}
		.slideBox .prev:hover {opacity: 1;}
		.slideBox .next:hover {opacity: 1;}
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:10px; height:10px; line-height:14px; text-align:center; background:#fff; cursor:pointer;border-radius: 50%; }
		.slideBox .hd ul li.on{ background:#ea922b; color:#fff;position: relative;}
		.slideBox .bd ul li p {color: #fff;position: absolute;bottom: 0;width: 590px;background: rgba(0,0,0,.5);height: 35px;line-height: 35px;padding-left: 10px;}
		.slideBox .bd ul li a:hover p {color:#088fe4;} 
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:590px; height:481px; display:block;  }
		


		.bg {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		#wrap{
			width: 1000px;
			overflow: hidden;
			top:0; left:0; right:0; bottom:0;
			margin:auto;
			height: 300px;
		}
		#wrap > ul{
			width: 120%;
			list-style: none;
		}
		#wrap > ul > li{
			float: left;
			width: 100px;
			height: 300px;
			cursor: pointer;
		}
	
		#wrap > ul > li:nth-child(4){
			
			width: 500px;
		}	
		#wrap > ul > li > .img {
			height: 100%;
			position: relative;
			border-left: 5px solid #fff;
		}
		#wrap > ul > li > .img img {
			width: 400px;
			height: 300px;
			
			float: left;
		}
		#wrap > ul > li > .img p {
			width: 560px;
			height: 50px;
			line-height: 50px;
			background:rgba(0,0,0,.5);
			color: #fff;
			padding: 0 20px;
			text-align: center;
			position: absolute;
			bottom: 0;
		}
		#wrap > ul > li > .img p a{
			color: #fff;
		}
		#wrap > ul > li > .img p a:hover{
			color: #088fe4;
		}

		#wrap > ul > li > .text{
			width: 100px;
			height: 100%;
			background: #000;
			opacity: 0;
		}
		#wrap > ul > li > .text p{
			width: 20px;
			height: 100%;
			font-family: 'Microsoft yahei';
			position: absolute;
		}
		
.yd li{
	width: 8px;
	height: 8px;
	background-color: #fff;
	float: left;
	border-radius: 50%;
	margin-right: 15px;
	cursor: pointer;
	color: transparent;
	text-indent: -99999em;
}
.yd  .on{
	background-color: #ff0000;
}
/* right-txt */
.rig-gr {
    float: right;
    width: 420px;
}
.rig-text p {
    height: 85px;
    border-bottom: 1px dashed #d2d2d2;
    font-size: 16px;
    color: #333333;
}
/* 标题头部 */
.i-top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/i-bt.jpg) no-repeat center;
}
.i-top i a{
	color: #ffffff;
	font-size: 14px;
}
.i-top h1 a{
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	padding-left: 20px;
}
.i-top h1{
	float: left;
}
.i-top i{
	float: right;
	font-style: normal;
	padding-right: 10px;
}
.rig-text h1 a {
    font-size: 24px;
	color: #cc0000;
	display: block;
	line-height: 30px;
}
.rig-text h1{
	padding: 15px 0;
}
.rig-text p {
    height: 85px;
    border-bottom: 1px dashed #d2d2d2;
    font-size: 14px;
    color: #999999;
	text-indent: 2em;
}
.rig-text p span {
    color: #ff0000;
}
.rig-gr ul li {
    position: relative;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rig-gr ul li a {
    font-size: 16px;
    color: #333333;
    padding-left: 1em;
}
.rig-gr ul li:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50;
    border-radius: 50;
    position: relative;
    left: 0;
    top: -20px;
}
.rig-gr ul{
	padding-top: 15px;
}

.dt-left{
	width: 580px;
	height: 520px;
	float: left;
}
.dt-left a {
   text-align:left;
}
.i-bt2{
	width: 580px;
	height: 65px;
	border-bottom: 1px dashed #000;
}
/* 各地动态 */
.dt-left ul li h1 a {
    color: #333333;
    font-size: 18px;
    line-height: 34px;
}
.dt-left ul li h1 {
    margin-bottom: 5px;
}
.dt-left ul li p {
    font-size: 14px;
    color: #333333;
	word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
		-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
		-webkit-line-clamp: 2; /** 显示的行数 **/
		overflow: hidden;  /** 隐藏超出的内容 **/
		text-indent: 25px;
}
.dt-left ul li p a {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}
.dt-left ul li p a span {
    color: #ff0000;
}
.dt-left ul li {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #d2d2d2;
}
.dt-right{
	width: 580px;
	height: 520px;
	float: right;
} 
.l-zs img{
	width: 160px;
	height: 108px;
	float: left;
	padding-right: 20px;
	padding-top:10px;
}
.l-zs{
	overflow: hidden;
	margin-top: 20px;
}
.l-zs  h1{
	color: #333333;
	font-size: 20px;
}
.l-zs p{
	padding-top: 5px;
	color:#999999;
	font-size:14px;
	text-indent: 2em;
	text-align: justify;
}

.dt-right ul{
	 padding-top: 20px;
}
   
.dt-right ul li {
    position: relative;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dt-right ul li a {
    font-size: 16px;
    color: #333333;
    padding-left: 1em;
}
.dt-right ul li:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50;
    border-radius: 50;
    position: relative;
    left: 0;
    top: -20px;
}
/* 学习影像 */

.picScroll-left2{
	width: 1200px;
	overflow: hidden;
	position: relative;
}

.picScroll-left2 .hd {
	position: absolute;
	bottom: 0;
	left: 50%;	
	z-index: 100;
}
.picScroll-left2 .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left2 .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position: relative;
	height: 580px;
}
.picScroll-left2 .bd ul li .pic {
	text-align: center;
}
.picScroll-left2 .bd ul li .pic img {
	width: 1200px;
	height: 580px;
	display: block;
}
.picScroll-left2 .bd ul li .title {
	font-size: 16px;
	position: relative;
	top: -75px;
}
.picScroll-left2 .bd ul li .title a {
	color: #fff;
	font-size: 30px;
	
}
.picScroll-left2 .ys{
	    position: relative;
		top: 5px;
}
.picScroll-left2 .ys li{
	display: inline-block;
	cursor: pointer;
	width: 8px;
	height: 8px;
	background-color: #fff;
	text-indent: -99999em;
	margin-right: 10px;
}
.picScroll-left2 .ys .on{
	background-color: #e4241c;
}
.picScroll-left2 li i{
	width: 120px;
	height: 120px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -60px;
	background: url(../images/play-big.png) no-repeat center;
}
/* 背景介绍 */
.bj-js{
	margin-top: 50px;
	margin-bottom: 10px;
}
.nav-k{
	    background-color: #ececec;
	    color: #333333;
	    font-size: 16px;
	    text-indent: 2em;
	    padding: 45px 50px;
	    text-align: justify;
		line-height: 32px;
}