body {
	font-family: Roboto, "Microsoft YaHei", 微软雅黑, simHei, 黑体, Arial, sans-serif, Verdana;
	font-size: 16px;
}
.nav-head {
	background-color: transparent;
	border-color: #ffffff;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}
.nav-head2 {
	background-color: #124395;
	border-color: #ffffff;
	color: #fff;
	-moz-box-shadow: 1px 0 10px rgba(1,1,1,0.4);
	box-shadow: 1px 0 10px rgba(1,1,1,0.4);
}

h1, h2, h3, h4 {
	
}
h1 {
	font-weight: 300;
	font-size: 56px;
	color: #124395;
	margin-top: 50px;
}
h2 {
	font-size: 60px;
	color: #124395;
	font-weight: 300;
	letter-spacing: 2px;
	margin-top: 50px;
}
h2:after {
	content: " ";
	display: block;
	width: 50px;
	height: 1px;
	background: #44c8f5;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3 {
	font-weight: 500;
	font-size: 20px;
	color: rgba(18,67,149,1);
}
a {
    color: #124395;
}
.sector-cont h3:after {
    content: " ";
    display: block;
    width: 50px;
    height: 1px;
    background: #44c8f5;
    margin-top: 18px;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
}
p, ul {
	font-size: 16px;
	line-height: 23px;
	color: #3f4048;
	margin-top: 30px;
}

.stat-text{
	    font-size: 30px;
	font-weight: 500;
}
.hero-box p.hb-arti-title{
	font-size: 20px;
	margin-top: 15px;
}
#wrapper{
	height:100vh;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.no-padding {
	padding: 0;
}
.h-block {
	height: 30px;
}
.red-lines {
	border-top: 1px solid #0e4e96;
	border-bottom: 1px solid #0e4e96;
}
.red-lines h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.red-lines .btn {
	margin-top: 13px;
	margin-left: 20px;
}
.red-back {
	background: #0e4e96;
	color: #ffffff;
}
.red-back h1 {
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}
.red-back a.btn {
	display: inline-block;
	margin: 18px;
}
.cont-box .btn-default{
	margin-bottom: 20px; margin-right: 10px;
}
.hero-wrap {
	background: url("../img/background.jpg") no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	padding: 0;
	color: #ffffff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
} 

#hero-img-container{
	background:rgba(18,67,149,1);
	width:100%;
	height:100%;
	position: absolute;
	overflow: hidden;
}
#hero-img-container .hero-wrap{
	width:100%;
	height:100%;
	opacity: 0.2;
}
.max{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px); 
	-o-filter: blur(5px); 
	-ms-filter: blur(5px); 
}

.tab-content>.tab-pane{
	min-height: 200px;
}
.sector-cont{
	padding-top:30px;
}
.ig-block {
	margin-bottom: 40px;
	margin-top: 40px;
}
.ig-block p {
	max-width: 245px;
}
.ig-block p.top-fix {
	margin-top: 18px;
}
.ig-block img {
	max-width: 100%;
}

.gray-box{
	background: #f7f7f7;
    padding: 12px 17px;
}
.gray-box-tip{
	display: block;
    width: 20px;
    height: 20px;
    background: #f7f7f7;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 999;
}
p.max-w-100 {
	max-width: 100%;
}
.ig-stat {
	font-size: 40px;
	color: #44c8f5;
	font-weight: 700;
    margin-bottom: 11px;
    display: block;
	margin-top: 12px;
}
.ig-stat-sm {
	color: #44c8f5;
	font-weight: 700;
	margin-bottom: 10px;
	display:block;
    margin-right: 10px;
    font-size: 40px;

}
.ig-stat-p
{
	margin-bottom: -12px;
}
.ig-img-block {
	width: 180px;
	height: 140px;
}
.step-3 {
	position: absolute;
	margin-left: 269px;
	margin-top: 1px;
}
.step-2 {
	position: absolute;
	margin-left: 142px;
	margin-top: -46px;
}
.step-1 {
	margin-top: 70px;
}
.hero-wrap-img {
	background-color: rgba(18,67,149, 0.8);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.hero-wrap-img2 {
	background-color: rgba(18,67,149, 0.9);
}
.hero-wrap h1 {
	color: #ffffff;
}
.hero-big-h1 {
	font-weight: 700;
	font-size: 100px;
	margin-top: -33px;
	letter-spacing: -5px;
}
.hero-h2{
	letter-spacing: -1px;
}
.hero-heading{
	color:#fff;
}
.hero-heading:after {
	content: 0;
	width: 0;
	height: 0;
}
#job-sector-wrapper p{
    font-size: 22px;
    margin-top: 10px;
}
.hero-year{
	    margin-top: 20vh;
    font-size: 36px;
    letter-spacing: -2px;
    margin-left: 261px;
    margin-bottom: -70px;
    font-weight: 500;
    display: block;
}
.hero-wrap h2 {
	font-size: 60px;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 2px;
}
.hero-wrap h3 {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #b3d3e5;
	margin-top: 12px;
}
.hero-wrap h4 {
	margin-top: 20vh;
	font-size: 36px;
	letter-spacing: -2px;
	margin-left: 341px;
}
.hero-pic-wrap {
	padding-top: 2px;
	text-align: right;
}
.hero-pic-wrap img {
	text-align: center;
	width: 100%;
	max-width: 458px;
}
.hero-block-wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inherit;
	vertical-align: bottom;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 0;
	max-width: 970px;
}
.hero-block-wrapper.hbw-2 {
	position: relative;
}
.hero-box {
	width: 20%;
	position: relative;
	float: left;
}
.info-title{
	font-family: Roboto, "Microsoft YaHei", 微软雅黑, simHei, 黑体, Arial, sans-serif, Verdana;
    font-size: 24px;
    color: #124395;
}
.drop-fix{
	margin-right: -20px;
}
.panel-title a{
	font-weight: 500;
    color: #124395;
}
.panel-title a:hover, .panel-title a:focus{
	text-decoration: none;
}
.panel-default{
	border-bottom: 0;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar-default .navbar-toggle{
	border-color: #fff;
}
.navbar-toggle{
	border:2px solid transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color:transparent;
}
.navbar-default .navbar-toggle{
	border-color: transparent;
	margin-right: 5px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background: rgba(18,67,149,1);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: transparent;
	color: #fff;
}

a.hero-box{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a.hero-box:hover{
	-moz-box-shadow: 1px 2px 25px rgba(0,0,0, 0.5);
	box-shadow: 1px 2px 25px rgba(0,0,0, 0.5);
    z-index: 999;
}
a.hero-box .content {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 1;
}
a.hero-box .content:hover {
	background: rgba(68,200,245,1);
	z-index: 999;
	position: absolute;
}

.hero-text {
	height: 50vh;
}
.blue-sub-title{
	font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #b3d3e5;
    margin-top: 12px;
}
.hb-title {
	width: 20vh;
	margin-top: 40px;
}
.hb0 {
	background: #f7f7f7;
}
.hb1 {
	background: rgba(18,67,149,1);
}
.hb2 {
	background: rgba(68,200,245,0.9);
}
.hb3 {
	background: rgba(68,200,245,0.7);
}
.hb4 {
	background: rgba(68,200,245,0.5);
}
.hb5 {
	background: rgba(68,200,245,1);
}
.hb6 {
	background: rgba(18,67,149,0.9);
}
.hb7 {
	background: rgba(18,67,149,0.3);
}
.hb8 {
	background: rgba(18,67,149,0.7);
}
.hero-box:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.hero-box .content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	text-align: center;
}
.hero-box .content.hero-box-img {
	padding: 0;
}
.hero-box .content img {
	width: 100%;
}
.hero-box h2 {
	font-size: 36px;
	font-weight: 500;
}
.hero-box h3 {
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 0;
	font-weight: 300;
	margin-top: 10px;
}
.hero-box p {
	font-family: Roboto, "Microsoft YaHei", 微软雅黑, simHei, 黑体, Arial, sans-serif, Verdana;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	margin-top: -5px;
	margin-bottom: 5px;
}
.hero-box p.sub-p {
	font-size: 14px;
	margin-top: -6px;
	font-weight: 500;
}
.hero-box p.sub-p i.ico-sprite {
	margin-top: 0;
    margin-left: -4px;
	background-position: -540px -389px;
}

.hero-box .content.cont-stat {
	text-align: left;
	/*padding-left: 20%;*/
}
.cont-stat .ico-sprite {
	margin-left: -21px;
	opacity: 0.6;
}
.hero-box .content.cont-art {
	text-align: left;
	padding-top: 22%;
	padding-left: 20%;
}
.hero-box i.ico-sprite {
	margin-top: 24px;
}
.hero-box.hb-title  i.ico-sprite {
	margin-top: 10px;
}
.tip:after {
	content: " ";
	width: 25px;
	height: 25px;
	background: rgba(68,200,245,1);
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -12px;
	top: 40%;
	z-index: 999;
}
.tip-left:after {
	left: -12px;
}
.ico-container {
	width: 60px;
	height: 60px;
	display: inline-block;
	float: left;
	margin-top: 24px;
}
.ico-container img{
    margin: 0 auto;
}
.icon-para p {
	margin-left: 75px;
	display: inline-block;
	margin-top: -54px;
}
.icon-para p a{
	text-decoration: none;
	font-weight: 700;
}
.icon-para p a:hover{
	color: #124395;
	text-decoration: underline;
}
#job-sector-wrapper .hero-block-wrapper {
	position: relative;
}
.gray-back {
	background-color: #f7f7f7;
}
.cont-box {
	padding-top: 40px;
	padding-bottom: 90px;
}

.language-link:hover{
	color: rgba(68,200,245,1);
	text-decoration: none;
}

.navbar-brand {
	height: 80px;
	padding: 24px 15px;
}
.navbar-nav .dropdown {
	font-family: Roboto, "Microsoft YaHei", 微软雅黑, simHei, 黑体, Arial, sans-serif, Verdana;
	font-size: 16px;
	color: #3f4048;
}
.navbar-nav li a {
	font-family: Roboto, "Microsoft YaHei", 微软雅黑, simHei, 黑体, Arial, sans-serif, Verdana;
}
.dropdown-menu>li>a {
	font-family: 'Roboto', sans-serif;
	padding: 9px 34px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 300;
	font-size: 16Gpx;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease; 
}
.navbar-default .navbar-nav>li>a:hover{
	color: #44c8f5;
}

.navbar-default .navbar-nav>li>a:focus  {
	color: #fff;

}
.navbar-default .navbar-toggle {
	margin-top: 22px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #44c8f5;
	border-bottom: 2px solid #44c8f5;
}
.navbar-fixed-top {
	border-width: 0;
}
.m-font {
	font-style: normal;
	font-size: 50px;
	color: #ffffff;
}
.show-box{
    padding: 10px 34px;
    padding-bottom: 10px;
    margin-top: 40px;
    background: #fff;
    -moz-box-shadow: 0px 2px 55px rgba(1,1,1,0.1);
    box-shadow: 0px 2px 55px rgba(1,1,1,0.1);
}
.dropdown-menu{
	padding: 25px 0;
	border: 1px solid #fff;
}






@media (min-width: 768px) {
.navbar-nav>li>a {
	padding-top: 30px;
	padding-bottom: 30px;
}

}
ul.nav-tabs li a {
	font-family: Roboto, "Microsoft YaHei", 微软雅黑, simHei, 黑体, Arial, sans-serif, Verdana;
	font-weight: 500;
	font-size: 20px;
	padding: 5px 0;
}
.tab-content {
	padding: 0px 0px 35px 0px;
}
.box-tab .tab-pane {
	min-height: 300px;
}
.nav-tabs>li>a {
	color: #888;
	margin-right: 40px;
	border: 0;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
.nav-tabs>li>a:hover {
	background: transparent;
	border: 0;
	color: rgba(18,67,149,1);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
	color: rgba(18,67,149,1);
	background: none;
}
.nav-tabs>li.active>a:after {
	    content: " ";
    display: block;
    width: auto;
    height: 2px;
    background: #44c8f5;
    margin-top: 14px;
	margin-bottom: -15px;
}


.panel-title {
	font-family: Roboto, "Microsoft YaHei", 微软雅黑, simHei, 黑体, Arial, sans-serif, Verdana;
	font-weight: 700;
	font-size: 20px;
}
.panel-body {
	padding: 30px 15px 55px;
}
.panel-default {
	border-color: #fff;
	border-bottom-color: #ddd;
	border-bottom: 1px solid #e7e7e7;
}
.panel-default>.panel-heading {
	background: #ffffff;
}
.panel-heading .accordion-toggle:after {
	font-family: 'pg-icons';
	font-weight: normal;
	content: "\e802";
	float: left;
	color: grey;
	-webkit-transition: 300ms ease-in-out all;
	-moz-transition: 300ms ease-in-out all;
	transition: 300ms ease-in-out all;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-right: 13px;
}
.panel-heading .accordion-toggle.collapsed:after {
	content: "\e802";
	-webkit-transition: 300ms ease-in-out all;
	-moz-transition: 300ms ease-in-out all;
	transition: 300ms ease-in-out all;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.accordion-toggle {
	display: block;
}
.btn {
	padding: 15px 26px;
	font-family: Roboto, "Microsoft YaHei", 微软雅黑, simHei, 黑体, Arial, sans-serif, Verdana;
}
.btn-default {
	font-size: 16px;
	padding: 13px 26px;
}
.btn-default, .btn-default:visited, .btn-default:active, .btn-default:focus {
	background: #f1a121;
	border-color: #f1a121;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-default:hover, .btn-default:active:hover {
	background: #E19400;
	border-color: #E19400;
	color: #fff;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}
.btn-lg {
	font-size: 30px;
	padding: 13px 45px;
}
.ft-btn-wrap .btn-default {
	margin: 20px 20px 20px 0;
}
.ft-btn-wrap {
	padding: 30px 20px;
	margin-bottom: 65px;
}
.pp-footer {
	font-size: 11px;
	padding: 20px;
	font-weight: 300;
}
.pp-footer a {
	color: #ffffff;
	text-decoration: underline;
}

.carousel-indicators li {
	border: 1px solid #0e4e96;
}
.carousel-indicators .active {
	background-color: #0e4e96;
}
#carousel-example-generic {
	border: 1px solid #0e4e96;
}
.carousel-inner {
	font-family: Roboto, "Microsoft YaHei", 微软雅黑, simHei, 黑体, Arial, sans-serif, Verdana;
	font-weight: 700;
	text-align: center;
}
.slde-cont {
	height: 200px;
	display: table-cell;
	vertical-align: middle;
}
.carousel-inner p {
	color: #0e4e96;
	font-size: 24px;
	margin: 45px 50px;
	line-height: 30px;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators .active {
	-moz-border-radius: 0;
	border-radius: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px;
}
.pad-fix-cmt {
	padding: 23px;
}
.pp-anchor {
	display: block;
	position: relative;
	top: -81px;
	visibility: hidden;
}
.sbp-1 {
	width: 80%;
	padding-left: 10px;
}
.pp-btn-cover {
	padding-top: 12px;
	padding-bottom: 10px;
}
.in-img {
	width: 100%;
	max-width: 400px;
	text-align: center;
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-align: center;
	line-height: 39px;
	color: #fff;
	white-space: nowrap;
	background-color: rgba(241,161,33,0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s, background .3s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s background .3s;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s background .3s;
	transition: opacity .3s 0s, visibility 0s 0s background .3s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: rgba(241,161,33,1);
	opacity: 1;
	color: #fff;
}
.cd-top:hover, .cd-top:focus, .cd-top:active {
	color: #fff;
	background-color: rgba(241,161,33,1);
}
.v-mid {
	vertical-align: middle;
}
.map-back {
	background: url(../img/map-asia.png) no-repeat center;
	-moz-background-size: 100%;
	background-size: 100%;
	max-width: 700px;
	margin: 0 auto;
	min-height: 425px;
	padding-top: 12px;
}
.map-back ul {
	text-align: left;
}
.map-back ul li {
	list-style: none;
	margin-bottom: 8px;
}
.map-list {
	width: 280px;
	margin: 0 auto;
}
.footer-box {
	padding-bottom: 0;
}
.footer-box a {
	color: #ffffff;
	font-weight: 300;
}
.footer-box h3 {
	font-size: 22px;
	letter-spacing: 1px;
}
.download-btn{
	display: inline-block;
    margin-bottom: 62px;
    margin-top: -33px;
}
.banner-box {
	margin-top: 70px;
	margin-bottom: 70px;
}
.banner-box h2 {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	margin-top: -8px;
}
.banner-box h2:after {
	content:"";
	width:0;
}
.banner-box .btn-lg {
	margin-top: -7px;
	font-weight: 500;
}
.h-title-holder {
	position: absolute;
	margin-top: 6%;
	margin-left: 7.5%;
}
.h-title-holder h3 {
	color: #ffffff;
	display: inline-block;
	font-weight: 300;
	font-size: 34px;
	margin-left: 8px;
	vertical-align: top;
}
.h-title-holder i.ico-sprite {
	color: #ffffff;
	vertical-align: bottom;
}
.margin-80 {
	margin-top: 80px;
}
.h-title{
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.h-title-1 {
	background-image: url(../img/js-digital.jpg);
}
.h-title-2 {
	background-image: url(../img/js-finance.jpg);
}
.h-title-3 {
	background-image: url(../img/js-financial-services.jpg);
}
.h-title-4 {
	background-image: url(../img/js-hr.jpg);
}
.h-title-5 {
	background-image: url(../img/js-legal.jpg);
}
.h-title-6 {
	background-image: url(../img/js-marketing.jpg);
}
.h-title-7 {
	background-image: url(../img/js-p&sc.jpg);
}
.h-title-8 {
	background-image: url(../img/js-construction.jpg);
}
.h-title-9 {
	background-image: url(../img/js-retail.jpg);
}
.h-title-10 {
	background-image: url(../img/js-s&bs.jpg);
}
.h-title-11{
	background-image: url(../img/js-sales.jpg);
}
.h-title-12 {
	background-image: url(../img/js-technology.jpg);
}
.h-title-13 {
	background-image: url(../img/js-engineering.jpg);
}
.stroke {
	width: 50px;
	height: 1px;
	background: #44c8f5;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.ico-sprite {
	background-image: url("../img/16061-hk-icon-sprite.png");
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
}
.ico-sm {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: -4px;
}
.more .ico-sm {
	width: 27px;
	height: 27px;
	margin-left: -7px;
}
.ico-md{
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    margin-bottom: -21px;
    margin-left: -14px;
    margin-right: -7px;
}
.article-box {
	background: #fff;
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0, 0.2);
	box-shadow: 1px 1px 10px rgba(0,0,0, 0.2);
	padding: 0;
	border-bottom: 3px solid #4169aa;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	overflow: hidden;
	margin-bottom: 20px;
}
.article-box:hover {
	-moz-box-shadow: 1px 1px 20px rgba(0,0,0, 0.3);
	box-shadow: 1px 1px 20px rgba(0,0,0, 0.3);
	background: rgba(18,67,149, 1);
	border-bottom: 3px solid rgba(18,67,149, 1);
	cursor: pointer;
}
.article-box img {
	width: 100%;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.article-box:hover img {
	width: 100%;
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.arti:hover, .arti:focus{
	text-decoration: none;
}
.article-box:hover .more, .article-box:hover p {
	color: #fff;
	text-decoration: none !important;
}
.bloked {
	overflow: hidden;
}
.arti-text {
	padding: 10px 25px;
}
.article-title{
	font-family: Roboto, "Microsoft YaHei", 微软雅黑, simHei, 黑体, Arial, sans-serif, Verdana;
    line-height: 1.1;
	font-size: 24px;
    color: #3f4048;
	font-weight: 500;
	margin-top: 20px;
    margin-bottom: 10px;
}
.caps{
	font-size: 24px;
    font-weight: 300;
    line-height: 32px;
}
p.hb-title{
	font-size:22px;
	margin-top: 10px;
}
.more {
	margin-bottom: 15px;
	display: block;
	margin-top: 5px;
}
.modal-backdrop.in {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.modal-backdrop {
	background-color: #f7f7f7;
}
.modal-content {
	border: 0;
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.2);
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
	-moz-border-radius: 0;
	border-radius: 0;
}
.artiModals .modal-header {
	border-top: 3px solid #4169aa;
	border-bottom: 0;
}
.artiModals .modal-footer{
	border-bottom: 3px solid #4169aa;
	border-top:0;
}
.artiModals .modal-body {
	padding: 50px;
}
.artiModals .modal-body img {
	float: left;
	margin-right: 42px;
	margin-bottom: 30px;
}
.artiModals .modal-body h2 {
	font-size: 36px;
	margin-top: 0;
}
.ico-1 {
	background-position: 0 0;
}
.ico-2 {
	background-position: -60px 0;
}
.ico-3 {
	background-position: -120px 0;
}
.ico-4 {
	background-position: -180px 0;
}
.ico-5 {
	background-position: -240px 0;
}
.ico-6 {
	background-position: -300px 0;
}
.ico-7 {
	background-position: -360px 0;
}
.ico-8 {
	background-position: -420px 0;
}
.ico-9 {
	background-position: -480px 0;
}
.ico-10 {
	background-position: -540px 0;
}
.ico-11 {
	background-position: 0 -60px;
}
.ico-12 {
	background-position: -60px -60px;
}
.ico-13 {
	background-position: -120px -60px;
}
.ico-14 {
	background-position: -180px -60px;
}
.ico-15 {
	background-position: -240px -60px;
}
.ico-16 {
	background-position: -300px -60px;
}
.ico-17 {
	background-position: -360px -60px;
}
.ico-18 {
	background-position: -420px -60px;
}
.ico-19 {
	background-position: -480px -60px;
}
.ico-20 {
	background-position: -540px -60px;
}
.ico-21 {
	background-position: 0 -120px;
}
.ico-22 {
	background-position: -60px -120px;
}
.ico-23 {
	background-position: -120px -120px;
}
.ico-24 {
	background-position: -180px -120px;
}
.ico-25 {
	background-position: -240px -120px;
}
.ico-26 {
	background-position: -300px -120px;
}
.ico-27 {
	background-position: -360px -120px;
}
.ico-28 {
	background-position: -420px -120px;
}
.ico-29 {
	background-position: -480px -120px;
}
.ico-30 {
	background-position: -540px -120px;
}
.ico-31 {
	background-position: 0 -180px;
}
.ico-32 {
	background-position: -60px -180px;
}
.ico-33 {
	background-position: -120px -180px;
}
.ico-34 {
	background-position: -180px -180px;
}
.ico-35 {
	background-position: -240px -180px;
}
.ico-36 {
	background-position: -300px -180px;
}
.ico-37 {
	background-position: -360px -180px;
}
.ico-38 {
	background-position: -420px -180px;
}
.ico-39 {
	background-position: -480px -180px;
}
.ico-40 {
	background-position: -540px -180px;
}
.ico-44 {
	background-position: -180px -240px;
}
.ico-48 {
	background-position: -420px -240px;
}
.ico-62 {
	background-position: -60px -360px;
}
.ico-63 {
	background-position: -120px -360px;
}
.ico-69 {
	background-position: -480px -360px;
}
.ico-70 {
	background-position: -540px -360px;
}
.ico-71 {
	background-position: -0 -420px;
}
.ico-73 {
	background-position: -120px -420px;
}
.ico-79 {
	background-position: -480px -420px;
}
.ico-81 {
	background-position: -0px -480px;
}
.ico-82 {
	background-position: -60px -480px;
}
.ico-83 {
	background-position: -120px -480px;
}
.ico-84 {
	background-position: -180px -480px;
}
.ico-85 {
	background-position: -240px -480px;
}
.ico-86 {
	background-position: -300px -480px;
}
.ico-87 {
	background-position: -360px -480px;
}
.ico-88 {
	background-position: -420px -480px;
}
.ico-89 {
	background-position: -60px -300px;
}
.ico-social-1 {
	background-position: 5px -45px;
}
.ico-social-2 {
	background-position: -55px 0px;
}
.ico-social-3 {
	background-position: -115px 0px;
}

.no-pad-1 {
	padding: 0;
}


@media only screen and (max-width: 980px) {
.hero-big-h1 {
	font-size: 80px;
	margin-top: -25px;
	letter-spacing: -3px;
}
.hero-h2 {
	font-size: 50px;
	margin-top: -15px;
}
.hero-box h2 {
	font-size: 30px;
}
.hero-box .content.cont-stat {
	padding-left: 12%;
}

.hero-pic-wrap {
	text-align: center;
}
}

@media (min-width:767px) and (max-width:1024px) {
		.hero-box i.ico-sprite {
    margin-top: 10px;
}
.navbar-brand {
	padding: 27px 15px;
}
.nav>li>a {
	padding-left: 13px;
	padding-right: 13px;
	font-size: 15px;
}
.hero-block-wrapper {
	max-width: 768px;
}

.container {
	width: auto;
	max-width: 750px;
}
	.container.w-fix{
		width:768px;
	}

.hero-box .content {
	padding: 13px;
}
#job-sector-wrapper p {
	font-size: 17px;
	margin-top: 0px;
}
.modal-dialog {
	width: 90%;
}
.h-title-holder {
    margin-top: 5%;
    margin-left: 6%;
}
	.h-title-holder h3{
		font-size:26px;
		margin-left: 2px;
	}
	
}
@media (min-width: 1024px){
.modal-dialog {
    width: 970px;
    margin: 30px auto;
}
}

@media only screen and (max-width: 767px) {
.language-link, .language-link:focus{
	color: #fff;
	float: right;
    padding: 15px 17px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		background: rgba(18,67,149,1);
		-moz-box-shadow: 1px 1px 10px rgba(0,0,0, 0.3);
		box-shadow: 1px 1px 10px rgba(0,0,0, 0.3);
		border-color: rgba(256, 256, 256, 0.1);
	}
		.navbar-nav{
		margin:5px;
	}
	.navbar-toggle{
		float:left;
		margin-left:10px;
		margin-right: 0px;
	}
.ig-block {
    text-align: center;
}
.ig-img-block {
    width: auto;
}
.ig-block p {
    max-width: 100%;
}
	.navbar-brand {
	height: 50px;
	padding: 14px 15px;
	padding-left: 0;	
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
}
	.h-title-holder h3	{
		font-size:30px;
	}


}


@media only screen and (max-width: 769px) {
	

	.h-title-holder h3{
		font-size: 26px;
		margin-left: 0px;
	}
	.article-box{
		max-width: 300px;
    margin: 15px auto;
	}

.ft-btn-wrap .btn-default {
	width: 100%;
}
.navbar-brand img {
	max-width: 180px;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.map-list {
    margin-left: auto;
	margin-right: auto;
}
.btn-lg {
	font-size: 20px;
}
.pp-btn-cover {
	text-align: center;
}
.red-back {
	text-align: center;
	padding-bottom: 15px;
}
.stay-open {
	display: block;
	position: relative;
}
.navbar-default .navbar-toggle {
	margin-top: 8px;
	margin-bottom: 6px;
}
.pp-anchor {
	top: -51px;
}
.hero-wrap {
	margin-top: 0px;
}
p.hb-title {
	font-size: 18px;
	margin-top: 0px;
}
.hero-box .content {
	padding: 12px;
}
.slde-cont {
	height: 400px;
	display: table-cell;
	vertical-align: middle;
}
.carousel-indicators li, .carousel-indicators .active {
	-moz-border-radius: 0;
	border-radius: 0;
	width: 15px;
	height: 15px;
	margin: 0 8px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: transparent;
	color: #fff;
}
/* space clear */				
.ft-btn-wrap {
	padding: 15px 20px;
	margin-bottom: 0px;
}
.ft-btn-wrap .btn-default {
	margin: 10px 20px 10px 0;
}
.cont-box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.panel-body {
	padding: 0px 15px 14px;
}
	.hero-box i.ico-sprite {
    margin-top: 5px;
}
}

@media (min-width: 1200px){
.container {
    width: 970px;
}
}
@media (min-width:1025px) and (max-width:1400px) {
	.container{
		width:970px;
	}
	.hbl-top {
	width: 800px;
}
	.hero-box p.hb-arti-title {
    margin-top: 10px;
}
	.hero-box .cont-stat i.ico-sprite {
    margin-top: 0;
}
	.hero-box i.ico-sprite {
    margin-top: 18px;
}
}






@media (max-height: 700px) {
.hide-h {
	display: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
}


@media (max-height: 790px) {
.hero-box .content.cont-stat {
	text-align: left;
	padding-left: 12%;
	padding: 16px;
}
.hero-box h2 {
	font-size: 30px;
}
.hero-box p {
	margin-top: -14px;
}
.hero-box .content.cont-art {
	padding-top: 13%;
	padding-left: 12%;
}
}


@media (min-width:500px) and (max-width:767px) {
	
#wrapper .hero-box {
    width: 33.33%;
}
#wrapper .hero-block-wrapper{
 	max-width: 375px;
	}
#wrapper .hero-box i.ico-sprite {
    margin-top: -4px;
}	
#wrapper .hero-box p {
   line-height: 19px;
	font-size: 16px;
}		
.hide-h{
	display: none;
	}	
#job-sector-wrapper .hero-box {
    width: 33.33%;
}
#job-sector-wrapper .hero-box p {
    font-size: 17px;
    margin-top: 3px;
}	
#job-sector-wrapper .hero-block-wrapper {
    position: relative;
	max-width: 490px;
}	
.h-title-holder{
	background:#124395;
	margin-left: 0;
	position: relative;
	margin-top: 0;
	padding: 8px 11px;

	}	
	.h-title .hero-box{
		display: none;
	}	
	
}

@media only screen and (max-width: 500px) {	
	.stat-text {
    margin-top: 16px;
    display: inline-block;
}
	.blue-sub-title{
		font-size: 15px;
		line-height: 16px;
	}
	.gray-box-tip {
    left: 46%;
}
	.navbar-brand img {
    max-width: 140px;
	}
	.btn-default{
		width:100%;
	}
h2, #job-sector-wrapper h2 {
    font-size: 40px;
    letter-spacing: 0px;
}	
.hero-wrap h1, .hero-big-h1 {
	font-size: 58px;
}
#footer-wrap h2{
	font-size: 44px;
    margin-right: 0;
    margin-bottom: 24px;
	}
.hero-heading {
    margin-top:-15px;
}	
.hero-h2 {
	    font-size: 30px;
    margin-top: 10px;
    line-height: 33px;
    display: block;
}
#job-sector-wrapper p {
	font-size: 18px;
	margin-top: 0;
}
.hero-year {
	margin-top: 21vh;
    font-size: 27px;
    letter-spacing: -1px;
        margin-left: 137px;
    margin-bottom: -50px;
}
	.stat-text {
    font-size: 26px;
    font-weight: 500;
    
}
	.hero-box .content.cont-stat p{
    line-height: 20px;
}
.hero-box {
	width: 33.3333%;
}
#job-sector-wrapper .hero-box, .hero-box.hb-title {
	width: 50%;
}
.tip:after {
    display: none;
}
	
.hidden-xxs {
	display: none;
}
.ig-block p {
	max-width: 100%;
}
.ig-block {
	text-align: center;
}
.ig-img-block {
	width: auto;
}
.step-1 {
	margin-left: -101px;
}
p.ig-stat img {
	max-width: 92%;
}
.step-3 {
	margin-left: 250px;
}	
.hero-box i.ico-sprite {
	margin-top: 28px;
}
.hero-box p {
	font-size: 17px;
}
.artiModals .modal-body img {
	width: 100%;
}
.artiModals .modal-body {
	padding: 30px;
}
.artiModals .modal-body h2 {
	font-size: 28px;
}
.artiModals .modal-body h5 {
	    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
}
.h-title {
    background-image: none;
    background-color:rgba(18,67,149,1);
}
.h-title-holder h3 {
    display: block;
    font-size: 24px;
    margin-left: 70px;
    margin-top: -43px;
}
.h-title-holder h3.long {
    margin-top: -55px;
	max-width: 220px;
}
.hide-h {
	display: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.hero-box .content {
    padding: 10px;
    margin: 0.5px;
}
.container {
    padding-right: 0;
    padding-left: 0;
}
#navbar-example .container {
    padding-right: 15px;
    padding-left: 15px;
}
	.hero-box .cont-stat .ico-sprite{
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		transform: scale(0.7);
    width: 41px;
    height: 41px;
    margin-left: -18px;
		margin-top: 0;
		opacity: 1;
		position: absolute;
	}
	.cont-stat h2{
		margin-top:-15px;
	}
	.cont-stat p{
		line-height: 16px;
    	margin-top: -8px;
	}
	.cont-info p{
		    line-height: 16px;
	}
	.hero-box .cont-info .ico-sprite{
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		transform: scale(0.7);
    	    margin-top: -11px;
	}
	.hero-box p.sub-p {
    opacity: 1;
    margin-top: -3px;
    font-weight: 500;
}
	
	   
}

@media only screen and (max-width: 320px) {	
	.hero-box i.ico-sprite {
    margin-top: 14px;
}
	
}

@media (max-height: 414px) {
.hero-block-wrapper.hbl-top{
	display: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.hero-year {
    font-size: 30px;
    margin-left: 179px;
}
.hero-wrap h3 {
    font-size: 18px;
	}
.hero-h2 {
    font-size: 36px;
    margin-top: -15px;
}	
.hero-big-h1 {
    font-size: 56px;
    margin-top: -25px;
    letter-spacing: -3px;
}	
	.hero-text{
		height:auto;
	}	
.hb-title {
    width: 25%;
    margin-top: 20px;
}	
	.h-title-holder {
    margin-top: 3%;
}
	#job-sector-wrapper a.hero-box{
		width:25%;
	}	
	#job-sector-wrapper a.hero-box .content{
		margin:0.5px;
	}
	
}



/*------------------ Custom CSS ------------------*/
  
.m-dropdown .btn-default {
    margin: 0;
    margin-top: 15px;
}
.dd-wrapper{
    /*display: none;*/
}
.initcls{
    display: block;
}
.dd-section select {
    background: transparent;
    padding: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #44c8f5;
    margin-top: 15px;
}
.dd-section select option{
    color: #fff;
    background:  #44c8f5;
    line-height: 50px !important;
}
.margin-50{
    margin-top: 50px;
}
.ico-social {
	background-image: url("../img/social-media.jpg");
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
}

/*------------------ Custom CSS ------------------*/
 
.beijing, .guangzhou, .shanghai, .shenzhen, .suzhou, .all {
    display: none;
}

/*.all .hero-box {
    pointer-events: none;
}*/

.show-all .all {
    display: block;
}

.show-beijing .beijing {
  display: block;
}

.show-guangzhou .guangzhou {
  display: block;
}

.show-shanghai .shanghai {
  display: block;
}

.show-shenzhen .shenzhen {
  display: block;
}

.show-suzhou .suzhou {
  display: block;
}

.navbar-default li>a.language-link, .language-link {
        font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	    font-weight: 100;
}

.cont-box .dd-section label {
    display: block;
    margin-bottom: -5px;
    color: #888;
    font-weight: normal;
}

.allCities .dd-section label {
    color: #FFF;
    margin-top: 20px;
}

.nice-select {
    color: #44c8f5;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 60px;
    background: none;
    border: solid 1px #44c8f5;
    margin-top: 10px;
    float: none;
    display: inline-block;
}

.nice-select .list {
    left: -1px;
    padding: 15px 0 20px;
}

.nice-select .option {
    padding-left: 20px;
    padding-right: 40px;
}

.nice-select:hover {
    border-color: #44c8f5;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #44c8f5;
}

.nice-select .option.selected {
    font-weight: normal;
}

.nice-select:after {
    border-color: #44c8f5;
    height: 10px;
    width: 10px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -6px;
    right: 15px;
}

.hero-wrap-img .nice-select {
    color: #FFF;
}

.blue-sub-title {
    line-height: 1.4;
}
.animate-discipline #discipline-wrap,
.animate-discipline #hottopics-wrap,
.animate-discipline #footer-wrap
{
    opacity: 0;
}

#discipline-wrap, #hottopics-wrap, #footer-wrap {
    opacity: 1;
    -webkit-transition: 0.2s opacity ease;
    -moz-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
}