﻿@charset "utf-8";
html {
	height: 100%;
}

@keyframes down-ico {
	0% {
		top: 0;
		opacity: 1;
	}

	35% {
		top: 20%;
		opacity: 0;
	}

	65% {
		top: -20%;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes down-ico {
	0% {
		top: 0;
		opacity: 1;
	}

	35% {
		top: 20%;
		opacity: 0;
	}

	65% {
		top: -20%;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

.floor_5_2 .mitem {
	height: 46px;
	width: 486px;
	display: block;
	margin-left: 34px;
	line-height: 36px;
	position: relative;
	margin-bottom: 32px;
	border-bottom: 1px solid #ddd;
}

.floor_5_2 .mitem label {
	width: 46px;
	float: left;
	color: #666666;
	padding-right: 5px;
	text-align: left;
}

.floor_5_2 .mitem input {
	width: 424px;
	height: 40px;
	line-height: 40px;
	float: left;
	padding-left: 10px;
	border: 0px;
	font-size: 14px;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}

.floor_5_2 .mitem.liuyan {
	height: 76px;
	display: block;
}

.floor_5_2 .mitem.liuyan textarea {
	width: 412px;
	float: left;
	border: 0px;
	borde: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	overflow: hidden;
	color: #666;
	resize: none;
	font-family: "microsoft yahei";
	outline: none;
}

.floor_5_2 .itemsub .btn {
	width: 152px;
	height: 38px;
	line-height: 38px;
	float: right;
	margin-right: 46px;
	border: 0px;
	color: #fff;
	cursor: pointer;
	background: url(../images/a5_03.png) no-repeat;
}

.floor_5_2 .mitem select {
	width: 434px;
	height: 40px;
	line-height: 40px;
	float: left;
	border: #fff solid 1px;
	border: none;
	outline: none;
 /*将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}

.floor_5_2 .mitem.youxiang b {
	position: absolute;
	right: 46px;
	top: 0;
	background: url(../images/a2_03.png) center center no-repeat;
	width: 90px;
	height: 40px;
	background-size: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
}

.floor_5_2 .mitem.youxiang s {
	width: 12px;
	height: 6px;
	background-position: -518px -201px;
	position: absolute;
	top: 17px;
	right: 5px;
}

.floor_5 .cont {
	padding-bottom: 30px;
	text-align: center;
	display: inline-block;
	width: 1200px;
	padding-top: 60px;
}

.floor_5 .cont .stit {
	padding: 28px 78px;
}

.floor_5 .cont .summy {
	height: 85px;
}

.floor_2 .iBuilding {
	width: 100%;
	height: 424px;
	position: relative;
}

.floor_2 .iBuilding .item {
	width: 282px;
	height: 424px;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	margin-right: 24px;
}

.floor_2 .iBuilding .item:nth-child(4) {
	margin-right: 0;
}

.floor_2 .iBuilding .item:first-child+li+li+li {
	margin-right: 0;
}

.floor_2 .iBuilding .item .img {
	display: block;
	width: 282px;
	height: 350px;
	overflow: hidden;
}

.floor_2 .iBuilding .item:hover .img1 {
	color: #dc811c;
}

.floor_2 .iBuilding .item .img1 {
	height: 74px;
	font-size: 16px;
	color: #333;
	line-height: 74px;
}

.floor_2 .iBuilding .item .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all ease-out .3s .1s;
}

.floor_2 .iBuilding .item .img s {
	width: 262px;
	height: 330px;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 10px;
	top: 10px;
	opacity: 1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}

.floor_2 .iBuilding .item .txt {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	top: 0;
	vertical-align: middle;
	cursor: pointer;
	opacity: 1;
	transition: all ease-out .9s;
}

.floor_2 .iBuilding .item .txt img {
	max-width: 100%;
	display: inline;
	margin: 0 auto;
	opacity: 0;
	position: relative;
	top: 50%;
	margin-top: -60px;
}

.floor_2 .iBuilding .item:hover .img img {
	opacity: 1;
	width: 100%;
}

.floor_2 .iBuilding .item:hover .txt img {
	opacity: 1;
	width: 80px;
	transition: all ease-out .9s;
}

.floor_2 .iBuilding .item:hover s {
	opacity: 1;
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
}

.floor_2 .iBuilding .prev, .floor_2 .iBuilding .next {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: -110px;
	cursor: pointer;
}

.floor_2 .iBuilding .prev {
	background-position: -501px -39px;
	right: 0;
}

.floor_2 .iBuilding .next {
	background-position: -501px -72px;
	right: 40px;
}

.floor_4 {
	background: url(../images/floor_4.jpg) no-repeat center;
	background-size: cover;
}

.floor_4 .cont {
	width: 1200px;
}

.floor_4 .cont .line {
	background: #d9d9d9;
}

.floor_4 .section_con .inewsCon_left {
	float: left;
	width: 404px;
}

.floor_4 .section_con .inewsCon_left .img {
	width: 404px;
	height: 300px;
	display: block;
	overflow: hidden;
}

.floor_4 .section_con .inewsCon_left .img img {
	width: 100%;
	transition: .9s ease;
}

.floor_4 .section_con .inewsCon_left .img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: .9s ease;
	-moz-transition: .9s;
	-webkit-transition: .9s;
	-o-transition: .9s;
}

.floor_4 .section_con .inewsCon_left .time {
	width: 67px;
	border-right: #d9d9d9 solid 1px;
	margin-top: 30px;
	font-size: 14px;
	color: #9f9f9f;
	font-family: "Arial";
	display: block;
	line-height: 14px;
}

.floor_4 .section_con .inewsCon_left .time span {
	font-size: 50px;
	line-height: 50px;
	display: block;
}

.floor_4 .section_con .inewsCon_left .tit p {
	float: right;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	width: 324px;
	padding-top: 24px;
}

.floor_4 .section_con .inewsCon_left .tit p span {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	display: block;
}

.floor_4 .section_con .inewsCon_left .tit:hover .time {
	color: #dc811c;
}

.floor_4 .section_con .inewsCon_left .tit:hover p {
	color: #dc811c;
}

.floor_4 .section_con .inewsCon_right {
	float: right;
	width: 686px;
}

.floor_4 .section_con .inewsCon_right .item {
	margin-bottom: 30px;
	display: block;
	height: 110px;
}

.floor_4 .section_con .inewsCon_right .img {
	width: 180px;
	height: 110px;
	display: block;
	overflow: hidden;
}

.floor_4 .section_con .inewsCon_right .img img {
	width: 100%;
	transition: .9s ease;
}

.floor_4 .section_con .inewsCon_right .time {
	width: 67px;
	border-right: #d9d9d9 solid 1px;
	margin-top: 20px;
	font-size: 14px;
	color: #9f9f9f;
	font-family: "Arial";
	display: block;
	line-height: 14px;
	margin-left: 20px;
}

.floor_4 .section_con .inewsCon_right .time span {
	font-size: 50px;
	line-height: 50px;
	display: block;
}

.floor_4 .section_con .inewsCon_right p {
	float: right;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	width: 404px;
	padding-top: 14px;
}

.floor_4 .section_con .inewsCon_right p span {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	display: block;
}

.floor_4 .section_con .inewsCon_right .item:hover .time {
	color: #dc811c;
}

.floor_4 .section_con .inewsCon_right .item:hover p {
	color: #dc811c;
}

.floor_3 {
	position: relative;
	background: url(../images/floor_5_1.png) center center no-repeat;
}

.floor_3 .iabout5 {
	padding-top: 90px;
}

.floor_3 .iabout5 b {
	width: 24px;
	height: 32px;
	background-position: -501px -119px;
	display: block;
	margin-top: 26px;
}

.floor_3 .iabout5 .h4tit {
	color: #24262b;
}

.floor_3 .iabout5 .h5tit {
	color: #24262b;
}

.floor_3 .smart {
	width: 2020px;
	height: 980px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1010px;
	z-index: 1;
}

.floor_3 .smart #mindscape {
	width: 1920px;
	height: 980px;
	overflow: hidden;
	margin: 0 auto;
}

.floor_3 .zzbgtop {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url(../images/zz_top.png) no-repeat center top;
	height: 154px;
	z-index: 2;
}

.floor_3 .zzbgbot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/zz_bot.png) no-repeat center top;
	height: 172px;
	z-index: 2;
}

.floor_3 .ren {
	position: absolute;
	left: 10%;
	bottom: 0;
	width: 520px;
	background: url(../images/ren.png) no-repeat left bottom;
	height: 804px;
	z-index: 3;
}

.floor_3 .iabout5 {
	position: relative;
	z-index: 10;
}

.floor_3 .iabout5 .cont {
	width: 400px;
	margin-left: 32px;
	color: #fff;
}

.floor_3 .iabout5 .cont .stit {
	color: #fff;
}

.floor_3 .iabout5 .cont .line {
	background: #fff;
}

.floor_3 .iabout5 .cont .summy {
	height: 150px;
}

.floor_3 .iabout5 .cont .summy a {
	color: #fff;
}

.floor_3 .iabout5 .cont .summy span {
	border: 1px solid #fff;
}

.floor_3 .iabout5 .cont .summy a:hover span {
	border: 1px solid #dc811c;
	background: #dc811c;
	color: #fff;
}

@media (max-width: 1680px) {
	.floor_5 .ren {
		background-size: 90%;
	}
}

.floor_6 {
	background: url(../images/floor_6.jpg) no-repeat center;
	background-size: cover;
}

.floor_6 .cont {
	padding-bottom: 30px;
	width: 540px;
}

.floor_6 .cont .line {
	background: #007461;
}

.floor_6 .cont .summy {
	height: 150px;
}

.floor_7 {
	background: url(../images/floor_7.png) no-repeat center;
}

.nybanner {
	width: 100%;
	text-align: center;
}

.nybanner img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.wrapper {
	min-height: 750px;
}

.wrapper .ntitle {
	font-size: 80px;
	line-height: 80px;
	display: block;
	text-align: center;
}

.wrapper .stit {
	font-size: 30px;
	color: #007461;
	text-align: center;
	display: block;
	padding-top: 50px;
}

.wrapper .ntitle2 {
	position: relative;
	text-align: center;
	padding-top: 50px;
}

.wrapper .ntitle2 .more {
	font-family: arial;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	width: 85px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	display: block;
}

.wrapper .ntitle2 h3 {
	font-size: 48px;
	color: #333;
	line-height: 48px;
	font-weight: normal;
	position: relative;
}

.wrapper .ntitle2 h3 s {
	background: url(../images/a6_03.png) center center no-repeat;
	width: 619px;
	height: 9px;
	display: block;
	margin: 0 auto;
	margin-top: 18px;
}

@keyframes xia {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, 3px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@-webkit-keyframes xia {
	0% {
		-webkit-transform: translate(0px, 0px);
	}

	50% {
		-webkit-transform: translate(0px, 3px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
	}
}

@keyframes shang {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, -3px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@-webkit-keyframes shang {
	0% {
		-webkit-transform: translate(0px, 0px);
	}

	50% {
		-webkit-transform: translate(0px, -3px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
	}
}

.protext {
	padding-bottom: 30px;
}

.girdlist {
	overflow: hidden;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px;
}

.girdlist .list {
	width: 100%;
}

.girdlist .item {
	width: 382px;
	float: left;
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 20px;
	position: relative;
	background: #fff;
}

.girdlist .item a {
	display: block;
}

.girdlist .item .img {
	width: 380px;
	height: 278px;
	overflow: hidden;
	border: #eeeeee solid 1px;
	position: relative;
	text-align: center;
}

.girdlist .item .img img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 360px;
	height: 270px;
	display: inline-block;
	margin-top: 11px;
}

.girdlist .item .item_mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}

.girdlist .item .item_mask .item_link_icon {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	background-position: -440px -313px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	*top: 40%;
	margin-left: -30px;
	margin-top: -0px;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1;
}

.girdlist .item .txt {
	background: #fff;
	height: 56px;
	line-height: 56px;
	position: relative;
	font-size: 16px;
	color: #333;
	border-bottom: #eeeeee solid 1px;
}

.girdlist .item .txt p {
	font-size: 16px;
	color: #333;
	float: left;
	transition: .5s ease;
}

.girdlist .item .txt i {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -487px -246px;
	margin-top: 20px;
	transition: .5s ease;
}

.girdlist .item:hover p {
	color: #dc811c;
	transition: .5s ease;
}

.girdlist .item:hover .txt i {
	background-position: -487px -228px;
	transition: .5s ease;
}

.girdlist .item:hover img {
	transform: scale(1.1, 1.1);
}

.girdlist .item:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}

.girdlist .item:hover .item_mask .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}

.girdlist.huxin .item {
	width: 384px;
	margin-right: 23px;
}

.girdlist.huxin .item:nth-child(3n) {
	margin-right: 0;
}

.girdlist.huxin .item .img {
	width: 382px;
	height: 296px;
}

.girdlist.huxin .item .img img {
	margin-top: 13px;
}

.girdlist.huxin .item .item_mask .item_link_icon {
	margin-top: -12px;
}

.searchPage {
	overflow: hidden;
}

.searchPage .list {
	padding-bottom: 20px;
	width: 105%;
}

.searchPage .gridlist .itemk {
	width: 100%;
	height: 168px;
	margin-bottom: 26px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: #fbfbfb;
}

.searchPage .gridlist .itemk a {
	width: 100%;
	display: block;
}

.searchPage .gridlist .itemk img {
	width: 300px;
	height: 169px;
	display: block;
	margin-right: 30px;
}

.searchPage .gridlist .itemk h3 {
	font-size: 20px;
	padding: 35px 0 20px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	color: #000;
}

.searchPage .gridlist .itemk .txt {
	color: #666;
	line-height: 24px;
	height: 48px;
	padding-right: 130px;
	overflow: hidden;
}

.searchPage .gridlist .itemk .time {
	width: 150px;
	padding-top: 45px;
	font-family: arial;
	font-size: 20px;
	color: #999;
}

.searchPage .gridlist .itemk .time .day {
	font-size: 40px;
	line-height: 45px;
	display: block;
}

.searchPage .gridlist .itemk:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.searchPage .gridlist .itemk:hover h3 {
	color: #dc811c;
	text-indent: 5px;
}

.searchPage .gridlist .itemk:hover .time .day span {
	background: #6d6d6d;
}

.searchPage .gridlist .itemk:hover .time .day strong {
	background: #ff0000;
	color: #fff;
}

.showPro {
	padding-bottom: 30px;
}

.showPro .showImg {
	padding-bottom: 50px;
}

.showPro .photo {
	width: 540px;
}

.showPro .photo .jqzoom {
	width: 540px;
	height: 405px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	cursor: pointer;
}

.showPro .photo .zoomdiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
}

.showPro .photo .jqZoomPup {
	z-index: 999;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #eee;
	background: #fff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(Opacity=50);
}

.showPro .photo .img {
	width: 540px;
	height: 405px;
	display: block;
}

.showPro .photo .photoimg {
	width: 540px;
	height: 71px;
	margin-top: 12px;
	position: relative;
}

.showPro .photo .photoimg .list {
	width: 505px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.showPro .photo .photoimg .listcon {
	width: 300%;
}

.showPro .photo .photoimg .prev, .showPro .photo .photoimg .next {
	width: 12px;
	height: 30px;
	z-index: 10;
	position: absolute;
	top: 21px;
	cursor: pointer;
	background: url(../images/spro-btn-ico.png) no-repeat 0 center;
}

.showPro .photo .photoimg .prev {
	left: 0;
}

.showPro .photo .photoimg .next {
	right: 0;
	background-position: -90px center;
}

.showPro .photo .photoimg a {
	width: 95px;
	height: 71px;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 7px;
}

.showPro .photo .photoimg a img {
	width: 95px;
	height: 71px;
	display: block;
}

.showPro .photo .photoimg a.hover img {
	border: 3px solid #dc811c;
	width: 89px;
	height: 65px;
}

.showPro .imgtxtcon {
	width: 620px;
	height: 488px;
	float: right;
	position: relative;
}

.showPro .imgtxtcon .tit {
	font-size: 24px;
	color: #000;
	line-height: 30px;
	margin-bottom: 10px;
}

.showPro .imgtxtcon .mark {
	color: #888;
}

.showPro .imgtxtcon .line {
	width: 50px;
	height: 3px;
	display: block;
	background: #999999;
	margin: 20px 0;
}

.showPro .imgtxtcon .txtcon .title {
	font-size: 16px;
	margin-bottom: 10px;
}

.showPro .imgtxtcon .txt {
	line-height: 35px;
	height: 280px;
	overflow: hidden;
}

.showPro .imgtxtcon .btn {
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 16px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	width: 135px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #dc811c;
}

.showPro .imgtxtcon .btn:hover {
	background: #444;
}

.showPro .showp_txt {
	padding: 0 0 50px 0;
	position: relative;
}

.showPro .showp_txt .tit {
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 2px solid #dc811c;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

.showPro .showp_txt .txtcon {
	font-size: 14px;
	color: #000000;
	min-height: 70px;
	line-height: 26px;
}

.showPro .showp_txt .txtcon img {
	max-width: 100%;
	display: block;
}

.showPro .showp_txt.one {
	border-top: 0px;
	padding-top: 25px;
}

.showPro .showp_txt.one .tit {
	top: 25px;
}

.showNews {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px;
}

.showNews .title {
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin: 10px 0 22px;
	font-weight: bold;
}

.showNews .mark {
	color: #999999;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 20px;
	border-top: 1px dashed #e5e5e5;
	border-bottom: 1px dashed #e5e5e5;
}

.showNews .mark span {
	margin: 0 10px;
}

.showNews .showContxt {
	color: #666666;
	padding: 0 0 30px;
	line-height: 30px;
	text-align: justify;
}

.showNews .showContxt img {
	max-width: 100%;
}

.reLink {
	line-height: 30px;
}

.reLink .nextLink {
	
}

.reLink a {
	transition: all ease 300ms;
}

.reLink a:hover {
	color: #dc811c;
}

span.bds_more, .bds_tools a {
	line-height: 14px !important;
}
/************** * Animations for content elements * **********/
/* 滞后 */
.delay100 {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
}

.delay200 {
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}

.delay300 {
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}

.delay400 {
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
}

.delay500 {
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

.delay600 {
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
}

.delay700 {
	-webkit-animation-delay: 700ms;
	animation-delay: 700ms;
}

.delay800 {
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
}

.delay900 {
	-webkit-animation-delay: 900ms;
	animation-delay: 900ms;
}

.delay1000 {
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

.delay1100 {
	-webkit-animation-delay: 1100ms;
	animation-delay: 1100ms;
}

.delay1200 {
	-webkit-animation-delay: 1200ms;
	animation-delay: 1200ms;
}

.delay1300 {
	-webkit-animation-delay: 1300ms;
	animation-delay: 1300ms;
}

.delay1400 {
	-webkit-animation-delay: 1400ms;
	animation-delay: 1400ms;
}

.delay1500 {
	-webkit-animation-delay: 1500ms;
	animation-delay: 1500ms;
}

.delay1600 {
	-webkit-animation-delay: 1600ms;
	animation-delay: 1600ms;
}

.delay1700 {
	-webkit-animation-delay: 1700ms;
	animation-delay: 1700ms;
}

.delay1800 {
	-webkit-animation-delay: 1800ms;
	animation-delay: 1800ms;
}

.delay1900 {
	-webkit-animation-delay: 1900ms;
	animation-delay: 1900ms;
}

.delay2000 {
	-webkit-animation-delay: 2000ms;
	animation-delay: 2000ms;
}

.delay2100 {
	-webkit-animation-delay: 2100ms;
	animation-delay: 2100ms;
}

.delay2200 {
	-webkit-animation-delay: 2200ms;
	animation-delay: 2200ms;
}

.delay2300 {
	-webkit-animation-delay: 2300ms;
	animation-delay: 2300ms;
}

.delay2500 {
	-webkit-animation-delay: 2500ms;
	animation-delay: 2500ms;
}

.delay2700 {
	-webkit-animation-delay: 2700ms;
	animation-delay: 2700ms;
}

.delay2900 {
	-webkit-animation-delay: 2900ms;
	animation-delay: 2900ms;
}

.delay3000 {
	-webkit-animation-delay: 3000ms;
	animation-delay: 3000ms;
}

.delay4000 {
	-webkit-animation-delay: 4000ms;
	animation-delay: 4000ms;
}

.delay4500 {
	-webkit-animation-delay: 4500ms;
	animation-delay: 4500ms;
}

.delay5000 {
	-webkit-animation-delay: 5000ms;
	animation-delay: 5000ms;
}

.onactive .animated {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.active .animated.fast {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

.active .animated {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.active .flyInDown {
	-webkit-animation-name: flyInDown;
	animation-name: flyInDown;
}
/* loaction */
.location {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	position: relative;
	z-index: 9;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}

.location.chanpin {
	height: 102px;
}

.location .sitepath {
	color: #363636;
	white-space: nowrap;
}

.location .sitepath s {
	width: 12px;
	height: 12px;
	background-position: -489px -213px;
	margin-right: 6px;
}

.location .sitepath a {
	color: #363636;
	padding: 0 5px;
}

.location .sitepath a:hover {
	color: #dc811c;
}

.location .menu {
	height: 52px;
	line-height: 52px;
	position: relative;
	z-index: 1;
}

.location .menu span {
	width: 1px;
	height: 16px;
	margin: 0 16px 0 14px;
	background-position: -206px -36px;
}

.location .menu li {
	padding: 0;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-left: 30px;
	text-align: center;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	color: #363636;
	display: inline-block;
	position: relative;
}

.location .menu li a {
	display: block;
}

.location.chanpin .menu li {
	margin-left: 0;
	margin-right: 20px;
}

.location .menu li i {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background-color: #dc811c;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.location .menu li .box {
	width: 400px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 60px;
	display: none;
}

.location .menu li .box a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	margin-right: 14px;
}

.location .menu li .box a s {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	background: #999;
	margin-right: 5px;
}

.location .menu li:hover i, .location .menu li.hover i {
	width: 100%;
	margin-left: -50%;
}

.location .menu li:hover a, .location .menu li.hover a {
	color: #dc811c;
}

.location .menu li:hover .box {
	display: block;
}

.part_1 {
	padding-top: 50px;
	display: block;
	height: 500px;
	padding-bottom: 40px;
}

.part_1 b {
	float: left;
	width: 807px;
	height: 500px;
	display: block;
	background: url(../images/a7_03.jpg) center center no-repeat;
}

.part_1 ul {
	float: right;
	width: 326px;
	padding-top: 26px;
}

.part_1 ul li {
	padding-bottom: 50px;
}

.part_1 ul li p {
	font-size: 18px;
	color: #dc811c;
	font-weight: bold;
	line-height: 18px;
}

.part_1 ul li p span {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	font-family: "Arial";
	font-weight: normal;
}

.part_1 ul li i {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 16px;
	padding-top: 10px;
}

.ntit_li {
	padding-bottom: 140px;
}

.ntit_li ul {
	display: inline-block;
}

.ntit_li li {
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 50px;
	margin-right: 112px;
}

.ntit_li li i {
	display: inline-block;
	width: 67px;
	height: 56px;
	background: url(../images/a8_03.jpg) center center no-repeat;
}

.ntit_li li p {
	font-size: 18px;
	color: #dc811c;
}

.ntit_li li p span {
	display: block;
	font-size: 16px;
	color: #333333;
}

.ntit_li li.li2 i {
	background: url(../images/a8_05.jpg) center center no-repeat;
}

.ntit_li li.li3 i {
	background: url(../images/a8_07.jpg) center center no-repeat;
}

.ntit_li li.li4 i {
	background: url(../images/a8_09.jpg) center center no-repeat;
}

.ntit_li li.li5 i {
	background: url(../images/a8_11.jpg) center center no-repeat;
}

.ntit_li li.li6 i {
	background: url(../images/a8_18.jpg) center center no-repeat;
}

.ntit_li li.li7 i {
	background: url(../images/a8_19.jpg) center center no-repeat;
}

.ntit_li li.li8 i {
	background: url(../images/a8_22.jpg) center center no-repeat;
}

.ntit_li li.li9 i {
	background: url(../images/a8_25.jpg) center center no-repeat;
}

.ntit_li li.li10 i {
	background: url(../images/a8_27.jpg) center center no-repeat;
}

.ntit_li li.li5, .ntit_li li.li10 {
	margin-right: 0;
}

.hidden {
	display: none;
}

.part_2 .floor_5_2 {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 140px;
}

.part_2 .floor_5_2 h3 {
	font-size: 42px;
	padding-top: 42px;
}

.part_2 .floor_5_2 .nice-validator {
	padding-top: 76px;
}

.part_2 .floor_5_2 .mitem {
	float: left;
	width: 284px;
}

.part_2 .floor_5_2 .mitem input {
	float: left;
	width: 222px;
}

.part_2 .floor_5_2 .mitem.youxiang {
	width: 530px;
}

.part_2 .floor_5_2 .mitem select {
	width: 478px;
}

.part_2 .floor_5_2 .mitem.liuyan {
	width: 1168px;
	height: 76px;
	display: block;
}

.part_2 .floor_5_2 .mitem.liuyan textarea {
	width: 1092px;
}

.part_2 .floor_5_2 .itemsub .btn {
	width: 297px;
	height: 55px;
	margin-right: 0;
	line-height: 55px;
	float: none;
	border: 0px;
	margin-top: 20px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	background: url(../images/a9_03.jpg);
}

.part_2 .floor_5_2 .mitem .n-top {
	position: absolute;
	left: 0;
	top: 6px;
}

.girdlist .pic_left h1 {
	text-align: center;
	font-size: 34px;
	font-weight: normal;
}

.girdlist .pic_left .fabu .mark {
	text-align: center;
}

.girdlist .pic_left .fabu .mark span {
	display: inline-block;
	padding: 0 8px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#img {
	position: fixed;
	z-index: 999;
	left: 0;
	margin-top: -486px;
}

.dui a {
	background: url(../images/close.png) no-repeat center #b52618;
	display: block;
	cursor: pointer;
	width: 37px;
	height: 30px;
	position: absolute;
	right: 31%;
	top: 215px;
}

#img .dui {
	background: url(../images/black70.png) center center;
	height: 1000px;
	width: 1920px;
}

#img .dui img {
	margin-top: 228px;
	margin-left: 0%;
}

.goufang #img .dui {
	margin-top: -131px;
}

.goufang #img .dui a {
	right: 31%;
	top: 81px;
}

@media (max-width: 1600px) {
	.floor_2 .h3tit {
		padding-top: 50px;
	}

	#img .dui {
		margin-left: -8%;
	}

	#img .dui a {
		right: 39%;
	}

	.goufang #img .dui {
		margin-left: -8%;
	}

	.goufang #img .dui a {
		right: 39%;
	}

	.floor_5 .cont {
		padding-top: 100px;
		padding-bottom: 0;
	}
}

@media (max-width: 1368px) {
	.floor_2 .h3tit {
		padding-top: 50px;
	}

	.index .cont .line {
		margin: 10px 0 38px;
	}

	#img .dui {
		margin-left: -13%;
	}

	#img .dui a {
		right: 44%;
	}

	.goufang #img .dui {
		margin-left: -13%;
	}

	.goufang #img .dui a {
		right: 44%;
	}

	.floor_5 .cont {
		padding-top: 100px;
		padding-bottom: 0;
	}

	.cont_top {
		padding-top: 30px;
	}
}

@media (max-width: 1200px) {
	.floor_2 .h3tit {
		padding-top: 90px;
	}

	.index .cont .line {
		margin: 10px 0 30px;
	}

	#img .dui {
		margin-left: -20%;
	}

	#img .dui a {
		right: 51%;
	}

	.goufang #img .dui {
		margin-left: -13%;
	}

	.goufang #img .dui a {
		right: 44%;
	}

	.floor_3 .iabout5 {
		padding-top: 174px;
	}

	.floor_5 .cont {
		padding-top: 125px;
		padding-bottom: 0;
	}

	.cont_top {
		padding-top: 40px;
	}
}

.main_banner {
	position: relative;
}

.main_banner .item_bg {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 100%;
	display: block;
}

.main_banner .item_bg img {
	display: none;
}

.main_banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.main_banner .bd li {
	zoom: 1;
	vertical-align: middle;
	float: left;
	position: relative;
	width: 100%;
}

.main_banner .bd li a {
	display: block;
}

.main_banner .bd li img {
	width: 100%;
	min-height: 100%;
	display: block;
}

.main_banner .hd {
	position: absolute;
	left: 0;
	bottom: 18%;
	width: 100%;
	z-index: 3;
}

.main_banner .hd ul {
	text-align: center;
}

.main_banner .hd li {
	height: 2px;
	margin: 0 5px;
	width: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	cursor: pointer;
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.main_banner .hd li.on {
	opacity: 1;
	filter: alpha(opacity=100);
	height: 5px;
}

.main_banner .prev, .main_banner .next {
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	z-index: 55;
	display: none;
	margin-top: -90px;
}

.main_banner .prev {
	background-position: -288px -56px;
	left: 0;
}

.main_banner .next {
	background-position: -325px -56px;
	right: 0;
}

.floor_5_2 .mitem .n-top {
	position: absolute;
	left: 0;
	top: 4px;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.wra_title {
	height: 62px;
	width: 1200px;
	margin: 0 auto;
}

.wra_title .sobtitle {
	line-height: 62px;
	font-size: 15px;
	color: #504e4e;
}

.wra_title .sobtitle i {
	display: block;
	width: 13px;
	height: 16px;
	background-position: -203px -89px;
	float: left;
	margin-top: 24px;
	margin-right: 8px;
}

.wra_title .sobtitle a {
	font-size: 15px;
	color: #504e4e;
	margin: 0 6px;
}

.wra_title h3 {
	line-height: 62px;
	font-size: 22px;
	color: #dc811c;
	font-weight: bold;
}

.wrapper .noinfor {
	padding: 0 0 20px;
	text-align: left;
	color: red;
	text-align: center;
}

.searchPage {
	overflow: hidden;
	padding-bottom: 80px;
	padding-top: 50px;
}

.searchPage ul.n-gridlist {
	width: 105%;
}

.searchPage .item {
	float: left;
	width: 270px;
	height: 307px;
	margin-bottom: 20px;
	margin-right: 37px;
	border: #f5f5f5 solid 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(245, 245, 245);
	border-bottom: #f5f5f5 solid 3px;
	position: relative;
}

.searchPage .item a {
	width: 100%;
	display: block;
}

.searchPage .item b {
	display: block;
	width: 270px;
	height: 203px;
	display: block;
	position: relative;
}

.searchPage .item img {
	width: 100%;
	display: block;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.searchPage li.item p {
	font-size: 16px;
	color: #333333;
	display: block;
	padding-left: 18px;
	padding-top: 14px;
}

.searchPage li.item i {
	display: block;
	width: 84px;
	height: 26px;
	border: #c5cdd7 solid 1px;
	border-radius: 14px;
	text-align: center;
	margin-left: 18px;
	line-height: 26px;
	font-size: 14px;
	color: #dc811c;
	margin-top: 14px;
}

.searchPage li.item:hover {
	box-shadow: 0px 2px 11px #dadada;
}

.searchPage li.item:hover p {
	color: #dc811c;
}

.searchPage li.item i:hover {
	background-color: #dc811c;
	color: #fff;
	border: #dc811c solid 1px;
}

.searchPage li.item:hover {
	border-bottom: #dc811c solid 3px;
}

.searchPage .item .bg {
	position: absolute;
	width: 280px;
	padding-top: 86px;
	height: 194px;
	left: -280px;
	top: 0;
	z-index: 10;
	background: url(../images/red80.png) repeat 0 0;
	text-align: center;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.searchPage .item .bg s {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 100%;
	margin: 0 auto;
	background-color: #fff;
	background-position: -22px 18px;
}

.searchPage .item:hover {
	background: #fff;
}

.searchPage .item:hover h3 {
	color: #fff;
	background: #333333;
}

.searchPage .item:hover .bg {
	left: 0;
}

.location.scrollDown {
	position: fixed;
	left: 0;
	top: 0;
}
/* 效果CSS开始 */
.xinxq {
	padding-bottom: 60px;
}

.showImg {
	padding-top: 40px;
}

.mod18 {
	width: 530px;
	position: relative;
	margin: 0 auto;
}

.mod18 .btn1 {
	position: absolute;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}

.mod18 .prev1 {
	left: 10px;
	background: url(../images/prevbtn.png) no-repeat;
}

.mod18 #prevTop, .mod18 #nextTop {
	top: 250px;
	width: 32px;
	height: 48px;
	display: none;
}

.mod18 #prev, .mod18 #next {
	top: 440px;
	width: 10px;
	height: 16px;
	background: url(../images/prevbtn.png) no-repeat;
}

.mod18 .prev1 {
	left: 10px;
	background: url(../images/prevbtn.png) no-repeat;
}

.mod18 #next.btn1.next {
	right: 10px;
	background: url(../images/nextbtn.png) no-repeat;
}

.mod18 li {
	float: left;
}

.mod18 .cf li {
	position: relative;
	color: #fff;
}

.mod18 .cf a {
	display: block;
	width: 530px;
	height: 392px;
	position: absolute;
	color: #fff;
}

.mod18 .cf a img {
	width: 530px;
	height: 392px;
	background-size: 100%;
}

.mod18 .cf li span {
	display: block;
	width: 486px;
	position: absolute;
	left: 75px;
	bottom: 0;
	padding: 10px 20px;
	line-height: 22px;
	text-align: left;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = "#60000000", endColorstr = "#60000000");
}

.mod18 .picBox {
	width: 530px;
	height: 398px;
	overflow: hidden;
}

.mod18 .picBox img {
	width: 530px;
	height: 398px;
}

.showProduct {
	padding-bottom: 30px;
}

.showProduct .imgtxtcon {
	width: 630px;
	float: left;
	margin-left: 40px;
}

.showProduct .imgtxtcon .tit {
	font-size: 24px;
	font-weight: bold;
	color: #dc811c;
	line-height: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dedede;
}

.showProduct .imgtxtcon .tit2 {
	color: #999;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 30px;
	padding-top: 20px;
	text-align: justify;
	/*height: 178px;*/
	border-bottom: 1px dotted #dedede;
	overflow: hidden;
}

.showProduct .imgtxtcon .tel {
	font-size: 20px;
}

.showProduct .imgtxtcon .tel strong {
	color: #dc811c;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
}

.showProduct .showp_txt {
	padding: 40px 0 40px 0;
	position: relative;
}

.showProduct .showp_txt .tit {
	border-bottom: 1px solid #eee;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

.showProduct .showp_txt .tit h3 {
	font-size: 20px;
	color: #333;
}

.showProduct .showp_txt .tit s {
	width: 80px;
	height: 5px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #dc811c;
}

.showProduct .showp_txt .txtcon {
	color: #666;
	line-height: 30px;
}

.showProduct .imgtxtcon .btn1, .showProduct .imgtxtcon .btn2 {
	float: left;
	margin-right: 25px;
	font-size: 16px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	text-align: center;
	color: #fff;
	position: relative;
}

.showProduct .imgtxtcon .btn1 img {
	display: block;
	position: absolute;
	left: 0;
	top: 38px;
	width: 135px;
	height: 0;
	transition: all ease 600ms;
}

.showProduct .imgtxtcon .btn1:hover img {
	height: 135px;
}

.showProduct .imgtxtcon .btn1 {
	background: #dc811c;
}

.showProduct .imgtxtcon .btn1:hover, .showProduct .imgtxtcon .btn2:hover {
	background: #444;
}

.showProduct .imgtxtcon .btn2 {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	background: #999999;
}

.ArticleTitle h1.bt {
	font-size: 18px;
	line-height: 25px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dashed #e1e1e1;
	margin-bottom: 5px;
}

.case_you .mark {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.case_you .mark span:first-child {
	margin-left: 0;
}

.case_you .mark span {
	margin-left: 14px;
}

.case_you .mark span {
	margin-left: 14px;
}

.ny_product .product_lb .case_you ul.tieul li.li {
	width: 201px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.ny_product .product_lb .case_you ul.tieul li.li img {
	width: 100%;
}

.rongyu {
	width: 866px;
	overflow: hidden;
}

.ny_product .product_lb .case_you ul.tieul li.li p {
	padding-top: 6px;
}

.ny_product .product_lb .case_you ul.tieul {
	width: 105%;
}

.location_top {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.contact_main_3 {
	text-align: center;
	clear: left;
	padding-bottom: 200px;
	padding-top: 66px;
}

.contact_main_3 .title h3 {
	font-size: 30px;
	color: #737373;
	height: 75px;
	font-weight: normal;
}

.contact_main_3 .title h3 span {
	display: block;
	font-size: 14px;
	color: #737373;
	font-family: "Arial";
	text-transform: uppercase;
}

.contact_main_3 .item .txt {
	width: 367px;
	height: 56px;
	font-size: 14px;
	line-height: 56px;
	text-indent: 8px;
	border: none;
	background-color: #f1f1f1;
	color: #737373;
	padding-left: 6px;
	*text-indent: 0px;
}

.contact_main_3 .item .area {
	width: 1188px;
	height: 148px;
	*margin-left: -8px;
	background: #f1f1f1;
	font-size: 14px;
	text-indent: 8px;
	line-height: 18px;
	resize: none;
	*resize: none;
	-webkit-appearance: none;
	color: #737373;
	border: none;
	line-height: 40px;
	padding-left: 6px;
}

.contact_main_3 .submit {
	display: block;
	clear: left;
}

.contact_main_3 .submit .btn1 {
	width: 278px;
	height: 52px;
	margin-top: 50px;
	font-size: 16px;
	line-height: 52px;
	color: #016dbd;
	cursor: pointer;
	border: #d3d7e3 solid 1px;
	background-color: #fff;
	display: inline-block;
}

.contact_main_3 .submit .btn:hover {
	background-color: #F0F0F0;
}

.contact_main_3 .item {
	float: left;
	position: relative;
	width: 373px;
	padding-top: 20px;
}

.contact_main_3 .item .n-top {
	position: absolute;
	left: 0;
	top: 20px;
}

.contact_main_3 .item.item4, .contact_main_3 .item.item3 {
	margin-left: 38px;
	*margin-left: 0px;
}

.aboutPage {
	padding-top: 50px;
}

.contact_main_3 .item.item3, .contact_main_3 .item.item5 {
	*margin-right: 38px;
}

.news_xin {
	padding-bottom: 60px;
}

.part_2 .news_ul {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 12px;
}

.part_2 .news_ul li {
	padding: 37px 0;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

.part_2 .news_ul li .box1 {
	width: 253px;
	height: 190px;
	overflow: hidden;
}

.part_2 .news_ul li .box1 img {
	width: 253px;
	height: 190px;
	transition: ease-in-out .9s;
}

.part_2 .news_ul li .box2 {
	padding-left: 42px;
	width: 759px;
	padding-top: 30px;
}

.part_2 .news_ul li .box2 h3 {
	font-size: 20px;
	color: #333;
	height: 26px;
	line-height: 26px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.part_2 .news_ul li .box2 p {
	color: #666;
	line-height: 24px;
	padding-top: 10px;
	height: 75px;
}

.part_2 .news_ul li .box2 span {
	font-size: 12px;
	color: #999;
}

.part_2 .news_ul li .right {
	padding-right: 15px;
	padding-top: 55px;
	text-align: center;
}

.part_2 .news_ul li .right h4 {
	font-size: 40px;
	color: #999;
	font-weight: 100;
}

.part_2 .news_ul li .right p {
	font-size: 16px;
	color: #bbb;
	padding-top: 10px;
}

.part_2 .news_ul li a {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.part_2 .news_ul li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.part_2 .news_ul li a:hover h1 {
	color: #dc811c;
}

.part_2 .news_ul li b {
	display: block;
	width: 100px;
	height: 30px;
	border: #ccc solid 1px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 161px;
}

.htmleaf-container {
	float: left;
	width: 530px;
}

.relateNews {
	padding: 30px 0 0;
	width: 100%;
	overflow: hidden;
}

.relateNews .list {
	width: 120%;
}

.relateNews .list li {
	width: 567px;
	float: left;
	margin-right: 65px;
	margin-bottom: 20px;
}

.relateNews .list li a {
	display: block;
	width: 100%;
}

.relateNews .list li img {
	width: 135px;
	height: 110px;
	display: block;
	float: left;
	margin-right: 20px;
}

.relateNews .list li h3 {
	float: left;
	width: 412px;
	line-height: 24px;
	height: 24px;
	padding-top: 5px;
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 16px;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.relateNews .list li .txt {
	float: left;
	width: 412px;
	height: 48px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	margin-bottom: 6px;
	text-align: justify;
}

.relateNews .list li .time {
	float: left;
	width: 412px;
	color: #999999;
	font-family: arial;
	line-height: 18px;
}

.relateNews .list li:hover h3 {
	color: #dc811c;
}

.relateNews .gridlist {
	width: 106%;
}

.relateNews .prolist {
	width: 100%;
	padding-left: 3px;
}

.relateNews .prolist .item {
	width: 380px;
	float: left;
	margin: 0 27px 30px 0;
	border: 1px solid #eee;
	background: #eee;
	position: relative;
	overflow: hidden;
	transition: all ease 300ms;
}

.relateNews .prolist .item:nth-child(3n) {
	margin-right: 0;
}

.relateNews .prolist .item a {
	width: 100%;
	display: block;
}

.relateNews .prolist .item img {
	width: 380px;
	height: 285px;
	display: block;
}

.relateNews .prolist .item h3 {
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	transition: all ease 300ms;
}

.relateNews .prolist .item .bg {
	position: absolute;
	width: 380px;
	padding-top: 134px;
	height: 151px;
	left: -380px;
	top: 0;
	z-index: 10;
	background: url(../images/probg.png) repeat 0 0;
	text-align: center;
	transition: all ease 300ms;
}

.relateNews .prolist .item .bg s {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 100%;
	margin: 0 auto;
	background-color: #fff;
	background-position: -42px -112px;
}

.relateNews .prolist .item:hover {
	background: #dc811c;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.relateNews .prolist .item:hover h3 {
	color: #fff;
}

.relateNews .prolist .item:hover .bg {
	left: 0;
}

.n-tit h3 {
	line-height: 35px;
	font-size: 24px;
	padding-bottom: 30px;
}

.n-tit s {
	width: 4px;
	height: 22px;
	margin-right: 15px;
	background: #dc811c;
	display: inline-block;
	vertical-align: middle;
}

.n-tit .more {
	font-size: 16px;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	border: 1px solid #ddd;
	transition: all ease 600ms;
}

.n-tit .more:hover {
	width: 150px;
	transition: all ease 600ms;
	color: #dc811c;
}

@-webkit-keyframes flyInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes flyInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.active .flyInRight {
	-webkit-animation-name: flyInRight;
	animation-name: flyInRight;
}

@keyframes flyInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		transform: translateX(100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.active .flyInUp {
	-webkit-animation-name: flyInUp;
	animation-name: flyInUp;
}

@keyframes flyInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.active .flyInLeft {
	-webkit-animation-name: flyInLeft;
	animation-name: flyInLeft;
}

@-webkit-keyframes flyInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@keyframes flyInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		-moz-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
		transform: translateX(-200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.active .opacityI {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes opacityI {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@keyframes opacityI {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

.active .shake {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes shake {
	0% {
		transform: translateX(0);
	}

	10%, 30%, 50%, 70%, 90% {
		transform: translateY(-10px);
	}

	20%, 40%, 60%, 80% {
		-transform: translateY(6px);
	}

	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: translateX(0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateY(-10px);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translateY(6px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes shake {
	0% {
		-moz-transform: translateX(0);
	}

	10%, 30%, 50%, 70%, 90% {
		-moz-transform: translateY(-10px);
	}

	20%, 40%, 60%, 80% {
		-moz-transform: translateY(6px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes shake {
	0% {
		-o-transform: translateX(0);
	}

	10%, 30%, 50%, 70%, 90% {
		-o-transform: translateY(-10px);
	}

	20%, 40%, 60%, 80% {
		-o-transform: translateY(6px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@-ms-keyframes shake {
	0% {
		-ms-transform: translateX(0);
	}

	10%, 30%, 50%, 70%, 90% {
		-ms-transform: translateY(-10px);
	}

	20%, 40%, 60%, 80% {
		-ms-transform: translateY(6px);
	}

	100% {
		-ms-transform: translateY(0);
	}
}

.active .zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.02);
		-ms-transform: scale(1.02);
		transform: scale(1.02);
	}
}
