@charset "utf-8";
*{margin:0;padding:0}
html{background-color: #fff;}
body,form,input,img{border:medium none;}
body{font:13px/24px '微软雅黑',tahoma,Srial,helvetica,sans-serif;max-width:640px;margin:0 auto;background:#fff;display:grid}
ul,li{list-style:none}
input,img{vertical-align:middle}
img{border:0;width:100%;border:none;vertical-align:top}
a{text-decoration:none;color:#000}
a:hover{text-decoration:none}
.lt{float:left}
input,select{border-radius:0}

.top .doc{margin:15px;width:calc(100% - 30px);display:inline-block;overflow:hidden;height:130px}
.top .doc .d_list{width:100%}
.top .doc .lt{float:left;width:105px;margin-right:5px;height:130px}
.top .doc .rt{width:calc(100% - 125px);float:right;position:relative;padding:7px 0;margin-right:10px}
.top .doc .rt .name{font-weight:bold;font-size:15px}
.top .doc .rt .name small{font-weight:normal;margin-left:10px}
.top .doc .rt .p{color:#000}
.top .doc .pc a{color:#c6322b}

.slideBox{overflow:hidden;position:relative}
.slideBox .hd{overflow:hidden;position:absolute;right:15px;bottom:0;z-index:1;text-align:center}
.slideBox .hd ul{overflow:hidden;zoom:1;display:inline-block}
.slideBox .hd ul li{float:left;margin-right:2px;width:6px;height:6px;list-style:none;text-align:center;background:#3B7ABF;cursor:pointer;border-radius:50%;margin:0 2px}
.slideBox .hd ul li.on{background:#f00;color:#fff}
.slideBox .bd{position:relative;height:100%;z-index:0}
.slideBox .bd li{zoom:1;vertical-align:middle}
.slideBox .bd img{display:block}
.slideBox .prev,
.slideBox .next{ z-index:100;position:absolute; left:-5px; top:50%; margin-top:-20px; display:block;opacity:0.25;font-size:22px}
.slideBox .next{ left:auto; right:-10px;}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }

.title{color:#fff;font-size: 15px;text-align:center;padding: 5px 0;letter-spacing:2px;background:url('/bt.jpg');width: 120px;margin-bottom:20px;}
.section{display:inline-block;font-size: 13px;width:calc(100% - 50px);padding:3px 25px;}
.section .lt{float:left;/* width:85px; *//* text-align:justify; *//* line-height:32px; *//* height:32px; */}
.section .lt span{text-align:justify;width:70px;line-height:32px;float:left;height:32px;font-size: 14px;}
.section .lt span:after{display:inline-block;width:100%;content:''}
.section .rt{float:right;width: calc(100% - 95px);border:1px solid #999;}
.section .rt em{color:red;font-style:normal;float:left;display:inline-block;margin-left:-10px;line-height:30px}
.section .rt input{height:30px;width: calc(100% - 5px);display:inline-block;line-height:30px;padding:0 0 0 5px;color:#666;font-size: 13px;}
.section .rt .lt1{float:left;width:55%}
.section .rt .lt2{float:left;border:none;width:35%;text-align:center;text-align-last:center;border-right:1px solid #999;height: 30px;display:inline-block;line-height: 30px;color:#666;}
.section .rt .text{border:none;padding:0 5px;display:inline-block;width:100%;height:30px;line-height:30px;text-align:center;text-align-last:center;background: #fff;color:#666;font-size: 13px;}
.section .rt .text02{height:30px;width:calc(100% - 5px);display:inline-block;line-height:30px;padding:0 0 0 5px;color:#666;font-size:13px}
.section .rt .text02 i{font-style:normal;font-size:90%;color:#3B7ABF;margin-left:10px}
.section .rt .rt1{float:right;border:none;width:40%;text-align:center;text-align-last:center;border-left:1px solid #999;color:#666}
.section .rt .rt2{float:right;width: 62%;}
.section .rt textarea{height:60px;border:none;padding:10px;width:calc(100% - 22px)}

.btn{text-align:center;display:inline-block;margin: 8px 0;width: 100%;}
.btn button{width: 100px;background:#E46D0A;color:#fff;font-size: 14px;letter-spacing:1px;line-height: 36px;height: 36px;border:1px solid;border-radius:5px;margin: 0 5px;}
.btn button:first-child{background:#8ed0d0;}
.btn button:last-child{background:#178add;}
.warm{color:#E46D0A;font-size: 12px;padding-bottom:8px;text-align:center;}

footer{display:inline-block;padding:15px 12px;background:#eee;width:calc(100% - 24px)}
footer .lt{width:calc(100% - 86px);margin-top:10px}
footer .lt p{font-size:13px;}
footer .rt{width:85px;float:right;text-align:center}
footer .rt img{width:100%}
footer .rt p{color:#178add;font-size:12px}


.info .tit {
    color: #4F81BD;
    font-size: 18px;
    font-family: "楷体";
    font-weight: bold;
    text-align: center;
    margin: 15px;
}
.info .table{
    display: inline-block;
    width: calc(100% - 30px);
    padding: 3px 15px 25px;
    }

.info .table .lb {
    display: inline-block;
    font-size: 14px;
    width:100%;
    padding: 3px 0;
    border-bottom: 1px solid #eee;
    color: #999;
}
.info .table .lb .rt {
    float: right;
    color: #666;
}
.info .txt{
    margin: 10px 0 15px;
}
.info .txt .txt1{color: #4F81BD;font-weight: bold;font-size: 16px;margin-bottom: 2px;font-family: "宋体";}

.info .back {
    text-align: center;
}
.info .back a {
    background: url('/bt.jpg');
    display: inline-block;
    color: #fff;
    padding: 5px 50px;
    border-radius: 3px;
    letter-spacing: 2px;
}