/*全局样式*/
a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, 
h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, 
ul, input , pre ,var textarea,th, td {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-size: 14px;
	font-family:"微软雅黑",sans-serif,Verdana, Arial, Helvetica;
	background-color: #f9f9f9;
}
body{
    background:#ffffff; width:100%; height:100%;outline: 0;
}
html { overflow-x: hidden; overflow-y: auto; }
ol, ul , li {
	list-style: outside none none;
}
img{ 
    border:none; display:block;vertical-align:middle;
}
input::-webkit-search-cancel-button{
	display: none;  //在ie浏览器下去掉叉号
}
input,textarea {
    border: 0; /*去掉内阴影 方法1 */
    -webkit-appearance: none; /*去掉内阴影  方法2 */
}
a{ 
    text-decoration:none;blr:expression(this.onFocus=this.blur());
    -moz-transition:all .2s linear;
	-ms-transition:all .2s linear;
	-o-transition:all .2s linear;
	-webkit-transition:all .2s linear;
	transition:all .2s linear;
}
a,input,button,*:focus,textarea,select{
    outline:none;
}
table{ 
    border-collapse:collapse;table-layout: fixed;border-spacing: 0;
}
tr th,tr td { 
    word-break: break-all; word-wrap:break-word;
}
.clearfix:after {
    clear: both;content: ".";display: block;height: 0;visibility: hidden;*zoom:1;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em,i{
	font-style:normal;
}
.fl{ 
    float:left;
}
.fr{ 
    float:right;
}
.container { 
    width:1182px; margin:0 auto;
}
.container-a { 
    width:1502px; margin:0 auto;
}
.container-b {
	width: 1200px; margin: 0 auto; overflow: hidden;
}
.container-c {
	width: 1000px; margin: 0 auto;
}
/*header*/
.header-one {
	padding: 18px 0;
	background: #444040;
	border-bottom: 3px solid #000000;
}
.header-div {
	position: relative;
}
.head-a a {
	margin-top: 10px;
	padding: 6px 12px;
	border: 1px solid #504b4b;
	float: left;
	color: #999;
	background: #403c3c;
}
.head-a a:nth-child(2) {
	margin-left: -1px;
}
.head-a a:hover {
	color: #ff9900;
}
.head-logo {
	margin-left: 226px;
	float: left;
}
.head-search {
	position: relative;
	width: 273px;
	float: right;
	margin-top: 6px;
}
.head-search input[type="text"] {
	padding-left: 20px;
	padding-right: 50px;	
	width: 203px;
	height: 42px;
	background: #302d2d;
	border: 1px solid #5b5656;
	border-radius: 25px;
	color: #7a7a7a;
	font-size: 14px;
	position: relative;
}
.head-search input[type="text"]::-webkit-input-placeholder {
	color: #7a7a7a;
}
.head-search input[type="submit"] {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 13px;
	background-image: url(../../images/201608/img_04.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 22px;
	height: 17px;
	border: none;
}
.head-nav {
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.head-nav-ul li {
	float: left;
	font-size: 20px;
	padding-right: 74px;
	line-height: 30px;
}
.head-nav-ul li a {
	color: #666666;
}
.head-nav-ul li a:hover {
	color: #ff9900;
}
.head-nav-ul li.select a {
	font-weight: bold;
	color: #ff9900;
}
.head-nav-ul li:last-child {
	padding-right: 0px;
}
/*轮播图*/
.content-fl {
	float: left;
	width: 813px;
	overflow: hidden;
}
.slides-div-h2 {
	float: left;
	padding-bottom: 20px;
}
.slides-div-h2 h2 {
	color: #333333;
	font-weight: bold;
	font-size: 34px;
}
.slides-div-h2 h2 a {
	color: #333333;
}
.slides-div-h2 p {
	line-height: 31px;
	color: #999;
}
.page {
	float: right;
}
.page span {
	display: block;
	float: left;
}
.page span.i1 {
	color: #ff9900;
	font-size: 40px;
}
.page span.i2 {
	display: block;
	margin: 25px 4px 0 4px;
	color: #d0d0d0;
	font-size: 24px;
	background-image: url(../../images/201608/video_03.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 27px;
}
.page span.i3 {
	margin-top: 30px;
	font-size: 20px;
	color: #333333;
}
/*热门视频*/
.video-div {
	float: left;
}
.video-div-img {
	position: relative;
	width: 256px;
	height: 160px;
}
.video-div-img img {
	width: 256px;
	height: 160px;
}
.vid-date {
	position: absolute;
	color: #fff !important;
	font-size: 18px;
	bottom: 14px;
	right: 14px;
}
.vid-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -33.5px;
	margin-top: -32px;
	background-image: url(../../images/201608/video_01.png);
	background-repeat: no-repeat;
	width: 67px;
	height: 64px;
	display: block;
	transition: all .3s linear; 
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.vid-icon:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
.video-rem h3 {
	color: #000000;
	font-size: 24px;
}
.video-div {
	width: 256px;
	margin-right: 22px;
}
.video-div:last-child {
	margin-right: 0px;
}
.video-div p {
	display: block;
	background-color: #f5f5f5;
	padding: 10px 15px;
	margin: 0 auto;
	font-size: 18px;
	color: #000;
}
.video-div p a {
	color: #000;
}
.video-div p a:hover {
	color: #ff9900;
}
.video-rem-list {
	margin-top: 18px;
}
.video-rem {
	margin-top: 26px;
}
.info {
	margin-top: 40px;
}
.info-nav {
	border-top: 3px solid #333333;
	border-bottom: 1px solid #cccccc;
	padding: 12px 0 ;
}
.info-nav ul li {
	width: 80px;
	text-align: center;
	float: left;
	color: #333333;
	font-size: 20px;
}
.info-nav ul li a {
	color: #333333;
}
.info-nav ul li a:hover {
	color: #ff9900;
}
.info-nav ul li.select a {
	font-weight: bold;
	color: #ff9900;
}
.info-img {
	position: relative;
}
.info-img img {
	position: relative;
	width: 300px;
	/* height: 158px; */
}
.info-img span {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.5);
	font-size: 12px;
	color: #fff;
	padding: 5px 13px;
}
.info-cont {
	display: none;
	width: 813px;
}
.info-text {
	float: left;
	margin-left: 30px;
	width: 417px;
}
.info-text h3 {
	line-height: 30px;
}
.info-text h3 a {
	color: #333333;
	font-size: 20px;
}
.info-text h3 a:hover {
    color: #ff9900;	
}
.info-text p {
	padding-top: 5px;
	color: #999999;
	line-height: 24px;
}
.info-text > a {
	display: inline;
	padding-top: 15px;
	color: #cccccc;
	font-size: 12px;
}
.info-cont-div {
	padding: 30px 0;
	border-bottom: 1px solid #ececec;
}
.ad-img {
	margin: 30px 0;
}
.ad-img-1 {
	margin-bottom: 30px ;
}
.ad-img-1 img,.ad-img-2 img {
	max-width: 300px;
}
.hot-div {
	border: 1px solid #dddddd;
}
.hot-nav {
	padding: 18px 0;
	background-color: #e2e1e1;
}
.hot-nav a {
	float: left;
	display: block;
	width: 99px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.hot-nav a:hover {
	color: #ff9900;
}
.hot-nav a.select {
	font-weight: bold; 
}
.content-fr {
	width: 300px;
	overflow: hidden;
}
.hot-cont {
	display: none;
}
.hot-cont-div {
	height: 156px;
	padding: 33px;
	background-color: #f7f7f7;
	border-left: 2px solid #f7f7f7;
	border-bottom: 1px solid #cccccc;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.hot-cont-div h3 a {
	color: #333333;
	font-size: 18px;
}
.hot-cont-div h3 a:hover {
	color: #FF9900;
}
.hot-cont-div > a {
	display: block;
	padding: 5px 0;
	color: #999999;
}
.hot-cont-div img {
	width: 130px;
	height: 68px;
}
.hot-cont-div:hover {
	border-left: 2px solid #cccccc;
	background-color: #fff;
}
/*友情链接*/
.links {
	padding: 50px 0;
	border-bottom: 1px solid #dddddd;
}
.links h2 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.links ul {
	padding-left: 25px;
	padding-top: 10px;
}
.links ul li {
	float: left;	
	color: #666;
	line-height: 26px;
}
.links ul li a {
	color: #666666;
}
.links ul li a:hover {
	color: #ff9900;
}
.links ul li span {
	padding: 0 16px;
	color: #666666;
}
/*备案*/
.filing {
	padding-top: 40px;
	text-align: center;
}
.filing img {
	margin: 0 auto;
}
.filing p {
	padding-top: 20px;
	color: #999;
	line-height: 26px;
}
.us-nav {
	margin-top: 45px;
	padding: 20px 0;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #dddddd;
}
.us-nav a {
	color: #333333;
	font-size: 18px;
	display: block;
	float: left;
	width: 99px;
	text-align: center;
}
.us-nav a:hover {
	color: #ff9900;
}
.more-btn {
	margin-top: 30px;
	padding: 10px 0;
	border: 1px solid #eeeeee;
	text-align: center;
}
.more-btn a {
	display: block;
	margin: 0 auto;
	width: 142px;
	height: 21px;
	line-height: 21px;
	color: #333333;
	font-size: 18px;
	background-image: url(../../images/201608/video_04.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.more-btn a:hover {
	color: #ff9900;
}
/*资讯-页面*/
.recommend-info {
	margin-top: 25px;
}
.head-b {
	font-size: 24px;
	color: #333333;
}
.inform-cont {
	margin-top: 30px;
	border-bottom: 1px solid #ececec;
}
.inform-nav {
	height: 50px;
	line-height: 50px;
	
}
.inform-nav h2 {
	padding: 0px 29px;
	float: left;
	font-size: 20px;
	background-color: #8c8599;
	color: #ffffff;
	font-weight: bold;
}
.inform-nav-ul {
	width: 82%;
	background-color: #f3f3f3;
	float: left;
	padding-left: 25px;
}
.inform-nav-ul li {
	min-width: 74px;
	text-align: center;
	float: left;
	padding-right:10px;
}
.inform-nav-ul li a {
	color: #666666;
	font-size: 18px;
}
.inform-nav-ul li.select a {
	font-weight: bold;
	color: #ff9900;
}
.inform-nav-ul li a:hover {
	color: #ff9900;
}
.h3-a {
	color: #333333;
	font-weight: bold;
	font-size: 24px;
}
.sml-img img {
	width: 228px;
	/* height: 120px; */
}
/*翻页*/
.page-div ul li {
	color: #666666;
	font-size: 18px;
	float: left;
}
.page-div ul li a {
	padding: 0 12px;
	color: #666666;
	font-size: 18px;
}
.page-div ul li a:hover {
	background-color: #ffa51d;
	color: #fff;
}
.page-div ul li.select {	
	color: #ffffff;
}
.page-div ul li.select a {
	background-color: #ffa51d;
	color: #fff;
}
.page-div {
	margin: 60px 0;
}
/*翻页新*/
.page-div span {font-size:18px;color:#666666;}
.page-div span a{
	color: #666666;
    font-size: 18px;
    padding: 0 12px;
	}
.page-div span.dangqian {
	background-color: #ffa51d;
    color: #fff;
	padding: 0 12px;
	}
	
.page-div span a:hover {
	background-color: #ffa51d;
    color: #fff;
}


/*热门视频*/
.video-sml-img {
	margin-right: 15px;
	position: relative;
	width: 130px;
	height: 82px;
}
.video-sml-img img {
	width: 130px;
	height: 82px;
}
.video-sml-img .vid-date {
	bottom: 3px;
	right: 8px;
	font-size: 16px;
}
.video-sml-img .vid-icon {
	left: 50%;
	top: 50%;
	margin-left: -17.5px;
	margin-top: -17.5px;
	background-size: 100% 100%;
	width: 35px;
	height: 33px;
}
.video-list p {
	float: left;
	margin-top: 4px;
	padding: 0px;
	width: 155px;
	background-color: #FFFFFF !important;
	line-height: 26px;
}
.video-list {
	width: 300px;
	margin-top: 20px;
}
.video-rm {
	margin-bottom: 30px;
}
.info-hide {
	display: none;
}
/*资讯-详情页*/
.bread-nav {
	color: #999999;
	padding-bottom: 30px;
	margin-top: 25px;
}
.bread-nav p {
	font-size: 16px;
}
.bread-nav p a {
	color: #999999;
	font-size: 16px;
}
.bread-nav p a:hover {
	color: #FF9900;
}
.bread-nav p span.select {
	color: #666666;
	font-weight: bold;
}
.bread-nav p span {
	padding: 0 6px;
}
.title-head {
	padding-bottom: 30px;
}
.title-head h1 {
	padding: 12px 0;
	color: #404040;
	font-size: 34px;
	font-weight: bold;
}
.title-head p {
	color: #999999;
	font-size: 12px;
}
.title-head p a {
	color: #999999;
}
.article-info {
	padding-top: 22px;
	border-top: 1px solid #dddddd;
}
.article-share h4 {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}
.share-list-div {
	line-height: 28px;
	padding: 12px  0;
	border-bottom: 1px solid #e5e5e5;
	float: left !important;
	
}
.share-list-div:last-child {
	border-bottom: 0px;
}
.share-list-div img {
	float: left;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.share-list-div:hover img {
	transform:translateX(6px);
	-moz-transform:translateX(6px);
	-o-transform:translateX(6px);
	-ms-transform:translateX(6px);
	-webkit-transform:translateX(6px);
}
.share-list-div span,.share-list-div h5 {
	padding-left: 12px;
	float: left;
	color: #666666;
}
.share-list-div a:hover span {
	color: #FF9900;
}
.share-list-div a:hover h5 {
	color: #FF9900;
}
.share-list-div h5 {
	color: #333333;
	font-weight: bold;
}
.share-list {
	margin-top: 5px;
	width: 121px;
}
.article-share {
	width: 200px;
	overflow: hidden;
}
.article-text {
	width: 612px;
}
.article-text p {
	padding: 12px 0;
	color: #666666;
	font-size: 18px;
	line-height: 36px;
}
.article-img img {
	max-width: 612px;
}
.article-img span {
	line-height: 32px;
	display: block;
	text-align: center;
	color: #999999;
}
.ad-img-3 {
	padding-top: 30px;
}
.comment-pl {
	padding-top: 50px;
	padding-bottom: 20px;
}
.recommend-sel {
	display: none;
}
.comment-tips {
	padding: 30px 50px;
	border: 1px solid #f0f0f0;
}
.comment-tips p {
	line-height: 20px;
	padding-top: 10px;
	color: #666666;
	font-size: 12px;
}
.recommend-jc {
	margin-top: 50px;
	border-top: 3px solid #000000;
}
.recommend-jc h2 {
	padding-top: 22px;
	padding-bottom: 18px;
}
.recommend-jc-nav {
	position: relative;
}
.recommend-jc-nav .kua {
	top: 0px;
	position: absolute;
	width: 130px;
	height: 45px;
	display: block;
	background-color: #333333;
	border: 1px solid #333;
	z-index: 3;
} 
.recommend-jc-nav .kua .i4 {
	top: 10px;
	right: -14px;
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 15px solid #333333;
}
.recommend-jc-nav ul {
	position: relative;
	width: 129px;
	text-align: center;
	border: 1px solid #dddddd;
}
.recommend-jc-nav ul li a {
	position: relative;
	z-index: 4;
	display: block;
	height: 45px;
	line-height: 45px;
	color: #333333;
	font-size: 20px;
	padding-bottom: 22px;
}
.recommend-jc-nav ul li a:hover {
	color: #fff;	
}
.recommend-jc-nav ul li.select a {	
	color: #fff;
}
.recommend-cont {
	width: 597px;
}
.recommend-cont-div {
	border-bottom: 1px solid #f0f0f0;
	padding: 30px 0 ;
}
.recommend-cont-div:first-child {
	padding-top: 0px;
}
.re-img {
	margin-right: 20px;
}
.re-img img {
	width: 160px;
	height: 84px;
}
.re-text {
	margin-left: 20px;
}
.re-text h3 a {
	line-height: 30px;
	font-size: 20px;
	color: #333333;
}
.re-text h3 a:hover {
	color: #ff9900;
}
.re-text p {
	padding-top: 17px;
}
.re-text p span {
	margin-left: 6px;
	padding: 2px 10px;
	border: 1px solid #ffa51d;
	font-size: 12px;
	color: #ffa51d;
}
.re-text p a {
	margin-left: 12px;
	color: #cccccc;
	font-size: 12px;
}
.article-next {
	margin-top: 96px;
	padding: 60px 0;
	background-color: #f6f6f6;
}
.art-div h3 {
	color: #666666;
	font-size: 24px;
}
.art-div h3 a {
	color: #666666;
}
.art-div-bt {
	width: 813px;
}
.art-div-bt h2 {
	padding-top: 37px;
}
.art-div-bt h2 a {
	font-size: 34px;
	color: #404040;
	font-weight: bold;
}
.art-div-bt h2 a:hover {
	color: #ff9900;
}
.art-div-bt p {
	padding-top: 15px;
	color: #666666;
	line-height: 28px;
}
.back-btn {
	float: left;
	display: block;
	margin-top: 62px;
	padding: 11px 30px;
	color: #404040;
	border: 1px solid #dddddd;
	background-color: #fff;
	border-radius: 5px;
}
.back-btn:hover {
	color: #ff9900;
}
/*图片首页*/
.header-two {
	padding: 10px 0;
	background-color: #444040;
}
.header-nav-a ul li {
	float: left;
}
.header-nav-a ul li a {
	padding-left: 48px;
	line-height: 26px;
	color: #999999;
}
.header-nav-a ul li a:hover {
	color: #ff9900;
}
.header-nav-a ul li.select a {
	color: #ff9900 !important;
}
.picture-nav {
	padding: 16px 0;
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.picture-nav-ul li {
	float: left;
	padding-right: 78px;
}
.picture-nav-ul li a {	
	line-height: 38px;
	color: #333333;
	font-size: 18px;
}
.picture-nav-ul li a:hover {
	color: #ff9900;      
}
.picture-nav-ul li.select a {
	font-weight: bold;
	color: #ff9900;
}
.pic-search {
	position: relative;
}
.pic-search input[type="text"] {
	position: relative;
	padding-left: 20px;
	padding-right: 34px;
	width: 158px;
	height: 38px;
	display: block;
	border-radius: 25px;
	background-color: #f7f7f7;
	border: none;
}
.pic-search input[type="button"] {
	cursor: pointer;
	top: 10px;
	right: 10px;
	position: absolute;
	background-image: url(../../images/201608/pic_07.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 17px;
	display: block;
	background-color: transparent;
	border: none;
}

.pic-search input[type="submit"] {
	cursor: pointer;
	top: 10px;
	right: 10px;
	position: absolute;
	background-image: url(../../images/201608/pic_07.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 17px;
	display: block;
	background-color: transparent;
	border: none;
}

.pinterest {
	padding-top: 50px;
	background-color: #f7f7f7;
	padding-bottom: 89px;
}
/*视频课程*/
.picture-nav-bag {
	margin-top: -70px;
	background-image: url(../../images/201608/video_1.png);
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover;
	width: 100%;
	height: 290px;
}
.picture-nav-bag ul {
	padding-top: 156px;
	width: 750px;
	margin: 0 auto;
}
.picture-nav-bag ul li {
	padding: 0 62.5px;
	float: left;
	font-size: 24px;
}
.picture-nav-bag ul li a {
	border: 1px solid transparent;
	padding: 5px 12px;
	color: #FFFFFF;
}
.picture-nav-bag ul li a:hover {
	color: #ff9900;
}
.picture-nav-bag ul li.select a {
	border: 1px solid #FFFFFF;
}
.video-cont {
	margin-right: 80px;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
	width: 240px;
	height:230px;
}
.video-cont-img {
	position: relative;
}
.video-cont-img img {
	width: 240px;
}
.video-cont-text {
	padding-top: 16px;
}
.video-cont-text h3 {
	height: 38px;
	overflow: hidden;
}
.video-cont-text h3 a {
	color: #333333;
}
.video-cont-text h3 a:hover {
	color: #ff9900;
}
.video-cont-text span {
	display: block;
	padding-top: 8px;
	color: #999999;
	font-size: 12px;
}
.video-cont-img .vid-icon {
	display: none;
}
.video-wid-cont {
	display: none;
}
.video-wid {
	width: 1280px;
}
.video {
	padding-top: 20px;
	padding-bottom: 64px;
}
/*加载更多*/
.load_more {
	margin-top: 58px;
	text-align: center;	
}
.load_more_text {
	cursor: pointer;
	padding: 10px 50px;
	font-size: 18px;
	color: #999999;
	border: 1px solid #cccccc;
	background-color: #fff;
}
.load_more_text:hover {
	color: #ff9900;
}
.footer {
	padding: 23px 0;
	background-color: #272636;
}
.foot-nav ul li {
	padding-right: 47px;
	float: left;
}
.foot-nav ul li a {
	color: #666666;
	font-size: 16px;
}
.foot-nav ul li a:hover {
	color: #ff9900;
}
.foot-nav ul li.select a {
	font-weight: bold;
}
.foot-nav p {
	padding-top: 23px;
	color: #666666;
	font-size: 12px;
}
.foot-share {
	padding-top: 10px;
}
.foot-share span {
	color: #666666;
	line-height: 30px;
	float: left;
}
.foot-share ul {
	float: left;
}
.foot-share ul li {
	margin-left: 20px;
	float: left;
}
/*视频详情*/
.video-nav {
	padding-top: 12px;
}
.video-nav p {
	color: #999999;
	font-size: 16px;
}
.video-nav p a {
	color: #999999;
}
.video-nav p a:hover {
	color: #ff9900;
}
.video-nav p span {
	font-weight: bold;
}
.video-details h1 {
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}
.video-details h1 {
	text-align: center;
	padding: 55px 0;
}
.video-sp {
	width: 1000px;
	margin: 0 auto;
}
.video-sp iframe {
	max-width: 100%;
	width: 100%;
}
.video-wb {
	padding: 36px 0;
	width: 793px;
	margin: 0 auto;
}
.video-wb p {
	padding-top: 22px;
	line-height: 28px;
	color: #666666;
	font-size: 16px;
}
.video-pl {
	width: 793px;
	margin: 0 auto;
}
.video-pl img {
	margin: 0 auto;
}
.video-xg {
	padding-top: 60px;
	padding-bottom: 85px;
	background-color: #f0f0f0;
}
.video-xg h2 {
	float: left;
	font-size: 24px;
}
.video-xg a {
	color: #333333;
	float: right;
}
.video-xg a:hover {
	color: #ff9900;
}
.picScroll-left {
	padding-top: 34px;
	position: relative;
	width: 1200px;
}
.picScroll-left .bd {
	width: 1070px;
	overflow: hidden;
	margin-left: 65px;
	position: relative;	
}
.picScroll-left .bd ul li {
	margin-right: 38px;
	width: 239px;
}
.picScroll-left .hd {
	width: 1200px;
	position: absolute;
}
.picScroll-left .hd a {
	z-index: 10;
	cursor: pointer;
	position: absolute;
	top: 0px;
	background-repeat: no-repeat;
	display: block;
	width: 50px;
	height: 184px;
	opacity: 0.7;
}
.picScroll-left .hd a:hover {
	opacity: 1;
}
.picScroll-left .hd .prev {
	left: 0px;
	background-image: url(../../images/201608/btn_01.png);
}
.picScroll-left .hd .next {
	right: 0px;
	background-image: url(../../images/201608/btn_02.png);
}
.pic-img {
	width: 239px;
	text-align: center;
}
.pic-img img {
	width: 239px;
	height: 149px;	
}
.pic-img-a {
	display: block;
	width: 239px;
	height: 149px;
	overflow: hidden;	
}
.pic-img-a img {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;	
}
.pic-img-a a:hover img {
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.pic-img span a {
	width: 239px; 
	white-space: nowrap;
	overflow: hidden;
	padding-top: 20pxs;
	display: block;
} 
/*图片瀑布流*/
.box img {
    width: 100%;
    max-width: 100%;
}
.imgholder {
	perspective-origin: 25% 75%;
}
.imgholder a {
	perspective:1200px;
	background-color: #FFFFFF;
	display: block;
	text-align: center;
	color: #333333;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
.imgholder a:hover {
	transform:translate3d(0,-3px,2px);
	-moz-transform:translate3d(0,-3px,2px) ; 
	-ms-transform:translate3d(0,-3px,2px) ;
	-o-transform:translate3d(0,-3px,2px) ; 
	-webkit-transform:translate3d(0,-3px,2px) ;
	box-shadow:4px 7px 20px #dbdbdb; 
	-moz-box-shadow:4px 7px 20px #dbdbdb ;
	-ms-box-shadow:4px 7px 20px #dbdbdb ;
	-o-box-shadow:4px 7px 20px #dbdbdb ;
    -webkit-box-shadow:4px 7px 20px #dbdbdb ;
}
.imgholder a span {
	box-shadow: 0px 2px 10px #eae8e8;
	display: block;
	padding: 20px 0;
}
/*图片详情*/
.img-details {
	padding-top: 16px;
	width: 700px;
	background-color: #FFFFFF;
}
.share-top {
	padding: 0 20px ;
}
.share-top-le p {
	float: left;
	font-size: 18px;
	color: #999999;
	line-height: 32px;
}
.share-top-le ul {
	margin-left: 10px;
	padding: 5px 11px;
	border: 1px solid #efefef;
	float: left;
}
.share-top-le ul li{
	padding: 0 11.5px;
	float: left;
}
.share-top-le ul li img {
	transition: all .3s linear;
}
.share-top-le ul li:hover img {
	transform: rotate(180deg);
}
.share-top-xz {
	overflow: hidden;
	width: 70px;
	height: 33px;
}
.share-top-xz a {
	display: block;
	position: relative;
	z-index: 13;
	width: 70px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #ffffff;
}
.share-top-xz .a1 {
	background-color: #a80d2a;
	width: 70px;
	height: 33px;
	display: block;
	position: absolute;
	top: -33px;
	z-index: 2;
}
.share-top-xz .a2 {
	background-color: #d10a2f;
	width: 70px;
	height: 33px;
	display: block;
	position: absolute;
	top: 0px;
	z-index: 1;
}
.img-play-div {
	max-width: 660px;
	background-image: url(../../images/201608/detils-1.png);
	background-repeat: repeat;
	margin: 0 auto;
}
.img-play-div img {
    max-width: 100%;
	margin: 0 auto;
}
.img-play {
	padding-top: 26px ;
}
.img-play p {
	line-height: 32px;
	padding: 36px;
	display: block;
	text-align: center;
	font-size: 24px;
	color: #333333;
}
.img-list {
	width: 260px;
}
.img-list-cont {
	padding: 20px 0;
	border-top: 1px solid #dadada;
}
.img-list-cont img {
	float: left;
	width: 126px;
	height: 83px;
}
.img-list-cont a {
	color: #333333;
}
.img-list-cont span {
	width: 112px;
	float: right;
	display: block;
	color: #333333;
	font-size: 16px;
}
.img-list-cont a:hover span  {
	color: #ff9900;
}
.head-c {
	padding-bottom: 20px;
}
/*点击返回顶部*/
.upBtn {
	perspective: 1000;
	cursor: pointer;
	position: fixed;
	top: 80%;
	right: 5%;
	opacity: 0.7;
	transition: all .5s linear;
	-ms-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-webkit-transition: all .5s linear;
}
.upBtn:hover{
	opacity: 1;
	transform:  rotateY(180deg);
	-ms-transform:  rotateY(180deg);
	-moz-transform:  rotateY(180deg);
	-o-transform:  rotateY(180deg);
	-webkit-transform:  rotateY(180deg);
}
































































































































