.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #303030;
  background: #ffffff;
  font: 15px/2 'Microsoft YaHei', arial, sans-serif;
  min-width: 1200px;
}

a {
  color: #303030;
}
input {
  outline: none;
}
a:hover {
  color: #0067b6;
}
input,
textarea {
  outline: none;
}

.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.input_com {
  border: 2px solid #0099d9;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
}

.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}


.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}

.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}

.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}

.v_middle {
  vertical-align: middle;
}

.te-align {
  text-align: center;
}

.p_r {
  position: relative;
}
.p_a {
  position: absolute;
}

.bgfff {
  background: #fff;
}
a,
img {
  transition: all 0.3s ease-in-out;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header {
  height: 120px;
  padding-top: 29px;
  background: url(../images/header-bg.jpg) no-repeat center;
}
.header .logo a {
  display: inline-block;
  vertical-align: middle;
}
.header .logo a img {
  display: block;
}
.header .logo .logo2 {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
.header .logo .logo2:after {
  content: '';
  height: 70px;
  border-left: 1px solid #005d30;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
}
.header form {
  width: 166px;
  height: 33px;
  border: #dddddd 1px solid;
  background: #fff;
  padding: 0 15px;
}
.header form .text {
  width: 140px;
  font-size: 15px;
  line-height: 30px; height:30px;
  margin-top: 1px;
  color: #0a6a3c;
  background: none;
}
.header form .image {
  padding: 6px 0;
}
.nav {
  background: #005b91;
  height: 50px;
}
.nav ul li {
  float: left;
  width: 8.3%;
  text-align: center;
  position: relative;
}
.nav ul li a {
  display: block;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.nav ul li dl {
  background: #003b5d;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding-bottom: 70px;
  display: none;
  z-index: 10;
}
.nav ul li dl dd a {
  padding: 8px 0;
  display: block;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.nav ul li dl dd a:hover {
  background: #003b5d;
}
.nav ul li.on {
  background: url(../images/active.png) no-repeat center;
  background-size: cover;
}
.banner {
  height: 490px;
  overflow: hidden;
  position: relative;
  background: #ddd;
}
.banner .bd li {
  height: 490px;
}
.banner .bd li a {
  height: 100%;
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.banner .hd {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 26px;
}
.banner .hd li {
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  margin: 0 6px;
}
.banner .hd li.on {
  background: #ff8400;
}
.news {
  padding: 50px 0 55px;
}
.news .title {
  margin-bottom: 22px;
}
.news .title h3 {
  background: url(../images/news.png) no-repeat left center;
}
.news .pic-list {
  width: 730px;
}
.news .pic-list li {
  float: right;
  width: 350px;
}
.news .pic-list li a {
  display: block;
}
.news .pic-list li .pic {
  height: 235px;
  overflow: hidden;
}
.news .pic-list li .pic img {
  display: block;
  height: 100%;
}
.news .pic-list li p {
  padding: 0 10px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #101010;
}
.news .pic-list li:first-child {
  float: left;
}
.news .pic-list li:hover img {
  transform: scale(1.05);
}
.news .pic-list li:hover p {
  color: #0067b6;
}
.news .news-list {
  width: 435px;
}
.news .news-list li {
  height: 56px;
  padding: 10px 0 11px;
  border-bottom: 1px solid #cce2ef;
}
.news .news-list li a {
  display: block;
}
.news .news-list li .date {
  width: 47px;
  height: 56px;
  background: url(../images/date-bg.png) no-repeat center;
  float: left;
  text-align: center;
  color: #383838;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
}
.news .news-list li .date strong {
  font-size: 24px;
  display: block;
  font-weight: normal;
  line-height: 34px;
}
.news .news-list li .text {
  margin-left: 72px;
}
.news .news-list li .text p {
  height: 60px;
  line-height: 30px;
  font-size: 18px;
  color: #3f3f3f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-list li:first-child {
  padding-top: 0;
}
.news .news-list li:hover .date {
  background: url(../images/date-bg-active.png) no-repeat center;
  color: #fff;
}
.news .news-list li:hover p {
  color: #0067b6;
}
.title {
  height: 55px;
  line-height: 55px;
}
.title h3 {
  float: left;
  font-size: 24px;
  color: #0067b6;
  padding-left: 68px;
  font-weight: normal;
}
.title h3 a {
  color: #0067b6;
}
.title .more {
  float: right;
  margin-top: 10px;
}
.links li {
  width: 277px;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-right: 32px;
}
.links li a,
.links li img {
  display: block;
  width: 100%;
}
.links li:hover img {
  transform: scale(1.05);
}
.inform-box {
  background: #e2f0f9;
  padding: 32px 0 56px;
}
.inform-box .title h3 {
  background: url(../images/tz.png) no-repeat left center;
}
.inform-box .title .prev,
.inform-box .title .next {
  width: 22px;
  height: 55px;
  position: relative;
  cursor: pointer;
}
.inform-box .title .prev:after,
.inform-box .title .next:after {
  content: '<';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #696969;
  transform: scale(1, 1.5);
}
.inform-box .title .next:after {
  content: '>';
}
.inform-box .title .prev:hover:after,
.inform-box .title .next:hover:after {
  color: #006cad;
}
.inform-box .inform-banner {
  clear: both;
  overflow: hidden;
}
.inform-box .inform-banner .bd ul {
  margin-top: 6px;
  width: 365px;
  float: left;
  margin-right: 52px;
}
.inform-box .inform-banner .bd ul li {
  width: 100%;
  height: 75px;
  float: left;
  background: #fff url(../images/text-bg.png) no-repeat left center;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.inform-box .inform-banner .bd ul li a {
  display: block;
}
.inform-box .inform-banner .bd ul li .date {
  float: left;
  width: 87px;
  height: 65px;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;
}
.inform-box .inform-banner .bd ul li .date strong {
  display: block;
  font-size: 33px;
  line-height: 40px;
}
.inform-box .inform-banner .bd ul li .text {
  margin-left: 108px;
  padding-top: 10px;
  margin-right: 12px;
}
.inform-box .inform-banner .bd ul li .text p {
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.w565 {
  width: 565px;
}
.list-box ul li {
  height: 38px;
  line-height: 38px;
  position: relative;
}
.list-box ul li a {
  padding-left: 20px;
  padding-right: 145px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.list-box ul li a:after {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  color: #006cad;
}
.list-box ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999999;
}
.list-box ul li:hover a {
  padding-left: 30px;
}
.academic-box {
  padding: 45px 0 52px;
}
.academic-box .list-box.fl .title h3 {
  background: url(../images/jy.png) no-repeat left center;
}
.academic-box .list-box.fr .title h3 {
  background: url(../images/xs.png) no-repeat left center;
}
.academic-box .list-box ul {
  margin-top: 15px;
}
.photo-box {
  padding: 30px 0 45px;
  background: #238dcd url(../images/photo-bg.jpg) no-repeat right bottom;
}
.photo-box .title h3 {
  color: #fff;
  background: url(../images/photo.png) no-repeat left center;
}
.waterfall {
  margin-top: 36px;
}
.waterfall .item {
  width: 21%;
  overflow: hidden;
  margin-bottom: 12px;
  margin-right: 1%;
  float: left;
}
.waterfall .item a {
  display: block;
  position: relative;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.waterfall .item .text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mask-r.png) repeat;
  padding: 30px 20px 0;
  color: #fff;
  line-height: 30px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.waterfall .item .text h5 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.waterfall .item .text p {
  font-size: 14px;
}
.waterfall .item1 {
  height: 152px;
}
.waterfall .item2 {
  height: 218px;
}
.waterfall .item3 {
  height: 152px;
}
.waterfall .item4 {
  width: 34%;
  height: 218px;
  margin-right: 0;
}
.waterfall .item5 {
  height: 220px;
  margin-top: -68px;
}
.waterfall .item6 {
  height: 152px;
}
.waterfall .item7 {
  height: 220px;
  margin-top: -68px;
}
.waterfall .item8 {
  width: 34%;
  height: 152px;
  margin-right: 0;
}
.waterfall .item:hover a {
  transform: scale(1.05);
}
.waterfall .item:hover .text {
  opacity: 1;
  top: 0;
}
.footer {
  padding: 36px 0;
  background: #004f7e url(../images/footer.jpg) no-repeat right center;
  background-size: cover;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}