﻿	@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800');
	@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i');/* font-family: 'Playfair Display', serif;font-family: 'Montserrat', sans-serif;*/
	* {
		box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		margin:0;
		padding:0;
	}
	img {
		max-width:100%;
		outline:none;
		border:0 none;
		margin:0;
		padding:0;
	}
	ul, li {
		list-style:none;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight:normal;
		line-height:normal;
	}
	a {
		text-decoration:none;
		outline:none;
	}
	a:hover {
		text-decoration:none;
	}
	body {
		font-family: 'Montserrat', sans-serif;
		overflow-x:hidden;
	}
	.container {
		width:100%;
		max-width:1300px;
		margin:0 auto;
	}
	header {
		float:left;
		width:100%;
		position:absolute;
	}
	.phone {
		float: right;
		padding: 30px 0 0;
	}
	.phone span {
		font-size: 40px;
		padding-left: 25px;
		color:#E9E9E9;
	}
	.phone img {
		float: left;
		margin-right: 10px;
		margin-top: -5px;
	}
	.phone a {
		float: left;
		font-size: 15px;
		padding-top: 15px;
		text-decoration: underline;
		text-transform: uppercase;
		color:#5BA6FF;
	}
	.topbar {
		float: left;
		margin: 0;
		padding: 15px 0 0;
		width: 100%;
	}
	header .down-head .nav-list {
		float: right;
		padding: 0;
	}
	nav {
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	header .up-header {
		float:left;
		width:100%;
	}
	header .up-header ul li {
		float:left;
		padding:0px 30px;
		border-right:1px solid #d6d6d6;
	}
	header .up-header ul li a {
		font-size:13px;
		font-weight:300;
		background:url(../images/icon.png) no-repeat scroll left top 8px;
		padding: 10px 0 10px 30px;
		float: left;
		color:#000;
	}
	header .down-head .logo {
		float:left;
		width:auto;
		padding: 10px 0 0;
	}
	header .down-head .nav-list {
		float: left;
		padding: 20px 0 40px;
		width: 100%;
	}
	header .down-head .nav-list li {
		background: #fff none repeat scroll 0 0;
		border-bottom: 5px solid #60595e;
		float: left;
		padding: 10px 9px;
	}
	
	header .down-head .nav-list li:hover { background:#3D8BE8 !important; }
	
	header .down-head .nav-list li:hover a { color:#000 !Important; }
	
	header .down-head .nav-list li + li {
		margin-left: 5px;
	}
	header .down-head .nav-list li a {
		color: #000;
		font-size: 16px;
		font-weight: 600;
		transition-duration: 2s;
		transition-property: all;
	}
	header .down-head .nav-list li a:hover {
		transition-property:all;
		transition-duration: 2s;
		color:#375B9D;
	}
	#pull-btn {
		width:27px;
		float:right;
		margin:5px 0;
		display:none;
	}
	#pull-btn .inner-box {
		width:27px;
		height:3px;
		background:#fff;
		display:block;
		margin-bottom:5px;
	}
	.banner {
		background: rgba(0, 0, 0, 0) url("../images/bannerimg.jpg") repeat scroll 0 0;
		float: left;
		padding-top: 240px;
		width: 100%;
	}
	.banner2 {
		background: rgba(0, 0, 0, 0) url("../images/bannerimg.jpg") repeat scroll 0 0;
		float: left;
		padding-top: 210px;
		width: 100%;
	}
	.banner .ban-text {
		float:left;
		width:100%;
		text-align:center;
		margin:0;
		padding:0;
	}
	.banner .ban-text .ban-content {
		float: left;
		padding: 90px 0 210px;
		width: 100%;
	}
	.banner .ban-text .ban-content h1 {
		color: #fff;
		font-family: "Montserrat";
		font-size: 83px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.banner .ban-text .ban-content h2 {
		color: #55a3ff;
		font-family: "Playfair Display";
		font-size: 51px;
		font-style: italic;
	}
	.box1 {
		background: #3d8be8 none repeat scroll 0 0;
		float: left;
		width: 50%;
		text-align:center;
	}
	.box1.color2 {
		background:#CACACA;
	}
	.innerbox {
		border: 1px solid #8bb9f1;
		float: left;
		margin: 2%;
		padding: 3% 5%;
		width: 96%;
		min-height: 245px;
	}
	.box1.color2 .innerbox {
		border: 1px solid #000;
	}
	.innerbox h3 {
		color: #fff;
		float: left;
		font-family: "Playfair Display";
		font-size: 46px;
		font-weight: bold;
		margin: 0;
		padding: 10px 0 15px;
		width: 100%;
	}
	.two-section {
		float: left;
		margin-top: -60px;
		width: 100%;
	}
	.innerbox p {
		color: #fff;
		font-family: "Montserrat";
		font-size: 16px;
		font-weight: 500;
		text-transform:uppercase;
	}
	.box1.color2 p, .box1.color2 h3 {
		color: #000;
	}
	.intro {
		float: left;
		padding: 95px 0 75px;
		text-align: center;
		width: 100%;
	}
	.intro h2 {
		color: #000;
		font-family: "Playfair Display";
		font-size: 57px;
		font-weight: bold;
		margin: 0 0 20px;
		text-transform: uppercase;
	}
	.intro p {
		color: #000;
		font-size: 23px;
		font-weight: 100;
		line-height: 30px;
	}
	.intro a {
		background:#3D8BE8;
		line-height:55px;
		font-size:25px;
		text-transform:uppercase;
		padding:0 50px;
		display:inline-block;
		color:#fff;
		margin:30px 0;
		transition-property:background;
		transition-duration: 1s;
	}
	.intro a:hover {
		background:#2C487C;
		transition-property:background;
		transition-duration: 1s;
	}
	.intro2 {
		float: center;
		padding: 65px 0 75px;
		text-align: center;
		width: 100%;
	}
	.intro2 h2 {
		color: #000;
		font-family: "Playfair Display";
		font-size: 57px;
		font-weight: bold;
		margin: 0 0 20px;
		text-transform: uppercase;
	}
	.intro2 p {
		color: #000;
		font-size: 23px;
		font-weight: 100;
		line-height: 30px;
	}	
	.staff {
		float:left;
		width:100%;
		background:url(../images/staffbg.jpg) no-repeat scroll 0 0 / cover;
		text-align:center;
		padding:120px 0;
	}
	.staff h2 {
		color: #fff;
		font-size: 74px;
		margin: 0 0 20px;
		padding: 0;
		text-transform: uppercase;
		font-family: "Playfair Display";
	}
	.staff a {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border: 2px solid #3D8BE8;
    color: #3D8BE8;
    display: inline-block;
    font-size: 25px;
    line-height: 55px;
    margin: 30px 0;
    padding: 0 95px;
    text-transform: uppercase;
    transition-duration: 1s;
    transition-property: background;
}
.addressbox {
    background: rgba(0, 0, 0, 0) url("../images/mapbg.jpg") no-repeat scroll 0 0 / cover ;
    float: left;
    padding: 85px 0;
    text-align: center;
    width: 100%;
}
.addressbox2 {
    background: rgba(0, 0, 0, 0) url("../images/mapbg.jpg") no-repeat scroll 0 0 / cover ;
    float: left;
    padding: 45px 0;
    text-align: center;
    width: 100%;
}
	.addrssboxinner {
		float: left;
		margin: 0;
		padding: 0;
		width: 33%;
	}
	.addrssboxinner h4 {
		font-family: "Playfair Display";
		font-size: 46px;
		padding: 15px 0;
	}
	.addrssboxinner span {
		float: left;
		font-size: 20px;
		padding: 15px 0;
		width: 100%;
	}
	.addrssboxinner > hr {
		background: #000 none repeat scroll 0 0;
		height: 3px;
		margin: 0 auto;
		width: 20%;
	}
	.contact {
		float:left;
		width:100%;
	}
	.contact .left-part {
		float:left;
		text-align:center;
		width:40%;
		position:relative;
		background:#375b9d;
	}
	.footer {
    background: #575757 none repeat scroll 0 0;
    float: left;
    padding: 10px 0;
    width: 100%;
}
	
	.copytxt {
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    text-align: right;
    width: 100%;
}
	
	.copytxt a {
    color: #000;
    float: left;
}
	.address > p {
		color: #d4d4d4;
		font-size: 16px;
		font-weight: 300;
		line-height: 23px;
		padding-bottom: 11px;
	}
	.address {
		border-right: 1px solid #666666;
		float: left;
		padding-bottom: 20px;
		padding-right: 70px;
		padding-top: 25px;
	}
	.footer span {
    color: #fff;
    float: left;
    font-size: 25px;
    width: 66.7%;
}
	.footer span a { color:#fff; }
	
	.footer span img {
    float: left;
    margin-right: 9px;
    margin-top: 4px;
}
	
	
	@media(min-width:1200px) and (max-width:1399px) {
	.container {
	max-width:1170px;
	}
	
	header .down-head .nav-list li {
	padding:0 10px;
	}
	}
	@media (max-width:1199px) {
	.container {
	max-width:980px;
	}
	header .down-head .nav-list li {
	padding:0 6px;
	}
	header .down-head .nav-list li a {
	font-size:13px;
	}
	.banner .ban-text .ban-content h1 {
	font-size:60px;
	}
	
	}
	@media(max-width:991px) {
	.container {
	max-width: 720px;
	}
	header .down-head .nav-list {
	width:100%;
	text-align:center;
	}
	header .down-head .logo {
	width:100%;
	text-align:center;
	}
	header .down-head .nav-list li {
	float:none;
	display:inline-block;
	vertical-align:top;
	}
	.intro h2 {
	font-size:31px;
	}
	
	}
	@media(max-width:767px) {
	.container {
	max-width:100%;
	padding:0 20px;
	}
	header .down-head .nav-list {
	width:100%;
	text-align:center;
	}
	header .down-head .logo {
	width:100%;
	text-align:center;
	}
	header .down-head .nav-list li {
	float:none;
	display:inline-block;
	vertical-align:top;
	}
	.intro h2 {
	font-size:31px;
	}
	
	}
	@media(max-width:640px) {
	header .up-header ul li {
	padding: 0px 15px;
	width: 100%;
	border: none;
	}
	header .down-head .nav-list {
	display: none;
	width: 100% !important;
	margin: 0 !important;
	padding:0 !important;
	position: static !important;
	left: 0 !important;
	top: 0 !important;
	}
	#pull-btn {
	display:block;
	}
	header .down-head .nav-list li {
	width:100%;
	text-align:left;
	padding: 5px 10px !important;
	}
	
	header .down-head .nav-list li + li { margin-left:0; }
	
	.banner .ban-text {
	
	
	width:100%;
	padding:20px 0;
	}
	.banner .ban-text .ban-content h1 {
	font-size: 47px;
	}
	
	.banner .ban-text .ban-content h2 { font-size:30px; }
	
	.box1 {
    background: #3d8be8 none repeat scroll 0 0;
    float: left;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}


.staff a, .intro a {
  
    font-size: 17px;
   
    
    padding: 0 45px;
   
}


.addrssboxinner { width:100%; }

.staff h2 { font-size:37px; }	


.footer span {
 
    font-size: 17px;
    padding: 10px 0;
    width: 100%;
}

.footer span img { margin-top:0; }

.phone span {
    float: left;
    font-size: 35px;
    width: 100%;
}

.banner .ban-text .ban-content {
   
    padding: 50px 0 110px;
  
}

	}
	@media(max-width:480px) {
	
	}