/* 全局样式 */
* {
	margin: 0;
	padding: 0;
    box-sizing: border-box; 
}

body {
	width: 100%;
	min-width: 1200px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: microsoft yahei, "微软雅黑";
	overflow-y: scroll;
}

ul, ol, li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #666f;
	background:
}

img {
	border: none;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1,h2,h3{
	font-weight: normal;
}


/*清除浮动代码*/
   .clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
   .clearfloat{zoom:1}


.floatleft{
	float:left;
}

.floatright{
	float:right;
}



 /* 头部 */
.webtopbox{
	width: 100%;
	height:40px;
	background:#f5f5f5;
}

.webtopcenter{
	width:1200px;
	height:inherit;
	line-height:40px;
	margin:auto;
	position:relative;
}


.webtopleft{
   display:block;
   font-size:13px;
   color:#999999;
   float:left;
}


.webtopright{
   float:right;
   height:40px;
   display:flex;
   align-items:center;
}



.webtopbox-hd{
   display:block;
   float:left;
   height:40px;
   display:flex;
   align-items:center;
   
}


.webtopbox-hd:hover .webtopicon{
    background: url("../image/arrowtop.png"/*tpa=www.xuetanshaokao.com/static/image/arrowtop.png*/) no-repeat;
}


.webtopbox-hd:hover .webtopbox-hda{
   color:#ff6400;
}


.webtopbox-hda{
   font-size:13px;
   color:#999999;
}

.webtopboxline{
   width:1px;
   height:13px;
   background:#cdcdcd;
   margin-left:16px;
   margin-right: 16px;
}



.webtopicon{
    width: 7px;
    height:3px;
    background: url("../image/arrowbottom.png"/*tpa=www.xuetanshaokao.com/static/image/arrowbottom.png*/) no-repeat;
    margin-left:6px;
}


.webtopphone{
    width:14px;
    height:13px;
    background: url("../image/iconphone.png"/*tpa=www.xuetanshaokao.com/static/image/iconphone.png*/) no-repeat;
    margin-right:6px;
}


.webtopbox-hd1{
   display:block;
   float:left;
   height:40px;
   display:flex;
   align-items:center;
   
}



.webtopboxnum{
     font-size:14px;
     color:#ff6400;
     font-weight:500;
}


/* 弹出层 */
.eject1{
	position:absolute;
    bottom:-226px;
    right:246px;
    border-top: 1px solid #eae1d9;
    border-radius: 3px;
    box-shadow: 0px 2px 2px #ccc;
    background:#fff;
       z-index:3;
}


.eject1flex{
    padding:20px 16px 10px 16px;

}

.eject1img{
    border-bottom:1px solid #e0e0e0;
}

.eject1img1{
    padding-top:16px;
}



.ejecticon{
   position:absolute;
   top: -7px;
   right:18px;
   width:13px;
   height:7px;
   background: url("../image/img23.png"/*tpa=www.xuetanshaokao.com/static/image/img23.png*/) no-repeat;
   z-index:2;

}

.eject2{
	position:absolute;
    bottom:-120px;
    right:350px;
    border-top: 1px solid #eae1d9;
    border-radius: 3px;
    box-shadow: 0px 2px 2px #ccc;
    background:#fff;
     z-index:3;
}

.ejecticon1{
   position:absolute;
    top: -7px;
   right:18px;
   width:13px;
   height:7px;
   background: url("../image/img23.png"/*tpa=www.xuetanshaokao.com/static/image/img23.png*/) no-repeat;
   z-index:2;
}


.eject1flex1{
    padding:20px 12px 10px 12px; 
}


.eject1img3{
    border-bottom:1px solid #e0e0e0;
}



/* 导航栏*/
.headerbox{
   width:100%;
   height:96px;
}



.headercenter{
   width:1200px;
   height:96px;
   margin:auto;
}


.logo{
   float:left;
   width:144px;
   margin-top:20px;
}


.headernav{
   float:right;
}



.headernav {
   height:96px;
   line-height:96px;
}



.headernav a{
   margin-left:38px;
   font-size:16px;
   color:#333;
}

.headernav a:hover{
  color:#ff6400;
}


/* 底部导航 */
.bottomnavbox{
   width:100%;
   height:246px;
   background:#f8f8f8;
}


.bottomnav{
    width:1200px;
    height:236px;
    margin:auto;
    background:#f8f8f8;
    padding:60px 0 0 0;
}


.bottomnav-left{
    float:left;  
}


.bottomnavdl{
   margin-right:86px;
   float:left;
}


.bottomnavdl dt{
   font-size:14px;
   color:#38383a;
   margin-bottom:26px;

}

.bottomnavdl  dd{
   font-size:12px;
   color:#888888;
   margin-bottom:10px;
}

.bottomnavdl  dd a{
   font-size:12px;
   color:#888888;
   margin-bottom:10px;
}

.bottomnavdl  dd a:hover{
   color:#ff6400;
}


.bottomnav-right{
    float:right;
    width:302px;
    height:123px;
    border-left:1px solid #e0e0e0;
    text-align:center;
}



.bottomnavphone{
    margin: 6px 0 8px 0;
    font-size: 22px;
    line-height: 1;
    color: #ff6400;
}


.bottomtime{
    margin: 0 0 18px;
    font-size: 12px;
    color:#616161;
}



.bottomkefu{
    display:block;
    width: 118px;
    height: 28px;
    font-size: 12px;
    line-height: 26px;
    border:1px solid #ff6400;
    color:#ff6400;
    transition: all .4s;
    margin:auto;
}

.icon-duihuashezhi{
    font-size:12px !important;
    color:#ff6400 !important;
}


.bottomkefu:hover{
    background:#ff6400;
    color:#fff;
}


.bottomkefu:hover .icon-duihuashezhi{
    color:#fff !important;
}


.footbox{
    width:100%;
    height:250px;
    background:#38383a;
}


.footboxcenter{
   width:1200px;
   height:250px;
   background:#38383a;
   margin:auto;
}

.footer-Links{
   width:1200px;
   overflow:hidden;
   padding-bottom:15px;
   border-bottom:1px solid #4d4d4d;
}



.footer-Links h2{
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-top: 28px;
}

.links-ul{
    overflow:hidden;
}

.links-ul li{
    float:left;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    display: inline;
    color: #999;
}


.links-ul li a{
    color: #999;
    margin-right: 20px;
    font-size:12px;
}


.links-ul li a:hover{
    color: #ccc;
    text-decoration: underline;
}


.footer-license{
    width:1200px;
    height:48px;
    padding-top:20px;
}


.licenseleft{
   float:left;
   font-size: 13px;
   color:#b2b2b2;
   line-height:48px;

}

.licenseleft a{
   font-size: 13px;
   color:#b2b2b2;
}


.licenseright{
   float:right;
   line-height:48px;
}

.licenseright a{
   margin-left:10px;
}



/* 小睦 */
.xyxiaomu{
   display:block;
   width:101px;
   height:104px;
   position:fixed;
   top:70%;
   z-index:9999;
   margin-left:-71px;
   transition: all .2s ease;

}


.xyxiaomu:hover{
    display:block;
    position:fixed;
    top:70%;
    z-index:9999;
    width:101px;
    height:104px;
    margin-left:10px;
}



/* 临时客服二维码 */
.linshicode-flex{
   display:flex;
   align-items:center;
   justify-content:center;
   padding-top:10px;
   padding-bottom:10px;

}

.linshicode-flex img{
   width:120px;
   height:120px;
}





































































