@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=4.2.0');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.headstatic {
    background-color: #202025;
}

.headstatic li a {
    background: none;
}

.headstatic li {
    border: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: none;
    border-color: none;
}

.homepageAds {
    width: 100%;
    height: 726px;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    background-color: rgba(35, 24, 21, 0.8);
    background-image: url('../images/front/frontbg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.front-search .btn,
.btn-default,
.front-search .btn:focus,
.front-search .btn-default:focus {
    background-color: transparent;
    border: 1px solid #d5d5d5;
}

.center-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#AlertMessageBody {
    color: #333;
}

.navbar {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
    line-height: 45px;
    background-color: #d9e9ec;
    width: 100%;
    font-size: 14px;
    filter: Alpha(opacity=95);
    opacity: 0.95;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 100%;
}
.offContent{
	max-width:1057px;
	margin-left:auto;
	margin-right:auto;
	height:60px;
}
#itemApplay{
	width: 80px;
    height: 30px;
    background-color: #14a2b1;
    line-height: 30px;
    border-radius: 9%;
    padding: 0px;
    margin-left:28px;
    text-align: center;
}
#createItem{
    color: #fff;
    font-size: 14px;
}
.navs{
	display: inline-block;
    vertical-align: top;
    margin-left: 38px;
    height: 60px;
    line-height:60px
}
.navs li{
	display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 28px;
    text-decoration: none;
    cursor: default;
}
#entry{
	width: 78px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #14a2b1;
    padding: 0px;
    margin-left:28px;
    border-radius:9%
}
#entry a{
	color:#14a2b1;
	font-size:14px
}
.brand-div {
    margin: 0px 0 0 40px;
}

.ace-nav {
    height: 100%;
    margin: 0 !important;
}

.ace-nav>li:first-child {
    border-left-width: 0;
}

.ace-nav>li {
    line-height: 45px;
    height: 45px;
    padding: 0;
    position: relative;
    float: left;
    margin: 0 0 0 40px;
}
.navs>li>a{
	color:#777777;
	font-size:16px;
	text-decoration:none;
}

.ace-nav>li>a {
    color: #4082ab;
    display: block;
    line-height: inherit;
    text-align: center;
    height: 100%;
    width: auto;
    position: relative;
    text-decoration: none;
}

.navbarHeader-blue .ace-nav>li>a,
.navbarHeader-blue .ace-nav>li>a:hover,
.navbarHeader-blue .ace-nav>li>a:visited {
    color: #fff;
    display: block;
    line-height: inherit;
    text-align: center;
    height: 100%;
    width: auto;
    position: relative;
    text-decoration: none;
}

.fa-caret-down:before {
    content: "\f0d7";
}

:before,
 :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ace-nav>li>a>.ace-icon {
    display: inline-block;
    font-size: 16px;
    color: #4082ab;
    text-align: center;
    width: 20px;
}

.navbarHeader-blue .ace-nav>li>a>.ace-icon {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 20px;
}

.ace-nav>li>a:hover,
.ace-nav>li>a:focus,
.ace-nav>li.open>a {
    color: #4082ab;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.headstatic li {
    border: none;
}

.headstatic li a {
    background: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.app-dropdown-ul {
    position: absolute;
    top: 45px;
    left: -300px;
    opacity: 1;
    z-index: 100;
    width: 381px;
    height: 241px;
    overflow: hidden;
}

.weixinPosition {
    position: absolute;
    bottom: 67px;
    left: -50px;
    opacity: 1;
    z-index: 1;
    width: 153px;
    height: 161px;
    overflow: hidden;
}

.footer {
    background: #f4f3f1;
    z-index: 3;
    border-top: solid 1px #ccc;
}

.copy-right {
    width: 640px;
    margin: 0 auto 0;
    padding-bottom: 10px;
}

.copy-right-ul {
    margin-top: 10px;
}

.copy-right-ul li {
    float: left;
    display: inline;
    border-right: solid 1px #a19d9a;
    color: #585858;
    font-size: 12px;
    padding: 0 15px 0 15px;
    line-height: 1.5em;
    font-weight: 400;
}

.copy-right-ul li a,
.copy-right-ul li a:visited {
    color: #585858;
    text-decoration: none;
}

.copy-right-ul li.phone-li {
    background: url(../images/front/default/copy-right-phone.png) no-repeat left center;
    padding-left: 25px;
    color: #207795;
    font-size: 14px;
    font-weight: bold;
}

.copy-right-ul li a.copy-right-weixin {
    background: url(../images/front/default/copy-right-weixin.png) no-repeat left center;
    width: 25px;
    height: 19px;
    display: inline;
    float: left;
}

.copy-right-ul li a.copy-right-sina {
    background: url(../images/front/default/copy-right-weibo.png) no-repeat left center;
    width: 25px;
    height: 19px;
    margin-left: 5px;
    display: inline;
    float: left;
}

.copy-icpbox {
    color: #9fa0a0;
    font-size: 12px;
}

.copy-info {
    display: inline;
}

.copy-right-icp {
    display: inline;
    background: url(../images/front/default/copy-right-hu.png) no-repeat left center;
    padding-left: 25px;
    margin: 0 0 0 20px;
}

.copy-right-icp a,
.copy-right-icp a:visited {
    color: #9fa0a0;
    text-decoration: none;
}

.pmp-goto {
    position: fixed;
    padding: 0 0;
    bottom: 120px;
    right: 0;
    z-index: 1000;
    width: 32px;
    height: 32px;
    display: none;
}

.pmp-goto-link {
    background: url(../images/front/default/goto-link.png) no-repeat center center;
    background-size: 32px 32px;
    display: inline;
    float: left;
    height: 32px;
    width: 32px;
}

.btndarkblue {
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 #3f80a9;
    background-image: none !important;
    border: 5px solid #14A2b1;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: background-color .15s, border-color .15s, opacity .15s;
    -o-transition: background-color .15s, border-color .15s, opacity .15s;
    transition: background-color .15s, border-color .15s, opacity .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
   /*  background-color: #3f80a9;
    border-color: #3f80a9; */
    background-color: #14A2b1;
    border-color: #14A2b1;
    border-radius: 3px;
    height: 39px;
}

.ci-box-fc {
    color: #333;
    font-size: 12px;
}

.isd-loginTab {
    line-height: 40px;
    height: 40px;
    background-color: #14A2B1;
    border-radius: 6px;
    color: #fff;
    margin:25px 16px 16px 16px;
}

.ci-lineH20 {
    line-height: 20px;
}
.ci-lineH24 {
    line-height: 24px;
    color:#666;
}
.ci-applyCode {
    font-size: 14px;
    font-weight: bold;
}

.ci-btnred,
.ci-btnred:focus,
.ci-btnred:active,
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-danger,
.btn-danger:focus,
.btn-danger:active {
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 #fba831;
    background-image: none !important;
    border: 5px solid #fba831;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: background-color .15s, border-color .15s, opacity .15s;
    -o-transition: background-color .15s, border-color .15s, opacity .15s;
    transition: background-color .15s, border-color .15s, opacity .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    /* background-color: #fba831;
    border-color: #fba831; */
    background-color: #f5b832;
    border-color: #f5b832;
    border-radius: 6px;
    height: 36px;
    color: #fff;
}

.btn-primary,
.btn-danger {
    width: 100px;
}

.ic-searchtext {
    position: relative;
    display: table;
    border-collapse: separate;
    border: solid 1px #4082ab;
    background: #fff;
    line-height: 1.4;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 8.5px;
    padding-left: 5px;
}

.ic-searchbtn,
.ic-searchbtn:focus {
    background-color: #4082ab!important;
    border-color: #4082ab;
    padding: 3px 8px;
    border-width: 1px;
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 8px 0 0 0px;
    float: left;
    color: #FFF;
}

.ic-searchbtn .ace-icon {
    margin: 0!important;
    text-align: center;
    padding: 0;
}

.ic-inline {
    display: inline-block;
}

.form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.input-group {
    display: inline-table;
    vertical-align: middle;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-btn>.btn {
    position: relative;
}

.border-4-r-radius {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn {
    border-width: 2px;
}

.btn-info,
.btn-info:focus {
    background-color: #6fb3e0!important;
    border-color: #6fb3e0;
}

.ic-front-searchtext,
input.ic-front-searchtext:focus,
ic-front-searchtext:active {
    border: solid 1px #999999;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 24px;
    width: 220px;
    background-color: transparent;
    padding-left: 15px;
    color: #999999;
}

.navbarHeader-blue .ic-front-searchtext,
.navbarHeader-blue input.ic-front-searchtext:focus,
.navbarHeader-blue ic-front-searchtext:active {
    border: solid 1px #4182ac;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 24px;
    width: 220px;
    background-color: #FFF;
    padding-left: 15px;
    color: #4182ac;
}

.ic-searchbox {
    margin-top: 6px;
}

.ic-front-searchbtn {
    border: solid 1px #999999;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 28px;
    width: 28px;
    border-left: none;
    background-color: transparent;
    background-image: url("../images/front/default/ic-front-searchbg.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.navbarHeader-blue .ic-front-searchbtn {
    border: solid 1px #4182ac;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 28px;
    width: 28px;
    border-left: none;
    background-color: #fff;
    background-image: url("../images/front/default/ic-front-searchbg.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
}

.navbarHeader {
    background: #fff;
    opacity: 95%;
}

.navbarHeader-blue {
    background-color: #4182ac;
}