html,
body,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

* {
    font-family: "microsoft yahei";
    /* font-family: "Noto Sans SC"; */
    /* font-weight: 100; */
}

select::-ms-expand {
    display: none;
}

html,
body {
    min-width: 1200px;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: url(../img/con-bg.png) no-repeat #efefef;
    background-size: 100% 110%;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.main {
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 1400px;
}

.header {
    width: 100%;
    /* height: 165px; */
}

.header-con {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0;
}

.logo {
    height: 120px;
}

.header-text {
width: 380px;
    height: 80px;
    margin-top: 25px;
    margin-left: 40px;
}

.header-text img {
width: 100%;
}

.header-sousuo {
    height: 120px;
    line-height: 120px;
}

.sousuo {
    width: 235px;
    height: 40px;
    border: none;
    border-radius: 5px;
    padding-left: 15px;
    outline: none;
}

#sousuo-img {
    position: relative;
    left: -35px;
    top: 2px;
}

/* 导航 */

.navigation {
    width: 100%;
    background: #b53246;
    height: 55px;
}

.nav-con {
    width: 1400px;
    margin: auto;
}

.nav {
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 140px;
    height: 55px;
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    height: 55px;
    float: left;
}

.nav .nLi h3 a {
    width: 140px;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
}

.nav .sub {
    display: none;
    width: 140px;
    left: 0;
    top: 55px;
    position: absolute;
    background: #fff;
    line-height: 55px;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    zoom: 1;
}

.nav .sub a {
    display: block;
    color: #000;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #cb8385;
    color: #fff;
}

.nav .on h3 a {
    height: 55px;
    background: #cb8385;
    color: #fff;
}

/* 大图轮播 */

.banner {
    width: 100%;
    min-width: 1400px;
    min-height: 450px;
    /* height: 450px; */
}

.nav2-lunbo {
    width: 100%;
    /* height: 450px; */
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.nav2-lunbo .nav2-lunbo-hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 49%;
    bottom: 15px;
    z-index: 1;
}

.nav2-lunbo .nav2-lunbo-hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 0;
    margin-right: 12px;
    list-style: none;
}

.nav2-lunbo .nav2-lunbo-hd ul li {
    float: left;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border: 1px solid #b53246;
    border-radius: 50%;
}

.nav2-lunbo .nav2-lunbo-hd ul li.on {
    background: #b53246;
}

.nav2-lunbo .nav2-lunbo-bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.nav2-lunbo .nav2-lunbo-bd li {
    zoom: 1;
    vertical-align: middle;
}

.nav2-lunbo .nav2-lunbo-bd img {
    width:100%;
    /* height: 450px; */
    display: block;
}

/* 结束 */

.container {
    width: 100%;
    padding-bottom: 30px;
    position: relative;
    top: -4px;
}

.content {
    width: 1400px;
    margin: 0 auto;
    background: #fff;
}

.content1 {
    overflow: hidden;
    padding: 30px;
}

.content1-left {
    width: 670px;
    height: 380px;
}

.content1-right {
    width: 640px;
    height: 380px;
}

/* 新闻轮播 */

.slideBox {
    width: 670px;
    height: 380px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 15px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 0;
    margin-right: 12px;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    border: 1px solid white;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: white;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 670px;
    height: 380px;
    display: block;
}

.bd ul li p {
    height: 60px;
    position: relative;
    top: -60px;
    font-size: 14px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 60px;
    padding-left: 30px;
    margin: 0;
}

.title {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #e1e1e1;
}

.title .lanmu {
    height: 40px;
    border-bottom: 2px solid #af2137;
}

.title .lanmu a {
    font-size: 24px;
    font-weight: 300px;
}

.title .more a {
    font-size: 14px;
    color: #929292;
}

.content-list ul {
    margin-top: 12px;
}

.content-list ul li {
    height: 37px;
    line-height: 37px;
    margin-left: 15px;
    position: relative;
}

.content-list ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #c9c9c9;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: -12px;
}

.content-list ul li span {
    float: right;
    color: #9a9a9a;
}


.content-list ul li:hover a {
    color: #af2137;
}

.content-list ul li:hover:before {
    background: #af2137;
}

.content2 {
    padding: 0 30px 30px 30px;
    overflow: hidden;
}

.content2-list {
    width: 430px;
    height: 265px;
}

.content2-list:nth-child(1) {
    margin-right: 25px;
}

.zhuanti img,
.zhuanti {
    width: 1400px;
    height: 140px;
}

.content3 {
    background: #fafafa;
}

.content3-list ul li {
    width: 655px;
    height: 135px;
    float: left;
    background: #fff;
    margin-top: 20px;
    position: relative;
}

.content3-list ul li:hover {
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    top: -5px;
}

.content3-list ul li:nth-child(2n+1) {
    margin-right: 20px;
}

.content3-list-con {
    padding: 20px 25px;
}

.con3-title {
    font-size: 16px;
    font-weight: 600;
}

.con3-time {
    margin: 5px 0;
}

.con3-time a {
    color: #9d1e31;
}

.con3-time,
.con3-abstract {
    font-size: 16px;
    font-weight: 100;
}

.con3-abstract {
    line-height: 1.6em;
}

.con3-abstract a {
    color: #9b9b9b;
}

.content3-list ul li:hover .con3-title a {
    color: #9d1e31;
}

/* 师资队伍 */

.picMarquee-left {
    position: relative;
}

.picMarquee-left .hd {
    width: 120px;
    float: right;
    position: absolute;
    height: 30px;
    top: -50px;
    right: 0;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 25px;
    height: 25px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.picMarquee-left .hd .next {
    right: 40px;
}

.picMarquee-left .hd .prev {
    right: -30px;
}

.picMarquee-left .bd {
    padding: 20px 0 0 0;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 12px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 200px;
    height: 270px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picMarquee-left .bd ul li .pic:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.picMarquee-left .bd ul li .title {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: none;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, .6);
}

.picMarquee-left .bd ul li .title a {
    color: #fff;
}

.footer {
    width: 100%;
    /* min-width: 1400px; */
    height: 220px;
    background: url(../img/footer-bg.png) no-repeat #af2137;
}

.footer-con {
    width: 1400px;
    margin: 0 auto;
}

.foot-logo {
    padding-top: 25px;
}

.foot-mail {
    margin-top: 60px;
    margin-left: 30px;
}

.foot-mail ul li {
    width: 150px;
    height: 45px;
    background: #fff;
    float: left;
    margin-left: 20px;
    text-align: center;
    line-height: 45px;
}

.foot-mail ul li a {
    color: #af2137;
    font-size: 14px;
    display: inline-block;
    width: 150px;
}

.copyright {
    margin-top: 30px;
}

.copyright p {
    font-size: 14px;
    color: #fff;
    line-height: 2em;
}

.footer-con-right {
    padding-top: 25px;
}

/* 下拉框 */

.select-container {
    position: relative;
    margin-bottom: 10px;
}

.select-container input {
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #d17e8b;
    color: #fff;
    outline: none;
}

.select-container span {
    position: relative;
}

.select-container span::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 4px solid #fff;
    position: absolute;
    top: 11px;
    left: 270px;
}

.select-container ul {
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 1;
    width: 300px;
    display: none;
    list-style: none;
    border: 1px solid #d17e8b;
    position: relative;
    
}


.select-container li {
    height: 30px;
    line-height: 30px;
}

.select-container li a {
    display: inline-block;
    width: 100%;
    color: #000000;
    text-indent: 5px;
    background: #d17e8b;
    text-decoration: none;
    font-size: 14px;
}

.select-container li a:hover {
    color: #fff;
    background: #af2137;
}

.nei-banner,
.nei-banner img {
    width: 100%;
    min-width: 1400px;
    height: 300px;
}

.nei-left {
    width: 255px;
}

.nei-right {
    width: 1125px;
}

.ce-nav {
    width: 255px;
    margin-bottom: 80px;
    position: relative;
    top: -95px;
}

.ce-lanmu {
    width: 255px;
    height: 95px;
    font-size: 30px;
    font-weight: bold;
    line-height: 95px;
    background: #b53246;
}

.ce-lanmu p {
    color: #fff;
    padding-left: 40px;
}

.ce-nav-list {
    background: #ffffff;
}
.ce-nav-list ul li {
    width: 255px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.ce-nav-list ul li a {
    width: 180px;
    display: inline-block;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
}

.ce-nav-list ul {
    padding-bottom: 50px;
}

.ce-nav-list ul li span {
    width: 15px;
    height: 17px;
    display: inline-block;
    background: url(../img/nav.png);
    float: right;
    position: relative;
    top: 22px;
}

.ce-nav-list ul .nav_li:hover {
    background: #cb8385;
}

.ce-nav-list ul .nav_li:hover a {
    color: #fff;
}

.ce-nav-list ul .nav_li:hover span {
    background: url(../img/nav-on.png);
}

.ce-nav-list ul .on {
    background: #cb8385;
}

.ce-nav-list ul .on a {
    color: #fff;
}

.ce-nav-list ul .on span {
    background: url(../img/nav-on.png);
}


.sanji_nav{
    padding:0 !important;
}

.sanji_nav li{
    line-height: 45px !important;
}

.sanji_nav li a{
    font-size:14px;
}

.sanji_na li{
   line-height: 40px;
}


.lanmu-weizhi {
    width: 100%;
    height: 60px;
    background: #fff;
}

.lanmu-weizhi .lanmu {
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    margin-left: 20px;
    color: #b53246;
}

.lanmu-weizhi .weizhi,
.lanmu-weizhi .weizhi a {
    font-size: 14px;
    color: #9b9b9b;
}

.lanmu-weizhi .weizhi {
    line-height: 60px;
    margin-right: 20px;
}

.nei-con {
    /* width: 100%; */
    background: #fff;
    margin-top: 20px;
    padding: 40px;
}

.details-title h2 {
    text-align: center;
font-weight: normal;
}

.time-size {
   text-align: center;
    background: #ebeff2;
    height: 35px;
    line-height: 35px;
    /* padding: 0 20px; */
    margin: 30px 0;
}
.time-size .time,.time-size .size{
display: inline-block;
}
.time-size .time,
.time-size .size,
.time-size .size a {
    font-size: 14px;
    color: #a4a4a4;
}

.time-size .size a {
    margin: 0 5px;
}

.details-con p {
    text-indent: 32px;
    line-height: 2.5em;
}

.img-list ul li {
    width: 185px;
    height: 285px;
    float: left;
    margin: 0 30px 30px 0;
    background: #efefef;
}

.img-list ul {
    overflow: hidden;
}



.img-list ul li p {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.img-list ul li .img-list-img {
    width: 185px;
    height: 245px;
    overflow: hidden;
}

.img-list ul li .img-list-img img {
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.img-list ul li:hover .img-list-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.list ul li {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    margin-top: 20px;
}

.list ul li .timer {
    margin-right: 20px;
}

.list ul li .timer .day {
    width: 70px;
    height: 40px;
    background: #c1c1c1;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.list ul li .timer .year {
    width: 70px;
    height: 30px;
    background: #e9e9e9;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #b53246;
}

.list ul li .list-con {
    margin-top: 8px;
}

.list ul li .list-con p:nth-child(1) a {
    font-size: 16px;
    
}

.list ul li .list-con p:nth-child(2) a {
    font-size: 14px;
    color: #ababab;
}

.list ul li .list-con p:nth-child(2) {
    margin-top: 8px;
}

.list ul li:hover .timer .day {
    background: #b53246;
    color: #fff;
}

.list ul li:hover .list-con p:nth-child(1) a {
    color: #b53246;
}

                .nav1-shoucang {
                        float: right;
                        color: #6b6b6b;
                        font-size: 14px;
                        height: 0;
                        position: relative;
                        top: -50px;
                        margin-right: 25px;}
                
                .nav1-shoucang span {
                    margin-right: 10px;
                    margin-left: 5px;}
                
                .nav1-shoucang span a {
                    color: #6b6b6b;
                    font-size: 14px;}
                
                .nav1-shoucang span:last-child {
                    margin-right: 0;}