@charset "utf-8";
/* CSS Document */
/* common */
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,span,ul,ol,li{margin:0px; padding:0px; text-indent:0; font-weight:normal;font-size:14px; font-family:'Microsoft YaHei',Verdana, Arial, Helvetica, sans-serif;color:#363636;}
ul,ol{list-style:none; text-indent:0; list-style-position:outside;}
img{border:0px;}
.clear{width:0px; height:0px; font-size:0px; line-height:0px; margin:0px; padding:0px; clear:both}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
/* link : style */
a{text-decoration:none;}
a:hover{text-decoration:none ;}

body{
    margin:0 auto;
    width:100%;
    overflow-x:hidden;
}
#wrap{
    margin:0 auto;
    width:100%;
    min-width:1000px;
}
#header{
    width:100%;
    height:84px;
}
.header-main{
    margin:0 auto;
    width:1000px;
    height:84px;
}
.logo1{
    margin-top:26px;
    width:108px;
    height:33px;
}
.logo-p{
    margin-top:25px;
    margin-left:11px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:9px;
    font-size:11px;
    line-height:16px;
    color:#626262;
    border-left:1px solid #cccccc;
}
.phone{
    margin-top:32px;
    font-size:16px;
    font-weight:bold;
    line-height:20px;
    color:#8a8787;
}
.phone i{
    padding-left:8px;
    font-size:20px;
    font-weight:bold;
    color:#e85511;
}
#content{
    margin:0 auto;
    width:100%;
}
.nav{
    margin:0 auto;
    width:100%;
    max-width:1920px;
    height:45px;
    background-color:#33cc66;
}
.nav-ul{
    margin:0 auto;
    width:710px;
}
.nav-ul li{
    float:left;
    background-color:#33cc66;
}
.nav-ul li:hover{
    background-color:#00bd3f;
}
.nav-ul li a{
    padding:0 30px;
    line-height:45px;
    display:block;
    color:#ffffff;
}
.nav-ul li.more-ul{
    position:relative;
}
.nav-ul li.more-ul:hover ul.nav-ul-ul{
    display:block;
}
.nav-ul-ul{
    left:0;
    width:118px;
    height:30px;
    z-index:9999;
    display:none;
    position:absolute;
    background-color:#33cc66;
}
.nav-ul-ul li{
    width:118px;
    height:30px;
    background-color:#33cc66;
}
.nav-ul-ul li:hover{
    background-color:#00bd3f;
}
.nav-ul-ul li a{
    width:118px;
    height:30px;
    line-height:30px;
    display:block;
}
.banner{
    margin:0 auto;
    width:100%;
    height:600px;
    overflow:hidden;
}
.banner0{
    height:600px;
    background:url("../images/banner1.jpg") no-repeat center top;
}

.banner1{
    height:600px;
    background:url("../images/banner2.jpg") no-repeat center top;
}

.banner2{
    height:600px;
    background:url("http://bj.tedu.cn/jsys/pc-600.jpg") no-repeat center top;
}
.content-main{
    margin:0 auto;
    width:1000px;
}
.part-title{
    padding-top:50px;
    padding-bottom:50px;
}
.part-title h1{
    font-size:70px;
    text-align:center;
}
.part-title h2{
    font-size:20px;
    text-align:center;
}
.part-title h3{
    font-size:30px;
    text-align:center;
}
.part-title h4{
    font-size:16px;
    color:#757272;
    text-align:center;
}
.part-title h4 span{
    font-size:16px;
    color:#ff7800;
    font-weight:normal;
    text-align:center;
}
.part1-main{
    margin-left:-20px;
    width:1020px;
}
.part1-box{
    margin-left:20px;
    margin-bottom:20px;
    float:left;
    width:235px;
    height:180px;
    cursor:pointer;
    overflow:hidden;
    position:relative;
    border-radius:9px;
}
.part1-box.img1{
    background:url("../images/p1b-img1.png") no-repeat center center #2ca6e0;
}
.part1-box.img2{
    background:url("../images/p1b-img2.png") no-repeat center center #2ca6e0;
}
.part1-box.img3{
    background:url("../images/p1b-img3.png") no-repeat center center #2ca6e0;
}
.part1-box.img4{
    background:url("../images/p1b-img4.png") no-repeat center center #2ca6e0;
}
.part1-box.img5{
    background:url("../images/p1b-img5.png") no-repeat center center #2ca6e0;
}
.part1-box.img6{
    background:url("../images/p1b-img6.png") no-repeat center center #2ca6e0;
}
.part1-box.img7{
    background:url("../images/p1b-img7.png") no-repeat center center #2ca6e0;
}
.part1-box.img8{
    background:url("../images/p1b-img8.png") no-repeat center center #2ca6e0;
}
.part1-box h1{
    padding-top:130px;
    font-size:16px;
    text-align:center;
    color:#ffffff;
}
.part1-info{
    top:-180px;
    width:233px;
    height:178px;
    position:absolute;
    border-radius:9px;
    z-index:9999;
    background-color:#ffffff;
    border:1px solid #ff7e00;
}
.part1-info h2{
    margin-top:12px;
    padding-left:13px;
    font-size:18px;
    line-height:30px;
    border-left:5px solid #ff7e00;
}
.part1-info p{
    margin-top:9px;
    padding:0 20px;
    font-size:12px;
    line-height:18px;
}
.part1-box:hover div.part1-info{
    top:0px;
    animation-name: show;
    animation-duration:0.5s;
    animation-timing-function:ease-in;
}

@keyframes show
{
    from {opacity:0}
    to {opacity:1}
}

.part-btn{
    margin:0 auto;
    margin-top:20px;
    margin-bottom:30px;
    width:358px;
    height:58px;
    line-height:60px;
    text-align:center;
    font-size:24px;
    color:#33cc66;
    display:block;
    background-color:#f6f1f1;
    border:1px solid #e6e6e6;
    border-radius:28px;
}
.part-btn:hover{
    color:#ffffff;
    background-color:#33cc66;
    border:1px solid #33cc66;
}
.part2-box{
    margin-top:30px;
    padding-right:24px;
    width:528px;
    background:url("../images/p2i-bg.jpg") no-repeat right center;
}
.part2-box1{
    margin-bottom:9px;
    width:193px;
    height:132px;
    cursor:pointer;
    border-radius:8px;
}
.part2-box2{
    margin-bottom:9px;
    margin-left:9px;
    width:149px;
    height:132px;
    cursor:pointer;
    border-radius:8px;
}
.part2-box1.img1{
    background:url("../images/p2b-img1.png") no-repeat 40px 12px #e9e9e9;
}
.part2-box2.img2{
    background:url("../images/p2b-img2.png") no-repeat 16px 12px #e9e9e9;
}
.part2-box2.img3{
    background:url("../images/p2b-img3.png") no-repeat 8px 12px #e9e9e9;
}
.part2-box1.img4{
    background:url("../images/p2b-img4.png") no-repeat 16px 12px #e9e9e9;
}
.part2-box2.img5{
    background:url("../images/p2b-img5.png") no-repeat 38px 12px #e9e9e9;
}
.part2-box2.img6{
    background:url("../images/p2b-img6.png") no-repeat 12px 12px #e9e9e9;
}
.part2-info1{
    width:193px;
    height:132px;
    cursor:pointer;
    border-radius:8px;
    display:none;
    z-index:9999;
    background-color:#2ca6e0;
}
.part2-info2{
    width:149px;
    height:132px;
    cursor:pointer;
    border-radius:8px;
    display:none;
    z-index:9999;
    background-color:#2ca6e0;
}
.part2-info1 h1{
    padding-top:35px;
    font-size:18px;
    text-align:center;
    color:#ffffff;
}
.part2-info2 h1{
    padding-top:35px;
    font-size:18px;
    text-align:center;
    color:#ffffff;
}
.part2-box1:hover div.part2-info1{
    display:block;
    animation-name: show;
    animation-duration:0.5s;
    animation-timing-function:ease-in;
}
.part2-box2:hover div.part2-info2{
    display:block;
    animation-name: show;
    animation-duration:0.5s;
    animation-timing-function:ease-in;
}
.part2-list{
    width:444px;
}
.part2-list ul{
    margin-bottom:35px;
}
.part2-list ul li{
    margin-bottom:10px;
    clear:both;
}
.part2-list ul li h1{
    font-size:18px;
    width:147px;
    text-align:right;
    color:#2ca6e0;
}
.part2-list ul li h2{
    float:left;
    width:147px;
    text-align:right;
    color:#aaaaaa;
}
.part2-list ul li span{
    margin:0 5px;
    float:left;
    height:20px;
}
.part2-list ul li span.z1{
    width:118px;
    background-color:#cbcbcb;
}
.part2-list ul li span.z2{
    width:109px;
    background-color:#ff7800;
}
.part2-list ul li span.z3{
    width:102px;
    background-color:#cbcbcb;
}
.part2-list ul li span.z4{
    width:203px;
    background-color:#ffa200;
}
.part2-list ul li span.z5{
    width:189px;
    background-color:#cbcbcb;
}
.part2-list ul li span.z6{
    width:170px;
    background-color:#ff7800;
}
.part2-list ul li span.z7{
    width:177px;
    background-color:#cbcbcb;
}
.part2-list ul li span.z8{
    width:231px;
    background-color:#ffa200;
}
.part3{
    margin:0 auto;
    margin-top:20px;
}
.part3-main{
    margin-left:-20px;
    width:1020px;
}
.part3-box{
    margin-left:20px;
    float:left;
    cursor:pointer;
    width:320px;
    height:318px;
    position:relative;
    overflow:hidden;
}
.p3b-img{
    width:378px;
    height:238px;
    overflow:hidden;
    cursor:pointer;
    border:1px solid #ffffff;
}
.p3b-img.img1{
    background:url("../images/p3b-img1.jpg") no-repeat center center;
}
.p3b-img.img2{
    background:url("../images/p3b-img2.jpg") no-repeat center center;
}
.p3b-img.img3{
    background:url("../images/p3b-img3.jpg") no-repeat center center;
}
.p3b-img.img4{
    background:url("../images/p3b-img4.jpg") no-repeat center center;
}
.p3b-img.img5{
    background:url("../images/p3b-img5.jpg") no-repeat center center;
}
.p3b-img.img6{
    background:url("../images/p3b-img6.jpg") no-repeat center center;
}
.part3-box p{
    margin-top:14px;
    line-height:20px;
    color:#919191;
}
.azp{
    top:104px;
    right:-87px;
    width:87px;
    height:137px;
    position:absolute;
}

.p3b-img.img1 img.azp{
    animation-name: round;
    animation-duration: 3s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
@keyframes round
{
    from {top:80px;right:-30px;transform:rotate(-20deg)}
    50% {top:80px;right:-30px;transform:rotate(-30deg)}
    to { top:80px;right:-30px;transform:rotate(-20deg)}
}
.p3b-bgc{
    top:0;
    left:0;
    width:380px;
    height:240px;
    display:block;
    background:rgba(0,0,0,0.6);
}
.part3-box:hover img.azp{
    top:104px;
    right:0px;
    animation-name: wave;
    animation-duration: 3s;
    animation-timing-function: ease-out;
}
.part3-box:hover div.p3b-bgc{
    display:none;
}
@keyframes wave
{
    from { right:-87px;}
    50% { right:0;}
    to { right:0;}
}
.part3-box:hover div.p3b-img{
    width:378px;
    height:238px;
    border:1px solid #ff7e00;
}

.liuy-main{
	width:1000px;
	height:500px;
	background:url(../images/liuy.png) no-repeat center;
	}
.liuy form ul{ float:left; width:460px; margin:205px 0 0 360px;}
.liuy form li {
	display:block;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	list-style: none;	
	margin-bottom: 10px;
	width:80%; 
}
.liuy input[type="text"] {
	width: 200px;
	height:28px;
	color: #a9a9a9;
	font-size: 14px;
	padding-left:15px;
	margin-left:8px;
	border:1px solid #d8d8d8;
	outline: none;
	line-height:28px;
}

.liuy form .bto{float:left;margin-top:10px;}
.liuy form .bto1 .button01{
    width:120px;
	height:30px;
	background:#f5f1f0;
	text-transform: uppercase;
	outline: none;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	float:left;
	border:1px solid #d9d9d8;
	color:#60bf65;
	margin-left:10px;
}
.liuy form .bto2 .button02{
    width:120px;
	height:30px;
	background:#f5f1f0;
	text-transform: uppercase;
	outline: none;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	float:left;
	line-height:30px;
	border:1px solid #d9d9d8;
	color:#60bf65;
	margin-left:20px;
}
.pol{
	float: left;
	line-height:28px;
	color:#888888;
	font-size:18px;
}


.part4-main{
    width:1000px;
    height:1030px;
    position:relative;
    background:url("../images/part4-main-bg.jpg") no-repeat center top;
}
.onclick{
    top:80px;
    left:360px;
    width:37px;
    height:40px;
    position:relative;
    z-index: 999999;
    animation-name:sliding;
    animation-duration: 3s;
    animation-iteration-count:infinite;
    background:url("../images/onclick.png") no-repeat center top;
}

@keyframes sliding
{
    from {top:300px;}
    to { top:80px;}
}
.part-btn.part-link{
    margin-top:20px;
}
.part-link.pla{
    width:143px;
    height:40px;
    font-size:18px;
    line-height:40px;
}
.part-link.pl1{
    top:380px;
    left:210px;
    position:absolute;
}
.part-link.pl2{
    top:420px;
    left:660px;
    position:absolute;
}
.part-link.pl3{
    top:950px;
    right:130px;
    position:absolute;
}
.part-link.pl4{
    top:950px;
    left:360px;
    position:absolute;
}
.part-link.pl5{
    top:950px;
    left:20px;
    position:absolute;
}
.android{
    overflow:hidden;
    background-color:#ffffff;
}
.android01{
    top:70px;
    left:200px;
    width:230px;
    height:300px;
    position:absolute;
}
.android02{
    top:55px;
    left:635px;
    width:330px;
    height:360px;
    position:absolute;
}
.android03{
    top:690px;
    right:30px;
    width:255px;
    height:260px;
    position:absolute;
}
.android04{
    top:770px;
    left:355px;
    width:300px;
    height:180px;
    position:absolute;
}
.android05{
    top:580px;
    left:20px;
    width:260px;
    height:370px;
    position:absolute;
}
.android-swiper{
    width:94%;
    padding-right:6%;
    height: 100%;
    cursor:n-resize;
}
.android-swiper:hover div.android-info h2{
    background:#ea5c18;
}
.android-swiper div.swiper-slide{
    height:auto;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
    padding: 10px;
}
.android-info h2{
    margin:6px 0;
    float:left;
    padding:0 11px;
    height:23px;
    line-height:23px;
    color:#ffffff;
    display:block;
    text-align:center;
    background:#888888;
    border-radius:10px;
}
.android-info p{
    float:left;
    width:100%;
    font-size:12px;
    line-height:16px;
}
.part5-main{
    margin:0 auto;
    width:966px;
}
.part5-box{
    width:160px;
    height:260px;
    cursor:pointer;
}
.part5-box.img1{
    border-right:1px solid #ede9e9;
    background:url("../images/p5b-bg1.png") no-repeat 28px 29px ;
}
.part5-box.img1:hover{
    background:url("../images/p5b-bg1h.png") no-repeat 28px 29px ;
}
.part5-box.img2{
    border-right:1px solid #ede9e9;
    background:url("../images/p5b-bg2.png") no-repeat 28px 29px ;
}
.part5-box.img2:hover{
    background:url("../images/p5b-bg2h.png") no-repeat 28px 29px ;
}
.part5-box.img3{
    border-right:1px solid #ede9e9;
    background:url("../images/p5b-bg3.png") no-repeat 28px 29px ;
}
.part5-box.img3:hover{
    background:url("../images/p5b-bg3h.png") no-repeat 28px 29px ;
}
.part5-box.img4{
    border-right:1px solid #ede9e9;
    background:url("../images/p5b-bg4.png") no-repeat 28px 29px ;
}
.part5-box.img4:hover{
    background:url("../images/p5b-bg4h.png") no-repeat 28px 29px ;
}
.part5-box.img5{
    border-right:1px solid #ede9e9;
    background:url("../images/p5b-bg5.png") no-repeat 28px 29px ;
}
.part5-box.img5:hover{
    background:url("../images/p5b-bg5h.png") no-repeat 28px 29px ;
}
.part5-box.img6{
    background:url("../images/p5b-bg6.png") no-repeat 28px 29px ;
}
.part5-box.img6:hover{
    background:url("../images/p5b-bg6h.png") no-repeat 28px 29px ;
}
.part5-box h1{
    padding-top:155px;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    color:#ff6b5b;
}
.part5-box p{
    margin:0 auto;
    margin-top:8px;
    width:150px;
    font-size:12px;
    line-height:20px;
    color:#8c8a8a;
}
.part6-main{
    margin-left:-20px;
    width:1020px;
}
.part6-box{
    margin-left:20px;
    width:320px;
}
.part6-box img{
    width:320px;
    height:240px;
    border:1px solid #ffffff;
}
.part6-box table{
    margin-top:10px;
    height:115px;
}
.part6-box table tr{
}
.part6-box table th{
    padding:5px 0;
    font-size:12px;
    font-weight:normal;
    color:#ff6b5b;
}
.part6-box table td{
    padding:5px 0;
    font-size:12px;
    color:#919191;
    display:block
}
.part6-box:hover img{
    border:1px solid #ff6b5b;
}
.part7-title{
    padding-top:90px;
    padding-bottom:40px;
    margin-bottom:40px;
    width:100%;
    border-bottom:1px solid #90d30e;
}
.part7-title h1{
    font-size:30px;
    text-align:center;
}
.part7-title h2{
    padding-top:20px;
    font-size:16px;
    text-align:center;
    color:#757272;
}
.part7-main{
    margin: 0 auto;
    width:900px;
}
.part7-main h3{
    margin: 0 auto;
    width:900px;
    text-indent:30px;
    line-height:30px;
    color:#919191;
}
.part7-main h3 b{
    color:#ff7800;
}
.part7-box{
    margin-left:20px;
    margin-top:25px;
    width:158px;
    height:382px;
    opacity:0.8;
    cursor:pointer;
    overflow:hidden;
    border:1px solid #ffffff;
}
.part7-box.img1{
    background:url("../images/t1.jpg") no-repeat center top;
}
.part7-box.img2{
    background:url("../images/t2.jpg") no-repeat center top;
}
.part7-box.img3{
    background:url("../images/t3.jpg") no-repeat center top;
}
.part7-box.img4{
    background:url("../images/t4.jpg") no-repeat center top;
}
.part7-box.img5{
    background:url("../images/t5.jpg") no-repeat center top;
}
.part7-box.img6{
    background:url("../images/t6.jpg") no-repeat center top;
}
.part7-info{
    margin-top:188px;
    width:158px;
    height:194px;
    display:none;
    background-color:#ffffff;
    background-color:rgba(255,255,255,0.9);
}
.part7-info h1{
    padding:10px;
    font-size:18px;
    line-height:18px;
    color:#ff7800;
}
.part7-info h2{
    padding:0 10px;
    line-height:14px;
    color:#000000;
}
.part7-info p{
    padding:6px 10px;
    font-size:12px;
    line-height:22px;
    color:#5b5b5b;
}
.part7-box:hover{
    opacity:1;
    border:1px solid #ff7800;
}
.part7-box:hover div.part7-info{
    animation-name:top;
    animation-duration: 0.5s;
    display:block;
}
@keyframes top
{
    from {margin-top:382px;}
    to {margin-top:188px;}
}
.part8-swiper{
    float:left;
    width:1000px;
    height:700px;
    overflow:hidden;
}
.swiper-container2{
    width:972px;
    height:700px;
    overflow:hidden;
}
.swiper-container2 .swiper-slide{
    width:324px;
    height:652px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0.4;
}
.swiper-container2 .swiper-slide-visible {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.swiper-container2 .swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.swiper-container2 .swiper-slide img{
    margin:0 auto;
    width:324px;
    height:652px;
}
.part8-swiper-btn{
    margin:0 auto;
    width:752px;
}
.swiper-btn{
    margin-bottom:10px;
    margin-left:10px;
    float:left;
    width:84px;
    height:151px;
}
.swiper-btn img{
    width:84px;
    height:151px;
    cursor:pointer;
}
.swiper-btn.selected img{
    width:82px;
    height:149px;
    border:1px solid #ff860f;
}
.swiper-btn img:hover{
    width:82px;
    height:149px;
    border:1px solid #ff860f;
}
.part9{
    margin-left:-16px;
    width:1020px;
    height:600px;
    overflow:hidden;
}
.part9 .part9-title1-img1{
	width: 111px;
	height: 110px;
}
.part9 .part9-title1-img2{
	width: 113px;
	height: 112px;
}
.part9 .part9-title1-img3{
	width: 112px;
	height: 112px;
}
.part9 .part9-title1-img4{
	width: 122px;
	height: 120px;
}
.part9-box{
    margin-left:16px;
    margin-bottom:16px;
    width:490px;
    height:240px;
    border:2px solid #ffcc66;
    border-radius:3px;
}
.p9b-info{
    margin-top:27px;
    margin-left:20px;
}
.p9b-info p{
    font-size:12px;
    line-height:18px;
    color:#666666;
}
.p9b-text{
    margin-right:24px;
    width:296px;
}
.p9b-text p{
    margin-top:34px;
    font-size:12px;
    line-height:18px;
    color:#666666;
}
.p9b-text h1{
    margin-top:16px;
    line-height:22px;
    font-weight:bold;
    color:#ff6600;
}
.swiper-container-work div.swiper-slide{
    width:1000px;
}

.part11-main{
    margin:0 auto;
    padding-bottom:50px;
    width:1000px;
    height:481px;
    background:url("../images/part11-main-bg.jpg") no-repeat center top;
}
.part11-main ul{
    margin-left:660px;
    padding-top:70px;
}
.part11-main ul li{
    line-height:34px;
}
.part11-main ul li a{
    font-size:16px;
    line-height:34px;
}
.part11-main ul li a:hover{
    color:#ff7800;
}
#footer{
    width:100%;
    height:220px;
    background-color:#444242;
}
.footer-main{
    margin:0 auto;
    width:1000px;
}
.footer-info{
    width:770px;
    padding-top:50px;
}
.footer-info h1{
    margin-bottom:20px;
    color:#ff7800;
}
.footer-info ul li{
    float:left;
    margin-right:24px;
}
.footer-info ul li a{
    font-size:12px;
    color:#999999;
}
.footer-info ul li:hover a{
    color:#ff7800;
}
.footer-info h2{
    margin-top:10px;
    font-size:12px;
    color:#999999;
}
.wm{
    margin-top:55px;
    margin-right:70px;
    width: 100px;
    height: 100px;
}
.toTop{
    left:100px;
    bottom:50px;
    width:87px;
    height:161px;
    cursor:pointer;
    position:fixed;
    z-index:99999;
    background:url(../images/top.png) no-repeat;
}

/*mes.css*/
@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    background-color: #fff;
}
body {
    color: #1e1e1e;
    font: 13px "Microsoft YaHei","微软雅黑",Arial,Verdana,Tahoma;
}
h1, h2, h3, h4, h5, h6, i, em {
    font-style: normal;
    font-weight: normal;
}
input, button, select, textarea {
    border: 0 none;
    border-radius: 0;
    font-family: "Microsoft YaHei","微软雅黑",Arial,Verdana,Tahoma;
    outline: medium none;
    vertical-align: middle;
}

.banner-con04 {
    float: left;
    position: absolute;
    left: 200px;  
	top:250px;  
    transform: perspective(1000px) rotateY(0deg);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out 0s;
    width: 270px;
    z-index: 1;
}

@media screen and (max-device-width: 1366px) {
 
.banner-con04 {
    float: left;
    position: absolute;
    left: 150px;  
	top:200px;  

}
}


.banner-con04.turn {
    transform: perspective(1000px) rotateY(180deg);
}
.banner-con04 .m-reg {
    backface-visibility: hidden;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);    
    min-height: 350px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.banner-con04 .opa{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.banner-con04 .opa h3{
	font:20px/48px "微软雅黑"; 
	color:#fff;
	font-weight:bold;
	font-style:italic;
	padding-top:15px;
	text-align:center;    	
}
.banner-con04 .opa h3 span{
	color:#ffd800;
}
.banner-con04 .opa h4{
	font:16px/24px "微软雅黑"; 
	color:#fff;
	font-style:italic;
	text-align:center;    	
}



.banner-con04 .opa .m-tab {
    width: 270px;
}
.banner-con04 .opa .m-tab li {
    background: #0d0b00 none repeat scroll 0 0;
    color: #908f8d;
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 50%;
}
.banner-con04 .opa .m-tab li.crt {
    background: #332a00 none repeat scroll 0 0;
    color: #e0e0dd;
    cursor: default;
    font-size: 18px;
}
.banner-con04 .opa .m-ipts {
    padding: 20px 20px 0;
}
.banner-con04 .opa .m-ipts li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    overflow: hidden;
}
.banner-con04 .opa .m-ipts li dl {
    width: 230px;
}
.banner-con04 .opa .m-ipts li dt {
    background: #fff url("../images/sp_login.png") no-repeat scroll 0 0;
    float: left;
    height: 34px;
    padding-right: 10px;
    width: 22px;
}
.banner-con04 .opa .m-ipts li dd {
    float: left;
    width: 196px;
}
.banner-con04 .opa .m-ipts li .icon1 {
    background-position: 9px 11px;
}
.banner-con04 .opa .m-ipts li .icon2 {
    background-position: 9px -19px;
}
.banner-con04 .opa .m-ipts li .icon3 {
    background-position: 9px -49px;
}
.banner-con04 .opa .m-ipts li .icon4 {
    background-position: 9px -79px;
}
.banner-con04 .opa .m-ipts li.focus {
    border: 1px solid #ffa800;
}
.banner-con04 .opa .m-ipts .icon-btn {
    border: 1px solid #ffa800;
}
.banner-con04 .opa .m-ipts .icon-btn dt {
    background-color: #fff9f1;
}
.banner-con04 .opa .m-ipts .icon-btn .icon1 {
    background-position: -19px 11px;
}
.banner-con04 .opa .m-ipts .icon-btn .icon2 {
    background-position: -19px -19px;
}
.banner-con04 .opa .m-ipts .icon-btn .icon3 {
    background-position: -19px -49px;
}
.banner-con04 .opa .m-ipts .icon-btn .icon4 {
    background-position: -19px -79px;
}
.banner-con04 .opa .m-ipts .icon-btn dd .jsCheck {
    background-color: #fff9f1;
}
.banner-con04 .opa .m-ipts input {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 196px;
}
.banner-con04 .opa .m-ipts .u-err {
    background: #ff4444 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: 0;
    line-height: 20px;
    overflow: hidden;
    padding-left: 5px;
    transition: height 0.5s ease 0s;
    width: 100%;
}
.banner-con04 .opa .u-reg-btn {
    background: #ff7d1d none repeat scroll 0 0;
    border-radius: 3px;
	border:1px dashed #fff;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    margin: 5px 20px 0;
    text-align: center;
    width: 230px;
}
.banner-con04 .opa .u-reg-btn:hover {
    background: #ff7676 none repeat scroll 0 0;
}
.banner-con04 .opa .u-reg-btn:active {
    background: #ff3434 none repeat scroll 0 0;
}
.banner-con04 .opa .u-txt {
    color: #fff;
    font-size: 13px;
    margin: 14px 0 26px;
    text-align: center;
}
.banner-con04 .opa .u-txt em {
    color: #ffde00;
}

/*swiper2.css*/

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 45px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 0 10px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.swiper-active-switch {
    background: #00d420;
    border: 1px solid #00d420;
}

.swiper-scrollbar {
    background:none;
    position:absolute;
    right:0px;
    top:0;
    height:100%;
    width:5px;
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background:#888888;
}
/*idangerous.swiper.css*/
/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}

/*idangerous.swiper.scrollbar*/
/*
 * Swiper Scrollbar 2.4.1
 * Scrollbar plugin for Swiper
 *
 * http://www.idangero.us/sliders/swiper/plugins/scrollbar.php
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: June 27, 2014
*/
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}




#p6{
    margin-left:-310px;
    width:1620px;
    height:300px;
    overflow:hidden;
}
#p6 .swiper-slide .box{
    margin:0 auto;
    width:500px;
    position:relative;
}
#p6 .swiper-slide .box img{
    width:100%;
    height:auto;
    display:block;
}
#p6 .swiper-slide .box .bg{
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(37,44,62,0.1);
}
#p6 .swiper-slide.act .box .bg{
    display:none;
}
#p6 .swiper-slide .box p{
    width:100%;
    height:50px;
    font-size:16px;
    color:#ffffff;
    line-height:50px;
    text-align:center;
    background:#33cc66;
}

#iconDivMain1{display: none;}


#fixed{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	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: 630px;
	height: 502px;
	position: absolute;
	margin-top: -251px;
	top: 50%;
	left: 50%;	
	margin-left: -315px;	
}
#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;
}