@charset "UTF-8";
@media (max-width: 1230px) {
  .navbar .navbar-nav > li {
    padding: 0 1%;
  }
  .index-news {
    width: 560px;
  }
  .slideTxtBox .hd {
    margin-left: 0;
  }
  .slideTxtBox .hd .mid-pic {
    right: 60px;
  }
  .slideTxtBox .bd li .tit p {
    font-size: 1rem;
  }
  .index-integ,
  .index-topic {
    width: 49%;
  }
  .index-integ ul li a {
    font-size: 1rem;
    line-height: 40px;
  }
.dmgc-pic .item1 {
  margin-bottom: 1%;
  overflow: hidden;
  height: 280px;
}

.dmgc-pic .item1 .box1 {
  position: relative;
  width: 42%;
  height: 100%;
  overflow: hidden;
  float: left;
  margin-right: 1%;
}

.dmgc-pic .item1 .box2 {
  position: relative;
  float: left;
 
  width: 28%;
  height: 100%;
  overflow: hidden;
  margin-right: 1%;
}
.dmgc-pic .item1 .box2:last-child{margin-right: 0px;}


.dmgc-pic .item2 {
  overflow: hidden;
  height: 280px;
}

.dmgc-pic .item2 .box1 {
  position: relative;
  width: 42%;
  height: 100%;
  overflow: hidden;
  float: left;

}

.dmgc-pic .item2 .box2 {
  position: relative;
  float: left;
 
  width: 28%;
  height: 100%;
  overflow: hidden;
    margin-right: 1%;
}
  .dmgc-pic .tit p {
    font-size: 1rem;
  }
  .left-nav {
    width: 250px;
  }
  .right-con {
    /* width: calc(100% - 300px); */
  }
  
  .nybanner {
	width: 100%;
  overflow: hidden;
  position: relative;
  height: 400px;
}

.nybanner img{
	width: 100%;
 height: 400px;
}
}

@media (max-width: 992px) {
  .header .logo {
    width: 250px;
  }
  
  .left-nav1{width: 100%; display: none;}
  
  .top{position: relative;margin-top: 0;}
  .header{position: relative;margin-top: -40px;background: #036c2c;}
  
  /* 小于992就缩导航 */
  body > .wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body.side-right > .wrapper {
    margin-left: 260px;
    margin-right: -260px !important;
  }
  body.side-right .wrapper .mask {
    position: fixed;
    z-index:99;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(22, 162, 76, 0.78);
  }
  .navbar .nav-button {
    display: block;
    float: right;
    font-size: 20px;
    color: #fff;
    margin-top: -6px;
  }
  .navbar .navbar-nav {
    display: none;
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: rgba(3,108,44,0.8);
    z-index: 999;
    width: 280px;
    height: 100% !important;
    left: -280px;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar .navbar-nav .nav-child {
    width: 100%;
    display: none;
    position: relative !important;
    background-color: transparent;
    float: none;
    border: none;
    top: 0 !important;
    left: 0 !important;
    padding: 0 0 0 15px !important;
    margin: 0 0 -1px 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .navbar .navbar-nav .nav-child li {
    text-align: left;
  }
  .navbar .navbar-nav .nav-child li a {
    color: #fff;
  }
  .navbar .navbar-nav .nav-child li > dl {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    background: none;
    padding-left: 15px;
  }
  .navbar .navbar-nav .nav-child li.hasChild.on > dl {
    display: block;
  }
  .navbar .navbar-nav .nav-child:before {
    display: none;
  }
  .navbar .navbar-nav > li {
    width: 100%;
    display: block;
    position: relative;
    padding: 5px 15px;
    height: auto;
    border-bottom: 1px solid #0c6930;
    text-align: left;
  }
  .navbar li.hasChild > a:before {
    font-family: "FontAwesome";
  background: url(../images/zxx.png) right center no-repeat;
    float: right;
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    z-index: 9;
  }

 .navbar li.hasChild em{width:20px;height:20px;display:block;background: url(../images/zxx.png)right center no-repeat;float: right;padding-top: 4px;background-size: 39%;margin-top: 10px;}
 .navbar li:first-child em{ display:none }

  .navbar li.hasChild.on > a:before {
  background: url(../images/zxx.png) right center no-repeat;
  }
  .navbar li.hasChild.on .nav-child {
    display: block !important;
  }
  body.side-right .navbar .navbar-nav {
    display: block !important;
    left: 0;
  }
  /* 小于992就缩导航 */
  .index-news,
  .index-integ {
    width: 100%;
  }
  .index-notice,
  .index-topic {
    width: 100%;
    margin-top: 30px;
  }
  .slideTxtBox {
    padding-top: 90px;
  }
  .slideTxtBox .hd .mid-pic {
    top: -75px;
    right: 50%;
    transform: translate(50%);
  }
  .slideTxtBox .bd li {
    width: 50% !important;
  }
  .slideTxtBox .bd li.item2 {
    width: 100% !important;
  }
  .slideTxtBox .bd li.item3 {
    position: absolute;
    right: 0;
  }
  .index-topic ul li {
    width: 33.3%;
  }
  .dmgc-pic .item1 {
    height: 255px;
  }
  .dmgc-pic .item1 .box3,
  .dmgc-pic .item1 .box4 {
    height: 120px;
  }
  /* 列表 */
  .left-nav {
    display: none;
  }
  .right-con {
    width: 100%;
  }
  .list-con .leader-list li{width:50%;}
  
  .dmgc-pic .item1 {
  margin-bottom: 1%;
  overflow: hidden;
  height: 200px;
}

.dmgc-pic .item1 .box1 {
  position: relative;
  width: 48%;
  height: 100%;
  overflow: hidden;
  float: left;
  margin-right: 1%;
}

.dmgc-pic .item1 .box2 {
  position: relative;
  float: left;
 
  width: 48%;
  height: 100%;
  overflow: hidden;
  margin-right: 1%;
}
.dmgc-pic .item1 .box2:last-child{margin-right: 0px;}


.dmgc-pic .item2 {
  overflow: hidden;
  height: 200px;
}

.dmgc-pic .item2 .box1 {
  position: relative;
  width: 48%;
  height: 100%;
  overflow: hidden;
  float: left;

}

.dmgc-pic .item2 .box2 {
  position: relative;
  float: left;
 
  width: 48%;
  height: 100%;
  overflow: hidden;
    margin-right: 1%;
}
  
  
}

@media (max-width: 768px) {
	.nybanner {
	width: 100%;
  overflow: hidden;
  position: relative;
  height: 300px;
}

.nybanner img{
	width: 100%;
 height: 300px;
}
  .container {
    padding: 0 15px;
  }
  .banner .container {
    padding: 0;
  }
  .flex-direction-nav a {
    display: none !important;
  }
 
  .list-con .leader-list li {
    width: 100%;
  }
  
  .footer .cory {
	float:none;
	text-align: center;
	width: 100%;
}




.footer .xmt {
  float: none;
  width: 100%;
  /* margin-left: 155px; */
  position: relative;
  top: 0;
}
.footer .xmt ul{text-align: center;margin: 0px auto;/* overflow: hidden; */}
.footer .xmt ul li{display: inline-block; float: none; margin-top: 10px;
    width: auto;}  

.footer .xmt li .ewm2 {
  /* right: 0px; */
  display: none;
  position: absolute;
  bottom: 100%;
left: -100px;
  width: 250px;
  /* height: 90px; */
  z-index: 9;
}





.dmgc-pic .item1 {
  overflow: hidden;
  height: 150px;
}

.dmgc-pic .item2 {
  overflow: hidden;
  height: 150px;
}

}

@media (max-width: 600px) {
  html {
    font-size: 14px;
  }
  .top  {
    display: none;
  }
  .header{
    margin-top:0;
  }
  .phonesea{
    display:block;
    padding:20px 10px;
  }
  .phonesea .text{
  float:left;
  width:calc(100% - 30px);
  height:30px;
  line-height:30px;
  }
    .phonesea .sub{
      float:right;
      margin-top:4px;
    }
.navbar .navbar-nav .top-links{
  display:block;
  margin-top:20px;
  float:left;
  width:43%;
  text-align:center;


}
.navbar .navbar-nav .top-links a{
  color:#fff;
  font-size: 14px;
}
  .navbar {
    width: 80px;
    padding-top: 32px;
  }
  .flexslider .slides li .tit {
    padding: 20px 65px 20px 10px;
  }
  .flexslider .slides li .tit p {
    font-size: 1rem;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .flexslider .flex-control-nav {
    width: auto;
    bottom: 0px;
    right: 10px;
  }
  .flexslider .flex-control-paging li {
    margin: 0 5px;
  }
  .row {
    margin-top: 20px;
  }
  .slideTxtBox .hd li {
    margin-left: 0;
    float: none;
    overflow: hidden;
  }
  .slideTxtBox .hd li.li2 {
    margin-top: 10px;
  }
  .index-topic ul li {
    width: 50%;
  }
  .list-con .list-pics .pic {
    float: none;
    margin: 0 auto;
  }
  .list-con .list-pics .date {
    position: absolute;
    bottom: 50px;
  }
  .list-con .list-pics .text {
    width: calc(100% - 85px);
  }
  .ss{}
   .header .logo {
    width: 167px;
  }
  
  .nybanner {
	width: 100%;
  overflow: hidden;
  position: relative;
  height: 200px;
}

.nybanner img{
	width: 100%;
 height: 200px;
}



}

@media (max-width: 420px) {



.navbar .navbar-nav .top-links
  .index-tit p.cn {
    font-size: 1.25rem;
  }
  .news-pic .item,
  .news-text li {
    width: 100%;
  }
  .slideTxtBox .bd li {
    width: 100% !important;
  }
  .slideTxtBox .bd li.item3 {
    position: relative;
  }

  .list-con .leader-list li a {
    padding: 15px;
  }
  .list-con .leader-list .pic {
   
  }
  .list-con .leader-list .text {
  
  }
  .nybanner {
	width: 100%;
  overflow: hidden;
  position: relative;
  height: 160px;
}

.nybanner img{
	width: 100%;
 height: 160px;
}
  
}