@charset "utf-8";
*{margin:0;padding:0;}
html{min-width: max-content;}

#heibaiBack{
	filter:
	url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImdyYXlzY2FsZSI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAgMCAwIDEgMCIvPjwvZmlsdGVyPjwvc3ZnPg==#grayscale);
	/* Webkit only, Chrome & Safari 6+ */
	-webkit-filter: grayscale(100%); /* webkit */
	-moz-filter: grayscale(100%); /*firefox*/
	-ms-filter: grayscale(100%); /*ie9*/
	-o-filter: grayscale(100%); /*opera*/
	filter: grayscale(100%);
	filter:
	progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter:
	gray; /*ie9- */
}
body{color:#434343;margin:0 auto;font-size:12px;line-height:24px;font-family:"宋体";-webkit-text-size-adjust:none; border-top:7px solid #2d9ef1; border-top:20px solid #126F76; background:#ffffff;}
ol,ul,li{list-style:none;}
img{border:none; vertical-align:middle;}
a{color:#434343;text-decoration:none;outline:none;}
button,input,select,textarea{font-size:100%;font-family:tahoma;margin:0;outline:0 none;vertical-align:baseline;*vertical-align:middle;}
a:hover{color:#1e939b;}
.bord{border:3px solid #784503;}
.left{float:left;}
.right{float:right;}
.clr{font-size:0; line-height:0px; height:15px; clear:both;}
.text{display:block;text-align:center;}
.none{ display:none;}
em{font-style:normal;}
.center{text-align:center;display:block;}
.red{color:#f00;}
.show{display:block;}
#continer{width:1600px; margin:0 auto;}
header{height:251px; background-color:#26979F;}
.top_right{float:right;background:url(../images/top_right.gif) no-repeat; width:324px; height:119px; text-align:center;}
.logo{padding-top:14px;}
nav{background-color:#64D5DA;height:50px; line-height:50px;position:relative;z-index:9999;}
nav li{width:177.3px;float:left;text-align:center;font-family:"微软雅黑";position:relative;z-index:80;font-size: 21px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;}
nav li a,nav li a:hover{color:#fefefe;}
.nav li ul{position: absolute;left:0px;display: none;background:#106470;width:177.3px;font-family:"微软雅黑";z-index:80;top:50px;font-family: SourceHanSansCN-Medium, SourceHanSansCN;z-index:999;}
.nav li ul li,.nav ul li ul li a{height:50px;line-height:50px; padding:0; margin:0; background:none; border-bottom:1px solid #057787;}
.nav li.h_sp ul li{width:177.3px;height:50px;line-height:50px;background:none;font-size: 18px; margin:0;}
.nav li.h_sp ul li a,.nav ul li ul li a{display: block;color:#fff;background:none;font-family:"微软雅黑"; font-size:18px; padding:0;}
.nav li.h_sp ul li a:hover{background:url(../images/nav_li.gif) no-repeat center bottom;color:#fff;}


a:link{text-decoration:none;}

.demo-2 {
    position: fixed;
    z-index: 999;
    top: 25px;
    right: 10px;
    width: 30px;
    text-align: right;
    display: none;
}

.dl-menuwrapper button:after {
    position: absolute;
    top: 6px;
    left: 24%;
    width: 65%;
    height: 3px;
    background: #fff;
    box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
    content: '';
} 

.dl-menuwrapper button {
    position: relative;
    overflow: hidden;
    width: 3pc;
    height: 45px;
    outline: 0;
    border: none;
    background: #ccc;
    text-indent: -900em;
    cursor: pointer;
}
.demo-2 .dl-menuwrapper button, .demo-2 .dl-menuwrapper button.dl-active {
    height: 30px;
    width: 33px;
    background-color: #26979f;
    border: none;
    cursor: pointer;
}
.dl-menuwrapper .dl-menu {
    position: absolute;
    margin: 5px 0 0;
    width: 0px;
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
   top: 27px;
    right: -12px;
    background-color: #26979f;
    height: 100vh;
    overflow: hidden;
      transition:all 0.5s ;
}
.dl-menuwrapper .dl-menu #continer{
   width: 150px;
}
.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.dl-menuwrapper li {
    position: relative;
}
.dl-menuwrapper li a {
    text-indent: 1%;
    position: relative;
    display: block;
    padding: 15px 5px;
    outline: 0;
    color: #fff;
    font-weight: 300;
    font-size: 1pc;
    line-height: 20px;
text-align: center;
}
.demo-2 #dl-menu  .dl-menu ul ul {
    height: 0px;
    overflow: hidden;
    padding-left: 10px;
   
}
.demo-2 #dl-menu  .dl-menu ul li a:hover {
   background-color:#64d5da

}
.demo-2 #dl-menu  .dl-menu ul li:hover ul{
      height: auto;
      transition:all 0.5s ;
}
.demo-2 #dl-menu  .dl-menu #continer{
  margin:0px
}
.demo-2 #dl-menu  .dl-menu #continer li{
  width:100% !important;
}








.h_sp{color:#000;background: #046a78}
.nav li.h_sp a,.nav li.h_sp a:hover{ color:#fff;width:177.3px;text-decoration: none;}
.index_main{ width:100%; display:flex;margin-top:52px;}
/*banner*/
.slideBox{ width:100%; height:600px; overflow:hidden; position:relative;}
.slideBox .hd{ height:10px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; font-weight:600;}
.slideBox .hd ul li{ float:left; margin-right:8px;  width:10px; height:10px; line-height:10px; text-align:center; background:#fff; cursor:pointer; border-radius:100px; text-indent:99999px;}
.slideBox .hd ul li.on{ background:#155868; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd img{ width:797px; height:271px; }
/*学院新闻*/
.xyxw{ width:1181px;}
.titleBackContent .titleContentBotLine{width:100%;background: #eef8f8;height:7px;margin-bottom:14px;}
.titleBackContent h2{display:flex;align-items: center;background: #eef8f8; height: 50px;line-height: 50px;font-family: "微软雅黑";padding: 0 8px 0 16px; width: 100%;box-sizing: border-box; margin-bottom: 6px;}
.titleBackContent h2 span{font-size: 21px;color: #155868; }
.titleBackContent h2 a{color:#999999;font-size:14px;cursor:pointer;font-weight: 400;margin-left: auto;font-family: SourceHanSansCN-Normal, SourceHanSansCN;}
/*.xyxw_cont{border:1px solid #dbdbdb;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background:#fff;}*/
.xyxw_cont dl{padding-top:18px;}
.xyxw_cont dt{float:left; margin:0 14px;}
.xyxw_cont dt img{width:115px; height:81px; padding:1px; border:1px solid #dbdbdb;}
.xyxw_cont dd{width:221px; float:left; line-height:20px; color:#626262;}
.xyxw_cont dd h3{font-size:12px; color:#282929; text-align:center;}
.xyxw_cont ul{clear:both; padding:6px 6px 0 6px;}
.xyxw_cont ul li{background:url(../images/icon1.gif) no-repeat 12px center; padding:0 4px 0 24px;}
.xyxw_cont ul li span{float:right; color:#818181;}

/*最新通告*/
#zxtg{margin-left:30px;width:390px;}
.titleBackContent h2{display:flex;align-items: center;background: #eef8f8; height: 50px;line-height: 50px;font-family: "微软雅黑";padding: 0 8px 0 21px; width: 100%;box-sizing: border-box; margin-bottom: 6px;}
.titleBackContent h2 span{font-size: 21px;color: #155868;font-family: SourceHanSansCN-Bold, SourceHanSansCN; }
.titleBackContent h2 a{color:#999999;font-size:14px;cursor:pointer;font-weight: 400;margin-left: auto;}
.titleBackContent .titleContentBotLine{width:100%;background: #eef8f8;height:7px;margin-bottom:14px;}

#zxtg ul li{ padding:0 4px 0 18px;}
.index_right{float:left;}

/*报告信息*/
.bgxx{ width:1181px;} 


/*专题活动*/
.zthd{margin-left:30px;width:390px;}


/*用户登录*/
.yhdl{ border:1px solid #dbdbdb;width:185px; height:269px; margin-bottom:16px;}
.yhdl h2{margin:13px 2px 11px 3px; border-bottom:1px solid #ddd; text-indent:19px;}
.yhdl h2 img{vertical-align:top;}
.yhdl_kuang{width:103px; height:21px; border:1px solid #d8d8d8; line-height:21px;}
.dl_cont{padding-left:14px;}
.dl_cont p{clear:both; color:#155868; clear:both; padding-top:12px;}
.dl_cont p label{width:52px; float:left;}
.dl_cont p.dl_zs{ margin:0 2px 0 3px; background:url(../images/dl_dot.gif) repeat-x top; color:#767676; line-height:20px; color:#767676;}
/*快速导航*/
.sy_menu p{ padding-bottom:9px;}
.sy_menu p.sy_menu_p{padding-bottom:0; padding-top:3px;}
.sy_menu_p img{ border:1px solid #dbdbdb;}
/*友情链接*/
.yqlj h2{font-size:21px;font-weight:bold;color:#126F76;margin-bottom:19px;font-family: SourceHanSansCN-Bold, SourceHanSansCN;}
.yqlj_cont{width:100%;}
.yqlj{ margin-bottom: 40px;width:100%;}


/*.yqlj h2 span{display:block; background:url(../images/index_h_icon.gif) no-repeat 14px center; text-indent:26px;}
.yqlj li{float:left;margin-left:23px;}
.yqlj li img{height:41px;}
.yqlj .hd{ position:relative;zoom:1; background:#efedee; border:1px solid #e4e4e4; padding-top:4px; height:45px; margin-top:12px;}
.yqlj .hd .tempWrap{}
.yqlj .hd .sPrev{cursor:pointer; position:absolute; background:url(../images/left.gif) no-repeat;width:9px; height:20px;top:14px; left:0px; z-index:20;}
.yqlj .hd .sNext{cursor:pointer; position:absolute;top:41px;background:url(../images/right.gif) no-repeat;width:9px; height:20px;top:14px; right:0px; z-index:20;}*/
footer{background-color:#26979f; color:#fff;font-family:"微软雅黑";clear:both;}
footer a,footer a:hover{color:#1d939b;}
footer .heightLine15{height:15px;background-color:#126f76;width:100%;}


/*内页样式*/
.sidebar{float:left; padding-bottom:30px;}
.sadenav{ padding-bottom:15px;}
.sadenav h2{font-family: "微软雅黑";font-size: 36px;
    font-weight: bold;
    color: #126F76;
    line-height: 36px; margin-top: 42px;
    margin-bottom: 33px;}
.sadenav ul{
    background: #fff;
    width: 194px;
    border-top: none;
    width: 308px;
    background: #26979F;
   }
.sadenav ul li a{display:block;text-align:center; color:#c4e2e5; height: 66px;line-height: 66px;font-size: 24px;font-weight: 400;font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    text-decoration: none;}
.sadenav ul li a:hover,.sadenav ul li a.sade_current{display:block;  border:none;font-weight:600;  border:none; color:#fff;background: #64D5DA;box-shadow: 0px 2px 4px 0px rgba(38, 143, 137, 0.35);}
/*内页内容区样式*/
.ny_box{float:left;margin-left:20px;width:1272px;overflow:hidden;}

.ny_box .site_nav .site_nav_home { justify-content: end; }



.site_nav{ margin-bottom:38px;}
/* .about_site_nav{background:url(../images/site_h1.gif) no-repeat; height:142px;} */
.site_nav_home{    display:flex;align-items:center;justify-content: space-between;margin-top: 42px; margin-bottom: 46px;}
.site_nav_home h2{font-size: 36px;font-weight: bold;color: #126F76;font-family: "微软雅黑";}
.site_nav_home div, .site_nav_home div a{color: #126F76;font-size:16px;font-family: SourceHanSansCN-Normal, SourceHanSansCN;}


.site_nav h6{color:#b0b0b0;font-size:12px;font-weight:normal;line-height:19px; width:420px;padding-left:17px;}
.ny_cont{height:auto !important; min-height:500px; height:500px; margin-bottom:69px;border:1px solid #268F89 ;padding: 49px 62px;}

.ny_cont .about_cont  img {
 max-width:100%
}
.ny_cont_table{height:auto !important; min-height:500px; height:500px; margin-bottom:69px;}
.ny_cont_table .news_cont h1{background-color:#eef8f8; display: flex;height: 66px;line-height: 66px; width: 100%;}
.ny_cont_table .news_cont h1 div{color:#42a4ab;font-family: SourceHanSansCN-Bold, SourceHanSansCN;font-weight: bold;}
.ny_cont_table .news_cont  .width165px{width:165px;min-wight:165px;text-align:center;font-family: SourceHanSansCN-Normal, SourceHanSansCN;}
.ny_cont_table .news_cont  .width165px span{width:100%;text-align:center;dispaly:block;}
.ny_cont_table .news_cont h1 .p-l-33px{padding-left:33px;width:100%;}
.ny_cont_table .news_cont .news_ul{margin-bottom:66px;}
.ny_cont_table .news_cont .news_ul li{display: flex;align-items:center;height:57px;line-height:57px;font-size: 15px;}
.ny_cont_table .news_cont .news_ul li a{display: block;width: 100%;padding-left: 33px; padding-right: 33px;font-size:16px;background: none;font-family: SourceHanSansCN-Normal, SourceHanSansCN;}
/* 机构设置  文本 */
.jgsz_info.about_jgsz{}
.jgsz_info.about_jgsz .hd{ position:relative; height:50px; margin:10px 0 20px 0;}
.jgsz_info.about_jgsz .hd ul{ float:left; position:absolute; width:100%; }
.jgsz_info.about_jgsz .hd ul li{ font-size: 21px;float:left; padding:0 25px 0 25px;  height:50px; line-height:50px; font-size:14px; color:#3c3c3c; background:#fff; font-weight:bold;}

.jgsz_info.about_jgsz .hd ul li{background: rgba(198, 198, 198, 0.12); cursor:pointer;}
.jgsz_info.about_jgsz .hd ul li a{color:#999999;}
.jgsz_info.about_jgsz .hd ul li.on{background: rgba(112, 195, 199, 0.12); cursor:pointer;}
.jgsz_info.about_jgsz .hd ul li.on a{color:#126F76;}

.jgsz_info.about_jgsz .tempWrap .bd{display:flex;flex-wrap:wrap; height: auto;}
.jgsz_info.about_jgsz .tempWrap .bd .infoList{float:none !important;    height: fit-content;}


.about_jgsz .bd{}
.about_jgsz .tempWrap{width:100%;}
.jgsz_table{ background:#f5f5f5; border-top:1px solid #bcbcbc; border-left:1px solid #bcbcbc; font-size:14px;}
.jgsz_table td,.jgsz_table th{ border-right:1px solid #bcbcbc; border-bottom:1px solid #bcbcbc;}
.jgsz_table th{font-family:"微软雅黑"; font-size:16px; color:#464646; line-height:35px;}
.jgsz_table tr{background:#fff;line-height:24px;}
.jgsz_table tr.jgsz_table_alt{background:#fafafa;}
.jgsz_table td{padding:7px 0 7px 10px;}
.jgsz_table td:nth-child(1){ color:#1b7589; text-align:right; padding-right:8px; padding-left:0px;}
                                                                   
.jgsz_table td div{text-align:left; color:#464646; text-indent:26px;}
.jgsz_table td span{ color:#1b7589;}


/* 机构设置  详细 */
.jgsz_photo{ display: flex;width: 100%;margin-bottom: 38px;}
.ny_cont .jgsz_photo .basicInformationPic .v_news_content p img{ width: 300px;height: 360px;border:1px solid #dfeeee;font-size:0px;}
.ny_cont .jgsz_photo .basicInformationContent {margin-left:138px;}
.ny_cont .jgsz_photo .basicInformationContent h2{margin-top:24px;font-size: 36px;font-weight: bold;color: #126F76;margin-bottom:66px;line-height:1.2em;}
.ny_cont .jgsz_photo .basicInformationContent h6{font-size: 24px;color: #126F76;line-height:1.2em;font-weight: 500;height: 220px; overflow-y: auto;}
.ny_cont .jgsz_photo .basicInformationContent h6::-webkit-scrollbar{width:0px}


.jgsz_info .hd ul li{ padding:0 16px 0 15px;}
.jgsz_info .infoList{ line-height:27px; font-size:14px; width:100%; overflow:hidden;}




/* 师资队伍 */
.szdw_box{margin-top:-15px;}
.szdw_box .site_nav{  padding: 6px 0 0 11px;}
.szdw_box .szdw_cont{display:flex;flex-wrap: wrap;margin-bottom:66px;}
.szdw_box .szdw_cont .picContent{ width: 525px;height: 266px;background: rgba(38, 143, 137, 0.05);margin-bottom:18px;display: flex;padding: 13px;box-sizing: border-box;margin-right:10px;
}
.szdw_box .szdw_cont .picContent:nth-of-type(3n){
  margin-right:0px
}
.szdw_box .szdw_cont dl dd .title{font-size: 24px;font-family: SourceHanSansCN-Bold, SourceHanSansCN;font-weight: bold;line-height: 36px;text-align:center;padding:13px 20px 7px;}
.szdw_box .szdw_cont dl dd .title a{color: #126F76;}

.szdw_box .szdw_cont dl dd .szdw_div1{font-size: 18px;color: #666666;text-align:center;border-bottom: 1px solid rgba(38, 143, 137, 0.35); padding-bottom: 7px;margin: 0 30px 7px;font-family: SourceHanSansCN-Normal, SourceHanSansCN;}

.szdw_box .szdw_cont dl dd .szdw_div2{line-height: 24px;overflow-y: auto;height: calc(100% - 90px);font-family: SourceHanSansCN-Bold, SourceHanSansCN;}
.szdw_box .szdw_cont dl dd .szdw_div2::-webkit-scrollbar{width:0px}
.szdw_box .szdw_cont dl dd .szdw_div2 .name{font-size: 16px;font-weight: bold;color: #666666;line-height: 24px;}
.szdw_box .szdw_cont dl dd .szdw_div2 .content{font-size: 16px;color: #666666;line-height: 24px;word-break: break-all;}

.szdw_box .szdw_cont dl dd{margin-left:19px;}



.szdw_cont dl dt{width: 200px;height: 240px; min-width: 200px;object-fit: cover;}
.szdw_cont dl dt img{width:100%;height:100%;object-fit: cover;}



.szdw_cont dl{clear:both; background:url(../images/szdw_cont_bg.gif) no-repeat; width:1000px; height:176px; clear:both;}

.szdw_cont dl dt span{display:block; position:absolute; width:123px; height:30px; line-height:30px;top:138px; left:18px; color:#fff; padding-right:23px; text-align:center; font-size:16px;}

.pagesize{clear:both; margin:0 auto; padding:20px 0; text-align:center; font-size:14px; }
/*新闻*/
.news_cont{margin-top:-1px;}
.news_ul li{ height:35px; line-height:35px; border-bottom:1px solid #dbdbdb; clear:both;}
.news_ul li a{display:block; float:left; width:558px;background:url(../images/news_icon.gif) no-repeat 10px center; padding-left:30px; }
.news_ul li em,.news_ul li span{display:block; float:left; width:82px; text-align:center;}
/*新闻 详细*/
.show_cont{padding:68px 62px; overflow:hidden;}
.show_cont h1{font-size: 36px; margin-bottom:51px;text-align:center;font-weight: bold;color: #126F76;line-height: 1.2em;}
.show_cont .show_date{border-bottom:1px solid #268F89; color:#999999; line-height:25px; text-align:center; margin-bottom:26px;padding-bottom:25px;font-size: 16px;}





.disFlexAlign{display:flex;align-items:center;}
.disFlex{display:flex;}
.logoImg{
    width:778.9px;height:137px;
}

.headerRightShouCang .shouCangContent a:nth-of-type(1), .headerRightShouCang .shouCangContent a:nth-of-type(2){
   margin-right:39px
}

body .ny_box{
   width: calc(100% - 330px);
}

body .margin_top_logo{
  margin-top:57px;
}




body .searchContent .inputContent::-webkit-input-placeholder{
        color: #ffffff;
        font-size:14px;
}



/* */


@media (min-width: 1170px) and (max-width: 1599px){
 #continer {
      width: 1170px;
  }

body .searchContent .inputContent{
  width: 200px;
}
body .headerRightShouCang{
  width: 506.7px;
}
body .headerRightShouCang .shouCangContent{
  margin-left: 0px;
}
body .headerRightShouCang .shouCangContent a:nth-of-type(1),body .headerRightShouCang .shouCangContent a:nth-of-type(2){
   margin-right:39px
}
body .headerRightShouCang .textContent {
    margin-top: 50px;
    margin-left: 107.6px;
}
body .logoImg{
    width:661px;height:127px;
}
body nav li{
  width: 133.3px;
}
body .xyxw{

}
body .xyxwContent .rightContent li{

overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
}
body .xyxwContent .leftContent .divImg img{
    width: 355px;
    height: 302px;
    object-fit: contain;
}
body .xyxwContent .leftContent {
    width: 355px;
    height: 302px;
}
body .xyxwContent .rightContent {
    width: 375px;
    margin-left: 5px;
}
body .bgxx_cont ul li{
  width: 370px;
}
body .bgxx_cont ul li .liContent .title, body .bgxx_cont ul li .liContent .bgr, body  .bgxx_cont ul li .liContent .time,body  .bgxx_cont ul li .liContent .place{
  overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
}
body .yqlj .yqlj_cont ul  li{
  width:150px;
}
body footer .text{
  line-height: 25px;
  font-size:15px;
  height:auto;
}
body .footerThreeContent {
    margin-top: 22px;
    margin-left: 0px;
}
body .footerOneContent {
    width: 476px;
    margin-bottom: 0px;
}
body .footerTwoContent{
    margin-left: 30px;
}
body .nav li.h_sp ul li{
   width: 133.3px;
}
body .nav li ul{
   width: 133.3px;
}

body .ny_cont_table .news_cont .news_ul li{
  overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
}
body .ny_cont_table .news_cont .news_ul li:nth-of-type(1){
   
}
body .ny_cont_table .news_cont .news_ul li a{
       width: 613px;
    min-width: 613px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body .sadenav ul{
  width: 248px;
}
body .ny_box{
  width: 893px;
}

body .szdw_box .szdw_cont .picContent{
       width: 580px;
}
body .szdw_box .szdw_cont .picContent:nth-of-type(3n) {
    margin-right: 10px;
}
body .szdw_box .szdw_cont .picContent:nth-of-type(2n) {
    margin-right: 0px;
}


body .jgsz_info.about_jgsz .tempWrap .bd{
   top:50px;
}

body .menu_name{
      font-size: 30px;
}
body .site_nav_home h2{
      font-size: 32px;
}
body .sadenav h2{
      font-size: 32px;
}

}



@media (min-width: 992px) and (max-width: 1169px){
 #continer {
      width: 950px;
  }
body .footerFourContent {
    margin-left: 25px;
}
body .searchContent .inputContent{
  width: 160px;
}
body .headerRightShouCang{
  width: 396.7px;
}
body .headerRightShouCang .shouCangContent{
  margin-left: 0px;
}
body .headerRightShouCang .textContent p{
  font-size:25px;
}
body .headerRightShouCang .textContent {
    margin-top: 50px;
    margin-left: 57.6px;
}
body .headerRightShouCang .shouCangContent a{
  font-size:15px;
 }
body .headerRightShouCang .shouCangContent a:nth-of-type(1),body .headerRightShouCang .shouCangContent a:nth-of-type(2){
   margin-right:20px
}
body .logoImg{
    width:550px;height:104px;
}

body nav li{
  width: 106.3px;
  font-size:18px;
}
body .xyxw{

}
body .ny_cont_table .news_cont .news_ul li{
  overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
}
body .ny_cont_table .news_cont .news_ul li a{
     width: 512px;
    min-width: 512px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body  .jgsz_info.about_jgsz .hd{  height:100px;}
body .xyxwContent .rightContent li{

overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
}
body .xyxwContent .leftContent .divImg img{
    width: 355px;
    height: 302px;
    object-fit: contain;
}
body .xyxwContent .leftContent {
    width: 355px;
    height: 302px;
}
body .xyxwContent .rightContent {
    width: 100%;
    margin-left: 5px;
}
body .bgxx_cont ul li{
  width: 100%;
}
body .bgxx_cont ul li .liContent .title, body .bgxx_cont ul li .liContent .bgr, body  .bgxx_cont ul li .liContent .time,body  .bgxx_cont ul li .liContent .place{
  overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
    margin-right: 20px;
}
body .bgxx_cont ul li:nth-of-type(2n) {
    margin-left: 0px;
}
body .bgxx_cont ul li:nth-of-type(4),body .bgxx_cont ul li:nth-of-type(5),body .bgxx_cont ul li:nth-of-type(6) {
   display:none
}
body .yqlj .yqlj_cont ul  li{
  width:200px;
}
body footer .text{
    line-height: 20px;
    font-size: 14px;
    height: auto;
}
body .footerThreeContent {
    margin-top: 22px;
    margin-left: 0px;
}
body .footerOneContent {
    width: 476px;
margin-bottom: 0px;
}
body .footerTwoContent{
    margin-left: 30px;
}
body .nav li.h_sp ul li{
   width: 106.3px;
   font-size: 16px;

}
body .nav li ul{
   width: 106.3px;
}

body .xyxwContent .leftContent{
   display:none;
}

body .sadenav ul{
  width: 198px;
}
body .ny_box{
  width: 723px;
}

body .szdw_box .szdw_cont .picContent{
       width: 470px;
}
body .szdw_box .szdw_cont .picContent:nth-of-type(3n) {
    margin-right: 10px;
}
body .szdw_box .szdw_cont .picContent:nth-of-type(2n) {
    margin-right: 0px;
}


body .jgsz_info.about_jgsz .tempWrap .bd{
   top:50px;
}

body .menu_name{
      font-size: 30px;
}
body .site_nav_home h2{
      font-size: 32px;
}

body .sadenav h2{
      font-size: 32px;
}

body .sadenav ul li a{
      font-size: 22px;

}
}





@media (min-width: 768px) and (max-width: 991px){
body .footerFourContent{
   margin-left: 20px;
}
body  .jgsz_info.about_jgsz .hd{  height:100px;}
 #continer {
      width: 768px;
  }

body .searchContent .inputContent{
  width: 150px;
}
body .headerRightShouCang{
  width: 396.7px;
}
body .headerRightShouCang .shouCangContent{
  margin-left: 0px;
}
body .headerRightShouCang .textContent p{
  font-size:25px;
}
body .headerRightShouCang .textContent {
    margin-top: 50px;
    margin-left: 57.6px;
}
body .headerRightShouCang .shouCangContent a{
  font-size:13px;
 }
body .headerRightShouCang .shouCangContent a:nth-of-type(1),body .headerRightShouCang .shouCangContent a:nth-of-type(2){
   margin-right:15px
}
 body .logoImg {
 
  width: 400px;
    height: 76px;
}
body .margin_top_logo{
  margin-top:80px;
}
body nav li{
  width: 84.3px !important;
  font-size:16px;
}
body .xyxw{
  width:100%;
}
body .ny_cont_table .news_cont .news_ul li{
  overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
}
body .ny_cont_table .news_cont .news_ul li a{
     width: 402px;
    min-width: 402px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body .xyxwContent .rightContent li{

overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
}
body .xyxwContent .leftContent .divImg img{
    width: 355px;
    height: 302px;
    object-fit: contain;
}
body .xyxwContent .leftContent {
    width: 355px;
    height: 302px;
}
body .xyxwContent .rightContent {
    width: 100%;
    margin-left: 5px;
}
body .bgxx_cont ul li{
  width: 100%;
}
body .bgxx_cont ul li .liContent .title, body .bgxx_cont ul li .liContent .bgr, body  .bgxx_cont ul li .liContent .time,body  .bgxx_cont ul li .liContent .place{
  overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
    margin-right: 20px;
}
body .bgxx_cont ul li:nth-of-type(2n) {
    margin-left: 0px;
}
body .bgxx_cont ul li:nth-of-type(4),body .bgxx_cont ul li:nth-of-type(5),body .bgxx_cont ul li:nth-of-type(6) {
   display:none
}
body .yqlj .yqlj_cont ul  li{
  width:200px;
}
body footer .text{
  line-height: 20px;
    font-size: 14px;
    height: auto;
}
body .footerThreeContent {
    margin-top: 22px;
    margin-left: 0px;
}
body .footerOneContent {
    width: 476px;
}
body .footerTwoContent{
    margin-left: 30px;
}
body .nav li.h_sp ul li{
       width: 84.3px;
    font-size: 15px;

}
body .nav li ul{
   width: 84.3px ;
}

body .xyxwContent .leftContent{
   display:none;
}
body .index_main {
    flex-wrap: wrap;
}
body .footerOneContent{
  height:auto;
}
body #zxtg {
    margin-left: 0px;
    width: 100%;
    margin-top: 52px;
}
body .sadenav ul{
  width: 140px;
}
body .ny_box{
  width: 608px;
}
body .ny_cont{
  padding: 25px 20px;
}
body .zthd  .zthd_cont p img{
   width: 100%;
}
body .szdw_box .szdw_cont .picContent{
       width: 378px;
}
body .szdw_box .szdw_cont .picContent:nth-of-type(3n) {
    margin-right: 10px;
}
body .szdw_box .szdw_cont .picContent:nth-of-type(2n) {
    margin-right: 0px;
}
body .szdw_box .szdw_cont dl dd .szdw_div1{
  font-size:13px;
}
body  .szdw_box .szdw_cont .picContent{
      height: 226px;
}
body .szdw_box .szdw_cont dl dd .szdw_div2{
  height: calc(100% - 80px);
}
body .szdw_box .szdw_cont dl dd .szdw_div2 .content{
  font-size:14px;
  line-height:18px;
}
body .szdw_box .szdw_cont dl dd .title{
      font-size: 22px;
     line-height: 25px;
     padding: 5px 20px 7px;
}
body .szdw_cont dl dt {
    width: 150px;
    height: 200px;
    min-width: 150px;
    object-fit: cover;
}
body .zthd {
    margin-left: 0px;
    width: 100%;
    margin-top: 52px;
}
body .jgsz_info.about_jgsz .tempWrap .bd{
   top:50px;
}
body .zxgg_cont ul li .rightContent{
  width:650px;
}
body .zthd_cont p .text{
      font-size: 40px;
}
body .menu_name{
      font-size: 20px;
}
body .ny_cont .jgsz_photo .basicInformationContent {
    margin-left: 25px;
}
body .ny_cont .jgsz_photo .basicInformationPic .v_news_content p img{
  width: 200px;
    height: 250px;
}
body .ny_cont .jgsz_photo .basicInformationContent h6{
  height:150px;
    font-size: 20px
}
body .ny_cont .jgsz_photo .basicInformationContent h2{
      margin-bottom: 36px;
}
body .site_nav_home h2{
      font-size: 32px;
}

body .sadenav h2{
      font-size: 32px;
}

body .sadenav ul li a{
      font-size: 15px;

}
}




@media (min-width: 480px) and (max-width:767px){
body .footerFourContent{
   margin-left: 20px;
}
.demo-2{
  display:block;
}
 #continer {
      width: 480px;
  }
body nav {
    display:none
}

body .searchContent .inputContent{
  width: 150px;
}
body .searchContent .inputContent::-webkit-input-placeholder{
        color: #ffffff;
        font-size:12px;
}
body .headerRightShouCang{
  width: 396.7px;
}
body .headerRightShouCang .shouCangContent{
  margin-left: 0px;
}
body .headerRightShouCang .textContent p{
  font-size:25px;
}
body .headerRightShouCang .textContent {
    margin-top: 50px;
    margin-left: 77.6px;
}
body .headerRightShouCang .shouCangContent a{
  font-size:13px;
 }
body .headerRightShouCang .shouCangContent a:nth-of-type(1),body .headerRightShouCang .shouCangContent a:nth-of-type(2){
   margin-right:15px
}
 body .logoImg {
      width: 480px;
    height: 86px;
}
body .margin_top_logo{
  margin-top:20px;
}
body nav li{
  width: 84.3px !important;
  font-size:16px;
}
body .xyxw{
  width:100%;
}
body .ny_cont_table .news_cont .news_ul li{
  overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
}
body .ny_cont_table .news_cont .news_ul li a{
     width: 302px;
    min-width: 302px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body .xyxwContent .rightContent li{

overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
}
body .xyxwContent .leftContent .divImg img{
    width: 355px;
    height: 302px;
    object-fit: contain;
}
body .xyxwContent .leftContent {
    width: 355px;
    height: 302px;
}
body .xyxwContent .rightContent {
    width: 100%;
    margin-left: 5px;
    box-sizing: border-box;
}
body .bgxx_cont ul li{
  width: 100%;
}
body .bgxx_cont ul li .liContent .title, body .bgxx_cont ul li .liContent .bgr, body  .bgxx_cont ul li .liContent .time,body  .bgxx_cont ul li .liContent .place{
  overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
    margin-right: 20px;
font-size:15px;
}
body .bgxx_cont ul li:nth-of-type(2n) {
    margin-left: 0px;
}
body .bgxx_cont ul li:nth-of-type(4),body .bgxx_cont ul li:nth-of-type(5),body .bgxx_cont ul li:nth-of-type(6) {
   display:none
}
body .yqlj .yqlj_cont ul  li{
  width:200px;
}
body footer .text{
  line-height: 22px;
  font-size:14px;
  height:auto;
}
body .footerThreeContent {
    margin-top: 22px;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 10px;
}
body footer .footerThreeContent .text{
  text-align:center;
    font-size: 14px;
    line-height: 15px;
}
body .footerOneContent {
    width: 476px;
}
body .footerTwoContent{
    margin-left: 0px;
    margin-top:0px;
}
body .nav li.h_sp ul li{
       width: 84.3px;
    font-size: 15px;

}
body .nav li ul{
   width: 84.3px ;
}

body .xyxwContent .leftContent{
   display:none;
}
body .index_main {
    flex-wrap: wrap;
    margin-top: 10px;
}
body #zxtg {
    margin-left: 0px;
    width: 100%;
    margin-top: 52px;
}
body .sadenav ul{
  width: 140px;
}
body .ny_box{
  width: 608px;
}
body .ny_cont{
  padding: 25px 20px;
}
body .zthd  .zthd_cont p img{
   width: 100%;
}
body .szdw_box .szdw_cont .picContent{
       width: 100%;
}
body .szdw_box .szdw_cont .picContent:nth-of-type(3n) {
    margin-right:  0px;
}
body .szdw_box .szdw_cont .picContent:nth-of-type(2n) {
    margin-right: 0px;
}
body .szdw_box .szdw_cont dl dd .szdw_div1{
  font-size:13px;
}
body  .szdw_box .szdw_cont .picContent{
      height: 226px;
}
body .szdw_box .szdw_cont dl dd .szdw_div2{
  height: calc(100% - 80px);
}
body .szdw_box .szdw_cont dl dd .szdw_div2 .content{
  font-size:14px;
  line-height:18px;
}
body .szdw_box .szdw_cont dl dd .title{
      font-size: 22px;
     line-height: 25px;
     padding: 5px 20px 7px;
}
body .szdw_cont dl dt {
    width: 150px;
    height: 200px;
    min-width: 150px;
    object-fit: cover;
}
body .zthd {
    margin-left: 0px;
    width: 100%;
    margin-top: 52px;
}
body .jgsz_info.about_jgsz .tempWrap .bd{
   top:50px;
}
body .zxgg_cont ul li .rightContent{
  width:650px;
}
body .zthd_cont p .text{
      font-size: 40px;
}
body .menu_name{
      font-size: 18px;
    padding: 0 20px;
}
body .ny_cont .jgsz_photo .basicInformationContent {
    margin-left: 25px;
}
body .ny_cont .jgsz_photo .basicInformationPic .v_news_content p img{
  width: 200px;
    height: 250px;
}
body .ny_cont .jgsz_photo .basicInformationContent h6{
  height:150px;
    font-size: 20px
}
body .ny_cont .jgsz_photo .basicInformationContent h2{
      margin-bottom: 36px;
}
body .site_nav_home h2{
      display:none;
}

body .sadenav h2{
      font-size: 32px;
}

body .sadenav ul li a{
      font-size: 15px;

}
body .bgxx {
    width: 100%;
}
body .headerRightShouCang{
  width: 480px;
}
body .jgsz_info.about_jgsz .hd ul li{    padding: 0 24px 0 25px;}
body #continer{
  flex-wrap:wrap;
}
body header{
  height:auto;
}
body .yqlj_cont ul{

  flex-wrap:wrap;
}
body .yqlj .yqlj_cont ul li{
  margin-bottom: 20px;
}
body .flexwrap400{
  flex-wrap: wrap;
}
body .footerFourContent{
  display:none;
}
body .footerOneContent{
  height:auto;
margin-bottom:20px;
}
body .sidebar{

  display:none;
}
body .ny_box {
    width: 480px;
    margin-left: 0px;
}
body .site_nav_home{
 width:100%;    
margin-bottom: 20px;
}
body #flash .span-r{
  top: 37%;
  width: 35px;
    height: 35px;
}
body #flash .span-l{
  top: 37%;
  width: 35px;
    height: 35px;

}

body .about_cont{
    padding: 10px 5px !important;
}
body  .title{font-size:16px}
body .szdw_box .szdw_cont .picContent{
   margin-right: 0px;
}






}











@media (min-width: 320px) and (max-width:479px){

html{
  min-width: auto;
}
body .jgsz_info.about_jgsz .tempWrap .bd .infoList{
  width:320px !important;
}
body .jgsz_info.about_jgsz .tempWrap .bd .infoList p{

  width:320px !important;
}
body .about_jgsz .tempWrap{
  width:100%   !important;
  top: 100px;
}
.demo-2{
  display:block;
}
 #continer {
      width: 95%;
      margin:0 auto;
  }
body nav {
    display:none
}

body .searchContent .inputContent{
  width: 150px;
}
body .headerRightShouCang{
  width: 396.7px;
}
body .headerRightShouCang .shouCangContent{
  margin-left: 0px;
display:none;
}
body .headerRightShouCang .textContent p{
  font-size:25px;
}
body .headerRightShouCang .textContent {
    display:none !important
}
body .headerRightShouCang .shouCangContent a{
  font-size:13px;
 }
body .headerRightShouCang .shouCangContent a:nth-of-type(1),body .headerRightShouCang .shouCangContent a:nth-of-type(2){
   margin-right:15px
}
 body .logoImg {
      width: 320px;
    height: 60px;
}
body .margin_top_logo{
  margin-top:20px;
}
body nav li{
  width: 84.3px !important;
  font-size:16px;
}
body .xyxw{
  width:100%;
}
body .ny_cont_table .news_cont .news_ul li{
  overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
}
body .ny_cont_table .news_cont .news_ul li a{
     width: 172px;
    min-width: 172px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body .xyxwContent .rightContent li{

overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
}
body .xyxwContent .leftContent .divImg img{
    width: 355px;
    height: 302px;
    object-fit: contain;
}
body .xyxwContent .leftContent {
    width: 355px;
    height: 302px;
}
body .xyxwContent .rightContent {
    width: 100%;
    margin-left: 5px;
    box-sizing: border-box;
}
body .bgxx_cont ul li{
  width: 100%;
}
body .bgxx_cont ul li .liContent .title, body .bgxx_cont ul li .liContent .bgr, body  .bgxx_cont ul li .liContent .time,body  .bgxx_cont ul li .liContent .place{
  overflow:hidden; text-overflow:ellipsis; white-space: nowrap;
    margin-right: 20px;
font-size:15px;
}
body .bgxx_cont ul li:nth-of-type(2n) {
    margin-left: 0px;
}
body .bgxx_cont ul li:nth-of-type(4),body .bgxx_cont ul li:nth-of-type(5),body .bgxx_cont ul li:nth-of-type(6) {
   display:none
}
body .yqlj .yqlj_cont ul  li{
  width:200px;
}
body footer .text{
   line-height: 20px;
    font-size: 14px;
    height: auto;
}
body .footerThreeContent {
    margin-top: 22px;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 10px;
}
body footer .footerThreeContent .text{
  text-align:center;
    font-size: 14px;
    line-height: 15px;
}
body .footerOneContent {
    width: 476px;
}
body .footerTwoContent{
    margin-left: 0px;
    margin-top:0px;
}
body .nav li.h_sp ul li{
       width: 84.3px;
    font-size: 15px;

}
body .nav li ul{
   width: 84.3px ;
}

body .xyxwContent .leftContent{
   display:none;
}
body .index_main {
    flex-wrap: wrap;
    margin-top: 10px;
}
body #zxtg {
    margin-left: 0px;
    width: 100%;
    margin-top: 52px;
}
body .sadenav ul{
  width: 140px;
}
body .ny_box{
  width: 608px;
}
body .ny_cont{
  padding: 25px 10px;
}
body .zthd  .zthd_cont p img{
   width: 100%;
}
body .szdw_box .szdw_cont .picContent{
       width: 100%; 
    margin-right: 0px;
}
body .szdw_box .szdw_cont .picContent:nth-of-type(3n) {
    margin-right: 0px;
}
body .szdw_box .szdw_cont .picContent:nth-of-type(2n) {
    margin-right: 0px;
}
body .szdw_box .szdw_cont dl dd .szdw_div1{
 margin: 0 0px 7px;
font-size: 12px;
}
body  .szdw_box .szdw_cont .picContent{
      height: 226px;
}
body .szdw_box .szdw_cont dl dd .szdw_div2{
  height: calc(100% - 80px);
}
body .szdw_box .szdw_cont dl dd .szdw_div2 .content{
  font-size:12px;
  line-height:16px;
}
body .szdw_box .szdw_cont dl dd .title{
      font-size: 18px;
     line-height: 20px;
     padding: 5px 20px 7px;
}
body .szdw_cont dl dt {
    width: 120px;
    height: 150px;
    min-width: 120px;
    object-fit: cover;
}
body .zthd {
    margin-left: 0px;
    width: 100%;
    margin-top: 52px;
}
body .jgsz_info.about_jgsz .tempWrap .bd{
   top:0px;
}
body .zxgg_cont ul li .rightContent{
  width:650px;
}
body .zthd_cont p .text{
      font-size: 20px;
}
body .menu_name{
    font-size: 14px;
    padding: 0 8px;
}
body .ny_cont .jgsz_photo .basicInformationContent {
    margin-left: 25px;
}
body .ny_cont .jgsz_photo .basicInformationPic .v_news_content p img{
  width: 200px;
    height: 250px;
}
body .ny_cont .jgsz_photo .basicInformationContent h6{
  height: auto;
    font-size: 17px;
}
body .ny_cont .jgsz_photo .basicInformationContent h2{
      margin-bottom: 26px;
    margin-bottom: 16px;
}
body .site_nav_home h2{
      display:none;
}

body .sadenav h2{
      font-size: 32px;
}

body .sadenav ul li a{
      font-size: 15px;

}
body .bgxx {
    width: 100%;
}
body .headerRightShouCang{
  width: 320px;
height:80px;
}
body .jgsz_info.about_jgsz .hd ul li{    padding: 0 16px 0 16px;}
body #continer{
  flex-wrap:wrap;
}
body .jgsz_info.about_jgsz .hd{
   height:150px;
}
body header{
  height:auto;
}
body .yqlj_cont ul{

  flex-wrap:wrap;
}
body .yqlj .yqlj_cont ul li{
  margin-bottom: 20px;
width:100%;
}
body .flexwrap400{
  flex-wrap: wrap;
}
body .footerFourContent{
  display:none;
}
body .footerOneContent{
  height:auto;
margin-bottom:20px;
}
body .sidebar{

  display:none;
}
body .ny_box {
    width: 100%;
    margin-left: 0px;
}
body .site_nav_home{
 width:100%;    
margin-bottom: 20px;
}
body .headerRightShouCang::after{
 
background-image: none;
}
body #flash .span-r{
  top: 37%;
  width: 35px;
    height: 35px;
}
body #flash .span-l{
  top: 37%;
  width: 35px;
    height: 35px;
}
body .zxgg_cont ul li .dateContent{
  min-width: 66px;
}
body #zxtg ul li{padding-left:0px}
body .titleBackContent h2 span{font-size:18px;}
body .site_nav_home div,body  .site_nav_home div a{font-size:12px;}

body .about_cont{
    padding: 10px 5px !important;
}

body  .title{font-size:25px}
body .szdw_box .szdw_cont dl dd .szdw_div2 .name{font-size:14px}
body .jgsz_photo{
    flex-wrap: wrap;
}

body .show_cont{
  padding: 28px 12px;
}


 
}