@charset "utf-8";
/* CSS Document */
body {
  padding: 0;
  margin: 0;
  width:100%;
  height:100%;
}
* {
  font-family: "微软雅黑"
}

.main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  border-bottom: dotted 1px #eee;
}
ul{
  list-style: none;
}
ol {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.bgC{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height:100%;
}
.top-nav {
  background-color:#004100;
  height: 100px;
  width: 100%;
  min-width: 1200px;
}
.swiper-container{
  min-width: 1200px;
}
.top-nav .logo {
  float: left;
  margin-top: 10px;
}

.top-nav ul {
  float: right;
  margin:0;
}

.top-content {
  width: 1200px;
  margin: 0 auto;
}
.top-nav li {
  float: left;
}
.top-er a {
  display: block;
  position: relative;
  width: 99px;
  height: 100px;
  background-color: white;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  transition: all ease 0.5s;
}
.top-er a:hover{
  transform: translateY(-2px);
  -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
}
.top-nav a img {
  margin: 0 auto;
}

.top-er a img {
  display: block;
  margin: 0 auto;
  padding-top: 8px;
}

.top-er a {
  text-decoration: none;
  color: #999;
  margin: 0 11px;
}

.top-nav a span {
  display: block;
  text-align: center;
  background-color: #f2f2f2;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.clearfix {
  float: none;
  clear: both;
}


.logo span{
  color: white;

}


.logo span a {
  border-radius: 30px;
  background-color: #8ed100;
  padding: 1px 10px;
  border: none;
  color: #fff;
  text-decoration: none;
}

.h-nav {
  width: 100%;
  background-color: #eeeeee;
  height: 40px;

}

.h-nav {
  width: 100%;
  height: 40px;
  background-color: #eeeeee;
  text-align: center;
}

.h-nav-list {
  text-align: center;
  width: 1200px;
  display: inline-block;
  vertical-align: top;

}

#nav-list {
  margin: 0 auto;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
}

#nav-list::after {
  content: "";
  display: table;
  clear: both;
}

#nav-list > li {
  float: left;
}

#nav-list li {
  position: relative;
}

#nav-list a {
  display: block;
  color: #004100;
  opacity: 0.7;
  padding: 0 20px;
  transition: all .3s;
}

#nav-list li:hover > a {
  background-color: #397606;
  color: white;
}

#nav-list li:hover > ul, .nav-1 li:hover > ol {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

#nav-list .nav-1 a {
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav-1, ol {
  position: absolute;
  top: 100%;
  visibility: hidden;
  transition: all .3s;
  opacity: 0;
  z-index: 10;
  background-color: rgba(83,162,16,0.7);
  width: 100%;
}

.nav-1 {
  left: 0;
  width: 100%;
  padding: 0;
}

ol {
  top: 0;
  left: 100%;
}

.nav-list li {
  float: left;
}

.h-nav a {
  color: #5fb410;
  text-decoration: none;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.swiper-container {
  height: 400px;
  min-width: 1200px;
}

.btns {
  background-image: url(/ms-mcms/templets/1/SDFZ/images/12.png);
  display: block;
  width: 100%;
  height: 191px;
  z-index: 20;
  margin-top: 28px;
}

.btns-list {
  width: 1222px;
  margin: 0 auto;
}

.btns ul {
  padding-top: 25px;
}

.btns li {
  float: left;
  width: 14%;
  box-sizing: border-box;
  padding-right: 11px;
}

.btns-list .box-border img {
  display: block;
  width: 95%;
}

.btns-list a .box-border {
  display: block;
  width: 100%;
  position: relative;

}

.btns-list a .box-border:after {
  content: "";
  position: absolute;
  background-image: url(/ms-mcms/templets/1/SDFZ/images/bk.png);
  height: 86px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 152px;
  background-size: 152px 86px;
  display: none;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.btns-list a:hover .box-border:after {
  display: block;
  -webkit-transform: scaleX(1.10) scaleY(1.18);
  -moz-transform: scaleX(1.10) scaleY(1.18);
  -ms-transform: scaleX(1.10) scaleY(1.18);
  -o-transform: scaleX(1.10) scaleY(1.18);
  transform: scaleX(1.10) scaleY(1.18);
}

.btns-list a {
  display: block;
  color: white;
  text-decoration: none;
}

.btns span {
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  padding:3px;
  display: block;
  width: 72px;
  margin: 0 auto;
  line-height: 20px;
  margin-top: 15px;
  font-size: 15px;
  color: #004100;
  border: solid 1px #004100;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.news {
  width: 100%;
  height: 41px;
  background-color: #f7f7f7;
  font-size: 14px;
}

.news a {
  text-decoration: none;
  color: #666666;
}


.time .col {
  width: 25%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}

.time .col div {
  border-top: 5px #cde7b5 solid;
  border-bottom: 5px #cde7b5 solid;
  height: 180px;
}

.infor-title h4 {
  float: right;
  line-height:32px;
}

h3 {
  font-weight: normal;
  font-size: 20px;
  color: #333;
  display: block;
  position: relative;
  margin: 0;
  /* padding-bottom: 28px; */
  margin-bottom: 28px;
  width:80%;
}

.infor h4 {
  float: right;
  margin: 0;
}

.tech h4 {
  float: right;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}

.tech h4 a {
  text-decoration: none;
  color: #999;
  font-size: 12px;
  line-height: 32px;
}

h4 {
  font-weight: normal;
  color: #5fb410;
  margin: 0;
  font-size:12px;
}

.infor h4 {
  line-height: 32px;
  color: #999;
}

.tech h4 {
  margin-left: 10px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  margin-top: -20px;
  margin-bottom: 30px;
}

.infor {
  font-size: 14px;
}
.col-in{
  width:68%;
  float: left;
}
.col-new{
  width:31%;
  float: right;
}
.infor .col-1 {
  width: 35%;
  float: left;
  box-sizing: border-box;
}

.infor .col-1 .col {
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
}

.infor .col-1 .col img {
  display: block;
  width: 100%;
  padding-bottom:17px;
  height: 177px;
}

.infor .col-2 {
  width: 65%;
  float: right;
  display: inline-block;
  box-sizing: border-box;
}

.infor a {
  text-decoration: none;
  color: #666666;
  letter-spacing: 1px;

}
.col-new a {
  text-decoration: none;
  color: #666666;
  letter-spacing: 1px;

}

.infor li p {
  width: 350px;
  /*超出部分隐藏*/
  overflow: hidden;

  /*文本超出部分省略*/
  text-overflow: ellipsis;
  white-space: nowrap;
}
.col-new li p {
  width: 224px;
  /*超出部分隐藏*/
  overflow: hidden;

  /*文本超出部分省略*/
  text-overflow: ellipsis;
  white-space: nowrap;
}


.infor a:hover {
  color: #63b610;
}

.tech li p {
  width: 251px;
  /*超出部分隐藏*/
  overflow: hidden;

  /*文本超出部分省略*/
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tag {
  background-color: #999;
  /* color: #96ba72; */
  float: left;
  /* line-height: 22px; */
  margin-right: 10px;
  margin: auto;
  right: auto;
  line-height: normal;
  /* padding: 2px; */
  /* font-size: 12px; */
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 8px;
}

.news-tag {
  float: left;
  background-color: #d7f1be;
  color: #96ba72;
  margin-right: 10px;
  padding: 2px;
  font-size: 12px;
}

.infor .p-1 {
  padding-bottom: 10px;
}
.col-new .p-1 {
  padding-bottom: 7.5px;
}
#broadcast {
  padding-top: 10px;
  width: 1200px;
  margin: 0 auto;
}

.tech-tag {
  float: left;
  background-color: #d7f1be;
  color: #96ba72;
  position: absolute;
  left: 0;
  top: 30%;
  margin: auto;
  right: auto;
  line-height: normal;
  margin-left: 10px;
  font-size: 12px;
  padding:2px;
}

.tech a:hover {
  color: #63b610;
}
.teach a{
  color:#ccc;
}
.main li:nth-child(1) {
  margin-left: 10px;
}

.main li:nth-child(2) {
  float: left;
  margin-left: 10px;
  letter-spacing: 0.5px;
  font-size:13px;
}

.main ul li:nth-child(3) {
  float: right;
}
.infor li:nth-child(2) a{
  color:#666;
}
.infor li:nth-child(3) a{
  color:#ccc;
  font-size: 12px;
}
.col-new li:nth-child(2) a{
  color:#666;
}
.col-new li:nth-child(3) a{
  color:#ccc;
  font-size: 12px;
}
.slide-bto a {
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 298px;
  display: inline-block;
}

.main p {
  margin: 0;
  padding: 0;
}

.tech li:nth-child(3) {
  float: right;
  padding-left: 15px;
}

.tech li:nth-child(3) a {
  color: #ccc;
  font-size:12px;
}

.tech .col-3 {
  width: 32%;
  float: left;
  font-size: 14px;
}


.container {
  position: relative;
  overflow: hidden;
}

.tech .bg-cover {
  height: 251px;
  position: relative;
}

.tech h4 {
  margin-left: 10px;
}

.tech ul {
  padding-bottom: 3px;
  float: left;
  margin-bottom: 10px;
  margin-left: 8px;
}

.slide-bto {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 41px;
  text-align: center;

}

.slide-bto p {
  color: white;
  margin: 0;
  line-height: 41px;
  font-size: 12px;
  float: left;
  padding-left: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.col-4 {
  font-size: 14px;
  width: 68%;
  float: right;
}

.col-4 a {
  text-decoration: none;
  color: #666666;
  /*超出部分隐藏*/
  overflow: hidden;
  /*文本超出部分省略*/
  text-overflow: ellipsis;
  letter-spacing: 0.5px;
}

.col-4 h4 {
  padding-left: 5px;
}

.col-4 .col {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 5px;
}

.main ul a:hover {
  color: #63b610;
}
.time{
  margin-top:23px;
}
.col-t3{
  width:50%;
  float:left;
}
.col-t{float:left;}
.col-t4{
  width:260px;
  height:160px;
  background-color: #e8f4f2;
  background-color: #f7fcf2;
  color: #96ba72;
}
.col-t1{
  width:45%;
  box-sizing: border-box;
}
.col-t2{
  width:55%;
  box-sizing: border-box;
}
.bg1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.time-container{
  padding-top: 20px;
  border-top: solid 2px #eee;
}
.time-container h6{
  font-weight: normal;
  padding:0;
  margin:0 auto;
  font-size:30px;
  width:130px;
  line-height: 220px;
}
.footer {
  text-align: center;
  width: 100%;
  height: 200px;
  border-top: solid 1px #f5f5f5;
}
.add{
  text-align: left;
  font-size:12px;
}
.add p{
  margin:0;
  padding-bottom: 12px;
}
.add h5,h6{
  font-weight:normal;
  margin:0;padding:0;
}
.colT{
  float:left;
  box-sizing: border-box;
}
.colT1{
  width:600px;
}
.colT2{
  width:600px;
}
.colTT{
  float:left;
  box-sizing: border-box;
}
.colTT1{
  width:100px;
}
.colTT2{
  width:84px;
}
.colTT3{
  width:234px;
}
.colTT4{
  width:162px;
}
.footer ul {
  text-align: center;
  display: inline-block;
  margin: 10px 0 10px 0;
  padding: 0;
}

.footer li {
  float: left;
  padding: 0 15px;
}

.footer a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.footer p {
  color: #666;
  font-size: 12px;
  margin:0;
}
.colTT h6{
  font-size: 12px;
  padding-bottom: 12px;
  color:#666;
}

.infor-p {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;

}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 30px!important;
  height: 30px!important;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7!important;
}
