HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
	border: none;
	font-family: "微软雅黑", "黑体", "宋体";
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

input {
	-webkit-appearance: none;
	margin: 0;
	outline: none;
	padding: 0;
}

input[type=submit],
input[type=button] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

img {
	border: none;
}

ul,
ol,
li {
	list-style-type: none;
}

header {
	width: 1400px;
	margin: 0 auto;
	padding: 32px 0;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	background: url(../img/topbg.png) no-repeat;
	background-position-x: 650px;
}

header .search {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-end;
}

header .search .top a,
header .search .top span {
	font-size: 14px;
	color: #8b8b8b;
}

header .search .bottom {
	margin-top: 10px;
	position: relative;
}

header .search .bottom input[type=text] {
	width: 300px;
	height: 45px;
	border: 1px solid #e9e9e9;
	outline: none;
	padding-left: 20px;
}

header .search .bottom input[type=image] {
	position: absolute;
	top: 14px;
	right: 10px;
}

nav {
	height: 60px;
	background-color: #0062b2;
}

nav .nav {
	width: 1400px;
	margin: 0 auto;
	/* position: relative; */
}

nav .nav>ul {
	display: flex;
	flex-flow: row nowrap;
}
nav .nav>ul>li{
	position: relative;
}
nav .nav>ul>li>a {
	width: 140px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: white;
	transition: all .5s;
}

nav .nav>ul>li>a.on,
nav .nav>ul>li>a:hover {
	background-color: #005091;
	font-weight: bold;
}

nav .nav>ul>li>.erjinav {
	position: absolute;
	top: 60px;
	left: 0;
	display: none;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: center;
	/*width: 1400px;
	height: 185px;*/
	width: 100%;
	height: auto;
	background-color: rgba(26, 98, 148, 0.9);
}

nav .nav>ul>li>.erjinav.on {
	display: flex;
}
nav .nav>ul>li>.erjinav .left{
	padding: 10px 70px 0;
}
/* nav .nav>ul>li>.erjinav .left,
nav .nav>ul>li>.erjinav .right {
	width: 40%;
} */

nav .nav>ul>li>.erjinav .left ul {
	display: flex;
	flex-flow: row wrap;
}

nav .nav>ul>li>.erjinav .left ul>li {
	width: 100px;
	padding-bottom: 5px;
	/*border-bottom: 1px solid rgba(255,255,255,0.1);*/
	margin: 0 5px 15px;
	display: flex;
	justify-content: center;
}

nav .nav>ul>li>.erjinav .left ul>li a {
	color: #fff;
	/*width: 100%;
	display: flex;
	justify-content: center;*/
}

nav .nav>ul>li>.erjinav .left ul>li:hover {
	
}

nav .nav>ul>li>.erjinav .left ul>li:hover a {
	color: #d3e2e9;
	border-bottom: 1px solid rgba(255,255,255,1);
}

nav .nav>ul>li>.erjinav .shu {
	display: block;
	height: 150px;
	width: 1px;
	background-color: #d3e2e9;
}

nav .nav>ul>li>.erjinav .right {
	line-height: 36px;
}

nav .nav>ul>li:hover .erjinav {
	display: flex;
	transition: all .5s;
	z-index: 999;
}
.mobileheader{
	display: none;
}
.mobilenav{
	display: none;
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner .swiper-slide a {
	width: 100%;
}
.banner .swiper-slide a img{
	width: 100%;
}
.banner .swiper-container .swiper-pagination{
	width: 100%;
	bottom: 30px;
}
.banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: unset;
	border: 1px solid white;
	border-radius: 100%;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: white;
}
.new-tt{
	width: 1400px;
	height: 140px;
	margin: 40px auto 0;
	background:url(../img/tt.png) no-repeat 100% 100%;
}
.new-tt .swiper-container{
	width: 100%;
	height: 100%;
}
.new-tt .swiper-container .swiper-slide{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.new-tt .swiper-container .swiper-slide h3{
	font-size: 32px;
	color: #333333;
	text-align: center;
}
.new-tt .swiper-container .swiper-slide p{
	font-size: 14px;
	color: #919191;
	margin-top: 10px;
	text-align: center;
}
.new-tt .swiper-container .swiper-pagination{
	bottom: 0;
	right: 30px;
}
.new-tt .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: unset;
	border: 1px solid #005091;
	border-radius: 100%;
	opacity: 1;
}
.new-tt .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 2px 0;
}
.new-tt .swiper-pagination-bullet-active{
	background: #005091;
}
.news{
	width: 1400px;
	margin: 40px auto 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.news .n-left{
	width: 600px;
}
.title {
	border-bottom: 1px solid #dee1e5;
}
.title h2{
    width: 150px;
	font-size: 26px;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 2px solid #0062b2;
	align-self: baseline;
}
.title h2 span{
	font-size: 16px;
	color: #969696;
	font-weight: normal;
}
.news .n-left .swiper-container{
	margin-top: 24px;
}
.news .n-left .swiper-container .swiper-slide a{
	display: block;
}
.news .n-left .swiper-container .swiper-slide a .n-text{
	position: relative;
}
.news .n-left .swiper-container .swiper-slide a .n-text img{
	    width: 100%;
	    height: 100%;
	    position: relative;
top: 4px;
}
.news .n-left .swiper-container .swiper-slide a .n-text .text{
	position: absolute;
	bottom: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
	width: 100%;
	padding-left: 20px;
	background-color: rgba(0,0,0,0.5);
	color: white;
	font-size: 16px;
}
.news .n-left .swiper-pagination{
	bottom: 15px;
	right: 20px;
}
.news .n-left .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: unset;
	border: 1px solid white;
	border-radius: 100%;
	opacity: 1;
}
.news .n-left .swiper-pagination-bullet-active{
	background: white;
}
.news .n-right{
	width: 780px;
}
.news .n-right .n-tab{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
	top: 8px;
}
.news .n-right .n-tab a{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f2f2f2;
	color: #333333;
	width: 185px;
	height: 40px;
	font-size: 16px;
}
.news .n-right .n-tab a:hover,.news .n-right .n-tab a.on{
	color: white;
	background-color: #005091;
	transition: all .5s;
}
.news .n-right .n-list{
	margin-top: 35px;
	padding-bottom: 5px;
	background-color: white;
}
.news .n-right .n-list ul{
	display: none;
	padding: 25px 25px 0;
}
.news .n-right .n-list ul.on{
	display: block;
}
.news .n-right .n-list ul li{
	margin-bottom: 23px;
	
}
.news .n-right .n-list ul li a{
	display: flex;
	justify-content: space-between;
	color: #333;
	font-size: 16px;
	transition: all .5s;
}
.news .n-right .n-list ul li a span{
	display: block;
}
.news .n-right .n-list ul li a:hover{
	color: #0062b2;
}
.advimg{
	width: 1400px;
	margin: 40px auto 0;
	overflow: hidden;
}
.advimg a img{
	transition: all .5s;
}
.advimg a img:hover{
	transform: scale(1.02);
	
}
.business{
	height: 450px;
	background: url(../img/ywbkbg.png) center no-repeat;
	background-size: 100% 89%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 40px;
}
.business .bus-cont {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.business .bus-cont .left{
	display: flex;
	width: 300px;
	height: 100%;
	flex-flow: column nowrap;
	background-color: #0062b2;
	background-image: url(../img/ywbk.png);
	background-repeat: no-repeat;
	background-position: 180px 10px;
	padding: 30px;
	box-sizing: border-box;
}
.business .bus-cont .left .tit h2{
	font-size: 26px;
	color: white;
	font-weight: bold;
}
.business .bus-cont .left .tit h2 span{
	font-size: 16px;
	color: white;
	font-weight: normal;
}
.business .bus-cont .left .tit > .heng{
	display: block;
	width: 50px;
	height: 2px;
	background: white;
	margin-top: 10px;
}
.business .bus-cont .left ul{
	display: flex;
	height: 280px;
	width: 100%;
	flex-flow: column nowrap;
	justify-content: space-between;
	margin-top: 30px;
}
.business .bus-cont .left ul li a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	height: 45px;
	width: 240px;
	background-color: #024a85;
	color: white;
	font-size: 18px;
}
.business .bus-cont .left ul li a:hover,.business .bus-cont .left ul li a.on{
	background-color: white;
	color: #024a85;
	font-weight: bold;
	transition: all .5s;
}
.business .bus-cont .right{
	width: 1100px;
	height: 400px;
	overflow: hidden;
	transition: all .5s;
}
.business .bus-cont .right img{
	display: none;
	width: 100%;
	height: 100%;
}
.business .bus-cont .right img:hover{
	transform: scale(1.02);
}
.business .bus-cont .right img.on{
	display: block;
	transition: all .5s;
}
.party{
	width: 1400px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.party .item{
	display: flex;
	flex-flow: row nowrap;
	width: 687px;
	padding: 25px;
	background-color: white;
}
.party .item .party-time {
	display: flex;
	flex-flow: column nowrap;
}
.party .item .party-time .day{
	width: 100px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #333333;
	background-color: #f3f3f3;
}
.party .item .party-time .year{
	color: #8e8e8e;
	font-size: 14px;
	background-color: #e0e0e0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 40px;
}
.party .item .party-cont{
	margin-left: 30px;
	width: 450px;
}
.party .item .party-cont h3 a{
	color: #333333;
	font-size: 16px;
	transition: all .5s;
}
.party .item .party-cont h3 a:hover{
	color: #0062b2;
}
.party .item .party-cont p{
	color: #8e8e8e;
	line-height: 22px;
	font-size: 14px;
	margin-top: 20px;
	width: 100%;
}
.party .item:hover .party-time .day{
	background-color: #0062b2;
	color: white;
}
.notice{
	width: 1400px;
	margin: 40px auto 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.notice .left{
	display: flex;
	flex-flow: column nowrap;
	padding: 30px 25px 0 25px;
	width: 1400px;
	background-color: white;
}
.notice .left .tit{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
}
.notice .left .tit .left-tit{
	padding-bottom: 10px;
	border-bottom: 2px solid #0062b2;
}
.notice .left .tit h2{
	color: #333333;
	font-size: 26px;
	font-weight: bold;
}
.notice .left .tit h2 span{
	color: #969696;
	font-size: 16px;
	font-weight: normal;
}
.notice .left .tit .right-tit a{
	color: #3d3d3d;
	font-size: 16px;
	font-weight: normal;
	transition: all .5s;
}
.notice .left .tit .right-tit a.on,.notice .left .tit .right-tit a:hover{
	color: #0062b2;
}
.notice .left .items ul{
	display: none;
	padding-top: 25px;
}
.notice .left .items ul.on{
	display: block;
}
.notice .left .items ul li{
	margin-bottom: 25px;
}
.notice .left .items ul li a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	transition: all .5s;
}
.notice .left .items ul li a span{
	display: block;
}
.notice .left .items ul li a span:first-child{
	font-size: 16px;
	color: #333333;
}
.notice .left .items ul li a span:last-child{
	font-size: 16px;
	color: #919191;
}
.notice .left .items ul li a:hover span{
	color: #0062b2;
}
.notice .right{
	background-color: white;
}
.notice .right .img{
	overflow: hidden;
}
.notice .right .img img{
	transition: all .5s;
}
.notice .right .img img:hover{
	transform: scale(1.02);
}
.notice .right .text{
	padding-left: 30px;
}
.notice .right .text p{
	color: #333333;
	line-height: 45px;
	font-size: 16px;
}
.project{
	width: 1400px;
	margin: 40px auto 0;
}
.project .pro-tit{
	border-bottom: 1px solid #dee1e5;
}
.project .pro-tit h2{
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px solid #0062b2;
	width: 165px;
	padding-bottom: 10px;
}
.project .pro-tit h2 span{
	font-size: 16px;
	color: #969696;
	font-weight: normal;
}
.project .swiper-container .swiper-wrapper{
	margin-top: 30px;
}
.project .swiper-button-prev,.project .swiper-button-next{
	width: 50px;
	height: 40px;
	background-position: center center;
	background-size: 19px 13px;
	background-color: #ffffff;
	top: 20px;
}
.project .swiper-button-prev{
	background-image: url(../img/jtz_h.png);
	left: auto;
	right: 75px;
}
.project .swiper-button-next{
	background-image: url(../img/jty_h.png);
}
.project .swiper-container .swiper-slide a{
	display: block;
	position: relative;
	overflow: hidden;
}
.project .swiper-container .swiper-slide a img{
	width: 100%;
	transition: all .5s;
}
.project .swiper-container .swiper-slide a span{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 4px;
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,0.5);
	color: white;
}
.project .swiper-container .swiper-slide a:hover img{
	transform: scale(1.02);
}
footer{
	background: #156db5;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	margin-top: 40px;
}
footer .footer{
	width: 1400px;
	margin: 0 auto;
	padding: 30px 0;
}
footer .footer .fot-top{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
footer .footer .fot-top select{
	width: 290px;
	height: 30px;
	padding-left: 10px;
	background: none;
	border: 1px solid white;
	outline: none;
	color: white;
}
footer .footer .fot-top select option{
	color: #000000;
}
footer .footer .fot-bom{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 40px;
}
footer .footer .fot-bom p a,footer .footer .fot-bom span,footer .footer .fot-bom p{
	color: white;
}
footer .footer .fot-bom p{
	line-height: 36px;
}
footer .footer .fot-bom .cen-tit{
	font-size: 14px;
	color: white;
	border-bottom: 2px solid #5c99cb;
	display: inline-block;
	padding-bottom: 5px;
}
/*党群工作*/
.neibanner{
	background-repeat: no-repeat;
	background-size: cover;
}
.neibanner .crumb-nav{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-bottom: 25px;
}
.neibanner .crumb-nav .ntit{
	margin-top: 135px;
}
.neibanner .crumb-nav .ntit h2{
	color: white;
	font-size: 36px;
	font-weight: bold;
}
.neibanner .crumb-nav .ntit h3{
	color: white;
	font-size: 16px;
	font-weight: normal;
}
.neibanner .crumb-nav p{
	display: inline-block;
	margin-top: 295px;
	color: white;
	font-size: 14px;
}
.neibanner .crumb-nav p a{
	color: white;
	font-size: 14px;
}
.ntitle{
	margin-bottom: 40px;
}
.ntitle h2,.ntitle h3{
	text-align: center;
}
.ntitle h2{
	font-size: 26px;
	color: #333333;
	font-weight: bold;
}
.ntitle h3{
	font-size: 16px;
	color: #969696;
	font-weight: normal;
}
.education{
	background-color: white;
	margin-top: 40px;
	
}
.education .educ-cont{
	width: 1400px;
	margin: 0 auto;
	padding: 40px 0;
}
.education .educ-cont .swiper-container{
	padding-bottom: 50px;
}
.education .educ-cont .swiper-container .swiper-slide a{
	display: flex;
	flex-flow: column nowrap;
	overflow: hidden;
}
.education .educ-cont .swiper-container .swiper-slide a .text{
	display: flex;
	flex-flow: column nowrap;
	background-color: #f7fbff;
	padding: 20px;
}
.education .educ-cont .swiper-container .swiper-slide a .text .word{
	color: #333333;
	font-size: 16px;
}
.education .educ-cont .swiper-container .swiper-slide a .text .time{
	margin-top: 5px;
	color: #8e8e8e;
}
.education .educ-cont .swiper-container .swiper-slide a:hover img{
	transition: all .5s;
	transform: scale(1.02);
	
}
.education .educ-cont .swiper-container .swiper-slide a:hover .text .word{
	color: #156db5;
	transition: all .5s;
}
.education .educ-cont .swiper-container .swiper-pagination{
	bottom: 0;
	left: 0;
	width: 100%;
}
.education .educ-cont .swiper-container .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: white;
	border: 1px solid #156db5;
	opacity: 1;
}
.education .educ-cont .swiper-container .swiper-pagination-bullet-active{
	background-color: #156db5;
}
.union{
	width: 1400px;
	margin:  0 auto;
}
.union .union-tit{
	margin-top: 40px;
	border-bottom: 1px solid #dee1e5;
	padding-bottom: 15px;
}
.union .union-tit a{
	color: #333333;
	font-size: 20px;
	margin-right: 30px;
}
.union .union-tit a.on,.union .union-tit a:hover{
	border-bottom: 2px solid #0062b2;
    padding-bottom: 14px;
	font-size: 26px;
	font-weight: bold;
}
.union .union-tit a span{
	font-size: 16px;
	color: #969696;
}
.union .union-cont{
	margin-top: 40px;
}
.union .union-cont .item{
	display: none
}
.union .union-cont .item.on{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	
}
.union .union-cont .item a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	width: 687px;
	background-color: white;
	padding: 25px;
	margin-bottom: 25px;
}
.union .union-cont .item a .day{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 60px;
	font-size: 30px;
	color: #333333;
	background-color: #f3f3f3;
}
.union .union-cont .item a .year{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 40px;
	background-color: #e0e0e0;
	color: #8e8e8e;
}
.union .union-cont .item a .right{
	margin-left: 25px;
	width: 460px;
}
.union .union-cont .item a .right h3{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.union .union-cont .item a .right p{
	margin-top: 20px;
	color: #8e8e8e;
	line-height: 22px;
	font-weight: normal;
	width: 100%;
}
.union .union-cont .item a:hover .day{
	color: white;
	background-color: #0062b2;
	transition: all .5s;
}
.union .union-cont .item a:hover .right h3{
	color: #0062b2;
	transition: all .5s;
}
.introduction{
	width: 1400px;
	margin: 50px auto 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.introduction .left{
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	width: 730px;
}
.introduction .left .tit-h2 a{
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}
.introduction .left .tit-h3 a{
	font-size: 16px;
	color: #969696;
}
.introduction .left p{
	margin-top: 40px;
	font-size: 16px;
	color: #3c3c3c;
	line-height: 36px;
	width: 100%;
}
.introduction .left > a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #333333;
	opacity: 0.5;
	width: 140px;
	height: 40px;
	border: 1px solid #0062b2;
	margin-top: 65px;
	transition: all .5s;
}
.introduction .left > a:hover{
	background-color: #0062b2;
	color: white;
	opacity: 1;
}
.introduction .right{
	margin-left: 50px;
}
.introduction .right a img{
	transition: all .5s;
}
.introduction .right a img:hover{
	transform: scale(1.02);	
}
.speech{
	margin-top: 50px;
	background: url(../img/gkbg.png) no-repeat;
	background-size: 100%;
	padding: 100px 0;
}
.speech .speech-cont{
	margin: 0 auto;
	width: 1400px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.speech .speech-cont a{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 33.33%;
	height: 350px;
}
.speech .speech-cont a{
	background-color: white;
}
.speech .speech-cont a:nth-child(2){
	background-color: rgba(255,255,255,0.9);
}
.speech .speech-cont a .h2{
	font-size: 26px;
	color: #3c3c3c;
	font-weight: bold;
	margin-top: 20px;
}
.speech .speech-cont a .h3{
	font-size: 16px;
	color: #969696;
}
.speech .speech-cont a img{
	transition: All 0.4s ease-in-out;
}
.speech .speech-cont a img:hover{
	transform:rotateY(180deg);
}
.honor{
	margin: 50px auto 0;
	width: 1400px;
}
.honor .swiper-container .swiper-slide{
	background: url(../img/honor_bg.png) no-repeat bottom;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
}
.honor .swiper-container .swiper-slide img{
	width: 100%;
	transition: all .5s;
}
.honor .swiper-container .swiper-slide img:hover{
	transform: scale(1.02);
}
.honor .swiper-container .swiper-pagination{
	bottom: 0;
	left: 0;
	width: 100%;
}
.honor .swiper-container .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: white;
	border: 1px solid #156db5;
	opacity: 1;
}
.honor .swiper-container .swiper-pagination-bullet-active{
	background-color: #156db5;
}
.honor .swiper-container .swiper-wrapper{
	padding-bottom: 50px;
}
.nav2 {
	width: 1400px;
	margin: 40px auto 0;
}
.nav2 a{
	display: inline-block;
    padding: 10px 30px;
	background-color: white;
	margin-right: 20px;
	border-radius: 40px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	font-size: 16px;
	color: #333333;
	transition: all .5s;
}
.nav2 a:hover,.nav2 a.on{
	background-color: #0062b2;
	color: white;
	font-weight: bold;
}
#map{
	margin: 40px auto 0;
	width: 1400px;
}
.address {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 30px auto 0;
	width: 1400px;
}
.address .item{
	width: 685px;
	height: 120px;
	background-color: white;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-bottom: 30px;
}
.address .item p{
	font-size: 18px;
	color: #2c2c2c;
}
.piclist{
	margin: 40px auto 0;
	width: 1400px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.piclist a{
	display: flex;
	flex-flow: column nowrap;
	width: 335px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all .5s;
}
.piclist a:nth-of-type(4n){
	margin-right: 0px;
}
.piclist a .text{
	display: flex;
	height: 50px;
	justify-content: center;
	align-items: center;
	background-color: white;
	color: #333333;
	font-size: 16px;
}
.piclist a img{
	width: 100%;
	transition: all .5s;
}
.piclist a img:hover{
	transform: scale(1.02);
}
.piclist a:hover .text{
	color: #0062b2;
}
.twlist{
	width: 1400px;
	margin: 40px auto 0;
}
.twlist .item{
	margin-bottom: 20px;
	background-color: white;
}
.twlist .item a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
.twlist .item a img{
	width: 240px;
	height: 135px;
}
.twlist .item a .text{
	display: flex;
	flex-flow: column nowrap;
	margin-left: 25px;
}
.twlist .item a .text p{
	margin: 15px 0;
	font-size: 14px;
	color: #2c2c2c;
	opacity: 0.5;
}
.twlist .item a .text .h3{
	font-size: 16px;
	color: #20201e;
}
.twlist .item a .text span{
	color: #0062b2;
	font-size: 14px;
}
.twlist .item a:hover .text .h3{
	color: #0062b2;
}
.news-comp{
	margin: 50px auto 0;
	width: 1400px;
}
.news-comp .swiper-container{
	padding-bottom: 50px;
}
.news-comp .swiper-container .swiper-slide.on{
	background-color: white;
} 
.news-comp .swiper-container .swiper-slide a{
	display: flex;
	flex-flow: column nowrap;
	width: 466px;
	padding: 40px;
	box-sizing: border-box;
	transition: all .5s;
}
.news-comp .swiper-container .swiper-slide a .time{
	color: #0062b2;
	font-size: 14px;
}
.news-comp .swiper-container .swiper-slide a .time img{
	margin-right: 5px;
}
.news-comp .swiper-container .swiper-slide a .h3{
	font-size: 18px;
	color: #373737;
	margin-top: 30px;
}
.news-comp .swiper-container .swiper-slide a .more{
	margin-top: 45px;
	font-size: 14px;
	color: #bcbcbc;
}
.news-comp .swiper-container .swiper-slide a > img{
	margin-top: 50px;
}
.news-comp .swiper-container .swiper-pagination{
	bottom: 15px;
	width: 100%;
}
.news-comp .swiper-container .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: unset;
	border: 1px solid #0062b2;
	border-radius: 100%;
	opacity: 1;
}
.news-comp .swiper-container .swiper-pagination-bullet-active{
	background: #0062b2;
}
.news-comp .swiper-container .swiper-slide a:hover{
	background-color: white;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.news-comp .swiper-container .swiper-slide a:hover .more{
	color: #0062b2;
}
.xxlist{
	margin: 40px auto 0;
	width: 1400px;
}
.xxlist .item{
	margin-bottom: 20px;
	background-color: white;
	padding: 20px;
	box-sizing: border-box;
}
.xxlist .item a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}
.xxlist .item a .left .day{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 40px;
	background-color: #dddddd;
	font-size: 24px;
	color: #20201e;
}
.xxlist .item a .left .year{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 30px;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #ababab;
}
.xxlist .item a .right{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	margin-left: 20px;
}
.xxlist .item a .right .h3{
	font-size: 16px;
	color: #20201e;
}
.xxlist .item a .right p{
	color: #2c2c2c;
	font-size: 14px;
	opacity: 0.5;
	margin-top: 15px;
}
.xxlist .item a:hover .left .day{
	background-color: #0062b2;
	color: white;
	transition: all 0.5s;
}
.xxlist .item a:hover .right .h3{
	color: #0062b2;
	transition: all 0.5s;
}
.page_detail{
	margin: 40px auto 0;
	padding: 50px;
	box-sizing: border-box;
	width: 1400px;
	background-color: white;
}
.page_detail p{
	line-height: 45px;
	font-size: 16px;
}
.policy{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 1400px;
	margin: 50px auto 0;
}
.policy .item{
	width: 49%;
	background-color: white;
	padding: 25px;
	box-sizing: border-box;
}
.policy .item .wordtext .tit{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
}
.policy .item .wordtext h2{
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 2px solid #0062b2;
}
.policy .item .wordtext h2 span{
	font-size: 16px;
	color: #969696;
	font-weight: normal;
}
.policy .item .wordtext a{
	font-size: 14px;
	color: #c1c1c1;
}
.policy .item .wordlist ul li{
	margin-top: 25px;
}
.policy .item .wordlist ul li a{
	font-size: 16px;
	color: #333333;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
}
.policy .item .wordlist ul li a .time{
	color: #919191;
}
.policy .item .wordlist ul li a:hover{
	color: #0062b2;
}
.special{
	background-color: white;
	margin-top: 50px;
	padding-top: 40px;
}
.special .union .union-tit{
	 margin-top: unset;
}
.special .union .union-cont .item a{
	background-color: #f7fbff;
}
.special .union .union-cont .item a .year{
	background-color: white;
}
.bussiness{
	width: 1400px;
	margin: 50px auto 0;
}
.bussiness .tab-hed{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.bussiness .tab-hed a{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 19.3%;
	padding: 25px 0;
	background-color: white;
}
.bussiness .tab-hed a .h2{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
}
.bussiness .tab-hed a .h3{
	font-size: 16px;
	font-weight: normal;
	color: #969696;
}
.bussiness .tab-hed a.on{
	background-color: #0062b2;
}
.bussiness .tab-hed a .img2{
	display: none;
}
.bussiness .tab-hed a.on .img1{
	display: none;
} 
.bussiness .tab-hed a.on .img2{
	display: block;
}
.bussiness .tab-hed a.on .h2,.bussiness .tab-hed a.on .h3{
	color: white;
}
.tab-cont{
	padding: 30px 40px;
	background-color: white;
	box-sizing: border-box;
	margin-top: 10px;
}
.tab-cont p{
	display: none;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}
.tab-cont p.on{
	display: block;
}
.tab-img{
	margin-top: 10px;
}
.tab-img img{
	display: none;
	width: 100%;
}
.tab-img img.on{
	display: block;
}
.detail{
	width: 1400px;
	margin: 40px auto 0;
	background-color: white;
	padding: 40px 70px;
	box-sizing: border-box;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}
.detail .hr{
	width: 100%;
	height: 1px;
	background-color: #f5f5f5;
}
.detail h3{
	font-size: 32px;
	font-weight: bold;
}
.detail > p{
	color: #afafaf;
	font-size: 14px;
	margin-top: 5px;
}
.detail .hr{
	margin-top: 20px;
}
.detail .cont{
	margin-top: 40px;
	width: 100%;
}
.detail .cont p{
	font-size: 16px;
	color: #20201e;
	line-height: 40px;
	text-align: justify;
	/* text-indent: 2em; */
}
.detail .nextprev{
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.detail .nextprev a{
	font-size: 16px;
	color: #2C2C2C;
	transition: all .5s;
}
.detail .nextprev a:hover{
	color: #0062b2;
}

center.margin-top-60 ul,center.padding-top-90 ul{
    list-style-type: none;
    text-align: center;
    overflow: hidden;
	margin-top: 60px;
}

center.margin-top-60 ul li,center.padding-top-90 ul li{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /* float: left; */
    margin-right: 15px;
    background: #e0e0e0;
}

center.margin-top-60 ul li a,center.padding-top-90 ul li a{
    color: #929292;
}

center.margin-top-60 li.active,center.padding-top-90 li.active{
    background: #0a76bf;
}

center.margin-top-60 li.active a,center.padding-top-90 li.active a{
    color: #fff;
}
center.margin-top-60 ul li a, center.padding-top-90 ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
center.padding-top-90 ul li a .layui-icon-prev:before{
	content: "«";
}
center.padding-top-90 ul li a .layui-icon-next:before{
	content: "»";
}
.alert.alert-danger{
	background-color: white;
	font-size: 14px;
	padding: 10px;
	color: #2c2c2c;
}
.alert.alert-danger .text-danger{
	font-size: 16px;
	color: #0a76bf;
	font-weight: bold;
}
.xinxi .xinxi-title .text-danger{
	color: #0a76bf;
	font-weight: bold;
}
.text-mute.text-left{
	margin-bottom: 10px;
}

.text-mute.text-left .text-info{
	font-weight: bold;
	color: #0a76bf;
}
#map2{
	height: 550px;
	width: 1400px;
	margin: 40px auto 0;
}
.cont-items{
	margin: 0 auto;
	width: 1400px;
}
.cont-items ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.cont-items ul li{
	width: 33%;
	text-align: center;
	margin: 60px 0;
	padding: 20px;
	border-right: 1px solid #0a76bf;
}
.cont-items ul li img{
	width: 50px;
}

.cont-items ul li span{
	margin-left: 10px;
	position: relative;
	top: -5px;
}
.searchlist{
	width: 1400px;
	margin: 0 auto;
}
.searchform{
	width: 1400px;
	margin: 40px auto 0;
}
.searchform form{
	display: flex;
	flex-flow: row nowrap;
	position: relative;
}
.searchform input[type=text]{
	width: 100%;
	border: 1px solid #ccc;
	outline: unset;
	height: 40px;
	font-size: 16px;
	padding-left: 10px;
}
.searchform input[type=image]{
	position: absolute;
	top: 10px;
	right: 15px;
}
.party-img{
	margin: 40px auto 0;
	width: 1400px;
	max-height: 160px;
}
.party-img .swiper-container .swiper-pagination{
	width: 100%;
	bottom: 10px;
}
.party-img .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: unset;
	border: 1px solid white;
	border-radius: 100%;
	opacity: 1;
}
.party-img .swiper-pagination-bullet-active{
	background: white;
}
.main {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #f7fbff;
	padding: 70px 0 30px;
}

.mains {
	width: 1400px;
	height: auto;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0 20px;
}

.main_title {
	width: 893px;
	height: 10px;
	margin: 0 auto;
	padding: 49px 0 25px;
}

.main_title1 {
	width: 893px;
	height: 10px;
	border-top: 1px solid #016aad;
	border-bottom: 1px solid #016aad;
}

.main_title1 h3 {
	font-size: 30px;
	color: #016aad;
	width: 237px;
	height: 30px;
	line-height: 1;
	background-color: #ffffff;
	text-align: center;
	margin: -12px auto 0;
	font-weight: normal;
}

.main1 {
	width: 100%;
	height: auto;
	margin: 15px auto 0;
}

.main1 p {
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	text-indent: 2em;
}

.main1_form {
	width: 100%;
	height: 175px;
}

.main1_form label {
	width: 160px;
	font-size: 16px;
	color: #333333;
	height: 45px;
	margin: 0 auto 20px;
	display: block;
	line-height: 45px;
	cursor: pointer;
}

.main1_form label input {
	width: 14px;
	height: 14px;
	border: 1px solid #dddddd !important;
	padding: 0;
	margin: 0 5px 0 0;
	-webkit-appearance: button;
}

.main1_form1 {
	width: 428px;
	height: 56px;
	margin: 0 auto;
}

.main1_form1 input {
	width: 174px;
	height: 56px;
	border: none;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	background: url(../img/lj_5.jpg) no-repeat;
	background-position: center center;
}

.main1_form1 .ipt1 {
	float: left;
}

.main1_form1 .ipt2 {
	float: right;
}

.main1_form1 input:hover {
	background: url(../img/lj_6.jpg) no-repeat;
	background-position: center center;
}

.mains>span {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #e60012;
	text-align: center;
}

.main2 {
	width: 100%;
	height: auto;
	margin: 15px auto 0;
	padding-bottom: 24px;
}

.main2_ul {
	width: 100%;
	height: auto;
}

.main2_li {
	width: 100%;
	height: 49px;
	border-bottom: 1px solid #eeeeee;
}

.main2_li h4 {
	padding-left: 15px;
	width: 1145px;
	font-size: 18px;
	color: #333333;
	line-height: 49px;
	background: url(../img/lj_7.jpg) no-repeat;
	background-position: left center;
	font-weight: normal;
}

.main2_li:hover h4 {
	color: #004E95;
}

.main2>a {
	width: 174px;
	height: 56px;
	border: none;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	background: url(../img/lj_6.jpg) no-repeat;
	background-position: center center;
	text-align: center;
	line-height: 56px;
	display: block;
	margin: 26px auto 0;
}

.main3 {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding-bottom: 42px;
}

/*----------留言板----------*/
.base_form {
	width: 1030px;
	height: auto;
	margin: 0px auto 0;
	padding: 30px 0 0;
}

.base_form1 {
	height: 40px;
	width: 490px;
	float: left;
	margin: 0 12.5px 30px;
}

.base_label {
	float: left;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.base_label label {
	width: 125px;
	height: 40px;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	text-align: right;
	display: block;
}

.base_label label span {
	color: #e60012;
	font-size: 30px;
	line-height: 50px;
	float: left;
	vertical-align: middle;
}

.base_input {
	float: right;
	width: 350px;
	height: 40px;
	margin-left: 0px;
}

.base_input input {
	width: 328px;
	height: 38px;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	margin: 0;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 16px;
	outline: medium;
	color: #666666;
	font-family: "微软雅黑";
}

.base_form2 {
	height: 40px;
	width: 1005px;
	float: left;
	margin: 0 12.5px 30px;
}

.base_form2 .base_input {
	float: right;
	width: 865px;
	height: 40px;
	margin-left: 0px;
}

.base_form2 .base_input input {
	width: 843px;
	height: 38px;
	line-height: 38px;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	margin: 0;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 16px;
	outline: medium;
	color: #666666;
	font-family: "微软雅黑";
}

.base_form2 .base_input select {
	height: 38px;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	margin: 0;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 16px;
	outline: medium;
	color: #666666;
	font-family: "微软雅黑";
}

.base_form3 {
	height: 120px;
	width: 1005px;
	float: left;
	margin: 0 12.5px 30px;
}

.base_textare {
	float: left;
	width: 865px;
	height: 120px;
	float: right;
}

.base_textare textarea {
	width: 843px;
	height: 108px;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	padding: 10px;
	font-size: 16px;
	outline: medium;
	color: #666666;
	font-family: "微软雅黑";
}

.base_yanzhenma {
	float: right;
	width: 865px;
	height: 40px;
	margin-left: 0px;
}

.base_yanzhenma input {
	float: left;
	width: 428px;
	height: 38px;
	border: 1px solid #e6e6e6;
	background-color: #ffffff;
	padding: 0 10px;
	margin: 0;
	outline: medium;
}

.base_yanzhenma img {
	float: left;
	width: 90px;
	height: 38px;
	margin: 0 20px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}

.base_yanzhenma span {
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}

.base_form>input {
	width: 139px;
	height: 45px;
	border: none;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
}

.base_form>.main3_ipt1 {
	background: url(../img/lj_8.jpg) no-repeat;
	background-position: center center;
	margin: 20px 0 0 246px;
}

.base_form>.main3_ipt2 {
	background: url(../img/lj_9.jpg) no-repeat;
	background-position: center center;
	margin: 20px 0 0 60px;
}

.base_form>.main3_ipt3 {
	background: url(../img/lj_9.jpg) no-repeat;
	background-position: center center;
	margin: 20px 0 0 60px;
}

.chaxunma {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/lj_2.png) repeat;
}

.chaxunma1 {
	width: 298px;
	height: 158px;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -80px;
}

.chaxunma1 span {
	font-size: 32px;
	color: #f96701;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	display: block;
	padding-top: 20px;
}

.chaxunma1 h4 {
	font-size: 18px;
	color: #016aad;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	margin: 16px 0 20px;
}

.chaxunma1 p {
	font-size: 12px;
	color: #e60012;
	text-align: center;
	line-height: 1;
}

.chaxunma1 .cha {
	font-size: 14px;
	color: #333333;
	position: absolute;
	top: 0px;
	right: 0;
}
/* 手机或小平板 phone */
@media all and (max-width: 767px) {
	header{
		display: none;
	}
	nav{
		display: none;
	}
	.mobileheader{
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 5px 10px;
		background-color: white;
		position: fixed;
		top: 0;
		z-index: 999;
		box-shadow: 0 0 10px #ccc;
	}
	.mobileheader img{
		width: 70%;
	}
	.sh{
		padding: 9px 10px; 
		background-color: transparent; 
		border: 1px solid transparent; 
		outline: none;
	}
	.sh span{
		display: block; 
		margin-top: 4px; 
		width: 22px; 
		height: 3px; 
		background: #0062b2; 
		border-radius: 1px;
	}
	.rotate{
		transform-origin:center center; /*旋转中心要是正中间才行*/
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transition: transform 0.2s; 	/*过度时间 可调*/
		-webkit-transition: -webkit-transform 0.2s; 
		-moz-transition: -moz-transform 0.2s; 
		-ms-transition: -ms-transform 0.2s;
		-o-transition: -o-transform 0.2s; 
	}
	.rotate1{
		position: relative;
		top: -7px;
		transform-origin:center center;
		transform: rotate(-45deg);		/*返回原点*/
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transition: transform 0.2s; 
		-webkit-transition: -webkit-transform 0.2s; 
		-moz-transition: -moz-transform 0.2s; 
		-ms-transition: -ms-transform 0.2s; 
		-o-transition: -o-transform 0.2s; 
	}
	.mobilenav{
		padding: 10px;
		background-color: rgba(0,98,178,0.8);
		position: fixed;
		z-index: 999;
		width: 100%;
	}
	.mobilenav ul li{
		border-bottom: 1px solid rgba(255,255,255,0.2);
		margin-bottom: 10px;
		padding-bottom: 3px;
	}
	.mobilenav ul li a{
		color: white;
		font-size: 16px;
	}
	.banner{
		width: 100%;
		margin-top: 56px;
	}
	.banner .swiper-wrapper .swiper-slide img{
		width: 100%;
	}
	.banner .swiper-container .swiper-pagination{
		bottom: 10px;
	}
	.new-tt{
		margin: 10px auto 0;
		width: 100%;
		background: url(../img/tt.png) no-repeat;
	}
	.new-tt .swiper-container{
		padding: 0 30px 0 70px;
	}
	.new-tt .swiper-container .swiper-slide h3{
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.new-tt .swiper-container .swiper-slide p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 25px;
	}
	.new-tt .swiper-container .swiper-pagination{
		right: 10px;
	}
	.news{
		margin: unset;
		padding: 10px;
		width: 100%;
		flex-flow: column nowrap;
	}
	.news .n-left{
		width: 100%;
	}
	.news .n-left .swiper-container .swiper-slide img{
		width: 100%;
	}
	.news .n-right{
		width: 100%;
		margin-top: 20px;
	}
	.news .n-right .n-list{
		margin-top: 10px;
	}
	.news .n-right .n-list ul.on{
		padding: 10px 10px 0;
	}
	.news .n-right .n-list ul li a span:first-child{
		width:230px;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow:ellipsis;
	}
	.advimg{
		width: 100%;
		padding: 10px;
		margin: unset;
	}
	.advimg img{
		width: 100%;
	}
	.business{
		margin-top: unset;
		padding: 10px;
		height: auto;
	}
	
	.business .bus-cont{
		width: 100%;
		flex-flow: column nowrap;
	}
	.business .bus-cont .left{
		width: 100%;
		padding: 20px;
		height: auto;
		background-position: 250px 0px;
	}
	.business .bus-cont .left .tit h2{
		font-size: 20px;
	}
	.business .bus-cont .left ul{
		flex-flow: row wrap;
		align-items: flex-start;
		height: 160px;
	}
	.business .bus-cont .left ul li a{
		width: 150px;
	}
	.business .bus-cont .right{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.party{
		width: 100%;
		flex-flow: column nowrap;
		padding: 10px;
		margin-top: 0px;
	}
	.party .item{
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
	}
	.party .item .party-cont{
		margin-left: 10px;
	}
	.party .item .party-cont p{
		margin-top: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.party .item .party-cont h3 a{
		display: block;
		width: 230px;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow:ellipsis;
	}
	.notice{
		margin: unset;
		width: 100%;
		padding: 10px;
		flex-flow: column nowrap;
	}
	.notice .left{
		width: 100%;
		padding: 10px 10px 0 10px;
	}
	.notice .left .tit h2{
		font-size: 20px;
	}
	.notice .left .tit h2 span{
		display: none;
	}
	.notice .left .items ul li a span:first-child{
		display: block;
		width: 230px;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow:ellipsis;
	}
	.notice .right .img img{
		width: 100%;
	}
	.notice .right .text{
		padding-left: 10px;
	}
	.project{
		width: 100%;
		margin: unset;
		padding: 10px;
	}
	.project .pro-tit h2{
		font-size: 20px;
	}
	.project .swiper-container .swiper-wrapper{
		margin-top: 10px;
	}
	footer{
		margin-top: 10px;
	}
	footer .footer{
		width: 100%;
		padding: 10px;
	}
	footer .footer .fot-top{
		flex-flow: column nowrap;
	}
	footer .footer .fot-top select{
		width: 100%;
		margin-bottom: 10px;
	}
	footer .footer .fot-bom{
		flex-flow: column nowrap;
		margin-top: unset;
	}
	footer .footer .fot-bom .right{
		display: flex;
		justify-content: center;
	}
	.neibanner{
		margin-top: 56px;
		padding: 10px;
		background-size: cover;
	}
	.neibanner .crumb-nav{
		width: 100%;
		flex-flow: column nowrap;
	}
	.neibanner .crumb-nav .ntit{
		margin-top: 60px;
	}
	.neibanner .crumb-nav p{
		margin-top: 10px;
	}
	.neibanner .crumb-nav .ntit h2{
		font-size: 24px;
	}
	.introduction{
		width: 100%;
		padding: 10px;
		margin: 10px auto 0;
		flex-flow: column nowrap;
	}
	.introduction .left .tit-h2 a{
		font-size: 24px;
	}
	.introduction .left p{
		margin-top: 20px;
		line-height: 30px;
	}
	.introduction .left > a{
		margin-top: 20px;
		display: none;
	}
	.introduction .right a img{
		width: 100%;
	}
	.introduction .right{
		margin-left: unset;
		margin-top: 10px;
	}
	.speech{
		margin-top: 10px;
		padding: 50px 0;
		background-size: cover;
	}
	.speech .speech-cont{
		width: 100%;
	}
	.speech .speech-cont a{
		height: auto;
		padding: 10px;
		justify-content: flex-start;
	}
	.speech .speech-cont a img{
		width: 100%;
	}
	.speech .speech-cont a .h2{
		font-size: 20px;
	}
	.speech .speech-cont a .h3{
		font-size: 12px;
		text-align: center;
	}
	.honor{
		width: 100%;
		margin: 10px auto 0;
		padding: 10px;
	}
	.honor .ntitle{
		margin-bottom: 20px;
	}
	.nav2{
		width: 100%;
		padding: 10px;
		margin: unset;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.piclist{
		margin: 10px auto 0;
		width: 100%;
		padding: 10px;
		
	}
	.piclist a{
		margin-right: unset;
		width: 100%;
	}
	.twlist{
		width: 100%;
		margin: 10px auto 0;
		padding: 10px;
	}
	.twlist .item a{
		flex-flow: column nowrap;
	}
	.twlist .item a > img{
		width: 100%;
		height: 200px;
	}
	.twlist .item a .text{
		margin: 10px;
	}
	.xxlist{
		width: 100%;
		margin: unset;
		padding: 10px;
	}
	.xxlist .item{
		padding: 10px;
	}
	.xxlist .item a .right .h3{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.xxlist .item a .right p{
		margin-top: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.detail{
		width: 100%;
		margin: unset;
		padding: 10px;
	}
	.detail h3{
		font-size: 24px;
		text-align: center;
	}
	.detail .cont{
		margin-top: 10px;
		width: 100%;
	}
	.detail .cont img{
		max-width: 100%;
	}
	.detail .nextprev{
		flex-flow: column nowrap;
	}
	.detail .next{
		margin-top: 20px;
	}
	.news-comp{
		width: 100%;
		margin: 10px auto 0;
	}
	.news-comp .ntitle{
		margin-bottom: 10px;
	}
	.news-comp .swiper-container .swiper-slide a{
		width: 100%;
		padding: 10px;
	}
	.news-comp .swiper-container .swiper-slide a .more{
		margin-top: 10px;
	}
	.news-comp .swiper-container .swiper-slide a > img{
		margin-top: 10px;
	}
	
	.union{
		width: 100%;
		padding: 10px;
	}
	.union .union-tit{
		margin-top: 20px;
		white-space: nowrap;
		overflow-x: scroll;
	}
	.union .union-cont .item a{
		padding: 10px;
		width: 100%;
	}
	.union .union-cont .item a .right{
		margin-left: 10px;
	}
	.union .union-cont .item a .right h3{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.union .union-cont .item a .right p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.bussiness{
		width: 100%;
		margin: 10px auto 0;
		padding: 10px;
	}
	.tab-cont{
		padding: 10px;
	}
	.bussiness .tab-hed{
		white-space: nowrap;
		overflow-x: scroll;
	}
	.bussiness .tab-hed a{
		width: 100%;
		padding: 25px;
	}
	.education .educ-cont
	{
		width: 100%;
	}
	.policy{
		width: 100%;
		margin: 10px auto 0;
		flex-flow: column nowrap;
	}
	.policy .item{
		width: 100%;
		padding: 10px
	}
	.policy .item .wordlist ul li a .text{
		width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.page_detail {
	    margin: 10px auto 0;
	    padding: 10px;
	    box-sizing: border-box;
	    width: 100%;
	    background-color: white;
	}
	.page_detail img{
		width: 100%;
	}
	.party-img{
		margin: 10px auto 0;
		width: 100%;
	}
	.party-img img{
		width: 100%;
	}
	.party-img .swiper-container .swiper-pagination{
		bottom: 2px;
	}
	.base_form{
		width: 100%;
		display: flex;
		flex-flow: column;
	}
	.base_form1{
		width: 100%;
	}
	.base_form2 .base_input input{
		width: 100%;
	}
	.base_form2 .base_input{
		width: 100%;
	}
	.main_title1{
		width: 100%;
	}
	.mains{
		width: 100%;
	}
	.base_textare{
		width: 100%;
	}
	.base_form2{
		width: 100%;
	}
	.base_form2 .base_input input{
		margin-left: -15px;
		width: 328px;
	}
	.base_textare textarea{
		width: 313px;
		margin-left: -15px;
	}
	.base_form>.main3_ipt1{
		margin: 20px 0 0 60px;
		align-self: center;
	}
	.base_form>.main3_ipt2{
		align-self: center;
	}
	.base_form>.main3_ipt3{
		align-self: center;
	}
	.main_title{
		width: 100%;
	}
	.introduction .left{
		width: 100%;
	}
	.main1_form1{
		width: 100%;
	}
	.main1_form1 input{
		width: 160px;
	}
	.base_form2 .base_input select{
		margin-left: -15px;
	}
	.contneibanner{
		margin-top: -20px;
	}
	#map2{
		width: 100%;
	}
	.address{
		width: 100%;
	}
}


