html,body{
    width:100%;
    height: 100%;
}
.main{width:980px;margin:0 auto;padding-bottom: 75px;}
.white{color:#fff;}
.yellow{color:#ffff00;}
/*index*/
#head{ width:980px;height:100px;margin:0 auto;background:url(img_s/logo.png) no-repeat left center;position: relative;}
#head .guestServiceMsg{    
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -28px;
    text-align: right;
}
#head .qrcode {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border: 2px solid #fff;
    position: absolute;
    right: -75px;
    top: 8px;
}
#head .servPhone{color:#666666;font-size: 16px;font-family: "微软雅黑";padding-right: 10px;}
#head .servTime{
    color: #8dd172;
    font-size: 14px;
    font-family: "微软雅黑";
    background: #e9f6e4;
    display: inline-block;
    padding: 3px 5px;
    margin-top: 5px;
}
#head .qq{color:#666666;font-size: 16px; font-family: "微软雅黑";}
#top{
    width: 100%;
    height: 298px;
    margin: 0 auto;
}
#top a{
    display: inline-block;
    width: 100%;
    height:100%;background:url(img_s/index_bg.png) no-repeat center center;
}
/* #top{height:280px;background:url(img_s/index_bg.png) no-repeat center -90px;font-family:'microsoft Yahei',Tahoma;text-shadow: 1px 2px #62AF47;}
#top .pa{left:50px;}
#top .tel{top: 22px;left:50%;margin-left: -379px;font-size:36px;font-weight: normal;}
#top .tel .yellow{display:inline-block;letter-spacing: 2px;font-family:arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti;}
#top .time{top: 78px;left:50%;margin-left: -378px;font-size: 18px;font-weight: 700;}
#top .telWrap{top: 125px;left:50%;width: 609px;margin-left: -378px;font-size: 18px;}
#top li{height:27px;width: 262px; }
#top .lL{width: 311px;} */

.qusWrap{margin-top:54px;width: 1100px;text-align:center;font-family:'microsoft Yahei',SimHei;overflow:hidden;}
.question{width:230px;float:left;margin-right:20px;} 
.question_img{width:160px;height:160px;margin:0 auto;background:url(img_d/index.png) no-repeat;}
.question1 .question_img{background-position:0 0;}
.question2 .question_img{background-position:0 -160px;}
.question3 .question_img{background-position:0 -320px;}
.question4 .question_img{background-position:0 -480px;}

.question1 .question_img:hover{background-position:-160px 0;}
.question2 .question_img:hover{background-position:-160px -160px;}
.question3 .question_img:hover{background-position:-160px -320px;}
.question4 .question_img:hover{background-position:-160px -480px;}

.question_th{display:block;padding:5px 0 3px;color:#59b33c;font:24px/30px 'microsoft Yahei',SimHei;}
.question_tt,.question_tt a{color:#666666;font-weight:600;}
.question_tt a{margin: 3px;}

.siteList{
    width: 980px;
    margin: 0 auto;
    padding:20px 0 34px 0px;
    border-top: 1px solid #d9d9d9;
}
.siteList .siteItem{
    margin-right: 85px;
    display: inline-block;
    font-size: 14px;
    color: #666666;
    font-family: "微软雅黑";
}
.siteList .last{
    margin-right: 0 !important;
}