@charset "utf-8";

/* CSS Document */


/****************************index首页****************************/

.r1{
	width:125px;
	height:316px;
	float:right;
	position:fixed !important;
	top/**/:200px;
	position:absolute;
	z-index:300;
top:expression(offsetParent.scrollTop+200);	right:20px;
}
/*banner轮播*/
/* main_image */

.main_visual {
	height: 544px;
	border-top: 1px solid #d7d7d7;
	overflow: hidden;
	position: relative;
	margin: 0px auto 20px;
}

.main_image {
	height: 544px;
	overflow: hidden;
	position: relative;
}

.main_image ul {
	width: 9999px;
	height: 544px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.main_image li {
	float: left;
	/*width: 100%;*/
	height: 544px;
}

.main_image li span {
	display: block;
	width: 100%;
	height: 544px
}

.main_image li a {
	display: block;
	width: 100%;
	height: 544px
}

div.flicking_con {
	position: absolute;
	top: 360px;
	left: 50%;
	z-index: 999;
	width: 300px;
	height: 21px;
	margin: 0 0 0 -50px;
}

div.flicking_con a {
	float: left;
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	background: url('../images/btn_main_img.png') 0 0 no-repeat;
	display: block;
	text-indent: -1000px
}

div.flicking_con a.on {
	background-position: 0 -21px
}

#btn_prev,
#btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 73px!important;
	height: 74px!important;
	top: 50%;
	margin-top: -37px;
	display: none;
}

#btn_prev {
	background: url(../images/flex-prev.png) no-repeat left top;
	left: 20px;
}

#btn_next {
	background: url(../images/flex-next.png) no-repeat right top;
	right: 20px;
}


/*选项块tab*/

.option {
	height: 390px;
	overflow-x: hidden;
}

.option-block {
	padding: 0 13px;
	width: 25%;
	height: 348px;
	float: left;
	box-sizing: border-box;
}

.option-block-main {
	position: relative;
	width: 100%;
	height: 348px;
	box-shadow: 0 0 4px #fff;
}

.option-block-out {
	position: relative;
}

.option-block-in {
	width: 100%;
	height: 348px;
	position: relative;
	background: #a21511;
	box-sizing: border-box;
	border: 1px solid #a21511;
	padding: 64px 0;
	overflow: hidden;
	animation: cometop 1.5s both;
	-webkit-animation: cometop 1.5s both;
	-moz-animation: cometop 1.5s both;
	-o-animation: cometop 1.5s both;
}

.option-icon {
	width: 84px;
	height: 84px;
	margin: 0 auto;
}

.option-art {
	width: 230px;
	text-align: center;
	margin: 0 auto;
}

.option-art h4 {
	font-size: 24px;
	padding: 18px 0;
	color: #fff;
}

.option-art p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.option-block-circle {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -35px;
	background: #acacac;
	z-index: 1;
	box-sizing: border-box;
	padding-top: 10px;
	overflow: hidden;
}

.option-block-circles {
	display: block;
	position: relative;
	background: #fcbf0e;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 2;
	box-sizing: border-box;
}

.option-block-circles {
	padding: 16px;
}

.option-block-circles span {
	display: block;
	width: 17px;
	height: 17px;
	border: 0 none;
	background: url(../images/add-icon.png) no-repeat;
	background-size: 100% 100% cover !important;
}

.option-block:hover .option-block-in {
	box-shadow: 0 0 11px #ccc;
	border-color: #d9150e;
	padding-top: 46px;
}

.option-block:hover .option-icon img {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	/* IE 9 */
	-moz-transform: rotateY(360deg);
	/* Firefox */
	-webkit-transform: rotateY(360deg);
	/* Safari 和 Chrome */
	-o-transform: rotateY(360deg);
	/* Opera */
}

.option-icon img {
	transition: all 1.2s linear;
	-webkit-transition: all 1.2s linear;
	-moz-transition: all 1.2s linear;
	-o-transition: all 1.2s linear;
	-ms-transition: all 1.2s linear;
}

.option-block:hover .option-block-circle {
	width: 50px;
	height: 50px;
	padding-top: 0px;
	margin-top: -25px;
}

.option-block:hover .option-block-circles {
	border-color: #d9150e;
}

.option-block:hover .option-block-circles span {
	background: url(../images/add-icon-h.png) no-repeat;
}


/*Products Show*/

.product-show {
	width: 100%;
	margin: 24px auto;
}

.product-show .title {
	height: 20px;
}

.product-show-header {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/pshbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.product-show .title {
	height: 155px;
	display: block;
}

.product-show .title h4 {
	font-size: 24px;
	color: #000;
	display: block;
	width: 118px;
	text-align: center;
	margin: 0 auto;
	padding: 26px 0;
	background: #acacac;
}

.product-show .title-list {
	position: relative;
	display: table;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	padding: 7px 0;
	box-sizing: border-box;
}

.product-show .title-list div {
	display: table;
}

.product-show .title-list li {
	width: 131px;
	line-height: 36px;
	text-align: center;
	float: left;
	margin-right: 9px;
	display: block;
	cursor: pointer;
	background-color: #424242;
}

.product-show .title-list li:last-child {
	margin-right: 0;
}
.product-show .title-list li a:link {
	box-sizing: border-box;
	color: #fff;
	height: 36px;
}
.product-show .title-list li a:hover {
    width: 131px;
	line-height: 36px;
	text-align: center;
	float: left;
	margin-right: 9px;
	display: block;
	cursor: pointer;
	color: #fff;
	background-color: #a21511;
}


/*.title-list-act{
	height: 36px;
	line-height: 34px;
	border: 1px solid #000;
	box-sizing: border-box;
}*/

.product-wrap {
	/*margin-top: 36px;*/
	position: relative;
	clear: both;
}

.product {
	height: 352px;
	position: relative;
	display: none;
	/*margin-top: 20px;*/
	padding-bottom: 10px;
}

.product ul {
	position: absolute;
	left: 0px;
	width: 100%;
}

.product-wrap .show {
	display: block;
}

.product-wrap .product li {
	float: left;
	display: inline;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: 0.2s;
	-ms-transition: all 0.2s linear;
}

.product-wrap .product li.ml0 {
	margin-left: 0px;
}

.product-wrap .product li a.imgwrap {
	display: block;
	background: #fff;
	text-align: center;
}

.product-wrap .product li p {
	color: #666666;
	line-height: 24px;
	text-align: center;
	padding-top: 24px;
	cursor: pointer;
}

.product-wrap .product li p a {
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}

.product-wrap .product li p a:hover {
	color: #ff6600;
	text-decoration: none;
}

.product-wrap {
	margin-left: 0.5%;
	margin-right: 0.5%;
	box-sizing: border-box;
}

.product-img li {
	width: 15.66%;
	margin-right: 1.2%;
	box-sizing: border-box;
}

.product-img li:last-child {
	margin-right: 0;
}

.product-img-block {
	background: #3f3f3f;
	border: 1px solid #fff;
	padding: 26px;
	box-sizing: border-box;
	position: relative;
}

.product-img-block:hover {
	border-color: #fff;
	box-shadow: 5px 10px 10px #e3e3e3;
	-webkit-box-shadow: 5px 10px 10px #e3e3e3;
	-moz-box-shadow: 5px 10px 10px #e3e3e3;
}

.product-img li a img {
	width: 100%;
	height: 100%;
}


/**********news & about us**********/

.news-aboutus {
	padding-top: 32px;
	overflow: hidden;
	margin-top: -60px;
}


/*news*/

.index-news {
	float: left;
	width: 49.5%;
	min-width: 610px;
	height: 418px;
	margin-right: 1%;
	background: #a21511;
	margin-top: -35px;
	padding: 76px 4% 76px 32px;
	box-sizing: border-box;
	overflow: hidden;
}

.tit-line {
	width: 34px;
	border-top: 1px solid #fff;
}

.news-aboutus h4 {
	padding-top: 12px;
	font-size: 24px;
	color: #fff;
}

.news-aboutus h4 small {
	font-size: 12px;
	color: #eeaaaa;
}

.news-art {
	width: 100%;
}

#content_inner {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

#content #intro {
	border-bottom: dotted #ccc 1px;
	padding-bottom: 28px;
	margin-bottom: 10px;
}

#content #intro p {
	font-size: 14px;
	color: #8f8f8f;
	line-height: 22px;
	padding-bottom: 5px;
}

#content #intro a {
	color: #666;
	padding: 6px;
}

#content #intro a:hover {
	background: #eee;
	text-decoration: none;
	border-bottom: dotted #ccc 1px;
}

#content #intro ul {
	padding-bottom: 15px;
	padding-top: 3px;
}

#content #intro li {
	color: #8f8f8f;
	margin-left: 50px;
	padding-bottom: 4px;
	font-size: 14px;
}

#content p {
	font-size: 14px;
	color: #8f8f8f;
	padding-bottom: 10px;
}

#content p a {
	color: #e41996;
}

#content h2 {
	font-size: 26px;
	font-weight: normal;
	color: #666;
	padding-bottom: 17px;
	border-top: dotted #ccc 1px;
	padding-top: 20px;
	padding-bottom: 21px;
	margin-top: 13px;
}

#content h2 span {
	font-size: 20px;
}

#content #css3 {
	float: right;
}

#content #css3 a:hover {
	background: none;
	border: 0;
}

.pre_wrap {
	background: #f9f9f9;
	padding: 5px 5px 5px 14px;
	margin-bottom: 33px;
	margin-top: 32px;
}

.pre_wrap span.label {
	color: #999;
	font-size: 12px;
	font-style: italic;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
}

.syntaxhighlighter {
	font-size: 12px;
}

.slides1_wrap {
	position: relative;
	padding: 0px 0 37px 49px;
	width: 100%;
	min-width: 776px;
}

#slides1 {
	overflow: hidden;
	height: 212px;
	position: relative;
	margin-top: 20px;
}

#slides1 li {
	list-style: none;
	overflow: hidden;
	margin-left: 30px;
}

#slides1 li img {
	float: left;
}

#slides1 .content {
	float: left;
	width: 400px;
	padding-left: 21px;
	overflow: hidden;
}

#slides1 li p {
	line-height: 22px;
	width: 328px;
}

#slides1 h3 {
	font-size: 36px;
	color: #8d8d8d;
	font-weight: normal;
	text-transform: lowercase;
}

#slides1 h4 {
	font-size: 16px;
	color: #000;
	text-transform: lowercase;
	padding-bottom: 16px;
	margin-top: 10px;
}

.slides1_wrap .prev {
	position: absolute;
	left: 0;
	top: 114px;
}

.slides1_wrap .next {
	position: absolute;
	top: 114px;
	outline: 0;
	left: 80%;
}

.slides1_wrap a:active {
	top: 115px;
}

.bx_pager {
	padding-left: 309px;
	padding-top: 15px;
}

.bx_pager a {
	float: left;
	background: url(../images/bg_pager.png) no-repeat 0 -21px;
	width: 14px;
	height: 17px;
	color: #fff;
	font-size: 11px;
	margin-right: 6px;
	padding: 4px 0 0 7px;
}

.bx_pager a:hover,
.bx_pager a.active {
	background-position: 0 0;
	text-decoration: none;
}

.auto_controls {
	position: absolute;
	bottom: -11px;
	left: 394px;
}

.auto_controls a {
	font-size: 16px;
	color: #a3a3a3;
	outline: 0;
	padding: 2px;
}

.auto_controls a:hover {
	text-decoration: none;
	background: ;
	color: #e41996;
}

#content #notes li,
#content #changes li {
	font-size: 12px;
	color: #8f8f8f;
	margin-left: 43px;
	padding-bottom: 6px;
}

#content #notes li a {
	color: #e41996;
}

#idc-container a {
	color: #e41996;
}

#idc-container h3 {
	color: #666;
}

.iaa-more {
	display: block;
	width: 112px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #000;
	color: #2f2f2f;
	font-size: 14px;
	margin-top: 10px;
}

.news-art li img {
	display: block;
	width: 168px;
	height: 168px;
	border-radius: 84px;
}


/*about*/

.index-about {
	float: right;
	width: 49.5%;
	min-width: 610px;
	height: 418px;
	background: #a21511;
	margin-top: -35px;
	padding: 76px 5% 76px 6%;
	box-sizing: border-box;
	overflow: hidden;
}

.aboutus-header {
	min-width: 451px;
	max-width: 678px;
	margin: 0 auto;
}

.i-a-header {
	width: 124px;
	float: left;
}

.i-a-more {
	display: block;
	float: right;
	padding-top: 14px;
}

.i-a-more a {
	display: block;
	width: 142px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
}
.i-a-more a span{
	position: relative;
	display: block;
	top: 0;
}
.i-a-more a:hover span{
	top: -40px;
}

.index-about-art {
	position: relative;
	padding-top: 42px;
	min-width: 451px;
	max-width: 678px;
	margin: 0 auto;
	overflow: hidden;
}

.aboutus-header h4 {
    color:#FFFFFF;
	width: 124px;
}

.index-about-art dt {
	display: block;
	float: left;
	width: 217px;
	height: 185px;
	box-sizing: border-box;
}

.index-about-art dd {
	height: 150px;
	box-sizing: border-box;
}

.index-about-art dd p {
	margin-left: 32px;
	padding-left: 217px;
}

.index-about-art dd p a {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.iaa-more span {
	display: block;
	height: 34px;
}

.iaa-more:hover span {
	top: -34px;
}

.device {
	height: 206px;
	padding: 30px 2%;
	position: relative;
}

.device .arrow-left {
	background: url(../images/btn_arrow_left.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 22px;
	height: 41px;
	cursor: pointer;
}

.device .arrow-right {
	background: url(../images/btn_arrow_right.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 22px;
	height: 41px;
	cursor: pointer;
}

.swiper-container {
	height: 206px;
	width: 70%;
	overflow: hidden;
}

.content-slide {
	padding: 20px;
	color: #fff;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
}

.swiper-pagination-switch {
	display: inline-block;
	border-radius: 10px;
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-free-mode> .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {

	float: left;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

.swiper-slide dl dt {
	float: left;
	width: 184px;
	height: 184px;
	overflow: hidden;
}

.swiper-slide dl dd {
	margin-left: 184px;
	padding-left: 4%;
}

.swiper-slide dl dd h4 {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.swiper-slide dl dd p {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	padding-top: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-news-more {
	display: block;
	width: 112px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	margin-top: 18px;
	border: 1px solid #fff;
}


/****************************commodity商品****************************/

.commodity-header {
	margin-bottom: 10px;
	box-shadow: 0px 0px 30px #eee;
	-webkit-box-shadow: 0px 0px 30px #eee;
	-mox-box-shadow: 0px 0px 30px #eee;
}

.commodity {
	display: block;
	clear: both;
	position: relative;
	margin-bottom: 40px;
}

.comm-header {
	width: 275px;
	margin: 0 auto;
	text-align: center;
	padding: 55px 0 30px 0;
}

.comm-header h4 {
	background: url(../img/tit-bg.jpg) repeat-x center;
}

.comm-header h4 span {
	display: block;
	width: 117px;
	margin: 0 auto;
	background: #fff;
	font-size: 24px;
	margin-top: 8px;
	font-weight: normal;
}


/*pub-nav*/

.pub-nav {
	display: table;
	margin: 0 auto;
	padding-bottom: 40px;
}

.pub-nav-items {
	float: left;
}

.pub-nav-items a {
	color: #818181;
}

.pubnav-items-act a,
.pub-nav-items a:hover {
	color: #000;
}

.pub-nav-items span {
	padding: 0 32px;
	color: #cecece;
}


/*comm-pro-block*/

.comm-pro-block {
	width: 100%;
	/*	margin: 0 1%;*/
}

.pro-block-items {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 0 0.8%;
	margin-bottom: 16px;
}

.pro-block-item {
	height: auto;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	zoom: 1;
}

.pro-block-item dt {
	position: relative;
	overflow: hidden;
}

.pro-block-item dt img {
	width: 100%;
	height: 100%;
}

.pro-block-item dd {
	padding: 20px 20px;
	overflow: hidden;
	zoom: 1;
}

.pbi-l {
	width: 80%;
	display: block;
	float: left;
	font-size: 14px;
	color: #4e4e4e;
	line-height: 24px;
	padding-left: 20px;
	box-sizing: border-box;
}
.pbi-r{
	width: 20%;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	float: right;
	padding: 15px 0;
	box-sizing: border-box;
}
.pbi-r img{
	display: none;
	float: right;
}

.pro-block-items:hover .pbi-r img {
	display: block;
}

.pro-block-items:hover .pbi-l {
	border-right: 1px solid #d9d9d9;
}

.pro-block-items:hover .pro-block-item {
	border-color: #ddd;
}

.item-hid {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .23);
	position: absolute;
	top: 0;
}

.pro-block-item .item-hid img {
	width: 67px;
	height: 67px;
	position: relative;
	top: 35%;
	left: 40%;
}

.pro-block-items:hover .item-hid {
	display: block;
	animation: itemhid 0.5s linear both;
	-moz-animation: itemhid 0.5s linear both;
	-webkit-animation: itemhid 0.5s linear both;
}

@keyframes itemhid {
	from {
		top: 100%;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes itemhid {
	from {
		top: 100%;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

@-moz-keyframes itemhid {
	from {
		top: 100%;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}


/****************************commodity-details****************************/

.commde-block {
	padding: 78px 1%;
	overflow: hidden;
}

.commde-block-l {
	width: 75%;
	float: left;
	padding-right: 3%;
	box-sizing: border-box;
}

.commde-block-l img {
	width: 100%;
	height: 100%;
}

.commde-block-r {
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #d6d6d6;
}

.proinfo {
	width: 100%;
}

.proinfo h4 {
	display: block;
	font-size: 30px;
	color: #000;
	padding-left: 8%;
	border-left: 3px solid #000;
	margin-left: -2px;
}

.proinfo h4 small {
	display: block;
	font-size: 14px;
	color: #adadad;
	padding-top: 10px;
	font-weight: normal;
}

.intro {
	margin-top: 46px;
	font-size: 14px;
	color: #333;
	padding-left: 8%;
}

.intro span {
	display: block;
	line-height: 28px;
}

.price {
	display: block;
	height: 54px;
	margin: 36px 1% 0 8%;
	line-height: 54px;
	font-size: 14px;
	color: #fff;
	background: #474747;
	margin-top: 36px;
	text-align: center;
}
.price a{
	display: table;
	margin: 0 auto;
}

.price-l {
	display: block;
	float: left;
	line-height: 54px;
	color: #fff;
	vertical-align: middle;
	margin: 0 auto;
}

.price-r {
	display: block;
	float: left;
	line-height: 54px;
	color: #fff;
	font-size: 30px;
}

.comm-about {
	margin-top: 50px;
	padding-left: 8%;
	box-sizing: border-box;
}

.comm-about h4 {
	line-height: 48px;
	font-size: 16px;
	color: #333;
}

.cab-items {
	float: left;
	width: 47%;
	margin-right: 6%;
	margin-bottom: 10px;
}

.comm-about-block dl:last-child {
	margin-right: 0;
}

.cab-items dt img {
	width: 100%;
	height: 100%;
}

.cab-items dd {
	padding: 10px;
	box-sizing: border-box;
}

.cab-items dd p a {
	font-size: 14px;
	line-height: 24px;
	color: #4e4e4e;
}


/****************************active****************************/

.active-header {
	width: 275px;
	margin: 0 auto;
	text-align: center;
	padding: 55px 0 30px 0;
}

.active-header h4 {
	background: url(../img/tit-bg.jpg) repeat-x center;
}

.active-header h4 span {
	display: block;
	width: 117px;
	margin: 0 auto;
	background: #acacac;
	font-size: 24px;
	margin-top: 8px;
	font-weight: normal;
}

.active-nav {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.active-nav-items {
	display: block;
	float: left;
	font-size: 16px;
}

.active-nav-items a {
	color: #818181;
}

.active-nav-items span {
	padding: 0 30px;
	color: #cdcdcd;
}

.active-nav-items a:hover,
.active-items-act a {
	color: #000;
}

.active-block {
	float: left;
	width: 33.3%;
	padding: 0 1%;
	box-sizing: border-box;
	margin-bottom: 36px;
}
.active-block:last-child{
	margin-bottom: 63px;
}

.active-block-bg {
	height: 308px;
	background: #fff;
	padding: 32px 40px 46px 0;
	box-sizing: border-box;
}

.active-block:hover .active-block-bg {
	box-shadow: 0px 0px 80px #e0e0e0;
	-webkit-box-shadow: 0px 0px 80px #e0e0e0;
	-mox-box-shadow: 0px 0px 80px #e0e0e0;
}

.ach-l {
	float: left;
	width: 160px;
	background: url(../img/tit-bg.jpg) repeat-x 0px 16px;
}

.ach-l h4 {
	display: block;
	float: right;
	background: #fff;
	padding-left: 22px;
	font-size: 32px;
	color: #7f7e7e;
}

.ach-l h4 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding-left: 3em;
}

.ach-r {
	display: none;
	float: right;
	width: 42px;
	padding-top: 9px;
}

.ach-r img {
	width: 100%;
	height: 100%;
}

.active-block:hover .ach-r {
	display: block;
}

.active-block-art {
	padding: 28px 0 0 36px;
}

.active-block-art dt img {
	float: left;
}

.active-block-art dd {
	margin-left: 232px;
	padding-left: 32px;
}

.active-block-art dd h4 {
	padding-top: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.active-block-art dd h4 a {
	font-size: 18px;
	line-height: 38px;
	color: #000;
}

.active-block-art dd p {
	padding-top: 14px;
	height: 5em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.active-block-art dd p a {
	font-size: 14px;
	line-height: 28px;
	color: #818181;
	display: block;
}


/****************************active_details****************************/

.active-det-art {
	background: #fff;
	overflow: hidden;
}

.ada-main {
	width: 1250px;
	margin: 0 auto;
	padding: 20px 1%;
}

.ada-main h4 {
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
}

.ada-main-text {
	font-size: 16px;
	line-height: 30px;
	color: #717171;
	text-indent: 2em;
	margin-top: 10px;
}

.ada-main .ada-last {
	margin-top: 10px;
}

.ada-main .ada-last,
.ada-main .ada-next {
	font-size: 12px;
	color: #999;
	line-height: 30px;
	text-indent: 0;
}

.ada-main .ada-last a,
.ada-main .ada-next a {
	font-size: 12px;
	color: #888;
}

.ada-main .ada-last a:hover,
.ada-main .ada-next a:hover,
.ada-main-from a:hover {
	color: #0086CA;
}

.ada-main .ada-last span,
.ada-main .ada-next span,
.ada-main .ada-last a,
.ada-main .ada-next a {
	display: block;
	float: left;
}

.ada-last {
	padding-top: 12px;
	height: 24px;
}

.ada-next {
	padding-bottom: 16px;
	height: 26px;
}
.ada-main-info{
	height: 32px;
	padding: 6px 0;
	line-height: 32px;
	font-size: 14px;
	color: #888;
	text-align: center;
	margin: 20px 0 30px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.ada-main-info span{
	margin-right: 20px;
}
.ada-main-from a{
	display: inline-block;
	color: #888;
}
.ada-back{
	display: block;
	float: right;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #000;
	border: 1px solid #c8c8c8;
	margin-bottom: 60px;
	margin-top: -60px;
	overflow: hidden;
}
.ada-back span{
	position: relative;
	display: block;
	top: 0;
}
.ada-back:hover{
	background: #0086CA;
	color: #fff;
}
.ada-back:hover span{
	top: -40px;
}

/****************************join****************************/

.join-nav {
	width: 475px;
	margin: 0 auto;
	text-align: center;
}

.join-nav-items {
	display: block;
	float: left;
	font-size: 16px;
}

.join-nav-items a {
	color: #818181;
}

.join-nav-items span {
	padding: 0 32px;
	color: #cdcdcd;
}

.join-nav-items a:hover,
.join-items-act a {
	color: #000;
}

.advantage {
	background: #fff;
	padding: 46px 0 64px 0;
	box-sizing: border-box;
}

.advantage-main {
	width: 68%;
	margin: 0 auto;
}

.adv-art {
	height: 100%;
}

.adv-art dt {
	float: left;
}

.adv-art dt img {
	width: 100%;
	height: 100%;
}

.adv-art dd {
	margin-left: 378px;
	padding-left: 69px;
	padding-top: 6px;
	box-sizing: border-box;
}

.adv-art-tit {
	font-size: 20px;
	line-height: 38px;
	font-weight: normal;
	color: #000;
}

.adv-art-tit span {
	display: block;
	width: 38px;
	border-top: 2px solid #adadad;
	margin-bottom: 26px;
}

.adv-art dd {
	padding-right: 1%;
	height: 28em;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.adv-art dd p {
	font-size: 14px;
	line-height: 32px;
	color: #717171;
	text-indent: 2em;
}


/****************************join-online****************************/

.joinon {
	background: #fff;
}

.joinon-headpic img {
	width: 100%;
	height: 100%;
}

.joinon-nav {
	width: 475px;
	margin: 0 auto;
	text-align: center;
}

.joinon .active-header h4 span {
	background: #fff;
}

.joinon-nav-items {
	display: block;
	float: left;
	font-size: 16px;
	padding-bottom: 36px;
}

.joinon-nav-items a {
	color: #818181;
}

.joinon-nav-items span {
	padding: 0 32px;
	color: #cdcdcd;
}

.joinon-nav-items a:hover,
.joinon-items-act a {
	color: #000;
}

.joinon-form {
	background: #acacac;
	padding: 50px 0;
}

.joinon-form-header {
	text-align: center;
}

.joinon-form-header p {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.jfh-line {
	display: block;
	width: 160px;
	margin: 20px auto;
	padding-bottom: 40px;
	border-top: 1px solid #b7b7b7;
}

.joinon-form-main {
	width: 1250px;
	height: 490px;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}

.jfm-header h4 {
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-bottom: 22px;
}

.jfm-main-items {
	display: block;
	float: left;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}

.jfm-main-items input {
	display: block;
	width: 493px;
	height: 38px;
	float: right;
	line-height: 38px;
	box-sizing: border-box;
	padding-left: 10px;
	border: 1px solid #d4d4d4;
}

.jfm-main-item {
	margin-left: 36px;
}

.span7 {
	display: inline-block;
	width: 7px;
}

.span8 {
	display: inline-block;
	width: 8px;
}

.span28 {
	display: inline-block;
	width: 28px;
}

.jfm-main-notes {
	display: block;
	float: left;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	margin-bottom: 40px;
}

.jfm-main-notes textarea {
	padding: 10px;
	float: right;
	width: 1092px;
	height: 90px;
	max-width: 1092px;
	max-height: 90px;
	box-sizing: border-box;
	border: 1px solid #d4d4d4;
}

.jfm-main-sub {
	display: block;
	width: 114px;
	height: 38px;
	margin-top: 40px;
	background: #d9150e;
	margin: 0 auto;
	cursor: pointer;
}

.jfm-main-sub input {
	width: 114px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #000;
	background: none;
	font-family: "微软雅黑";
	cursor: pointer;
	border: 0 none;
	outline: 0 none;
}


/****************************about_job****************************/

.job-block-items {
	float: left;
	width: 25%;
	padding: 0 1.5% 48px 1%;
	box-sizing: border-box;
}

.job-block-item {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 46px 36px;
	box-sizing: border-box;
	top: 0;
	cursor: pointer;
}

.job-block-item h4 {
	font-size: 20px;
	color: #000;
}

.job-line {
	width: 54px;
	height: 3px;
	margin: 0 auto;
	padding: 34px 0;
	background: url(../img/tit-bg.jpg) repeat-x center;
}

.jbi-main-pay {
	font-size: 14px;
	line-height: 30px;
	color: #2e2e2e;
}

.jbi-main-req {
	padding-top: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #858585;
}

.jbi-main-req a {
	line-height: 30px;
	font-size: 14px;
	color: #858585;
}

.job-see-more {
	display: block;
	width: 71px;
	height: 14px;
	margin: 0 auto;
	margin-top: 48px;
	font-size: 14px;
	background: url(../img/jsmbg.png) center center no-repeat;
}

.job-see-more span {
	display: none;
	font-size: 14px;
	color: #404040;
}

.job-block-item:hover {
	top: -10px;
	box-shadow: 0px 0px 11px #ebebeb;
}

.job-block-item:hover .job-see-more {
	background: url(../img/jsmbg.png) right center no-repeat;
}

.job-block-item:hover .job-see-more span {
	display: block;
	padding-right: 15px;
}

.ajt-main-l {
	width: 542px;
	padding-right: 36px;
	background: url(../img/ajt-main-l.png) right 34px no-repeat;
}

.ajt-top h4 {
	font-size: 26px;
	line-height: 52px;
	color: #000;
}

.ajt-top h4 span {
	display: inline-block;
	float: right;
	cursor: pointer;
}

.ajt-top-line {
	width: 78px;
	height: 2px;
	display: block;
	background: url(../img/ajt-topline.jpg);
}

.ajt-top-deal {
	font-size: 16px;
	color: #000;
	line-height: 62px;
	border-bottom: 1px solid #d5d5d5;
}

.ajt-top-deal span {
	margin-right: 118px;
}

.ajt-main-l {
	float: left;
	margin-top: 34px;
}

.ajt-main-l h5 {
	font-size: 16px;
	color: #000;
	line-height: 36px;
}

.ajt-main-l li {
	font-size: 14px;
	color: #828282;
	line-height: 34px;
}

.ajt-main-form {
	float: left;
	margin-top: 34px;
	padding-left: 62px;
}

.ajt-main-form h5 {
	font-size: 16px;
	color: #000;
	line-height: 36px;
}

.ajt-main-form p {
	line-height: 38px;
	margin-bottom: 14px;
	font-size: 14px;
}

.ajt-span30 {
	display: inline-block;
	width: 28px;
}

.ajt-main-form p label input {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
}

.ajt-inpname input {
	width: 186px;
}

.ajt-inp474 input {
	width: 474px;
}

.ajt-sex {
	margin-left: 60px;
	margin-right: 24px;
}

.ajt-main-form .ajt-sex input {
	border: 0 none;
}

.ajt-note textarea {
	display: inline-block;
	width: 474px;
	height: 86px;
	max-width: 474px;
	max-height: 86px;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	padding: 10px;
}

.ajt-note span {
	vertical-align: top;
}

.ajt-sub {
	margin-left: 72px;
	border: 0 none;
}

.ajt-main-form .ajt-sub input {
	width: 89px;
	height: 38px;
	background: #fdcc3e;
	border: 0 none;
	margin-right: 8px;
	color: #000;
	box-sizing: border-box;
	font-family: "微软雅黑";
}


/****************************lease****************************/

.lease-blcok {
	margin-top: 14px;
}

.lease-blcok-items {
	float: left;
	width: 25%;
	padding: 0 0.8%;
	box-sizing: border-box;
	margin-bottom: 42px;
}

.lease-blcok-item {
	padding: 16px 32px;
	box-sizing: border-box;
	background: #fff;
}

.lease-blcok-item h4 {
	font-size: 32px;
	line-height: 62px;
	font-weight: normal;
	color: #aeaeae;
	border-bottom: 2px solid #e6e6e6;
}

.lease-blcok-item h4 span {
	display: block;
	float: right;
	font-size: 16px;
	padding-top: 6px;
	color: #aeaeae;
}

.lbi-art h5 a {
	font-size: 16px;
	line-height: 68px;
	color: #000;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lbi-art p a {
	font-size: 14px;
	line-height: 28px;
	color: #818181;
	display: block;
}

.lbi-art-line {
	height: 13px;
	padding: 18px 0;
}

.lbi-art-line p {
	position: relative;
	display: block;
	width: 50px;
	height: 13px;
	left: 0;
	background: url(../img/lbi-art-linebg.jpg) center center no-repeat;
}

.lease-blcok-item:hover {
	box-shadow: 0px 0px 15px #e2e2e2;
	-webkit-box-shadow: 0px 0px 15px #e2e2e2;
}

.lease-blcok-item:hover h4 {
	color: #000;
}

.lease-blcok-item:hover h4 span {
	color: ;
}

.lease-blcok-item:hover .lbi-art-line p {
	width: 50px;
	height: 13px;
	left: 85%;
	background: url(../img/abh-r.png) no-repeat;
}

.lease-blcok .lease-blcok-items:last-child {
	margin-bottom: 64px;
}


/****************************lease****************************/

.service-block {
	padding: 0 1%;
	box-sizing: border-box;
}

.service-block-items {
	float: left;
	width: 20%;
	padding-right: 2%;
	box-sizing: border-box;
}

.service-block-item {
	position: relative;
	padding: 20px;
	background: #fff;
	margin-bottom: 29px;
}

.sbi-pic {
	position: relative;
	overflow: hidden;
}

.sbi-pic img {
	width: 100%;
	height: 100%;
}

.sbi-tit a {
	display: block;
	margin-top: 25px;
	font-size: 16px;
	line-height: 30px;
	color: #585858;
}

.sbi-tit span {
	display: block;
	float: right;
	width: 8px;
	height: 13px;
	margin-top: 10px;
	background: url(../img/sbi-tit-r.png) no-repeat;
}

.service-block-item:hover {
	box-shadow: 0px 0px 20px #d4d4d4;
}

.sbi-pic-hid {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
}

.service-block-item .sbi-pic-hid img {
	width: 67px;
	height: 67px;
	position: relative;
	top: 35%;
	left: 40%;
}

.service-block-item:hover .sbi-pic-hid {
	display: block;
	animation: itemhid 0.5s linear both;
	-moz-animation: itemhid 0.5s linear both;
	-webkit-animation: itemhid 0.5s linear both;
}


/****************************contact****************************/

.con-block-items {
	float: left;
	width: 25%;
	padding: 0 1%;
	box-sizing: border-box;
	margin-top: 40px;
}

.con-block-item {
	padding: 18px 30px;
	border: 1px solid #dfdfdf;
}

.con-block-item h4 {
	font-size: 20px;
	line-height: 45px;
	color: #000;
}

.con-block-line {
	width: 43px;
	height: 2px;
	background: #c9c9c9;
	margin-bottom: 20px;
}

.con-block-item p {
	font-size: 14px;
	line-height: 30px;
	color: #8c8c8c;
}

.con-block .con-block-items:last-child {
	margin-bottom: 55px;
}
.my-map{
	padding: 0 1%;
}

/****************************vip****************************/

.vip-banner img {
	width: 100%;
	height: 100%;
}

.vip-block-itmes {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.vip-block-itme {
	width: 1250px;
	height: 176px;
	margin: 0 auto;
	padding: 43px 0;
	box-sizing: border-box;
	background: url(../images/vip-artbg.png) right center no-repeat;
}

.vip-block-itmesgray {
	background: #fafafa;
}

.vip-items-time {
	float: left;
	width: 15%;
	height: 90px;
	border-right: 1px solid #d7d7d7;
	box-sizing: border-box;
}

.vip-items-time span {
	display: block;
}

.vip-items-timel {
	font-size: 48px;
	color: #a9a9a9;
}

.vip-items-timer {
	font-size: 18px;
	color: #bdbdbd;
	padding-left: 84px;
	padding-top: 4px;
}

.vip-items-art {
	float: left;
	width: 85%;
	padding: 0 16% 0 4%;
	box-sizing: border-box;
}

.vip-items-art h4 a {
	font-size: 16px;
	color: #000;
}

.vip-items-art p {
	font-size: 14px;
	line-height: 30px;
	color: #818181;
	margin-top: 20px;
}

.vip-items-art p a {
	font-size: 14px;
	line-height: 30px;
	color: #818181;
}

.vip-block-itmes:hover {
	background: #f5b600;
}

.vip-block-itmes:hover .vip-block-itme {
	background: url(../img/vip-artbg-w.png) right center no-repeat;
}

.vip-block-itmes:hover .vip-items-time span,
.vip-block-itmes:hover .vip-items-art h4 a,
.vip-block-itmes:hover .vip-items-art p {
	color: #fff;
}

.vip-block-itmes:hover .vip-items-time {
	border-color: #fff;
}


/****************************vip-active****************************/

.vipc-block {
	padding: 0 0.5%;
	width: 99%;
	margin: 0 auto;
}

.vipc-block-items {
	float: left;
	width: 16.5%;
	padding: 0 0.8%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.vipc-block-item {
	background: #fff;
	padding: 15px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.vipc-img {
	position: relative;
	overflow: hidden;
}

.vipc-block-item:hover {
	border: 0 none;
	box-shadow: 0px 0px 20px #d4d4d4;
}

.vipc-hid p {
	position: relative;
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	top: 45%;
}

.vipc-hid {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
}

.vipc-block-item:hover .vipc-hid {
	display: block;
	animation: itemhid 0.5s linear both;
	-moz-animation: itemhid 0.5s linear both;
	-webkit-animation: itemhid 0.5s linear both;
}


/****************************shop****************************/

.shop-nav {
	width: 764px;
	margin: 0 auto;
	box-sizing: border-box;
}

.shop-nav-items {
	float: left;
}

.shop-nav-items a {
	font-size: 16px;
	color: #808080;
}

.shop-nav-items span {
	font-size: 14px;
	color: #cecece;
	padding: 0 32px;
}

.shop-nav-items a:hover,
.shop-items-act a {
	color: #000;
}

.shop-block {
	width: 100%;
	padding-top: 42px;
	box-sizing: border-box;
}

.shop-block-items {
	float: left;
	width: 20%;
	padding: 0 1%;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.shop-block-item dt {
	position: relative;
	overflow: hidden;
}

.shop-block-item dt img {
	width: 100%;
	height: 100%;
}

.shop-block-item dd h4 {
	margin-top: 8px;
	margin-bottom: 24px;
	border-bottom: 1px solid #b5b5b5;
}

.shop-block-item dd h4 a {
	font-size: 18px;
	line-height: 44px;
	color: #000;
}

.shop-block-item dd p {
	font-size: 14px;
	line-height: 24px;
	color: #6b6b6b;
}

.shop-block-item dd p:last-child {
	margin-top: 20px;
}

.site-icon {
	display: block;
	float: left;
	width: 20px;
	padding-left: 3px;
	box-sizing: border-box;
}

.shop-tel-icon {
	display: block;
	float: left;
	width: 20px;
}

.shopbi-text {
	display: block;
	margin-left: 30px;
}

.shop-hid p {
	position: relative;
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	top: 45%;
}

.shop-hid {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
}

.shop-block-item .shop-hid img {
	width: 59px;
	height: 59px;
	position: relative;
	top: 35%;
	left: 40%;
}

.shop-block-item dt:hover .shop-hid {
	display: block;
	animation: itemhid 0.5s linear both;
	-moz-animation: itemhid 0.5s linear both;
	-webkit-animation: itemhid 0.5s linear both;
}


/****************************shop-details****************************/

.shop-details {
	margin-top: 70px;
	padding: 0 1%;
	overflow: hidden;
}

.shop-det-main {
	float: left;
	width: 27.5%;
	min-width: 511px;
}

.sdm-art h4 {
	font-size: 24px;
	line-height: 60px;
	color: #2e2e2e;
	border-bottom: 1px solid #e7e5e0;
}

.sdm-art p {
	font-size: 14px;
	line-height: 26px;
	color: #4b4b4b;
	margin-left: 42px;
	border-bottom: 1px solid #e7e5e0;
	padding: 23px 0 17px 0;
}

.shop-address:before {
	position: absolute;
	content: url(../img/shop-address.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 1%;
	margin-top: 16px;
}

.shop-tel:before {
	position: absolute;
	content: url(../img/shop-tel.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 1%;
	margin-top: 16px;
}

.ban {
	width: 511px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

.ban2 {
	width: 511px;
	height: 251px;
	position: relative;
	overflow: hidden;
}

.ban2 ul {
	position: absolute;
	left: 0;
	top: 0;
}

.ban2 ul li {
	width: 511px;
	height: 251px;
}

.prev {
	float: left;
	cursor: pointer;
}

.num {
	height: 82px;
	overflow: hidden;
	width: 100%;
	position: relative;
	float: left;
}

.min_pic {
	padding-top: 10px;
	width: 511px;
}

.num ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.num ul li {
	width: 31%;
	height: 79px;
	margin-right: 2.7%;
	padding: 1px;
	box-sizing: border-box;
}

.num ul li:last-child {
	margin-right: 0;
}

.num ul li.on {
	padding: 4px;
	box-shadow: 0px 0px 10px #d1d1d1;
}

.num ul li img {
	width: 100%;
	height: 100%;
}

.prev_btn1 {
	width: 16px;
	text-align: center;
	height: 18px;
	margin-top: 40px;
	margin-right: 20px;
	cursor: pointer;
	float: left;
}

.next_btn1 {
	width: 16px;
	text-align: center;
	height: 18px;
	margin-top: 40px;
	cursor: pointer;
	float: right;
}

.prev1 {
	position: absolute;
	top: 85px;
	left: 0;
	width: 43px;
	height: 79px;
	line-height: 79px;
	text-align: center;
	z-index: 9;
	cursor: pointer;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(Opacity=50);
}

.next1 {
	position: absolute;
	top: 85px;
	right: 0;
	width: 43px;
	height: 79px;
	line-height: 79px;
	text-align: center;
	z-index: 9;
	cursor: pointer;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(Opacity=50);
}

.mhc {
	background: #000;
	width: 100%;
	height: 100px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(Opacity=50);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.ban2 li img {
	width: 100%;
	height: 100%;
}

.shop-lookother {
	margin-top: 34px;
	margin-bottom: 80px;
	width: 100%;
	height: 56px;
	background: #474747;
	text-align: center;
}

.shop-lookother a {
	font-size: 14px;
	line-height: 56px;
	color: #fff;
}

.shop-lookother a span {
	padding-left: 1em;
}

.shop-det-maps {
	margin-left: 576px;
}

.shop-det-maps img {
	width: 100%;
	height: auto;
}


/****************************commonweal****************************/

.commonweal-main {
	margin-top: 48px;
}

.commonweal-block {
	padding: 33px 18%;
	width: 100%;
	height: 222px;
	min-width: 1250px;
	overflow: hidden;
	box-sizing: border-box;
}

.commonweal-block:nth-of-type(odd) {
	background: #fafafa;
}

.combl-char {
	position: relative;
	float: left;
	width: 73%;
	padding-top: 25px;
}

.combl-pic {
	position: relative;
	float: right;
	width: 20%;
	overflow: hidden;
}

.combl-pic img {
	width: 238px;
	height: 159px;
}

.combl-char-l {
	float: left;
}

.combl-char-l p {
	font-size: 32px;
	color: #9d9d9d;
	line-height: 32px;
}

.combl-char-l p span {
	display: inline-block;
	width: 46px;
	height: 26px;
	margin-left: 26px;
	background: url(../img/comm-clline.jpg) center repeat-x;
}

.combl-char-l a {
	display: block;
	width: 43px;
	height: 43px;
	margin-top: 34px;
	background-color: none;
	background-image: url(../img/comm-cl-a.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.combl-char-r {
	width: 80%;
	margin-left: 186px;
}

.combl-char-r h4 a {
	font-size: 16px;
	line-height: 32px;
	color: #000;
}

.combl-char-r p {
	margin-top: 20px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.combl-char-r p a {
	font-size: 14px;
	color: #818181;
}

.commonweal-block:hover .combl-char-l p {
	color: #000;
}

.commonweal-block:hover .combl-char-l p span {
	width: 76px;
	background-image: url(../img/comm-clline-b.jpg);
}

.commonweal-block:hover .combl-char-l a {
	background-color: #000;
	background-image: url(../img/comm-cl-aw.png);
}

.commonweal-block:hover .combl-char-r {
	margin-left: 216px;
}


/*分页*/

.commonweal-page {
	display: table;
	margin: 36px auto;
}

.comm-page-items {
	display: block;
	float: left;
	margin-right: 8px;
}

.comm-page-items a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	color: #717171;
	border: 1px solid #a0a0a0;
	border-radius: 6px;
	box-sizing: border-box;
	text-align: center;
}

.comm-page-items a:hover {
	color: #e3e3e3;
	border: 0 none;
	line-height: 28px;
	background: #4e4e4e;
}


/****************************commonweal****************************/

.brand-content {
	padding-top: 59px;
	padding-bottom: 77px;
}

.brand-header {
	display: block;
	width: 215px;
	margin: 0 auto;
	font-size: 24px;
	color: #000;
	text-align: center;
	background: url(../img/brand-headbg.jpg) repeat-x center;
}

.brand-header span {
	width: 117px;
	display: block;
	margin: 0 auto;
	background: #acacac;
}

.brand-art {
	margin-top: 57px;
	font-size: 14px;
	color: #757575;
	line-height: 32px;
	text-align: center;
}

.brand-nav {
	display: table;
	margin: 0 auto;
}

.brand-nav-items {
	display: block;
	float: left;
	width: 164px;
	height: 44px;
	line-height: 44px;
	margin-top: 53px;
	text-align: center;
	border: 1px solid #bdbdbd;
	border-radius: 22px;
	box-sizing: border-box;
	margin-right: 40px;
	font-size: 18px;
	color: #5f5f5f;
}

.brand-nav .brand-nav-items:last-child {
	margin-right: 0;
}

.brand-nav-items:hover,
.brand-nav-act {
	background: #fbc320;
	border: 0 none;
	color: #fff;
}

.pubwel {
	height: 546px;
	overflow: hidden;
	background: url(../img/pubwel-l.jpg) no-repeat;
}

.pubwel-l {
	position: relative;
	float: left;
	width: 33.3%;
	min-width: 286px;
	height: 546px;
	padding: 113px 0;
	padding-right: 46px;
	background-size: cover !important;
	box-sizing: border-box;
}

.pubwel-l-main {
	width: 246px;
	height: 320px;
	margin: 0 auto;
	border: 1px solid #9b9b9b;
	box-sizing: border-box;
	padding: 46px 0 38px 40px;
}

.pubwel-l-main p {
	display: block;
	width: 40px;
	height: 2px;
	background: #a7a7a7;
}

.pubwel-l-main h4 {
	margin-top: 7px;
	line-height: 36px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}

.pubwel-l-main h4 small {
	display: block;
	font-size: 18px;
	color: #b8b8b7;
	margin-top: -4px;
}

.pubwel-l-main a {
	margin-top: 126px;
	display: block;
	width: 62px;
	height: 35px;
	border: 1px solid #d0d0d0;
}

.pubwel-l-main a span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/pubwel-lmore.png) center center no-repeat;
}

.pubwel-r {
	margin-left: 33.3%;
	z-index: -99999;
}

.pubwel-rbg {
	margin-left: -46px;
	height: 546px;
	background: url(../img/pubwel-rbg.png) no-repeat;
	z-index: 1;
	padding: 40px 10px;
	box-sizing: border-box;
	z-index: 99999;
}

.pubwel-r-items {
	position: relative;
	width: 50%;
	float: left;
	padding: 37px 50px 40px 58px;
	box-sizing: border-box;
	overflow: hidden;
}

.pubwel-r-items:first-child,
.pubwel-r-items:nth-child(3) {
	margin-left: -38px;
}

.pubwel-r-items:nth-child(3) {
	background: url(../img/corner3.png) no-repeat;
	background-size: 100% 100%;
}

.pubwel-r-items dt {
	display: block;
	float: left;
}

.pubwel-r-items dd {
	margin-left: 238px;
	padding-left: 30px;
}

.corner1 {
	background: url(../img/corner1.png) no-repeat;
	background-size: 100% 100%;
}

.corner3 {
	background: url(../img/corner3.png) no-repeat;
	background-size: cover 100% 100%;
}

.pubwel-r-item dd h4 {
	font-size: 32px;
	line-height: 46px;
	color: #a08538;
	border-bottom: 1px solid #d8af39;
}

.pubwel-r-item dd h4 span {
	position: relative;
	display: block;
	width: 21px;
	height: 11px;
	line-height: 32px;
	float: right;
	margin-top: 2px;
}

.pubwel-r-item dd h5 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pubwel-r-item dd h5 a {
	font-size: 16px;
	color: #000;
	line-height: 50px;
}

.pubwel-r-item dd span a {
	font-size: 14px;
	color: #818181;
	line-height: 32px;
	height: 4em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media only screen and (max-width: 1600px) and (min-width: 1280px) {
	/*首页*/
	.product {
		height: 262px;
	}
	/*首页banner*/
	.main_visual {
		height: 444px;
		border-top: 1px solid #d7d7d7;
		overflow: hidden;
		position: relative;
		margin: 0px auto 20px;
	}
	.main_image {
		height: 444px;
		overflow: hidden;
		position: relative;
	}
	.main_image ul {
		width: 9999px;
		height: 444px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0
	}
	.main_image li {
		float: left;
		width: 100%;
		height: 444px;
	}
	.main_image li span {
		display: block;
		width: 100%;
		height: 444px
	}
	.main_image li a {
		display: block;
		width: 100%;
		height: 444px
	}
	/*pro*/
	.pro-block-items {
		float: left;
		width: 25%;
		box-sizing: border-box;
		padding: 0 0.8%;
		margin-bottom: 16px;
	}
	/*active*/
	.active {
		padding: 0 5%;
	}
	.active-block {
		width: 50%;
	}
	/*about_job*/
	.job-block-items {
		float: left;
		width: 33.3%;
		padding: 48px 1.5% 0 1%;
		box-sizing: border-box;
	}
	/*lease*/
	.lease-blcok-items {
		float: left;
		width: 33.3%;
		padding: 0 0.8%;
		box-sizing: border-box;
		margin-bottom: 42px;
	}
	/*大事记*/
	.pubwel-l {
		position: relative;
		float: left;
		width: 25%;
		min-width: 286px;
		height: 546px;
		padding: 113px 0;
		padding-right: 46px;
		background-size: cover !important;
		box-sizing: border-box;
	}
	.pubwel-l-main {
		width: 226px;
		height: 320px;
		margin: 0 auto;
		border: 1px solid #9b9b9b;
		box-sizing: border-box;
		padding: 46px 0 38px 20px;
	}
	.pubwel-r {
		margin-left: 25%;
		z-index: -99999;
	}
	/*服务*/
	.service-block-items {
		float: left;
		width: 25%;
		padding-right: 2%;
		box-sizing: border-box;
	}
}

@-webkit-media only screen and (max-width: 1600px) and (min-width: 1280px) {
	/*首页*/
	.product {
		height: 262px;
	}
	/*首页banner*/
	.main_visual {
		height: 444px;
		border-top: 1px solid #d7d7d7;
		overflow: hidden;
		position: relative;
		margin: 0px auto 20px;
	}
	.main_image {
		height: 444px;
		overflow: hidden;
		position: relative;
	}
	.main_image ul {
		width: 9999px;
		height: 444px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0
	}
	.main_image li {
		float: left;
		width: 100%;
		height: 444px;
	}
	.main_image li span {
		display: block;
		width: 100%;
		height: 444px
	}
	.main_image li a {
		display: block;
		width: 100%;
		height: 444px
	}
	/*pro*/
	.pro-block-items {
		float: left;
		width: 25%;
		box-sizing: border-box;
		padding: 0 0.8%;
		margin-bottom: 16px;
	}
	/*active*/
	.active {
		padding: 0 5%;
	}
	.active-block {
		width: 50%;
	}
	/*about_job*/
	.job-block-items {
		float: left;
		width: 33.3%;
		padding: 48px 1.5% 0 1%;
		box-sizing: border-box;
	}
	/*lease*/
	.lease-blcok-items {
		float: left;
		width: 33.3%;
		padding: 0 0.8%;
		box-sizing: border-box;
		margin-bottom: 42px;
	}
	/*大事记*/
	.pubwel-l {
		position: relative;
		float: left;
		width: 25%;
		min-width: 286px;
		height: 546px;
		padding: 113px 0;
		padding-right: 46px;
		background-size: cover !important;
		box-sizing: border-box;
	}
	.pubwel-l-main {
		width: 226px;
		height: 320px;
		margin: 0 auto;
		border: 1px solid #9b9b9b;
		box-sizing: border-box;
		padding: 46px 0 38px 20px;
	}
	.pubwel-r {
		margin-left: 25%;
		z-index: -99999;
	}
	/*服务*/
	.service-block-items {
		float: left;
		width: 25%;
		padding-right: 2%;
		box-sizing: border-box;
	}
}

@-moz-media only screen and (max-width: 1600px) and (min-width: 1280px) {
	/*首页*/
	.product {
		height: 262px;
	}
	/*首页banner*/
	.main_visual {
		height: 444px;
		border-top: 1px solid #d7d7d7;
		overflow: hidden;
		position: relative;
		margin: 0px auto 20px;
	}
	.main_image {
		height: 444px;
		overflow: hidden;
		position: relative;
	}
	.main_image ul {
		width: 9999px;
		height: 444px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0
	}
	.main_image li {
		float: left;
		width: 100%;
		height: 444px;
	}
	.main_image li span {
		display: block;
		width: 100%;
		height: 444px
	}
	.main_image li a {
		display: block;
		width: 100%;
		height: 444px
	}
	/*pro*/
	.pro-block-items {
		float: left;
		width: 25%;
		box-sizing: border-box;
		padding: 0 0.8%;
		margin-bottom: 16px;
	}
	/*active*/
	.active {
		padding: 0 5%;
	}
	.active-block {
		width: 50%;
	}
	/*about_job*/
	.job-block-items {
		float: left;
		width: 33.3%;
		padding: 48px 1.5% 0 1%;
		box-sizing: border-box;
	}
	/*lease*/
	.lease-blcok-items {
		float: left;
		width: 33.3%;
		padding: 0 0.8%;
		box-sizing: border-box;
		margin-bottom: 42px;
	}
	/*大事记*/
	.pubwel-l {
		position: relative;
		float: left;
		width: 25%;
		min-width: 286px;
		height: 546px;
		padding: 113px 0;
		padding-right: 46px;
		background-size: cover !important;
		box-sizing: border-box;
	}
	.pubwel-l-main {
		width: 226px;
		height: 320px;
		margin: 0 auto;
		border: 1px solid #9b9b9b;
		box-sizing: border-box;
		padding: 46px 0 38px 20px;
	}
	.pubwel-r {
		margin-left: 25%;
		z-index: -99999;
	}
	/*服务*/
	.service-block-items {
		float: left;
		width: 25%;
		padding-right: 2%;
		box-sizing: border-box;
	}
}


/*1280分辨率*/

@media only screen and (max-width: 1280px) {
	/*首页*/
	.option {
		height: 380px;
		overflow-x: hidden;
	}
	.product {
		height: 242px;
	}
	/*首页banner*/
	.main_visual {
		height: 344px;
		border-top: 1px solid #d7d7d7;
		overflow: hidden;
		position: relative;
		margin: 0px auto 20px;
	}
	.main_image {
		height: 344px;
		overflow: hidden;
		position: relative;
	}
	.main_image ul {
		width: 9999px;
		height: 344px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0
	}
	.main_image li {
		float: left;
		width: 100%;
		height: 344px;
	}
	.main_image li span {
		display: block;
		width: 100%;
		height: 344px
	}
	.main_image li a {
		display: block;
		width: 100%;
		height: 344px
	}
	/*pro*/
	.pro-block-items {
		float: left;
		width: 25%;
		box-sizing: border-box;
		padding: 0 0.8%;
		margin-bottom: 16px;
	}
	/*active*/
	.active {
		padding: 0 2%;
	}
	.active-block {
		width: 50%;
	}
	.advantage-main {
		width: 100%;
		padding: 0 1%;
		box-sizing: border-box;
	}
	/*.job-block-items {
		float: left;
		width: 33.3%;
		padding: 48px 1.5% 0 1%;
		box-sizing: border-box;
	}*/
	.job-block-items {
		float: left;
		width: 33.3%;
		padding: 0 1.5% 48px 1%;
		box-sizing: border-box;
	}
	/*lease*/
	.lease-blcok-items {
		float: left;
		width: 33.3%;
		padding: 0 0.8%;
		box-sizing: border-box;
		margin-bottom: 42px;
	}
	.commonweal-block {
		padding: 33px 2%;
		width: 100%;
		height: 222px;
		min-width: 1250px;
		overflow: hidden;
		box-sizing: border-box;
	}
	/*大事记*/
	.pubwel-l {
		position: relative;
		float: left;
		width: 25%;
		min-width: 286px;
		height: 546px;
		padding: 113px 0;
		padding-right: 46px;
		background-size: cover !important;
		box-sizing: border-box;
	}
	.pubwel-l-main {
		width: 200px;
		height: 320px;
		margin: 0 auto;
		border: 1px solid #9b9b9b;
		box-sizing: border-box;
		padding: 46px 0 38px 20px;
	}
	.pubwel-r {
		margin-left: 25%;
		z-index: -99999;
	}
	.pubwel-r-items {
		padding: 37px 10px 40px 18px;
	}
	/*服务*/
	.service-block-items {
		float: left;
		width: 33.3%;
		padding-right: 2%;
		box-sizing: border-box;
	}
	/*招聘*/
	.dialog__content {
		background: #fff;
		padding: 28px 26px;
		position: relative;
		z-index: 5;
		opacity: 0;
		box-sizing: border-box;
	}
	.ajt-main-l {
		width: 442px;
		margin-top: 14px;
	}
	.ajt-main-form {
		margin-top: 14px;
	}
	.ajt-inp474 input {
		width: 374px;
	}
}

@-webkit-media only screen and (max-width: 1280px) {
	/*首页*/
	.option {
		height: 380px;
		overflow-x: hidden;
	}
	.product {
		height: 222px;
	}
	/*首页banner*/
	.main_visual {
		height: 344px;
		border-top: 1px solid #d7d7d7;
		overflow: hidden;
		position: relative;
		margin: 0px auto 20px;
	}
	.main_image {
		height: 344px;
		overflow: hidden;
		position: relative;
	}
	.main_image ul {
		width: 9999px;
		height: 344px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0
	}
	.main_image li {
		float: left;
		width: 100%;
		height: 344px;
	}
	.main_image li span {
		display: block;
		width: 100%;
		height: 344px
	}
	.main_image li a {
		display: block;
		width: 100%;
		height: 344px
	}
	/*pro*/
	.pro-block-items {
		float: left;
		width: 25%;
		box-sizing: border-box;
		padding: 0 0.8%;
		margin-bottom: 16px;
	}
	/*active*/
	.active {
		padding: 0 2%;
	}
	.active-block {
		width: 50%;
	}
	.advantage-main {
		width: 100%;
		padding: 0 1%;
		box-sizing: border-box;
	}
	/*.job-block-items {
		float: left;
		width: 33.3%;
		padding: 48px 1.5% 0 1%;
		box-sizing: border-box;
	}*/
	.job-block-items {
		float: left;
		width: 33.3%;
		padding: 0 1.5% 48px 1%;
		box-sizing: border-box;
	}
	/*lease*/
	.lease-blcok-items {
		float: left;
		width: 33.3%;
		padding: 0 0.8%;
		box-sizing: border-box;
		margin-bottom: 42px;
	}
	.commonweal-block {
		padding: 33px 2%;
		width: 100%;
		height: 222px;
		min-width: 1250px;
		overflow: hidden;
		box-sizing: border-box;
	}
	/*大事记*/
	.pubwel-l {
		position: relative;
		float: left;
		width: 25%;
		min-width: 286px;
		height: 546px;
		padding: 113px 0;
		padding-right: 46px;
		background-size: cover !important;
		box-sizing: border-box;
	}
	.pubwel-l-main {
		width: 200px;
		height: 320px;
		margin: 0 auto;
		border: 1px solid #9b9b9b;
		box-sizing: border-box;
		padding: 46px 0 38px 20px;
	}
	.pubwel-r {
		margin-left: 25%;
		z-index: -99999;
	}
	.pubwel-r-items {
		padding: 37px 10px 40px 18px;
	}
	/*服务*/
	.service-block-items {
		float: left;
		width: 33.3%;
		padding-right: 2%;
		box-sizing: border-box;
	}
	/*招聘*/
	.dialog__content {
		background: #fff;
		padding: 28px 26px;
		position: relative;
		z-index: 5;
		opacity: 0;
		box-sizing: border-box;
	}
	.ajt-main-l {
		width: 442px;
		margin-top: 14px;
	}
	.ajt-main-form {
		margin-top: 14px;
	}
	.ajt-inp474 input {
		width: 374px;
	}
}

@-moz-media only screen and (max-width: 1280px) {
	/*首页*/
	.option {
		height: 380px;
		overflow-x: hidden;
	}
	.product {
		height: 222px;
	}
	/*首页banner*/
	.main_visual {
		height: 344px;
		border-top: 1px solid #d7d7d7;
		overflow: hidden;
		position: relative;
		margin: 0px auto 20px;
	}
	.main_image {
		height: 344px;
		overflow: hidden;
		position: relative;
	}
	.main_image ul {
		width: 9999px;
		height: 344px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0
	}
	.main_image li {
		float: left;
		width: 100%;
		height: 344px;
	}
	.main_image li span {
		display: block;
		width: 100%;
		height: 344px
	}
	.main_image li a {
		display: block;
		width: 100%;
		height: 344px
	}
	/*pro*/
	.pro-block-items {
		float: left;
		width: 25%;
		box-sizing: border-box;
		padding: 0 0.8%;
		margin-bottom: 16px;
	}
	/*active*/
	.active {
		padding: 0 2%;
	}
	.active-block {
		width: 50%;
	}
	.advantage-main {
		width: 100%;
		padding: 0 1%;
		box-sizing: border-box;
	}
	/*.job-block-items {
		float: left;
		width: 33.3%;
		padding: 48px 1.5% 0 1%;
		box-sizing: border-box;
	}*/
	.job-block-items {
		float: left;
		width: 33.3%;
		padding: 0 1.5% 48px 1%;
		box-sizing: border-box;
	}
	/*lease*/
	.lease-blcok-items {
		float: left;
		width: 33.3%;
		padding: 0 0.8%;
		box-sizing: border-box;
		margin-bottom: 42px;
	}
	.commonweal-block {
		padding: 33px 2%;
		width: 100%;
		height: 222px;
		min-width: 1250px;
		overflow: hidden;
		box-sizing: border-box;
	}
	/*大事记*/
	.pubwel-l {
		position: relative;
		float: left;
		width: 25%;
		min-width: 286px;
		height: 546px;
		padding: 113px 0;
		padding-right: 46px;
		background-size: cover !important;
		box-sizing: border-box;
	}
	.pubwel-l-main {
		width: 200px;
		height: 320px;
		margin: 0 auto;
		border: 1px solid #9b9b9b;
		box-sizing: border-box;
		padding: 46px 0 38px 20px;
	}
	.pubwel-r {
		margin-left: 25%;
		z-index: -99999;
	}
	.pubwel-r-items {
		padding: 37px 10px 40px 18px;
	}
	/*服务*/
	.service-block-items {
		float: left;
		width: 33.3%;
		padding-right: 2%;
		box-sizing: border-box;
	}
	/*招聘*/
	.dialog__content {
		background: #fff;
		padding: 28px 26px;
		position: relative;
		z-index: 5;
		opacity: 0;
		box-sizing: border-box;
	}
	.ajt-main-l {
		width: 442px;
		margin-top: 14px;
	}
	.ajt-main-form {
		margin-top: 14px;
	}
	.ajt-inp474 input {
		width: 374px;
	}
}

@-o-media only screen and (max-width: 1280px) {
	/*首页*/
	.option {
		height: 380px;
		overflow-x: hidden;
	}
	.product {
		height: 222px;
	}
	/*首页banner*/
	.main_visual {
		height: 344px;
		border-top: 1px solid #d7d7d7;
		overflow: hidden;
		position: relative;
		margin: 0px auto 20px;
	}
	.main_image {
		height: 344px;
		overflow: hidden;
		position: relative;
	}
	.main_image ul {
		width: 9999px;
		height: 344px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0
	}
	.main_image li {
		float: left;
		width: 100%;
		height: 344px;
	}
	.main_image li span {
		display: block;
		width: 100%;
		height: 344px
	}
	.main_image li a {
		display: block;
		width: 100%;
		height: 344px
	}
	/*pro*/
	.pro-block-items {
		float: left;
		width: 25%;
		box-sizing: border-box;
		padding: 0 0.8%;
		margin-bottom: 16px;
	}
	/*active*/
	.active {
		padding: 0 2%;
	}
	.active-block {
		width: 50%;
	}
	.advantage-main {
		width: 100%;
		padding: 0 1%;
		box-sizing: border-box;
	}
	/*.job-block-items {
		float: left;
		width: 33.3%;
		padding: 48px 1.5% 0 1%;
		box-sizing: border-box;
	}*/
	.job-block-items {
		float: left;
		width: 33.3%;
		padding: 0 1.5% 48px 1%;
		box-sizing: border-box;
	}
	/*lease*/
	.lease-blcok-items {
		float: left;
		width: 33.3%;
		padding: 0 0.8%;
		box-sizing: border-box;
		margin-bottom: 42px;
	}
	.commonweal-block {
		padding: 33px 2%;
		width: 100%;
		height: 222px;
		min-width: 1250px;
		overflow: hidden;
		box-sizing: border-box;
	}
	/*大事记*/
	.pubwel-l {
		position: relative;
		float: left;
		width: 25%;
		min-width: 286px;
		height: 546px;
		padding: 113px 0;
		padding-right: 46px;
		background-size: cover !important;
		box-sizing: border-box;
	}
	.pubwel-l-main {
		width: 200px;
		height: 320px;
		margin: 0 auto;
		border: 1px solid #9b9b9b;
		box-sizing: border-box;
		padding: 46px 0 38px 20px;
	}
	.pubwel-r {
		margin-left: 25%;
		z-index: -99999;
	}
	.pubwel-r-items {
		padding: 37px 10px 40px 18px;
	}
	/*服务*/
	.service-block-items {
		float: left;
		width: 33.3%;
		padding-right: 2%;
		box-sizing: border-box;
	}
	/*招聘*/
	.dialog__content {
		background: #fff;
		padding: 28px 26px;
		position: relative;
		z-index: 5;
		opacity: 0;
		box-sizing: border-box;
	}
	.ajt-main-l {
		width: 442px;
		margin-top: 14px;
	}
	.ajt-main-form {
		margin-top: 14px;
	}
	.ajt-inp474 input {
		width: 374px;
	}
}


/*发展历史*/

.fzk {
	display: block;
	padding: 50px 0 56px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.fzdti {
	display: block;
	width: 334px;
	height: 50px;
	margin: 0 auto 58px;
	position: relative;
	z-index: 99;
}

.fzdti h4 {
	display: block;
	width: 215px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/dsjheadbg.jpg) repeat-x center;
}

.fzdti h4 span {
	display: block;
	width: 117px;
	margin: 0 auto;
	font-size: 24px;
	color: #000;
	background: #fff;
}

.fzxk {
	display: block;
	width: 100%;
	height: 305px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
	background: url(../img/san1.png) center 234px repeat-x;
}

.fzxkt {
	display: block;
	width: 100%;
	position: absolute;
	height: 1px;
	background: #e1e1e1;
	top: 246px;
}

.fzx1 {
	display: block;
}


/*- 图片移动开始 -*/

.wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #0C6;
}

#scene {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
}

.layer {
	display: block;
	position: absolute !important;
}

.layer img {
	position: absolute;
}

.cp1 {
	top: 56px;
	left: 8px;
}

.cp2 {
	top: 241px;
	left: 8.2%;
}

.cp3 {
	top: 105px;
	left: 21.5%;
}

.cp4 {
	top: 331px;
	left: 30.95%;
}

.cp5 {
	top: 126px;
	left: 53.5%;
}

.cp6 {
	top: 272px;
	left: 48.38%;
}

.cp7 {
	top: 243px;
	left: 72.85%;
}

.cp8 {
	top: 38px;
	left: 78.45%;
}

.cp9 {
	top: 288px;
	left: 88.9%;
}

.cp10 {
	top: 126px;
	left: 92.15%;
}


/*- 图片移动结束 -*/


/*大事记样式*/

#timeline {
	width: 1250px;
	height: 305px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

#dates {
	width: 1250px;
	overflow: hidden;
}

#dates li {
	float: left;
	width: 90px;
	height: 70px;
	font-size: 18px;
	text-align: center;
}

#dates a {
	color: #616161;
	width: 90px;
	height: 70px;
	padding-top: 30px;
	line-height: 40px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

#dates .selected {
	font-size: 22px;
	color: #0093dc;
	font-weight: bold;
	background: url(../img/san2.png) no-repeat center top;
}

#issues {
	width: 1250px;
	height: 234px;
	overflow: hidden;
}

#issues li {
	width: 1250px;
	height: 234px;
	list-style: none;
	float: left;
}

#issues li img {
	text-align: center;
	display: block;
	margin: 0 auto;
}

#next,
#prev {
	position: absolute;
	top: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
}

#next {
	right: 0;
	background: url(../img/dsj2.png) center center no-repeat;
}

#prev {
	left: 0;
	background: url(../img/dsj1.png) center center no-repeat;
}

#next.disabled,
#prev.disabled {
	opacity: 0.2;
}

#next:hover {
	background: url(../img/dsj02.png) center center no-repeat;
}

#prev:hover {
	background: url(../img/dsj01.png) center center no-repeat;
}

.fzlc {
	display: block;
	width: 880px;
	margin: 0 auto;
}

.fzlc-n {
	display: block;
	line-height: 100px;
	font-size: 80px;
	color: #0093dc;
}

.fzlc-js {
	display: block;
	line-height: 32px;
	font-size: 16px;
	color: #000;
}

@media screen and (min-width:1440px) {
	/*屏幕宽度大于320px*/
	.jgk0 {
		width: 1310px;
		overflow: hidden;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.jgk00 {
		width: 1310px;
		position: absolute;
		left: 50%;
		margin-left: -655px;
		top: 65px;
	}
	.jgk01 {
		width: 1310px;
		position: absolute;
		left: 50%;
		margin-left: -655px;
		top: 65px;
	}
	.hzk {
		display: block;
		width: 1310px;
		padding: 45px 0 77px;
	}
	.qybk {
		width: 1310px;
		overflow: hidden;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.qylb li {
		display: block;
		width: 250px;
		height: auto;
		float: left;
		margin-left: 15px;
	}
	.jgkk1 {
		width: 815px;
	}
}

@media screen and (max-width:1440px) {
	/*屏幕宽度小于320px*/
	.jgk0 {
		width: 1250px;
		overflow: hidden;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.jgk00 {
		width: 1260px;
		position: absolute;
		left: 50%;
		margin-left: -630px;
		top: 65px;
	}
	.jgk01 {
		width: 1260px;
		position: absolute;
		left: 50%;
		margin-left: -630px;
		top: 65px;
	}
	.hzk {
		display: block;
		width: 1250px;
		padding: 45px 0 77px;
	}
	.qybk {
		width: 1250px;
		overflow: hidden;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.qylb li {
		display: block;
		width: 238px;
		height: auto;
		float: left;
		margin-left: 15px;
	}
	.jgkk1 {
		width: 780px;
	}
}


/* Palette generated by Material Palette - materialpalette.com/indigo/pink */


/* Base16 Atelier Sulphurpool Dark - Theme */


/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool) */


/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */


/* Atelier-Sulphurpool Comment */

.hljs-comment {
	color: #898ea4;
}


/* Atelier-Sulphurpool Red */

.hljs-variable,
.hljs-tag,
.hljs-regexp,
.hljs-name,
.ruby .hljs-constant,
.xml .hljs-tag .hljs-title,
.xml .hljs-pi,
.xml .hljs-doctype,
.html .hljs-doctype,
.css .hljs-id,
.css .hljs-class,
.css .hljs-pseudo {
	color: deepskyblue;
}

.hljs-attribute {
	color: lightskyblue;
}


/* Atelier-Sulphurpool Orange */

.hljs-number,
.hljs-preprocessor,
.hljs-built_in,
.hljs-literal,
.hljs-params,
.hljs-constant {
	color: #c76b29;
}


/* Atelier-Sulphurpool Yellow */

.ruby .hljs-class .hljs-title,
.css .hljs-rule .hljs-attribute {
	color: #c08b30;
}


/* Atelier-Sulphurpool Green */

.hljs-string,
.hljs-value,
.hljs-inheritance,
.hljs-header,
.ruby .hljs-symbol,
.xml .hljs-cdata {
	color: darkorange;
}


/* Atelier-Sulphurpool Aqua */

.hljs-title,
.css .hljs-hexcolor {
	color: #22a2c9;
}


/* Atelier-Sulphurpool Blue */

.hljs-function,
.python .hljs-decorator,
.python .hljs-title,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword,
.perl .hljs-sub,
.javascript .hljs-title,
.coffeescript .hljs-title {
	color: #3d8fd1;
}


/* Atelier-Sulphurpool Purple */

.hljs-keyword,
.javascript .hljs-function {
	color: #6679cc;
}

.hljs {
	display: block;
	overflow-x: auto;
	background: #202746;
	color: #979db4;
	padding: 0.5em;
	-webkit-text-size-adjust: none;
}

.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
	opacity: 0.5;
}


/**
 * Backgrounds
 */

.backgrounds {
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: -1;
}

.backgrounds .background {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	background-attachment: fixed;
}

.overlay:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #3F51B5;
	opacity: 0.8;
}


/**
 * Hero
 */

.hero {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	color: #FFF;
	text-align: center;
}

.hero-center {
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.hero__logo {
	font-size: 60px;
	color: rgba(0, 0, 0, 0.5);
}

.hero__text {
	font-weight: normal;
	opacity: 0.8;
}

.hero__scroll {
	position: absolute;
	bottom: 60px;
	width: 200px;
	margin: auto;
	display: block;
	cursor: pointer;
	padding-bottom: 40px;
	left: 0;
	right: 0;
	text-transform: uppercase;
}

.hero__scroll .chevron {
	margin-top: 20px;
	display: block;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	color: #FF4081;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.octocat {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 80px;
}

.octocat img {
	display: block;
	width: 100%;
}

.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: top;
	width: 20px;
}

.chevron.right:before {
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


/**
 * Sections
 */

.section {
	width: 100%;
	float: left;
}

.section-title {
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 100%;
	clear: both;
}

.container {
	width: 970px;
	margin: 0 auto;
	max-width: 90%;
	-webkit-transform: translateZ(1000px);
	transform: translateZ(1000px);
}

.code {
	width: 40%;
	clear: both;
	height: 200px;
	background: #FFF;
	border-radius: 2px;
	margin: 12vh 0;
	padding: 10px;
}

.code pre,
.code code {
	color: #333;
	height: 100%;
	margin: 0;
}

.code code {
	padding: 20px 0 0 20px;
}

.code--small code {
	padding-top: 75px;
}

.code--left {
	float: left;
}

.code--right {
	float: right;
}

.code--wider {
	width: 60%;
}

.code--wider code {
	padding-top: 60px;
}

.section--more {
	color: #FFF;
	background: #0E0F34;
	padding: 20px 0 40px 0;
}

.section-group {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 30px 0;
}

.section-group h3 {
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.section-group h4 {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.6);
}

.section-group code {
	padding: 20px;
	font-size: 1.2em;
}

.section-group .btn {
	margin-right: 20px;
}

.btn {
	padding: 10px 20px;
	border: 1px solid #FF4081;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	overflow: hidden;
}

.btn:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #FF4081;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	z-index: 0;
	opacity: 0;
}

.btn span {
	position: relative;
	z-index: 5;
}

.btn:hover {
	color: #FFF;
}

.btn:hover:before {
	-webkit-transform: scaleX(200);
	-ms-transform: scaleX(200);
	transform: scaleX(200);
	opacity: 1;
}
/*底部*/
.qing{ overflow:hidden; display:block; clear:both; }
.juzhong{ width:1450px; overflow:hidden; display:block; margin-left:auto; margin-right:auto;}
.juzhong2{
	width:1000px;
	overflow:hidden;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.fobg{ background:#3f3f3f; padding:30px 0 40px;}
.baqbg{ background:#363636; padding:18px 0; line-height:32px; color:#909090; font-size:12px;}
.baqbg a, .baqbg a:visited{color:#909090;}
.wei a{ display:block; float:left; margin-left:5px; width:32px; height:32px; cursor:pointer;}
.wei1{ background:url(../images/wei1.png) center center no-repeat;}
.wei2{ background:url(../images/wei2.png) center center no-repeat;}
.wei3{ background:url(../images/wei3.png) center center no-repeat;}
.youk{ padding-bottom:25px; overflow:hidden; border-bottom:1px solid #666; margin-bottom:35px;}
.youkm{ line-height:30px; font-size:16px; color:#fff; }
.youkm img{ margin-right:8px;}
.youka{ margin-left:130px; line-height:30px; font-size:12px; color:#666; float: left;}
.youka a, .youka a:visited{color:#b5b5b5;}
.youka a:hover{ color:#f1f1f1;}
.fona{ float:left; width:295px; min-height:206px; _height:206px; height:auto; padding-left:64px; border-left:1px solid #525252;}
.fona-ti{ margin-bottom:16px; font-size:16px; color:#fff; line-height:35px;}
.fona a{ display:block; line-height:30px; color:#b2b2b2; font-size:14px;}
.fona a:visited{ color:#b2b2b2;}
.fona a:hover{ color:#eee; padding-left:5px;}
.fona1{ width:215px;}
.fona2{ width:385px; padding-left:47px;}
.fona0{ width:355px; margin-left:-64px;}
.foadd{ line-height:30px; color:#B2B2B2; font-size:12px;}
.fotel{ position:relative; margin-bottom:5px; margin-top:-16px; line-height:30px; font-size:24px; color:#fff;}
.fotel b{ display:block; position:absolute; bottom:0; width:13px; height:2px; background:#d4d4d4; }
.ewk{ display:block; float:left; width:109px; margin-right:20px; text-align:center; line-height:30px; color:#b2b1b1; font-size:12px;}
.ewk img{ margin-bottom:5px;}
@media screen and (min-width:1280px){/*屏幕宽度大于320px*/
.fona{ width:240px; padding-left:84px; }
.fona1{ width:260px;}
.fona2{ width:330px; padding-left:47px;}
.fona0{ width:302px; margin-left:-85px;}
}
@media screen and (max-width:1280px){/*屏幕宽度小于320px*/
.fona{ width:295px; padding-left:64px; }
.fona1{ width:215px;}
.fona2{ width:785px; padding-left:47px;}
.fona0{ width:355px; margin-left:-64px;}
}
/*******************************about*************************/
.tobgk{ background:#FFF; overflow:visible; height:123px;}
.tobgk .juzhong{ overflow:visible;}
.totk{ height:50px;}
.fotk{ height:60px;}
.ntibg{height:237px; position:relative;}
.ntibgk{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1; background-size:auto 100% !important;}
.ntiy{ background:url(../images/tid.png) left top no-repeat,url(../images/tid2.png) right bottom no-repeat; width:585px; margin:70px auto 0; height:105px; position:relative; overflow:visible;}
.ntiy img{ margin:0 auto; position:relative;}
.nticn{ position:relative; width:230px; height:44px; margin:0 auto; text-align:center; line-height:44px; font-size:28px; color:#a21511;}
.nticn b, .nticn i{ display:block; width:50px; height:1px; position:absolute; top:50%; background:#a21511;}
.nticn b{ left:0;}
.nticn i{ right:0;}
/**大标题切入**/
.ntiy img, .sontiy img{
	animation:ntiy 0.8s linear both;
	-webkit-animation:ntiy 0.8s linear both;
	-moz-animation:ntiy 0.8s linear both;
	-o-animation:ntiy 0.8s linear both;
}
@keyframes ntiy{
0%{top:-120px; filter:Alpha(opacity=0); opacity:0; -moz-opacity:0; -webkit-opacity:0; -o-opacity:0;}
100%{top:0px; filter:Alpha(opacity=100); opacity:1; -moz-opacity:1; -webkit-opacity:1; -o-opacity:1;}
}
@-webkit-keyframes ntiy{
0%{top:-120px; filter:Alpha(opacity=0); opacity:0; -moz-opacity:0; -webkit-opacity:0; -o-opacity:0;}
100%{top:0px; filter:Alpha(opacity=100); opacity:1; -moz-opacity:1; -webkit-opacity:1; -o-opacity:1;}
}
@-moz-keyframes ntiy{
0%{top:-120px; filter:Alpha(opacity=0); opacity:0; -moz-opacity:0; -webkit-opacity:0; -o-opacity:0;}
100%{top:0px; filter:Alpha(opacity=100); opacity:1; -moz-opacity:1; -webkit-opacity:1; -o-opacity:1;}
}
@-o-keyframes ntiy{
0%{top:-120px; filter:Alpha(opacity=0); opacity:0; -moz-opacity:0; -webkit-opacity:0; -o-opacity:0;}
100%{top:0px; filter:Alpha(opacity=100); opacity:1; -moz-opacity:1; -webkit-opacity:1; -o-opacity:1;}
}
.nticn, .sonticn{
	animation:nticn 0.8s linear 0.4s both;
	-webkit-animation:nticn 0.8s linear 0.4s both;
	-moz-animation:nticn 0.8s linear 0.4s both;
	-o-animation:nticn 0.8s linear 0.4s both;
}
@keyframes nticn{
0%{top:120px; filter:Alpha(opacity=0); opacity:0; -moz-opacity:0; -webkit-opacity:0; -o-opacity:0;}
100%{top:0px; filter:Alpha(opacity=100); opacity:1; -moz-opacity:1; -webkit-opacity:1; -o-opacity:1;}
}
@-webkit-keyframes nticn{
0%{top:120px; filter:Alpha(opacity=0); opacity:0; -moz-opacity:0; -webkit-opacity:0; -o-opacity:0;}
100%{top:0px; filter:Alpha(opacity=100); opacity:1; -moz-opacity:1; -webkit-opacity:1; -o-opacity:1;}
}
@-moz-keyframes nticn{
0%{top:120px; filter:Alpha(opacity=0); opacity:0; -moz-opacity:0; -webkit-opacity:0; -o-opacity:0;}
100%{top:0px; filter:Alpha(opacity=100); opacity:1; -moz-opacity:1; -webkit-opacity:1; -o-opacity:1;}
}
@-o-keyframes nticn{
0%{top:120px; filter:Alpha(opacity=0); opacity:0; -moz-opacity:0; -webkit-opacity:0; -o-opacity:0;}
100%{top:0px; filter:Alpha(opacity=100); opacity:1; -moz-opacity:1; -webkit-opacity:1; -o-opacity:1;}
}
