body {
    background-color: #fff;
    color: #222226;
    font-family: "Microsoft YaHei";
}
.bg_w {
    background-color: #fff;
}
.main-w {
    width: 1200px;
    margin: 0 auto;
}
img {
    width: 100%;
}
.img-black {
    display: inline-block;
}
.margin-20 {
    margin-top: 20px;
}
.clear {
    clear: both;
}
/* 头部 */
.header {
    height: 120px;
}
.header .logo,  .header .xx {
    float: left;
    height: 60px;
}
.header .logo {
    width: 410px;
    margin-top: 10px;
}
.header .xx {
    width: 310px;
    margin: 40px 0 0 20px;
}
.header .tel {
    float: right;
    width: 270px;
    line-height: 1.5;
    padding-top: 30px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
.header .tel a {
    font-size: 30px;
    color: #ffa201;
}
.header .tel .iconfont {
    color: #ffa201;
    padding-right: 15px;
}
/* 导航栏 */
.nav {
    width: 100%;
    height: 58px;
    /* background-color: #1968b2; */
    background-color: #c01a19;
}
.nav #nav li, .nav #nav li a{
    width: 133px;
    line-height: 58px;
    color: #fff;
    font-size: 18px;
    float: left;
    text-align: center;
}
.nav #nav li a:hover,.nav #nav .active {
    background-color: #ffa201;
}

/* 底部 */
.footer {
    background-color: #666;
    width: 100%;
    padding: 40px 0;
    margin-top: 20px;
}

/*公共站尾*/
.bgc2{background-color: #666;width: 100%;padding: 40px 0; font-size: 16px; color: #fff;}
.foot1{width: 1200px;margin: 0 auto;overflow: hidden;}
.xyxx{float: left;width: 530px;overflow: hidden;}
.xyxx a{color: #D3D3D3;}
.xyxx a:hover{text-decoration: underline;}
.xyxx1 {line-height: 1.5;}
.xywx{width: 168px;padding: 0 10px;border-left: 1px solid #fff;border-right: 1px solid #fff;float: left;height: 215px;}
.xywx img{width: 135px;height: 135px;display: block;margin: 15px auto;}
.xywx p{text-align: center;color: #fff;line-height: 1.5;}
.xydh{float: left;width: 280px;height: 215px;text-align: center;color: #fff;}
.xydh h2{height: 45px;line-height: 45px;font-size: 24px;}
.xydh p{height: 35px;line-height: 35px;}
.xydh a{display: block;width: 168px;height: 36px;margin: 20px auto 10px;}
.bgc3{background-color: #323333;width: 100%;  height: 60px; color: #D3D3D3; line-height: 60px;margin-bottom: 100px;}
.bgc3 a{color: #D3D3D3;}
.bgc3 a img {width: 20px;}
.imghover:hover{transform:scale(1.3);transition:all 5s ease 0s;-webkit-transform:scale(1.3);-webkit-transform:all 5s ease 0s;}  


/* 边导航 */
.sidebar {
    position: fixed;
    right: 30px;
    top: 40%;
}
.sidebar ul li {
    width: 70px;
    height: 70px;
    background-color: #908f8f;
    margin-top: 3px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}
.sidebar ul li span {
    font-size: 35px;
    line-height: 40px;
}
.sidebar ul li p {
    font-size: 14px;
} 
.sidebar ul li:hover {
    background-color: #007ebd;
}
/* 底部招生栏 css */
.dbzsl{position: fixed; z-index: 10000; bottom: 0;background-image: linear-gradient(#e81c1b,#fe8061,#f54a35); height: 100px; width: 100%;}
.dbzsl h1 {color: #e9221e; text-align: center; font-size: 38px; margin-top: 23px;}
.down-from {position: relative; margin: 25px auto; width: 1400px; color: orangered;line-height: 50px;}
.down-from span {display: inline-block; float: left; width: 100px;height: 50px;font-weight: bold; text-align: center; background-color: #fff;} 
.down-from input {display:block;float:left;border:none;width:220px;height:50px;outline:none;text-indent:10px;font-size:16px; margin-right: 20px;}
.down-from .btn {border-radius: 20px; border:2px #FFC107 solid; cursor: pointer; background-image: linear-gradient(#fff,rgb(253, 240, 183),#fae3a0);color: rgb(237 54 40); font-size: 28px; font-weight: bolder; letter-spacing:7px; width: 220px;}

/* 底部新增地图二维码 */
.foot1 h3 {
    font-size: 16px;
    color: #1AAD19;
    padding-top: 5px;
}
.foot1 .dt {
    width: 100%;
    margin: 0;
}
.foot1 .dt li {
    float: left;
    width: 70px;
    height: 90px;
    padding: 10px 30px 0 0;
}
.foot1 .dt li img {
    width: 100%;
}
.foot1 .dt li p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}