/*字体*/
@font-face {
    font-family: Helvetica;
    src: url('/fonts/Helvetica_1.woff'),
}
@font-face {
    font-family: Montserrat;
    src: url("/fonts/Montserrat-Regular.woff");
}
@font-face {
    font-family: Lato;
    src: url("/fonts/Lato-Regular.woff");
}
@font-face {
    font-family: "Myriad Pro";
    src: url("/fonts/MyriadPro-Regular.woff");
}
@font-face {
    font-family: "Helvetica-Neueltpro-bold";
    src: url("/fonts/HELVETICANEUELTPRO-BLK_0.woff");
}
@font-face{
    font-family: Helvetica-Neueltpro-md;
    src: url("/fonts/HELVETICANEUELTPRO-MD_0.woff");
}
@font-face{
    font-family: Helvetica-light;
    src: url("/fonts/HELVETICA-LIGHT.woff");
}
/*语言*/

.layui-nav .layui-nav-item .layui-select-tips{
    border: none;
    color: rgb(255,85,81);
}
.layui-nav .layui-nav-item dd{
    border: none;
    color: rgb(255,85,81);
    font-family: Montserrat;
    letter-spacing: 0.1em;
    font-size: 12px;
}
.layui-nav .layui-nav-item  input::-webkit-input-placeholder{
    color:rgb(255,85,81);
    font-weight: bold;
    font-family: Montserrat;
    letter-spacing: 0.1em;
    font-size: 13px;
}
.layui-nav .layui-nav-item  .layui-form-select .layui-input{
    color:rgb(255,85,81);
    font-weight: bold;
    font-family: Montserrat;
    letter-spacing: 0.1em;
    font-size: 13px;
}
    /*动画时间*/
.layui-anim-up {
    animation: layui-up 1s;
}
.layui-anim-fadein{
    animation: layui-fadein 3s;
}
.layui-carousel-arrow{
    width: 60px;
    height: 60px;
    z-index: 999;
}
.menu-list .menu-item a{
    text-transform: uppercase;
}
.company-item{
    text-align: center;
    margin-bottom: 90px;
}
.company-item h3{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 800;
}
.company-item article{
    text-align: justify;
    font-size: 18px;
    font-weight: 600;
    color: #555555;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .second-menu{
        display: none;
    }
    /**
        导航
    */
    .container {
        width: 100%;
        background-color: #FFFFFF;
        min-height: 60px;
        line-height: 60px;
    }
    .container .left {
        background-color: rgba(0, 0, 0, 0);
        float: left;
    }

    .container .right {
        background-color: rgba(0, 0, 0, 0);
        float: right;
    }

    .layui-nav{
        background-color: #FFFFFF;
    }
    .right .layui-nav-item{
        list-style: url("/imgs/logo/point.jpg");
        text-transform: uppercase;
    }
    .container .menu-list{
        position: absolute;
        top: 60px;
        left: 0;
        background-color: rgba(66,66,66,0.5);
        z-index: 999;
    }
    .container .menu-list li{
        list-style:  disc;
        float: left;
        width: 100%;
        font-size: 20px;
        color: #FFFFFF;
        font-weight: normal;
        text-align: center;
        height: 40px;
    }
    .container .menu-list li:nth-last-child(2){
        margin-bottom: 20px;
    }
    .container .menu-list li:hover{
        list-style:  disc;
        color: rgb(255,85,81);
        font-weight: bold;
    }
    .menu-list .menu-item a{
        color: #FFFFFF;
        font-family: Helvetica;
        font-weight: normal;
        font-size: 15px;
        text-align: center;
    }
    .menu-list .menu-item a:hover{
        color: rgb(255,85,81);
        font-weight: bold;
    }
    .menu-list .menu-item a img{
        width: 100px;
    }
    .container .menu-list .active{
        list-style: disc;
        color: rgb(255,85,81);
        font-weight: bold;
    }
    .container .menu-list .active a{
        color: rgb(255,85,81);
        font-weight: bold;
    }
    .menu-list .nav-language select{
        border: none;
        font-size: 15px;
        color: rgb(255,85,81);
    }
    .menu-list .nav-language select option{
        border: none;
        font-size: 15px;
        color: rgb(255,85,81);
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .second-menu{
        display: none;
    }
    /**
        导航
    */
    .container {
        width: 100%;
        background-color: #FFFFFF;
        min-height: 80px;
        line-height: 80px;
    }
    .container .left {
        background-color: rgba(0, 0, 0, 0);
        float: left;
    }

    .container .right {
        background-color: rgba(0, 0, 0, 0);
        float: right;
    }

    .layui-nav{
        background-color: #FFFFFF;
    }
    .right .layui-nav-item{
        list-style: url("/imgs/logo/point.jpg");
        text-transform: uppercase;
    }
    .container .menu-list{
        position: absolute;
        top: 80px;
        left: 0;
        background-color: rgba(66,66,66,0.5);
        z-index: 9999;
        min-height: 350px;
    }
    .container .menu-list li{
        list-style:  disc;
        float: left;
        width: 100%;
        font-size: 20px;
        color: #FFFFFF;
        font-weight: normal;
        text-align: center;
        height: 40px;
    }
    .container .menu-list li:nth-child(6){
        margin-left: 10px;
    }
    .container .menu-list li:hover{
        list-style:  disc;
        color: rgb(255,85,81);
        font-weight: bold;
    }
    .menu-list .menu-item a{
        color: #FFFFFF;
        font-family: Helvetica;
        font-weight: normal;
        font-size: 15px;
    }
    .menu-list .menu-item a:hover{
        color: rgb(255,85,81);
        font-weight: bold;
    }
    .menu-list .menu-item a img{
        width: 100px;
    }
    .container .menu-list .active{
        list-style: disc;
        color: rgb(255,85,81);
        font-weight: bold;
    }
    .container .menu-list .active a{
        color: rgb(255,85,81);
        font-weight: bold;
    }
    .menu-list .nav-language select{
        border: none;
        font-size: 15px;
        color: rgb(255,85,81);
    }
    .menu-list .nav-language select option{
        border: none;
        font-size: 15px;
        color: rgb(255,85,81);
    }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
    .second-menu{
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    /*
        导航四级菜单
    */
    .menu-item:nth-child(3){
        position: relative;
    }
    .first-link {
        display: block;
        color: #fff;
        font-weight: 400;
        cursor: pointer
    }

    .first-link.hover {
        background: #fff;
        color: #459df5
    }

    .second-menu {
        width: 400px;
        position: absolute;
        left: -50px;
        background: #fff;
        padding: 15px;
        opacity: 1;
        display: none;
        z-index: 9999;
        list-style: none;
    }

    .second-menu > li {
        float: none;
        width: 400px;
        margin-right: 15px;
        margin-bottom: 10px;
        list-style: none;
        min-height: 40px;
        line-height: 40px;
        margin-left: 40px;
    }
    .container .second-menu > li:nth-child(6){
        margin-left: 40px;
    }

    .second-link {
        color: #333;
        font-weight: 700;
        border-bottom: 1px solid #ddd;
        padding: 7px 15px;
        display: block;
        margin-bottom: 10px
    }

    .second-link:hover {
        color: #459df5
    }

    .third-menu > li {
        position: relative;
        list-style: none;
    }

    .third-link {
        padding: 5px 15px;
        display: block;
        color: #666
    }

    .third-link.hover {
        background: #f3f3f3;
        color: #459df5;
        border-radius: 4px
    }

    .fourth-menu {
        position: absolute;
        background: #fff;
        border: 1px solid #ddd;
        padding: 10px 15px;
        left: 125px;
        display: none;
        top: 0;
        width: 150px;
        z-index: 999;
        border-radius: 6px;
        box-shadow: 1px 1px 7px #ddd
    }
    .fourth-menu > li {
        list-style: none;
    }

    .fourth-menu:before, .fourth-menu:after {
        content: "";
        display: block;
        border-width: 10px;
        position: absolute;
        top: 8px;
        left: -20px;
        border-style: solid dashed dashed;
        border-color: transparent #ddd transparent transparent;
        font-size: 0;
        line-height: 0
    }

    .fourth-menu:after {
        top: 10px;
        left: -16px;
        border-width: 8px;
        border-color: transparent #fff transparent transparent
    }

    .fourth-menu a {
        display: block;
        color: #666;
        padding: 4px 0
    }

    .fourth-menu a:hover {
        color: #459df5;
        text-decoration: underline
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    /*
       导航四级菜单
   */
    .menu-list:nth-child(3){
        position: relative;
    }
    .first-link {
        display: block;
        color: #fff;
        font-weight: 400;
        cursor: pointer
    }

    .first-link.hover {
        background: #fff;
        color: #459df5
    }

    .second-menu {
        width: 400px;
        position: absolute;
        left: -50px;
        background: #fff;
        padding: 15px;
        opacity: 1;
        display: none;
        z-index: 9999;
        list-style: none;
    }

    .menu-list .second-menu > li {
        float: none;
        width: 400px;
        margin-right: 15px;
        margin-bottom: 10px;
        list-style:disc;
        min-height: 40px;
        line-height: 40px;
        margin-left: 40px;
    }

    .container .second-menu > li:nth-child(6) {
        margin-left: 40px;
    }

    .second-link {
        color: #333;
        font-weight: 700;
        border-bottom: 1px solid #ddd;
        padding: 7px 15px;
        display: block;
        margin-bottom: 10px
    }

    .second-link:hover {
        color: #459df5
    }

    .third-menu > li {
        position: relative;
        list-style: none;
    }

    .third-link {
        padding: 5px 15px;
        display: block;
        color: #666
    }

    .third-link.hover {
        background: #f3f3f3;
        color: #459df5;
        border-radius: 4px
    }

    .fourth-menu {
        position: absolute;
        background: #fff;
        border: 1px solid #ddd;
        padding: 10px 15px;
        left: 125px;
        display: none;
        top: 0;
        width: 150px;
        z-index: 999;
        border-radius: 6px;
        box-shadow: 1px 1px 7px #ddd
    }

    .fourth-menu > li {
        list-style: none;
    }

    .fourth-menu:before, .fourth-menu:after {
        content: "";
        display: block;
        border-width: 10px;
        position: absolute;
        top: 8px;
        left: -20px;
        border-style: solid dashed dashed;
        border-color: transparent #ddd transparent transparent;
        font-size: 0;
        line-height: 0
    }

    .fourth-menu:after {
        top: 10px;
        left: -16px;
        border-width: 8px;
        border-color: transparent #fff transparent transparent
    }

    .fourth-menu a {
        display: block;
        color: #666;
        padding: 4px 0
    }

    .fourth-menu a:hover {
        color: #459df5;
        text-decoration: underline
    }
}



