

/*底部与头部 start*/

section {
    width: 1200px;
}
.orange {
    color: #d74a15 !important;
}
.green {
    color: #93cf0d;
}
.orange-bg {
    background-color: #d74a15;
}
.gray {
    color: #f8f8f8;
}

.gray-bg {
    background-color: #f8f8f8;
    margin-top: 30px;
}

.el-button--warning.el-submit {
    background-color: #d74a15;
    height: 35px;
    /* font-size: 15px; */
}

.el-dropdown {
    font-size: unset !important;
    line-height: unset !important;
}

.el-dropdown-menu__item .router-link-active::after {
    display: none !important;
}
.bar {
    background: #f9f9f9;
    font-size: 13px;

    color: black;
}

.bar .left {
    flex: 1;
}

.bar .right {
    height: 35px;
}

.bar .right > a:last-child {
    border-right: 1px solid #f0f0f0;
}

.bar .right > a {
    border-left: 1px solid #f0f0f0;
    padding: 0 10px;
}

section.nav {
    background: white;
    height: 100px;
    float: none;
    margin-left:auto;
    padding-top: 0;
}

.logo {
    font-size: 30px;
    font-weight: 800;
    flex: 1;
    cursor: pointer;
    /* letter-spacing: 2px; */
}

.menus {
    font-size: 15px;
    margin-top: 45px;
}

.menus>a{
    display: inline-block;
    height: 50px;
    border-bottom: 3px solid white;
    margin-left: 20px;
    position: relative;
    color: #333333;
    text-decoration: none;
}

.menus>a.active{
    color: #d74a15;
    font-weight: bold;
}

.menus .router-link-active,
.menus .router-link-exact-active,
.router-link-exact-active {
    color: #d74a15;
    font-weight: bold;
}

.footer {
    background-color: #292929;
    min-height: 136px;
    color: white;
    line-height: 30px;
    font-size: 14px;
}
.footer .footer_left{
    min-height:136px;
}
.footer .footer_left img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.footer  .footer_right{
    width: 360px;
    display: flex;
}
.footer  .footer_right .ewm_img{
    height:90px;
    width:90px;
}
.footer  .footer_right .ewm_img img{
    width: 100%;
    height: 100%;
}
.footer  .footer_right .info_con{
    flex: 1;
    margin-left: 10px;
}
.footer  .footer_right .info_con p{
    margin: 0;
    line-height: 24px;
}
.h-copyright-title {
    padding: 10px 0 0;
}
.related-links {
    height: auto;
    background: #505050;
    color: #c8c8c8;
    line-height: 24px !important;
}

.moudel-nav-area {
    margin: 10px 0 0;
}
.p-nav-area {
    display: inline-block;
    border-bottom: 1px dashed #80808082;
}
.p-nav-area > a {
    color: #fff;
}
.p-nav-area.p-nav1 {
    width: 120px;
    text-align: left;
}
.p-nav-area.p-nav2 {
    width: 240px;
    margin-left: 35px;
    text-align: center;
}

.p-nav-area.p-nav3 {
    width: 210px;
    margin-left: 35px;
    text-align: center;
}

.p-nav-area.p-nav4 {
    margin-left: 35px;
    width: 100px;
    text-align: center;
}

.h-copyright-right .copy-detail-box {
    padding-top: 10px;
    display: flex;
    height: 226px;
}

.copy-detail {
    flex: 1;
}
.copy-detail > p {
    margin: 0;
}
.copy-detail a {
    color: #c8c8c8c7;
}
.copy-name {
    color: #fffefe;
    font-size: 14px;
}
.telephone{
    width:auto;
    height:36px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    line-height:36px;
    letter-spacing: 0px;
    color: #da251c;
}
.telephone>span{
    font-weight:500;
    margin-right: 10px;
    color: #111111;
}

/*底部菜单样式*/
.web_nav{
    text-align: center;
}
.web_nav a{
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    padding:14px 0;
}
.web_nav>a:not(:last-child){
    padding-right: 14px;
}
.web_nav>a:not(:first-child){
    padding-left: 14px;
}
.web_nav>a:not(:last-child)::after{
    content:"";
    display: inline-block;
    width: 1px;
    height: 14px;
    border-right:1px solid white ;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.footer_b{
    height: 42px;
    line-height: 42px;
}
.footer_b::before{
    content:"";
    display: inline-block;
    width:100vw;
    border-top: 1px solid #eeeeee20;
    position: absolute;
    right: 0;
    top: 0;
}
.footer_b{
    height: 42px;
    line-height: 42px;
}
.scroll_nav,.nav_box{
    height: 100px;
    width: 100%;
}
.scroll_nav{
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: 0 0 4px 4px #00000010;
}


/*底部与头部    end*/