@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #555;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
    overflow-x: hidden !important;

width: 1200px !important;
    margin: 0 auto!important;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

a:hover {
     color: #7d0000; 
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

 ::-webkit-scrollbar {
    width: 6px;
}

 ::-webkit-scrollbar-track {
    background-color: #000;
}

 ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

 ::-webkit-scrollbar-thumb:active {
    background-color: #7d0000;
}
.container{
    max-width: 1200px;
    width: 1200px;
}
/* 
@media only screen and (max-width:992px) {
    body {
        font-size: 13px;
    }
    input,
    select,
    button,
    textarea {
        font-size: 13px;
    }
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
}

@media only screen and (max-width:992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
} */

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


/* 澶�*/

.header {
    width: 100%;
    /* border-bottom: rgba(255, 255, 255, 0.2) 1px solid; */
    top: 0;
    left: 0;
    position: relative;
    z-index: 91;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.on {
    background-color: #fff;
    border-bottom: rgba(0, 0, 0, 0);
}

.header .logo img {
    height: 100%;
}

.header .logo {
    /* text-align: center;*/
	margin-left:5%;
	margin-top:-1%;
}

.sy_daohangtou {
    background: url(../image/toubg_03.jpg) no-repeat center / cover;
    background: cover;
    height: 163px;
    padding-top: 49px;
    padding-bottom: 31px;
}
/* 
@media only screen and (max-width:768px) {
    .header .logo img {
        width: 100%;
    }
    .header .logo {
        margin-top: 0px;
    }
    .top_butt {
        top: 33%;
        left: 89%;
    }
    .header .head_dwxsgzc h5 {
        font-size: 17px;
    }
    .header .head_dwxsgzc {
        margin-top: 10px;
    }
    .h_jwc {
        margin-top: 17px;
    }
    .header .h_jwc h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width:576px) {
    .header .logo {
        width: 10%;
        margin-top:
    }
}

@media only screen and (max-width:375px) {
    .header .head_dwxsgzc h5 {
        margin-top: 3px;
    }
    .header .head_dwxsgzc h6 {
        display: none;
    }
} */


/*瀵艰埅*/

.sy_daohang {
    /*background: #e60012;*/
	 background:-webkit-linear-gradient(top,#ffa3a3,#bb0011,#ffa3a3);
    height: 47px;
}

.head_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.head_nav ul li {
    width: 70px;
    /* float: left; */
    margin: 0 19px;
    text-align: center;
    position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.head_nav ul li:nth-child(1) {
    margin-left: 0;
}

.head_nav ul li:nth-last-child(1) {
    margin-right: 0;
}

.head_nav ul li .navA {
    position: relative;
    line-height: 23px;
    padding-top: 13px;
    padding-bottom: 11px;
}

.head_nav ul li:hover .navTwo {
    display: block;
}

.head_nav ul li .navA a {
    border-radius: 8px;
    display: block;
    color: #fff;
    font-size: 14px;
}

.head_nav ul li .navA span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

.head_nav ul li.on .navA a {
    color: #7d0000;
    background: #fff;
}

.head_nav ul .on .navA a {
    color: #7d0000;
}

.head_nav ul li .top_down {
    display: none;
}

.head_nav ul li .navTwo {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 150px;
    margin-left: -75px;
    text-align: center;
    background: rgba(125, 0, 0, .8);
    z-index: 9;
}

.head_nav ul li .navTwo dd {
    margin-bottom: auto;
    height: 40px;
    border-bottom: solid 1px rgb(125, 0, 0);
}

.head_nav ul li .navTwo a {
    font-size: 14px !important;
    line-height: 40px !important;
    color: #fff;
    display: block;
}

.head_nav ul li .navTwo dd:hover {
    background: rgba(125, 0, 0, .7);
}

.header .sy_ss {
    display: none;
}



/* 澶�*/


/* banner */


/* 杞挱鍥�*/

.pc_ban {
    width: 100%;
    height: 476px;
    position: relative;
    overflow: hidden;
}

.pc_ban .swiper-slide:after {
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .5); */
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.pc_ban .swiper-button-prev {
    color: #fff;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-prev {
    left: 3%;
    opacity: .8;
}

.pc_ban .swiper-button-next {
    opacity: 0;
    color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-next {
  right: 3%;
    opacity: .8;
}

.pc_ban .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 0;
    background: #fff;
}

.pc_ban .container {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pc_ban .w_z {
    display: none;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    position: relative;
}

.pc_ban .w_z h2 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.pc_ban .w_z p {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 15px;
}

/* 灏忓浘鏍�*/

.gy_gdt {
    padding-top: 50px;
    padding-bottom: 70px;
    width: 100%;
    background:#efe4d2;
}

.gy_gdt ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gy_gdt ul li {
    float: left;
    height: 100%;
    width: 14%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gy_gdt ul li .sy_xiaobanner {
    width: 110px;
    height: 110px;
    padding: 0px 35px;
    transition: all .6s;
}
.gy_gdt ul li .sy_xiaobanner img{
  
    transition: all .6s;
}
.gdt_tu:hover{
    cursor: pointer;
}
.gdt_tu:hover .sy_xiaobanner img{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.sy_xiaobanner i img {
    width: 180%;
    height: 80px;
	 margin-top:35%;
	 margin-left:-35%;
}

.gdt_tu h5 {
    font-size: 18px;
    font-weight: bold;
    color: #fd4b4b;
    margin-top: 23px;
    text-align: center;
}

/* 鍏叡鏍囬 */

.ggbt {
    text-align: center;
}

.ggbt h5 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    position: relative;
    top: 0;
    left: 0;
}

.ggbt h5::after {
    content: "";
    position: absolute;
    width: 109px;
    height: 1px;
    background: #e60012;
    top: 124%;
    left: 45.5%;
}

.ggbb {
    text-align: center;
}

.ggbb h5 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    position: relative;
    top: 0;
    left: -5%;
}

.ggbb h5::after {
    content: "";
    position: absolute;
    width: 109px;
    height: 1px;
    background: #e60012;
    top: 124%;
    left: 40.8%;
}

/* 鏈烘瀯姒傚喌 */

.sy_jggk {
    padding-top: 74px;
}

.sy_jggk .jggk_bg {
    position: relative;
    top: 0;
    left: 0;
    width: 480px;
    height: 277px;
    background: #e60012;
    padding-top: 14px;
    padding-left: 14px;
    margin-bottom: 44px;
}

.sy_jggk .jggk_bg .img {
    width: 551px;
    height: 308px;
    position: absolute;
    overflow: hidden;
    
}

.sy_jggk .jggk_bg .img img{
    width: 100%;
    height: 100%;
    cursor: pointer; transition: all 0.6s;
}
.jggk_bg img:hover{ transform: scale(1.1); } 

.sy_jggk .row {
    padding-top: 57px;
    padding-bottom: 30px;
}

.sy_jggk .jggk_you {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 鎹富杞�*/
    flex-direction: column;
    height: 100%;
}

.jggk_you div {
    font-size: 18px;
    color: #000000;
    line-height: 35px;
}

.jggk_you a {
    width: 110px;
    height: 32px;
    background: #e60012;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    margin-top: 53px;
}


/* 閫氱煡鍏憡 */

.sy_tzgg {
    padding-top: 39px;
    padding-bottom: 70px;
}

.sy_tzgg .tzgg_row {
    margin-top: 57px;
}

.tzgg_xiao {
    width: 100%;
    padding: 20px 19px;
    background: #e8eaf5;
    margin-top: 30px;
    transition: all .6s;
}
.tzgg_xiao:hover {
    transform:translate(0,-10px);
    box-shadow: 0 0 10px #666;
}

.tzgg_xiao .row {
    padding-left: 0;
    padding-right: 0;
}

.tzgg_xiao .col-2 {
    padding-right: 0;
}

.tzgg_xiao .col-10 {
    padding-left: 0;
}

.xiao_z {
    border-right: #d2d2d2 1px solid;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.xiao_z h5 {
    font-size: 24px;
    color: #555555;
    line-height: 37px;
}

.xiao_z h6 {
    color: #555555;
    font-size: 16px;
}

.xiao_y {
    padding-left: 25px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.xiao_y h5 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 38px;
}

.xiao_y h6 {
    font-size: 14px;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
}
.education_content{
    width: 848px;
    padding: 10px 30px 30px 30px;
    float: right;
    background: #fff;
    border:1px solid #e7e7e7;
    border-radius: 5px;
}
.education_title{
    line-height: 30px;
    font-size: 18px;
    border-bottom: 2px solid #eee;
    color: #333;
}
.education_title span{
    line-height: 30px;
    display:inline-block;
    position: relative;
    color: #333;
}
.education_title span::after{
    content: '';
    display: block;
    width: 100%;
    background: red;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.education_lists{
    padding: 10px 0px;
}
.education_lists p{
    line-height: 30px;
    font-size: 18px;
    padding: 10px 0px;
    border-bottom:1px dashed #eee;
}
.education_lists p span{
    float: right;
}
.education_lists p a{
    display: inline-block;
    width: 80%;
    color: #333;
}
.teacher_team{
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
}
.teacher_team dt{
    width: 130px;
    height: 140px;
    float: left;
    border:1px solid #eee;
}
.teacher_team dt img{
    display: block;
    width: 128px;
    height: 138px;
    padding: 5px;
    object-fit: cover;
}
.teacher_team dd{
    padding: 15px 0px 10px 0px;
    float: right;
    width: 638px;
}
.teacher_name{
    line-height: 30px;
    font-size: 20px;
    color: #000;
}
.teacher_team dd p{
    font-size: 16px;
    width: 638px;
    border:0;
    padding:0;
}
.teacher_team dd span{
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    display: inline-block;
}
.p-box-two{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.qcfd:after {content: "";display: block;height: 0;clear: both;}
.qcfd {zoom: 1;}
/* 娲诲姩涓撳尯tab鍒囨崲 */

.sy_hdzq {
    padding-bottom: 30px;
}

.tab_header {
	margin-top:20px;
    border-bottom: 1px solid #e60012;
}

.tab_header span {
    float: left;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    line-height: 22px;
    margin-right: 28px;
}



.tab_header ul li {
    float: left;
    padding: 12px 37px;
    color: #000;
    font-size: 14px;
}

.tab_header ul li.on {
    background: #e60012;
    color: #fff;
}

.tab_header a {
    float: right;
    line-height: 45px;
    width: 110px;
    height: 45px;
    background: #e60012;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.body_nr {
    width: 100%;
    transition: all .6s;
}
.body_nr:hover{
  box-shadow: 0 0 10px #666;
}
.body_nr img {
    width: 100%;
    height:200px;
    object-fit: cover;
}

.body_nr h5 {
    width: 100%;
    padding: 22px 0;
    text-align: center;
    background: #f7f7f7;
    font-size: 14px;
    color: #000000;
}

.body_nr:hover h5 {
    color: #a40000;
}

.sy_hdzq .tab_body ul li {
    display: none;
    padding-top: 43px;
}

.sy_hdzq .tab_body ul li.show {
    display: block;
}


/*  鏂伴椈涓績 */

.sy_xwzx {
    padding-top: 40px;
    padding-bottom: 70px;
}
.sy_xwzx .row {
    padding-top: 63px;
}
.sy_xwzx .xwzx_z {
    width: 100%;
    background: #f3e9dae8;
    padding-bottom: 34px;
    transition: all 0.6s; 
}
.sy_xwzx .xwzx_z:hover {
	box-shadow: 0 0 10px #666;
    transform:translate(0,-10px);
    box-shadow: 0 0 10px;	
}
.z_img{
    overflow: hidden;
    width: 100%;
    height: 300px;
}
.z_fadeInLeft{
    font-size: 14px;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 23px;
	width:94%;
	margin-left:3%;
	margin-top:3%;
}
.z_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    cursor: pointer; transition: all 0.6s;
}
.sy_xwzx .xwzx_z:hover .z_img img{
    transform: scale(1.1); 
}

.sy_xwzx .xwzx_z h5 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-left: 34px;
    padding-right: 34px;
}

.sy_xwzx .xwzx_z h6 {
    width: 100%;
    font-size: 14px;
    color: #555555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-left: 34px;
    padding-right: 34px;
}

.xwzx_y {
    width: 100%;
    padding: 20px 19px;
    background: #f3e9dae8;
    margin-top: 18px;
    transition: all .6s;
}
.xwzx_y:hover {
    transform:translate(0,-10px);
    box-shadow: 0 0 10px;
}

.xwzx_y:nth-child(1) {
    margin-top: 0px;
}

.xwzx_y .row {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.xwzx_y .col-2 {
    padding-right: 0;
}

.xwzx_y .col-10 {
    padding-left: 0;
}

.footer {
    width: 100%;
    padding: 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-color: #565656;
}
.di_z{
    padding-left: 20px;
}
.di_z a {
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 30px;
}

.wx_ewm {
    float: right;
    margin-right: 35px;
    text-align: center;
}

.wx_ewm:nth-child(1) {
    margin-right: 43px;
}

.wx_ewm a {
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    display: block;
}

/* 鐗堟潈 */

.sy_bq {
    padding: 15px 0;
    background: #363636;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

/* 鍐呴〉4 */

.n4_tu {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}


.nei_nr {
 
    padding-bottom: 80px;
    background: #ffffff;
}

.nr_dh {
    background: #f7f7f7;
    padding-bottom: 37px;
}


/* 宸﹁竟瀵艰埅鏍忕涓�釜 */

.ny_dh_bt {
    background: #a40000;
    width: 100%;
    padding-left: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.ny_dh_bt h5 {
    font-size: 24PX;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.ny_dh_bt h6 {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.ny_dh_bt p {
    background-color: #fff;
    width: 68px;
    height: 1px;
}


/* 宸﹁竟瀵艰埅涓嬩簩绾у鑸�*/

.nr_dh ul {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.nr_dh ul li {
    padding: 18px 45px 14px 30px;
    font-size: 18px;
    color: #000000;
    background: #fff;
    width: 229px;
    margin-top: 22px;
}

.nr_dh ul li:nth-child(1) {
    margin-top: 28px;
}

.nr_dh ul li i {
    font-size: 20px;
    float: right;
}
/* 
.nr_dh ul .on {
    background: #a40000;
}

.nr_dh ul .on a {
    color: #fff;
}

 */
 .nr_dh ul .on i {
    color: #a40000;
}
/* 鍙宠竟鍐呭 */

.nr_wz {
    padding-left: 111px;
    padding-right: 51px;
}

.wz_bt {
    font-size: 22px;
    color: #000000;
}

.wz_n {
    width: 100%;
    border-top: #d2d2d2 1px solid;
    margin-top: 26px;
}

.wz_n ul li {
    margin-top: 56px;
}

.wz_n ul li:nth-child(1) {
    margin-top: 37px;
}

.riqi_z {
    /* float: left; */
    position: relative;
}

.riqi_z h5 {
    font-size: 40px;
    color: #000000;
}

.riqi_z h5::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 87px;
    top: 13px;
    left: 79px;
    background-color: #a7a7a7;
    transform: rotate(43deg);
    transform-origin: top;
}

.riqi_z h6 {
    font-size: 18px;
    color: #000000;
    /* position: absolute; */
    margin-left: 51px;
}

.nr_w .xw_tm {
    font-size: 18px;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
}

.nr_w a:hover {
    color: #a40000;
}

.nr_w h6 {
    font-size: 14px;
    color: #272727;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 19px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nr_w .gd_an {
    padding: 5px 21px 8px 16px;
    background: #fff;
    border: #a40000 1px solid;
    border-radius: 20px;
    font-size: 12px;
    color: #000000;
}

.nr_w .gd_an i {
    margin-left: 12px;
}

.nr_w .gd_an:hover {
    background-color: #a40000;
    color: #fff;
}


/* 鍒嗛〉 */

.n4_fy ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 37px;
}

.n4_fy ul li {
    display: inline;
    cursor: pointer;
    margin-left: 24px;
}

.n4_fy ul li:nth-child(1) {
    margin-left: 0;
    margin-top: 3px;
}

.n4_fy ul li:nth-child(5) {
    margin-top: 3px;
}

.n4_fy ul .on {
    color: #a40000;
}



/* 鍐呴〉5 */

.nr_wz2 {
    padding-left: 35px;
    padding-right: 0px;
}

.nr_wz1 {
    border-top: 1px #d2d2d2 solid;
    width: 100%;
    margin-top: 26px;
    text-align: center;
	min-height: 1100px;
}

.wz_timu h5 {
    font-size: 18px;
    color: #000000;
    margin-top: 36px;
  
}

.timu_sj {
    width: 88%;
    margin: auto;
    border-top: #e5e5e5 1px solid;
    margin-top: 23px;
    padding-top: 11px;
}

.timu_sj .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.timu_sj .sj_bt {
    font-size: 12px;
    color: #272727;
}

.timu_sj .sj_bt div {
    display: inline;
    margin-left: 30px;
}

.timu_sj .sj_bt div:nth-child(1) {
    margin-left: 0;
}

.nr_wz2 .wz_wz {
    text-align: left;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    padding-top: 40px;
}

.nr_wz2 .n5_tu {
    width: 100%;
    overflow: hidden;
    height: 253px;
}

.nr_wz2 .n5_tu img {
    width: 100%;
    cursor: pointer;
    transition: all 1.6s;
}

.nr_wz2 .n5_tu img:hover {
    transform: scale(1.1);
}

.nr_tupian {
    margin-top: 55px;
}

.nr_sx_lj {
    margin-top: 61px;
}

.nr_sx_lj .lj_z .left{
    display:inline-block;
}

.nr_sx_lj .lj_z .right{
    display:inline-block;
    position:absolute;
    right:20px;
}

.nr_sx_lj a {
    color: #a40000;
    font-size: 16px;
    display: block;
    line-height: 23px;
}

.nr_sx_lj a span {
    color: #272727;
    font-size: 16px;
}

.nr_sx_lj a span:hover {
    color: #a40000;
}

.lj_y a {
    color: #272727;
}

.lj_y i {
    margin-right: 10px;
    font-size: 12px;
    color: #272727;
}
.wz_tupian{
margin-top: 40px;
}
.tupian_t{
    width: 100%;
    
}
.tupian_t .tt_tu{
    overflow: hidden; 
    height: 163px;
    
}
.tt_tu img{
    width: 100%;
    cursor: pointer; transition: all 0.6s;
}
.tt_tu:hover img{
    transform: scale(1.1);
}
.tupian_t h3{
    width: 100%;
    padding: 22px 0;
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
font-size: 14px;
color: #000;
}

.sy_ys {
    width: 100%;
    padding: 90px 0;
    background: url(../images/ys_bj.jpg) no-repeat center / cover fixed;
    overflow: hidden;
}
/* 鍐呴〉 */
.nei_d{
    width: 100%;
    padding: 21px 0;
    box-shadow: 0 0 10px rgba(224,224,224);
    font-size: 12px;
    color: #000000;
}
.nei_d a i{
 font-size: 20px;
    color: #000000;
    margin-right: 20px;
}

/*  */
.nei_nr {
    
    margin-top: 75px;
    padding-bottom: 80px;
    background: #ffffff;
}

.nr_dh {
    background: #f7f7f7;
    padding-bottom: 37px;
}


/* 宸﹁竟瀵艰埅鏍忕涓�釜 */

.ny_dh_bt {
    background: #e60012;
    width: 100%;
    padding-left: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
}


.ny_dh_bt h5 {
    font-size: 24PX;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.ny_dh_bt h6 {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.ny_dh_bt p {
    background-color: #fff;
    width: 68px;
    height: 1px;
}


/* 宸﹁竟瀵艰埅涓嬩簩绾у鑸�*/

.nr_dh ul {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.nr_dh ul li {
    padding: 18px 20px 14px 18px;
    font-size: 18px;
    color: #000000;
    background: #fff;
    width: 229px;
    margin-top: 22px;
}

.nr_dh ul li:nth-child(1) {
    margin-top: 28px;
}

.nr_dh ul li i {
    font-size: 20px;
    float: right;
    transition: all .4s;
}
.xianzi {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
    display: inline-block;
}


.nr_dh ul .on a {
    color: #e60012;
}

/* .nr_dh ul .on i {
    color: #fff;
    transform: rotate(90deg);
} */


/* 涓夌骇 */
/* 
.nr_dh ul li .navTwo1 {
   
    width: 100%;
    text-align: center;
   
    z-index: 9;
}

.navTwo1 dd {
    margin-bottom: auto;
    height: 40px;
    border-bottom: solid 1px rgb(125, 0, 0);
}

.navTwo1 a {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    display: block;
}

.navTwo1 dd:hover {
    background: rgba(125, 0, 0, .7);
}

.navTwo1 {
    display: none;
    width: 100%;
    float: left;
    background: none;
    position: relative;
    left: auto;
    top: auto;
}

.navTwo1 dd {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.navTwo1 dd a {
    display: block;
    float: left;
    margin-left: 7px;
}

.navTwo1 dd:last-child {
    border-bottom: none;
}

.navTwo1 dd:hover {
    background: none;
} */
/* .nr_dh a:hover{
color: rgba(255, 255, 255, 0.7);
} */


/* 鍙宠竟鍐呭 */

.nr_wz {
    padding-left: 111px;
    padding-right: 51px;
}

.nr_wz2 .wz_bt {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
}
.wz_bt1{
    margin-top: 80px;
}
.wz_n {
    width: 100%;
    border-top: #d2d2d2 1px solid;
    margin-top: 26px;
}

.wz_n ul li {
    margin-top: 56px;
}

.wz_n ul li:nth-child(1) {
    margin-top: 37px;
}

.riqi_z {
    /* float: left; */
    position: relative;
}

.riqi_z h5 {
    font-size: 40px;
    color: #000000;
}

.riqi_z h5::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 87px;
    top: 13px;
    left: 79px;
    background-color: #a7a7a7;
    transform: rotate(43deg);
    transform-origin: top;
}

.riqi_z h6 {
    font-size: 18px;
    color: #000000;
    /* position: absolute; */
    margin-left: 51px;
}

.nr_w .xw_tm {
    font-size: 18px;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
}

.nr_w a:hover {
    color: #a40000;
}

.nr_w h6 {
    font-size: 14px;
    color: #272727;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 19px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nr_w .gd_an {
    padding: 5px 21px 8px 16px;
    background: #fff;
    border: #a40000 1px solid;
    border-radius: 20px;
    font-size: 12px;
    color: #000000;
}

.nr_w .gd_an i {
    margin-left: 12px;
}

/* .nr_w .gd_an:hover {
    background-color: #a40000;
    color: #fff;
} */


/* 鍒嗛〉 */

.n4_fy ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 37px;
}

.n4_fy ul li {
    display: inline;
    cursor: pointer;
    margin-left: 24px;
}

.n4_fy ul li:nth-child(1) {
    margin-left: 0;
    margin-top: 3px;
}

.n4_fy ul li:nth-child(5) {
    margin-top: 3px;
}

.n4_fy ul .on {
    color: #a40000;
}