﻿@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
html{max-width: 780px; margin: 0 auto;position: relative;}
body{ color:#333; font-size:14px;   font-family:"微软雅黑";}
a{text-decoration:none; color:#333;}
a:hover{color:#51B47E;}
img,ul,li,em{list-style:none; font-style:normal;}
a,button,input,textarea{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*-webkit-user-modify:read-write-plaintext-only; */
}
.blank10{height:10px;}
.blank15{height:15px;}
.blank20{height:20px;}
.blank30{height:30px;}
.blank40{height:40px;}
.blank50{height:50px;}

.main{background:#fff;}
.clear{clear:both;}
html img{display: block;width: 100%;}

/* 头部 */
.header{ width:100%; position:relative;}
.header h1 p{text-align:center; position:absolute; left:0; top:0; width:100%; line-height:140px; color:#650800; font-size:36px;}
@media (max-width:500px){.header h1 p{line-height:60px; font-size:25px;}}

.menu{}
.menu li{width:20%; float:left; text-align:center; line-height:38px; background:#981501;}
.menu li a{color:#fff;}


.img{padding:5px 5px;}

/*首页标题1*/
.title{ padding:10px  10px;  font-size:16px; font-weight:bold;  margin-bottom:10px;}

p{font-size:15px; line-height:26px;  padding:0px 15px; text-align:justify;}

.weizhi{ border-bottom:dotted 1px #ccc; padding:10px;}


/* 新闻内容页 */
.ntitle{margin: 0px 20px 30px;padding: 20px 0px 13px 0px;text-align: center;border-bottom: 1px dotted #ccc;}
.ntitle h2{font-size: 20px;font-weight: normal;margin-bottom: 10px;}
.ntitle span{font-size: 12px; color: #aaa;padding: 0 10px;}


/* 内容 */
.neirong{margin: 10px 10px; line-height: 24px; text-align:justify;overflow: hidden;}
.neirong img{max-width: 100%;}
.neirong p{margin-bottom: 10px;}

/* 表单样式 */
.form_box{width:90%; margin:auto;}
.form_box label{font-weight:bold; margin-top:5px; display:block;}
.form_box label span{color:#F00;}
.form_box li{padding:3px 0;}

input[type='text']{width:98%; line-height: 34px;border-radius: 3px;border:1px solid #ccc;font-size: 14px;padding-left: 2%; background:#f2f2f2;}
select{width:100%; height:34px; line-height: 34px;border-radius: 3px;border:1px solid #ccc;font-size: 14px; background:#f2f2f2;}
textarea{width: 96%;height: 90px;font-size: 14px;border-radius: 5px;border:1px solid #ddd;padding:5px 2%;background:#f2f2f2;}

input[type='submit'] {cursor: pointer; border-radius: 3px;background: #51B47E;color: #fff;border:1px solid #fff;display: block;width:100%; height: 45px;font-size: 18px;}

.txtMarquee-top{ padding:10px;}
.txtMarquee-top li{line-height:24px; border-bottom:dotted 1px #ccc; padding:5px 0; }
.txtMarquee-top li span{color:#090;}

.weixin{text-align:center;background:#fff;width:100%;}
.weixin img{width:40%;margin-left:30%;}
.copyright{background:#f2f2f2; text-align:center; line-height:50px;}

#footer{width: 100%; height: 50px; position: fixed;bottom: 0; left: 0; z-index: 999;font-size: 12px;}
#footer a{text-decoration:none;  width:50%; height:50px; float:left; display:block; text-align:center; color:#fff; font-size:14px;background: url(/images/nav_line.png) no-repeat right center;}
#footer ul li{ padding-top:30px;}
#footer li.tel{ background:url(/images/tel_bot.png) no-repeat center 8px; background-size:23px auto;}
#footer li.dg{ background:url(/images/fw.png) no-repeat center 8px; background-size:25px auto;}
#footer li.zx{ background:url(/images/follow.png) no-repeat center 8px; background-size:23px auto;}


/*分页*/
.mypages{padding:10px 0 20px 0; text-align:center; height:50px; line-height:50px;}
.mypages a{ background: #ccc ; padding:7px 14px; color:#666; font-size:14px; border-radius:3px;}
.mypages a.curr,.mypages a:hover{background:#981501;  color:#FFFFFF;}

/*文章分页*/
.art_list{ padding:10px;}
.art_list li{line-height:30px;}


