

#main-container{
    width:100%;
    margin: 0 auto;
    /*min-width: 1200px;*/
}

img{
    width: 100%;
}

/*导航样式*/
#logo{
    /*position: absolute;*/
    /*top: 26px;*/
    /*left: 1px;*/
    /*width: 240px;*/
    /*height: 45px;*/
    width: 160px;
    height: 43px;
    /*margin-right: 80px;*/
    background: url('../../images/Public/logo.png') no-repeat 0 0;
    display: block;
    background-size: contain ;
}
.layui-nav{
    background: #ffffff;
    position: relative;
    color: #fff;
    border-radius: 2px;
    font-size: 0;
    /* top: 25px; */
    display: inline-block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    /*min-width:880px;*/
    text-align: right;
}
.layui-nav .layui-nav-item a{
    color: #000;
    font-size: 16px!important;
    font-weight: bold;
    position: relative;
    display: block;
    background: #ffffff;
    /*z-index: 2;*/
    z-index: 100;
    overflow: hidden;
}
.layui-nav .layui-nav-item a span{
    font-size: 16px!important;
}
.hidde_nav_bg{
    position: absolute;
    width: 100%;
    height: 60px;
    right: 0;
    top: 0;
    background: #ffffff;
    /*z-index: 2;*/
    z-index: 100;
}
.layui-anim {
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes layui-upbit{
    from
    {transform:translate3d(0,0px,0);
        top: 0px;
    }
    to
    {transform:translate3d(0,0px,0);
        top: 70px;}
}

@keyframes layui-upbit{
    from
        {transform:translate3d(0,0px,0);
        top: 0px;
        opacity: 1;
        }
    to
        {transform:translate3d(0,0px,0);
        top: 70px;
        opacity: 1;
    }
}
.bkg{
    top: 100%;
    z-index: -1;
    background-color: #e00616;
    -webkit-transition: top 200ms;
    transition: top 200ms;
    width: 100%;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
}

.layui-nav .layui-nav-item a:hover .bkg{
    top: 0;
}
.layui-nav-item_new{
    position: relative;
    display: inline-block;
    padding-left: 5px;
    line-height: 60px;
    vertical-align: middle;
    background: #ffffff!important;
    padding-right: 10px;
    /*z-index: 2;*/
    z-index: 100;
}
.layui-nav .layui-this a{
    background: #e00616;
    color: #ffffff;
}
.layui-nav .layui-this:after{
    display: none;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
    display: none;
}
.layui-nav-more{
    display: none;
}
.layui-nav-child{
    /*width: 500px;*/
    /*background: #4d4b50;*/
    /*background: #000000bf;*/
    background: #000000;
    /*padding-left: 90px;*/
    margin-top: -10px;
    /*top: 50px;*/
    border: none;
    /*left: unset;*/
    right: 0;
    line-height: 50px;
    /*transition: all 0s;*/
    /*z-index: 1;*/
    z-index: 101;
}

.layui-nav-child dd{
    /*float: left;*/
    /*width: 104px;*/
    text-align: center;
}
.layui-nav-child dd a{
    background: none!important;
    color: #ffffff!important;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
    background-color: #4d4b50;
}
.layui-nav-child dd a:hover{
    transform: scale(1.2);
}
.layui-nav-child dd a:active{
    font-size: 14px;
}
#nav_search{
    width: 170px;
    background: #fff;
    border-left: 1px solid #e5e5e5;
}
.btn-lang{
    background: url('Public/Home/images/Public/icon_search.png') no-repeat 0px 0px;
    padding-left: 20px;
}

/*banner的样式*/
.banner_bg{
    width: 100%;
    height: 200px;
    z-index: -1;
}

/*次导航样式*/

.second_nav{
    width: 100%;
    height: 60px;
    border-bottom: 1px #e6e6e6 solid;
}
.second_nav_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    height: 60px;
    margin: 0 auto;
}
.second_nav_content_a{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.second_nav_content_a a{
    display: block;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
}
.second_nav_content_left .second_nav_content_a a{
    padding: 0 10px 0 0;
    color: #000;
}
.second_nav_content_right .second_nav_content_a a{
    padding: 0 20px 0 20px;
}
.second_nav_content_a a:hover{
    border-bottom: 4px #e00616 solid;
    line-height: 56px;
    height: 61px;
    margin-top: 1px;
}

.second_nav_content_left .second_nav_content_a a{
    font-size: 14px;
    font-weight: normal;
}
.second_nav_content_left .second_nav_content_a a:hover{
    border: none;
    line-height: 60px;
    margin-top: 0;
    height: 60px;
}
.second_nav_content_this{
    border-bottom: 1px  #e00616 solid;
    background: #e00616;
    color: #ffffff;
}
.second_nav_content_this:hover{
    color: #ffffff;
}
.second_nav_content_this a{
    line-height: 55px;
}
.second_nav_none{
    display: none;
    position: fixed;
    top: 0;
    width: 80%;
    background: #ffffff;
    transition: all 0.3s;
    z-index: 9;
    border-bottom: 1px #4c4a4a solid;
}

.main_title_class:target {
    padding-top: 100px;
    margin-top: -80px;
}

/*底部样式*/
.footer{
    background-color:#e0e2e438;
    width: 100%;
    margin-top: 50px;
}
.footer_content{
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
}
.footer_content p{
    line-height: 30px;
    color:#999;
}
.footer_content p a{
    color:#999;
}

/*标题样式*/
.main_title_class{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.main_title{
    display: inline-block;
    margin: 0 auto;
    height: 50px;
    border: 1px #e5002d solid;
    padding: 5px 20px 0 20px;
}
.main_title_content{
    font-size: 24px;
    font-weight: bold;
    color: #e5002d;
    text-shadow:2px 3px 3px #ab9b9b;
}
.main_title_english{
    margin-top:10px;
    font-size: 16px;
    color:#dfafaf ;
    background: #ffffff;
}

