/*html{-webkit-filter: grayscale(100%); 
        -moz-filter: grayscale(100%); 
        -ms-filter: grayscale(100%); 
        -o-filter: grayscale(100%); 
        filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
        _filter:none;
}*/
/*公用结构*/
.footer{
	display: block;
	width: 100%;
	height: auto;
	background: #393939;
}
.footerTop{
	display: block;
	width: 100%;
	border-bottom: 1px solid #4f4f4f;
}
.footerTopIn{
	display: block;
	padding: 8px 0;
}
.footerTopIn a{
	width: auto;
	margin-right: 42px;
	font-size: 22px;
	color: #fff;
	line-height: 60px;
}
.footerTopIn a img{
	margin-right: 10px;
}
.footerBot{
	display: block;
	padding: 20px 0;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.footerBot a{
	color: #999;
}
.footerBot a:hover{
	color: #fff;
}
.indexHzTit{
	display: block;
	margin: 0 auto 18px;
}
.indexHzTit h3{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin-right: 22px;
}
.indexHzTit div span{
	display: inline-block;
	float: left;
	line-height: 40px;
	padding: 0 12px;
	font-size: 16px;
	position: relative;
	color: #999999;
	cursor: pointer;
}
.indexHzTit div span::after{
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background: #e1e1e1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.indexHzTit div span:last-child::after{
	display: none;
}
.indexHzTit div span:hover{
	color: #a68246;
}
.indexHzTit div span.active{
	color: #a68246;
}
.indexHzDiv li{
	float: left;
	width: 190px;
	height: 82px;
	border-radius: 8px;
	/*box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);*/
	margin-bottom: 12px;
	margin-right: 12px;
	transition: all 400ms;
	text-align: center;
	line-height: 82rpx;
}
.indexHzDiv li img{
	border-radius: 8px;
}
.indexHzDiv li:nth-child(6n){
	margin-right: 0;
}
.indexHzDiv li:hover{
	transform: translateY(-8px);
}

.indexNewsDiv{
	padding: 0 0 30px;
	width: 574px;
	/*background: #f8f8f8;*/
}
.indexNewTop{
	display: block;
	height: 38px;
	margin-bottom: 14px;
	background: url(../images/title01.png) no-repeat left center;
	background-size: auto 40px;
	border-bottom: 3px solid #A68246;
	overflow: hidden;
}
.indexNewTop div{
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	padding-left: 16px;
}
.indexNewTop a{
	font-size: 16px;
	color: #999999;
	line-height: 38px;
}
.indexNewTop a img{
	margin-left: 8px;
}
.indexNewsList{
	display: block;
	height: 48px;
	width: 100%;
	position: relative;
	border-bottom: 2px dashed #e9e9e9;
	line-height: 46px;
}
.indexNewsList:last-child{
	border: none;
}
.indexNewsList h5{
	font-size: 14px;
	color: #999999;
}
.indexNewsList h3{
	/*width: 1090px;*/
	width: 480px;
	font-size: 15px;
	color: #666666;
	padding-left: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.indexNewsList::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666666;
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}
.indexNewsList:hover::before{
	background: #a68246;
}
.indexNewsList:hover h3{
	color: #333;
	font-weight: bold;
}
.indexNewsList:hover h5{
	/*color: #a68246;*/
}
.indexWenTab{
	margin-bottom: 8px;
}
.indexWenTab span{
	display: inline-block;
	float: left;
	min-width: 104px;
	text-align: center;
	height: 40px;
	border-radius: 5px;
	background: #f3f3f3;
	line-height: 40px;
	padding: 0 10px;
	margin-right: 10px;
	cursor: pointer;
	font-size: 18px;
}
.indexWenTab span:hover{
	color: #a68246;
}
.indexWenTab span.active{
	background: #a68246;
	color: #fff;
}
.indexDiv{
	display: block;
	/*background: #f5f5f5;*/
	padding: 24px 0 50px;
}
.indexDivTab{
	margin-bottom: 22px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.indexDivTab>li{
	float: left;
	width: 25%;
	height: 130px;
	background: #fff;
	position: relative;
	padding: 30px 30px 0 108px;
	font-size: 14px;
	line-height: 20px;
	color: #afafaf;
	cursor: pointer;
}
.indexDivTab>li h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #333;
	margin-bottom: 5px;
}
.indexDivTab>li img{
	display: block;
	height: 52px;
	width: auto;
	position: absolute;
	left: 36px;
	top: 40px;
}
.indexDivTab>li .img2{
	display: none;
}
.indexDivTab>li.active{
	background: #a68246;
	color: #fff;
}
.indexDivTab>li.active h3{
	color: #fff;
}
.indexDivTab>li::after{
	content: "";
	display: block;
	width: 1px;
	height: 88px;
	border-left: 1px dashed #dddddd;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.indexDivTab>li:nth-child(4n)::after{
	display: none;
}
.indexDivTab>li.active::after{
	display: none;
}
.indexDivTab>li.active .img1{display: none;}
.indexDivTab>li.active .img2{display: block;}
.indexDivTab>li.active::before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-top: 9px solid #a68246;
	border-right: 9px solid transparent;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
.indexDiv2{
	display: block;
	padding: 16px 28px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: auto 112px;
	background-position: 1038px 224px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.indexDiv2Img{
	width: 610px;
	height: 322px;
	overflow: hidden;
}
.indexDiv2In{
	width: 482px;
	padding-right: 38px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-top: 36px;
}
.indexDiv2In h3{
	font-size: 20px;
	color: #a68246;
	line-height: 36px;
	margin-bottom: 20px;
}
.indexDiv2In .more{
	display: block;
	width: 120px;
	height: 42px;
	border: 1px solid #a68246;
	margin-top: 46px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #a68246;
	cursor: pointer;
}
.indexDiv2In .more:hover{
	background: #a68246;
	color: #fff;
}
.indexXw2{
	width: 554px;
	height: auto;
}
.indexXw2 a{
	display: block;
	position: relative;
	margin-bottom: 7px;
}
.indexXw2 a:last-child{
	margin-bottom: 0;
}
.indexXw2 a p{
	display: none;
}
.indexXw2 a h3{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	padding: 0 100px 0 12px;
	-webkit-line-clamp: 1;
}
.indexXw2 a h5{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #a7a7a7;
	line-height: 28px;
}
.indexXw2 a::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666666;
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}
.indexXw2 a:hover h3,
.indexXw2 a:hover h5{
	color: #145daa;
}
.indexXw2 a:hover::before{
	background: #a68246;
}
.indexXw2 a.active{
	margin-bottom: 12px;
	border-bottom: 1px dashed #dbdbdb;
	padding: 4px 0 25px;
}
.indexXw2 a.active h5{
	display: none;
}
.indexXw2 a.active p{
	display: -webkit-box;
	font-size: 16px;
	color: #999999;
	line-height: 26px;
}
.indexXw2 a.active::before{
	display: none;
}
.indexXw2 a.active h3{
	padding: 0;
	font-size: 28px;
	line-height: 42px;
	/*color: #a68246;*/
	font-weight: bold;
	margin-bottom: 18px;
	-webkit-line-clamp: 2;
}
.swiperIndexDiv{
	display: block;
	width: 600px;
	height: 398px;
	position: relative;
	overflow: hidden;
}
.swiperIndexDiv .swiper-slide{
	position: relative;
}
.swiperIndexDiv .swiper-slide p{
	display: block;
	width: 100%;
	height: 64px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.4);
	line-height: 64px;
	padding: 0 112px 0 30px;
	color: #fff;
	font-size: 18px;
}
.swiperIndexDiv .swiper-pagination{
	bottom: 20px;
	left: auto;
	right: 20px;
	width: auto;
}
.swiperIndexDiv .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #fff;
	opacity: 0.5;
}
.swiperIndexDiv .swiper-pagination-bullet-active{
	opacity: 1;
}
.index1Top{
	display: block;
	width: 1200px;
	height: 52px;
	margin: 0 auto 6px;
}
.index1Top a{
	font-size: 14px;
	line-height: 52px;
	color: #999999;
}
.index1Top a img{
	margin-left: 8px;
	margin-top: -2px;
}
.index1Top h3{
	font-size: 20px;
	font-weight: bold;
	margin-right: 18px;
	line-height: 52px;
}
.index1Top div span{
	float: left;
	width: auto;
	padding: 0 18px;
	font-size: 16px;
	color: #999999;
	position: relative;
	line-height: 52px;
	cursor: pointer;
}
.index1Top div span::after{
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: #e0e0e0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index1Top div span:last-child::after{
	display: none;
}
.index1Top div span:hover{
	color: #a68246;
}
.index1Top div span.active{
	color: #a68246;
	font-weight: bold;
}
.indexBanner{
	display: block;
	width: 100%;
	/*height: 380px;*/
	height: auto;
	position: relative;
	overflow: hidden;
}
.indexBanner .swiper-button-prev,
.indexBanner .swiper-button-next{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
}
.indexBanner .swiper-button-prev:hover,
.indexBanner .swiper-button-next:hover{
	background: rgba(0, 0, 0, 0.5);
}
.indexBanner .swiper-button-prev::after,
.indexBanner .swiper-button-next::after{
	font-size: 16px;
	color: #fff;
}
.indexBanner .swiper-button-prev{
	left: 50%;
	margin-left: -660px;
}
.indexBanner .swiper-button-next{
	right: 50%;
	margin-right: -660px;
}

.header{
	display: block;
	height: 118px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	text-align: center;
}
.header>*{
	display: inline-block;
	vertical-align: top;
	height: auto;
	position: relative;
	width: auto;
}
.header .logo{
	line-height: 118px;
}
.header .logo img{
	display: inline-block;
	vertical-align: middle;
}
.searchBut{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	position: relative;
	padding: 24px 0;
	margin-right: 35px;
	cursor: pointer;
}
.searchBut>div{
	display: none;
	width: 300px;
	height: 50px;
	border-radius: 6px;
	background: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 60;
	padding: 8px 10px;
}
.searchBut>div input{
	float: left;
	width: 210px;
	height: 100%;
	border-radius: 4px;
	background: #f5f5f5;
	font-size: 14px;
	color: #333;
	padding: 0 10px;
}
.searchBut>div div{
	float: left;
	width: 60px;
	height: 100%;
	border-radius: 4px;
	background: #a68246;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	margin-left: 10px;
}
.headerBut{
	width: 96px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	background: #a68246;
	font-size: 16px;
	color: #fff;
	margin-top: 16px;
}
.headMenu{
	margin: 0 105px 0 208px;
}
.headMenu>li{
	float: left;
	position: relative;
	margin-right: 52px;
}
.headMenu>li:last-child{
	margin-right: 0;
}
.headMenu>li>a{
	font-size: 16px;
	color: #707070;
	line-height: 75px;
	position: relative;
	display: block;
}
.headMenu>li:hover>a{
	color: #a68246;
}
.headMenu>li>a.active{
	color: #a68246;
	background: url(../images/menuOn_05.png) no-repeat center 50px;
}
.indexBannerNew{
	display: block;
	width: 574px;
	height: 64px;
	background: url(../images/indexBg2.png) no-repeat center;
	background-size: auto 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 40;
	overflow: hidden;
	color: #fff;
	line-height: 64px;
}
.indexBannerNew h3{
	font-size: 18px;
	font-weight: bold;
	margin-left: 32px;
	margin-right: 0px;
}
.swiGg{
	width: 430px;
	height: 64px;
	overflow: hidden;
	position: relative;
	line-height: 64px;
}
.swiGg a{
	font-size: 16px;
	color: #fff;
}
/*媒体查询*/
.headMenu{
	margin: 20px 40px 0 160px;
}
.headMenu>li{margin-right: 25px;}

.footerNew{
	display: block;
	background: #004097;
	padding: 13px 0 20px;
}
.footerNewTop{
	display: block;
	line-height: 32px;
	font-size: 14px;
	color: #ddd;
}
.footerNewTop a{
	display: inline-block;
	vertical-align: top;
	color: #ddd;
	margin-left: 22px;
	line-height: 32px;
}
.footerNewTop a img{
	display: inline-block;
	vertical-align: top;
	height: 32px;
	width: auto;
	margin-right: 4px;
}
.footerNewBot{
	display: block;
	margin-top: 15px;
	font-size: 13px;
	color:#fff;
	line-height: 30px;
}
.footerNewBot a{
	color:#fff;
}
.footerNewBot a:hover{
	color: #fff;
}
.footerNewBotNav a{
	float: left;
	font-size: 15px;
	line-height: 30px;
	margin-right: 30px;
	color: #fff;
	position: relative;
	display: block;
}
.footerNewBotNav a::after{
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
}
.footerNewBotNav a:last-child::after{
	display: none;
}


.indexNews3{
	width: 365px;
	height: auto;
	margin-right: 52px;
	margin-bottom: 20px;
}
.indexNews3:nth-child(3n){
	margin-right: 0;
}
.indexNews3In a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}
.indexNews3In a:hover{
	color: #333;
	font-weight: bold;
}
.indexNewTop a:hover{
	color: #A68246;
}
.indexYe{
	display: block;
	height: auto;
	padding: 32px 39px 12px;
	background: linear-gradient(180deg, rgba(237, 241, 248, 0.9) 0%, rgba(237, 241, 248, 0.9) 100%);
	/*opacity: 0.18;*/
	width: 1200px;
	border-radius: 10px 10px 0px 0px;
}

.indexYeDiv>li{
	float: left;
	width: 545px;
	background: #fff;
	border-radius: 16px;
	margin-bottom: 30px;
	padding: 42px 30px 25px;
	min-height: 390px;
}
.indexYeDiv>li:nth-child(2n){
	float: right;
}
.indexYeDiv>li h3{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #666666;
	margin-bottom: 20px;
}
.indexYeDiv>li h5{
	font-size: 15px;
	line-height: 26px;
	color: #999999;
	padding: 0 32px;
}
.indexYeDiv>li>div{
	display: block;
	margin-top: 20px;
	font-size: 18px;
	line-height: 42px;
	color: #333;
	padding-left: 34px;
	min-height: 126px;
}
.indexYeDiv>li>div a{
	color: #333;
}
.indexYeDiv>li .more{
	display: block;
	width: 90px;
	height: 32px;
	border: 1px solid #A68246;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #A68246;
	margin-left: 392px;
	margin-top: 26px;
}
.indexYeDiv>li .more:hover{
	background: #A68246;
	color: #fff;
}
.indexYeDiv>li>div .dian{
	margin-right: 10px;
}
.indexYeDiv>li>div a:hover{
	color: #466aa6;
}
.indexYeTit{
	display: flex;
	height: 42px;
	align-items: center;
	margin-bottom: 22px;
	font-size: 32px;
	font-weight: bold;
	line-height: 42px;
	color: #466aa6;
}
.indexYeTit img{
	margin-right: 15px;
}



.bannerBg{
	height: 270px;
}
.bannerIn{
	padding-top: 93px;
	padding-left: 58px;
}
.bannerIn h3{
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
	margin-bottom: 8px;
}
.bannerIn h5{
	font-size: 26px;
	line-height: 35px;
	color: #FFFFFF;
	opacity: 0.3;
	text-transform: uppercase;
}
.aboutTabs{
	margin: 20px auto 0;
	font-size: 0;
	text-align: center;
}
.aboutTabs a{
	display: inline-block;
	vertical-align: top;
	margin: 0 22px;
	margin-bottom: 20px;
	padding: 9px 26px;
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	border-radius: 24px;
}
.aboutTabs a:hover{
	color: #A68246;
}
.aboutTabs a.active{
	color: #fff;
	background: #A68246;
}

.jianjieTit{
	display: block;
	padding: 36px 0;
	font-size: 30px;
	line-height: 48px;
	color: #333333;
	text-align: center;
}
.jianjieNumber{
	display: block;
	margin: 38px 0 40px;
}
.jianjieNumber>li{
	width: 33.33%;
	float: left;
	height: auto;
	text-align: center;
	position: relative;
	min-height: 106px;
}
.jianjieNumber>li h5{
	font-size: 20px;
	line-height: 28px;
	color: #888888;
	margin-top: 12px;
}
.jianjieNumber>li h3{
	font-size: 52px;
	color: #333333;
	line-height: 70px;
	height: 70px;
}
.zigongsi{
	padding: 0 43px 50px;
	min-height: 656px;
	background: #fff;
	margin: 0 auto 100px;
	border-radius: 10px;
}
.nyTitle01 h3{
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
.nyTitle01{
	display: block;
	padding: 50px 0 30px;
	border-bottom: 3px solid #C8C8C8;
}
.gsList{
	padding-top: 10px;
}
.gsListDiv{
	float: left;
	display: block;
	width: 349px;
	height: 162px;
	border-radius: 6px;
	box-shadow: 0px 8px 39px rgba(0, 0, 0, 0.11);
	background: #fff;
	margin-top: 36px;
	padding: 30px 42px 10px;
	font-size: 24px;
	line-height: 32px;
	color: #666;
	margin-right: 33px;
}
.gsListDiv p{
	height: 64px;
	margin-bottom: 20px;
}
.gsListDiv:hover{
	color: #A68246;
}
.gsListDiv em{
	display: block;
	width: 33px;
	height: 33px;
	background: rgba(187, 187, 187, 0.39);
	border-radius: 50%;
	float: right;
	text-align: center;
	line-height: 33px;
	font-family: "宋体";
	font-size: 18px;
	color: #fff;
	font-weight: 800;
}
.gsListDiv:hover em{
	background: #A68246;
}
.gsListDiv:nth-child(3n){
	margin-right: 0;
}

.hezuo{
	width: 1200px;
	background: #fff;
	border-radius: 10px;
	padding: 0 85px 30px;
	margin-bottom: 68px;
}
.hzTit{
	display: block;
	font-size: 22px;
	line-height: 32px;
	color: #333333;
	padding: 46px 0 30px;
}
.hezuoDiv{
	margin-bottom: 20px;	
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
}
.hezuoDiv li{
	float: left;
	width: calc( 100% / 6 );
	height: 93px;
	border-bottom: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	text-align: center;
	line-height: 92px;
	overflow: hidden;
}
.hezuoDiv li img{
	transition: all 500ms;
}
.hezuoDiv li:hover img{
	transform: scale(1.04);
}
.lianxi{
	background: #fff;
	margin: 0 auto 50px;
	border-radius: 10px;
	padding: 0 92px 54px;
}
.lxBot{
	display: block;
	padding: 30px 0 48px;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	border-top: 1px solid #E2E2E2;
}
.lxBot h3{
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 18px;
	color: #666666;
}
.lxBot h3 img{
	margin-right: 12px;
}
.lxTop li{
	position: relative;
	float: left;
	height: 235px;
	padding-top: 46px;
}
.lxTop li:nth-child(1){
	width: 200px;
}
.lxTop li:nth-child(2){
	width: 260px;
	padding-left: 60px;
}
.lxTop li:nth-child(3){
	width: 252px;
	padding-left: 60px;
}
.lxTop li:nth-child(4){
	width: 200px;
	padding-left: 60px;
}
.lxTop li div{
	height: 34px;
	margin-bottom: 16px;
}
.lxTop li h5{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #666666;
}
.lxTop li h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	margin-top: 4px;
}
.lxTop li::after{
	content: "";
	display: block;
	width: 1px;
	height: 175px;
	background: #E2E2E2;
	position: absolute;
	right: 0;
	top: 38px;
}
.lxTop li:last-child::after{
	display: none;
}
.title02{
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.title02 a{
	height: 52px;
	font-size: 16px;
	color: #666;
	padding: 20px 24px 0;
	line-height: 20px;
}
.title02 a:hover{
	color: #a68246;
}
.jsList{
	display: block;
	width: 100%;
	height: 46px;
	font-size: 18px;
	color: #666666;
	line-height: 46px;
}
.jsList h3{
	width: 1000px;
	padding-left: 26px;
	position: relative;
}
.jsList h3::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #C91116;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
}
.jsList:hover{
	color: #A68246;
}
.ywDivLeft{
	width: 600px;
	height: 416px;
	overflow: hidden;
	position: relative;
}
.ywDivLeft .swiper-slide{
	position: relative;
}
.ywDivLeftBot{
	display: block;
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0.39);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	padding: 0 72px 0 150px;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	line-height: 70px;
}
.ywDivLeft .swiper-pagination{
	width: auto;
	left: 74px;
	bottom: 0;
	height: 70px;
	line-height: 62px;
	font-size: 26px;
	color: #fff;
}
.ywDivLeft .swiper-pagination .swiper-pagination-current{
	font-size: 36px;
	color: #FF0000;
}
.ywDivLeft .swiper-button-prev, 
.ywDivLeft .swiper-button-next{
	top: auto;
	margin-top: 0;
	bottom: 0;
	height: 70px;
	color: #fff;
	padding: 0 20px;
}
.ywDivLeft .swiper-button-prev::after, 
.ywDivLeft .swiper-button-next::after{
	font-size: 18px;
}
.ywDivRight{
	width: 568px;
}
.ywDivIn{
	display: block;
	padding: 22px 0;
	border-bottom: 1px solid #E5E5E5;
}
.ywDivIn:first-child{
	padding-top: 0;
}
.ywDivIn:last-child{
	border: none;
	padding-bottom: 0;
}
.ywDivIn h2{
	font-size: 25px;
	line-height: 38px;
	color: #000000;
}
.ywDivInList{
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	line-height: 40px;
	color: #666666;
}
.ywDivIn>div{
	padding-top: 16px;
}
.ywDivInList::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #C91116;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.ywDivInList:hover{
	color: #A68246;
}
.weizhi li{
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.weizhi li a{
	color: #666666;
}
.weizhi li a:hover{
	color: #A68246;
}

.title03{
	display: block;
	text-align: center;
}
.title03 h3{
	font-size: 36px;
	line-height: 48px;
	color: #333333;
}
.title03 em{
	display: block;
	width: 26px;
	height: 4px;
	background: #A68246;
	margin: 10px auto 0;	
}
.yewuList{
	float: left;
	width: 584px;
	height: 328px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #fff;
	padding: 33px 49px 20px;
	position: relative;
}
.yewuList:nth-child(2n){
	float: right;
}
.yewuList h3{
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	height: 36px;
	margin-bottom: 16px;
}
.yewuList p{
	display: block;
	height: 52px;
	font-size: 15px;
	line-height: 26px;
	color: #999999;
}
.yewuList>em{
	display: block;
	width: 100%;
	height: 1px;
	background: #E1E1E1;
	margin: 20px 0 14px;
}
.yewuList h5{
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 12px;
}
.yewuList li{
	float: left;
	width: 230px;
	height: 30px;
	background: rgba(246, 242, 236, 0.39);
	border-radius: 5px;
	font-size: 15px;
	color: #A68246;
	line-height: 34px;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 14px;
}
.yewuList li:nth-child(2n){
	float: right;
}
.yewuList>span{
	display: block;
	width: 90px;
	height: 30px;
	border: 1px solid #A68246;
	position: absolute;
	top: 38px;
	right: 50px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #A68246;
}
.yewuList:hover{
	border-color: #A68246;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.ywTabs{
	display: block;
	min-width: 182px;
	height: 52px;
	border-radius: 26px;
	text-align: center;
	padding: 0 20px;
	margin-right: 25px;
	background: #fff;
	line-height: 52px;
	font-size: 20px;
	color: #333;
	margin-top: 18px;
}
.ywTabs:hover{
	color: #A68246;
}
.ywTabs.active{
	background: #A68246;
	color: #fff;
}

.ywDet{
	position: relative;
	margin-bottom: 65px;
}
.ywDetImg{
	position: absolute;
	top: -86px;
	right: -122px;
	z-index: 20;
	display: block;
	width: 129px;
}
.ywDetDiv>li{
	margin-bottom: 16px;
	display: block;
	border-radius: 15px;
	background: #fff;
	padding: 30px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	min-height: 168px;
}
.ywDetTab{
	display: block;
	width: 145px;
	height: 46px;
	border-radius: 15px 0 15px 0;
	margin-bottom: 12px;
	text-align: center;
	line-height: 46px;
	font-size: 22px;
	color: #fff;
	background: #A68246;
}
.ywDetH3{
	display: block;
	position: relative;
	padding-left: 42px;
	font-size: 20px;
	color: #333;
	line-height: 30px;
	margin-bottom: 5px;
}
.ywDetH3 em{
	display: block;
	width: 32px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	background: #A68246;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.ywMainTab{
	display: block;
	width: 104px;
	height: 38px;
	border-radius: 19px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #A68246;
	font-size: 16px;
	color: #A68246;
	margin: 10px 0 14px;
}
.ywDetTit01{
	font-size: 20px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.yw-h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	padding-top: 18px;
	padding-left: 4px;
}
.hzCase{
	width: 544px;
	height: 324px;
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.09);
	opacity: 1;
	border-radius: 10px;
	padding: 25px 36px 20px;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
}
.hzCase h3{
	display: block;
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	color: #333;
	position: relative;
}
.hzCase h3::before{
	content: "";
	display: block;
	width: 40px;
	height: 46px;
	background: url(../images/douhao1.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -110px;
}
.hzCase h3::after{
	content: "";
	display: block;
	width: 40px;
	height: 46px;
	background: url(../images/douhao2.png) no-repeat center;
	position: absolute;
	right: 50%;
	top: 0;
	margin-right: -110px;
}
.tedian-yw h3{
	min-width: 280px;
	padding-right: 16px;
	margin-top: 10px;
}
.title04{
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}
.djTabs{
	margin: 30px auto 48px;
	text-align: center;
	font-size: 0;
}
.djTabs a{
	display: inline-block;
	vertical-align: top;
	width: auto;
	min-width: 126px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	padding: 9px 10px;
	margin: 0 10px;
	color: #666;
	border-radius: 24px;
}
.djTabs a:hover{
	color: #E61A1A;
}
.djTabs a.active{
	color: #fff;
	background: #E61A1A;
}

.title05{
	display: block;
	height: 50px;
	background: url(../images/title-10.png) no-repeat center;
	font-size: 28px;
	color: #fff;
	line-height: 50px;
	padding-left: 42px;
}
.jigou{
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	opacity: 1;
}
.jubao>li{
	float: left;
	margin-bottom: 38px;
	line-height: 54px;
	min-width: 29%;
	padding-left: 36px;
}
.jubao>li h2{
	font-size: 18px;
	/*font-weight: bold;*/
	color: #666666;
}
.jubao>li h3{
	font-size: 18px;
	color: #666666;
	min-width: 68px;
}
.jubao>li img{
	width: 54px;
	height: 54px;
	margin-right: 20px;
}
.fagui li{
	float: left;
	width: 555px;
	height: 106px;
	margin-bottom: 50px;
}
.fagui li:nth-child(2n){
	float: right;
}
.faguiList{
	display: block;
	width: 100%;
	height: 100%;
}
.faguiList h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	height: 24px;
	margin-bottom: 10px;
}
.faguiList p{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	height: 20px;
}
.faguiList span{
	display: block;
	width: 70px;
	height: 30px;
	border-radius: 4px;
	background: #ECECEC;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #666;
}
.faguiList:hover h3{
	color: #A68246;
}
.faguiList:hover span{
	background: #A68246;
	color: #fff;
}


.fgTabs{
	margin: 30px auto 40px;
	text-align: center;
	font-size: 0;
}
.fgTabs a{
	display: inline-block;
	vertical-align: top;
	width: auto;
	min-width: 126px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	padding: 9px 10px;
	margin: 0 10px;
	color: #666;
	border-radius: 24px;
}
.fgTabs a:hover{
	color: #A68246;
}
.fgTabs a.active{
	color: #fff;
	background: #A68246;
}

.fgList{
	height: 142px;
	display: block;
	padding: 25px 0 0 22px;
	position: relative;
	font-size: 14px;
	color: #777;
	line-height: 30px;
	border-bottom: 1px dashed #CFCFCF;
}
.fgList:last-child{
	border: none;
}
.fgListTop{
	height: 28px;
	margin-bottom: 12px;
	line-height: 28px;
}
.fgListTop h3{
	font-size: 18px;
	color: #333333;
	width: 1000px;
}
.fgListTop h5{
	font-size: 14px;
	color: #333333;
}
.fgListTop h5 em{
	font-family: "宋体";
	margin-left: 8px;
}
.fgList:hover .fgListTop h3{
	color: #A68246;
}
.fgList::before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #A68246;
	position: absolute;
	left: 4px;
	top: 36px;
}
.newList{
	float: left;
	display: block;
	width: 380px;
	height: 370px;
	margin-bottom: 28px;
	margin-right: 30px;
}
.newList:nth-child(3n){
	margin-right: 0;
}
.newListImg{
	display: block;
	width: 100%;
	height: 246px;
	overflow: hidden;
}
.newListDiv{
	display: block;
	width: 100%;
	height: 124px;
	background: #F3F3F3;
	padding: 12px 28px 0;
}
.newListDiv h5{
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	margin-bottom: 6px;
}
.newListDiv h3{
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	height: 48px;
}
.newListDiv h4{
	text-align: right;
	font-size: 14px;
	color: #A7A7A7;
	line-height: 20px;
}
.newListDiv h4 em{
	font-family: "宋体";
	padding-left: 4px;
}
.newList:hover .newListDiv h3{
	color: #A68246;
}
.detWidth{
	margin: 35px auto 42px;
	font-size: 14px;
	color: #333;
	line-height: 28px;
}
.detMain{
	padding: 0 110px;
}
.detTop{
	display: block;
	padding-bottom: 28px;
	text-align: center;
}
.detTop h2{
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
	color: #333333;
	margin-bottom: 10px;
}
.detTop h4{
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #666666;
	margin-bottom: 22px;
}
.detTop h5{
	font-size: 14px;
	line-height: 20px;
	color: #AAAAAA;
}

.detBot{
	padding: 0 110px;
	margin-top: 32px;
}
.detBot>div{
	width: 430px;
	height: 46px;
	border: 1px solid #999999;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: #666;
}
.detBot>div a{
	display: block;
	text-align: center;
	padding: 0 20px;
	color: #666;
}
.detBot>div:hover{
	background: #A68246;
	color: #fff;
	border-color: #A68246;
}
.detBot>div:hover a{
	color: #fff;
}
.detTbas{
	margin-top: 36px;
	font-size: 14px;
	line-height: 28px;
	color: #888888;
	padding: 0 110px;
}
.detTbas a{
	color: #888888;
	margin-right: 10px;
}
.detTbas a:hover{
	color: #A68246;
}
.searchMain{
	margin: 40px auto 60px;
}
.searchLeft{
	width: 746px;
}
.searchRight{
	width: 364px;
	border: 1px solid #DEDEDE;
	padding: 20px 26px 20px;
}
.searchRight a{
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	padding-left: 24px;
	display: block;
}
.searchRight a::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #A68246;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.searchRight a:hover{
	color: #A68246;;
}
.searchRight>h2{
	height: 26px;
	margin-bottom: 8px;
	padding-left: 16px;
	position: relative;
	font-size: 20px;
	color: #A68246;
	line-height: 26px;
}
.searchRight>h2::before{
	content: "";
	display: block;
	width: 4px;
	height: 18px;
	background: #A68246;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.searchTop{
	display: block;
	width: 100%;
	height: 75px;
	position: relative;
	margin-bottom: 20px;
	border-radius: 6px;
	border: 1px solid #707070;
	padding-right: 166px;
}
.searchTop button{
	display: block;
	width: 166px;
	height: 100%;
	background: #A68246;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 6px;
	text-align: center;
	font-size: 22px;
	color: #fff;
}
.searchTop input{
	width: 100%;
	height: 100%;
	padding: 0 34px;
	font-size: 18px;
	color: #333;
}
.searchList{
	display: block;
	position: relative;
	border-bottom: 1px dashed #CFCFCF;
	padding: 25px 0 28px 22px;
	font-size: 14px;
	color: #777777;
	line-height: 30px;
}
.searchList h5{
	color: #AAAAAA;
	line-height: 24px;
	margin-top: 8px;
}
.searchList h3{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 12px;
	padding-right: 120px;
}
.searchList h4{
	position: absolute;
	right: 0;
	top: 25px;
	line-height: 28px;
	font-size: 14px;
	color: #333333;
}
.searchList h4 em{
	font-family: "宋体";
	margin-left: 8px;
}
.searchList:hover h3,
.searchList:hover h4{
	color: #A68246;
}
.searchList::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 36px;
	background:#A68246; 
}
.searchDiv{
	padding-bottom: 28px;
	border-bottom: 1px solid #E8E8E8;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
}
.searchDivUl{
	margin-bottom: 16px;
}
.searchDivUl a{
	display: block;
	float: left;
	width: auto;
	padding: 0 5px;
	position: relative;
	margin-right: 50px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #333333;
}
.searchDivUl a:hover{
	color: #A68246;
}
.searchDivUl a.active{
	color: #A68246;
}
.searchDivUl a.active::before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #A68246;
	position: absolute;
	bottom: 0;
	left: 0;
}


@media screen and (max-width:1300px){
	.headMenu{margin: 0 50px 0 80px;}
}
@media screen and (max-width:1200px){
	.headMenu{margin: 0 30px 0 40px;}
}



.xf>img{position: fixed;    display: block;    bottom: 0px;     width: 180px;    z-index: 1000;    top: 40.6%;}
.xfl>img{left: 80px;}
.xfr>img{right: 80px;}
@media screen {


  @media (max-width: 1600px) {
	.xfl>img{left: 0px;}
	.xfr>img{right: 0px;}
  }

  @media (max-width: 600px) {

  }
}
.about {
	padding: 90px 0 0;
	background-image: url(../images/aboutbac_02.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.container {
	width: 1200px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
}
.index_tit {
	text-align: center;
}
.about .index_tit h2, .about .index_tit h3 {
	color: #fff;
}
.active .index_tit h3, .active .index_tit h2 {
	opacity: 1;
	transform: translateY(0);
}
.index_tit h2 {
	font-size: 26px;
}
.index_tit h3 {
	color: rgba(0, 0, 0, .7);
	font-size: 15px;
	text-transform: capitalize;
	transform: translateY(-100%);
	opacity: 0;
}
.about_inner {
	font-size: 0;
	 width: 100%;
	 margin: 0 auto;
	 background: #fff;
	 margin-top: 76px;
	 opacity: 0;
	 transform: translateY(100%);
 }

.about_inner {
	position: relative;
}
.active .new_right, .active .new_left, .active .about_inner {
	opacity: 1;
	transform: translateX(0) translateY(0);
}

.about_inner>img {
	width: 37.589%;
	vertical-align: top;
	position: relative;
	z-index: 2;
}
.a_i_right {
	display: inline-block;
	width: 62.411%;
	box-sizing: border-box;
	padding: 54px 57px 0;
}
.ab_tit {
	margin-bottom: 15px;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}
.ab_tit h2 {
	 float: left;
	 font-size: 18px;
	 font-weight: bold;
	 color: #000;
 }
.ab_tit a {
	font-size: 14px;
	float: right;
	padding: 0 20px;
	line-height: 22px;
	display: block;
	border-radius: 22px;
	border: 1px solid #0054a6;
	color: #0054a6;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.a_i_right p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.ablist {
	font-size: 0;
	margin-top: 15px;
}
.ablist li {
	display: inline-block;
	width: 20%;
}
.ablist li h6 {
	font-size: 48px;
	line-height: 60px;
	padding-left: 10px;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ablist li span {
	color: #343b49;
	font-size: 16px;
}
.icon-shejilinian:before {
	content: "\e7d8";
}

.yewuMore01{
	display:table;
	padding: 0 30px;
	margin:45px auto auto;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: #4b97ad;
}

.hezuohb{
	margin: 50px auto auto;
}

/*内页样式*/
.tab {
	top: 81px;
	left: 0;
	width: 100%;
	background: #fff;
	position: relative;
	transform: translateY(-81px);
	background: #f6f6f6;
}
.tab.fixed{
	position: fixed;
	z-index: 100;
	transform: translateY(0)
}
.tab h2 {
	float: left;
	line-height: 70px;
	font-size: 30px;
	color: #0054a6;
	font-weight: bold
}

.tab h2 font {
	font-weight: normal;
	font-size: 15px;
	color: #c6c6c6;
	display: inline-block;
	margin-left: 5px;
	vertical-align: bottom;
	line-height: 55px
}

.tablist {
	float: right;
	font-size: 0
}

.tablist>li {
	display: inline-block;
	position: relative
}

.tablist>li ul {
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	text-align: center;
	border: 1px solid #e1e1e1;
	border-top: none;
	display: none
}

.tablist>li ul>li {
	border-bottom: 1px solid #e1e1e1;
}

.tablist>li ul>li a {
	line-height: 32px;
	color: #282828
}

.tablist>li ul>li:hover a {
	color: #e60012
}

.tablist>li ul>li:last-child {
	border-bottom: navajowhite
}

.tablist>li>a {
	display: block;
	padding: 0 25px;
	line-height: 70px;
	color: #444444;
	font-size: 16px
}

.tablist>li:hover>a,
.tablist>li.ac>a {
	color: #fff;
	background: #d5a164
}
.newlist {
	padding: 33px 0 0
}

.newlist li a {
	display: block;
	font-size: 0;
	position: relative;
	padding: 37px 0;
}

.newlist li a:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: calc(100% - 74px);
	background: #ebece5;
	position: absolute;
	top: 50%;
	left: 37%;
	transform: translateY(-50%)
}

.newlist li {
	border-bottom: 1px solid #e1e1e1
}

.newlist li img {
	width: 24%;

}

.newlist li h6 {
	display: inline-block;
	width: 13%;
	vertical-align: middle
}

.new_inner {
	display: inline-block;
	vertical-align: middle;
	width: 56.25%;
	box-sizing: border-box;
	padding-left: 42px;
}

.new_inner h2 {
	color: #282828;
	font-size: 18px;
	margin-bottom: 12px;
}

.new_inner p {
	line-height: 25px;
	color: #999999;
	font-size: 16px;
}

.newlist li h5 {
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	background: #f6f6f6;
	color: #0054a6;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.newlist li h6 {
	text-align: center;
	font-family: 'hl';
	font-size: 42px;
	color: #2c3238;
	line-height: 38px
}

.newlist li h6 font {
	display: block;
	line-height: 20px;
	color: #999;
	font-size: 12px
}

.newlist li:hover h5 {
	color: #fff;
	background: #0054a6
}

.newlist li:hover h2,
.newlist li:hover h6 {
	color: #0054a6
}

.newlist li:hover h2 {
	font-weight: bold
}

.page {
	font-size: 0;
	margin: 70px auto;
	text-align: center
}

.new_detail_tit {
	text-align: center;
	padding: 60px 0 5px;
	border-bottom: 2px solid #e2e2e2;
	margin-bottom: 35px
}

.new_detail_tit h2 {
	color: #666;
	font-weight: bold;
	font-size: 25px;
	line-height: 36px;
}

.new_detail_tit span {
	color: #777777;
	font-size: 14px;
	padding: 10px 0;
	line-height: 38px;
	display: inline-block
}

.detail>p {
	color: #282828;
	line-height: 28px;
	font-size: 16px;
	/*margin-bottom: 30px;*/
	text-indent: 2em;
}

.detail>p strong {
	font-size: 16px;
	font-weight: bold
}

.detail>h4 {
	margin-bottom: 30px;
	color: #282828;
	font-weight: bold;
	font-size: 18px
}

.detail p img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

.detail_np {
	font-size: 0;
	margin-top: 70px;
	margin-bottom: 50px;
}

.detail_np>a {
	display: inline-block;
	width: 50%;
	text-align: center;
	padding: 14px 5px;
	background: #f1f1f1;
	color: #282828;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box
}

.detail_np>a:hover {
	background: #0054a6;
	color: #fff
}

.yewuList{
	float: left;
	width: 584px;
	height: 328px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #fff;
	padding: 33px 49px 20px;
	position: relative;
}
.yewuList:nth-child(2n){
	float: right;
}
.yewuList h3{
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	height: 36px;
	margin-bottom: 16px;
}
.yewuList p{
	display: block;
	height: 52px;
	font-size: 15px;
	line-height: 26px;
	color: #999999;
}
.yewuList>em{
	display: block;
	width: 100%;
	height: 1px;
	background: #E1E1E1;
	margin: 20px 0 14px;
}
.yewuList h5{
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 12px;
}
.yewuList li{
	float: left;
	width: 230px;
	height: 30px;
	background: rgba(246, 242, 236, 0.39);
	border-radius: 5px;
	font-size: 15px;
	color: #A68246;
	line-height: 34px;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 14px;
}
.yewuList li:nth-child(2n){
	float: right;
}
.yewuList>span{
	display: block;
	width: 90px;
	height: 30px;
	border: 1px solid #A68246;
	position: absolute;
	top: 38px;
	right: 50px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #A68246;
}
.yewuList:hover{
	border-color: #A68246;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.ywDet{
	margin-bottom: 16px;
	display: block;
	border-radius: 15px;
	background: #fff;
	padding: 30px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	min-height: 168px;
}

/*列表翻页*/
.quotes{
	display: table;
	margin: auto;
	text-align: center;
	padding: 45px 0;
}
.quotes li{
	display: inline;
	float: left;
}
.quotes li span{
	display: table;
	padding: 8px 15px;
	margin: 5px;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	cursor: default;
	background-color: #165eaa;
	border-color: #165eaa;
	cursor: pointer;
}
.quotes li a:hover{
	color: #fff;
	background-color: #165eaa;
	border-color: #165eaa;
}
.pageNum >.quotes li.page-item a{
	display: table;
	padding: 8px 15px;
	border-radius: 6px;
	margin: 5px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	background-color: #eeeef2;
	border-color: #eeeef2;
}
.quotes li a{
	cursor: pointer;
	display: table;
	padding: 8px 15px;
	font-size: 14px;
	margin: 5px;
	color: #4f4f4f;
	border-radius: 6px;
	cursor: pointer;
	background-color: #eeeef2;
	border-color: #eeeef2;
}
.pbwlist span {
	float: right;
	line-height: 48px;
	color: #777777;
	font-size: 14px;
	display: block;
	width: 80px;
}
.pbwlist h5 {
	float: left;
	line-height: 48px;
	color: #282828;
	font-size: 16px;
	width: calc(100% - 80px);
}
.pbwlist li .container {
	border-bottom: 1px dashed #d9d9d9;
	width: 100% !important;
}

.pbwlist li:hover h5,.pbwlist li:hover span {
	color: #165eaa
}

.pbwlist li:hover {
	background: #f3f3f3
}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.pbw {
	padding: 65px 0 0;
}
#xwen{
    padding: 0px 50px 0px 50px;
    overflow:hidden ;
}
#rongzhi{
    padding: 0px;
    background: none;
    overflow: hidden;
}
.jianjie {
    font-family: "Microsoft YaHei","Arial";
	display: block;
	padding:70px 50px 50px 50px;
	background: #fff;
	margin: 0 auto 44px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	overflow:hidden ;
}
.jianjie p{
	font-family: "Microsoft YaHei","Arial";
	font-size: 16px;
	color: #666666;
}

.jianjieTit{
	display: block;
	padding: 36px 0;
	font-size: 30px;
	line-height: 48px;
	color: #333333;
	text-align: center;
}

.m-listx1{overflow:hidden;padding:1.125vw 0 0.69791vw}
.m-listx1 .right{float:right;padding:9px 0}
.m-listx1 .txt{overflow:hidden;padding:42px;font-size:16px;color:#333;line-height:2}
/*联系我们*/
.contact h2{  font-weight:bold;display:inline-block; border-bottom:1px dashed #d3d1d0;font-size:20px !important;font-style:normal !important; color:#333; line-height:32px; margin-bottom:20px; padding-bottom:8px;}
.contact ul li{ font-size:14px; color:#3c3c3c; line-height:40px; padding-left:50px;font-style:normal !important; }
.contact ul li:nth-child(1){ background:url(../images/phone.png) no-repeat 0 7px;}
.contact ul li:nth-child(2){ background:url(../images/di.png) no-repeat 0 7px;}
.contact ul li:nth-child(3){ background:url(../images/message.png) no-repeat 0 7px;}
.contact table{ margin-top:20px; width:80%;}
.contact table tr td{ width:50%;}
.contact table tr td p{ font-size:14px; color:#666; line-height:30px; text-indent: 1em; }
.contact{  margin-top:30px; margin-bottom:50px;}
.map{ width:100%; margin-bottom:50px;}
.contact_left{ width:40%; float:left; padding-right:20px; box-sizing:border-box;}
.contact_right{ width:60%; float:left; box-sizing:border-box;}

.fsbtRight{
	float: right;
	height: 100%;
	line-height: 54px;
	color: #fff;
	opacity: 0.4;
	font-size: 12px;
}
#rongyu{
     padding: 30px 25px 0px 25px;
}
.rylist{ max-width: 1250px; overflow: hidden; padding: 12px 0 0px; margin: 0 auto;}
.rylist li{ float: left; width: 33.3%; margin: 20px auto;}
.rylist li .lin{ padding: 0 20px;}
.rylist li a{display: block; position: relative;}
.rylist li a:after{ content: ''; position: absolute; left: 0; bottom:0; z-index: 1;width: 0; height: 2px; background-color: transparent;}
.rylist li .pic{ width: 100%; height:0; padding-bottom: 66%; position: relative; overflow: hidden; }
.rylist li .pic .wrap{ background-color: #efefef; width: 100%; height: 100%; position: absolute; left:0; top:0; z-index: 1; font-size: 0; text-align: center;}
.rylist li .pic .wrap i{ display: inline-block; width: 0; height: 100%; vertical-align: middle;}
.rylist li img{ max-width:100%; max-height: 100%;}

.rylist li h3{background: #f3f3f3;
    font-size: 16px; line-height: 50px; text-align: center; height: 50px; overflow: hidden; color: #7c7c7c; padding: 0 10px;font-weight: 400;
	white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.rylist li h3,.rylist li a:after{
    /*-webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; -o-transition: .6s; transition: .6s;*/
    
}
.rylist li:hover h3{ color: #000;}
.rylist li:hover a:after{
    /*width: 100%; background-color:#3f51b5;*/
    
}
@media screen and (max-width:1200px){.rylist{ padding: 70px 15px 40px;}
}
@media screen and (max-width:1000px){
	.rylist li{ width: 50%;}
}

@media screen and (max-width:750px){
	.rylist li .lin{ padding: 0 15px;}
	.rylist li h3{ font-size: 24px; padding: 5px;}
}

/*党建动态*/
.conbj{
    background: #f6f6f6;
    padding-bottom: 50px;
}
#tab_boxs{
    background: #ffffff;
}
.xunhuan {
    background: #fdfcfc;
    
}
.tab_boxs div:first-child {
    display: block;
}
.coner {
    border-bottom: 1px dashed #9b9b9b;
    margin-left: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    margin-right: 50px;
}
.boxs .xunhuan:last-child .coner{
    border-bottom: none;
}
.djleft {
    display: inline-block !important;
    width: 92px;
    height: 92px;
    border: 1px solid #cbcbcb;
    text-align: center;
}
.djyear {
    font-size: 50px;
    color: #b07048;
    line-height: 65px;
}
.djyears {
    font-size: 16px;
    color: #b07048;
}
.djright {
    display: inline-block !important;
    margin-left: 50px;
    width: 86%;
}
.djitems {
    font-size: 24px;
    margin-top: 10px;
}
.djitemed {
    color: #777777;
    font-size: 14px;
    margin-top: 15px;
}
.djitems a{
    font-size: 20px;
    color: #3d3d3d;
}
.djitems a:hover{
    color: #215db0;
}

.wenhua{
    width: 100%;
    overflow:hidden ;
    margin-bottom: 45px;
}
.wenhua strong{
    display: block;
    float: left;
    width: 13%;
    padding: 15px 30px;
}
.wenhua h2{
    display: block;
    float: left;
    width: 87%;
}
.wenhua h2 label{
    color: #c49a69;
    font-size: 27px;
    line-height: 60px;
    
    display: block;
    border-bottom: 1px solid #eedfc6;
}
.wenhua h2 p{
    font-family: Arial;
    font-size: 16px;
    line-height: 60px;
    color: #4d4d4d;
}
.sec_title h2{
    font-family: Arial;
    font-size: 25px;
    line-height: 60px;
    font-weight: bold;
}
#gongkai{
    overflow: hidden;
    padding: 42px;
    background: #fff;
}