﻿@charset "utf-8";

/*公共*/
*{ margin:0;padding:0;}


/*头部*/
.header{ background:url(../images/header_line.jpg) repeat-x; height:62px;}
.header .main{ width:1000px; margin:0 auto; position:relative;}
.header .top .left-logo{ width:140px; _width:140px; float:left; font-size:16px; font-family:"微软雅黑"; color:#40a9a9}
.header .top .left-logo span{ padding-left:15px;}
.header .lhclist{ width:600px; float:right; padding-top:14px;}
.fn-clear{ list-style:none;}
.lhclist li{float:left; width:70px; height:30px; line-height:30px; padding:0 5px; text-align:center; font-size:15px; font-family:"微软雅黑"; color:#fff;}
.lhclist li a:link, .lhclist li a:hover, .lhclist li a:visited{color:#fff; text-decoration:none;}
.lhclist li.lhclistpic{color:#ca6e0b;}
.lhclist .lhclistpic a:link, .lhclist .lhclistpic a:hover, .lhclist .lhclistpic a:visited{ color:#ca6e0b; text-decoration:none}
.lhclist .last{ padding-right:0px;}



/*主体*/
.bodyer{ background: url(../images/bodybg.jpg) no-repeat center; width: 100%; height: 1054px }
.yuyue{ padding-top:225px;}

/*中间表单*/
.middle{ width:355px; margin:0 auto; color:#fff;}
span{ color:#F00;}
#doc{ color:#fff;}
.middle .zs { width:305px;  margin-left:30px; margin-top:20px; font-size:12px; font-weight:700;} 
.middle >div{margin:25px 0 10px 0;}
.middle div label{ width:7.3em; display:inline-block; text-align:right; vertical-align:top;}
.middle div.input-radio{display: flex; align-items: center;}
.middle div.input-radio input{width:auto; background-color: #fff; }
.middle >div.input-file input{border:0;}
.middle >div textarea{margin: 0px; width: 174px; height: 87px;}
.middle> div.input-button{text-align:center;}
.middle> div.input-button input{width:auto; padding:6px 20px;border:0; border-radius:5px; }
.middle> div.input-button input.color-fc8108{background:#fc8108; color:#ffffff; margin-right:8%;}


/*底部*/
.footer{ background:#e2e3ee; width:100%;margin:0 auto;display:block; height:80px; line-height:80px;}
.footer .fmain{ width:1000px; margin:0 auto; text-align:center;}
