@CHARSET "UTF-8";
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub,  tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

a, ins, del {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    vertical-align: top;
}

th {
    text-align: left;
}


html {
    width: 100%; height: 100%;
    /*
    width: 1366px;
    height: 768px;
    border: 1px dotted red;
    */
}
body { 
    text-align: center;
    font-family: 'Open Sans',Arial, Tahoma, Verdana;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin: 0px;
    width: 100%; height: 100%;
    background: #5593c9;
    
}
.clear { clear: Both; }
.wrapper { width: 1100px; margin: auto; text-align: left; }


a{ color: inherit; }



section.white {
    background: #fff;
    padding: 50px 0;
}

footer {
    background: #5593c9;
    color: #fff;
    padding: 50px 0;
    
    box-shadow: 0px 0px 30px #ccc;
    -ms-box-shadow: 0px 0px 30px #ccc;
    -o-box-shadow: 0px 0px 30px #ccc;
    -moz-box-shadow: 0px 0px 30px #ccc;
}

footer .logo {
    float: left;
    width: 20%;
}
footer .nav {
    float: left;
    width: 20%;
}
footer .nav ul {
    list-style-type: none;
    line-height: 1.4em;
}
footer .addr {
    float: left;
    width: 40%;
}
footer b {
    font-weight: 600;
}
footer .social {
    float: left;
    width: 20%;
    text-align: center;
}
footer a:hover {
    text-decoration: underline;
}
footer .social img {
    margin:0 5px;
    opacity: 0.8;
}
footer .social img:hover {
    opacity: 1;
}
.appgo {
    margin-top: 30px;
}



header {
    width: 100%;
    
    background: url(../image/bgHead1.jpg) no-repeat center -400px;
    /*background-size: cover;*/
    box-shadow: 0px 0px 30px #ccc;
    -ms-box-shadow: 0px 0px 30px #ccc;
    -o-box-shadow: 0px 0px 30px #ccc;
    -moz-box-shadow: 0px 0px 30px #ccc;
    position: relative;
}
header.main  {
    background: url(../image/bgHead1.jpg) no-repeat center -100px;
}
header .wrapper {
    height: 180px;
}
header.main .wrapper {
    height: 700px;
}


header .logo {
    float: left;
    background: #fff;
    padding: 10px;
    
    box-shadow: 0px 0px 10px #333;
    -ms-box-shadow: 0px 0px 10px #333;
    -o-box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
}

header .title {
    float: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 43px;
    line-height: 26px;
    padding: 35px 0 0 0;
    margin-left: 30px;
    text-shadow: 1px 1px 1px #333;
}
header .title span {
    display: block;
    font-size: 12px;
}


header .phone {
    float: right;
    background: url(../image/alert.png) no-repeat left top;
    padding: 10px 0 10px 35px;
    color: #eee;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
    font-size: 12px;
}
header .phone span {
    color: #6cbbff;
    font-size: 35px;
    display: block;
    position: absolute;
    top: 25px; right: 0;
    white-space: nowrap;
    font-weight: 600;
    text-shadow: 1px 1px 1px #333;
}


header nav {
    clear: right;
    margin-top: 8px;
    float: right;
    color: #fff;
}
header nav > ul {
    list-style-type: none;
}
header nav > ul > li {
    float: left;
    position: relative;
}
header nav > ul > li > a {
    display: block;
    font-size: 16px;
    padding: 10px 20px;
}
header nav > ul > li:hover > a {
    background: rgba(85,147,201,0.4);
}
header nav > ul > li.active > a {
    background: rgba(85,147,201,0.9);
}

header nav > ul > li > ul {
    position: absolute;
    list-style-type: none;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    min-width: 150px;
    display: none;
    z-index: 1000;
}
header.main nav > ul > li > ul {
    background: rgba(0,0,0,0.2);
}
header nav > ul > li:hover > ul {
    display: block;
}
header nav > ul > li > ul > li {
    display: block;
}
header nav > ul > li > ul > li > a {
    display: block;
    padding: 5px;
}
header nav > ul > li > ul > li:hover > a {
    background: rgba(85,147,201,0.8);
}


nav.submenu ul {
    list-style-type: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
nav.submenu ul li {
    display: inline-block;
}
nav.submenu ul li a {
    display: block;
    font-size: 13px;
    padding: 10px 20px;
    margin-right: 10px;
    background: #eee;
    text-transform: uppercase;
    font-weight: 600;
}
nav.submenu ul li.active a {
    background: #5593c9;
    color: #fff;
}

header .intro {
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 1px 1px #333;
    line-height: 1.2em;
    padding-right: 30%;
    margin-top: 150px;
	height: 400px;
}
header .intro h1 {
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 20px;
}

.buttonA {
    background: #5593c9;
    padding: 10px 20px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}
.buttonA:hover {
    background: #6cbbff;
    color: #000;
}

header .intro .buttonA {
    font-size: 20px;
    padding: 15px 40px;
    margin-top: 20px;
}

.contentBox {
    margin-bottom: 50px;
}
.tHead {
    background: #ccc;
    color: #111;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 30px;
}
.newsItemSG {
    margin-left: -3%;
    margin-top: 20px;
}
.newsItemSG .item {
    float: left;
    width: 30.33%;
    margin-left: 3%;
    
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.newsItemSG .item .title {
    font-size: 1.2em;
}
.newsItemSG .item .lead {
    color: #666;
    padding: 20px 0;
    font-size: 0.9em;
}
.newsItemSG .item .date {
    font-style: italic;
    font-size: 0.8em;
    
}





.newsIndex {
    margin-left: -5%;
}
.newsIndex .item {
    float: left;
    width: 28.33%;
    margin-left: 5%;
    margin-bottom: 40px;
}
.newsIndex .item .thumb {
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px #eee;
    -ms-box-shadow: 0px 0px 10px #eee;
    -o-box-shadow: 0px 0px 10px #eee;
    -moz-box-shadow: 0px 0px 10px #eee;
    }
.newsIndex .item .thumb img {
    width: 100%;
    display: block;
}
.newsIndex .item .date {
    font-style: italic;
    font-size: 0.8em;
    margin-bottom: 5px;
}
    
.newsIndex .item .title {
    font-size: 1.1em;
    line-height: 1.1em;
    margin-bottom: 10px;
}
.newsIndex .item .lead {
    color: #999;
    font-size: 13px;
    margin-bottom: 15px;
}
.newsIndex .item .buttonA {
    font-size: 12px;
    padding: 5px 10px;
}


.showNews .articleThumb {
    float: left;
    margin-right: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
    
}
.showNews .lead {
    font-size: 1.2em;
}

.showNews .article {
    clear: both;
    margin-bottom: 40px;
}


.showNews .summary {
    display: inline-block;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #eee;
}

.showNews .summary .item {
    margin-top: 5px;
}
.showNews .summary .item:first-child{
    margin-top: 0;
}
.showNews .summary .item span {
    font-weight: 600;
    margin-left: 20px;
}

.offerSignIn {
    margin-top: 30px;
}




.galleryIndex {
    border-top: 1px solid #eee;
    padding-top: 20px;
    
}
.galleryIndex .items  {
    margin-left: -3%;
}

.galleryIndex .items .item {
    float: left;
    width: 13.66%;
    margin-left: 3%;
    margin-bottom: 3%;
}
.galleryIndex .items .item img {
    display: block;
    width: 100%;
}






.pages {
    text-align: center;
    padding: 10px 0;
}
.pages a {
    display: inline-block;
    background: #eee;
    padding: 3px 8px;
    font-weight: 600;
}
.pages a.active {
    background: #5593c9;
    color: #fff;
}



.offerIndexList {
    margin :10px 0;
}

.offerIndexList .item {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
    margin-bottom: 3px;	
}

.offerIndexList .item .date {
    float: left;
    width: 15%;
    font-size: 20px;
    font-weight: 800;
}
.offerIndexList .item .title {
    float: left;
    width: 70%;
    font-size: 20px;
}
.offerIndexList .item .more {
    float: right;
    width: 15%;
    text-align: center;
}
.offerIndexList .item .more a {
    font-size: 14px;
    text-transform: uppercase;
    color: #5593c9;
    font-weight: 600;
    display: block;
    padding: 5px 0;
}
.offerIndexList .item .more a:hover {
    background: #5593c9;
    color: #fff;
}

.promotionsIndex .item {
    float: left;
    width: 15%;
    margin-left: 5%;
    margin-top: 20px;
    text-align: center;
}
.promotionsIndex {
    margin-left: -5%;
}
.promotionsIndex .item .thumb img {
    display: block;
    width: 100%;
}
.promotionsIndex .item .thumb {
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.promotionsIndex .item .title {
    font-size: 1.2em;
}


.introIndexBar {
    background: #fafafa;
    padding: 30px 0;
    margin: -50px 0 40px 0;
    
    box-shadow: 0px 0px 30px #ccc;
    -ms-box-shadow: 0px 0px 30px #ccc;
    -o-box-shadow: 0px 0px 30px #ccc;
    -moz-box-shadow: 0px 0px 30px #ccc;
}
.introIndex {
    margin-left: -3%;
    text-align: center;
}
.introIndex .item {
    margin-left: 3%;
    width: 30.33%;
    float: left;
}
.introIndex .item .thumb {
    margin-bottom: 15px;
    opacity: 0.6;
}
.introIndex .item .title {
    color: #000;
    font-size: 1.3em;
    font-weight: 600;
    color: #5593c9;
    margin-bottom: 15px;
}

.introIndex .item ul {
    list-style-type: none;
}

.introIndex .item ul li a  {
    display: block;
    padding: 3px;
    
}
.introIndex .item ul li:hover a  {
    font-weight: 600;
}






.customContent { margin-bottom: 20px; }
body.customContent {
	padding: 20px;
	background: #fff;
	text-align: left;
	}
.customContent h1 {
	font-size: 30px;
	font-weight: 300;
	color: #111;
	padding: 0px 0px 20px 0px;
	}
.customContent h2, .customContent h3 {
	font-size: 20px;
	font-weight: 400;
	padding: 0px 0px 10px 0px;
	color: #000;
	}
.customContent h4, .customContent h5 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 10px 0px;
	}
.customContent p { margin-bottom: 10px; 1.4em;}
.customContent p a, .customContent p a { color: #5593c9; }
.customContent p a:hover { text-decoration: underline;}

.customContent ul, .customContent ol {	margin: 0px 0px 10px 0px;	}
.customContent ul li, .customContent ol li {	padding: 0px 0px 0px 10px;	margin-left: 30px; margin-bottom: 10px;}
.customContent ul li { list-style-image: url(../image/dotc.png); }
.customContent hr { 
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0px;
	margin: 20px 0px;
}

.customContent table th {
	background: #5593c9;
	padding: 3px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	}
.customContent table td {
	padding: 5px 10px;
	border-bottom: 1px solid #aaa;
}
.customContent table {
	border-spacing: 2px;
  	border-collapse: separate;
	}
	

	.offerForm .formItem {
		padding: 10px 0px;
		width: 320px;
	}
	
	
	.offerForm .formItem input {
		padding: 5px;
		width: 300px;
	}
	
	.offerForm .formItem input.error {
		border-color: red;
	}
	
	.offerForm .formItem label.error {
		color: red;
	}
	.offerForm .buttons a {
	}
	
	.offerForm {
		display: none
	}
	