/* CSS Document */
main ,footer { display:block;}
.main-wrapper{ margin-bottom:40px;}
.main-advertisement{ margin: 0 auto; text-align:center;}
.main-advertisement img{ width:100%; height:auto;}

.pc-content{ position:relative; margin: 15px auto 0;}

.pc-content:after {
    clear: both;
}
.pc-content:after {
    content: "";
    display: table;
}


.article-right{ float:right; width:260px;}


.article-left-head{ display:block; background:#fff;}
.article-left-head:after{
    content: "";
    display: table;
    clear: both;
}
.article-head{ float:left; padding:40px 30px 20px 30px; overflow:hidden;}
.article-head h2{
	color: #333333;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
}
.article-subtitle{ display:block; padding:20px 0 0 0; overflow:hidden;}
.article-local{ float:left; font-size:14px; color:#bbbbbb}
.article-local a{ color:#bbb; margin: 0 10px;}
.article-local a:hover{ color:#333;}
.article-local span{ float:left; margin:0 10px;}
.article-statistics{ float:right; font-size:14px;}
.article-statistics a{ color:#bbb; margin-left:20px;}
.article-statistics a i{ font-size:16px; margin-right:10px;}

/*标题分享*/

.share-to-box .work-weixin .jtico, .share-to-box .work-sina .jtico, .share-to-box .work-qq .jtico, .share-to-box .work-qzone .jtico {
    background-position: left center;
    padding-left: 30px;
    font-size: 14px;
    margin: 0;
    margin-bottom: 6px;
    overflow: initial;
}
.share-to-box .work-sina .jtico {
    background:none;
}
.share-to-box .work-qq .jtico {
    height: 19px;
    background:none;
}
.share-to-box .work-qzone .jtico {
    height: 19px;
    background:none;
}
.jiathis_style_32x32 .jtico {
    padding-left: 1px!important;
	background:none;
}


.article-left-intro {
	display:block;
    padding: 28px 0;
    line-height: 30px;
    color: #666666;
    background: #dfebf6;
	overflow:hidden;
}
.article-left-intro p {
	padding:0 50px;
    font-size: 16px;
    margin: 0 auto;
    word-wrap: break-word;
}

.article-left-content{ background:#fff; padding:50px;}
.article-content-box{ margin:0 auto; margin-top:10px; font-size:16px;color: #666;line-height: 32px; word-wrap: break-word; width:100%;overflow: hidden;}
.wikl_con p{ font-size:16px;color: #666;line-height: 32px; word-wrap: break-word;}
.article-content-box img{max-width: 100%; height:auto; cursor: pointer; display: block; margin: auto;margin-top: 10px; margin-bottom: 10px;}
/*点赞*/
.article-good{ padding:40px 0 20px; position:relative;}
.article-good-btn{margin:0 auto;padding:15px 20px;background:#408ed6;width:100px;border-radius:50px;cursor:pointer;color:#fff;text-align:center;}
.article-good-btn:hover{ background:#1f6fbf}
.article-good-btn i,.article-good-btn em{ margin:0 auto; text-align:center;}
.article-good-btn em{ font-size:16px;}
.article-good-btn-active{ margin:0 auto; padding:10px 20px; background:#eee; width:100px; border-radius:50px; cursor:pointer; color:#999;}
.article-good-btn-active i,.article-good-btn-active em{ display:block; margin:0 auto; text-align:center;}
.article-good-btn-active{ font-size:16px;}

/*推荐文章*/
.article-recommend{ margin:15px 0; background:#fff; padding:10px 20px;}
.article-recommend-title{ padding:20px; font-size:18px; border-bottom:1px solid #eee;}
.article-recommend-con{ padding:20px; overflow:hidden;}
.article-recommend-con ul li{ float:left; width:50%; line-height:30px; margin-bottom:5px;}
.article-recommend-con ul li a{ color:#666; font-size:14px;}
.article-recommend-con ul li a:hover{ color:#ff6600;}

/*在线预约*/
.online-submit{ margin:15px 0; background:#fff; padding:10px 20px;}
.online-submit-title{ padding:20px; font-size:18px; border-bottom:1px solid #eee;}
.online-submit-con{ padding:20px; overflow:hidden;}
.online-sub-left,.online-sub-right{ float:left; width:50%;}

.online-form{ padding-top:20px;}
.form-input{text-indent:70px;}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;

    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-horizontal{
		background: #fff;
		padding-bottom: 10px;
		border-radius: 15px;
	}
	.form-horizontal .heading{
		display: block;
		font-size: 35px;
		font-weight: 700;
		padding: 35px 0;
		border-bottom: 1px solid #f0f0f0;
		margin-bottom: 30px;
	}
	.form-horizontal .form-group{
		margin: 0 0 20px 0;
		position: relative;
	}
	
	.form-horizontal .form-control{
		background: #f0f0f0;
		border: none;
		border-radius: 5px;
		box-shadow: none;
		height: 50px;
		transition: all 0.3s ease 0s;
		
	}
	.form-horizontal .form-control:focus{
		background: #e0e0e0;
		box-shadow: none;
		outline: 0 none;
	}
	.form-horizontal .form-group i{
		position: absolute;
		top: 17px;
		left: 30px;
		font-size: 17px;
		color: #c8c8c8;
		transition : all 0.5s ease 0s;
	}
	.form-horizontal .form-control:focus + i{
		color: #00b4ef;
	}
	.form-horizontal .fa-question-circle{
		display: inline-block;
		position: absolute;
		top: 12px;
		right: 60px;
		font-size: 20px;
		color: #808080;
		transition: all 0.5s ease 0s;
	}
	.form-horizontal .fa-question-circle:hover{
		color: #000;
	}
	.form-horizontal .main-checkbox{
		float: left;
		width: 20px;
		height: 20px;
		background: #11a3fc;
		border-radius: 50%;
		position: relative;
		margin: 5px 0 0 5px;
		border: 1px solid #11a3fc;
	}
	.form-horizontal .main-checkbox label{
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
	}
	.form-horizontal .main-checkbox label:after{
		content: "";
		width: 10px;
		height: 5px;
		position: absolute;
		top: 5px;
		left: 4px;
		border: 3px solid #fff;
		border-top: none;
		border-right: none;
		background: transparent;
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.form-horizontal .main-checkbox input[type=checkbox]{
		visibility: hidden;
	}
	.form-horizontal .main-checkbox input[type=checkbox]:checked + label:after{
		opacity: 1;
	}
	.form-horizontal .text{
		float: left;
		margin-left: 7px;
		line-height: 20px;
		padding-top: 5px;
		text-transform: capitalize;
	}
	.form-horizontal .btn{
		display:block;
		font-size: 16px;
		color: #fff;
		background: #008cd6;
		border-radius: 5px;
		padding: 10px 25px;
		border: none;
		text-transform: capitalize;
		transition: all 0.5s ease 0s;
		cursor:pointer;
		height:60px;
	}
	.form-horizontal .btn:hover{ background:#1f6fbf;}

.online-notice{ padding:20px; padding-right:0;}
.online-phone{ display:block; background:#f4f4f4; border-radius:5px; text-align:center; padding:20px 0; width:48%; float:left;}
.online-phone i{ font-size:60px;}
.online-phone h3{ font-size:18px; font-weight:normal;}
.online-phone em{ font-size:18px; font-weight:bold; margin-top:20px; display:block;}
.online-phone,.online-kf{ min-height:220px;}

.online-kf{ display:block; background:#f4f4f4; border-radius:5px; text-align:center; padding:20px 0; width:48%; float:right;}
.online-kf i{ font-size:60px;}
.online-kf h3{ font-size:18px; font-weight:normal;}
.online-kf em{ font-size:16px; margin-top:30px; display:block;}
.icon-kefu{ color:#408ed6}
.online-kf em a{ background:#408ed6; color:#fff; padding:15px 25px;}
.online-kf em a:hover{ background:#1f6fbf; color:#fff;}
.online-warn{ display:block; font-size:14px; color:#528e62; padding:20px 30px; text-align:left; background:#e0f9e6; margin:0 20px 20px 20px;}

/*分校名片*/
.area-info{ margin:15px 0; background:#fff; overflow:hidden;}
.area-info-left{ float:left; box-shadow: 10px 0px 5px rgba(0,0,0,.3); width:30%; position:relative;}
.area-info-left-head{ padding:50px;}
.area-info-name{ display:block; text-align:center; font-size:24px; font-weight:bold; color:#333; padding:10px 0}
.area-info-url{ display:block; text-align:center; font-size:16px; color:#666; padding:10px 0}
.area-info-ewm{ display:block; text-align:center; padding:10px 0}
.area-info-ewm img{width:100%;height:auto;}
.area-info-txt{ display:block; text-align:center; font-size:14px; color:#666; padding:10px 0}
.area-info-foot{ display:block; text-align:center; padding:20px; color:#fff; font-size:16px; background:#008cd6;}

.area-info-right{ float:left; width:70%;}
.area-info-title{ display:block; padding:15px 50px; margin-top:20px; color:#fff; font-size:24px; font-weight:bold; background:#408ed6}
.area-info-title span{ font-size:14px; font-weight:normal;}
.area-info-con{ padding:20px 50px;}
.area-info-con ul li{ float:left; width:50%;}
.area-info-con h5{ font-size:16px; color:#333; margin:10px 0; border-bottom:1px solid #f0f0f0; line-height:30px;}
.area-info-con h5 a{ margin-left:10px; color:#666; font-size:14px; font-style:normal;}
.area-info-con h5 a:hover{ color:#ff6600;}
.area-info-con p{ line-height:25px; font-size:14px; color:#666; padding-right:20px;}

/*文章右侧*/
.right-article{ width:260px;}
.article-right-box{ display:block; background:#fff; margin-bottom:20px;}
.article-right-title{ padding:15px 20px;}
.article-right-title h3{ font-size:16px; font-weight:normal;}
.article-con{ border-top:1px solid #eee;}
.article-con-list{ padding:20px; overflow:hidden;}
.article-con-list li{ float:left; line-height:30px; width:100%;}
.article-con-list li a{ color:#666; font-size:14px;    width: 260px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.article-con-list li a:hover{ color:#ff6600;}

.article-con-list li.curr a{ font-size:16px; font-weight:bold; color:#408ed6;}

@media screen and (max-width: 1440px){
#wrap-nav ul.menu li h3 a.depth_1{ padding:0 33px;}
.pc-content{ max-width:1200px; width:1200px;}
.main-advertisement{ width:1200px;}
.article-left{ float:left; width:920px;}
.article-cont{ display:block; width:920px;}
.article-head{ width:716px;}
#wrap-nav{ width:1200px;}

#tuijians{ left:940px;}
}
@media screen and (min-width: 1450px){
#wrap-nav ul.menu li h3 a.depth_1{ padding:0 43px;}
.pc-content{ max-width:1380px; width:1380px;}
.main-advertisement{ width:1380px;}
.article-left{ float:left; width:1100px;}
.article-cont{ display:block; width:1100px;}

.article-head{ width:896px;}
#wrap-nav{ width:1380px;}

#tuijians{ left:1120px;}
}

@media (min-width: 1200px){
.ivideo{ width:100%; min-height:500px;}

}
@media (max-width: 640px){
.ivideo{ width:100%; min-height:250px;}
.article-right{ display:none;}
.pc-content {
    max-width: 100%;
    width: 100%;
}
.article-subtitle {
    display: none;
    padding: 20px 0 0 0;
    overflow: hidden;
}
.article-share {
    float: left;
	display:none;
}
.article-left {
    float: left;
    width: 100%;
}
.article-cont {
    display: block;
    width: 100%;
}
.article-head {
    width: auto;
}
.article-left-content {
    background: #fff;
    padding: 10px;
}
.article-head h2 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
}
.pc-content {
    position: relative;
    margin: 0 auto; */
}
.article-head {
    float: left;
    padding: 20px 30px;
    overflow: hidden;
}
.m-topbg {
    position: relative;
    height: 45px;
    display: block;
    width: 100%;
    background: url(http://www.tqedu.net/Template/Default/Skin/2018m/images/m-topbg.jpg);
}
.m-topbg ul li{ float:left; width:70%; text-align:center; color:#fff; line-height: 45px; font-size:16px;}
.m-topbg ul li:first-child{ width:15%;}
.m-topbg ul li:last-child{ width:15%;}
.m-topbg ul li a{ color:#fff;}

.online-sub-left {
    float: left;
    width: 100%;
}
.online-sub-right { display:none;}
.area-info-left {
    width: 100%;
}
.area-info-right {
    float: left;
    width: 100%;
}
.area-info-con ul li {
    float: left;
    width: 100%;
}
.area-info-con {
    padding: 20px 50px;
    overflow:hidden;
}
}
@media (min-width: 640px){
.m-topbg{ display:none;}
}