@charset "utf-8";

/*banner切换 start*/
#banner-slider {
	box-shadow: none;
}

#banner-slider ul li img {	
	margin: 0 auto;
	height: 500px;
}

#banner-slider .am-control-nav li {
	margin: 0 3px;
}

#banner-slider .am-control-nav li a {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: #fff solid 1px;
}

#banner-slider .am-control-nav li a.am-active,
#banner-slider .am-control-nav li a:hover {
	background-color: #ff9900;
}

#banner-slider .am-control-nav {
	bottom: 30px;
	z-index: 9;
}

/*banner切换 end*/

/*轮播图 start*/
#news-slider {
	box-shadow: none;
}

#news-slider ul li img {
	height: 419px;
}

#news-slider .am-slider-desc {
	font-size: 1.4rem;
	padding: 10px 80px 10px 20px;
}

#news-slider .am-control-nav {
	bottom: 36px;
        z-index: 9;
        right: 10px;
}

#news-slider .am-control-nav li a {
	width: 12px;
	height: 12px;
	border-radius: 10px;
}

#news-slider .am-control-nav li a.am-active {
	background-color: #ffe100;
}

#news-slider .am-control-nav li a {
	background-color: #fff;
}

/*轮播图 end*/

/*滚动新闻 start*/
.swiper_wrap_bg {
	background: url(../../images/ico_03.png) no-repeat 15px center #FFF;
	padding: 10px 10px 10px 25px;
	margin-bottom: 20px;
}

.swiper_wrap {
	position: relative;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
}

.swiper_wrap ul {
	position: relative;
	top: 0;
	left: 0;
	font-size: 14px;
	margin-top: 1px;
}

.swiper_wrap ul li {
	list-style: none;
	line-height: 30px;
}

.swiper_wrap .lt {
	background: url(../../images/ico_02.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 3px;
	display: block;
	width: 14px;
	height: 7px;
}

.swiper_wrap .lt:hover {
	background-position: right 0;
}

.swiper_wrap .gt {
	background: url(../../images/ico_02.png) no-repeat 0 bottom;
	position: absolute;
	right: 10px;
	top: 22px;
	display: block;
	width: 14px;
	height: 7px;
}

.swiper_wrap .gt:hover {
	background-position: right bottom;
}

/*滚动新闻 end*/

/*工作动态 start*/
.lm-center>a{
   text-align: center;
   display: block;
   margin-bottom:4.5rem;
}

.gzdt-pic-list h3{
    max-width: 92%;
    font-size: 1.8rem;
    margin-bottom: .9rem;
}

.gzdt-text-list{
margin-bottom:0px;
}

.gzdt-text-list>li {
    margin-bottom: 5.3rem;
}

.gzdt-text-list>li:last-child {
    margin-bottom: 0rem;
}

.gzdt-text-list li a {
    align-items: start;
}

.time-cont{
    width: 6rem;
    margin-right:3rem;
    line-height: 3.4rem;
}

.time-day{
  font-size: 4rem;
}

.time-year{
color: rgba(0, 0, 0, .45);
}

.gzdt-rt-tit{
    width: calc(100% - 9rem);
    align-items: start;    
}

.gzdt-rt-tit h3{
    margin: 0px;
    margin-bottom: .5rem;
    font-weight: initial;
    color: #000000;
    font-size: 1.8rem;
    max-width: 96%;
}

.gzdt-text-list a:hover .gzdt-rt-tit h3{
  color: #a24541;
}

.gzdt-rt-tit p{
    font-size: 1.4rem;
    margin: 0px;
    color: rgba(0, 0, 0, .7);
}

/*工作动态 end*/

/*首页列表 start*/

.pc-index-two{
    background: #FFF4F4;
    padding-top: 3.5rem;
}

.index-list-top>div{
background:url(/images/zwjrzx/lm_bg.png) no-repeat top center;
background-size: 100%;
padding: 0px 3rem 1rem;
}

.index-list-tit{
    align-items: start;
}

.index-list-tit>div{
    padding-top: 2rem;
}

.index-list-tit>div>h3{
    color: #a24541;
    font-size: 3.2rem;
}

.index-list-tit>div>a{
    display: inline-flex;
    height: 31px;
    padding: 1px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #A24541;
    color: #FFFFFF;
    margin-top: .5rem;
    margin-left:1.5rem;
}

.index-list-tit>img{
width:145px;
height:145px;
}

.index-xx-list{
margin:0px;
position: relative;
    z-index: 9999;
    top: -54px;
    background: #ffffff99;
    padding: 2rem 2rem 1rem;
}

.index-xx-list>li{
 margin-bottom:12px;
}

.index-xx-list>li>a{
max-width: 82%;
}

/*首页列表 end*/

/*友情链接 start*/

.links{
    margin-bottom: 4rem;
}

.links .am-container:after, .links .am-container:before{
display:none;
}

.links-tit{
    text-align: center;
    margin-bottom: 4.5rem;
}

.links-list{
justify-content: space-around;
}

.links-list a img{
height: 56px;
}

/*友情链接 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*banner切换 start*/
	#banner-slider ul li img {
		height: auto;
	}

	#banner-slider .am-control-nav {
		bottom: 5px;
	}

	/*banner切换 end*/

	/*轮播图 start*/
	#news-slider ul li img {
		height: 22rem;
	}

	/*轮播图 end*/
.time-cont {
    width: 8rem;
    margin-right: 1.5rem;
}
.gzdt-rt{
margin-top:2rem;
}
.time-day {
    font-size: 3.2rem;
}
.gzdt-text-list>li {
    margin-bottom: 2.2rem;
}
.gzdt-text-list li a {
    align-items: center;
}
.am-margin-top {
    margin-top: 1.5rem;
}
.lm-center{
padding-left:1.5rem;
padding-right:1.5rem;
}
.lm-center>a {
    margin-bottom: 2.5rem;
}
.gzdt .gzdt-lf,.gzdt .gzdt-rt{
padding-left: .5rem;
    padding-right: .5rem;
}

.index-list-tit>div>a {
   margin-top: 0rem;
}
.index-list-tit>img {
    width: 98px;
    height: 98px;
}
.index-list-tit>div>h3 {
    font-size: 2.2rem;
}
.index-list-top>div {
    padding: 0px 1.5rem 0rem;
}
.index-xx-list {
    top: -28px;
padding: 1rem 1.5rem .5rem;
}
.lm-center>a>img,.links-tit img,.links-list a img{
width:100%;
}
.links-list {
    flex-direction: column;
}
.links {
    margin-bottom: 2rem;
    padding: 0rem 1.5rem;
}
.links-tit {
    margin-bottom: 2.5rem;
}

.links-list a{
    margin-bottom: 2rem;
}
.links-list a:last-child{
margin-bottom:0px;
}
}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {
   .index-list-top .am-u-md-6 {
        width: 49%;
    }
}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
