@charset "UTF-8";
/*
	Theme Name:井泽冰甜
	Theme URI:www.jingzebing.com
	Description: 井泽冰甜主题，由上古记忆团队制作完成，该主题以白色为主色调清爽干净，内容突出，项目罗列清晰有序，突出公司优势，分类导航让访客能快速找到自己想要的内容；代码方面完全符合H5和CSS3标准，代码结构清晰，符合SEO标准，内容样式完全分离，加载速度快。针对SEO做了优化，整站关键词布局，图片全部加了alt标签；每个页面一个H1和多个H2/h3,符合SEO的内容结构。
	Version:1.0
	Author:上古记忆团队
	Author URI:www.tianjiedao.com
	Tags:干净，清爽，内容突出，企业优势明显，代码结构清晰，SEO友好
	Mail:184637244@qq.com
	MakeDate:2022-07-22
*/

/* Global Styles */
html{
	background:url(images/bg.jpg);
}
body{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:14px;
   line-height:160%;
   color:#333;
   letter-spacing:1px;
   width:100%; margin:0 auto;
   }
*{
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	}
a{color:#333;text-decoration:none;}
a:hover{color:red;}
li{list-style:none;}
/* Global Styles */

/*全站通用样式***************************************/
/*= header ==*/
.headerbg{
	width: 100%;
    height: 91px;
    position: fixed;
	z-index: 99;
	background:#000000;
	opacity:0.9;
}
.header {
    width: 100%;
    height: 91px;
    position: fixed;
    top: 0;
    z-index: 100;
}
.header .top{
	width:80%;
	height: 91px;
	margin:0 auto;
	position:relative;
}
.header .top .logo{
	position:absolute;
	left:0;
	top:20px;
}
.header .top .tel{
	position:absolute;
	right:0;
	top:20px;
}

.menu{
	position:absolute;
    left:400px;
	top:0;
}
.menu li{
	display:inline-block;
	width:130px;
}
.menu li a{
	display:inline-block;
	width:100px; 
    text-align:center;
	height:90px;
	line-height:90px;
	position:relative;
	color:#eee;
	font-size:16px; letter-spacing:1px;
}
.menu .current_page_item a,
.menu .current-cat a{
	background:red;
	color:white;
	
}
.menu li a:hover{
	background:#ff5501;
	color:white;
}
/*= header ==*/
/*= 公用底部 ==*/
.bottomFormbg{
	position: fixed; bottom:0; z-index:98;
	width:100%;	height:120px;
	background:#000000; 
	opacity:0.9;
}
.bottomForm{
	height:120px;
	background:#123972;
}
#bottomForm{
	width: 100%; height: 120px;
    position: fixed; bottom:0;
	z-index: 99;
}

#bottomForm .botform{
	width:1300px; margin:0 auto;
	position:relative;
}
#bottomForm .botform .botlogo{
	position:absolute;
	top:40px;
}
#bottomForm .botform .bottext{
	position:absolute;
	top:30px; left:280px;
	width:450px; text-align:center;
	color:#ffba00; line-height:39px;
	font-size:16px;
}
#bottomForm .botform form{
	position:absolute;
	right:0; top:0;
	width:500px; height:120px;
	background:#aa061d;
	text-align:center;
	color:#ffba00;
	font-size:14px;
}
#bottomForm .botform form p{
	line-height:50px;
}
#bottomForm .botform form .submit{
	width:130px; height:36px;
	background:#fecb2e;
	color:#aa061d;
	border-radius:5px;
	font-size:16px;
}
#bottomForm .botform form .Tel,
#bottomForm .botform form .WX{
	width:100px;
	line-height:30px;
	border-radius:5px;
	padding:3px;
	border:solid 2px #cd122d;
}
#bottomForm .botform form .Tel{
	width:160px;
}










#footer {
    width: 100%;
    height: 200px;
    background: #2b61a7;
    overflow: hidden;
}
#footer .footer {
    width: 100%;
    height: 200px;
    margin: 0 auto;
	position:relative;
}
#footer .footer dt{
	width:30%;height:200px;
	background:#b74135;
	position:absolute;
}
#footer .footer dt .botlogo{
	position:absolute;
	right:50px;
	top:30px;
}

#footer .footer dd{
	width:69%; height:200px;
	position:absolute;
	right:0;
	font-size:16px;
	line-height:150%;
	background:url(images/bottom-ico.png) no-repeat 50px top;
	color:#e8eff7;
}
#footer .footer dd p{
	margin-left:100px;
}
#footer .footer dd .f_400{
	margin-top:25px;
}
#footer .footer dd .f_4001{
	font-size:20px;
	font-weight:800;
	color:white;
}
#footer .footer dd .f_wx{
	margin-top:15px;
}

#footer .footer dd .f_add{
	margin-top:20px;
}

#footer .footer dd .f_ewm{
	position:absolute;
	left:680px;
	top:50px;
}
#f_Copyright{
	width:100%; text-align:center;
	height:30px;
	line-height:30px;
	background:#123972;
	color:#e8eff7;
	font-size:12px;
}
#f_Copyright a{
	color:white;
}
/*= 公用底部 ==*/
/*= 公用标题 ==*/
.title1{
	width:100%; text-align:center;
	width:648px; height:122px;
	margin:20px auto;
	background:url(images/title_bg.png) no-repeat center center;
	position:relative;
	font-weight:200;
}
.title1 a span{
	display:block; margin-left:60px;
	line-height:110px;
	letter-spacing:65px;
	color:white;
	font-size:50px;
}

/*= 公用标题 ==*/
/*=文章分页 ==*/
.pagination{
    width:1000px;margin:20px auto 50px;
	line-height:23px;
	text-align:center;
	}
.pagination h2{
	display:none;
}
.pagination span,
.pagination a{
	font-size:12px;
	margin: 2px 6px 2px 0;
	background:#535353; 
	color:white;
	padding:5px 10px 5px 10px;
	text-decoration:none;
}
.pagination a:hover{
	background: red;
	color:#fff;}
.pagination .current{
	background: red;
	color:#fff;
	font-size:12px;
	}
/*=文章分页 ==*/
/*= 产品信息 ==*/
.product_info{
	width:100%;
	height:100px;
	background:#cd1c24;
	position:relative;
	opacity:1;
	color:white;
	letter-spacing:1px; 
}
.product_info span{
	position:absolute; right:400px;
	width:145px; text-align:center;	height:100px;
	background:url(images/yunduo.png) no-repeat center center;
	font-size:20px;
	line-height:36px;
}
.product_info span b{
	display:block;
	padding-top:16px;
	font-size:36px;
}
.product_info p{
	position:absolute; margin-top:15px;
	width:380px;
	font-size:20px; line-height:36px;
	
}
.product_info dt{
	position:absolute; left:0;
	width:50%;height:100px;
	background:#2b61a7;
}
.product_info dt span{
	right:400px;
}
.product_info dt p{
	right:0; 
}
.product_info dd{
	position:absolute; right:0;
	width:49%; height:100px;	
}
.product_info dd span{
	left:380px;
}
.product_info dd p{
	left:20px; 
}
/*= 产品信息 ==*/
/*全国门店==*/
.mendian{
	width:100%; height:900px;
	margin:0 auto;
	text-align:center;
}
.mendian img{
	margin-top:90px;
}
/*全国门店==*/
/*核心优势==*/
.youshi{
	width:100%;	height:1000px;
	background:#2b61a7;
	position:relative;
}
.youshi .img5{
	position:absolute;
	bottom:10px; left:20px;
	z-index:2;
}
.youshi .img7{
	position:absolute;
	bottom:10px; right:20px;
	z-index:2;
}
.youshi .img8{
	position:absolute;
	top:0; left:0;
}
.youshi .img9{
	position:absolute;
	bottom:0;
	width:100%;
}
.youshi h2{
	padding-top:120px;
	width:100%; text-align:center;
	font-size:50px;
	font-weight:400;
	color:white;
}
.youshi h2 span{
	display:inline-block;
	width:10px; height:10px;
	background:white;
	border-radius:15px;
}
.youshi .zi{
	position:absolute;
	bottom:20px;
	width:100%; text-align:center;
	line-height:280px;
	font-size:36px;
	font-weight:400;
	color:white;
}
.youshi ul{
	width:1350px; height:550px;
	margin:80px auto 0;
	text-align:center;
	color:white;
}
.youshi ul li{
	position:relative;
	display:inline-block;
	width:288px; height:220px;
	margin:20px;
}

.youshi ul li h3{
	width:288px; height:50px; line-height:50px;
	margin:0 auto;
	font-weight:400;
	font-size:28px;
	background:#ff5500;
}
.youshi ul li p{
	width:250px; padding-left:18px; text-align:left;
	height:153px; padding-top:10px; 
	background:#00a88c;
	border-radius:0 0 15px 15px;
	position:absolute;
	top:50px; left:10px;
	z-index:10;
	font-size:20px;
	line-height:36px;
	font-weight:200;
}
.youshi ul li span{
	position:absolute;
	top:55px; left:10px;
	background:#153053;
	width:268px; height:163px;
	border-radius:0 0 15px 15px;
}
/*核心优势==*/
/*全站通用样式= end =***************************************/


/*首页样式= start =***************************************/
/*= 首页banner==*/
.banner{
	width:100%;
	text-align:center;
}
.banner img{
	width:100%;
}
/*= 首页banner==*/
/*= 首页简介 ==*/
.ind_aboutUs{
	width:100%; height:1090px;
	background:url(images/aboutus_bg.jpg) repeat-x center center;
	position:relative;
}
.ind_aboutUs .memo{
	width:1000px; margin:0 auto;
	position:relative;
}
.ind_aboutUs .memo img{
	position:absolute;
	right:0; top:300px;
	width:450px;
	border:solid 10px white;
	border-color: rgba(255,255,255,0.3);
	border-radius:10px;
}

.ind_aboutUs .memo .h1{
	position:relative;
	height:280px;
	font-weight:400;
}
.ind_aboutUs .memo .h1 span{
	position:absolute;
	left:0; top:150px;
	width:368px; height:118px;
	font-size:20px; letter-spacing:1px;
	color:red;
}
.ind_aboutUs .memo .h1 span a{
	font-size:40px;
	line-height:80px;
	color:red;
}



.ind_aboutUs .memo p{
	margin:30px 0;
	text-indent:2em;
	font-size:22px;
	line-height:200%;
	color:#eee;
	letter-spacing:2px;
	width:50%;
}

.ind_aboutUs ul{
	width:1000px; margin:0 auto;
}
.ind_aboutUs ul li{
	display:inline-block;
	width:24.5%;
	color:white;
	text-align:center;
}
.ind_aboutUs ul li a{
	display:block;
	margin:20px auto;
	border:solid 5px #056856;
	width:80px; text-align:center; height:80px; padding:15px;
	border-radius:80px;
	background:#008870;
	font-size:30px;line-height:40px;
	color:white;
	letter-spacing:2px;
}
.ind_aboutUs ul li a b{
	display:block;
}
.ind_aboutUs ul li span{
	font-size:20px;
	line-height:30px;
}
/*首页简介==*/
/*首页产品==*/
.ind_product{
	width:100%; text-align:center; height:1000px;
	margin:0 auto; 
	background:url(images/product_bg.jpg) repeat-x center center;
}
.ind_product .h2{
	padding-top:100px;
}
.ind_product .h2 h2{
	font-size:50px;
	color:white;
	margin-bottom:50px;
}
.ind_product .h2 a{
	display:inline-block;
	width:100px; height:30px; line-height:30px;
	border-radius: 10px;
	border:solid 1px #ada9a0;
	background:#288783;
	color:white;
	font-size:16px;
	margin:0 10px;
}
.ind_product #certify{
	margin-top:60px;
}
.ind_product .zi{
	font-size:26px;
	color:white;
	margin-top:100px;
}

.ind_product .h2 .current-cat,
.ind_product .h2 a:hover{
	background:#cd302d;
}

/*首页产品==*/
/*首页新闻==*/
.ind_news{
	width:100%; height:1360px;
	position:relative;
}
.ind_news ul{
	width:1600px;
	margin:100px auto 0;
}
.ind_news ul li{
	display:inline-block;
	width:500px; margin:0 10px;
	height:500px;
	background:white;	
	border:solid 5px white;
	border-radius:15px;
	position:relative;
}
.ind_news ul li:hover{
	background:red;
	color:white;
}
.ind_news ul li:hover span,
.ind_news ul li:hover a{
	color:white;
}
.ind_news ul li .img{
	width:500px; height:300px;
	border-radius:10px 10px 0 0;
}
.ind_news ul li h3{
	position:absolute;
	left:120px; top:330px;
	font-size:24px;
}
.ind_news ul li h3 a{
	color:red;
}
.ind_news ul li h3 a:hover{
	color:white;
}
.ind_news ul li p{
	position:absolute;
	left:120px; top:360px;
	width:368px;
	font-size:16px;
	line-height:28px;
}
.ind_news ul li span{
	position:absolute;
	left:0; top:320px;
	width:100px; text-align:center;
	color:red;
	letter-spacing:0;
}
.ind_news ul li span b{
	font-size:46px;
	line-height:62px;
}
/*首页新闻==*/
/*首页样式= end =***************************************/
/*关于我们页= start =***************************************/
/*banner==*/
.banner_page{
	width:100%;
	height:400px;
	background:url(images/banner_bg.jpg) no-repeat center center #d5fac7;
	position:relative;
}
.banner_page h1{
	position:absolute;
	bottom:130px; right:380px;
	width:300px;
	text-align:center;
	color:white;
	font-size:60px;
	font-weight:200;
}
.banner_page span{
	position:absolute;
	bottom:50px;
	right:30px;
	font-size:50px;
	font-weight:800;
	color:#0f7476;
	opacity:0.5;
}
/*banner==*/
/*简介==*/
.aboutUs_page{
	background:#f2fdee;
	position:relative;
	height:800px;
}
.aboutUs_page dl{
	width:1400px;
	margin:0 auto;
	position:relative;
}
.aboutUs_page dl dt{
	position:absolute;
	left:0; top:50px;
}
.aboutUs_page dl dt img{
	border:solid 5px #30b9a0;
	border-radius:10px;
	width:500px;
}
.aboutUs_page dl dd{
	position:absolute;
	left:560px; top:50px;
}
.aboutUs_page dl dd p{
	font-size:20px;
	line-height:38px;
	margin-bottom:20px;
	text-indent:2em;
}
.aboutUs_page ul{
	width:800px; margin:0 auto;
}
.aboutUs_page ul li{
	display:inline-block;
	width:24%;
	color:#333;
	text-align:center;
}
.aboutUs_page ul li a{
	display:block;
	margin:20px auto;
	border:solid 5px #61cab3;
	width:80px; text-align:center; height:80px; padding:15px;
	border-radius:80px;
	background:#30b9a0;
	font-size:30px;line-height:40px;
	color:white;
	letter-spacing:2px;
}
.aboutUs_page ul li a b{
	display:block;
}
.aboutUs_page ul li span{
	font-size:20px;
	line-height:30px;
}
/*简介==*/
/*品牌价值观==*/
.jiazhiguan_page{
	width:100%; height:800px;
	position:relative;
	background:url(images/ico03.png) no-repeat bottom center #1c407e;
}
.jiazhiguan_page .jzg_title{
	position:absolute;
	top:0; right:0;
}
.jiazhiguan_page .img{
	border-radius:280px;
	border:solid 10px white;
	position:absolute;
	right:150px; bottom:20px;
}
.jiazhiguan_page .sp1{
	position:absolute;
	width:300px; height:300px;
	left:300px; top:200px;
}
.jiazhiguan_page .sp2{
	position:absolute;
	width:300px; height:500px;
	left:700px; top:100px;
}

.jiazhiguan_page span p{
	margin-bottom:60px;
	font-size:20px; line-height:36px;
	color:white;
}
.jiazhiguan_page span p b{
	font-size:36px;
	line-height:60px;
}
/*品牌价值观==*/
/*奖牌==*/
.jp{
	width:100%; text-align:center;
	height:500px;
}
.jp img{
	margin:50px;
}
/*奖牌==*/
/*关于我们页= end ***************************************/
/*加盟中心页= start ***************************************/
/*= banner= start ==*/
.banner_page2{
	width:100%;
	height:400px;
	background:url(images/banner_bg2.jpg) no-repeat center center #f8aa16;
	position:relative;
}
.banner_page2 h1{
	position:absolute;
	bottom:130px; right:480px;
	width:300px;
	text-align:center;
	color:white;
	font-size:60px;
	font-weight:200;
}
.banner_page2 span{
	position:absolute;
	bottom:50px;
	right:30px;
	font-size:60px;
	font-weight:800;
	color:white;
	opacity:0.5;
}
/*= banner= end ==*/
/*= 核心优势= start ==*/
.join_youshi{
	width:1200px; margin:100px auto 0;
	text-align:center;
}
.join_youshi img{
	width:1000px;
}
.join_youshi ul li{
	display:inline-block;
	width:260px;
	margin:10px;
}
.join_youshi ul li{
	font-size:30px;
	line-height:46px;
}
/*= 核心优势= start ==*/
/*= 开店= start ==*/
.join_kaidian{
	width:100%;	height:700px;
	background:#2b61a7;
	position:relative;
}
.join_kaidian .img8{
	position:absolute;
	top:0; left:0;
}
.join_kaidian .img9{
	position:absolute;
	bottom:0; left:0;
}
.join_kaidian .img6{
	position:absolute;
	bottom:-130px; left:40px;
	z-index:2;
}
.join_kaidian .img10{
	position:absolute;
	top:30px; right:30px;
	border-radius:150px;
	width:290px; height:290px;
	border:solid 5px white;
}
.join_kaidian h2{
	padding-top:120px;
	width:100%; text-align:center;
	font-size:50px;
	font-weight:400;
	color:white;
}
.join_kaidian h2 span{
	display:inline-block;
	width:10px; height:10px;
	background:white;
	border-radius:15px;
}
.join_kaidian ul{
	width:1350px; height:550px;
	margin:80px auto 0;
	text-align:center;
	color:white;
	position:relative;
	z-index:10;
}
.join_kaidian ul li{
	position:relative;
	display:inline-block;
	background:#33b8a3;
	width:280px; height:300px;	margin:0 20px;
	border-radius:10px;
}
.join_kaidian ul li span{
	display:block;
	width:100%; text-align:center;
	font-size:36px; line-height:58px;
	margin-top:20px;
}
.join_kaidian ul li span b{
	display:inline-block; margin-left:-10px;
	width:60px; height:60px; 
	background:#a21c25;
	border-radius:100px;
}
.join_kaidian ul li a{
	display:block;
	font-size:24px; line-height:56px;
	color:yellow;
}
.join_kaidian ul li p{
	font-size:20px; line-height:36px;
	color:white;
	text-align:left;
	margin-left:20px;
}
/*= 开店= end ==*/
/*= 加盟支持= start ==*/
.join_jmzc{
	width:100%; height:1000px;
	background:url(images/jmzc_bg.jpg) no-repeat center center;
	background-size: cover;
}
.join_jmzc h2{
	padding-top:120px;
	width:100%; text-align:center;
	font-size:50px;
	font-weight:400;
	color:#04a68e;
}
.join_jmzc h2 span{
	display:inline-block;
	width:10px; height:10px;
	background:#04a68e;
	border-radius:15px;
}
.join_jmzc ul{
	width:1400px; height:600px;
	margin:50px auto;
}
.join_jmzc ul li{
	display:inline-block;
	width:297px; height:269px;
	margin:20px; overflow:hidden;
	background:url(images/6bx.png) no-repeat top center;
	color:white;
	text-align:center;
}
.join_jmzc ul li h3{
	font-weight:200;
	font-size:30px; line-height:56px;
}
.join_jmzc ul li p{
	font-size:22px; line-height:40px;
	margin-top:10px;
}
/*= 加盟支持= end ==*/
/*= 加盟流程= start ==*/
.join_jmlc{
	width:1500px; margin:0 auto;
	height:656px;
	position:relative;
}
.join_jmlc .lc{
	width:100%; height:200px; margin-top:100px;
	background:url(images/jmlc.png) no-repeat center center;
	position:relative;
}
.join_jmlc .lc span{
	position:absolute;
	width:190px;height:50px;
	text-align:center;
	font-size:20px; line-height:26px;
}
.join_jmlc .lc span b{
	color:#cd2d2d;
}
.join_jmlc .lc .sp1{
	left:195px; bottom:10px;
}
.join_jmlc .lc .sp2{
	left:380px; top:10px;
}
.join_jmlc .lc .sp3{
	left:10px; top:10px;
}
.join_jmlc .lc .sp4{
	left:556px; bottom:10px;
}
.join_jmlc .lc .sp5{
	left:740px; top:10px;
}
.join_jmlc .lc .sp6{
	left:920px; bottom:10px;
}
.join_jmlc .lc .sp7{
	left:1097px; top:10px;
}
.join_jmlc .lc .sp8{
	left:1278px; bottom:10px;
}
/*= 加盟流程= end ==*/
/*= 加盟费= start ==*/
.join_jmf{
	width:100%; 
	height:450px;
	background:url(images/jmf.png) no-repeat center top;
}
.join_jmf ul{
		width:520px; margin-left:880px; padding-top:30px;
		color:white;
		font-size:22px;
		line-height:50px;
		font-weight:100;
}
.join_jmf ul li b{
	display:inline-block;
	width:100px;
}
/*= 加盟费= end ==*/
/*= 投资分析= start ==*/
.join_yusuan{
	width:1500px; margin:0 auto;
	height:656px;
	position:relative;
}
.join_yusuan table{
	width:870px; margin:50px auto 0;
	background:#6c6c6c;
	text-align:center;
	font-size:16px;
}
.join_yusuan table tr{
	height:50px; line-height:50px;
	background:#fef2e4;
}
.join_yusuan table .th{
	background:#1c407e;
	color:white;
}
.join_yusuan table .tr2{
	background:#e9ecf3;
}
/*= 投资分析= end ==*/
/*加盟中心页= end ***************************************/
/*联系我们页= start ***************************************/
.banner_page3{
	width:100%;
	height:400px;
	background:url(images/banner_bg3.jpg) no-repeat center center #e75a24;
	position:relative;
}
.banner_page3 h1{
	position:absolute;
	bottom:130px; right:480px;
	width:300px;
	text-align:center;
	color:white;
	font-size:60px;
	font-weight:200;
}
.banner_page3 span{
	position:absolute;
	bottom:50px;
	right:20px;
	font-size:50px;
	font-weight:800;
	color:#a23f18;
	opacity:0.5;
	letter-spacing:-1px;
}
.contact_memo{
	width:1200px; margin:0 auto;
	height:656px;
	position:relative;
}
.contact_memo ul{
	margin:100px auto;
}
.contact_memo ul li{
	display:inline-block;
	width:32.5%; text-align:center;
	height:230px; overflow:hidden;
}
.contact_memo ul .tel span{
	display:block; margin:15px auto 20px;
	width:100px; height:100px;
	background:url(images/ico11.png) no-repeat left center;
}
.contact_memo ul .tel p{
	margin-top:20px;
	font-size:22px; line-height:36px;
	letter-spacing:0;
}
.contact_memo ul .address span{
	display:block; margin:15px auto;
	width:69px; height:100px;
	background:url(images/ico11.png) no-repeat right center;
}
.contact_memo ul .address p{
	margin-top:20px;
	font-size:16px; line-height:26px;
	letter-spacing:0;
}
.map{
	width:100%; text-align:center;
	margin:0 auto 100px;
}
/*联系我们页= end ***************************************/
/*新闻中心页= start ***************************************/
.newList{
	width:1600px;
	margin:100px auto 0;
}
.newList li{
	display:inline-block;
	width:500px; margin:10px;
	height:500px;
	background:white;	
	border:solid 5px white;
	border-radius:15px;
	position:relative;
}
.newList li:hover{
	background:red;
	color:white;
}
.newList li:hover span,
.newList li:hover a{
	color:white;
}
.newList li .img{
	width:500px; height:300px;
	border-radius:10px 10px 0 0;
}
.newList li h3{
	position:absolute;
	left:120px; top:330px;
	font-size:24px;
}
.newList li h3 a{
	color:red;
}
.newList li h3 a:hover{
	color:white;
}
.newList li p{
	position:absolute;
	left:120px; top:360px;
	width:368px;
	font-size:16px;
	line-height:28px;
}
.newList li span{
	position:absolute;
	left:0; top:320px;
	width:100px; text-align:center;
	color:red;
	letter-spacing:0;
}
.newList li span b{
	font-size:46px;
	line-height:62px;
}
.newList li .more{
	position:absolute;
	bottom:10px; right:40px;
}
/*新闻中心页= end ***************************************/
/*新闻内容页= start ***************************************/
.news_content{
	width:1000px;
	margin:50px auto;
}
.news_content p{
	margin-bottom:35px;
	/* text-indent:2em; */
	font-size:20px;
	line-height:220%;
	color:#333;
}
.news_content h1{
	width:1000px;
	text-align:center;
}
.news_content h2{
	margin:20px auto;
}
.news_content .info{
	text-align:center;
	margin:15px auto 30px;
}
.news_content .wp-block-image{
	text-align:center;
	margin:30px auto;
}
/*新闻内容页= end ***************************************/
/*= 其它公用 ===============*/
/*上一篇 下一篇*/
.prevnext{
	width:1000px;
	height:40px;
	margin:10px auto;
	background:#eee;
	position:relative;
	border-bottom:solid 1px #aaa;
	font-size:20px;
	line-height:50px;
}

.prevnext .prev{
	position:absolute;
	left:8px;
}
.prevnext .next{
	position:absolute;
	right:8px;
}
/*上一篇 下一篇*/
/*相关推荐*/
.Related{
	width:1000px;
	margin:50px auto;
}
.Related h5{
	display:none;
}
.Related li{
	display:inline-block;
	width:45%;
	padding-left:10px;
	background:url(images/arrow1.png) no-repeat center left;
	height:30px;
	line-height:30px;
}
/*相关推荐*/
/*= 其它公用 ===============*/

/*产品展示= start ***************************************/
.product_category{
	width:100%; text-align:center;
	height:40px; line-height:40px;
	margin-top:-50px;
}
.product_category li{
	display:inline-block;
}
.product_category a{
	display:inline-block;
	padding:0 20px;
	border-radius:5px;
	background:#286f6e;
	color:white;
	margin:10px;
	font-size:20px;
}
.product_category .current-cat a,
.product_category a:hover{
	background:#cd302d;
}
.productList{
	width:1600px; text-align:center;
	margin:100px auto 0;
}
.productList li{
	display:inline-block;
	width:500px; margin:0 10px 30px;
	background:#2b61a7;	
	border-radius:15px;
	position:relative;
}
.productList li img{
	width:500px;
}
.productList li h3{
	line-height:50px;
	font-weight:200;
	color:white;
	font-size:20px;
}

/*产品展示= end ***************************************/
/*门店查询= sart ***************************************/
.store{
	width:100%; text-align:center;
	height:687px;
}
.storeList{
	width:1200px; margin:20px auto;
	border:solid 15px #00bcf3;
	border-radius:50px;
	padding:30px;
}
.storeList .th td{
	text-align:center;
}
.storeList tr td{
	padding:20px; 
	font-size:20px;
}
.storeList .th td{
	background:#d30b1a;
	color:white;
	font-weight:800;
}
.storeList tr:nth-child(odd){
	background:#b7ebfd;
}
.storeList tr:nth-child(even){
	background:#d8f5fe;
}
.storeList tr .num{
	text-align:center;
}
/*门店查询= end ***************************************/











