﻿@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;
  top: -1px;
}
.banner_wrap .banner a {
  position: absolute;
  left: 0;
  top: 0;
  background-origin: center!important;
  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: #f00;
}
.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;
  z-index: 100;
}
.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 a {
  float: left;
  width: 548px;
  position: relative;
  display: block;
}
.projects_wrap a img {
  display: block;
  width: 548px;
}
.projects_wrap a .box {
  background-color: #fff;
  padding: 16px 30px;
}
.projects_wrap a .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 a .box.p1 span {
  font-family: arial;
  font-size: 10px;
  text-transform: uppercase;
  color: #808080;
  padding: 4px 0 17px 14px;
  display: block;
}
.projects_wrap a .box.p1 p {
  line-height: 22px;
  padding: 0 0 0 14px;
  color: #333;
  font-size: 14px;
}
.projects_wrap a .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 a .box.p2 p {
  padding: 12px 0 0 14px;
  color: #333;
  font-size: 14px;
}
.projects_wrap a .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: 1124px;
  overflow: hidden;
}
.icon-wrap .icon ul li {
  float: left;
  width: 267px;
  margin: 0 14px 0 0;
  overflow: auto;
}
.icon-wrap .icon ul li .imgbox {
  float: left;
  width: 68px;
  height: 68px;
  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;
}
.icon-wrap .icon ul li .txtbox span {
  font-size: 13px;
  padding: 5px 0 0 0;
  text-align: justify;
}
.rowspan {
  margin: 20px 0;
  background-color: #fff;
  overflow: hidden;
  /*for damn IE*/
}
.rowspan:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.rowspan .column_wrap {
  width: 370px;
}
.rowspan .column_wrap_top {
  width: 50%;
}
.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;
  border-bottom:2px solid #183f6a;
  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: #183f6a;
}
.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;
max-width: 100%;
margin: 0 auto;
}
.rowspan .about .cont {
  text-align: justify;
  padding-top: 12px;
  display: block;
  line-height: 22px;
  text-indent: 28px;
}
.rowspan .announce {
  float: left;
}
.rowspan .announce ul li:last-child a {
  border-bottom: none;
}
.rowspan .announce ul li a {
  display: block;
  line-height: 30px;
  background: url("../images/point.jpg") no-repeat left center;
  padding: 0 0 0 10px;
  background-size: 2%;
  color: #666;
}
.rowspan .p-0 ul li:first-child a{
  padding: 0;
}

.rowspan .announce ul li a:hover {
  text-decoration: underline;
  color: #f00;
}
.rowspan .feature {
  float: left;
  width: 390px;
}
.rowspan .feature .column {
  border-right: none;
}
.rowspan .feature .item {
  display: block;
  background: url("../images/feature_item_bg.png") 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;
  /*for damn IE*/
}
.rowspan .item_wrap .item {
  border-right: 1px solid #e5e5e5;
  padding: 15px 15px 15px 25px;
  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: #183f6a;
}
.rowspan .item_wrap .item .cell:hover{
  color:red;
}
.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: 0px 0 7px 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: #f00;
}
.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_wrap1 .scroll .cell {
  float: left;
  width: 199px;
  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_wrap1 .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: #183f6a;
  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: #183f6a;
  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: #f00;
}
.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 #f00 !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: 20px;
}
.project_gg a {
  margin-bottom: 20px;
  display: block;
}
.project_gg a img {
  width: 100%;
}


.p_ak{
    width: 348px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-top: none;
    overflow: hidden;
}
.bmcs h2{
  height: 35px;
  font-size: 18px;
  background: #f8c301;
  color: #fff;
  text-indent: 10px;
  line-height: 35px;
  font-weight: 500;
    
}
.p_ak ul {
    padding: 15px 0 0 0;
}
.p_ak ul li {
    margin-bottom: 10px;
}
.p_ak label {
    width: 86px;
    padding-left: 14px;
    color: #666666;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
}
.p_ak label, .p_ak input, .p_ak textarea {
    float: left;
    display: inline-block;
}
.p_ak input, .p_ak select {
    width: 218px;
    height: 24px;
    line-height: 24px;
    background: #FFF;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}
.p_ak input{
    width:216.02px;
}
.p_ak li em {
    color: #f00;
    height: 24px;
    line-height: 24px;
}
.p_ak .s_btn {
    width: 250px;
    height: 32px;
    overflow: hidden;
    margin: 16px 0 0 102px;
    display: block;

}
.p_ak .s_btn .s_m {
  border-radius: 5px;
    background:#186ed7;
    display: inline-block;
    width: 105px;
    height: 32px;
    margin-right: 6px;
        color:#fff;
}
.p_ak .s_btn .t_i {
  border-radius: 5px;
    background:#f8c301;
    display: inline-block;
    width:105px;
    height: 32px;
    margin-right: 6px;
        color:#fff;
}
.atime {
    float: right;
}