﻿/*顶部条幅*/
#js_banner_top{display:block;}
#js_banner_top div{height:auto;width:100%;z-index: 99999;}
#js_banner_top img{width: 100%;max-width: 640px;margin: 0 auto;display: block;position: relative; }
/*底部悬浮*/
.footer_new{ display:block; width:640px; height:124px; background:#04A2A5;margin-top:30px; position:fixed;z-index:99; bottom:-19px;}
.footer_new ul{ max-width:640px; margin:0 auto;display: -webkit-flex;flex-flow: row nowrap;justify-content: flex-start;align-items: center;}
.footer_new ul li{ float:left;height:124px; text-align:center; display:inline-block;width:128px;position: relative;padding-top: 10px;}
.footer_new ul li a{display:block;}
.footer_new p{ width:100%; text-align:center; color:#fff; font-size:21px;}
.footer_new i{ display:block; margin:0 auto;height:41px; margin-bottom:2px; margin-top:7px;}
.footer_new ul li i{background: url(/skin/images/foot_db.png) no-repeat;width: 60px;height: 50px;}
.footer_new ul li:nth-child(1) i{background-position: 6px 2px;}
.footer_new ul li:nth-child(2) i{background-position: -120px 2px;}
.footer_new ul li:nth-child(3) i{width: 128px;height: 126px;margin-top: -54px;margin-bottom: -20px;background:url(/skin/images/db_foot.png)no-repeat;    background-position: center;}
.footer_new ul li:nth-child(4) i{background:url(/skin/images/telxin.gif)no-repeat;background-position: 15px 4px;}
.footer_new ul li:nth-child(5) i{background-position: -475px 2px;}

.foot_3 span{display: block;width: 70px;height: 70px;border-radius: 50%;position: absolute;left: 29px;top: -14px; z-index: 1;-webkit-box-shadow: 0 0 30px #8f3900;box-shadow: 0 0 30px #8f3900;-webkit-animation: sonarEffect 1.5s ease-out 1s infinite;    animation: 1.5s ease-out 1s normal none infinite running sonarEffect;}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
		filter:alpha(opacity:30);
	}
	40% {
		-webkit-shadow: 0 0 0 1px rgba(143,57,108,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(255,184,108,0.5);
		box-shadow: 0 0 0 1px rgba(143,57,108,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(255,184,108,0.5);
		opacity: 0.5;
		filter:alpha(opacity:50);
	}
	100% {
		-webkit-shadow: 0 0 0 1px rgba(143,57,108,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(255,184,108,0.5);
		box-shadow: 0 0 0 1px rgba(143,57,108,0.1), 0 0 2px 2px #fff, 0 0 0 4px rgba(255,184,108,0.5);
		opacity: 0;
		filter:alpha(opacity:0);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

.foot_sjs{-webkit-box-sizing:content-box;left:85px;z-index:2;width:27px;height:23px;position:absolute;top:-25px;left:79px;padding-top:4px;background-color:#ff4400;text-align:center;line-height:18px;color:#fff;font-size:18px;font-style:normal;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;-moz-box-shadow:0 0 3px rgba(0,0,0,0.8);-webkit-box-shadow:0 0 3px rgba(0,0,0,0.8);box-shadow:0 0 3px rgba(0,0,0,0.8);-webkit-animation: xiaoshou 1s infinite; animation: xiaoshou 1s infinite; -moz-animation: xiaoshou 1s infinite;}

@keyframes xiaoshou
{
	0%		{transform: scale(.8);}
	50%		{transform: scale(1);}
	100%	{transform: scale(.8);}
}
@-webkit-keyframes xiaoshou
{
	0%		{-webkit-transform: scale(.8);}
	50%		{-webkit-transform: scale(1);}
	100%	{-webkit-transform: scale(.8);}
}
@-moz-keyframes xiaoshou
{
	0%		{-moz-transform: scale(.8);}
	50%		{-moz-transform: scale(1);}
	100%	{-moz-transform: scale(.8);}
}


/* reset */
* {margin: 0;padding: 0;max-height:999999px;}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,table,caption,th,td,form,input,button,textarea{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
html,body,img,iframe {border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
textarea{overflow:auto;resize:none;}
a,button{cursor:pointer;color: #333; }
del,ins,u,a,a:hover{text-decoration:none;  }
body,textarea,input,button,select {outline:0;}
body{font-family: "Microsoft YaHei";color: #333; background:#fff;}
img {vertical-align: middle;border: 0;}
.clear {clear: both;    font-size: 0;}
/* reset end*/

.wrapper {width: 640px;margin: 0 auto;background: #fff;overflow: hidden;box-shadow: 0px 0px 20px #5D5C61;color: #333; }

/*header*/
.wrapper_header_tel { height: 62px; color: #fff; border-top: 1px solid #b5b8c0; background: #009699; font-size: 22px; }
.wrapper_header_tel_left { float: left; line-height: 62px; display: -webkit-flex; margin-left: 11px; }
.wrapper_header_tel_left img { width: 33px; height: 34px; margin-top: 13px; margin-right: 7px; }
.wrapper_header_tel_left div { }
.wrapper_header_tel_left span { float: right; font-size: 24px; }
.wrapper_header_tel a { float: right; width: 120px; height: 38px; line-height: 38px; color: #fff; text-align: center; background: #10b8b6; border-radius: 38px; margin-top: 12px; margin-right: 18px;font-size:20px; }
/*.wrapper_header_logo { height: 110px; display: -webkit-flex; line-height: 110px;justify-content:space-around; }*/
.header_logo { height: 110px; display: -webkit-flex; line-height: 110px;justify-content:space-around; }
/*.wrapper_header_logo a:nth-child(1) { width: 536px; height: 110px; padding-left: 22px; }*/
.wrapper_header_logo a:nth-child(1) img:nth-child(1) { margin-right: 78px; }
.wrapper_header_logo_menu { width: 40px; height: 110px; }
.wrapper_header_logo_menu div { width: 37px; height: 26px; margin:37px 0 0; }
.wrapper_header_logo_menu div p { width: 3px; height: 4px; border-left: 4px solid #9c9fa9; border-right: 30px solid #9c9fa9; margin-bottom: 7px; }
.wrapper_header_nav div { display: -webkit-flex; border-bottom: 1px solid #fff; }
.wrapper_header_nav div a { width: 159px; height: 62px; text-align: center; line-height: 62px; background: #03a2a4; color: #fff; font-size: 26px; border-right: 1px solid #fff; }
.wrapper_header_nav div a:last-child { width: 160px; border-right: none; }
.showMenu{width:76px;height:58px;padding-top:16px;overflow:hidden}
.showMenu a{display:block;width:40px;position:relative;height:4px;background:#9c9fa9;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;margin:0 0 0 2px}
.showMenu a:after,.showMenu a:before{content:'';position:absolute;left:0;top:66%;height:4px;width:100%;-moz-transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;background:#9b9faa;margin-top:-4px}
.showMenu a:before{-moz-transform:translateY(-10px);-o-transform:translateY(-10px);-ms-transform:translateY(-10px);-webkit-transform:translateY(-10px);transform:translateY(-10px)}
.showMenu a:after{-moz-transform:translateY(12px);-o-transform:translateY(12px);-ms-transform:translateY(12px);-webkit-transform:translateY(12px);transform:translateY(12px)}
.hideMenu a:before{-moz-transform:rotate(90deg) rotate(45deg);-o-transform:rotate(90deg) rotate(45deg);-ms-transform:rotate(90deg) rotate(45deg);-webkit-transform:rotate(90deg) rotate(45deg);transform:rotate(90deg) rotate(45deg)}
.hideMenu a:after{-moz-transform:rotate(90deg) rotate(-45deg);-o-transform:rotate(90deg) rotate(-45deg);-ms-transform:rotate(90deg) rotate(-45deg);-webkit-transform:rotate(90deg) rotate(-45deg);transform:rotate(90deg) rotate(-45deg)}
.swiper-wp8-horizontal{-ms-touch-action:pan-y}
.swiper-wp8-vertical{-ms-touch-action:pan-x}
.hideMenu p{width:0!important}
.hideMenu p:nth-of-type(1){-webkit-transform:rotate(310deg);border-left:8px solid #9c9fa9}
.hideMenu p:nth-of-type(2){-webkit-transform:rotate(50deg);border-left:8px solid #9c9fa9;margin-top:-10px}
.hideMenu p:nth-of-type(3){display:none}
.popMenu{display:none;max-width:640px;margin:auto;background-color:#009699;margin-top:-1px!important;opacity:.9}
#popMenu .nav_xl_zx{width:620px;height:auto;overflow:hidden;margin:0 auto;padding-top:20px}
#popMenu .nav_xl_zx h6{width:398px;height:115px;background:#fff;font-size:46px;text-align:center;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}
#popMenu .nav_xl_zx h6{float:left}
#popMenu .nav_xl_zx h6 span{display:block;font-size:24px;color:#7d7d7d;padding-top:15px}
#popMenu .nav_xl_zx h6 a{color:#ff7244}
#popMenu .nav_xl_zx a.a1,#popMenu .nav_xl_zx a.a2{float:right;display:block;width:208px;height:50px;line-height:50px;text-align:center;font-size:28px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}
#popMenu .nav_xl_zx a.a1{color:#0065b7;background:#fff}
#popMenu .nav_xl_zx a.a2{color:#fff;background:#ff7244;margin-top:15px}
#popMenu dl{width:100%;height:auto;overflow:hidden;margin-bottom:10px}
#popMenu dl dt{width:100%;height:70px;line-height:70px;text-indent:18px;color:#fff;font-size:30px;border-bottom:1px solid #fff;text-align:center}
#popMenu dl dd{width:100%;height:auto;overflow:hidden;border-bottom:1px solid #fff}
#popMenu dl dd ul{width:100%;height:auto;overflow:hidden;position:relative;top:1px;display: flex;justify-content: space-between;flex-wrap: wrap;}
#popMenu dl dd ul li{width:33.3%}
#popMenu dl dd ul li:nth-of-type(3n) a{border-right:0}
#popMenu dl dd ul li a{display:block;line-height:55px;text-align:center;color:#fff;font-size:24px;border:1px solid #fff;border-left:none;border-top:none}

.zt_header{    background: #05a69e}
.zt_header_nav div{ border-bottom: 1px solid #c8c8c8;}
.zt_header_nav div a{background: #fff;color:#545454;border-right: 1px solid #c8c8c8;}
.zt-showMenu a{background:#fff}
.zt-showMenu a:after, .zt-showMenu  a:before{background:#fff}
.hideMenu a{background:0 0}
/*header end*/

/*板块灰色条*/
.line_between { width: 100%; height: 10px; background: #f0f0f0;margin-top:30px }
/*板块灰色条 end*/

/*视频弹出*/
.shipinbg{position: fixed;width: 100%;height: 100%;top: 0;left: 0;opacity: 0.8;background: #333;z-index: 99999;display: none;}
.fancybox-overlay{-webkit-overflow-scrolling:touch;}
.fancybox-close {position: absolute;top: -18px;right: -18px;width: 36px;height: 36px;cursor: pointer;z-index: 99999999999;background-image: url('/skin/images/fancybox_sprite.png');}
.zhegai-nr .video_box{display:block;position: fixed;top: 50%;left: 50%;margin-top: -175px;margin-left: -250px;z-index: 9999999;width: auto;height:auto;    background-color: #fff;}
.zhegai-nr video{width: 500px;height: 350px;display:block;}
.zhegai-nr{display: none;}
.zhegai{width: 100%;height:100%;background: #333333;z-index: 9999999;position: fixed;top: 0;left: 0;opacity: 0.8;display: none;}
/*视频弹出 end*/

/*按钮*/
.anniu{display: block;width: 250px;height: 60px;border-radius: 30px;line-height: 60px;text-align: center;color: #fff;background: #ff7504;margin: 35px auto;font-size: 24px;}
.anniu img{vertical-align: middle;margin-left: 5px;-webkit-animation: xiaoshou 1s infinite; animation: xiaoshou 1s infinite; -moz-animation: xiaoshou 1s infinite;}


/*预约*/
.yuyue_tit{margin-top: 50px;padding-bottom: 46px;background: url(/skin/images/yuyue_tit.png) no-repeat bottom center;}
.yuyue_tit h3{font-size: 34px;line-height: 50px;font-weight: normal;text-align: center;color: #363636;}
.yuyue_reminder{display: -webkit-flex;-webkit-justify-content: center;margin-top: 22px;}
.yuyue_reminder p{font-size: 22px;line-height: 30px;color: #131111;width: 385px;border:1px dashed #c0c0c0;padding: 9px 15px;}
.yuyue form{margin-top: 46px;}
.yuyue form div{display: -webkit-flex;-webkit-justify-content: center;line-height: 50px;font-size: 24px;color: #676767;margin-top: 20px;}
.yuyue form div label i{color: #e80403;}
.yuyue form div input{width: 307px;border: 1px solid #cecece;font-size: 24px;padding:  0 10px;position: relative;}
.yuyue form div input[type="date"]:after{content: "";width: 28px;height: 32px;background: url(/skin/images/doubt_icon.png);background-position: 0 -43px;position: absolute;right: 6px;top: 7px;}
.yuyue_anniu{width: 447px;display: -webkit-flex;-webkit-justify-content: space-between;margin: 40px auto;}
.yuyue_anniu button,.yuyue_anniu a{width: 217px;height: 58px;line-height: 58px;text-align: center;border-radius: 29px;font-size: 24px;color: #fff;}
.yuyue_anniu button{background: #04a2a5;border: none;}
.yuyue_anniu button i{width:29px;height: 37px;background-position: 0 -111px;vertical-align: middle;margin-right: 5px;}
.yuyue_anniu a{background: #ff7504;}
.yuyue_anniu a i{width: 36px;height: 36px;background-position: -42px -113px;vertical-align: middle;margin-right: 5px;}



@keyframes xiaoshou
{
	0%		{transform: scale(.8);}
	50%		{transform: scale(1);}
	100%	{transform: scale(.8);}
}
@-webkit-keyframes xiaoshou
{
	0%		{-webkit-transform: scale(.8);}
	50%		{-webkit-transform: scale(1);}
	100%	{-webkit-transform: scale(.8);}
}
@-moz-keyframes xiaoshou
{
	0%		{-moz-transform: scale(.8);}
	50%		{-moz-transform: scale(1);}
	100%	{-moz-transform: scale(.8);}
}
/*按钮 end*/

/*footer*/
.wrapper_footer { margin-top: 18px;margin-bottom:105px; }
.wrapper_footer_nav { display: -webkit-flex; width: 600px; height: 120px; margin: 0 auto; line-height: 30px; border-bottom: 1px solid #e5e5e5; }
.wrapper_footer_nav1 { border-bottom: none; }
.wrapper_footer_nav a { display: -webkit-flex; width: 319px; border-right: 1px solid #e5e5e5; padding-top: 22px;  }
.wrapper_footer_nav a:last-child { border-right: 0; }
.wrapper_footer_nav a div:nth-child(1) { width: 62px; height: 69px; background: url(/skin/images/footer_nav.png) no-repeat 8px 0; margin-right: 8px; margin-left: 20px; }
.wrapper_footer_nav a:nth-child(2) div:nth-child(1) { background-position: 8px -69px; margin-left: 32px; }
.wrapper_footer_nav1 a:nth-child(1) div:nth-child(1) { background-position: 2px -133px; }
.wrapper_footer_nav1 a:nth-child(2) div:nth-child(1) { background-position: 0 -207px; }
.wrapper_footer_nav a div p { font-size: 24px; color: #010101; margin-top: 12px; }
.wrapper_footer_nav a div span { float: left; font-size: 14px; color: #828080; line-height: 24px; }
.wrapper_footer_bg { background: #028b84; padding-top: 36px; margin-top: 18px; }
.wrapper_footer_data { width: 345px; height: 36px; margin: 0 auto; color: #fff; }
.wrapper_footer_data div { display: -webkit-flex; font-size: 22px; line-height: 36px; float: left; }
.wrapper_footer_data div:nth-child(2) { float: right; }
.wrapper_footer_data div img { width: 44px; height: 34px; margin-top: -4px; }
.wrapper_footer_data div span { float:left; width: 22px; height: 22px; font-size: 17px; font-weight: bold; background: #e8c57b; border-radius: 100%; text-align: center; line-height: 22px; color: #028b84; margin: 9px 4px 0 3px; }
.wrapper_footer_strength1 { font-size: 32px; color: #fad582; line-height: 42px; text-align:center; }
.wrapper_footer_strength2 { font-size: 14px; color: #dedddd; opacity: 0.8; text-transform: uppercase; line-height: 32px; text-align:center; }
.wrapper_footer_logo { margin-top: 10px; height: 245px; }
.wrapper_footer_logo img { margin-left: 58px; }
.wrapper_footer_logo ul { display: -webkit-flex; width: 431px; margin: 0 auto; font-size: 18px; line-height: 17px; margin-top: -52px; opacity: 0.82; }
.wrapper_footer_logo ul li { width: 53px; color: #fff; text-align: center; border-right: 1px solid #67b9b5;}
.wrapper_footer_logo ul li:last-child { border-right: none; }
.wrapper_footer_contact { width: 480px; height: 30px; margin: 10px auto 0; font-size: 16px; line-height: 30px; }
.wrapper_footer_contact a { width:260px; }
.wrapper_footer_contact a, .wrapper_footer_contact div { float: left; color: #fff; display: -webkit-flex; opacity: 0.8; }
.wrapper_footer_contact div { float: right; width:208px; }
.wrapper_footer_contact img { float: left; margin-top: 7px; margin-right: 7px; }
.wrapper_footer_contact a img { width: 19px; height: 16px; margin-top: 9px; }
.wrapper_footer_contact div img { width: 18px; height: 18px; }
.wrapper_footer_contact span { float: right; font-size: 20px; }
.wrapper_footer_address { font-size: 16px; color: #fff; opacity: 0.8; height: 30px; line-height: 30px; margin-left: 104px; margin-top: 6px; }
.wrapper_footer_address img { float: left; margin-top: 6px; margin-right: 10px; }
.wrapper_footer_bottom { height: 59px; line-height: 59px; text-align: center; background: #097771; color: #fff; font-size: 16px; margin-top: 26px; }
.wrapper_footer_bottom  span { color: #a2cbc9; font-size: 14px; }
/*footer end*/

/*弹框中间*/
#swtCenter2{width: 530px;height: 302px;border-radius: 12px;overflow: hidden;position:absolute;left: 50%;top: 30%; margin-left: -265px;z-index: 999;box-shadow: 1px 4px 7px 3px rgba(1, 2, 4, 0.5);display: none;_position: absolute;_bottom: expression(offsetParent.scrollTop+242);display: none;}
.yq01{width: 100%;height: 76px;line-height: 75px;background: url(/skin/images/swt_bg01.png) 21px 20px no-repeat #19bdb6; color: #fff;text-indent: 70px;font-size: 28px;}
.yq01 span{float: right;margin-right: 33px;font-size: 46px;}
.yq02{border:1px solid #DDD;border-top: none;height: 230px;background: #fff;}
.yq02 img{margin:23px 10px;float: left;width: 100px;height: 100px;}
.yq02 p{width: 400px;float: left;margin: 10px auto;font-size: 23px;line-height:41px}
.swt-btn{clear: both;line-height: 80px;border-top: 1px solid #ddd; }
.swt-a1,.swt-a2{color:#00b5ac ;font-size: 28px; float: left;width: 50%;background: url(/skin/images/swt_bg01.png) 38px -43px no-repeat;text-indent: 80px;}
.swt-a2{border-left: 1px solid #ddd;margin-left: -2px;color:#f53a0c;background-position: 39px -104px;  }
.huodong_c{width: 100%;height: 55px;line-height: 55px;color: #fff;font-size: 16px;overflow: hidden;background-color: #00A9ED;}
.huodong_c1{width: 13%;float: left;}
.huodong_c1 img{width: 70%;padding-left: 20%;vertical-align: middle;}
.huodong_c2{width: 77%;overflow: hidden;float: left;}
.huodong_c2 .qimo{width: 1000%;height: 55px;font-size: 19px;line-height: 59px;}
.huodong_c2 .qimo div{float: left;width: 520px;max-width: 600px;}
.huodong_c2 .qimo a{color:#fff;}
.huodong_c3{width: 10%;float: left;font-size: 30px;}
.huodong_c3 a{color: #fff;padding-left: 20%;}
.absolute_zjtc{position:absolute;right:0;top:150px;}
/*夜间弹框中间*/
  .yj_zhezhao{background:rgba(0,0,0,.7);position:fixed;width:100%;height:100%;overflow:hidden;left:0;top:0;z-index:9999;display:none}
  .yj_swts{width:360px;height:534px;position:fixed;left:0;right:0;top:12%;margin:0 auto;background:#edf0f5;z-index:99999;color:#333;display:block}
  .yj_swts_close{font-size:30px;position:absolute;right:-13px;top:-17px;color:#e6e6e6}
  .yj_swts_close img{width:30px}
  .yj_swts_header{font-size:23px;color:red;text-align:center;line-height:66px}
  .yj_swts_box{width:304px;margin:0 auto}
  .yj_swts_tit{font-size:18px;color:red;line-height:24px}
  .yj_swts_txt{font-size:16px;text-indent:2em;line-height:30px;margin-top:10px}
  #yj_swts_form{font-size:16px;margin-top:14px}
  #yj_swts_form span{color:red}
  #yj_swts_form input{width:154px;height:34px;box-shadow:0 3px 2px #cac8c7 inset;border-radius:6px;border:1px solid #d1d1d1;-webkit-appearance:none}
  #yj_swts_form div{margin-top:10px;line-height:32px}
  #yj_swts_form div:nth-child(4){font-size:14px;text-align:center;margin-top:18px}
  .yj_swts_btn{-webkit-appearance:none;display:block;width:214px;height:44px;line-height:45px;background:#ff8f18;color:#fff;text-align:center;font-size:17px;box-shadow:0 1px 1px #eec9a1;border:none;border-radius:6px;font-family:Microsoft Yahei;margin:18px auto 0}
  .yj_swts_btn img{vertical-align:middle;margin-right:6px;margin-top:-6px}





.banner{ width:640px; margin:0 auto; position:relative; overflow:hidden;   }
.banner .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:5px; text-align:center;  }
.banner .hd ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;}
.banner .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
.banner .hd ul .on{ background:#FE6C9C;  }
.banner .bd{ position:relative; z-index:0; }
.banner .bd li img{ width:100%;    }
.banner .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* ȡ�����Ӹ��� */  }
.bd .wz-cont4-1 div{width: 300px;}

/*滚动重置*/
.swiper-pagination .swiper-pagination-bullet{width: 10px;height:10px;background-image: -webkit-linear-gradient(top, #27CCA4,#0098E6);border-radius: 8px;opacity: 1;margin: 0px 5px;}
.swiper-pagination .swiper-pagination-bullet-active{width: 30px;}


.daohang{width: 600px;border-bottom: 1px solid #E8E7E7;margin: 20px auto 16px;padding-bottom: 12px;font-size: 24px;}
.daohang span{display: inline-block;width: 32px;height: 32px;background:url(/skin/images/lylx1.png) 0px 0px no-repeat;vertical-align: middle;margin-top: -5px;margin-right: 5px;}
.daohang a{color: #454545;font-size: 24px;letter-spacing: 2px;}
.daohang a:nth-of-type(2),.daohang a:nth-of-type(3){color: #05a69e;}


/*回到顶部*/
#scrolltp{position:fixed;bottom:192px;right:6px;z-index:999999999}
#scrolltp img{width:52px;height:52px;cursor:pointer}
