body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #333;
	font-size: 14px;
	min-width: 1200px;
	font-family: "微软雅黑", 'Arial Regular', Verdana, Helvetica, sans-serif;
}

td,
th,
caption {
	font-size: 14px;
}

a {
	color: #333;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

a:hover {
	text-decoration: none;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px "微软雅黑", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
}


a,
button {
	cursor: pointer;
}

input,
textarea,
button {
	outline: none;
}

textarea {
	resize: none;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.container {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	text-align: center;
}


.wrap {
	width: 100%;
	height: 100%;
}

.top_wrap {
	width: 100%;
	height: 490px;
	margin: 0 auto;
	background-size: cover;
	background-position: center 0;
	background-image: url(../img/banner.jpg);
}

.top_wrap img {
	margin: 0 auto;
	width: 1920px;
	height: 490px;
}

.title_wrap {
	margin-top: 65px;
	display: inline-block;
	overflow:hidden;
	background-repeat: no-repeat;
	background-size: 100% 94px;
	background-position: 0 0;
}

.title {
	font-size: 40px;
	font-weight: bold;
	margin: 0 auto;
	display: inline-block;
}

.title span {
	text-align: left;
	font-size: 40px;
	color: #df1011;
}

.list_first {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
}

.list_first li {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.list_first li img {
	width: 284px;
	height: 192px;
}

.list_first li p {
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.list_first li span {
	font-size: 15px;
	color: #ffffff;
	display: block;
	text-align: left;
	height: 90px;
	padding: 25px 10px 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.content_right li img {
	top: -5px !important;
}

/* 第二部分 */
.result_wrap .content {
	width: 100%;
	height: 514px;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	background-size: cover;
	background-image: url(../img/two_bg.jpg);
}

.l_title {
	margin-top: 10px;
}

.l_title p:first-child {
	font-size: 30px;
	color: #fffd2d;
	font-weight: bold;
}

.l_title p:last-child {
	font-size: 18px;
	color: #fff;
}


.res_content {
	width: 50%;
}

.content li {
	margin: 0 auto;
	width: 485px;
	margin-top: 30px;
	height: 100px;
	position: relative;
	border-radius: 50px;
	background-color: #fff;
}

.content li img {
	width: 120px;
	height: 120px;
	left: 0px;
	top: -10px;
	position: absolute;
	border-radius: 50%;
}

.res_content li p {
	color: #ec6941;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
}

.res_content li span {
	text-align: left;
	display: block;
}

.res_content li div {
	float: right;
	width: 325px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-right: 20px;
	/* padding-right: 20px; */
	/* background-color: pink; */
}

.right_color p {
	color: #646464 !important;
}

.content_right li p {
	color: #393838;
}

.content_right li {
	height: 90px;
	width: 388px;
}

.content_right li img {
	width: 100px;
	height: 100px;
}

.res_content_right li div {
	width: 250px !important;
}

.res_content_right {
	text-align: center;
	margin-top: -20px;
	height: 100%;
	position: relative;
	background-size: cover;
	background-image: url(../img/right_bg.png);
}

.logo {
	display: block;
	position: absolute;
	top: 0;
	left: 17px;
	width: 130px;
	height: 127px;
	background-size: cover;
	background-image: url(../img/logo_03.png);
}

.btn_wrap {
	display: flex;
	margin-top: 56px;
	justify-content: center;
	align-items: center;
}
.btn_wrap a:first-child {
	background-color: #42a2f8;
	color: #fff;
	background-image: linear-gradient(to right, #32b6ff, #43a2f8);
}

.btn_wrap a:last-child {
	color: #0264d4;
}

.btn_wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	margin-left: 27px;
	border-radius: 5px;
	border: 1px solid #42a2f8;
}

.btn_wrap i {
	margin-left: 10px;
	display: inline-block;
	background-size: cover;
	width: 32px;
	height: 22px;
	background-image: url(../img/right_logo.png);
}

.two_logo {
	background-image: url(../img/two_right_btn.jpg) !important;
}


.three_wrap {
	margin-top: 95px;
	height: 600px;
	background-size: 100% 442px;
	background-repeat: no-repeat;
	background-image: url(../img/bg_pic.jpg);
}

.three_content {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
}

.right_ul {
	margin-top: -40px;
	z-index: 99;
}

.right_ul li {
	height: 250px;
	width: 220px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-right: 40px;
	margin-bottom: 58px;
	background-size: cover;
	border-top-left-radius: 80px;
	background-color: #fe6d65;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.right_ul li p:first-child {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.right_ul li p:first-child span {
	font-size: 50px;
	color: #f11202;
	border: none;
	display: inline;
	position: relative;
	font-weight: bolder;
}

.right_ul li p:nth-child(2) {
	font-size: 20px;
	color: #fff;
}


.right_ul li a {
	display: inline-block;
	margin-top: 30px;
	width: 155px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 5px;
}

.three_content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.three_left {
	text-align: left;
}

.three_left p {
	text-indent: 100px;
	color: #3f86fa;
	display: block;
}

.three_left,
.right_ul {
	width: 50%;
}

.four_content {
	width: 100%;
	margin: 50px auto 0;
}

.four_content li {
	float: left;
	width: 299px;
	height: 222px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #f2eeed;
}

.four_content li p {
	font-size: 28px;
	color: #FC6701;
	margin-top: -30px;
}

.four_content li span {
	padding: 10px 20px;
	display: block;
	font-size: 15px;
	text-align: left;
	/* border: 1px solid #32b6ff; */
}

.sty_center {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 1113px;
	background-size: cover;
	background-image: url('../img/center_bg.jpg');
}

.center_title {
	color: #fff;
	margin-top: 100px;
}

.tab_ul {
	width: 100%;
	display: flex;
	margin-top: 40px;
	justify-content: center;
	align-items: center;
}

.tab_ul li {
	width: 212px;
	height: 55px;
	border-radius: 50px;
	margin: 0 10px;
	line-height: 55px;
	font-size: 20px;
	color: #4c4c4c;
	background-color: #d5d5d5;
}

.tab_ul li:hover{
	cursor: pointer;
}
.active {
	background-color: #fc6701 !important;
	color: #fff !important;
}

.content_list {
	width: 100%;
	height: 490px;
	margin-top: 35px;
	overflow: hidden;
	background-color: #fff;
	/* border: 1px solid #ddd; */
}

.content_list li {
	display: none;
	width: 1200px;
	height: 490px;
}

.last_content div{
	background-size: cover;
}
.show {
	display: block;
}

.map_wrap {
	padding-bottom: 60px;
}

.map_pic {
	width: 100%;
	height: 530px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/nap_pic.jpg');
}

.cooperate_wrap {
	width: 100%;
	height: 790px;
	margin: 0 auto;
	background-color: #f5f5f5;
}

.cooperate_title {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 50px;
}

.cooperate_title span {
	font-size: 20px;
	font-weight: normal;
}

.two_title {
	font-size: 20px;
	text-align: center;
	color: #333333;
	margin-top: 10px;
}

.two_title span {
	color: #e70022;
}

.cooperate_img {
	margin-top: 40px;
	border: 1px solid #666666;
}


.e_wrap {
	position: relative;
	width: 100%;
	margin-top: 55px;
	height: 470px;
}

.e_left {
	width: 612px;
	height: 470px;
	float: left;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-image: url('../img/teacher_pic01.jpg');
}

.el_bottom {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding-left: 97px;
	color: #fff;
	background-size: cover;
	background-image: url('../img/bottom_pic01.jpg');
}

.el_bottom span {
	font-size: 36px;
	/* height: 100px; */
	line-height: 100px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.el_bottom span::after {
	content: '';
	width: 1px;
	height: 30px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
	background-color: #fff;
}

.el_right_text p {
	text-align: left;
}

.er_wrap {
	right: 10px;
	top: 50%;
	z-index: 9;
	width: 675px;
	height: 400px;
	display: flex;
	margin-top: -200px;
	align-items: center;
	position: absolute;
	justify-content: center;
	flex-direction: column;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	;
}

.er_wrap li {
	width: 100%;
	margin-left: 60px;
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	justify-content: flex-start;
}

.er_wrap li img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin-right: 20px;
}

.er_wrap li p {
	text-align: left;
	font-size: 16px;
	color: #010101;
}

.er_wrap li p:first-child {
	font-size: 20px;
	color: #010101;
	font-weight: 600;
}

.pic_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 484px;
	margin-top: 105px;
}

.pic_left {
	width: 394px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.pic_left img {
	width: 100%;
}
.pic_left p {
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 20px;
	color: #010101;
	width: 100%;
	background-color: #f0f0f0;
}

.pic_right {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	width: calc(100% - 394px);
}

.pic_right li {
	float: right;
	margin-left: 8px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.pic_right li p {
	height: 45px;
	width: 100%;
	line-height: 45px;
	font-size: 20px;
	color: #010101;
	background-color: #f0f0f0;
}

.bottom_img {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-image: url('../img/bottom_img.jpg');
}

.question_wrap {
	height: 532px;
	margin: 70px auto 0;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-image: url('../img/bottom_img03.jpg');
}
.question_wrap li{
	height: 62px;
}
.q_top{
	margin-top: 40px;
	text-align: center;
	margin-bottom: 60px;

}
.point {
	height: 28px;
	display: inline-block;
	background-size: cover;
}
.point_left{
	width: 68px;
	background-image: url('../img/point_03.png');
}
.point_right{
	width: 72px;
	background-image: url('../img/point_05.png');
}
.title_text {
	font-size: 30px;
	color: #fff;
	margin:0 50px;
}

.q_content{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.q_content li,.tp_ul li{
	margin-right: 50px;
	display: flex;
	align-items: center;
	border-radius: 50px;
	padding: 5px 40px 5px 5px;
	background-color: #303031;
	justify-content: flex-start;
}
.q_content li img,.tp_ul li img{
	width: 58px;
	height: 58px;
	margin-right: 30px;
	border-radius: 50%;
}
.q_content li a,.tp_ul li a{
	color: #fff;
	font-size: 18px;
	white-space: nowrap;
}
.tp_ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.tp_ul li {
	margin: 40px auto;
}


.li_wrap{
		height: 100%;
		display: grid !important;
		grid-column-gap: 10px;
		grid-template-columns: repeat(3, 1fr);
}
.pic_wraps{
	height: 100%;
}

.pic_second{
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-row-gap: 10px;
}
.li_wrap div{
	background-size: cover;
	background-repeat: no-repeat;
}
.l_img{
	background-image: url('../img/e_img01.jpg');
}
.s_imgbg{
	background-image: url('../img/e_img02.jpg');
}
.sb_imgbg{
	background-image: url('../img/e_img03.jpg');
}
.r_imgf{
	background-image: url('../img/e_img04.jpg');
}
.r_imgt{
	background-image: url('../img/e_img05.jpg');
}
.s_imgbg1{
	background-image: url('../img/e_img07.jpg');
}
.sb_imgbg1{
	background-image: url('../img/e_img08.jpg');
}
.r_imgf1{
	background-image: url('../img/e_img09.jpg');
}
.r_imgt1{
	background-image: url('../img/e_img10.jpg');
}
.s_imgbg2{
	background-image: url('../img/e_img12.jpg');
}
.sb_imgbg2{
	background-image: url('../img/e_img13.jpg');
}
.r_imgf2{
	background-image: url('../img/e_img14.jpg');
}
.r_imgt2{
	background-image: url('../img/e_img15.jpg');
}
.s_imgbg3{
	background-image: url('../img/e_img17.jpg');
}
.sb_imgbg3{
	background-image: url('../img/e_img18.jpg');
}
.r_imgf3{
	background-image: url('../img/e_img19.jpg');
}
.r_imgt3{
	background-image: url('../img/e_img20.jpg');
}

.l_imgfive{
	background-image: url('../img/e_img16.jpg');
}
.three_left {
	margin-top: -220px;
}
.three_left p{
	padding-top: 20px;
}
.s_title{
	width: 100%;
	height: 90px;
	background-image: url('../img/line_large.png');
}

.four_content li img{
	width: 100%;
}
.right_ul li:first-child{
	background-image: url('../img/list_pic_03.jpg');
}
.right_ul li:nth-child(2){
	background-image: url('../img/list_pic_05.jpg');
}
.right_ul li:nth-child(3){
	background-image: url('../img/list_pic_11.jpg');
}
.right_ul li:nth-child(4){
	background-image: url('../img/list_pic_09.png');
}
.b_ul li:last-child{
	background-image: linear-gradient(to right, #404444, #08ddf1);
}
.add_icon::after{
	content: '+';
	top: 0;
	color: #f11102;
	font-size: 20px;
	position: absolute;
	font-weight: bolder;
	display: inline-block;
	
}
.line_bg{
	width: 384px;
	height: 90px;
	background-image: url('../img/line_large.png');
}
.lint_t{
	width: 630px;
	height: 90px;
	background-image: url('../img/line_large.png');
}
.line_f{
	width: 1034px;
	height: 100px;
	background-image: url(../img/line_large.png);
}
.line_five{
	width: 840px;
	height: 90px;
	margin-top: 150px;
	background-image: url(../img/line_large.png);
}
.line_five p{
	margin-top: 0;
}
.line_six{
	width: 790px;
	height: 90px;
	padding-top: 20px;
	background-image: url(../img/line_large.png);
}
.line_seven{
	width: 530px;
	height: 90px;
	padding-top: 20px;
	background-image: url(../img/line_large.png);
}
.q_bottom ul li:hover{
	background-image: linear-gradient(to right, #404444, #08ddf1);
}
.l_imgf{
	background-image: url(../img/e_img01.jpg);
}
.l_imgfour{
	background-image: url(../img/e_img11.jpg);
}
.l_imgthree{
	background-image: url(../img/e_img06.jpg);
}
.li_wrap div{
	background-repeat: no-repeat;
}
.bottom_img a{display:block; width:1200px; height:200px;}