﻿@media(min-width: 1000px)
{/*BANNER*/
    .banners .bannerscom .bcoms
    {
        padding: 0 15px;
    }
    .banners .bannerscom .bcoms .coms1
    {
        font-size: 40px;
    }
    .banners .bannerscom .bcoms .en-title
    {
        margin-top: 20px;
    }
    .banners .bannerscom .bcoms .en-title img
    {
        height: 49px;
        margin-top: -24px;
    }
    .bannerscom .vocational-work
    {
        font-size: 32px;
    }
    .banners .bannerscom .bcoms-min
    {
        max-width: 190px;
        margin: 12% auto 0 auto;
        padding: 10px 0;
    }
    .xbanner
    {
        max-height: 380px;
        overflow: hidden;
    }
    .banners .bannerscom .titles
    {
        font-size: 20px;
    }
}
@media(max-width: 1000px)
{/*BANNER*/
    .phocenter
    {
        text-align: center;
    }
    .banners .bannerscom .bcoms .coms1
    {
        font-size: 18px;
    }
    .banners .bannerscom .bcoms
    {
        max-width: 840px;
        padding: 20px 0;
    }
    .banners .bannerscom .bcoms .en-title img
    {
        height: 49px;
        margin-top: -24px;
    }
    .banners .bannerscom .bcoms .en-title .line-right
    {
        position: absolute;
        right: 60px;
        top: 35px;
    }
    .bannerscom .vocational-work
    {
        font-size: 22px;
    }
    .banners .bannerscom .bcoms-min
    {
        max-width: 180px;
        margin: 10% auto 0 auto;
        padding: 10px 0;
    }
    .banners .bannerscom .titles
    {
        font-size: 13px;
    }
    .banners .bannerscom
    {
        padding: 0 15px;
    }
}
@media(max-width: 767px)
{/*手机*/
    .html5zoo-nav-0
    {
        display: none!important;
    }
    .banners .bannerscom .titles
    {
        display: none!important;
    }
}
.banners
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banners .bannerscom .bcoms .coms1 span
{
    color: #430d01;
}
.banners
{
    position: relative;
}
.banners .bannerscom
{
    position: absolute;
    max-width: 1230px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 100%;
}
.banners .bannerscom .bcoms .coms1
{
    color: #fff;
    text-align: left;
    font-weight: bold;
}
.banners .bannerscom .bcoms-min
{
    border: 1px solid #83868b;
}
.banners .bannerscom .titles
{
    color: #af805f;
    display: inline-block;
}
.banner-btn
{
    margin-top: 30px;
}
.banner-btn a
{
    line-height: 44px;
    background-color: #af805f;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    padding: 14px 30px;
    transition: border-color .4s ease 0s,background-color .4s ease 0s;
}
.banner-btn a:hover
{
    background-color: rgba(67,13,1,1);
}