﻿
/*Unicode编码*/
/*微软雅黑*/
/*宋体*/
html,body{
    --color:#1e4c66;
}
.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: 520px;
  overflow: hidden;
  top: -1px;
}
.banner_wrap .banner a {
  position: absolute;
  left: 0;
  top: 0;
  background-origin: center!important;
  width: 100%;
  height: 520px;
  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: #e56c0a;
}
.inside_banner_wrap .inside_banner {
  position: relative;
  background-color: #f5f5f5;
  width: 100%;
  height: 533px;
  overflow: hidden;
}
.main_wrap {
  position: relative;
  width: 1110px;
  margin: 30px 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 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("http://127.0.0.1/static/default/web/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("http://127.0.0.1/static/default/web/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;
}
 .txtbox .txtbox-b{
    display: flex;
    justify-content: space-between;
}
.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 .column {
  display: block;
  padding: 20px 30px 30px 30px;
  /*height: 260px;*/
  border-right: 1px solid #e5e5e5;
  overflow: hidden;
}
.rowspan .column_wrap .column .title {
  padding-bottom: 9px;
  border-bottom:1px solid #e5e5e5;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  /*for damn IE*/
}
.rowspan .column_wrap .column .title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #4861a0;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 99;

  clear: both;
}
.rowspan .column_wrap .column .title span {
  float: left;
  display: block;
  font-weight: bold;
  color: #4861a0;
}

.rowspan .column_wrap .column .title span i{
    vertical-align: super;
    font-style: normal;
    font-size: 14px;
}
.rowspan .column_wrap .column .title span img{
    width: 55px;
}
.rowspan .column_wrap .column .title a {
  float: right;
    display: block;
    height: 30px;
    position: absolute;
    color: #999;
    right: 0;
    bottom: 0;
}
.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;
}
.rowspan .announce ul li a {
  display: block;
  line-height: 30px;
  background: url("http://127.0.0.1/static/default/web/images/point.jpg") no-repeat left center;
  padding: 0 0 0 10px;
  background-size: 2%;
  color: #666;
  overflow: hidden;
}
.rowspan .p-0 ul li:first-child a{
  padding: 0;
}

.rowspan .announce ul li a:hover {
  text-decoration: underline !important;
  color: #1347c7;
}
.rowspan .feature {
  float: left;
  width: 390px;
}
.rowspan .feature .column {
  border-right: none;
}
.rowspan .feature .item {
  display: block;
  background: url("http://127.0.0.1/static/default/web/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: #e56c0a;
  overflow: hidden;
}
span.imgbox img {
    height: 120px;
}
.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("http://127.0.0.1/static/default/web/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("http://127.0.0.1/static/default/web/images/point.jpg") no-repeat left center;
  padding: 0 0 0 12px;
  overflow: hidden;
      background-size: 5px 5px;
  /*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 !important;
  color: #1347c7;
}
.rowspan .report ul li a:hover span{
  text-decoration: underline !important;
  color: #1347c7;
}
.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 {
  box-sizing: border-box;
  padding: 0 15px;
  background: #f6f6f6;


}
.main .slide .box .column {
    color: #fff;
   
    margin-bottom:10px;
    
    text-align: center;
   

}
.main .slide .box ul {
  border-bottom: 1px solid #e5e5e5;
}
.main .slide .box ul>li {
    border-bottom: 1px solid #e6e6e6;
    
   
}
.subslide{
    background: #0c293a;
}
.subslide a{
    display: block;
    text-align: center;
    color: #fff;
    line-height: 2.2;
}
.subslide a:hover{
    background: #143a4f;
    
}
.main .slide .box ul li.on ul li{
    
}
.main .slide .box>ul li.action>a{
     background: var(--color);
}
.main .slide .box ul li.action ul li{
    border-bottom:none;
    line-height: 2.2;
}
.main .slide .box ul li.action ul{
    padding: 8px 0;
}
.main .slide .box>ul>li>a {
     display: block;
    color: #666;
    line-height: 42px;
    height: 42px;
    
    text-align: center;
    position: relative;
    z-index: 1;
   
}
.main .slide .box>ul li.on{
    background: var(--color);
}
.main .slide .box>ul>li .hover{
  color: #fff;
}
.main .slide .box>ul li .hover:after{
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	background:var(--color);
	 z-index:-1;
}
.main .slide .box>ul li a:after{
	content:"";
	width:100%;
	height:0%;
	top:0;
	left:0;
	position:absolute;
	background:var(--color);
	 z-index:-1;
	 transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out
}
.main .slide .box>ul li>a:hover{
	color: #fff;
}
.main .slide .box>ul li>a:hover:after{
    height:100%;

}

.main .slide .box ul li a.current {
  background: url("http://127.0.0.1/static/default/web/images/column_bg_current.jpg") repeat-x center center;
  color: #fff;
  border: none;
}
.main .maincont {
  float: left;
  width: calc(100% - 220px);
}
.main .maincont img{
    max-width: 100%;
    height: auto!important;
}
.main .maincont .box {
  padding: 0 30px;
  border-left: 1px solid #e5e5e5;
}
.main .maincont .box .bar {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  /*for damn IE*/
}
.main .maincont .box .bar:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  clear: both;
}
.main .maincont .box .bar span {
  float: left;
  color: var(--color);
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.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:#f78912;
  color: #fff;
  border: none;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.news_list a {
  display: flex;
  margin-bottom: 24px;  
  
}
.news_list a:hover .txtbox{
    background: var(--color);
}
.news_list a:hover .txtbox .title{
    color:#fff;
}
.news_list a .imgbox{
  width: 417px;
  height: 185px;
  position: relative;
  overflow: hidden;
}
.jiaoyan a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px dashed #f0f0f0;
    margin-bottom: 12px;
}
.jiaoyan a:hover{
    text-decoration: none;
}
.jiaoyan a .title{
    font-size: 16px;
    color: var(--color);
    width: calc(100% - 98px);
}
.news_list a .txtbox-t p,.news_list a .txtbox-b .time{
    color:var(--subTitle);
}
.news_list a .txtbox{
    width: calc(100% - 417px);

    padding: 17px 24px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_list a .imgbox img{
   width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
.news_list a:last-child {
  border-bottom: none;
}
.news_list a:hover {
  text-decoration: underline !important;
  color: var(--color);
}
.news_list a:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news_list a .title {
    margin: 0 0 12px;

}
.news_list a .time {

}
.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 #e56c0a !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: calc(25% - 20px);
  margin: 0 20px 20px 0;
  display: block;
  text-align: center;
}

.zhuanye_list a{
    border-radius: 15px;
    background: #f5f5f5;
    border:1px solid #f0f0f0;
    display: block;
    overflow: hidden;
    width: calc(25% - 20px);
    margin: 0 20px 20px 0;
}
.zhuanye_list a .zy-imgbox{
    width: 100%;
    height: 180px!important;
    position: relative;
    overflow: hidden;
}
.zhuanye_list a:hover{
    background: var(--color);
}
.zhuanye_list a:hover h3{
    color: #fff;
}
.zhuanye_list a .zy-imgbox img{
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zhuanye_list a .txtbox-t{
    padding: 17px 22px;
}
.zhuanye_list a .txtbox-t h3{
    font-size: 16px;
    height: 34px;
}
.zhuanye_list a .txtbox-t p{

    height: 40px;
}
.contshow .catepage{
    text-align: center;
}

.main .maincont .album_list a img {
  width: 100%;
  height: 180px!important;
  display: block;
}
.album_list a span {
  display: block;
  min-height: 40px;
}
.project_gg {
  margin-top: 20px;
  text-align: center;
}
.project_gg a {
  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;
}


#sw2 a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

#sw2 a .swimg{
  width: 40%;
      height: 140px;
    overflow: hidden;
}
#sw2 a .swimg img{
  max-width: 100%;
  height: auto;
}

#sw2 a .swtxt{
  width: 55%;
}
#sw2 a .swtxt h3{
  margin-bottom: 10px;
}

#sw2 a:hover h3{
  color: #1347c7;
  text-decoration: underline;
}
/*4.29*/
#sw2 a .other{
  width: 100%;
      display: flex;
    justify-content: space-between;
    align-items: center;
}
#sw2 a .other h3{
  width: 80%;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0px;
  font-size: 14px;

}
#sw2 li:nth-child(3) a{
  padding: 0 0 10px 0;
}
#sw2 li:nth-child(4) a{
  padding: 0 0 10px 0;
}
#sw2 a .other p{
  text-align: right;
}
.zhuanye_list{
    overflow: hidden;
}
.zhuanye_list>a{
    float:left;
}
@media screen and (max-width: 768px) {
   .main .maincont .box{
      padding: 0;
      border-left: 0;
  } 
  .main .maincont{
      float: none;
      width: 100%;
  }
  .inside_banner_wrap{
      margin-top:78px !important;
  }
  .inside_banner_wrap .inside_banner{
      height: 168px;
      background-size:auto 100% !important; 
  }
  .news_list a .imgbox{
      width: 120px;
      height: 105px;
  }
  .news_list a .txtbox{
      width: calc(100% - 120px);
      padding: 12px 8px;
  }
  .news_list a .imgbox img{
      
    min-height: 100%
  }
  .news_list a .title{
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0 0 6px 0;
  }
  .news_list a .txtbox-t p {
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  .news_list a .txtbox-b .time{
      font-size: 10px;
  }
  .jiaoyan .time{
      color: var(--subTitle);
      font-size: 10px;
  }
  .album_list a{
     width: calc(50% - 9px);
     margin: 0 16px 16px 0;
  }
  .album_list a:nth-child(even){
      margin: 0 0 16px 0;
  }
  .zhuanye_list a{
      width: calc(50% - 8px);
    margin: 0 16px 16px 0;
  }
  .zhuanye_list a:nth-child(even){
      margin: 0 0 16px 0;
  }
   .main .maincont .box .bar p{
       font-size: 12px;
   }
   .zhuanye_list a .zy-imgbox{
       height:120px !important;
   }
}