@charset "utf-8";
/* CSS Document public*/
*{font-family:Arial, Helvetica,"Microsoft Yahei", sans-serif;padding: 0;margin:0;box-sizing:border-box;}
html{ overflow-x:hidden; }
body{padding:0;margin:0;font-family:Arial,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; font-size:14px;}
a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
video{ object-fit:cover}
.fl{ float:left}
.fr{ float:right}
.clear{/* clear:both; *//* height:0px; *//* font-size:1px; *//* line-height:0px; */}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/

.a_body{ position:relative;}
::-webkit-scrollbar {width:5px;height:5px; background:#f1f1f1}
::-webkit-scrollbar-track {border-radius:0; background:#f1f1f1}
::-webkit-scrollbar-thumb {border-radius:0; background:#333333}

input::-webkit-input-placeholder{ color:#8da7c9;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#8da7c9; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#8da7c9;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#8da7c9;}

textarea::-webkit-input-placeholder{ color:#999;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}

.w100{width:100%}
.w1280{width:1280px;margin:0 auto}
.fanhui{position:fixed;right:30px;bottom: 75px;width:48px;height:48px;border-radius:50%;}

h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li:hover h5 a{ color:#ff0000}
.more a{ -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.table{ display:table; table-layout: fixed; text-align:center; width:100%; height:100%}
.table_cell{ display:table-cell; vertical-align:middle}
img{ vertical-align:middle}

/*内容样式*/
.ar_article{font-size: 14px;color: #666666;line-height:28px; margin-bottom:28px;}
.ar_article p{font-size: 14px;color: #666666;line-height:28px; margin-bottom:28px;}
.ar_article img{ max-width:100%;}
.ar_article img{display:inline-block;}

/*百度播放器美化*/
#playercontainer_display_button,#video1_display_button,#video2_display_button{ background:none !important; height:40px; width:40px !important; border:2px solid #fff; border-radius:50%; padding:0 !important;}
#playercontainer_display_button #playercontainer_display_button_play,#video1_display_button #video1_display_button_play,#video2_display_button #video2_display_button_play{background-size: 25px;}
#playercontainer_display_button,#video1_display_button,#video2_display_button{ height:40px !important; margin-top: -20px !important;}
#playercontainer_display .cbpreview,#video1_display .cbpreview,#video2_display .cbpreview{ opacity: .75 !important;}


/* Slider */
.miso-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; z-index:0}
.miso-list { position: relative;  display: block; margin: 0; padding: 0; }
.miso-list:focus { outline: none; }
.miso-loading .miso-list { background: #fff; }
.miso-list.dragging { cursor: pointer; cursor: hand; }
.miso-slider .miso-list, .miso-track, .miso-slide, .miso-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.miso-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.miso-track:before, .miso-track:after { content: ""; display: table; }
.miso-track:after { clear: both; }
.miso-loading .miso-track { visibility: hidden; }
.miso-slide { float: left; height: 100%; min-height: 1px; display: none; }
.miso-slide img { display: block; }
.miso-slide.miso-loading img { display: none; }
.miso-slide.dragging img { pointer-events: none; }
.miso-initialized .miso-slide { display: block; }
.miso-loading .miso-slide { visibility: hidden; }
.miso-vertical .miso-slide { display: block; height: auto; border: 1px solid transparent; }
/* Arrows */
.miso-prev, .miso-next {position: absolute;display: block;height: 20px;width: 20px;line-height: 0;font-size: 0;cursor: pointer;background: transparent;color: transparent;padding: 0;border: none;outline: none;top: 50%; z-index:1}
.miso-prev{ left:0}
.miso-next{ right:0}
/* Dots */
.miso-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.miso-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.miso-dots li button { border: 0; background: transparent; display: block; height: 6px; width: 6px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 4px; cursor: pointer;}
.miso-dots li button:focus { outline: none; }
.miso-dots li.miso-active a { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}

#gotop{ position:fixed; z-index:90; bottom:80px; right:30px; box-sizing:border-box; text-align:center; cursor:pointer; -moz-transition:all .5s; -webkit-transition:all .5s; width:45px; height:45px;}
#gotop { cursor: pointer; }
.aico { background: url(../21images/aicos.png);}	
.dt-arrow .aico {position: absolute;left: 50%;margin-left: -18.5px;top: 0;width: 37px;height: 19px;animation: hide-dt-f 3s infinite;}
.dt-arrow { position: relative; width: 37px; height: 44px; }
.dt-arrow:before {content: "";position: absolute;left: 50%;top: 0;bottom: 0;width: 1px;background: #a0a0a0;margin-left: -1px;}
@keyframes hide-dt-f{
	0%{ opacity: 1; transform: translateY(-10px); }
	100%{ opacity: 0; transform: translateY(-150%); }
}


@font-face{ font-family:myFirstFont; src:url(../font/tt0173m.ttf);}
@media (max-width:1920px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:15px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:14px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:13px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:12px;}}
@media (max-width:328px){html{font-size:12px;}}

/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{ max-width:1200px; margin:0 auto}


.header_box{height:200px;position: relative;z-index: 1000;}
body.fixed #nav{position:fixed;width: 100%;top: 0;box-shadow:0 2px 3px rgba(0,0,0,0.15);}
header{height: 150px;background:#1373c8 url(../21images/header_bg.jpg) center no-repeat;}
header .logo{line-height: 150px;max-width: 74%;}
header .logo a{display:inline-block;}
header .logo a img{vertical-align:middle;max-width: 100%;}
header .right{padding: 30px 0 0;}
header .right h5{text-align:right;margin-bottom: 20px;padding-right: 10px;}
header .right h5 span{display:inline-block;margin: 0 12px;font-size:12px;color:#fff;transform: scale(0.5);}
header .right h5 a{font-size: 12px;color:#fff;display: inline-block;width: auto;}
header .right dl{display:inline-block;}
header .right dl dd{display:inline-block;font-size: 14px;color: #666666;line-height: 15px;}
header .right dl dd a{color: rgba(255, 255, 255, 0.5);transition: 0.36s;line-height: 32px;font-size: 15px;}
header .right dl dd span{display: inline-block;text-align: center;width:23px;color: rgba(255,255,255,0.25);}
header .right dl dd a:hover{color: #ffffff;}

header .right .sousuo{float: right;display:inline-block;}
header .right .sousuo img{}
.search{float:right;overflow:hidden;z-index: 1000;border:transparent 1px solid;border-radius: 25px;}
.search input{float:left;}
.test{width:0;height: 33px;line-height: 31px;padding:0;border:  none;color: #8da7c9;background:none;outline:none;font-size: 14px;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.sousuo .btn{width: 24px;height: 24px;border:none;position:  absolute;right: 8px;font-size: 14px;color: #fff;background:url(../21images/sousuo.png) center no-repeat;cursor:  pointer;top: 2px;}
.sousuo .test{width: 220px;padding: 1px 50px 1px 20px;}
.sousuo .search{position: relative;margin: 0 0 0 15px;margin-left: 0;border: #6e98bd 1px solid;}

#nav{height: 50px;position:relative;z-index:1;background: #1373c8;}
.navBox ul {font-size: 0;}
.nav li {width: 12.5%;text-align: center;position: relative;display: inline-block;}
.nav a {display: block;position: relative;padding: 0;line-height: 50px;perspective: 300px;transform-style: preserve-3d;z-index: 10;}
.nav a .bg {position: absolute;width: 100%;display: block;height: 100%;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;-webkit-transform: rotateX(70deg);transform: rotateX(70deg);z-index: -1;transform-origin: center bottom 0;-webkit-transform-origin: center bottom 0;left: 0;opacity: 0;bottom: 0;visibility: hidden;}
.nav a .txt img{margin:-4px 10px 0 0;vertical-align: middle;}
.nav a .txt img.img02{ display:none}
.nav a .txt {position: relative;z-index: 2;font-size: 1.125rem;color: #fff;display: block;}
.nav .active a .bg,.nav .on a .bg {transform: none;opacity: 1;visibility: visible;bottom: 0;background: #1167b4;}
.nav .active a .txt,.nav .on a .txt {color: #fff;}
.navBox .arrow { position: absolute; left: 0px; top: 75px; height: 4px; display: block; background-color: #e62129; }
.subNavbox a:link, .subNavbox a:visited {color: #fff;}
.subNavbox a:active, .subNavbox a:hover {color: #fff;background: #1373c8;}
.subNavbox {position: absolute;left: 0px;top: 70px;width: 100%;background-color: #244fa4;box-shadow: 1px 2px 2px 0 rgba(88, 88, 88, 0.2);display: none;text-align: center;padding: 0;z-index: 0;}
.subNavbox p {}
.subNavbox p a {/* line-height: 0; *//* height: auto; */padding: 0px 5px;font-size: 1rem;transition: 0.36s;}
.nav a:hover .txt img.img01{ display:none}
.nav a:hover .txt img.img02{ display:inline-block}

#openBtn{ display:none}
.rd-navbar-main-element { position: absolute; float: left;}
.rd-navbar-nav-wrap.active {
    transform: translateX(0);
}
.rd-navbar-nav-wrap {
    color: #ffffff;
    background: #1373c8;
    box-shadow: none;
}
.rd-navbar-nav-wrap {
    position: fixed;
    left: 0;
    top: -37px;
    bottom: -56px;
    z-index: 100;
    width: 100%;
    padding: 140px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 28px;
    transform: translateX(-110%);
}
.rd-navbar-nav {
    display: block;
    margin: 15px 0;
    height: auto;
    text-align: left;
}
.rd-navbar-submenu {
    position: relative;
}
.rd-nav-item {
    text-align: left;
}
.rd-navbar-wrap, .rd-navbar, .rd-menu, .rd-navbar-nav, .rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-nav-wrap, .rd-navbar-submenu {
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}
.rd-nav-link {
    color: #fff;
}
.rd-nav-link {
    display: block;
    padding: 10px 56px 10px 18px;
}
.rd-nav-link {font-size:14px;color: #fff;letter-spacing:2px;text-transform: capitalize;font-family: "Times New Roman";}

.rd-navbar-submenu-toggle {
    color: #fff;
}
.rd-navbar-submenu-toggle {
    cursor: pointer;
    display: inline-block;
    width: 56px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.rd-navbar-submenu-toggle::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 48px;
    font: 400 14px "FontAwesome";
    line-height: 48px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    cursor: pointer;
    background:url(../21images/sanjiao_svg.svg) center no-repeat;
    background-size: 10px;
}
.rd-nav-item.focus .rd-nav-link, .rd-nav-item.active .rd-nav-link, .rd-nav-item.opened .rd-nav-link {
    color: #ffffff;
    background: #2358a5;
}
.rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-submenu.opened > .rd-navbar-megamenu {
    display: block;
}
li.opened > .rd-menu {
    opacity: 1;
    height: auto;
}
li.opened > .rd-navbar-dropdown {
    padding: 4px 0 0;
}
.rd-menu {
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
}
.rd-navbar-dropdown {
}

li.opened > .rd-navbar-submenu-toggle::after {

    top: 0;
    transform: rotate(180deg);
    color:#fff;
}
.rd-navbar-submenu .rd-navbar-dropdown > li > a {
    padding-left: 30px;
}
.rd-megamenu-list > li > a, .rd-navbar-dropdown > li > a {
    color: rgba(255, 255, 255, 0.6);
}
.rd-megamenu-list > li > a, .rd-navbar-dropdown > li > a {
    display: block;
    padding: 9px 56px 9px 16px;
    font-size: 14px;
    line-height: 1.5;
}

.rd-nav-item.opened .rd-menu{ opacity:1}
.rd-navbar-open-right{ height:0}

.rd-nav-item.active .rd-navbar-submenu-toggle{ color:#fff}
.rd-navbar-submenu .rd-navbar-dropdown > li.active > a{color: #fff;}

#openBtn {
  display: none;
  top: 50px;
  right: 15px;
  cursor: pointer;
  float: right;
  margin-left: 1.5rem;
  position: absolute;
}

#openBtn .lcbody {
  width: 26px;
  height: 18px;


  position: relative;

}

#openBtn .lcbody .lcitem {
  width: 100%;
  height: 1px;
  position: absolute;
  transition: transform 0.36s ease;
}

#openBtn .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #fff;
}

#openBtn .lcbody .top {
  top: 0;
}

#openBtn .lcbody .center {
  display: block;
  top: 49%;
}

#openBtn .lcbody .bottom {
  top: 100%;
}

#openBtn .lcbody:hover .lcitem.top .rect {
  animation: move 0.4s ease-in-out 1;
}

#openBtn .lcbody:hover .lcitem.center .rect {
  animation: move 0.4s ease-in-out 0.1s 1;
}

#openBtn .lcbody:hover .lcitem.bottom .rect {
  animation: move 0.4s ease-in-out 0.9s 1;
}

.active#openBtn .lcitem.top {
  transform: rotateZ(45deg);
  top: 49%;
}

.active#openBtn .lcitem.center {
  opacity: 0;
}

.active#openBtn .lcitem.bottom {
  transform: rotateZ(-45deg);
  top: 49%;
}

@keyframes move {
  0% {
    right: 0;
  }
  40% {
    right: 0;
    width: 0;
  }
  60% {
    right: auto;
    width: 0%;
  }
  100% {
    right: auto;
    width: 100%;
  }
}


.w10{width:100%;max-width: 100%;margin: 0 auto;}
.w12{ max-width:1200px;margin:0 auto}

.clear{zoom: 1;}
.clear:after {clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }



/*news-slide  news  css*/
.n-s{margin-top: 2rem;overflow: hidden;}
.news-slide-bd{position: relative;}
.news-slide-bd .title {padding-bottom: 10px;border-bottom: 1px solid #d2d2d2;margin-bottom: 20px;width: 100%;}
.news-slide-bd .title h4{float: left;font-size: 1.5rem;font-weight: normal;color: #323232;line-height: 36px;height: 36px;background: url(../21images/btic01.png) no-repeat left center;padding-left: 45px;position: relative;}
.news-slide-bd .title h4::after{position: absolute;content: "";width:8.5rem;height: 3px;background: #2358a5;bottom: -12px;left: 0;}
.news-slide-bd .title a{float: right;color: #999;font-size: 14px;text-transform: uppercase;position: relative;top: 12px;}
.news-slide-bd .title a:hover{color: #2358a5;}
.news-slide-bd{width: 60%;}
.news-slide-bd-l { position: relative; }
.news-slide-bd-l ul.miso-dots{bottom: 20px;zoom:1;width: auto;right: 10px;}
.news-slide-bd-l ul.miso-dots li{float:left;width: 6px;height: 6px;text-indent:-999px;cursor:pointer;position: relative;font-size: 0;border: #fff 1px solid;border-radius: 50%;}
.news-slide-bd-l ul.miso-dots li.miso-active{ background:#fff}
.news-slide-bd-l .bd ul{overflow:hidden;}
.news-slide-bd-l .bd ul li.miso-slide a {display: block;width: 100%;font-size: 0;}
.news-slide-bd-l .bd ul li a .img{}
.news-slide-bd-l .bd ul li a .img, .news-slide-bd-l .bd ul li a img {transition: all 0.6s;width: 100%;height: 27.5rem;overflow: hidden;object-fit: cover;}
.news-slide-bd-l .bd ul li a img:hover { transform: scale(1.1); }
.news-slide-bd-l .bd ul li.miso-slide {position: relative;width: 730px;}
.news-slide-bd-l .bd ul li .bt {width: 100%;height: 50px;line-height: 50px;background: url(../21images/news-line.png) repeat-x;position: absolute;bottom: 0;left: 0;padding-right: 120px;}
.news-slide-bd-l .bd ul li .bt p {padding: 0 0 0 1.25rem;width: 100%;text-align: left;padding-left: 15px;font-size: 1.125rem;color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;}
.news-slide-bd-l .bd ul li:hover .bt p{color: #d6e0ff;}
.news-slide-bd .newsText {margin-top: 20px;}
.news-slide-bd .newsText ul li{background: url(../21images/qd2.png) no-repeat left center;padding-left: 15px;}
.news-slide-bd .newsText ul li a{float: left;font-size: 15px;line-height: 2.25rem;transition: all 0.5s;width: calc(100% - 50px);color: #323232;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-slide-bd .newsText ul li a:hover{padding-left: 10px;transition: all 0.5s;color: #005BB8;}
.news-slide-bd .newsText ul li p{float: right;font-size: 12px;color: #999999;display: block;line-height: 2.25rem;}

/* notice   css */
.notice{width: 40%;position: relative;padding-left: 2.5rem;overflow: hidden;}
.notice .hd {margin-bottom: 20px;}
.notice .hd ul{border-bottom: 1px solid #d2d2d2;}
.notice .hd ul .miso-list{ overflow:visible}
.notice .hd ul li{float: left;position: relative;padding-bottom: 10px;margin-right: 28px;width: auto !important;}
.notice .hd ul li p{font-size: 1.375rem;font-weight: normal;color: #656565;line-height: 36px;height: 36px;}
.notice .hd ul li.miso-current::after{position: absolute;content: "";width:8.5rem;height: 3px;background: #2358a5;bottom:-2px;left: 0;}
.notice .hd ul li.miso-current p{background: url(../21images/btic02.png) no-repeat left center;padding-left: 2.75rem;font-size: 1.5rem;color: #323232;}
.notice .bd .miso-list{ overflow:visible}
.notice .bd ul li{padding:0;padding-bottom: 0.875rem;}
.notice .bd ul li .date{width: 60px;float: left;}
.notice .bd ul li .date i{font-size: 1.25rem;color: white;background:#2358a5;display: block;font-style: normal;text-align: center;line-height: 2rem;}
.notice .bd ul li .date b{font-style: normal;font-weight: normal;font-size: 12px;color: #333333;text-align: center;display: block;line-height: 1.5rem;}
.notice .bd ul li a{float: right;font-size: 15px;line-height: 1.5rem;transition: all 0.5s;width: calc(100% - 60px - 1.25rem);color: #323232;text-align: justify;border-bottom: 1px dashed #999999;padding: 0 0 0.875rem 0;overflow: hidden;}
.notice .bd ul li a:hover{transition: all 0.5s;color: #005BB8;}

.notice .more{position: absolute;right: 0;top: -66px;line-height: 40px;}
.notice .more a{font-size: 14px;color: #808080;}
.notice .more a:hover{color:#013193;}

/* container2 */
.container2{background: #fafafa;padding: 2.5rem 0;margin-top: 2rem;overflow: hidden;}
.gzzdBox{width: 23.4375rem;padding: 20px;box-sizing: border-box;background: white;}
.gzzdBox .title {padding-bottom: 10px;border-bottom: 1px solid #d2d2d2;margin-bottom: 20px;width: 100%;}
.gzzdBox .title h4{float: left;font-size: 1.5rem;font-weight: normal;color: #323232;line-height: 36px;height: 36px;background: url(../21images/btic03.png) no-repeat left center;padding-left: 45px;position: relative;}
.gzzdBox .title h4::after{position: absolute;content: "";width:8.5rem;height: 3px;background: #2358a5;bottom: -12px;left: 0;}
.gzzdBox .title a{float: right;color: #999;font-size: 14px;text-transform: uppercase;position: relative;top: 12px;}
.gzzdBox .title a:hover{color: #2358a5;}
.gzzdBox ul{}
.gzzdBox ul li{float: left;width: 48%;height: 150px;background: #2358a5;}
.gzzdBox ul li:hover{background: #1b4984;}
.gzzdBox ul li+li{float: right;background: #4a9f16;}
.gzzdBox ul li+li:hover{background: #3f8311;}
.gzzdBox ul li+li+li{margin-top: 4%;background: #19ad9d;float: left;}
.gzzdBox ul li+li+li:hover{background: #159f8f;}
.gzzdBox ul li+li+li+li{background: #d59d27;float: right;}
.gzzdBox ul li+li+li+li:hover{background: #bf8822;}
.gzzdBox ul li+li+li+li+li{width: 100%;background: #2a88af;float: left;}
.gzzdBox ul li+li+li+li+li:hover{width: 100%;background: #227694;}
.gzzdBox ul li a{display: block;margin-top:40px;}
.gzzdBox ul li a img{display: block;margin: 10px auto;}
.gzzdBox ul li a p{text-align: center;color: white;font-size: 1.125rem;}
.gzzdBox ul li+li+li+li+li img{float: left;margin: 0;margin-left: 30%;margin-top: 1.875rem;}
.gzzdBox ul li+li+li+li+li p{float: left;line-height: 38px;margin: 1.875rem 0 0 20px;}
/* zbshBox */
.zbshBox{width: calc(100% - 23.4375rem - 23.4375rem - 4rem);position: relative;padding: 20px;box-sizing: border-box;background: white;height: 420px;margin: 0 2rem;overflow: hidden;}
.zbshBox .hd {margin-bottom: 20px;}
.zbshBox .hd ul{border-bottom: 1px solid #d2d2d2;}
.zbshBox .hd ul .miso-list{ overflow:visible}
.zbshBox .hd ul li{float: left;position: relative;padding-bottom: 10px;margin-right: 28px;width: auto !important;}
.zbshBox .hd ul li p{font-size: 1.375rem;font-weight: normal;color: #656565;line-height: 36px;height: 36px;}
.zbshBox .hd ul li.miso-current::after{position: absolute;content: "";width:8.5rem;height: 3px;background: #2358a5;bottom:-2px;left: 0;}
.zbshBox .hd ul li.miso-current p{background: url(../21images/btic04.png) no-repeat left center;padding-left: 45px; font-size: 1.5rem;color: #323232;}
.zbshBox .bd .miso-list{ overflow:visible}
.zbshBox .bd ul li{padding:0;}
.zbshBox .bd ul li{background: url(../21images/qd3.png) no-repeat left center;padding-left: 10px;}
.zbshBox .bd ul li a{float: left;font-size: 15px;line-height: 35px;transition: all 0.5s;width: calc(100% - 33px);color: #323232;}
.zbshBox .bd ul li+li a:hover{padding-left: 5px;transition: all 0.5s;color: #005BB8;}
.zbshBox .bd ul li p{font-size: 12px;color: #999;display: block;line-height: 36px;float: right;}
.zbshBox .bd ul li.li1{width: 100%;padding-left: 0;background: none;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px dashed #c0c0c0;}
.zbshBox .bd ul li.li1 a{display: block;width: 100%;}
.zbshBox .bd ul li.li1 a .pic{float: left;width: 124px;height: 75px;overflow: hidden;}
.zbshBox .bd ul li.li1 a .pic img{display: block;width: 100%;height: 100%;}
.zbshBox .bd ul li.li1 a .text{float: right;width: calc(100% - 124px);padding-left: 15px;}
.zbshBox .bd ul li.li1 a .text p{font-size: 15px;color: #323232;line-height: 24px;width: 100%;}
.zbshBox .bd ul li.li1 a .text i{font-size: 12px;color: #999999;display: block;font-style: normal;}
.zbshBox .bd ul li.li1 a .text p:hover{color: #005BB8;}
.zbshBox .more{position: absolute;right: 0;top: -68px;line-height: 40px;}
.zbshBox .more a{font-size: 14px;color: #808080;}
.zbshBox .more a:hover{color:#013193;}
/* bsznBox */
.bsznBox{width: 23.4375rem;padding: 20px;box-sizing: border-box;background: white;height: 420px;}
.bsznBox .title {padding-bottom: 10px;border-bottom: 1px solid #d2d2d2;margin-bottom: 20px;width: 100%;}
.bsznBox .title h4{float: left;font-size: 1.5rem;font-weight: normal;color: #323232;line-height: 36px;height: 36px;background: url(../21images/btic05.png) no-repeat left center;padding-left: 45px;position: relative;}
.bsznBox .title h4::after{position: absolute;content: "";width:8.5rem;height: 3px;background: #2358a5;bottom: -12px;left: 0;}
.bsznBox .title a{float: right;color: #999;font-size: 14px;text-transform: uppercase;position: relative;top: 12px;}
.bsznBox .title a:hover{color: #2358a5;}
.bsznBox ul{
    font-size: 0;
    margin: 0 -0.625rem;
}
.bsznBox ul li{display: inline-block;width: 50%;transition: 0.6s;padding: 0 0.625rem;}
.bsznBox ul li a:hover{color:#FFFFFF;background: #2358a5;transition: 0.6s;}

.bsznBox ul li a{display: block;background: #e8f0f9;height: 120px;padding: 10px 0;}
.bsznBox ul li a img{display: block;margin: 0 auto;margin-bottom: 10px;}
.bsznBox ul li a img+img{display: none;}
.bsznBox ul li:hover>a>img{display: none;}
.bsznBox ul li:hover>a>img+img{display: block;}
.bsznBox ul li a p{font-size: 1.125rem;color: #2358a5;text-align: center;}
.bsznBox ul li:hover a p{color:#FFFFFF;transition: 0.6s;}
.bsznBox h6{font-size: 16px;color: #000000;font-style: normal;margin-top: 31px;margin-bottom: 12px;font-weight: normal;}

/* LinkBOx */
.LinkBox{padding: 2.5rem 0;overflow: hidden;}
.LinkBox .title {padding-bottom: 10px;border-bottom: 1px solid #d2d2d2;margin-bottom: 20px;width: 100%;}
.LinkBox .title h4{float: left;font-size: 1.5rem;font-weight: normal;color: #323232;line-height: 36px;height: 36px;background: url(../21images/btic03.png) no-repeat left center;padding-left: 45px;position: relative;}
.LinkBox .title h4::after{position: absolute;content: "";width:11.5rem;height: 3px;background: #2358a5;bottom: -12px;left: 0;}
.LinkBox .title a{float: right;color: #999;font-size: 14px;text-transform: uppercase;position: relative;top: 12px;}
.LinkBox .title a:hover{color: #2358a5;}



.LinkBox ul{
    font-size: 0;
    margin: 0 -1.25rem;
    text-align: center;
overflow: hidden;
}
.LinkBox ul li{display: inline-block;position: relative;width: 33.333333%;padding: 0 1.25rem;}
.LinkBox ul li a::after{content: "";position: absolute;bottom: 0px;right: 0px;background: #ededed;transition: 0.4s;width: 100%;height: 100%;z-index: -1;}
.LinkBox ul li a:hover::after{content: "";position: absolute;bottom: -8px;right: -8px;background: #ededed;transition: 0.4s;}
.LinkBox ul li+li{}
.LinkBox ul li a{display: inline-block;position: relative;}
.LinkBox ul li a img{display: block;max-width: 100%;height: auto;}

/* xyjsBox */
.xyjsBox{padding: 0px 0 4.5rem;overflow: hidden;}
.xyjsBox .title {padding-bottom: 10px;border-bottom: 1px solid #d2d2d2;margin-bottom: 20px;width: 100%;}
.xyjsBox .title h4{float: left;font-size: 1.5rem;font-weight: normal;color: #323232;line-height: 36px;height: 36px;background: url(../21images/btic03.png) no-repeat left center;padding-left: 45px;position: relative;}
.xyjsBox .title h4::after{position: absolute;content: "";width:8.5rem;height: 3px;background: #2358a5;bottom: -12px;left: 0;}
.xyjsBox .title a{float: right;color: #999;font-size: 14px;text-transform: uppercase;position: relative;top: 12px;}
.xyjsBox .title a:hover{color: #2358a5;}
.xyjsBox .itemBox{width: 50%;position: relative;padding-right: 1.25rem;}
.xyjsBox .itemBox .hd{}
.xyjsBox .itemBox .hd {margin-bottom: 1.875rem;}
.xyjsBox .itemBox .hd ul li{float: left;width: 116px;height: 40px;padding: 0 2.75rem 0 1.25rem;background: url(../21images/bg2.png) no-repeat center;background-size: 100% 100%;margin-right: 2px;}
.xyjsBox .itemBox .hd ul li{font-size: 1.25rem;font-weight: normal;color: #666666;line-height: 40px;height: 40px;width: auto !important;}
.xyjsBox .itemBox .hd ul li a{color: #666666;}
.xyjsBox .itemBox .hd ul li.miso-current{background: url(../21images/bg2on.png) no-repeat center;color: white;background-size: 100% 100%;} 
.xyjsBox .itemBox .hd ul li.miso-current a{color: white;}
.xyjsBox .itemBox .bd{}
.xyjsBox .itemBox .bd ul{
    margin: 0 -5px;
}
.xyjsBox .itemBox .bd ul li{position: relative;width: 50%;display: inline-block;padding: 0 5px;}
.xyjsBox .itemBox .bd ul li+li{float: right;}
.xyjsBox .itemBox .bd ul li+li+li{float: left;margin-top: 0.625rem;}
.xyjsBox .itemBox .bd ul li+li+li+li{float: right;}
.xyjsBox .itemBox .bd ul li a{display: block;position: relative;}
.xyjsBox .itemBox .bd ul li a .pic, .xyjsBox .itemBox .bd ul li a .pic img{overflow: hidden;width: 100%;height: 11.875rem;position: relative;object-fit: cover;transition: 0.36s;}
.xyjsBox .itemBox .bd ul li a p{color: white;text-align: center;line-height: 40px;width: 100%;position: absolute;bottom: 0;left: 0;background: url(../21images/bgblack.png);}
.xyjsBox .itemBox .bd ul li:hover a .pic img{transform: scale(1.2);transition: 0.4s;}
.xyjsBox .itemBox .more{position: absolute;right: 0;top: -68px;line-height: 40px;}
.xyjsBox .itemBox .more a{font-size: 14px;color: #808080;}
.xyjsBox .itemBox .more a:hover{color:#013193;}
/* campus */
.campus{width: 50%;padding-left: 1.25rem;}
.campus .subTitle{position: relative;margin-bottom: 1.875rem;}
.campus .subTitle p{background: url(../21images/bg2on.png) no-repeat center;color: white;padding: 0 2.75rem 0 1.25rem;width: auto;height: 40px;line-height: 40px;display: inline-block;font-size: 1.25rem;background-size: 100% 100%;}
.campus ul{
    margin: 0 -5px;
    font-size: 0;
}
.campus ul li{display: inline-block;width: 50%;position: relative;overflow: hidden;padding: 0 5px;}
.campus ul li a{position:relative;display:block;overflow: hidden;}
.campus ul li .pic,.campus ul li .pic img{overflow: hidden;display: block;width: 100%;height: 11.875rem;transition: 0.4s;object-fit: cover;}
.campus ul li:hover .pic img{transform: scale(1.2);transition: 0.4s;}
.campus ul li p{position: absolute;left: 0;bottom: -40px;line-height: 40px;height: 40px;color: white;background: url(../21images/bgblack.png);text-align: center;width: 100%;transition: 0.4s;font-size: 14px;}
.campus ul li:hover p{bottom: 0;transition: 0.4s;}
.campus ul li+li{}
.campus ul li+li+li{width: 100%;margin-top: 0.625rem;}
.campus ul li+li+li .pic img{display: block;width: 100%;height: 11.875rem;transition: 0.4s;}
.campus .subTitle a{font-size: 14px;color: #999;position: absolute;right: 0;top: 0;line-height: 40px;    text-transform: uppercase;}
.campus .subTitle a:hover{color:#013193;}
/* footer */
.footer{background:#005bac;padding: 3.125rem 0 20px 0;overflow: hidden;}
.footer dl{}
.footer dl dd{font-size: 14px;color: white; line-height: 30px;}
.footer dl dd img{display: inline-block;margin-right: 6px;}
.footer .fLogo{margin-left:170px;}
.footer .ewm img{width:108px;}
.footer .ewm p{color: white;font-size: 0.875rem;text-align: center;margin-top: 0.875rem;}
.footer .bq{border-top: 1px solid #4a7ddb;font-size: 0.875rem;color: white;text-align: center;padding-top: 15px;margin-top: 25px;line-height: 24px;}

/* 二级页css */
.Nybox{margin-top: 3.75rem;}
/* news-list  css */
/* .er-banner{position: relative;height: auto;width: 100%;overflow: hidden;}
.er-banner img{width: 100%;} */
.position{background:#f5f5f5;padding: 0 15px;height: 40px;line-height: 40px;position: relative;z-index: 6;border-top: 1px solid #005ca9;overflow: hidden;}
.position h5{float: left;display: inline-block;font-size: 1.25rem;color: #333333;font-weight: normal;}
.position2 h5{color: #c20202;}
.position p{padding-left: 24px;font-size: 12px;color: #686868;background: url(../21images/now.png) no-repeat left center;float: right;}
.position p a{color: #686868;transition: 0.6s all;margin: 0 3px;}
.position p a:hover{color: #005ca9;transition: 0.6s all;}

.list-box{margin-top: 60px;margin-bottom: 60px;}
.left-nav{width: 210px;}
.left-nav h5{height: 80px;line-height: 80px;background:#005ca9;font-size: 20px;color: #fff;font-weight: bold;text-align: left;padding-left: 30px;position: relative;margin-bottom: 10px;}
.left-nav h5 span{width: 6px;height: 6px;border: 2px solid #FFFFFF;transform: rotate(45deg);display: inline-block;margin-right: 12px;position: relative;top: -2px;vertical-align: middle;}
.left-nav ul{}
.left-nav ul li{border-bottom: 1px solid #e5e5e5;padding:0 30px;}
.left-nav ul li a{transition: 0.6s all;line-height: 24px;display: block;font-size: 16px;color: #333333;font-weight: normal;text-align: left;padding: 12px 0;background: url(../21images/rr.png) no-repeat right center;}
.left-nav ul li.on{}
.left-nav ul li.on{background: #005CA9;}
.left-nav ul li.on a{color: #FFFFFF;transition: 0.3s all;font-weight: bold;background: url(../21images/rron.png) no-repeat right center;}
.left-nav ul li:hover{background: #005BAC;}
.left-nav ul li:hover a{color: #FFFFFF;transition: 0.3s all;font-weight: bold;background: url(../21images/rron.png) no-repeat right center;}
.left-nav ul li:last-child{border-bottom: none;}



/* list01 */
.listR{width: calc(100% - 210px);padding-left: 3.125rem;border-left: 1px solid #d9d9d9;box-sizing: border-box;padding-bottom: 60px;overflow: hidden;}
.list01 ul{margin-bottom: 3.125rem;margin-top: 1.875rem;min-height:218px;}
.list01 ul li{width: 100%;}
.list01 ul li+li{margin-top: 25px;}
.list01 ul li a{display: block;}
.list01 ul li a .pic{width: 16.5rem;height: 11.25rem;overflow: hidden;right: 0;top: 0;float: right;object-fit: cover;}
.list01 ul li a .pic img{width: 100%;height: 100%;transition: 0.4s;}
.list01 ul li a:hover .pic img{transform: scale(1.2);transition: 0.4s;}
.list01 ul li a .text{float: left;width: calc(100% - 16.5rem - 1.5rem);border-bottom: 1px dashed #c0c0c0;padding-bottom: 35px;margin-right: 1.5rem;}
.list01 ul li a .text h5{font-size: 1.125rem;color: #323232;font-weight: normal;margin-top: 10px;line-height: 1.75rem;}
.list01 ul li a .text h5:hover{color: #005ca9;}
.list01 ul li a .text span{display: inline-block;padding-right: 20px;padding-bottom: 4px;border-bottom: 2px solid #005ca9;color: #005ca9;margin-top: 15px;font-size: 0.875rem;}
.list01 ul li a .text span:hover{border-bottom: 2px solid #ac0000;color: #ac0000;}
.list01 ul li a .text p{font-size: 14px;text-align: justify;color: #999;line-height: 24px;margin-top: 15px;}
.list01 ul li a .text i{font-size: 14px;color: #005ca9;font-style: normal;font-weight: normal;display: inline-block;}
.list01 ul li:hover p{color: #005ca9;}
/* list02 */
.list02{}
.list02 ul{margin-top: 15px;margin-bottom: 2.125rem;min-height:256px;}
.list02 ul li{border-bottom: 1px solid #d9d9d9;}
.list02 ul li:hover{border-bottom: 1px solid #005BAC;}
.list02 ul li a{display: block;padding: 0.875rem 0;}
.list02 ul li a p{float: left;width: calc(100% - 80px);line-height: 24px;color: #323232;background: url(../21images/qd5.png) no-repeat left 7px;padding-left: 15px;transition: 0.4s;font-size: 1rem;}
.list02 ul li a i{float: right;display: inline-block;text-align: right;color: #666666;line-height: 24px;transition: 0.4s;font-size: 0.875rem;font-style: normal;}
.list02 ul li:hover a i{color: #005BAC;transition: 0.4s;}
.list02 ul li:hover a p{background: url(../21images/qd5on.png) no-repeat left center;color: #005BAC;padding-left: 20px;transition: 0.4s;}

/* list03 */
.list03{}
.list03 .Nytab{margin-top: 30px;}
.list03 .Nytab dl{background: #f5f5f5;}
.list03 .Nytab dl dd{float: left;height: 40px;}
.list03 .Nytab dl dd a{line-height: 40px;height: 40px;color: #666666;padding:  0 25px;display:inline-block;}
.list03 .Nytab dl dd.on,
.list03 .Nytab dl dd:hover{background:#dedede;position: relative;}
.list03 .Nytab dl dd.on a,
.list03 .Nytab dl dd:hover a{color: #000000;}
.list03 .Nytab dl dd.on::after,
.list03 .Nytab dl dd:hover::after{content: "";position:absolute;width: 0;height: 0;border-width: 10px 10px 0 10px;border-style: solid;border-color: #dedede transparent transparent  transparent; z-index: 6;bottom: -10px;left: 50%;margin-left: -5px;}

.list03 .Nytab dl dd a{}

/* list04 */
.list04 ul{margin-top: 0px;margin-bottom: 50px;min-height:243px;}
.list04 ul li{padding: 1.5rem 0;border-bottom: 1px dashed #d2d2d2;}
.list04 ul li a{display: block;}
.list04 ul li a p{line-height: 24px;}
.list04 ul li a p span{float: left;font-size: 1rem;color: #333333;font-weight: bold;width: calc(100% - 90px);margin-bottom: 0.5rem;}
.list04 ul li a p i{float: right;display: inline-block;text-align: right;font-size: 0.875rem;color: #666666;font-weight: bold;font-style: normal;}
.list04 ul li:hover a p span,
.list04 ul li:hover a p i{color: #005CA9;}
.list04 ul li a b{font-weight: normal;font-style: normal;font-size: 0.875rem;color: #666666;}
.list04 ul li a b:hover{color: #005CA9;}

/* list05 */
.list05{}
.list05 ul{margin: 0 -0.9375rem;margin-bottom: 3rem;min-height:258px;}
.list05 ul li{margin-top: 25px;float: left;width: 33.3333333%;padding: 0 0.9375rem;}
.list05 ul li a{display: block;}
.list05 ul li a .pic{overflow: hidden;}
.list05 ul li a .pic img{display: block;width: 100%;height: 10.9375rem;transition: 0.4s;object-fit: cover;}
.list05 ul li a:hover .pic img{transform: scale(1.2);transition: 0.4s;}
.list05 ul li a p{font-size: 1rem;line-height: 1.625rem;height: 3.25rem;color:#323232;margin-top: 10px;overflow: hidden;}
.list05 ul li:hover a p{color: #c20202;}

/* show */
.show{}
.show .show01{margin-bottom: 35px;margin: 2.125rem;border-bottom: #d9d9d9 1px solid;padding: 0 0 2rem;}
.show .show01 h5{font-size: 1.625rem;color: #323232;text-align: center;line-height: 2.25rem;margin-bottom: 1.25rem;font-weight: bold;}
.show .show01 p{font-size: 12px;color: #808080;text-align: center;}
.show .show01 p i{font-style: normal;margin: 0 5px;font-size: 0.875rem;}
.show .show02{padding-bottom: 40px;}
.show .show02 p{font-size: 1rem !important;color: #323232;line-height: 1.875rem !important;margin-bottom: 1rem;text-align:justify;}
.show .show02 p span{font-size: 1rem !important;color: #323232;line-height: 1.875rem !important;margin-bottom: 1rem;text-align:justify;}
.show .show02 img{display: block;margin: 0 auto 30px auto;max-width: 600px;width:100% !important;height:auto !important;}
.show .show03{padding-top: 1.875rem;border-top: 1px solid #e6e6e6;}
.show .show03 p{font-size: 1rem;color: #323232;margin-bottom: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;height:25px;line-height:25px;}
.show .show03 p a{color: #323232;width: calc(100% - 4rem);}
.show .show03 p a:hover{color: #005bac;transition: 0.6s all;}
/* zhy01 */
.zhy01{}
.zhy01 .jsdt{background: #f5f5f5;padding: 35px 1.875rem 3.75rem 1.875rem;margin-top: 2.5rem;}
.zhy01 .jsdt ul{
    font-size: 0;
    margin: 0 -0.75rem;
}
.zhy01 .jsdt ul li{display: inline-block;width: 33.3333333%;padding: 0 0.75rem;position: relative;}
.zhy01 .jsdt ul li a{display: block;position: relative;}
.zhy01 .jsdt ul li a .pic{overflow: hidden;}
.zhy01 .jsdt ul li a .pic img{transition: 0.4s;width: 100%;height: 11.875rem;display: block;object-fit: cover;}
.zhy01 .jsdt ul li:hover a .pic img{transform: scale(1.2);transition: 0.4s;}
.zhy01 .jsdt ul li a p{background: #08b9c0;width: 212px;height: 50px;line-height: 50px;text-align: center;color: white;position: absolute;bottom: -25px;left: 50%;margin-left: -106px;z-index: 8;font-size: 1.125rem;box-shadow: 0 0 10px #08b9c0;}
.zhy01 .jsdt ul li+li a p{background: #43bf4f;box-shadow: 0 0 10px #43bf4f;}
.zhy01 .jsdt ul li+li+li a p{background: #435abf;box-shadow: 0 0 10px #435abf;}
.zhy01 .jsdt2 ul li a p{background: #aa8a57;box-shadow: 0 0 10px #aa8a57;}
.zhy01 .jsdt h3{font-size: 1.25rem;font-weight: bold;color: #005ca9;position: relative;display: inline-block;padding: 0 70px;margin-bottom: 1.875rem;}
.zhy01 .jsdt h3::before{content: "";height: 1px;width: 60px;background:#cacaca;left: 0;top: 50%;position:absolute;}
.zhy01 .jsdt h3::after{content: "";height: 1px;width: 60px;background:#cacaca;right: 0;top: 50%;position: absolute;}

.n_list02 ul{font-size:0;margin:0 -11px;padding: 0;margin-bottom: 20px;min-height:189px;}
.n_list02 ul li{display:inline-block;width:33.333333%;padding:0 11px;margin-bottom: 22px;text-align: center;}
.n_list02 ul li.li{ width:100%}
.n_list02 ul li a{display:block;border: #f1f1f1 1px solid;padding: 15px;}
.n_list02 ul li a .img{max-width: 100%;height: 176px;line-height: 176px;object-fit: cover;overflow: hidden;}
.n_list02 ul li a .img img{max-width: 100%;max-height: 176px;object-fit: cover;overflow: hidden;}
.n_list02 ul li a h5{font-size: 14px;height:20px;line-height:20px;color:#333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align: center;margin: 8px 0 0;}

.n_sanji{ margin:2rem 0}
.n_sanji dl{ font-size:0; text-align:center}
.n_sanji dl dd{display:inline-block;margin: 0 0.5rem;}
.n_sanji dl dd a{display:block;height: 2.5rem;line-height: 2.5rem;font-size:16px;background:#f5f5f5;border-radius: 1.25rem;color:#333;padding: 0 2rem;transition: 0.36s;}
.n_sanji dl dd.on a{ background:#005CA9; color:#fff}

/*==========================================内页 结束=============================================*/

/* aos="fade-up" aos-duration="1200" */
@media(min-width: 768px){
	header .right h5 a:hover{ font-weight:bold}
	
	.n_sanji dl dd a:hover{ background:#005CA9; color:#fff}
}


@media(min-width: 992px) and (max-width: 1300px){
}

@media(max-width: 1600px){
}

@media(max-width: 1450px){
}

@media(max-width: 1400px){
}

@media(max-width: 1330px){
}

@media(max-width: 1230px){
	.w1200, .w12{ padding-left:15px; padding-right:15px}
}

@media(max-width: 1200px){
	.gzzdBox{width:100%;margin-bottom: 2rem;}
	.zbshBox{width: calc(100% - 23.4375rem - 2rem);margin: 0;}
	
	.zhy01 .jsdt ul li{width:50%;margin-bottom: 3rem;}
}

@media(max-width: 992px){
	#gotop{right:0;transform:scale(0.6);bottom: 2rem;}
	
	header .right h5{position: absolute;right: 220px;top: 16px;}
	#openBtn{ display:block}
	#nav{ display:none}
	
	header, .header_box{height: 90px;}
	header .logo{line-height: 76px;}
	header .logo img{max-height: 34px;max-width: 80%;}
	header{position:fixed;top:0;left:0;width:100%;z-index: 10000;padding: 20px 0 0px;}
	header .right .sousuo{position:absolute;right: 15px;top: 8px;}
	.sousuo .test{height: 26px;width: 200px;font-size: 12px;}
	.sousuo .btn{top:0;transform: scale(0.8);}
	.sousuo .search{ border:rgba(255,255,255,0.5) 1px solid}
	header .right h5 span{margin: 0 5px;}
	
	.news-slide-bd{ width:100%}
	.notice{width:100%;padding: 2rem 0 0;}
 	
	.zbshBox{ width:100%; margin-bottom:2rem}
	.bsznBox{width:100%;height: auto;}
	
	.xyjsBox .itemBox, .campus{ width:100%; padding:0}
	.campus{ margin-top:2rem}
	.footer .fLogo{ display:none}
	
	.left-nav{ display:none}
	.listR{width:100%;border: none;padding: 0;padding-bottom: 3rem;}
}

@media(max-width: 768px){
	.news-slide-bd-l .bd ul li a .img, .news-slide-bd-l .bd ul li a img{ height:20rem}
	.news-slide-bd-l .bd ul li .bt{padding-right: 68px;}
	.news-slide-bd-l ul.miso-dots li{ margin:0 0 0 4px;}
	.news-slide-bd .newsText ul li a{ font-size:14px;}
	.notice .bd ul li a{ font-size:14px;}
	.hd ul li.miso-current p, .bsznBox .title h4, .zbshBox .hd ul li.miso-current p{background-size: 22px 22px !important;padding-left: 2.75rem;}
	.campus ul li p{ bottom:0}
	.bsznBox ul li a img{ height:3rem}
	.bsznBox ul li a{ height:90px}
	.zbshBox .bd ul li a{ font-size:14px;}
        .gzzdBox ul li a{margin-top:0;}
	.gzzdBox ul li a img{ height:2.5rem}
	.gzzdBox ul li{height: 6.5rem;}
	.gzzdBox{ padding:1.25rem}
	.news-slide-bd .newsText ul li{background-size: 8px auto !important;}
	.container2{margin-top:1rem;padding: 1rem 0;}
	
	.footer dl{width: calc(100% - 90px);padding-right: 1rem;}
	.footer dl dd{font-size:12px;line-height: 24px;}
	.footer dl dd img{ height:10px}
	.footer .ewm{width: 90px;}
	 .footer .ewm img{width: 90px;}
	.campus ul li+li+li .pic, .campus ul li+li+li .pic img{ height:auto}
	
	.LinkBox ul{ margin:0 -7px}
	.LinkBox ul li{width: 50%;margin-bottom: 1rem;padding: 0 5px;}
	.list01 ul li a .text{ width:100%}
	.list01 ul li a .pic{width:100%;height: auto;margin-bottom: 1.5rem;}
	.list01 ul li a .text p{ font-size:12px; line-height:20px}
	
	.fanye img{ max-width:100%}
	.position p{ font-size:11px;}
    .list02 ul li a p{ font-size:14px}
	.list02 ul li a{ padding:0.5rem 0}
	.list04 ul li a p span{ font-size:14px;}
	.list04 ul li{ padding:0.75rem 0}
	
	.zhy01 .jsdt{ padding:2rem 1rem 1rem}
	.zhy01 .jsdt ul{ margin:0 -5px}
	.zhy01 .jsdt ul li{padding:0 5px;margin-bottom: 1rem;}
	.zhy01 .jsdt ul li a p{width:100%;left: 0;margin-left: 0;bottom: 0;line-height: 30px;height: 30px;position: relative;}
	
	.list03 .Nytab dl dd{width:25%;text-align: center;}
	.list03 .Nytab dl dd a{padding:0;display: block;font-size: 12px;}
	
	.list05 ul{margin:0 -7px;margin-bottom: 2rem;}
	.list05 ul li{ width:50%; padding:0 7px}
	
	.list05 ul li a p{ font-size:14px;}
	
	.show .show02 p{ font-size:13px; line-height:26px;}
	
	.n_list02 ul{ margin:0 -5px}
	.n_list02 ul li{ width:50%; padding:0 5px;}
	.n_list02 ul li a .img{ height:120px; line-height:120px}
	.n_sanji dl dd a{ font-size:14px; padding:0 1.25rem}
}

@media(max-width: 500px){
	.campus ul li .pic, .campus ul li .pic img{ height:9rem}
	.xyjsBox .itemBox .bd ul li a .pic, .xyjsBox .itemBox .bd ul li a .pic img{ height:9rem}
	.zhy01 .jsdt ul li a .pic img{height: 9rem;}
	.xyjsBox .itemBox .hd ul li{padding: 0 1.75rem 0 1.25rem;}
	.n_list02 ul li a .img{ height:100px; line-height:100px}
}
@media(max-width:374px){
.xyjsBox .itemBox .hd ul li{padding: 0 0.75rem 0 0.55rem;}
}
.show .show02 table tr td p{margin-bottom:0;text-align:inherit;text-indent: 0em !important;}