@charset "UTF-8";

body {
   /* font-family: "medium-content-sans-serif-font","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;*/
}
/* main */
.page {
    height:auto;
    background:#fff;
}

.page ul {
    padding-left: 0;
    margin: 0;
}
.page .body {
    min-height: 550px;
}
.list dl dt {
    color:#333;
    line-height:24px;
}
.list dl dd {
    font-size:14px;
    color:#616161;
    line-height: 2rem;
}
.main.homepage {
    padding-bottom: 0;
    margin-bottom: 0;
}
/*list-job*/
li.list {
    margin:10px 2% 0 2%;
    background:#fff;
    border-radius:4px;
    border: none;
}

.pager {
    overflow: hidden;
}
.icon3 {
    width:27px;
    height:27px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 15px;
}
nav > ul {
    box-shadow:1px 0px 3px #CCC;
    background:#fff;
    font-size: 0;
}
nav.filter> ul> li {
    width:24.6%;
    padding-left: 2%;
    line-height:44px;
    border-right:1px solid #f5f5f5;
    background:#fff;
    display: inline-block;
}
nav ul li select {
    width:100%;
    height:90%;
    display: none;
    border:none;
    outline:none;
    background: none;
    font-size:16px
}

footer {
    background:#4d4d4d;
    padding:3% 0;
    text-align:center;
    color:#a5a5a5;
    margin-top: 15px;
}
footer a { font-size:16px; color:#a5a5a5;}
footer a.on {color:#0093ff; }
footer .info {
    font-size: 1rem;
}
footer .sep {
    margin: 0 10px;
}

.note {
    padding: 1.5rem;
    color: #00A3E0;
}

.content-fixed {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.btn {
    padding: 5px 20px;
    border: 2px solid #8e97a0;
    display: inline-block;
}
.btn:hover {
    background-color: #8e97a0;
    color: #fff
}
.btn-white {
    color: #fff;
    border-color: #fff
}

/*magic line*/
.nav-magic-line {
    position: relative;
}
li.magic-line {
    position: absolute !important;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #fe4902;
}

/*header*/
.header .logo {
    width: 150px;
    height: 50px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -25px;
}
.header .top {
    background-color: #f37800;
    height: 130px;
    position: relative;
}
.header .nav-bar {
    background-color: #f79100;
    height: 45px;
}
.header .nav {
    display: inline-block;
}
.header .nav li {
    position: relative;
    line-height: 45px;
}
.header .nav li .angle {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: none;
    margin-left: -5px;
    opacity: .8;
}
.header .nav li.hover .angle {
    display: block;
}
.header li {
    display: inline-block;
}
.header li a {
    padding: 0 10px;
}
.header .top li {
    line-height: 45px;
}
.header .top .account {
    display: inline-block;
    margin-top: 43px;
    min-width: 200px;
}
.header .top .links {
    float: right;
    margin-top: 43px;
}
.header a {
    color: #fff;
}
.header a:hover {
    color: #dcdcdc;
}
.header .magic-line {
    top: -2px;
    background-color: #fff;
}
.header .form-search {
    float: right;
    background: #fff;
    padding: 5px;
    margin-top: 5px;
}
.header .form-search a {
    color: #666;
    padding: 3px 5px;
}
.header .form-search a:hover {
    color: #111;
}
.header .form-search input {
    border: none;
    font-size: 13px;
    width: 200px;
    padding: 3px;
}
.header .form-search input:focus {
    outline: none;
}
.header .links .languages {
    position: relative;
}
.header .links .languages .sub-menu {
    position: absolute;
    background: #fff;
    z-index: 9999;
    min-width: 100px;
    display: none;
    border: 1px solid #8e97a0;
}
.header .links .languages .sub-menu li {
    display: block;
    line-height: 30px;
}
.header .links .languages .sub-menu a {
    padding: 0 10px;
    color: #777;
    display: block;
}
.header .links .languages .sub-menu a:hover {
    background: #8e97a0;
    color: #fff
}
.header .sub-nav {
    position: absolute;
    z-index: 999;
    width: 100%;
}
.header .sub-nav .item {
    width: 100%;
    background-color: #fff;
    position: absolute;
    display: none;
    line-height: 4;
    border-bottom: 1px solid #ddd;
}
.header .sub-nav .item label {
    color: #f37900;
    float: left;
}
.header .sub-nav .thumb {
    padding: 2em 0;
}
.header .sub-nav .thumb li {
    width: 20%;
    text-align: center;
    float: left;
}
.header .sub-nav .thumb li .title {
    margin-top: 0.8em;
}
.header .sub-nav .group.brands a {
    color: #222
}
.header .sub-nav .group .content {
    margin-left: 80px;
    border-bottom: 1px solid #eee;
}
.header .sub-nav .group .content.no-border {
    border-bottom: none;
}
.header .sub-nav .item a {
    color: #777;
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}
.header .sub-nav .item a .subtitle {
    font-size: .6em;
}
.header .sub-nav .item a:hover {
    color: #111;
    text-decoration: underline;
}
.breadcrumb {
    border-bottom: 1px solid #eee;
    line-height: 44px;
    text-align: right;
}
.breadcrumb li {
    display: inline-block;
    font-size: 14px;
}
.breadcrumb li a {
    padding: 0 5px;
}
/*footer*/
.footer {
    min-height: 200px;
    background-color: #4c4c4c;
    color: #efefef;
    line-height: 1.6;
    font-size: 13px;
}
.footer .content-fixed {
    padding: 50px 0;
}
.footer .left {
    display: inline-block;
    width: 25%;
}
.footer .right {
    display: inline-block;
    width: 74%;
    vertical-align: top;
    padding-top: 10px;
    border-left: 1px solid #666;
}
.footer .right .wrapper {
    padding-left: 20px;
}
.footer .left .logo {
    display: inline-block;
    margin-bottom: 20px;
}
.footer .list {
    overflow: hidden;
}
.footer .list li.group {
    float: left;
    padding: 0 5px;
    text-align: center;
    width: 85px;
}
.footer .list .title {
    margin-bottom: 15px;
}
.footer .list .title a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
/*left nav*/
.body .left .subtitle {
    margin-left: 1em;
}
.body .left .nav {
    border-left: 2px solid #111;
    line-height: 2.5;
    padding-left: 0;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 2em;
}
.body .left .nav > li {
    margin-left: -6px;
}
.body .left .nav a {
    padding-left: 1.5em;
}
.body .left .nav > li > a {
    color: #000;
}
.body .left .nav > li.active > a {
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.body .left .nav .active > a {
    color: #f37900;
}
.body .left .nav .sub-nav {
    display: none;
}
.body .left .nav .active .sub-nav {
    display: block;
}
.body .left .nav .sub-nav a {
    font-size: .8em;
}

/*bxSlider*/
.bx-wrapper .bx-controls-direction a.bx-prev {
    width: 48px;
    height: 48px;
    left: -50px;
    background:url(../images/iconfont-arrow-left.png);
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.bx-wrapper .bx-controls-direction a.bx-next {
    width: 48px;
    height: 48px;
    right: -50px;
    background: url(../images/iconfont-arrow-right.png);
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
.bx-wrapper .bx-controls-direction a.bx-next:hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

/*pager*/
.pager {
    overflow: visible !important;
    text-align: center;
}
.pager li {
    display: inline-block;
    float: none !important;
    margin-right: 0.8em;
}
.pager .pager-current {
    padding: 0.3em 0.8em;
}
.pager a {
    padding: 0.2em 0.8em;
    border:1px solid #8e97a0;
}
.pager a:hover {
    background-color: #8e97a0;
    color: #fff;
}
/*article*/
.article .content {
    color: #666;
    font-size: 14px;
    line-height: 2;
    margin: 2em 0
}
.article .content img {
    max-width: 100%;
}

form input[type=text],
form input[type=password],
form input[type=button],
form input[type=submit],
input.btn {
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
}
.form-group {
    margin-bottom: 1em;
}
input.btn {
    border: none !important;
}
input.btn-red {
    background-color: #ef5b01;
    color: #fff;
    border: none;
}
.btn-red:hover {
    background-color: #ff6b11;
}
.form-group .help {
    color: #999
}
.form-group .required {
    color: red;
}

.data-table th,
.data-table td {
    padding: .8em;
    border-bottom: 1px solid #eee;
}
.data-table th {
    background-color: #efefef;
    text-align: left;
    font-weight: normal;
}
.layui-layer-btn {
    text-align: center!important;
}
.layui-layer-btn .layui-layer-btn0,
.layui-layer-btn .layui-layer-btn1 {
    border: none !important;
    padding: 5px 2em;
}
.layui-layer-btn .layui-layer-btn0 {
    background-color: #ef5b01 !important;
}
.layui-layer-btn .layui-layer-btn0:hover {
    background-color: #ff6b11;
}

/*block-solutions*/
.header .block-solutions ul {
    overflow: hidden;
    padding-top: 20px;
}
.header .block-solutions li {
    width: 20%;
    text-align: center;
    margin-bottom: 2em;
    float: left;
}
.block-solutions .icon-wrapper {
    width: 136px;
    height: 136px;
    display: inline-block;
    background-image: url(../images/bg-gray-circle.png);
    position: relative;
    margin-bottom: 1em;
}
.block-solutions a {
    display: inline-block;
    text-align: center;
}
.block-solutions .icon {
    background-image: url(../images/icons.png);
    position: relative;
    left: 50%;
    top: 50%;
}
.block-solutions .icon-underwear {
    margin-left: -30px;
    margin-top: -44px;
    width: 60px;
    height: 88px;
}
.block-solutions a:hover .icon-underwear {
    background-position: 0 -117px;
}
.block-solutions .icon-coat {
    margin-left: -45px;
    margin-top: -44px;
    width: 90px;
    height: 80px;
    background-position: -167px 0;
}
.block-solutions a:hover .icon-coat {
    background-position: -167px -117px;
}
.block-solutions .icon-sport {
    margin-left: -45px;
    margin-top: -43px;
    width: 90px;
    height: 86px;
    background-position: -345px 0;
}
.block-solutions a:hover .icon-sport {
    background-position: -345px -117px;
}
.block-solutions .icon-housing {
    margin-left: -40px;
    margin-top: -45px;
    width: 80px;
    height: 80px;
    background-position: -525px 0;
}
.block-solutions a:hover .icon-housing {
    background-position: -525px -117px;
}
.block-solutions .icon-seasons {
    margin-left: -40px;
    margin-top: -45px;
    width: 82px;
    height: 80px;
    background-position: -700px 0;
}
.block-solutions a:hover .icon-seasons {
    background-position: -700px -117px;
}