@charset "utf-8";
/* CSS Document */
/*页面公共样式*/
body,td,th {
    font-family: "微软雅黑", "黑体", "宋体", "仿宋", "楷体", "Microsoft YaHei UI", "Microsoft YaHei UI Light";
    font-size: 14px;
}
body {
	width: 100%; 
	min-width: 1215px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #ECECEC;
}
a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
/*a:hover {
    color: #FF5F00;
    text-decoration: none;
}*/
a:active {
    color: #000000;
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style-type: none;    
}
.cl{
    clear: both;
}
/*顶部导航样式--------------------------------------------------------------顶部导航样式*/
.hd{
    width: auto;
    height: 30px;
    background-color: #F3F3F3;
    -webkit-box-shadow: 0px 1px 2px #BCBCBC;
    box-shadow: 0px 1px 2px #BCBCBC;
}
.hd1{
    width: 1180px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}
/*--------------------------------每个页面导航开始就可以加关键词在h标签里面优化*/
h2{
    margin: 0;
    color: #585858;
    float: left;
    font-weight: 500;
	font-size: 14px;
}
.hd1 ul li{
    float: right;
    margin: 0 6px;
}
.hd1 a{
    color: #585858;
}
.hd1 a:hover{
    color: #000000;
}
.wx1{
    position: relative;
}
.hd1_wx{
    position: absolute;
    top: 28px;
    left: -100px;
    display: none;
}
.wx1:hover .hd1_wx{
    display: block;
}
.hd2{
    width: 1180px;
    height: 110px;
    margin: 0 auto;
}
h1{
	color: #009933;
	float: left;
	font-size: 32px;
	margin-top: 23px;
}
.hd2_1{
    color: #009933;
    font-size: 12px;
    font-weight: bold;
	float: left;
    margin-top: 70px;
    margin-left: -448px;
}
.hd2_2{
	width: 50px; 
	height: 50px; 
	float: left; 
	margin: 38px 0 0 258px; 
}
.hd2_3{
    color: #2D2D2D;
    font-size: 16px;
	float: left;
    margin-top: 36px;
	margin-left: 10px;
    font-style: italic;
    font-variant: small-caps;
}
.hd2_4{
    color: #FF4700;
    font-size: 28px;
    float: left;
    font-style: italic;
    font-variant: small-caps;
    font-weight: bold;
}
nav{
    width: auto;
    height: 46px;
    background-color: #018E00;
    -webkit-box-shadow: 0px 1px 1px #6A6A6A;
    box-shadow: 0px 1px 1px #6A6A6A;
}
nav ul{
    width: 1180px;
    height: 46px;
    margin: 0 auto;
    position: relative;
}
nav li{
    float: left;
    height: 46px;
}
nav a{
    display: inline-block;
    width: auto;
    height: 46px;
    line-height: 46px;
    text-align: center;
    padding: 0 15px;
    color: aliceblue!important;
    font-size: 16px;
}
nav a:hover{
    text-decoration: underline;
/*    background-color: #5BC000;*/
}
/*二级导航栏样式--------------------------------------------------二级导航栏样式*/
#an1:hover .nav2{
    display: block;
}
.nav2{
    width: 1180px;
    height: 188px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 0px #CCCCCC;
    box-shadow: 1px 1px 2px 0px #CCCCCC;
    position: absolute;
    top: 46px;
    z-index: 10;
    display: none;
}
.nav2a{
    width: 590px;
    height: 188px;
    float: left;
}
.nav2a_img{
    width: 197px;
    height: 170px;
    margin: 8px 3px;
    float: left;
}
.nav2a_img img{
    width: 197px;
    height: 170px;
}
.nav2a_1{
    width: 387px;
    height: 188px;
    float: left;
/*    background-color: antiquewhite;*/
}
.nav2a_1 ul{
    width: 387px;
    height: 188px;
}
.nav2a_1 ul li{
    margin: 0 10px;
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
}
.nav2a_1 ul li a{
    margin: 0;
    padding: 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #666666!important;
}
.nav2a_1 ul li a:hover{
    color: #222222!important;
}
/*图片多媒体样式------------------------------------------轮播图片样式*/
figure{
    width: auto;
    height: 500px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 1px 1px #6A6A6A;
    box-shadow: 0px 1px 1px #6A6A6A;
}
/*中部样式-------------------------------------------------------中部上段视频样式*/
.mk01{
    width: 1180px;
    height: 550px;
    margin: 0 auto;
}
.mk01_img{
    width: 1180px;
    height: 69px;
    margin: 25px 0;
}
.mk01_vdio{
	width: 680px;
	height: 408px;
    float: left;
}
/*---------------------------------------------------------------品牌九格样式*/
.mk01_1{
    width: 450px;
    height: 400px;
    float: left;
    margin-left: 50px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px double #CCCCCC;
    border-bottom: 1px double #CCCCCC;
    background-image: url(../image/index_image/mkbj.png);
    background-repeat: no-repeat;
}
.mk01_1 ul{
    width: 420px;
    height: 340px;
    padding-top: 10px;
    margin: 50px auto 0 auto;
}
.mk01_1 ul li{
    float: left;
    width: 132px;
    height: 90px;
    margin: 10px 3px 5px 3px;
    border: 1px double #BBBBBB;
    text-align: center;
    line-height: 90px;
    font-size: 18px;
}
.mk01_1 ul li:hover{
    background-color: #0DCF00;
    color: #FFFFFF;
}
.mk01_1 ul li a{
    display: inline-block;
    width: 132px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 18px;
}
.mk01_1 ul li a:hover{
    color: #FFFFFF;
}
/*-------------------------------------------------中部上段热门、风景、周边样式*/
.mk02{
    width: 1180px;
    margin: 0 auto;
}
.mk02 img{
    float: left;
}
.mk02_0{
    width: auto;
    height: 68px;
    line-height: 68px;
    font-size: 13px;
    padding-top: 1px;
}
.mk02_0 a{
    color: #888888;
}
.mk02_0 a:hover{
    color: #FF5F00;
}
.mk02_1{
    width: 1215px;
    height: 360px;
}
.mk02_1 ul li{
    width: 370px;
    height: 290px;
    float: left;
    margin-right: 35px;
    margin-top: 50px;
    transition: all 300ms ease;
    position: relative;
    background-color: #FFFFFF;
}
.mk02_1 ul li:hover{
    -webkit-box-shadow: 0px 10px 30px 0px #989898;
    box-shadow: 0px 10px 30px 0px #989898;
    position: relative;
    bottom: 2px;
}
.mk02_1 ul li:hover .mk02_1bs{
    background-color: #FF0099;
}
/*.mk02_1 ul li:hover .mk02_1b{
    border-bottom: 1px solid #00B600;
}*/
.mk02_1 ul li:hover .mk02_1c{
	background-color: #E8F3C8;
}
.mk02_1a{
    width: 370px;
    height: 210px;
}
.mk02_1a img{
    width: 370px;
    height: 210px;
}
.mk02_1b{
    width: 365px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding-left: 5px;
}
.mk02_1bs{
    width: 5px;
    height: 5px;
    float: left;
    margin: 21px 3px 0 5px;
    background-color: #00CC00;
    transition: all 300ms ease;
}
.mk02_1bs1{
    width: auto;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background-color: rgba(255,150,0,0.8);
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 6px;
    text-align: center;
    color: rgba(255,255,255,1.00);
}
.mk02_1c{
    width: 370px;
    height: 35px;
	transition: all 300ms ease;
}
.m2a{
    float: left;
    margin-top: 9px;
    margin-left: 5px;
}
.m2b{
    float: left;
    width: 60px;
    height: 34px;
    line-height: 34px;
    margin-left: 3px;
    color: #999999;
}
.m2c{
    float: right;
    width: 20px;
    height: 34px;
    line-height: 34px;
    margin-right: 15px;
    color: #FF6E00;
}
.m2d{
    float: right;
    height: 34px;
    margin-left: 2px;
    margin-right: 5px;
    color: #FF6E00;
    font-size: 22px;
}
.m2e{
    float: right;
    width: 10px;
    height: 34px;
    line-height: 34px;
    color: #FF6E00;
}
/*------------------------------------------------------中段下部分样式*/
.mkfen1{
    width: auto;
    height: 200px;
    background-color: #B1CFFF;
    background-image: url(./fenlan.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}
.mk03{
    width: auto;
    height: 1280px;
}
.mk3_1{
    width: 1180px;
    height: 450px;
    margin: 0 auto;
    padding-top: 50px;
}
.mk3_1a{
    width: 290px;
    height: 450px;
    float: left;
    position: relative;
}
.mk3_1a:hover .mk3_1as{
    opacity: 1;
}
.mk3_1as{
    width: 290px;
    height: 450px;
    line-height: 450px;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.60);
    text-align: center;
    transition: all 0.3s linear;
    opacity: 0;
}
.mk3_1b{
    width: 880px;
    height: 450px;
    float: left;
    margin-left: 10px;
}
.mk3_1b ul li{
    width: 420px;
    height: 218px;
    float: left;
    margin-left: 20px;
    margin-bottom: 14px;
    position: relative;
}
.mk3_1b0{
    width: 5px;
    height: 25px;
    float: left;
    margin: 8px 5px;
    background-color: #00CC00;
    transition: all 0.2s linear;
}
.mk3_1b1{
    width: auto;
    height: 28px;
    line-height: 28px;
    margin: 6px 0;
    padding: 0 15px;
    float: left;
    color: #FFFFFF;
    background-color: #0068C9;
    border-radius: 8px;
    text-align: center;
}
.mk3_1b1s{
    width: 100px;
    height: 20px;
    float: left;
    margin: 15px 0 0 5px;
    color: #00CC00;
    font-style: italic;
    transition: all 0.2s linear;
}
.mk3_1b2{
    width: 266px;
    height: 1px;
    position: absolute;
    top: 40px;
    left: 5px;
    background-color: #CCCCCC;
}
.mk3_1b3{
    width: 260px;
    height: 138px;
    line-height: 20px;
    position: absolute;
    top: 45px;
    left: 5px;
    text-indent: 30px;
    color: #888888;
    overflow: hidden;
}
.mk3_1b4{
    width: 68px;
    height: 22px;
    position: absolute;
    top: 190px;
    left: 5px;
}
.mk3_1b4s{
    width: 195px;
    height: 22px;
    padding-left: 5px;
    position: absolute;
    top: 190px;
    left: 68px;
    color: #777777;
}
.mk3_1b5{
    width: 150px;
    height: 218px;
    float: right;
    overflow: hidden; 
    position: absolute;
    right: 0px;
}
.mk3_1b5 img{
    transition: all 0.3s linear;
}
.mk3_1b li:hover img{
    transform: scale(1.05);
}
.mk3_1b li:hover .mk3_1b0{
    background-color: #FF0099;
}
.mk3_1b li:hover .mk3_1b1s{
    color: #FF0099;
}
/*.mk3_1b ul li:hover{
	background-color: #FFFFFF;
}*/
/*---------------------------------------------------中段下部VIP精品小团样式*/
.mk3_2{
    width: 1180px;
    height: 660px;
    margin: 50px auto;
}
.mk3_2a{
    width: 1180px;
    height: 80px;
    position: relative;
    margin-bottom: 38px;
}
.mk3_2a1{
    width: 14px;
    height: 14px;
    float: left;
    background-color: #00CC00;
    border-radius: 8px;
    margin: 30px 0 0 3px;
}
.mk3_2a2{
    width: 14px;
    height: 14px;
    float: left;
    background-color: #FF0099;
    border-radius: 8px;
    margin: 30px 0 0 3px;
}
.mk3_2a3{
    width: 14px;
    height: 14px;
    float: left;
    background-color: #00CC00;
    border-radius: 8px;
    margin: 30px 0 0 3px;
}
.mk3_2a4{
    width: 1125px;
    height: 1px;
    float: left;
    margin-top: 37px;
    margin-left: 3px;
    background-color: #C3C3C3;
}
.mk3_2a5{
    width: 200px;
    height: 46px;
    line-height: 46px;
    background-color: #00CC00;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    left: 490px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
}
.mk3_2b{
    width: 1215px;
    height: 560px;
    margin: 10px 0;
}
.mk3_2b ul li{
    width: 370px;
    height: 560px;
    float: left;
    margin-right: 35px;
    background-color: #FFFFFF;
    position: relative;
    transition: all 0.3s linear;
}
.mk3_2b ul li:hover{
    -webkit-box-shadow: 0px 5px 25px 3px #989898;
    box-shadow: 0px 5px 25px 3px #989898;
}
.mk3_2b ul li:hover .mk3_2b4 li{
    -webkit-box-shadow: 0px 0px 0px 0px #FFFFFF;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
}
.mk3_2b li:hover .mk3_2b0{
    background-color: #FF0099;
}
.mk3_2b0{
    width: 5px;
    height: 20px;
    float: left;
    margin: 25px 0 0 13px;
    background-color: #00CC00;
    transition: all 0.2s linear;
}
.mk3_2b1{
    width: 370px;
    height: 230px;
}
.mk3_2b1 img{
    width: 370px;
    height: 230px;
}
.mk3_2b2{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 165px;
    left: 145px;
    background-color: #FF7648;
    border-radius: 50px;
    border: 5px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    line-height: 19px;
}
.mk3_2b3{
    width: 360px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    padding-left: 22px;
}
.mk3_2b4{
    width: 370px;
    height: 200px;
}
.mk3_2b4 strong{
    width: 80px;
    height: 26px;
    color: #FFFFFF;
    background-color: #FF7648;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    margin-left: 13px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.mk3_2b4 ul li{
    width: 335px;
    height: 26px;
    line-height: 26px;
    margin-left: 30px;
    list-style-type: square;
    color: #888888;
}
.mk3_2b5{
    margin: 10px 13px;
    font-weight: bold;
    color: #333333;
}
.mk3_2b6{
    margin-left: 13px;
    width: 357px;
    height: 40px;
}
.mk3_2b6 ul li{
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 10px;
    color: #333333;
    border-bottom: 1px double #888888;
}
/*--------------------------------------------------------------国内精选团模块*/
.mk05{
    width: 1180px;
    height: 1228px;
    margin: 0 auto;
	overflow: hidden;
}
.mk05_bt1{
    width: 1180px;
    height: 46px;
    line-height: 46px;
    font-size: 26px;
    text-align: center;
    color: #333333;
}
.mk05_bt2{
    width: 100px;
    height: 2px;
    background-color: #00CC00;
    margin: 5px auto;
}
.mk05_bt3{
    width: 1180px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    color: #666666;
}
.mk05_1{
    width: 1200px;
    height: 1080px;
    margin-top: 50px;
}
.mk05_1 ul li{
    width: 560px;
    height: 225px;
    float: left;
    margin: 0px 30px 40px 10px;
    position: relative;
}
.mk05_1 ul li:hover .mk05_1a{
    opacity: 1;
}
.mk05_1 ul li:hover .mk05_1a3{
    opacity: 1;
    margin-left: 388px;
}
.mk05_1 ul li img{
	width: 560px;
    height: 225px;
    float: left;
}
.mk05_1a{
    width: 560px;
    height: 225px;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.70);
    opacity: 0;
    transition: all 500ms ease;
}
.mk05_1a1{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
    background-color: #FF5700;
    border-radius: 50px;
    border: 3px solid #FFFFFF;
    margin: 35px 10px 0 50px;
    float: left;   
}
.mk05_1a2{
    width: 400px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    float: left;
    margin-top: 60px;
    font-size: 20px;
    border-bottom: 1px solid #FFFFFF;
}
.mk05_1a3{
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 26px;
    margin: 120px 0 0 50px;
    opacity: 0;
    transition: all 500ms ease;
}
.mk05_1a3 em{
    font-size: 16px;
    margin-left: 5px;
}
/*------------------------------------------------------------底部样式*/
.fanhui{
    width: 200px;
    height: 60px;
    line-height: 60px;
    background-color: #01A200;
    border-radius: 10px;
    margin: 10px auto 50px auto;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
}
.fanhui a{
    width: 200px;
    height: 60px;
    line-height: 60px;
    background-color: #01A200;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    display: inline-block;
}
.ft{
    width: auto;
    height: 660px;
    background-color: #666666;
    border-top: 1px solid #BDBDBD;
}
.ft01{
    width: 1180px;
    height: 219px;
    margin: 0 auto;
}
.ft01 ul li{

    height: 190px;
    float: left;
    margin: 30px 10px 0 10px;
}
.ft01_1{
    width: 340px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    font-size: 16px;
    color: #FFFFFF;
}
.ft01_2{
    width: 100px;
    height: 2px;
    background-color: #FF5700;
    margin-left: 10px;
    float: left
}
.ft01_3{
    width: 140px;
    height: 2px;
    background-color: #333333;
    margin-left: 110px;
}
.ft01_4{
    width: 250px;
    height: 136px;
    margin-top: 20px;
}
.ft01_4 ul li{
    width: 200px;
    height: 22px;
    line-height: 22px;
    margin: 3px 0;
    color: #FFFFFF;
    list-style-type: disc;    
}
.ft01_4 ul li a{
    color: #FFFFFF;
}
.ft01_4 ul{
    margin-left: 22px;
}
.ft01_wx{
    width: 130px;
    height: 220px;
    float: right;
    margin: 15px;
}
.ft01_wx img{
    width: 130px;
    height: 130px;
    margin-top: 22px;
}
.ft01_wx1{
    width: 130px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}
/*------------------------------------------------------最底部样式*/
.ft02{
    width: auto;
    height: 80px;
    margin: 31px auto;
    background-color: #28361B;
}
.ft02_0{
    width: 1180px;
    height: 80px;
    margin: 0 auto;
}
.ft02_1{
    width: 1180px;
    height: 180px;
    line-height: 22px;
    margin: 0 auto;
    color: #FFFFFF;
}
.ft02_1 ul{
	width: 1215px;
	height: auto;
}
.ft02_1 ul li{
    float: left;
    margin: 0 6px;
    font-size: 13px;
    color: #DDDDDD;
}
.ft02_1 ul li a{
	color: #DDDDDD;
}
.ft03{
    width: auto;
    height: 1px;
    margin-top: 180px;
    background-color: #BBBBBB;
}
.ft04{
    width: 1180px;
    height: 149px;
    margin: 0 auto;
}
.ft04_1{
    width: auto;
    height: 22px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center; 
    margin: 5px;
    padding-top: 30px;
}
.ft04_2{
    width: auto;
    height: 22px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center; 
    margin: 5px;
}
.ft04_3{
    width: auto;
    height: 22px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center; 
    margin: 5px;
}
/*---------------------------------------------侧边栏样式*/
aside{
    width: 40px;
    height: 180px;
    background-color: #FFFFFF;
    position: fixed;
    top: 40%;
    right: 0px;
    bottom: 60%;
    left: auto;
    opacity: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 1s linear;
    -webkit-box-shadow: 0px 2px 10px 0px #A0A0A0;
    box-shadow: 0px 2px 10px 0px #A0A0A0;
}
section:hover aside{
    opacity: 1;
}
section:active aside{
    opacity: 1;
}
/*-----------------------------------------------微信样式*/
.aside_1{
    width: 36px;
    height: 36px;
    margin: 7px 1px 7px 2px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
.aside_1:hover{
    -webkit-box-shadow: 0px 0px 5px 0px #666666;
    box-shadow: 0px 0px 5px 0px #666666;
}
.aside_1 img{
    width: 36px;
    height: 36px;
    border-radius: 10px;
    margin: 0;
}
.aside_1s{
    width: 126px;
    height: 410px;
    position: absolute;
    top: 0px;
    left: 40px;
    border-radius: 10px;
}
.aside_1s img{
    width: 120px;
    height: 410px;
    border-radius: 10px;
    margin: 0;
}
.aside_1:hover .aside_1s{
    position: absolute;
    top: 0px;
    left: -126px;
}
.aside_1:hover .aside_1s img{
    -webkit-box-shadow: 0px 0px 10px 0px #666666;
    box-shadow: 0px 0px 10px 0px #666666;
}
/*----------------------------------------------------------QQ样式*/
.aside_2{
    width: 36px;
    height: 36px;
    margin: 7px 1px 7px 2px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
.aside_2:hover{
    -webkit-box-shadow: 0px 0px 5px 0px #666666;
    box-shadow: 0px 0px 5px 0px #666666;
}
.aside_2 img{
    width: 36px;
    height: 36px;
    border-radius: 10px;
    margin: 0;
}
.aside_2s{
    width: 126px;
    height: 360px;
    position: absolute;
    top: 0px;
    left: 40px;
    border-radius: 10px;
}
.aside_2s_1{
    width: 120px;
    height: 360px;
    border-radius: 10px;
    margin: 0;
    background-image: url(../image/index_image/%E5%AE%A2%E6%9C%8DQQ%E6%A0%B7%E5%BC%8F.jpg);
    background-repeat: no-repeat;
    position: absolute;
}
.aside_2s_1 ul{
    width: 100px;
    height: 170px;
    margin: 42px auto;
    padding-top: 5px;
}
.aside_2s_1 ul li{
    width: 99px;
    height: 29px;
    margin: 6px auto 12px auto;
    border-radius: 10px;
}
.aside_2s_1 img{
    -webkit-box-shadow: 0px 1px 3px 0px #333333;
    box-shadow: 0px 1px 3px 0px #333333;
    width: 95px;
    height: 27px;
    margin: 1px 2px;
}
.aside_2s_1 ul li:hover img{
    -webkit-box-shadow: 0px 0px 1px 0px #333333;
    box-shadow: 0px 0px 1px 0px #333333;
    width: 91px;
    height: 25px;
    margin: 3px 4px;
}
.aside_2:hover .aside_2s{
    position: absolute;
    top: 0px;
    left: -126px;
}
.aside_2:hover .aside_2s_1{
    -webkit-box-shadow: 0px 0px 10px 0px #666666;
    box-shadow: 0px 0px 10px 0px #666666;
}
/*----------------------------------------------------电话样式*/
.aside_3{
    width: 36px;
    height: 36px;
    margin: 7px 1px 7px 2px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
.aside_3:hover{
    -webkit-box-shadow: 0px 0px 5px 0px #666666;
    box-shadow: 0px 0px 5px 0px #666666;
}
.aside_3 img{
    width: 36px;
    height: 36px;
    border-radius: 10px;
    margin: 0;
}
.aside_3s{
    width: 126px;
    height: 180px;
    position: absolute;
    top: 0px;
    left: 40px;
    border-radius: 10px;
}
.aside_3s img{
    width: 120px;
    height: 180px;
    border-radius: 10px;
    margin: 0;
}
.aside_3:hover .aside_3s{
    position: absolute;
    top: 0px;
    left: -126px;
}
.aside_3:hover .aside_3s img{
    -webkit-box-shadow: 0px 0px 10px 0px #666666;
    box-shadow: 0px 0px 10px 0px #666666;
}
/*-----------------------------------------------------返回顶部样式*/
.aside_4{
    width: 36px;
    height: 36px;
    margin: 7px 1px 7px 2px;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}
.aside_4:hover{
    -webkit-box-shadow: 0px 0px 5px 0px #666666;
    box-shadow: 0px 0px 5px 0px #666666;
}
.aside_4 img{
    width: 36px;
    height: 36px;
    border-radius: 20px;
    margin: 0;
}
.aside_4s{
    width: 120px;
    height: 36px;
    position: absolute;
    top: 0px;
    left: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 36px;
    background-color: #00CBC7;
    color: #FFFFFF;
}
.aside_4:hover .aside_4s{
    position: absolute;
    top: 0px;
    left: -126px;
    -webkit-box-shadow: 0px 0px 10px 0px #FFFFFF;
    box-shadow: 0px 0px 10px 0px #FFFFFF;
}
/*--------------------------------------------------------------左下角微信*/
#weixin{
    width: 140px;
    height: 220px;
    background-color: #FFFFFF;
    position: fixed;
    left: 0px;
    bottom: 0px;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(124,124,124,1.00);
    box-shadow: 1px 0px 5px 0px rgba(124,124,124,1.00);
}
#wx{
	width: 120px;
	height: 120px;
	margin: 10px;
	background-color: #FDEAEA;
}
#wx img{
	width: 120px;
	height: 120px;
}
#wx1{
    width: 120px;
    height: 100px;
/*    background-color: #E9FFEB;*/
    margin: 0 auto;
    text-align: center;
}
#wx1s{
	width: 120px;
    height: 50px;
/*    background-color: #FFECCA;*/
    margin: 5px auto;
    text-align: center;
	line-height: 50px;
}
/*----------------------------------------------------------------------------------*/