body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
table,
td,
ul {
	margin: 0;
	padding: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

a {
	cursor: pointer;
}

body,
html {
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif, "微软雅黑";
}

img {
	border: none;
	display: inline-block;
}

li {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
	border: none;
}

input::-webkit-input-placeholder {
	color: #9c9c9c;
	font-size: 16px;
}

input:-moz-placeholder {
	color: #9c9c9c;
	font-size: 16px;
}

input::-moz-placeholder {
	color: #9c9c9c;
	font-size: 16px;
}

input:-ms-input-placeholder {
	color: #9c9c9c;
	font-size: 16px;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: #333;
}

b,
em,
h1,
h2,
h3,
h4,
h5,
i/*,
strong */{
	font-style: normal;
	font-weight: normal;
}


.main {
	width: 1430px;
	margin: 0px auto;
}

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0px;
	background: rgba(0, 0, 0, 0.2);
	transition: all .5s ease;
	z-index: 100;
	overflow: visible;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	height: 100px;
}

.header .main {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100px;
}











#tNavBox {
	width: 100%;
	height: auto;
	overflow: visible;
}

#tNav .navBtn {
	display: none;
}

#tNav .navSliBtn {
	display: none;
}

#tNav .iconJt {
	display: none;
}

#tNav {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#tNav .navUl {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	font-size: 0;
	line-height: 100px;
}

#tNav .navLi {
	padding: 0 1.2vw;
	display: inline-block;
	font-size: 18px;
	position: relative;
}

#tNav .navLi.nav09 {
	display: none;
}

#tNav .navLi:hover .tNavH::before {
	width: 100%;
	opacity: 1;
}

#tNavH {width: 120px;
	position: relative;
}

#tNavH::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 2px;
	background-color: #CCAD91;
	opacity: 0;
	transition: all .5s ease;
}

#tNav .navName {
	position: relative;
	display: block;

	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	transition: all .5s ease;
	line-height: 100px;width: 100%;
}

/*    #tNav .navName:hover{
	border-bottom: 2px solid #fff;
} */
#tNav.fixed .navName {
	color: #515151;

}

#tNav .tNavH::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 2px;
	background-color: #CCAD91;
	opacity: 0;
	transition: all .5s ease;
}

#tNav .navName::after {
	content: attr(data-title);
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(100%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

#tNav .navLi:hover .navName {
	transform: translateY(-100%);
}

#tNav .slidBox {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 1024px;
	height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: nowrap;
	z-index: 110;
	margin: 0 auto;
	padding: 0 18%;
	transition: all .5s ease;
	opacity: 0;background: #fff;
	top: 100px;
}

#tNav .navLi:hover .slidBox {
	height: auto;
	opacity: 1;
	background-image: url(../images/rBQBHF5hojSEJRJfAAAAAGpRMU4106.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border-top: 1px #efefef solid;
}

#tNav .leftBox {
	flex: 0 0 45%;
	overflow: hidden;
	max-width: 455px;
	margin: 100px 0px;
}

#tNav .img100 {
	display: block;
	width: 100%;
}

#tNav .right_img .img100 {
	transition-duration: .5s;
}

#tNav .right_img:hover .img100 {
	transform: scale(1.1);
}

#tNav .rightBox {
	flex: 0 0 40%;
	margin: 100px 0px;
}

#tNav .left_text .onetitle {
	font-size: 18px;
	line-height: 1.1;
	color: #333;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: bold;
	text-align: left;
}

#tNav .navSbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#tNav .oneName {
	font-size: 26px;
	padding-bottom: 15px;
	color: #000;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#tNavSummry {
	line-height: 24px;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	max-width: 420px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

#tNavMore {
	display: block;
	position: relative;
	height: auto;
	padding-top: 25px;
	border-top: 1px dashed #cccccc;
	margin-top: 20px;
	cursor: pointer;
}

#tNav .txt {
	color: #000;
	transition: all .5s ease;
}

#tNav .leanMore {
	margin-left: 2rem;
	transition: all .5s ease;
}

#tNavMore:hover .txt {
	color: #015bbb;
	margin-left: 10px;
}

#tNavMore:hover .leanMore {
	color: #015bbb;
}

#tNav .navSli {
	flex: 0 0 50%;
}

#tNav .navSimg {
	position: relative;
	width: 100%;
	height: 160px;
	overflow: hidden;
}

#tNav .navImg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scale(1);
	width: auto;
	height: 100%;
	transition: all .5s ease;
}

#tNav .navSbox .navSlink {
	display: block;
	font-size: 16px;
	line-height: 45px;
	color: #666;
	transition-duration: .3s;
	padding: 0px 15px;
	margin: 10px 10px 0 0;
	border: 1px #efefef solid;
	border-radius: 8px 0px 8px 0px;
}

#tNav .navSbox .navSlink:hover {
	color: #CCAD91;
	transform: translateX(6px);
	border: 1px #CCAD91 solid;
	border-radius: 8px 0px 8px 0px;
}

#tNav .navSbox .navSlink:hover:before {
	color: #CCAD91;
}

#tNav .navSbox .navSlink:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	width: 4px;
	height: 4px;
	background: #CCAD91;
	position: relative;
	top: 20px;
}

#tNav .navSlink::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	opacity: 0;
	background-color: #015bbb;
	transition: all .5s ease;
	display: none;
}

#tNav .navSli:hover .navImg {
	transform: translateX(-50%) scale(1.1);
}

#tNav .navSli:hover .navSlink::after {
	width: 100%;
	opacity: 1;
}


.banner .hd {
	text-align: center;
	position: absolute;
	bottom: 80px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.banner .hd li {
	float: left;
	margin: 0px 10px;
}
.banner .bd li{
	animation: 1s linear .5s cyclic1;
}
.banner .hd li {
	width: 15px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 5px;
}

.banner .hd li.on {
	width: 50px;
}


@keyframes cyclic1 {
  0% {
    transform: translateY(200px);opacity: 0.5;
  }
  100% {
    transform:translateY(0px);opacity: 1;
  }
}
.index1 {
	width: 100%;
	background: #f3f3f3;
	padding-bottom: 60px;
}

.index_tit {
	text-align: center;
	padding: 40px 0px 30px;
}

.index1_tab {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.index1_ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.index1_ul li {
	font-size: 18px;
	color: #616161;
	margin: 0px 30px;
}

.index1_ul li a {
	width: 100%;
	border-bottom: 1px solid transparent;
	display: inline-block;
}

.index1_ul li:hover a,
.index1_ul li.hover a {
	color: #0ba400;
	border-bottom: 1px solid #0ba400;
	;
}

.index1_alltab {
	height: 387px;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 70px;
}

.index1_tabcon {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.index1_tabcon dl {
	width: 640px;
	height: 387px;
	position: relative;
	cursor: pointer;
}

.index1_tabcon dl img {
	border: none;
}

.index1_tabcon dl dd {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 130px;
	background: linear-gradient(rgba(0, 0, 0, 0), #000);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	display: none;
}

.index1_tabcon dl:hover dd {
	display: inline-flex;
}

.index1_tabcon dl dd p {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	width: 110px;
	border-right: 1px solid #fff;
}

.index1_tabcon dl dd p b {
	font-size: 20px;
}

.index1_tabcon dl dd p span {
	font-size: 16px;
}

.index1_tabcon dl dd i {
	font-size: 18px;
	line-height: 30px;
	display: flex;
	width: 456px;
	margin: 0px 30px;
	display: -webkit-box;

	overflow: hidden;

	-webkit-box-orient: vertical;

	line-clamp: 2;

	-webkit-line-clamp: 2;
}

.index1_alltab ol {
	width: 768px;
	display: flex;
	justify-content: start;
	flex-direction: column;
}

.index1_alltab ol li {
	width: 768px;
	height: 109px;
	margin-bottom:30px
}

.index1_alltab ol li a {
	width: 768px;
	height: 109px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

.index1_tabcon ol li p.ol_r {
	width: 578px;
	margin: 0px 25px;
}

.index1_tabcon ol li p.ol_l {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	width: 130px;
	border-right: 1px solid #eaeaea;
	padding: 0px 0px 0px 35px;
}

.index1_tabcon ol li p.ol_l b {
	font-size: 24px;
	color: #3a3a3a;
}

.index1_tabcon ol li p.ol_l span {
	font-size: 14px;
	color: #9d9d9d;
}

.index1_tabcon ol li p.ol_r b {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	font-size: 18px;
	color: #333333;
}

.index1_tabcon ol li p.ol_r span {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	font-size: 14px;
	color: #929191;
}

.index1_alltab ol li:hover a {
	background: #81be35;
}

.index1_tabcon ol li:hover a span,
.index1_tabcon ol li:hover a b {
	color: #fff;
}

.more {
	width: 100%;
	display: flex;
	justify-content: center;
}

.more a {
	width: 180px;
	height: 44px;
	line-height: 44px;
	/* background-color: #ffffff; */
	border-radius: 22px;
	border: solid 1px #0ba400;
	text-align: center;
	font-size: 16px;
	color: #919191;
}

.more a:hover {
	color: #0ba400;
}

.index2 {
	width: 100%;height: 670px;padding-top: 30px;
	float: left;
/* 	background: url(../images/banner.png) center center ; */
	background: url(../images/index2_bj.png) center center no-repeat;
}
.index2_con{
	width: 100%;padding-top: 40px;
}
.index2_con .bd{
	width: 100%;
	float: left;
}
.index2_con .bd li{
		width: 240px;float: left;margin-right: 55px;position: relative;height: 360px;
		overflow: hidden;
}
.index2_con .bd li p {
	position: absolute;width:100%;
	bottom: 20px;display: flex;flex-direction: column;color: #fff;
}
.index2_con .bd li p a{
	width: calc(100% - 30px);
	display: flex;flex-direction: column;color: #fff;padding-left: 30px;
}
.index2_con .bd li p a i{display: flex;flex-direction: column;display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
}
.index2_con .bd li p a i em{width:100%;
display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;}

.index2_con .bd li p a i   b {
width:20px;
height:3px;background:#fff;display:block;margin-top:5px;}
.index2_con .bd li:last-child{
	margin-right: 0px;
}
.index2_con .bd li:hover img{
	transform: scale(1.3);transition: all 0.5s ease-out;

}
.index2_con .hd {
	text-align: center;
	position: relative;
	bottom: -50px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.index2_con .hd li {
	float: left;
	margin: 0px 10px;
}

.index2_con .hd li {
	width: 50px;
	height: 10px;
	position: relative;
	margin: 0;
	
}
.index2_con .hd li::after{
	content:'';
	width:15px;
	position: absolute;
	top: 0;
	left:calc((50px - 15px)/2);
	height: 10px;
	display: block;
	border-radius: 5px;
	background-color: #ffffff;
}

/* .index2_con .hd li.on {
	width: 50px;
} */
.index2_con .hd li.on::after {
	content:'';
	height: 10px;
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 50px;
	border-radius: 5px;
	background-color: #ffffff;
}
.index3{
	width: 100%;height: 862px;float: left;
	background: url(../images/index3_bj.jpg) center center no-repeat;
}
.index3_con ul {
	width: 100%;position: relative;
	z-index: 3;

}
.index3_con ul li {
	width: 330px;
	height: 280px;
	box-shadow: 0 0 15px #DFDFDF;float: left;display: flex;
	justify-content: center;
	align-items: center;margin-right: 30px;
	margin-bottom: 35px;
}
.index3_con ul li:nth-child(4n){
	margin-right: 0px;
}
.index3_con ul li:hover{
	transition: all 0.5s ease;
	-webkit-transform: translateY(-20px);
}
.index3_con ul li a{
	width: 330px;
	height: 280px;
position: relative;display: flex;align-items: center;justify-content: center;background: #fff;
}
.index3_con ul li a>img{
	position: absolute;
}
.index3_con ul li p{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
.index3_con ul li:hover a>img{
	display: none
}
.index3_con ul li:hover p{
	display: block;
}
.index3_con ul li p span {
	position: absolute;left:0px;
	bottom: 0px;
	z-index: 999;width: 100%;
	display: inline-flex;text-align: center;
	justify-content: center;align-items: center;flex-direction: column;
}
.index3_con ul li p span i{
	position: absolute;
	left: 120px;text-align: center;
	justify-content: center;align-items: center;bottom: 100px;
}
.index3_con ul li p em {
	width: 80%;position: absolute;
	display: inline-flex;color: #fff;bottom: 60px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	font-size: 16px;
}
.index3_tit{
	width: 100%;
	padding: 60px 0px;
}
.index3_tit p{
	color: #333333;
	font-size: 26px;
}
.index3_tit b{
	color: #5a5a5a;
	font-size: 26px;
	
}
.index4{
	width: 100%;
	height: 675px;float: left;
	background: url(../images/index4_bj.png) center center no-repeat;
}
.index4 .main{
	display: flex;flex-direction: row;
	justify-content: space-between;
}
.index4_l{
		width: 708px;
		padding-top: 70px;display: flex;
		flex-direction: column;
}
.index4_r{
	width: 646px;
		padding-top: 125px;
}
.index4_l>b {
	margin-bottom: 50px;
}
.index4_l p.p_l_con{
	width: 100%;
	color: #fff;	line-height: 30px;
		font-size: 16px;margin-bottom: 30px;	height: 116px;overflow: hidden;
}
.index4_l p.p_l_con span {
	text-indent: 30px;display: inline-block;
}

.index4_l .index4_more a{
		width: 182px;
		height: 48px;line-height: 48px;display: inline-block;text-align: center;color: #fff;	font-size: 16px;
		border-radius: 24px;
		border: solid 2px #ffffff;
}
.index4_l ul{
	display: flex;
	flex-direction: row;height: 80px;
	align-items: center;margin-top: 60px;justify-content: space-between;
}
.index4_l ul li{
	border-left: 1px solid #fff;
	padding-left: 40px;
}
.index4_l ul li a{
	color: #fff;height: 80px;display: flex;
	flex-direction: column;align-items: center;
}
.index4_l ul li b {width: 100%;
	display: flex;
	flex-direction: column;align-items: center;
}
.index4_l ul li a  span{
		line-height: 36px;	font-size: 16px;
}
.footer{
	width: 100%;
	background: url(../images/footer.png) center center no-repeat;
	height: 330px;
	float: left;
}
.footer_top{
	width: 100%;
	height: 280px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;justify-content: space-between;
}
.tc{
		font-size: 14px;	color: #3a967d;	line-height: 44px;text-align: center;
}
.footer_l1{
	width: 360px;color: #fff;	font-size: 16px;	line-height: 30px;display: flex;flex-direction: column;
}
.footer_l1 p{
	margin-bottom: 10px;
}
.footer_c1{
	width: 630px;display: flex;flex-direction: row;
	justify-content: space-between;color: #fff;
}
.footer_c1 dl dt a{
		font-size: 16px;	color: #ffffff;	line-height: 24px;margin-bottom: 10px;float:left
}
.footer_c1 dl dd a{
	font-size: 14px;	color: #64bea5;	line-height: 24px;
}
.footer_c1 dl dd a:hover{
		color: #fff;
}
.footer_r1{
	width: 110px;	font-size: 14px;	color: #ffffff;	line-height: 24px;
}
.footer_r1 p{
	display: flex;justify-content: center;flex-direction: column;align-items: center;line-height: 30px;
}












.guide {
	width: 100%;height: 100%;
	background: url(../images/guide.png) center center no-repeat;background-size: cover; 
	width: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;color: #fff;
}
.guide .logo{
	margin-top: 90px;

				  animation: 1s linear .5s cyclic1;
	   }

.guide_tit1 {
	padding: 120px 0px 30px;	font-size: 60px;animation: 1.5s linear .5s cyclic1;
}
.guide_text{
		width: 886px;text-indent: 30px;	line-height: 36px;animation: 1.7s linear .5s cyclic1;
}
.guide ul{
	display: flex;
	justify-content: space-around;
	align-items: center;margin-top: 50px;animation: 1s linear .5s cyclic1;
}
.guide ul li  {
	margin: 0px 30px;
}
.guide ul li a{
		width: 154px;display: inline-block;
		height: 53px;line-height: 53px;
		text-align: center;
		background-color: #ffffff;
		border-radius: 5px;	font-size: 18px;	color: #454545;
}
.guide ul li a:hover{
		background-color: #f4980f;color: #fff;
}

@keyframes cyclic1 {
  0% {
    transform: translateY(400px);opacity: 0;
  }
  100% {
    transform:translateY(0px);opacity: 1;
  }
}