*{
	padding: 0;
	margin: 0;
}
a{text-decoration: none;}

.banner{
	background: url(../images/banner.jpg)no-repeat center center;
	height: 160px;
	min-width: 1200px;
	background-size: cover;
}
.banner a{
	display: block;
	width: 100%;
	height: 160px;
}
.part1{
	background: #4A92E5;
	height: 54px;
	width: 100%;
	margin-bottom: 20px;
}
.part1 .main{
	width: 1200px;
	margin: 0 auto;
}
.part1 .main>div{
	display: flex;
	justify-content: space-between;
	width: 1200px;
}
.part1 .main>div>div{
	width: 149px;
	height: 54px;
	border-left: 1px solid #fff;
	text-align: center;
}
.part1 .main>div>div a{
	display: block;
	width: 149px;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 16px;
}
.part1 .main>div>div:hover{
	background: #FCB729;
}
.part1 .main>div>div:hover a{
	text-decoration: underline;
}
.part2 .main{
	width: 1200px;
	margin: 0 auto;
}
.part3 .main{
	width: 1200px;
	margin:  20px auto 20px;
	display: flex;
	justify-content: space-between;
}
.part3 .main .pt3_1{
	width: 439px;
}
.part3 .main .pt3_2{
	width: 480px;
	border: 1px solid rgb(204, 204, 204);
	height: 289px;
  	box-sizing: border-box;
}
.part3 .main .pt3_3{
	width: 239px;
}
.pt3_2 .top{
	height: 34px;
	padding-top: 14px;
	background: rgb(74 ,146, 229);
}
.pt3_2 .top span{
	height: 20px;
	line-height: 19px;
	border-left: 3px solid rgb(255,255,255);
	display: block;
	font-size: 20px;
	color: rgb(255,255,255);
	padding-left: 10px;
	margin-left: 20px;
}
.pt3_2 .bottom ul{
	padding: 20px 20px 10px 20px;
}
.pt3_2 .bottom ul li{
	font-size: 16px;
	color: rgb(102,102,102);
	margin-bottom: 14px;
	transition: all .8s;
}
.pt3_2 .bottom ul li a{
	color: #000;
}
.pt3_3 a{
	display: block;
	width: 100%;
	height: 71px;
}
.pt3_3 a img{
	width: 100%;
}

.part4 .main{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 20px;
	border: 1px solid rgb(204, 204, 204);
	background: rgb(255,255,255);
	box-sizing: border-box;
}
.part4 .main>p{
	font-size: 32px;
	color: rgb(51,51,51);
	text-align: center;
	margin-bottom: 25px;
}
.part4 .main .box{
	display: flex;
	justify-content: space-between;
}
.part4 .main .box .left{
	width: 450px;
	border: 1px solid rgb( 204, 204, 204);
}
.part4 .main .box .left>p{
	height: 34px;
  padding-top: 14px;
  background: rgb(74 ,146, 229);
}
.part4 .main .box .left>p span{
	height: 20px;
	line-height: 19px;
	border-left: 3px solid rgb(255,255,255);
	display: block;
	font-size: 20px;
	color: rgb(255,255,255);
	padding-left: 10px;
	margin-left: 20px;
}
.part4 .main .box .left ul{
	padding: 20px 20px 0 20px;
}
.part4 .main .box .left ul li{
	width: 47%;
	height: 43px;
	line-height: 43px;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 8px;
	float: left;
	background: rgb(244, 244, 244);
	color: rgb(102,102,102);
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 20px;
	transition: all .8s;
	list-style: none;
}
.part4 .main .box .right{
	width: 680px;
}
.part4 .main .box .right>span{
	height: 20px;
	line-height: 19px;
	border-left: 3px solid rgb(74, 146, 229);
	display: block;
	font-size: 20px;
	color: rgb( 74, 146, 229);
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.part4 .main .box .right .con1 table{
	text-align: center;
	width: 100%;
	border-radius: 5px;
	background: #F6F9FF;
	border: 1px solid #C0DDFF;
	border-collapse:collapse;
}
.part4 .main .box .right .con1 table tr{
	height: 50px;
}
.part4 .main .box .right .con1 table td{
	border: 1px solid #C0DDFF;
}
.part4 .main .box .right .con1 table a{
	width: 158px;
	height: 32px;
	line-height: 32px;
	display: block;
	margin: 0 auto;
	background: rgb(74, 146, 229);
	font-size: 16px;
	color: rgb(255,255,255);
	border-radius: 8px;
}
.part4 .main .box .right .con1 table a:hover{
	background: rgb(252, 182 ,41);
  cursor: pointer;
  transform: scale(1.1,1.1);
}
.part4 .main .box .right .con2{
	display: flex;
	justify-content: space-between;
	padding: 0 60px;
}
.part4 .main .box .right .con2 div{
	width: 170px;
	text-align: center;
}
.part4 .main .box .right .con2 div p{
	font-size: 18px;
	margin-top: 30px;
}
.part4 .main .box .right .con2 div a{
	width: 156px;
	height: 32px;
	line-height: 32px;
	display: block;
	background: rgb(74, 146, 229);
	border-radius: 8px;
	margin-right: 50px;
	font-size: 16px;
	color: rgb(255,255,255);
	text-align: center;
	transition: transform 0.8s;
	margin-top: 20px;
}
.part5 .main{
	width: 1200px;
	margin: 20px auto;
	padding: 30px 20px;
	border: 1px solid rgb(204, 204, 204);
	background: rgb(255,255,255);
	box-sizing: border-box;
}
.part5 .main>div{
	display: flex;
	justify-content: space-between;
}
.part5 .main>div>div .box1{
	display: flex;
	justify-content: space-between;	
	margin-bottom: 35px;
	width: 760px;
}
.part5 .main .box1_1{
	display: flex;
	width: 500px;
	margin: 0 auto;
}
.part5 .main .box1_1 a{
	width: 200px;
	height: 50px;
	line-height: 50px;
	display: block;
	margin: 20px auto;
	background: rgb(74, 146, 229);
	border-radius: 8px;
	font-size: 24px;
	color: rgb(255,255,255);
	text-align: center;
	transition: all .8s;
}
.part5 .main>p{
	font-size: 32px;
	color: rgb(51,51,51);
	text-align: center;
	margin-bottom: 25px;
}
.part5 .main .box2{
	width: 370px;
}
.part5 .main .box2 ul li{
	width: 100%;
	display: flex;
	height: 50px;
	background: rgb(74, 146, 229);
	border-radius: 8px;
	margin-bottom: 19px;
}
.part5 .main .box2 ul li p{
	width: 200px;
	font-size: 20px;
	line-height: 50px;
	color: rgb(255,255,255);
	float: left;
	text-align: center;
}
.part5 .main .box2 ul li a{
	width: 167px;
	height: 40px;
	line-height: 40px;
	display: block;
	float: right;
	background: rgb(255,255,255);
	border-radius: 8px;
	font-size: 20px;
	color: rgb(74, 146, 229);
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	transition: transform 0.8s;
}

.part6 .main{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 20px;
	border: 1px solid rgb(204, 204, 204);
	background: rgb(255,255,255);
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.part6 .main .left{
	width: 450px;
	border: 1px solid rgb( 204, 204, 204);
}
.part6 .main .left>p{
	height: 34px;
  padding-top: 14px;
  background: rgb(74 ,146, 229);
}
.part6 .main .left>p span{
	height: 20px;
	line-height: 19px;
	border-left: 3px solid rgb(255,255,255);
	display: block;
	font-size: 20px;
	color: rgb(255,255,255);
	padding-left: 10px;
	margin-left: 20px;
}
.part6 .main .left ul {
	padding: 10px 20px 20px 20px;
	box-sizing: border-box;
}
.part6 .main .left ul li{
	border-bottom: 1px solid rgb(238, 238, 238);
	height: 42px;
	line-height: 42px;
	list-style: none;
}
.part6 .main .left ul li p{
	height: 42px;
	line-height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: rgb(102, 102, 102);
	transition: all .8s;
	float: left;
}
.part6 .main .left ul li a{
	width: 90px;
	height: 32px;
	line-height: 32px;
	display: block;
	background: rgb(74, 146, 229);
	font-size: 16px;
	color: rgb(255,255,255);
	border-radius: 8px;
	transition: all .8s;
	transition: transform 0.8s;
	float: right;
	text-align: center;
	margin-top: 5px;
}
.part6 .main .right{
	width: 670px;
	border: 1px solid rgb( 204, 204, 204);
}
.part6 .main .right>p{
	height: 34px;
  padding-top: 14px;
  background: rgb(74 ,146, 229);
}
.part6 .main .right>p span{
	height: 20px;
	line-height: 19px;
	border-left: 3px solid rgb(255,255,255);
	display: block;
	font-size: 20px;
	color: rgb(255,255,255);
	padding-left: 10px;
	margin-left: 20px;
}
.part6 .main .right table{
	border: 0;
	width: 640px;
	margin: 0 auto;
}
.part6 .main .right table tr{
	height: 28px;
}
.part6 .main .right table td{
	border: 0;
	text-align: center;
}
.part6 .main .right table td a{
	color: rgb(102,102,102);
}
.part6 .main .right table td .a1{
	color: rgb(153,153,153);
}
.part6 .main .right table td p{
	color: rgb(74 ,146, 229) !important;
}
.part6 .main .right table td .a2{
	color: rgb(74 ,146, 229) !important;
}
.skpz {
	background: url(/statics/mbaindex/images/skpz.png) no-repeat center center;
	height: 300px;
	background-position: center;
  }