@charset "UTF-8";
html,
body,
ul,
ol,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
    padding: 0;
    margin: 0;
}
fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul,
ol {
    list-style: none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "PingFang SC";
}
select,
input {
    vertical-align: middle;
}
select,
input,
textarea {
    font-size: 0.16rem;
    margin: 0;
}
body {
    color: #454545;
    font-size: 14px;
    background: #fff;
}
/*防止多行文本框拖动*/
textarea {
    resize: none;
}
/*去掉图片低测默认的3像素空白缝隙*/
img {
    border: 0;
}
table {
    border-collapse: collapse;
    /*合并外边线*/
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
    /* IE/ 7 / 6 */
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #c81623;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s,
i,
em {
    font-style: normal;
    /*去掉倾斜*/
    text-decoration: none;
    /*去掉删除线*/
}
.col-red {
    color: #c81623 !important;
}
/*公共类*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.al {
    text-align: left;
}
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.hide {
    display: none;
}
/*修改提示文字的颜色*/
input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 13px;
    color: #999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 13px;
    color: #999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 13px;
    color: #999;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 13px;
    color: #999;
}

textarea::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 13px;
    color: #999;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 13px;
    color: #999;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 13px;
    color: #999;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 13px;
    color: #999;
}

header .header{
    height: 145px;
    background: #f3f3f3;
}
header .header .logo{
    width: 111px;
}
header .header .logo img{
    width: 100%;
    height: 106px;
    padding-top: 20px;
}
header .header .logo-name{
    width: 583px;
    margin-left: 5px;
}
header .header .logo-name img{
    width: 100%;
    height: 63px;
    /*padding-top: 41px;*/
    padding-top:60px;
}
header .header .h-wrapper{
    width: 1002px;
    margin: 0px auto;
}
header .header .setAccess{
    line-height: 145px;
}
header .header .setAccess a,header .header .setAccess span{
    font-size: 14px;
    color:#333;
}
header .nav-box{
    height: 38px;
    line-height: 38px;
    background: #2f2f2f;
    border-bottom: solid 5px #e20105;
}
header .nav-box .nav{
    width: 1002px;
    margin: 0px auto;
    line-height: 38px;
}
header .nav-box .nav a{
    padding:0px 15px;
    color:#fff;
    font-size: 14px;
    display: inline-block;
}
header .nav-box .nav a:hover{
    padding:0px 15px;
    color:#fff;
    font-size: 14px;
    display: inline-block;
    background: #e20105;
}

/* banner */
.banner {
    width: 1002px;
    height: 307px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
.banner img {
    width: 100%;
    height: 307px;
    border: 0;
    vertical-align: top;
}
.banner .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    opacity: .8;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f6b501;
    font-size: 10px;
    color: #fff;
}

.wrapper{
    width: 1002px;
    margin: 10px auto;
}

.left-box{
    width: 230px;
    border-radius: 3px;
    border: solid 1px #eee;
    /*box-shadow: 0px 0px 3px #eee;*/
    margin-bottom: 10px;
    padding:10px 0px;
}
.left-box .block-name{
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background: url("/images/left-split.jpg") 190px 1px no-repeat;
    background-position: 20px 39px;
}
.left-box ul{
    width: 100%;
    margin-top: 10px;
}
.left-box li{
    border-bottom: dashed 1px #eee;
}
.left-box li:last-child{
    border-bottom: none;
}
.left-box li a{
    font-size: 14px;
    color:#333;
    display: block;
    line-height: 20px;
    padding:8px 15px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.left-box li a span{
    padding-right: 3px;
    font-weight: bold;
    color:#777;
}
.left-box li a:hover{
    color:#c70000;
}
.left-box .contact-me{
    padding: 10px;
    margin-top: 10px;
}
.left-box .contact-me p{
    line-height: 20px;
    font-size: 14px;
    color:#333;
}
/*内页功能区*/
.main{
    width: 750px;
    border-radius: 3px;
    /*border: solid 1px #eee;*/
    /*box-shadow: 0px 0px 3px #eee;*/
}

.cur-menu{
    border-bottom: solid 1px #eee;
    padding:20px 0px 5px 15px;
}
.cur-menu span{
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    border-bottom: solid 3px #e20105;
    padding:10px 2px 5px 2px;
}
/*当前位置*/
.cur-nav{
    line-height: 30px;
    padding:10px;
    padding-left: 0px;
}
.cur-nav a{
    font-size: 14px;
    color:#333;
}
.cur-nav a.cur{
    color:#f00;
}

/*底部导航*/
.foot-menu{
    background: #363535;
    line-height: 36px;
    text-align: center;
}
.foot-menu a{
    padding:0px 10px;
    color:#fff;
    font-size: 14px;
}
.foot-menu span{
    font-size: 14px;
}

/*底部信息*/
.footer-box{
    border-top: solid 5px #e20105;
}
.footer{
    margin-top: 10px;
    line-height: 25px;
    text-align: center;
    padding:10px 0px;
    font-size: 14px;
    color:#333;
}

/*没有数据提示*/
.not-data{
    line-height:25px;
    padding:10px;
    font-size:14px;
    color: #333;
    text-align: center;
}