

.h-company-text{
	width: 1200px;
	height: 461px;
	margin: 0 auto;
	color: #fff;
	position: relative;
}
@keyframes mymove
{
	from {
		top: 210px;
		opacity: 0;
	}
	to {
		top: 180px;
		opacity: 1;
	}
}
.h-b-t-left{
	width: 540px;
	height: 310px;
	top: 180px;
	left: 60px;
	text-align: left;
	position: absolute;
	opacity: 1;
	color: #fff;
    animation-name: mymove;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
.h-b-t-left>h3{
	font-size: 40px;
	margin-bottom: 30px;
}
.h-b-t-left>p{
	font-size: 20px;
	line-height: 30px;
}
.h-b-img{
	width: 876px;
	height: 461px;
	float: right;
	position: relative;
}
@keyframes mymove1
{
	from {
		top: 150px;
		opacity: 0;
	}
	to {
		top: 120px;
		opacity: 1;
	}
}
.h-img-1{
	position: absolute;
	top: 120px;
    right: 0;
	opacity: 1;
    animation-name: mymove1;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
.com-title-div{
	width: 900px;
	height: 100px;
	margin: -40px auto 0 auto;
	background-color: #fff;
	position: relative;
	box-shadow: 0 10px 35px 0 rgba(24,44,79,.07);
}
.com-t-ul{
	width: 900px;
	height: 100px;
	position: absolute;
}
.com-t-li{
	width: 300px;
	height: 100px;
	padding-top: 20px;
	padding-left: 75px;
	float: left;
	cursor: pointer;
	color: #959595;
}
.n-t-li-active{
	border-bottom: 5px solid #1cd4d6;
}
.n-t-li-active span{
	color: #1cd4d6;
}
.icon-logo{
	width: 60px;
	height: 64px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
}

.com-t-li span{
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 18px;
}
.com-t-div{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 80px;
}
.com-t-div-one h1{
	margin-bottom: 30px;
}
.com-t-div-one p{
	margin-left: 125px;
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: 2px;
	line-height: 34px;
	text-align: left;
	margin-bottom: 70px;
}
.com-t-div-one span{
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: 2px;
	line-height: 34px;
	color: #454545;
}
.com-t-div-one b{
	font-size: 20px;
	font-weight: bold;
}
.com-pic{
	margin-top: 60px;
}
.com-pic img{
	margin-bottom: 15px;
}
.com-pic img:nth-child(2),.com-pic img:nth-child(5){
	margin-left: 10px;
	margin-right: 10px;
}
.m-top60{
	margin-top: 60px;
}

.center-city h1{
	font-size: 32px;
	margin-bottom: 30px;
}
.center-city p{
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 15px;
}
.map{
	width: 1200px;
	height: 354px;
	margin: 0 auto;
	border: 1px solid #c5d0da;
	margin-bottom: 25px;
}
.map-left{
	width: 288px;
	height: 100%;
	float: left;
	border-right: 1px solid #c5d0da;
	padding: 40px 38px;
}
.map-left h3{
	font-size: 22px;
	margin-bottom: 10px;
}
.map-left span{
	color: #999;
	margin-bottom: 25px;
	display: inline-block;
}
.map-left p{
	color: #666;
	margin-bottom: 10px;
}
.map-rig{
	width: 910px;
	height: 100%;
	float: right;
}
.map-contact{
	width: 1200px;
	height: 110px;
	margin: 0 auto;
}
.m-contact-div{
	width: 374px;
	height: 110px;
	box-shadow: 0 8px 35px 3px rgba(24,44,79,.07);
	padding: 21px 33px 0 48px;
	font-family: "å¾®è½¯é›…é»‘";
	float: left;
	font-weight: lighter;
	color: #2c3e50;
	position: relative;
}
.m-contact-div:nth-child(2){
	margin: 0 39px;
}
.m-contact-div>img{
	float: left;
	margin-right: 26px;
}
.m-contact-div img:last-child{
	float: right;
	margin-left: 0;
	margin-right: 0;
}
.m-contact-div span{
	font-size: 24px;
	line-height: 68px;
	float: left;
}
.m-contact-div p{
	width: 98px;
	height: 50px;
	line-height: 25px;
	margin-top: 10px;
	font-size: 14px;
	float: left;
}
@keyframes movec
{
	from {
		opacity: 0;
	    left: -30px;
	}
	to {
    	left: 0;
		opacity: 1;
	}
}
.anim-item{
	animation-duration: 1s ;	
	animation-name: movec;
	animation-fill-mode: forwards;
	opacity: 0;
    animation-timing-function: linear;
}
.anim-item1 {
    animation-delay: 0s;
}
.anim-item2 {
    animation-delay: .2s;
}
.anim-item3 {
    animation-delay: .5s;
}
.com-t-div-zero{
	width: 100%;
}
.leader{
	width: 1200px;
	height: 310px;
	margin: 60px auto 0;
}
.leader-img{
	width: 252px;
	height: 180px;
	padding-left: 72px;
	margin-right: 50px;
	float: left;
}
.leader-img img{
	border-radius: 50%;
	transition: all .2s;
}
.leader-img img:hover {
    box-shadow: 0 12px 35px 0 rgba(24,44,79,.07);
    -webkit-transform: translateY(-6px);
    -webkit-transition-delay: 0s;
}
.leader-txt{
	height: 180px;
	margin-top: 30px;
	text-align: left;
	font-size: 18px;
	color: #000;
	float: left;
	font-family: "å¾®è½¯é›…é»‘";
}
.leader-txt-p{	
	margin: 15px 0;
}
.leader-txt p:last-child{
	font-family: "PingFang SC";
	font-size: 16px;
	text-align: right;
	margin-top: 35px;
}
.c-introduction{
	width: 100%;
	height: 432px;
	background: #f5fcff;
}
.c-in-div{
	width: 965px;
	height: 100%;
	padding: 40px 0 65px;
	margin: 0 auto;
}
.c-in-div h3{
	color: #1cd7d5;
	font-size: 32px;
	margin-bottom: 35px;
}
.c-in-div p{
	text-align: left;
	text-indent: 32px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #000;
	font-weight: lighter;
	font-size: 16px;
	padding: 0 36px;
}
.c-s-div{
	width: 1200px;
	height: auto;
	margin: 50px auto 20px;
	position: relative;
}
.cs-swiper{
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.cs-sw{
	width: 312px;
	height: 410px;
	/*margin: 0 25px 0 15px;*/
	margin: 0 auto;
	box-shadow: 0 12px 35px 0 rgba(24,44,79,.07);
}
.cs-sw img{
	width: 312px;
	height: 187px;
}
.cs-txt{
	width: 100%;
	height: auto;
	padding: 16px 24px 0;
}
.cs-txt h3{
	font-size: 18px;
	color: #09c1bf;
}
.cs-txt span{
	width: 80px;
	height: 2px;
	margin: 15px auto 20px;
	background: #09c1bf;
	display: block;
}
.cs-txt p{
	font-size: 14px;
	height: 20px;
	text-align: left;
	color: rgba(1,1,1,.65);
}
.c-s-div .swiper-button-prev{
	top: 45%;
	left: -35px;
}
.c-s-div .swiper-button-next{
	top: 45%;
	right: -35px;
}
.course{
	width: 100%;
	height: 500px;
	background: linear-gradient(to right, #349ff6, #51dfc9);
	padding-top: 30px;
}
.course h1{
	font-size: 32px;
	color: #fff;
	letter-spacing: 2px;
	
}
.course-1200{
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
.courseDiv{
	width: 100%;
	height: 400px;
	position: relative;
	color: #fff;
}
.dashed{
	width: 54px;
	height: 80px;
	line-height: 80px;
	position: absolute;
	background: url(images/introduce/dashed.png) no-repeat center;
}
.s-top{
    left: 70px;
}
.s-top-t{
	left: 134px;
}
.s-down{
	top: -82px;
    left: 68px;
}
.s-down-t{
    top: -82px;
    left: 144px;
}
.s-down-to{
	top: -82px;
    left: 184px;
}
.x-2009{
	width: 1134px;
	height: 23px;
	background: url(images/introduce/2009x.png) no-repeat;
	position: absolute;
	top: 190px;
	display: none;
}
.div-top-two{
	width: 200px;
	top: -120px;
	position: absolute;
}
.div-top-twt{
	width: 320px;
	top: -154px;
	position: absolute;
}
.div-top-three{
	width: 200px;
	top: -158px;
	position: absolute;
}
.div-down{
	width: 200px;
	top: 109px;
	position: absolute;
}
.div-down-t{
	width: 400px;
	top: 111px;
	left: 565px;
	position: absolute;
}
.div-down-to{
	width: 300px;
	top: 111px;
	left: 230px;
	position: absolute;
}
.top-154{
	top: -154px;
}
.y-l-50{
	left: 50px;
}
.y-l-91{
	left: 91px;
}
.y-l-282{	
    left: 282px;
}
.y-l-474{
	left: 474px;
}
.y-l-468{
	left: 468px;
}
/*.y-l-410{
	left: 410px;
}*/
.y-l-426{
	left: 426px;
}
.y-l-556{
	left: 556px;
}
.y-l-658{
	left: 658px;
}
/*.y-l-661{
	left: 661px;
}*/
.y-l-787{
	left: 787px;
}
.y-l-847{
	left: 847px;
}
/*.y-l-850{
	left: 850px;
}*/
.y-l-869{
	left: 869px;
}
.x-2014{
	width: 1157px;
	height: 32px;
	background: url(images/introduce/2014x.png) no-repeat;
	position: absolute;
	top: 185px;
}
.future{
	font-size: 18px;
	bottom: -40px;
    left: -50px;
	position: absolute;	
}

.course-arrow{
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 47%;
}
.arrow-left{
	left: -60px;
}
.arrow-right{
	right: -10px;
}
.arrow-left span{
	width: 17px;
	height: 30px;
	display: inline-block;
	background: url(images/introduce/left.png);
}
.arrow-right span{
	width: 16px;
	height: 29px;
	display: inline-block;
	background: url(images/introduce/right.png);
}
.animItem{
	animation-duration: 1s ;	
	animation-name: moveitem;
	animation-fill-mode: forwards;
	opacity: 0;
    animation-timing-function: linear;
}
@keyframes moveitem
{
	from {
		opacity: 0;
	    margin-left: -30px;
	}
	to {
    	margin-left: 0;
		opacity: 1;
	}
}
.anim-item1 {
    animation-delay: 0s;
}
.anim-item2 {
    animation-delay: .2s;
}
.anim-item3 {
    animation-delay: .5s;
}
.anim-item4 {
    animation-delay: .8s;
}
.anim-item5 {
    animation-delay: 1.1s;
}
.anim-item6 {
    animation-delay: 1.4s;
}
.service-div{
	width: 1200px;
	height: 450px;
	margin: 60px auto 0;
	text-align: center;
}
.service-div h1{
	font-size: 32px;
	color: #010101;
	margin-bottom: 20px;
}
.service-div p{
	font-size: 20px;
	color: #959595;
}
.service-ul{
	width: 100%;
	height: auto;
	margin-top: 80px;
}
.service-li{
	width: 350px;
	height: auto;
	float: left;
	margin: 0 25px;
}
.service-li h3{
	font-size: 18px;
	color: #1cd7d5;
	margin-top: 40px;
	margin-bottom: 20px;
}
.service-li p{
	font-size: 14px;
	line-height: 20px;
	color: #595757;
	text-align: left;
}
