.ny_banner{
	width: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.ny_banner img{
	width: 100%;
}
.ny_banner h3{
	position: absolute;
	top: 43%;
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: #fff;
}
/*gy*/
.download-table tbody tr td a:hover {
	color:#D3261E
}
.about-warp h2.section-title {
	position:relative;
	font-size:24px;
	font-weight:normal;
	height:100px;
	margin:0;
	line-height:100px;
	font-family: "微软雅黑";
}
.about-warp h2.section-title span {
	position:absolute;
	opacity:0.05;
		font-family: "微软雅黑";
	font-size:100px;
	color:#D3261E;
	left:0;
	bottom:-20%;
	line-height:1
}
.about-intro {
	padding:80px 0;
	text-align:center
}
.about-intro .intro-img {
	width:640px;
	height:440px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-image: url( ../img/gy.jpg);
	box-shadow:0 15px 30px 0 rgba(0,0,0,0.05)
}
.about-intro .intro-text {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	background:#FFFFFF;
	padding:30px 60px 40px;
	width:500px;
	text-align:left;
	margin-left:-80px;
	box-shadow:0 15px 30px 0 rgba(142,142,142,0.1)
}
.about-intro .intro-text p {
	opacity:0.8;
	font-size:15px;
	color:#1C1B1B;
	line-height:32px
}
.about-histroy {
	padding-top:50px;
	background:#F3F7FA
}
.history-wrapper {
	padding:0 90px
}
.histroy-box .active .text-item {
	color:#fff;
	background:#C50022
}
.histroy-box .active .text-item h3 {
		font-family: "微软雅黑";
	font-weight:bold;
	color:#fff
}
.histroy-box .text-item {
	min-height:168px;
	padding:15px 20px;
	background:#fff;
	box-shadow:0 3px 10px 0 rgba(0,0,0,0.2);
	border-radius:3px;
	font-size:13px
}
.histroy-box .text-item h3 {
	position:relative;
	margin:0 0 10px;
	padding-bottom:10px;
	font-size:25px
}
.histroy-box .text-item h3:after {
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	width:30px;
	height:2px;
	background:#eee
}
.histroy-box .text-item li {
	line-height:28px
}
.histroy-box .text-item li:before {
	content:"\02666";
	margin-right:10px;
	color:#eee
}
.about-local,.about-honor {
	margin:100px 0
}
.about-responsibility {
	max-width:800px;
	margin:100px auto;
	padding:0 15px
}
.local-box {
	margin:60px 0
}
.local-map {
	background:url(images/map.png) center no-repeat;
	background-size:contain;
	height:480px
}
.local-map .slick-list,.local-map .slick-track {
	height:480px !important
}
.local-map .slick-slide {
	position:absolute;
	width:6px !important;
	height:6px;
	cursor:pointer
}
.local-map .slick-slide .dot {
	width:6px;
	height:6px;
	background:#fff;
	border:1px solid #C50022;
	box-shadow:inset 1px 1px 3px 0 rgba(197,0,34,0.5);
	border-radius:50%
}
.local-map .slick-slide:first-child {
	left:67%;
	top:62%
}
.local-map .slick-slide:nth-child(2) {
	left:77.5%;
	top:59%
}
.local-map .slick-slide:nth-child(3) {
	left:64%;
	top:62%
}
.local-map .slick-slide:nth-child(4) {
	left:66%;
	top:49.1%
}
.local-map .slick-slide:nth-child(5) {
	left:64%;
	top:68%
}
.local-map .slick-slide:nth-child(6) {
	left:56%;
	top:75%
}
.local-map .slick-slide:nth-child(7) {
	left:76.5%;
	top:59%
}
.local-map .slick-slide:nth-child(8) {
	left:70%;
	top:37%
}
.local-map .slick-current {
	width:20px !important;
	height:20px;
	margin-top:-10px;
	margin-left:-10px
}
.local-map .slick-current .dot {
	width:20px;
	height:20px;
	animation:bounce 1.5s infinite;
	background:url(images/icon-address.png) center no-repeat;
	border:none;
	box-shadow:none;
	border-radius:0
}
.local-map .slick-current:hover .address-box {
	display:block
}
.local-map .address-box {
	display:none;
	position:absolute;
	bottom:26px;
	left:50%;
	z-index:9;
	width:288px !important;
	margin-left:-144px;
	padding:15px;
	background:#fff;
	box-shadow:1px 1px 5px 0 rgba(0,0,0,0.1);
	border-radius:3px
}
.local-map .address-box:after {
	content:'';
	position:absolute;
	bottom:-8px;
	left:50%;
	width:0;
	height:0;
	margin-left:-7px;
	border-style:solid;
	border-width:10px 7px 0 7px;
	border-color:#fff transparent transparent transparent
}
.local-map .address-title {
	position:relative;
	padding-bottom:10px;
	font-size:16px;
	color:#000
}
.local-map .address-title:after {
	position:absolute;
	bottom:0;
	left:0;
	content:'';
	width:32px;
	height:1px;
	background:#C50022
}
.local-map .address-content {
	font-size:12px;
	color:#666666;
	line-height:20px
}
.local-map .address-content p {
	margin-bottom:0
}
@keyframes bounce {
	0% {
	transform:translateY(0px)
}
50% {
	transform:translateY(-4px)
}
100% {
	transform:translateY(0px)
}
}.local-list {
	height:500px;
	overflow:hidden
}
.local-list:after {
	position:absolute;
	content:'';
	width:1px;
	height:90%;
	background-color:#e6e6e6;
	left:0;
	top:0
}
.local-list .list-item {
	padding-left:40px
}
.local-list .list-item h3 {
	position:relative;
	font-size:18px;
	margin:0 0 15px;
	color:#999;
	font-weight:normal
}
.local-list .list-item p {
	font-size:14px;
	color:#666666;
	line-height:20px
}
.local-list .list-item li {
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	margin-right:10px;
	padding-left:10px;
	font-size:15px;
	color:#666666
}
.local-list .list-item li:before {
	position:absolute;
	top:50%;
	left:0;
	content:"";
	width:4px;
	height:4px;
	margin-top:-2px;
	background:#D8D8D8;
	border-radius:50%
}
.local-list .slick-slide {
	cursor:pointer;
	outline:0
}
.local-list .slick-slide .list-item .content {
	display:none
}
.local-list .slick-current .list-item {
	position:relative
}
.local-list .slick-current .list-item:after {
	position:absolute;
	content:'';
	width:2px;
	height:30px;
	left:0;
	top:0;
	background-color:#D3261E
}
.local-list .slick-current .list-item h3 {
	color:#D3261E
}
.local-list .slick-current .list-item .content {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-bottom:15px;
	padding:10px 0;
	border-top:1px solid #eee
}
.local-list .slick-current .list-item .content p {
	margin:0
}
.local-list .desc {
	display:none
}
.about-honor {
	margin:100px 0
}
.about-honor .honor-box:before,.about-honor .honor-box:after {
	content:" ";
	display:table
}
.about-honor .honor-box:after {
	clear:both
}
.about-honor .honor-item {
	float:left;
	text-align:center;
	padding-right:50px
}
.about-honor .honor-item img {
	width:auto;
	height:120px;
	margin-bottom:10px
}
.about-family .family-left {
	background-color:#FFF8F8
}
.about-family .family-right {
	background-color:#D3261E;
	height:100%
}
.about-family .family-right .img {
	width:calc(100% + 100px);
	height:520px;
	margin-left:-85px;
	margin-top:-130px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center
}
.about-family .family-text {
	width:470px;
	margin:90px 200px 120px auto
}
.about-family .family-text h3 {
	font-size:24px;
	color:#4B4B4B;
	margin-top:0;
	margin-bottom:30px
}
.about-family .family-text p {
	font-size:16px;
	color:#868282;
	line-height:30px;
	margin-bottom:20px
}
.about-family .quote img {
	width:90px;
	height:90px;
	margin-top:-45px;
	margin-left:90px
}
.about-family .quote blockquote {
	color:#fff;
	font-size:16px;
	line-height:32px;
	border-left:0;
	margin:0 60px 30px
}
.about-jobs {
	margin:100px 0
}
.about-jobs .section-title {
	text-align:center
}
.about-jobs .section-title span {
	text-align:center;
	left:50% !important;
	margin-left:-150px
}
.about-jobs .jobs-item {
	background:#FFFFFF;
	box-shadow:0 10px 90px 10px rgba(0,0,0,0.05);
	border-radius:5px;
	margin-bottom:40px
}
.about-jobs .jobs-title {
	height:100px;
	line-height:100px;
	cursor:pointer
}
.about-jobs .jobs-title .icon {
	width:50px;
	height:50px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:-25px
}
.about-jobs .jobs-title h4 {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	margin-left:40px
}
.about-jobs .jobs-title .go {
	float:right;
	margin-right:40px
}
.about-jobs .jobs-content {
	padding:10px 40px 30px 65px;
	display:none
}
.about-jobs .jobs-content h3,.about-jobs .jobs-content p {
	font-size:16px;
	color:#666666;
	line-height:34px
}
.about-jobs .active .jobs-content {
	display:block
}
.to-email {
	font-size:18px;
	color:#555;
	margin-top:100px
}
.to-email a {
	color:#D3261E;
	display:inline-block;
	*display:inline;
	*zoom:1;
	border-bottom:1px solid #D3261E
}
#infscr-loading {
	color:#D3261E;
	text-align:center
}
#infscr-loading img {
	display:none
}
.case-cat li {
	height:auto;
	overflow: hidden;
}
.case-cat li:nth-child(even) {
	background:#f1f1f1
}
.case-cat li:nth-child(even) .text {
	float:right
}
.case-cat li:nth-child(even) .pic {
	float:left
}
.case-cat .text {
	float:left;
	width:50%;
	padding:100px 100px 100px 80px;
	content:"";
display:table;
	overflow: hidden;
box-sizing: border-box;	
}
.case-cat .text2{
	padding:50px 100px 0px 20px;
}
.case-cat .pic {
	float:right;
	width:50%;
	height:100%;
	overflow:hidden
}
.case-cat .pic img {
	width:100%;
	height:auto;
	min-height:100%
}
.case-cat .title {
	position:relative;
	font-size:24px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:30px
}
.case-cat .title span {
	color:#D3261E;
	opacity:.05;
	font-size:80px;
	font-family: "微软雅黑";
	left:0;
	position:absolute;
	line-height:1;
	top:50%;
	margin-top:-24px;
	text-transform:capitalize
}
.case-cat .desc {
	margin-bottom:60px;
	font-size:16px;
	color:#666;
	line-height:30px
}

.case-cat .more:hover img {
	animation:arrow 1s infinite
}
.case-cat .more img {
	width:20px;
	height:auto;
	margin-left:5px
}
@keyframes arrow {
	0% {
	transform:translateX(0px)
}
50% {
	transform:translateX(5px)
}
100% {
	transform:translateX(0px)
}
}.breadcrumbs {
	height:60px;
	line-height:60px;
	border-bottom:1px solid #eee;
	font-size:16px
}
.breadcrumbs span {
	margin:0 5px
}
.breadcrumbs a {
	color:#666
}
.breadcrumbs a:hover,.breadcrumbs a:focus {
	color:#C50022
}
.breadcrumbs .active {
	color:#385a91
}
@media (max-width:992px) {
	.header-menu>ul>li {
	margin-left:10px
}
}@media (max-width:768px) {
	body {
	padding-top:0
}
.header {
	position:relative;
	min-height:60px;
	background:#C50022;
	border-bottom:none
}
.header .logo-wrap {
	height:60px;
	line-height:60px
}
.header .menu-toggle {
	display:block
}
.header .head-search {
	display:none
}
.header-menu {
	display:none
}
.header-menu.active {
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:60px;
	z-index:99;
	background-color:#fff
}
.header-menu.active li {
	float:none;
	display:block;
	line-height:40px;
	border-bottom:1px solid #eee;
	margin:0;
	font-size:15px
}
.header-menu.active li a:after {
	display:none
}
.footer-logo {
	display:none
}
.footer .footer-menu dl {
	width:50%;
	margin-right:0
}
.footer .sns {
	float:left;
	padding-bottom:120px
}
.footer .sns a {
	margin-left:0;
	margin-right:15px
}
.post-nav .next {
	float:none;
	display:block;
	margin-top:10px
}
.detail-title {
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
	position:relative;
	margin-top:0;
	padding:0;
	line-height:1.5
}
.detail-title .back-link {
	display:none
}
.about-honor {
	margin:100px 0
}
.about-honor .honor-box:before,.about-honor .honor-box:after {
	content:" ";
	display:table
}
.about-honor .honor-box:after {
	clear:both
}
.about-honor .honor-item {
	float:none;
	display:block;
	text-align:center;
	padding-right:0
}
.about-honor .honor-item img {
	margin-bottom:10px
}
h2.section-title span {
	font-size:50px !important
}
.about-family .family-text {
	width:auto;
	margin:0;
	padding:30px
}
.about-family .family-right {
	padding:0
}
.about-family .family-right .img {
	width:100%;
	height:300px;
	margin:0;
	background-size:cover
}
.about-family .quote blockquote {
	margin:0 20px 20px
}
.about-jobs .jobs-title h4 {
	font-size:15px;
	margin-left:10px
}
.about-jobs .jobs-content {
	padding:0 20px 20px
}
.about-jobs .jobs-title .go {
	display:none
}
.about-local,.about-honor {
	margin:0
}
.about-histroy {
	padding-top:0
}
.history-wrapper {
	padding:20px 0
}
.history-wrapper [data-carousel-3d] [data-prev-button] {
	left:0;
	width:50px;
	background-size:100% auto
}
.history-wrapper [data-carousel-3d] [data-next-button] {
	right:0;
	width:50px;
	background-size:100% auto
}
.history-box .text-item {
	padding:10px 2px
}
.history-box .text-item h3 {
	font-size:16px
}
.history-box .text-item li {
	font-size:12px;
	line-height:24px
}
.history-box .text-item li:before {
	margin-right:0
}
.about-intro .intro-img,.about-intro .intro-text {
	width:100%
}
.about-intro {
	margin-left:-15px;
	margin-right:-15px
}
.about-intro .intro-img {
	height:300px;
	margin-left:-15px;
	margin-right:-15px
}
.about-intro .intro-text {
	width:90%;
	margin-left:0;
	margin-top:-100px;
	padding:0 20px 20px
}
.table-responsive {
	overflow-x:auto
}
.index-banner {
	height:300px
}
.index-banner .banner-text {
	top:50px;
	padding:30px 15px
}
.index-banner .banner-text h3 {
	font-size:26px
}
.index-banner .banner-text p {
	font-size:14px
}
.index-section01 {
	padding:100px 0 40px
}
.index-section01 .section-title {
	font-size:20px;
	left:0;
	top:-40px
}
.index-section01 .section-title span {
	left:0;
	font-size:100px
}
.index-section01 .story-box {
	width:100%
}
.story-img-slider {
	float:none;
	width:100%;
	height:auto
}
.story-img-slider .slick-slide {
	overflow:hidden;
	width:100%;
	height:200px
}
.story-text-slider {
	float:none;
	width:100%;
	padding:30px 20px
}
.story-text-slider .slick-arrow {
	bottom:20px
}
.index-section02 {
	padding:0 0 30px
}
.index-section03 {
	padding:30px 0 0
}
.help-warp .row {
	margin-left:-15px;
	margin-right:-15px
}

.copyright {
	text-align:center
}
.copyright .pull-left,.copyright .pull-right {
	float:none !important
}
.about-warp {
	width:100%;
	overflow:hidden
}
.about-intro {
	padding:40px 0
}
.local-box {
	margin:20px 0
}
.about-responsibility {
	margin:40px auto
}
.about-warp h2.section-title {
	height:70px
}
.product-detail .section-title {
	margin-top:90px;
	margin-bottom:25px
}
.product-detail .section-title span {
	margin-left:-112px
}
.about-jobs .jobs-title .icon {
	margin-left:-10px
}
.local-map {
	width:320px;
	height:240px
}
.local-map .slick-list,.local-map .slick-track {
	height:240px !important
}
.local-map .address-box {
	display:none !important
}
.local-list .desc {
	display:block
}
.case-cat li {
	height:auto;
	margin-bottom:30px
}
.case-cat .text {
	float:none;
	width:100%;
	padding:20px
}
.case-cat .pic {
	float:none;
	width:100%
}
.case-cat .title {
	font-size:18px;
	margin-bottom:30px
}
.case-cat .title span {
	font-size:40px;
	margin-top:-15px
}
.case-cat .desc {
	margin-bottom:30px
}

.breadcrumbs {
	height:40px;
	line-height:40px;
	font-size:14px
}
.case-detail .case-img {
	float:none;
	width:100%;
	min-height:300px;
	margin-bottom:20px
}
.case-detail .case-text {
	float:none;
	width:100%;
	padding:10px 15px;
	font-size:14px
}
.case-detail .case-text .title {
	margin-bottom:12px;
	font-size:18px
}
.case-detail .case-text p {
	margin-bottom:4px
}
.case-detail .case-title {
	position:relative;
	margin-top:0;
	margin-bottom:15px;
	padding-bottom:15px;
	font-size:25px;
	color:#1C1B1B
}
.case-detail .case-title:after {
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	width:40px;
	height:1px;
	background:#eee
}
.case-detail .case-content {
	line-height:28px
}
.detail-warp {
	margin:40px 0
}
.banner-item {
	height:300px
}
.banner-item .banner-text h3 {
	font-size:28px
}
.banner-item .banner-text p {
	font-size:14px;
	line-height:24px
}
}

/* line 3, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] [data-prev-button] {
  position: absolute;
  height: 100%;
  width: 90px;
  top: 0px;
  left: -90px;
  background: url("../img/left.png") center no-repeat;
}
/* line 10, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] [data-next-button] {
  position: absolute;
  height: 100%;
  width: 90px;
  top: 0px;
  right: -90px;
  background: url("../img/right.png") center no-repeat;
}

/* line 22, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] {
  position: relative;
  /*overflow: hidden;*/
}
/* line 26, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] > [data-children-wrapper] {
  perspective: 3000px;
  -ms-perspective: 3000px;
  -moz-perspective: 3000px;
  -webkit-perspective: 3000px;
}
/* line 32, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] > [data-children-wrapper] > [data-child] {
  transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}

/* line 43, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
/* line 50, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] > [data-children-wrapper] > [data-child] {
  position: absolute;
  /*overflow: hidden;*/
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
/* line 59, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] > [data-children-wrapper] > [data-child] > [data-child-frame] > [data-content-wrapper] {
  box-sizing: border-box;
  transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -webkit-transform-origin: 0px 0px;
}

/* line 75, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d]:before {
  padding-top: 40%;
  display: block;
  content: '';
}
/* line 82, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] [data-children-wrapper] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26%;
  left: 26%;
}

/* line 9, ../../styles/theme/jquery.carousel-3d.default.scss */
[data-carousel-3d] {

}



/* line 53, ../../styles/theme/jquery.carousel-3d.default.scss */
[data-child-frame] {

}

/*# sourceMappingURL=jquery.carousel-3d.default.css.map */


/**/
.honor-box{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}
.honor-box ul{
	margin-left: -1%;
	margin-top: 60px;
	
}
.honor-box ul li{
	width: 24%;
	float: left;
	margin-left: 1%;
		margin-bottom: 1%;
text-align: center;
}
.honor-box ul li img{
	transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
}
.honor-box ul li h3{
	overflow: hidden;
}
.honor-box ul li h3 img{
	width: 100%;
}
.honor-box ul li p{
	margin-top: 15px;
}
.honor-box ul li:hover h3 img {
	transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); /* IE 9 */
-moz-transform:scale(1.1,1.1); /* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
-o-transform:scale(1.1,1.1); /* Opera */
}
.about-honor{
	width: 1400px;
	margin:0 auto;
}

/*lx*/
/*ny*/
.ny_lx{
	z-index: 99999;
	width: 1400px;
	margin: 60px  auto 60px auto;
	background: #fff;
	
}
.ny_lx_pf {
	border:1px solid #e1e1e1;
	overflow: hidden;
	padding: 40px 43px; 
	z-index: 99999;
}
.ny_lx_pf h3{
	font-size: 24px;
	color: #282828;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.ny_lx_pf h3 img{
	margin-top: 7px;
	margin-right: 15px;
}
.ny_lx_nr_z{
	width: 100%;
	float: left;
}
.ny_lx_nr_z ul{
}
.ny_lx_nr_z ul li{
	width: 100%;
	color: #808080;
	margin-bottom:42px;
	min-height: 130px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 30px;

}
.ny_lx_nr_z ul li h4{
	position: relative;
	margin-bottom: 22px;
	color: #484848;
	font-size: 18px;

}
.ny_lx_nr_z ul li h4 img{
	width: 15px;
	border-bottom: 1px solid #9b9b9b;
	padding: 5px;
	border-radius: 20px;
	margin-right: 15px;
	margin-top: -3px;
	;
}
.ny_lx_nr_z ul li p{
	margin-bottom: 10px;
}

.di_tu{
	width: 100%;
	height: 350px;
}



.ny_kj {
	background: #f7f7f7;
	overflow: hidden;
margin-top: 0px;}


.sub-menu {
	height:60px;
	line-height:60px;
	background-color:#fff;
	border-bottom:1px solid #eee;
	text-align:center
}
.sub-menu li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	margin:0 40px
}
.sub-menu li a {
	display:block;
	position:relative;
	font-size:16px;
	color:#1C1B1B
}
.sub-menu li.active a,.sub-menu li.current-menu-item a,.sub-menu li.current-cat a {
	color:#175095
}
.sub-menu li.active a:after,.sub-menu li.current-menu-item a:after,.sub-menu li.current-cat a:after {
	position:absolute;
	content:'';
	background-color:#175095;
	height:3px;
	width:100%;
	left:0;
	bottom:0
}
/*xw*/
.xw_xz{
width: 1400px;
	margin: 0 auto;
	padding: 60px 0 70px 0;;
}
.xw_xz ul{
	
}
.xw_xz ul li{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 32px;
	background: #fff;
background:#FFFFFF;
box-shadow:0px 9px 81px 9px rgba(0,0,0,0.08);
border-radius:10px;
display:block;
	
}
.xw_img{
	float: left;
	width: 23%;
	overflow: hidden;
}
.xw_img img{
	width: 100%;
transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;	
}
.xw_nr {
	width: 73%;
	float: right;
	padding: 25px 32px 25px 0;
}
.xw_nr h3{
	font-size: 18px;
	margin-bottom: 20px;
}
.xw_nr p{
	line-height: 24px;
	text-align: justify;
text-overflow: ellipsis;
display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp:3; /** 显示的行数 **/
overflow: hidden;  /** 隐藏超出的内容 **/	
	color: #686868;
}

.xw_lj{
	position: absolute;
	bottom: 20px;
	color: #787878;
	
}
.xw_lj h6{
	float: right;;
	font-size: 5px;
	margin-left: 5px;
	line-height: 16px;
}
.xw_rq{
	position: absolute;
	right: 32px;
	bottom: 20px;
	color: #909090;
}
.xw_xz ul li:hover .xw_nr h3 {
	color: #175095;
}
.xw_xz ul li:hover .xw_lj{
	color: #175095;
}
.xw_xz ul li:hover .xw_img img{
	transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); /* IE 9 */
-moz-transform:scale(1.1,1.1); /* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
-o-transform:scale(1.1,1.1); /* Opera */
}

/*新闻详情页*/

.xw_xqy_left{
	width: 100%;
	float: left;
}
.xw_xqy_left {
	text-align: center;
	margin:0 auto;
	min-height: 100%;
}
.xw_xqy_left h3{
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	color: #0b0b0b;
	margin-bottom: 20px;
}
.xw_xqy_left p{
	text-align: left;
	line-height: 24px;
	color: #666666;
	text-indent:28px;
}

.xw_xqy_left img{
	margin-bottom: 40px;
}
.xw_xx{
	text-align: left;
	font-size: 13px;
	
}
.xw_xx img{
margin-top:4px;
margin-right:5px;
}
.xw_xx a{
	margin-right: 20px;
	color: #9b9b9b;
}
.xw_xx {
	border-bottom: 1px dashed #9c9c9c;
	margin-bottom: 41px;
}

.xw_xqy_right{
	float: right;
	width: 280px;
}
.xw_xqy_right img{
	width: 100%;
}
.xw_xqy_right_dh{
	
}
.xw_xqy_right_dh {
	font-size: 24px;
	color: #0e0e0e;
	margin-bottom: 41px;
	overflow: hidden;
	
}
.xw_xqy_right_dh h3{
	float: left;
}
.xw_xqy_right_dh a{
	font-size: 17px;
	float: right;
	margin-top: 8px;
}
.xw_xqy_right_dh a:hover {
	color: #2ba970;
}
.xw_zs_t{
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
}
.xw_zs_t h3{
	margin:16px 0 18px 0;
	font-size: 15px;
	text-overflow: ellipsis;
	display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp:1; /** 显示的行数 **/
	overflow: hidden;  /** 隐藏超出的内容 **/	
	color: #696969;
}
.xw_zs_t  a{
	
}
.xw_zs_t h4{
overflow: hidden;	
}
.xw_zs_t h4 img{
	transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
}
.xw_zs_t:hover h4 img {
	transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); /* IE 9 */
-moz-transform:scale(1.1,1.1); /* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
-o-transform:scale(1.1,1.1); /* Opera */
}
.xw_zs_t:hover h3{
	color: #2ba970
}
.xw_xqy_right{
	
}
.xw_xqy_right p{
	margin-bottom: 26px;
	padding-left: 8px;
	position: relative;
text-overflow: ellipsis;
display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp:1; /** 显示的行数 **/
overflow: hidden;  /** 隐藏超出的内容 **/	
color: #999999;	
}
.xw_xqy_right p a{
color: #999999;	
}
.xw_xqy_right p a:hover{
color: #2ba970;	
}
.xw_xqy_right p i{
	position: absolute;
	left: 0px;
	top: 7px;
	width: 3px;
	height: 3px;
	border-radius: 40px;
	background: #999999;
}
/**/
.xw_wl{
	width: 100%;
	overflow: hidden;
	padding-top: 161px;
	padding-bottom: 68px;
}
.xw_more{margin-top:40px;padding-bottom: 32px;float: right;margin-top: -64px;}
.xw_more a{display:inline-block; line-height:40px; padding:0 16px; color:#fff; background:#C50022 ;}
.xw_gd{
	
}
.xw_gd p{
	margin-bottom: 20px;
	
}
.xw_gd p a{
	color: #666666;
}
.xw_gd p a:hover{
color: #2ba970;	
}
.xw_xqy{
	overflow: hidden;
	padding: 0px 0 0px 0;
}

/*cp*/
.p-warp {
	margin: 60px auto 80px auto; 
	overflow: hidden;

}
.p-item {
	display:block;
	color:#333;
	background-color:#fff;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0 9px 81px 9px rgba(0,0,0,0.08);
	margin:0 7.5px 40px;
	transform:translateY(0);
	transition:.3s
}
.p-item .p-img {
	height:250px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center
}
.p-item .p-text {
	padding:20px 25px
}
.p-item .p-text h3 {
	margin-top:0;
	margin-bottom:10px;
	font-size:16px
}
.p-item .p-text p {
	height:72px;
	overflow:hidden;
	color:#5F5F5F;
	line-height:24px
}
.p-item:hover {
	transform:translateY(-10px)
}
.p-item:hover h3 {
	color:#D3261E
}
.p-warp .col-md-4:nth-child(1n) {
	transition-delay:.3s
}
.p-warp .col-md-4:nth-child(2n) {
	transition-delay:.6s
}
.p-warp .col-md-4:nth-child(3n) {
	transition-delay:.9s
}
.p-warp .col-md-4:nth-child(4n) {
	transition-delay:1.2s
}
.p-warp .col-md-4:nth-child(5n) {
	transition-delay:1.5s
}
.p-warp .col-md-4:nth-child(6n) {
	transition-delay:1.8s
}
.p-warp .col-md-4:nth-child(7n) {
	transition-delay:2.1s
}
.p-warp .col-md-4:nth-child(8n) {
	transition-delay:2.4s
}
.p-warp .col-md-4:nth-child(9n) {
	transition-delay:2.7s
}
.news-items .news-item:nth-child(1) {
	transition-delay:.3s
}
.news-items .news-item:nth-child(2) {
	transition-delay:.6s
}
.news-items .news-item:nth-child(3) {
	transition-delay:.9s
}
.news-items .news-item:nth-child(4) {
	transition-delay:1.2s
}
.news-items .news-item:nth-child(5) {
	transition-delay:1.5s
}
.tax-case-cat .p-item .p-text {
	text-align:center
}
.page-more {
	margin:80px 0
}
.page-more a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:50px;
	line-height:50px;
	font-size:16px;
	background-color:#D3261E;
	color:#fff;
	text-align:center;
	padding:0 70px;
	border-radius:1000px;
	transition:.3s
}
.page-more a:hover {
	background-color:#bd221b;
	transform:translateY(-5px);
	box-shadow:0 10px 30px 10px rgba(0,0,0,0.05)
}

.p-warp  .text {
	float:left;
	width:50%;
	
}
.p-warp .pic {
	float:right;
	width:50%;
	height:100%;
	overflow:hidden;
	
}
.p-warp .pic img {
	width:100%;
	height:auto;
	min-height:100%
}
.p-warp .container {
	width: 1400px;
	margin: 0 auto;
}


.case-cat .more {
	width:142px;
	height:35px;
	font-size:18px;
	line-height:34px;
	color:#385a91;
	background:#fff;
	border:2px solid #385a91;
	border-radius:15px;
	text-align: center;
}
.case-cat .more img{
	margin-top: 12px;
}
.case-cat .more:hover img {
	animation:arrow 1s infinite
}
.case-cat .more img {
	width:20px;
	height:auto;
	margin-left:5px
}


/*cp*/

.cp_nr{
	width: 1400px;
	margin: 0 auto;
	padding: 60px 0 0px 0;;
}
.cp_nr ul{
	
}
.cp_nr .cp_gsjs{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 32px;
	background: #fff;
background:#FFFFFF;
box-shadow:0px 9px 81px 9px rgba(0,0,0,0.08);
border-radius:10px;
display:block;
	
}
.cp_img{
	float: left;
	width: 30%;
	overflow: hidden;
}
.cp_img img{
	width: 100%;
transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;	
}
.cp_xq {
	width:65%;
	float: right;
	padding: 25px 32px 25px 0;
}
.cp_xq h3{
	font-size:24px;
	margin-bottom: 20px;
}
.cp_xq p{
	line-height: 36px;
	text-align: justify;
	color: #686868;
	font-size: 15px
}

.cp_cp {
	overflow: hidden;
	width: 100%;
	background: #f1f1f1;
	padding: 60px 0;
}
.cp_cp2 {
	overflow: hidden;
	width: 100%;
	background: #fff;
	padding: 60px 0;
}
.cp_cp ul {
	margin-left: -2%;
	margin-top: 40px;
}
.cp_cp ul li{
	width: 23%;
	float: left;
	margin-left: 2%;
	text-align: center;
	margin-bottom: 2%;
}
.cp_cp ul li p{
	margin-top: 15px;
	font-size: 15px;
	color: #686868;
	
}
.cp_cp ul li div{
	overflow: hidden;
}
.cp_cp ul li div img{
	width: 100%;
	transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
}
.cp_1200{
	width: 1400px;
	margin: 0 auto;
}
.cp_cp ul li:hover div img{
	transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); /* IE 9 */
-moz-transform:scale(1.1,1.1); /* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
-o-transform:scale(1.1,1.1); /* Opera */
}

/*cp_xq*/
.cp_xqy{
	padding: 60px 0 60px 0;
	background: #f1f1f1;overflow: hidden;
}
.cp_left{
	width: 48%;
	float: left;
	
}
.cp_left img{
	width: 100%;
}
.cp_right{
	width: 48%;
	float: right;
}
.cp_right h3{
	font-size: 20px;
	color: #333;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1
}
.cp_right  p{
	font-size: 14px;
	margin-bottom: 15px;
	color: #686868;
}
.cp_right ul{
	margin-top: 30px;
}
.cp_right ul li{
	
}
.cp_right ul  h4{
	font-size: 18px;
	margin-bottom: 15px;
	color: #175095;
	
}
.cp_right ul li{
	width: 100%;
	overflow: hidden;
}
.cp_right ul li p{
	float: left;
	width: 33%;
}
.breadcrumbs {
	height:60px;
	line-height:60px;
	border-bottom:1px solid #eee;
	font-size:16px
}
.breadcrumbs span {
	margin:0 5px
}
.breadcrumbs .container{
	width: 1400px;
	margin:  0 auto;
}
.breadcrumbs a {
	color:#666
}
.breadcrumbs a:hover,.breadcrumbs a:focus {
	color:#C50022
}
.breadcrumbs .active {
	color:#385a91
}
@media (max-width:992px) {
	.header-menu>ul>li {
	margin-left:10px
}
}@media (max-width:768px) {
	body {
	padding-top:0
}
}

/*xqy*/
.cp_gsjj{
	text-align: center;
	overflow: hidden;
	padding: 60px 0;
}
.cp_gsjj p{
	padding: 5px 0px;
	line-height: 24px;
	text-align: left;
	font-size: 15px;
	color: #808080;	
}
.cp_gsjj h2{
	font-size: 24px;
	margin-bottom: 40px;
}
.cp_gsjj img{
	float: right;
	width: 48%;
	margin-left: 3%;
}

/*gsyj*/
.cp_gsyj{
	position: relative;
	overflow: hidden;
	
	
}
.cp_gsyj img{
	width: 100%;
}

.cp_gsyj_pf {
	position: absolute;
	text-align: center;
	top: 67px;;
	width: 100%;
}
.cp_gsyj_pf  h3{
	font-size: 34px;
	color: #f1f1f1;	
	margin-bottom: 65px;
}
.cp_gsyj_pf  ul{
margin-left: -3%;	
}
.cp_gsyj_pf  ul li{
	width: 30.33%;
	float: left;
	height: 200px;
	background: #fff;
	margin-left: 3%;
	padding: 28px 0px 0 40px;
	text-align: left;
	box-sizing: border-box;	
	border-radius: 10px;
	font-size: 16px;
	color: #686868;
}
.cp_gsyj_pf  ul li h4{
	font-size: 18px;
	margin-bottom: 10px;
	color: #175095;
}
.cp_gsyj_pf img{
	height: 65px;
	width: auto;
	margin-bottom: 25px;
}

.cp_xyy_cp{
	padding: 60px 0 0 0;
	overflow: hidden;
}
.cp_xqy_img  {
	width:40%;
	float: left;
	margin-right: 5%;
}
.cp_xqy_img img{
	width: 100%;
}
.cp_xqy_text{
	
}
.cp_xqy_text h3{
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #333;
		
}
.cp_xqy_text p{
	line-height: 30px;
	color: #686868;
	font-size: 15px;
}

.cp_xyy_cp  ol{
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
	margin-left: 0%;
	padding-bottom: 15px;
	background: #f1f1f1;
	padding-bottom: 60px;
}
.cp_xyy_cp  ol h4{
	font-size:24px;
	margin-bottom: 40px;
	color: #333;
}
.cp_xyy_cp ol li{
	width: 20%;
	float: left;
	margin: 0 2.5%;
	text-align: left;
	line-height: 24px;
	color: #686868;
	padding:20px 15px;
	box-sizing: border-box;	
background:#FFFFFF;
box-shadow:0px 1px 15px 2px rgba(0,0,0,0.08);
	height: 241px;
	position: relative;
	border-radius: 15px;
	background: #114f85;
	color: #f1f1f1;
	text-align: justify;

}
.cp_xyy_cp ol li h5{
	text-align: left;
	font-size: 16px;
	margin-bottom: 12px;
	color: #fff;
	
}
.cp_xyy_cp ol li img{
position: absolute;
	right: -55px;
	top: 48%;
}
.cp_xyy_cp_di {
	margin-bottom: 60px;
	margin-top: -20px;
}

.cp_xyy_cp4 {
	padding-top: 40px;
}

.cp_xyy_cp4 .cp_xqy_text{
	text-align: center;
}

.cp_xyy_cp4 div img{
	margin-top: 40px;
}

/*2019.12.31*/
.ji_su{
	width: 100%;
	margin:  0 auto;
	padding: 60px 0  60px 0;
}
.ji_su ul li{
	padding-bottom: 25px;
	border-bottom: 1px dashed #b1b1b1;
	margin-bottom: 25px;
	
}
.ji_su h3{
	margin-bottom: 15px;
	font-size: 16px;
	color: #385a91;
	font-weight: 500;
}
.ji_su p{
	font-size: 14px;
	color: #686868;
	
	margin-bottom: 5px;
}
.ji_su h2{
	text-align: center;font-size: 24px;
	margin-bottom: 40px;
}

.ceo_ry{
	width: 1400px;
	margin: 0px auto 40px auto;
	overflow: hidden;
}
.ceo_ry h2{
	font-size: 32px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 40px;
	color: #383838;
}
.ceo_ry  ul {
	margin: 0 auto;
	width: 95%;
}
.ceo_ry  ul li{
	width: 50%;
	float: left;padding: 40px 0;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
	position: relative;
}
.ceo_ry ul li b{
	margin-right: 60px;
	font-size: 20px;
	color: #484848;
	font-weight: 400;
}
.ceo_ry  ul li i{
	position: absolute;
	left: 14%;
	width: 1px;
	height: 45%;
	background: #385a91;
	top: 30%;
	
}
.foot2 {
	margin: 0;
	padding: 0;
}

.foot_copy2 {
	margin-top: 0;
}
.cp_gsyj_pf h3{
	font-size:34px;
	margin-bottom:65px;
	color: #fff;
	overflow: hidden;
	width: 100%;
}


/*企业文化*/
.gy_pp{
	width: 1400px;
	margin: 0 auto;
	padding-top: 60px;
}
.gy_pp img{
	max-width: 100%
}
.gy_pp>h2{
	font-size: 28px;
	text-align: center;
	color: #282828;
	margin-bottom: 24px;
}
.gy_pp>p{
	text-align: center;
	width: 980px;
	margin: 0 auto;
	line-height: 30px;
	color: #808080;
	margin-bottom:80px;
	
}
.gy_pp ul {
	
}
.gy_pp ul li{
	overflow: hidden;
}
.gy_pp ul li h4{
	width: 50%;
	overflow: hidden;
}
.gy_pp ul li h4 img{
	width: 100%;
			transition-duration:0.3s; 
	-moz-transition-duration:0.3s; 
	-webkit-transition-duration:0.3s; 
	-o-transition-duration:0.3s; 
	
}
.gy_pp ul li:hover h4 img{
		transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); /* IE 9 */
-moz-transform:scale(1.1,1.1); /* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
	-o-transform:scale(1.1,1.1); /* Opera */

}
.gy_pp ul li .lr{
	width: 50%;
	padding: 6% 3% 0 3%;
    box-sizing: border-box;	
	
}
.gy_pp ul li h5{
	font-size: 22px;
	color: #282828;
	margin-bottom: 30px;
}
.gy_pp ul li  p{
	line-height: 30px;
	color: #686868;
	font-size: 16px;
	margin-bottom: 40px;
}
/*.gy_pp ul li  a{
	text-transform: uppercase;
}*/

.gy_pp ul li  a:hover{
	text-transform: uppercase;
	color: #55b26b;
	
}
.gy_pp{
	
}
.gy_pp ol {
	
}
.gy_pp ol li{
	padding-bottom: 35px;
	border-bottom: 1px solid #55b26b;
	margin-bottom: 35px;
}
.gy_pp ol li h4{
	font-size: 24px;
	margin-bottom: 25px;
	color: #55b26b;
	font-weight: 400;
}
.gy_pp ol li p{
	font-size: 16px;
	line-height: 30px!important;
}
.gy_pp strong{
	margin-right: 10px;
	color: #1569b1;
}

.l{
	float: left;
}
.r{
	float: right;
}
.wh50{
	width: 50%;
}
.clearfix:after{
  content: "020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
  }

.clearfix {
  /* 触发 hasLayout */ 
  zoom: 1; 
  }

.gy_pp h2{
	font-size: 30px;
margin-bottom: 60px;
	overflow: hidden;
	width: 100%;
}

/**/
.nr_js{
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 60px;
	
}
.nr_js h4{
	text-align: left;
	font-size: 20px;
	color: #484848;
	margin-bottom: 40px;
}



.container {
	padding: 0;
}


/* WP8 and IE10 hack */
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
.ie {
	height: 100%;
	width: 100%;
	background: url(../images/404.jpg) no-repeat center center #F3F2EE;
	position: fixed;
	z-index: 999999;
}


.fancybox{ margin-bottom:10px;}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite@2x.png);
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url(../images/fancybox_loading@2x.gif);
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
/* 缩略图样式 */
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 99999999999;
}
#fancybox-thumbs.bottom {
	bottom: 2px;
}
#fancybox-thumbs.top {
	top: 2px;
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}
#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity: 1;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

