@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

hr {
	border-bottom: 1px solid #333;
}

img {
	border: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #104296;
	text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea,
select,
button {
	font-size: 100%;
	font-family: inherit;
	outline: none;
}

input,
select,
img {
	vertical-align: middle;
	padding: 0px;
	margin: 0;
    max-width: 100%;
}

select {
	margin: inherit;
}

button {
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol {
	margin-left: 2em;
}

/* ========================================= clearfix == */
.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0px;
}

.clearfix:after {
	content: "\0020";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.oh {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.of {
	overflow: hidden;
}

.tc {
	text-align: center;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.w795 {
	width: 795px;
}

.w390 {
	width: 390px;
}

.w594 {
	width: 594px;
}

.w578 {
	width: 578px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt80 {
	margin-top: 80px;
}

.mt100 {
	margin-top: 100px;
}

.mb50 {
	margin-bottom: 50px;
}

body {
	position: relative;
	min-width: 1300px;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Microsoft Yahei', '微软雅黑';
	color: #333;
	background-color: #fff;
}


/*img-zoom */
.img-zoom .image:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* header */
.header {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 2s;
    transition-timing-function: linear;
    padding-top: 13%;
    z-index: 6;
    background: url('../img/banner.jpg') no-repeat center top / 100% auto;
}

.header .header-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.header .logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: url("../img/logo.png") no-repeat center/auto 170px;
}

.header.big {
    padding-top: 41.6%;
}
.header .header-bg {
    display: none;
}


/* nav */
.nav {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 70px;
	background-color: #0f4195;
}

.nav .nav-item {
	width: 118px;
	height: 70px;
	display: block;
	float: left;
	line-height: 70px;
	text-align: center;
	color: #fff;
}

.nav .nav-item:hover,
.nav .nav-item.on {
	font-weight: bold;
}

.nav .line {
	display: block;
	float: left;
	width: 1px;
	height: 22px;
	margin-top: 24px;
	background-color: #fff;
}

.nav-search {
	width: 462px;
	height: 34px;
	margin-top: 16px;
	line-height: 30px;
	border: 1px solid #fff;
	background: #fff;
}

.nav-search form {
	height: 100%;
}

.nav-search .key {
	-webkit-appearance: none;
	display: block;
	border: 0;
	width: 100%;
	height: 100%;
	background: none !important;
	padding-left: 33px;
	font-size: 16px;
	color: #0f4195;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #0f4195;
}

.nav-search .key::-webkit-input-placeholder {
	color: #0f4195;
}

.nav-search .key:-moz-placeholder {
	color: #fff;
}

.nav-search .key::-moz-placeholder {
	color: #0f4195;
}

.nav-search .key:-ms-input-placeholder {

	color: #0f4195;
}

.nav-search .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 34px;
    background: url("../img/icon_search.png")  no-repeat center center / 22px auto;
	cursor: pointer;
}

/* container */
.container {
    background: #ebeef0 url("../img/bg.jpg") repeat-y center top/1920px auto;
	padding-bottom: 100px;
}

/* model */
.model .model-title {
	width: 100%;
	height: 40px;
	text-indent: 15px;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	background-position: left center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.model .model-title a {
	color: #fff;
}

.model .model-title a:hover {
	color: #fff;
}

.model .model-title .subcat {
	height: 40px;
	margin-left: 20px;
	;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 16px;
	line-height: 34px;
}

.model .model-title .subcat .on {
	font-weight: bold;
}

.model .model-title .subcat span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

/* banner && bignews头条新闻 */
/* banner */
.banner-bignews {
	margin-top: 20px;
}

.banner {
	position: relative;
	width: 728px;
	height: 410px;
	overflow: hidden;
}

.banner .prev,
.banner .next {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: url('../img/banner_arrow.png') no-repeat;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
}

.banner .prev {
	left: -50px;
	background-position: left top;
}

.banner .next {
	right: -50px;
	background-position: right bottom;
}

.banner .prev:hover,
.banner .next:hover {
	background-color: #000;
	background-color: rgba(0, 0, 0, .8);
}

.banner .prev:hover {
	background-position: right top;
}

.banner .next:hover {
	background-position: left bottom;
}

.banner .hd {
	position: absolute;
	right: 10px;
	bottom: 20px;
	width: 80px;
	height: 10px;
	z-index: 1;
}
.banner .hd ul {
	line-height: 10px;
	text-align: right;
}
.banner .hd li {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background-color: #ffffffaa;
	border-radius: 50%;
}
.banner .hd li.on {
	background-color: #fff;
}

.banner .bd {
	width: 728px;
	height: 410px;
}

.banner .bd li {
	width: 728px;
	height: 410px;
	float: left;
}

.banner .bd a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.banner .bd li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .banner-item .tt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 620px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	padding-left: 15px;
	padding-right: 93px;


}

/* bignews头条新闻 */
.bignews {
	width: 442px;
	height: 410px;
	padding: 0 10px;
	background-color: #fff;
}
.bignews .center-td{
    height: 337px;
    border: 0;
}
.bignews .center-td table {
	height: 100%;
}
.bignews .bignews-sub-td {
    padding: 0;
}
.bignews .bignews-sub-td.two {
    height: 190px;
}
.bignews .bignews-sub-td.three {
	height: 125px;
}
.bignews .bignews-sub-td.four {
	height: 94px;
}
.bignews .bignews-sub-td.five {
	height: 74px;
}
.bignews .bignews-sub-td.one a{
    font-size: 36px;
}
.bignews .bignews-sub-td.two a{
    font-size: 30px;
}
.bignews .bignews-sub-td.four a{
    font-size: 18px;
}
.bignews .bignews-sub-td.one a.small-link,
.bignews .bignews-sub-td.two a.small-link,
.bignews .bignews-sub-td.three a.small-link{
    font-size: 16px;
}
.bignews .bignews-sub-td.last{
    border-bottom: 0;
}
.bignews a{
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 1.2;
    /*white-space: pre-line;*/
}
.bignews .bignews-sub {
    line-height: 1.5;
}
.bignews a:hover,
.bignews .bignews-sub a:hover{ color: #104296; }
.bignews .bignews-sub a {
    display: inline;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.bignews .bignews-sub span { padding: 0 10px; }
.bignews td{
    overflow: hidden;
    /* border-bottom: 1px solid #e3e3e3; */
}
.bignews .more{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
	padding: 5px 10px;
}

/* picScroll-left */
.picScroll-left {
	position: relative;
	width: 1200px;
	height: 175px;
	padding-top: 20px;
	margin-top: 30px;
	overflow: hidden;
	background-color: #fbfafa;
}

.picScroll-left .hd {
	position: absolute;
	left: 0;
	top: 71px;
	z-index: 2;
	width: 100%;
	height: 0;
}

.picScroll-left .hd .next {
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	margin-right: -50px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%;
	background: rgba(0,0,0,.5) url('../img/banner_arrow.png') no-repeat left bottom;
	transition: .5s;
}
.picScroll-left .hd .prev {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	margin-left: -50px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%;
	background: rgba(0,0,0,.5) url('../img/banner_arrow.png') no-repeat  right top;
	transition: .5s;
}
.picScroll-left:hover .prev {
	margin-left: 0;
}
.picScroll-left:hover .next {
	margin-right: 0;
}

.picScroll-left .bd {
	padding-left: 8px;
	width: 1192px;
	overflow: hidden;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd li {
	width: 230px;
	margin-right: 8px;
	float: left;
	_display: inline;
	overflow: hidden;
}

.picScroll-left .bd a {
	display: block;
}
.picScroll-left .bd .imgwrap {
	width: 230px;
	height: 126px;
	overflow: hidden;
}
.picScroll-left .bd img {
	width: 100%;
	height: 100%;
	display: block;
	transition: .5s;

}

.picScroll-left .bd .title {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.4;
	color: #282828;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #282828;
}

/* 工作广角 && 有事找纪检 */
.gzgj-yszjj {
	margin-top: 30px;
}

/* 工作广角 */
.gzgj {
	width: 796px;
	height: auto;
}

.gzgj .model-title {
	background-image: url("../img/bg_catbar_middle.png");
}

.gzgj .gzgj-con {
	width: 724px;
	height: 172px;
	margin-top: 15px;
	padding: 25px 36px;
	background-color: #fff;
}

.gzgj .gzgj-con li {
	display: table;
	height: 42px;
}

.gzgj li a {
	display: table-cell;
	vertical-align: middle;
}

.gzgj li p {
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	font-size: 18px;
	color: #282828;
}

.gzgj li p:hover {
	font-weight: bold;
	font-size: 20px;
}

/* 有事找纪检 */
.yszjj {
	width: 392px;
	height: auto;
}

.yszjj .model-title {
	background-image: url("../img/bg_catbar_little.png");
}

.yszjj-con {
	display: block;
	width: 100%;
	height: 222px;
	margin-top: 15px;
}

.yszjj-con .thumb {
	width: 100%;
	height: 222px;
	transition: .5s;

}

.yszjj-con .yszjj-con-title {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 15px;
	width: 362px;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 通栏轮播 */
.wide-slide-imgs {
	width: 1200px;
	height: 120px;
	margin-top: 20px;
	overflow: hidden;
}

.wide-slide-imgs .cont {
	position: relative;
	width: 100%;
	height: 100%;
}

.wide-slide-imgs .cont .hd {
	position: absolute;
	right: 10px;
	bottom: 4px;
	z-index: 1;
}

.wide-slide-imgs .cont .hd li {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 2px;
	background-color: #fff;
	margin: 0 2px;
}

.wide-slide-imgs .cont .hd li.on {
	background-color: #fee75a;
}

.wide-slide-imgs .image,
.wide-slide-imgs img {
	display: block;
	width: 100%;
	height: 100%;
	transition: .5s;
}

/* 三大模块 */
.sdmk-wrap {
	height: 118px;
	margin-top: 30px;
	overflow: hidden;
}

.sdmk-wrap ul {
	width: 1209px;
}

.sdmk-wrap li {
	width: 394px;
	height: 118px;
	margin-right: 9px;
	overflow: hidden;
	float: left;

}

.sdmk-wrap li a {
	display: block;
	width: 394px;
	height: 118px;
}

.sdmk-wrap li a img {
	width: 394px;
	height: 118px;
	transition: .5s;
}

/* 监督举报模块 */
.jdjb-wrap {
    height: 125px;
	margin-top: 30px;
    overflow: hidden;
}
.jdjb-wrap ul {
    width: 1640px;
}
.jdjb-wrap li {
    float: left;
    margin-right: 9px;
}
.jdjb-wrap li a {
    display: block;
    width: 394px;
    height: 125px;
}
.jdjb-wrap li a img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 调查审查&&通报曝光&&举报入口 */
.txt-model {
	width: 798px;
	height: 598px;
}

.scdc {
	width: 798px;
	height: auto;
}

.scdc .model-title {
	
	background-image: url("../img/bg_catbar_middle.png");
}
.scdc .model-title a {
	float: left;
}
.scdc .hd {
	float: left;
	width: 300px;
	margin-left: 15px;
	font-weight: normal;
	font-size: 16px;
	overflow: hidden;
}
.scdc .hd ul {
	float: left;
	height: 40px;
}
.scdc .hd li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right:15px;
	text-indent: 0;
}
.scdc .hd li.line:after {
	content: "/";
	margin-left: 15px;
	font-weight: normal;
}
.scdc .hd li.on {
	font-weight: bold;
}
.scdc .bd {
	height: 222px;
	overflow: hidden;
}
.scdc .scdc-con {
	width: 724px;
	height: 188px;
	margin-top: 15px;
	padding: 25px 36px;
	background-color: #fff;
}

.scdc .scdc-con li {
	display: table;
	height: 42px;
}

.scdc li a {
	display: table-cell;
	vertical-align: middle;
}

.scdc li p {
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	font-size: 18px;
	color: #282828;
}

.scdc li p:hover {
	font-weight: bold;

}

.img-model {
	width: 394px;
	height: 598px;
}

.xfyd {
	display: block;
	width: 100%;
	height: 118px;
	overflow: hidden;
}

.xfyd img {
	width: 100%;
	height: 100%;
	transition: .5s;
}

.wsjb {
	display: block;
	width: 100%;
	height: 465px;
	overflow: hidden;

	margin-top: 12px;
}

.wsjb img {
	width: 100%;
	height: 100%;

}

/* 媒体聚焦&&一线廉声 */
.mtjj-yxls {
	margin-top: 35px;
}

.mtjj {
	width: 796px;
	height: auto;
}

.mtjj .model-title {
	background-image: url("../img/bg_catbar_middle.png");
}

.mtjj-con {
	width: 100%;
	height: 220px;
	margin-top: 15px;
}

.mtjj-con ul {
	width: 804px;
	;
}

.mtjj-con li {
	width: 260px;
	height: auto;
	float: left;
	margin-right: 8px;
	padding-bottom: 10px;
	background: #fff;
}

.mtjj-con li a {

	display: block;
}

.mtjj-con li a .image {
	width: 260px;
	height: 148px;
	overflow: hidden;

}

.mtjj-con li a img {
	width: 260px;
	height: 148px;
	transition: .5s;

}

.mtjj-con li a p {
	margin-top: 8px;
	padding: 0 10px;
	font-size: 18px;
	height: 54px;
	line-height: 1.5;
	color: #282828;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #282828;
}

.yxls {
	width: 392px;
	height: 275px;
}

.yxls .model-title {
	background-image: url("../img/bg_catbar_little.png");
}

.yxls-con {
	position: relative;
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin-top: 15px;

}

.yxls-con .thumb {
	width: 100%;
	height: 220px;
	transition: .5s;
}

.yxls-con .yxls-con-title {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 15px;
	width: 362px;
	height: 54px;
	line-height: 54px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url("../img/bg_single_title.png") no-repeat center bottom /100% auto;
	font-size: 16px;
}

/* 纪检监察网站群 */
.jjjc-website-clusters {
	margin-top: 40px;
	background-color: #fff;
}

.tab-wrap {
	padding: 0 15px;
}

.tab-wrap-s {
	padding: 10px 0;
}

.tab-wrap .tab-item {
	display: inline-block;
	width: auto;
	line-height: 1.5;
	margin-right: 40px;
	font-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	cursor: pointer;
}

.tab-wrap .tab-item a {
	display: block;
	width: 100%;
	height: 100%;

	color: #104296;
}

.tab-wrap .tab-item.on {
	font-weight: bold;
	font-size: 24px;
	border-bottom: 2px solid #104296;
}


.area-list {
	display: none;
	position: relative;
	width: 100%;
	margin-top: 40px;
	background-color: #fff;
	overflow: hidden;
}
.area-list.on {
	display: block;
}
.area-list .inner {
	width: 1220px;
	margin-left: 22px;
}
.area-list .area-item {
	float: left;
	min-width: 56px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.area-list .area-item a {
	text-align: left;
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-Normal;
	white-space: nowrap;

	color: #104296;
}

.area-list .area-item.on a {
	font-family: Source Han Sans CN, Source Han Sans CN-Bold;
	font-weight: 700;
	text-decoration: underline;
	color: #104296;
}
.mtlist {
	display: none;
}
.mtlist.on {
	display: block;
}


.medialist {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
}
.mediaitem {
	display: inline-block;
    vertical-align: top;
    width: 225px;
    height: 73px;
    margin: 0 6px 17px;
    font-size: 18px;
    position: relative;
    border: 1px solid #ddd;
}
.mediaitem .code {
	display: block;
	width: 100%;
	height: 100%;
}
.mediaitem:before,
.mediaitem:after {
	position: absolute;
	top: -1px;
	left: -1px;
	content: '';
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}
.mediaitem:before {
	width: 226px;
	width: 0px\9;
	border-top: 1px solid #ea1515;
	border-bottom: 1px solid #ea1515;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}

.mediaitem:after {
	height: 74px;
	height: 0px\9;
	border-left: 1px solid #ea1515;
	border-right: 1px solid #ea1515;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
}
.mediaitem:hover {
	color: #ea1515;
	border: 1px solid #ea1515\9;
	*border: 1px solid #ea1515;
}
:root .mediaitem:before {
	width: 226px;
}
:root .mediaitem:after {
	height: 74px;
}
:root .mediaitem:hover {
	border: 1px solid #eee;
}
.mediaitem:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-ms-transition: -ms-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}
.mediaitem:hover:after {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-ms-transition: -ms-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}

.imglinklist {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
	width: 1220px;
}
.imglinkitem {
	display: block;
	float: left;
	width: 116px;
	height: 66px;
	margin: 0 8.5px 17px;
	font-size: 18px;
	position: relative;
	overflow: hidden;
}
.imglinkitem img {
	display: block;
	width: 100%;
	height: 100%;
}

/*footer*/
.footer {
	width: 100%;
	height: auto;
	padding: 10px 0 30px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	background: #0f4195;
}

.footer a {
	color: #FFF;
}

.footer img {
	width: 80px;
	height: 80px;
}

/* 浮动框 */
.floatico {
	display: none;
	position: fixed;
	right: 0;
	top: 235px;
	z-index: 6;
	width: 90px;
	transition: .5s;
}

.floatico .list {
	width: 90px;
	overflow: hidden;
	background-color: #0f4195;

}

.floatico .item {
	display: block;
	width: 90px;
	height: 75px;
	padding: 10px 0;
	background-color: #0f4195;
	background-size: 65px auto;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .5s;
}

.floatico .item1 {
	height: 82px;	
	background-image: url('../img/floatico1.png');
}
.floatico .item2 {
	background-image: url('../img/floatico2.png');
}
.floatico .item3 {
	background-image: url('../img/floatico3.png');
}
.floatico .item4 {
	background-size: 90% auto;
	background-image: url('../img/floatico4.png');
}
.floatico .item5 {
	background-size: 94% auto;
	background-image: url('../img/floatico5.png');
}
.floatico .item img {
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto 20px;
}

/* 返回顶部按钮 */
.btn-backtop {
	width: 70px;
	height: 50px;
	background: url('../img/arrw.png') no-repeat center/30px auto;
	border-top: 1px solid #fff;
	margin: 0 auto;
	cursor: pointer;
}
.backToTop {
	display: none !important;
}

/*首页样式*/
.pg {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 7;
    width: 120px;
}
.pg .link {
    width: 100%;
    height: 120px;
    display: block;
}
.pg .ani {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-animation: shake .5s infinite linear;
    animation: shake .5s infinite linear;
}
@-webkit-keyframes shake {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(0);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0);
    }
}
@keyframes shake {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(0);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0);
    }
}
.pg .bg {
    position: absolute;
    width: 180%;
    height: 120px;
    left: 100%;
    top: 0;
    background: url('../img/pgtxt.png?d=5') no-repeat left center/ auto 85%;
    transition: .5s;
}
.pg:hover .bg {
    left: -150%;
}
@media screen and (max-width: 1000px) {
    .pg {
        display: none;
    }
}


/* 详情图集 */
.bigimg-show {
    margin: auto;
    position: relative;
}

.bigimg-show .atlas {
    position: relative;
    overflow: hidden;
    width: 600px;
    box-sizing: border-box;
    margin: 20px auto;
}

.bigimg-show .atlas .bigImg {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.bigimg-show .atlas .bigImg li img {
    vertical-align: middle;
    width: 100%;
    height: 400px;
}

.bigimg-show .atlas .smallScroll {
    width: 100%;
    height: 104px;
    margin: 20px 0 30px;
}

.bigimg-show .atlas .sPrev,
.atlas .sNext {
    float: left;
    display: block;
    width: 25px;
    height: 85px;
    position: absolute;
}

.bigimg-show .atlas .sPrev {
    left: 1%;
    background: url("../img/slide-left.png") no-repeat center;
    background-size: 100%;
}

.bigimg-show .atlas .sNext {
    right: 1%;
    background: url("../img/slide-right.png") no-repeat center;
    background-size: 100%;
}

.bigimg-show .atlas .smallImg {
    float: left;
    margin: 0 6px;
    display: inline;
    width: 90%;
    overflow: hidden;
    margin-left: 5.4%;
}

.bigimg-show .atlas .smallImg ul {
    height: 104px;
    width: 9999px;
    overflow: hidden;
}

.bigimg-show .atlas .smallImg li {
    float: left;
    padding: 0 4px 0 0;
    width: 130px;
    cursor: pointer;
    display: inline;
    text-align: center;
}

.bigimg-show .atlas .smallImg .on img {
    border-width: 2px;
    border-color: red;
}

.bigimg-show .atlas .smallImg img {
    border: 1px solid #dcdddd;
    width: 130px;
    height: 100px;
}

.bigimg-show .zoomDiv {
    position: absolute;
    top: 0;
    overflow: hidden;
    color: #333;
    border: 5px solid #eee;
    background: #fff;
    box-shadow: 0 0 10px #777;
}

.bigimg-show .view {
    padding: 0 2rem;

}

.bigimg-show .view img {
    display: inline-block;
    width: 20px;
    vertical-align: bottom;
}

.bigimg-show .view p {
    display: inline-block;
}

.bigimg-show .info {
    float: right;
    width: 580px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0px 0 16px 0;
    padding: 27px 0 20px;
}

.bigimg-show .title {
    font-weight: bold;
    font-size: 30px;
    color: #000;
}

.bigimg-show .summary {}