*{
	margin:0px;
	padding:0px;
	font-family: "PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
ul,li{
	list-style: none;
	margin-bottom: 0px;
}
em{
    font-style: normal;
}
a{
	text-decoration: none;
	color: #444;
}
a:hover{
	text-decoration: none;
	color: #186bb7;
}
h1{
    font-size: 0px;
}
h1,h2,h3,h4,h5,p{
	margin: 0px;
}
.red{
	border:1px red solid;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.top {
    height: 40px;
    line-height: 40px;
}
.top .index_pc a {
    color: #838c94;
    border-right: 1px #c8c8c8 solid;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 12px;
}
.topArea a {
    color: #0b6db6;
    margin-right: 10px;
    font-weight: bold;
    font-size: 12px;
}
.topArea a.topMore {
    color: #838c94;
    font-weight: normal;
}


#City_more {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 99;
}
.City_list{
    width: 1000px;
    height: 550px;
    background-color: #fff;
    overflow-y: scroll;
    position: relative;
    margin-top: 150px;
    left:50%;
    margin-left:-500px;
    
}
.close_btn{
    position: absolute;
    right:20px;
    top:20px;
    color: #3e3e3e;
    cursor: pointer;
}
.hot-city {
    border-bottom: solid 1px #e6e6e6;
    padding: 15px 30px;
    font-size: 16px;
    position: fixed;
    background-color: #fff;
    z-index: 9;
    width: 923px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.hot-title {
    display: inline-block;
    line-height: 34px;
    vertical-align: top;
    color: #428bca;
}
.hot-items {
    display: inline-block;
    width: 820px;
    line-height: 34px;
}
.hot-city a {
    color: #3e3e3e;
    text-decoration: none;
    padding: 0px 16px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    white-space: nowrap;
}
.hot-city a:hover{
    color: #428bca;
}
.city-letter-group {
    font-size: 15px;
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
}
.city-letter-group li {
    padding: 6px 30px;
    border-bottom: solid 1px #e6e6e6;
}
.city-letter {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #f8f8f8;
    border: solid 1px #eee;
    vertical-align: top;
}
.city-items {
    margin-left: 30px;
    line-height: 33px;
    width: 820px;
    display: inline-block;
}
.city-items a {
    padding: 0px 10px;
    text-decoration: none;
    color: #666;
    white-space: nowrap;
}
.city-letter-group{
    font-size: 15px;
}
.city-letter-group li:hover .city-letter,.city-letter-group li.focus .city-letter{
    background-color: #428bca;
    color: #fff;
}
.city-letter-group li:hover,.city-letter-group li.focus
{
    background-color:#f8f8f8;
}
.city-letter-group a:hover{
    color: #428bca;
}


header {
    padding: 20px 0px;
}
header h1 a {
    font-size: 0px;
    background: url(https://www.k12zx.com/statics/index/img/logo3.png);
    width: 310px;
    height: 60px;
}
.nav{
    margin-top: 20px;
}
.nav li a{
    color: #666;
    font-size: 16px;
    padding: 10px 15px;
}
.nav li a:hover{
    color: #0b6db6;
}

.banner {
    width: 100%;
    background: url(banner.png) no-repeat center 0;
    background-size: cover;
    height: 400px;
}



.mod h2 {
    text-align: center;
    font-size: 40px;
    color: #186bb7;
    margin-top: 70px;
}
.mod .service {
    background-image: url(border.jpg);
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 70px;
}
.mod .service p {
    padding: 0px 30px;
    color: #186bb7;
    font-size: 24px;
    position: relative;
    background-color: #fff;
    display: inline-block;
}
.mod p:before {

    content: "";

    width: 11px;

    height: 11px;

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -5px;

    border-radius: 50%;

}

.mod .service p:after {

    content: "";

    width: 11px;

    height: 11px;

    position: absolute;

    right: 0;

    top: 50%;

    margin-top: -5px;

    border-radius: 50%;

}
.mod .service p:after, .mod .service p:before {

    background-image: url(border.jpg);

}
.content4{
    overflow: hidden;
    margin-bottom: 70px;
}
.cnt-img{
    width: 420px;
}
.cnt-img img{
    width: 100%;
}
.cnt-info{
    width: 730px;
}
.cnt-info .tit {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.cnt-info p {
    color: #000;
    line-height: 35px;
    font-size: 18px;
    margin-top: 10px;
    height: 210px;
    overflow: hidden;
}
.action {
    text-align: center;
    margin: 50px 0px;
}
.action{

	text-align: center;

	margin:50px 0px;

}

.g-tel {

    display: inline-block;

    width: 299px;

    height: 47px;

    background-image: url(/statics/index/zt7_img/201701261121.png);

    background-repeat: no-repeat;

    font-size: 30px;

    font-weight: bold;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    padding-left: 49px;

    text-align: center;

    line-height: 47px;

    margin-right: 50px;

}

.g-tel.blue {

    width: 328px;

    height: 51px;

    background-position: 0 -98px;

    color: #186bb7;

}

.g-form.blue {

    width: 328px;

    height: 51px;

    background-position: 0 -151px;

    color: #186bb7;

}
.g-form {

    display: inline-block;

    width: 299px;

    height: 49px;

    background-image: url(/statics/index/zt7_img/201701261121.png);

    background-repeat: no-repeat;

    font-size: 26px;

    font-weight: bold;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    padding-left: 49px;

    text-align: center;

    line-height: 47px;

}








.content2{
	padding:3% 0 5%;
	margin-bottom: 20px;
	float: left;
	margin-top: 50px;
	background: url(content2_bg.jpg) no-repeat center;
	background-size: cover;
}

.content2 h2{
	color:#fff;
}

.content2 h3 b{
	background: 0 none;
}

.content2 h3 span{
	background: #57411a;
}



.content2 li:nth-last-child(1){
	margin-right: 0px;
}
.content2 li img{
	-webkit-transition: all ease-in 1s;
	-moz-transition: all ease-in 1s;
	-ms-transition: all ease-in 1s;
	-o-transition: all ease-in 1s;
}

.content2 li:hover img{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.content2 p{
	line-height: 25px;
	font-size: 14px;
	height: 125px;
	overflow: hidden;
}

.content2 ul{
	padding-top:10%;
}

.content2 li h5{

	font-size: 20px;

	color:#7fd91e;

	padding: 32% 0 10%;

	text-align: center;

}

.content2 li img{
	position: absolute;
	left:50%;
	top:-30%;
	margin-left: -65px;
}

.school{
    display: flex;
    justify-content: center; /* 在主轴上居中 */
    align-items: center; /* 在交叉轴上居中 */

}

.school li{
    flex-grow: 1; /* 子元素平均分布宽度 */
    text-align: center; /* 文本居中 */
    background: #f5f5f5;
    line-height: 50px;
    cursor: pointer;
}

.tab-item{
    display: none;
    margin-top: 40px;
    overflow: hidden;
}
.show{
    display: block;
}

.tab-item ul {
    width: 100%;
}
.tab-item li {
    border: 1px solid #c9c9c9;
    width: 23.3%;
    margin-right: 2%;
    margin-bottom: 31px;
}
.pic {
    height: 70px;
    text-align: center;
    line-height: 70px;
    overflow: hidden;
    border-bottom: 1px solid #c9c9c9;
    background-color: #fff;
}
.pic img {
    width: 240px;
}
.tab-item li .info {
    background-color: #f4f4f4;
    color: #000;
    padding: 20px;
    line-height: 25px;

    overflow: hidden;
}
.tab-item li .info p {
    
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px;
}
.tab-item li:nth-child(4n) {
    margin-right: 0px;
}










.table-box table {
    width: 100%;
    background: #fff;
    margin-bottom: 70px;
    border: 1px solid #e7e7e7;
}
.table-box th {
    font-size: 18px;
    line-height: 20px;
    padding: 20px 15px;
    font-weight: bold;
    color: #186bb7;
    text-align: center;
}
.table-box th{
   border-bottom: 1px solid #e7e7e7;
   border-right: 1px solid #e7e7e7;
}
 .table-box td {
    border-bottom: 1px solid #e7e7e7;
   border-right: 1px solid #e7e7e7;
}
.table-box td {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 15px;
}
.tb-school a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    float: left;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.table-box td img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
}
.table-box .tb-time {
    width: 18%;
    text-align: center;
}
.table-box .tb-time span {
    display: inline-block;
    width: 26px;
    color: #fff;
    background: url(/statics/index/zt7_img/rq-bf.png) no-repeat center center;
    background-size: cover;
    margin: 0 3px;
}
.table-box .tb-time span.day-span {
    display: inline;
    background: none !important;
    color: #444 !important;
}
.table-box .tb-address, .table-box .tb-btn {
    width: 11%;
    text-align: center;
}
.table-box .tb-cnt {
    width: 30%;
}
.table-box .tb-cnt p {
    height: 60px;
    overflow: hidden;
}
.tb-btn a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #186bb7;
    border: 1px solid #186bb7;
    padding: 4px 14px;
    border-radius: 3px;
}
.tb-btn a:hover{
	background: #186bb7;
	color: #fff;
}
.tb-school a:hover {
    color: #186bb7;
}

.more-btn{
    text-align: center;
    padding-top: 10px;
    margin-bottom: 70px;
}
.more-btn a{
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    padding: 10px;
    width: 210px;
    color: #186bb7;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(4, 110, 169, .4);
    font-weight: bold;
}







.foot {
    background: #282828;
    float: left;
    width: 100%;
}
.foot_auto{float:left;padding:20px 0px;width:100%;}

.foot_left{width:320px;float:left;margin-top:40px;}

.foot_tel{margin-top:20px;margin-left:65px;}

.foot_center{text-align:center;}
.x_f_p a,.x_f_p{color:#828282;margin-top:0px;font-size:14px;font-family: serif;margin-bottom: 10px;}

.foot_right{float:right;margin-right:50px;}

.foot_right p{font-size:14px;color:#828282;margin-top:10px;line-height:20px;}