.swiper-container,
.swiper-container .swiper-slide a,
.swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
}

.special .content.fl:hover #SpecialPrev {
    background: #67676799 url(../image/prev.png) center center no-repeat;
    border-radius: 5px;
}

.special .content.fl:hover #SpecialNext {
    background: #67676799 url(../image/next.png) center center no-repeat;
    border-radius: 5px;
}

.swiper-container .swiper-slide a {
	display: flex;
}

.swiper-pagination {
	position: absolute;
	left: auto;
	right: 10px;
	bottom: 10px;
}

.swiper-pagination-switch {
	background-color: #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	opacity: 0.5;
	width: 10px;
	height: 10px;
}

.swiper-active-switch {
	background-color: #fff;
	opacity: 1;
}

#NewsSwiper .swiper-slide a,
#TsyxSwiper .swiper-slide a {
	display: flex;
	position: relative;
}

#NewsSwiper .swiper-slide a p,
#TsyxSwiper .swiper-slide a p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	line-height: 40px;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 16px;
}

#NewsSwiper .swiper-slide a p {
	padding-right: 120px;
}

#TsyxSwiper .swiper-slide a p {
	padding-right: 130px;
}

#SpecialSwiper .swiper-slide a {
	width: 95%;
	margin: 0 auto;
}

.index-content {
	background-color: #FFFFFF;
	padding: 10px 25px 28px 25px;
	width: 100%;
}

.headline {
	background-color: #F9F9F9;
	margin-bottom: 10px;
}

.headline .left {
	background: url(../image/index-i1.png) center center no-repeat;
	background-size: 60px;
	float: left;
	width: 100px;
	height: 70px;
}

.headline .right {
	float: left;
	width: 1060px;
	height: 70px;
	padding: 10px;
}

.headline .right h1 {
	margin: 0;
}

.headline .right h1 a {
	display: block;
	text-align: center;
	font-size: 22px;
}

.headline .right h1 a:hover {
	color: #085ab0;
}

.headline .right p {
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}

.headline .right p a:hover {
	color: #ff0000;
}

.news-picture,
.news-centre {
	width: 50%;
	height: 330px;
}

.news-picture {
	padding-right: 10px;
}

.news-centre {
	padding-left: 10px;
}

.more {
	position: relative;
}

.more .active {
	display: block;
}

.more li {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	text-align: center;
}

.list-hd1 {
	border-bottom: #E3E3E3 solid 1px;
	position: relative;
}

.list-hd1 .title li {
	float: left;
}

.list-hd1 .title li a,
.list-hd1 .title li span {
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 0 15px;
	line-height: 40px;
}

.list-hd1 .title li.active a,
.list-hd1 .title li.active span,
.ip-content>.left ul .active a,
.ip-content>.left ul .active span{
	background-color: #fff;
	color: #256dc3;
	border-bottom: 2px solid #256dc3;
}

.list-hd1 .more {
	width: 50px;
	height: 40px;
	line-height: 40px;
}

.list-hd1 .more a {
	font-size: 14px;
	color: #999999;
}

.list-bd1 ul {
	display: none;
	padding-top: 10px;
}

.list-bd1 ul li {
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	background: url(../image/item.png) left center no-repeat;
	background-size: 10px;
	padding-left: 15px;
}

.list-bd1 ul li a,
.list-bd2 ul li a {
	display: inline-block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-bd1 ul li span {
	float: right;
	color: #999;
}

.list-hd2 ul {
	border-bottom: 1px solid #e3e3e3;
}

.list-hd2 ul li {
	float: left;
	height: 40px;
	line-height: 40px;
}

.list-hd2 ul .active {
	border-bottom: 2px solid #0076d0;
}

.list-hd2 ul li a,
.list-hd2 ul li span {
	cursor: pointer;
	color: #256dc3;
	/* display: block; */
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 0 10px;
}



.list-bd2 ul {
	display: none;
	padding: 10px;
}

.list-bd2 ul li {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}

.list-bd2 ul li a:hover {
	color: #256dc3;
}

.list-bd2 ul li em {
	display: block;
	float: left;
}

.list-bd2 ul li em:after {
	content: "|";
	margin: 0 5px;
}

.list-bd2 ul li span {
	color: #999999;
	display: block;
	float: right;
}

.imgswitch {
	margin: 10px auto;
}

.imgswitch img {
	width: 100%;
	height: auto;
}

.item-title {
	text-align: center;
}

.item-title-box {
	display: inline-block;
}

.item-title-box h2 {
	color: #0076d0;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 600;
	height: 45px;
	line-height: 45px;
	margin: 0 15px;
}

.item-title-box i {
	display: block;
	float: left;
	width: 200px;
	height: 45px;
	line-height: 45px;
}

.item-title-box .left {
	background: url(../image/left.png) right center no-repeat;
	background-size: 100%;
}

.item-title-box .right {
	background: url(../image/right.png) left center no-repeat;
	background-size: 100%;

}

.ip-bd,
.ex-bd {
	margin-top: 10px;
}

.ip-left {
	float: right;
	width: 38%;
}
.line-left{
	width: 29%;
	height: 40px;
	background: url("../image/left.png") left center no-repeat;
	background-size: 100%;
}
.line-right{
	width: 29%;
	height: 40px;
	background: url("../image/right.png") left center no-repeat;
	background-size: 100%;
}
.ip-title {
	color: #256dc3;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
#IC3 .ip-leader .ip-title{
	background-color: #eff6ff;
}
.ip-view {
	padding: 10px;
}

.ip-view ul {
	display: flex;
	margin-top: 10px;
}

.ip-view ul li {
	border: #e9e9e9 solid 1px;
	height: 45px;
	border-radius: 5px;
	background-color: #F9F9F9;
	flex: 1;
	float: left;
	margin-right: 10px;
	zoom: 1;
	transition: all 0.5s;
	text-align: center;
}

.ip-view ul li:nth-child(2n) {
	/*margin-right: 0;*/
}

.ip-view ul li a {
	display: inline-block;
	padding: 0 10px;
	transition: all 0.5s;
}

.ip-view ul li a i {
	color: #0076D0;
	display: block;
	float: left;
	font-size: 30px;
	width: 30px;
	height: 45px;
	line-height: 45px;
	transition: all 0.5s;
}

.ip-view ul li a p {
	float: left;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

.ip-view ul li:hover {
	background-color: #0076D0;
}

.ip-view ul li:hover a,
.ip-view ul li:hover a i,
.ip-view ul li:hover a p {
	color: #FFFFFF;
}
.ip-view-bottom{
	background: #eff6ff;
	border-radius: 5px;
	padding: 10px 0;
	margin: 18px 0;
}

.ip-view-bottom li{
	display: inline-block;
	width: 24%;
	height:120px;
	transition: all .5s;
}
.ip-view-bottom a:hover{
	box-shadow: 0 0 10px #d5d5d5;
}
.ip-view-bottom li p{
	text-align: center;
}
.ip-view-bottom li a{
	display: block;
	width: 80px;
	height:80px;
	border-radius: 10px;
	text-align: center;
	padding:27px 0;
	margin: 0 auto;
}

.ip-view-bottom li a i{
	display: inline-block;
	line-height: 18px;
	font-size: 55px;
	transition: all 1s;
	color: #0076D0;
	margin-bottom: 10px;
}
.icon-wenjian:before{
	font-size: 40px;
	line-height: 18px;
}
.icon-wenjian1:before{
	font-size: 36px;
}
.icon-wyxx:before{
	font-size: 40px;
}
.ip-right {
	float: left;
	margin-left: 10px;
	width: 60%;
}

.ip-leader{
	border:1px solid #e2e2e2;
	margin-bottom: 10px;
}
.ip-leader-photo{
	display:block;
	width:100px;
}
.ip-leader-photo img{
	width:100%;
       height:140px;
}
.ip-leader-content{
	padding:13px;
}
.ip-leader-msg{
	padding: 30px 0 0 30px;
	width: 300px;
}
.ip-leader-msg p{
	font-size: 20px;
	font-weight: 600;
	line-height: 35px;
        margin-left: 15px;
}
.ip-leader-msg >div{
	line-height: 30px;
	text-indent: 2rem;
	padding:10px 0;
}
.ip-leader-msg .more{
	color:#d7171a
}
.ip-content>.left ul {
	/*display: flex;*/
	height: 41px;
	/*flex-direction: column;*/
	border-bottom: 1px solid #e2e2e2;
}
.ip-other-leader{
	padding:0 15px;
}
.ip-other-leader >div:first-child{
	margin-bottom: 15px;
}
.ip-other-leader >div>span:first-child{
	font-size: 18px;
	font-weight: 600;
	margin-right: 15px;
}
.ip-content{
	height: 175px;
}
.ip-content>.left ul li {
	/*background-color: #F9F9F9;*/
	/*border-left: #F9F9F9 solid 5px;*/
	/*flex: 1;*/
	display:inline-block;

}

.ip-content>.left ul li a{
	padding:0 25px;
}

.ip-content>.left ul li a,
.ip-content>.left ul li span {
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}


.ip-content>.left ul li.active {
	background-color: #256dc3;
	/*border-left: #256dc3 solid 5px;*/
}

.ip-content>.right {
	background-color: #FFFFFF;
	float: left;
	width: 695px;
	/*height: 322px;*/
}

.ip-content>.right ul {
	display: none;
	padding: 0 10px;
}

.ip-content>.right ul li {
	background: url(../image/item.png) left center no-repeat;
	background-size: 10px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 5px;
}

.ip-content>.right ul li a {
	display: inline-block;
	width: 77%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ip-content>.right ul li span {
	color: #999999;
	float: right;
}

.ip-emphasis {
	margin-top: 10px;
}

.ip-emphasis>.hd {
	background: #256dc3;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 170px;
	height: 65px;
	line-height: 65px;
	text-align: center;
}


.ip-emphasis>.bd {
	background: #f9f9f9;
	float: left;
	width: 990px;
	padding: 15px;
}

.ip-emphasis>.bd ul li {
	float: left;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}

.ip-emphasis>.bd ul li:not(:last-child):after {
	content: "/";
	margin: 0 12px;
}

.special {
	background-color: #FFFFFF;
	padding: 0 20px 20px 20px;
}

.special .title {
	width: 85px;
	height: 85px;
	background: #256dc3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.special .title a {
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	display: block;
	/* font-size: 22px;
	font-weight: 600;
	text-align: center; */
	background: url(../image/ztzl.png) center center no-repeat;
	background-size: 100% 100%;
}

.special .content {
	width: 1075px;
	height: 85px;
	padding-left: 20px;
	position: relative;
}

#SpecialPrev,
#SpecialNext {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 45px;
}

#SpecialPrev {
	background: url(../image/prev.png) center center no-repeat;
	left: 5px;
}

#SpecialNext {
	background: url(../image/next.png) center center no-repeat;
	right: 5px;
}

.ex-bd .left {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.ex-bd .right {
	float: left;
	width: 50%;
	padding-left: 10px;
}

.idea-collect-bd ul {
	padding: 10px;
}

.idea-collect-bd ul li {
	font-size: 14px;
	margin-bottom: 20px;
}

.idea-collect-bd ul li:last-child {
	margin-bottom: 0px;
}

.idea-collect-bd ul li div {
	width: 70px;
	float: left;
}

.idea-collect-bd ul li span {
	border: #0076d0 solid 1px;
	color: #0076d0;
	display: block;
	padding: 3px 5px;
	text-align: center;
}

.idea-collect-bd ul li em {
	display: block;
	color: #999999;
	font-size: 10px;
	height: 22px;
	line-height: 22px;
}

.idea-collect-bd ul li a {
	display: block;
	padding-left: 90px;
	width: 538px;
	line-height: 24px;
}

.idea-collect-bd ul li a:hover {
	color: #0076d0;
}

.tagbg1,.tagbg2,.tagbg3,.tagbg4,.tagbg5,.tagbg6{
	background-color: #f6f6f6;
}

.ex-btn ul li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 10px 5px;
}

.ex-btn ul li:last-child {
	margin-right: 0;
}

.ex-btn ul li a {
    border-radius: 5px;
    display: flex;
    padding: 27px 10px;
    transition: all 0.5s;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.ex-btn ul li a i {
	color: #686868;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	transition: all 1s;
}

.ex-btn ul li a p {
	color: #686868;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}

.sites-title {
	color: #256dc3;
	font-size: 18px;
	font-weight: 600;
	line-height: 45px;
	background-color: #F9F9F9;
	padding-left: 15px;
}

.sites-content {
	padding: 10px;
}

.sites-content li {
	float: left;
	font-size: 14px;
	width: 20%;
	padding: 10px 5px;
}

.yx-intro {
	float: left;
	width: 650px;
	margin-right: 20px;
}

.yx-intro-content {
	font-size: 15px;
	text-indent: 2em;
	line-height: 40px;
	/* padding: 0 10px; */
	margin: 10px 0;
}

.yx-intro-content a:hover {
	color: #ff0000;
}


.yx-video {
	float: left;
	width: 50%;
	padding-left: 10px;
}

.yx-video video {
	width: 100%;
	height: auto;
}


.yx-detail ul {
	display: flex;
}

.yx-detail ul li {
	flex: 1;
	margin-right: 20px;
}

.yx-detail ul li:last-child {
	margin-right: 0;
}

.yx-detail ul li a {
	border-radius: 5px;
	display: block;
	padding: 15px 0;
	transition: all 0.5s;
	font-size: 18px;
	font-weight: bolder;
}

.yx-detail ul li a:hover,
.ex-btn ul li a:hover {
	box-shadow: 0 0 10px #999999;
}

.yx-detail ul li a i {
	/* background: url(../images/gk.png); */
	/* background-size: 35px; */
	font-size: 35px;
	color: #686868;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	transition: all 1s;
	font-weight: normal;
}

.yx-detail ul li:hover a i,
.ex-btn ul li:hover a i,
.ip-view-bottom ul li:hover a i{
	transform: rotateY(360deg);
}

.yx-detail ul li a p {
	color: #686868;
	text-align: center;
	margin-top: 5px;
}

.yxdsj {
	float: left;
	width: 50%;
	padding-left: 10px;
}

.tsyx {
	float: left;
	width: 490px;
	height: 300px;
	overflow: hidden;
}



/* 叶县 start */
.oldModel *{font-size:28px!important;}
.oldModel .welcome{display:none;}
.oldModel .top{height:50px;line-height:50px;}
.oldModel .search .hot-words{width:auto;}
.oldModel .news-picture{transform:scale(2,2);margin-top:165px;margin-left:295px;}
.oldModel .news-centre{width:100%;margin-top:180px;height: auto;}
.oldModel .list-hd1 .title li a{padding:8px 15px;}
.oldModel .more li{width:122px;left:-50px;}
.oldModel .list-bd1 ul li{height:55px;line-height:55px;}
.oldModel .f-info p{line-height: 50px;}
.oldModel #NewsSwiper .swiper-slide a p{font-size: 16px;}


.oldModel .public-item-content{height:73px;}
.oldModel .public-sub-item-content:before{margin-left:5px;}
.oldModel .public-main-content-right{line-height: 40px;}


.oldModel .path{line-height: 50px;}
.oldModel .table *{
    font-size: 28px!important;
    color: #315edf;
}


.oldModel #Box{display: none;}
.oldModel #Box1{display: none;}
.oldModel .telnum-container{display: none;}

.oldModel .info .left {font-size: 16px!important;}
.oldModel .info .right {font-size: 16px!important;}


.ip-view-bottom ul li img {
	width: 40px;
}