*{margin: 0;padding: 0;}
a{text-decoration: none; color: #333;}
.fl{float: left;}
.fr{float: right;}
h1{font-weight: bold;}
/*清除浮动*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix {
    *zoom:1;
}
input{background:none; outline:none; border:0px; background: #fff;}
body{font: 16px/1.5 "Microsoft YaHei",Tahoma,Arial,Helvetica,sans-serif;margin: 0 auto;color: #2C2C2C;background:#fff;}
.main{width: 1200px;margin: 0 auto;text-align: center;}
.banner{
	height: 550px;
	background: url(../images/banner.jpg) no-repeat center center;
	background-position: center;
	margin-top: 60px;
}
.banner .main{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 45px;
	text-align: left;
	color: #fff;
	position: relative;
}
.banner .main>span{
	display: block;
	width: 250px;
	height: 78px;
	background: url(../images/talk.png) no-repeat center;
	font-size: 40px;
	color: #8B19CF;
	position: absolute;
	top: 90px;
	left: 480px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}
.banner h1{
	font-size: 90px;
	color: #FED70B;
	text-shadow:2px 5px 2px #5117C7;
}
.banner h2{
	font-size: 90px;
	text-shadow:2px 5px 2px #5117C7;
}
.banner .main>div{
	font-size: 27px;
	width: 480px;
	height: 54px;
	margin: 30px 0;
	line-height: 50px;
	padding-left: 70px;
	border: 2px solid #fff;
	border-radius: 25px;
	font-style: italic;
	position: relative;
}
.banner .main>div>span{
	display: block;
	position: absolute;
	background: #882AD8;
	font-size: 60px;
	color: #FED70B;
	margin-top: -10px;
	padding-right: 6px;
	left: 30px;
}
.banner .main>p{
	font-size: 32px;
	color: #fff;
}
.part .title{
	font-size: 40px;
	font-weight: bold;
	height: 88px;
	line-height: 87px;
	background: url(../images/title_bg.png) no-repeat top center;
	margin: 40px auto;
}
.part .title>p>span{
	color: #8C1DC9;
}
.part .title>span{
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.part .title>span>img{
	vertical-align: middle;
	margin: 0 10px;
}
.part1 .cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.part1 .cont>div{
	width: 380px;
}
.part1 .cont p{
	font-size: 20px;
	color: #333;
	line-height: 40px;
	border-radius: 20px;
	margin: 10px 0;
}
.part1 .cont-left>p{
	background: #DCA4FB;
}
.part1 .cont-right>p{
	background: #FED70B;
}
.part1 .main>p{
	width: 555px;
	height: 65px;
	margin: 30px auto;
	font-size: 26px;
	color: #8C1DC9;
	line-height: 80px;
	background:url(../images/talk2.png) no-repeat center center;
}

a.btn{
	display: block;
	width: 210px;
	height: 50px;
	margin: 40px auto;
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	background:linear-gradient(to bottom right,#FFA500,#F66507);
	background:-moz-linear-gradient(to bottom right,#FFA500,#F66507);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 100% 100%,from(#FFA500), to(#F66507));/*谷歌*/ 
}
.part2 .cont{
	display: flex;
	justify-content: space-between;
	text-align: left;
	font-size: 22px;
	line-height: 40px;
}
.part2 .cont>div{
	width: 570px;
	height: 330px;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 80px 15px;
	position: relative;
}
.part2 .cont>div p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.part2 .cont h1{
	display: block;
	width: 220px;
	height: 60px;
	font-size: 29px;
	text-align: center;
	color: #8C1DC9;
	line-height: 60px;
	background: #DCA4FB;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	left: 0;
	top: -20px;
}
.cont-form{
	width: 100%;
	height: 282px;
	margin-top: 60px;
	background: url(../images/part2_form.jpg) no-repeat center center;
}
.cont-form p{
	font-size: 36px;
	color: #fff;
	padding-top: 40px;
}
.cont-form form>div{
	display: flex;
	justify-content: center;
}
.cont-form input{
	display: block;
	width: 356px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	margin: 25px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 24px;
	color: #333;
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #333;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #333;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #333;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #333;
} 
input.btn{
	display: block;
	width: 210px;
	height: 50px;
	margin: 0 auto;
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	background:linear-gradient(to bottom right,#FFA500,#F66507);
	background:-moz-linear-gradient(to bottom right,#FFA500,#F66507);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 100% 100%,from(#FFA500), to(#F66507));/*谷歌*/ 
	cursor: pointer;
}
.part3 .cont{
	display: flex;
	justify-content: space-between;
}
table{
	border-collapse: collapse;
	font-size: 18px;
	background: #fff;
}
table thead th{
	height: 120px;
	font-size: 30px;
	color: #fff;
}
table th span{
	font-size: 22px;
}
table td{
	height: 60px;
	text-align: left;
	background: #fff;
}
.part3 .cont>div{
	/*width: 550px;*/
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px #E5E5E5;
}
.part3 .cont-left th{
	border: 1px solid #E5E5E5;
	background: url(../images/left.jpg) no-repeat center center;
}
.part3 .cont-left td{
	border: 1px solid #E5E5E5;
}
.part3 .cont-left td p{
	padding-left: 20px;
}
.part3 .cont-left td a{
	display: block;
	width: 128px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	background: #5DBCFF;
	color: #fff;
	margin: 0 auto;
	border-radius: 17px;
}
.part3 .cont-right tbody p{
	text-align: center;
	margin: 14px 0;
}
.part3 .cont-right thead th{
	border: 1px solid #F7EBFE;
	background: url(../images/right.jpg) no-repeat center center;
}
.part3 .cont-right tbody th{
	font-size: 24px;
	height: 50px;
	background: #F7EBFE;
	border: 1px solid #F7EBFE;
}
.part3 .cont-right td{
	border: 1px solid #F7EBFE;
}
.part3 .cont-right td p{
	padding-left: 10px;
}
.part3 .cont-right td a{
	display: block;
	width: 128px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	background: #CC7CF8;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 17px;
}
.part4{
	padding-bottom: 70px;
}
.part4 .cont{
	display: flex;
	justify-content: space-between;
}
.part4 .cont>div{
	width: 276px;
	border-radius: 10px;
	box-shadow: 0 0 10px #E8E8E8;
}
.part4 .cont h1{
	font-size: 24px;
	color: #fff;
	display: block;
	height: 170px;
	line-height: 100px;
	border-radius: 10px;
}
.part4 .cont>div:first-child h1{
	background:linear-gradient(to bottom right,#5B8CF6,#AD8DFD);
	background:-moz-linear-gradient(to bottom right,#5B8CF6,#AD8DFD);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 100% 100%,from(#5B8CF6), to(#AD8DFD));/*谷歌*/
}
.part4 .cont>div:nth-child(2) h1{
	background:linear-gradient(to bottom right,#F4B13D,#F9DB49);
	background:-moz-linear-gradient(to bottom right,#F4B13D,#F9DB49);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 100% 100%,from(#F4B13D), to(#F9DB49));/*谷歌*/
}
.part4 .cont>div:nth-child(3) h1{
	background:linear-gradient(to bottom right,#F24B35,#FC7758);
	background:-moz-linear-gradient(to bottom right,#F24B35,#FC7758);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 100% 100%,from(#F24B35), to(#FC7758));/*谷歌*/
}
.part4 .cont>div:nth-child(4) h1{
	background:linear-gradient(to bottom right,#6DCFC8,#78E5C2);
	background:-moz-linear-gradient(to bottom right,#6DCFC8,#78E5C2);/*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 100% 100%,from(#6DCFC8), to(#78E5C2));/*谷歌*/
}
.part4 .cont .icon{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-top: -50px;
	line-height: 100px;
	border-radius: 50px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px #EDEDED;
}
.part4 .cont .icon>img{
	/*display: inline;*/
	vertical-align: middle;
}
.part4 .cont p{
	display: block;
	height: 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
}
.part4 .cont a{
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	margin: 10px auto 30px;
}
.part5{
	background: url(../images/part5_bg.jpg) no-repeat center top;
	padding: 10px 0 60px;
}
.part5 .title{
	background: url(../images/title_bg2.png) no-repeat center center;
	margin: 40px auto;
}
.part5 table thead th{
	height: 36px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	text-align: center;
	border: 1px solid #fff;
	background: #C8A4FB;
}
.part5 table tbody td{
	height: 40px;
	/*line-height: 40px;*/
	border: 1px solid #D1B2FC;
	text-align: center;
}
.part5 table tbody td a{
	color: red;
}
.part6{
	padding: 1px 0 50px;
	background: url(../images/part6_bg.jpg) no-repeat top center;
}
.part6 .cont{
	display: flex;
	justify-content: center;
}
.part6 .cont>div{
	width: 261px;
	height: 226px;
	color: #fff;
	margin: 2px;
	font-size: 14px;
}
.part6 .cont>.part6-bg1{
	background: url(../images/part6_bg1.png) no-repeat center center;
}
.part6 .cont>.part6-bg2{
	background: url(../images/part6_bg2.png) no-repeat center center;
}
.part6 h1{
	display: block;
	width: 170px;
	height: 65px;
	font-size: 26px;
	line-height: 70px;
	margin: 0 auto;
	border-bottom: 1px dashed #fff;
}
.part6 p{
	margin-top: 15px;
}
.part7 .cont{
	padding: 30px;
	background: #DCA4FB;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	display: flex;
	justify-content: space-between;
}
.part7 .part7-left{
	width: 610px;
	height: 340px;
	background: #fff;
	border-radius: 20px;
}
.part7 .part7-left>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 26px;
	font-size: 24px;
	text-align: left;
}
.part7 .part7-left>div>p{
	display: block;
	width: 490px;
}
.part7 .part7-left>div.line{
	width: 100%;
	height: 2px;
	padding: 0;
	border-top: 2px dashed #EDD1FD;
	position: relative;
}
.part7 .part7-left>div.line>i{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #DCA4FB;
	position: absolute;
}
.part7 .part7-left>div.line>i:first-child{
	position: absolute;
	left: -8px;
	top: -11px;
}
.part7 .part7-left>div.line>i:last-child{
	position: absolute;
	right: -8px;
	top: -11px;
}
.part7 .part7-right{
	width: 500px;
	height: 340px;
	border-radius: 20px;
	background: #FED70B;
	padding-top: 35px;
}
.part7 .part7-right input{
	display: block;
	width: 420px;
	height: 50px;
	margin: 0 auto 20px;
	padding-left: 20px;
	border-radius: 25px;
	font-size: 24px;
	color: #333;
}
.part7 .part7-right input[type=submit]{
	margin-top: 35px;
	background: #D289FB;
	color: #fff;
}
.part8 .title{
	height: 148px;
}
.part8 .cont{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
