#form_add .text{width:150px;} 
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: 'Microsoft YaHei', Verdana, Arial, Helvetica, 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;
}

.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
}

.clearFix:after,
.clearFix:before {
	content: "";
	display: block;
	clear: both;
}
.w-container {
	width: 1000px;
	margin: auto;
}

.w-silde {
	padding-left: 1rem;
	padding-right: 1rem;
}

/*bg*/
.part{
	min-width: 1000px; /*移动端正常显示*/
	padding-bottom: 80px;
}
 .minWidth{
	 min-width: 1000px;
 }
.bg1{}



/*tit*/
.tit{
    text-align: center;
    padding-top: 60px;
    margin-bottom: 40px;
}
.tit h3{
    font-size: 38px;
    color: #333;
    font-weight: normal;
}
.tit h3 span{
	color: #05abad;
}
.tit p{
    font-size: 17px;
	color: #777;
}
.tit.t2 h3{
    color:#ffffff;
}
.tit_1 h3{
	
    color: #fff;
    
}
.tit_1 p{
	 color: #fff;
 }

.part3 .tit_1 h3{
	height: 80px;
	background: url(../img/title.png) no-repeat center 50px;
}
 /*按钮*/
 .link_a{
	 text-align: center;
	 margin-top: 40px;
 }
 .link_a a{
	 display: inline-block;
	 color: #fff;
	 font-size: 22px;
	 width: 350px;
	 height: 52px;
	 line-height: 50px;
	 border-radius: 8px;
	 position: relative;
	 z-index: 1;
	 background: #05abad;
 }
 .link_a a span{
	 display: block;
	 position: relative;
	 z-index: 2;
	 color: #fff \9;
	 background: transparent \9;
 }
 .link_a a:after{
	 content: '';
	 position: absolute;
	 top:0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 border-radius: 8px;
	 background: #05c0c2;
	 background: transparent \9;

	 transform: scale(0.1, 1);
	 transition: 0.4s;
	 opacity: 0;
	 z-index: 0;
	 color: #fff;
	 filter:alpha(opacity=0);
 }
 .link_a a:hover{
	 color: #fff;
	 /*border:1px solid #fff;*/
 }
 .link_a a:hover:after{
	 transform: scale(1);
	 transition: 0.4s;
	 opacity: 1;
	 filter:alpha(opacity=100);
 }
 .link_a a:hover span{
	 color: #fff \9;
	 background: #05abad \9;
 }
 .link_a a span:before{
	 position: absolute;
	 content: '';
	 display: block;
	 clear: both;
	 width: 30px;
	 height:30px;
	 background: url("../img/p2Icon.png") no-repeat left bottom;
	 left: 15px;
	 top:50%;
	 margin-top: -14px;
 }

@keyframes opa{
	from{
		transform: scale(0.1, 1);
	 	transition: 0.4s;
	 	opacity: 0;
	 	z-index: 0;
	 	color: #fff;
	 	filter:alpha(opacity=0);
	}
	to{
		transform: scale(1);
	 	transition: 0.4s;
	 	opacity: 1;
	 	filter:alpha(opacity=100);
	}
}

 /*banner*/
/*banner*/
.banner{
	width: 100%;
    height:600px;
    position: relative;
}
.banner-img {
    width: 100%;
    height: 600px;
}
.banner-img.img1{
	background: url(../img/banner1.jpg) no-repeat center;
}
.banner-img.img2 {
	background: url(../img/banner-n1.jpg) no-repeat center;
}
.banner-img.img3 {
    background: url(../img/banner-n2.jpg) no-repeat center;
}

#pagination1 {
    position: absolute;
    z-index: 9999;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
#pagination1 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #04f9be;
}
#pagination1 .swiper-active-switch {
    background: #04f9be;
}
 /*footer*/
 .footer{
	 width: 100%;

	 background: #0e0e0e;
	 padding: 30px 0;
	 min-width: 1000px;
	 padding-bottom:80px;
 }
 .footer p{
	 line-height:30px;
	 color: #646464;
	 font-size: 14px;
	 text-align: center;
 }
/*part2*/
.part2{
    min-width: 1000px;
}
.part2 .main{
    margin-left: -133px;
    width: 1133px; }

.part2 .btnBox{
    position: absolute;
    top:45px;
    right: 280px;
    width: 120px;
    height: 58px;
    z-index: 11;
}
.part2 .btnBox > span{
    display: block;
    width: 50%;
    float: left;
    background: #05abad;
    border: 1px solid #05abad;
    text-align: center;
    line-height: 58px;
    color: #fff;
    font-family: '宋体';
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
    opacity: 0.5;
}
.part2 .btnBox > span:hover{
    opacity:1;
}
#p2Swiper.swiper-container{
    width: 100%;
    height: 430px;
}
#p2Swiper .swiper-wrapper{
    height: 450px;
}
#p2Swiper .swiper-wrapper .swiper-slide{
    width: 100%;
}
#p2Swiper .left{
    float: left;
    position: relative;
    padding-left: 133px;
}
#p2Swiper .left .img1{
    box-shadow:0 0 13px 0 rgba(0,0,0,0.2);
}
#p2Swiper .swiper-slide-active .right .img3{
    box-shadow:0 0 13px 0 rgba(0,0,0,0.2);
}

#p2Swiper .left a{
    width:280px;
    height:58px;
    color: #fff;
    background: #05abad;
    text-align: center;
    line-height: 58px;
    position: absolute;
    left: 200px;
    bottom: -29px;
}
#p2Swiper .right{
    float: right;
    position: relative;
}
#p2Swiper .left .leftImg{
    position: absolute;
    left: 0;
    bottom:5px;
    z-index: 1;
}
#p2Swiper .left .leftImg.leftImg2{
    bottom:6px;
}
#p2Swiper .left .leftImg.leftImg3{
    left: 1px;
    bottom: 6px;
}
#p2Swiper .right .del{
    width:400px;
    height:230px;
    background: #fff;
    position: absolute;
    right: 205px;
    top: 72px;
    padding: 40px 30px;
    box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
}
#p2Swiper .right .del h2{
    font-weight: normal;
    font-size: 24px;
    color: #222;
}
#p2Swiper .right .del h2 span{
    font-weight: bold;
}
#p2Swiper .right .del p{
    font-size:18px;
    color: #7f7f7f;
    padding:20px 0 30px;
}
#p2Swiper .right .del .aBox{}
#p2Swiper .right .del .aBox a{
    display: inline-block;
    width:30px;
    height:30px;
    margin-right: 5px;
    background: url("../img/p2Icon.png") no-repeat left top;
}
#p2Swiper .right .del .aBox a.a1{
    background-position: left 0;
}
#p2Swiper .right .del .aBox a.a2{
    background-position: left -30px;
}
#p2Swiper .right .del .aBox a.a3{
    background-position: left -60px;
}

#p2Swiper .right .del .aBox a:hover.a1{
    background-position: right 0;
}
#p2Swiper .right .del .aBox a:hover.a2{
    background-position: right -30px;
}
#p2Swiper .right .del .aBox a:hover.a3{
    background-position: right -60px;
}


.part2 .pagination {
    bottom:-18px;
    width:100%;
    z-index:20;
    text-align:center;
    position:absolute;
    padding-left: 133px;
}
.part2 .swiper-pagination-switch {
    margin:0 5px;
    width:40px;
    height:3px;
    cursor:pointer;
    display:inline-block;
    background:#05abad;
    opacity: 0.3;
    filter: Alpha(opacity = 30);

}
.part2 .swiper-active-switch {
    background:#05abad;
    opacity:1;
    filter: Alpha(opacity = 100);
}

.part2 .link_a{
    margin-top: 80px;
}


/*part4*/
.part4{min-width: 1000px;padding-bottom:80px;}
.item_box{width:100%;padding:0 0 82px 0;overflow:hidden;}
.item_box_wp{width:1000px;margin:0 auto;}
/*part5*/
.part5{
    min-width: 1000px;
    width: 100%;
    height: 1043px;
    background: url("../img/p5Bg.jpg") no-repeat center;
}
.part5 .main{}
.part5 .main > a{
    display: block;
}
.part5 .main .box{
    position: absolute;
    top:190px;
    left: 0;
    width:100%;
}
.part5 .bigBox{
    padding: 0 4px;
}
.part5 .bigBox li{
    width:25%;
    float: left;
    padding: 0 8px;
    overflow: hidden;
}
.part5 .bigBox li div{
    display: block;
    border:1px solid #bfbfbf;
    transition: .4s;
    position: relative;
    text-align: center;
}
.part5 .bigBox li div > img{
    width:100%;
    display: block;
    box-shadow:0 0 30px 5px rgba(0,0,0,0.4);

}
.part5 .bigBox li h4,.part5 .bigBox li p em{
	width: 100%;
	position:absolute;
	left: 0;
	top: 78px;
	font-size: 18px;
	color: #fff;
}
.part5 .bigBox li h4 span{
	font-size: 18px;
}
.part5 .bigBox li p,.part5 .bigBox li p i{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 250px;
}
.part5 .bigBox li p i{
	background: #000;
	opacity: 0.5;
}
.part5 .bigBox li p em{
	font-style: normal;
	top: 60px;
}
.part5 .bigBox li p.thr em{
	top: 84px;
}
.part5 .bigBox li p.fou em{
	top: 40px;
	font-size: 16px;
}
.part5 .bigBox li div:hover p{
	top: 0px;
	transition: 0.5s;
}
.part5 .bigBox li div:hover i{
	top: 0px;
	transition: 0.5s;
}
.part5 .bigBox li div:hover h4{
	top: -80px;
	transition: 0.5s;
}
.part5 .smallBox{
    padding: 0 5px;
    margin-top: 30px;
}
.part5 .smallBox li{
    width: 12.5%;
    float: left;
    padding: 0 8px;
}
.part5 .smallBox li > div{
    box-shadow:0 0 20px 2px rgba(0,0,0,0.2);
}
.part5 .smallBox li p{
    display: block;
    height: 100px;
    border:1px solid #bfbfbf;
    background: #3895c1;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-top: 60px;
    box-shadow:15px 12px 40px 0 rgba(0,0,0,0.1) inset;
}


.part5 .smallBox li.li_1 p{background: #3895c1;}
.part5 .smallBox li.li_2 p{background: #857f54;}
.part5 .smallBox li.li_3 p{background: #415384;}
.part5 .smallBox li.li_4 p{background: #382578;}
.part5 .smallBox li.li_5 p{background: #842732;}
.part5 .smallBox li.li_6 p{background: #5d904d;}
.part5 .smallBox li.li_7 p{background: #d15d73;}
.part5 .smallBox li.li_8 p{background: #e85d46;}
.part5 .smallBox li p span{
    position: relative;
}
.part5 .smallBox li p span:before{
    content: '';
    display: block;
    clear: both;
    width: 30px;
    height: 20px;
    position: absolute;
    top:-35px;
    left: 50%;
    margin-left: -15px;
    background: url("../img/p5Icon.png") no-repeat left center;
    transition: .4s;
}
.part5 .smallBox li.li_1 p span:before{
    background-position: 0 center;
}
.part5 .smallBox li.li_2 p span:before{
    background-position: -30px center;
}
.part5 .smallBox li.li_3 p span:before{
    background-position: -60px center;
}
.part5 .smallBox li.li_4 p span:before{
    background-position: -90px center;
}
.part5 .smallBox li.li_5 p span:before{
    background-position: -120px center;
}
.part5 .smallBox li.li_6 p span:before{
    background-position: -150px center;
}
.part5 .smallBox li.li_7 p span:before{
    background-position: -180px center;
}
.part5 .smallBox li.li_8 p span:before{
    background-position: -210px center;
}
.part5 .smallBox li:hover p span:before{
    transform: rotate(360deg);
    transition: .4s;
}


/*part6*/
.part6{
    min-width: 1000px;
}
.part6 .main{}
.part6 .left{
    float: left;
    width:730px;
    height: 440px;
}
.part6 .left .imgBox{
    position: absolute;
    left: 95px;
    top: 28px;
    width: 537px;
    height:337px;
}
.part6 .left .imgBox > img{
    position: absolute;
    top:0;
    left: 0;
    display: none;
}
.part6 .right{
    width:340px;
    height: 207px;
    border:2px solid #00a9ab;
    border-left: 0;
    position: absolute;
    top:100px;
    right:0;
}
.part6 .right > div{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    padding: 60px 40px;
    font-size: 16px;
    color: #222222;
    background: #fff;
    display: none;
}
.part6 .btnUl{
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.part6 .btnUl li{
    width:20%;
    float: left;
    text-align: center;
}
.part6 .btnUl li span{
    color: #0e8599;
    font-size: 16px;
    width: 176px;
    height: 176px;
    display: inline-block;
    background: url("../img/p6_btn0.png") no-repeat center;
    text-align: center;
    padding-top: 70px;
    cursor: pointer;
    transition: .4s;
    line-height: 1.2;
    position: relative;
}
.part6 .btnUl li span:after{
    content: '';
    display: block;
    clear: both;
    width: 100px;
    height:16px;
    background: url("../img/p6_btnBg.jpg") no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: -20px;
}
.part6 .btnUl li span i{
    font-style: normal;
    display: block;
    font-size: 14px;
}
.part6 .btnUl li span:hover{
    background: url("../img/p6_btn1.png") no-repeat center;
    color: #fff;
    transition: .4s;
}
.part6 .btnUl li.act span{
    background: url("../img/p6_btn1.jpg") no-repeat center;
    color: #fff;
    transition: .4s;
}
.part6 .leftBg{
    position: absolute;
    left: 0;
    bottom: 180px;
}
.part6 .leftBg .img1{
    position: absolute;
    left: 0;
    bottom:0;

    -webkit-animation: p6Animate 8s infinite linear;
    -moz-animation: p6Animate 8s infinite linear;
    -ms-animation: p6Animate 8s infinite linear;
    animation: p6Animate 8s infinite linear;
}
.part6 .leftBg .img2{
    position: absolute;
    left: 170px;
    bottom: 90px;


    -webkit-animation: p6Animate 5s infinite linear;
    -moz-animation: p6Animate 5s infinite linear;
    -ms-animation: p6Animate 5s infinite linear;
    animation: p6Animate 5s infinite linear;
}
.part6 .leftBg .img3{
    position: absolute;
    left: 155px;
    bottom: 15px;

    -webkit-animation: p6Animate 4s infinite linear;
    -moz-animation: p6Animate 4s infinite linear;
    -ms-animation: p6Animate 4s infinite linear;
    animation: p6Animate 4s infinite linear;
}
.part6 .rightBg{
    position: absolute;
    right: 0;
    top: 100px;
}
.part6 .rightBg img{
    position: absolute;
}
.part6 .rightBg .img4{
    right: 0;
    top: 0;

    -webkit-animation: p6Animate 8s infinite linear;
    -moz-animation: p6Animate 8s infinite linear;
    -ms-animation: p6Animate 8s infinite linear;
    animation: p6Animate 8s infinite linear;
}
.part6 .rightBg .img5{
    right: 60px;
    top: 129px;

    -webkit-animation: p6Animate 4s infinite linear;
    -moz-animation: p6Animate 4s infinite linear;
    -ms-animation: p6Animate 4s infinite linear;
    animation: p6Animate 4s infinite linear;
}
.part6 .rightBg .img6{
    right: 170px;
    top: 130px;

    -webkit-animation: p6Animate 5s infinite linear;
    -moz-animation: p6Animate 5s infinite linear;
    -ms-animation: p6Animate 5s infinite linear;
    animation: p6Animate 5s infinite linear;
}

@-webkit-keyframes  p6Animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-moz-keyframes  p6Animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes  p6Animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.part6 .bgLine{
    position: absolute;
    width: 760px;
    height: 75px;
    top: 344px;
    left:-300px;
    overflow: hidden;
}
.part6 .bgLine > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.part6 .line{
    width: 100%;
    height: 1px;
    background: #00a9ab;
    position: absolute;
    top:390px;
}
.part6 .line > img{
    float: left;
}
.part6 .bgLine > div img{
    float: left;
}
.part6 .lineImg1{
  /*  position: absolute;
    top: 0;
    left:380px;*/
}
.part6 .lineImg2{
   /* position: absolute;
    top: 0;
    left:380px;*/
}
.bgLine.bgLineRight{
    left: auto;
    right:-300px;
    z-index: 0;
}
.bgLine.bgLineRight>div{
    left: auto;
    right: 0;
    z-index: 0;
}

/*part8*/
.part8{
    min-width: 1000px;
    width: 1000px;
    margin-bottom: 60px;
}
.p8Cont{
    width: 910px;
    height: 480px;
    margin: auto;
    position: relative;
    background: url("../img/p8ContBg.jpg") no-repeat center;
}
.p8Cont .p8A{
    position: absolute;
    left: 40PX;
    bottom: 0;
    width:290PX;
    height:54PX;
    display: inline;
    background: #00a9ab;
    text-align: center;
    line-height: 54px;
    border:1px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    z-index: 10;
    color: #fff;

}
.p8ContDel{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
}
.p8ContDel .mainBox{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    display: none;
}
.p8ContDel .mainBox > img{
    position: absolute;
    left:0;
    bottom: 40px;
}
.p8ContDel .teachName{
    position: absolute;
    width:270px;
    height:54px;
    top: 0;
    right:102px;
    font-weight: bold;
    font-size: 30px;
    padding-left: 20px;
    line-height: 54px;
    color: #fff;
}
.p8ContDel .teachName i{
    font-style: normal;
    font-weight:normal;
    font-size: 16px;
    padding-left: 20px;
    z-index: 10;
}
.p8ContDel .del{
    position: absolute;
    right:60px;
    top:120px;
    width:480px;
    height:180px;
    font-size:16px;
    color: #000;
    line-height: 3;
    background: #fff;
}
.p8Cont .imgBox{
    position: absolute;
    right:40px;
    bottom:40px;
}
.p8Cont .imgBox > img{
    float: left;
    border:1px solid #fff;
    border-bottom: 0;
}
.p8Cont .imgBox > img.act{
    border:1px solid #00a9ab;
    border-bottom: 0;
}
.p8ContDel .leftBtn, .p8ContDel .rightBtn{
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    z-index: 10;
    top:40%;
    cursor: pointer;
}
.p8ContDel .leftBtn{
    background: url("../img/p8Icon.png") no-repeat bottom left;
    left: -50px;
}
.p8ContDel .rightBtn{
    background: url("../img/p8Icon.png") no-repeat bottom right;
    right: -50px;
}
.p8ContDel .leftBtn:hover{
    background: url("../img/p8Icon.png") no-repeat top left;
}
.p8ContDel .rightBtn:hover{
    background: url("../img/p8Icon.png") no-repeat top right;
}
/*part9*/
.part9{ width: 100%; min-width: 1000px;background: url("../img/p9Bg.jpg") no-repeat center;height: 716px;margin-top: 70px;}
.part9 .tit{margin-bottom: 60px;}
.part9 .link_a{margin-top: 80px;}
.part9 .swiper-container {width: 500px;height: 326px;left: 0px;top:8px;}
.bz_tab{width: 225px;position: absolute;cursor: pointer;height: 85px;}
.bz_tab_01{left: 0;top:25px;padding-right: 60px;transition: 0.4s;}
.bz_tab_02{left: 0;top:130px;padding-right: 60px;transition: 0.4s;}
.bz_tab_03{left: 0;top:230px;padding-right: 60px;transition: 0.4s;}
.bz_tab_04{right: 0;top:25px;padding-left: 60px;text-align: left;}
.bz_tab_05{right: 0;top:130px;padding-left: 60px;text-align: left;}
.bz_tab_06{right: 0;top:230px;padding-left: 60px;text-align: left;}
.bz_tab h3{font-size: 16px;color: #fff;width: 175px;overflow: hidden;}
.bz_tab div{margin-top: 5px;font-size: 14px;color: #fff;position: relative;}
.bz_tab div>p{ width: 170px;}
.bz_tab div > span{display: inline-block;position: absolute;right: -60px;width: 46px;height: 53px;text-align: center;z-index: 1;top: -10px;padding-right: 3px;}
.bz_tab div > span img{display: inline-block;}
.bz_tab_04 div>span, .bz_tab_05 div>span, .bz_tab_06 div>span{left: -60px;transition: 0.4s;}
.tab_active h3{color: #05abad;}
.bz_tab_01.tab_active,.bz_tab_02.tab_active,.bz_tab_03.tab_active{padding-right: 50px; transition: 0.4s;}
.bz_tab_04.tab_active div>span, .bz_tab_05.tab_active div>span, .bz_tab_06.tab_active div>span{left: -70px;transition: 0.4s;} 
/*part10*/
.part10{
    width:100%;
    min-width: 1000px;
    background: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.part10 .p10Left{
    width:490px;
    float: left;
}
.part10 .p10Left li{
    width:100%;
    height:95px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: #969696;
    font-size: 16px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.part10 .p10Left li a{
    display: block;
    color: #969696;
    font-size: 16px;
}
.part10 .p10Left li:hover{
    box-shadow:none;
}
.part10 .p10Left li .img{
    position: absolute;
    left:0;
    top: 0;
}
.part10 .p10Left li .slide{
    position: absolute;
    right:0;
    top: 0;
    width: 46px;
    height: 100%;
    background: #00a9ab;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    line-height: 1.3;
}
.part10 .p10Left li .slide i{
    font-weight:bold;
    font-size:30px;
    font-style: normal;
}
.part10 .p10Right{
    width: 480px;
    float: right;
}

.part10 .p10Left li.li_2 .img{
    left: auto;
    right: 0;
}
.part10 .p10Left li.li_2 .slide{
    left: 0;
    right: auto;
}
.part10 .p10Right{
    width:427px;
    float: right;
    position: relative;
    padding-top: 114px;
}
.part10 .p10Right > img{
    position: absolute;
    width:487px;
    height:114px;
    left:-30px;
    top:0;
}
.part10 .p10Right .formBox{
    background: #fff;
    height: 320px;
}
.p10Right .formBox h2{
    text-align: center;
    font-size: 24px;
    color: #69727d;
}
.p10Right .formBox h2 p{
    font-weight: normal;
    font-size:18px;
    color: #959da7;
}
.p10Right .formBox h2 p i{
    font-style: normal;
    color: #0e8599;
}
.p10Right .formBox form{
    width: 70%;
    margin:35px auto 0;
}
.p10Right .formBox form > div{
    width: 100%;
    height:42px;
    background: #fbfbfb;
    border:1px solid #0e8599;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.p10Right .formBox form > div input{
    height:40px;
    background: #fbfbfb;
    position: relative;
    width: 90%;
}
.p10Right .formBox button{
    width: 100%;
    height: 44px;
    background: #00a9ab;
    text-align: center;
    line-height: 44px;
    color: #fff;
}
.p10Right .formBox form > div:before{
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 20px;
    background: url("../img/formIcon.png") no-repeat left center;
    z-index: 10;
    top: 10px;
    left: 7px;
}
.p10Right .formBox form > div.div1:before{
    background: url("../img/formIcon.png") no-repeat left center;
}
.p10Right .formBox form > div.div2:before{
    background: url("../img/formIcon.png") no-repeat -27px center;
}
.p10Right .formBox form > div.div3:before{
    background: url("../img/formIcon.png") no-repeat right center;
}
.p10Right .formBox form > div.div2{position: relative;}

#getcodee{width: 100px;height: 30px;position: absolute;right: 2px;top: -15px;z-index: 999;text-align: center;line-height: 30px;}
#getcodee b{width: 100%;height: 100%;background: #bdbdbd;opacity: 0.3;position: absolute;left: 0;top: 0;}
#getcodee p{font-size: 14px;}


.p10Right form div{margin-left: 0px;}


#fixed{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: block;
}
#fixed span{
	width: 100%;
	height: 100%;
	background: #4b4946;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	left: 0;
	top: 0;
}
#fixed div{
	width: 647px;
	height: 516px;
	position: absolute;
	margin-top: -258px;
	top: 50%;
	left: 50%;	
	margin-left: -323.5px;	
}
#fixed img{
	width: 100%;
	height: 100%;
}
#down{
	background: url(http://lz.tedu.cn/lz/pm/img/close.png) no-repeat;
	width: 43px;
	height: 43px;
	position: absolute;
	right: 64px;
	top: -24px;
	cursor: pointer;
}

.submit-box{
    bottom:0;
    width:100%;
    height:70px;
    position:fixed;
    z-index:9999;
    background:#222222;
    background:rgba(0,0,0,0.8);
}
.submit-box p{
    margin-left:100px;
    margin-top:8px;
    margin-right:25px;
    font-size:18px;
    color:#ffffff;
    float:left;
}
.submit-box p span{
    font-size:16px;
    color:#00a9ab;
    float:left;
}
.submit-box form input[type="text"]{
    margin-right:10px;
    margin-top:20px;
    width:150px;
    height:30px;
    text-indent:10px;
    line-height:30px;
    color:#ffffff;
    background:none;
    border:1px solid #ffffff;
}
.submit-box form input[type="submit"]{
    margin-top:15px;
    width:150px;
    height:40px;
    text-align:center;
    line-height:40px;
    background:#00a9ab;
    border:none;
    cursor:pointer;
    border-radius:4px;
    color:#ffffff;
    font-size: 20px;
}


.show{width: 1000px;margin: 50px auto 0;text-align: center;}
.show ul{margin-left: 24px;}
.show ul li{width: 248px;height: 334px;border: 1px solid #05abad;position: relative;}

.show ul li h3{width: 50px;height: 200px;background: #05abad;position: absolute;left: -24px;top: 34px;font-size: 28px;color: #fff;line-height: 32px;padding-top: 22px;font-weight: normal;}
.show ul li img{position: absolute;top: 34px;left: 46px;}
.show ul li p{width: 210px;position: absolute;left: 50%;margin-left: -105px;bottom: 20px;text-align: justify;font-size: 14px;color: #727272;}
.show ul li p span{color: #05abad;font-weight: bold;line-height: 18px;}
.show ul li.sec{margin-left: 106px;}

/*part3*/
.part3{width: 100%; height:636px;background: url(../img/bg2.jpg) no-repeat center;text-align: center;}
.part3 .time{width: 1060px;margin: 0 auto 54px;font-size: 20px;color: #fff;}
.part3 .time ul{margin-bottom: 52px;}
.part3 .time li{margin-right:30px;}
.part3 .time li.last{width: 140px;height: 34px;line-height: 34px;margin-right: -32px;}
.part3 .time li.last p{margin-top: 0;}
.part3 .time li.last .link_a a{width: 100%;height: 100%;line-height: 34px;border-radius: 0;display: block;font-size: 18px;background: none;border: 1px solid #05abad;}
.part3 .time li.last .link_a a:after{border-radius: 0;}
.part3 .time li.last .link_a a span:before{background: none;}
.part3 .time li em{display: inline-block;width: 38px;height: 34px;border: 1px solid #05abad;border-radius: 4px;font-style: normal;line-height: 32px;background: #05abad;font-family: arial;}
.part3 .time ul li.pos{position: relative;margin-right: 44px;}
.part3 .time ul li.pos i{position: absolute;background: url(../img/hot.png) no-repeat;right: -24px;top: 2px;width: 18px;height: 25px;}
.part3 .tit{padding-top: 40px;}
/*part7*/
.part7{text-align: center;padding-bottom: 60px;}
.part7 .maxBox{width: 910px;height: 350px;margin:100px auto;position: relative;font-size: 16px;}
.part7 .maxBox li{width: 300px;height: 348px; border: 1px solid #dedede;position: absolute;top: 0;cursor: pointer;transition: 0.5s;color: #5d5d5d;}
.part7 .maxBox li .title{font-size: 18px;padding: 26px 0 4px;}
.part7 .maxBox li .num{font-size: 60px;color: #66bfc3;}
.part7 .maxBox li .con{width: 238px;margin: 0px auto;text-align: left;}
.part7 .maxBox li .con i{color: #010101;font-style: normal;}
.part7 .maxBox em{position: absolute;left:180px;top: 76px;font-style: normal;}
.part7 .maxBox li .btn1{width: 150px;height: 40px;background: #66bfc3;line-height: 38px;margin: 20px auto;color: #fff;font-size: 28px;}
.part7 .maxBox #sec{left: 304px;}
.part7 .maxBox #thr{left: 608px;}
.part7 .maxBox #thr em{left: 210px;}
.part7 .maxBox .link_a{margin-bottom: 60px;}


.part7 .maxBox li.on{transform: scale(1.2);background: #66bfc3;z-index: 2;transition: 0.5s;color: #fff;border: none;}
.part7 .maxBox li.on i{color: #fff;}
.part7 .maxBox li.on .num{color: #fff;}
.part7 .maxBox li.on .btn1{background: #fff;color: #66bfc3;}
/*part11*/
.part11{background: url(../img/bg3.jpg) no-repeat center;width: 100%;height: 820px;text-align: center;}
.part11 .tit{padding-top: 30px;}
/*kf*/
.zuo_53{
    width: 140px;
    height: 514px;
    position: fixed;
    left:-10px;
    top:50%;
    margin-top: -257px;
    z-index: 99999;
}
.zuo_53_top{
    width: 100%;
}
.zuo_53_top img{
    width: 100%;
    height: auto;
}
.zuo_53_bottom{
    padding: 0 15px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-top: -25px;
    position: relative;
}
.zuo_53_bottom .button_53{
    height: 56px;
    text-align: center;
    background: #3e71cc;
}
.zuo_53_bottom .button_53>a{
    width: 90%;
    height: 100%;
    display: block;
    line-height: 56px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px dashed #fff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.zuo_53_bottom .button_53:hover{
    background: #f7bf01;
}
.zuo_53_bottom .button_53:hover>a{
    border-bottom: 1px dashed #f7bf01;
    color: #000;
}
.zuo_53_bottom .button_53>.border_none{
    border: none;
}
.zuo_53_bottom .kong_53{
    padding-top: 1px;
    height: 76px;
    background: rgba(214,214,214,0.8);
    background: #d6d6d6\9;
}
.zuo_53_bottom .kong_53>a{
    width: 80%;
    display: block;
    margin: 14px auto 0;
    text-align: center;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
}
.zuo_53_bottom .kong_53>.lan{
    color: #fff;
    background: #3e71cc;
}
.zuo_53_bottom .kong_53>.lan:hover{
    color: #000;
    background: #f7bf01;
}
.zuo_53_bottom .kong_53>.huang{
    color: #000;
    background: #f7bf01;
}
.zuo_53_bottom .kong_53>.huang:hover{
    color: #fff;
    background: #3e71cc;
}
/*导航*/
.content{
    position: relative;
}
.clear_fix:after,
.clear_fix:before {
    content: "";
    display: block;
    clear: both;
}


.w-container {
     width: 1000px;
     margin: auto;
 }
.nav_box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.navTel{
    position: absolute;
    right: 0;
    color: #fff;



    height: 24px;
    background: url('../img/tel.png') no-repeat center left;
    padding-left: 30px;
}

.nav_bg{
    padding-top: 20px;
    background: -webkit-linear-gradient( top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background: -moz-linear-gradient( top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background: -o-linear-gradient( top, rgba(0,0,0,0.5), rgba(0,0,0,0));

    background: #222\9;
    padding-bottom: 20px;
}
.w-logo{
    display: inline-block;
    width:115px;
}
.w-logo > img{
    max-width: 100%;
}
.nav_left{
    width: 300px;
    float: left;
}
.nav_left p{
    display: inline-block;
    color: #fff;
    float: right;
    border-left: 1px solid #fff;
    height: 34px;
    line-height: 1.3;
    font-size: 14px;
    padding-left: 20px;
}
.nav_left p span{
    font-size: 18px;
    font-weight:bold;
    padding: 0 10px 0 12px;
}
.nav_left p em{
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
}
.nav_ul{
    width: 700px;
    float: right;
    margin-right: -20px;
}
.nav_ul li{
    width: 100px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    float: left;
    box-sizing: border-box;
}
.nav_ul li a{
    color: #fff;
    position: relative;
    font-size: 16px;
}
.nav_ul li a span{
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background: #3086c0;
    transition: width .6s;
}
.nav_ul li:hover a span{
    width: 100%;
}
.nav_ul li.nav_active span{
    width: 100%;
}
.nav_kc{
    padding-right: 6px;
}
.nav_kc a{cursor: pointer;}
.nav_kc em{
    position: absolute;
    right: -12px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    cursor: pointer;
}
.nav_kc em img{
    animation:nav_img 1s infinite;
    transform: translateY(-8px);
}

@-webkit-keyframes nav_img {
    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    50%{
        opacity: 1;
        transform: translateY(4px);
    }
    100%{
        opacity: 0;
        transform: translateY(-8px);
    }
}
@-moz-keyframes nav_img {
    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    50%{
        opacity: 1;
        transform: translateY(4px);
    }
    100%{
        opacity: 0;
        transform: translateY(-8px);
    }
}
@-o-keyframes nav_img {
    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    50%{
        opacity: 1;
        transform: translateY(4px);
    }
    100%{
        opacity: 0;
        transform: translateY(-8px);
    }
}
@keyframes nav_img {
    0%{
        opacity: 0;
        transform: translateY(0px);
    }
    50%{
        opacity: 1;
        transform: translateY(4px);
    }
    100%{
        opacity: 0;
        transform: translateY(-8px);
    }
}


/*子导航*/
.sub_nav{
    position:absolute;
    top: 80px;
    left: 0;
    right:0;
    background: rgba(255,255,255,0.96);
    background: #fff \9;
    filter:alpha(opacity=50);
    -ms-filter:alpha(opacity=50);
    text-align: center;
    height: 40px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);

    z-index: 99999999999;
}
.sub_nav_ul{
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.sub_nav_ul li{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    float: left;
}
.sub_nav_ul li a{
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #333;
}
.sub_nav_ul li.last a{
    border-right:none;
}
.sub_nav_ul li a:hover{
    background: #3697d9;
    color: #fff;
    border-right:none;
    margin-left: -1px;
}




.p1{
    width:100%;
    height:930px;
    position:relative;
    background:url("../img/p1-bg.jpg") no-repeat center top;
}
.p1 .main{
    margin:0 auto;
    width:1000px;
    height:705px;
    position:relative;
    background:url("../img/p1-img.png") no-repeat 290px 36px #ffffff;
    box-shadow:0 0 15px 2px #26272f;
}
.p1 ul li{
    width:204px;
    height:202px;
    cursor:pointer;
    position:absolute;
    overflow:hidden;
}
.p1 ul li.l1{
    top:70px;
    left:128px;
    background:url("../img/p1-l1.png") no-repeat;
    transition:0.4s;
}
.p1 ul li.l1:hover{
    background:url("../img/p1-l1-act.png") no-repeat;
    transition:0.2s;
}
.p1 ul li.l2{
    top:70px;
    left:687px;
    background:url("../img/p1-l2.png") no-repeat;
    transition:0.4s;
}
.p1 ul li.l2:hover{
    background:url("../img/p1-l2-act.png") no-repeat;
    transition:0.2s;
}
.p1 ul li.l3{
    top:316px;
    left:128px;
    background:url("../img/p1-l3.png") no-repeat;
    transition:0.4s;
}
.p1 ul li.l3:hover{
    background:url("../img/p1-l3-act.png") no-repeat;
    transition:0.2s;
}
.p1 ul li.l4{
    top:316px;
    left:408px;
    background:url("../img/p1-l4.png") no-repeat;
    transition:0.4s;
}
.p1 ul li.l4:hover{
    background:url("../img/p1-l4-act.png") no-repeat;
    transition:0.2s;
}
.p1 ul li.l5{
    top:316px;
    left:688px;
    background:url("../img/p1-l5.png") no-repeat;
    transition:0.4s;
}
.p1 ul li.l5:hover{
    background:url("../img/p1-l5-act.png") no-repeat;
    transition:0.2s;
}
.p1 ul li h2{
    margin-top:106px;
    font-size:16px;
    font-weight:bold;
    line-height:16px;
    text-align:center;
    color:#505564;
}
.p1 ul li h3{
    margin-top:95px;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
    text-align:center;
    color:#505564;
}
.p1 ul li:hover h2{
    color:#05abad;
}
.p1 ul li:hover h3{
    color:#05abad;
}
.btn{
    margin:0 auto;
    width:250px;
    height:52px;
    font-size:22px;
    line-height:52px;
    text-indent:68px;
    display:block;
    color:#ffffff;
    background:url("../img/btn.png") no-repeat center;
}
.btn.b1{
    top:580px;
    left:220px;
    position:absolute;
}
.btn.b2{
    top:580px;
    left:565px;
    position:absolute;
}
.p2{
    padding-bottom:0;
    width:100%;
    height:911px;
    position:relative;
    background:url("../img/p2-bg.jpg") no-repeat center top;
}
.p2 .main{
    margin:0 auto;
    width:1000px;
    position:relative;
}
#p2{
    height:609px;
    background:url("../img/p2-tag.jpg") no-repeat 287px 181px;
}
#p2 img{
    margin-left:45px;
    display:block;
}
#pagination2 {
    z-index:9999;
    bottom:0;
    width:100%;
    text-align:center;
    position:absolute;
}
#pagination2 .swiper-pagination-switch {
    display: inline-block;
    width:10px;
    height:10px;
    margin:0 5px;
    cursor:pointer;
    border:1px solid #05abad;
    border-radius:15px;
}
#pagination2 .swiper-active-switch {
    background:#05abad;
}
.next{
    top:236px;
    right:93px;
    width:85px;
    height:30px;
    cursor:pointer;
    z-index:99999;
    position:absolute;
    background:url("../img/next.png") no-repeat center;
}
.btn2{
    margin:0 auto;
    margin-top:40px;
    width:350px;
    height:52px;
    font-size:22px;
    line-height:52px;
    text-indent:90px;
    display:block;
    color:#ffffff;
    background:url("../img/btn2.png") no-repeat center;
}


#start{width: 100%;height: 65px;position: fixed;left: 0;bottom: 0;z-index: 999;display: none;}
#start .s_bg{width: 100%;height: 100%;background: #232645;opacity: 0.8;}
#start p{color: #fff;font-size: 20px;position: absolute;top: 0;left: 12%;line-height: 65px;}
#start a{display: inline-block;width: 160px;height: 40px;background: #ff7437;color: #fff;line-height: 40px;text-align: center;margin-left:80px;border-radius: 30px;}
#start span{color: #ffbc06;font-weight: bold;}

#start img{position: absolute;left: 5%;top: 0;}
