@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
}
.clearfix:after{
    height: 0;
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}
ul,li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.top{
    background: url(bg.jpg);
}
.top .top1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    line-height: 65px;
}
.top .top1 a{
    text-align: right;
    color: #fff;
}
.top .top1 a img{
	vertical-align:middle;
	margin-right:10px;}
.header{
    background: #fff;
    width: 100%;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.header .header1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.header .logo{
    width: 30%;
    float: left;
}
.header .logo img{
    width: 100%;
	margin-top:45px;
}
.header .nav{
    width: 61%;
    float: right;
}
.header .nav_wap{
    display: none;
}
.header .nav ul.nav_ul li a.active{
    text-decoration: none;
    background-image: url(underline.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    background-color: #003300;
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(50, 50, 50, 0.37);
    -moz-box-shadow: inset 0px 1px 5px 0px rgba(50, 50, 50, 0.37);
    box-shadow: inset 0px 1px 5px 0px rgba(50, 50, 50, 0.37);
    
}
.header .nav ul.nav_ul li a{
    display:block;
    color: #003300;
    padding-left: 1.8%;
    padding-right: 1.8%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    transition: 0.5s;
    float: left;
    line-height: 180px;
}
.header .nav ul.nav_ul li a:hover{
    text-decoration: none;
    background-image: url(underline.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    background-color: #003300;
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(50, 50, 50, 0.37);
    -moz-box-shadow: inset 0px 1px 5px 0px rgba(50, 50, 50, 0.37);
    box-shadow: inset 0px 1px 5px 0px rgba(50, 50, 50, 0.37);
}
.ban{
    width: 100%;
    background: url(ban.jpg);
}
.ban1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow-y: hidden;
    height: 404px;
}
.ban1 ul.ban_ul{
    width: 100%;
}
.ban1 ul.ban_ul li .ban_img{
    width: 50%;
    float: left;
    text-align: center;
}
.ban1 ul.ban_ul li .ban_zs{
    float: left;
    width: 50%;
}
.ban1 ul.ban_ul li .ban_zs h1{
    color: #fff;
    font-family: 'Playball';
    font-weight: normal;
    font-size: 48px;
    margin-top: 100px;
    margin-bottom: 10px;
}
.ban1 ul.ban_ul li .ban_zs p{
    color: #FFF1E4;
    line-height: 27px;
    font-size: 18px;
}
@font-face {  
    font-family: 'Playball';
    src: url('Playball.eot');  
    src: local('fontName Playball'),  
    local('Playball'),  
    url('Playball.woff') format('woff'),  
    url('Playball.ttf') format('truetype'),  
    url('Playball.svg#LIGHRG') format('svg');  
}
.biaoy{
    width: 100%;
    background: url(bg2.jpg);
    border-bottom: 1px solid #ccc;
}
.biaoy p{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    color: #f00;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 26px;
    text-align: center;
}
.main{
    width: 100%;
    background: #fff9e6;
    padding-top: 100px;
    padding-bottom: 30px;
}
.main ul.main_ul{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.main ul.main_ul li{
    float: left;
    width: 25.3%;
    text-align: center;
    padding-left: 4%;
    padding-right: 4%;
}
.main ul.main_ul li h4{
    font-family: 'Playball';
    font-size: 30px;
    color: #006600;
    font-weight: normal;
    padding-bottom: 5px;
}
.main ul.main_ul li p{
    color: #7C6F6B;
}
.main ul.main_ul li img.ser_top{
    margin-bottom: 15px;
}
.main ul.main_ul li img.ser_bot{
    margin-top: 15px;
}
.bottom{
    width: 100%;
    background: url(bo_bg.png) center top;
    background-color: #fff9e6;
    padding-top: 160px;
    padding-bottom: 50px;
}
.bottom ul.bottom_ul{
    width:95%;
    max-width:1200px;
    margin:auto;
}
.bottom ul.bottom_ul li{
    float: left;
}
.bottom ul.bottom_ul li.li_l{
    width: 40%;
    padding-right:3%;
    height: 250px;
    background: url(bot_r.png) no-repeat right;
}
.bottom ul.bottom_ul li h4{
    color: #F7BA78;
    font-size: 26px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom ul.bottom_ul li p{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}
.bottom ul.bottom_ul li.li_c{
    width: 26%;
    padding-left:2%;
    padding-right: 2%;
    height: 250px;
    background: url(bot_r.png) no-repeat right;
}
.bottom ul.bottom_ul li.li_r{
    padding-left: 2%;
}
.fp img:hover{
    animation: RotateIcon 2s linear 0s 1;
    -moz-animation: RotateIcon 2s linear 0s 1;
    -webkit-animation: RotateIcon 2s linear 0s 1;
    -o-animation: RotateIcon 2s linear 0s 1;
    cursor:pointer;
}
@keyframes RotateIcon{
    0%{transform:rotate(0deg); }
    100%{transform:rotate(360deg); }
}
@-webkit-keyframes RotateIcon{
    0%{-webkit-transform:rotate(0deg); }
    100%{-webkit-transform:rotate(360deg); }
}
.foot{
    width: 100%;
    background: #213a16;
    line-height: 50px;
    color: #fff;
    text-align: center;
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.3);
}
.main_nr{
    background: #fff4ec;
}
.main_nr .main_nr1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.main_nr .main_nr1 h4{
    border-bottom: 1px dashed #CFC5BA;
    color: #006600;
    font-family:  'Playball';
    font-size: 30px;
    font-weight: normal;
    padding-top: 40px;
    line-height: 50px;
    padding-left: 5%;
}
.main_nr .main_nr1 .about{
    padding-top: 40px;
}
.main_nr .main_nr1 .about h5{
    font-weight: normal;
    text-align: center;
    color: #006600;
    font-family:  'Playball';
    font-size: 36px;
    padding-bottom: 20px;
    color: #006600;
}
.main_nr .main_nr1 .about p{
    font-size: 16px;
    color: #333;
    text-indent: 2rem;
    padding-bottom: 20px;
}
.main_nr .main_nr1 .about .about_img{
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom:20px;
}
.main_nr .main_nr1 .about .about_img img{
    width: 100%;
}
.main_nr .main_nr1 .service{
    padding-top: 60px;
    width: 95%;
    max-width: 940px;
    margin: auto;
    overflow: hidden;
}
.kb{
    background: url(bg.jpg);
    height: 70px;
}
.main_nr .main_nr1 .service h1{
    color: #006600;
    font-size: 28px;
    font-weight: normal;
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: double 4px #CFC5BA ;
}
.main_nr .main_nr1 .service h3 a{
    color: #006600;
    font-weight: normal;
}
.main_nr .main_nr1 .service h3 span{
    font-weight: normal;
    color: #900;
    float: right;
}
.main_nr .main_nr1 .service p{
    font-size: 20px;
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #CFC5BA;
    padding-bottom: 10px;
    color: #666;
}
.main_nr .coupon{
    padding-top: 50px;
    padding-bottom: 50px;
}
.main_nr .coupon .coupon_img{
    text-align: center;
}
.main_nr .gallery{
    padding-top: 50px;
    padding-bottom: 50px;
}
.main_nr .gallery ul.gallery_ul{
    width: 95%;
    margin: auto;
    max-width: 1100px;
}
.main_nr .gallery ul.gallery_ul li{
    width: 22%;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.main_nr .gallery ul.gallery_ul li img{
    border: 3px solid #fff;
    width: 100%;
    transition: 0.5s;
}
.zs_img{
    width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
}
.zs_img a{
    color: #fff;
    font-size: 30px;
    float: right;
    margin-right: 3%;
    margin-top: 3%;
}
.dt{
    width: 95%;
    text-align: center;
    margin: auto;
    margin-top: 100px;
}
.dt img{
    max-width: 1000px;
}
.main_nr .contact{
    padding: 50px 0;
}
.main_nr .contact .con_l{
    width: 28%;
    float: left;
    padding-left: 3%;
}
.main_nr .contact .con_l h2{
    font-weight: normal;
    color: #006600;
    font-family: 'Playball';
    font-size: 30px;
}
.main_nr .contact .con_r{
    width: 65%;
    float: left;
}
.main_nr .contact .con_r p{
    color: #006600;
    font-family: 'Playball';
    font-size: 30px;
}
.zz{
	width:100%;
	min-height:100%;
	position:fixed;
	background:rgba(0,0,0,.6);
	z-index:1000;
	top:0;}
.zz .zz_cou{
	width:100%;
	max-width:800px;
	padding:10px;
	background:#fff;
	position:absolute;
	text-align:center;
	left:50%;
	margin-left:-400px;
	bottom:0;
	border-radius:2px;}
.zz .zz_cou img.cou1{
	width:100%;}
.foot p a{
	color:#F7BA78;}
.foot p a:hover{
	color:#fff;}

@media screen and (max-width:800px){
.header .logo{
    width: 100%;
    float: none;
}
.header .nav{
    width: 100%;
    float: none;
    background: #003300;
    display: none;
}
.header .nav ul{
    padding: 15px 0;
}
.header .nav ul.nav_ul li a{
    width: 90%;
    margin: auto;
    padding: 0;
    float: none;
    line-height: 50px;
    padding-bottom: 5px;
    color: #fff;
    border-bottom: 1px solid #afadaa;
}
.header .nav_wap{
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}
.header .nav_wap a{
    display: block;
    width: 45px;
    height: 45px;
    background: #003300;
    border-radius: 5px;
    float: right;
    margin-right: 20px;
    text-align: center;
    line-height: 55px;
}
.header .nav_wap a img{
    width: 70%;
}
.header .nav ul.nav_ul li a:hover{
    background: none;
}
.header .nav ul.nav_ul li.active{
    background: #fff;
}
.header .nav ul.nav_ul li.active a{
    color: #003300;
}
.header .nav ul.nav_ul li.active a.active{
    background: #fff;
    box-shadow:none;
}
.ban1 ul.ban_ul{
    width: 95%;
    margin: auto;
}
.ban1 ul.ban_ul li{
    padding-top: 15px;
	height:240px;
}
.ban1 ul.ban_ul li .ban_zs h1{
    margin-top: 20px;
    font-size: 26px;
}
.ban1 ul.ban_ul li .ban_zs p{
    font-size: 14px;
    line-height: 20px;
}
.ban1 ul.ban_ul li .ban_zs{
    width: 65%;
}
.ban1 ul.ban_ul li .ban_img{
    width: 35%;
}
.ban1 ul.ban_ul li .ban_img img{
    width: 100%;
    margin-top: 50px;
}
.biaoy p{
    line-height: 35px;
    font-size: 18px;
    padding: 15px 0;
    width: 92%;
}
.main{
    padding-top: 30px;
}
.main ul.main_ul li{
    width: 92%;
    float: none;
    margin-bottom: 30px;
}
.bottom ul.bottom_ul li.li_l{
    width: 90%;
    float: none;
    margin: auto;
    background: none;
}
.bottom ul.bottom_ul li.li_c{
    height: auto;
    width: 90%;
    float: none;
    background: none;
}
.foot{
    line-height: 30px;
}
.main_nr .main_nr1 .about .about_img{
    width: 95%;
}
.main_nr .main_nr1 .about p{
    width: 95%;
    margin: auto;
}
.kb{
    display: none;
}
.main_nr .main_nr1 .service{
    padding-top: 20px;
}
.main_nr .coupon .coupon_img{
    width: 95%;
    margin: auto;
}
.main_nr .coupon .coupon_img img{
    width:100%;
}
.main_nr .contact .con_l{
    width: 95%;
    margin: auto;
    float: none;
}
.main_nr .contact .con_r{
    width: 95%;
    margin: auto;
    float: none;
    margin-top: 30px;
}
.main_nr .contact .con_r p{
    font-size: 24px;
}
.main_nr .gallery ul.gallery_ul li{
    width: 47%;
}
.zz .zz_cou{
	left:0;
	margin-left:0;
	padding:0;}
.header .logo img{
	margin-top:0;}
.dt img{
	width:100%;}

}