html {
	font-size: 62.5%;
}

* {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-webkit-text-size-adjust:none
}

ul {
	text-indent: 0;
	font-weight: normal;
}

body {
	background-color: #fff;
	font-size: 1.6rem;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
	color: #666;
	overflow-x: hidden;
	line-height: 1.6;
}


/*覆盖浏览器默认样式*/

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none !important;
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}


/*共用样式*/

.font_w {
	font-weight: bold;
}

.img_wrap>img {
	width: 100%;
	display: block;
	height:auto;
}
.w-imgMax{
	text-align:center !important;
}
.w-imgMax > img{
	max-width: 100%;
	display:inline-block;
	height: auto;
}
.div_wrap {
	width: 100%;
}

.inline_block {
	display: inline-block;
}

.block_block {
	display: block;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.text_overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.position_rel {
	position: relative
}

.clear_fix:after,
.clear_fix:before ,
ul:after,
ul:before{
	content: "";
	display: block;
	clear: both;
}
.w-container {
	margin: auto;
	/*margin-top: 3rem;*/
	max-width: 1000px;	
	overflow: hidden;
}

.w-slide {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

/**/
.bg1{
	background: #f3f3f3;
}
.bg2{
	background: #0e0e0f;
}
.bg3{
	background: #ececec;
}
/*tit*/
.tit{
	text-align: center;
	padding-top: 2.5rem;
	margin-bottom: 2rem;
	position: relative;
	/*padding-bottom: 1rem;*/
}
.tit h3{
	font-size: 2.0rem;
	color: #333;
	font-weight: bold;
	padding-bottom: 0.4rem;
	line-height: 1.4;
}
.tit h3 sup{
	font-weight: normal;
}
.tit h3 span{
	font-weight:bold;
	color: #f05824;
}
.tit p{
	font-size: 1.4rem;
	color: #999;
}
.tit .line{
	position: absolute;
	width:16rem;
	height: 1px;
	background: #b8b8b8;
	bottom: 0;
	left: 50%;
	margin-left: -8rem;
}
.tit .line:before{
	content: '';
	position: absolute;
	top: -1px;
	left: 50%;
	width: 5rem;
	height: 3px;
	margin-left: -2.5rem;
	background: #333;
}
.tit_1 p, .tit_1 h3{
	color: #fff;
}
.tit_1 .line{
	background: #fff;
}
.tit_1 .line:before{
	background: #fff;
}

.tit_2 h3{
	color: #e62f25;
}
.tit_2 p{
	color: #fff;
}
.tit_2 .line{
	background: #fff;
}
.tit_2 .line:before{
	background: #fff;
}


/*下边链接*/
.linkWrap{
	width:100%;
	text-align: center;
	padding: 2.5rem 0;
}
.linkWrap a{
	display: inline-block;
	width: 55%;
	padding: 0.6rem 0;
	color: #f05824;
	text-align: center;
	border: 1px solid #f05824;
	font-size: 1.6rem;
	border-radius: 2rem;
}
.linkWrap a:hover{
	color: #fff;
	background: #f05824;
	transition: all .3s;
}
.dnjx-linkWrap{
	padding: 0 0 1.5rem;
}

/*banner轮播图*/
.banner{
	margin:0 auto;
	max-width:1000px;
	overflow:hidden;
	background:#818181;
}
#banner{
	width:100%;
	overflow:hidden;
	height: 200px;
}
.banner-img a{
	display: block;
	width: 100%;
}
#banner .swiper-slide{
	position:relative;
	overflow:hidden;
}
#banner .swiper-slide img{
	width: 100%;
	display: block;
}
#banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 1rem;
	width: 100%;
	text-align: center;
}
#banner .swiper-pagination-switch {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 1.2rem;
	background:rgba(255,255,255,0.5);
	margin: 0 0.4rem;
	cursor: pointer;
}
#banner .swiper-active-switch {
	background: #f05824;
}

/*footer*/
.footer{
	width: 100%;
	color: #646464;
	font-size: 1.4rem;
	text-align: center;
	background: #0e0e0e;
	padding: 1rem;
}

/*nav*/
.logo-head{
    padding: 1.5rem 0.5rem 1rem;
    position: relative;
    width: 100%;
}
.logo_l{
    float: left;
}
.logo_l span{
    display: inline-block;
    float: left;
    width: 8rem;
}
.logo_l span > img{
    width: 100%;
}
.logo_l p{
    display: inline-block;
    font-size: 1.0rem;
    color: #222;
    border-left: 1px solid #999;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
}
.logo_r{
    position: absolute;
    top: 1.8rem;
    right: 0.5rem;
    font-size: 1.4rem;
    color: #222;
}
.logo_r:before{
    content: '';
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    left: -1.6rem;
    top:0.2rem;
    background: url("../img/pho.png") no-repeat center;
    background-size: 100% auto;
}
.m-nav{
    width: 100%;
    height: 4.4rem;
    background: #222222;
}
.m-nav li{
    float: left;
    width:20%;
    line-height: 4.4rem;
}
.m-nav li > a{
    display: block;
    text-align: center;
    line-height:4.4rem;
    color: #cccccc;
    font-size:1.4rem;
    border-right: 1px solid #000;
}
.m-nav li.act > a{ color: #fff; background: #de2986;}
.bannerBottom{
    background: #f7f7f7;
    padding: 1rem 0;
}
.bannerBottom li{
    width: 50%;
    float: left;
    text-align: center;
    padding: 1.5rem 0;
}
.bannerBottom li:nth-child(1){
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.bannerBottom li:nth-child(2){
    border-bottom: 1px solid #ebebeb;
}
.bannerBottom li:nth-child(3){
    border-right: 1px solid #ebebeb;
}
.bannerBottom li h3{
    font-size: 1.8rem;
    font-weight: normal;
    color: #333;
}
.bannerBottom li p{
    font-size: 1.0rem;
    color: #666;
}
/*part2*/
.part2{
    padding-bottom: 1rem;
    border-bottom: 1px solid #ededed;
}
.p2Cont{margin: 0 -0.2rem}
.p2Cont li{
    display: inline-block;
    float: left;
    padding: 0 0.2rem;
}
.p2Cont li:nth-child(1){
    width: 45%;
}
.p2Cont li:nth-child(2){
    width: 55%;
}
.p2Cont li>div{
    position: relative;
}
.p2Cont li>div > img{
    width: 100%;
    height: auto;
    display: block;
}
.p2Cont li:nth-child(2) .top{
    padding-left: 2rem;
    margin-bottom: 0.4rem;
}
.p2Cont li:nth-child(2) .bottom{
    padding-right: 2rem;
}
.p2Cont li>div p{
    padding: 0.5rem;
    background: #f05824;
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    width: 75%;
    top:0;
    text-align: center;
}
.p2Cont li:nth-child(1)>div p{
    left: 50%;
    margin-left: -36%;
    top:40%;
}
.p2Cont li:nth-child(2) .top p{
    width: 65%;
    left: 0;
    top:25%;
}
.p2Cont li:nth-child(2) .bottom p{
    width: 65%;
    right: 0;
    top:25%;
}

/*part3*/
.p3Cont{
    margin: 0 -0.2rem;
}
.p3Cont li{
    float: left;
    width: 33.33%;
    padding:0.5rem 0.2rem;
}
.p3Cont li a{
    display: block;
    position: relative;
    text-align: center;
}
.p3Cont li a>img{
    display: block;
    width: 100%;
    height: auto;
}
.p3Cont li .del{
    position: absolute;
    bottom: 1.2rem;
    width: 100%;
    left: 0;
    text-align: center;
}
.p3Cont li .del h3{
    color: #fff;
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
    font-weight: bolder;
}

/*part4*/
.part4{
    background:url("../img/p4Bg.jpg") no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 2rem;
}
.p4Ul{
    margin-top: 2rem;
}
.p4Ul li{
    width: 25%;
    float: left;
    display: inline-block;
    text-align: center;
    opacity: 0.5;
}
.p4Ul li img{
    width: 5rem;
    height: 5rem;
}
/*.p4Ul li:nth-child(2)>span{
    display: inline-block;
    position: relative;
}
.p4Ul li:nth-child(2)>span:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 4rem;
    height: 1.0rem;
    background: url("../img/p4logo.png") no-repeat center center;
    background-size: auto 100%;
    top:1.2rem;
    right: -2rem;

}*/
.p4Ul li.act{
    opacity: 1;
}
.p4Cont{}
.p4Cont .divBox{
    width: 230px;
    height:230px;
   /* background: #f85923;*/
    margin: auto;
    position: relative;

    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}
.p4Cont .divBox .del{}
.p4Cont .divBox .del h3{
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: normal;
}
.p4Cont .divBox .del .money{
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
}
.p4Cont .divBox .del p.delP{
    text-align: center;
}
.p4Cont .divBox .del p.delP span{
    display: inline-block;
    background: #fff;
    color: #333;
    font-size: 1.2rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    border-radius: 1rem;
}
.p4Cont .divBox .cavDiv{
    position: absolute;
    width: 100%;
    height: 100%;
    /*border-radius: 100%;*/
    /*background: #f85923;*/
    top:0;
    left: 0;
}
canvas{
    display: block;
    margin: auto;
}
#delSt{
    color: #f05824;
    font-weight: bold;
    font-size: 1.2rem;
    padding-top: 1rem;
}



/*part5*/
.part5{
    border-bottom: 1px solid #ededed;
    padding-bottom:2.5rem;
}
.p5Swiper{
    padding:0.5rem  0;

}
.p5Swiper .swiper-container{}
.p5Swiper .swiper-container .swiper-wrapper{}
.p5Swiper .swiper-container .swiper-slide{}
.p5Swiper .p2Div{
    padding: 2rem 1rem;
    position: relative;
}
.p5Swiper .swiper-slide-active .p2Div{
    padding: 0 1rem;
}
.p5Swiper .p2Div > div:nth-child(1){
    width: 100%;
    background: #cccccc;
}
.p5Swiper .p2Div img{
    width: 100%;
    height: auto;
    display: block;
}
.p5Swiper .swiper-slide-active .p2Div > div:nth-child(1){
    width: 100%;
    background: #f05824;
    box-shadow: 0 5px 15px 2px rgba(0,0,0,0.1)
}
.p5Swiper .pop{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 100%;
    padding: 0 1rem 0 2.5rem;

    display: flex;
    align-items: center;

}
.p5Swiper .pop h3{
    font-size: 3.0rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0.5rem;
}
.p5Swiper .pop p{
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    margin: 0.3rem;
}
.p5Swiper .pop p:before{
    content: '';
    display: block;
    clear: both;
    width: 1.2rem;
    height: 1.2rem;
    background: url("../img/p5Icon.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: -1.5rem;
    top:0.3rem;
}
.p5Swiper .leftWord{
    position: absolute;
    left: -3.5rem;
    top: 50%;
    color: #546184;
    font-size: 2rem;
    line-height: 1;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.p5Swiper .p2Div .del{
    text-align: center;
    font-size: 1.6rem;
    color: #333;
    margin-top: 1rem;
    opacity: 0;
}
.p5Swiper .swiper-slide-active .p2Div .del{
    opacity: 1;
}

.p5Swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.p5Swiper .swiper-pagination-switch {
    display: inline-block;
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 1.0rem;
    background: #d2d6d9;
    margin: 0 0.4rem;
    opacity: 0.8;
    cursor: pointer;
}
.p5Swiper .swiper-active-switch {
    width:3rem;
    background: #f05824;
}


/*part6*/
.part6{
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #ededed;
}

.part6 .ulBox{
    margin: 0 -0.5rem;
}
.part6 .ulBox li{
    width:50%;
    float: left;
    padding:0.5rem;
}

.part6 .ulBox li .img_box{
    position: relative;
}
.part6 .ulBox li .img_box img{
    width: 100%;
    height: auto;
    display: block;
}
.part6 .ulBox li .img_box .del{
    position: absolute;
    top:50%;
    left: 50%;
    width: 86%;
    height:86%;
    margin-left: -43%;
    margin-top: -43%;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.8);
}
.part6 .ulBox li .img_box .del h3{
    color: #222;
    font-size: 1.4rem;
}
.part6 .ulBox li .img_box .del p{
    color: #333;
    font-size: 1.2rem;
    padding: 0.3rem 0.5rem;
}
.part6 .ulBox li .img_box .del .icon{
    width: 3rem;
    height: 3rem;
    display: inline-block;
    background:url("../img/p6Icon.png") no-repeat center top;
    position: relative;
}
.part6 .ulBox li:nth-child(1) .img_box .del .icon{
    background-position: center 0;
    background-size: 100% auto;
}
.part6 .ulBox li:nth-child(2) .img_box .del .icon{
    background-position: center -3rem;
    background-size: 100% auto;
}
.part6 .ulBox li:nth-child(3) .img_box .del .icon{
    background-position: center -6rem;
    background-size: 100% auto;
}
.part6 .ulBox li:nth-child(4) .img_box .del .icon{
    background-position: center -9rem;
    background-size: 100% auto;
}
.part4 .p4Ul li p{
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    margin-top: 0.2rem;
}

/*part7*/
.p7Swiper{
    width: 100%;
    background: url("../img/p7Bg.jpg") no-repeat center 3rem;
    background-size: 100% auto;
    padding-bottom: 3rem;
}
.p7Swiper .divBox{
    width: 100%;
    background: url("../img/p7ContBg.jpg") no-repeat 2rem 2rem;
    background-size: 100% auto;
    padding-left: 3rem;
    padding-bottom: 1rem;
}
.p7Swiper .left{
    float: left;
    width: 50%;
}
.p7Swiper .left > img{
    width: 100%;
    height: auto;
    display: block;
}
.p7Swiper .right{
    float: right;
    width: 47%;
    position: relative;
    padding: 1rem;
    margin-top: 2rem;
}
.p7Swiper .right h3{
    color: #1a1a1a;
    font-size: 1.4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.p7Swiper .right .tip{
    position: absolute;
    background: #b5b7b9;
    font-size: 1.0rem;
    color: #fff;
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 0.3rem;
    top:-1rem;
    left: 1rem;
    z-index: 1;
}
.p7Swiper .right h3 span{
    font-weight: normal;
    padding: 0.5rem 0 0.5rem 0.8rem;
    font-size: 1.2rem;
}
.p7Swiper .right p{
    font-size: 1.2rem;
    text-align: justify;
}
.p7Swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0.5rem;
    width: 100%;
    text-align: center;
}
.p7Swiper .swiper-pagination-switch {
    display: inline-block;
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 1.0rem;
    background: rgba(255,255,255,0.5);
    margin: 0 0.4rem;
    opacity: 0.8;
    cursor: pointer;
}
.p7Swiper .swiper-active-switch {
    width:3rem;
    background: #fff;
}


/*part8*/
.part8{

}
.p8Cont{
    margin: 0 -1rem;
}
.p8Cont li{
    float: left;
    width: 33.33%;
    padding:0.5rem 1rem;
}
.p8Cont li >div> img{
    width: 100%;
    display: block;
    height: auto;
}
.p8Cont .del{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top:0;

    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}
.p8Cont li .del h3{
    color: #f85923;
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
}

/*表单*/
.formPart{
    width: 100%;
    overflow: hidden;
    background: url(../img/formBg.jpg) no-repeat center bottom #2b2b2b;
    padding-bottom: 2rem;
    background-size: 100%;
}
.formPart .tit{
    margin-bottom: 1rem;
}
.form form{
    width:80%;
    margin: auto;
}
.form input[type="text"]{
    margin-top:1rem;
    width:100%;
    height:4.6rem;
    line-height: 4.6rem;
    display:block;
    text-indent:6rem;
    color:#9f9f9f;
    border:1px solid #9f9f9f;
    border-radius:0.3rem;
    font-size: 1.6rem;
}
.form input.name{
    background:url("../img/form-tag1.png") no-repeat 18px center;
}
.form input.phone{
    background:url("../img/form-tag2.png") no-repeat 18px center;
}
.form-btn{
    margin-top:2rem;
}
.form-btn input[type="submit"]{
    float:right;
    width:100%;
    height:4.6rem;
    line-height:4.6rem;
    display:block;
    font-size:1.6rem;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    background:#f05824;
    border-radius:0.3rem;
    border:none;
}



/*wechat*/
.top_tips {
    position: fixed;
    top: -60px;
    z-index: 999999;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #fff;
    box-shadow: 0 0 10px rgba(10, 2, 4, 0.75);
}
.top_tips span {
    float: left;
    width: 40px;
    height: 40px;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url('http://bj.hrm.tedu.cn/m/img/icon_weixin0.png');
    margin:5px;
    background-size: 100%;
}
.top_tips ul {
    float: left;
}
.top_tips ul li {
    height: 20px;
    line-height: 20px;
    font-size: 12px !important;
    color:#ffffff;
}
.top_tips ul li b{
    color:#ff0000;
}
.top_tips ul li:first-child {
    margin-top: 5px;
}