/******************头部*******************/
.header {
  background-color: #FFF;
}
.header .logo {
  margin-top: 29px;
  width: 228px;
  height: 56px;
  margin-bottom: 13px;
}
.header .header-tools {
  height: 38px;
}
.header .header-tools .t-phone {
  padding-left: 24px;
  background: url(../images/ico01.png) no-repeat left center;
}
.header .header-tools .wx-ico {
  width: 35px;
  height: 38px;
  background: url(../images/ico02.png) no-repeat center center;
}
.header .header-tools .search {
  height: 38px;
  width: 20px;
  padding-right: 5px;
  transition: all 0.5s;
}
.header .header-tools .search .btn {
  cursor: pointer;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: 0;
  width: 20px;
  height: 100%;
  background: url(../images/ico03.png) no-repeat center center;
}
.header .header-tools .search .btn.btn2 {
  background-image: url(../images/ico03h.png);
}
.header .header-tools .search .searchbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 8;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
}
.header .header-tools .search .searchbox .inp {
  line-height: 20px;
  padding: 8px 13% 8px 3%;
  width: 84%;
  border: 1px solid #ececec;
  background-color: #fff;
}
.header .header-tools .search.act {
  width: 200px;
  transition: all 0.5s;
}
.header .header-tools .search.act .searchbox {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  transition: all 0.5s;
}
.header .header-tools .search.act .btn.btn1 {
  display: none;
}
.header .header-tools .search.act .btn.btn2 {
  display: block;
}
.header .nav li {
  float: left;
  padding: 10px 0 10px 54px;
  line-height: 24px;
}
.header .nav li > a {
  font-size: 16px;
  color: #666;
}
.header .nav-ico {
  width: 40px;
  height: 40px;
  background: url(../images/nav_ico.png) no-repeat center center;
  margin-left: auto;
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
/******************轮播图*******************/
.banner .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 705px;
}
/******************底部*******************/
.footer {
  background-color: #FFF;
  border-top: 2px solid #dbdcdd;
}
.footer a {
  color: #198eed;
}
.footer dl {
  float: left;
  margin-right: 48px;
}
.footer dt {
  margin-bottom: 5px;
}
.footer dt a {
  font-size: 14px;
  line-height: 22px;
}
.footer dd {
  line-height: 24px;
}
.footer .ewm {
  width: 96px;
  height: 96px;
}
/******************首页主体内容*******************/
.index-content {
  margin-top: -39px;
  position: relative;
  height: 265px;
  z-index: 9999;
}
.index-content .narr {
  position: absolute;
  width: 26px;
  height: 39px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-content .narr.narr-left {
  left: 0;
  background-image: url(../images/ico04.png);
}
.index-content .narr.narr-right {
  right: 0;
  background-image: url(../images/ico05.png);
}
.index-content .content {
  position: absolute;
  left: 26px;
  right: 26px;
}
.index-content .title {
  padding-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
}
.index-content .i-box {
  width: 29.25%;
}
.index-content .i-box2 {
  width: 67.42%;
}
.index-content .more {
  height: 22px;
  width: 44px;
  background: url(../images/ico06.png) no-repeat center center;
}
.index-content .bg-img {
  padding-top: 8px;
  padding-bottom: 47px;
  background: url(../testing/img01.png) no-repeat right center;
}
.index-content .c-left {
  width: 48.85%;
}
.index-content .c-right {
  width: 382px;
}
.index-content .c-right .swiper-button-next,
.index-content .c-right .swiper-button-prev {
  width: 14px;
  height: 25px;
  margin-top: -13px;
  background-size: 14px 25px;
}
.index-content .c-right .swiper-button-next {
  right: 0;
  background-image: url(../images/ico09.png);
}
.index-content .c-right .swiper-button-prev {
  left: 0;
  background-image: url(../images/ico08.png);
}
.index-content .index-newslist li {
  padding-left: 16px;
  background: url(../images/ico07.png) no-repeat 6px center;
}
.gg_box {
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 39px;  
}
.gg_box .mauto {
    background: rgba(0,0,0,0.5);
}

.gg_box .gg_div {
  padding: 10px 0 10px 41px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  background: url(../images/news-ico0.png) no-repeat 6px center;
}
.gg_box .swiper-slide {
  height: 25px !important;
}
.gg_box .swiper-wrapper {
  height: 25px !important;
}
.gg_box .swiper-button-next,
.gg_box .swiper-button-prev {
  width: 15px;
  height: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  left: auto;
  right: 1%;
}
.gg_box .swiper-container {
  padding-right: 25px;
}
.gg_box .swiper-button-next {
  top: 3px;
  background-image: url(../images/news-ico1.png);
}
.gg_box .swiper-button-prev {
  top: 15px;
  background-image: url(../images/news-ico2.png);
}
.pop-ewm{
    		left: 50%;
    		top: 40px;
    		width: 90px;
    		height: 90px;
    		margin-left: -45px;
    		position: absolute;
    		z-index: 999;
    		display: none;
    	}
    	.header .header-tools .wx-ico:hover .pop-ewm{
			display: block;
    	}
/**************2017.04.10****************/
/**************2017.04.10****************/
.header .nav li{
  position:relative;
  cursor:pointer;
  z-index: 999;
  padding-bottom: 22px;
}
.header .nav li > a:hover{
font-weight:bold;}

.header .nav li .snav {
  display:none;
    position: absolute;
    left: 27px;
    top:55px;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.header .nav li .snav a{
  line-height: 34px;
  font-size: 12px;
  color:#666;
  border-bottom: 1px solid #f0f0f0;
}

.header .nav li .snav a:last-child{
    border-bottom: none;
  }
.header .nav li .snav a:hover{
  color:#7bbef4;
}

.header .nav li:hover .line span{
  width:100%;
  transition:all 0.5s;
}
.header .nav li .line{
  content:"";
  position:absolute;
  left:27px;
  bottom:0;
  width:100%;
  height:3px;
  z-index: 100000;
  transition:all 0.5s;
}
.header .nav li span{
  width:0;
  transition:all 0.5s;
 background-color: #3380f6;
}

.news-banner .bg{
  left:34px;
  font-style: normal;
  bottom:0;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0.42);
  width:100%;
  max-width: 314px;
  z-index: 999;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 16% !important;
}

@media (max-width: 991px) {
  .index-content{
  bottom: 0 !important;
  }
.gg_box{
  bottom: 0 !important;
}

}