@charset "utf-8";
@font-face {
    font-family: 'HarmonyOS_Sans_Bold';
    src: url('../fonts/HarmonyOS_Sans_Bold.ttf');
    }
@font-face {
    font-family: 'FZZCHJW--GB1-0';
    src: url('../fonts/FZZCHJW--GB1-0.ttf');
    }
/* 把我们所有标签的内外边距清零 */
* {
    margin: 0;
    padding: 0;
    /* css3盒子模型 */
    box-sizing: border-box;
}
/* em 和 i 斜体的文字不倾斜 */
em,
i {
    font-style: normal
}
/* 去掉li 的小圆点 */
li {
    list-style: none
}
h1,h2,h3,h4,h5,h6,p{
    
   text-align: justify;
}
p{
    text-indent: 2em;
}
img {
    /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
    border: 0;
    /* 取消图片底侧有空白缝隙的问题 */
    vertical-align: middle
}

button {
    /* 当我们鼠标经过button 按钮的时候，鼠标变成小手 */
    cursor: pointer
}

a {
    color: #000000;
    text-decoration: none
}

a:hover {
    color: #000000;
    text-decoration: none;
}
a:visited{
text-decoration: none;

}
a:link{
    text-decoration: none;
    
    }
button,
input {
    /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    /* 默认有灰色边框我们需要手动去掉 */
    border: 0; 
    outline: none;
}
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fff; 
}
input:focus {    outline: none;    border-color: #cfdc00;    box-shadow: none; }
body {
    /* CSS3 抗锯齿形 让文字显示的更加清晰 */
    -webkit-font-smoothing: antialiased;
    background-color: #f3f3f3;
    font: 12px/1.5 HarmonyOS_Sans_SC, Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    color: #000000;
}

.hide,
.none {
    display: none
}
/* 清除浮动 */
/* .clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
} */


/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

ul,ol{
    list-style-type: none;
}
.tabs{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin:50px auto;
    padding-right: 20px;
}
.tabs .tabs_left{
    display: flex;
}
.gdkc_seemore{
    font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #333333;
}
.gdkc_seemore:hover{
    color: #733532;
}
.tabs .tabs_left .tab1{
    font-family: MicrosoftYaHeiLight;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
    margin:10px;
    height: 39px;
    line-height: 39px;
    width: 156px;
}
.selected_tab{
    font-size: 16px;
    width: 101px;
	height: 29px;
	background:url(../images/mswk_hover.png) no-repeat 0 0;
    color: #fff !important;
    line-height: 29px;
}
.tabcontent1{
    position: relative;
    height: 350px;
    overflow: hidden;
    padding-bottom: 50px;
}
.jiaogaiyanjiu_each {
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    padding: 40px;
    /* margin: 5px; */
    width: 48%;
    margin-right: 1%;
    margin-bottom: 15px;
    margin-left: 1%;
}
.jiaogaiyanjiu_each:hover .jgyj_left{
    background-color: #733532;
    color:#fff;
}
.jiaogaiyanjiu_each:hover .title_jgyj_right {
    color: #733532;
}
.jiaogaiyanjiu_each a{
    display: flex;
}
.jgyj_left{
    width: 60px;
	height: 60px;
	border: solid 1px #733532;
    font-family: PingFangSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #733532;
    padding:10px;
    margin-right: 40px;
    margin-top: 10px;
}
.jgyj_h2{
    display: flex;
    justify-content: space-between;
    margin-bottom:50px;
}
.right_jgyj_info{
    width: 80%;
}
.title_jgyj_right{
    font-family: SourceHanSansCN-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	
	letter-spacing: 0px;
	color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_jgyj_right {
    width: 80%;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.date_jgyj_right{
    font-family: PingFangSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
    text-align: right;
}
.chakangengduo{
    width: 63px;
	height: 16px;
	font-family: MicrosoftYaHeiLight;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #733532;
    position: absolute;
    bottom:40px;
    left:50%;
    transform: translateX(-50%);
    z-index: 5;
}
.down {
    width: 100%;
    height: 119px;
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #733532;
    position: absolute;
    top: 73%;
    left: 47%;
    transform: translateX(-50%);
    z-index: 5;
    cursor: pointer;
    text-align: center;
    background: #f3f3f3 url(../images/jiantouxia.jpg) no-repeat center 50px;
    /* margin-top: 30px; */
}
.up {
    width: 100%;
    height: 80px;
    font-family: MicrosoftYaHeiLight;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #733532;
    position: absolute;
    top:87%;
    left: 47%;
    
    z-index: 5;
    cursor: pointer;
    text-align: center;
    background: #f3f3f3 ;
    /* margin-top: 30px; */
}
.tabcontent{
    width: 1225px;
}
.each{
    margin-bottom: 30px;
    background-color: #fff;
    height: 290px;
    width: 31%;
    margin-right: 1%;
    cursor: pointer;
}
.each:hover{
    box-shadow: 1px 2px 6px rgba(0,0,0,.15), 1px -1px 20px rgba(0,0,0,.15);
}
.playBtn {
    position: absolute;
    top: 74%;
    left: 80%;
    display: none;
    width: 50px;
    height: 40px;
}

.each:hover .coverlayer{display:block!important;}
.each:hover .playBtn{display:block!important;position: absolute;
    top: 74%;
    left: 80%;
    display: none;
    width: 50px;
    height: 40px;
}
.each_mswk{
    margin-bottom: 30px;
    background-color: #fff;
    height: 220px;
    width: 32%;
    margin-right: 1%;
    cursor: pointer;
}

.each_mswk:hover{
    box-shadow: 1px 2px 6px rgba(0,0,0,.15), 1px -1px 20px rgba(0,0,0,.15);
}
.eachztpx:hover{
    box-shadow: 1px 2px 6px rgba(0,0,0,.15), 1px -1px 20px rgba(0,0,0,.15);
}
.each_mswk:hover .coverlayer{display:block!important;}
.each_mswk:hover .playBtn{display:block!important;position: absolute;
    top: 68%;
    left: 80%;
    display: none;
    width: 50px;
    height: 40px;}
.each_ztpx:hover .coverlayer{display:block!important;}
.each_ztpx:hover .playBtn{display:block!important;position: absolute;
    top: 68%;
    left: 80%;
    display: none;
    width: 50px;
    height: 40px;}
.eachztpx{
    margin-bottom: 30px;
    background-color: #fff;
    height: 130px;
    width: 22%;
    margin-right: 1%;
    cursor: pointer;
}
.reviewPic_ztpx{

height: 130px;
}
.tabcontent1{
    display: none;
}
.selected_tabcontent{
    display: block;
}
.reviewPic {
    margin: 0px auto;
    position: relative;
    height: 200px;
}
.reviewPic_mswk{
    margin: 0px auto;
    position: relative;
    height: 140px;
}
.reviewPic_mswk img,.reviewPic_ztpx img {
    width: 100%;
    height: 100%;
}
.reviewPic img {
    width: 100%;
    height: 100%;
}
.coverlayer {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.laoshiname {
    text-align: left;
    padding-left: 10px;
    padding-top: 0px;
}
.xuekeming {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    text-align: left;
    padding-left: 0px;
    padding-top: 10px;
}
.laoshiname span{
    height: 16px;
	font-family: SourceHanSansCN-Normal;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	
	letter-spacing: 0px;
	color: #999999;
    text-align: left;
    margin-right: 20px;
}


.headerBoxBoth {
   background: #f3f3f3;
   color: #733532;
   height: 50px;
}
.headerBoxBoth a{
    color: #733532;
}
.borderleft {
    
    margin-top: 9px;
    margin-left: 40px;
    padding-left: 30px;
}
.topSecondPart .navbar-nav>li>a {
    font-size: 15px;
    color: #733532;
    padding: 5px 12px;
}
.yuanxi{
    background-color: #fff;
    margin-top: 50px;
    height: 330px;
    width: 48%!important;
    margin-right: 1%;
}
.yuanxi:last-child{
   margin-left: 2%;
}
.title{
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    background-color: #733532;
}
.title p{
    text-align: left;
	font-family: FZZYSJW1--GB1-0;
	font-size: 16px;
	color: #fff;
    padding-left: 20px;
    text-indent: 0em;
}
.title a{
    width: 90px;
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	color: #fff;
    text-align: right;
    padding-right: 25px;
}
.intro{
    padding: 5px;
}
.intro_tongzhi{
    padding: 5px;
}
.intro a,.intro_tongzhi a{
    display: flex;
    justify-content: space-between;
    width: 100%;

	font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.intro a p,.intro_tongzhi a p{
    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    text-indent: 0;
	font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.intro_tongzhi a p {
   
    line-height: 34px;
}
.intro a:hover{
    color: #733532;
}
.intro a:hover p{
    color:#733532;
}
.intro_tongzhi a:hover p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    text-indent: 0;
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #733532;
}
.intro_tongzhi a:hover .tongzhi_dates{
    background-color: #733532;
    
}
.intro_tongzhi a:hover .tongzhi_date,.intro_tongzhi a:hover .tongzhi_date_month{
    color:#fff;
}
.tongzhi_date {
    font-family: PingFangSC-Medium;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #733532;
    text-align: center;
    line-height: 16px;
}
.tongzhi_date_month {
    font-family: PingFangSC-Light;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #733532;
    text-align: center;
    line-height: 14px;
}
.tongzhi_dates{
    width: 70px;
	height:45px;
	border: solid 1px #733532;
    display: flex;
    flex-direction: column;
    padding:5px;
}

.topBan{
	
	background-color: #733532;
    
}
.navback{
    background:url(../images/navback.jpg) no-repeat 0 0;
    height: 160px;
    background-size: 100% 100%;
}
.lefta {
    display: block;
    margin-top: 40px;
    
}
.inputself{
    background-color: transparent;
    width: 209px;
	height: 34px;
	border-radius: 10px;
	border: solid 2px #ffffff;
    color: #fff;
}
.btnself{
    width: 35px;
	height: 34px;
	border-radius: 10px;
	border: solid 2px #ffffff;
    background:#84342c url(../images/search.png) no-repeat center center;
    background-size: 17px 18px;
    
}

.marginto20{
    margin-top:68px;
}
.menu{
    height: 60px;
}
:root {
    --swiper-theme-color: #733532;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide a{
    width: 100%;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    
    background: url(../images/leaf_gray.png) no-repeat 0 0;
    background-size: 100% 100%;
    z-index: 20;
    opacity: 1;
    border-radius: 0px;
} 
.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    display: inline-block;
    
    background: url(../images/leaf_red.png) no-repeat 0 0;
    background-size: 100% 100%;
    border-radius: 0px;
}


.navbar-default .navbar-nav>li>a {
    color: #733532;
    font-size: 16px;
    letter-spacing: 2px;
}
.navbar-nav > li > a {
    color: #733532;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 57px;
    text-align: center;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    }
.navbar-nav > li > a:hover{
    /* background-color: transparent!important;
    color: #fff!important; */
    /* background:url(../images/menu.jpg) no-repeat center center!important; */
    
    }  
    .navbar-nav > li.active{
        background:url(../images/menu.jpg) no-repeat center center!important;
       
    }  
    .navbar-nav > li.active a{
        background-color: transparent!important;
        color: #fff!important;
    } 
    .navbar-nav>li {
        width: 126px;
        height:57px;
        line-height: 57px;
        
    }
    
.topBan form{
    position: relative;
}
.topBan input{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    width:100%;
    height: 44px;
    line-height: 44px;
}
.topBan .topbanner{
    display: flex;
    justify-content: space-between;
}

.topBan .topbanner form a{
    height: 21px;
    line-height: 21px;
	font-family: MicrosoftYaHei;
	font-size: 21px;
	color: #333333;
    position: absolute;
    right: 0px;
    top:0px;
}
.banner .out{
    /* height: 526px;
    background: url(../images/banner.jpg) no-repeat center 0;
    background-size: 100% 100%; */
    position: relative;
    height: 500px;
} 
.banner .out .container-fluid{
    height: 100%;
}
.banner .out .container-fluid .row{
    height: 100%;
}
.banner .second{
    background-image: linear-gradient(#e1ebf9,#ffffff, #e1ebf9);
    height: 135px;
    line-height: 135px;
    box-shadow: 0px 0px 14px 1px 
		rgba(212, 229, 246, 0.75);
	border-radius: 10px;
   
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    
}
.banner .second a{
    flex:1;
	font-family: FZZCHJW--GB1-0;
	font-size: 29px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #444444;
    text-align: center;
    padding-left: 70px;
    height:60%;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .second a:first-child{
    background: url(../images/icon1.png) no-repeat 70px center;
    background-size: 70px 70px;
    border-right: 1px solid #3c9bd8;
}
.banner .second a:nth-child(2){
    background: url(../images/icon2.png) no-repeat 70px center;
    background-size: 70px 70px;
    border-right: 1px solid #3c9bd8;
}
.banner .second a:last-child{
    background: url(../images/icon3.png) no-repeat 70px center;
    background-size: 70px 70px;
}
.banner .title{
    height: 200px;
    width: 45.5%;
    margin-top: 90px;
}
.banner .title img{
    width: 100%;
    height: 100%;
}
.part1 .content{
    background: #fff;
    box-shadow: 0px 2px 8px 0px #cad2dd;
	border-radius: 10px;
    display: flex;
    padding:3%;
    margin-top: 20px;
}
.part1 .content .left{
    height: 440px;
    width:62%;
    background: url(../images/left.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}
.part1 .content .right{
    height: 440px;
    flex:1;
    background: url(../images/right.jpg) repeat-x 0 0;
    font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #ffffff;
    padding:40px;
}

.marbom60{
    margin-bottom: 60px;
}
h4{
    background: url(../images/bottomlan.jpg) no-repeat center bottom;
    background-size: 52px 4px;
    text-align: center;
    height: 40px;
	font-family: FZZYSJW1--GB1-0;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2px;
	letter-spacing: 2px;
	color: #fff;
    margin-top: 65px;
}
.titlecenter {
    
    width: 156px;
	height: 39px;
    line-height: 39px;
	background:url(../images/jgyj_hover.png) no-repeat 0 0;
	font-family: PingFangSC-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}
.titlecenter_ztpx {
    
    width: 156px;
	height: 39px;
    line-height: 39px;
	background:url(../images/ztpx_hover.png) no-repeat 0 0;
	font-family: PingFangSC-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}
.seemore_jgyj_right a{
    font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #333333;
}
.seemore_jgyj_right a:hover{
    color: #733532;
}
/* .titlecenter::before{
    content: url(../images/title_left.jpg);
    display: block;
    width:18px;
    height: 28px;
    margin-right: 30px;
}
.titlecenter::after{
    content: url(../images/title_right.jpg);
    display: block;
    width:18px;
    height: 28px;
    margin-left: 30px;
} */
.zhuantipeixun {
    margin-bottom: 50px;
    height: 307px;
    border-radius: 28px;
    width: 22%;
    margin-right: 4%;
   
}
.zhuantipeixun:last-child{
    margin-right: 0px;
}
.zhuantipeixundown{
    
	height: 101px;
	background-color: #f3f3f3;
	font-family: SourceHanSansCN-Medium;
	font-size: 29px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 101px;
	letter-spacing: 0px;
	color: #836e6e;
    text-align: center;
    border-bottom: none;
}
/* .zhuantipeixundown:hover{
    
	height: 101px;
	background-color: #733532;
	font-family: SourceHanSansCN-Medium;
	font-size: 29px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #f3f3f3;
    border-radius: 18px 18px 0px 0px;
    margin:0 auto;
    text-align: center;
} */
.zhuantipeixun:hover{
    
	height: 307px;
	/* border-radius: 28px;
	border: solid 2px #733532; */
}
.zhuantipeixun:hover .zhuantipeixuntop{
    
    height: 206px;
    background: url(../images/hong1.jpg) no-repeat center center;
    background-size: 148px 136px;
    border-radius: 28px 28px 0 0;
    border: solid 2px #733532;
    border-bottom: none;
}
.zhuantipeixun:nth-child(2):hover .zhuantipeixuntop{
    
    height: 206px;
    background: url(../images/hong2.jpg) no-repeat center center;
    background-size: 148px 136px;
    border-radius: 28px 28px 0 0;
    border: solid 2px #733532;
    border-bottom: none;
}
.zhuantipeixun:nth-child(3):hover .zhuantipeixuntop{
    
    height: 206px;
    background: url(../images/hong3.jpg) no-repeat center center;
    background-size: 148px 136px;
    border-radius: 28px 28px 0 0;
    border: solid 2px #733532;
    border-bottom: none;
}
.zhuantipeixun:nth-child(4):hover .zhuantipeixuntop{
    
    height: 206px;
    background: url(../images/hong4.jpg) no-repeat center center;
    background-size: 148px 136px;
    border-radius: 28px 28px 0 0;
    border: solid 2px #733532;
    border-bottom: none;
}
.zhuantipeixun:hover .zhuantipeixundown{
    padding-left: 1px;
    margin:0 auto;
	height: 101px;
	background:url(../images/redbian.jpg) no-repeat center bottom;
    background-size: 100% 100%;
	font-family: SourceHanSansCN-Medium;
	font-size: 29px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 101px;
	letter-spacing: 0px;
	color: #f3f3f3;
    border-radius: 0px 0px 38px 38px;
    text-align: center;
    border: solid 2px #733532;
    border-top: none;
    border-bottom: none;
}
.zhuantipeixuntop{
   
    height: 206px;
    background: url(../images/hui1.jpg) no-repeat center center;
    background-size: 148px 136px;
    border-radius: 28px 28px 0 0;
    border: solid 2px transparent;
    border-bottom: none;
}
.zhuantipeixun:nth-child(2) .zhuantipeixuntop{
   
    height: 206px;
    background: url(../images/hui2.jpg) no-repeat center center;
    background-size: 148px 136px;
    border-radius: 28px 28px 0 0;
    border: solid 2px transparent;
    border-bottom: none;
}
.zhuantipeixun:nth-child(3) .zhuantipeixuntop{
   
    height: 206px;
    background: url(../images/hui3.jpg) no-repeat center center;
    background-size: 148px 136px;
    border-radius: 28px 28px 0 0;
    border: solid 2px transparent;
    border-bottom: none;
}
.zhuantipeixun:nth-child(4) .zhuantipeixuntop{
   
    height: 206px;
    background: url(../images/hui4.jpg) no-repeat center center;
    background-size: 148px 136px;
    border-radius: 28px 28px 0 0;
    border: solid 2px transparent;
    border-bottom: none;
}
/* .zhuantipeixuntop:hover{
    height: 206px;
    background: url(../images/zhuantipeixun1.jpg) no-repeat center center;
    background-size: 126px 126px;
    border-radius: 28px 28px 0 0;
    border: solid 2px #733532;
    border-bottom: none;
} */
.biaoti {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 40px;
}
.top50{
    margin-top: 50px;
}
.biaoti .left{
    background: url(../images/bigling.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    width: 158px;
	height: 37px;
	font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 2px;
	color: #ffffff;
    text-align: center;
}
.biaoti .leftlittle{
    background: url(../images/littleling.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    width: 117px;
	height: 37px;
	font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 2px;
	color: #ffffff;
    text-align: center;
}
.biaoti .right{
    width: 69px;
	height: 11px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #000000;
}
.imgitems{
    display: flex;
    flex-direction: column;
}
.imgitems .top{
    height: 209px;
}
.imgitems .top img{
    width: 100%;
    height: 100%;
}
.imgitems .bottom{
    
	height:50px;
	background-color: #ffffff;
	border: solid 1px rgba(107, 112, 121, 0.21);
	font-family: HarmonyOS_Sans_SC_Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 1px;
	color: #4a4949;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0px 10px;
}

.beijing{
    height: 360px;
	background-color: #70a8e6;
    color: #fff;
    text-align: center;
}
.beijing a{
    color: #fff;
}

.danwei{
    padding:0px 50px;
    margin-top: 50px;
}
.danwei dl dt{
    width: 100%;
    border-bottom: 1px solid #fff;
	height: 50px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 2px;
	color: #ffffff;
    margin-bottom: 20px;
}
.danwei dl dd{
    height: 40px;
	font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #ffffff;
}
footer{
    background: #84342c;
}
footer .container .row .topcenter{
    display: flex;
    width: 60%;
    margin:20px auto;
}
.lianjiu {
    width: 85px;
    height: 52px;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;
    border: solid 1px #ffffff;
    margin-top: 20px;
    padding-top: 6px;
    padding-left: 5px;
    margin-right: 20px;
}
footer .link{
    border-bottom: 1px solid #84342c;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 35px;
    margin-top: 10px;
}
footer .link a{
    color: #fff;
    margin-right: 20px;
}
/* footer .centerpart{
    display: flex;
    justify-content: space-between;
    padding:20px 170px 20px 140px;
} */
footer .centerpart {
    display: flex;
    justify-content: center;
    padding: 20px 170px 20px 170px;
}

footer .centerpart .leftpart{
    width: 200px;
    display: flex;
    flex-direction: column;
    color:#fff;
}
footer .centerpart .leftpart p:first-child{
    background: url(../images/phone.jpg) no-repeat 0 0;
    background-size: 20px 20px;
    height: 30px;
    padding-left: 30px;
    font-size: 16px;
}
footer .centerpart .leftpart p a{
    margin-right: 10px;
}
footer .centerpart .leftpart p a:last-child{
    margin-left: 10px;
}
footer .centerpart .leftpart a{
    color:#fff;
}
.lastpart{
    background-color: #84342c;
    color: #fff;
    text-align: center;
    font-size: 12px;
    height: 40px;
    line-height: 60px;
}
.lastpart2{
    background-color: #84342c;
    color: #fff;
    text-align: center;
    font-size: 12px;
    height: 40px;
    line-height: 20px;
}
.lastpart a{
    color:#fff;
    margin-right: 20px;
}
.rightpart img{
    margin-left: 30px;
}

.titleleft{
    display: flex;
    justify-content: space-between;
}
.linedouble{
    width: 6px;
	height: 28px;
	border-left:1px solid #813700;
    border-right:3px solid #813700;
}
.mswk .titleleft{
    margin-top: 30px;
    margin-bottom: 30px;
}
.mswk  .titleleft .left{
    display: flex;
}
.ztpxbody .titleleft{
    margin-top: 30px;
    margin-bottom: 30px;
}
.ztpxbody  .titleleft .left{
    display: flex;
}
.sfk .titleleft{
    margin-top: 30px;
    margin-bottom: 30px;
}
.sfk  .titleleft .left{
    display: flex;
}
.chinesename{
    width: auto;
	
	font-family: FZLTZHK--GBK1-0;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 11px;
	color: #282728;
    margin-left: 10px;
    border-bottom: 1px solid #813700;
}
.msmkcontent{
    margin-top: 50px;
    margin-bottom: 150px;
}
.englishname {
    width: 160px;
    font-family: FZXBSJW--GB1-0;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #282728;
    border-bottom: 1px solid #813700;
}
.linered{
    width: 160px;
	
    line-height: 23px;
    border-bottom: 1px solid #813700;
}
.seemore{
    width: 120px;
	height: 18px;
	font-family: FZLTXHK--GBK1-0;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 17px;
	letter-spacing: 0px;
	color: #282728;
}
.mswk {
    
    min-height: 300px;
}
.ztpxbody{
    height: 840px;
    margin-bottom: 50px;
}
.sfk{
    height: 290px;
}

.leftlist_jiaogai{
    margin-top: 90px;
	background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom:15px;
}
.leftlist_muke{
    margin-top: 140px;
	background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom:15px;
}

.leftlist_leixing_yyyp,.leftlist_xuiyuan_yyyp,.leftlist_zxyw,.leftlist_zxgk{
    margin-top: 90px;
	background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 5px 0px 15px 0px;
}


.leftlist_leixing_yyyp .title,.leftlist_xuiyuan_yyyp .title,.leftlist_zxyw .title,.leftlist_zxgk .title{
    height: 35px;
    background-color: #fff;
    width: 90%;
    margin:15px auto 5px;
    padding-bottom: 20px;
    line-height: 23px;
    font-family: FZLTZHK--GBK1-0;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #813700;
    
    border-bottom: 1px solid #e3e3e3;
}
.leftlist_leixing_yyyp .title span,.leftlist_xuiyuan_yyyp .title span,.leftlist_zxyw .title span,.leftlist_zxgk .title span{
    display: block;
    height: 23px;
    border-left: 3px solid #813700;
    padding-left: 10px;
}
.leftlist_leixing_yyyp{
    margin-top: 20px;
}
.leftlist_xuiyuan_yyyp{
    margin-top: 140px;
}
.lunbo{
    margin-bottom: 100px;
}
.content_zxyw{
  
    margin-top: 90px;
    background-color: #fff;
    padding:50px 50px 0px 50px;
    margin-bottom: 150px;
}
.content_jgyj{
   
    margin-top: 90px;
    background-color: #fff;
    padding:50px 50px 0px 50px;
    margin-bottom: 150px;
}
.content_yyyp{
   
    margin-top: 90px;
    background-color: #fff;
    padding:50px;
    margin-bottom: 150px;
}
.block_jgyj{
    margin-top: 90px;
    background-color: #fff;
    padding:50px;
    margin-bottom: 150px;
    display: flex;
    flex-direction: column;
}
.block_jgyj a{
   
    display: flex;
    justify-content: space-between;
}
.content_zxgk{
    display: none;
    margin-top: 90px;
    background-color: #fff;
    padding:50px 50px 0px 50px;
    margin-bottom: 150px;
}
.content_zxgk p{
    font-family: PingFangSC-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
}
.content_zxyw a{display: block}
.content_zxyw a:last-child .each_zixun{
    border-bottom: none;
}
.chinesename_detail{
    width: auto;
    font-family: FZLTZHK--GBK1-0;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    
    color: #282728;
    margin-left: 10px;
}
.details{
    margin:50px auto 150px;
}
.details_second{
    border-bottom: 1px solid #733532;
    display: flex;
    width: 60%;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 20px;
}
.details_content{
    
    line-height: 30px;
    text-align: justify;
	font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #333333;
}
.details_content img{
    width: 60%;
    margin:30px 20%;
    height: 60%;
}
.details_content p{
    text-align: justify;
    text-indent: 2em;
}
.details_second span{
    
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #666666;
    margin-right: 20px;
}
.title_detail .left {
    display: flex;
}
/* .block_zxyw{
    display: block;
} */
.block_zxgk{
    display: block;
}
.block_zxgk p{
    font-size: 20px;
    color: #333;
    font-family: PingFangSC-Regular;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.content_msmk{
    display: block;
}

.eachxueke{
    width: 90%;
    margin:0px auto;
    font-family: FZLTXHK--GBK1-0;
	font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    color: #333333!important;
    cursor: pointer;
}
.eachxueke:hover,.eachxueke:active,.eachxueke:visited{
    width: 90%;
    margin:0px auto;
    font-family: FZLTXHK--GBK1-0;
	font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    background-color: #733532;
    color:#f3f3f3;
}

.eachxueke:last-child{
    border-bottom: none;
}
.selected_red{
    width: 90%;
    margin:0px auto;
    font-family: FZLTXHK--GBK1-0;
	font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    background-color: #733532;
    color:#f3f3f3 !important;
    cursor: pointer;
}
.selected_red:link,.selected_red:hover,.selected_red:active,.seemore:visited{
    width: 90%;
    margin:0px auto;
    font-family: FZLTXHK--GBK1-0;
	font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    background-color: #733532;
    color: #f3f3f3;
    cursor: pointer;
}
/* .rightlists .row{
    
} */
.eachnews .left{
    font-family: PingFangSC-Light;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.eachnews .right{
	font-family: PingFangSC-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.eachnews{
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
}
.eachnews:hover  .left,.eachnews:hover .right{
    color:#733532;
}

.each_zixun{
    height: 170px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
}

.each_zixun .left_img{
    float: left;
    width: 30%;
    margin-right: 20px;
   
}
.left_img img{
    width: 100%;
    height: 100%;
}
.each_zixun .right_weinzi{
    width: 67%;
    float: left;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.right_weinzi .title_detail {
    /* width: 418px; */
    height: 30px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #733532;
}
.each_zixun .right_weinzi .title_detail {
    width: 100%;
    height: 30px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #733532;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7px;
}
.right_weinzi .date{
    height: 22px;
    line-height: 18px;
	font-family: PingFangSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
    margin-bottom: 7px;
}
.right_weinzi .content{
    height: 70px;
	font-family: PingFangSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.details_second_video {
    border-bottom: 1px solid #733532;
    display: flex;
    width: 97%;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 20px;
}
.video_left{
    padding-right:40px;
}
.details_second_video span {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #666666;
    margin-right: 20px;
}
.videosthis{
    width: 100%;
    margin:20px auto;
}
.audio_right{
    padding:30px;
    margin-top: 145px;
background-color: #e9e9e9;
}
.audio_title{
    height: 37px;
    font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -1px;
    color: #333333;
    border-bottom: 1px solid #733532;
}
.audio_list{
    display: flex;
    flex-direction: column;
}
.audio_list a:nth-child(3){display: none;}
.audio_list a:nth-child(4){display: none;}
.have_img{
    display: flex;
   
    border-bottom: 1px solid #733532;
    padding:20px 0px;
}
.have_img img{
    width: 40%;
    height: 70px;
    margin-right: 20px;
}
.have_img p{
    flex:1;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.no_img{
    
    border-bottom: 1px solid #733532;
    padding:20px 0px;
}
.no_img p:first-child{
    text-align: justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.no_img p:last-child{
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: -1px;
    color: #999999;
}
@media (max-width:1900px) {
    .marginleft20{
        margin-left:3%;
    }
}
@media (max-width:1700px) {
    .marginleft20{
        margin-left:0%;
    }

}
@media (max-width:1200px) {
    footer .link a {
        color: #fff;
        margin-right: 20px;
        font-size: 12px;
    }
    
}
@media  (max-width:992px) {
    .navback .row{
        display: flex;
    }
    .navbar-header {
       width: 50%;
    }
    .lefta{
       
    }
    .navbar-form{
        display: flex;
    }
    .lefta img{
        width: 100%;
    }
    .zhuantipeixun {
        margin-bottom: 50px;
        height: 307px;
        border-radius: 28px;
        width:100%;
        margin-right: 0px;
       
    }
    .yuanxi {
        background-color: #fff;
        margin-top: 50px;
        height: 300px;
        width: 100%!important;
        margin-right: 0%;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 5px;
    }
    footer .link {
        
        font-size: 11px;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        line-height: 50px;
    }
    footer .link a {
        color: #fff;
        margin-right: 1px;
    }
   
   
}
@media (max-width:768px) {
    footer .centerpart {
        display: flex;
        flex-direction: column;
        padding: 20px 100px;
    }
   
}
@media (max-width:480px) {
    
}

@media (max-width:414px) {
}
@media (max-width:400px) {
   
}

