@import url("reset.css");

@charset "UTF-8";
/**
 *
 * @authors chan.yisen (aihuacyc@gmail.com)
 * @date    2016-10-31 10:25:51
 * @version $Id$
 * @public.less
 */
* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
html,
body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width:100%;
  height:auto;

}
table,
tr,
td {
  border-collapse: collapse;
}
ul, li {
    list-style-type: none;
}
img {
    border: none;
 
    height:auto;
}
b{
    font-weight:normal;
}
.con-info a{
  color: #333333;
}
.con-info a:hover{
  color: #c7bd6c;
}
a{
    color: #6e6e6e;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all 0.2s;
}
a.active{
color: #0fc2ef;
  }
a:hover{
  color: #0fc2ef;
  text-decoration:none;
}
a:active{
color: #0fc2ef;
text-decoration:none;
    }
a:focus{
  color: #0fc2ef;
text-decoration:none;
    }   
.clearfix {
  *zoom: 1;
  clear:both;
}
h1,h2,h3,h4,h5{margin-top: 0px !important}
h1{
  position: absolute;
  top: 35%;

  font-weight: bold;
}
/*#ver-en h2{
  font-size: 24px;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
}
h2 {
   color: #7dcde1;
   font-size: 46px;
   font-weight: bold;
   letter-spacing: 1px;
}*/
h3{
  position: absolute;
  left: 0;
  height: 26px;
  line-height: 26px;
  padding:0px 15px;
  font-size: 18px;
  color: #fff;
  background-color: #8c8c8c;
}
h4{
  color: #0FC2EF;
  font-size: 20px;
  line-height: 26px;
}
h5{
  font-size: 20px;
 font-weight: bold;
 color: #0fc2ef;
 text-align: left;
}
#ver-sc,
#ver-tc{
  font: 12px/22px "Microsoft JhengHei", "Microsoft YaHei", Arial, Helvetica, Verdana, sans-serif;
  color: #444;
  font-weight:normal;
  background: #dfdfdf;
}
#ver-en{
  font: 12px/20px  Arial, Helvetica, sans-serif, Verdana;
  font-weight:normal;
  color: #444;
  background: #dfdfdf;
}


/*all*/
#header{
  position: relative;
  z-index:100;
  top: 0px;
  left: 0px;
  width: 100%;

  background: url(../images/header_bg.png) center repeat-x; 
  background-size:auto 100%;
} 
#warp{
  position: relative;
  z-index: 1;
  margin:0px auto;
  width: 100%;
  width:990px; 
  background-color:#fff;
  overflow: hidden;
}
#footer{
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #474747;
  color: #fff;
  margin-top:30px;
}
.copyRight{
  line-height: 70px;
}
.container{
  position: relative;
  width:990px; 
  height:auto;
  margin: 0px auto;
  padding:0px;
}

span.su{
  padding: 0px 8px;
}
/*header*/
.content-top{
  position: relative;
  padding: 15px 0;
}
#ver-en .content-top{padding: 17px 0;}
ul.topbg{
  position: relative;
  width: 100%;
  height: 3px;
  display: table;
}
ul.topbg li{
  display: table-cell;
}
ul.topbg li:nth-of-type(odd){
  background: #0fc2ef;
}
ul.topbg li:nth-of-type(even){
  background: #fdbf59;
}
.logo{
  float: left;
  display: table;
}
.logo a{
  display: block;
  width: 100%;
  max-width: 240px;
  float: left;
}
img.qr{
  width: 60px;
  height: 60px;
  float: left;
}
.lang-box{
  float: right;
}
p.lang{
  position: relative;
  text-align: right;
 }
p.lang a{
  color: #aaa;
} 
p.lang a:hover{
  color: #0fc2ef;
} 
p.lang a.site{
  padding: 0px 20px;
} 

ul.nav-box{
  position: relative;
  width: auto;
  margin-top: 15px;
}
ul.en-nav-box li.big-nav{
  margin: 0 6px!important;
}
ul.nav-box li.big-nav{
  float: left;
  margin: 0 10px;
  position: relative;
}
ul.nav-box li.big-nav:last-child{
  margin-right: 0px;
}
li.big-nav a{
  display: block;
  padding: 3px 10px;
  font-size: 14px;
}
li.big-nav:hover a{
  background: #0fc2ef;
  color: #fff;
}
li.big-nav a.current{
  background: #0fc2ef;
  color: #fff;
}
ul.en-nav-box ol.sub-nav{
  width: 150%;
  left:-25%;
}
ul.en-nav-box ol.sub-nav li a{
  line-height:1.3;
}
ol.about-sub{
  left:-70%!important;
  width: 240%!important;
}
ol.sub-nav{
  position: absolute;
  display: none;
  margin-top: 2px;
  background: #0fc2ef;
  width: 240%;
  left:-70%;
  padding: 5px 15px;
}
ol.sub-nav li{
  position: relative;
  border-bottom: 1px solid;
  border-color: rgba(225,225,225,0.6);
  padding:6px 0px;
}
ol.sub-nav li:last-child{
  border-bottom:none;
}
ol.sub-nav li a{
  color: #fff;
  text-align: center;
  padding: 3px 6px;
}

ol.sub-nav li:hover > a:first-child{
  background: #fff;
  color: #189aba;
}

.slidetoggle {
  position: absolute;
  display: none;
  left: calc(100% + 15px);
  width: auto;
  top: 0px;
  padding: 5px 15px;
  background: #0fc2ef;
  min-width: 200px;
}
.slidetoggle a{
  white-space: nowrap;
  display: block;
  padding:5px 10px !important;
}
.slidetoggle a:hover{
   background: #fff!important;
  color: #189aba!important;
}
/*banner*/
.index-banner {
  width: 100%;
  min-width: 1040px;
  height: 593px;
  position: relative;
  overflow: hidden;
}
.banner-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
ul.banner-slider{
  position: relative;
  width: 500000px;
  height: 100%;
}
ul.banner-slider li{
  position: relative;
  width: auto;
  height: 593px;
  min-width: 1040px!important;
  float: left;
}
ul.banner-slider li:first-child{
  background: url(../images/banner_1.jpg) no-repeat center;
  background-size: cover;
}
ul.banner-slider li:nth-of-type(2){
  background: url(../images/banner_2.jpg) no-repeat center;
  background-size: cover;
}
ul.banner-slider li:nth-of-type(3){
  background: url(../images/banner_3.jpg) no-repeat center;
  background-size: cover;
}
ul.banner-slider li:last-child{
  background: url(../images/banner_1.jpg) no-repeat center;
  background-size: cover;
}
.banner-slider .ban-txt{
  position: absolute;
  top: 350px;
    left: 21%;
  z-index: 3;
}
#bannerSlider img{
  width: auto!important;
}
ul.num{
  position: absolute;
  width: 100px;
  height:auto;
  left: 50%;
  margin-left: -50px;
  bottom: 60px;
}
ul.num li{
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0px 5px;
  border-radius: 50%;
  background: #fff;
  border:2px solid #fff;
  cursor: pointer;
  float: left;
}
ul.num li:hover,
ul.num li.on{
  background: #ff9f00;
}


/*index-new*/

.index-warp{
  position: relative;
  z-index: 10;
  margin: 0px auto;
  height: auto;
  margin-top: -35px;
}
.index-info-all{
   position: relative;
   background-color: #fff;
   padding: 10px 0px;
}
.index-news {
 width: 382px;
 height: 158px;
 float: left;
 
}
.index-news h3, 
.index-circular h3{
  width: 260px;
}
.btn-box{
  position: absolute;
  right: 0px;
  top: 10px;
}
.btn-all{
  display: inline-block;
  width: 44px;
  height: 26px;
  background: #5fbedb;
}
.btn-all:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  -webkit-transform-origin: 75% 25%;
  -webkit-transition: 100ms ease-in .1s;
  transition: 100ms ease-in .1s;
  top: 50%;
  margin-top: -6px;
  cursor: pointer;
}

.prev:before {
 -webkit-transform: rotateZ(-135deg);
 left: 10px;
}
.next:before {
 -webkit-transform: rotateZ(45deg);
 right: 15px; 
}
.btn-all:hover{
  background: #3e8095;
}
.index-news-circular-content {
position: absolute;
width: 330px;
overflow: hidden;
top: 55px;
left: 15px;
}
.index-news-circular-list li {
margin: 0 5px;
float: left;
width: 327px;
}
.index-news-circular-list li p:first-of-type {
height: 55px;
}
.index-news-circular-content p span {
color: #ff9f00;
}



/*index-about
*/
.index-about {
width: 420px;
height: 158px;
margin-left: 12px;
float: left;
background: url(../images/index_about_img.jpg) no-repeat center;
}
.index-about span {
display: block;
width: 395px;
padding: 3px 10px;
background-color: #fff;
position: absolute;
right: 12px;
bottom: 12px;
}
.index-img {
float: right;
}
.index-img a{
  display: block;
}
img.bor-img{
  border:1px solid #7ec0d2;
}
img.bor-img:hover{
  border:1px solid #2F7488;
}
/**/
.iwarp-bot{
  width: 100%;
  height: 158px;
  margin-top: 20px;
  background-color: #fff;
}
.index-circular {
width: 382px;
}
.index-circular, 
.index-report, 
.index-email {
  position: relative;
float: left;
height: 100%;
}

.index-report {
width: 275px;
margin-left: 10px;
}
.report-down {
position: absolute;
top: 60px;
right: 15px;
}
.report-down span {
font-size: 18px;
padding: 3px 15px;
background: #fff;
}
.report-down span, 
.report-down a {
display: block;
}
.report-down a {
float: right;
}
.index-email {
width: 300px;
margin-left: 10px;
}
.index-email form {
position: absolute;
top: 50px;
left: 0;
}
.index-email span {
display: block;
width: 235px;
position: absolute;
top: 80px;
color: #176f85;
}
input.index-email {
width: 300px;
height: 23px;
padding-left: 10px;
margin: 0;
color: #5ea8bb;
background-color: #eff5f8;
border: 1px #176f85 solid;
}
input.index-email-btn{
width: 35px;
height: 35px;
float: right;
cursor: pointer;
background: url(../images/index_report_email.png) no-repeat 0 -36px;
}
input.index-email-btn:hover{
  opacity: 0.8;
}

/**about***/
.inner-banner{
  position: relative;
  min-width: 1040px;
  z-index: 6;
  width: 100%;
  height: 322px;
}
.about-banner{
  background: url(../images/about_banner.jpg) no-repeat top center;
  background-size: cover;
}
.products-banner{
  background: url(../images/product_banner.jpg) no-repeat top center;
  background-size: cover;
}
.ir-banner{
  background: url(../images/ir_banner.jpg) no-repeat top center;
  background-size: cover;
}
.news-banner{
  background: url(../images/new_banner.jpg) no-repeat top center;
  background-size: cover;
}
.contact-banner{
  background: url(../images/contact_banner.jpg) no-repeat top center;
  background-size: cover;
}
.ban-con{
  position: absolute;
  z-index: 110;
  top: 50%;
  left: 50%;
  height: 100%;
   -webkit-transform: translate(-50%,-50%);   
      -ms-transform: translate(-50%,-50%);   
          transform: translate(-50%,-50%);  
}
.main-w{
  position: relative;
  margin-top: -55px;
  z-index: 10;
  min-height: 350px;
  margin-bottom: 30px;
}

.left-nav{
  position: relative;
  width: 252px;
  padding: 15px;
  background: #189aba;
  float: left; 
}

.right-info{
  position: relative;
  width: 700px;
  float: right;

  background: #fff;
  min-height: 500px;
}
.left-nav ul li {
text-align: right;
padding: 5px 0;
border-bottom: 1px #78dcf3 solid;
}
.left-nav ul li:last-of-type {
border: none;
}
.left-nav ul li a:hover, 
.left-nav ul li a.a-active {
background: #0fc2ef;
}
.left-nav ul li a {
display: inline-block;
color: #fff;
font-size: 18px;
padding: 5px 20px;
}
.left-nav ul li ol li a{ font-size:14px;padding:3px 20px;}
.left-nav ul li ol li{border-bottom:0;}
.inner-tit{
    background-color: #8c8c8c;
    display: table;
    min-width:450px;
	padding:10px 30px; 
    margin-top: 20px;
}
#ver-en .inner-tit b{
  display: none;
}
.inner-tit b{
	font-family:Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height:1.5;
}
.inner-tit p{ color:#7ccde2; font-size:48px;font-weight:bold; line-height:1;}
#ver-en .inner-tit{ padding:27px 30px;}
#ver-en .inner-tit p{font-size:38px;}
.inner-main{
  position: relative;
  padding: 30px;
}
.inner-main p{
  padding-bottom: 20px;
}

.prev-next-page {
	display:none;
  position: relative;
  padding: 0 30px;
  margin-top:50px;
}
a.btn-page{
  position: relative;
  color: #f15922;
}
a.btn-page:hover{
  color: #0fc2ef;
}
a.btn-page:hover::after{
  opacity: 0.8;
}
a.btn-page::after{
content: "";
position: absolute;
width: 16px;
height: 16px;
background: url(../images/page_bg.png) center no-repeat;
background-size: 100%;
margin-top: 3px;
cursor: pointer;
}
.next-page{
  padding-right: 18px;
  float: right;
}
.prev-page{
  padding-left: 18px;
  float: left;
}
.prev-page::after{
  transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
 -webkit-transform: rotateZ(180deg); 
 left: 0px;
}

/*team*/
.team-tab ul {
  position: relative;
  width: 100%;
  border-bottom: 1px #189aba solid;
}
.team-tab ul li {
float: left;
margin-right: 5px;
/* padding: 8px 15px; */
background: #189aba;
}
.team-tab ul li a {
font-size: 18px;
color: #fff;
display: inline-block;
padding: 8px 15px;
}
#ver-en .team-tab ul li a{ font-size:15px;}
.team-tab li a:hover, 
.team-tab li a.selected {
background: #0fc2ef;
}
.team-main{
  position: relative;
  display: none;
}
.team-main.current{
  display: block;
}
.team-info{
  position: relative;
  margin: 30px 0px;
}
.team-info h4{ padding-bottom:10px;}
ul.lvli li span:first-of-type{
width: 110px;
margin-right: 20px;
}
ul.lvli li span {
display: table-cell;
}


/*pro*/
.pro-box li {
  position: relative;
  float: left;
  margin: 15px 30px 0 0;
  width: auto;
  text-align: center;
  min-height: 171px;
}
.pro-box li:nth-child(4n+0) {
 margin-right: 0;
}
.pro-box li:nth-child(4n+1) { clear:both;} 
.pro-img{
  position: relative;
  width: 136px;
  height: 136px;
  /*border: 1px solid #939393;*/
  box-shadow:1px 1px 5px #dddddd;
  overflow: hidden;
}
.pro-img img{ padding:5px;}
.pro-img:hover{box-shadow:1px 1px 5px #000000;
/*  border: 1px solid #189aba;*/
}
.pro-img:hover img{
  opacity: 0.8;
}
.pro-img:hover,
.pro-img a{
  display: block;
}
.pro-img img{
  width: auto;
  height: 136px;
}
.meta{    width: 136px;
  text-align: center;    padding-top: 10px;
    line-height: 1.5;
}
.products_manual ul li{ padding-bottom:10px;}
.pro-alert{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.8);
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.pri-info{
      position: fixed;
    top: 8%;
    left:50%;
    margin-left: -350px;
    width: 700px;
    height:84%;
	max-height:800px;
    padding: 25px;
    background: #fff;
    z-index: 101;
 overflow: scroll;
}
.pri-info img{
  position: relative;
  width: auto;
  max-width:420px;
  display:table;
  height: auto;
  padding:20px;
  margin: 0px auto
}
.pri-info ul {
padding: 15px 25px 10px;
background: rgba(0,0,0,0.1);
text-align: left;
}
.pri-info ul li {
list-style-type: decimal;
padding-bottom: 5px;
margin-left: 18px;
}
a.pro-close{
  width: 25px;
  height: 25px;
  display: block;
  background:#5fbedb;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
a.pro-close:hover{
  background:#3e8095;
}
.pro-close::before, 
.pro-close::after {
content: '';
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background: #fff;
cursor: pointer;
}
.pro-close::before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.pro-close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/*ir*/
ul.ir-info{
  position: relative;
  width: 100%;
  height: auto;
}
ul.ir-info li{
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
ul.ir-info li span:first-of-type {
font-weight: bold;
width: 150px;
}
#ver-en ul.ir-info li span:first-of-type{ width:200px;}
ul.ir-info li span {
display: table-cell;
}

ul.year-table{
  position: relative;
  width: 100px;
  height: auto;
}
ul.year-table li{
  font-size: 26px;
  cursor: pointer;
}
ul.year-table li a.seleed{
  position: relative;
  display: block;
  color: #0fc2ef;
  padding: 5px 0px;
}
span.down-btn{
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
  width: 19px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
}
a.seleed span.down-btn::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: #0fc2ef;
  -webkit-transform-origin: 75% 25%;
  -webkit-transition: 100ms ease-in .1s;
  transition: 100ms ease-in .1s;
  top: 50%;
  margin-top: -6px;
  right: 2.5px;
  cursor: pointer;
  -webkit-transform: rotateZ(130deg);
}

ul.year-table li:hover a.seleed{
  color: #189aba;
}
ol.year-list{
  position: absolute;
  width: 100%;
  background: #0fc2ef;
  display: none;
}
ol.year-list li a{
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 5px 0px;
}
ol.year-list li a:hover{
  background:#fff;
  color: #189aba;
}

.list-common {
margin-top: 15px;
}
.list-common li:first-of-type {
font-size: 16px;
color: #368bb6;
padding: 5px 0;
border-top: 4px #919191 solid;
border-bottom: 4px #919191 solid;
}
.list-common li {
padding: 10px 0;
margin-bottom: 5px;
border-bottom: 1px #919191 dotted;
}
.list-common li h6 {
width: 485px;
padding-right: 15px;
}
.list-common li h6, 
.list-common li span {
display: table-cell;
}

.high_table tr.boldLine {
border-bottom: 2px #78dcf3 solid;
}
.high_table tr td:nth-child(1) {
text-align: left;
}
.high_table tr td {
text-align: right;
padding: 5px;
}

.report-list {
 margin-top:30px;
 display: flex;
 align-items: start;
    flex-flow: wrap;
}
.report-list li {
  width: 260px;
  margin: 0 70px 50px 0;
      display: flex;
  -webkit-box-orient: inline-axis;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}
.report-list li:nth-child(2n){ margin-right:0;}
.report-list li:nth-child(3n){clear: both;}
.report-list li img{
  width: 260px;
  height:350px;
  border: 1px #7ec0d2 solid;
}
.report-list li span {
  font-size: 18px;
  display:block;
  margin-top:15px;
}
.report-list li:hover img{
 border: 1px #189aba solid;

}
ul.prosp-box{display:inherit;}
ul.prosp-box li{width:360px;

  margin: 0px;
  display:inherit;  
  -webkit-box-orient:inherit;
    -webkit-box-direction: inherit;
    flex-direction:inherit;
}
ul.prosp-box li img{
  width: 360px;
  height:auto;
}
ul.prosp-box li span{ padding:0 0 15px 0;}
ul.prosp-box .report-cover{ padding-bottom:30px;}


.h4-comm h4{
font-size: 24px;
padding:20px 0 15px 0;
}

.mgt-info a{
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
}
.enquiry-info p span {
display: inline-block;
width: 80px;
font-weight: bold;
}
.enquiry-info p{
  padding-bottom: 5px!important;
}
.enquiry-info p a{
  text-decoration: underline;
}

.contact-info p{
  padding-bottom: 5px!important;
}
p.sub-tit{
  font-size: 18px;
}


.sitemap{
  position: relative;
  width: 100%;
  background: #fff;
  min-height: 450px;
  margin-bottom: 30px;
}
.sitemap-list {
  padding: 45px;

  margin:0px auto;
  display: table;
}
.sitemap-list>li {
	padding-right:70px;
  display: table-cell;
}
.sitemap-list>li:last-child{ padding-right:0}
.sitemap-list>li>a {
font-size: 18px;
color: #0fc2ef;
}
.sub-sitemap {
margin-top: 15px;
}
.sub-sitemap li{line-height:1;
padding-bottom:15px;
}
.sub-sitemap li a {
	
font-size: 14px;

}
span.line{
  line-height: 16px;
}






.active{
    -webkit-animation:fadeInRightBig 1s 1s 1 linear both;     
    -o-animation:fadeInRightBig 1s 1s 1 linear both; 
    animation:fadeInRightBig 1s 1s 1 linear both; 
  }
@-webkit-keyframes fadeInRightBig{
  0%{opacity:0;-webkit-transform:translateX(2000px);
    transform:translateX(2000px)
    }
  100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes fadeInRightBig{
  0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);
    transform:translateX(2000px)
    }
    100%{opacity:1;-webkit-transform:translateX(0);
      -ms-transform:translateX(0);transform:translateX(0)}
  }
.fadeInRightBig{-webkit-animation-name:fadeInRightBig;
  animation-name:fadeInRightBig
}


.fancybox-close {
  position: absolute;
  top: 0px;
  right: -25px;
  width: 25px;
  height: 26px;
  cursor: pointer;
  background: url(../images/fancybox_close.jpg) no-repeat center;
  z-index: 8040;
}
.fancybox-close:hover {
  background: url(../images/fancybox_close_o.jpg) no-repeat center;
}