@charset"UTF-8";

/*
	王凯
	2021/03/29
 */


/*--------- common 样式 开始--------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    font-size: 14px;
    line-height: 1;
    font-family: "PingFang SC", "微软雅黑";
    color: #333;
}


a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #00a4e6;
}

h1 {
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}
.clearfix:after {
    visibility: hidden;
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    * height: 1%;
    *zoom: 1;
    *clear: both;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.elips{
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
@font-face {
    font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../iconfont/iconfont.woff2') format('woff2'), url('../iconfont/iconfont.woff') format('woff'), url('../iconfont/iconfont.ttf') format('truetype'), url('../iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/*--------- common 样式 结束--------------------*/


/*------ 知网名师   header 开始---------------*/
.zwmsIndex{
    background: #eef5f9;
    min-width: 1200px;
}
.zwmsHeader{
    width: 100%;
    background-color: #fff;
}
.zwmsHeaderWrap{
    width: 1200px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
}
.zwmsHeaderWrap .logo{
    padding-right: 40px;
    position: relative;
}
.zwmsHeaderWrap .logo:after{
    content: "";
    display: block;
    width: 1px;
    height: 36px;
    background: #d2d2d2;
    position: absolute;
    top: 30px;
    right: 20px;
}
.zwmsHeaderWrap .logo img{
    vertical-align: middle;
    max-height: 70px;
}
.zwmsHeaderWrap .logoName{
    color: #444;
    font-size: 30px;
}
.zwmsHeaderWrap a.login,
.zwmsHeaderWrap a.apply{
    display: inline-block;
    height: 30px;
    line-height: 28px;
    border-radius: 16px;
    color: #2b82ff;
    border: 1px solid #2b82ff;
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
}
.zwmsHeaderWrap a.login{
    background: #2b82ff;
    color: #fff;
    margin-left: 10px;
}
.zwmsHeaderWrap a.login:hover{
    opacity: 0.6;
}
.zwmsHeaderWrap a.apply:hover{
    background: #e5f6fc;
}
/*------ 知网名师   header 结束---------------*/


/*------ 知网名师   轮播图 开始---------------*/
.zwmslunbo{
    width: 100%;
    height: 360px;
}
.zwmsTit{
    font-size: 22px;
    line-height: 30px;
    color: #222;
    margin: 10px 0 15px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.zwmslunbo .swiper-pagination-bullet{
    width: 16px;
    height: 3px;
    background: #fff;
    border-radius: 0;
}
.zwmslunbo .swiper-button{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.zwmslunbo .swiper-button-prev, 
.zwmslunbo .swiper-button-next{
    top: -175px;
    width: 40px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.4);    
    border-radius: 10px 0 0 10px;
    color: #fff;
    display: none;
}

.zwmslunbo:hover .swiper-button-prev, 
.zwmslunbo:hover .swiper-button-next{
    display: block;
}
.zwmslunbo .swiper-button-prev{  
    border-radius: 0px 10px 10px 0px;
}
.zwmslunbo .swiper-button-prev:hover, 
.zwmslunbo .swiper-button-next:hover{
    background: rgba(0, 0, 0, 0.2); 
}
.zwmslunbo .swiper-button-prev:after, 
.zwmslunbo .swiper-button-next:after{
    font-size: 32px;
    line-height: unset;
}
.zwmslunbo .swiperBox{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.zwmslunbo .swiperBox img{
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    z-index: 9;
}
.loginapply{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    text-align: left;
    box-sizing: border-box;
    padding: 260px 0px 0px 120px;
}
/* .loginapply .login{
    display: inline-block;
    width: 166px;
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    margin-right: 30px;
    background-color: red; 
    background-image: linear-gradient( #ed981e,#ed581e);
    color: #fff;
    text-align: center;
}
.loginapply .login:hover{
    background-image: linear-gradient( #ed581e,#ed981e);
}
.loginapply .apply{
    display: inline-block;
    width: 166px;
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    background-color: red;
    background-image: linear-gradient( #fff4b7,#ffc22a);
    color: #c50e27;
    text-align: center;
} */
.loginapply .apply{
    font-size: 18px;
    color: #8adeff;
}
.loginapply .apply .iconfont{
    transform: rotate(90deg);
    display: inline-block;
    text-decoration: none;
}
.loginapply .apply:hover{
    text-decoration: underline;
}
.loginapply .apply span{
    margin-left: 10px;
}
.swiper-slide>a{
    width: 100%;
    height: 100%;
}
.swiper-slide.bg1{
    background: url('../template/swiper/img_b1.png') no-repeat center center;
}
.swiper-slide.bg2{
    background: url('../template/swiper/img_b2.png') no-repeat center center;
}

/*------ 知网名师   轮播图 结束---------------*/
/*------ 知网名师   教育列表 开始---------------*/
.eduListWrap{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.eduListWrap li{
    float: left;
    width: 222px;
    height: 187px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-right: 22px;
    margin-bottom: 22px;
    text-align: center;
    padding: 13px;
    box-sizing: border-box;
    border: 1px solid transparent;
    cursor: pointer;
}
.eduListWrap li:nth-child(5n){
    margin-right: 0
}
.eduListWrap li:hover{
    border: 1px solid #2b82ff;
}
.eduListWrap li .img{
    width: 88px;
    height: 88px;
    border-radius: 44px;
    overflow: hidden;
    margin: 0 auto;
}
.eduListWrap li .img img{
    width: 100%;
    height: 100%;
}
.eduListWrap li .org{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-top: 5px;
}
.eduListWrap li .name{
    font-size: 12px;
    color: #888;
    line-height: 18px;
}
.eduListWrap li .position{
    max-width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #999;
    padding-left: 20px;
    line-height: 15px;
    background: url(../images/position.png) no-repeat 0px 0px;
    box-sizing: border-box;
    margin-top: 10px;
}
/*------ 知网名师   教育列表 结束---------------*/


/*------ 知网名师   入驻机构 开始---------------*/

.orgList{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.orgList .zwmsTit{
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
.orgList .zwmsTit span{
    display: inline-block;
    border-bottom: 2px solid #2576e275;
    /* opacity: 0.5; */
    height: 30px;
    padding-bottom: 2px;
    position: relative;
    bottom: -1px;
    font-size: 18px;
}
.orgList li{
    float: left;
    width: 215px;
    height: 75px;
    border-radius: 6px;
    margin-right: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.orgList li a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: default;
}
.orgList li:nth-child(5n){
    margin-right: 0;
}
.orgList li:hover{
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
}
/*------ 知网名师   入驻机构 结束---------------*/

/* 侧边栏 */
.sideBox{
    position: fixed;
    right: 20px;
    top: 56%;
    width: 78px;
    /* height: 156px; */
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(19,18,20,0.15);
    background: #fff;
    z-index: 99999;
    text-align: center;
}
.sideBox>div{
    width: 100%;
    height: 78px;
    font-size: 12px;
    cursor: pointer;
}
.sideBox p{
    font-size: 24px;
    padding: 15px 0 7px 0;
}
.sideBox .shiyong a{
    color: #2b82ff;
}
.sideBox .shiyong a:hover{
    opacity: 0.8;
}
.sideBox .weixin{
    background: #2b82ff;
    color: #fff;
    position: relative;
}

.sideBox .weixin .ewm{
    display: none;
    position: absolute;
    top: -80px;
    right: 90px;
    width: 180px;
    height: 180px;
    border-radius: 6px;
    background: #2b82ff;
    padding: 15px;
}
.sideBox .weixin .ewm:after{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #2b82ff;
    position: absolute;
    top: 110px;
    right: -7px;
    transform: rotate(45deg);
}
.sideBox .weixin .ewm img{
    width: 100%;
    height: 100%;
}
.sideBox .weixin:hover .ewm{
    display: block;
}