@charset "utf-8";

body {
    font: 14px/1 \5FAE\8F6F\96C5\9ED1, \9ED1\4F53, arial, Helvetica, Tahoma, sans-serif;
    margin: 0 auto;
    color: #666;
    background: #f1f8ff;
}

p,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

ul,
li,
ol {
    list-style-type: none;
}

i,
em,
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

a,
a:hover {
    outline: none;
}

.layout {
    clear: both;
    width: 1200px;
    text-align: left;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.pr {
    position: relative;
}

.abs {
    position: absolute;
}
.banner_top{
    width: 100%;
    height: 354px;
    background: url(/images/zhuanti/teachtoface/banner.png) top center no-repeat;
    padding-top: 148px;
    box-sizing: border-box;
}
.banner_top h3{
    text-align: center;
    font-size: 68px;
    font-weight: 600;
    /* text-shadow: 0 12px 12px rgba(0, 38, 229, 0.46); */
    color: white;
    font-style: italic;
    /* 设置文本的背景为线性渐变 */
    /* background: linear-gradient(90deg, #ffae00,#ffeeb4,#fff); */
    /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
    /* -webkit-background-clip: text; */
    /* background-clip: text; */
    /* 使用 color 作为遮罩，实际看到的是背景渐变 */
    /* -webkit-text-fill-color: transparent; */
    /* text-fill-color: transparent; */
    /* 防止文本阴影遮挡背景渐变 */
    /* -webkit-box-decoration-break: clone; */
    /* box-decoration-break: clone; */
    background: linear-gradient(to right, #ffae00, #ffeeb4, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}
.banner_top h3::before{

}
.banner_top p{
    margin-top: 25px;
    text-align: center;
    font-size: 32px;
    /* text-shadow: 0 12px 12px rgba(0, 38, 229, 0.46); */
     /* 设置文本的背景为线性渐变 */
     background: linear-gradient(90deg, #ffae00,#ffeeb4,#fff);
     /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
     -webkit-background-clip: text;
     background-clip: text;
     /* 使用 color 作为遮罩，实际看到的是背景渐变 */
     -webkit-text-fill-color: transparent;
     text-fill-color: transparent;
     /* 防止文本阴影遮挡背景渐变 */
     -webkit-box-decoration-break: clone;
     box-decoration-break: clone;
}
.teacher_list li{
    width: 378px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    background: #fff;
    color: #222;
    font-size: 22px;
    box-shadow: 0 0 12px 0 rgba(223, 227, 232, 0.46);
    float: left;
    margin-right: 30px;
    cursor: pointer;
    border: 1px solid #e2ebf5;
}
.teacher_list li:last-child{
    margin-right: 0;
}
.teacher_list li.on{
    background: linear-gradient(to right,#ffce98,#ffbb71);
    color: #6a3200;
    font-weight: 600;
    font-size: 24px;
}
.teacher_list{
    margin-top: 30px;
}
.txt_title{
    text-align: center;
}
.txt_title h3{
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    text-align: center;
    position: relative;
    margin-top: 36px;
}
.txt_title h3::before{
    position: absolute;
    content: "";
    width: 160px;
    height: 21px;
    background: url(/images/zhuanti/teachtoface/txt_left_icon.png) no-repeat;
    left: -180px;
    top: 50%;
    margin-top: -10px;
}
.txt_title h3::after{
    position: absolute;
    content: "";
    width: 160px;
    height: 21px;
    background: url(/images/zhuanti/teachtoface/txt_right_icon.png) no-repeat;
    right: -180px;
    top: 50%;
    margin-top: -10px;
}
.txt_info {
    color: #666;
    font-size: 18px;
    margin-top: 16px;
    /* //margin-bottom: 59px; */
}
.teach_list{
    display: none;
}
.teach_list li{
    width: 366px;
    height: 375px;
    background: #fff;
    border-radius: 10px;
    background: url(/images/zhuanti/teachtoface/teac_list_bg.png) no-repeat;
    box-shadow: 0 0 20px 5px rgba(157, 203, 238, 0.46);
    margin-top: 60px;
    float: left;
    margin-right: 50px;
}
.teach_list li:nth-child(3n){
    margin-right: 0;
}
.teach_list li .teach_img{
    height: 254px;
    width: 100%;
    position: relative;
}
.teach_list li .teach_img h6{
    color: #666;
    font-size: 18px;
    position: absolute;
    left: 30px;
    top: 60px;
    font-weight: 500;
}
.teach_list li .teach_img h6::after{
    display: block;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 2px;
    height: 1px;
    width: 15px;
    background: #45acf8;
}
.teach_list li .teach_img img{
    position: absolute;
    bottom: 0;
    right: 9px;
}
.teach_list li h5{
    margin-top: 17px;
    margin-left: 20px;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    height: 46px;
    color: #222;
}
.teach_list li a{
    text-decoration: none;
}
.teach_list li a>p{
    color: #666;
    font-size: 14px;
    margin-top: 14px;
    margin-left: 20px;
    text-align: left;
}
.bot_team{
    width: 100%;
    height: 613px;
    background: url(/images/zhuanti/teachtoface/team_bot.png) no-repeat top center;
    text-align: center;
    padding-top: 71px;
    box-sizing: border-box;
    margin-top: 70px;
}
.bot_team h3{
    font-size: 40px;
    color: #fff;

}
.fix_bg{
    width: 50px;
    height: 353px;
    background: url(/images/zhuanti/teachtoface/fix_bg.png) no-repeat;
    color: #fff;
    font-size: 26px;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 50%;
    font-weight: 600;
    margin-top: -176px;
    padding-top: 35px;
    box-sizing: border-box;
}
.fix_bg p{
    display: inline-block;
}
.fix_bg p span{
    margin-bottom: 10px;
    display: block;
    line-height: 30px;
}
.fix_bg.fix_left{
    left: 30px;
    right: auto;
}
.fix_bg img{
    left: 16px;
    bottom: 0px;
    position: absolute;
    cursor: pointer;
}