* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
}

body a:hover {
    text-decoration: none;
}

html {
    font-style: "微软雅黑";
}

/*头部*/

.header {
    width: 1200px;
    margin: 25px auto;
    overflow: hidden;
    height: 60px;
    position: relative;
    /* display: flex;
    justify-content: space-between; */
}

.header span {
    /* display: inline-block; */
    float: left;
}

.header a {
    float: right;
}

input:focus {
    outline: none;
}

.header .kuang {
    position: absolute;
    width: 350px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* height: 40px; */
    /* margin-left: 40px; */
    overflow: hidden;
}


.header .kuang input {
    float: left;
    width: 280px;
    height: 40px;
    border: 2px solid #eb6117;
    padding-left: 13px;
}

input:focus {
    outline: none;
}

.header .kuang form {
    overflow: hidden;
}

.header .kuang p {
    font-size: 12px;
    color: #7e7e7e;
    padding-top: 3px;
}
.header .kuang p a{
    font-size: 12px;
    color: #7e7e7e;
    float: inherit;
}
.header .kuang p a:hover{
    color: #eb6117;
}
.header .kuang button {
    float: left;
    width: 69px;
    border: 0;
    line-height: 40px;
    background-color: #eb6117;
    text-align: center;
    color: #fff;
    outline: none;
    font-size: 16px;
}

.scout {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.scout form {
    width: 100%;
}

.scout input {
    width: 760px;
    height: 42px;
    border: 1px solid #cccccc;
    font-size: 14px;
    outline: none;
    padding-left: 15px;
    margin-bottom: 6px;
}

.scout span {
    font-size: 12px;
    color: #adadad;
}

.scout button {
    width: 110px;
    height: 42px;
    background-color: #5d1c87;
    border: 0;
    font-size: 16px;
    color: #fff;
    outline: 0;
}

.scout select {
    height: 42px;
    outline: none;
    width: auto;
    padding: 0 2%;
    margin: 0;
    border: 1px solid #cccccc;
}

.header .phone {
    font-size: 28px;
    color: #eb6117;
    font-weight: bold;
}

.header .phone img {
    margin-right: 6px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.nav {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.nav>li {
    display: inline-block;
    font-size: 20px;
    width: 190px;
    height: 50px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    /* margin-bottom: 10px; */
    text-align: center;
}

.nav li .menu {
    position: absolute;
    display: none;
    list-style: none;
    font-size: 16px;
    text-align: center;
    left: 0px;
    box-shadow: 0 3px 3px 3px rgba(17, 17, 17, 0.1);
}

.nav li .menu tr:nth-child(1) {
    font-weight: bold;
}

.nav li .menu tr td {
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 1);
    width: 288px;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.nav li .menu tr td a {
    color: #111;
}
.nav li .menu tr td a:hover,.nav li .menu1 li a:hover {
    color: #5d1c87;
}
.nav li:hover .menu {
    display: block;
}

.nav li .menu1 {
    position: absolute;
    display: none;
    list-style: none;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 3px 3px 3px rgba(17, 17, 17, 0.1);
}

.nav li .menu1 {}

.nav li .menu1 li {
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 1);
    width: 190px;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.nav li .menu1 li a {
    color: #111;
}

.nav li:hover .menu1 {
    display: block;
}

.nav>li>a {
    padding: 0px 0;
    line-height: 30px;
    height: 50px;
    width: 100%;
    font-size: 20px;
    color: #111;
    font-weight: normal;
    transition: border-bottom 0.4s;
    display: block;
    margin: 0 auto;
}

.nav>li>a.active {
    background-color: #fff;
    color: #5d1c87;
    border-bottom: 3px solid #5d1c87;
}

.nav>li>a:hover {
    background-color: #fff;
    border-bottom: 3px solid #5d1c87;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.met-nav {
    position: relative;
    width: 100%;
    height: 60px;
}

.nav>li {
    position: static;
}

.container {
    position: static;
}

.small-nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f6f6f6;
}

.sn-item {
    width: 1200px;
    margin: 0 auto;
}

.sn-item a {
    color: #666666
}

.content {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden
}

.content h2 {
    margin-top: 50px
}

.content p {
    text-indent: 2em;
    line-height: 30px;
}

.content .time {
    text-indent: 0em;
    color: #999999;
}

.content .cttc {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content .ctt-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.content .ctt-btn span {
    display: inline-block;
}

/* .content .ctt-btn span a {
    color: #5D1C87
} */

.footer {
    width: 100%;
    height: 340px;
    margin-top: 50px;
    background-color: #282828;
    overflow: hidden;
}

.footer .table-responsive {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.footer .table-responsive .table tr td a {
    font-size: 14px;
    color: #aaaaaa;
    transition: .5s;
}

.footer .table-responsive .table tr td a  p{
    display: inline;
}

.footer .table-responsive .table tr td a:hover {
    color: #fff;
}

.footer .table-responsive .table tr td {
    height: 50px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: none;
}

.footer .table-responsive .table tr:nth-child(1) td a {
    font-size: 18px;
    display: block;
}

.footer .table-responsive .table tr td:nth-child(1) a img {
    margin-right: 10px;
    line-height: 50px;
}

.footer .table-responsive .table tr:nth-child(1) td:after {
    content: "";
    width: 24px;
    height: 2px;
    background: #5d1c87;
    display: block;
}

.f-list {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #aaaaaa;
    background: #222222;
}

element.style {}

.f-list {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #aaaaaa;
    background: #222222;
}

p {
    margin: 0 0 0px;
}

.flexbox {
    position: fixed;
    right: 20px;
    bottom: 50px;
    background-color: #fff;
    width: 60px;
    height: 122px;
    z-index: 999;
}

.flexbox div {
        background-color: #eb6117;
    width: 60px;
    height: 60px;
}

.flexbox div a img {
    display: inline-block;
    text-align: center;
}

.flexbox div:last-child {
    margin-top: 2px;
}