	.content1{
	width:1100px;
	height:460px;
	/*border:5px solid red;*/
	margin:0 auto;
}
.content1_one{
	width:305px;
	height:320px;
	/*border:2px solid red;*/
	display: inline-block;
	margin-top: 40px;
	margin-right: 83px;
	cursor: pointer;
}
.content1_two{
	width:305px;
	height:320px;
	/*border:2px solid red;*/
	display: inline-block;
	margin-top: 40px;
	margin-right: 84px;
	transition: 1s;
	cursor: pointer;
}
.content1_three{
	width:305px;
	height:320px;
	/*border:2px solid red;*/
	display: inline-block;
	margin-top: 40px;
	transition: 1s;
	cursor: pointer;
}
.content1_one .div1{
	color:rgb(4,173,249);
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
}
.content1_one .div2{
	text-align: left;
	margin-top: 14px;
	line-height: 28px;
	color:gray;
	cursor: pointer;
}
.content1_two .div1{
	color:rgb(4,173,249);
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
}
.content1_two .div2{
	text-align: left;
	margin-top: 14px;
	line-height: 28px;
	color:gray;
	cursor: pointer;
}
.content1_three .div1{
	color:rgb(4,173,249);
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
}
.content1_three .div2{
	text-align: left;
	margin-top: 14px;
	line-height: 28px;
	color:gray;
	cursor: pointer;
}
.content1_one .div2:hover{
	color:black;
}
.content1_two .div2:hover{
	color:black;
}
.content1_three .div2:hover{
	color:black;
}

/*content2*/
.content2{
	width:100%;
	height:480px;
	background: rgb(4,173,249);
}
.content2_auto{
	width:1100px;
	height:300px;
	/*border:2px solid black;*/
	margin:0px auto;
	padding-top: 85px;
}
.content2_auto .div1{
	color:white;
	font-size: 30px;
	text-align: center;
	/*margin-top: 85px;*/
}
.content2_auto .div2{
	color:white;
	font-size: 20px;
	text-align: center;
}
.content2_auto .div3{
	width:1000px;
	margin: 30px auto;
	/*border:2px solid black;*/
	overflow: hidden;
}
.one{
	/*display: inline-block;*/
	float: left;
	width:190px;
	height:190px;
	border: 1px solid white;
	margin: 0 29px; 
}
.two{
	float: left;
	width:190px;
	height:190px;
	border: 1px solid rgb(229,229,226);
	margin: 0 29px; 
}
.three{
	float: left;
	width:190px;
	height:190px;
	border: 1px solid white;
	margin: 0 29px; 
}
.four{
	float: left;
	width:190px;
	height:190px;
	border: 1px solid white;
	margin: 0 29px; 
}
.one1{
	color:white;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
	margin-top: 10px;
}
.one img{
	margin-left: 60px;
	margin-top: 15px;
}
.one2{
	color:white;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}
/*.one1:hover{
	color:rgb(178,203,234);
}
.one1:hover{
	color:rgb(178,203,234);
}*/
.two1{
	color:white;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
	margin-top: 10px;
}
.two img{
	margin-left: 60px;
	margin-top: 15px;
}
.two2{
	color:white;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}
.three1{
	color:white;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
	margin-top: 10px;
}
.three img{
	margin-left: 60px;
	margin-top: 30px;
}
.three2{
	color:white;
	font-size: 16px;
	text-align: center;
	margin-top: 23px;
}
.four1{
	color:white;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
	margin-top: 15px;
}
.four img{
	margin-left: 50px;
	margin-top: 16px;
}
.four2{
	color:white;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}

.content3{
	width:100%;
	height:575px;
	background: url(../img/index/content3_bg.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	min-width: 1200px;
	text-align: center;
	position: relative;
	border:1px solid white;
	margin-top: -2px;
}

.content3_top1{
	font-size: 18px;
	color:rgb(4,173,249);
	width:200px;
	margin:00px auto;
	text-align: center;
	cursor: pointer;
	margin-top: 120px;
	background: white;
}
.content3_top2{
	font-size: 30px;
	margin-top: 20px;
	cursor: pointer;
}
.content3_top3{
	font-size: 20px;
	margin-top: 10px;
	font-weight: bolder;
	color:rgb(4,173,249);
}
.content3_font{
	width:600px;
	text-align: center;
	font-size: 17px;
	margin:80px auto;
	cursor: pointer;
	line-height: 1.5;
}
.content3_bottom{
	width:80px;
	height:25px;
	background: white;
	text-align: center;
	line-height: 25px;
	margin:0 auto;
	box-shadow: 0px 0px 20px rgb(193,193,191);
	cursor: pointer;
	font-size: 14px;
}

.content4{
	width:100%;
	height:680px;
	background: url(../img/index/zdzd.png);
	min-width: 1200px;
	border:1px solid white;
	margin-top: -2px;
}
.content4content{
	width:1200px;
	height:680px;
	margin:-7px auto;
	/*border:2px solid red;*/
}
.content4_top1{
	font-size: 18px;
	color:rgb(4,173,249);
	/*background: white;*/
	/*padding-top:80px;*/
	width:200px;
	margin:0px auto;
	margin-top: 80px;
	text-align: center;
	background: rgb(239,247,252);
	cursor: pointer;
}
.content4_top2{
	font-size: 30px;
	margin-top: 20px;
	cursor: pointer;
	text-align: center;
	color:white;
}
.content4_top3{
	font-size: 20px;
	margin-top: 10px;
	font-weight: bolder;
	color:white;
	text-align: center;
}
.content4_font1{
	width:270px;
	height:300px;
	border-radius: 10px;
	background: white;
	position: relative;
	display: inline-block;
	margin:80px 12px;
	cursor: pointer;
}
.content4_font1 img{
	position: absolute;
	top:65px;
	left:15px;
}
.confont1{
	width:230px;
	height:100px;
	background: rgb(169,165,163);
	position: absolute;
	bottom:-50px;
	left:19px;
	border-radius: 10px;
	text-align: left;
	box-shadow: 0px 0px 20px rgb(193,193,191);
}



.content4_font2{
	width:270px;
	height:300px;
	border-radius: 10px;
	background: white;
	position: relative;
	display: inline-block;
	margin:80px 12px;
	cursor: pointer;
}
.content4_font2 img{
	position: absolute;
	top:65px;
	left:15px;
}
.confont2{
	width:230px;
	height:100px;
	background: rgb(169,165,163);
	position: absolute;
	bottom:-50px;
	left:19px;
	border-radius: 10px;
	text-align: left;
	box-shadow: 0px 0px 20px rgb(193,193,191);
}




.content4_font3{
	width:270px;
	height:300px;
	border-radius: 10px;
	background: white;
	position: relative;
	display: inline-block;
	margin:80px 12px;
	cursor: pointer;
}
.content4_font3 img{
	position: absolute;
	top:65px;
	left:15px;
}
.confont3{
	width:230px;
	height:100px;
	background: rgb(169,165,163);
	position: absolute;
	bottom:-50px;
	left:19px;
	border-radius: 10px;
	text-align: left;
	box-shadow: 0px 0px 20px rgb(193,193,191);
}



.content4_font4{
	width:270px;
	height:300px;
	border-radius: 10px;
	background: white;
	position: relative;
	display: inline-block;
	margin:80px 12px;
	cursor: pointer;
}
.content4_font4 img{
	position: absolute;
	top:65px;
	left:15px;
}
.confont4{
	width:230px;
	height:100px;
	background: rgb(169,165,163);
	position: absolute;
	bottom:-50px;
	left:19px;
	border-radius: 10px;
	text-align: left;
	box-shadow: 0px 0px 20px rgb(193,193,191);
}
.topfont{
	color:white;
	font-size: 18px;
	margin-top: 30px;
	/* font-weight: bolder; */
}
.bottonfont{
	color:white;
	font-size: 18px;
	margin-top: 10px;
	/* font-weight: bolder; */
}

.hover1{
	width:240px;
	height:170px;
	background: rgb(67,130,156);
	opacity: 0.8;
	border-radius: 10px;
	position: absolute;
	left:15px;
	bottom: -50px;
	text-align: left;
	display: none;
}
.hover2{
	width:240px;
	height:170px;
	background: rgb(67,130,156);
	opacity: 0.8;
	border-radius: 10px;
	position: absolute;
	left:15px;
	bottom: -50px;
	text-align: left;
	display: none;
}
.hover3{
	width:240px;
	height:170px;
	background: rgb(67,130,156);
	opacity: 0.8;
	border-radius: 10px;
	position: absolute;
	left:15px;
	bottom: -50px;
	text-align: left;
	display: none;
}
.hover4{
	width:240px;
	height:170px;
	background: rgb(67,130,156);
	opacity: 0.8;
	border-radius: 10px;
	position: absolute;
	left:15px;
	bottom: -50px;
	text-align: left;
	display: none;
}
.hover1 img{
	margin-top:76px;
	margin-left: 100px; 
}
.hover2 img{
	margin-top:76px;
	margin-left: 100px; 
}
.hover3 img{
	margin-top:76px;
	margin-left: 100px; 
}
.hover4 img{
	margin-top:76px;
	margin-left: 100px; 
}


.content6{
	width:100%;
	height:520px;
	border:1px solid white;
	background: rgb(239,247,252);
	margin-top: -1px;
}
.content6content{
	width:1200px;
	height:450px;
	margin:0 auto;
	/*border:2px solid green;*/
	text-align: center;
}

.content6_top1{
	font-size: 18px;
	color:rgb(4,173,249);
	/*background: white;*/
	width:200px;
	margin:0px auto;
	margin-top: 80px;
	text-align: center;
	cursor: pointer;
	background: rgb(209,221,235);
}
.content6_top2{
	font-size: 30px;
	margin-top: 20px;
	cursor: pointer;
	text-align: center;
}
.content6_top3{
	font-size: 20px;
	margin-top: 10px;
	font-weight: bolder;
	color:rgb(4,173,249);
	text-align: center;
}
.item111{
	width:190px;
	height:100px;
	/*border:2px solid red;*/
	float:left;
	margin:20px 24px;
	background: white;
	position: relative;
}
.item111 div{
	/*text-align: center!important;
	position: absolute;
	bottom:10px;*/
	margin-top: 10px;
	font-size: 16px;
}
.item111 img{
	margin-top: 20px;
}
.ninenine img{
	position: absolute;
	top:-12px;
	left:30px;
}
.ninenine div{
	position: absolute;
	top:55px;
	left:66px;
}



.content5{
	width:100%;
	height:500px;
	border:1px solid rgb(229,229,226);
	background: url(../img/index/content5_bg.jpg);
	background-size: 100% 100%;
	min-width: 1200px;
	margin-top: -5px;
}
.content5_top1{
	font-size: 18px;
	color:rgb(4,173,249);
	/*background: white;*/
	width:200px;
	margin:0px auto;
	margin-top: 80px;
	text-align: center;
	cursor: pointer;
	background: rgb(239,247,252);
}
.content5_top2{
	font-size: 30px;
	margin-top: 20px;
	cursor: pointer;
	text-align: center;
}
.content5_top3{
	font-size: 20px;
	margin-top: 10px;
	font-weight: bolder;
	color:rgb(4,173,249);
	text-align: center;
}
.content5_font{
	width:1200px;
	height:200px;
	/*border:2px solid black;*/
	margin:0 auto;
	margin-top: 30px;
}
.content5_font1{
	width:200px;
	height:250px;
	/*border:2px solid black;*/
	display: inline-block;
	margin:0 100px;
	text-align: center;
	color:white;
}
.content5_font2{
	width:200px;
	height:250px;
	/*border:2px solid black;*/
	display: inline-block;
	margin:0 80px;
	text-align: center;
	color:white;
}
.content5_font3{
	width:200px;
	height:250px;
	/*border:2px solid black;*/
	display: inline-block;
	margin:0 80px;
	text-align: center;
	color:white;
}
.fonttop1{
	font-size: 60px;
	margin-top: 40px;
	color:black;
}
.fonttop2{
	font-size: 60px;
	margin-top: 40px;
	color:black;
}
.fonttop3{
	font-size: 60px;
	margin-top: 40px;
	color:black;
}
.fontbottom{
	margin-top: 15px;
	color:rgb(50,50,50);
	font-size: 16px;
}
.carousel-control.right{
	/*background:black;*/
	opacity: 0;
}
.carousel-control.left{
	opacity: 0;
}


.qqqwww{
	position: relative;
	opacity: 0;
}

.qqqwww1{
	position: relative;
	top:-100px;
	translate(50px,100px);
	animation:mymove 1s;
	animation-fill-mode:forwards;
	opacity: 1;
}
.qqqwww2{
	position: relative;
	opacity: 0;
}
.qqqwww3{
	position: relative;
	top:-100px;
	translate(50px,100px);
	animation:mymove 1s;
	animation-fill-mode:forwards;
	opacity: 1;
}
.qqqwww4{
	position: relative;
	opacity: 0;
}
.qqqwww5{
	position: relative;
	top:-100px;
	translate(50px,100px);
	animation:mymove 1s;
	animation-fill-mode:forwards;
	opacity: 1;
}
.qqqwww6{
	position: relative;
	opacity: 0;
}
.qqqwww7{
	position: relative;
	top:-100px;
	translate(50px,100px);
	animation:mymove 1s;
	animation-fill-mode:forwards;
	opacity: 1;
}
.qqqwww8{
	position: relative;
	opacity: 0;
}
.qqqwww9{
	position: relative;
	top:-100px;
	translate(50px,100px);
	animation:mymove 1s;
	animation-fill-mode:forwards;
	opacity: 1;
}

@keyframes mymove
{
	0%   {top:-100px; left:0px; opacity:0;}
	100%  {top:00px; left:0px; opacity:1;}
}


