
/*********************************公共************************************/
*{ margin: 0; padding: 0; }
body{ font-size: 14px; font-family: "微软雅黑"; max-width: 768px; min-width: 320px; margin: 0 auto; color: #333333; overflow-x: hidden; position: relative; }
a{ text-decoration: none; color: #333333; }
em,i{ font-style: normal; }
b{ font-weight: normal }
ul,li{ list-style: none; }
input{ outline: none; font-family: "微软雅黑"; }
h2,h3,h4,h5,h6{ font-weight: normal; }
.clear{ clear: both; }

.h_auto{ height: auto !important; max-height: initial !important; }
.hide{ display: none !important; }
.bt_top{ margin-top: 0 !important; border-top: 8px solid #F3F3F3 !important; }

.aWhite,.aWhite a{ color: #FFFFFF; }
.aBlack,.aBlack a{ color: #333333 !important; }
.bBlack,.bBlack a{ color: #666666; }
.cBlack,.cBlack a{ color: #999999; }
.dBlack,.dBlack a{ color: #757575; }
.aGreen,.aGreen a{ color: #52B8BD; }

.default,.default a{ color: #0000EE; text-decoration: underline; }
a.default:link { color: #0000EE; text-decoration: underline; } 
a.default:visited { color: indigo; text-decoration: underline; } 

.main_con{ width: 100%; }
.main_con2{ width: 100%; padding-bottom: 30px; }

.con_box1{ border-top: 1px solid #E9E9E9; border-bottom: 1px solid #E9E9E9; margin-top: 10px; padding-bottom: 15px; }
.con_box2{ border-top: 1px solid #E9E9E9; margin-top: 10px; }
.con_box3{ border-top: 1px solid #E9E9E9; border-bottom: 1px solid #E9E9E9; margin-top: 10px; }
.con_box4{ border-bottom: 1px solid #E9E9E9; padding-bottom: 15px; }

/******标题******/
.con_tit1{ width: 100%; margin: 15px auto 0; position: relative; }
.con_tit1 h2{ float: left; font-size: 18px; line-height: 22px; height: 22px; margin-left: 2%; }
.con_tit1 h2:before{ content: ''; display: block; float: left; width: 4px; height: 16px; background: #52B8BD; border-radius: 2px; margin: 4px 11px 0 0; }

.con_tit2{ width: 96%; margin: 15px auto 0; position: relative; }
.con_tit2 h2{ font-size: 18px; height: 22px; line-height: 22px; float: left; }

/*更多*/
.tit_more1{ display: block; float: right; font-size: 14px; height: 18px; line-height: 18px; margin-top: 2px; margin-right: 2%; color: #AEAEAE; }
.tit_more1:after{ content: ''; display: block; float: right; width: 15px; height: 15px; margin: 1px 0 0 7px; background: url(../images/bg1.png) no-repeat -35px -25px; background-size: 250px 250px; }

/*跳转菜单*/
.tit_menu1{ float: right; height: 18px; line-height: 18px; text-align: center; margin:7px 2% 7px 0; color: #999999; }
.tit_menu1:after{ content: ''; display: block; width: 100%; height: 1px; background: #E9E9E9; position: absolute; left: 0; right: 0; bottom: 0; z-index: 0 }
.tit_menu1 li{ float: left; margin-left: 15px; position: relative; }
.tit_menu1 li:first-child{ margin-left: 0 }
.tit_menu1 em{ display: block; float: left; width: 15px; height: 15px; margin-right: 5px; margin-top: 2px; background: url(../images/bg1.png) no-repeat; background-size: 250px 250px; }
.tit_menu1 em.icon1{ background-position: -60px 0; }
.tit_menu1 em.icon2{ background-position: -80px 0; }
.tit_menu1 em.icon3{ background-position: -100px 0; }
.tit_menu1 em.icon4{ background-position: -120px 0; }
.tit_menu1 li.current{ color: #52B8BD; }
.tit_menu1 li.current:after{ content: ''; display: block; width: 30px; height: 2px; background: #52B8BD; border-radius: 1px; position: absolute; left: 50%; margin-left: -15px; bottom: -7px; z-index: 1 }
.tit_menu1 li.current em.icon1{ background-position: -75px -20px; }
.tit_menu1 li.current em.icon2{ background-position: -95px -20px; }
.tit_menu1 li.current em.icon3{ background-position: -115px -20px; }
.tit_menu1 li.current em.icon4{ background-position: -75px -40px; }

/****查看更多****/
.look_more1{ display: block; width: 100%; height: 28px; text-align: center; line-height: 28px; overflow: hidden; border-radius: 15px; border:thin solid #F5F5F5; box-sizing: border-box; outline: none; background:#F5F5F5; color: #999999; margin: 20px auto 0; }
.look_more1 em{ display: inline-block; }
.look_more1 i{ display: block; float: right; width: 13px; height: 13px; background: url(../images/bg1.png) no-repeat; background-size: 250px 250px; margin: 7.5px 0 0 10px; }
.look_more1 .icon1{ background-position: -95px -40px; }
.look_more1 .icon2{ background-position: -135px -200px; }
.look_more1 .icon3{ background-position: -170px -180px; }

/*********************************头部************************************/ 
/*头部框*/
.header{ width: 100%; height: 55px; overflow:hidden; background: #52B8BD; z-index: 5; }
/*标志*/
.head_logo{ display: block; width: 100px; height: 36px; float: left; background:url(../images/logo1.png) no-repeat; background-size: 100% 100%; margin-top: 10px; margin-left: 2%; }
/*显示主页导航菜单按钮*/
.head_menu_btn1{ float: right; width: 28px; height: 28px; margin:14px 2% 0 0; background: url(../images/bg1.png) no-repeat 0 -20px; background-size: 250px 250px; }
/*主页导航菜单*/
.head_menu_con{ position: absolute; top: 55px; left: 0; width: 100%; padding-bottom: 34px; z-index: 2; background: #FFFFFF; border-radius: 0 0 10px 10px; box-shadow:0px 5px 11px 2px rgba(0, 0, 0, 0.11); display: none; }
/*主页导航菜单内容*/
.head_ul_tit{ width: 100%; overflow: hidden; padding-bottom: 12px; border-bottom: thin solid #E9E9E9; }
.head_ul_tit li{ width: 20%; float: left; margin-top: 16px; }
.head_ul_tit em{ display: block; width: 48px; height: 48px; margin: 0 auto; background: url(../images/bg3.png) no-repeat; background-size: 250px 250px; }
.head_ul_tit em.icon1{ background-position: 0 0 }
.head_ul_tit em.icon2{ background-position: -50px 0 }
.head_ul_tit em.icon3{ background-position: -100px 0 }
.head_ul_tit em.icon4{ background-position: -150px 0 }
.head_ul_tit em.icon5{ background-position: -200px 0 }
.head_ul_tit h3{ width: 100%; height: 18px; font-size: 14px; line-height: 18px; overflow: hidden; text-align: center; margin-top: 10px; }
.head_ul_con{ width: 100%; overflow: hidden; margin-top: 10px; border-top: thin solid #E9E9E9; }
.head_ul_con li{ float: left; width: 33.33%; height: 126px; border-left: thin solid #E9E9E9; border-bottom: thin solid #E9E9E9; box-sizing: border-box; color: #999999; }
.head_ul_con li.one{ border-left: 0 }
.head_ul_con li a{ display: block; width: 100%; height: 100%; text-align: center; }
.head_ul_con em{ display: block; width: 63px; height: 63px; margin: 16px auto 0; background: url(../images/bg3.png) no-repeat; background-size: 250px 250px; }
.head_ul_con em.icon1{ background-position: 0 -50px; }
.head_ul_con em.icon2{ background-position: -65px -50px; }
.head_ul_con em.icon3{ background-position: -130px -50px; }
.head_ul_con em.icon4{ background-position: 0 -115px; }
.head_ul_con em.icon5{ background-position: -65px -115px; }
.head_ul_con em.icon6{ background-position: -130px -115px; }
.head_ul_con em.icon7{ background-position: 0 -180px; }
.head_ul_con em.icon8{ background-position: -65px -180px; }
.head_ul_con em.icon9{ background-position: -130px -180px; }
.head_ul_con h3{ margin-top: 12px; color: #999999; font-size: 14px; height: 18px; line-height: 18px; overflow: hidden; }
.head_menu_up{ width:248px; height:30px; background: #53B9BE; border: thin solid #53B9BE; box-shadow:0px 1px 10px 0px rgba(83,185,190,0.59); border-radius:4px; color: #FFFFFF; text-align: center; line-height: 30px; margin: 32px auto 0; }
/*搜索框*/
.head_search{ width: 52%; height: 33px; float: right; border-radius:17px; background: #FFFFFF; margin:11px 2% 0 0; }
.head_search input.text1{ width: 76%; border:none; margin: 8px 0 0 7px; }
.head_search input.submit1{ float: right; width: 16px; height: 16px; border:0; margin: 8px 8px 0 0; background: url(../images/bg1.png) no-repeat 0 0; background-size: 250px 250px; }
.head_search2{ width: 80%; }
/*头部swiper*/
.head_tit_menu{ width: 100%; font-size: 16px; height: 45px; line-height: 45px; border-bottom: thin solid #E9E9E9; }
.head_tit_menu li{ float: left; width: auto !important; height: 45px; margin: 0 10px; overflow: hidden; text-align: center; }
.head_tit_menu li a{ height: 41px; display: block; margin: 0 auto; }
.head_tit_menu li a.current{ color: #52B8BD; position: relative; }
.head_tit_menu li a.current:after{ content: ''; display: block; width: 26px; height: 4px; border-radius: 2px; background: #52B8BD; position: absolute; bottom: -4px; left: 50%; margin-left: -13px; }

/*返回上一页(显示标题)*/
.head_return{ display: block; float: left; max-width: 27%; height: 55px; line-height: 55px; color:#FFFFFF; margin-left: 2%; font-size: 16px; word-break: break-all; }
.head_return:before{ content: ''; display: block; float: left; width: 11px; height: 21px; margin:17px 5px 0 0; background: url(../images/bg1.png) no-repeat 0 -145px; background-size: 250px 250px; }

/*********************************底部************************************/
.footer{ height: 175px; width: 96%; padding:0 2%; border-top:thin solid #333333; background: #333333; }
.foot_logo{ width: 143px; height: 53px; margin:11px auto 0; background: url(../images/logo2.png) no-repeat; background-size: 100% 100%; }
.footer p{ text-align: center; color: #757575; font-size: 12px; line-height: 20px; margin-top: 8px; font-weight: lighter; }
.footer p b{ display:inline-block; width:14px; height:15px; background:url(../images/bg7.png) no-repeat;}
.foot_menu{ width: 100%; border-top: thin solid #424242; padding-top: 10px; margin-top: 10px; }
.foot_menu li{ width: 33.33%; float: left; border-left: thin solid #424242; box-sizing: border-box; text-align: center; font-size: 12px; height: 16px; line-height: 16px; }
.foot_menu li:first-child{ border-left: 0; }
.foot_menu li a{ display: inline-block; }
.foot_menu li a i{ display: block; float: left; width: 12px; height: 12px; margin: 2px 7px 0 0; background: url(../images/bg1.png) no-repeat; background-size: 250px 250px; }
.foot_menu li a .i_index{ background-position: -115px -70px; }
.foot_menu li a .i_PC{ background-position: -130px -70px; }
.foot_menu li a .i_top{ background-position: -120px -85px; }

/*********************************404************************************/
.img_404{ width: 96%; height: 48.56vw; display: block; margin: 27px auto 0; background: url(../images/404.png); background-size:100% 100%; }
.dl_404{ width: 96%; margin: 25px auto 0; padding-bottom: 10px; }
.dl_404 dt{ font-size: 18px; line-height: 25px; text-align: center; }
.dl_404 dd{ margin: 20px auto 0; line-height: 26px; }
.dl_404 dd a{ display: block; width: 170px; height: 40px; line-height:40px; text-align: center; color: #52B8BD; border-radius: 6px; border:thin solid #52B8BD; margin: 0 auto; }

/*********************************定位************************************/
.way_tolocal{ width: 96%; height: 16px; line-height: 16px; overflow: hidden; font-size: 12px; margin:15px auto 0; }
.way_tolocal a{ color: #666666; }
.way_tolocal i{ display: inline-block; width: 6px; height: 10px; background: url(../images/bg1.png) no-repeat -15px -145px; background-size: 250px 250px; margin: 0 3px; }
.way_tolocal:before{ content:''; display: block; float: left; width: 12px; height: 15px; background: url(../images/bg1.png) no-repeat -195px -130px; background-size: 250px 250px; margin: 1px 7px 0 0; }

/*********************************页面************************************/
.con_page{ width: 100%; text-align: center; margin-top: 20px; }
.con_page a{ display: inline-block; height: 30px; min-width: 20px; padding: 0 5px; margin: 0 2px; text-align: center; line-height: 30px; border:thin solid #E5E5E5; border-radius: 4px; color: #999999; }
.con_page a.currentPage{ border:thin solid #52B8BD; color: #52B8BD; }

/*********************************评分************************************/
.star_box{ display: block; width: 83px; height: 15px; background: url(../images/star.png) no-repeat; background-size: 90px 115px; }
.star_box.star0{ background-position: 0 0 }
.star_box.star1{ background-position: 0 -20px; }
.star_box.star2{ background-position: 0 -40px; }
.star_box.star3{ background-position: 0 -60px; }
.star_box.star4{ background-position: 0 -80px; }
.star_box.star5{ background-position: 0 -100px; }

/*********************************返回顶部************************************/
.return_top_btn{ display: none; width: 40px; height: 40px; position: fixed; bottom: 160px; right: 3%; z-index: 5; border-radius: 50%; background: url(../images/bg1.png) no-repeat 0 -170px; background-size: 250px 250px; }

/** mip底部 **/
.to_top{ display: block; width: 55px; height: 16px; line-height: 16px; overflow:hidden; background: none; border-radius: 0; border:0; margin: 0 auto; }
.to_top i{ display: inline-block; vertical-align: middle; width: 12px; height: 12px;margin: -2px 7px 0 0; background: url(../images/bg1.png) no-repeat -120px -85px/250px 250px; }