/* General CSS */
/*font-family: 'Oswald', sans-serif;*/

html, body {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	height: 100%;
	/*overflow-x: hidden;*/
	background: #fff;
	position: relative;
}
 
h1, h2, h3, h4, h5, h6, p {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

form {
	margin: 0px;
	width: 100%;
	height: 100%;
	}

/* -----------*/

/* Clearfix Hack */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

a {
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #2e63eb;
	}

a:hover {
	}

a:visited,
a:active,
a:focus {
	text-decoration: none;
	}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 14px;
	line-height: 14px;
	border: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

	}

label {
	}

.ErrMsg {
    color: #F00;
	display: block;
	}

p {
	}

.noScroll {
	overflow: hidden;
	}

.fullWidth {
	width: 100%;
	}

/* -----------*/
.indexContainer {
	width: 100%;
	position: relative;
	overflow: hidden;
	}
	
.indexHeaderContainer {
	width: 100%;
	position: absolute;
	z-index: 4;
	}

.indexNavHeader {
	max-width: 1250px;
	padding: 0px;
	margin: auto;
	}

.indexHeaderLeft {
	float: left;
	display: block;
	margin-top: 40px;
	}

.indexHeaderLeft img {
	display: block;
	max-width: 200px;
	}

.indexBannerContainer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	}

.indexBannerContainer ul li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 40%;
	}

.rslidesInner {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	}

.rslidesTable {
	display: table;
	width: 100%;
	height: 100%;
	}

.rslidesTD {
	display: table-cell;
	vertical-align: middle;
	padding: 0px;
	text-align: center;
	}

.rslidesTD h1 {
	font-size: 44px;
	line-height: 60px;
	color: #FFF;
	display: block;
	max-width: 790px;
	margin: auto;
	font-weight: 300;
	margin: auto;
	padding: 30px;
	}

.rslidesTD h1 strong {
	font-weight: 700;
	}

.indexBannerContainer .rslides_tabs {
	position: absolute;
	bottom: 30%;
	left: 0px;
	text-align: center;
	width: 100%;
	padding:0px;
	margin: 0px;
	z-index: 3;
	padding: 0 20px;
	}

.indexBannerContainer .rslides_tabs li {
	display: inline-block;
	margin: 0 6px;
    padding: 0px;
	text-indent: 9999px;
	overflow: hidden;
	}

.indexBannerContainer .rslides_tabs li a {
	display: block;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: rgba(82,206,237,0);
	border: 3px solid #FFF;
	}

.indexBannerContainer .rslides_tabs li.rslides_here a {
	background: rgba(82,206,237,1);
	}

.indexBannerScrollIcon {
	background: url(../img/scrollIcon.png) center no-repeat;
	width: 42px;
	height: 61px;
	position: absolute;
	left: 50%;
	margin-left: -21px;
	bottom: 50px;
	z-index: 3;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

.indexAboutContainer {
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	}

.indexAboutWhiteBG {
	background: rgba(255,255,255,.95);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}

.indexGeneralInnerContainer {
	max-width: 1170px;
	margin: auto;
	padding: 100px 0px;
	position: relative;
	}

.indexGeneralTitleContainer {
	width: 100%;
	text-align: center;
	}

.indexGeneralTitleIcon {
	display: inline-block;
	background: url(../img/dotPattern.png) center no-repeat;
	width: 30px;
	height: 30px;
	position: relative;
	top: -30px;
    margin-right: -10px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

.indexGeneralTitleContainer h1 {
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 900;
	}

.indexAboutContent {
	margin-top: 50px;
	}

.indexAboutList {
	padding: 0px 12px;
	width: 33%;
	float: left;
	text-align: center;
	}

.indexAboutListIconContainer {
	width: 162px;
	height: 162px;
	position: relative;
	margin: auto;
	}

.indexAboutListIcon {
	width: 162px;
	height: 162px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	}

.indexAboutListIconBG {
	background: rgba(82,206,237,.9);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    left: -4px;
    top: -4px;
    border: rgba(82,206,237,.9) 4px solid;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}

.indexAboutListIconCircle {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #0089ca;
	top: 10px;
	left: 10px;
	z-index: 1;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0;
	}

.indexAboutList:hover .indexAboutListIconBG,
.indexAboutList:hover .indexAboutListIconCircle {
	opacity: 1;
	}

.indexAboutList h2 {
	display: block;
	font-size: 25px;
	line-height: 30px;
	color: #0da4d6;
	font-weight: 700;
	margin-top: 20px;
	}

.indexAboutList p {
	font-size: 16px;
	line-height: 23px;
	color: #2a377f;
	margin-top: 10px;
	font-weight: 500;
	}
	
.indexAboutList p a {
	color: #0089ca;
	}

.indexProductContainer {
	width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	}

.indexAboutBlueBG {
	background: rgba(2,29,88,.95);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	}

.indexProductContainer .indexGeneralTitleContainer h1 {
	color: #FFF;
	}

.indexProductDetailContainer {
	width: 100%;
	}

.indexProductList {
	float: left;
	width: 25%;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 40.4044%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}

.indexProductListContent {
	max-width: 255px;
	padding: 30% 0px 0px;
	margin: auto;
	position: absolute;
	left: 50%;
	margin-left: -128px;
	}

.indexProductListContent h2 {
	font-size: 23px;
	line-height: 35px;
	color: #52ceed;
	text-transform: uppercase;
	font-weight: 900;
	}

.indexProductListContent p {
	font-size: 15px;
	line-height: 23ppx;
	color: #FFF;
	margin-top: 25px;
	}

.indexProductListContent a {
	display: inline-block;
	background: #0089ca;
	padding: 10px 10px 10px 25px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-top: 50px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}

.indexProductListContent a p {
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	float: left;
	margin: 7px 0px;
	}

.indexProductListContent a i {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: url(../img/arrowIcon.png) center no-repeat #52ceed;
	float: left;
	margin-left: 15px;
	}

.indexProductListPattern {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #48c5da;
	display: block;
	position: relative;
	margin-bottom: 5px;
	left: -13px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}

.indexProductList:hover .indexProductListContent a,
.indexProductList:hover .indexProductListPattern {
	opacity: 1;
	}

.indexProductList:hover {
	-webkit-box-shadow: 0 -10px 10px 10px rgba(0,0,0,0.35);
	box-shadow: 0 -10px 10px 10px rgba(0,0,0,0.35);
	z-index: 1;
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	}

.indexProductList:nth-child(1):hover {
	background-image: url(../img/productBanner01-w.jpg) !important;
	}

.indexProductList:nth-child(2):hover {
	background-image: url(../img/productBanner02-w.jpg) !important;
	}

.indexProductList:nth-child(3):hover {
	background-image: url(../img/productBanner03-w.jpg) !important;
	}

.indexProductList:nth-child(4):hover {
	background-image: url(../img/productBanner04-w.jpg) !important;
	}

.indexProductList:hover .indexProductListContent h2,
.indexProductList:hover .indexProductListContent p {
	color: #252160;
	}

.indexProductList:hover .indexProductListContent a p {
	color: #FFF;
	}

.indexInvestorContainer {
	width: 100%;
	background: #FFF;
	}

.indexInvestorContent {
	margin-top: 50px;
	}

.indexInvestorList {
	float: left;
	width: calc(25% - 30px);
	margin: 0px 15px 50px;
	}

.indexInvestorList a {
	display: block;
	}

.indexInvestorList img {
	display: block;
	width: 100%;
	max-width: 100px;
	}

.indexInvestorList h2 {
	font-size: 20px;
	line-height: 25px;
	color: #252160;
	font-weight: 700;
	display: block;
	margin-top: 20px;
	}

.investorBtn {
	width: 100%;
	text-align: center;
	}

.investorBtn a {
	display: inline-block;
    background: #0089ca;
    padding: 10px 10px 10px 25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	}

.investorBtn a p {
    font-size: 18px;
    line-height: 18px;
    color: #FFF;
    float: left;
    margin: 7px 0px;
	}

.investorBtn a i {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: url(../img/arrowIcon.png) center no-repeat #52ceed;
    float: left;
    margin-left: 15px;
	}

.indexSideNavi {
	position: fixed;
	right: 45px;
	top: 20%;
	z-index: 3;
	}

.indexSideNavi ul {
	padding: 0px;
	margin: 0px;
	}

.indexSideNavi ul li {
	list-style-type: none;
	margin-bottom: 10px;
	}

.indexSideNavi ul li:last-child {
	margin-bottom: 0px;
	}

.indexNewsContainer {
	background: #253665;
	}

.indexNewsContainer .indexGeneralTitleContainer h1 {
	color: #FFF;
	}

.indexNewsContent {
	/*-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	-moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;*/
	margin-top: 50px;
	}

.indexNewsList {
	/*margin-bottom: 30px;*/
	background: #FFF;
	position: relative;
	float: left;
	width: calc(33.33% - 24px);
	margin: 0px 10px 30px;
	}

.indexNewsListInner {
	padding: 20px 10px;
	}

.indexNewsListInner img {
	display: block;
	width: 100%;
	border: 1px solid #DDD;
	}

.indexNewsListDate {
	position: absolute;
	top: 0px;
	left: 30px;
	background: #0089ca;
	text-align: center;
	width: 82px;
	padding: 10px 0px;
	}

.indexNewsListDate p {
	color: #FFF;
	font-weight: 900;
	display: block;
	}

.indexNewsListDate p.Date {
	font-size: 36px;
	line-height: 36px;
	}

.indexNewsListDate p.month {
	font-size: 20px;
	line-height: 20px;
	margin-top: -3px;
	}

.indexNewsListDate p.year {
	font-size: 18px;
	line-height: 18px;
	}

.indexNewsListContent {
	padding: 20px 10px;
	}

.noImg .indexNewsListContent {
	padding: 90px 10px 20px;
	}

.indexNewsListContent h2 {
	font-size: 19px;
	line-height: 24px;
	color: #000;
	display: block;
	font-weight: 700;
	}

.indexNewsListContent h2 a,
.indexNewsListContent h2 span {
	display: inline;
	font-size: 17px;
	color: #d68b3f;
	font-weight: 400;
	}

.indexNewsListContent p {
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
	color: #221e1f;
	}

.indexNewsListContent > a {
	display: block;
	color: #0089ca;
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
	}


.indexContactContainer h1 {
	}

.indexContactContainerInner {
	max-width: 1290px;
	margin: 50px auto;
	display: table;
	width: 100%;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.15);
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.15);
	}

.indexContactLeft {
	/*float: left;*/
	display: table-cell;
	width: 45%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}

.indexContactLeftInner {
	max-width: 465px;
	margin: auto;
	padding: 100px 20px;
	}

.indexContactLeftInner h2 {
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	font-weight: 500;
	}

.indexContactFormList {
	margin-top: 20px;
	width: 100%;
	position: relative;
	}

.indexContactFormList input[type="text"] {
	font-size: 18px;
	line-height: 25px;
	color: #FFF;
	padding: 17px 20px 17px 80px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #0089ca;
	border: none;
	width: 100%;
	}

.indexContactFormList input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #48c5da;
	}
.indexContactFormList input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #48c5da;
	}
.indexContactFormList input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #48c5da;
	}
.indexContactFormList input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #48c5da;
	}

.indexContactFormList i {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 38px;
	height: 38px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	}

.indexContactFormList i.nameIcon {
	background: url(../img/contact/nameIcon.png) center no-repeat;
	}

.indexContactFormList i.emailIcon {
	background: url(../img/contact/emailIcon.png) center no-repeat;
	}

.indexContactFormList i.phoneIcon {
	background: url(../img/contact/phoneIcon.png) center no-repeat;
	}

.indexContactFormList textarea {
	border: none;
	border-bottom: 1px solid #FFF;
	width: 100%;
	padding: 10px 20px 10px 40px;
	color: #FFF;
	font-size: 18px;
	line-height: 25px;
	background: transparent;
	}

.indexContactFormList textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	}
.indexContactFormList textarea::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	}
.indexContactFormList textarea:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	}
.indexContactFormList textarea:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	}

.indexContactLeftInner input[type="submit"] {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #FFF;
	width: 100%;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #52ceed;
	padding: 20px 0px;
	text-align: center;
	display: block;
	margin-top: 30px;
	}

.indexContactFooter {
	margin-top: 50px;
	text-align: center;
	}

.indexContactFooter a,
.indexContactFooter p {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	}

.indexContactFooter p {
	margin-top: 10px;
	}

.indexContactRight {
	display: table-cell;
	width: 55%;
	}

.contactContainer {
	max-width: 1290px;
	}

.infoWindow {
	width: 100%;
	}

.topPanel {
	padding: 20px 15px;
	background: #e9f5f5;
	}

.topPanelImg {
	width: 65px;
	height: 65px;
	float: left;
	background: url(../img/contact/infoWindowImg.jpg) center no-repeat;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

.topPanelContent {
	float: left;
	margin-left: 10px;
	}

.topPanelContent h1 {
	font-size: 18px;
	line-height: 21px;
	color: #221e1f;
	font-weight: 700;
	margin-top: 10px;
	}

.topPanelContent p {
	font-size: 14px;
	line-height: 18px;
	color: #221e1f;
	font-weight: 500;
	margin-top: 2px;
	}

.bodyContent {
	background: #253665;
	}

.bodyContentInner {
	padding: 20px 25px;
	}

.bodyContentInner p {
	font-size: 14px;
	line-height: 21px;
	color: #FFF;
	font-size: 300;
	display: block;
	}

.bodyContentInner a {
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	color: #0089ca;
	display: block;
	margin-top: 10px;
	}

.gm-style .gm-style-iw {
	width: 376px !important;
	left: 0px !important;
	top: 0px !important;
	}

.gm-style .gm-style-iw > div {
	max-height: 100% !Important;
	max-width: 100% !important;
	}

.infoArrow div {
	left: 0px !important;
	width: 35px !important;
	height: 35px !important
	}

.infoContainer {
	width: 376px !important;
	height: 233px !important;
	}

.arrowColor div:first-child {
	display: none;
	}

.arrowColor div:nth-child(2) div {
	box-shadow: none !important;
	width: 0 !Important;
	height: 0 !Important;
	border-style: solid !Important;
	border-width: 35px 35px 0 0 !Important;
	border-color: #253665 transparent transparent transparent !Important;
	transform: none !important;
	display: block;
	background: transparent !important;
	}

.lightboxContainer {
	padding: 40px;
	}

.lightboxBanner {
	width: 100%;
	padding-bottom: 40%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border: 1px solid #DDD;
	}

.lightboxContainer h1 {
	display: block;
	font-size: 25px;
    line-height: 30px;
    color: #0da4d6;
    font-weight: 700;
	}

.lightboxContainer p,
.lightboxContainer a {
	font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
    font-weight: 500;
    display: block;
    text-align: justify;
	}

.lightboxContainer a {
	color: #0089ca !important;
	}

.indexNewsBtn a {
	display: none;
	cursor: pointer;
	}

.indexNewsBtn a:first-child,
.indexNewsBtn a:last-child {
	display: inline-block;
	}

.indexNewsBtn {
	text-align: center;
	margin-top: 10px;
	}

.jp-previous {
	display: inline-block;
    background: #0089ca;
    padding: 13px 10px 13px 50px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	font-size: 14px;
	line-height: 14px;
	width: 135px;
	color: #FFF;
	position: relative;
	margin: 0px 5px;
	}

.jp-previous::before {
	content: "";
	width: 25px;
    height: 25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: url(../img/arrowIcon-s.png) center no-repeat #52ceed;
    float: left;
    margin-left: 15px;
	position: absolute;
	left: -5px;
    top: 7px;
	}

.jp-next {
	display: inline-block;
    background: #0089ca;
    padding: 13px 50px 13px 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	font-size: 14px;
	line-height: 14px;
	width: 135px;
	color: #FFF;
	position: relative;
	margin: 0px 5px;
	}

.jp-next::before {
	content: "";
	width: 25px;
    height: 25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: url(../img/arrowIcon-s.png) center no-repeat #52ceed;
    float: left;
    margin-left: 15px;
	position: absolute;
	right: 10px;
    top: 7px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	}

.indexNewsBtn a.jp-disabled {
	cursor: default;
	background: #bbb;
	}

.indexNewsBtn a.jp-disabled::before {
	background-color: #ddd;
	}

.indexContactContainerInner form {
	display: table;
	}

.indexContactLeftInner .error {
	font-size: 12px;
	line-height: 14px;
	color: red;
	font-weight: 300;
	margin: 10px 0px 0px;
	display: block;
	}

.indexContactLeftList {
	margin: 20px 0px;
	color: #FFF;
	}

.indexContactLeftList i {
	float: left;
	width: 16px;
    text-align: center;
	}

.indexContactLeftList a {
	color: #FFF;
	float: left;
	}

.indexContactLeftList p {
	float: left;
	margin-left: 10px;
	width: calc(100% - 26px);
	}




@media only screen and (max-width: 1290px) {
.contactContainer {
	padding: 100px 30px;
	}

}


@media only screen and (max-width: 1170px) {
.indexHeaderLeft {
	margin-left: 30px;
	}

.indexGeneralInnerContainer,
.indexGeneralInnerContainer {
	padding: 100px 30px;
	}
}

@media only screen and (max-width: 1024px) {
.indexBannerContainer ul li {
	padding-bottom: 53.764%;
	}

.rslidesTD h1 {
    font-size: 36px;
	line-height: 45px;
	}

.indexProductListContent h2 {
	font-size: 21px;
	line-height: 25px;
	}

.indexProductListContent {
	padding: 18% 20px 0px;
	}

.indexProductListContent a p {
    font-size: 16px;
    line-height: 16px;
	}

.indexProductListContent a i {
    width: 30px;
    height: 30px;
	}

.indexContactLeftInner h2 {
	font-size: 21px;
	line-height: 25px;
	}

.indexSideNavi {
	right: 20px;
	}

}

@media only screen and (max-width: 768px) {
.indexHeaderLeft img {
    display: block;
    max-width: 91px;
	}

.indexHeaderLeft {
	margin-top: 20px;
	}

.indexBannerScrollIcon {
	width: 30px;
	height: 44px;
	bottom: 30px;
	margin-left: -15px;
	}

.indexBannerContainer .rslides_tabs {
	bottom: 24%;
	}

.indexBannerContainer .rslides_tabs li a {
	width: 13px;
    height: 13px;
	border: 2px solid #FFF;
	}

.indexBannerContainer ul li {
    padding-bottom: 57%;
	}

.indexGeneralTitleContainer h1 {
	font-size: 30px;
	line-height: 30px;
	}

.indexGeneralTitleIcon {
	width: 24px;
	height: 24px;
	top: -15px;
	}

.indexAboutListIconContainer,
.indexAboutListIcon {
	width: 132px;
    height: 132px;
	}

.indexAboutListIconCircle {
	top: 0px;
	left: 0px;
	}

.indexAboutList h2 {
	font-size: 21px;
	line-height: 25px;
	}

.indexProductListContent h2 {
    font-size: 18px;
	}

.indexProductListContent p {
	margin-top: 15px;
	}

.indexProductListContent a {
	margin-top: 20px;
	}

.indexProductListContent a i,
.investorBtn a i {
    width: 26px;
    height: 26px;
	}

.indexProductListContent a p,
.investorBtn a p {
	margin: 5px 0px;
	}

.indexProductList {
	padding-bottom: 48%;
	}

.indexProductListPattern {
	left: -7px;
	}

.indexSideNavi {
	right: 20px;
	}

.indexContactFormList input[type="text"] {
	font-size: 16px;
	line-height: 21px;
	padding: 17px 20px 17px 60px;
	}

.indexContactFormList i {
	left: 15px;
	top: 12px;
	width: 30px;
    height: 30px;
	}

.indexContactFormList textarea {
	font-size: 16px;
	line-height: 21px;
	padding: 10px 20px;
	}

.indexNewsList {
	width: calc(50% - 24px);
	}
	
}

@media only screen and (max-width: 640px) {
.rslidesTD h1 {
    font-size: 21px;
    line-height: 25px;
	padding: 0px 20px;
	}

.indexHeaderLeft img {
    display: block;
    max-width: 60px;
	}

.indexHeaderLeft {
    margin-left: 20px;
	}

.indexBannerScrollIcon {
	display: none;
	}

.indexBannerContainer .rslides_tabs {
    bottom: 20px;
	}

.indexBannerContainer .rslides_tabs li a {
    width: 10px;
    height: 10px;
    border: 1px solid #FFF;
	}

.indexGeneralInnerContainer {
	padding: 50px 20px;
	}

.indexGeneralTitleContainer h1 {
	font-size: 23px;
	}

.indexAboutContent,
.indexInvestorContent {
    margin-top: 30px;
	}

.indexAboutList {
	width: 100%;
	padding: 0px;
	float: none;
	margin-bottom: 20px;
	}

.indexAboutList:last-child {
	margin-bottom: 0px;
	}

.indexAboutList p {
	font-size: 14px;
	line-height: 18px;
	}

.indexProductList {
	float: none;
	width: 100%;
	}

.indexProductListContent {
    padding: 30px 20px;
	position: relative;
	left: 0px;
    margin: auto;
	max-width: 480px;
	}

.indexProductList {
     padding-bottom: 0px; 
	}

.indexInvestorList {
	width: calc(50% - 30px);
	margin: 0px 15px 20px;
	text-align: center;
	}	

.indexInvestorList img {
	max-width: 60px;
	margin: auto;
	} 

.indexInvestorList h2 {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	}

.indexSideNavi {
	display: none;
	}

.indexContactContainerInner {
	margin: 30px auto 0px;
	}

.indexContactLeft,
.indexContactRight {
	width: 100%;
	display: block;
	}

.indexContactRight {
	height: 300px;
	}

.indexContactLeftInner h2 {
	font-size: 14px;
	line-height: 18px;
	}

.indexContactFormList input[type="text"] {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 10px 10px 42px;
	}

.indexContactFormList i {
	width: 20px;
	height: 20px;
	top: 10px;
	}

.indexContactFormList textarea {
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	}

.indexContactLeftInner input[type="submit"] {
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	margin-top: 20px;
	}

.indexContactFooter {
	margin-top: 30px;
	}

.indexContactLeftInner {
	padding: 30px 20px;
	}

.indexContactFooter a, 
.indexContactFooter p {
	font-size: 12px;
	margin-top: 0px;
	}
	
.indexNewsListDate p.Date {
	font-size: 24px;
    line-height: 24px;
	}

.indexNewsListDate p.month {
    font-size: 18px;
    line-height: 18px;
	}

.indexNewsListDate p.year {
    font-size: 16px;
    line-height: 16px;
	}

.indexNewsListDate {
	width: 60px;
	}

.indexNewsListInner {
    padding: 10px 10px 0px;
	}

.indexNewsListContent h2 {
    font-size: 16px;
    line-height: 21px;
	}
	
.indexNewsListContent h2 a {
	font-size: 14px;
	}
	
.indexNewsListContent p {
	margin-top: 10px;
	}

.indexNewsListContent {
    padding: 15px 10px;
	}

.indexNewsList {
	margin: 0px 10px 20px;
	}

.indexNewsContent {
	margin-top: 30px;
	}

.lightboxContainer {
	padding: 30px;
	}

.lightboxContainer h1 {
	font-size: 18px;
	line-height: 25px;
	}

.lightboxContainer p,
.lightboxContainer a {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	}

.vbox-close {
	top: 10px;
	right: 20px;
	}

.indexContactLeftList p {
	font-size: 14px;
	line-height: 18px;
	}
	
}

@media only screen and (max-width: 480px) {
.indexBannerContainer ul li {
    padding-bottom: 66.6668%;
	}

.indexHeaderLeft img {
    display: block;
    max-width: 50px;
	}

.indexAboutListIconContainer, .indexAboutListIcon {
    width: 100px;
    height: 100px;
	}

.indexAboutList h2 {
	font-size: 18px;
	margin-top: 10px;
	}

.rslidesTD h1 {
	font-size: 16px;
	line-height: 21px;
	}

.indexProductListContent p {
	font-size: 14px;
	line-height: 18px;
	}

.indexProductListContent a p,
.investorBtn a p {
	font-size: 14px;
	line-height: 14px;
	margin: 3px 0px;
	}

.indexProductListContent a i,
.investorBtn a i {
    width: 20px;
    height: 20px;
	-webkit-background-size: 6px;
	-moz-background-size: 6px;
	-o-background-size: 6px;
	background-size: 6px;
	}

.indexNewsList {
	width: 100%;
	margin: 0px 0px 20px;
	}
	
}

@media only screen and (max-width: 400px) {

}

@media only screen and (max-width: 320px) {
.jp-previous,
.jp-next {
	width: 120px;
	}
}
