﻿@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++++++++++++//
//+++++desc:亚卓教育+++++++++++++++++++//
//+++++Website:www.yazhuojy.com++++++++++++++++++++++++//
//+++++Created By 亚卓技术部+++++++++++++++++++++++++++//
//++++++++++++Web page style of public+++++++++++++++++1*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset, img {border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:400;}
li {list-style-type:none;}
body {width:100%;font:12px/1.5 "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei",helvetica,arial,sans-serif;
width:expression(document.body.clientWidth <= 1200? "1200px": "auto");/*解决浏览器窗口缩小时网页存在的问题*/min-width:1200px;/*解决浏览器窗口缩小时网页存在的问题*/overflow-x:hidden;}
/*不允许文本域拖动*/
textarea{resize:none;}
/*删除谷歌浏览器input焦点样式*/
*:focus {outline: none;}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none; padding:0;}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus{ border-color: rgba(21, 99, 123, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(21, 99, 123, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(21, 99, 123, 0.6);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(21, 99, 123, 0.6);}
/*a标签样式重置*/
a, object {outline:none;}
a {cursor:pointer;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
a:link,a:visited {text-decoration:none;color:#666;}
a:hover,a:active {color:#f60;}
em, i { font-style: normal;}
.clearfix:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0;}
.clearfix{zoom:1;}
.clear{clear:both;}
/* 边距 */
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt25{margin-top:25px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.ml8{margin-left:8px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px!important;}
/* 文字样式 */
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.fl{float:left;}
.fr{float:right;}
/*文字超出宽度省略*/
.text-ellipsis{overflow:hidden; text-overflow:ellipsis;white-space:nowrap; width: 20em;/*不允许出现半汉字截断*/}
/*显示形式*/
.inline{display:inline;}
.block{display:block;}
.inline-block{display:inline-block;zoom:1;*display:inline;}
.hidden{display:none;}
/*reset结束*/
/*全局公共样式*/
.w1200{width:1200px;margin:0 auto;position:relative;}
.div100{width:100%;}
/**top**/

/*内页搜索***/
.index_right{width:412px;height:45px;}
.csearch{width:242px;height:38px;margin-top:2px;float:left;position: relative;}
.search-wrapper{position: absolute; -webkit-transform: translate(10%, -50%); -moz-transform: translate(10%, -50%); transform: translate(10%, -50%); top:18px; right:0;}
.search-wrapper .input-holder{overflow: hidden; height: 38px; background: rgba(255,255,255,0); position: relative; width:38px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.search-wrapper.active .input-holder{width:240px; border:none;border-radius:5px;-o-border-radius:5px;-moz-border-radius:5px;border:1px solid #b3b3b3; /* background: rgba(0,0,0,0.5); */ -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570); -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570); transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);}
.search-wrapper .input-holder .search-input{width:240px; height: 38px; color:#444; position: absolute; top:0px; right:0px; border:none; text-indent: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family:"Open Sans", Arial, Verdana; font-size: 14px; font-weight: 400; line-height: 38px; background:#fff; -webkit-transform: translate(0, 2px); -moz-transform: translate(0, 2px); transform: translate(0, 2px); -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570); -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570); transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570); -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; transition-delay: 0.3s;}
.search-wrapper .input-holder .search-icon{width:32px; height:32px; border:none; background: #FFF; padding:0px; outline:none; position: relative; z-index: 2; float:right; margin: 2px 0; cursor: pointer; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.search-wrapper.active .input-holder .search-icon{width: 32px; height:32px; margin: 2px 10px 0 10px;}
.search-wrapper .input-holder .search-icon span{width:20px; height:20px; display: inline-block; vertical-align: middle; position:relative; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650); -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650); transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);}
.search-wrapper.active .input-holder .search-icon span{-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after{position: absolute; content:'';}
.search-wrapper .input-holder .search-icon span::before{width: 4px; height: 11px; left: 9px; top: 18px; border-radius: 2px; background: #999;}
.search-wrapper .input-holder .search-icon span::after{width: 14px; height: 14px; left: 0px; top: 0px; border-radius: 16px; border: 4px solid #999;}
.history{position: relative;float:right;}
.select-btn {height: 38px;border: 1px solid #e8e8e8;border-radius:5px;display: block;line-height: 38px; padding: 0 8px 0 11px;color: #666;position: relative;z-index:45;background:#fff;}
.select-btn >span{padding:0 30px;}
.select-btn:hover{color:#f60;}
.hui-select-con {position: absolute;top: 34px;right: 0;background: #fff;border: 1px solid #e8e8e8;border-radius:5px 0 5px 5px;z-index: 40;width: 180px;}
.no-collect {min-width:160px;height: 40px;font-size:14px;line-height: 41px;text-align: center;color: #666;}
.icon-star-solid{position:absolute;top:8px;left:10px;display:block;width:22px;height:22px;background:url(../images/icon/favor_fill.png) no-repeat left center;}
.icon-carat-d-small{position:absolute;top:11px;right:8px;display:block;width:18px;height:18px;background:url(../images/icon/arrow_b.png) no-repeat right center;}
.btn-login{color:#f60!important;}
.loginState {height:24px;padding-top:14px;}
.loginState a {width:42px;height:20px;display:block;float:left;background:#f60;color:#fff;text-align: center;line-height: 20px;border-radius: 2px;}
.loginState div {width:88px;float:left;margin-left: 5px;white-space: nowrap;text-overflow:ellipsis;overflow:hidden;}
.header_border {border: 1px solid #ddd;}
/* banner-box */
.full_banner{padding-top:80px;width:100%; position:relative; height:420px; background:#FFF; overflow:hidden;z-index:98;}
.full_banner .bd{margin:0 auto; position:relative; z-index:0; overflow:hidden;}
.full_banner .bd ul{width:100% !important;background:url(../images/icon/loading.gif) no-repeat center;}
.full_banner .bd li{width:100% !important; float:left; height:420px; overflow:hidden; text-align:center;}
.full_banner .bd li a{ display:block; height:420px;width:100%;border:0;}
.full_banner .bd li a img{width:1200px;height:420px; display:block;margin:0 auto;border:0;}
.full_banner .hd{width:100%; position:absolute; z-index:1; bottom:20px; left:0; height:30px; line-height:30px; text-align:center;}
.full_banner .hd ul{/*text-align:center;*/display: flex;flex-direction: row;justify-content: center; width:100%;margin:0 auto;padding-top:5px;}
.full_banner .hd ul li{text-indent:-88888px;float:left;width:24px; height:8px; background: #57a8ff;margin-right:12px; cursor:pointer;border-radius:5px;filter:alpha(opacity=40);opacity:0.4;}
.full_banner .hd ul .on{background:  #57a8ff;filter:alpha(opacity=100);opacity:1;}
.full_banner .prev,.full_banner  .next{ position:absolute; left:7%; top:63%; margin-top:-25px; display:block; width:32px; height:40px; background: url(../images/icon/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.full_banner  .next{ left:auto; right:7%; background-position:8px 5px; }
.full_banner  .prev:hover,.full_banner  .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.full_banner .prevStop{ display:none; }
.full_banner  .nextStop{ display:none;}
.mask{width:235px;height:240px;z-index:9999;background: url(../images/mask.png) repeat center;top:40px;float:right;position:absolute;right:40px;}


/**footer**/
.footer{height:200px;background:#fff;}
.flogo{width:1200px;margin:0 auto;height:120px;}
.ftlogo_div {width:550px;height:68px;border-right:1px solid #D4D4D4;float:left;margin-top:26px;}
.ftlogo_div img{display: inline-block;}
.flogo img.ftlogo{margin-left: 25px;width:300px;height:20px;margin-top:20px;}
.ft_icon{float:left;width:230px;padding:0 88px;border-right:1px solid #D4D4D4;height:68px;margin-top:26px;position:relative;}
.ft_icon a{display:block;width:48px;height:48px;float:left;margin:10px 14px 0 14px;}
.ft_icon a.qq{background:url(../images/icon/QQ_icon.png) no-repeat center;}
.ft_icon a.qq:hover{background:url(../images/icon/QQ_icon_pre.png) no-repeat center;}
.ft_icon a.wechat{background:url(../images/icon/wechat_icon.png) no-repeat center;}
.ft_icon a.wechat:hover{background:url(../images/icon/wechat_icon_pre.png) no-repeat center;}
.ft_icon a.tel{background:url(../images/icon/phone_icon.png) no-repeat center;}
.ft_icon a.tel:hover{background:url(../images/icon/phone_icon_pre.png) no-repeat center;}
.gwxLi{display:none;position:absolute;top:-5px;right:255px;z-index:8888;width:132px;height:120px;}
.gwxli_img{width:170px;height:165px;background: url(../img/b_icon.png) no-repeat 0px 0px ;z-index:9999;}
.servicetel{float:left;padding:0 0 0 58px ;width:318px;height:68px;line-height:68px;margin-top:26px;background:url(../images/icon/tel.png) no-repeat 33px 20px;border-right:1px solid #D4D4D4;}
.servicetel .telnum{height:50px;font-size:18px;color:#333;padding-left: 5px;}
.servicetel .telnum span{text-align:left;font-size:12px;color:#656666;font-family: '微软雅黑';}
.friendshiplink {height:68px;float:left;margin-top:26px;line-height:68px;padding-left:40px;}
.friendshiplink a {color:#285b91;}
.friendshiplink .bt{font-size:14px;color:#333;}
.copyright{width:100%;height:80px;background:#323232;}
.copyright .w1200{height:65px;/*! padding-top:23px; */overflow: hidden;text-align:center;}
.yqlink{height:20px;font-size:12px;}
.yqlink .bt{font-size:12px;color:#b8b8b8;}
.yqlink a{color:#b8b8b8;font-size:12px;line-height:12px; display:inline-block; padding:0 5px;border-right:1px solid #a7a7a7;}
.yqlink a:hover{color:#fff;}
.copyr {color: #a7a7a7;font-size: 12px;line-height: 65px;text-align: center;padding-top:3px;text-shadow: 1px 1px 1px #111;}
.link a{color:#a7a7a7; display:inline-block; padding:0 5px; border-right:1px solid #a7a7a7; height:12px; line-height:12px; margin:3px 0; }
.link .b_r,.yqlink .b_r{border-right:none;}
/*面包屑*/
.crumbs{line-height:20px;font-size:12px;font-size:14px;color:#ebf3f5;}
.crumbs a{color:#ebf3f5!important;}
.crumbs a:hover{color:#ebf3f5;}
/*删除谷歌浏览器input焦点样式*/
*:focus {outline: none;}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none; padding:0;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    /*-webkit-text-fill-color: #fff!important;*/
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

/**分页**/
.tcdPageCode{padding: 15px 20px;text-align: left;color: #ccc;text-align:center;}
.tcdPageCode a{display: inline-block;color: #666;display: inline-block;height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;background-color: #ed3a48;color:#fff;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #ff8420;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}
/**新增脚部修改**/
.solo_logo{height: 15px;margin-left: 15px;}

/**2018年11月30日新增logo闪光**/
.yz_logo .light1{
    cursor:pointer;
    position: absolute;
    left: -100px;
    top: 0px;
    width: 80px;
    height: 80px;

    background-image: linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
    background-image: -o-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
    background-image: -ms-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));

    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    -ms-transform: skewx(-25deg);

    animation:light_move 1.5s infinite linear ;
    -webkit-animation:light_move 1.5s infinite linear ;
    -moz-animation:light_move 1.5s infinite linear ;
    -o-animation:light_move 1.5s infinite linear ;
    -ms-animation:light_move 1.5s infinite linear ;
}
@keyframes light_move {
    0% {left:0;}
    30%{left:160px}
    75%{left:50px;}
    100%{left:220px;}
}
@-moz-keyframes light_move {
    0% {left:0;}
    30%{left:160px}
    75%{left:50px;}
    100%{left:220px;}
}
@-webkit-keyframes light_move {
    0% {left:0;}
    30%{left:160px}
    75%{left:50px;}
    100%{left:220px;}
}
@-o-keyframes light_move{
    0% {left:0;}
    30%{left:160px}
    75%{left:50px;}
    100%{left:220px;}
}
@-ms-keyframes light_move{
    0% {left:0;}
    30%{left:160px}
    75%{left:50px;}
    100%{left:220px;}
}

/**浏览器温馨提示**/
.zbrowser_box {
    background: #e6e6e6 none repeat scroll 0 0;
    border-bottom: 1px solid #959595;
    color: #2b2b2b;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.zbrowser_close {
    float: right;
    height: 16px;
    margin-right: 16px;
    margin-top: 4px;
    width: 16px;
}
a {
    color: #555;
    text-decoration: none;
}


.zbrowser_txt {
    float: left;
}

.zbrowser_txt a {
    color: #002598;
}


.zbrowser_txt span {
    padding-left: 40px;
}

.zbrowser_txt span a.zyes {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #f5f5f5 #f5f5f5 #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin-right: 10px;
}

.zbrowser_txt span a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f4f4f4 none repeat scroll 0 0;
    border-color: #eaeaea #eaeaea #c1c1c1;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #666;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    border-radius: 5px;
}

.prompt_main{
    position:absolute;
    left:0;
    top:0;
    z-index:999999;
    display:none;
}

.prompt_bot_main{
    position:absolute;
    left:0;
    bottom:45px;
    z-index:9999;
    display:none;
}

