/*
    色调：
    蓝色  #0082f0
    橙色  #ff9000
    灰色  #f6f6f6
*/

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #555555;
}

a {
    text-decoration: none;
    color: #555555;
}

.clear {
    clear: both;
}
.clearfix::after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
  }
img {
    border: 0;
    max-width: 100% !important;
}
table{
    /*width: 100%;*/
    line-height: initial;
    text-align: center;
    border-collapse: collapse;
    margin: 0 auto;
}
table td{
    border:1px solid #dedede;
}

.w1420 {
    width: 1220px;
    margin: 0 auto;
}

ul,
li {
    text-decoration: none;
    list-style: none;
}
.clearfix::after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
  }
  
  .clearfix {
    zoom: 1;
  }
  
/* 公用距离 */
.mt20 {
    margin-bottom: 20px;
}
.mtop20 {
    margin-top: 20px;
}

.w300 {
    width: 300px;
}

.w850 {
    width: 850px;
}

.mr35 {
    margin-right: 35px;
}

.mb13 {
    margin-bottom: 13px;
}

.header .headerCont {
    display: flex;
    align-items: center;
    padding: 30px 0 30px;
}

.header .headerCont .logo {
    width: 400px;
    font-size: 48px;
    color: #0082f0;
    font-weight: bold;
}

.header .headerCont .tel {
    display: flex;
    align-items: center;
    color: #0082f0;
    font-size: 32px;
    font-weight: bold;
    width: 400px;
    justify-content: flex-end;
}

.header .headerCont .tel text {
    padding-left: 8px;
}

.header .headerCont .search {
    width: 600px;
    display: flex;
}

.header .headerCont .search input {
    width: 350px;
    border: 2px solid #0082f0;
    height: 40px;
    outline: 0;
    padding: 0 10px;
}

.header .headerCont .search .btn {
    height: 44px;
    background: #0082f0;
    color: #fff;
    padding: 0 30px;
    line-height: 44px;
    /*font-weight: bold;*/
    font-size: 18px;
    cursor: pointer;
    border:0;
    outline: none;
}

/*导航*/
.headerNav {
    background: #0082f0;
    height: 58px;
    width: 100%;
}
.headerNav.on{
    position: fixed;
    top: 0;
    z-index: 999;
}
.headerNav .w1420 {
    padding: 10px 0;
}

.headerNav .w1420 a {
    width: 93px;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 38px;
    font-size: 15px;
    position: relative;
}

.headerNav .w1420 a:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 1px;
    background: #fff;
    right: 0;
    top: 10px;
}

.headerNav .w1420 a:last-child:before {
    content: '';
    width: 0;
    height: 0;
    background:#0082f0;
}
.headerNav .w1420 a.on{
    background:#2268fc;
}
.headerNav .w1420 a:hover{
    background: #2268fc;
}
/*ad 广告*/
.ad {
    padding: 25px 0;
}

.ad img {
    /* width: 100%; */
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/* 友情链接 */
.link {
    width: 100%;
    padding: 35px 0;
    background: #f7f7f7;
    border-top: 10px solid #003cbd;
    overflow: hidden;
}

.link .item {
    width: 184px;
    float: left;
    padding-left: 60px;
    position: relative;
}
.link .item:nth-child(3){
    padding-left: 0;
    width: 244px;
}
.link .item:first-child {
    margin-left: 0px;
}
.link .item:nth-child(3) .name{
    padding-left: 60px;
}
.link .item:nth-child(3) ul li{
    width: 50%;
    float: left;
}
.link .item:nth-child(3) ul li a{
    padding-left: 0;
    text-align: center;
}
.link .item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    width: 1px;
    height: 115px;
    background: #c5c5c5;
}

.link .item:last-child::after {
    display: none;
}

.link .item .name {
    color: #003cbd;
    font-size: 24px;
    margin-bottom: 20px;
    height: 32px;
}

.link .item .name img {
    margin-right: 10px;
    width: 28px;
}

.link .item li a {
    display: block;
    padding-left: 40px;
    line-height: 30px;
    font-size: 17px;
}

/* 底部 */
.foot {
    width: 100%;
    height: 277px;
    margin-top: 65px;
    background: url(/static/xuecheng/img/footbg1.png) center 0 no-repeat;
}

.footinner {
    width: 1220px;
    margin: 0 auto;
}

.footinner .footcon {
    float: left;
    width: 965px;
}

.footinner .ewm {
    width: 255px;
    height: 321px;
    background: url(/static/xuecheng/img/footbg2.png) 0 0 no-repeat;
    float: right;
    margin-top: -44px;
}

.footinner .ewm img {
    display: block;
    max-width: 100%;
    margin-left: 80px;
    margin-top: 105px;
}

.footinner .ewm p {
    padding-left: 30px;
    color: rgba(255, 255, 255, .8);
    text-align: center;
    margin-top: 12px;
}

.footinner .footcon .p {
    width: 558px;
    height: 88px;
    margin: 55px auto 35px;
    color: #fff;
    font-size: 55px;
    line-height: 86px;
    text-align: center;
    border: 1px solid #fff;
    font-weight: bold;
}

.footinner .footcon .footinfo {
    text-align: center;
}

.footinner .footcon .footinfo .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 37px;
    color: #fff;
    font-weight: bold;
}

.footinner .footcon .footinfo .tel.icon {
    margin-right: 85px;
}

.botfoot {
    width: 1220px;
    margin: 35px auto;
}

.botfoot p {
    font-size: 15px;
}

.botfoot p:first-child {
    margin-bottom: 5px;
    text-align: center;
}

.botfoot p a {
    margin-left: 10px;
}
