* {
    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;
}

.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;
    outline: none;
    color: #fff;
    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 a:hover,.nav li .menu1 li a:hover {
    color: #5d1c87;
}
.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: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
}

.skill {
    width: 100%;
}

.wrappers hr {
    margin-top: 20px;
    color: #cccccc
}

.kl-item {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 20px
}

.kl-item h2 {
    color: #5d1c87;
    font-weight: bold;
    margin-top: 78px;
}

.wrappers {
    width: 380px;
    margin-right: 18px;
}

.wrappers li {
    overflow: hidden;
    list-style: none;
    width: 380px;
    height: 215px;
    position: relative;
    margin-top: 30px;
}

.wrappers li a {
    display: block;
    overflow: hidden;
}

.wrappers li a img {
    width: 100%;
    height: auto;
}

.wrappers hr {
    color: gray;
}

.wrappers h5 {
    font-weight: bold;
    font-size: 15px
}

.wrappers p {
    font-size: 14px;
    color: #ababab;
}

.wrappers li span {
    display: none;
    width: 380px;
    height: 0px;
    background: #000;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.wrappers li span p {
    color: #FFF;
    background-color: rgba(120, 77, 153, 0.8);
    height: 215px;
    width: 100%;
    padding: 80px 20px;
    letter-spacing: 1px;
    position: relative;
}

.wrappers li span hr {
    width: 0%;
    margin: 0 auto;
    position: absolute;
    z-index: 4;
    background-color: #fff;
}

.wrappers li span .th {
    width: 80%;
    top: 26px;
    left: -380px;
    transition: left .8s;
}

.wrappers li span:hover .th {
    left: 38px;
}

.wrappers li span .bh {
    width: 80%;
    top: 188px;
    left: 380px;
    transition: left .8s;
}

.wrappers li span:hover .bh {
    left: 38px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    text-align: center;
}

.footer {
    width: 100%;
    height: 340px;
    margin-top: 30px;
    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;
}

#fenye {
    margin-top: 40px;
}

#fenye .pagination>li>span {
    background-color: #fff;
    border: 0;
    margin-left: 5px;
    margin-right: 5px;
}

#fenye .pagination>.active>span {
    background-color: #5d1c87;
    border-radius: 4px
}

#fenye .pagination>li>a {
    border: 0;
    color: #333333;
    margin-left: 5px;
    margin-right: 5px;
}

#fenye .pagination>li:first-child a, #fenye .pagination>li:first-child span {
    background-color: #5d1c87;
    color: #fff;
    width: 50px;
    margin-right: 20px;
    border-radius: 4px
}

#fenye .pagination>li:last-child a, #fenye .pagination>li:last-child span {
    background-color: #5d1c87;
    color: #fff;
    width: 50px;
    margin-left: 20px;
    border-radius: 4px
}

.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;
}