@charset "utf-8";
/* CSS Document */
html {
	
	/* height: 100%; */
	/* overflow: hidden; */
	-webkit-print-color-adjust: exact !important;
}
body {
	background-image: url(../images/global/bg1.jpg), url(../images/global/bg0.jpg);
	background-position: top, top;
	background-repeat: no-repeat, repeat;
	background-size: contain, contain;
	-webkit-print-color-adjust: exact !important;

}
a {
	color: #fff;
}
#headerWrapper{
	/* background:url(../images/global/headerbg.png) repeat-x; */
	height:85px;
	z-index:2000;
	position:relative;
	color: #fff;
}
#header{
	padding:0 10px;
	margin:0 auto;
	width:980px;
	height:85px;
	z-index:2000;
}
#header.header-en {
	/* width: 1080px; */
}
#logo{
	margin:34px 0 0 12px;
	float:left;
	font-size: 30px;
	letter-spacing: 2px;
}
#logo a {
	color: #fff;
	font-weight: 500;

}
@media print {
    #logo a {
		color: #000;
	
	}
  }

#headerStock{
	margin:58px 0 0 12px;
	float:left;
}

#nav{
	position:absolute;
	margin:12px 0 0 240px;
	width:600px;
}
ul#menu{
	height:69px;
}
ul#menu > li{
	font-size:16px;
	padding:0px 12px;
	line-height:69px;
}
ul#menu.menu-en > li {
	font-size:14px;
	padding:0px 15px;
	/* padding:0px 6px; */
}
ul#menu li.lv1{
	float:left;
}
ul#menu li a{
	display:block;
	color:#fff;
	
}
@media print {
    ul#menu li a{
		color:#000;
		
	}
  }
ul#menu > li > a:hover{
	/* color:#c2b79e; */
	font-weight: bold;
	text-decoration:none;
	/* background:url(../images/global/nav_hover.gif) no-repeat; */
	/* background-position:center 50px; */
}
ul#menu li .submenu{
	visibility:hidden;
	position:absolute;
	text-align:center;
}
.submenu{
}
.submenu a{
	display:block;
	background:#ffffff; /*#f2efe*/ 
	line-height:21px;
	width:200px;
	border:1px solid #c2b79e;
	margin-top:-1px;
	padding:16px 5px;
	color: rgb(57, 158, 209) !important;
}
.submenu a:hover{
	/* color:#c2b79e !important; */
	/* font-weight: bold; */
	/* text-decoration:none; */
}
ul#menu li:hover .submenu{
	visibility:visible;
}
#subIntro{
	margin-left:-70px;
}
#subBusiness{
	margin-left:-70px;
}
#subNews{
	margin-left:-74px;
}
#subIR{
	margin-left:-62px;
}
.navhover{
	background:url(../images/global/nav_hover.gif) no-repeat;
	background-position:bottom center;
}
.language{
	margin-top:33px;
	font-size:12px;
	float:right;
}
.language a{
	color:#fff;
	text-decoration:none;
}
.homeLtitle{
	position: relative;
	color:#fff;
	font-size:18px;
	height:30px;
	padding:7px 0 0 14px;
	/* background:url(../images/global/pattern310.png) no-repeat; */
	background-position:top;
}
.homeLtitle:before, .homeRtitle:before {
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 6px;
	height: 15px;
	background-color: rgba(57, 158, 209, 1);
}
.homeRtitle{
	position: relative;
	color:#fff;
	font-size:18px;
	height:30px;
	padding:7px 0 0 12px;
	/* background:url(../images/global/pattern650.png) no-repeat; */
	background-position:top;
}
#bannerWrapper{
	margin-top:-5px;
	height:401px;
	overflow:hidden;
	z-index:400;
	position:relative;
}
.homebanner{
	height:401px;
	width:100%;
	overflow:hidden;
	z-index:400;
}
.pagerWrapper{
	padding:0 10px;
	margin:0 auto;
	width:980px;
	position:relative;
}
.homeConWrapper{
	/* background:url(../images/global/homecontentbg.jpg) no-repeat center bottom; */
}
.homeCon{
	margin:20px auto;
	width: 980px;
	padding:18px 10px;
	background-color: rgba(16, 76, 145, .65);
	border-radius: 10px;
	
}
.homeBox{
	width:310px;
	height:247px;
	margin-bottom:10px;
}
.video-cover {
	position: relative;
	border: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;

}
.video-cover:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-wbkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 50px solid rgb(102, 180, 184);
}
.homeBusiness{
	width:650px;
	height:247px;
	margin-bottom:13px;
}

.homeNews{
	width:650px;
}
.homeNewsContainer{
	padding:0 12px;
	margin-bottom:17px;
}
.homeNewsDate, .itemDate{
	float:left;
	color:#fff;
	width:130px;
	line-height:18px;
}
.homeNewsItem{
	line-height:18px;
	float:left;
	width:475px;
}
.homeBusiness li{
	float:left;
	border-radius: 10px;
	overflow: hidden;
}
.homeBusiness .info-wrapper {
	position: relative;
	height: 56px;
	background-color: rgba(24, 50, 102);
	padding: 12px;
	box-sizing: border-box;
}
.info-wrapper .view-all {
	position: absolute;
	text-align: right;
	font-size: 10px; 
	color: rgba(53, 147, 197, 1);
	bottom: 4px;
	right: 10px;
}
.homeNewsmore a{
	text-align:right;
	padding:0 20px;
	display:block;
	/* background:url(../images/global/more.png) no-repeat; */
	background-position:right;
	color:#fff;
	/* width:50px; */
	float:right;
}
/* .homeNewsmore a:hover{
	background:url(../images/global/more_hover.png) no-repeat;
	background-position:right;
} */
#contentWrapper{
	margin-top:-5px;
	/* background: url(../images/global/content_pattern.jpg) ;  */
	padding-bottom:10px;
	position: relative;
}
.content{
	position: relative;
	float:left;
	width:670px;
	padding:15px 30px 15px 40px;
	background: #fff;
	/* background:url(../images/global/pattern710.png) no-repeat; */
	min-height: calc(100vh - 98px);
	text-align: justify;
}
.content a {
	color: #66b4b7;
}
.content:after {
	content: '';
	position: absolute;
	left: 0;
	right: 30px;
	top: 92px;
	left: 38px;
	height: 1px;
	background: linear-gradient(to right, #34A5DD, #002D76);
}
.content h2{
	color:#7C5C4C;
	font-size: 16px;
	font-weight:bold;
	padding-bottom:20px;
}
.content p{
	width:600px;
	padding-bottom:20px;
	text-align:justify;text-justify:inter-ideograph;
}
.content table{
	width:650px;
	border:none;
}
.content table th{
	vertical-align:top;
	text-align:left;
	color:#66B4B7;
	font-weight:bold;
	padding:5px 5px 5px 0px;
}
.content table td{
	vertical-align:top;
	text-align:left;
	padding:5px 5px 5px 0px;
	text-align: justify;
}
.year{
	font-size:16px;
	font-weight:bold;
	color:#7C5C4C;
	margin-bottom:20px;
}
.title{
	position: relative;
	width:700px;
	line-height:30px;
	font-weight:bold;
	font-size:30px;
	/* color:#66b4b7; */
	color: #134780;
	margin:0 0 25px 0;
	
}

.breadcrumbs{
	margin:0 0 15px 0;
	font-size:12px;
	
}
#leftnavContainer{
	background:url(../images/global/arrows.png) no-repeat top;
	background-size: contain;
	float:left;
	width:240px;
	min-height:480px;
	text-align:center;
	padding:83px 30px 0;
	box-sizing: border-box;
}
.catName{
	/* color:#b0a78c; */
	color: #fff;
	font-size:16px;
	line-height:93px;
	text-transform:uppercase;
	border-bottom: 1px solid #fff;
	/* background:url(../images/global/subnav_line.png) no-repeat; */
	/* background-position:bottom; */
}
ul#leftnav{
	font-size:16px;
}
ul#leftnav li{
	padding:16px 0;
	/* background:url(../images/global/subnav_line.png) no-repeat; */
	/* background-position:bottom; */
	line-height:21px;
	border-bottom: 1px solid #fff;
}
ul#leftnav li a{
	display:block;
}
ul#leftnav a:hover,ul#leftnav a.act{
	color:#134780;
	text-decoration:none;
}
ul#leftnav li ul#subnav {
	padding-top:8px;
}
ul#leftnav li ul#subnav li {
	background-image:none;
	padding:0px;
}
ul#leftnav li ul#subnav li a {
	font-size:14px;
	color:#7C5C4C;
}
ul#leftnav li ul#subnav li a:hover {
	color:#C2B79E;
}
.contentContainer{
	/* background:url(../images/global/content_bg.png) no-repeat; */
	background: #399ED1;
	background-position:bottom;
	/* padding:0 10px; */
	margin: 24px auto 0;
	width:740px;
	min-height: calc(100vh - 98px);
	position: relative;
	z-index:1000;
}
.subbanner{
	text-align:center;
	padding-bottom:20px;

}
.itemContainer{
	margin-bottom:10px;
}

.itemLink{
	float:left;
	line-height:18px;
	width:500px;
	margin-left:30px;
}
.itemLink a {
	color: #399ED1;
}

.footerStock{
    
	color:#66b4b7;

}

.footerContainer{
	background:#eeeeee;
	height:42px;
}
.footer{
	color:#888888;
	padding:0 10px;
	margin:0 auto;
	width:980px;
	line-height:42px;
}
.footer a{
	color:#888888;
}
/* Director */
.biosTitle {
	color:#66B4B7;
	font-weight:bold;
}

/* Contact Form */
.content table.contact .redText { 
	color:red; 
}
.content table.contact th {
	color:black;
	font-weight:normal;
}
.content form select {
	width:200px;
}
.content form input[type=text] {
	width:200px;
}
.content form select,
.content form input[type=text],
.content form input[type=submit],
.content form input[type=reset],
.content form textarea {
    font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
}
.product_img{
	float:left;
	margin:0 10px 10px 0;
}
.product_img_r{
	float:right;
	margin:0 10px 10px 0;
}

#product_img_r4{
	float:right;
	margin:0 -18px 10px 0;
}

.product_img_r2{
	float:right;
	margin:0 -18px 10px 0;
}

.product_img_r5{
	float:right;
	margin:0 -18px 10px 0;
}

#product_img_r3{
	float:right;
	margin:0 10px 10px 0;
}


/* Milestone Table */
.mTable{
}
.mTableYear{
	background:#67b2b5;
	color:#ffffff;
	width:100px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	float:left;
}
.awardsYear{
	background:#67b2b5;
	color:#ffffff;
	padding:5px;
	font-size:16px;
	display:block;
	width:110px;
	text-align:center;
	line-height:18px;
}
.awardsYear1{
	color:#ffffff;
	padding:1px;
	font-size:16px;
	display:block;
	width:110px;
	text-align:center;
	line-height:18px;
}
.awardsTitle{
	color:#7C5C4C;
	font-size:16px;
	padding:5px 0;
	font-weight:bold;
	line-height:18px;
}
.awards_th{
	margin-top:15px;
}
.mTableContent{
	line-height:18px;
	padding:0 10px 10px 10px;
	margin-bottom:20px;
	float:left;
	width:500px;
}
.awardsContent{
	line-height:18px;
	padding:0 10px 10px 10px;
	margin-bottom:20px;
	float:left;
	width:250px;
}
.mTable li{
	list-style-type: square;
	margin-left:15px;
	margin-bottom:8px;
}
/* Gallery */
#css_table {
      display:table;
	  margin-bottom:10px;
}
.css_tr {
      display: table-row;
}
.css_td {
      display: table-cell;
	  text-align:center;
	  padding-right:20px;
}
.vertical_gallery{
      padding-right:92px;
      padding-left:90px;
}
.description{
	padding:5px 0;
}
/* ir report */
#irReport{
	display:table;
	margin-bottom:20px;
}
.report_tr{
	display: table-row;
}
.report_td{
	display: table-cell;
}
.report_td img {
	vertical-align: text-top
}
.report_text{
	padding:0 10px;
	width:250px;
}
.report_name{
	font-size:16px;
	color:#66B4B7;
	font-weight:bold;
}
.report_des{
	padding:10px 0;
	line-height:18px;
}


.companytable{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}

.companytable td {
	border:1px solid #66b4b7;
	}

.companytable td A:link{color: #474747; text-decoration: underline;}
.companytable td A:visited{color: #474747; text-decoration: underline;}
.companytable td A:hover{color: #006335; text-decoration: underline;}


.titletable{
	border:1px solid #66b4b7;
	} 

.tab1{width:100%;border-top:#ccc solid 1px;border-bottom:#cccccc solid 1px;margin:5px auto 0 auto;}
.menu{height:28px;border-right:#ccc solid 1px; font-size:14px;}
.menu li{float:left;width:99px;text-align:center;line-height:28px;height:28px;cursor:pointer;border-left:#ccc solid 1px;border-bottom:#ccc solid 1px;color:#666;overflow:hidden;background:#E0E2EB;}
.menu li.off{background:#fff;color:#66b4b7;font-weight:bold; border-bottom:none;}
.menudiv{height:auto;border-left:#cccccc solid 1px;border-right:#cccccc solid 1px;border-top:0;}
.menudiv div{padding:15px;}

.listbox{width:100%;}
.listbox ul{padding:0px;margin:0px;}
.listbox ul li{float:left;text-align:center;width:50%;height:auto;padding:20px 0 20px 0;} 

/*CSS yahoo2 style pagination*/

DIV.yahoo2 {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 0.85em; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 20px; FONT-FAMILY: Tahoma,Helvetica,sans-serif; TEXT-ALIGN: center
}
DIV.yahoo2 A {
	BORDER-RIGHT: #ccdbe4 1px solid; PADDING-RIGHT: 8px; BACKGROUND-POSITION: 50% bottom; BORDER-TOP: #ccdbe4 1px solid; PADDING-LEFT: 8px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ccdbe4 1px solid; COLOR: #0061de; MARGIN-RIGHT: 3px; PADDING-TOP: 2px; BORDER-BOTTOM: #ccdbe4 1px solid; TEXT-DECORATION: none;font-weight:normal;
}
DIV.yahoo2 A:hover {
	BORDER-RIGHT: #2b55af 1px solid; BORDER-TOP: #2b55af 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #2b55af 1px solid; COLOR: #fff; BORDER-BOTTOM: #2b55af 1px solid; BACKGROUND-COLOR: #3666d4
}
DIV.yahoo2 A:active {
	BORDER-RIGHT: #2b55af 1px solid; BORDER-TOP: #2b55af 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #2b55af 1px solid; COLOR: #fff; BORDER-BOTTOM: #2b55af 1px solid; BACKGROUND-COLOR: #3666d4
}
DIV.yahoo2 SPAN.thisclass {
	PADDING-RIGHT: 6px; PADDING-LEFT: 6px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; COLOR: #000; MARGIN-RIGHT: 3px; PADDING-TOP: 2px
}
DIV.yahoo2 SPAN.disabled {
	DISPLAY: none
}
DIV.yahoo2 A.next {
	BORDER-RIGHT: #ccdbe4 2px solid; BORDER-TOP: #ccdbe4 2px solid; MARGIN: 0px 0px 0px 10px; BORDER-LEFT: #ccdbe4 2px solid; BORDER-BOTTOM: #ccdbe4 2px solid
}
DIV.yahoo2 A.next:hover {
	BORDER-RIGHT: #2b55af 2px solid; BORDER-TOP: #2b55af 2px solid; BORDER-LEFT: #2b55af 2px solid; BORDER-BOTTOM: #2b55af 2px solid
}
DIV.yahoo2 A.prev {
	BORDER-RIGHT: #ccdbe4 2px solid; BORDER-TOP: #ccdbe4 2px solid; MARGIN: 0px 10px 0px 0px; BORDER-LEFT: #ccdbe4 2px solid; BORDER-BOTTOM: #ccdbe4 2px solid
}
DIV.yahoo2 A.prev:hover {
	BORDER-RIGHT: #2b55af 2px solid; BORDER-TOP: #2b55af 2px solid; BORDER-LEFT: #2b55af 2px solid; BORDER-BOTTOM: #2b55af 2px solid
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}
.flex1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1;
}