﻿/* @font-face {
  font-family: 'iconfont';  project id 456426
  src: url('//at.alicdn.com/t/font_456426_fvu9vce4xks.eot');
  src: url('//at.alicdn.com/t/font_456426_fvu9vce4xks.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_456426_fvu9vce4xks.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_456426_fvu9vce4xks.woff') format('woff'),
  url('//at.alicdn.com/t/font_456426_fvu9vce4xks.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_456426_fvu9vce4xks.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;} */



body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font:12px/1.6 microsoft yahei;}
body{ background-color:#f2f2f2;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
a{ text-decoration:none;}
ul,ol{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
.layout:after{content:'\20';display:block;height:0;clear:both;}
.layout{*zoom:1;}
.cf:before,.cf:after{content:'';display:table;}
.cf:after{clear:both;}
.cf{*zoom:1;}
img{border:0;vertical-align: middle;}
small, cite, code, em, th, i, b {
font-size: 1em;
font-style: normal;
font-weight: 500;}

.div_radius50{ border-radius:50px;}
.div_radius5{ border-radius:5px;}
.less-hover{-webkit-transition:all 0.6s;-ms-transition:all 0.6s;-moz-transition:all 0.6s; }
.circle5{ border-radius:5px;}

.icon-locationfill,.icon-cs,.channel_item .iconlocationfill{ color:#ff6600;}
.icon-weixin,.icon-ls{ color:#07af12;}
.icon-kongjian,.icon-hs{ color:#f5bd3e;}
/*div阴影*/
.div_drag{
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    -ms-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    -o-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

/*div背景透明，消除字的透明度*/
.div_transparent {
    background: rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center center;
    position: relative;
}
/*公用下拉动画*/
@keyframes pop-in {
	0% {
		transform: scale(.1,.1);
		opacity: .1
	}

	80% {
		transform: scale(1.1,1.1)
	}

	100% {
		transform: scale(1,1);
		opacity: 1
	}
}

@keyframes slide-up {
	0% {
		transform: translate(0,100%)
	}

	100% {
		transform: translate(0,0)
	}
}

@keyframes slide-down {
	0% {
		transform: translate(0,0)
	}

	100% {
		transform: translate(0,100%)
	}
}

@keyframes fade-in {
	from {
		opacity: .1
	}

	to {
		opacity: 1
	}
}

.tqedu-head .drag-show {
	animation: pop-in;
	transform-origin: 50% top;
	animation-duration: .15s;
	animation-fill-mode: both;
	animation-timing-function: ease-out
}


/*div渐变背景，45°倾斜*/
.div_gradual_bg {
    position: relative;
    background: #005a8f;
    background: -moz-linear-gradient(45deg, #005a8f 0%, #ff61b3 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #005a8f), color-stop(100%, #ff61b3));
    background: -webkit-linear-gradient(45deg, #005a8f 0%, #ff61b3 100%);
    background: -o-linear-gradient(45deg, #005a8f 0%, #ff61b3 100%);
    background: -ms-linear-gradient(45deg, #005a8f 0%, #ff61b3 100%);
    background: linear-gradient(45deg, #005a8f 0%, #ff61b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a8f', endColorstr='#ff61b3', GradientType=1 );
}

.triangle-up{position:absolute;top:-7px;top:-7px\9;left:50%;border:0 none;border-top:2px solid #ff6600;border-right:2px solid #ff6600;background:#fff;background:-moz-linear-gradient(top,rgba(255,255,255,.96) 0,rgba(255,255,255,.96) 55%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,right top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(55%,rgba(255,255,255,1)),color-stop(56%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(right top,rgba(255,255,255,.96) 0,rgba(255,255,255,.96) 55%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(right top,rgba(255,255,255,.96) 0,rgba(255,255,255,.96) 55%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(right top,rgba(255,255,255,.96) 0,rgba(255,255,255,.96) 55%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);background:linear-gradient(to left bottom,rgba(255,255,255,.96) 0,rgba(255,255,255,.96) 55%,rgba(255,255,255,0) 56%,rgba(255,255,255,0) 100%);width:10px;height:10px;margin-left:-4px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);
filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467,M21=-0.7071067811865467,M22=0.7071067811865483,SizingMethod='auto expand'); z-index:1001;}

.tqedu-head{ position:relative; height:55px; z-index:888; background:#fff; padding-top:10px;}

.tqedu-logo{ width:118px; height:55px; float:left; margin-top:-5px;}
.tqedu-logo a{ display:block;height:55px;line-height:100;overflow:hidden;background:url(http://www.tqedu.net/Template/Default/Skin/2019/pubimages/logo_2021.png) no-repeat;}
.tqedu-logo a:hover{ text-decoration:none;}
.tqedu-nav{ float:left; }
.tqedu-channel{ display:block; padding-left:5px; white-space: nowrap;}
.tqedu-channel .channel_item{ display:inline; float:left; height:14px; line-height:14px; margin-top:15px; margin-top:16px\9; padding:0 5px; color:#333;font-size: 14px; font-family: microsoft yahei;}
.tqedu-channel .channel_home{ border-left:0 none;}
.tqedu-channel .channel_item:hover{ color:#ff6600;}
.tqedu-channel-more{ display:block; height:55px; float:left; position:relative;}
.tqedu-channel-more .channel_item{ border-right:none;}
.tqedu-channel-more em{ float:left; display:inline-block; margin-right:5px;}
.tqedu-channel-more .ico_text{ float:left; display:inline-block; margin-right:5px;}
.tqedu-channel-more .triangle-down{ float:left; position:relative; top:6px; *top:6px; [;top:7px;]; vertical-align:top;
border-style:solid dashed dashed dashed;
border-color:#4E4E4E transparent transparent transparent;border-width:4px;overflow:hidden; width:0; height:0; font-size: 0; display:inline-block;}
.tqedu-more-channels{ width:auto; display:none; position:absolute; top:55px; left:-1px; z-index:100000; border-top:2px solid #ff6600;}
.fxwidth{ width:480px;}
.f16c{ font-size:14px; text-align:center; color:#666;}
.tqedu-more-channels .triangle-up{ left:50px;}
.tqedu-more-count{ position:relative; background:#fff; z-index:5; overflow:hidden;}
.tqedu-list-wrap{ padding:8px 14px; overflow:hidden;}
.tqedu-list-left{ width:100%; position:relative; overflow:visible; float:left;height: auto; padding:10px 0;}
.tqedu-list-wrap li{ display:block; }
.tqedu-list-wrap h2{ display:block; padding:10px 15px; background:#f6f6f6; margin-bottom:10px; font-size:16px;color: #333;}
.tqedu-list-wrap li a{ float:left; padding:10px 15px; color:#666; font-size:14px;}
.tqedu-list-wrap li a:hover{ background:#336699; color:#fff;}
.tqedu-list-wrap .link{ display:inline-block; height:22px; line-height:19px; padding-left:8px; overflow:hidden; text-align:center; background:none;}
.tqedu-list-wrap .link span{ display:inline-block; vertical-align:top; height:22px; *line-height:22px;line-height:22px\9; padding-right:8px; background:none;}
.tqedu-list-wrap .link:hover span,.tqedu-list-wrap .link:hover{background-image:url();text-decoration:none;color:#262626;
 text-shadow:0 1px 0 #7a7a7a;cursor:pointer;}
.tqedu-list-wrap .link:hover{background-position:0 -150px;}
.tqedu-list-wrap .link:hover span{background-position:right -150px}
.tqedu-list-wrap li.link-name1{ width:58px;}
.tqedu-list-wrap li.link-name2{ width:70px;}

.tqedu-channel-more-hover{ background-color:#fff; }
.tqedu-channel-more-hover .channel_item{color:#ff6600;}
.tqedu-channel-more-hover .triangle-down{top:2px;[;top:4px;];*top:0;border-color:transparent transparent #ccc transparent;border-style:dashed dashed solid;}

.tqedu-right-quick{ display:block; float:right;}
.tqedu-right-menu{ float:right; white-space: nowrap;}
.tqedu-mun-list{ float:right;}
.tqedu-mun-list li{ float:left;}
.tqedu-mun-list li a{ line-height:45px; color:#333;}
.tqedu-mun-list li a:hover{ color:#ff6600;}
.tqedu-mun-list .mun-item{ position:relative; float:left; display:inline; top:auto; right:auto; width:auto;  margin-left:0; padding:0 10px; white-space: nowrap; font-size:14px; font-family: microsoft yahei;}
.tqedu-mun-list .mun-item a{color:#333; cursor:pointer; position: relative; z-index:1;}
.tqedu-mun-list .timeline-video-wrap a:hover{ color:#828282;}
.tqedu-mun-list .mun-user{ border-left:0 none; background:url(http://www.tqedu.net/Template/Default/Skin/2018/pubimages/ico-phone.png) no-repeat 0 4px; text-indent:40px;; margin-left:10px;height:44px;}
.tqedu-mun-list .mun-user h3{ font-size:16px; font-weight:normal;}
.tqedu-mun-list .mun-user p{ font-size:12px; color:#666;}
.tqedu-mun-list .mun-upload{ border-right:0 none;}
.tqedu-mun-list span.btn-inner{ display:inline-block; position:relative; cursor:pointer; background:#f2f2f2; line-height:45px; padding:0 15px;}
.tqedu-mun-list .triangle-down{ position:absolute; right:0; top:7px; width:0; height:0; line-height:0; font-size:0; 
border-color:#7C7C7D transparent transparent transparent; border-style:solid dashed dashed dashed;border-width:3px;-webkit-transition: border .1s ease-in-out;}
.tqedu-mun-list .muen-history,.muen-favorites{ width:200px; position:absolute; right:auto; top:45px; left:50%; overflow:hidden; margin-left:-110px; padding-top:10px; font-size:12px; display:none;z-index: 1000;}  
.tqedu-mun-list .muen-main{ position:relative; border-top:2px solid #ff6600; color:#898989;min-height: auto;}

.tqedu-mun-list .history-info-content{ position: relative; background:#fff;}
.tqedu-mun-list .history-timeline-wrap{ display:block; padding:30px; text-align:center;}
.tqedu-mun-list .history-timeline-wrap p{ font-size:14px; color:#333; padding:10px;}

.tqedu-mun-list a:hover{ color:#ff6600;}
.tqedu-mun-list .muen-favorites{margin-left: -99px; width:198px;}
.tqedu-mun-list .muen-favorites .history-info-pd{ padding:5px 0;}
.tqedu-mun-list .muen-favorites .history-info-login{ padding:75px 10px 65px;}
.tqedu-mun-list .btn-login{display:block; background:#FF7800;  width:90px; height:32px; line-height:32px; text-align:center; overflow:hidden;
  margin:0 auto; color:#FFF !important;box-shadow: 0 2px 3px rgba(0,0,0,.1); font-size:15px;}
.tqedu-mun-list .hint-text{ margin-top:8px; font-size:15px; color:#aaa; text-align:center;}

.Image_QRCode{ width:185px; height:185px;}

.pull-d-m-b{
      position: relative;
    }
    .pull-d-m {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    background: #fff;
    border-top: 2px solid #ff6600;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    -ms-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    -o-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    display: none;
  }
  .pull-d-m-b:hover .pull-d-m{
    display:block;
  }
    .pull-d-m .triangle-up{
      margin-left: 0px;
    }



.wbgl{ float: left;}
.tqedu-pubmenu-more{ display: inline-block; float: left; height: 55px; position: relative;}
.tqedu-pubmenu-more .channel_item {
    display: inline;
    float: left;
    height: 14px;
    line-height: 14px;
    margin-top: 15px;
    margin-top: 16px\9;
    padding: 0 5px;
    color: #333;
    font-size: 14px;
    font-family: microsoft yahei;
}
.tqedu-more-pubmenus {
    width: auto;
    display: none;
    position: absolute;
    top: 55px;
    left: -1px;
    z-index: 100;
    border-top: 2px solid #ff6600;
}
.more-other a{ float: left; padding: 6px 10px!important; color: #333;}

/* ------------------------------
 * 分校导航
 * ------------------------------ */
#wrap-nav, #wrap-nav li, #wrap-nav h3, #wrap-nav h3 a{}
#wrap-nav{height:60px;line-height:60px;background-repeat:repeat-x;background-position:0 0;background-color:#408ed6;width:1200px;margin:15px auto 0 auto;}
#wrap-nav ul.menu li{position:relative;float:left;}
#wrap-nav ul.menu li h3{font-size:14px; font-weight:normal;position:relative;}
#wrap-nav ul.menu li h3 a.depth_1{padding: 0 30px;display:inline-block;color:#FFFFFF;}
#wrap-nav ul.menu li h3.hover,
#wrap-nav ul.menu li h3.selected{background-position:right -80px;}
#wrap-nav ul.menu li h3.hover a.depth_1,
#wrap-nav ul.menu li h3.selected a.depth_1{background:#3266a5;color:#fff;}
#wrap-nav ul.menu li.hover h3{background-position:right -120px;}
#wrap-nav ul.menu li.hover h3 a.depth_1{background:#3266a5;color:#fff;}
#wrap-nav ul.menu li ul.children{position:absolute;left: 50%; top:60px;z-index:100;display:none;width: 150px;border-top:0px;background:#FFFFFF; padding:10px 0;-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2);-moz-box-shadow: 0 4px 10px rgba(0,0,0,.2);-ms-box-shadow: 0 4px 10px rgba(0,0,0,.2);-o-box-shadow: 0 4px 10px rgba(0,0,0,.2);box-shadow: 0 4px 10px rgba(0,0,0,.2);transform:translateX(-50%)}
#wrap-nav ul.menu li ul.children li{ float:left; width:100%; text-align:center; display:block; line-height:40px;}
#wrap-nav ul.menu li ul.children li a{ color:#333; font-size:14px;}
#wrap-nav ul.menu li ul.children li a:hover{ color:#ff6600;}

#wrap-nav ul.menu li h3 span{ position:absolute; top:-15px; left:45%; color:#f5dd3e;height:0;}
#wrap-nav ul.menu li h3 i{ font-size:28px;}

/* ------------------------------
 * 内容
 * ------------------------------ */
 
 /*首页联系我们*/
 .contactus{ display:block;
	margin-top:50px;
	padding:40px 0 20px;
    background: #dedede;
    color: #666; overflow:hidden;}

.contact-address{ float:left;}
.contact-address h3{ display:block; font-size:20px; color:#333; border-bottom: 1px solid #d0d0d0; margin-bottom:20px; line-height:30px; padding-bottom:10px;}
.contact-address .address-info{overflow: hidden;}
.contact-address h3 span{ font-size:14px; color:#999; font-weight:normal; margin-left:10px;}
.address-info ul li{ float:left; max-width:370px; margin-right:10px;}
.address-info ul li h5 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.address-info ul li p {
    line-height: 25px;
    font-size: 14px;
    color: #333;
    padding-right: 0px;
}
.address-info ul li h5 a {
    margin-left: 10px;
    color: #666;
    font-size: 14px;
    font-style: normal;
}
.address-info ul li h5 a:hover{ color:#ff6600;}

.contact-com{ float:right; margin-top:30px;}
.company{ float:left;}
.company-logo{ text-align:center; margin-top:15px;}
.company-info{ text-align:center; margin:10px 0; color:#333;}
.company-code{ display: block; margin-top: 10px; font-size: 14px; color:#333; padding:10px 0; text-align: center; border: 1px solid #a5a5a5; border-radius: 5px; transition: all .5s ease;}
.contact-ewm{ float:right; margin-left:10px;}
.ewm-pic{ display:block; width:150px; height:150px;}
.ewm-pic img{ width:100%;}
.ewm-txt{ margin-top:10px; font-size:14px; color:#666; text-align:center;}
 

/*底部*/
#footer {
    width: 100%;
	padding:10px 0 30px;
    background: #282828;
    color: #666;
    z-index: 1000;
}
#footer:after{position:absolute;
	bottom:0;}

	
#footer .footer-wrapper {
    margin: 0 auto;
    background: #282828;
	/*width:1500px;*/
}
#footer .footer-wrapper .footer-wrapper-top {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #333;
}
#footer .footer-wrapper .footer-wrapper-top .footer-wrapper-top-left {
    float: left;
}

.footer-wrapper-top-left a{ color:#999; font-size:14px; margin-right:30px;}
.footer-wrapper-top-left a:hover{ color:#fff;}

#footer .footer-wrapper .footer-wrapper-top .footer-wrapper-top-right {
    float: right;
}
#footer .footer-wrapper .footer-wrapper-top .footer-wrapper-top-right span{position: relative; display:inline-block; margin-top:30px;}

#footer .footer-wrapper .space-footer-bottom {
    margin-top: 20px;
	position: relative;
}

#footer .footer-wrapper .footer-wrapper-bottom .copyrightLink {
    position: absolute;
    right: 0;
}
.address-info p {
    max-width: 870px;
    font-size: 14px;
}
.address-info a.channel_item {
    font-size: 16px;
    color: #666;
   
}
.copyrightLink  > a{
	color:#666;
	}
.copyrightLink  > a:hover{
	color:#999;
	}
.sz-bottom{ line-height:25px; font-size: 14px; color: #333; }

/*在线客服*/
#fl_menu{position:absolute;top:200px;right:0px;z-index:9999;}
#fl_menu .label{}
#fl_menu .menu{display:none;}
#fl_menu .menu .menu_item{display:block;background:#000;color:#bbb;border-top:1px solid #333;padding:10px 20px;font-size:12px;text-decoration:none;}
#fl_menu .menu a.menu_item:hover{background:#333;color:#fff;}

/*返回顶部*/
#topcontrol{background:#408ed6; border-radius:4px; color:#fff; text-align:center; -webkit-transition: .1s; transition: .1s; padding:10px 12px;font-size: 12px;z-index: 3;
/*position: fixed; bottom: 55px; left: 50%; margin-left:700px; width:50px; height:50px; padding-top:5px; */}
#topcontrol:hover{ background:#3266a5;}


@media screen and (min-width: 1350px){
/*预约提交框*/
.layui-layer-title{ font-size:16px; font-weight:bold;}
.submit-layer{ margin:0 auto; width:600px; height:450px; background:#fff; overflow:hidden;}
.sub-layer-l,.sub-layer-r,.sub-Privacy{ float:left; width:100%;}
.sub-layer-l{ height:278px;}
.sub-layer-title{ float:left; display:block; padding:15px 20px 0;}
.sub-layer-title h3{ float:left; font-style:normal; font-size:14px; color:#fff; text-align:center; padding:5px 10px; background:#408ed6; }
.sub-layer-title em{ float:left; display:block; font-style:normal; font-size:16px; color:#333; text-align:center; padding:5px; max-width:475px; overflow:hidden;}
.sub-layer-r{}
.sub-Privacy p{ padding:20px; color:#666;}
.sub-Privacy a{ color:#999; text-decoration:underline;}
.sub-Privacy a:hover{ color:#ff6600; text-decoration:underline;}

.sub-yy{ display:block; padding:10px 20px;}
.sub-input{text-indent:50px;}
.sub-control {
    display: block;
    width: 95%;
    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;
}
.sub-horizontal{
		background: #fff;
		border-radius: 15px;
	}
.sub-horizontal .heading{
	display: block;
	font-size: 35px;
	font-weight: 700;
	padding: 35px 0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}
.sub-horizontal .sub-group{
	margin: 0;
	position: relative;
	width:33.333%;
	float:left;
}

.sub-horizontal .sub-control{
	background: #fff;
	border:1px solid #e0e0e0;
	border-radius: 5px;
	box-shadow: none;
	height: 50px;
	transition: all 0.3s ease 0s;
}
.sub-horizontal .sub-control:focus{
	background: #f0f0f0;
	box-shadow: none;
	outline: 0 none;
}
.sub-horizontal .sub-group i{
	position: absolute;
	top: 13px;
	left: 20px;
	font-size: 17px;
	color: #c8c8c8;
	transition : all 0.5s ease 0s;
}
.sub-horizontal .sub-control:focus + i{
	color: #00b4ef;
}
.sub-horizontal .fa-question-circle{
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 60px;
	font-size: 20px;
	color: #808080;
	transition: all 0.5s ease 0s;
}

.sub-horizontal .fa-question-circle:hover{
	color: #000;
}
.sub-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;
}
.sub-horizontal .main-checkbox label{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.sub-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);
}
.sub-horizontal .main-checkbox input[type=checkbox]{
	visibility: hidden;
}
.sub-horizontal .main-checkbox input[type=checkbox]:checked + label:after{
	opacity: 1;
}
.sub-horizontal .text{
	float: left;
	margin-left: 7px;
	line-height: 20px;
	padding-top: 5px;
	text-transform: capitalize;
}
.sub-horizontal .btn{
	display:block;
	font-size: 16px;
	color: #fff;
	background: #408ed6;
	border-radius: 5px;
	padding: 13px 25px;
	border:1px solid #1f6fbf;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
	cursor:pointer;
}
.sub-horizontal .btn:hover{ background:#1f6fbf;}
.sub-horizontal .m-b-35{ margin-bottom:35px;}
}

/* focus */
.focus{overflow:hidden;position:relative;margin:0; padding:0;}
.focus ul{position:absolute;margin:0; padding:0;}
.focus ul li{float:left;overflow:hidden;background:#000; margin:0; padding:0px;list-style:none;}
.focus ul li img{ margin:0; padding:0px;border:0;width: 100%;}
.focus .btnBg{position:absolute;height:20px;left:0;bottom:0;}
.focus .btn{position:absolute;height:10px;padding:5px 10px;right:0;bottom:10px;text-align:right;}
.focus .btn span{display:inline-block;_display:inline;_zoom:1;width:25px;height:10px;_font-size:0;margin-left:5px;cursor:pointer;background:#fff;}
.focus .btn span.on{background:#fff;}
.focus .preNext{width:50px;height:50px;position:absolute;cursor:pointer;}
.focus .pre{left:10px;}
.focus .next{right:10px;background-position:right top;}


.zoomify{cursor:pointer;}
.zoomify.zoomed{padding:0;margin:0;border:none;border-radius:0;box-shadow:none;position:relative;z-index:1501}
.zoomify-shadow{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;z-index:1500;background:rgba(0,0,0 ,.3);opacity:0}
.zoomify-shadow.zoomed{opacity:1;cursor:pointer;}

/* btn */
.btn {
  display: inline-block;  padding: 6px 12px;  margin-bottom: 0; font-size: 14px;  font-weight: normal;  line-height: 1.428571429;  text-align: center;  white-space: nowrap;  vertical-align: middle;  cursor: pointer;  background-image: none;  border: 1px solid transparent;  border-radius: 4px;
  -webkit-user-select: none;     -moz-user-select: none;      -ms-user-select: none;       -o-user-select: none;          user-select: none;
}

.btn:focus {  outline: thin dotted;  outline: 5px auto -webkit-focus-ring-color;  outline-offset: -2px;}
.btn:hover,.btn:focus {color: #333333;  text-decoration: none;}
.btn:active,.btn.active {  background-image: none;  outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-default {  color: #333333;  background-color: #ffffff;  border-color: #cccccc;}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,
.open .dropdown-toggle.btn-default {  color: #333333;  background-color: #ebebeb;  border-color: #adadad;}
.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {  background-image: none;}

.btn-primary {  color: #ffffff;  background-color: #428bca;  border-color: #357ebd;}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,
.open .dropdown-toggle.btn-primary {  color: #ffffff;  background-color: #3276b1;  border-color: #285e8e;}

.btn-primary:active,.btn-primary.active,
.open .dropdown-toggle.btn-primary {  background-image: none;}
.btn-block {display: block;width: 97%;}

.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}
.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}


.tqedu-con{ width:1700px; position:relative; margin:0 auto;}
.contact-box{ margin:0 auto; width:1500px;}
.footer-wrapper{ width:1500px}
@media screen and (min-width: 1600px){
.tqedu-con{ width:auto; padding:0 50px; position:relative; margin:0 auto;}
.contact-box{ margin:0 auto; width:1500px;}
.footer-wrapper{ width:1500px}
}

@media screen and (max-width: 1600px){
.tqedu-con{ width:auto; position:relative; margin:0 20px;}
.contact-box{ margin:0 auto; width:1200px;}
.footer-wrapper{ width:1200px}
.tqedu-mun-list .v-none{ display:block;}
}
 
.area-info-url .website:link {color: #666}
.area-info-url .website:visited {color: #666}
.area-info-url .website:hover {color: #666}
.area-info-url .website:active {color: #666}
@media screen and (max-width: 1440px){
#topcontrol{
	display:none;
	}
}

@media (max-width:1350px) and (min-width: 800px){
    .sub-layer-title{float: left; display: block; padding: 15px 20px 0;}
    .sub-layer-title h3 { float: left; font-style: normal; font-size: 14px; color: #fff; text-align: center; padding: 5px 10px; background: #408ed6;}
    .sub-layer-title em {float: left;display: block;font-style: normal;font-size: 16px;color: #333;text-align: center;padding: 5px;max-width: 475px;overflow: hidden;}
    .sub-yy {  display: block;  padding: 10px 20px;}
    .sub-horizontal { background: #fff; border-radius: 15px;}
    .sub-horizontal .sub-group { margin: 0;position: relative; width: 33.333%;float: left;}
    .sub-input {text-indent: 50px;}
    .sub-horizontal .sub-control {    background: #fff; border: 1px solid #e0e0e0; border-radius: 5px; box-shadow: none; height: 50px; transition: all 0.3s ease 0s;}

    .sub-control {display: block;width: 95%;padding: 6px 0;font-size: 14px;line-height: 1.42857143;color: #555;}

    .sub-horizontal .sub-group i {position: absolute;top: 17px;left: 20px;font-size: 17px;color: #c8c8c8;transition: all 0.5s ease 0s;}
    .sub-horizontal .btn {display: block;font-size: 16px;color: #fff;background: #408ed6;border-radius: 5px;padding: 13px 25px;border: 1px solid #1f6fbf;text-transform: capitalize;transition: all 0.5s ease 0s;cursor: pointer;height: auto;}
    .sub-Privacy p { padding: 20px; color: #666;}
    .sub-layer-l, .sub-layer-r, .sub-Privacy { float: left;  width: 100%;}

}

@media screen and (max-width: 800px){
/*预约提交框*/
.layui-layer-title{ font-size:16px; font-weight:bold;}
.submit-layer{ margin:0 auto; background:#fff; overflow:hidden;}
.sub-layer-l,.sub-layer-r,.sub-Privacy{ float:left; width:100%;}
.sub-layer-l{ height:auto;}
.sub-layer-title{ float:left; display:block; padding:15px 20px 0;}
.sub-layer-title h3{ float:left; font-style:normal; font-size:14px; color:#fff; text-align:center; padding:5px 10px; background:#408ed6; display:none; }
.sub-layer-title em{ float:left; display:block; font-style:normal; font-size:16px; color:#333; text-align:left; padding:5px; max-width:475px; overflow:hidden;}
.sub-layer-r{}
.sub-Privacy p{ padding:20px; color:#666;}
.sub-Privacy a{ color:#999; text-decoration:underline;}
.sub-Privacy a:hover{ color:#ff6600; text-decoration:underline;}

.sub-yy{ display:block; padding:10px 20px;}
.sub-input{text-indent:50px;}
.sub-control {
    display: block;
    width: 100%;
   
    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;
}
.sub-horizontal{
		background: #fff;
		border-radius: 15px;
	}
.sub-horizontal .heading{
	display: block;
	font-size: 35px;
	font-weight: 700;
	padding: 35px 0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}
.sub-horizontal .sub-group{
	margin: 10px 0;
	position: relative;
	width:100%;
}

.sub-horizontal .sub-control{
	background: #fff;
	border:1px solid #e0e0e0;
	border-radius: 5px;
	box-shadow: none;
	height: 50px;
	transition: all 0.3s ease 0s;
}
.sub-horizontal .sub-control:focus{
	background: #f0f0f0;
	box-shadow: none;
	outline: 0 none;
}
.sub-horizontal .sub-group i{
	position: absolute;
	top: 17px;
	left: 20px;
	font-size: 17px;
	color: #c8c8c8;
	transition : all 0.5s ease 0s;
}
.sub-horizontal .sub-control:focus + i{
	color: #00b4ef;
}
.sub-horizontal .fa-question-circle{
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 60px;
	font-size: 20px;
	color: #808080;
	transition: all 0.5s ease 0s;
}

.sub-horizontal .fa-question-circle:hover{
	color: #000;
}
.sub-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;
}
.sub-horizontal .main-checkbox label{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.sub-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);
}
.sub-horizontal .main-checkbox input[type=checkbox]{
	visibility: hidden;
}
.sub-horizontal .main-checkbox input[type=checkbox]:checked + label:after{
	opacity: 1;
}
.sub-horizontal .text{
	float: left;
	margin-left: 7px;
	line-height: 20px;
	padding-top: 5px;
	text-transform: capitalize;
}
.sub-horizontal .btn{
	display:block;
	font-size: 16px;
	color: #fff;
	background: #408ed6;
	border-radius: 5px;
	padding: 10px 25px;
	border:1px solid #1f6fbf;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
	cursor:pointer;
	height:64px;
}
.sub-horizontal .btn:hover{ background:#1f6fbf;}
.sub-horizontal .m-b-35{ margin-bottom:35px;}
}

/*标题分享*/
.article-share{float:left;}
.share-box{ position:relative; width:143px; height:143px;}
.share-box .share-box-btn{ display:block; background:#fff; border-left:1px solid #eee; width:143px; height:143px; color:#333;position: absolute; left: 0; top: 0; z-index: 2; -webkit-transition:all 0.6s;-ms-transition:all 0.6s;-moz-transition:all 0.6s; cursor:pointer;}
.share-box .share-box-btn i{ display:block; text-align:center; padding:30px 0 10px; font-size:24px;}
.share-box .share-box-btn em{ display:block; font-style:normal; width:70px; text-align:center; margin:0 auto; padding:10px 0; background:#408ed6; color:#fff; border-radius:5px; font-size:14px;-webkit-transition:all 0.6s;-ms-transition:all 0.6s;-moz-transition:all 0.6s; }
.share-box .share-box-btn em:hover{ background:#fff; color:#333;}
.share-box .share-box-btn:hover{ background:#408ed6; color:#fff; border-left:1px solid #408ed6;}

.waiter-title{color: #333; -webkit-transition:all 0.6s;-ms-transition:all 0.6s;-moz-transition:all 0.6s; background-color: #fff; box-shadow: -2px 0px 3px rgba(0,0,0,.1); }
.article-left-head .share-box:hover .waiter-title{ left: -280px; opacity: 1; visibility:visible}



.wx-box{ padding:10px 20px; text-align:center; margin-top:40px; }
.wx-box span{ display:block; text-align:center; font-size:14px; color:#999;}
.wx-box-img img{ width:150px; height:150px;}


.other-share-box{ padding:15px 10px 0 10px;}
.other-share-box a {
    float: left;
	width:33.33%;
    display: block;
	text-align:center;
	color:#666;
}
.other-share-box a i{ display:block; font-size:30px; }
.aui-icon-weibo{ color:#ff4e4c}
.aui-icon-qq{ color:#3cbdfb}
.aui-icon-star,.fa-star{ color:#ffd600}


/*倒计时*/
.tqedu-channel .channel_item_djs {
    display:block;
    float: left;
    margin-top: 0;
    margin-top: 16px\9;
    color: #333;
    font-size: 14px;
    font-family: microsoft yahei;
	height:45px; line-height:45px;
	border:1px solid #ed1c24;
}
.tqedu-channel .channel_item_djs span{ float:left; height:45px; line-height:45px; text-align:center; padding:0 4px; min-width: 70px;}
.tqedu-channel-more .channel_item_djs .djs_text{ line-height:18px; padding-top:4px; background:#ffeeef; height:41px}
.djs-num{ font-family:"Impact"; font-size:30px; color:#fff;background:#ed1c24;}
.djs-num b{ font-size:12px;}
.djs-bg{ width:600px; height:550px; background:url(../pubimages/djs-bg.jpg?a=1); position:relative; background-size: cover}
.djs-bg i{  font-family:"Century Gothic"; font-size:200px; color:#fff; position:absolute; bottom:80px; display:block; width:100%; line-height:192px; padding-left:10px; text-align:center;}
.djs-up .triangle-up{ background:#cf3c88}




/*广东地区首页底部联系我们ul*/
.address-info ul{overflow: hidden;}


@media screen and (max-width: 1200px) and (min-width:801px){
	#footer,.contactus{display:flow-root;}
	.footer-wrapper{width:100% !important;}
}
@media screen and (max-width: 800px)
{
.tqedu-head, #footer {
    display: none;
}

}



/* 2021/2/7 新加 排版更改*/
.tqedu-list-wrap li{margin:4px 6px;}
.tqedu-list-wrap li a{  display: inline-block;    padding: 6px 8px;}
.tqedu-list-wrap li.areali{clear: both; float: none;display: block;font-weight: bold;text-indent: 8px; color: #000; padding-top: 6px;}


/* 专题手机底部版权 */
.pc_none{display:none;}
@media screen and (max-width: 640px) {
 .ph_block{display:block}
 .back-btn{display: block;padding: 10px 15px;top: 10px;left: 10px;border-radius: 0px;background: #393939;color: #fff;text-align: center;}
 }


 /* 手机顶部的返回首页 */
 .logo-img{    width: 64px;left: 10px;position: absolute;top: 0;}
.logo-img img{ width:100%;}
.home_return{padding:0 2%; width: 100%; height:44px;background: #fff; color: #666; line-height: 44px; font-size: 16px; display: none;box-sizing: border-box;}
.home_return .ho_icon{ font-size: 18px; margin-right: 10px;}
.home_return .ho_abtn{color: #666;text-decoration:none;display: inline-block;}
.home_return .ho_call{ font-style: normal; float: right; margin-right: 10px; display: block; color: #666;}
.home_return a.ho_call:link { color: #666!important;   text-decoration: none; background: #fff!important;  } 
.home_return a.ho_call:visited {  color: #666!important;  text-decoration: none;  background: #fff!important;  } 
.home_return a.ho_call:hover { color: #666!important;   text-decoration: none; background: #fff!important;   } 
@media screen and (max-width: 640px){ 
    .pc_none{display: block;}
    .home_return{display: block;text-align: center;}
    .logo-img{    width: 64px;left: 10px;position: absolute; top: 0;}
    .logo-img img{width:100%; }
}

/* 临时加的 多了倒计时 */
@media screen and (max-width: 1280px){
   .tqedu-mun-list .mun-item.head-history{display: none;}
}


/*2022.3.17新加手机版导航栏返回上一级*/
.return_ph_2022{display: none;}

@media screen and (max-width: 640px) {
    .return_ph_2022{display: block;}
    .return_ph_2022{width: 100%; position: relative; height: 60px;background: url(http://www.tqedu.net/Template/Default/Skin/2022/images/cont-2022img1.png) no-repeat center; background-size: 100% 100%;}
    .return_ph_2022 h4{width: 100%; line-height: 60px; font-size: 20px; font-weight: normal; color: #fff; text-align: center;}
    .return_ph_2022 .return_ph_icon{position: absolute; width: 60px; height: 100%; left: 0; right: 0;}
    .return_ph_2022 .return_ph_icon i{font-size: 20px; line-height: 60px; color: #fff;padding-left: 20px;}
    .return_ph_2022 .return_ph_img{position: absolute; right:10px; top: 50%; transform: translateY(-50%); display: block; width: 15%;}
.fixed53 {
    display: none;
}
}


/* 2023/8/24导航下拉分校 */

#wrap-nav ul.menu li h3 a{white-space: nowrap;}
.tqedu-more-count{width: 485px;}
.tqedu_more_channels .tqedu-list-left{overflow: hidden;}
.tqedu-list-left .city_list{width: 100%; display: block;overflow: hidden; padding: 0 10px; margin-bottom:8px;}
.tqedu-list-left h2 {display: block;padding: 10px 15px;background: #f6f6f6;margin-bottom: 10px;font-size: 16px;color: #333;}
.tqedu-list-left .city_list .city_l{float: left;font-weight: bold;font-size: 16px;width: 60px; line-height: 28px; color: #626262;}
.tqedu-list-left .city_list .city_r{float: left;width: calc(100% - 60px);}
.city_list_two{overflow: hidden;}
.city_list_two .city_list{float: left;width: auto;margin-right: 30px;}
.tqedu-list-left .city_list .city_r a{display: inline-block;color: #919090;font-size: 14px;padding:0 8px;transition: all 0.3s; line-height: 28px;}
.tqedu-list-left .city_list .city_r a:hover{background: #004be8;color: #fff;}

/* 53客服 */
.fixed53{z-index: 9999;position:fixed; right: 0; top: 30%; width:70px;padding: 9px;box-sizing: border-box;border-radius: 8px;background:linear-gradient(to right, #2467f4 0%, #528aff 100%); border:2px solid #fff; box-shadow: 0px 0px 10px 0px rgba(36, 103, 244, 0.4);}
.fixed53 li{border-bottom: 1px solid #fff; text-align: center; position: relative; cursor: pointer; padding:15px 0;}
.fixed53 li p{color: #fff; font-size: 12px;white-space:nowrap;}
.fixed53 li .app_box{display: none; position: absolute; width:320px;height: 120px;left: -320px; top: 50%; transform: translateY(-50%);}
.fixed53 li .app_box_cont{position: absolute; padding: 10px; width: 290px;height: 100%;  background: #fff; border-radius: 4px; box-shadow: 0px 0px 10px 0px rgba(36, 103, 244, 0.4);}
.fixed53 li .app_box_cont::after{display: block; content: "";width: 0; height: 0; border: 10px solid;border-color: transparent transparent transparent #fff;position: absolute; top: 50%;transform: translateY(-50%);right: -20px;}
.fixed53 li .app_box_cont>img{display: block; float: left; width: 100px;}
.fixed53 li .app_box_cont>span{float: right; text-align: left; width: 140px;padding-right: 10px;padding-top: 10px;}
.fixed53 li .app_box_cont h6{font-size: 20px;}
.fixed53 li .app_box_cont p{font-size: 14px; color: #999;white-space:pre-line;}
.fixed53 li:hover .app_box{display: block;}
.fixed53 li i{font-size: 32px; color: #fff; line-height: 1;}
.fixed53 li.back_top{padding:0; border:0;}
.fixed53 li.back_top i{font-size: 26px;}