﻿@charset "utf-8";
/* CSS Document */
/*默认设置*/
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

p {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

dd {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

ul {
    list-style: none;
}

img {
    border: none;
    padding: 0;
}

em, i {
    font-style: normal;
}

a:hover {
    color: #ffcd81;
    text-decoration: none;
}

/*排版*/
.clr {
    clear: both;
}

.clr40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.clr35 {
    width: 100%;
    height: 35px;
    clear: both;
}

.clr30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.clr20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.clr15 {
    width: 100%;
    height: 18px;
    clear: both;
}

.clr10 {
    width: 100%;
    height: 10px;
    clear: both;
}

.clr5 {
    width: 100%;
    height: 5px;
    clear: both;
}

.mtf3 {
    margin-top: -3px;
}

.fl20 {
    float: left;
    margin-right: 12px;
}

/*顶部*/
.header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    z-index: 1;
    background: url(../images/Nhome/imgs/opacity60.png);
}

.topnavbox {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 60px;
}

.topnav1 {
    margin-left: 160px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.topnav1 li {
    float: left;
}

.topnav1 li a {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #fff;
    line-height: 28px;
    margin-left: 10px;
    margin-right: 5px;
}

.topnav1 li a:hover {
    color: #ffcd81;
}

.topnav {
    margin-left: 220px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.topnav li {
    float: left;
}

.topnav li a {
    font-size: 16px;
    font-family: "微软雅黑";
    text-decoration: none;
    line-height: 28px;
    margin-right: 40px;
}

.topnav li a:hover {
    color: #ffcd81;
}

.nav_current a {
    color: #ffcd81;
}

.logobox {
    position: absolute;
}

.logo {
    width: 1200px;
    margin: 0 auto;
}

.logo img {
    float: left;
}

/*搜索框*/
.back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 130px;
    width: 110px;
}

#search input[type="text"] {
    background: url(http://www.mqjj.com/templets/spy/images/ss.png) no-repeat 10px 10px #fcfcfc;
    border: 1px solid #333;;
    color: #6a6f75;
    width: 60px;
    padding: 8px 8px 10px 35px;
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    transition: all 0.5s ease 0s;
}

#search input[type="text"]:focus {
    background: url(http://www.mqjj.com/templets/spy/images/ss.png) no-repeat 10px 10px #fcfcfc;
    width: 160px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    outline: 0;
}

/*二级页面导航*/
.sc_navbar {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
}

/*盒子*/
.mian_content {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.linebox2 {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
}

.linebox1 {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 50px;
}

/*文章排版*/
.articletit {
    font-size: 26px;
    font-family: "微软雅黑";
    text-align: center;
    margin-bottom: 20px;
    color: #474747;
}

.articlecont {
    line-height: 32px;
    font-size: 16px;
    color: #707070;
    font-family: "微软雅黑";
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    text-indent: 2em;
}

/*底部信息*/
footer {
    background-color: #333;
    width: 100%;
    height: 140px;
    position: fixed;
    bottom: 0px;

}

footer section {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

footer section p {
    color: #A4A4A4;
    line-height: 28px;

}


