@charset "utf-8"; html {
    font-size: 16px;
}

body {
    font-family: "microsoft yahei";
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    border: none;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus，a:link {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    outline: none;
}

img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 950px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

/* ie8提示样式 */
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0.9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 9;
}

.header .container {
    position: relative;
}

.header .top-links {
    float: right;
    color: #ffffff;
    font-size: 0.875rem;
    text-align: right;
    padding-top: 8px;
}

.header .top-links a {
    color: #ffffff;
}

.header .top-links span {
    margin: 0 13px;
}

.header .top-links img {
    vertical-align: middle;
}

.logo {
    float: left;
}

/* 搜索 */
.search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    background: #d3862e;
    padding: 15px;
    z-index: 999;
}

.ss {
    width: 240px;
    height: 34px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #fff;
}

.ss .text {
    width: 198px;
    border: none;
    background: none;
    color: #fff;
    height: 33px;
    line-height: 33px;
    float: left;
    padding-left: 20px;
}

.ss .sub {
    width: 15px;
    height: 15px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

/* 导航 */
/* 浮动导航 */
/* 浮动导航结束 */
.slider-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-banner img {
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.slider-banner .slick-dots {
    position: absolute;
    bottom: 10px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%);
}

.slider-banner .slick-dots li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
    margin: 0 12px;
    cursor: pointer;
}

.slider-banner .slick-dots li button {
    display: none;
}

.slider-banner .slick-dots li.slick-active {
    background: white;
}

/* 中部版块 */
.row1 {
    padding: 60px 0 30px;
    overflow: hidden;
}

.row1 .title {
    position: relative;
    margin-bottom: 30px;
}

.row1 .title p {
    float: left;
    width: 184px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    background: #c02720;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.row1 .title:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 120px;
    height: 0;
    border-top: 1px solid #c02720;
}

.row1 .left {
    float: left;
    width: 40%;
    padding-bottom: 15px;
    background: url(../images/about_us.png) left bottom no-repeat;
}

.row1 .left .text {
    position: relative;

}

.row1 .left .text p {
    font-size: 1rem!important;
    color: #333333;
    text-indent: 2em;
    line-height: 32px;
    /* padding: 0!important; */
}

.row1 .left .more {
    float: left;
    margin-top: 30px;
}

.row1 .left .more:hover img {
    transform: scale(1.05);
}

.row1 .right {
    float: right;
    width: 57%;
    margin-top: -80px;
}

.row1 .right .pic {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    width: 100%;
}

.row1 .right .pic img {
    border-radius: 10px;
    width: 100%;
}

.row2 {
    padding: 35px 0;
    background: url(../images/row2-bg.png) no-repeat;
    background-size: 100% 100%;
}

.row2 .title {
    background: url(../images/row2-title.png) center no-repeat;
    line-height: 50px;
    text-align: center;
    font-size: 1.875rem;
    color: #fff;
    font-weight: bold;
}

.row3 {
    background: url(../images/row3-bg.png) bottom no-repeat;
    background-size: 100%;
    padding: 35px 0 15px;
}

.list-teacher ul {
    overflow: hidden;
    margin: 0 -15px;
}

.list-teacher li {
    float: left;
    width: 16.66%;
    margin-bottom: 40px;
}

.list-teacher .box {
    overflow: hidden;
    margin: 0 15px;
    padding: 0 18px;
}

.list-teacher .pic a {
    width: 100%;
    display: block;
    padding-bottom: 140%;
    overflow: hidden;
    position: relative;
}

.list-teacher .pic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.list-teacher .info {
    position: relative;
    padding-top: 10px;
    text-align: center;
    height: 102px;
}

.list-teacher .info .tit {
    color: #333333;
    font-size: 1.25rem;
    font-weight: bold;
}

.list-teacher .info .xy {
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.list-teacher .info .tp {
    margin: 13px auto 0;
    width: 122px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c02720;
    border-radius: 20px;
    background: url(../images/tp-ico.png) 20px center no-repeat;
    font-size: 1rem;
    color: #c02720;
    font-weight: bold;
}

.list-teacher .info .tp p {
    padding-left: 27px;
}

.list-teacher li:hover .info {
    background: url(../images/teacher-on.png) no-repeat;
    background-size: 100% 100%;
    margin: -20px -18px 0;
    padding: 13px 0;
    overflow: hidden;
    height: 122px;
}

.list-teacher li:hover .tit, .list-teacher li:hover .xy, .list-teacher li:hover .tp {
    color: #fff;
}

.list-teacher li:hover .tp {
    border: 1px solid #fff;
    background: url(../images/tp-ico-on.png) 20px center no-repeat;
}

/* 中部版块 */
/* 底部 */
.footer {
    padding: 28px 0;
    background: #c02720;
}

.footer .foot-logo {
    float: left;
    margin-left: 370px;
    margin-right: 18px;
}

.footer .cory {
    float: left;
    margin-top: 5px;
    font-size: .875rem;
    color: #fff;
    line-height: 33px;
}

/* ie8提示当需要判断IE8下兼容性不好需要升级浏览器 */
.ie8 {
    text-align: center;
    color: #fff;
    height: 100%;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1234;
    margin: 0 auto;
    font-family: "microsoft yahei";
    font-size: 36px;
    background: #000000;
    font-weight: 300;
    filter: Alpha(opacity=70);
}

/* 列表页 */
/* 二级页面 */
.list-pages {
    padding: 70px 0;
    min-height: 500px;
    background: url(../images/row3-bg.png) bottom center no-repeat;
    background-size: 100%;
}

/* 当前位置 */
.location {
    padding: 20px;
    position: relative;
    background: #f2f2f2;
}

.location .weizhi {
    float: right;
    overflow: hidden;
    background: url(../images/home.png) left center no-repeat;
    padding-left: 20px;
    color: #888888;
    font-size: 0.875rem;
}

.location .weizhi a {
    color: #888888;
}

.location h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 158px;
    height: 102px;
    text-align: center;
    line-height: 102px;
    background: #c02720;
    font-size: 1.875rem;
    color: #fff;
    border-radius: 30px 0 30px 0;
}

.content {
    margin-top: 35px;
}

.content .pic {
    float: left;
    width: 207px;
}

.content .pic img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.content .text {
    float: right;
    width: calc(100% - 265px);
}

.content .text .tit {
    padding-bottom: 25px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.content .text .tit h3 {
    float: left;
    font-size: 1.625rem;
    font-weight: bold;
}

.content .text .tit .xy {
    float: left;
    margin-left: 75px;
    font-size: 1.25rem;
    margin-top: 5px;
}

.content .text .tit .tp {
    float: right;
    width: 143px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #c02720;
    border-radius: 10px;
    background: url(../images/tp-ico.png) 20px center no-repeat;
    font-size: 1rem;
    color: #c02720;
    font-weight: bold;
}

.content .text .tit .tp p {
    padding-left: 50px;
}

.content .text .article {
    padding-top: 30px;
}

.content .text .article p {
    font-size: 1rem;
    color: #555;
    line-height: 30px;
    padding-bottom: 15px;
    text-indent: 2em;
}

.content .text .article p img {
    max-width: 100%;
    margin-left: -2em;
}

.content .text .article table p {
    text-indent: 0;
}

.content .submit {
    margin: 10px auto;
    width: 143px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #c02720;
    border-radius: 10px;
    color: #fff;
}

.content .submit a {
    display: block;
    background: url(../images/tp-ico-on.png) 30px center no-repeat;
    padding-left: 30px;
}

.content .pinglun {
    border: 1px solid #ccc;
    margin-top: 20px;
    overflow-x: auto;
    float: right;
    width: calc(100% - 265px);
}

.ssjg li {
    float: left;
    width: 50%;
    padding: 10px;
}