﻿/* section */

.section {
    width: 100%;
    padding-bottom: 30px;
}

.section > .container {
    padding: 20px;
    background: #ffffff;
}

/* box */

.box {
    width: 100%;
    height: 726px;
}

.box-1 {
    width: 800px;
    height: 100%;
    float: left;
    border-right: 1px solid #e6e6e6;
}

.box-1-1 {
    width: 760px;
    height: 363px;
}

.box-1-2 {
    width: 760px;
    height: 363px;
}

.box-2 {
    width: 380px;
    height: 100%;
    float: left;
    padding-left: 40px;
}

.box-2 > div {
    margin-bottom: 11px;
}


.box-2 a {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 18px;
}

.box-2-1 {
    width: 340px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    background: url(box-bg_03.jpg) no-repeat;
    font-weight: bold;
    position: relative;
}

.box-2-1 a {
    font-size: 22px;
    color: #ffffff;
}

.box-2-2, .box-3-2 {
    width: 340px;
    height: 60px;
    line-height: 60px;
}

.box-2-2-1, .box-2-2-2 {
    width: 160px;
    height: 60px;
    float: left;
    background: url(box-bg_06.jpg) no-repeat;
    position: relative;
    padding-left: 59px;
}

.box-2-2-2 {
    margin-left: 20px;
}

.box-3-2 {
    position: relative;
    padding-left: 59px;
    background: url(box-bg_09.png) no-repeat;
}
.bt{
	/*position: relative;
    padding-left: 59px;*/
    background: url(xxgk-bg-20.png) no-repeat;
}

.inner-img img {
    position: absolute;
    top: 18px;
    left: 23px;
}

/*  */

.bottom-slide {
    width: 100%;
    height: 90px;
    margin-top: 20px;
}

.div7 .picScroll-left {
  overflow: hidden;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.div7 .picScroll-left .hd {
  /* overflow: hidden; */
  position: relative;
}
.div7 .picScroll-left .prev,
.div7 .picScroll-left .next {
  position: absolute;
  display: block;
  width: 20px;
  height: 36px;
  top: 25px;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
}
.div7 .picScroll-left .next {
  background: url("slidenext2.png") no-repeat;
  right: 15px;
  background-size: 100%;
}
.div7 .picScroll-left .prev {
  background: url("slideprev2.png") no-repeat;
  left: 9px;
  background-size: 100%;
}
.div7 .picScroll-left .bd {
  /* padding: 10px; */
}
.div7 .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.div7 .picScroll-left .bd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.div7 .picScroll-left .bd ul li .pic {
  text-align: center;
}
.div7 .picScroll-left .bd ul li .pic img {
  width: 225px;
  height: 90px;
  display: block;
}
.div7 .picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}
.div7 .picScroll-left .bd ul li .title {
  line-height: 24px;
}
.div7 .picScroll-left .tempWrap {
  width: 100% !important;
}

/*******自适应*********/

@media only screen and (min-width: 700px) and (max-width: 1024px){
     body {
        min-width: 0;
        background-color: #fff;
    }
    /* 当前位置 */
    .current-position {
        background-color: #fff;
        height: 40px;
        line-height: 40px;
    }
    /* 栏目开始 */
    .box-1-1 {
        width: 100%;
        height: 363px;
    }
    .common-list-items>ul>li>a{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
        max-width: 80%;
    }
    .common-list-tit li {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .common-list-tit {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #eae8e8;
    }
    .box-1 {
        border-right: none;
    }
    .box-1-2 {
        width: 100%;
        height: 363px;
    }
    .box-2 {
        width: 100%;
        padding-left: 0;
    }
    .box-2 > div {
        margin-bottom: 10px;
    }
    .box-2-1 {
        /* width: 340px; */
        width: 100%;
        background-size: 100% 100%;
    }
    .box-2-2-1, .box-2-2-2 {
        width: 49%;
        background-size: 100% 100%;
    }
    .box-2-2-2{
    	margin-left: 2%;
    }
    .box-2-2, .box-3-2 {
        width: 100%;
    }
    .box-3-2 {
        background-size: 100% 100%;
		width:49%;
    }
	
    .box {
        height: 100%;
    }
	.fl{
	  float:right;
	}
	.le{
	  float:left;
	}
    /* 底部轮播 */
    .tempWrap,.bottom-slide-list{
        width: 100% !important;
    }
    .bottom-slide{
        overflow: hidden;
		height: 150px;
    }


    .container {
        width: 100%;
    }
    .box-1 {
        width: 100%;
        height: 100%;
    }
    .section > .container {
        padding: 4%;
    }

    body {
		min-width: 100%;
		width: 100%;
		background: #fff;
	}

	.container {
		width: 100% !important;
		margin: 0 auto;
	}
	

	.section {
		    overflow: hidden;
    padding-bottom: 10px;
	}

	.section>.container {
		padding: 10px !important;
		background: #ffffff !important;
	}
	.top{
		display: none;
	}
	.search-box{
		display: none;
	}
.link-nav{
	display: none;
}
.nav{
	height: auto !important;
}
.nav-list li {
    float: left;
    width: 33.3% !important;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #6a91c6;
}
.logo{
	display: none;
}
.common-list-tit li {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .common-list-tit {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #eae8e8;
    }
.name {
    position: initial !important;
	width: 100%;
}

.box-5 {
    width: 100%;
    height: 90px;
    margin-top: 20px;
    float: left;
}
.links .tit li{
	width: 33.3% !important;
}
.footer{
	height: auto !important;
	    
}
.foot-box{
	margin: 0 !important;
	    height: auto;
}
.dzjg,#_jiucuo_,#_span_jiucuo{display: none;}
.foot-nav{text-align: center;display: flex;justify-content: center;}
.foot-box p{height: auto !important;text-align: center;padding:0 20px;}
 .div7 .picScroll-left .bd ul li{
   width: 100%;
   margin: 0;
}
.div7 .picScroll-left .bd ul li .pic img {
  width: 100%;
  height: 150px;
  display: block;
}
.div7 .picScroll-left .next {
    right: 0;
	top:50px;
	height:65px;
	width:28px;
}
.div7 .picScroll-left .prev{
	left: 0;
	top:50px;
	height:65px;
	width:28px;
}  

  .div7 .picScroll-left{
  	margin: 0;
  }
  .banner{
  	  width: 100%;
  	  height: auto !important;
  }	
}
@media (max-width: 700px) {
    body {
        min-width: 0;
        background-color: #fff;
    }
    /* 当前位置 */
    .current-position {
        background-color: #fff;
        height: 40px;
        line-height: 40px;
    }
    /* 栏目开始 */
    .box-1-1 {
        width: 100%;
        height: 363px;
    }
    .common-list-items>ul>li>a{
        /*overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;*/
        float: left;
        max-width: 70%;
    }
    .common-list-tit li {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .common-list-tit {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #eae8e8;
    }
    .box-1 {
        border-right: none;
    }
    .box-1-2 {
        width: 100%;
        height: 363px;
    }
    .box-2 {
        width: 100%;
        padding-left: 0;
    }
    .box-2 > div {
        margin-bottom: 10px;
    }
    .box-2-1 {
        /* width: 340px; */
        width: 100%;
        background-size: 100% 100%;
    }
    .box-2-2-1, .box-2-2-2 {
        width: 47%;
        background-size: 100% 100%;
    }
    .box-2-2-2{
    	margin-left: 6%;
    }
    .box-2-2, .box-3-2 {
        width: 100%;
    }
    .box-3-2 {
        background-size: 100% 100%  ;
    }
    .box {
        height: 100%;
    }
    /* 底部轮播 */
    .tempWrap,.bottom-slide-list{
        width: 100% !important;
    }
    .bottom-slide{
        overflow: hidden;
    }


    .container {
        width: 100%;
    }
    .box-1 {
        width: 100%;
        height: 100%;
    }
    .section > .container {
        padding: 4%;
    }

    body {
		min-width: 100%;
		width: 100%;
		background: #fff;
	}

	.container {
		width: 100% !important;
		margin: 0 auto;
	}
	

	.section {
		    overflow: hidden;
    padding-bottom: 10px;
	}

	.section>.container {
		padding: 10px !important;
		background: #ffffff !important;
	}
	.top{
		display: none;
	}
	.search-box{
		display: none;
	}
.link-nav{
	display: none;
}
.nav{
	height: auto !important;
}
.nav-list li {
    float: left;
    width: 33.3% !important;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #6a91c6;
}
.logo{
	display: none;
}
.common-list-tit li {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .common-list-tit {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #eae8e8;
    }
.name {
    position: initial !important;
	width: 100%;
}

.box-5 {
    width: 100%;
    height: 90px;
    margin-top: 20px;
    float: left;
}
.links .tit li{
	width: 33.3% !important;
}
.footer{
	height: auto !important;
	    
}
.foot-box{
	margin: 0 !important;
	    height: auto;
}
.dzjg,#_jiucuo_,#_span_jiucuo{display: none;}
.foot-nav{text-align: center;display: flex;justify-content: center;}
.foot-box p{height: auto !important;text-align: center;padding:0 20px;}
 .div7 .picScroll-left .bd ul li{
   width: 100%;
   margin: 0;
}
.div7 .picScroll-left .bd ul li .pic img {
  width: 100%;
  height: 90px;
  display: block;
}
.div7 .picScroll-left .next {
    right: 0;
} 
.div7 .picScroll-left .prev {
    left: 0;
} 
  .div7 .picScroll-left{
  	margin: 0;
  }
  .banner{
  	  width: 100%;
  	  height: auto !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 2000px){
   	
.bottom-slide .div7 .picScroll-left .bd ul li .pic img{
	width:223px !important;
}
.bottom-slide .div7 .picScroll-left .bd ul{
	margin-left:7px !important;
}
.bottom-slide .div7 .next{
	right:15px;
}
.bottom-slide .div7 .prev{
	left:14px;
}
}






