/*轮播图*/
.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.banner .swiper-button-prev{
    position: absolute;
    z-index: 11;
    left: 20px;
    top: 50%;
    display: inline-block;
    width: 27px;
    height: 54px;
    margin-top: -27px;
    background: url("../images/arrow_prev.png") no-repeat center;
}
.banner .swiper-button-next{
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 11;
    display: inline-block;
    width: 27px;
    height: 54px;
    margin-top: -27px;
    background: url("../images/arrow_next.png") no-repeat center;
}

.banner .swiper-button-prev.swiper-button-disabled,.banner .swiper-button-next.swiper-button-disabled{
    opacity: .5;
}
.banner .banner-container{
    position: relative;
    cursor: auto !important;
    z-index: 10;
}
.banner .banner-container,.banner .banner-container .swiper-wrapper{
    width: 100%;
    height: auto !important;
}

.banner .banner-container .swiper-slide{
    width: 100%;
    height: 440px !important;
    overflow: hidden;
    position: relative;
}

.banner .banner-container .swiper-slide .slide-item{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: table;
    width: 460px;
    height: 100%;
    overflow: hidden;
    padding-right: 76px;
}
.banner .banner-container .swiper-slide .slide-item .slide-box{
    display: table-cell;
    vertical-align: middle;
}
.banner .banner-container .swiper-slide .slide-item .slide-words{
    color: #edf1fa;
}
.banner .banner-container .swiper-slide .slide-item .slide-words h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    text-align: right;
}
.banner .banner-container .swiper-slide .slide-item .slide-words p{
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: right;
}
.banner .banner-container .swiper-slide .slide-item .slide-words span{
    display: inline-block;
    max-width: 100%;
    line-height: 28px;
    margin-bottom: 40px;
    text-align: justify;
}
.banner .banner-container .swiper-slide .slide-item .slide-btngroup a{
    display: inline-block;
    vertical-align: top;
    padding: 6px 24px;
    border-radius: 4px;
    font-size: 14px;
    color: #010101;
    background: #edf1fa;
    margin-left: 20px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.banner .banner-container .swiper-slide .slide-item .slide-btngroup a:hover{
    color: #fff;
    background: #53a629;
}
.banner .banner-container .swiper-slide .banner_meng_right{
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 1;
}
.banner .banner-container .swiper-slide .banner_pic{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    width: 1920px;
    height: 440px;
}

.banner .banner-container .swiper-slide .pic-container{
    display: inline-block;
    width: 100%;
    height: auto;
}

.banner .banner-container .pagination {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.banner .banner-container .swiper-pagination-switch {
    display: inline-block;
    width: 30px;
    height: 5px;
    border-radius: 2.5px;
    background: transparent;
    margin: 0 5px;
    border: 1px solid #fff;
    cursor: pointer;
}
.banner .banner-container .swiper-active-switch {
    background: #fff;
}

/*首页列表*/
.index-list{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 80px;
}
.index-list .container .list-item{
    width: 100%;
    height: 324px;
    margin-bottom: 80px;
}
.index-list .container .list-item .item-pic{
    width: 50%;
    height: 324px;
    float: left;
    position: relative;
    text-align: left;
}
.index-list .container .list-item .item-pic a{
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.index-list .container .list-item .item-pic img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: transform .5s ease 0s;
    -moz-transition: transform .5s ease 0s;
    -o-transition: transform .5s ease 0s;
    -ms-transition: transform .5s ease 0s;
    transition: transform .5s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.index-list .container .list-item .item-pic img:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.index-list .container .list-item .item-words{
    float: right;
    width: 50%;
    height: 100%;
}
.index-list .container .list-item:nth-child(2n) .item-pic{
    float: right;
    text-align: right;
}
.index-list .container .list-item:nth-child(2n) .item-words{
    float: left;
}
.index-list .container .list-item .item-words .item-words-box{
    padding: 0 80px;
}
.index-list .container .list-item .item-words .item-words-box h2{
    position: relative;
    height: 50px;
}
.index-list .container .list-item .item-words .item-words-box h2 a{
    font-size: 30px;
    color: #000;
    -webkit-transition: color .5s ease 0s;
    -moz-transition: color .5s ease 0s;
    -o-transition: color .5s ease 0s;
    -ms-transition: color .5s ease 0s;
    transition: color .5s ease 0s;
}
.index-list .container .list-item .item-words .item-words-box h2 a:hover{
    color:#3f881b !important;
}
.index-list .container .list-item .item-words .item-words-box h2 i{
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #3f881b;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index-list .container .list-item .item-words .item-words-box p{
    margin: 20px 0 15px;
}
.index-list .container .list-item .item-words .item-words-box p a.wordslink{
    display: inline-block;
    max-width: 80%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    vertical-align: top;
    -webkit-transition: color .5s ease 0s;
    -moz-transition: color .5s ease 0s;
    -o-transition: color .5s ease 0s;
    -ms-transition: color .5s ease 0s;
    transition: color .5s ease 0s;
}
.index-list .container .list-item .item-words .item-words-box p a.arrowlink{
    display: inline-block;
    width: 17px;
    height: 28px;
    margin-left: 20px;
    cursor: pointer;
    vertical-align: top;
    background: url("../images/arrow_link.png") no-repeat center;
}

.index-list .container .list-item .item-words .item-words-box > span{
    font-size: 12px;
    max-width: 100%;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #9d9d9d;
    margin-bottom: 15px;
}

.index-list .container .list-item .item-words .item-words-box > ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index-list .container .list-item .item-words .item-words-box > ul li{
    float: left;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    padding-left: 15px;
    background: url("../images/point.png") no-repeat left 5px center;
}
.index-list .container .list-item .item-words .item-words-box > ul li a{
    display: inline-block;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    color: #666;
    -webkit-transition: color .5s ease 0s;
    -moz-transition: color .5s ease 0s;
    -o-transition: color .5s ease 0s;
    -ms-transition: color .5s ease 0s;
    transition: color .5s ease 0s;
}

/*快捷入口*/
.index-enter{
    width: 100%;
    height: 344px;
    background: url("../images/index_enterbg.png") no-repeat center;
}
.index-enter .container{
    height: 100%;
    padding: 2px 75px;
}
.page .content .index-enter .container > h2{
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #fff !important;
    font-size: 28px;
    margin-bottom: 12px !important;
}
.index-enter .container ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index-enter .container ul li{
    float: left;
    height: 126px;
    overflow: hidden;
    margin-right: 1%;
    margin-bottom: 13px;
    position: relative;
}
.index-enter .container ul li.enter_sm{
    width: 49.5%;
}
.index-enter .container ul li.enter_bj{
    width: 49.5%;
    margin-right: 0;
}
.index-enter .container ul li.enter_yh{
    width: 23%;
}
.index-enter .container ul li.enter_zf{
    width: 40%;
}
.index-enter .container ul li.enter_gm{
    width: 35%;
    margin-right: 0;
}
.index-enter .container ul li>img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    -webkit-transition: transform .5s ease 0s;
    -moz-transition: transform .5s ease 0s;
    -o-transition: transform .5s ease 0s;
    -ms-transition: transform .5s ease 0s;
    transition: transform .5s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.index-enter .container ul li a{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.index-enter .container ul li a>p{
    display: table-cell;
    vertical-align: middle;
}
.index-enter .container ul li a>p span{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fefeff;
}
.index-enter .container ul li a>p i{
    display: block;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #cccccc;
}
.index-enter .container ul li:hover > img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


@media screen and (max-width: 1200px){
    .banner .banner-container .swiper-slide .slide-item{
        width: 420px;
    }
    .banner .banner-container .swiper-slide .slide-item .slide-btngroup a{
        padding: 6px 14px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 992px){
	.index-list{
		padding-top: 50px;
	}
	.index-list .container .list-item{
		margin-bottom: 50px;
	}
	.index-list .container .list-item .item-words .item-words-box{
		padding: 0 30px;
	}
	.index-enter .container ul li a>p i{
		display: none;
	}
}

@media screen and (max-width: 768px){
	.index-list {
	    padding-top: 30px;
	}
	.index-list .container .list-item{
		height: auto;
		margin-bottom: 20px;
	}
	.index-list .container .list-item .item-pic,.index-list .container .list-item:nth-child(2n) .item-pic{
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.index-list .container .list-item .item-pic a{
		text-align: center;
	}
	.index-list .container .list-item .item-pic a,.index-list .container .list-item .item-pic img{
		position: relative;
	}
	.index-list .container .list-item .item-words,.index-list .container .list-item:nth-child(2n) .item-words{
		float: none;
		width: 100%;
		height: auto;
	}
	.index-list .container .list-item .item-words .item-words-box{
		padding: 0;
	}
}

@media (max-width: 640px) {
	.banner .swiper-button-next,.banner .swiper-button-prev{
		background-size: 70%;
	}
	.banner .banner-container .swiper-slide .slide-item .slide-words p{
		margin-bottom: 10px;
	}
	.index-enter .container{
		padding: 2px 30px;
	}
	.index-enter .container ul li{
		margin-right: 3%;
	}
	.index-enter .container ul li.enter_sm,.index-enter .container ul li.enter_bj{
		width: 48.5%;
	}
	.index-enter .container ul li.enter_yh{
		width: 30%;
	}
	.index-enter .container ul li.enter_zf {
	    width: 34%;
	}
	.index-enter .container ul li.enter_gm{
		width: 30%;
	}
	.index-enter .container ul li.enter_bj,.index-enter .container ul li.enter_gm{
		margin-right: 0;
	}
}

@media (max-width: 525px) {
	.banner .swiper-button-next,.banner .swiper-button-prev{
		background-size: 50%;
	}
	.banner .swiper-button-prev{
		left:5px;
	}
	.banner .swiper-button-next{
		right: 5px;
	}
	.banner .banner-container .swiper-slide .slide-item{
		padding-right: 0;
		width: 80%;
		margin: 0 auto;
		position: relative;
	}
	.index-enter .container{
		padding: 2px 10px;
	}
	.index-enter .container ul li{
		height: 90px;
		margin-bottom: 15px;
	}
	.page .content .index-enter .container > h2{
		margin-top: 40px;
		margin-bottom: 20px;
	}
}

@media (max-width: 414px) {
	.banner .banner-container .swiper-slide .slide-item .slide-words h2{
		text-align: left;
		font-size: 28px;
	}
	.banner .banner-container .swiper-slide .slide-item .slide-words span{
		margin-bottom: 20px;
	}
	.banner .banner-container .swiper-slide .slide-item .slide-btngroup a{
		margin-left: 0;
		padding: 6px 8px;
	}
}

@media (max-width: 320px){
	.banner .banner-container .swiper-slide .slide-item .slide-words h2{
		font-size: 24px;
	}
	.banner .banner-container .swiper-slide .slide-item .slide-btngroup a {
	    padding: 4px 6px;
	}
}
