*{
	margin:0;
	padding:0;}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	color: #333;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling:touch;
}
/*html {*/
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
	/*-webkit-filter: grayscale(100%);*/
/*}*/

.list-unstyled a {
	color: #a0a7ba;
	font-weight: 700;
	-webkit-transition: .3s;
	transition: .3s;
	outline: none !important;
	text-decoration:none;
}
.list-unstyled a:hover {
	color: #fff;
	text-decoration: none;
}
.container {
	width:1170px;
	min-width:1170px;
	margin:0 auto;}
.form-control {
	border:none;
	outline:none;
	display: block;
	width: 90%;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	padding: 0 16px;
	outline: none !important;
	font-family: 'Lato', sans-serif;}
h6 {
	font-size: 9px;
	font-weight: 700;
	line-height: 14px;
	color: #627199;
	text-transform: uppercase;
}
h6.full-time {
    color: #9db723;
}
h1.dark,h2.dark,h3.dark,h4.dark,h5.dark,h6.dark {
	color: #000;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
	color: #fff;
}
ul {
	margin-bottom: 0;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex.no-wrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flex-column {
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
.self-center {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.items-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.space-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
/* ==========================================================================
   03. Buttons
   ========================================================================== */

.button {
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	display: inline-block;
	position: relative;
	outline: none !important;
	background: #1650e3;
	color: #fff;
	border: none;
	text-align: center;
	overflow: hidden;
	padding: 9px 21px;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0.9px 0.4px 0.4px rgba(116, 135, 183, 0.8);
	box-shadow: 0px 0.9px 0.4px 0.4px rgba(116, 135, 183, 0.8);
	z-index: 1;
}
/* ============== Footer Top ============== */

.footer .top {
	position: relative;
	padding: 40px 0;
}
.footer .top ul>li {
	font-size: 12px;
	margin-right: 25px;
	text-transform: uppercase;
}
.footer .top ul>li:last-of-type {
	margin: 0;
}
.footer .top ul>li a:hover {
	color: #fff;
}
.footer .top:after{
	content: "";
	position: absolute;
	bottom: 0;
	width: 100vw;
	border-bottom: 1px solid #33343a;
	margin-left: -webkit-calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
}
/* ============== Footer Widgets ============== */

.footer .footer-widgets {
	padding: 42px 0;
	font-weight: 400;
}
.footer-widgets .widget {
	-webkit-box-flex: 0;
	-webkit-flex: 0 25%;
	-ms-flex: 0 25%;
	flex: 0 25%;
}
.footer-widgets .widget h6 {
	margin-bottom: 20px;
}
.footer-widgets .widget p {
	font-style: italic;
	color: #a0a7ba;
	margin-bottom: 20px;
	font-size:14px;
}
.footer-widgets .widget ul>li {
	line-height: 32px;
}
.footer-widgets .widget a {
	font-weight: 400;
	font-size:13px;
}
.footer-widgets .widget .social-icons {
	margin-bottom: 75px;
}
/* ============== Subscribe Form ============== */

.subscribe-form .form-group {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	display:inline-block;
	margin-bottom:0;
	vertical-align:middle;
}
.subscribe-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    font-size: 12px;
    color: #a0a7ba;	
}
.subscribe-form .button {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 16px;
    margin-left: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* ============== Footer Bottom ============== */

.footer .bottom {
	padding: 30px 0;
	position: relative;
}
.footer .bottom:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100vw;
	border-bottom: 1px solid #33343a;
	margin-left: -webkit-calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);	
}
.footer .bottom p {
	font-family: 'Montserrat', sans-serif;
}
.footer .bottom ul>li {
	text-transform: uppercase;
	margin-right: 30px;
	font-size: 12px;
}
.footer .bottom ul>li:last-of-type {
	margin: 0;
}
.footer .bottom a {
	font-weight: 400;
}
.se_jg {
	width:1140px !important;
	margin:0 auto !important;
	padding:0 20PX;
	border-radius:5PX;}
.se_ipt {
	margin-right:100PX;
	}
.sel_ss {
	float:left;
	border:1px solid #ccc;
	outline:none;
	width:200px;
	padding-left:15px;
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	line-height:32px;}
.sel_btn {
	float:left;
	width:72px;
	background:#18559c url(../images/btn.png) no-repeat center;
	line-height:34px;
	cursor:pointer;
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	}
.item2 {
	margin:12px 0;
	border-bottom:1px solid #eee;
	}
.jg_tit {
	font-size:14px;
	}
.jg01 {
	background-color:#2185D0!important;
	padding:2px 10px;
	border-radius:3px;
	display:inline-block;
	color:#fff;
	}
.jg_tit span {
	font-size:18px;
	padding-left:10px;
	font-weight:bold;
    color: #333;
    transition: all 0.2s ease-in-out;
    color: #000;
}
.jg02 span{
	display:block;
	color:#999;
	line-height:32px;
	}
.item2 p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom:10px;
	}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #1E9FFF !important;
}