html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    color: #333;
    text-decoration: none;
}
i{
    font-style: normal;
}
.none{
    display: none !important;
}
.show{
    display: block !important;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s, i, em {              
    font-style: normal;
    text-decoration: none;
}
section{
	overflow: hidden;
}
@font-face{
	font-family: 'my_font'; 
	src:url('../font/DINENGSCHRIFT-ALTERNATE.OTF') format('truetype')
}
/* 样式开始 */
.x_banner{
	height: 699px;
	background: url('../img/banner_bg.jpg') no-repeat;
	background-size: cover;
	position: relative;
}
.x_banner img,.x_banner a{
	position: absolute;
	z-index: 9;
}
.x_banner .huangb{
	bottom: 0;
	left: 11%;
}
.x_banner .banTex{
	top: 159px;
	right: 20%;
}
.x_banner .banner_btn{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 268px;
	height: 47px;
	background-color: #ffff00;
	border-radius: 23px;
	font-size: 24px;
	letter-spacing: 0px;
	color: #ee5400 !important;
	bottom: 134px;
	right: 28%;
}
.banner_btn i{
	font-size: 24px !important;
}
@media screen and (max-width: 1700px){
.x_banner .banTex{
	right: 11% !important;
}
.x_banner .huangb{
	left: 10% !important;
	z-index: 9 !important;
}
.x_banner .banner_btn{
	right: 22% !important;
}
}
.x_title img{
	display: block;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 60px;
}
.x_list{
	width: 1200px;
	margin: 0 auto;
}
.x_l2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
	position: relative;
}

.x_l2 li{
	width: 272px;
	height: 350px;
	border: solid 8px #eeeeee;
	overflow: hidden;
	cursor: pointer;
}
.x_l2 li a{
	display: flex;
	width: 99%;
	height: 99%;
	flex-direction: column;
	border: 1px solid #eee;
	align-items: center;
	position: relative;
	z-index: 2;
}
.x_l2 .on a h1 .iconfont,.x_l2 .on h1 font,.x_l2 .on p,.x_l2 .on a{
	color: #fff;
	transition: .5s all;
}
.focus{
	width: 272px;
	height: 350px;
	border: solid 8px #ee5400;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #ee5400;
	transition: .5s ease-out;
}
.x_l2 a h1{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.x_l2 a h1 .iconfont{
	font-size: 50px;
	font-weight: 600;
	color: #ff5b02;
	margin-top: 40px;
}
.x_l2 a h1 font{
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 0px;
	color: #313131;
	margin-top: 15px;
	margin-bottom: 25px;
}
.x_l2 a p{
	display: block;
	width: 202px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #313131;
}
.x_l2 a .icon-jiantou1{
	display: inline-block;
	font-size: 24px;
	position: absolute;
	bottom: 34px;
	left: 0;
	right: 0;
	text-align: center;
}
.x_l2 li:nth-child(3) h1 i{font-size: 40px;margin-top: 50px}
.x_l2 li:nth-child(4) h1 i{font-size: 44px;margin-top: 45px}

.x_3{
	background-color: #eee;
}
.x_from{
	width: 1200px;
	height: 628px;
	display: flex;
	justify-content: space-between;
	margin: 22px auto;
	background-color: #fff;
}
.x_fromList{
	padding-top: 65px;
	padding-left: 107px;
}
.x_fromList h1{
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #313131;
	margin-bottom: 43px;
}
.x_fromList p{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #313131;
	margin-bottom: 17px;
}
.x_fromList p i{
	color: #ff5b02;
	font-size: 22px;
	margin-right: 5px;
}
.x_fromList ul{
	display: flex;
	margin-bottom: 34px;
}
.x_fromList ul li{
	width: 100px;
	height: 30px;
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #ee5400;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #313131;
	margin-right: 10px;
	overflow: hidden;
	cursor: pointer;
}
.x_fromList ul .on{
	background-color: #ff5b02;
	color: #fff;
}
.x_fromList ul .on::after{
	content: '';
    width: 10px;
    height: 10px;
    background: url(https://shxdf-file.oss-cn-hangzhou.aliyuncs.com/index/2019/image/index_layer/g.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.x_fromList dl{
	display: flex;
}
.x_fromList dl dd{
	width: 180px;
	height: 46px;
	margin-right: 12px;
	border: 1px solid #333;
	overflow: hidden;
}
.x_fromList dl dd input{
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	border: none;
}
.x_fromList dl dd .for_bg{
	background-color: #333333;
}
.x_fromList dl dd .for_bg::placeholder{
	color: #fff;
}
.x_fromList dl dd:nth-child(3){
	border-color: #ff5b02;
}
.x_fromList dl dd a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #ffffff;
	background-color: #ff5b02;
}
.x_fromWper{
	width: 374px;
	height: 100%;
	position: relative;
}
.x_fromWper .spwe_le{
	position: absolute;
	top: 64px;
	right: 29px;
	z-index: 9;
}
.x_fromWper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.x_fromWper .swiper-container{
	height: 100%;
}
.x_list2{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}
.x_list2 li{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 370px;
	height: 504px;
	background-color: #ff5b02;
}
.x_list2 li a{
	position: relative;
}
.x_list2 li img{
	margin-top: 8px;
	border-radius: 6px;
}
.x_list2 li h1{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 50px;
	margin-bottom: 11px;
}
.x_list2 li p{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
}
.x_list2 li div{
	display: flex;
	justify-content: center;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 26px;
}
.x_list2 li div i{
	margin-left: 36px;
	font-size: 20px;
}
.x_list2 li span{
	position: absolute;
	width: 66px;
	height: 66px;
	text-align: center;
	line-height: 59px;
	background-color: #ffffff;
	border: solid 4px #ff5b02;
	font-size: 48px;
	font-weight: bold;
	color: #ff5b02;
	border-radius: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 263px;
}
.x_form02{
	display: flex;
	width: 1200px;
	margin:  0 auto;
	position: relative;
	margin-bottom: 149px;
}
.x_form02 .x_frf{
	position: absolute;
	width: 599px;
	height: 376px;
	background-color: rgba(255,91,2,.9);
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding:45px 0 0 61px;
}
.x_frf h1{
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.x_frf p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 30px;
}
.x_frf ul{
	width: 539px;
}
.x_frf ul li{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	height: 36px;
	font-size: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 10px;
}
.x_frf ul li input{
	height: 32px;
	width: 70%;
	border: none;
	outline: none;
	margin-left: 10px;
	font-size: 18px;
	color: #fff;
	background: none;
}
.x_frf ul li:last-child{
	border-bottom: 0;
	justify-content: space-between;
	margin-top: 64px;
}
.x_frf ul li a{
	display: flex;
	width: 220px;
	height: 40px;
	justify-content: space-around;
	align-items: center;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ee5400 !important;
	background-color: #fff;
}
.x_conuter4{
	background-color: #eee;
}
.x_tTO{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	padding-bottom: 30px;
}
.x_tTO li{
	width: 23%;
	text-align: center;
	background-color: #fff;
	padding: 40px 0;
}
.x_tTO h1{
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ee5400;
}
.x_tTO p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #313131;
}
.x_teacher{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 122px;
}
.x_teacher li div{
	padding: 29px 32px;
	background-color: #ee5400;
	margin-top: -3px;
	position: relative;
}
.x_teacher li div h1{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
}
.x_teacher li div p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	letter-spacing: 0px;
	color: #ffffff;
}
.x_teacher li div p i{
	display: flex;
	align-items: center;
	font-size: 24px;
	position: absolute;
	top: 46px;
	margin: auto 0;
	right: 32px;
}
.x_teacher li div font{
	display: block;
	height: 76px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 23px;
}
.x_list3{
	display: flex;
	width: 1200px;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 143px;
}
.x_list3 li div{
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 74px;
	background-color: #ff5b02;
	font-size: 18px;
	letter-spacing: 0px;
	color: #ffffff;
}
.x_list3 li div i{
	font-size: 24px;
}
.x_conuter6,.x_conuter8{
	background-color: #eee;
}
.x_table{
	width: 1200px;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 130px;
}
.x_table .x_tabBt{
	width: 179px;
	height: 303px;
	background-color: #ee5400;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
.x_table li{
	margin-top: 3px;
	overflow: hidden;
}
.x_tabBt i{
	font-size: 24px;
	margin-top: 33px;
}
.x_table img{
	transition: all 0.3s linear 0s;
}
.x_table li:hover img{
	transform: scale(1.05) translateZ(0);
}
.x_list4{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	height: 322px;
	padding-bottom: 45px;
}
.x_list4 li{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 175px;
	height: 277px;
	background-color: #ee5400;
	border-radius: 99px;
	transition: all 0.3s linear;
	transition-delay: .1s;
}
.x_list4 li h2,.x_list4 li p,.x_list4 li .icon-jiantou1{
	
	transition: all 0.4s linear;
	transition-delay: .2s;
}
.x_list4 li h1{
	font-size: 80px;
	text-align: center;
	font-family: "my_font";
	color: #ffffff;
	margin-top: 32px;
	
}
.x_list4 li span{
	display: block;
	width: 58px;
	height: 2px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: -10px;
}
.x_list4 li h2{
	font-size: 27px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-top: 25px;
}
.x_list4 li p{
	font-size: 12px;
	color: #ffffff;
}
.x_list4 li i{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-top: 25px;
}
.x_list5{
	width: 1200px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 126px;
}
.x_list5 li{
	width: 370px ;
	height:535px;
	background-color: rgba(246,246,246,1);
	position: relative;
}

.x_list5 li div{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ee5400;
	margin-left: 35px;
	margin-top: 26px;
	margin-bottom: 35px;
}
.x_list5 li p{
	display: block;
	width: 303px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #313131;
	text-indent: 2em;
}
.x_lf i,.x_rg i{
	font-size: 22px;
}
.x_lf ,.x_rg {
	position: absolute;
	color: #ee5400;
}
.x_lf{
	bottom: 171px;
    left: 23px;
}
.x_rg{
	bottom: 27px;
    right: 32px;
}
.x_list5 li:first-child .x_rg{
	bottom: 49px;
}
.x_moj{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 140px;
}
.x_moj li{
	background-color: #ee5400;
	transition: all .2s linear;
}
.x_moj li div{
	display: flex;
	justify-content: space-between;
	padding: 21px 23px;
}
.x_moj li font h1{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
.x_moj li font p{
	font-size: 18px;
	color: #ffffff;
}
.x_mjBtn{
	display: flex;
	width: 33px;
	height: 53px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.x_mjBtn i{
	font-size: 20px;
	color: #ee5400;
}
.x_moj li:hover{
	transform: translateY(-2%);
		box-shadow: 0px 5px 10px #333;
}
/* 效果动画 */
.scroll-content{
	animation:totop 2s forwards;
	-webkit-animation:totop 2s forwards;
	-o-animation:totop 2s forwards;
	-moz-animation:totop 2s forwards;
	-ms-animation:totop 2s forwards;
	transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
	-o-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
}
@keyframes totop{
	0%{transform:translateY(-20px);opacity:0}
	100%{transform:translateY(0);opacity:1}
}
@-moz-keyframes totop{
	0%{-moz-transform:translateY(-20px);opacity:0}
	100%{-moz-transform:translateY(0);opacity:1}
}
@-webkit-keyframes totop{
	0%{-webkit-transform:translateY(-20px);opacity:0}
	100%{-webkit-transform:translateY(0);opacity:1}
}
@-ms-keyframes totop{
	0%{-ms-transform:translateY(-20px);opacity:0}
	100%{-ms-transform:translateY(0);opacity:1}
}
@-o-keyframes totop{
	0%{-o-transform:translateY(-20px);opacity:0}
	100%{-o-transform:translateY(0);opacity:1}
}
.animated{
    animation-duration: 2s;
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

/* 波浪 */
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	margin: auto;
	z-index: 1 !important;
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
	transform-origin: center bottom;
	z-index: 1 !important;
}

.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.con0L{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}
.con0L li{width: 32%;}
.con0L h1{
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #ff5b02;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	color: #ffffff;
	margin-bottom: 20px;
}
.con0L div{
	text-align: center;
	border: solid 8px #eeeeee;
	padding: 34px 0 32px 0;
}
.con0L div h2{
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 10px;
}
.con0L div p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}
.x_conuter0 a{
	display: flex;
	align-items: center;
	width: 168px;
	height: 40px;
	background-color: #ff5a00;
	font-size: 18px;
	color: #ffffff;
	margin: 0 auto;
	padding-left: 52px;
	margin-top: 35px;
	margin-bottom: 20px;
}
.x_conuter0 a i{
	padding-left: 49px;
}