/*
* @Author: Sun Jijing
* @Date:   2023-07-12 09:46:27
* @Last Modified by: Sun Jijing
* @Last Modified time: 2023-07-12 11:44:37
*/

.pubcon { width: 1200px; margin: 0 auto; }
/* banner */
.banner { width: 100%; }
.banner img { display: block; width: 100%; }

.theme_content { padding-top: 50px; padding-bottom: 50px; background: #fff; background: linear-gradient(to top, #fff4d9, #fff); }

.news_module { width: 520px; padding: 35px 30px; height: 230px; background: url(news_bg.png) no-repeat top center/100% 100%; margin-bottom: 50px; position: relative; }
.news_tit { position: absolute; top: -15px; right: 132px; }
.news_tit a { display: inline-block; font-size: 32px; font-weight: bold; color: #e27862; background-image: -webkit-linear-gradient(top, #dd5c50 0%, #e68a6e 50%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.news_list li { height: 46px; line-height: 46px; }
.news_list li a { display: inline-block; padding-left: 20px; max-width: 72%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left; background: url(news_dian.png) no-repeat left center; font-size: 18px; color: #333; }
.news_list li span { font-size: 18px; color: #999; float: right; }
.news_list li:hover a { color: #dd5c50; }
.news_list li:hover span { color: #333; }

.fuwu_wrap { background: #fff; padding: 50px 0; background: #fff; background: linear-gradient(to top, rgba(255,255,255,0.5),#fff); }
.fuwu_module { width: 598px; }
.fuwu_module .tit span { display: block; width: 316px; height: 86px; background: url(fwTit_bg.png) no-repeat center; margin: 0 auto; text-align: center; line-height: 76px; font-size: 32px; color: #fff; font-weight: bold; margin: 0 auto; }
.fuwu_module .tit img { display: block; margin: 15px auto 30px; }
.fuwu_module .con { padding: 0 28px; border-right: 1px solid #f9e0d6; }
.fuwu_module .list { width: 105%; }
.fuwu_module .list li { width: 260px; float: left; background: #fff; border-radius: 8px; margin-right: 20px; margin-bottom: 20px; box-shadow: 0 2px 6px #f5dad2; text-align: center; }
.fuwu_module .list li a { display: block; font-size: 20px; color: #e27862; background-image: -webkit-linear-gradient(top, #dd5c50 0%, #e68a6e 50%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 60px; height: 60px; display: flex; justify-content: center; align-items: center; }
.fuwu_module .list li img { display: inline-block; vertical-align: middle; margin-right: 10px; transform: rotateY(0deg); transition: all ease-in-out 400ms; }
.search_but { display: block; height: 60px; line-height: 60px; border-radius: 8px; background: #dd5c50; background: linear-gradient(to bottom, #dd5c50, #e68a6e); color: #fff; text-align: center; font-size: 22px; display: flex; justify-content: center; align-items: center; }

.fuwu_module .con .slide_down{position:relative;z-index:30;}
.fuwu_module .con .slide_down .ul_box{display:none;position:absolute;left:0;top:60px;width:100%;background:#fff;padding:15px 0;border:1px solid #dd5c50;}
.fuwu_module .con .slide_down .ul_box li{padding:5px 15px;}
.fuwu_module .con .slide_down .ul_box li a{font-size:16px;}


.search_but img { vertical-align: middle; margin-right: 12px; }
.fuwu_module .list li:hover a { color: #dd5c50; }
.fuwu_module .list li:hover img { transform: rotateY(180deg); }
.search_but:hover { background: #dd5c50; background: linear-gradient(to top, #dd5c50, #e68a6e); }

@media screen and (max-width: 1200px) {
	.pubcon { width: auto; padding: 0 20px; }
	.news_module { width: 49%; height: 290px; }
	.news_tit { right: 22%; }
	.fuwu_module { width: 50%; }
	.fuwu_module .list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.fuwu_module .list li { width: 48%; margin-right: 0; }
}
@media screen and (max-width:1024px) {
	.news_module { width: 100%; float: none; min-height: 38vw; height: auto; }
	.news_tit { right: 25%; }
	.fuwu_module { float: none; width: 100%; }
	.fuwu_module:nth-child(1) { margin-bottom: 40px; }
}
@media screen and (max-width:768px) {
	.theme_content { padding: 40px 0; }
	.news_module { padding: 10px; margin-bottom: 20px; background: none; border: 20px solid; border-image: url(news_bg.png) 20 stretch; }
	.news_tit { right: 17%; top: -26px; }
	.news_tit a { font-size: 22px; }
	.news_list li { height: auto; line-height: 2em; display: flex; flex-direction: column-reverse; }
	.news_list li a { padding-left: 10px; font-size: 14px; background-size: 4px; font-size: 14px; max-width: 100%; }
	.news_list li span { font-size: 14px; }

	.fuwu_wrap { padding: 20px 0; }
	.fuwu_module .tit span { width: 60%; background-size: 100% 100%; height: 46px; line-height: 42px; font-size: 18px; }
	.fuwu_module .tit img { margin: 10px auto; }
	.fuwu_module .con { padding: 0 10px; }
	.fuwu_module .list li { width: 100%; margin-bottom: 10px; }
	.fuwu_module:nth-child(1) { margin-bottom: 20px; }
	.fuwu_module .list li a, .search_but { height: 40px; line-height: 40px; font-size: 16px; }
	.fuwu_module .list li img, .search_but img { height: 26px; }
}