*{
	padding:0px;
	margin:0px;
  	-webkit-tap-highlight-color: transparent;
    outline: none;
}
ul,li{
	list-style-type: none;
}
img{
	border:none;
 	-webkit-touch-callout: none;
}
a { background: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent; color: #4b4d4f; }
html{
    font-family: '微软雅黑','sans-serif','Arial';
    font-size: 12px;
    min-height: 100%;
}
body{
	min-height: 100%;
}
body.hidden,html.hidden,.wrap.hidden{
	overflow:hidden;
}
input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: none; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #b6b6b6; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #b6b6b6; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #b6b6b6; }
input[placeholder], [placeholder], *[placeholder] { 
    color:  #333;
    font-family: '微软雅黑';
} 
.clear{font-size:0; line-height:0; height:0; overflow:hidden; clear:both; visibility:hidden}
.clearfix:after {content:""; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom:1; }
.fl{
	float: left;
}
.fr{
	float: right;
}
.wrap{
	margin:0px auto;
	clear: both;
	padding-top: 83px;
}
.comwidth{
	max-width: 1230px;
	margin:0px auto;
	clear: both;
}
.wraptxt{
    height: 34px;
}
.inputxt {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-family: '微软雅黑';
    font-size: 14px;
    text-indent: 5px;
    border: none;
}
.comarea{
    font-family: '微软雅黑';
    font-size: 14px;
    resize: none;
	background-color: #ffffff;
	padding: 5px 5px;
}
.comarea textarea{
    resize: none;
    border: none;
    height: 100%;
    width: 100%;
	background: transparent;
	color: #333;
    font-family: '微软雅黑';
}
.comicon{
	display: inline-block;
	vertical-align: middle;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.comicon img{
	display: block;
	width: 100%;
}

/**/
.btn-nav {
    background: 0 0;
    border: none;
    padding: 10px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
}
.icon-bar {
    display: block;
    margin: 5px 0;
    width: 23px;
    height: 2px;
    background-color: #000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99;    
}
.icon-bar.middle {
    width: 18px;
}
.showMain .icon-bar.middle{
    width: 0;
}
.showMain .icon-bar.top{
	-webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg);
}
.showMain .icon-bar.bots {
    -webkit-transform: translateY(-8px) rotateZ(-45deg);
    -moz-transform: translateY(-8px) rotateZ(-45deg);
    -ms-transform: translateY(-8px) rotateZ(-45deg);
    -o-transform: translateY(-8px) rotateZ(-45deg);
    transform: translateY(-8px) rotateZ(-45deg);
}

.header{
	position: fixed;
	z-index: 50;
	left: 0px;
	right: 0px;
	top: 0px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	background-color: #ffffff;
}

.fourth-ul{
	margin-left: -28px;
}
.fourth-ul li{
	display: block;
	width: 25%;
	float: left;
}
.three-ul{
	margin-left: -30px;
}
.three-ul li{
	display: block;
	float: left;
	width: 33.3333%;
}
.imgblock{
	display: block;
}
.imgblock img{
	display: block;
	width: 100%;
}
/**/
.header-in{
	position: relative;
}
.logo{
	display: block;
	width: 189px;
	height: 46px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:100% auto;
	position: absolute;
	top: 20px;
	left: 0;
}
.searchmenu{
	width: 220px;
	height: 34px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 24px;
}
.wrapinput{
	width: 165px;
	height: 32px;
	border:1px solid #CCCCCC;
	position: relative;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.wrapinput:after{
	content: "";
	display: block;
	width: 20px;
	height: 32px;
	background-image: url(../images/search.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 8px;
	top: 0px;
}
.wrapinput span{
	display: block;
	margin-left: 36px;
	height: 32px;
}
.wrapinput input{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border:none;
	background:transparent;
}
.searchmenuIcon{
	display: block;
	width: 55px;
	height: 34px;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0px;
	font-size: 14px;
	background: #0091DA;
	color:#ffffff;
	text-align: center;
	line-height: 34px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.menuIcon{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 996;
    cursor: pointer;
    width: 63px;
    height: 46px;
    display: none;
}

/**/
.nav{
	max-width: 710px;
	margin:0px auto;
	padding: 23px 0 16px 0;
	text-align: right;
}
.nav li{
	display: inline-block;
	font-size: 14px;
	position: relative;
	z-index: 20;
	margin: 0 4%;
}
.nav li a.nav-a{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #595757;
	-webkit-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
	text-align: center;
	line-height: 40px;
}
.nav li a.nav-a span{
	display: inline-block;
	position: relative;
}
.nav li.active a.nav-a{
	color: #0091DA;
}
.nav li.active a.nav-a span:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid #0091DA;
	position: relative;
	bottom: 10px;
	left: 0px;
}
.temp-item{
	position: absolute;
	width: 156px;
	top: 39px;
	left: -10px;
	display: none;
}
.temp-item a{
	display: block;
	font-size: 14px;
	color: #002727;
	padding: 10px 0 10px 16px;
	text-align: left;
	background: #ffffff;
	-webkit-transition: color,background 0.2s ease-in;
	-o-transition: color,background 0.22s ease-in;
	transition: color,background 0.2s ease-in;
}
.temp-item a.active{
	color:#ffffff
}
.temp-item a:hover{
	background-color: #0091DA;
	color:#ffffff
}
.temp-item a em{
	font-style: normal;
	display: inline-block;
	margin-right: 7px;
}


/**/
.comkv{
	width: 100%;
	margin:0px auto;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.comkv img{
	width: 100%;
	display: block;
}
.subkv{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 236px;
}
.ab-kv{
	max-width: 1150px;
	margin:0px auto;
	color: #FFFFFF;
	position: relative;
	padding-top:110px;
	text-align: center;
}
.ab-kv span{
	display: block;
	height: 120px;
	width: 100%;
	overflow: hidden;
	font-size: 106px;
	opacity: 0.14;
	float: left;
	margin-top: 24px;
	word-break:break-all;
	word-break:break-all;
}
.ab-kv b{
	position: absolute;
	left: 8px;
	top: 76px;
	font-size: 46px;
	font-weight: normal;
}
.ab-kv p{
	position: relative;;
	left: 8px;
	font-size: 16px;
}

.mbx {
	max-width: 1150px;
	margin:0px auto;
	margin-top: 24px;
	color: #333;
	font-size: 14px;
}
.mbx a{
	font-size: 14px;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
}

/**/
.footer{
	margin:0px auto 0px auto;
	clear: both;
	background: #252525;
	padding-bottom: 65px;
	padding-top: 48px;
}

.footer-in{
	width: 70.0952380952381%;
	float: left;
}
.footer-in dl{
	display: block;
	float: left;
	width: 20%;
}
.footer-in dl dt{
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 14px;
	position: relative;
	margin:0px auto;
}
.footer-in dl dt.sunline:after{
	background: linear-gradient(to right, #c0071d 0%, rgba(192,7,29,0) 100%);
	opacity: 0.5
}
.footer-in dl dt.sunline:before{
	background: linear-gradient(to left, #c0071d 0%, rgba(192,7,29,0) 100%);
	opacity: 0.5
}

.footer-in dl dd a{
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 7px;
}
.wx-bot{
	width: 180px;
	float: right;
}
.gz{
	display: block;
	width: 66px;
	float: left;
}
.gz b{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
.gz span{
	display: block;
	margin-top: 23px;
}
.wx-bot span img{
	display: block;
	max-width: 100%;
}
.scode{
	margin-left: 78px;
	margin-top: 50px;
	color: #ffffff;
	line-height: 24px;
}
.copyright{
	width: 100%;
	margin: 0px auto;
	padding: 16px 0px;
	background: #252525
}
.copyright-in{
	color: #999999;
	font-size: 12px;

}
/**/

.comblock{
	padding:106px 0  95px 0; 
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.newslst-tit {
    text-align: center;
    font-size: 40px;
    color: #333333;
    margin-top: 120px;
    position: relative;
}
.newslst-tit.notop{
	margin-top: 0px;
	color: #ffffff;
}
.blueline{
	position: relative;
}
.blueline:after{
	content: "";
	display: block;
	width: 32px;
	height: 5px;
	background-color: #0091DA;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -16px;
}
.news_hidden{
	height:0px;
	margin:0px;
	padding:0px;
	overflow: hidden;
}
.newslst{
	max-width: 1140px;
	margin:80px auto 0px auto;
}
.newslst a {
    display: block;
}
.newtime{
	font-size: 13px;
	color: #333333;
	margin-top: 8px;
}
.newpic{
	display: block;
	position: relative;
}
.popup{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: opacity 0.5s ease-in;
	background-image: url(../images/eye.png);
	background-size: 50px 32px;
	background-position: center;
	background-repeat: no-repeat; 
}

.newpic img{
    display: block;
    width: 100%;
    height: 260px;
}
.clic-tit {
    display: block;
    color: #333333;
    margin: 24px 0 0 0;
    font-size: 16px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-dec{
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    margin: 18px 0 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.newslst a:hover b {
    color: #0091DA;
}
.newslst a:hover .popup{
	opacity: 1;
}
.newslastwiepr.swiper-container-horizontal{
	padding-bottom: 96px;
}
.newslastwiepr ul{
	margin-left: -30px;
}
.newslastwiepr li.sn-in{
	width: 33.3333%;
	float: left;
}
.newslastwiepr li.sn-in a{
	margin-left: 30px;
}

/**/
.canstudy{
	background-image: url(../images/gratebg.jpg);
	background-repeat: repeat;
	margin-top: 140px;
}
.speical-slogin {
    margin: 0px auto;
    text-align: center;
    color: #ffffff;
}
.speical-slogin h1 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}
.speical-slogin p {
    font-size: 40px;
}
.speical-tit {
    max-width: 360px;
    margin: 0px auto;
    padding-top: 60px;
}
.speical-tit ul{
	margin-left: -14px;
}
.speical-tit li {
    display: block;
    width: 33.33333%;
    float: left;
}
.speical-tit li span {
    display: block;
    margin-left: 14px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    border:1px solid #ffffff;
}
.speical-tit li.active span {
    background: #0091DA;
    border:1px solid #0091DA;
}
/**/
.slover{
	max-width: 1150px;
	margin:43px auto 0px auto;
}
.mainteach{
	background: #ffffff;
	color: #000000;
}
.mainteach-left {
    width: 29.157175398633256%;
    float: left;
    position: relative;
}
.mainteach-left img {
    display: block;
    width: 100%;
}
.mainteach-right{
	margin-left: 32.23234624145786%;
	margin-right: 34px;
	padding-top: 18px;
}
.mainteach-right h1 {
    font-size: 40px;
    margin-top: 8px;
}
.famousteacher{
	padding-top: 33px;
}
.famousteacher b{
    font-size: 40px;
}
.famousteacher em{
	font-size: 24px;
	font-style: normal;
	margin-left: 16px
}
.teainfo{
	font-size: 20px;
	margin-top: 12px;
}
.teadec{
	margin-top: 16px;
	font-size: 14px;
	color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30px;
}

.teadec p{line-height: 26px;padding-bottom:5px;}

.classprice-pic{
    display: block;
    padding: 42px 0 0 0;
    width: 80px;
    margin: 0px auto;
}
.classprice-pic img {
    display: block;
    max-width: 100%;
}
.classprice-item {
    margin-left: 28px;
    background-color: #ffffff;
    padding-bottom: 54px;
    border-radius: 6px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.5);
}
.titb{
    color: #333333;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
}
.classprice-end p {
    font-size: 14px;
    color: #333333;
    margin: 28px 20px 0px 20px;
    line-height: 24px;
    height: 96px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.refus{
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
	margin-top: 23px;
}
.t-blue{
	font-size: 16px;
	color: #0091DA;
	display: block;
	margin-top: 32px;
}
.t-con{
	font-size: 14px;
}
.aboutreader{
	background-color: #f4f4f4;
	margin-top: 68px;
	padding: 68px 30px 52px 30px;
}
.aboutreader-fl {
    /* width: 100%%; */
    /* float: left; */
}
.aboutreader li {
	width: 33.3333333%;
	float: left;
 }
.aboutreader li a{
	display: block;
    font-size: 12px;
    color: #333333;
   	line-height: 34px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px dashed #979797;
    margin: 0 10px 0px 10px;
}
.aboutreader li em {
    font-size: 20px;
    font-style: normal;
    margin-right: 10px;
}
.aboutreader li:hover a{
	color: #0091DA;
}
.aboutreader li:hover a span{
	text-decoration: underline;
}
.studyfeel{
	background-image: url(../images/kv2.jpg);
	
}
.studyfeel .speical-slogin h1{
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 16px;
}
.studyfeelst{
	padding: 0px 56px 0 56px;
	position: relative;
	max-width: 938px;
	margin:95px auto 0px auto;
}
.study-pic{
	background-color: #ffffff;
	/* position: relative;
	height: 110px; */
}
.study-pic span{
	display: block;
	width: 100%;
	
	overflow: hidden;
	background:#C8C8C8;
}
.study-pic span img{
	display: block;
	max-width: 100%;
	margin: 0px auto 0px auto;
}
.peopleinfo{
	margin: 10px 20px 0 20px;
	color: #595757;
	height: 54px;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}
.peopleinfo b{
	display: block;
	font-size: 14px;
	color: #333333;
}
.peoplefeel{
	padding: 0px 20px 22px 20px;
    background-color: #ffffff
}
.peoplefeel-in{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.studyswiper.swiper-container .swiper-slide{
	max-width: 293px;
	padding-top: 34px;
}
.studyswiper.swiper-container .swiper-slide .study-item{
	border:1px solid #f6f6f6;
}
.moreac{
	text-align: center;
	margin-top: 72px;
}
.morelink{
	font-size: 16px;
	color: #0091DA;
}
.moreicon{
	width: 14px;
	height: 9px;
	background-image: url(../images/moreicon.png);
}

.studyfeelst .st-button-next{
    background-image: url(../images/rightstudy.png);
    margin-top: 0
}
.studyfeelst .st-button-prev{
    background-image: url(../images/leftstudy.png);
    margin-top: 0
}

.reportBlock{
	background: #f4f4f4;
	margin-top: 66px;
}
.report-left {
    float: left;
    width: 50%;
    height: 100%;
}
.report-left{
	height: 422px;
	background-image: url(../images/case8.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.report-right{
	margin-left: 55.23809523809524%;
	margin-right: 50px;
}
.reform-fl{
	padding-top: 28px;
	float: left;
	width: 100%;
}
.reform-fl ul{
	margin-left: -32px;
}
.reform-fl li {
    display: block;
    width: 50%;
    float: left;
    margin-top: 13px;
}
.along-item {
    margin-left: 32px;
}
.reform-fl li.lastarea{
	width: 100%;
}
.reform-fl .comarea {
    height: 116px;
}
.submitBtn{
	display: block;
	width: 108px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #0091DA;
	margin: 20px auto 0 auto;
	font-size: 18px;
	color: #FFFFFF;
}
.report-step{
	padding:60px 64px 20px 54px;
}
.report-step h1{
	font-size: 34px;
	color: #333333;
	margin-bottom: 34px;
}
.report-step  ul{
	margin-left: -30px;
}
.report-step li{
	float: left;
	display: block;
	width: 20%;
}
.report-step li span{
	display: block;	
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.instep{
	margin-left: 30px;
}

.report-step .comicon{
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/icon5.png);
	background-repeat: no-repeat;
	background-size: 400px auto;
	margin:0px auto;
}
.reicon1{
	background-position: 0 0;
}
.reicon2{
	background-position: -87px 0;
}
.reicon3{
	background-position: -175px 0;
}
.reicon4{
	background-position: -263px 0;
}
.reicon5{
	background-position: -350px 0;
}
.tel-end{
	margin-top: 88px;
}
.tel-end span{
	font-size: 16px;
	color: #000000;
	display: block;
}
.tel-end a{
	font-size: 41px;
	color: #FBC700;
}
/**/
.friendurl{
	background-color: #f5f5f5;
	margin-top: 137px;
	padding-bottom: 60px;
	padding-top: 70px;
}
.friendurl .newslst-tit{
	margin-top: 0px;
}
.friendurl-end{
	max-width: 1200px;
	margin: 50px auto 0px auto;
}
.friendurl-lst{
	text-align: center;
	line-height: 30px;
	padding-top: 18px;
}
.friendurl-lst a{
	font-size: 12px;
	color: #666666;
}
.friendurl-lst a em{
	font-style: normal;
	margin-left: 10px;
	margin-right: 8px;
}

.peointro{
    margin: 0px auto;
    max-width: 1300px;
	background-color: #f6f7f8
}

.peointro-pic {
    width: 31.42857142857143%;
    float: left;
}
.peointro-pic img{
	display: block;
	width: 100%;
}
.peointro-art {
    margin-left: 34.095238095238095%;
    font-size: 12px;
    color: #666666;
    line-height: 30px;
    padding: 30px 27px 0px 0px;
	margin-top: 62px;

}
.peo-mz span{
	font-size: 36px;
	color: #000000;
}
.peo-tit{
	font-size: 28px;
	color: #595757;
	margin-top: 12px;
}
.peo-wd{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-top: 20px;
}
.peo-wd p{
	padding-bottom:8px;
}

.newslst-end{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
	max-width: 1280px;
	margin:67px auto 0px auto;
}


.history{
	max-width: 1050px;
	margin: 64px auto 76px auto;
}
.yearlst {
	max-width: 820px;
	margin:0px auto;
}
.yearlst ul{
	margin-left: -2px;
}
.yearlst li{
	display: block;
	width: 10%;
	float: left;
	cursor: pointer;
}
.yearlst li span{
	display: block;
	margin-left: 2px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 22px;
	border: 1px solid #CCCCCC;
}
.yearlst li.active span{
	color: #FFFFFF;
	border: 1px solid #0091DA;
	background: #0091DA;
}
.yearthing{
	position: relative;
	margin:43px auto 0px auto;
	padding: 0 110px;
}
.yearthing .ye-button-next{
    background-image: url(../images/grateright.png);
}
.yearthing .ye-button-prev{
    background-image: url(../images/grateleft.png);
}
.yearthing .ye-button-next:hover,
.wraplogo .logo-button-next:hover{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")
}
.yearthing .ye-button-prev:hover,
.wraplogo .logo-button-prev:hover{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")
}
.yearswiper{
	box-shadow: 0 0 20px rgba(0,0,0,0.3)
}
.yearswiper img {
    display: block;
    width: 100%;
}
.yearthing-art{
	margin: 14px 45px;
}
.yearthing-art span{
	font-size: 22px;
	color: #0091DA;
}
.yearthing-art p{
	font-size: 14px;
	color: #333333;
	height: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	overflow: hidden;
}

.introfam{
    max-width: 1200px;
    margin: 62px auto 82px auto;
    background-color: #f6f7f8;
}

/**/
.contact_main{
	max-width: 1050px;
	margin:85px auto 118px auto;
}
.contact_left{
	width: 44.31818181818182%;
	float: left;
	color: #333333;

}
.contact_left h1,.contact_right h1{
	font-size: 26px;
	font-weight:normal;
}
.contact_left ul{
	margin-top: 44px;
}
.contact_left li{
	font-size: 14px;
	color: #333333;
	margin-top: 18px;
}
.contact_left li:first-child{
	margin-top: 0px;
}
.ca-code b{
	display: block;
	font-weight: normal;
	font-size: 18px;
}
.ca-code{
	margin-top: 32px;
}
.ca-code span{
	display: block;
	margin-top: 18px;
}
.contact_right{
	margin-left:  48.068181818181815%
}

.contact_right .comarea{
	border: 1px solid #DDDDDD;
}
.contact_right .wraptxt{
	border: 1px solid #DDDDDD;
}
/**/

.service-slover.slover{
	margin-top: 68px;
}
.service-slover .titicon{
	background: #666666;
	transition: background 0.3s ease-in;
	padding-bottom: 42px;
}
.service-slover .titicon .titb{
	color: #ffffff;
}
.service-slover .classprice-item:hover .titicon{
	background-color: #0091da;
}
.service-slover .classprice-item{
	box-shadow: none;
	border-radius: 0;
	border:1px solid #f5f5f5;
}

.service-slover .classprice-end p{
	line-height: 28px;
	height: 112px;
}

.spedec{
	max-width: 1040px;
    font-size: 14px;
    line-height: 30px;
    margin: 56px auto 0 auto;
    color: #ffffff;
    text-align: center;	
}
.newslst-tit.white{
	color: #ffffff;
	margin-top: 0px;
}
.wraplogo{
	margin: 50px auto 0 auto;
	max-width: 1050px;
	position: relative;
}
.wraplogo-in{
	padding: 50px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 6px;
}
.logoSwiper.swiper-container .swiper-slide{
	max-width: 263px;
}
.case{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 6px;
	overflow-x: hidden;
}
.wraplogo .logo-button-next {
    background-image: url(../images/rightstudy.png);
    right: -50px;
}
.wraplogo .logo-button-prev {
    background-image: url(../images/leftstudy.png);
    left: -50px;
}

.serdtudy.studyfeelst .st-button-next{
    background-image: url(../images/grateright.png);
}
.serdtudy.studyfeelst .st-button-prev{
    background-image: url(../images/grateleft.png);
}
.makrsep {
	margin:120px auto 0px auto;
	background-color: #f4f4f4;
	padding: 84px 0px 100px 0px;
}
.makrsep-in{
	max-width: 1150px;
	margin:0px auto;
}
.makrsep .newslst-tit{
	margin-top: 0px;
}
.makrsep .spedec{
	color:  #666666
}
.stecirle{
	max-width: 424px;
	margin: 48px auto 0px auto;
}
.stecirle img{
	display: block;
	max-width: 100%;
}

/**/
.classtimme{
	max-width: 1150px;
	margin:68px auto 0 auto;
}
.classintro-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-left: 30px;
    text-align: center;
    height: 473px;
}
.classtimme li:nth-child(1) .classintro-item {
    background-image: url(../images/class1.jpg);
}
.classtimme li:nth-child(2) .classintro-item {
    background-image: url(../images/class2.jpg);
}
.classtimme li:nth-child(3) .classintro-item {
    background-image: url(../images/class3.jpg);
}
.classtimme li:hover .moreBtn{
	background: #0091DA;
	border: 1px solid #0091DA;
}
.tith {
    font-size: 28px;
    color: #FFFFFF;
    padding-top: 136px;
}
.tith-end {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 16px;
    line-height: 24px;
}
.tith-bit {
    margin-top: 62px;
}
.franum{
	display: block;
	font-size: 42px;
	text-align: center;
	padding-top: 56px;
}
.frameintro li{
	color: #333333
}
.frameintro li:first-child .franum{
	color: #0091DA;
}
.frameintro li:nth-child(2) .franum{
	color: #a2bd3a;
}
.frameintro li:nth-child(3) .franum{
	color: #3b8d7f;
}
.frameintro .tithes{
	color: #333333;
	font-size: 22px;
	margin-top: 18px;
}
.frameintro .ith-end{
	font-size: 18px;
	font-weight: normal;
	margin-top: 18px;
}
.frameintro .en-ftit{
	margin-top: 18px;
	color: #333333;
	font-size: 18px;
}
.frameintro .classintro-item{
	height: 345px;
	background: #ffffff;
}
.frameintro .tith-bit{
	margin-top: 0px;
}
.frameintro .moreBtn{
	color: #333333
}
.frameintro li .classintro-item:hover .moreBtn{
	background: #0091DA;
    border: 1px solid #0091DA;
    color: #ffffff;
}

.en-ftit{
	display: block;
	margin-top: 26px;
	font-size: 26px;
	color: #FFFFFF;
}
.moreBtn{
	display: inline-block;
	width: 112px;
	text-align: center;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	margin-top: 34px;
	-webkit-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
}

.classic-wrap{
	background: #F4F4F4;
	padding-top: 87px;

}
.classic-wrap .newslst-tit.notop{
	color: #333333;
}
.classic-in{
	max-width: 1150px;
	margin:24px auto 0px auto;
	padding-bottom: 76px;
}
.classic-in ul{
	margin-left: -38px;
}
.classic-in li{
	display: block;
	width: 20%;
	float: left;
}

.classic-in li .case{
	margin-left: 38px;
	margin-top: 38px;
}
.classic-wrap .spedec{
	color: #666666
}
.caselist {
	max-width: 1150px;
	margin:34px auto 60px auto;
}
.caselist ul{
	margin-left: -30px;
}
.caselist li{
	display: block;
	float: left;
	width: 33.33333%;
	margin-top: 36px;
}
.caselist a{
	display: block;
	margin-left: 30px;
}
.caselist li .news-dec{
	height: 40px;
	-webkit-line-clamp: 2;
}
.caselist a:hover .popup{
	opacity: 1;
}
.caselist a:hover .clic-tit{
	color: #0091DA
}

.speechmore{
	display: block;
	font-size: 16px;
	color: #0091DA;
	width: 138px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border:1px solid #0091DA;
	border-radius: 100px;
	margin:0px auto 80px auto;
	-webkit-transition: color,background 0.3s ease-in;
	-o-transition: color,background 0.3s ease-in;
	transition: color,background 0.3s ease-in;
}
.speechmore:hover{
	color: #ffffff;
	background-color: #0091DA
}
.speechmore:hover .moreicon{
	background-image: url(../images/moreicon-hover.png);
}

.newsmedia-thum{
	max-width: 650px;
	margin:54px auto 0 auto;
}
.newsmedia-them{
	max-width: 730px;
	margin:10px auto 0 auto;
	position: relative;
}
.slide-con {
    position: absolute;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    z-index: 4;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    bottom: 0px;
}
.newsthumSwiper img{
	display: block;
	width: 100%;
}
.newsmediaSwiper.swiper-container{
	margin:0px 40px;
}
.newsmediaSwiper.swiper-container .swiper-slide{
	max-width: 192px;
	cursor: pointer;
}
.newsmediaSwiper.swiper-container .swiper-slide img{
	display: block;
	width: 100%;
}
.newsmediaSwiper.swiper-container .swiper-slide.active:after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border:5px solid #0091DA;
}
.newsmedia-them .swiper-button-next.ns-button-next{
	background-image: url(../images/grateright.png);
	background-size: 20px 38px;
}
.newsmedia-them .swiper-button-prev.ns-button-prev{
	background-image: url(../images/grateleft.png);
	background-size: 20px 38px;
}
.newsmedia-them .swiper-button-next.ns-button-next:hover{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")
}
.newsmedia-them .swiper-button-prev.ns-button-prev:hover{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")
}
.tagpointer{
	position: absolute;
	top: -100px;
}
.wrapagotime{
	background-color: #f4f4f4;
	padding: 85px 0px 74px 0px;
}
.wrapagotime .newslst-tit{
	color: #333333;
}
.news-title {
    margin: 52px auto 0 auto;
    font-size: 26px;
    color: #4d4c4c;
    font-size: 22px;
	color: #0091DA;
	max-width: 1150px;
}
.news-time {
	max-width: 1150px;
	font-size: 16px;
	color: #666666;
    margin: 18px auto 0 auto;
}
.news-content {
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	max-width: 1150px;
	margin: 38px auto 0px auto;
}
.news-content img{
	display: block;
	max-width: 100%
}
.contentpage {
	text-align: center;
	padding-bottom: 43px;
	margin:58px auto 0px auto;
	border-bottom: 1px solid #f8f8f8;
}
.contentpage a{
	display: inline-block;
	font-size: 14px;
	color: #acacac;
	border: 1px solid #DDDDDD;
	padding: 7px 17px;
	margin: 0px 10px 0px 10px;
}
.newscontact{
	max-width: 1150px;
	margin: 68px auto 82px auto;
}
.reportlist{
	margin-top: 78px;
	padding-top: 85px;
	background-color: #f4f4f4
}
.reportlist .newslst-tit.notop{
    color: #4d4c4c;
}
.reportlist-end{
	max-width: 1120px;
	margin: 10px auto 0 auto;
	padding-bottom: 100px;
}
.reportlist-end img{
	display: block;
	max-width: 100%;
	margin-top: 65px;
}
.reportlist-end ul{
	margin-left: -70px;
}
.reportlist-end li{
	display: inline-block;
	width: 33.333333%;
	text-align: center;
	vertical-align: top;
	margin-top: 64px;
}
.reportlist-end li em{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: center;
}

.reportlist-item{
	margin-left: 70px;
	position: relative;
}
.reword{
	font-size: 14px;
	color: #333333;
	/* height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical; */
}
.reportlist-item span{
	display: block;
	margin:0px auto 12px auto;
	position: relative;
	max-width: 150px;
}
.reportlist-item span img{
	display: block;
	max-width: 100%;
}
.reportlist-item span b{
	font-size: 22px;
	color: #0091DA;
	text-align: center;
	font-weight: normal;
	display: block;
	position: absolute;
	width: 150px;
	left: 50%;
	padding-top: 10px;
	margin-left: -75px;
	top: 50%;

}



/**/

.page{
	max-width: 1140px;
	text-align: center;
	margin:85px auto 146px auto;
}
.page a {
    display: inline-block;
    font-size: 14px;
	color: #666666;
    padding: 4px 11px;
    border: 1px solid #DDDDDD;
    margin-left: 14px;
}
.page a.pagenum.active, .page a.pagenum:hover {
    border: 1px solid #0091DA;
    color: #ffffff;
    background: #0091DA;
}
.pageonicon{
	width: 8px;
	height: 12px;
	background-image: url(../images/pageleft.png);
	margin-top: -5px;
}
.pagenxicon{
	width: 8px;
	height: 12px;
	background-image: url(../images/pageright.png);
	margin-top: -5px;
}
.page a.pageon:hover,.page a.pagenx:hover{
    border: 1px solid #0091DA;
}
.page a.pageon:hover .pageonicon{
	background-image: url(../images/pageleft-a.png);
}
.page a.pagenx:hover .pagenxicon{
	background-image: url(../images/pageright-a.png);
}
.page a.morepage{
	border:none;
	margin-left: 0px;
	margin-right: 0px;
}
.page a.maxpage{
	margin-left: 0px;
}

.mapkv{
	height: 490px;
	overflow: hidden;
}

/**/
.newslst-tit.blueline.sml{
	font-size: 20px;
}
.friendurl-tit{
	text-align: center;
}
.friendurl-tit .newslst-tit{
	color: #9f9f9f;
	display: inline-block;
	width: 168px;
}
.friendurl-tit .newslst-tit.active{
	color:#333333;
}
.friendurl-tit .newslst-tit.blueline.active:after{
	background-color: #0091DA;
}
.friendurl-tit .newslst-tit.blueline:after{
	background: none
}
.endteam-lst ul{
	margin-left: -38px;
}
.endteam-lst li{
	display: block;
	width: 16.666666666666668%;
	float: left;
	margin-top: 18px;
}
.endteam-lst li a{
	display: block;
	margin-left: 15px;
}
.endteam-lst li a img{
	display: block;
	width: 100%;
}
.newpic img {
    display: block;
    width: 100%;
    height: 100%;
}
