/* 通用样式 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td , a, div{
  margin:0; 
  padding:0; 
  box-sizing: border-box;
}
body, button, input, select, textarea{
  font:16px/1.5 Arial, "Microsoft YaHei", \5b8b\4f53;
}
h1, h2, h3, h4, h5, h6{
  font-size:100%; 
  font-weight: lighter;
}
address, cite, dfn, em, var { 
  font-style:normal; 
}
code, kbd, pre, samp { 
  font-family:courier new, courier, monospace; 
}
small { 
  font-size:12px; 
}
ul, ol { 
  list-style:none; 
}
a { 
  text-decoration:none !important; 
}
a:hover { 
  text-decoration:underline; 
}
sup { 
  vertical-align:text-top; 
}
sub { 
  vertical-align:text-bottom; 
}
legend { 
  color:#000; 
}
fieldset, img { 
  border:0; 
}
button, input, select, textarea { 
  font-size:100%; 
  border: none; 
  outline: none;
}
table { 
  border-collapse:collapse; 
  border-spacing:0; 
}
.clearfix{  
  zoom: 1;
}
.clearfix::after{
  display: block;
  content: "";
  clear: both
}
.clearfix::before{
    display: table;
    content: "";
}
.clear{ 
  content: ""; 
  clear: both; 
  zoom: 1;
}
.fl{ 
  float: left;
}
.fr{ 
  float: right;
}
a{  /*inline-block*/
  display:inline-block;
  *display:inline;
  *zoom:1;
}
/* 共用样式 */
a, div{
  color: #494949;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
/* header css start */
.header-layer1 {
  height: 36px;
  line-height: 36px;
  padding: 1px 0 0;
  background: #eee;
}
.search {
  height: 34px;
  vertical-align: top;
}
.search input {
  width: 200px;
  height: 34px;
  line-height: 34px;
  text-indent: 12px;
  color: #979798;
  border: 1px solid #cacaca;
  vertical-align: top;
}
.search button{
  width: 76px;
  height: 34px;
  margin: 0 0 0 10px;
  background: url("../images/searchIcon.png") no-repeat 50% 50% #2199e8;
  vertical-align: top;
}
.top-links {
  margin: 0 25px 0 0;
}
.top-links li{
  float: left;
}
.top-links li a {
  padding: 0 25px;
}
.header-layer2 {
  padding: 8px 0;
  background: #063e8b;
}
.logo, .logo img {
  display: block;

}
.logo img {
  margin: 0 auto;
}
.header-layer3 {
  height: 46px;
  line-height: 46px;
  background: #0b68bf;
}
.nav {
  width: 1070px;
  margin: 0 auto;
}
.nav>li {
  float: left;
  width: 16.66%;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.nav>li:last-child ul{
  right: 0;
}
.nav li a {
  width: 100%;
  color: #fff;
}
.nav>li>ul {
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 86px;
  left: 0;
  z-index: -1;
  font-size: 18px;
  background: #0b68bf;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.nav>li>ul a {
  padding: 0 70px 0 50px;
  border-bottom: 1px solid #808080;
  white-space: nowrap;
}
.nav>li>ul li:last-child a{
  border: none;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner a, .banner img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.banner .pagination {
  position: absolute;
  bottom: 24px;
  right: 40px;
  z-index: 9;
}
.banner .pagination span {
  float: left;
  width: 11px;
  height: 11px;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
}
.banner .pagination span.swiper-active-switch{
  background: #fc114a;
}
.banner-bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
  background: rgba(0, 0, 0, .5);
}
.banner .arrow-left, .banner .arrow-right {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 14%;
  background: url("../images/ml-left.png") no-repeat 0% 50%;
  background-size: 100% 100%;
  opacity: .2;
}
.banner .arrow-left {
  left: 0;
}
.banner .arrow-right {
  right: 0;
  background-image: url("../images/ml-right.png");
}
.nav-btn {
  float: right;
  display: none;
  position: relative;
  z-index: 998;
  margin: 2% 20px 0 0;
  padding: 3px 0 0;
}
.nav-btn i {
  display: block;
  width: 24px;
  height: 3px;
  margin: 5px 0 0;
  background: #fff;
  border-radius: 3px;
}
.nav-btn.close i:first-child {
  transform: rotateZ(-45deg) translate(-6px, 6px);
}
.nav-btn.close i:nth-child(2) {
  opacity: 0;
}
.nav-btn.close i:last-child {
  transform: rotateZ(45deg) translate(-5px, -5px);
}
#mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
}
.nav>li>i{
  display: none;
  float: right;
  width: 8%;
  font-size: 25px;
  text-align: center;
}
.nav>li>a.active {
  color: #063e8b;
}
.nav>li>i.ortate {
  color: #063e8b;
  transform: rotate(-225deg);
}
.close {
  position: absolute;
  top: 5%;
  right: 12%;
}
.close i{
  display: block;
  width: 25px;
  height: 3px;
  margin-top: 5px;
  background: #fff;
}
.close i:first-child {
  transform: rotate(45deg) translate(6px, 0px);
}
.close i:last-child {
  transform: rotate(-45deg) translate(5px, 0px);
}
/* header css end */
/* other css start */
.column {
  height: 35px;
  line-height: 35px;
  margin:  0 0 16px;
}
.column a {
  float: right;
  font-size: 14px;
  color: #acacac;
}
.column h3 {
  font-size: 24px;
  color: #444;
}

.news ul li .text a, .list li a, .peopel ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news ul li .text p, .notice ul li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
}
/* other css end */
/* index css start */
.section.container {
  padding: 18px 28px 36px;
  background: #f5f6f7;
}
.news {
  width: 800px;
}
.news .column {
  padding-right: 3%;
}
.news ul li {
  border-bottom: 1px solid #ededed;
}
.news ul li .text{
  width: 700px;
  padding: 0 20px;
}
.news ul li .text a {
  width: 100%;
  height: 27px;
  margin: 12px 0 0;
  font-size: 18px;
  color: #333;
}
.news ul li .text p {
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #888;
}
.news ul li .date {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  font-size: 15px;
  color: #fff;
  background: #063e8b;
  text-align: center;
}
.news ul li .date p:first-child {
  line-height: 45px;
  font-size: 45px;
}
.notice {
  width: 334px;
}
.notice ul {
  padding: 10px 10px 0px 15px
}
.notice ul li {
  padding: 12px 0 13.5px;
  border-bottom: 1px solid #ededed;
}
.notice ul li a {
  height: 48px;
  color: #444;
}
.notice ul li:first-child {
  padding-top: 0;
}
.notice ul li p {
  padding: 6px 0 0 26px;
  font-size: 14px;
  color: #888;
  background: url("../images/dateIcon.jpg") no-repeat 0% 50%;
}
.news ul, .notice ul {
  background: #fff;
}
.news ul li:last-child, .notice ul li:last-child {
  border: none;
}
/* index css end */
/* list css start */
.sect-fl {
  width: 240px;
}
.left-nav h2{
  width: 100%;
  padding:15px;
  line-height:28px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: url() no-repeat #0b68bf;
}
.left-nav ul {
  background: #fff;
  padding: 15px 15px 50px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.left-nav ul li a {
  width: 100%;
  padding: 10px 0 ;
  text-indent: 6px;
  border-bottom: 1px dotted #80a0be;
}
.sect-fr {
  width: 880px;
  padding: 20px;
  background: #fff;
}
.current {
  height: 50px;
  line-height: 50px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
}
.current h3 {
  font-size: 22px;
  color: #0b68bf;
}
.place {
  font-size: 14px;
}
.place a {
  color: #888;
  font-style: italic;
}
.list li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.list li a {
  width: 80%;
  height: 100%;
  vertical-align: middle;
}
.list li i {
  float: right;
  margin: 5px 0 0;
  font-size: 12px;
  color: #999;
  vertical-align: middle;
  font-style:normal;
}
/* list css end */
/* articles css start */
.articles h1 {
  font-size: 24px;
  text-align: center;
  margin: 10px 0 15px;
}
.articles .sub {
  font-size: 13px;
  font-style: italic;
  text-align: center;
  color: #999;
  margin: 0 0 15px;
}
.content {
  margin: 10px 0 0px;
  padding-bottom: 30px;
}
.content p {
  line-height: 30px;
  text-indent: 30px;
  margin-bottom: 10px;
}
.articles .content {
  border-bottom: 1px solid #eee;
}
.con-page {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.con-page a { display: inline; }
.con-page span {
  color: #0b68bf;
}
/* articles css end */
/* footer css start */
.footer {
  background: #394154;
}
.footer-layer1 {
  padding: 20px 0;
}
.bottom-links li {
  float: left;
  line-height: 36px;
  color: #fff;
  padding: 0 16px;
}
.bottom-links li:first-child {
  font-size: 24px;
  margin: 0 24px 0 0;
  padding: 0 0 0 70px;
  background: url("../images/LinkIcon.jpg") no-repeat 30% 50%;
}
.bottom-links a {
  color: #fff;
  padding: 2px 0 0;
}
.copy {
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background: #27272e;
}
.research-links {
width: 290px;height: 25px; line-height: 25px;
  margin: 8px 20px 0 0;
background: url("../images/select.jpg") no-repeat 97% 50% #fff;
}
.research-links p { width: 100%; height: 100%; border: 1px solid #aaa; padding: 0 40px 0 10px; background: url("../images/select.jpg") no-repeat 97% 50% #fff; }
.research-links ul { display: none; padding: 0 10px; background: #fff; }
.research-links ul li { padding: 2px 0; border-top: 1px solid #eee;}
.research-links a {
  font-size: 14px;
}
/* footer css end */
/* hover css */
.show{
  overflow: hidden;
}
.show img{
  display: block;
  width: 100%;
  height: auto;
} 
.show:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.show img, .nav>li>i, .header-layer3{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nav>li.active>a, .nav>li:hover>a, .nav>li>ul>li>a:hover {
  background-color: #063e8b;
}
.nav>li>ul, .list li, .news ul li{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.place a:hover, .left-nav ul li a:hover, .left-nav ul li.active a, .list li a:hover, .con-page a:hover, .column a:hover, .news ul li .text a:hover, .notice ul li a:hover {
  color: #0b68bf;
}
.left-nav ul li a:hover {
  font-weight: bold;
}
.list li:hover {
  padding: 10px;
  background: #f5f6f7;
  box-shadow: 0px 0px 6px 0px #aaa;
}
.news ul li:hover .text p {
  color: #333;
}
.news ul li:hover{
  background: #f7f7f7;
  box-shadow: 0px 0px 6px 0px #aaa;
}
.banner:hover .arrow-left, .banner:hover .arrow-right {
  opacity: 1;
}

/* teacher css start */
.teacher-column {
  height: 45px;
  line-height: 45px;
  margin: 0 0 20px;
  background: #efefef;
  border-left: 4px solid #063e8b;
}
.teacher-column h4 {
  float: left;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
  background: #063e8b;
  border-left: 4px solid #efefef;
}
.peopel {
  margin: 0 0 25px;
  
}
.peopel li {
  float: left;
  width: 25%;
  margin: 16px 0 0;
  text-align: center;
}
.peopel li a {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #eee;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.peopel li a:hover {
  color: #fff;
  background: #0b68bf;
}
@media screen and (max-width: 1200px) {
  .peopel li {
    width: 33.33%;
  }
}
@media screen and (max-width: 560px) {
  .peopel li {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  .peopel li {
    width: 100%;
  }
}
/* teacher css end */
.articles p img{max-width:100%; height: auto;}