﻿@charset "utf-8";
/*Unicode编码*/
/*微软雅黑*/
/*宋体*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*清除浮动*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*样式控制字符长度，需指定宽度*/
.banner_wrap {
  position: relative;
}
.banner_wrap .banner {
  position: relative;
  background-color: #f5f5f5;
  height: 403px;
  overflow: hidden;
}
.banner_wrap .banner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 403px;
  display: block;
}
.banner_wrap .point {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.banner_wrap .point a {
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #fff;
  margin: 0 3px;
  border-radius: 10px;
}
.banner_wrap .point a.current {
  background-color: #871915;
}
.inside_banner_wrap .inside_banner {
  position: relative;
  background-color: #f5f5f5;
  width: 100%;
  height: 343px;
  overflow: hidden;
}
.main_wrap {
  position: relative;
  width: 1110px;
  margin: 0 auto;
}
.projects_wrap {
  margin: 20px 0;
  overflow: hidden;
}
.projects_wrap:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.projects_wrap .item {
  float: left;
  width: 548px;
  position: relative;
  display: block;
}
.projects_wrap .item:last-child {
  margin-right: 0;
}
.projects_wrap .item img {
  display: block;
}
.projects_wrap .item .btn {
  position: absolute;
  right: 26px;
  bottom: 20px;
}
.projects_wrap .item .btn span {
  height: 30px;
  line-height: 28px;
  display: block;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 20px;
}
.projects_wrap .div {
  float: left;
  width: 355px;
  position: relative;
  display: block;
}
.projects_wrap .div img {
  display: block;
}
.projects_wrap .div .box {
  background-color: #fff;
 height:240px;
  padding: 16px 30px;
}
.projects_wrap .div .box.p1 strong {
  font-weight: normal;
  font-size: 24px;
  color: #106636;
  padding: 0 0 0 14px;
  line-height: 30px;
  background: url("../images/arrow-right.jpg") no-repeat left center;
  display: block;
}
.projects_wrap .div .box.p1 span {
  font-family: arial;
  font-size: 10px;
  text-transform: uppercase;
  color: #808080;
  padding: 4px 0 17px 14px;
  display: block;
}
.projects_wrap .div .box.p1 p {
  line-height: 22px;
  padding: 0 0 0 14px;
  color: #333;
  font-size: 14px;
}
.projects_wrap .div .box.p2 strong {
  font-weight: normal;
  font-size: 24px;
  color: #106636;
  padding: 0 0 0 14px;
  line-height: 30px;
  background: url("../images/arrow-right.jpg") no-repeat left center;
  display: block;
}
.projects_wrap .div .box.p2 p {
  padding: 12px 0 0 14px;
  color: #333;
  font-size: 14px;
}
.projects_wrap .div .box.p2 span {
  font-family: arial;
  font-size: 10px;
  text-transform: uppercase;
  color: #808080;
  padding: 4px 0 0 14px;
  display: block;
}
.icon-wrap {
  background-color: #fff;
  padding: 20px 0;
}
.icon-wrap .icon {
  width: 1110px;
  margin: 0 auto;
  overflow: hidden;
}
.icon-wrap .icon ul {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
}
.icon-wrap .icon ul li {
  float: left;
  width: 261px;
  margin: 0 14px 0 0;
  overflow: auto;
}
.icon-wrap .icon ul li .imgbox {
  float: left;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
}
.icon-wrap .icon ul li .txtbox {
  float: right;
  padding: 2px 0 0 0;
  width: 187px;
}
.icon-wrap .icon ul li .txtbox > * {
  display: block;
}
.icon-wrap .icon ul li .txtbox strong {
  color: #333; font-size:20px; margin:5px 0 0 10px; width:40px;
}
.icon-wrap .icon ul li .txtbox span {
  font-size: 13px; display:none;
  padding: 5px 0 0 0;
  text-align: justify;
}
.rowspan {
  margin: 20px 0;
  background-color: #fff;
  overflow: hidden;
	display: flex;
	justify-content: space-around;
  /*for damn IE*/
}
.rowspan:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.rowspan .column_wrap {
  /* width: 360px; */
	width: 370px;
}
.rowspan .column_wrap .column {
  display: block;
  padding: 20px 30px 30px 30px;
  height: 260px;
  border-right: 1px solid #e5e5e5;
  overflow: hidden;
}
.rowspan .column_wrap .column .title {
  padding-bottom: 12px;
  background: url("../images/columnline.jpg") no-repeat left bottom;
  font-size: 14px;
  overflow: hidden;
  /*for damn IE*/
}
.rowspan .column_wrap .column .title:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.rowspan .column_wrap .column .title span {
  float: left;
  display: block;
  font-weight: bold;
  color: #333;
}
.rowspan .column_wrap .column .title a {
  float: right;
  display: block;
  color: #999;
}
.rowspan .column_wrap .column .content {
  padding-top: 20px;
}
.rowspan .about {
  float: left;
}
.rowspan .about img {
  display: block;
  width: 100%;
}
.rowspan .about .cont {
  text-align: justify;
  padding-top: 12px;
  display: block;
  line-height: 22px;
}
.rowspan .announce {
  float: left;
}
.rowspan .announce ul li:last-child a {
  border-bottom: none;
}
.announce ul li a {
  display: block;
  line-height: 30px;
  background: url("../images/point.jpg") no-repeat left center;
  padding: 0 0 0 12px;
  color: #666;
}
.announce ul li a:hover {
  text-decoration: underline;
  color: #871915;
}
.rowspan .feature {
  float: left;
  width: 370px;
}
.rowspan .feature .column {
  border-right: none;
}
.rowspan .feature .item {
  display: block;
  background: url("../images/feature_item_bg.jpg") repeat-x center center;
  line-height: 28px;
  height: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 20px;
}
.rowspan .item_wrap {
  float: left;
  width: 475px;
  overflow: hidden;
	transform: translateY(25%);
  /*for damn IE*/
}
.rowspan .item_wrap .item {
  border-right: 1px solid #e5e5e5;
  padding: 30px 30px 18px 30px;
  overflow: hidden;
  /*for damn IE*/
}
.rowspan .item_wrap .item:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.rowspan .item_wrap .item .cell {
  float: left;
  width: 200px;
  height: 150px;
  display: block;
  margin-right: 14px;
  color: #871915;
}
.rowspan .item_wrap .item .cell .imgbox {
  display: inline-table;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.rowspan .item_wrap .item .cell .title {
  display: block;
  background: url("../images/arrow_right.png") no-repeat left center;
  padding-left: 10px;
  margin: 10px 0 12px 0;
}
.rowspan .report {
  float: left;
  width: 635px;
}
.rowspan .report .column {
  border-right: none;
}
.rowspan .report ul li:last-child a {
  border-bottom: none;
}
.rowspan .report ul li a {
  display: block;
  line-height: 30px;
  color: #666;
  background: url("../images/point.jpg") no-repeat left center;
  padding: 0 0 0 12px;
  overflow: hidden;
  /*for damn IE*/
}
.rowspan .report ul li a .atitle {
  float: left;
}
.rowspan .report ul li a .atime {
  float: right;
}
.rowspan .report ul li a:hover {
  text-decoration: underline;
  color: #871915;
}
.rowspan .report ul li a:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.rowspan .school_picture {
  width: 100%;
}
.rowspan .school_picture .column {
  border-right: none;
  height: auto;
}
.rowspan .school_picture .school_picture_wrap {
  overflow: hidden;
}
.rowspan .school_picture .school_picture_wrap .scroll {
  width: 3000px;
}
.rowspan .school_picture .school_picture_wrap .scroll:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.rowspan .school_picture .school_picture_wrap .scroll .cell {
  float: left;
  width: 252px;
  display: block;
  margin-right: 14px;
}
.rowspan .school_picture .school_picture_wrap .scroll .cell:last-child {
  margin-right: 0;
}
.rowspan .school_picture .school_picture_wrap .scroll .cell img {
  width: 100%;
  height: 136px;
  display: block;
}
.rowspan .school_picture .school_picture_wrap .scroll .cell span {
  display: block;
  text-align: center;
  line-height: 36px;
}
.main {
  background-color: #fff;
  padding: 30px 0;
  overflow: hidden;
  /*for damn IE*/
}
.main:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.main .slide {
  float: left;
  width: 220px;
}
.main .slide .box {
  padding: 0 30px;
}
.main .slide .box .column {
  font-size: 14px;
  color: #871915;
  font-weight: bold;
  padding-bottom: 10px;
  background: url("../images/column_line.jpg") no-repeat left bottom;
  margin-bottom: 20px;
}
.main .slide .box ul {
  border-bottom: 1px solid #e5e5e5;
}
.main .slide .box ul li a {
  display: block;
  color: #666;
  line-height: 32px;
  height: 32px;
  padding: 0 14px;
  background: url("../images/column_bg.jpg") repeat-x center center;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.main .slide .box ul li a.current {
  background: url("../images/column_bg_current.jpg") repeat-x center center;
  color: #fff;
  border: none;
}
.main .maincont {
  float: left;
  width: 890px;
}
.main .maincont .box {
  padding: 0 30px;
  border-left: 1px solid #e5e5e5;
}
.main .maincont .box .bar {
  background: url("../images/column_line.jpg") no-repeat left bottom;
  margin-bottom: 20px;
  overflow: hidden;
  /*for damn IE*/
}
.main .maincont .box .bar:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.main .maincont .box .bar span {
  float: left;
  color: #871915;
  padding-bottom: 10px;
  font-weight: bold;
}
.main .maincont .box .bar p {
  float: right;
  color: #999;
  font-family: \5B8B\4F53;
}
.main .maincont .box .contshow {
  min-height: 600px;
  height: 600px;
  height: auto;
}
.main .maincont .box .contshow .search tr th {
  padding: 10px;
  text-align: right;
}
.main .maincont .box .contshow .search tr td .search_data {
  width: 300px;
  border: 1px solid #ddd;
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
  margin: 5px 0;
}
.main .maincont .box .contshow .search .submitbtn {
  width: 100px;
  height: 36px;
  line-height: 24px;
  text-align: center;
  background: url("../images/column_bg_current.jpg") repeat-x center center;
  color: #fff;
  border: none;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.news_list a {
  display: block;
  color: #666;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ebebeb;
  background: url("../images/arrow_right.png") no-repeat left center;
  padding-left: 12px;
}
.news_list a:last-child {
  border-bottom: none;
}
.news_list a:hover {
  text-decoration: underline;
  color: #871915;
}
.news_list a:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news_list a .title {
  float: left;
}
.news_list a .time {
  float: right;
}
.news_show .title {
  font-size: 24px;
  text-align: center;
  color: #333;
  padding-top: 20px;
}
.news_show .info {
  text-align: center;
  color: #999;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.news_show .newsconts {
  color: #666;
  line-height: 24px;
  padding-top: 30px;
}
.catepage {
  margin-top: 20px;
}
.catepage a {
  padding: 4px 10px !important;
  border: 1px solid #ccc !important;
  color: #666;
}
.catepage a:hover {
  border: 1px solid #871915 !important;
}
.single_show p {
  display: block;
  line-height: 24px;
}
.ask_table {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.ask_table tr th {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
  text-align: center;
  background-color: #f5f5f5;
}
.ask_table tr td {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
  text-align: center;
}
.album_list {
  overflow: hidden;
}
.album_list:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.album_list a {
  float: left;
  width: 170px;
  margin: 0 20px 20px 0;
  display: block;
  text-align: center;
}
.album_list a img {
  width: 100%;
  height: 140px;
  display: block;
}
.album_list a span {
  display: block;
}
.project_gg {
  margin-top: 80px;
}
.project_gg a {
  margin-bottom: 20px;
  display: block;
}
.project_gg a img {
  width: 100%;
}

/* 20190330 */
body{
	  background-color: #C9EAFF;
    background-image: url('../images/bg.jpg');
    background-position: center top;
    background-repeat: repeat-x;
}
.top_wrap{
	/* padding: 20px; */
}
.top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo img{
	width: 1000px;
}