﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
input {
	border: none;
}
textarea {
	resize: none;/*禁止文本域任意缩放*/
}
body {
	font-family: 微软雅黑;
	color: #000;
}
#top {
	height: 40px;
	width: 100%;
	background-color: #67bea4;
}
.topa{
	width:1200px;
	margin:0 auto;
	}
#top .topleft {
	color: #fff;
	text-height: font-size;
	line-height: 40px;
	font-size: 14px;
	font-weight: 300;
	float: left;
	padding-left: 35px;
}
#top .toptell {
	color: #fff;
	text-height: font-size;
	line-height: 40px;
	font-size: 14px;
	font-weight: 300;
	float: right;
	padding-right: 35px;
}
#topnav {
	height: 70px;
	width: 1200px;
	margin:0 auto;
}
#topnav .toplogo {
	padding-left: 35px;
	float: left;
	padding-top:15px;
}
.nav{
	padding-top:15px;
	}
#topnav .nav .zz {
	line-height: 70px;
	float: left;
}
.zz a{
	font-size: 14px;
	color: #717171;
	font-weight: 600;
	}
.tellf{
	float:left;
    padding-top: 5px;  
    padding-left: 35px;
	}
.weixin{
	float:right;
	padding-right:35px;
	padding-top: 5px;
}
.zz{
	height:55px;
	padding-left:18px;
	padding-right:18px;
	display: block;
	margin:0 auto;
	position:relative;
	}
.jx{
	width:120px;
	height:245px;
	position:absolute;
	top:53px;
	left:-13px;
	z-index:100;
	background-color:#fff;
	opacity:0.8;
	overflow:hidden;
	}
.jx ul{
	width:120px;
	height:245px;
	}
.jx ul li{
	width:100px;
	height:40px;
	text-align:center;
	border-bottom: 1px #d2d2d2 solid;
	margin-left:10px;
	line-height:40px;
	}
.jx ul li a:hover{
	color:#67bea4;
	}
.zz>a:hover{
	color:#67bea4;
	}
.zz:hover{
	cursor:pointer;
	}
#home{
	}
.hh{
	color:#67bea4;
	}
.xx{
	height:5px;
	width:35px;
	text-align:center;
	margin:auto;
	background-image: url(../images/335.png);
	margin-top:5px;
	margin-left:-3px;
	}
.zz>a{
	font-size:14px;
	color:#717171;
	line-height:17px;
	display:block;
	padding-top:12px;
}
#owl-demo {
	position: relative;
	width:1920;
	height:400px;
	margin:0;
}
#owl-demo .item {
	position: relative;
	display: block;
}
#owl-demo img {
	display: block;
	width: 100%;
	height: 400px;
	margin:auto
}
#owl-demo b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}
#owl-demo span {
	position: absolute;
	left: 0;
	bottom: 37px;
	width: 100%;
	color: #fff;
	text-align: center;
}
.owl-pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 22px;
	text-align: center;
}
.owl-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-image: url(../images/bg15.png);
*display:inline;
*zoom:1;
}
.owl-pagination .active {
	width: 25px;
	background-image: url(../images/bg16.png);
}
.owl-buttons {
	display: none;
}
.owl-buttons div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	text-indent: -9999px;
}
.owl-prev {
	left: 0;}
.owl-next {
	right: 0;
}
#inner{
	width:100%;
	height:340px;
	margin:auto;
	background-color:#fff;
	}
.inner_v{
	height:260px;
	width:1209px;
	margin:0 auto;
	padding-top:40px;
	}
.box_one{
    margin-left: 3px;
	float:left;
	width:400px;
	height:260px;
	position:relative;
	overflow:hidden;
	}
.photo_message{
	display:block;
	width:400px;
	height:260px;
	background:rgba(50,50,50,0.5);
	position:absolute;
	left:0;
	/*top:300px;*/
    top:0;
	font-size:30px;
	text-align:center;
	color:#FFF;
	padding-top:100px;
	transition:1s;
	}
/*.box_one:hover .photo_message{
	top:0;
	display:block;
	}*/
/*css3动态特效*/


@-webkit-keyframes move{
    100%{-webkit-transform: rotate3d(0,-100,0,360deg);}
}
@-moz-keyframes move{
    100%{-moz-transform: rotate3d(0,-100,0,360deg);}
}
@-o-keyframes move{
    100%{-o-transform: rotate3d(0,-100,0,360deg);}
}
@keyframes move{
    100%{transform: rotate3d(0,-100,0,360deg);}
}

@-webkit-keyframes my_scroll{
    100%{-webkit-transform: rotate3d(0,-100,0,180deg);}
}
@-moz-keyframes my_scroll{
    100%{-moz-transform: rotate3d(0,-100,0,180deg);}
}
@-o-keyframes my_scroll{
    100%{-o-transform: rotate3d(0,-100,0,180deg);}
}
@keyframes my_scroll{
    100%{transform: rotate3d(0,-100,0,180deg);}
}
.box_one .my_img_move{

    -webkit-animation: move 6s linear 1.4s infinite;
    -webkit-transform-style: preserve-3d;/*保留子元素的3d效果*/
    -webkit-transform-origin:center center;

    -moz-animation: move 6s linear 1.4s infinite;
    -moz-transform-style: preserve-3d;/*保留子元素的3d效果*/
    -moz-transform-origin:center center;

    -o-animation: move 6s linear 1.4s infinite;
    -o-transform-style: preserve-3d;/*保留子元素的3d效果*/
    -o-transform-origin:center center;

    animation: move 6s linear 1.4s infinite;
    transform-style: preserve-3d;/*保留子元素的3d效果*/
    transform-origin:center center;
}
.box_one:hover .my_img_scroll{

    -moz-animation-name:my_scroll;
    -moz-animation-duration: 2s;
    -moz-animation-fill-mode: both;

    -webkit-animation-name:my_scroll;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;

    -o-animation-name:my_scroll;
    -o-animation-duration: 2s;
    -o-animation-fill-mode: both;

    animation-name:my_scroll;
    animation-duration: 2s;
    animation-fill-mode: both;
}

#page_nav{
	width:100%;
	height:850px;
	background-color:#E7E7E7;
	margin:0 auto;
	}
.page{
	height:150px;
	margin:0 auto;
	padding-bottom:30px;
	}
.page h1{
	text-align:center;
	font-size:28px;
	color:#67bea4;
	font-weight:500;
	letter-spacing:8px;
	padding-top:20px;
    }
.cc{
	text-align:center;
	margin-top:5px;
	}
.page p{
	text-align:center;
	font-size:14px;
	color:#3f3f3f;
	font-family: 黑体;
	letter-spacing:1.5;
	line-height:14px;
	margin-top:10px;
	}
.tutor{
	height:650px;
	width:1080px;
	margin:auto;
	}
.tuuor_box_left{
	width:200px;
	height:650px;
	}
.tuuor_box_left ul{
	width:160px;
	height:160px;
	background-color:#fff;
	margin-top:20px;
	}
.tuuor_box_left ul li{
	width:120px;
	height:120px;
	border-radius:50%;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
	}
.tuuor_box_left ul li img{
	width:120px;
	height:120px;
	border-radius:50%;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
	}
.tuuor_box_right{
	height:600px;
	margin-top:-650px;
	margin-left:165px;
	background-image:url(../images/55556666_03.png);
	background-repeat:no-repeat;
	}
.ee{
	width:278px;
	height:430px;
	margin-top:-600px;
	margin-left:85px;
	padding-top:45px;
	}
.ee>img{
	width:278px;
	height:374px;
	}
.ee .ee_top{
	width:278px;
	height:55px;
	background-color:#67bea4;
	float:left;
	margin-top:-5px;
	}
.ee_top h3{
	text-align:center;
	line-height:55px;
	color:#fff;
	}
.v_v{
	width:500px;
	height:600px;
	margin-left:325px;
	margin-top:-355px;
	}
.v_v h1{
	font-size:26px;
	color:#67bea4;
	}
.v_v p{
	width:425px;
	margin-top:20px;
	font-size:14px;
	color:#3f3f3f;
	}	
.v_v ul li a{
	font-size:14px;
	color:#3f3f3f;
	}
.v_v ul li{
	margin-top:10px;
	}
.e_e{
	width:150px;
	height:50px;
	border-radius:12px;
	background-color:#67bea4;
	float:left;
	position:relative;
	right:-390px;
	top:40px;
	}
.o_o{
	width:150px;
	height:50px;
	border-radius:12px;
	float:left;
	background-color:#72c5e4;
	position:relative;
	right:-490px;
	top:40px;
	}
.e_e a{
	font-size:16px;
	color:#fff;
	margin-left:42px;
	line-height:50px;
	}
.o_o a{
	font-size:16px;
	color:#fff;
	margin-left:42px;
	line-height:50px;
	}	
#cc_a{
	height:500px;
	width:100%;
	background-image:url(../images/3333232.jpg);
	margin:0 auto;
	overflow: hidden;
	}
.cc_box{
	width:1150px;
	height:450px;
	margin:0 auto;
	margin-top:25px;
	}
.one{
	width:350px;
	height:450px;
	background-color:#fff;
	}
.one_left embed{
	height:225px;
	width:350px;
	}
.one_left{
	width:350px;
	height:450px;
	background-color:#fff;
	position:absolute;
	}
.one_left h4{
	font-family:黑体;
	font-size:22px;
	color:#4b4b4b;
	text-align:center;
	margin-top:15px;
	font-weight:400;
	}
.one_left p{
	font-family:黑体;
	padding-left:15px;
	padding-right:10px;
	font-size:14px;
	color:#a6a5a5;
	margin-top:10px;
	font-weight:400;
	letter-spacing:1.5px;
	line-height:20px;
	text-indent:28px;
    max-height: 100px;
    overflow: hidden;
	}
.one_left .aa{
	width:100px;
	height:30px;
	background-color:#67bea4;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
	}
.one_left a{
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:30px;
	}
.one_right embed{
	height:225px;
	width:350px;
	}
.one_right{
	width:350px;
	height:450px;
	background-color:#fff;
	position:relative;
	left:400px;
	}
.one_right h4{
	font-family:黑体;
	font-size:22px;
	color:#4b4b4b;
	text-align:center;
	margin-top:15px;
	font-weight:400;
	}
.one_right p{
    font-family:黑体;
    padding-left:15px;
    padding-right:10px;
    font-size:14px;
    color:#a6a5a5;
    margin-top:10px;
    font-weight:400;
    letter-spacing:1.5px;
    line-height:20px;
    text-indent:28px;
    max-height: 100px;
    overflow: hidden;
	}
.one_right .aa{
	width:100px;
	height:30px;
	background-color:#67bea4;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
	}
.one_right a{
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:30px;
	}
.one_r embed{
	height:225px;
	width:350px;
	}
.one_r{
	width:350px;
	height:450px;
	background-color:#fff;
	position:relative;
	left:800px;
	margin-top:-450px;
	}
.one_r h4{
	font-family:黑体;
	font-size:22px;
	color:#4b4b4b;
	text-align:center;
	margin-top:15px;
	font-weight:400;
	}
.one_r p{
    font-family:黑体;
    padding-left:15px;
    padding-right:10px;
    font-size:14px;
    color:#a6a5a5;
    margin-top:10px;
    font-weight:400;
    letter-spacing:1.5px;
    line-height:20px;
    text-indent:28px;
    max-height: 100px;
    overflow: hidden;
	}
.one_r .aa{
	width:100px;
	height:30px;
	background-color:#67bea4;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
	}
.one_r a{
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:30px;
	}
#bjbh{
	width:100%;
	height:666px;
	background-color:#fff;
	}
.bjbh_top{
	width:1200px;
	margin:0 auto;
	}
.bjbh_top h1{
	text-align:center;
	font-size:28px;
	color:#67bea4;
	font-weight:500;
	letter-spacing:8px;
	padding-top:40px;
	}
.bjbh_top p{
	text-align:center;
	font-size:14px;
	color:#3f3f3f;
	font-family: 黑体;
	letter-spacing:1.5;
	line-height:14px;
	margin-top:10px;
	}
.bjbh_but{
	padding-top:30px;
	width:1200px;
	height:420px;
	margin:0 auto;
	}
.bjbh_cc{
	width:1020px;
	height:210px;
	text-align:center;
	margin-left:90px;
	}
.bjbh_but .one{
	float:left;
	width:320px;
	height:190px;
	background-color:#67bea4;
	transition:1s;
	margin-left:20px;
	margin-top:20px;
	}
.bjbh_but .one h4{
	font-size:24px;
	color:#fff;
	font-family: 黑体;
	letter-spacing:1.5;
	line-height:190px;
	float:left;
	margin-left:10px;
	}
.bjbh_but .one img{
	margin-left:80px;
	margin-top:75px;
	float:left;
	}
.bjbh_but .one:hover{
	background-color:#ec8887;
	}
#suc{
	width:100%;
	height:700px;
	background-color:#e7e7e7;
	}
.suc_top{
	width:1200px;
	margin:0 auto;
	}
.suc_top h1{
	text-align:center;
	font-size:28px;
	color:#67bea4;
	font-weight:500;
	letter-spacing:8px;
	padding-top:40px;
	}
.suc_top p{
	text-align:center;
	font-size:14px;
	color:#3f3f3f;
	font-family: 黑体;
	letter-spacing:1.5;
	line-height:14px;
	margin-top:10px;
	}
.suc_but{
	width:1050px;
	height:460px;
	margin:0 auto;
	margin-top:30px;
	}
.t1{
	width:200px;
	height:220px;
	position:relative;
	overflow:hidden;
	float:left;
	margin-left:10px;
	margin-top:10px;
	}
.bb{
	display:block;
	width:200px;
	height:220px;
	background:rgba(50,50,50,0.8);
	position:absolute;
	left:0;
	top:220px;
	font-size:16px;
	text-align:center;
	color:#FFF;
	padding-top:100px;
	transition:1s;
	}
.t1:hover .bb{
	top:0;
	display:block;
	}
#gs{
	width:100%;
	height:600px;
	background-color:#fff;
	}
.gs_top{
	width:1200px;
	margin:0 auto;
	}
.gs_top h1{
	text-align:center;
	font-size:28px;
	color:#67bea4;
	font-weight:500;
	letter-spacing:8px;
	padding-top:40px;
	}
.gs_top p{
	text-align:center;
	font-size:14px;
	color:#3f3f3f;
	font-family: 黑体;
	letter-spacing:1.5;
	line-height:28px;
	margin-top:10px;
    }
.gs_but{
	height:465px;
	width:1200px;
	margin:0 auto;
	}
.gs_but_left{
	width:200px;
	height:465px;
	margin-left:30px;
	}
.gs_but_left li{
	width:200px;
	height:80px;
	border:2px #67bea4 solid;
	margin-top:34px;
	}
.gs_but_left ul .active{
    background-color:#67bea4;
}
.gs_but_left ul .active a{
    color: #ffffff;
}
.gs_but_left li:hover{
	background-color:#67bea4;
	}
.gs_but_left li:hover a{
	color:#fff;
	}
.gs_but_left li a{
	font-size:20px;
	font-family: 黑体;
	letter-spacing:1.5;
	color:#67bea4;
	margin-left:58px;
	line-height:80px;
	}
.img_one img{
	width:920px;
	margin-left:255px;
	float:left;
	margin-top:-465px;
	}
#battom{
	width:100%;
	height:150px;
	margin:0 auto;
	padding-top:100px;
	}
.battom_top{
	height:400px;
	}
.left{
	width:50%;
	height:400px;
	background-image:url(../images/33_14.png);
	float:left;
	}
.right{
	width:50%;
	height:400px;
	background-color:#67bea4;
	float:left;
	}
.left h4{
	display:block;
	color:#fff;
	font-size:28px;
	text-align: right;
	margin-top:107px;
	letter-spacing:15px;
	font-weight:500;
    padding-right: 215px;
	}
.left ul {
	height:200px;
	width:600px;
	margin:0 auto;
	margin-right: 10px;
	}
.left ul li{
	width:60px;
	height:60px;
	background:rgba(250,250,250,0.4);
	border-radius: 50%;
	float:left;
	margin-top:35px;
	margin-left:50px;
	text-align:center;
	}
.left ul li:hover{
	background-color:#67bea4;
	transition:1s;
	}
.left ul li img{
	float:left;
	margin:0 auto;
	margin-top:10px;
	margin-left:10px;
	}
.left ul li h5{
	font-size:16px;
	color:#fff;
	text-align:center;
	padding-top:30px;
	margin-top:35px;
	}
.left ul li h5:hover{
	color:#67bea4;
	transition:1s;}
.right h4{
	color:#fff;
	font-size:28px;
	margin-left:220px;
	margin-top:107px;
	letter-spacing:15px;
	font-weight:500;
	}
.right ul{
	width:523px;
	margin-left:50px;
	margin-top:25px;}
.right ul li img{
	float:left;
	margin-left:10px;
	margin-top:10px;
	}
.battom_bot{
	width:100%;
	height:150px;
	background-color:#1d1d1d;
	}
.bat_n{
	width:1200px;
	height:150px;
	margin:0 auto;
	padding-top:30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;

	}
.bat_l{
	width:50%;
	height:310px;
	margin:0 auto;
	margin-left:0px;
	padding-top:48px;
	border-right:1px #fff solid;
	}
.logo{
	width:217px;
	height:47px;
	margin-top:-47px;
	}
.logo img{
    width:100%;
    height:100%;
}
.sss{
	width:600px;
	height:72px;
	margin-left: 35px;
	}
.tell{
	float:left;
	margin-left:250px;
	margin-top:-50px;
	}
.tell p{
	font-size:20px;
	color:#fff;
	margin-left:28px;
	margin-top:10px;
	}
.tell h1{
	font-size:24px;
	color:#fff;
	}
.tell img{
	float:left;
	margin-top:6px;
	}
.adc{
	width:125px;
	height:154px;
	margin-top:20px;
	float:left;
	text-align: center;
	}
.adc ul li a{
	font-size:14px;
	color:#fff;
	}
.adc ul li a:hover{
	color:#67bea4;
	}
.adc ul li{
	margin-top:20px;
	}
.bat_r{
	height:76px;
	width: 51%;
	float:right;
	margin:0 auto;
	position:absolute;
	right:282px;
    }
.bat_s{
	width:360px;
	height:300px;
	margin-left:414px;
	margin-top:-345px;
	}
.bat_s h3{
	font-size:24px;
	color:#fff;
	text-align:center;
	}
.bat_s .ss_s{
	float:left;
	margin-left:20px;
	margin-top:50px;
	}
a .s img{
	float:left;
	}
.f p{
	font-size:12px;
	text-align:center;
	color:#fff;
	padding-top:4px;
	}
.f{
	margin-top:34px;}
/*首页专家滚动*/
.indexProfessor{
    height: 560px;
    overflow: hidden;
    position: relative
}
.indexProfessor .moveProfessor{
    position: absolute;
}
/*首页下的图片*/
.my_box{
    width: 920px;
    height: 420px;
    float: right;
    display:inline-block;
    margin-top: 34px;
}
.my_box_1{
    background: url("../images/666_31.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.my_box_2{
    background: url("../images/page_03.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}
.my_box_3{
    background: url("../images/page1_03.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}
.my_box_4{
    background: url("../images/page3_03.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}
.my_box_4 .my_video{
    width: 460px;
    height: 245px;
    margin-top: 80px;
    margin-left: 100px;
    border: 10px solid #67bea4;
}
