* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body {
	margin: 0;
	font-family: 'Microsoft YaHei',arial;
	font-size: 14px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased
}
li{
    list-style: none;
}
img {
    vertical-align: middle;
}

img {
    border: 0;
}
img {
	width: 100%
}
a {
	color: #333;
	text-decoration: none;
	background-color: transparent
}
a:active,a:hover {
	outline: 0
}
@media (min-width:768px) {
	.container {
		width: 750px;
	}
	.module-list li a img {
    width: 40%;
}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
	.module-list li a img {
    width: 40%;
}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}
.banner-content{
	background: url(banner.png) top center no-repeat;
	padding: 5% 0 8%;
	background-size: 100% 100%;
}
body {
    background-color:#f1efed;
}
.kuohao .iconfont{
	font-size: 32px;
}
.banner-content a img{
	width: auto;
	margin-right: 17px;
}
.banner-content a{
    font-size: 54px;
    font-weight: 800;
    color: #aa4628;
    line-height: 81px;
    letter-spacing: 2px;
    display: block;
    text-shadow: 0px 3px 7px rgb(203 180 134 / 60%);
}
.conting, .contain {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.banner-content p{
	height: 80px;
	background: #cbb486;
    padding: 0 28px;
	font-size: 44px;
    display: inline-block;
	text-align: center;
	margin-top: 48px;
	margin-left: 101px;
	margin-bottom: 0;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 66px;
	letter-spacing: 2px;
	text-shadow: 0px 3px 9px rgba(33, 71, 20, 0.41);
	border-radius: 40px;
	border: 5px solid #FFFFFF;
}
.module-list{
	margin: 0 -13px;
	padding: 0;
	margin-top: 45px;
	display: block;
	overflow: hidden;
	
}
.module-list li{
	float: left;
	width: 25%;
	padding: 0 13px;
	margin-bottom: 26px;
}
.module-list li a{
	display: block;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 8px 10px -1px rgba(203, 180, 134, 0.42);
    border-radius: 6px;
	text-align: center;
	padding: 30px 0 24px 0;
}
.module-list li a img{
	width: auto;
}
.module-list li a p{
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 42px;
	font-weight: bold;
	color: #494949;
	letter-spacing: 2px;
}
.module-list li a:hover p{
	color:#cbb486; 
}

/*办事服务*/
.work-service-title h3{
	font-size: 50px;
	font-weight: bold;
	color: #cbb486;
	line-height: 75px;
	letter-spacing: 2px;
	margin: 0 auto;
	margin-top: 19px;
	margin-bottom: 35px;
	position: relative;
    display: block;
    width: 755px;
    text-align: center;
}
.work-service-title{
	overflow: hidden;
	width: 100%;
}
.work-service-title h3 span{
	padding: 0 38px;
    background:#f1efed;
}
.work-service-title h3 span:before{
	content: '';
	width:235px;
	height: 13px; 
	display: block;
	background: url(line01.png) no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.work-service-title h3 span:after{
	content: '';
	width:235px;
	height: 13px; 
	display: block;
	background: url(line02.png) no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.work-service-list {
	margin: 0 0 40px 0;
	overflow: hidden;
	padding: 0;
	display:block; 
}
.work-service-list li{
	display: block;
	padding:30px;
	background: #FFF;
    transition: background .3s;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 8px 10px -1px rgba(203, 180, 134, 0.42);
    border-radius: 6px;
	height:320px;

}
.work-service-list>li:first-child{ width:67%; float:left;}
.work-service-list>li:last-child{ width:30%; float:right; text-align:center;}

.work-service-list li i {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
	width: auto;
}

.work-service-list li a h1{
	font-size: 40px;
	color: #333;
	position: relative;
    font-weight: 800;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin:56px 0 0 0
}
.work-service-list li .tit {
    position: relative;
    padding-top: 15px;
    color: #185AAE;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.work-service-list p{ padding:0; margin:0}
.work-service-list .shuoming{
	position: relative;
    padding: 35px 0;
    color: #333;
    font-size: 30px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* ***********  底部 on  ********** */
.is_footer{width: 100%; margin-top: 18px; border-top: 2px solid #cd0e0e; padding: 9px 0 33px 0; display:block; overflow:hidden}
.footer_box{width: 1200px; margin: 0 auto; text-align: center; position: relative; z-index: 999;}
.footer_select{width: 1200px; height: 50px; background: #fff; margin-bottom: 12px;}
.is-select{ width: 1162px; height: 43px;margin:0 auto;}
.select{ position:relative;float:left; margin:9px 10px; z-index: 94;}
.select dt{ height:31px; display:inline-block; font-size: 14px; color: #666;  background: url(down_icon.png) no-repeat 188px 14px;
    line-height:31px; padding-left:10px; cursor:pointer; width:200px; white-space:nowrap;  text-overflow:ellipsis;
    overflow:hidden; position:relative; z-index:99; text-align:left; border:1px solid #ddd;}
.select dt:hover,.select dt.cur{ box-shadow:0 0 3px #b80608;  background: url(down_icon_hover.png) no-repeat 188px 14px;}
.select dd{ position:absolute; left:0; top:31px; background:#fff;display:none; z-index: 98; margin: 0;}
.select dd ul{ padding:4px; width:205px; max-height:136px; _height: 136px; overflow:auto;}
.select dd ul li a{ line-height:35px; display:block; padding:0 10px; font-size: 14px;text-align:left;}
.select dd ul li a:hover{background:#f5f5f5; text-decoration: none;}
.footer_box p{line-height: 28px; font-size: 14px;}
.footer_box p a img{padding: 4px 0 0 0;}
.footer_nav{ text-align:center; }
/* .footer_nav{height: 42px; line-height: 42px; text-align:center; border-top: 1px dashed #a7a4a4;} */
.footer_nav a{color: #444;}
.footer_nav a:hover{color: #e21313;}
.footer_ggba{width:224px; padding-left: 10px;}
.footer_ggba a{display:inline-block;text-decoration:none;height:20px;line-height:20px;}
.footer_ggba img{padding: 4px 0 0 0;}
.footer_ggba p{float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;}
.is_jiucuo{position: absolute; right: 59px; bottom: 38px;}
.jiucuo{display: block;position: absolute;right:-66px;top:43px;}
.jiucuo img{ width:100px}
#_ideConac{position: absolute;  left: -34px;   bottom: 18px;  top: 33px;}
.footer_bottom{position:relative; z-index:-1;}
/* ***********  底部 end ********** */
@media (min-width: 768px){
.conting, .contain{
    width: 750px;
}
.banner-content {
    padding: 5% 0 8%;
    background-size: 100% 100%;
}
.module-list li a img {
    width: 40%;
}
.module-list li a p{
	font-size: 32px;
}
.footer_box{width: 750px; margin: 0 auto; text-align: center; position: relative; z-index: 999;}
.is-select{ width:750px; height: 43px;margin:0 auto;}
.select dt{ font-size:20px;}
.footer_box p {
    line-height: 28px;
    font-size: 20px;
	word-break:break-all;
	margin:auto;
	text-align:left;
	display:inline-block;
	margin-right:20px;
}
.footer_nav {
    font-size: 20px;
}
.footer_ggba {
    width: 224px;
    padding-left: 0;
}
}
@media (min-width: 992px){
.conting, .contain {
    width: 970px;
}
.module-list li a img {
    width: 40%;
}
.module-list li a p{
	font-size: 32px;
}
.footer_box{width: 750px; margin: 0 auto; text-align: center; position: relative; z-index: 999;}
.is-select{ width:750px; height: 43px;margin:0 auto;}
.select dt{ font-size:20px;}
.footer_box p {
    line-height: 28px;
    font-size: 20px;
	word-break:break-all;
	margin:auto;
	text-align:left;
	display:inline-block;
	margin-right:20px;
}
.footer_nav {
    font-size: 20px;
}
.footer_ggba {
    width: 224px;
    padding-left: 0;
}

}
@media (min-width: 1260px){
.conting, .contain {
    width: 1230px;
}
}
@media (max-width: 1259px){
.work-service-list li a i img {
    width: 100%;
}
.work-service-list li a i{
	width: 100%;
}
.imgTxt dd {
    width: 77.5%;
}
.news-green .content-over001{
	width: 70%;
}

}
@media (max-width: 991px){
.module-list li{
	width: 33.33333%;
}
.module-list li a img {
    width: 40%;
}
.module-list li a p{
	font-size: 32px;
}
.work-service-list li{ padding:20px;}
.work-service-list li a h1 {
    font-size: 35px;
    color: #333;
    position: relative;
    font-weight: 800;
    line-height: 1.3;
    margin:20px 0 0 0;
	z-index: 1000;
}
.work-service-list .shuoming {
    position: relative;
    color: #333;
	width:240px;
    font-size:24px;
    line-height: 1.5;
	text-overflow: clip;
	overflow: unset;
	white-space: unset;
	z-index: 1000;
}
.work-service-list li .tit {
    position: relative;
    padding-top: 15px;
    color: #185AAE;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:center
}
.footer_box{width: 750px; margin: 0 auto; text-align: center; position: relative; z-index: 999;}
.is-select{ width:750px; height: 43px;margin:0 auto;}
.select dt{ font-size:20px;}
.footer_box p {
    line-height: 28px;
    font-size: 20px;
	word-break:break-all;
	margin:auto;
	text-align:left;
	display:inline-block;
	margin-right:20px;
}
.footer_nav {
    font-size: 20px;
}
.footer_ggba {
    width: 224px;
    padding-left: 0;
}
}
@media (max-width: 767px){
.banner-content a img {
    width: 15%;
}
.module-list li a img {
    width: 40%;
}
.module-list li a p{
	font-size: 30px;
}
.banner-content a {
    font-size: 34px;
}
.banner-content p{
	font-size: 34px;
	margin-left: 83px;
}
.work-service-title h3 {
    width: 100%;
    font-size: 36px;
}
.work-service-title h3 span:before,.work-service-title h3 span:after{
	display: none;
}
.work-service-title h3 span{
	background: transparent;
}
.work-service-list li a span{
	line-height: 45px;
}
.work-service-title h3 span:before {
    content: '';
    width: 210px;
    height: 13px;
    display: block;
    background: url(line01.png) no-repeat;
	background-size: 100% 100%;

}
.work-service-title h3 span:after {
    content: '';
    width: 210px;
    height: 13px;
    display: block;
    background: url(line02.png) no-repeat;
	background-size: 100% 100%;
   
}
.imgTxt dd {
    width: 76.5%;
}
.footer_box{width: 750px; margin: 0 auto; text-align: center; position: relative; z-index: 999;}
.is-select{ width:750px; height: 43px;margin:0 auto;}
.select dt{ font-size:20px;}
.footer_box p {
    line-height: 28px;
    font-size: 20px;
	word-break:break-all;
	margin:auto;
	text-align:left;
	display:inline-block;
	margin-right:20px;
}
.footer_nav {
    font-size: 20px;
}
.footer_ggba {
    width: 224px;
    padding-left: 0;
}
}
@media (max-width:680px){
.module-list li{
	width: 50%;
}
.module-list li a p{
	font-size: 30px;
}
.module-list li a img {
    width: 40%;
}
.work-service-list li{
	padding: 0 13px;
	width: 50%;
}
.work-service-title h3{
	font-size: 26px;
	line-height: inherit;
}

.work-service-list li{ padding:20px; text-align:center;}
.work-service-list li a h1 {
    font-size: 30px;
    color: #333;
    position: relative;
    font-weight: 800;
    line-height: 1.3;
    margin:20px 0 0 0;
	text-align:center;
}
.work-service-list .shuoming {
    position: relative;
    color: #333;
    font-size:19px;
    line-height: 1.5;
	overflow: unset;
    text-overflow: unset;
	width:100%;
}
.work-service-list li i { display:none}
.work-service-list>li:first-child{ width:100%; margin-bottom:20px; height:200px;}
.work-service-list>li:last-child{ width:100%;height:300px;}
.work-service-list li .tit {
    position: relative;
    padding-top: 15px;
    color: #185AAE;
    font-size:30px;
    font-weight: 800;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:center
}
.imgTxt dd {
    width: 68.5%;
}
.work-service-list>li:last-child{ padding-top:25px}
.footer_box{width: 750px; margin: 0 auto; text-align: center; position: relative; z-index: 999;}
.is-select{ width:750px; height: 43px;margin:0 auto;}
.select dt{ font-size:20px;}
.footer_box p {
    line-height: 28px;
    font-size: 20px;
	word-break:break-all;
	margin:auto;
	text-align:left;
	display:inline-block;
	margin-right:20px;
}
.footer_nav {
    font-size: 20px;
}
.footer_ggba {
    width: 224px;
    padding-left: 0;
}
}
@media (max-width:480px){
.conting, .contain {
    text-align: center;
}
.banner-content a {
    font-size:30px;
	line-height: 53px;
}
.banner-content a img{
	display:block;
	margin: auto;
	width:20%;
}

.banner-content{
	padding-top:50px;
	background-size: cover;
}
.banner-content p {
    font-size: 24px;
    margin-left: 0;
    height: 70px;
    margin-top: 12px;
    line-height: 58px;
}
.module-list li a p{
	font-size: 22px;
}
.module-list li{
	margin-bottom: 15px;
}
.work-service-title h3{
	font-size: 26px;
	line-height: inherit;
}

.work-service-list li{ padding:20px; text-align:center;}
.work-service-list li a h1 {
    font-size: 30px;
    color: #333;
    position: relative;
    font-weight: 800;
    line-height: 1.3;
    margin:20px 0 0 0;
	text-align:center;
}
.work-service-list .shuoming {
    position: relative;
    color: #333;
    font-size:19px;
    line-height: 1.5;
	overflow: unset;
    text-overflow: unset;
	width:100%;
}
.work-service-list li i { display:none}
.work-service-list>li:first-child{ width:100%; margin-bottom:20px; height:200px;}
.work-service-list>li:last-child{ width:100%;height:300px;}
.work-service-list li .tit {
    position: relative;
    padding-top: 15px;
    color: #185AAE;
    font-size:30px;
    font-weight: 800;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:center
}
.module-list{
	margin-top:30px;
}
.news-green .content-over001 .bb,.news-green .content-over001 .aa,
.news-green .data-time .data01,.news-green .data-time .data02,
.new-midd li a,.new-midd li,.nav-leader-tab>li>a,.imgTxt-leader dd p,
.imgTxt dd h4,.imgTxt-leader .link-a,.kuohao .iconfont {
    font-size: 18px;
}
.pagination .whj_padding,.totlepage,.input-trip{
	font-size: 18px!important;
}
.pagination .whj_padding{
	margin-bottom: 10px;
}
.imgTxt dd {
    width: 62.5%;
}
.wm-two img {
    width: 100px;
    height: 100px;
}
.news-green li{
	padding-bottom: 12px;
    padding-top: 16px;
}
.news-green .content-over001{
	padding-left: 15px;
}
.wm-two p{
	width: 200px;
}

.kuohao{
	display: none;
}
.work-service-title h3 {
    font-size: 28px;
}
.footer_box{width: 410px; margin: 0 auto; text-align: center; position: relative; z-index: 999;}
.select dt{ font-size:20px;}
.footer_box p {
    line-height: 28px;
    font-size: 16px;
	word-break:break-all;
	margin:auto;
	text-align:left;
	display:inline-block;
	margin-right:20px;
}
.footer_nav {
    font-size: 16px;
}
.footer_ggba {
    width: 224px;
    padding-left: 0;
}
.jiucuo{display: block;position: relative;display: inline-block;right:-5px;top:10px}
#_ideConac {float:left; position:relative;left:100px;top:10px}
#_ideConac img{ width:70px; margin-top:-10px}}
@media (max-width:380px){
	.conting, .contain {
    text-align: center;
}
.banner-content a {
    font-size: 28px;
    line-height: 45px;
}
.banner-content a img{
	display:block;
	margin: auto;
	width:20%;
}
.banner-content p{
	font-size: 20px;
	margin-left: 0;
    height: 52px;
    line-height: 40px;
}
.news-green .content-over001 {
    width: 57%;
}
.module-list li a p{
	font-size:22px;
}

.wm-two p {
	margin-top: 5px;
    width: 100px;
}
.wm-two img {
    width: 85px;
    height: 85px;
}
.work-service-title h3{
	font-size: 26px;
	line-height: inherit;
}

.work-service-list li{ padding:20px; text-align:center;}
.work-service-list li a h1 {
    font-size: 30px;
    color: #333;
    position: relative;
    font-weight: 800;
    line-height: 1.3;
    margin:20px 0 0 0;
	text-align:center;
}
.work-service-list .shuoming {
    position: relative;
    color: #333;
    font-size:16px;
    line-height: 1.5;
	overflow: unset;
    text-overflow: unset;
	width:100%;
}
.work-service-list li i { display:none}
.work-service-list>li:first-child{ width:100%; margin-bottom:20px; height:200px;}
.work-service-list>li:last-child{ width:100%;height:300px;}
.work-service-list li .tit {
    position: relative;
    padding-top: 15px;
    color: #185AAE;
    font-size:30px;
    font-weight: 800;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:center
}
.footer_box{width: 360px; margin: 0 auto; text-align: left; position: relative; z-index: 999; padding:0 10px;}
.is-select{ width:360px; height: 43px;margin:0 auto;}
.footer_box p {
    line-height: 28px;
    font-size: 16px;
	word-break:break-all;
	margin:auto;
	text-align:left;
	display:inline-block;
	margin-right:20px;
}
.footer_nav {
    font-size: 16px;
}
.footer_ggba {
    width: 224px;
    padding-left: 0;
}
.jiucuo{display: block;position: relative;display: inline-block;right:-100px;top:0}
#_ideConac {float:left; position:relative;left:80px;top:0}
#_ideConac img{ width:70px; margin-top:-10px}
}
.news-green .content-over001 .bb {
    text-indent: -2em;
    font-weight: 300;
    color: rgba(105,117,116,1);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@font-face {
  font-family: "iconfont"; /* Project id 2870044 */
  src: url('../img/font_2870044_uptuweal0u.woff2?t=1634523007229') format('woff2'),
       url('../img/font_2870044_uptuweal0u.woff?t=1634523007229') format('woff'),
       url('../img/font_2870044_uptuweal0u.ttf?t=1634523007229') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dayuhao:before {
  content: "\e3a4";
}

.wza-btn {
    position: relative;
}
.wza-btn a{
	border: 2px solid #fff;
    font-size: 24px;
    display: inline;
    padding: 10px 20px;
    line-height: initial;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: -40px;
}