/**

 @Name: layuiNetCompany - 大气风格的网络公司企业模版
 @Author: xuxingyu
 @Copyright: layui.com

 */


body {
    background: #fff;
    /*background: #000000;*/
}

/** 首页 */

/*导航部分*/
.nav {
    width: 100%;
    /*height: 80px;*/
    box-shadow: 0 3px 3px 0 #CCC;
    /*background: #FFF;*/
    /*position: fixed;*/
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
    transition: 0.3s;
    padding-top: 2px;
    padding-bottom: 2px;
}

.nav.index {
    background: rgba(0,0,0,.3);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.05);
}

.nav.scroll {
    /*background: #FFF;*/
    background: rgba(0,0,0,.3);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.05);
    transition: 0.3s
}

.nav .layui-container {
    position: relative;
    transition: all 400ms ease-out;
}

.nav .nav-logo {
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 80px;
}
.nav-logo img{
    vertical-align: top;
    height: 100%;
}
.nav-logo span{
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    padding-left: 10px;
}

.nav .nav-list {
    display: inline-block;
    height: 80px;
}

.nav .nav-list button {
    width: 25px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 15px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.nav .nav-list button span {
    display: block;
    width: 25px;
    height: 2px;
    background: #2db5a3;
    margin-bottom: 6px;
    transition: 0.5s;
}

.nav .nav-list button span.spa1 {
    transform: rotate(45deg);
.main-service .content .content-left img
}

.nav .nav-list button span.spa3 {
    transform: rotate(-45deg) translate(5px,-5px);
}

.nav .layui-nav {
    width: 100%;
    position: absolute;
    top: 80px;
    right: 0;
    color: #000;
    background: transparent;
}

.nav .layui-nav .layui-nav-item {
    display: block;
    line-height: 60px;
}

.nav .layui-nav * {
    font-size: 18px;
}

.nav .layui-nav .layui-nav-item a {
    padding: 0 0;
    color: #000;
}

.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
    height: 2px;
    background-color: #2db5a3;
}

.nav .layui-nav .layui-this a
,.nav .layui-nav .layui-nav-item a:hover {
    color: #2db5a3;
}
@media screen and (max-width: 480px) {
    .nav.index {
        background: rgba(0,0,0,.3);
    }
}

/*小屏幕*/
@media screen and (min-width: 768px) {

    .nav.index {
        background: rgba(0,0,0,.3);
    }
    .nav .nav-list button {
        display: none;
    }
    .nav .layui-nav {
        width: auto;
        position: absolute;
        top: 0;
        padding: 0 5px;
        border-radius: 0;
        margin: 0;
    }
    .nav .layui-nav .layui-nav-item {
        display: inline-block;
        margin: 0 15px;
        line-height: 80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .nav .layui-nav .layui-nav-item {
        margin: 0 15px;
    }
    .nav.index {
        background: rgba(0,0,0,.3);
    }
}
/*大屏幕*/
@media screen and (min-width: 992px) {
    .nav.index {
        background: rgba(0,0,0,.3);
    }
}
/*超大屏幕*/
@media screen and (min-width: 1200px) {
    .nav.index {
        background: rgba(0,0,0,.3);
    }
}

@media screen and (min-width: 1300px) {
    .layui-container {
        width: 1200px;
        padding: 0;
    }

    .main-about .tabJob .content:last-child {
        margin-bottom: 180px;
    }

    .nav .nav-logo {
        position: absolute;
        top: 0;
        left: 0;
    }

    .layui-col-space80 {
        margin: -40px;
    }

    .layui-col-space80>* {
        padding: 40px;
    }

    .nav.index {
        background: rgba(0,0,0,.3);
    }

}
/**
统一背景
 */
.banner {
    height: 320px;

}
@font-face {
    font-family: 'zh55h';
    src: url('/static/font/zh55h.ttf');
    src: local('zh55h'),
    local('zh55h'),
    url('/static/font/zh55h.ttf') format('truetype');
}
@font-face {
    font-family: 'yp';
    src: url('/static/font/yp.ttf');
    src: local('yp'),
    local('yp'),
    url('/static/font/yp.ttf') format('truetype');
}