@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}


/* 取消链接高亮  */
body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select,textarea,button{margin:0; padding:0; border:0; background:none; outline:0; -webkit-tap-highlight-color:transparent; line-height:normal;}

/* 设置HTML5元素为块 */
article,aside,header,footer,nav,section,figure,figcaption,hgroup,progress,canvas{display:block}

/* 图片自适应 */
img {width:auto\9; /* ie8 */height: auto; -ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/}

/* 初始化 */
body{font-size:14px; line-height:normal; font-family:"Microsoft YaHei",Tahoma,"Lucida Grande",Verdana,STXihei,hei; text-rendering:geometricPrecision;color:#333333;background:#FFFFFF; -webkit-font-smoothing: antialiased !important;}
h1,h2,h3,h4,h5,h6{font-weight:normal; font-style:normal;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;empty-cells:show}
address,caption,cite,code,dfn,th,var{font-style:normal; font-weight:normal;}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}
ul,ol,li,dl{list-style-type:none;}         
i,em{font-style:normal}     
svg:not(:root){overflow:hidden}
img{vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;-webkit-tap-highlight-color:rgba(0,0,0,0);}   
a{color:#333;text-decoration: none;outline:none;} 
a:hover {outline:none;-moz-outline:none;}
a:active{blr:expression(this.onFocus=this.blur())}
a:focus {outline:none;-moz-outline:none;}


/* 浮动与清楚浮动 */
.fl{float: left;}
.fr{float: right;}
.clearfix:after,.clearfix:before{content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
.tc{ text-align:center;}

/*统一样式*/
.wrap{width:83.33%; margin-left: auto; margin-right: auto;}



.HuangHeLou_body {width:100%; height:auto; overflow:hidden;  margin-top:83px;}
.HuangHeLou_body:before {content: "";
    display: block;
    position: absolute;
    top: 82%;
    left: -4.7rem;
    width: 5.7rem;
    height: 2.25rem;
    background-size: 100%;
} 

.wrap{width:83.33%; margin-left: auto; margin-right: auto;}
/* =================header */

.pc_header {position:fixed; z-index:999; top:0; left:0; width:100%; height:auto; background-color:#ad1c1c; /*background: #fff url(../images/public-bg.jpg) repeat;*/}
.mo_header {display:none;}

.pc_header .wrap {position:relative; font-size:0; -webkit-text-size-adjust:none;}
.pc_logo {display:inline-block; width:auto;}
.pc_logo img {width:auto; height:120px; }
.pc_header_top {position:absolute; z-index:2; top:5px; width:auto;}



.pc_header_top .ht_btn:hover .ss_text {width:111px;}
.pc_header_top .enter_btn {margin-right:21px;}

.pc_header_top .language_btn {margin-right:0px;}
.pc_header_top .ht_btn a,.pc_header_top .ht_btn span {font-size:16px;letter-spacing:1.5px; line-height:20px; color:#ffd791;}
.pc_header_top .ht_btn span {display:inline-block; margin:0 2px; color:#d3d3d3;}

.weather_btn {margin-top:5px !important;}



/* =================danghao */
.pc_nav {position:absolute; top:52px; right:0; width:100%; height:auto;}
.pc_nav ul {text-align:right; margin-right:-2.215%;}
.pc_nav li {display:inline-block; margin:0 2.125%; position:relative;}
.pc_nav li>a {display:inline-block; padding-bottom:10px; font-size:16px; font-weight: bold; line-height:15px; color:#ffd791; letter-spacing:1.5px; position:relative;}
.pc_nav li>a:after {content:""; display:block; position:absolute; bottom:0; width:0; left:0; right:0; margin:0 auto; height:2px; background-color:#ffd791;
-webkit-transition: width .3s;
-moz-transition: width .3s;
-ms-transition: width .3s;
-o-transition: width .3s;
transition: width .3s;
}
.pc_nav .on:after {content:""; display:block; position:absolute; bottom:0; width:0; left:0; right:0; margin:0 auto; height:2px; background-color:#ffd791;}
.pc_nav li:hover>a:after,.pc_nav li>a.on:after {width:100%;}
.pc_nav li:hover>a,.pc_nav li>a.on {color:#ffd791;}
/*.pc_nav li >a .on:after {width:100%;}*/
.pc_nav .erji_body {position:absolute; z-index:111; top:69px; left:0; width:auto; height:auto; background-color:#ffd791; text-align:left; display:none;}
.pc_nav li:nth-last-of-type(1) .erji_body,.pc_nav li:nth-last-of-type(2) .erji_body {left:auto; right:0;}
.pc_nav .erji_body a {display:block;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; width:140px; padding:0 20px; line-height:40px; border-bottom:1px solid #d9af64; font-size:16px; letter-spacing:1.5px; color:#181818; 
-webkit-transition: background-color .3s;
-moz-transition: background-color .3s;
-ms-transition: background-color .3s;
-o-transition: background-color .3s;
transition: background-color .3s;
}
.pc_nav .erji_body a:hover {background-color:#cc9c49;}
.pc_nav .li_min {position:relative;}
.pc_nav .sanji_body  {position:absolute; top:0; left:100%; width:100%; height:auto; background-color: #1e1e1e; display:none;
-webkit-transition: display .3s;
-moz-transition: display .3s;
-ms-transition: display .3s;
-o-transition: display .3s;
transition: display .3s;
}
.pc_nav li:nth-last-of-type(1) .sanji_body,.pc_nav li:nth-last-of-type(2) .sanji_body {right:100%;}
.li_min:hover {background-color:#181818;}
.li_min:hover .sanji_body {display:block;}


/*banner */
.inner_banenr {position:relative; }
.inner_banenr img {width:100%;}

.bannerx{ background:url(banner_x.jpg); height:33px;}



.container{width:1200px;margin:0 auto;}

/*main*/

.select{background:#143270!important;color:#fff!important;border:#143270 solid 1px!important;}

.main_tit{margin:50px 0;}
.main_tit dt{font-size:50px;line-height:60px; font-family: "仿宋"; font-weight:bold;}
.main_tit dd{font-size:16px;line-height:30px;color:#727272;text-transform:uppercase; }
.type_list a{
	display:inline-block;
	line-height:47px;
	width:128px;
	margin:0 10px;
	background-image: url(nav_bj.jpg);
	background-repeat: no-repeat;
}
.type_list a:hover{background-image: url(nav_bj1.jpg);width:128px; height:47px; line-height:47px; color:#ad1c1c;
	background-repeat: no-repeat;}
.type_list .actved{ background-image: url(nav_bj1.jpg);width:128px; height:47px; line-height:47px; color:#ad1c1c;}	
	

.main_con{padding:50px 0;min-height:300px;line-height:30px;}
.main_pro li{width:370px; height:430px; border:#ddd solid 1px;margin:0 13px 30px; line-height:60px;float:left;font-size:18px;transition:all .5s linear;}
.main_pro li .jd-list-tit{border-bottom:1px dashed #ddd;}
.main_pro li .jd-list-tit h2{font-size:22px; line-height:50px;font-weight:500;padding:0 5%;}
.main_pro li  .ji-list-des{padding:3% 3%;font-size:14px;height: 90px; text-align:left; line-height:28px;}
.btn-room {
  color: #FFF;
  font-size: 12px;
  height: 25px;
  background: #e0ca9b;
  line-height: 24px;
  border-radius: 0px;
  font-weight: 600;
  box-shadow: none; }
.btn-room:hover {
    border: 2px solid #8E7037;
    background: transparent;
    color: #8E7037; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  margin-top:8px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 25px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.main_pro img{ height:250px;}
.main_pro li:hover{box-shadow:0 0 15px #ddd;transform:translateY(-5px)}
.main_page{margin:20px 0 50px; position: relative; clear:both;}
.main_page a{display:inline-block;margin:0 5px;border:#ddd solid 1px;padding:0 15px;height:30px;line-height:30px;background:#c9c9c9;}
.main_page a:hover{background:#ad1c1c;color:#fff;border:#ad1c1c solid 1px;}







.main_case li{margin-bottom:50px;transition:all .5s linear;}
.main_case li:hover{background:#143270;}
.main_case_con{width:560px;line-height:30px;padding:20px 20px;}
.main_case_con h3{font-size:24px;line-height:60px;}
.main_case li:hover .main_case_con{color:#fff;}
.main_about_con{width:580px;line-height:30px;}
.main_about_con h3{font-size:24px;line-height:60px;font-weight:normal;}
.cul_tit{margin:20px 0;padding-bottom:10px;line-height:1.5;border-bottom:#ddd solid 1px;}
.cul_tit dt{font-size:24px;color:#666;}
.cul_tit dd{font-size:16px;color:#999;}
.cul_con{color:#666;}
.env_list li{display:inline-block;padding:0 25px;}

.contact_text{line-height:50px!important;width:400px;}
.contact_map{border:#143270 dashed 1px;padding:5px;}

.main_news li{width:580px;float:left;margin:0 10px 20px;padding:15px 0;border-bottom:#ddd solid 1px;transition:all .5s linear;}
.main_news li:hover{border-bottom:#143270 solid 1px;}
.main_news_pic{width:260px;}
.main_news_con{width:300px;padding-top:10px;}
.main_news li:hover .main_news_con h3{color:#143270;}
.main_news_text{height:60px;line-height:30px;overflow:hidden;margin:10px 0;color:#666;}
.main_news_more{display:block;width:60px;height:30px;border:#ddd solid 1px;color:#666;transition:all .5s linear;}
.main_news li:hover .main_news_more{background:#143270;color:#fff;}

.gbook_tit{font-size:30px;line-height:40px;padding-bottom:10px;border-bottom:#143270 dashed 1px;}
.gbook_tit span{font-size:16px;line-height:30px;color:#143270;text-transform:uppercase;}
.gbook_text{padding:50px 0;line-height:30px;color:#999;}
.gbook_thank{font-size:36px;color:#143270;font-family:arial;}
.gbook_l{width:440px;}
.gbook_r{width:500px;line-height:30px;}
.gbook_inp{width:100%;line-height:30px;height:30px;border:#143270 dashed 1px;border-radius:3px;padding:0 10px;box-sizing:border-box;}
.gbook_submit{width:120px;height:30px;line-height:30px;border:none;color:#fff;background:#143270;}
.gbook_area{height:120px;}


/*底部*/
.bot_bg{background:#ad1c1c;padding:50px 0;color:#fff;line-height:30px; position: relative; clear:both;}
.bot_nav{position:relative;z-index:9;}
.bot_nav a{display:inline-block;line-height:40px;padding:0 30px;color:#fff;}
.copyright{padding:20px 0;position:relative;z-index:9;}
.bot_sj_red{position:absolute;right:0;bottom:0;z-index:1;}


.danye{line-height: 32px;  padding: 50px; text-align: justify; font-size:16px;}



.content {
  width: 1200px;
  margin: 0 auto;
}
.main {
  padding: 55px 0 50px;
}
.m_news {
  padding: 45px 0 20px;
}
.m_news li {
  background: #f4f4f4;
  padding: 25px 35px 25px 45px;
  height:260px;
  margin-bottom: 30px;
}
.m_news_pic {
  width: 248px;
  height: 168px;
  margin: 42px 0 0;
  overflow: hidden;
}
.m_news_pic img {
  width: 100%;
  height: 168px;
}
.m_news_con {
  width: 600px;
  margin: 42px 0 0 34px;
}
.m_news_con h3 {
  color: #333333;
  font-size: 24px;
  line-height: 30px;
}
.m_news_con p {
  color: #666666;
  font-size: 16px;
  margin: 30px 0 20px;
}
.m_news_con .m_news_txt {
  color: #666666;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
}
.m_news_more {
  width: 170px;
  border-left: solid 1px #cccccc;
  padding: 105px 0 105px 19px;
}
.m_news_more a {
  width: 150px;
  height: 40px;
  background: #ad1c1c;
  border-radius: 20px;
  line-height: 40px;
  display: block;
  color: #fff;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


/* 新闻详情 */
.l-xwxq1{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding-top: 40px;
    margin-bottom: 100px;
}
.l-xwxq2{
    width: calc(100% - 2%;);
    margin: 0 auto;
}
.l-xwxq3{
    width: 100%;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: #444444;
    padding-bottom: 35px;
    border-bottom: 1px dashed #DADADA;
}
.l-z9{color: #949494;}
.l-xwxq4{
    width: 100%;
    padding-bottom: 35px;
    margin: 0 auto;
    /*text-align: center;*/
    margin-bottom: 20px;
    border-bottom: 1px dashed #DADADA;
}
.l-xwxq5{
    width: 28%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #949494;
    margin: 0 30px;
}
.l-xwxq5 span{
    color: #FB5354;
}
.l-xwxq6{
    width: 720px;
    /*height: 435px;*/
    margin: 0 auto;
    margin-bottom: 20px;
}
.l-xwxq6 img{
    width: 100%;
    max-width: 100%;
}
.l-xwxq7{
    font-size: 16px;
    line-height: 32px;
    color: #A1A1A1;
    padding-bottom: 60px;
    border-bottom: 1px solid #E3E3E3;
}
.l-xwxq7 p{
    font-size: 16px;
    line-height: 32px;
    color: #A1A1A1;
}
.l-xwxq7 span{
    font-size: 16px;
    line-height: 32px;
    color: #A1A1A1;
}
.l-xwxq8{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 65px;
}
.l-xwxq9{
    font-size: 16px;
    line-height: 16px;
    color: #696969;
}
.l-xwxq9 span{
    color: #5E636E;
    font-weight: bold;
}


/*游客服务*/
.about1-a4{margin: 0 auto;display: flex;justify-content: space-between;}
.about1-a5{position: relative;}
.about1-a6{float: left;margin-right: 30px; margin-top:20px;}
.about1-a6 span{position: relative;font-size: 25px;line-height: 46px;color: #ad1c1c;font-family: Impact;}

.about1-a7{position: relative;float: left;padding-top: 8px;width: 100%; font-size:50px; font-weight:bold; }


/*游客服务出行线路*/


.lyxl{
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.lyxl li{float:left;width:90%;text-align: left; background: #FFFFFF;border: 1px solid #D5DAE1; padding:20px;margin-bottom:20px;cursor:pointer;}

.lyxl1{
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.lyxl1 li{float:left;width:41%;margin-right:45px;text-align: left; background: #FFFFFF;border: 1px solid #D5DAE1; padding:20px;margin-bottom:20px;cursor:pointer; line-height:40px;}



.lyxl2{
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.lyxl2 li{float:left;width:90%;margin-right:45px;text-align: left; background: #FFFFFF;border: 1px solid #D5DAE1; padding:20px;margin-bottom:20px;cursor:pointer;line-height:40px;}

/*在线购票*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.i100{overflow:hidden;}
.i100>img{width: 100%;}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.business1-c1{width: 1200px;position: relative;margin: 0 auto;margin-bottom: 30px;}
.business1-c2{width: 517px;height: 340px;position: relative;float: right;}
.business1-c2>img{min-height: 100%;transition: 0.5s;}
.business1-c2:hover>img{transform: scale(1.08);transition: 0.5s;}
.business1-c3{width: calc(100% - 517px);height: 340px;position: relative;background: #ad1c1c;float: left;padding: 52px 56px 0 44px;box-sizing: border-box;}
.business1-c4{font-size: 28px;line-height: 32px;color: #ffffff;font-weight: bold;margin-bottom: 34px;}
.business1-c5{width: 54px;height: 1px;background: #ffffff;margin-left: 2px;margin-bottom: 26px;}
.business1-c6{font-size: 25px;line-height: 56px;color: #fff;}
.business1-c7{width: 74px;position: absolute;top: 280px;left: 56px;}
.business1-c8{font-size: 25px;line-height: 56px;color: #ad1c1c;}


.business1-d1{width: 1200px;position: relative;margin: 0 auto;margin-bottom: }
.business1-d2{width: 100%;height: 320px;position: relative; padding-top:30px;}
.business1-d2>img{min-height: 100%;transition: 0.5s;}
.business1-d2:hover>img{transform: scale(1.08);transition: 0.5s;}
.business1-d3{ position:relative; width:88%;margin: 0 auto;margin-top: -94px;padding: 50px 70px 56px 70px;box-sizing: border-box;background: #fff;box-shadow: 0 10px 60px rgba(246,246,246,0.44);}
.business1-d4{font-size: 28px;line-height: 32px;color: #333333;font-weight: bold;text-align: center;margin-bottom: 30px;}
.business1-d5{width: 54px;height: 1px;background: #dadada;margin: 0 auto;margin-bottom: 24px;}
.business1-d6{font-size: 18px;line-height: 40px;color: #333333;}




/*幻灯片*/

.nimg {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 100%;
	background-color: #fff;
	padding:5px;
	border:#e0ca9b solid 5px;
}
/*图片展示效果*/

.show_img {
	position: relative;
	height: 670px;
	width:1100px;
}

.show_img_box {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.show_img_box ul {
	height: 100%;
	position: absolute;
}

.show_img_box ul li {
	height: 100%;
	float: left;
	overflow: hidden;
	display: block
}

.show_img_bm {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	background: url(c_bg.png) repeat;
}

.show_small {
	width: 725px;
	height: 81px;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 12px 0 0 12px;
}

.show_small ul {
	height: 76px;
	position: absolute;
}

.show_small ul li {
	width: 132px;
	margin-right: 13px;
	float: left;
	height: 75px;
	cursor: pointer;
	position: relative;
}

.show_small ul li span {
	display: none;
	width: 132px;
	height: 75px;
	border: 3px solid #e0ca9b;
	position: absolute;
	left: 0;
	top: 0;
}

.show_small ul li.current span {
	display: inline-block;
}

.show_img_num {
	width: 160px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 35px 20px 0 0;
	float: right;
	text-align: center;
	color: #fff;
}

.show_img_num em {
	font-style: normal;
	font-size: 16px
}

.show_img_num a {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(icon_21.png) no-repeat 0 0;
}

.show_img_num a.right {
	background-position: -131px 0;
}

.show_text_main {
	padding: 30px 0 100px 0;
	font-family: '\5fae\8f6f\96c5\9ed1';
}









/*游客服务特色产品*/
.block{overflow:hidden;}
.list_pic_vert_white li{
background:#fff;
}
.list_pic_vert{margin-top:20px;padding: 0px;overflow: hidden;}
.list_pic_vert li{
float:left;
margin:18px 0 0 0;
width:1200px;
height:400px;
background:#f8f8f8;
overflow:hidden;
}
.list_pic_vert img{display:block;float:left;width:600px;height:400px;}

.list_pic_vert h3,ul.list_pic_vert em,ul.list_pic_vert p{
float:left;
margin-left:40px;
margin-right:100px;
width:400px;
overflow:hidden;
}
.list_pic_vert h3 a{
display:block;
margin-top:20px;
line-height:34px;
font-size:24px;

}
.list_pic_vert em{
line-height:20px;
color:#828282;
font-style:normal;
font-size:11px;
}
.list_pic_vert p{
margin-top:12px;
line-height:32px;
font-size:16px;
text-align:left;
}
.culture_list p.ry-tit{margin-top: 100px;font-size: 24px;color: #333;font-weight:bold; line-height:50px;}
.list_pic_vert p.ry-wenzi{
	color: #444;
	text-indent: 35px;
	
}
.list_pic_vert a.more{float:left;margin-left:40px;color: #8e7037;}
.culture_list li{
margin:24px 0;
padding:0px 0;

}
.culture_list li.culture_list_01{
background-position:left 0;
background:#f8f8f8;
}
.culture_list li.culture_list_02{
background-position:right -390px;
background:#f8f8f8;
}
.culture_list li.culture_list_03{
background-position:left -780px;
background:#f8f8f8;
}
.culture_list li.culture_list_04{
background-position:right -1170px;
background:#f8f8f8;
}
.culture_list li.mirror img,ul.culture_list li.mirror p{
float:right;
}

.team.rongyu{
	background:#fff;
}
.team {
    background: #f5f5f5;
    padding: 3em 0 6em 0;
}




/* 时间*/

.ctlist {
	width: 100%;
	height: 377px;
	margin-bottom: 90px;
	position: relative;
}

.ctlist .lv {
	width: 160px;
	height: 160px;
	background-color: #e0ca9b;
	position: absolute;
	bottom: -35px;
	right: -35px;
	z-index: 8
}

.ctlist .img {
	width: 500px;
	height: 377px;
	background-color: #333;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99
}

.ctlist .img img {
	width: 100%;
}

.ctlist .nr {
	width: 466px;
	height: 275px;
	background-color: #fff;
	padding: 50px 50px 50px 70px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10
}

.ctlist .nr a {
	color: #3d8f47;
}

 .ctlist .nr h3 {
	line-height: 40px;
	font-size: 32px;
	padding-bottom: 25px;
}

.ctlist .nr h3 a {
	color: #555;
}

.ctlist .nr .txt {
	line-height: 30px;
	color: #ad1c1c;
	font-weight:bold;
	margin-bottom: 10px;
	margin-top:10px;
	display: block
}

.ctlist .nr .pr {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	height:60px;
	padding: 0px 10px;
	border-bottom: dashed 1px #333;
	border-top: dashed 1px #333;
	margin-bottom: 0px;
}



/* 免费*/

.p3{}
.p3 ul{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:2%;overflow:hidden;padding-bottom:20px;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}
.p3 ul li{width:12.3%; margin:10px;float:left;border-radius:15px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:15px;box-shadow:0 0 27px 3px #eef1f5;background:#fff}
.p3_li_l3{}
.p3 ul li img{margin:0 auto; width:60px; height: auto; }
.p3 li .li_inner{margin:0 auto;border-radius:20px;padding:10px 10px 0px;cursor:pointer}

.p3 ul li .p3_des{font-size:16px;color:#1e2028;line-height:50px; text-align:center;}
