@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
em,i {
	font-style: normal;
}
input,textarea {
	outline: none;
}
a{ 
	text-decoration:none;
	color:#666;
	transition: all 0.3s;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
}
a:hover{
	text-decoration: none;
}
body{
	font-size:14px;
	font-family:"微软雅黑";
	color:#666;
	line-height:30px;
	overflow-x: hidden;
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
@media only screen and (min-width:1310px ) {
	.container {
		width: 1280px; margin:0 auto;
	}
}
/*头部*/
/*header{	
	z-index: 30;
	height: 126px;
	width: 100%;
	background: rgba(0,0,0,.75);
	position: relative;
}
header .container {
	height: 126px;
	position: relative;
}
.container {
	padding: 0;
}
.logo{
	position: absolute;
	left: 50%;
	top: 19px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.logo img{
	display: block;
	width: 112px;
}
.index-header {
	height: 150px;
	background: none;
}
.index-header .container {
	height: 150px;
}
.index-header .logo {
	top: 41px;
}
.index-header .logo img {
	width: 142px;
}
.nav {
	width: 100%;
	margin-top: 44px;
	overflow: hidden;
}
.index-header .nav {
	margin-top: 71px;
}
.nav>li{
	float: left;
	position: relative;
	margin-right: 115px;
}
.nav>li:first-child {
	margin-left: 50px;
}
.nav>li:last-child {
	margin-right: 0;
}
.nav>li:nth-child(3) {
	margin-right: 375px;
}
@media only screen and (max-width:1309px ) {
	.nav>li {
		margin-right: 100px;
	}
	.nav>li:nth-child(3) {
		margin-right: 350px;
	}
}
@media only screen and (max-width:1199px ) {
	.nav>li {
		margin-right: 60px;
	}
	.nav>li:nth-child(3) {
		margin-right: 300px;
	}
}
.nav>li>a{
	display: block;
	text-align: center;
	color:#fff;
	padding: 0;
}
.nav>li>a span {
	font-size: 15px;
	display: block;
	line-height: 30px;
}
.nav>li>a em {
	font-size: 14px;
	display: block;
	line-height: 25px;
}
.nav>li>a:hover,
.nav>li>a:focus {
	background: none;
}

@media only screen and (max-width:991px ) {
	.nav-wrap {
		display: none;
	}
}


#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: none;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}
#mobileMenu .menu li>a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 45px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
#mobileMenu .menu li>a:hover {
	background-color: #011565;
	color:#fff;
}
#mobileMenu .menu li.sub>a::after {
	content: "";
	display: block;
	width: 16px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.sub-dl {
	display: none;
}
.sub-dl dd a {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	display: block;
}
#mobileMenu .menu li.active>a {
	background-color: #011565;
    text-decoration: none;
    color:#fff;
}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg);
}
.mobile_search{
	border-bottom: 1px solid #e6e6e6;
}
#mobileMenu .menu li.login-li>a::after {
	display: none;
}

#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
   
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}

@media only screen and (max-width:991px ) {
	header,
	.index-header{
		height: 70px;
		background: #333;
	}
	.search-icon {
		display: none;
	}
	header .nav{
		display: none;
	}
	#navToggle{
		display: block;
	}
	.index-header {
		height: 70px;
	}
	.index-header .container {
		height: 70px;
	}
	header .container {
		width: 100%;
		padding: 0 15px;
		height: 70px;
	}
	.header-icon {
		display: none;
	}
	.logo ,
	.index-header .logo{
		overflow: hidden;
		height: 54px;
		position: relative;
		left: 0;
		top: 8px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.logo img,
	.index-header .logo img{
		height: 54px;
		width: auto;
	}
	.container {
		padding: 0 15px;
	}
}
*/
/*banner*/
#banner {
	margin-top: 87px;
}
#banner .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
	background: #eaeaea;
	opacity: 1;
}
#banner .swiper-pagination-bullet-active {
	background: #FC0000;
}
#banner .swiper-slide img {
    width: 100%;
    display: block;
    min-height: 200px;
}
#banner .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
@media only screen and (max-width:991px ) {
	#banner {
		margin-top: 84px;
	}	
}

/*关于我们*/
.about {
	margin: 85px auto 0;
}
.about-left {
	width: 50%;
	float: left;
	height: 444px;
	padding-right: 30px;
	position: relative;
}
.index-title {
	padding-bottom: 42px;
	position: relative;
}
.index-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 52px;
	height: 2px;
	background: #d7d7d7;
}
.index-title>h3 {
	line-height: 65px;
	font-size: 36px;
	color: #3e4b5b;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-family: arial;
}
.index-title>h4 {
	line-height: 35px;
	font-size: 28px;
	color: #303030;
}
.about-nr {
	font-size: 14px;
	color: #666;
	line-height: 36px;
	height: 144px;
	overflow: hidden;
	margin-top: 35px;
	max-width: 540px;
	overflow: hidden;
}
.more-a {
	display: block;
	width: 134px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #999999;
	position: absolute;
	left: 0;
	bottom: 0;
}
.more-a:hover {
	background: #f1822e;
	color: #fff;
}
.about-img {
	float: left;
	width: 50%;
	width: 50%;
	width: 50%;
	height: 444px;
	position: relative;
	overflow: hidden;
}
.about-img img {
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.about-ul {
	overflow: hidden;
	margin-top: 74px;
	padding: 48px 0 35px;
	background: #f1822e;
}
.about-ul li {
	float: left;
	width: 25%;
	height: 131px;
	border-right:1px solid #fff;
	padding: 13px 30px 0;
	text-align: center;
	overflow: hidden;
}
.about-ul li:last-child {
	border: none;
}
.about-ul li h3 {
	line-height: 65px;
	color: #fff;
	height: 65px;
	font-size: 18px;
}
.about-ul li h3 span {
	font-size: 56px;
	font-weight: bold;
	font-family: arial;
}
.about-ul li h3 span em {
	font-size: 35px;
	position: relative;
	top: -20px;
}
.about-ul li p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-top: 9px;
}


@media only screen and (max-width:991px ) {
	.about {
		margin: 45px auto 0;
		max-width: 681px;
	}
	.about-left {
		width: 100%;
		padding-right: 0;
		height: auto;
		margin-bottom: 20px;
	}
	.about-img {
		width: 100%;
		float: none;
		height: auto;
	}
	.about-img img {
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.index-title {
		padding-bottom: 20px;
	}
	.index-title h3 {
		line-height: 50px;
		font-size: 26px;
		margin-bottom: 0;
	}
	.index-title h4 {
		font-size: 24px;
	}
	.about-right {
		width: 100%;
		max-width: 570px;
		float: none;
		margin: 0 auto;
	}
	.about-nr {
		height: auto;
		max-width: none;
		margin-top: 15px;
		line-height: 30px;
	}
	.more-a {
		position: relative;
		left: 0;
		bottom: auto;
		margin-top: 10px;
	}
	.about-ul {
		padding: 20px 0;
		margin-top: 45px;
	}
	.about-ul li {
		padding: 5px 15px 0;
		height: 115px;
	}
	.about-ul li h3 {
		line-height: 45px;
		height: 45px;
	}
	.about-ul li h3 span {
		font-size: 40px;
	}
	.about-ul li h3 span em {
		font-size: 20px;
		top: -15px;
	}
	.about-ul li p {
		font-size: 14px;
	}
}
@media only screen and (max-width:767px ) {
	.about {
		margin: 30px auto 0;
	}
	.index-title {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	.index-title h3 {
		line-height: 40px;
		font-size: 22px;
	}
	.index-title h4 {
		font-size: 16px;
		line-height: 28px;
	}
	.more-a {
		margin-top: 15px;
	}
	.about-nr {
		font-size: 14px;
	}
	.about-ul {
		margin-top: 25px;
		padding: 15px 0 0;
	}
	.about-ul li {
		width: 50%;
		margin-bottom: 20px;
		height: auto;
	}
	.about-ul li {
		border: none;
		margin-bottom: 15px;
	}
	
	
}

/*业务领域*/
.business-wrap {
	width: 100%;
	background: #f6f6f6;
	padding-top: 58px;
	
}
.business-img {
	padding-top: 15px;
	float: left;
	width: 58%;
	margin-left: 15px;
}
.business-img img {
	display: block;
	width: 100%;
}
.business-right {
	/*width: 34%;*/
	width: 425px;
	float: right;
}
.business-list {
	margin-top: 40px;
	overflow: hidden;
}
.business-list li {
	width: 33.33%;
	float: left;
	padding-right: 15px;
}
.business-list li a {
	display: block;
	max-width: 92px;
	width: 100%;
}
.business-list li a span {
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.business-list li a span img {
	display: block;
	width: 100%;
}
.business-list li a p {
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 10px;
}
.business-list li a:hover span {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.business-scroll-wrap {
	background: url(../images/business_bg.png) no-repeat center;
	height: 364px;
	width: 100%;
	margin: 43px auto -125px;
	position: relative;
	z-index: 3;
}
#business-scroll {
	padding: 65px 60px 0;
	height: 100%;
	position: relative;
}
#business-scroll .swiper-slide {
	width: 100%;
	
	text-align: center;
	color: #fff;
}
#business-scroll .swiper-slide h3 {
	line-height: 70px;
	max-width: 740px;
	margin: 0 auto;
}
#business-scroll .swiper-slide h4 {
	line-height: 30px;
	max-width: 740px;
	margin: 0 auto 20px;
}
#business-scroll .swiper-slide .scroll-nr {
	font-size: 14px;
	line-height: 30px;
	max-width: 740px;
	margin: 0 auto;
	opacity: .66;
	max-height: 150px;
	overflow: hidden;
}
#business-scroll .swiper-button-prev {
	background: url(../images/jt_top.png) no-repeat;
	height: 34px;
	width: 34px;
	cursor: pointer;
	position: absolute;
	left: 135px;
	top: 134px;
	opacity: .67;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: 0;
}
#business-scroll .swiper-button-prev:hover {
	opacity: 1;
}
#business-scroll .swiper-button-next {
	background: url(../images/jt_bottom.png) no-repeat;
	height: 34px;
	width: 34px;
	cursor: pointer;
	position: absolute;
	left: 135px;
	top: 190px;
	opacity: .67;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top: 0;
}
#business-scroll .swiper-button-next:hover {
	opacity: 1;
}
#business-scroll .swiper-pagination {
	right: 110px;
}
#business-scroll .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
}
#business-scroll .swiper-pagination-bullet-active {
	background: #fff;
}
@media only screen and (max-width:1199px ) {
	.business-img {
		width: 50%;
		margin-left: 0;
	}
	.business-right {
		width: 45%;
	}
	#business-scroll .swiper-button-prev,
	#business-scroll .swiper-button-next {
		left: 30px;
	}
	#business-scroll .swiper-pagination {
		right: 30px;
	}
}
@media only screen and (max-width:991px ) {
	.business-wrap {
		padding-top: 45px;
	}
	.business-img {
		padding-top: 45px;
	}
	#business-scroll .swiper-button-prev,
	#business-scroll .swiper-button-next {
		left: 15px;
	}
}
@media only screen and (max-width:767px ) {
	.business-scroll-wrap {
		margin: 30px auto;
		height: 290px;
	}
	#business-scroll {
		padding: 35px 60px 0;
	}
	#business-scroll .swiper-button-prev {
		top: 104px;
	}
	#business-scroll .swiper-button-next {
		top: 160px;
	}
	#business-scroll .swiper-slide .scroll-nr {
		line-height: 24px;
		max-height: 96px;
	}
	.business-img {
		width: 100%;
		float: none;
		margin:0 auto 20px;
		padding: 0;
		max-width: 713px;
	}
	.business-right {
		width: 100%;
		max-width: 713px;
		margin: 0 auto;
	}
	.business-list li a {
		margin: 0 auto;
	}
	.business-list {
		margin-top: 20px;
	}
}

/*案例展示*/
.project-wrap {
	background: url(../images/project_bg.jpg) no-repeat center top;
	width: 100%;
	padding: 210px 0 0px;
}
.project-wrap .index-title {
	position: relative;
	padding-bottom: 62px;
}
.project-wrap .index-title h3,
.project-wrap .index-title h4 {
	color: #fff;
}
.project-sub {
	color: #fff;
	position: absolute;
	left: 145px;
	bottom: -40px;
}
.project-sub li {
	float: left;
	margin-right: 22px; margin-top:30px;
}
.project-sub li a {
	display: block;
/*	width: 127px;*/
	height: 33px;
	line-height: 31px;
	border-radius: 16.5px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	text-align: center; padding:0 20px;
}
.project-sub li a:focus {
	text-decoration: none;
}
.project-scroll {
	margin-top: 65px;
}
.project-scroll .owl-prev {
	position: absolute;
	left: -63px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/jt_img.png) no-repeat left center;
	width: 23px;
	height: 44px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: .55;
}
.project-scroll .owl-next {
	position: absolute;
	right: -63px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/jt_img.png) no-repeat right center;
	width: 23px;
	height: 44px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: .55;
}
.project-scroll .owl-prev,
.project-scroll .owl-next {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.project-scroll .owl-prev:hover,
.project-scroll .owl-next:hover {
	opacity: 1;
}
.project-scroll .item {
	padding: 0 15px;
}
.project-a {
	display: block;
	width: 100%;
/*	max-width: 382px;
*/	margin: 0 auto;
}
.project-img {
	overflow: hidden;
}
.project-img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.project-a:hover .project-img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.project-a p {
padding: 15px 0;
line-height: 30px;
font-size: 16px;
color: #fff;
text-align: center;
background: #f1822e
}
.project-scroll .project-a p {
	color: #fff;
}
@media only screen and (max-width:1199px ) {
	.project-scroll .owl-prev {
		left: -40px;
	}
	.project-scroll .owl-next {
		right: -40px;
	}
}
@media only screen and (max-width:991px ) {
	.project-wrap {
		padding: 180px 0 30px;
	}
}
@media only screen and (max-width:767px ) {
	.project-wrap {
		padding: 30px 0;
	}
	.project-scroll {
		margin-top: 30px;
	}
	.project-wrap .index-title {
		padding-bottom: 42px;
	}
	.project-sub li {
		margin-left: 0px;
		margin-right: 0;
	}
	.project-sub li a {
	/*	width: 100px;*/
		height: 30px;
		line-height: 28px;
		font-size: 14px;
	}
	.project-sub {
		right: 0;
		left: auto; top:70px;
	}
	.project-scroll .owl-prev {
		left: 0px;
		opacity: 1;
	}
	.project-scroll .owl-next {
		right: 0px;
		opacity: 1;
	}
	.project-a p {
		padding: 5px 0;
		font-size: 14px;
	}
	
	
	.project-scroll {
	margin-top:165px;
}


.project-sub li {
	float: left;
	margin-right: 5px; margin-top:10px;
}

.index-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 52px;
	height: 0px;
	background: #d7d7d7;
}

}

/*新闻资讯*/
.news-wrap {
	background: #f7f7f7;
	padding: 75px 0 100px;
}
.title-slogan {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
.title-slogan h3 {
	line-height: 40px;
	font-size: 20px;
	color: #333;
}
.title-slogan h4 {
	line-height: 30px;
	text-transform: uppercase;
	font-size: 13px;
}
.news-sub {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
.news-sub {
	position: absolute;
	right: 0;
	bottom: 25px;
}
.news-sub li {
	float: left;
	margin-left: 25px;
}
.news-sub li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	color: #9b9b9b;
	background: url(../images/news_circle1.png) no-repeat left center;
}
.news-sub li a:hover {
	color: #f1822e;
	background: url(../images/news_circle2.png) no-repeat left center;
}
.news-scroll {
	margin-top: 85px;
}
.news-scroll .item {
	padding: 0 15px;
}
.news-list {
	width: 100%;
	max-width: 369px;
	margin: 0 auto;
}
.news-list-top {
	height: 186px;
	overflow: hidden;
	margin-bottom: 50px;
}
.news-list-date {
	float: left;
	width: 90px;
	height: 100%;
	border-right: 1px solid #3e3e3e;
	text-align: center;
}
.news-list-date p {
	line-height: 20px;
	font-size: 14px;
	color: #525252;
}
.news-list-date span {
	display: block;
	line-height: 70px;
	font-size: 52px;
	font-weight: bold;
	color: #525252;
}
.news-list-right {
	float: right;
	width: calc(100% - 105px);
}
.news-list-more {
	display: block;
	float: right;
	width: 98px;
	height: 34px;
	border: 1px solid #313131;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #525252;
	margin-bottom: 25px;
}
.news-list-right h3 {
	width: 100%;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
}
.news-list-right h3 a {
	font-size: 18px;
	color: #333;
	line-height: 24px;
}
.news-list-right h3 a:hover {
	color: #f1822e;
}
.news-list-content {
	line-height: 24px;
	color: #999;
	max-height: 48px;
	overflow: hidden;
	margin-top: 17px;
}
.news-list-img {
	overflow: hidden;
}
.news-list-img a {
	display: block;
}
.news-list-img a img {
	display: block;
	width: 100%;
}
@media only screen and (max-width:991px ) {
	.title-slogan {
		display: none;
	}
	.news-wrap {
		padding: 30px 0 45px; 
	}
	.news-scroll {
		margin-top: 40px;
	}
	.news-list-top {
		margin-bottom: 25px;
		position: relative;
	}
	.news-list-date {
		width: 100%;
		float: none;
		height: auto;
		border-bottom: 1px solid #ddd;
		border-right: none;
		text-align: left;
	}
	.news-list-date span {
		font-size: 25px;
		line-height: 35px;
	}
	.news-list-more {
		position: absolute;
		right: 0;
		top: 10px;
	}
	.news-list-right {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.news-list-right h3 a {
		font-size: 16px;
	}
}
@media only screen and (max-width:767px ) {
	.news-list-content {
		margin-top: 10px;
	}
	.news-list-top {
		margin-bottom: 15px;
	}
	.news-list-top {
		height: auto;
	}
	.news-sub {
		bottom: 8px;
	}
}

/*底部版权*/
footer {
	padding: 10px 0;
	background: #373737;
	color: #fff;
	overflow: hidden;
}
.footer-left {
	float: left;
	width: 50%;
	height: 170px;
/*	border-right: 1px solid #645e87;*/
}
.footer-logo {
	display: block;
	margin-top: 33px;
	margin-left: 44px;
	float: left;
	width: 142px;
}
.footer-logo img {
	display: block;
	width: 100%;
}
.copyright {
	float: left;
	margin-left: 50px;
	margin-top: 56px;
	line-height: 24px;
	font-size: 13px;
}
.footer-right {
	float: left;
	width: 50%;
}
.footer-contact {
/*	margin-left: 140px;
*/	margin-top: 15px;
	font-size: 13px;
	color: #fff;
	line-height: 36px; width:70%; height:auto; float:left;
}
.footer-ewn{ width:30%; height:auto; float:left; margin-top:20px;}
@media only screen and (max-width:1199px ) {
	.footer-logo {
		display: block;
		margin: 5px auto;
		float: none;
	}
	.copyright {
		float: none;
		text-align: center;
		width: 100%;
		margin: 0 auto 0;
	}
	.footer-contact {
		margin-left: 50px;
	}
}
@media only screen and (max-width:991px ) {
	.footer-contact {
		display: none;
	}
	.footer-left {
		float: none;
		width: 100%;
		border-right: none;
		height: auto;
	}
	.footer-ewn{ display:none}
}


/*内页样式*/
.inside-banner{
	width: 100%;
/*	margin-top: -126px;
*/	position: relative;
}
.inside-banner img{
	display: block;
	width: 100%;
	min-height: auto;    margin-top: 50px;
}
.inside-title {
	text-align: center;
	position: absolute;
	left: 50%;
	top: calc((100% - 126px) / 2 + 126px);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
}
.inside-title h3 {
	line-height: 65px;
	padding-bottom: 5px;
	position: relative;
	font-size: 33px;
}
.inside-title h3::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 5px;
	width: 70px;
	background: #fff;
	margin-left: -35px;
}
.inside-title h4 {
	line-height: 75px;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial;
}	
@media only screen and (max-width:1199px ) {
	.inside-title h3 {
		line-height: 45px;
		font-size: 25px;
	}
	.inside-title h3::after {
		height: 2px;
	}
	.inside-title h4 {
		line-height: 45px;
		font-size: 25px;
		font-weight: normal;
	}
}
@media only screen and (max-width:991px ) {
	.inside-banner {
		margin-top: 0;
	}
	.inside-title {
		top: 50%;
	}
}
@media only screen and (max-width:767px ) {
	.inside-title h3 {
		line-height: 40px;
		font-size: 22px;
	}
	.inside-title h4 {
		line-height: 40px;
		font-size: 18px;
	}
}
.gray-bg {
	background: #efefef;
}

/*子导航*/
.sub-nav-wrap {
	padding: 25px 0;
	background: #fff;
	border-bottom: 1px solid #ececec;
}
.sub-nav-ul {
	height: 25px;
	overflow: hidden;
}
.sub-nav-ul li {
	float: left;
	margin-right: 40px;
}
.sub-nav-ul li a {
	display: block;
	height: 25px;
	line-height: 25px;
	border-left: 2px solid #ececec;
	padding-left: 15px;
	color: #333; font-size:18px;
}
.sub-nav-ul li a:hover {
	color: #f1822e;
}
.sub-nav-ul li.active a {
	border-left: 2px solid #f1822e;
	color: #f1822e;
}
.oncur{border-left: 2px solid #f1822e !important;
	color: #f1822e !important; font-weight:bold;}
@media only screen and (max-width:767px ) {
	.sub-nav-wrap {
		padding: 15px 0;
	}
	.sub-nav-ul li {
		margin-right: 15px;
	}
	.sub-nav-ul li:last-child {
		margin-right: 0;
	}
	

.sub-nav-ul li a {
	display: block;
	height: 25px;
	line-height: 25px;
	border-left: 2px solid #ececec;
	padding-left:5px;
	color: #333; font-size:14px;
}


.main {
	margin:0px auto; margin-bottom:40px;
}


}
.main {
	margin: 50px auto;
}
.news-ul {
	overflow: hidden;
}
.news-ul li {
	margin-bottom: 55px;
}
.news-box {
	width: 100%;
	max-width: 384px;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	background: #fff;
}
.news-img a {
	display: block;
}
.news-img a img {
	display: block;
	width: 100%;
}
.news-center {
	padding: 15px 20px 30px;
	border-bottom: 1px solid #cdcdcd;
}
.news-center h4 {
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 14px;
}
.news-center h3 {
	line-height: 24px;
	height: 50px;
	overflow: hidden;
}
.news-center h3 a {
	font-size: 18px;
	color: #333;
}
.news-center h3 a:hover {
	color: #f1822e;
}
.news-center-content {
	margin-top: 10px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #999;
}
.news-bottom a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #999;
}
.news-bottom a:hover {
	color: #f1822e;
}
.news-bottom a span {
	line-height: 40px;
	display: block;
}
.news-bottom a span:first-child {
	float: left;
}
.news-bottom a span:last-child {
	float: right;	
}
@media only screen and (max-width:991px ) {
	.main {
		margin: 45px auto;
	}
	.news-ul li {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:767px ) {
	.main {
		margin: 30px auto;
	}
	.news-center {
		padding: 15px;
	}
	.news-center h4 {
		margin-bottom: 5px;
	}
	.news-center h3 a {
		font-size: 16px;
	}
}
@media only screen and (max-width:450px ) {
	.news-center h3 {
		height: auto;
	}
	.project-scroll .item {
		padding: 0;
	}
	.news-scroll .item {
		padding: 0;
	}
	.news-ul li {
		padding: 0;
	}
	.news-ul li:last-child {
		margin-bottom: 10px;
	}
}

/*集团业务*/
.main-title {
	text-align: center;
	color: #000;
	margin-bottom: 24px;
}
.main-title h3 {
	font-size: 36px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: arial;
}
.main-title h4 {
	font-size: 28px;
	line-height: 40px;
}
.project-nav {
	font-size: 0;
	text-align: center;
}
.project-nav li {
	display: inline-block;
	margin:5px 8px;
}
.project-nav li a {
	display: block;
/*    width: 127px;
*/    height: 33px;
    line-height: 31px;
    border-radius: 16.5px;
    border: 1px solid #333;
    color: #000;
    font-size: 16px;
    text-align: center; padding:0 20px;
}
.project-nav li a:hover{ border: 1px solid #f1822e; background:#f1822e; color:#fff;}
.onscur{ border-radius: 16.5px;background:#f1822e !important; color:#fff !important;border: 1px solid #f1822e !important;}

.project-nav li.active a {
	background: #001466;
	border: 1px solid #001466;
	color: #fff;
}
.project-ul {
	overflow: hidden;
	margin: 0px auto;
}
@media only screen and (max-width:991px ) {
	.main-title h3 {
		font-size: 30px;
	}
	.main-title h4 {
		font-size: 25px;
	}
	.project-ul {
		margin: 0px auto 20px;
	}
}
@media only screen and (max-width:767px ) {
	.main-title h3 {
		font-size: 25px;
		line-height: 35px;
	}
	.main-title h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.project-nav li a {
/*		width: 100px;*/
	    height: 30px;
	    line-height: 28px;
	    font-size: 14px;padding: 0 10px; }
}
@media only screen and (max-width:450px ) {
	.project-ul li {
		padding: 0;
	}
}

/*垄业物业*/
.property-title {
	text-align: center;
	color: #000;
}
.property-title h3 {
	line-height: 50px;
	font-size: 28px;
}
.property-title h4 {
	line-height: 42px;
	font-size: 22px;
	font-family: arial;
	text-transform: uppercase;
}
.property-content {
	line-height: 37px;
	color: #666;
	max-width: 1065px;
	margin: 33px auto 65px;
	text-align: center;
}
.business-box {
	display: block;
	width: 100%;
	max-width: 1232px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #eee;
}
.business-left {
	float: left;
	width: 50%;
}
.business-left img {
	display: block;
	width: 100%;
}
.business-box-right {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	padding-left: 33px;
	padding-top: 90px;
}
.business-box-right h4 {
	line-height: 52px;
	font-size: 28px;
	color: #000;
	margin-bottom: 15px;
}
.business-box-right p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
}
.right-content {
	margin-top: 55px;
	line-height: 35px;
	font-size: 18px;
	color: #000;
}
.property-logo {
	position: absolute;
	left: 395px;
	top: 120px;
}
.property-logo img {
	display: block;
	width: 100%;
}
.service-title {
	line-height: 50px;
	margin: 40px 0;
	text-align: center;
	font-size: 28px;
	color: #000;
}
.service-content {
	border: 1px solid #dcdcdc;
	max-width: 1249px;
	width: 100%;
	margin: 0 auto;
}
.service-content img {
	display: block;
	width: 100%;
}
@media only screen and (max-width:1199px ) {
	.property-logo {
		display: none;
	}
	.business-box-right {
		padding-top: 60px;
	}
}
@media only screen and (max-width:991px ) {
	.property-title h3 {
		line-height: 40px;
		font-size: 22px;
	}
	.property-title h4 {
		line-height: 32px;
		font-size: 20px;
	}
	.property-content {
		margin: 20px auto 30px;
		line-height: 30px;
	}
	.business-box-right {
		padding-top: 20px;
		padding-left: 20px;
	}
	.service-title {
		margin: 30px auto 20px;
		line-height: 40px;
		font-size: 22px;
	}
}
@media only screen and (max-width:767px ) {
	.property-title h4 {
		line-height: 28px;
		font-size: 18px;
	}
	.business-box {
		max-width: 661px;
		margin: 0 auto;
		width: 100%;
	}
	.business-left {
		float: none;
		width: 100%;
	}
	.business-box-right {
		float: none;
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.business-box-right h4 {
		line-height: 40px;
		font-size: 20px;
		margin-bottom: 0;
	}
	.right-content {
		margin-top: 15px;
		font-size: 16px;
	}
	.service-title {
		margin: 20px auto 10px;
		line-height: 40px;
		font-size: 20px;
	}
	.property-content {
		margin-bottom: 20px;
	}
}

/*物业企业文化*/
.property-culture {
	background: url(../images/culture_bg.jpg) no-repeat center top;
	height: 556px;
	position: relative;
	padding-top: 172px;
	margin-bottom: 145px;
}
.property-culture .property-title {
	color: #fff;
}
.property-culture-box {
	height: 260px;
	position: absolute;
	left: 50%;
	bottom: -80px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.property-culture-left {
	float: left;
	width: 50%;
	height: 260px;
	background: #D0B181;
	padding: 45px 0 0 95px;
	color: #fff;
}
.property-culture-left h4 {
	line-height: 40px;
	margin-bottom: 15px;
	font-size: 24px;
	color: #fff;
}
.property-culture-left p {
	line-height: 24px;
	font-size: 16px;
}
.property-culture-img {
	display: block;
	float: left;
	width: 50%;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.property-culture-img img {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 640px;
	height: 260px;
}
@media only screen and (max-width:1199px ) {
	.property-culture-left {
		padding: 30px 20px 0;
	}
}
@media only screen and (max-width:991px ) {
	.property-culture {
		background: none;
		padding-top: 0;
		height: auto;
		margin-bottom: 30px;
	}
	.property-culture .property-title {
		color: #000;
	}
	.property-culture-box {
		height: 260px;
		position: relative;
		left: 0;
		bottom: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		margin-top: 20px;
	}
	.property-culture-left h4 {
		font-size: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.property-culture-box  {
		height: auto;
		max-width: 681px;
		margin: 20px auto 0;
	}
	.property-culture-left {
		height: auto;
		width: 100%;
		padding: 15px;
		float: none;
	}
	.property-culture-left h4 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.property-culture-left p {
		font-size: 14px;	
	}
	.property-culture-img {
		float: none;
		width: 100%;
		height: auto;
	}
	.property-culture-img img {
		position: relative;
		left: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		width: 100%;
		height: auto;
		-o-transform: none;
		transform: none;
	}
	.business-box-right p {
		line-height: 30px;
	}
}

/*物业风采*/
.mien-scroll {
	margin: 30px auto 50px;
}
.mien-scroll .item {
	padding: 0 15px;
}
.mien-scroll .item img {
	display: block;
	width: 100%;
}
@media only screen and (max-width:767px ) {
	.mien-scroll {
		margin: 20px auto 30px;
	}
}
@media only screen and (max-width:450px ) {
	.mien-scroll .item {
		padding: 0;
	}
}

/*业主活动*/
.activity-ul {
	margin-top: 50px;
}
.activity-ul li {
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin-bottom: 13px;
}
.activity-img {
	float: left;
	width: 246px;
}
.activity-img a {
	display: block;
}
.activity-img a img {
	display: block;
	width: 100%;
}
.activity-right {
	float: right;
	width: calc(100% - 270px);
	padding: 20px;
	overflow: hidden;
}
.activity-right h4 {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.activity-right h4 a {
	font-size: 16px;
	color: #333;
}
.activity-content {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
.activity-more {
	display: block;
	float: right;
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff !important;
	background: #D0B181;
	margin-top: 10px;
}
@media only screen and (max-width:767px ) {
	.activity-right {
		width: calc(100% - 246px);
		padding: 15px;
	}
	.activity-ul {
		margin-top: 20px;
	}
}
@media only screen and (max-width:520px ) {
	.activity-img {
		float: none;
		width: 100%;
	}
	.activity-right {
		float: none;
		width: 100%;
	}
	.activity-more {
		float: none;
	}
}

/*加入元垄*/
.join-box {
	background: #fff;
	overflow: hidden;
}
.join-left {
	float: left;
	width: 262px;
}
.join-title {
	height: 40px;
	line-height: 40px;
	padding-left: 27px;
	display: none;
}
.join-title span {
	font-size: 16px;
	color: #333;
}
.join-ul li a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding-left: 27px;
	overflow: hidden;
	color: #666;
}
.join-ul li.active a {
	color: #fff;
	background: url(../images/active_icon.png) no-repeat calc(100% - 25px) center #CC0000;
}
.join-right {
	float: left;
	border-left: 1px solid #E1E1E1;
	width: calc(100% - 262px);
}
.post-title {
	padding: 15px 45px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.post-title h3 {
	line-height: 35px;
	color: #666;
	font-size: 14px;
}
.post-title h4 {
	line-height: 45px;
	font-size: 28px;
	color: #111;
}
.post-center {
	text-align: center;
	position: absolute;
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.post-content {
	padding: 25px 45px;
	min-height: 395px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 25px;
}
.post-bottom {
	padding: 35px 45px;
	line-height: 30px;
}
@media only screen and (max-width:767px ) {
	.join-title {
		display: block;
		border-bottom: 1px solid #e1e1e1;
		padding: 0 20px;
		height: 51px;
		line-height: 50px;
		position: relative;
	}
	.join-title #navToggle {
		height: 50px;
		width: 50px;
	}
	.join-title #navToggle span, .join-title #navToggle::after, .join-title #navToggle::before {
	    background: #333;
	}
	.join-ul {
		display: none;
		border-bottom: 1px solid #e1e1e1;
	}
	.join-left {
		float: none;
		width: 100%;
	}
	.join-right {
		float: none;
		width: 100%;
		border-left: none;
	}
	.post-title {
		padding: 10px 20px;
	}
	.post-title h3 {
		line-height: 25px;
	}
	.post-title h4 {
		line-height: 30px;
		font-size: 16px;
	}
	.post-center {
		top: 10px;
	}
	.post-content {
		min-height: none;
		padding: 15px 20px;
	}
	.post-bottom {
		padding: 15px 20px;
	}
}

/*联系我们*/
.contact-ul {
	overflow: hidden;
	margin: 80px auto 65px;
}
.contact-ul li {
	float: left;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}
.contact-ul li img {
	display: block;
	width: 76px;
	margin: 0 auto;
}
.contact-ul li p {
	line-height: 40px;
	font-size: 14px;
	color: #b0b0b0;
}
.contact-ul li h4 {
	line-height: 30px;
	color: #333;
	font-size: 14px;
}
.contact-map img {
	display: block;
	width: 100%;
}
@media only screen and (max-width:991px ) {
	.contact-ul {
		margin: 45px auto;
	}
}
@media only screen and (max-width:767px ) {
	.contact-ul li {
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	.contact-ul li p {
		line-height: 25px;
		margin-top: 5px;
	}
	.contact-ul li h4 {
		line-height: 25px;
		height: 50px;
		overflow: hidden;
	}
	.contact-ul {
		margin: 30px auto 10px;
	}
}

/*在线留言*/
.feedback-wrap {
	background: url(../images/feedback_bg.jpg) no-repeat center top;
	padding: 75px 0 110px;
}
.feedback-title {
	margin-bottom: 100px;
	padding-bottom: 5px;
	color: #fff;
	background: url(../images/title_line.png) no-repeat left bottom;
}
.feedback-title h3 {
	line-height: 40px;
	font-size: 28px;
}
.feedback-title h4 {
	line-height: 40px;
	font-size: 26px;
	font-family: arial;
	text-transform: uppercase;
}
.feedback-box {
	overflow: hidden;
}
.feedback-left {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.feedback-left input {
	display: block;
	width: 100%;
	height: 100px;
	padding: 25px;
	line-height: 50px;
	background: #fff;
	border: none;
	margin-bottom: 10px;
	font-size: 14px;
}
.feedback-left input:last-child {
	margin-bottom: 0;
}
.feedback-right {
	float: left;
	width: 50%;
}
.feedback-right textarea {
	background: #fff;
	border: none;
	resize: none;
	overflow-y: auto;
	padding: 25px;
	height: 210px;
	font-size: 14px;
	width: 100%;
	line-height: 30px;
	display: block;
}
.feedback-box input[type=submit] {
	display: block;
	width: 167px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border: none;
	background: #f1822e;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-top: 30px;
}
@media only screen and (max-width:991px ) {
	.feedback-wrap {
		padding: 45px 0;
	}
	.feedback-title {
		margin-bottom: 30px;
	}
	.feedback-title h3 {
		line-height: 40px;
		font-size: 22px;
	}
	.feedback-title h4 {
		line-height: 34px;
		font-size: 20px;
	}
	.feedback-left input {
		height: 60px;
		padding: 15px;
		line-height: 30px;
	}
	.feedback-right textarea {
		padding: 15px;
		height: 130px;
	}
	.feedback-box input[type=submit] {
		margin-top: 10px;
	}
}
@media only screen and (max-width:767px ) {
	.feedback-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.feedback-right {
		float: none;
		width: 100%;
	}
	.feedback-left input:last-child {
		margin-bottom: 10px;
	}
	.feedback-wrap {
		padding: 30px 0;
	}
}

/*公司介绍*/
.about-introduce {
	margin:30px auto;
}
.about-title {
	line-height: 35px;
	padding-bottom: 30px;
	background: url(../images/about_line.png) no-repeat left bottom;
	font-size: 28px;
	color: #333;
}
.about-content {
	margin-top: 30px;
	line-height: 36px;
}

.about-content p{ text-indent:2em; font-size:14px;}


@media only screen and (max-width:991px ) {
	.about-introduce {
		margin: 45px auto;
	}
	.about-title {
		font-size: 25px;
	}
	.about-content {
		line-height: 30px;
	}
}
@media only screen and (max-width:767px ) {
	.about-introduce {
		margin: 30px auto;
	}
	.about-title {
		font-size: 19px;
		padding-bottom: 15px;
	}
	.about-content {
		margin-top: 20px;
	}
}
.culture-wrap {
	background: url(../images/culture_bg1.jpg) no-repeat center top;
	height: 642px;
}
.culture-box {
	width: 588px;
	height: 662px;
	background: #737372;
	color: #fff;
	padding: 70px 0 0 70px;
}
.culture-title {
	padding-bottom: 15px;
	background: url(../images/culture_line.png) no-repeat left bottom;
}
.culture-title h3 {
	line-height: 45px;
	font-size: 28px;
}
.culture-title h4 {
	line-height: 35px;
	font-size: 26px;
	font-family: arial;
	text-transform: uppercase;
}
.culture-content {
	margin-top: 25px;
	line-height: 36px;
	font-size: 14px;

}
@media only screen and (max-width:767px ) {
	.culture-wrap {
		background: none;
		height: auto;
	}
	.culture-box {
		width: 100%;
		height: auto;
		padding: 30px;
	}
	.culture-title h3 {
		line-height: 40px;
		font-size: 22px;
	}
	.culture-title h4 {
		line-height: 30px;
		font-size: 20px;
	}
	.culture-content {
		line-height: 30px;
		font-weight: normal;
		font-size: 14px;
	}
}
@media only screen and (max-width:450px ) {
	.culture-box {
		padding: 15px;
	}
}

/*发展历程*/
.history {
	margin: 60px auto;
}
.pc-history {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}
.pc-history img {
	display: block;
	width: 100%;
}
.history-ul {
	margin-top: 20px;
}
.history-ul li {
	line-height: 30px;
	padding-left: 30px;
	position: relative;
	padding-bottom: 15px; font-size:14px;
}
.history-ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #999;
	z-index: 3;
}
.history-ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: 1px;
    height: 100%;
    border-left: 3px solid #333;
}
.mobile-history {
    display: none;
}
@media only screen and (max-width:767px ) {
	.history {
		margin: 30px auto;
	}
	.pc-history {
		display: none;
	}
	.mobile-history {
		display: block;
	}
}

.news-title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;	
	color:#111;
}
.news-content{
	/*margin: 20px 0px;*/
	min-height: 200px;
}

.news-content p{ line-height:26px; font-size:14px; text-indent:2em;}

@media only screen and (max-width:767px ) {
	.news-content img {
		width: 100%; text-align:center; margin:0 auto;
	}
}
.inside-page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
}

@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
.page-box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
	font-size: 0;
}
.page-box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 30px;
	padding: 0px 12px;
	color: #969696;
	margin:0px 3.5px;
	font-size: 14px;
	background: #fff;
}
.page-box a.on{
	color:#fff;
	background:#333333;
	border: 1px solid #333333;
}
@media (max-width: 991px) {
	.page-box{
		margin-top: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.page-box{
		height: 25px;
	}
	.page-box a{
		height: 25px;
		line-height: 23px;
		padding: 0px 8px;
	}
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}




/*****产品详情css****/
.biaoti{ width:100%; height:auto; line-height:50px; text-align:center; font-size:30px; font-weight:bold; }
@media (max-width: 639px) {#preview { float:left; margin:0px auto;  width:100%;padding-top:20px; margin-left:0PX;}

.jqzoom {/* border-width: 1px;*/ border-style: solid; border-color: #666; width:98%;/* height:325PX;*/ margin-bottom: 10px; overflow: hidden; position: relative; overflow: hidden; text-align:center; margin:0 auto }

.jqzoom img{ width:100%; height:auto; overflow:hidden; text-align:center; background-position:center center;}
.tbox {
    width: 95%; margin:0 auto;
   
    margin-top: 10px;
}

.tbox p{ text-align:center; text-indent:0px;}
.tbox p img{ text-align:center; margin:0 auto; width:100%; height:auto;}

.tbox table{ margin-top:-30px; width:100%; height:auto; overflow:hidden}

#spec { position: relative; width:330px; height:95px; margin-left:-10px; overflow: hidden; z-index:9999;margin:0 auto; margin-top:10px;  }
#specList ul li { float:left; width:75.5px; height:57px; display:inline; margin-right:5px; border:1px solid #666}

#specList ul li img { padding-bottom:2px; padding-left:2px; width:73.5px; height:55px; padding-right:2px; margin-bottom:1px; padding-top:2px }


#specList { position:absolute; text-align:left; width:90%; height:90px; overflow:hidden; top:0px; left:13px }

#specList ul{ position:absolute; width: 100%; left:0px }



}


@media (min-width: 640px) and (max-width:1023px ) {#preview { float:left; margin:0px auto; /*width:550px; */ width:100%;padding-top:20px; margin-left:20PX;}

.jqzoom { /*border-width: 1px;*/ border-style: solid; border-color: #666; width:600px;/* height:450PX;*/ margin-bottom: 10px; overflow: hidden; position: relative; overflow: hidden; text-align:center; margin:0 auto }

.jqzoom img{ width:100%; height:auto; overflow:hidden; text-align:center; background-position:center center;}
.tbox {
    width: 100%;
   
    margin-top: 10px; /*max-width:600px;*/
}

.tbox table{ margin-top:-30px;}

#spec { position: relative; width:540px; height:95px; margin-left:-10px; overflow: hidden; z-index:9999 ;margin:0 auto; margin-top:10px; }
#specList ul li { float:left; width:82px; height:63px; display:inline; margin-right:5px; border:1px solid #666}

#specList ul li img { padding-bottom:2px; padding-left:2px; width:78px; height:59px; padding-right:2px; margin-bottom:1px; padding-top:2px }
#specList { position:absolute; text-align:left; width:520px; height:90px; overflow:hidden; top:0px; left:13px }

#specList ul{ position:absolute; width: 380px; left:0px }

}


@media (min-width: 1024px) and (max-width:1440px ) {#preview { margin:0px auto; /*width:450px;*/ width:100%;padding-top:20px; max-width:1000px;}
.jqzoom {/* border-width: 1px;*/ border-style: solid; border-color: #666; width:800px; /*width:450px; height:450PX; */margin-bottom: 10px; overflow: hidden; position: relative; overflow: hidden; text-align:center;margin:0 auto  }

.jqzoom img{ width:100%; height:auto; overflow:hidden; text-align:center; background-position:center center;}
.tbox {
  width:100%; margin-top:10px;

margin-top: 10px; margin:0 auto; max-width:1000px;/*text-align:center*/
}
#spec { position: relative; width:540px; height:95px; margin-left:-10px; overflow: hidden; z-index:9999; margin:0 auto; margin-top:10px; }
#specList ul li { float:left; width:82px; height:63px; display:inline; margin-right:5px; border:1px solid #666}

#specList ul li img { padding-bottom:2px; padding-left:2px; width:78px; height:59px; padding-right:2px; margin-bottom:1px; padding-top:2px }
#specList { position:absolute; text-align:left; width:520px; height:90px; overflow:hidden; top:0px; left:13px }

#specList ul{ position:absolute; width: 380px; left:0px }


}


@media (min-width: 1441px) and (max-width:1920px ) {
#preview {margin:0px auto; width:100%; /*width:600px;*/padding-top:50px; }

.jqzoom { /*border-width: 1px;*/ border-style: solid; border-color: #666; width:100%;/* height:750PX;*/ margin-bottom: 10px; overflow: hidden; position: relative; overflow: hidden; text-align:center; margin:0 auto }

.jqzoom img{ width:100%; height:auto; overflow:hidden; text-align:center; background-position:center center;}

.tbox {
  width:100%;
 margin:0 auto; /*text-align:center;*/
margin-top: 30px; 
}
.tbox p img{ width:auto; height:auto; text-align:center; margin:0 auto}

#spec { position: relative; width:540px; height:95px; margin-left:-10px; overflow: hidden; z-index:9999 ; margin:0 auto; margin-top:10px;}
#specList ul li { float:left; width:82px; height:63px; display:inline; margin-right:5px; border:1px solid #666}

#specList ul li img {/* border:#ccc 1px solid;*/ padding-bottom:2px; padding-left:2px; width:78px; height:59px; padding-right:2px; margin-bottom:1px; padding-top:2px }

#specList { position:absolute; text-align:left; width:520px; height:90px; overflow:hidden; top:0px; left:13px }

#specList ul{ position:absolute; width: 380px; left:0px }


}

.zoomdiv { width:365px; height:260px; left:859px; z-index: 100; border-bottom:#666 1px solid; position: absolute; text-align: center; border-left: #666 1px solid; display: none; background: url(../images/loading.gif) #fff no-repeat center center; height: 365px; overflow: hidden; border-top: #666 1px solid; top: 1px; border-right: #666 1px solid; left: 0px }


.specLeftT { position: absolute; width:5px; background: url(../images/proddetlicon.gif) no-repeat -157px 0px; float: left; height:9px; top:28px; cursor: pointer; left: 0px }

.specRightT { position: absolute; width: 5px; background: url(../images/proddetlicon.gif) no-repeat -164px 0px; float: left; height:9px; top:28px; cursor: pointer; right: -15px }

.specLeftF { position: absolute; width: 5px; background: url(../images/proddetlicon.gif) no-repeat -145px 0px; float: left; height:9px; top:28px; cursor: pointer; left: 0px }

.specRightF { position: absolute; width: 5px; background: url(../images/proddetlicon.gif) no-repeat -151px 0px; float: left; height:9px; top:28px; cursor: pointer; right: 0px }

#specList { display: inline; float: left; margin-left: 2px }



.bigimg { width:800px; height:533px }

.jqZoomPup { z-index:10000; border-bottom:#666 1px solid; position: absolute; filter: alpha(opacity=50); border-left: #666 1px solid; width:50px; height:50px; background:#666 no-repeat 50% top; visibility:hidden; border-top:#666 1px solid; top:0px; cursor:move; border-right:#666 1px solid; left:0px; opacity:0.5; -moz-opacity:0.5; -khtml-opacity:0.5}

.xqpic{ width:100%; height:auto; margin-top:30px;/* margin:0 auto; text-align:center; */}
.xqpic img{ width:100%; height:auto; margin:0 auto}
.xqpic p{ width:100%; line-height:26px;/* text-align:center*/}

.pros .prev-next-wrap {
    padding-top: 23px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    border-top: 1px solid #e5e5e5;
}

.pros .prev-next-wrap {
    padding-top: 23px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    border-top: 1px solid #e5e5e5;
}

.pros .normal-info-container .prev-next-wrap .prev {
    margin-bottom: 10px;
}


.pros .prev-next-wrap a {
    color: #666;
}
.tbox .title{ font-size:20px; font-weight:bold; line-height:40px;}
.tbox p{ line-height:30px; font-size:14px; text-align:center; margin:0 auto}
.pros{ width:100%; max-width:1400px; margin:0 auto}
.clear{ clear:both}




/*news.html*/
.news_list1 {
    padding-bottom: 50px;
}

.news_list1 a {
    display: block;
    background: #ffffff;
    padding: 35px 0;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.news_list1 .lans:after {
    content: '';
    width: 0%;
    left: 0;
    position: absolute;
    bottom: 0px;
    height: 3px;
    background: #f1822e;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news_list1 a:hover .lans:after {
    left: 0;
    width: 100%;
}
.index5 .news_list1 .lans:after{
    display:none;
}

.news_list1 .imgs {
    width: 28.5%;
    float: left;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    min-width: 350px;
}

.news_list1 a:hover .imgs {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.news_list1 .lans {
    width: 55%;
    float: left;
    box-sizing: border-box;
    margin-left: 4.3%;
    margin-top: 10px;
}

.news_list1 .l1 {
    font-size: 26px;
    line-height: 30px;
    height: 60px;
    color: #222;
}

.news_list1 .l2 {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    height: 52px;
    margin-top: 20px; overflow:hidden
}

.news_list1 .l3 {
    color: #222;
    font-size: 16px;
    margin-top: 8%;
    line-height: 30px;
}

.news_list1 .times {
    width: 120px;
    text-align: right;
    color: #222;
    float: right;
    margin-top: 10px;
    font-family: "CODE_BOLD";
}

.news_list1 .t1 {
    font-size: 40px;
}

.news_list1 .t2 {
    font-size: 20px;
    margin-top: 5px;
}

.news_list1 a:hover .l1, .news_list1 a:hover .times, .news_list1 a:hover .l3 {
    color: #f1822e;
}

.news_list1 a:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.news_list1 a:hover dd:last-child img:last-child {
    display: inline-block;
}

.news_list1 a:hover dd:last-child img:first-child {
    display: none;
}

.news_list1 .l3 dd:last-child {
    margin: 0;
}

.news_list1 .arrow {
    height: 30px;
    background: url('../images/arrow.png') center center no-repeat;
    width: 42px;
    display: inline-block;
    vertical-align: top;
}

.news_list1 a:hover .arrow {
    background: url('../images/arrow_on.png') center center no-repeat;
}

.neiye_banner {
    height: 409px;
    background-size: cover;
    background: url(../images/e1958243abc84822a9651910cf963040.gif) center center no-repeat;
}

.neiye_banner .t1 {
    padding-top: 170px;
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
    width: 400px;
}

.pagetion {
    text-align: center;
    line-height: 30px;
    padding: 70px 0;
}

.pagetion a {
    margin: 0 15px;
    padding: 0 2px;
    border-bottom: 1px solid transparent;
    font-size: 20px;
    color: #222;
}

.pagetion a.on, .pagetion a:hover {
    border-bottom: 1px solid #f1822e;
    color: #f1822e;
}

.pagetion a.ico {
    width: 30px;
    height: 30px;
    vertical-align: top;
    background: url('../images/ico_page.png');
}

.pagetion a.next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.pagetion a.ico.on, .pagetion a.ico:hover {
/*    background: url('../images/ico_page_on.png');
*/    border-bottom: 1px solid transparent; background:#f1822e; color:#fff;
}

.neiye_nav {
    line-height: 80px;
    background: #eff0f1;

}

.neiye_nav a {
    color: #222222;
    padding: 0 25px;
    font-size: 16px;
    position: relative;
}

.neiye_nav a:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #f1822e;
    transition: all .4s;
    -webkit-transition: all .4s;
    width: 100%;
    opacity: 0;
}

.neiye_nav img {
    margin-right: 15px;
    opacity: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    margin-top: 20px;
}

.neiye_nav a:hover img, .neiye_nav a.on img {
    opacity: 1;
    margin-top: 0;
}

.neiye_nav a:hover, .neiye_nav a.on {
    color: #fff; background:#f1822e
}

.neiye_nav a:hover:after, .neiye_nav a.on:after {
    width: 100%;
    opacity: 1;
}

.news_nav {
    text-align: center;
    padding: 70px 0 50px 0;
}

.news_nav a {
    width: calc(20% - 2px);
    /* float: left; */
    border-left: 1px solid #dddddd;
    box-sizing: border-box;
    font-size: 20px;
    color: #222222;
}

.news_nav a:first-child {
    border-left: 0;
}

.news_nav a img {
    margin-right: 20px
}

.news_nav a img:last-child {
    display: none;
}

.news_nav a:hover img:first-child, .news_nav a.on img:first-child {
    display: none;
}

.news_nav a:hover img:last-child, .news_nav a.on img:last-child {
    display: inline-block;
}

.news_nav a:hover, .news_nav a.on {
    color: #f1822e;
}


/*********分页************/
.pages {
	text-align: center;
}
.pages .pages1 {
	display: inline-block;
}
.pages .pages1 a {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 60px;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 15px;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-width: 1px;
	transition: all .3s linear;
}
.pages .pages1 a:last-child {
	border-right: 1px solid #e6e6e6;
}
.pages .pages1 a:hover, .pages .pages1 a.active {
	border-color: #f1822e;
	color: #fff;
	background-color: #f1822e;
}
.pages .pages1 .sheng {
	border-top: none;
	border-bottom: none;
}
.pages .pages1 .sheng:hover {
	background: #fff;
	color: #f1822e;
	border-color: #e6e6e6;
}
.pages .pages1 .prev,  .pages .pages1 .next {
	font-size: 13px;
	width: 92px;
	text-align: left;
}
.pages .pages1 .prev {
	border-left-width: 1px;
	padding-left: 36px;
	background: url(../images/prev4.png) left 16px center no-repeat;
	background-size: 6px;
}
.pages .pages1 .prev:hover {
	background: url(../images/prev4on.png) left 16px center no-repeat;
	background-color: #f1822e;
	background-size: 6px;
}
.pages .pages1 .next {
	border-right-width: 1px;
	padding-left: 12px;
	background: url(../images/next4.png) 70px center no-repeat;
	background-size: 6px;
}
.pages .pages1 .next:hover {
	background: url(../images/next4on.png) 70px center no-repeat;
	background-color: #f1822e;
	background-size: 6px;
}
.pagination {
	margin: 40px auto;
	text-align: center;
}
/*.pagination {



  display: inline-block;



}*/



.pagination a {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 15px;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-width: 1px 0 1px 1px;
	transition: all .3s linear;
}
.pagination a:last-child {
	border-right: 1px solid #e6e6e6;
}
.pagination a:hover, .pagination a.active {
	border-color: #f1822e;
	color: #fff;
	background-color: #f1822e;
}
.pagination .sheng {
	border-top: none;
	border-bottom: none;
}
.pagination .sheng:hover {
	background: #fff;
	color: #f1822e;
	border-color: #e6e6e6;
}
.pagination .prev,  .pagination .next {
	font-size: 13px;
	width: 92px;
	text-align: left;
}
.pagination .prev {
	border-left-width: 1px;
	padding-left: 36px;
	background: url(../images/prev4.png) left 16px center no-repeat;
	background-size: 6px;
}
.pagination .prev:hover {
	background: url(../images/prev4on.png) left 16px center no-repeat;
	background-color: #f1822e;
	background-size: 6px;
}
.pagination .next {
	border-right-width: 1px;
	padding-left: 12px;
	background: url(../images/next4.png) 70px center no-repeat;
	background-size: 6px;
}
.pagination .next:hover {
	background: url(../images/next4on.png) 70px center no-repeat;
	background-color: #f1822e;
	background-size: 6px;
}

a.z-crt {
	background: #f1822e;
	color: #fff ! important;
}


.pic_text_box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}


p.pic_list_p {
	text-align: left;
	font-size: 18px;
	padding: 10px; text-align:center
}
.pic_text_box_buttom {
	padding-top: 20px;
}
.pic_text_left {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
.pic_text_right {
	float: right;
	padding-right: 10px;
}
.pic_text_box_buttom {
	overflow: hidden;
	padding-bottom: 10px;
}
.pic_text_box {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.image-list li:hover img.pic_img {
/* transform: scale(1.1); */

   /* transition: all .5s; */

}
img.pic_img {
/* transform: scale(1.0); */

   /* transition: all .5s; */

}
.image-list li:hover .pic_list_p {
	color: #f1822e;
	transition: all .5s;
}
.pic_img_box {
	overflow: hidden;
}
.image-list li {
	position: relative;
	/* overflow: hidden; */

	width: 32.2%;
	display: inline-block;
	margin: 15px 5px;
	background-color: #fff;
	cursor: pointer;
}
.pic_xiaotubiao {
	margin-bottom: 0px ! important;
}
.suofang01 {
	width: 0%;
	height: 2px;
	background: #f1822e;
	margin: 0 auto;
	transition: all .3s;
}
.image-list li:hover .suofang01 {
	width: 100%;
	transition: all .5s;
}





/*轮播图*/
.lunbotu{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.lunbotu .swiper-slide>a{
	display: block;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: none;
}
.lunbotu .swiper-slide .content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
}
.lunbotu .swiper-slide .bgbox{
	width: 100%;
}
.lunbotu .swiper-slide .bgbox img{
	width: 100%;
}
.lunbotu .swiper-slide .bgbox .aimg2{
	display: none;
}
/*.lunbotu .swiper-slide a>img{
	margin: 0 auto;
	width: 100%;
}
.i-banner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
}*/
.i-bannerzi{
	position: relative;
	max-width: 1450px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding: 125px 0px 45px;
	/*min-height: 890px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;*/
}
.pro3 .i-bannerzi{
	max-width: 100%;
}
.pro3 .i-bannerzi .txtbox{
	width: 61%;
	padding-left: 7%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.i-bannerzi .imgbox{
	float: right;
	width: 42%;
	text-align: right;
}
.pro1 .i-bannerzi .imgbox{
	width: 35%;
}
.pro2 .i-bannerzi .imgbox{
	width: 45%;
	padding-right: 6%;
}
.pro3 .i-bannerzi .imgbox{
	width: 42%;
}
.i-bannerzi .imgbox img{
	max-width: 100%;
}
.i-bannerzi .txtbox{
	position: absolute;
	top: 50%;
	left: 0;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	z-index: 10;
	width: 68%;
	text-align: left;
}
.i-bannerzi .txtbox .t1{
	color: #FFFFFF;
	font-size: 46px;
	font-weight: bold;
	/*font-family: "思源黑体 CN";*/
	font-family: 'SourceHanSansCN-Bold';
}
.i-bannerzi .txtbox .t1 .sp{
	color: #7ca607;
	font-size: 78px;
	font-style: italic;
}
.i-bannerzi .txtbox .t2{
	font-family: "SourceHanSansCN-Normal";
	color: #ebebeb;
	font-size: 24px;
}
.icondiv{
	margin: 45px auto 60px;
}
.icondiv li{
	float: left;
	min-width: 110px;
	max-width: 130px;
	padding: 0 10px;
	text-align: center;
	/*margin-right: 60px;*/
}
.icondiv li:last-child{
	margin-right: 0;
}
.icondiv li .icon{
	width: 68px;
	height: 68px;
	line-height: 68px;
	border: rgba(255,255,255,.3) solid 1px;
	border-radius: 50%;
	margin: 0px auto 10px;
}
.icondiv li .icon img{
	max-width: 36px;
	max-height: 36px;
}
.icondiv li .txt{
	font-family: "SourceHanSansCN-Normal";
	color: #ffffff;
	font-size: 16px;
	min-height: 48px;
}
.more{
}
.more .cont, .more a{
	position: relative;
	display: inline-block;
	min-width: 150px;
	height: 50px;
	line-height: 50px;
	font-family: 'SourceHanSansCN-Regular';
	font-size: 16px;
	color: #7ca607;
	text-align: center;
	background-color: #FFFFFF;
	/*border-left: #7ca607 solid 3px;*/
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.more .cont .sp, .more a .sp{
	position: relative;
	z-index: 2;
}
.more .cont:hover .sp, .more a:hover .sp{
	color: #ffffff;
}
.more .cont::before, .more a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 3px;
	height: 100%;
	background-color: #7ca607;
	 -o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.more .cont:hover::before, .more a:hover::before{
	width: 100%;
}
.lunbotu>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction {
    bottom: 4.5%;
    left: 0;
    width: 100%;
}
.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	 margin: 0px 6px;
}
.lunbotu .swiper-pagination-bullet{
  	width: 10px;
  	height: 10px;
  	text-align: center;
  	background-color: #eeeeee;
 	border-radius:50%;
  	opacity: 1;
  	box-shadow: none;
  	transition:0s;
}
.lunbotu .swiper-pagination-bullet-active{
	position: relative;
	opacity: 1;
	width: 36px;
	border-radius: 5px;
	background-color: #ed6d00;
}
.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px 60px;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
}
.lunbotu .swiper-button-next, .lunbotu.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img3.png);
    right: 1.3%;
    left: auto;
}
.lunbotu .swiper-button-prev, .lunbotu.swiper-container-rtl .swiper-button-next{
    background-image: url(../images/img2.png);
    left: 1.3%;
    right: auto;
}