@charset "utf-8";
/* CSS Document */
html{background:#FFF;font-size:62.5%;}
body{font-size:14px;font-size:1.4rem ;color: #323232;font-family:'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: subpixel-antialiased;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
fieldset,img{border:0;}
img,object{/**width:100%;*/max-width:100%;width:auto\9;-ms-interpolation-mode: bicubic;}
a{outline:none;text-decoration:none;color:#323232;}
a:hover{color: #003c7c;text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
ul,ol,li{list-style:none outside none;}
.tc{text-align:center !important;}
.tl{text-align:left  !important;}
.tr{text-align:right  !important;}
.pa{position: absolute;}
.pr{position: relative;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';content:none;}
input,textarea,select{font-weight:inherit;}
input,select,textarea,button {vertical-align:middle}
.relative
{
	position:relative;
}

.clear{*zoom:1;}
.clear:after{content: '';display: block;clear:both;}
.topWrap {
    width: 100%;
    background: url(https://www.imac.edu.cn/r/cms/www/naga/images/header_bg.jpg) no-repeat top center #2A6CA8;
    background: #2A6CA8;
}
.top {
    height: 42px;
    line-height: 42px;
    width: 1300px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}
.top_lf {
    position: absolute;
    left: 0;
}
.top_rt {
    position: absolute;
    right: 0;
}
.black_bg01{position: fixed;background-color:#000;opacity: 0.7;width:100%;height:100%;display: none;filter: alpha(opacity=70)}
/*头部样式*/
.header{width:100%;min-width: 300px; height:auto; z-index:99999999;position:relative;top:0;left:0;}
.header.current .black_bg01{display: block;}
.nav-wrapper{width: 100%;height: 75px;background-color:#fff;}
.logo_index2{ width:185px; height:0; position: relative;z-index: 99992;top:-34px;margin:0 auto;transition: all 0.3s ease}
.logo_bg{width: 260px;height: 0;position: relative;z-index: 99990;top:75px;margin:0 auto;}
.nav{width:1300px;margin:0 auto;z-index: 9992;float: none;}
.nav_lf{width: 41.24%;float:left;}
.nav_rt{width: 41.24%;float:right;}
.nav ul li{ float:left;height: 40px;padding-top:18px;transition: all 0.3s ease;position: relative;}
.nav ul > li{width:20%;}
.nav ul li > a{padding:0;text-align:center;line-height:40px;height: 40px;color:#2A6CA8;transition: all 0.3s ease;}
.nav ul li > a{font-size:16px;font-size:1.6rem; display: block;font-weight:bold;}
.nav ul li.on > a,.nav ul li:hover > a{color: #fff;background-color:#2A6CA8;height:57px;line-height: 57px;}
.nav ul li.on{height:57px; }
.nav ul li.on .subNav{display: block;}
.subNav{width:100%;background:url(https://www.imac.edu.cn/r/cms/www/naga/images/subNav_bg.png) repeat;}
.subNav{position: absolute;left:0;top:75px;display: none;z-index: 111;}
.subNav a{color:#fff;padding:8px 15px;display: block;z-index: 111;}
.subNav a:hover{background-color:#2A6CA8;}
.header.currents .logo_index2{width: 135px;top:-37px;}
.header.currents .nav ul li{padding-top:10px;height: 48px;}
.header.currents .nav ul li.on > a,.header.currents .nav ul li:hover > a{height:48px;line-height: 48px;}
.header.currents .subNav{top:56px;}
.header.currents .nav-wrapper{height: 56px;}
.header.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.4)}
.flipInY  {
  -webkit-animation-name: flipInY ;
  animation-name: flipInY ;
  animation-duration: 0.6s; 
  -webkit-animation-duration: 0.6s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: block;
  z-index: 111;
}


@keyframes flipInY  {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@media screen  and (max-width:1024px) {
	.nav{display: none;}
  .logo_bg{display: none;}
  .logo_index2{width: 115px;}
  .nav-wrapper{height: 30px;}
  .top{display: none;}
  .topWrap{height: 42px;}
  .mobile{display: block;}
  .logo_bg{display: none;}  
}
.yuan_zi {
    width: 1300px;
    margin: 0 auto;
    margin-top: 135px;
    font-size: 40px;
    line-height: 50px;
    color: #2A6CA8;
    font-weight: 600;
    margin-bottom: 35px;
}
.yuan_zi2 {
    width: 100%;
    margin: 0 auto;
    margin-top: 45px;
    font-size: 28px;
    line-height: 50px;
    color: #2A6CA8;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 10px;
}
.s1-t {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
}
.s1-tl {
   width: calc(50% - 15px);
    position: relative;
    margin-right: 15px;
}
.twbox-pic .pic {
    padding-top: 50%;
    position: relative;
}
.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-out 0s;
}
.twbox-info {
    background: #fff;
    padding: 25px 0;
}
.twbox-info h3 {
    font-size: 20px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 0 25px;
}
.body_b {
    outline: none;
}
.it6 {
    background:#2A6CA8;
}
.titline_y {
    display: inline;
    position: relative;
    background-image: linear-gradient(#2A6CA8, #2A6CA8);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
}
.twbox-info p {
    font-size: 15px;
    line-height: 27px;
    height: 81px;
    overflow: hidden;
    color: #808080;
    margin-top: 15px;
    padding: 0 25px;
}
.twbox a {
    display: block;
}
.s1-tr {
    width: calc(50% - 15px);
    position: relative;
    margin-left: 15px;
    flex: 1;
}
.i-list1 .item {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: calc(50% - 20px);
    cursor: pointer;
    position: relative;
    border-bottom: 4px solid #ef3838;
    transition: all 0.5s;
    padding-bottom: 30px;
    float: left;
    margin-left: 20px;
}
.s1-t .i-list1 .item:nth-child(1), .s1-t .i-list1 .item:nth-child(4), .s1-t .i-list1 .item:nth-child(5), .s1-t .i-list1 .item:nth-child(8) {
    background: #2A6CA8;
    border-color: #ef3838;
}
.margt9087 .i-list1 .item:nth-child(-n+6) {
    margin-bottom: 34px;
}
.i-list1 .item:nth-child(-n+4) {
    margin-bottom: 20px;
}
.s1-t .i-list1 .item:nth-child(1):hover, .s1-t .i-list1 .item:nth-child(4):hover, .s1-t .i-list1 .item:nth-child(5):hover, .s1-t .i-list1 .item:nth-child(8):hover {
    background: #810E1F!important;
    color: #fff!important;
}
.s1-t .i-list1 .item:hover {
    background: #810E1F!important;
    color: #fff!important;
}
.s1-t .i-list1 .item:hover .text{
    color: #fff!important;
}
.s1-t .i-list1 .item:hover .date{
    color: #fff!important;
}
.i-list1 .item:nth-child(-n+4) {
    margin-bottom: 20px;
}
.margt9087 .i-list1 .item:nth-child(-n+6) {
    margin-bottom: 34px;
}
.i-list1 .item {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: calc(50% - 20px);
    cursor: pointer;
    position: relative;
    border-bottom: 4px solid #ef3838;
    transition: all 0.5s;
}
.i-list1 .item a {
    display: block;
}
.i-list1 .item:hover {
    background: #810E1F;
    color: #fff;
}
.i-list1 .item:hover .text {
    color: #fff;
}
.s1-t .i-list1 .item:nth-child(1) .text, .s1-t .i-list1 .item:nth-child(4) .text, .s1-t .i-list1 .item:nth-child(5) .text, .s1-t .i-list1 .item:nth-child(8) .text  {
    color: #fff;
}
.i-list1 .item .text {
    padding: 20px 30px 0 30px;
    position: relative;
}
.i-list1 .item .text .h {
    font-size: 16px;
    line-height: 1.5;
    max-height: 48px;
    overflow: hidden;
}
.s1-t .i-list1 .item:nth-child(1) .text .date, .s1-t .i-list1 .item:nth-child(4) .text .date, .s1-t .i-list1 .item:nth-child(5) .text .date, .s1-t .i-list1 .item:nth-child(8) .text .date {
    color: #fff;
}
.i-list1 .item .text .date {
    margin-top: 15px;
    font-size: 16px;
    font-style: normal;
}

  .img-hide {
    overflow: hidden;
    display: block;color:#555;
  }
  .link-slick .img-hide img {
    display: block;
    border: 8px solid #d4def3;
  }
  .img-hide img {
    transition: 0.5s all;
    transform: scale(1, 1);
  }
  .img-hide:hover img {
    transform: scale(1.2, 1.2);
  }
  .ztzl-container {
    width: 1300px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
  }
  .link-box {
    overflow: inherit;
    margin-top: 40px;
  }
  
  .link-slick a {
    display: block;
    position: relative;
    padding-top: 60%;
    margin: 0 40px;
  }
  
  .link-slick {
    margin: 0 -10px;
  }
  
  .link-slick p {
    width: 96%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 8px;
  }
  
  .link-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 16px);
    height: 250px;
  }
  
  .link-slick .slick-prev {
    left: -21px;
    z-index: 100;
    width: 28px;
    height: 50px;
    background: url(https://www.imac.edu.cn/r/cms/www/naga/images/ztz.png) center no-repeat;
    /* margin-top: -20px; */
  }
  
  .link-slick .slick-next {
    right: -21px;
    width: 28px;
    height: 50px;
    background: url(https://www.imac.edu.cn/r/cms/www/naga/images/zty.png) center no-repeat;
    margin-top: -20px;
  }
  
  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
  .ztzl {
    width: 100%;
    padding: 40px 0 80px 0;
    background: #547DC2;
    position: relative;
    background: #2A6CA8;
  }
  
  .ztzl-title {
    width: 1300px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
  }
  
  .ztzl-title h2 {
    font-size: 32px;
  }
  .kstd {
    text-align: center;
    padding: 81px 0 30px 0px;
    background: #f0f0f0;
  }
  
  .kstd .img-hide img {
    display: inline;
  }
  
  .kstd-bt {
    font-size: 16px;
  }
.it6 {
    background: #2A6CA8;
}
  .slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:none;
    touch-action:none;
    -webkit-tap-highlight-color:transparent;
  }
  .slick-list{
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0;
  }
  .slick-list:focus{
    outline:0;
  }
  .slick-loading .slick-list{
  }
  .slick-list.dragging{
    cursor:pointer;
    cursor:hand
  }
  .slick-slider .slick-list,.slick-track,.slick-slide,.slick-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);
  }
  .slick-track{
    position:relative;
    left:0;
    top:0;
    display:block;
    zoom:1
  }
  .slick-track:before,.slick-track:after{
    content:"";
    display:table
  }
  .slick-track:after{
    clear:both
  }
  .slick-loading .slick-track{
    visibility:hidden
  }
  .slick-slide{
    float:left;
    height:100%;
    min-height:1px;
    display:none
  }
  .slick-slide img{
    display:block
  }
  .slick-slide.slick-loading img{
    display:none
  }
  .slick-slide.dragging img{
    pointer-events:none
  }
  .slick-initialized .slick-slide{
    display:block
  }
  .slick-loading .slick-slide{
    visibility:hidden
  }
  .slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
  }
  @font-face{
    font-weight:400;
    font-style:normal
  }
  .slick-prev,.slick-next{
    position:absolute;
    display:block;
    height:20px;
    width:20px;
    line-height:0;
    font-size:0;
    cursor:pointer;
    background:0 0;
    color:transparent;
    top:50%;
    margin-top:-10px;
    padding:0;
    border:0;
    outline:0
  }
  .slick-prev:focus,.slick-next:focus{outline:0}
  .slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}
  .slick-prev:before,.slick-next:before{
    font-family:slick;
    font-size:20px;
    line-height:1;
    color:#fff;
    opacity:.85;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
  }
  .slick-prev{left:-25px}
  .slick-prev:before{content:"\2190"}
  .slick-next{right:-25px}
  .slick-next:before{content:"\2192"}
  .slick-slider{margin-bottom:30px}
  .slick-dots{
    position:absolute;
    bottom:-45px;
    list-style:none;
    display:block;
    text-align:center;
    padding:0;
    width:100%
  }
  .slick-dots li{
    position:relative;
    display:inline-block;
    height:20px;
    width:20px;
    margin:0 5px;
    padding:0;
    cursor:pointer
  }
  .slick-dots li button{
    border:0;
    background:0 0;
    display:block;
    height:20px;
    width:20px;
    outline:0;
    line-height:0;
    font-size:0;
    color:transparent;
    padding:5px;
    cursor:pointer;
    outline:0
  }
  .slick-dots li button:focus{outline:0}
  .slick-dots li button:before{
    position:absolute;
    top:0;
    left:0;
    content:"\2022";
    width:20px;
    height:20px;
    font-family:slick;
    font-size:6px;
    line-height:20px;
    text-align:center;
    opacity:.25;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
  }
  .slick-dots li.slick-active button:before{opacity:.75}
.mianpart{width: 1300px;margin: 0 auto;display: block;padding-bottom: 30px;font-family:"微软雅黑"}
.mianpart .fl,.mianpart .fr{ width:490px;}
.mianpart h2,.schoolgd h2{height: 35px; line-height: 35px; border-bottom: 1px solid #42719b; margin-bottom:15px;    padding-bottom: 4px;}
.mianpart h2 a{ display: inline-block; line-height:35px; color: #9a9999; margin-right: 15px; border-bottom: 3px solid #dfdfdf; font-size:16px;  }
.mianpart h2 span,.mianpart h2 a.titsel{ display: inline-block; border-bottom: 3px solid #42719b; color: #42719b; padding:0 8px; }
.mianpart  li{ height:32px; line-height:32px; overflow:hidden; font-size:12px;}
.mianpart .ulnew-a li{ padding-left:25px; background:url(../images/newsico.png) left center no-repeat;}
.mianpart .ulnew-a li .time,.mianpart li .time{float:right; color:#999; font-size:12px;}
.newstopic img{ width:480px; height:200px;}
.mianpart .taball .news-tw{ float:left; width:490px; margin-bottom:5px;   }
.mianpart .taball .news-tw img{ width:235px; height:145px;}
.mianpart .taball .news-tw span{display:inline-block; width:325px; margin-left:10px;}
.mianpart .taball .news-tw .flimg{float:left;}
.mianpart .taball .news-tw span h3{ font-weight:normal; margin-bottom:10px;}
.mianpart .taball .news-tw span h3 a{ color:#333}
.mianpart .taball .news-tw span p{ line-height:22px; color:#666666}
.mianpart .taball .news-tw h3{ float:left; height:35px; line-height:35px; text-align:center;;margin-left: 10px;    width: 235px;    float: left;}
.mianpart .taball .news-tw h3 a{ color:#333; font-size:15px;}
.mianpart .taball .news-span{ display:inline-block; width:490px; }
.mianpart .taball .news-tw p {
    margin-left: 10px;
    width: 235px;
    float: left;
    line-height: 22px;
    color: #999;
}

.mianpart li a.d-circle{ padding-left:10px; font-size:15px; position:relative}
.mianpart li a.d-circle:before{ position:absolute; left:0; top:6px; content:""; width:3px; height:3px; background:#d4d4d4; display:inline-block}
.mianpart .zt-link{ display:inline-block}
.mianpart .zt-link li{float:left; margin-bottom:6px; width:100%; height:61px;}
.mianpart .zt-link li a{float:left; height:61px;}
.mianpart .zt-link li a img{width:100%}
.home-cmny{ width:525px}
.home-cmny li img{ float:left; width:97px; height:32px; margin-right:17px; border:1px solid #eee}
.home-cmny li{ float:left; width:50%; margin-bottom:8px; height:34px}
.home-cmny li span{ display:inline-block; width:335px; line-height:17px; color:#393939;}
.xuebao{float:left; width:200px; text-align:center}
.xuebao img{ width:150px}
.ewm-news{ float:left; width:270px; text-align:center; margin:20px 0}
.ewm-news img{width:150px; height:150px;}
.ewm-news p{ margin-top:5px; line-height:35px; color:#333; font-size:16px;}
.mianpart-top img{ width:100%; height:75px; }
.hot a.hotpic {
    width: 100%;
}
.schoolgd {width:1300px; overflow:hidden; padding:15px 0 10px;  margin-top:20px; /*background:#f1f1f1;*/}
.schoolgd li{ display:inline; float:left; margin-right:12px; height:auto}
.schoolgd li a{ width:280px; display:block; float:left; text-align:center; font-size:14px;}
.schoolgd li a:hove{ text-decoration:none;}
.schoolgd li img {width:280px; height:165px;}
.schoolgd li em{font-style: normal; height:24px; line-height:24px; display:block; margin-top:8px;}
.schoolgd li p{ line-height:30px; color:#069}
/* CSS Document */
.banner{position: relative;z-index: 1;max-width: 1920px;margin:0 auto;}
.Banner_bg{width: 100%;height: 30px;background:url(https://www.imac.edu.cn/r/cms/www/naga/images/bannerBg01.png) repeat-x;z-index: 999;position: absolute;left:0;top:0;}
.Banner_line{position: absolute;width: 100%;height: 48px;background:url(https://www.imac.edu.cn/r/cms/www/naga/images/line.png) no-repeat top center;position: absolute;bottom:-18px;left:0;z-index: 998;}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li.clone{position:relative}
.flexslider .slides img {width: 100%; display: block;height: 100%;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative;zoom:1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 30px; height: 50px;  position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  text-indent:-999em ;margin-top:-25px;}
.flex-direction-nav .flex-prev { left: 60px; background:url(https://www.imac.edu.cn/r/cms/www/naga/images/lf.png) no-repeat center center; }
.flex-direction-nav .flex-next { right: 60px;  background:url(https://www.imac.edu.cn/r/cms/www/naga/images/rt.png) no-repeat center center;}
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px;}
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -2px; left:0; text-align: center; z-index:9999; }
.flex-control-nav li {margin: 10px 6px 0; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 8px; height: 8px; display: block; border:2px solid #0d58aa; cursor: pointer; text-indent: -9999px;border-radius:8px; }
.flex-control-paging li a:hover { background: #0d58aa;  }
.flex-control-paging li a.flex-active { background: #0d58aa;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.banner .flex-control-nav{width: 160px;height: 32px;background: url(https://www.imac.edu.cn/r/cms/www/naga/images/banner_bg01.png) no-repeat top center;position: absolute;bottom:-1px;left:50%;margin-left:-80px;z-index: 1045}
.review_news {
  width: 65px;
  height: 25px;
  line-height: 23px;
  font-size: 15px;
  z-index: 999;
  position: absolute;
  right: 20px;
  bottom: 60px;
  text-align: center;
}
.review_newsBg {
  width: 65px;
  height: 25px;
  background-color: none;
  opacity: 0.4;
  filter: alpha(opacity=60);
  position: absolute;
  right: 20px;
  bottom: 60px;
  z-index: 998;
}
.delighter.splash {
  transition: all 2s ease-out;
}
.delighter.splash.ended {
  background: #fff;
}
.delighter.right { transform:translate(-100%); opacity:0; transition: all 5s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all 5s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.tobottom { transform:translatey(100px); opacity:0; transition: all .75s ease-out; }
.delighter.tobottom.started { transform:none; opacity:1; }

.delighter li { opacity: 0; transform: translatey(120%); transition: all .7s ease-out; }
.delighter.started li { opacity: 1; transform: none; }
.delighter.started li:nth-child(1) { transition: all .3s ease-out .2s; }
.delighter.started li:nth-child(2) { transition: all .3s ease-out .15s; }
.delighter.started li:nth-child(3) { transition: all .3s ease-out .30s; }
.delighter.started li:nth-child(4) { transition: all .3s ease-out .45s; }
.delighter.started li:nth-child(5) { transition: all .3s ease-out 1s; }
.delighter.started li:nth-child(6) { transition: all .3s ease-out 1.15s; }
.delighter.started li:nth-child(7) { transition: all .3s  ease-out 1.3s; }
.delighter.started li:nth-child(8) { transition: all .3s ease-out 1.45s; }
.anmdelay1 { transition: all 1s ease-out .1s!important; }
.anmdelay100 { transition: all 2s ease-out .1s!important; }
.anmdelay30 { transition: all 2s ease-out .4s!important; }
.anmdelay2 { transition: all .7s ease-out .3s!important; }
.anmdelay3 { transition: all .7s ease-out .5s!important; }
.anmdelay4 { transition: all .7s ease-out .7s!important; }
.anmdelay5 { transition: all .7s ease-out .9s!important; }
.anmdelay6 { transition: all .7s ease-out 1.1s!important; }
.anmdelay7 { transition: all .7s ease-out 1.3s!important; }
.anmdelay8 { transition: all .7s ease-out 1.5s!important; }
.anmdelay9 { transition: all .7s ease-out 1.7s!important; }
.anmdelay10 { transition: all .7s ease-out 1.9s!important; }
.anmdelay11 { transition: all .7s ease-out 2.1s!important; }
.anmdelay12 { transition: all .7s ease-out 2.3s!important; }
.anmdelay13 { transition: all .7s ease-out 2.5s!important; }
.double_hang .i-list1 .item .text .h {
    font-size: 16px;
    line-height: 1.5;
    max-height: 48px;
    height: 48px;
    overflow: hidden;
}
.single_hang .i-list1 .item .text .h {
    font-size: 16px;
    line-height: 1.5;
    max-height: 24px;
    height: 24px;
    overflow: hidden;
}
.index-research a {
  color: #000;
  text-decoration: none;
  outline: none;
}
.index-research a {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.index-research a:link {
  text-decoration: none;
  outline: none;
}
.index-research a:visited {
  text-decoration: none;
  outline: none;
}
.index-research a:hover {
  text-decoration: none;
  color: #2A6CA8;
  outline: none;
}
.index-research li {
  list-style: outside none;
}
.index-research img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}
.index-research ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
.index-research {
  position: relative;
  width: 100%;
  height: 625px;
}
.index-research .wal {
  position: relative;
  position: absolute;
  z-index: 11;
  left: 440px;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(98% - 420px);
}
.index-research .wal .list {
    margin-top: 35px;
}
.index-research .list li {
  border-bottom: #e7e7e7 solid 1px;
  position: relative;
}
.index-research .list li:before {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: -16px;
  bottom: -5px;
  width: 120%;
  background: url("https://www.imac.edu.cn/r/cms/www/naga/images/img542.png") right center no-repeat;
  background-size: 100% 100%;
  opacity: 0;
box-shadow: 0px 0px 10px #0000008f;
}
.index-research .list li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  background: #2A6CA8;
  width: 2px;
  height: 48px;
  margin-top: -24px;
  opacity: 0;
}
.index-research .list li .img {
  display: none;
}
.index-research .list li a.name {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 15px 0;
  position: relative;
  left: 0;
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-research .list li:hover:before, .index-research .list li.on:before {
  opacity: 1;
  right: 0;
}
.index-research .list li:hover:after, .index-research .list li.on:after {
  opacity: 1;
}
.index-research .list li:hover a.name, .index-research .list li.on a.name {
  color: #2A6CA8;
  left: -30px;
}
.index-research .big-img {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 40%;
  top: auto;
  bottom: 0;
  padding-top: 25px;
  width: 420px;
}
.index-research .big-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 5px;
  background: url("https://www.imac.edu.cn/r/cms/www/naga/images/img1080.jpg") center top no-repeat;
  background-size: 100%;
background: #fff;
box-shadow: 0px 0px 10px #000;
}
.index-research .big-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 23px;
  right: 0;
  bottom: 23px;
  background: #fff;
}
.index-research .big-img a {
  height: 595px;
  position: relative;
  background: center no-repeat;
  background-size: cover;
  display: block;
  z-index: 2;
width: 96%;
    margin: 0 auto;
top: -14px;
}
.img-hide img {
height: 588.66px;
}
@media (min-width: 1600px) {
  .top {
    height: 42px;
    line-height: 42px;
    width: 1500px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}
.margt9087 .i-list1 .item:nth-child(-n+6) {
    margin-bottom: 9px;
}
.img-hide img {
height: 679px;
}
.nav{width:1500px;margin:0 auto;z-index: 9992;float: none;}
  .s1-t {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1500px;
    margin: 0 auto;
  }
.link-slick p {
    width: 96%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    position: absolute;
    bottom: 18px;
    left: 8px;
}
.link-slick a img {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 16px);
    height: 280px;
  }
  .yuan_zi {
    width: 1500px;
    margin: 0 auto;
    margin-top: 135px;
    font-size: 40px;
    line-height: 50px;
    color: #2A6CA8;
    font-weight: 600;
    margin-bottom: 35px;
  }
  .ztzl-title {
    width: 1500px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
  }
  .ztzl-container {
    width: 1500px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
  }
  .mianpart {
    width: 1500px;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
  }
  .schoolgd {width:1500px; overflow:hidden; padding:15px 0 10px;  margin-top:20px; /*background:#f1f1f1;*/}
}
.s4-c {
      width: 100%;
      margin: 0 auto;
    }
    .s4-c ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .s4-c.showdiv ul li:nth-child(2n+1) {
      transform: translateY(0);
      opacity: 1;
    }
    .s4-c ul li:nth-child(2n+1) {
      transform: translateX(-80px);
      opacity: 0;
      transition: all 1s ease-out;
    }
    .s4-c ul li {
      width: 99%;
      margin-top: 10px;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 10px;
    }
    .s4-c ul li a:hover h3 {
      color: #ffffff;
    }
    .s4-c ul li a:hover p {
      color: #2A6CA8;
    }
    .s4-c ul li {
      position: relative;
    }
    .s4-c ul li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #efebea;
      padding: 0 30px 0 0;
      height: 110px;
      background: #dbd9d7;
    }
    .s4-c ul li a h3 {
      font-size: 24px;
      color: #ef3838;
      line-height: 108px;
      width: 235px;
      text-align: center;
      background: #2A6CA8;
      background-position: center bottom;
      position: relative;
      overflow: hidden;
    }
    .s4-c ul li a h3::before {
      content: "";
      position: absolute;
      left: 95%;
      transform: translateX(-50%) translateY(-50%);
      transform-origin: 50% 50%;
      top: 50%;
      width: 150px;
      height: 150px;
      background: #ef9674;
    /* background: url(https://www.imac.edu.cn/r/cms/www/naga/images/ih2-libj.png) no-repeat;*/
      background: url(https://www.imac.edu.cn/r/cms/www/naga/images/news_bt01.png) no-repeat;
      background-size: 100%;
      z-index: 7;
      animation: hw_rotate 10s infinite linear;
    }
    @keyframes hw_rotate {
      0% {
        transform: translateX(-50%) translateY(-50%) rotate(0);
      }

      100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
      }
    }
    .s4-c ul li a h3 span {
      display: block;
      z-index: 8;
      position: relative;
    }
    .s4-c ul li a p {
      flex: 1;
      font-size: 16px;
      line-height: 22px;
      max-height: 66px;
      overflow: hidden;
      color: #404040;
      padding: 0 30px;
    }