.top_nav {
    width: 100%;
    height: 64px;
    background: #000;
    font-size: 12px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    min-width: 1320px;
    position: relative;
}

.m_name {
    font-size: 14px;
    position: absolute;
    right: 40px;
    top: 16px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    width: 200px;
    text-align: right;
    padding: 0 8px;
    z-index: 6;
}

#dropdownMenu1 {
    font-weight: normal;
    font-size: 12px;
    color: #333333;
}

.news {
    color: #7c7c7c;
}

#searchKwSug {
    background-color: white;
    width: 160px;
    position: fixed;
    z-index: 9999;
    color: black;
    display: none;
}

#searchKwSug div {
    margin: 4px;
    padding-left: 4px;
}

#searchKwSug div:hover {
    background-color: #555555;
    color: white;
    cursor: pointer;
}

.navbar-header a {
    color: white;
}

.searchMenu li {
    cursor: pointer;
}

.search a {
    color: #7c7c7c;
}

.navbar-header .news .fa-envelope-alt {
    color: #000000;
}

.loginInfot a {
    color: #505050;
}

.logo {
    width: 118px;
    vertical-align: middle;
}

.nav-item {
    padding: 4px 8px;
    box-sizing: border-box;
}

.nav-title>li>a {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.nav-title>li:hover>a {
    color: #FFBF00;
}

.nav-title .active {
    position: relative;
    background-color: inherit;
}

.nav-title>.active>a {
    color: #FFBF00;
    background-color: inherit;
    font-weight: bold;
}

.nav-title>.active:hover>a {
    background-color: inherit;
    color: #FFBF00;
    font-weight: bold;
}

.nav-title .active a::after {
    content: "";
    width: 16px;
    color: #FFBF00;
    font-weight: bolder;
    text-decoration: none;
    border-bottom: 4px solid #FFBF00;
    position: absolute;
    top: 80%;
    left: 38%;
    left: calc(50% - 8px);
}

.serviceList {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 6;
}

.menuSecond {
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s 0.25s;
}

.serviceList li {
    width: 50%;
    position: relative;
    border-left: #D8D8D8 1px solid;
    background-repeat: no-repeat;
    background-size: 120px auto;
    background-position: 15px 30%;
    min-height: 83px;
}

.serviceList li a {
    display: block;
    padding: 20px 25px 20px 125px;
    width: 100%;
    box-sizing: border-box;
}

.nav-title>li:hover a {
    color: #FFBF00;
}

.nav-title>li:hover .menuSecond {
    visibility: visible;
    opacity: 1;
}

.title {
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
}

.serviceab0 .title {
    color: rgb(30, 130, 102);
}

.serviceab .title {
    color: rgb(30, 130, 102);
}

.serviceab1 .title {
    color: rgb(39, 163, 185);
}

.serviceab2 .title {
    color: rgb(20, 31, 107);
}
.serviceab3 .title {
    color: rgb(20, 31, 107);
}
.serviceab4 .title {
    color: rgb(20, 31, 107);
}




.servicepr .title {
    color: rgb(39, 163, 185);
}

.servicepr1 .title {
    color: rgb(20, 31, 107);
}
.servicepr2 .title {
    color: rgb(30, 130, 102);
}
.servicepr3 .title {
     color: rgb(20, 31, 107);
}
.servicepr4 .title {
    color: rgb(30, 130, 102);
}
.servicepr5 .title {
    color: rgb(20, 31, 107);
}



.sub {
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    margin-top: 5px;
    color: #000;
    font-weight: bold;
}

.txt {
    display: block;
    color: #000;
    font-size: 0.875rem;
    margin-top: 10px;
    font-weight: bold;
    line-height: normal;
}
.serviceList .serviceab0:hover>a>.sub, .serviceList .serviceab0:hover>a>.txt,
.serviceList .serviceab:hover>a>.sub, .serviceList .serviceab:hover>a>.txt,
.serviceList .serviceab1:hover>a>.sub, .serviceList .serviceab1:hover>a>.txt,
.serviceList .serviceab2:hover>a>.sub, .serviceList .serviceab2:hover>a>.txt,
.serviceList .serviceab3:hover>a>.sub, .serviceList .serviceab3:hover>a>.txt,
	

.serviceList .servicepr:hover>a>.sub, .serviceList .servicepr:hover>a>.txt,
.serviceList .servicepr1:hover>a>.sub, .serviceList .servicepr1:hover>a>.txt,
.serviceList .servicepr2:hover>a>.sub, .serviceList .servicepr2:hover>a>.txt,
.serviceList .servicepr3:hover>a>.sub, .serviceList .servicepr3:hover>a>.txt,
.serviceList .servicepr4:hover>a>.sub, .serviceList .servicepr4:hover>a>.txt
.serviceList .servicepr5:hover>a>.sub, .serviceList .servicepr5:hover>a>.txt


    {
    color: #7c7c7c;
}

.loginInfot .fa-truck {
    display: inline-block;
    margin-left: -2px;
    margin-right: 8px;
}

.search .searchMenu {
    left: 0;
}

.search .searchMenu {
    width: 64px;
}

.search .searchMenu .searchOption {
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

#loginUserArea {
    position: relative;
    display: block;
    transition: opacity 0.2s;
    background: linear-gradient(#fff, #dedede);
    width: 150px;
    height: 30px;
    cursor: pointer;
    border-radius: 2px;
}

#loginUserArea .fa-angle-down {
    position: absolute;
    top: 9px;
    right: 5px;
    color: #000;
    width: 12px;
    height: 12px;
    display: inline-block;
}

#loginUserArea #loginUsername {
    position: relative;
    width: 150px;
    height: 30px;
    background: linear-gradient(#fff, #dedede);
    transition: opacity 0.2s;
    color: #333;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    text-overflow: ellipsis;
    border-radius: 2px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    display: block;
}

/* --------------------nav end-------------------- */
.bg-color {
    background-color: #000000;
    overflow: hidden;
}

.news {
    display: none;
}

.left-logo {
    position: absolute;
    top: 4px;
    left: 14px;
}

.left-logo img {
    width: 188px;
}

.nav-title {
    display: flex;
    align-items: stretch;
    line-height: 58px;
}

.navbar-bg {
    height: 54px;
    background: #000;
    font-size: 12px;
    position: fixed;
    z-index: 1042;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar-header .mBtn-border {
    border: 0px;
    position: absolute;
    right: 8px;
    font-size: 24px;
    background: #000000;
    color: #ffffff;
    top: 7px;
    padding: 0px;
}

.navbar-default .navbar-toggle .fa-bar {
    background-color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover {
    background-color: #000000;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
}

.mNav-menu {
    width: 100%;
    padding: 0px;
    color: #e1e1e1;
    margin-top: 54px;
    height: calc(100vh - 54px);
    overflow: auto;
}

.mNav-menu h5 {
    margin: 0px;
    padding: 3px 0;
    color: #FFFFFF;
}

.mNav-menu small {
    color: #ffffff;
}

.mNav-menu p {
    color: #d3d3d3;
}

.list-nav {
    padding: 14px 15px;
}

.list-nav span {
    margin-right: 12px;
}

.list-nav a {
    color: #FFFFFF;
}



.serviceab0, .serviceab, .serviceab1, .serviceab2, .serviceab3 {
    border-bottom: #666 1px solid;
    border-left: rgb(30, 130, 102) 4px solid;
    padding: 6px 15px;
    cursor: pointer;
}

.serviceab {
    border-left: rgb(39, 163, 185) 4px solid;
}

.serviceab1 {
    border-left: rgb(39, 163, 185) 4px solid;
}

.serviceab2 {
    border-left: rgb(20, 31, 107) 4px solid;
}

.serviceab3 {
    border-left: rgb(20, 31, 107) 4px solid;
}

.servicepr2, .servicepr, .servicepr1, .servicepr3, .servicepr4, .servicepr5 {
    border-bottom: #666 1px solid;
    border-left: rgb(30, 130, 102) 4px solid;
    padding: 6px 15px;
    cursor: pointer;
}

.servicepr {
    border-left: rgb(39, 163, 185) 4px solid;
}

.servicepr1 {
    border-left: rgb(20, 31, 107) 4px solid;
}
.servicepr3 {
     border-left: rgb(39, 163, 185) 4px solid;
}
.servicepr4 {
    border-left: rgb(20, 31, 107) 4px solid;
}
.servicepr5 {
    border-left: rgb(39, 163, 185) 4px solid;
}

.login-btn {
    width: 100px;
    font-size: 18px;
    float: right;
    margin: 10px;
    margin-top: 17px;
    background-color: #FFBF00;
    font-weight: bold;
    height: 30px;
    border: 0px;
    border-radius: 0px;
}

.nav-pc {
    float: left;
    padding-left: 120px;
}

.nav-pc span .btn-nav {
    color: #FFFFFF;
    line-height: 50px;
    padding: 1rem;
    position: relative;
}

.nav-pc span .active {
    color: #FFBF00;
    text-decoration: none;
}

.nav-pc span .active:focus {
    color: #FFBF00;
}

.nav-pc span .active::after {
    content: "";
    width: 16px;
    color: #FFBF00;
    font-weight: bolder;
    text-decoration: none;
    border-bottom: 4px solid #FFBF00;
    position: absolute;
    bottom: 0px;
    left: 34%;
    left: calc(50% - 8px);
}

.search {
    float: right;
    color: #ffffff;
    height: 30px;
    background: #ffffff;
    margin: 9px 7px;
    border-radius: 40px;

}

.typeBtn {
    border: 0px;
    background: transparent;
    border-radius: 40px;
    height: 30px;
    padding: 0.4375rem 1rem;
    color: #000000;
}

.search input {
    border: 0px;
    border-left: 1px #cdcdcd solid;
    padding-left: 6px;
    height: 30px;
    line-height: 22px;
    color: #000000;
    width: 50px;
}

.searchBtn {
    /* width: 24%; */
    height: 30px;
    float: right;
    border-radius: 40px;
    /* padding: 0 1.5625rem; */
    /* background-color: #FFBF00; */
    border: 0px;
    color: #000000;
}

.nav-pc, .search {
    display: none;
}

.product {
    display: none;
    margin: 0px;
}

.product .col-md-12 {
    margin: 0px;
}

.news {
    background: #ffffff;
    float: right;
    padding: 4px 7px;
    border-radius: 50px;
    margin: 18px 6px;
}

.news-count {
    display: inline-block;
    background: #4ad06a;
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    padding: 0px 4px;
    margin-left: 4px;
}

.tel {
    float: right;
    color: #ffffff;
    line-height: 48px;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    box-sizing: border-box;
    position: relative;
    height: 64px;
}

.right-logo {
    display: none;
}

.nav-pc span .btn-nav:hover {
    color: #ffd149;
    text-decoration: none;
    font-weight: bolder;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
    .btn.active.focus {
    outline: none;
    box-shadow: none;
    border: 0px;
}

.navbar-toggle {
    display: block;
}

.nav-content {
    display: none;
}

.dropdown-menu {
    width: 140px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 90px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0/ 18%);
    box-shadow: 0 6px 12px rgb(0 0 0/ 18%);
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu li:hover {
    background-color: #ededed;
}

.dropdown-menu li {
    height: 34px;
    line-height: 34px;
    padding-left: 24px;
}

@media ( min-width : 768px) {
    .nav-bar {
        display: flex;
        align-items: stretch;
        height: 64px;
    }
    .navBtn-content {
        height: 64px;
    }
    .bg-color {
        height: 64px;
    }
    .navbar {
        height: 64px;
        background: #000;
        font-size: 12px;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        min-width: 1500px;
        position: relative;
    }
    .nav-content {
        margin: 0 95px 0 130px;
        display: none;
    }
    .bg-color {
        background-color: #000000;
        overflow: inherit;
    }
    .news {
        display: block;
        background: #ffffff;
        float: right;
        border-radius: 50px;
        margin: 18px 6px;
    }
    .left-logo {
        position: absolute;
        width: 118px;
        top: 20px;
        left: 15px;
    }
    .mNav-menu {
        display: block;
        background-color: #000000;
        margin-top: 52px;
        height: 610px;
    }
    .navbar-header {
        width: 100%;
    }
	
		 .serviceab0 {
        border-bottom: rgb(30, 130, 102) 2px solid;
    }
	 .serviceab {
        border-bottom: rgb(30, 130, 102) 2px solid;
    }
    .serviceab1 {
        border-bottom: rgb(39, 163, 185) 2px solid;
    }
    .serviceab2 {
        border-bottom: rgb(20, 31, 107) 2px solid;
    }
	    .serviceab3 {
        border-bottom: rgb(20, 31, 107) 2px solid;
    }
	
	
	
	

    .servicepr {
        border-bottom: rgb(39, 163, 185) 2px solid;
    }
    .servicepr1 {
        border-bottom: rgb(20, 31, 107) 2px solid;
    }
	    .servicepr2 {
        border-bottom: rgb(30, 130, 102) 2px solid;
    }
	    .servicepr3 {
         border-bottom: rgb(20, 31, 107) 2px solid;
    }
	    .servicepr4 {
        border-bottom: rgb(30, 130, 102) 2px solid;
    }
		    .servicepr5 {
         border-bottom: rgb(20, 31, 107) 2px solid;
    }
	
	
    .login-show {
        display: none;
    }
    .pc-login {
        display: block;
        width: 100px;
        float: right;
        font-weight: normal;
        margin: 0;
        padding: 0;
        border: 0px;
        height: 30px;
        margin: 17px;
    }
    .login-btn:hover {
        background-color: #ffd149;
        color: #000000;
    }
    .login-btn::active {
        background-color: #ffd149;
        color: #000000;
    }
    .right-logo {
        display: block;
        position: absolute;
        right: 18px;
        top: 24px;
    }
    .right-logo img {
        width: 70px;
    }
    .loginInfot {
        display: none;
        float: right;
        left: 82%;
        top: 74%;
        width: 150px;
    }
    .loginInfot span {
        margin-right: 10px;
    }
    .loginInfot p {
        color: #000000;
        text-align: center;
        border-bottom: 1px solid #eeeeee;
        height: 40px;
        line-height: 40px;
    }
    .search {
        display: block;
        margin: 17px 10px;
       
    }
    .search input {
        width: 80px;
    }
    .serviceClick {
        cursor: pointer;
    }
}

@media ( min-width : 992px) {
    .mNav-menu {
        display: none;
    }
    .nav-content {
        display: block;
    }
    .navbar-toggle {
        display: none;
    }
    .m_name {
        display: none;
    }
    .navbar-bg {
        height: 64px;
        background: #000;
        font-size: 12px;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 1320px;
    }
	
		.serviceab0 {
        border-bottom: rgb(30, 130, 102) 2px solid;
        background-image:
            url(ab0.png);
    }
	.serviceab {
        border-bottom: rgb(30, 130, 102) 2px solid;
        background-image:
            url(ab.png);
    }
    .serviceab1 {
        border-bottom: rgb(39, 163, 185) 2px solid;
        background-image:
            url(ab1.png);
    }
    .serviceab2 {
        border-bottom: rgb(20, 31, 107) 2px solid;
        background-image:
            url(ab2.png);
    }
	    .serviceab3 {
        border-bottom: rgb(20, 31, 107) 2px solid;
        background-image:
            url(ab3.png);
    }
	
	
	
	

    .servicepr {
        border-bottom: rgb(39, 163, 185) 2px solid;
        background-image:
            url(pr.png);
    }
    .servicepr1 {
        border-bottom: rgb(20, 31, 107) 2px solid;
        background-image:
            url(pr1.png);
    }
	    .servicepr2 {
        border-bottom: rgb(30, 130, 102) 2px solid;
        background-image:
            url(pr2.png);
    }
	 .servicepr3 {
        border-bottom: rgb(20, 31, 107) 2px solid;
        background-image:
            url(pr3.png);
    }
	 .servicepr4 {
        border-bottom: rgb(30, 130, 102) 2px solid;
        background-image:
            url(pr4.png);
    }
		 .servicepr5 {
        border-bottom: rgb(20, 31, 107) 2px solid;
        background-image:
            url(pr5.png);
    }
	
}

@media ( min-width : 1200px) {
	.nav-item {
        padding: 4px 8px;
        box-sizing: border-box;
    }
    .search {
        display: block;
        margin: 17px 10px;

    }
    .col-md-3 {
        margin-top: 10px;
    }
    .search input {
        width: 80px;
    }
}

@media ( min-width : 1400px) {
	.nav-item {
        padding: 4px 8px;
        box-sizing: border-box;
    }	
    .search input {
        width: 80px;
    }
}