﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333333;
	transition: 0.3s all;
}

ul li {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

button,
input,
optgroup,
option,
textarea {
	outline: none;
	/* -webkit-appearance: none; */
	background: none;
	border: none;
	border-radius: 0;
	font-size: inherit;
	transition: all 0.3s;
	font-family: "arial";
}

body {
	font-family: arial;
	overflow-x: hidden;
	font-size: 18px;
}

.Width1600,
.Width1200,
.Width1400 {
	padding: 0 20px;
	margin: auto;
	position: relative;
	box-sizing: border-box;
	transition: all 0.3s;
}

.Width1600 {
	max-width: 1640px;
}

.Width1200 {
	max-width: 1240px;
}

.Width1400 {
	max-width: 1440px;
}

.padTB_120 {
	padding: 120px 0;
}

.padTB_80 {
	padding: 80px 0;
}

.padB_200 {
	padding-bottom: 200px;
}

section {
	position: relative;
}

.fl_right {
	float: right;
}

.fl_left {
	float: left;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.dis_none {
	display: none;
}

.pos_re {
	position: relative;
}

.dis_table {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.dis_tableCell {
	display: table-cell;
	vertical-align: middle;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.pad_t50 {
	padding-top: 50px;
}

.open_space {
	width: 100%;
	height: 120px;
}

html.htmlHidden {
	position: fixed;
}

body.bodyHidden {
	overflow: hidden;
}

.headerHidden {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

/*header*/
.headerWidth {
	max-width: 1800px;
	padding: 0 20px;
	margin: auto;
}

.headerDiv {
	position: relative;
	z-index: 9;
	background: #FFFFFF;
}

.headerDivtext {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}

.headerLeft img {
	height: 55px;
	max-width: none;
	vertical-align: middle;
}

.headerRight {
	width: 100%;
}

.headerUl {
	width: 75%;
	float: right;
}

.headerUl>ul {
	display: flex;
	justify-content: space-between;
	text-transform: capitalize;
}

.headerUl>ul>li {
	display: inline-block;
	position: relative;
	line-height: 100px;
}

.headerItem {
	position: absolute;
	box-sizing: border-box;
	left: 0;
	line-height: 1.2;
	font-size: 16px;
	display: none;
	background: #FFFFFF;
	min-width: 200px;
}

.headerItem a {
	display: block;
	padding: 10px 15px;
	box-sizing: border-box;
}

.headerUl ul .active>a {
	font-weight: bold;
}

.headerUl ul .active>a,
.headerUl>ul>li:hover>a {
	color: #03BFFE;
}

.headerUl>ul>li>a {
	display: inline-block;
	line-height: inherit;
}

.headerItem a:hover,.headerItem>li.active a {
	color: #FFFFFF;
	background: #03BFFE;
}

.headerRightMenu {
	display: none;
}

.jtImg {
	display: none;
}

@media only screen and (min-width: 1023px) {

	.headerUl li:hover>.headerItem,
	.headerItem .item:hover>.headerItemUl {
		display: block;
	}
}
@media only screen and (max-width: 1400px) {
	.headerUl{
		width: 90%;
	}
}
@media only screen and (max-width: 1200px) {
	.headerUl{
		width: 95%;
	}
}
@media only screen and (max-width: 1023px) {
	.headerDivtext {
		padding: 15px 0;
	}

	.headerRight {
		display: none;
		position: fixed;
		top: 80px;
		left: 0;
		width: 100%;
		background: #FFFFFF;
		overflow: auto;
		bottom: 0;
	}

	.headerRightMenu {
		display: block;
	}

	.headerLeft img {
		height: 45px;
	}

	.headerRightMenu>img {
		height: 50px;
	}

	.headerUl {
		float: inherit;
		width: 100%;
	}

	.headerUl>ul {
		display: block;
	}

	.headerUl>ul>li>a {
		padding-left: 15px;
	}

	.headerUl>ul>li {
		line-height: 60px;
		width: 100%;
		border-top: 1px solid #e9e9e9;
		position: relative;
	}

	.headerItem {
		position: initial;
		width: 100%;
		text-align: center;
	}

	.jtImg {
		display: block;
		position: absolute;
		right: 15px;
		top: 0;
		width: 30px;
		text-align: right;
	}

	.jtImg>img {
		transition: all 0.3s;
	}

	.downImgs .jtImg>img {
		transform: rotateZ(180deg);
	}

}

@media only screen and (max-width:767px) {
	.headerLeft img {
		height: 35px;
	}

	.headerRightMenu>img {
		height: 30px;
	}

	.headerRight {
		top: 65px;
	}
}


/*footer*/
.foot {
	width: 100%;
	background-color: #142845;
	color: #FFFFFF;
}

.foot_divs {
	display: flex;
	justify-content: space-between;
	padding: 60px 0 25px;
}

.foot_divs1 {
	width: 30%;
	line-height: 1.6;
}

.foot_divs1 img {
	height: 55px;
	display: inline-block;
	margin-bottom: 15px;
}

.foot_div1 {
	display: flex;
	width: 65%;
}

.foot_div1>div {
	width: 25%;
	text-transform: capitalize;
}
.foot_div1>div>strong{
	display: block;
	margin-bottom: 20px;
}

.foot_div1>div>a {
	display: block;
	padding: 5px 0;
	color: #FFFFFF;
}

.foot_div2 {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #273C5A;
	color: #D1D1D1;
	font-size: 14px;
}

.top_e {
	position: fixed;
	right: 5%;
	bottom: 10%;
	display: none;
	z-index: 10;
}

.topIcon img {
	cursor: pointer;
	width: 35px;
}
@media only screen and (max-width: 1199px){
	body {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1023px) {
	.foot_div1 {
		display: none;
	}

	.foot_divs {
		padding: 40px 0 20px;
	}

	.foot_divs1 {
		width: 100%;
	}

	.top_e {
		bottom: 5%;
	}

	.padTB_120 {
		padding: 80px 0;
	}

	.padTB_80 {
		padding: 50px 0;
	}
	.padB_200 {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {

	.Width1600,
	.Width1200,
	.Width1400 {
		padding: 0 10px;
	}

	.padTB_120 {
		padding: 40px 0;
	}

	.padTB_80 {
		padding: 30px 0;
	}

	.foot_divs {
		font-size: 14px;
		padding: 20px 0;
	}

	.foot_divs1 {
		line-height: 1.4;
	}

	.foot_divs1 img {
		height: 35px;
		margin-bottom: 10px;
	}

	.foot_div2 {
		padding: 15px 0;
		font-size: 12px;
	}

	.topIcon img {
		width: 28px;
	}

	body {
		font-size: 14px;
	}

	.padB_200 {
		padding-bottom: 50px;
	}
}

/*--index*/
/*banner*/
.swiperText {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to top, black, transparent);
}

.swiperText .texts {
	max-width: 1440px;
	margin: auto;
	font-size: 48px;
	color: #FFFFFF;
	padding: 100px 20px 130px;
	white-space: pre-line;
	font-weight: bold;
}

/**/
.indexTitle {
	position: relative;
}

.indexTitle img,
.indexTitle strong {
	display: inline-block;
	vertical-align: middle;
}

.indexTitle img {
	height: 50px;
}

.indexTitle strong {
	font-size: 48px;
	padding-left: 15px;
	text-transform: capitalize;
}

.MoreLink img,
.MoreLink strong {
	display: inline-block;
	vertical-align: middle;
}

.MoreLink img {
	width: 28px;
	transition: all 0.5s;
}

.MoreLink strong {
	margin-right: 10px;
	text-transform: capitalize;
}
.MoreLink:hover strong,.indexTitleRight>span:hover{
	color: #03BFFE;
}
.MoreLink:hover img{
	transform: rotateZ(45deg);
}

@media only screen and (max-width: 1023px) {
	.swiperText .texts {
		font-size: 32px;
		padding: 50px 20px 70px;
	}

	.indexTitle strong {
		font-size: 32px;
		padding-left: 10px;
	}

	.indexTitle img {
		height: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.swiperText .texts {
		font-size: 18px;
		padding: 20px 10px 30px;
	}

	.indexTitle strong {
		font-size: 22px;
		padding-left: 5px;
	}

	.indexTitle img {
		height: 25px;
	}
}

/*aboutUs*/
.aboutUsText {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aboutUsText>.left,
.aboutUsText>.right {
	width: 48%;
}

.aboutUsText>.left .editorText {
	line-height: 1.5;
	color: #606060;
	white-space: pre-line;
}

.aboutUsText .left>img {
	margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
	.aboutUsText {
		display: block;
	}

	.aboutUsText>.left,
	.aboutUsText>.right {
		width: 100%;
		padding-bottom: 20px;
	}

	.aboutUsText .left>img {
		height: 80px;
	}

	.aboutUsText>.right {
		text-align: center;
	}

	.aboutUsText>.right img {
		max-height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.aboutUsText .left>img {
		height: 30px;
		margin-top: 10px;
	}

	.aboutUsText>.left .editorText {
		font-size: 14px;
		line-height: 1.3;
	}
}

/**/
.productsBg {
	background: url(../img/indexBg2.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.productsList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	justify-content: space-between;
}

.productsList>div {
	width: 48%;
	background: #FFFFFF;
	padding: 40px;
	text-align: center;
}

.productsList .titles {
	color: #03BFFE;
	max-width: 200px;
	border-bottom: 4px solid #03BFFE;
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}

.productsList>div img {
	height: 200px;
	margin: 40px 0;
	transition: all 0.3s;
}

.productsList>div:hover img {
	transform: scale(1.1);
}

.productsList>div p {
	color: #606060;
}

@media only screen and (max-width: 1023px) {
	.productsList {
		margin-top: 30px;
	}

	.productsList>div {
		padding: 20px;
	}

	.productsList .titles {
		font-size: 22px;
	}

	.productsList>div img {
		height: 100px;
		margin: 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	.productsList {
		margin-top: 15px;
	}

	.productsList>div {
		padding: 10px;
	}

	.productsList .titles {
		font-size: 16px;
		max-width: 120px;
		padding-bottom: 5px;
		border-bottom: 1px solid #03BFFE;
	}

	.productsList>div img {
		height: 45px;
		margin: 15px 0;
	}

	.productsList>div p {
		font-size: 12px;
	}
}

/**/
.indexNewsList {
	padding: 40px 0 15px;
}

.newsListItem {
	background: #F8F8F8;
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	align-items: center;
	transition: all 0.3s;
}

.newsListItem:hover{
	box-shadow: 1px 1px 5px #dedede;
	color: #03BFFE;
	transform: translateY(-5px);
}

.newsListItem .texts {
	width: calc(100% - 80px);
}

.newsListItem .texts>p {
	color: #606060;
	font-weight: bold;
	position: relative;
	padding-bottom: 6px;
}

.newsListItem .texts>p::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #DEDEDE;

}

.newsListItem .texts>div {
	font-weight: bold;
	margin-top: 15px;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsListItem .imgs {
	width: 55px;
}

.indexTitleRight {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 20px;
	text-transform: capitalize;
}

.indexTitleRight span:first-child {
	display: inline-block;
	margin-right: 50px;
}

.indexTitleRight>span {
	cursor: pointer;
}

.indexTitleRight>span.active {
	color: #03BFFE;
}

@media only screen and (max-width: 1023px) {
	.indexTitleRight span:first-child {
		margin-right: 30px;
	}

	.newsListItem {
		padding: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.indexTitleRight span:first-child {
		margin-right: 15px;
	}

	.newsListItem {
		padding: 15px 10px;
		margin-bottom: 10px;
	}

	.newsListItem .texts>div {
		font-size: 15px;
		margin-top: 8px;
	}

	.newsListItem .texts {
		width: calc(100% - 40px);
	}

	.newsListItem .imgs {
		width: 35px;
	}

	.newsListItem .texts>p {
		font-size: 14px;
		font-weight: inherit;
	}

	.indexTitleRight {
		position: inherit;
		transform: inherit;
		font-size: 16px;
		padding-top: 20px;
	}

	.indexNewsList {
		padding: 15px 0 0;
	}
}

/**/
.indexBg3 {
	position: relative;
	background: url(../img/indexBg3.jpg) no-repeat;
	background-size: cover;
	width: 100%;
}

.indexBg3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, transparent, #03BFFE);
}

.indexContant {
	color: #FFFFFF;
	line-height: 1.8;
	padding: 50px 0;
	position: inherit;
	z-index: 2;
	max-width: 85%;
	margin: auto;
}

.indexContant .item>div>span {
	font-weight: bold;
	font-size: 20px;
}

.indexContant .item:first-child {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
	.indexContant {
		padding: 30px 0;
		max-width: 90%;
	}
}

@media only screen and (max-width: 767px) {
	.indexContant .item>div>span {
		font-size: 16px;
	}

	.indexContant {
		max-width: 100%;
		line-height: 1.4;
		font-size: 12px;
		padding: 20px 10px;
	}
}

/**/
.bannerImg img{
	display: block;
	margin: auto;
}
.bannerTit {
	width: 1400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	color: #FFFFFF;
}

.bannerTit>h1 {
	font-size: 48px;
	text-transform: capitalize;
}

@media only screen and (max-width: 1400px) {
	.bannerTit {
		width: 90%;
	}
}

/*提示框*/
.tipsDiv {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	display: none;
}

.tipsDiv>p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
}

/**/
.editorTexts {
	line-height: 1.8;
	color: #606060;
	white-space: pre-line;
	padding: 50px 0;
}

/*companyProfile*/
.profileTit {
	font-size: 38px;
}

.profileBg {
	position: relative;
	background: url(../img/profileBg.jpg) no-repeat;
	background-size: cover!important;
	width: 100%;
}

.profileBgText {
	width: 70%;
	padding: 50px;
}

.profileBgText>h2 {
	margin-bottom: 15px;
}

.profileBgText>div {
	color: #606060;
	line-height: 1.6;
}

/*management team*/
.newsDivItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.newsDivItem .imgs {
	width: 28%;
}

.newsDivItem .imgs>img {
	max-width: 100%;
	object-fit: cover;
}

.newsDivItem .tests {
	width: 68%;
}

.newsDivItem .tests>strong {
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
}

.newsDivItem .tests>ul {
	padding-top: 25px;
}

.newsDivItem .tests>ul li {
	margin-bottom: 10px;
	color: #606060;
	line-height: 1.6;
	padding-left: 20px;
	position: relative;
}

.newsDivItem .tests>ul li::after {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #03BFFE;
	left: 0;
	top: 9px;
}

/*Corporate governance*/
.adminDiv {
	float: right;
	display: flex;
}

.adminDiv li:first-child {
	margin-right: 20px;
}

.adminDiv span,
.adminDiv img {
	display: inline-block;
	vertical-align: bottom;
}

.adminDiv span {
	font-size: 18px;
	font-weight: 300;
	color: #606060;
}

.CorporateTable {	
	margin-top: 35px;
}
.CorporateTable .header li {
	padding: 25px 0;
	min-width: 180px;
}
.CorporateTable li {
	text-align: center;
}
.CorporateTable .body li:first-child {
	text-align: left;
}
.CorporateTable .body li {
	padding: 10px 20px;
}
.CorporateTable li img {
	height: 45px;
}
/*press releases*/
.searchDiv {
	display: flex;
}
.searchDiv .inputs{
	margin-left: 15px;
}
.searchDiv .inputs input {
	border: 1px solid #D9D9D9;
}

.searchDiv input::placeholder {
	color: #BFBFBF;
}

.searchDiv .inputs input,
.searchDiv .inputs button {
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 10px;
}

.searchDiv .inputs button {
	background: #03BFFE;
	color: #FFFFFF;
	cursor: pointer;
	min-width: 70px;
	margin-left: 10px;
}
.nullDiv{
	text-align: center;
	padding: 150px 0;
	color: #cdcdcd;
}
.nullDiv>img{
	display: inline-block;
	margin-bottom: 20px;
}
.pagesDiv {
	text-align: center;
	margin-top: 50px;
}

.pagesDiv ul>li {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #F1F1F1;
	font-size: 16px;
	margin: 0 8px;
}

.pagesDiv ul>li a {
	display: block;
	width: 30px;
	line-height: 30px;
}

.pagesDiv ul>li.active {
	background: #03BFFE;
	border: 1px solid #03BFFE;
}
.pagesDiv ul>li:hover a{
	color: #03BFFE;
}
.pagesDiv ul>li.active a {
	color: #FFFFFF;
}

.pagesDiv ul .iconFont {
	border: none;
}

.pagesDiv img {
	height: 15px;
}

/**/
.select {
	position: relative;
	width: 134px;
	border: 1px solid #D9D9D9;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background: #F5F5F5;
	border-radius: 5px;
}
.select:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border-top: 5px solid #666;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.select .select_text {
	padding: 0 20px 0 10px;	
	color: #595959;	
}

.select_ul {
	display: none;
	position: absolute;
	top: 38px;
	left: -1px;
	right: 0;
	border: 1px solid #D4D4D4;
	background: #fff;
	z-index: 5;
	max-height: 300px;
	overflow: auto;
}

.select_ul li {
	line-height: 36px;
	text-indent: 10px;
}

.select_ul li:hover {
	color: #fff;
	background: #00a1d7;
}

.select_ul li.cur {
	color: #fff;
	background: #03BFFE;
}
/*tables*/
.tables{
	display: inline-table;
	width: 100%;
}
.tables .header {
	display: table-header-group;
	background: #03BFFE;
	color: #FFFFFF;
}
.tables .body {
	display: table-row-group;
}
.tables ul {
	display: table-row;
}
.tables li {
	display: table-cell;
}
.tables .body li {
	border-bottom: 1px solid #E0E0E0;
}
/*SEC filings*/
.secFilingsDiv>h4{
	font-weight: lighter;
	font-size: 18px;
	color: #606060;
	margin-top: 10px;
}
.secFilingsDiv>p{
	color: #03BFFE;
	margin: 50px 0 15px;
}

.secTable li{
	padding: 10px;
	min-width: 110px;
}
.secTable .body li{
	color: #606060;
	line-height: 1.6;
	font-size: 16px;
}
.secTable li:last-child{
	text-align: center;
}
/*stock information*/
.stockUl ul{
	display: flex;
	flex-wrap: wrap;	
	background-color: #F8F8F8;
	font-size: 20px;
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
.stockUl ul li{
	width: 50%;
	padding: 25px;
	border-left: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
}

.stockUl ul li>p{
	color: #606060;
	margin-top: 10px;
}
/**/
.faqDivItem{
	margin-bottom: 30px;
}
.faqDivItem>div{
	display: flex;
	padding: 20px;
	align-items: center;
}
.faqDivItem>div img{
	margin-right: 15px;
}
.faqDivItem .div1{
	background: #DCDCDC;
}
.faqDivItem .div2{
	background: #F8F8F8;
}
/*IR contact*/
.contactDiv .item{
	margin-bottom: 50px;
}
.contactDiv h2{
	font-size: 24px;
	margin-bottom: 10px;
}
.contactDiv p{
	color: #606060;
	padding: 5px 0;
}
.contactDiv a{
	color: #03BFFE;
	text-transform: capitalize;
	text-decoration: underline;
}
/**/
.contactTit{
	text-align: center;
	margin-bottom: 50px;
}
.contactTit>h2{
	font-size: 28px;
}
.contactTit>p{
	color: #5F5F5F;
	margin-top: 15px;
}
.contactTit span{
	color: #03BFFE;
	text-decoration: underline;
	cursor: pointer;
}
.contactBg {
	background: url(../img/emailBg.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
}

.contactInputDiv {	
	max-width: 700px;
	margin: auto;
}

.inputItem {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.inputItem label {
	width: 150px;
	text-align: right;
	text-transform: capitalize;
}

.inputItem label>span {
	color: #FF4343;
}

.inputItem>div {
	width: calc(100% - 180px);
}

.inputItem input,
.inputItem textarea {
	border: 1px solid #6E6E6E;
	padding: 10px 15px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
}

.inputItem input {
	height: 40px;
}

.inputItem textarea {
	height: 100px;
	resize: none;
}
.inputItem input::placeholder,
.inputItem textarea::placeholder{
	text-transform: capitalize;
	color: #959595;
}
.contactSubmit>button {
	background: #03BFFE;
	color: #FFFFFF;
	padding: 10px 25px;
	border-radius: 5px;
	cursor: pointer;
}

.codeInput>input {
	width: 300px;
	margin-right: 20px;
}

.codeImg {
	width: 120px;
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}

/**/
.emailSelect>p{
	color: #606060;
}
.emailSelect>p span{
	color: #FF0404;
}
.emailRadio{
	padding: 15px 0 20px;
	color: #595959;
}
.emailRadio input{
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-right: 5px;
}
.emailRadio>div{
	padding: 10px 0;
	text-transform: capitalize;
}
.emailRadio ul{
	padding-left: 20px;
}
.emailRadio ul li{
	margin-top: 15px;
	color: #595959;
	font-size: 16px;
}
.emailRadio input,.emailRadio label{
	display: inline-block;
	vertical-align: middle;
}

/*big_ModelDiv*/
.big_ModelDiv{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 11;
	display: none;
}
.center_ModelDiv{
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 45px;
}
.center_ModelDiv>img{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	cursor: pointer;
}
/**/
.unsubscribeDiv>h2{
	font-size: 24px;
	margin-bottom: 20px;
}
.unsubscribeDiv>label{
	color: #606060;
	display: block;
	margin-bottom: 10px;
}
.unsubscribeDiv>label span{
	color: #FF0000;
}
.unsubscribeDiv>input{
	border: 1px solid #D9D9D9;
	height: 40px;
	width: 480px;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 0 10px;
}
.unsubscribeDiv>button{
	background-color: #03BFFE;
	color: #FFFFFF;
	height: 40px;
	min-height: 40px;
	padding: 0 20px;
	border-radius: 5px;
	cursor: pointer;
}

@media only screen and (max-width: 1199px) {
	.newsDivItem .tests>ul{
		padding-top: 15px;
	}
	.newsDivItem .tests>ul li::after{
		top: 6px;
	}
	.newsDivItem .tests>ul li{
		line-height: 1.4;
		font-size: 16px;
	}
}

@media only screen and (max-width: 1023px) {
	.bannerTit>h1{
		font-size: 36px;
	}
	.profileTit{
		font-size: 28px;
	}
	.pad_t50{
		padding-top: 30px;
	}
	.profileBgText{
		padding: 30px;
		width: 100%;
	}
	.editorTexts{
		padding: 30px 0;
	}
	
	.newsDivItem .tests>strong{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.newsDivItem .tests>ul{
		padding-top: 10px;
	}
	.newsDivItem .tests>ul li::after{
		top: 5px;
		width: 8px;
		height: 8px;
	}
	.newsDivItem .tests>ul li{
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	.CorporateTable{
		margin-top: 25px;
	}
	.CorporateTable .header li{
		min-width: 160px;
		padding: 15px 0;
	}
	.CorporateTable .body li{
		padding: 10px;
	}
	.adminDiv img,.CorporateTable li img{
		height: 40px;
	}
	
	.secFilingsDiv>p{
		margin: 30px 0 10px;
	}
	
	.secTable li{
		min-width: 100px;
	}
	.secTable .body li{
		font-size: 14px;
	}
	
	.stockUl ul li{
		padding: 20px;
	}
	
	.faqDivItem>div{
		padding: 15px;
	}
	
	.contactInputDiv{
		max-width: 600px;
	}
	.inputItem label{
		width: 130px;
	}
	.inputItem>div{
		width: calc(100% - 140px);
	}
	
}

@media only screen and (max-width: 767px) {
	.bannerTit>h1{
		font-size: 26px;
	}
	.profileTit{
		font-size: 22px;
	}
	.pad_t50{
		padding-top: 15px;
	}
	.profileBgText{
		padding: 15px 10px;
	}
	.editorTexts{
		padding: 15px 0;
		line-height: 1.5;
	}
	.profileBgText>h2{
		margin-bottom: 5px;
		font-size: 16px;
	}
	.profileBgText>div{
		font-size: 12px;
		line-height: 1.4;
	}
	
	.newsDivItem{
		display: block;
	}
	.newsDivItem .imgs{
		width: 60%;
		margin: 0 auto 15px;
	}
	.newsDivItem .tests,.newsDivItem .imgs{
		width: 100%;
	}
	
	.adminDiv{
		float: initial;
		margin-top: 10px;
		justify-content: right;
	}
	.CorporateTable{
		margin-top: 15px;
	}
	.adminDiv span{
		font-size: 15px;
	}
	.adminDiv img, .CorporateTable li img{
		height: 30px;
	}
	.CorporateTable .header li{
		min-width: 115px;
		padding: 10px 0;
	}
	.CorporateTable .body li{
		padding: 5px;
	}
		
	.minTable{
		overflow: auto;
	}
	.minTable .tables{
		min-width: 600px;
	}
	
	.searchDiv .inputs,.searchDiv .inputs button{
		margin-left: 5px;
	}
	.select{
		width: 90px;
	}
	.searchDiv .inputs input{
		width: 150px;
	}
	.nullDiv{
		padding: 80px 0;
	}
	.nullDiv>img{
		width: 80px;
	}
	.pagesDiv{
		margin-top: 30px;
	}

	.secTable li{
		min-width: 80px;
	}
	.secTable .body li{
		font-size: 12px;
		padding: 5px;
	}
	.secTable .body li img{
		height: 25px;
	}
	
	.secFilingsDiv>p{
		margin: 15px 0 10px;
	}
	
	.secFilingsDiv>h4{
		font-size: 15px;
	}
	.stockUl ul{
		font-size: 16px;
	}
	.stockUl ul li{
		padding: 10px;
	}
	.stockUl ul li>p{
		margin-top: 5px;
	}
	
	.faqDivItem{
		margin-bottom: 15px;
	}
	.faqDivItem>div{
		padding: 10px;
	}
	.faqDivItem>div img{
		margin-right: 10px;
		width: 30px;
	}
	
	.contactDiv h2{
		font-size: 20px;
	}
	.contactDiv p{
		padding: 3px 0;
	}
	.contactDiv .item{
		margin-bottom: 30px;
	}
	
	.emailRadio{
		padding: 5px 0 10px;
	}
	.emailRadio ul li{
		font-size: 13px;
	}
	.emailRadio input{
		width: 16px;
		height: 16px;
	}	
	.contactBg{
		padding: 20px 0;
	}
	.contactTit{
		margin-bottom: 30px;
	}
	.contactTit>h2{
		font-size: 22px;
	}
	.contactTit>p{
		margin-top: 5px;
	}
	.contactInputDiv{
		padding: 0 15px;
	}
	.inputItem{
		display: block;
		margin-bottom: 10px;
	}
	.inputItem label,.inputItem>div{
		width: 100%;
		padding: 5px 0;
	}
	.codeInput>input{
		width: 150px;
		margin-right: 10px;
	}
	
	.center_ModelDiv{
		padding: 30px 20px;
	}
	.unsubscribeDiv>h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.unsubscribeDiv>input{
		width: 300px;
		margin-bottom: 10px;
	}
}

.swiper-slide img{
	display: block;
	margin: auto;
}
