/* 顶部导航  */

/* 国内商城导航样式 */
.ws_localmall{
    width:100%;
    position:relative;
    min-height:105px;
}
.seatbox{
    width:100%;
    height:105px;
}

.first_nav_active{
    color:#ff0000!important;
}





.localmall_header{
    width:1400px;
    margin:0 auto;
    padding-top:30px;
    min-height:105px;
}
.localmall_header .ws_logo {
    width: 310px;
    height: 50px;
    padding: 0;
    margin: 0 !important;
    display: flex;
    line-height:50px;
}
.localmall_header .ws_logo .text{
    margin-left:5px;
    font-family: MicrosoftYaHei;
    color:#000;
    font-width: bold;
}
.localmall_header .ws_logo .text .title{
    font-size: 18px;
    line-height: 22px;
}

.localmall_header .ws_logo .text .service{
    font-size: 12px;
    line-height:18px;
    margin-top:5px;
}

.localmall_header .ws_logo .text .service>div{
    width:20px;
    height:20px;
    border-radius: 2px;
    padding:1px;
    background: #ff0000;
    text-align: center;
    line-height: 15px;
}
.localmall_header .ws_logo .text .service>div>img{
    width:15px;
    height:15px;
}
.localmall_header .ws_logo .text .service>span{
    display:inline-block;
    margin-left:5px;
}

.localmall_header .ws_logo img{
    height:40px;
}

.ws_dbbox {
    position: relative;
}

.ws_navbox {
    transition: all 0.4s linear 0s;
    background: #13223f;
    border-bottom: 1px solid #334464;
}

.ws_navbox1 {
    background: #162746;
    border-bottom: 1px solid #334464;
}

/* logo,购物车 */
.navbar{
    min-height: 30px!important;
    margin-bottom: 0;
}
.navbar-default {
    background: none !important;
    border: none !important;
    position: static!important;
    width: 1400px;
    margin:0 auto;
    /*margin-top: 21px;*/
}

.ws_logo {
    width: 233px;
    padding: 0;
    margin: 0 !important;
}


.navbar-right >li {
    margin-left: 49px;
    position: relative;
}

.navbar-right >li> a {
    border: 1px solid #ffffff;
    /* border-style:inset; */
    color: #000;
    padding: 4px 9px !important;
    border-radius:50px;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
/*账户下拉*/
.ws_contsel{
    position: absolute;
    width:100%;
    /*border: 1px solid #a0a0a0;*/
    background-color: #ffffff;
    display: none;
    padding: 5px;
    z-index: 99999;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 300ms ease 400ms;
}
.ws_contsel>ul>li{
    border-bottom:1px dashed #a0a0a0;
    padding: 5px 0;
}
.ws_contsel>ul>li>a{
    width:100%;
    display: inline-block;
    padding: 5px;
    color: #000000;
    font-size: 16px;
    font-family: Calibri;
    text-align: center;
    border-radius:50px;
}
.ws_contsel>ul>li:first-child{
    padding-top: 0;
}
.ws_contsel>ul>li:last-child{
    border-bottom:none;
    padding-bottom: 0;
}
.ws_contsel>ul>li>a:hover{
    background-color:#13223f;
    color: #ffffff;
}
.navbar-right li> a > span:nth-child(1){
    font-size: 20px;
    vertical-align: middle;
}
.navbar-right > li > a > span:nth-child(2){
    font-size: 13px;
    margin-left: 10px;
}
.navbar-right > li:first-child > a:hover{
    color:#000000!important;
    background: #ffffff!important;
}
.navbar-right > li a > span:nth-child(3){
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius:50px;
    font-size: 12px;
    background: #ff0000;
    text-align: center;
    line-height: 0.9rem;
    margin-left: 10px;
    border: none!important;
    box-shadow: none!important;
    color: #ffffff !important;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.ws_dbnav {
    padding: 0;
}

.navbar-collapse {
    position: relative;
}

.ws_serbox {
    width: 47.5%;
    position: absolute;
    left: 50%;
    /* top: 50%; */
    transform: translate(-65%, 0);
    border-radius:50px;
    background: #162746;
    border: 1px solid #334464;
}

.ws_serch input {
    background: none;
    border: none;
    box-shadow: none;
}

.input-group-addon {
    font-size: 20px;
    color: #ffffff;
    background: none !important;
    border: none;
}

.ws_hot {
    width: 100%;
    height: 200px;
    position: absolute;
    border-top: 1px solid #ffffff;
    top: 91px;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.ws_hot > ul {
    width: 42%;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -8rem;
    border-top: 2px solid #ffe400;
}

.ws_hot  > ul > li {
    line-height: 36px;
}

.ws_hot > ul > li > a {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    text-indent: 14px;
}

.ws_hot > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #ffe400;
    text-decoration: none;
}

.ws_serch span {
    cursor: pointer;
}
.ws_serch input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffffff;
    font-size: 16px;
    font-family: calibri-Bold;
}
.navbar-right {
    margin-right: 0!important;
}

/* 导航 */
.ws_nav{
    margin-top: 0!important;
}
.ws_nav > ul{
    overflow: hidden;
}
.ws_nav > ul > li {
    float: left;
    margin-left: 0;
    box-shadow: none;
    position: static!important;
}

.ws_nav .nav_more{
    padding-bottom:36px;
    float: left;
    cursor:pointer;
}

.ws_nav .nav_more .text{
    font-family: "Microsoft YaHei";
    background:#eeeeee;
    border-radius:5px;
    height:40px;
    font-size: 16px;
    line-height: 40px;
    padding:0 10px;
}
.ws_nav .nav_more:hover{
    padding-bottom:32px;
    border-bottom:4px solid #ff0000;
}
.ws_nav .nav_more:hover .text{
    background:none;
    color: #ff0000;
    font-weight: bold;
    transition: 300ms;
}

.more_project{
    width: 25%;
    /* height: 38rem; */
    position: absolute;
    top: 105px;
    left: 0px;
    display:none;
    padding: 14px;
    background:rgba(0, 0, 0, 1)!important;
    z-index: 99999999;
}
.second_nav{
    left:50%;
    width:50%;
    display:none;
    position: absolute;
    top:14px;
    color:#fff;
    box-sizing: border-box;
    padding-left: 30px;
}
.first_nav>li>a{
    color:#fff;
}

.second_nav ul li a{
    color:#fff;
}
.second_nav>ul>li>a:hover{
    color:#ff0000;
}
.more_project .first_nav{
    width:50%;
    box-sizing: border-box;
    padding-left: 30px;
}
.more_project .first_nav>li{
    width:100%;
    line-height:50px;
}


.ws_nav .nav_tel{
    display:flex;
    float:right;
}

.ws_nav .nav_tel .telicon{
    line-height:40px;
}
.ws_nav .nav_tel .telicon img{
    height:40px;
}

.ws_nav .nav_tel .teltext{
    margin-left:5px;
    font-size:18px;
    line-height: 20px;
    font-family: "Microsoft YaHei";
}

.ws_nav .nav_tel .teltext .num{
    font-size: 16px;
}

.ws_nav > ul > li > a {
    color: #fff;
    font-size: 1rem !important;
    font-family: "Microsoft YaHei";
    transition: all 0.4s linear 0s;
    border-radius: 0!important;
    padding: 0 20px;
    line-height:50px
}

/* .ws_nav > ul > li .ws_nav_cont {
    position: absolute;
    width: 100%;
    height: 449px;
    border-top: 1px solid #ffffff;
    top: 111px;
    left: 0px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    display: none;

} */

.ws_nav > ul > li .ws_nav_cont-txtImg {
    width: 20%;
    /* height: 38rem; */
    position: absolute;
    top: 155px;
    left: 0px;
    padding: 14px;
    display:none;
    background:rgba(0, 0, 0, 1);
    z-index: 99999999;
}
.ws_nav > ul > li .ws_nav_cont-txt {
    width: 100%;
    /*height: 330px;*/
    padding: 5px;
    float: left;
}

.ws_nav > ul > li .ws_nav_cont-txt > ul{
    list-style:none !important;
}

.ws_nav > ul > li .ws_nav_cont-txt > ul > li {
    line-height: 30px;
}

.ws_nav > ul > li .ws_nav_cont-txt > ul > li > a {
    color: #ffffff;
    font-size: 14px!important;
    display: inline-block;
    width: 100%;
}
.ws_nav_cont-txt > ul > li > a:hover{
    color: #ff0000!important;
}
.ws_nav > ul > li .ws_nav_cont-img {
    width: 45%;
    /*height: 330px;*/
    float: left;
    margin-left: 20px;
}

.ws_nav > ul > li .ws_nav_cont-img img {
    width: 100%;
    /*height: 100%;*/
}
.ws_nav > ul > li .active{
    /*background:#2e6e92!important;*/
    background: none!important;
    /*color:#ff0000;*/
    box-sizing: border-box;
    transition: 300ms;
}
.ws_serch input:focus{
    outline: none!important;
    border: none!important;
    box-shadow: none!important;
}
.ws_serch .form-control{
    text-align: left!important;
    color: #ffffff!important;
    font-size:16px;
    font-family: calibri-Bold;
}
@media only screen and (max-width: 1600px) {
    .ws_navbox1 >.ws_nav > ul > li > a {
        font-size: 0.9rem !important;
    }
    .ws_nav > ul > li .ws_nav_cont-txtImg{
        top:155px;
    }
    .ws_nav {
        height: 38px;
    }
}
@media only screen and (max-width: 1440px) {
    .ws_nav > ul > li .ws_nav_cont-txtImg {
        width: 20%;
    }
    .ws_navbox1 >.ws_nav > ul > li > a {
        font-size: 0.9rem !important;
    }
}
@media only screen and (max-width: 1400px) {
    .ws_navbox1 >.ws_nav > ul > li > a {
        font-size: 0.9rem !important;
    }
}
@media only screen and (max-width: 1366px) {
    .ws_navbox1 >.ws_nav > ul > li > a {
        font-size: 0.9rem !important;
    }
}
@media only screen and (max-width: 1360px) {
    .ws_navbox1 >.ws_nav > ul > li > a {
        font-size: 0.9rem !important;
    }
}
@media only screen and (max-width: 1280px) {
    .ws_navbox1 >.ws_nav > ul > li > a {
        font-size: 0.8rem !important;
    }
    .ws_nav > ul > li .ws_nav_cont-txtImg{
        top:155px;
    }
    .ws_nav {
        height: 35px;
    }
    .ws_serbox {
        transform: translate(-83%, 0);
    }
    .ws_nav > ul > li > a {
        padding: 10px 8px;
    }
    .ws_nav > ul > li .ws_nav_cont-txt > ul > li > a {
        font-size: 12px!important;
    }
    .ws_nav > ul > li .ws_nav_cont-txtImg {
        width: 20%;
    }
}
@media only screen and (max-width: 1152px) {
    .ws_navbox1 >.ws_nav > ul > li > a {
        font-size: 0.8rem !important;
    }
    .ws_nav > ul > li .ws_nav_cont-txtImg{
        top:155px;
    }
    .ws_nav {
        height: 35px;
    }
    .ws_serbox {
        transform: translate(-78%, 0);
    }
    .ws_nav > ul > li > a {
        padding: 10px 13px;
    }
    .ws_nav > ul > li .ws_nav_cont-txt > ul > li > a {
        font-size: 12px!important;
    }
    .ws_nav > ul > li .ws_nav_cont-txtImg {
        width: 20%;
    }
}
@media only screen and (max-width: 1024px) {
    .ws_navbox1 >.ws_nav > ul > li > a {
        font-size: 0.8rem !important;
    }
    .ws_nav > ul > li .ws_nav_cont-txtImg{
        top:155px;
    }
    .ws_nav {
        height: 35px;
    }
    .ws_serbox {
        transform: translate(-86%, 0);
    }
    .ws_nav > ul > li > a {
        padding: 10px 7px;
    }
    .ws_nav > ul > li .ws_nav_cont-txt > ul > li > a {
        font-size: 12px!important;
    }
    .ws_nav > ul > li .ws_nav_cont-txtImg {
        width: 20%;
    }
}

.ws_nav_style{
    width:85%;
    box-sizing:border-box;
    padding-left:50px;
}


.all_class{
    width:15%;
    font-size: 1rem;
    line-height:50px;
    height:60px;
    position: relative;
    top:-10px;
    background: #211d1d;
    text-align: center;
    color:#fff;
    position: relative;
}
.all_class_triangle{
    position:absolute;
    right:-10px;
    top:0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #211d1d;
    border-right: 10px solid transparent;
}

/* 头部右侧广告 */
.header-adver{
    float: right;
    display:flex;
}

