*{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}
body{
	background-color:#fff;
	font-family: "微软雅黑", "宋体";
}
.top{
	width:100%;
	height:542px;
	background:url("../image/top_bg4.png") no-repeat;
	background-position: center;
	margin:0;
	padding:0;
}
.top_nb{
	width:1200px;
	margin:0 auto;
	padding-top:160px;
}
.top_l{
	float:left;
	
}
.top_l h2{
	font-size:68px;
	color:#fff;
	
}
.top_l h2 span{
	color:#e7ba6c;
}

.top_l p{
	color:#fff;
	font-size:34px;
	margin-top:21px;
}
.top_l i{
	display:block;
	width:83px;
	height:4px;
	background-color:#fff;
	margin-top:35px;
}


.top_r{
	width:262px;
	height:246px;
	float:right;
	background-color:#000;
	background:rgba(0,0,0,0.5)
}

.top_r p{
	font-size:20px;
	color:#fff;
	text-align:center;
	padding-top:70px;
}
.top_r i{
	display:block;
	width:40px;
	height:2px;
	background-color:#fff;
	margin:10px auto;
	
}
.top_r a{
	display:block;
	background-color:#ff9327;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	width:200px;
	line-height:40px;
	text-align:center;
	margin:25px auto;

}
.top_r a:hover{
	animation:myfirst_dd .15s infinite;
}
@-webkit-keyframes myfirst_dd {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes myfirst_dd {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}






.top1{
	background-color:#fff;
	height:400px;
}
.top1_nb{
	width:1200px;
	margin:0 auto;
}
.top1_nb > p{
	font-size:32px;
	color:#000;
	text-align:center;
	padding-top:55px;
}
.top1_nb .top1_l{
	float:left;
}
.top1_l p{
	width:413px;
	height:40px;
	border:1px solid #d7d7d7;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#000;
	margin-top:40px;
}

.top1_nb img{
	float:left;
	margin-top:50px;
	margin-left:20px;
}

.top1_nb .top1_r{
	float:right;
}

.top1_r p{
	width:413px;
	height:40px;
	border:1px solid #d7d7d7;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#000;
	margin-top:40px;
}


.top2{
	background-color:#fff;
}
.top2_nb{
	width:1200px;
	height:800px;
	margin:0 auto;

}
.top2_nb h2{
	font-size:32px;
	text-align:center;
	color:#000;
	font-weight:400;
}
.top2_nb i{
	display:block;
	margin:10px auto;
	background:url("../image/top2_1.png") no-repeat;
	width:193px;
	height:5px;
}

.top2_nb ul:nth-child(3){
	margin-top:40px;
}

.top2_nb ul li{
	float:left;
	width:390px;
	height:340px;
	border:1px solid #d7d7d7;
	opacity:.8;
}
.top2_nb ul li:hover{
	opacity:1;
}
.top2_nb ul li img{
	display:block;
	margin:0 auto;
	width:100px;
	height:110px;
	padding-top:40px;
}
.top2_nb ul li:hover img{
	transform:rotateY(360deg);
	transition:.5s;
}
.top2_nb ul li p:nth-child(2){
	text-align:center;
	font-size:20px;
	font-weight:550;
	margin-top:20px;
}
.top2_nb ul li p:nth-child(3){
	width:280px;
	height:45px;
	margin:10px auto;
	text-align:center;
	font-size:15px;
}
.top2_nb ul li a{
	display:block;
	width:190px;
	height:40px;
	background-color:#ff7200;
	text-decoration:none;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#fff;
	margin:10px auto;
	border-radius:20px;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;	 
}

.top2_nb ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #387ce3;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:20px;
}
.top2_nb ul li a:hover, .top2_nb ul li a:focus, .top2_nb ul li a:active {
  color: white;
}
.top2_nb ul li a:hover:before, .top2_nb ul li a:focus:before, .top2_nb ul li a:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}














.top2_bottom{
	background:url("../image/top2_bg.png") no-repeat;
	min-width:1000px;
	height:880px;
	margin-top:60px;
	background-position:center;
}
.top2_bt{
	width:550px;
	height:70px;
	margin:0 auto;
	font-size:40px;
	color:#000;
	padding-top:75px;
}
.top2_bt i{
	display:block;
	width:130px;
	height:1px;
	background-color:#484848;
	margin-top:28px;
}
.top2_bt i:nth-child(1){
	float:left;
	margin-right:25px;
}
.top2_bt p{
	float:left;
	text-align:center;
}
.top2_bt i:nth-child(3){
	float:right;
}
.top2_bottom > p{
	text-align:center;
	color:#387ce3;
	font-size:22px;
}
.top2_bottom_nb{
	width:1000px;
	height:500px;
	margin:0 auto;
	padding-top:60px;
	overflow:hidden;
}
.top2_bottom_l{
	width:485px;
	height:449px;
	float:left;
}
.top2_bottom_nb .top2_bottom_l h4{
	color:#fff;
	font-size:28px;
	text-align:center;
	padding-top:30px;
}
.top2_bottom_nb .top2_bottom_l p{
	color:#fff;
	margin-left:25px;
	font-size:17px;
	width:425px;
	height:52px;
	border-bottom:1px dashed #f1a19f;
	line-height:52px;
	overflow:hidden;
}
.top2_bottom_nb .top2_bottom_l p:nth-child(4){
	width:405px;
}
.top2_bottom_nb .top2_bottom_l p span{
	font-size:14px;
}
.top2_bottom_nb .top2_bottom_l p .ys1{
	font-size:14px;
	color:#ffd801;
}
.top2_bottom_nb .top2_bottom_l p .ys2{
	font-size:17px;
	color:#ffd801;
}
.top2_bottom_nb .top2_bottom_l p:nth-child(2){
	font-size:19px;
	text-align:center;
	
}
.top2_bottom_r{
	width:485px;
	height:449px;
	float:right;
}
.top2_bottom_nb .top2_bottom_r h4{
	color:#fff;
	font-size:28px;
	text-align:center;
	padding-top:30px;
}
.top2_bottom_nb .top2_bottom_r p{
	color:#fff;
	margin-left:30px;
	font-size:17px;
	width:425px;
	height:52px;
	border-bottom:1px dashed #9abcf1;
	line-height:52px;
	overflow:hidden;
}
.top2_bottom_nb .top2_bottom_r p span{
	font-size:14px;
}
.top2_bottom_nb .top2_bottom_r p .ys1{
	font-size:14px;
	color:#ffd801;
}
.top2_bottom_nb .top2_bottom_r p .ys2{
	font-size:17px;
	color:#ffd801;
}
.top2_bottom_nb .top2_bottom_r p:nth-child(2){
	font-size:19px;
	text-align:center;
	
}
.top2_bottom a{
	display:block;
	margin:0 auto;
	width:360px;
	height:76px;
	background-color:#387ce3;
	text-decoration:none;
	color:#fff;
	font-size:30px;
	line-height:76px;
	text-align:center;
	border-radius:10px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
   -webkit-transition-property: color;
   transition-property: color;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
}


.top2_bottom a:before {
	border-radius:10px;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ff7200;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.top2_bottom a:hover, .top2_bottom a:focus, .top2_bottom a:active {
	color: white;
}
.top2_bottom a:hover:before, .top2_bottom a:focus:before, .top2_bottom a:active:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}



.top3{
	height:440px;
	background-color:#f8f8f8;
}

.top3 > h2{
	font-size:32px;
	color:#000;
	text-align:center;
	padding-top:50px;
}
.top3 > p{
	font-size:16px;
	color:#000;
	text-align:center;
	margin-top:10px;
}

.top3 ul{
	width:1200px;
	margin:40px auto;
	height:200px;
}

.top3 ul li{
	float:left;
	width:280px;
	height:190px;
	margin-right:25px;
	box-shadow: 0 1px  5px #cfd6e1;	
	background-color:#fff;
	transition:.5s;
}
.top3 ul li:last-child{
	margin-right:0;
}
.top3 ul li:hover{
	margin-top:-10px;
	transition:.5s;
}
.top3 ul li img{
	display:block;
	margin:0 auto;
	padding-top:35px;
}
.top3 ul li:hover img{
	transform:rotateY(360deg);
	transition:.5s;
}
.top3 ul li p:nth-child(2){
	text-align:center;
	font-size:19px;
	margin-top:8px;
	
}
.top3 ul li p:nth-child(3){
	text-align:center;
	font-size:14px;
	margin-top:5px;
}



.top4{
	background:url("../image/top4_bg1.png") no-repeat;
	height:647px;
	background-position:center;
}

.top4 > h2{
	font-size:32px;
	color:#fff;
	text-align:center;
	padding-top:60px;
}
.top4 > p{
	font-size:16px;
	color:#fff;
	text-align:center;
	margin-top:20px;
}


.top4 ul{
	width:1000px;
	height:130px;
	margin:0 auto;
}
.top4 ul:nth-child(3){
	margin-top:50px;
}
.top4 ul li{
	float:left;
	width:200px;
}
.top4 ul li img{
	display:block;
	margin:0 auto;
	padding-top:30px;
}
.top4 ul li p{
	color:#fff;
	text-align:center;
	margin-top:12px;
}
.top4 > a{
	display:block;
	margin:0 auto;
	width:270px;
	height:45px;
	background-color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:45px;
	color:#1f6cdd;
	font-size:20px;
	margin-top:50px;
	
	
	
	vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
   -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}



.top4 > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff7200;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.top4 > a:hover, .top4 > a:focus, .top4 > a:active {
  color: white;
}
.top4 > a:hover:before, .top4 > a:focus:before, .top4 > a:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}















.top5 {
	height:320px;
	background-color:#f8fafd;
}

.top5 > h2{
	font-size:33px;
	color:#000;
	text-align:center;
	padding-top:40px;
}
.top5 > p{
	font-size:18px;
	color:#000;
	text-align:center;
	margin-top:10px;
}

.top5_nb{
	width:1020px;
	height:100px;
	margin:40px auto;
}

.top5_kk{
	float:left;
	height:40px;
	width:300px;
}
.top5_kk:last-child{
	width:100px;
}
.top5_kk div{
	float:left;
	width:100px;
	height:40px;
}

.top5_kk div p:nth-child(1){
	color:#1460d0;
	font-size:47px;
	float:left;
	text-align:center;
	padding-left:20px;
}

.top5_kk div span{
	display:block;
	width: 0; 
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent  transparent transparent #1460d0;
	float:right;
	margin-top:25px;
}

.top5_kk div p:nth-child(3){
	clear:both;
	text-align:center;
}


.top5_kk i{
	display:block;
	float:left;
	width:190px;
	height:2px;
	background-color: #dfe1e3;
	margin-top:35px;
}




.top6{
	height:745px;
	background-color:#fff;
}
.top6 > h2{
	font-size:33px;
	color:#000;
	text-align:center;
	padding-top:20px;
}
.top6 > p{
	font-size:18px;
	color:#000;
	text-align:center;
	margin-top:15px;
}
.top6 ul{
	width:930px;
	height:200px;
	margin:40px auto;
	margin-bottom:100px;
}
.top6 ul a li{
	width:180px;
	height:200px;
	float:left;
	margin-right:65px;
	border-radius:10px;
	transition:.5s;
}
.top6 ul a li:hover{
	margin-top:-10px;
	transition:.5s;
}
.top6 ul a:nth-child(1) li{
	background-color:#69ceac;
}
.top6 ul a:nth-child(2) li{
	background-color:#387ce3;
}
.top6 ul a:nth-child(3) li{
	background-color:#f38843;
}
.top6 ul a:nth-child(4) li{
	background-color:#dc2a25;
	margin-right:0;
}

.top6 ul li div{
	width:80px;
	height:80px;
	background-color:#fff;
	border-radius:50%;
	margin:40px auto;
	margin-bottom:0;
}
.top6 ul li div img{
	display:block;
	margin:0 auto;
	padding-top:20px;
}
.top6 ul li:hover div img{
	transform:rotateY(360deg);
	transition:.5s;
}
.top6 ul li p{
	font-size:22px;
	color:#fff;
	text-align:center;
	margin-top:15px;
}


.top6_bottom{
	background-color:#f8f8f8;
	height:300px;
}
.top6_bottom > p{
	width:1150px;
	margin:0 auto;
	text-indent:2rem;
	color:#5c5c5c;
	font-size:15px;
	padding-top:40px;
	text-align: justify;
}


.top6_bottom .top6_b{
	width:1200px;
	height:85px;
	background-color:#fff;
	border:1px solid #e5e5e5;
	margin:40px auto;
}
.top6_b div{
	width:380px;
	float:left;
}
.top6_b div:last-child{
	width:250px;
}
.top6_b div:first-child{
	margin-left:70px;
}
.top6_b div img{
	float:left;
	margin-top:20px;
}

.top6_b div .wzk {
	width:270px;
	height:85px;
}
.top6_b div:last-child .wzk {
	width:200px;
}
.top6_b div .wzk p:nth-child(1){
	padding-top:20px;
	padding-left:15px;
	color:#484848;
	font-size:18px;
}
.top6_b div .wzk p:nth-child(2){
	padding-left:15px;
	color:#6b6b6b;
	font-size:14px;
	
}

.top6_b div p:nth-child(3){
	font-size:35px;
	color:#b6b6b6;
	margin-top:15px;
}



.top7{
	background:url("../image/top7_bg1.png") no-repeat;
	height:240px;
	background-position:center;
}
.top7 p:nth-child(1){
	text-align:center;
	font-size:32px;
	color:#fff;
	padding-top:50px;
}
.top7 p:nth-child(2){
	text-align:center;
	font-size:16px;
	color:#fff;
	margin-top:15px;
}

.top7 .search{
	height:40px;
	width:600px;
	margin:35px auto;
}

.top7 .search input{
	float:left;
	width:450px;
	height:36px;
	text-indent:30px;
}

.top7 .search a{
	display:block;
	width:140px;
	height:40px;
	text-decoration:none;
	color:#fff;
	font-size:17px;
	background-color:#ff9327;
	line-height:40px;
	text-align:center;
	float:left;
}

.top7 .search a:hover{
	opacity:.9;
}