﻿
:target a{
	
}

:target:before{
	content: "";
	display: block;
	width: 100%;
	height: 300px;
	margin: -300px 0 0;
}

/*=== GLOBAL SYSTEM ======================*/
.wrap-fs { 
	width: 100%;
	display: block;
	background-size: cover;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap-fs img {
	display:block;
	height:auto;
	max-width:100%;
}
@media only screen and (min-width: 1400px) {
.wrap-fs .container { 
	min-width: 1370px;
}
}
/*************************
*******pagestyle CSS******
**************************/

.pagetitle{
	position: relative;
	font-size: 30px;
	line-height: initial;
	color: #5286b9;
	font-weight: 600;
	text-align: center;
	margin:0 auto 40px;
}


.breadcrumb{
	list-style: none;
	border-radius: 0px;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	text-align: right;
	padding: 8px 7px;
	background-color: transparent;
	/*background: rgba(255,255,255,0.6);*/
}
.breadcrumb>li{display:inline-block;color:#999;}
.breadcrumb>li+li:before{padding:0 5px;color:#999;content:"/\00a0";}
.breadcrumb>.active{color:#888}
.breadcrumb>li a{color:#888;}
.breadcrumb>li a:hover{color:#f7b52c;text-decoration:none;}
#pcontent {
	width: 100%;
	float: left;
}
img {
	max-width:100%;
	height:auto;	
}
.pbox1 {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.4em;
	min-height:300px;
	margin: 30px 0 0;
}
.pbox2 {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 1.8em;
	margin: 30px 0 0;
}
.page-header {
	padding: 0 0 12px;
	border-style: none;
	width: 100%;
	margin: 0;
	font-size: 2em;
	line-height: 1.3em;
	color: #333;
	text-align: center;
	display: inline-block;
}
.page-header:after, .page-header:before{
	content:"";
	display:inline-block;
	width:30px;
	height:1px;
	margin:0 15px;
	overflow:hidden;
	background-color:#333;
	position:relative;
	top:-8px;
}
.itemarea {
	width: 100%;
	float: left;
}

/* 內頁選單 */
#nav-wrap .btn-cate {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* 共用 */
  #nav-wrap {
    width:100%;
	float:left;
	text-align: center;
	margin:20px 0 0;
	border-bottom: none;
  }
  #nav-wrap .btn-cate {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    font-size: 1.25rem;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: #f4ac16 solid 1px;
    background-color: #f4ac16;
  }
  #nav-wrap .btn-cate:after {
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-color: transparent;
    border-style: solid;
    border-width: 4px;
    border-bottom-width: 0;
    border-top-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
  }
  #nav-wrap .icon-close:after {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
/* 選單 */
  #nav-wrap .nav-category {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
    border: #ddd solid 1px;
    background-color: #fff;
  }
  #nav-wrap .menu-main li a {
    display: block;
    padding: 0 15px;
    color: #666;
    text-decoration: none;
    line-height: 35px;
  }
  #nav-wrap .menu-main li a:hover {
    color: #000;
  }
  #nav-wrap .menu-main li.current a {
    background-color: #f2f2f2;
  }
  #nav-wrap .menu-main li.current a span {
    margin: 0;
    font-size: 1.166666rem;
    font-size: 16px;
    color: #f4ac16;
    line-height: 35px;
  }

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

  /* 共用 */
  #nav-wrap {
    width:100%;
	float:left;
	text-align: left;
	margin:30px 0 0;
	border: 1px solid #e1e1e1;
  }
  #nav-wrap .nav-category {
    display: block !important;
  }
  #nav-wrap .menu-main li > a {
    display: block;
    /*font-size: 1.25rem;*/
    font-size: 18px;
    color: #666;
    text-decoration: none;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
  }
  /*#nav-wrap .menu-main li > a:hover {
    color: #000;
  }*/
  #nav-wrap .menu-main li.current > a span {
    display: inline-block;
    margin: 0;
  }
  #nav-wrap.nav-style .menu-main li {
	float: left;
	display: inline-block;
	list-style-type: none;
	position: relative;
	border-right: 1px solid #e1e1e1;
	/*padding: 1px;*/
  }
  #nav-wrap.nav-style .menu-main li:nth-child(5) {
	border-right: none;
  }
  #nav-wrap.nav-style .menu-main li > a {
	color: #7f7f7f;
	font-size: 14px;
	padding: 8px 20px;
	text-align: center;
	margin: 0;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	float: none;
	/*border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #dfdfdf;*/
  }
  #nav-wrap.nav-style .menu-main li > a:hover {
	color: #fff;
	background-color: #555;
  }
  #nav-wrap.nav-style .menu-main li.current > a ,
  #nav-wrap.nav-style .menu-main li.current > a:hover,
  #nav-wrap.nav-style .menu-main li.current > a:focus {
	color: #FFFFFF;
	/*font-weight: bold;*/
	cursor: default;
	position: relative;
	background-color: #7794b2;
  }
}

/*************************
******* profile CSS ******
**************************/

.profile{}
.profile .p2 {
	margin: 60px 0;
}
.profile .p2 > div{
	position: relative;
	padding: 0 80px;
}
.profile .p2 > div:nth-of-type(2)::after{
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px dotted #ccc;
}

@media (max-width: 991px) {
	.profile .p2 > div:nth-of-type(2)::after{
		border-left: 0px dotted #ccc;
	}
}
@media (max-width: 767px) {
	.profile .p2 > div{
		padding: 0 ;
	}
	.profile .p2 .pic{
		text-align: center;
	}
	.profile .p2 img{
		width: 100%;
		max-width: 350px !important;
	}
}



































/*************************
********* 法規表單 ********
**************************/

.download{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: wrap;
}
.download li{
	width: calc(50% - 7.5px);
	border: #d4d4d4 solid 1px;
	margin-bottom: 10px;
}
.download li:nth-of-type(odd){
	margin-right: 15px;
}
.download li a{
	display: flex;
	align-items: center;
	padding:10px 0 10px 15px;
	
}
.download li .date{
	color: #999;
	font-size: 13px;
	margin-right: 20px;
}
.download li p{
	flex: 1;
	margin: 0;
}
.download li .icon{
	padding: 5px 15px;
}

@media (max-width: 767px) {
	.download li{
		width: 100%;
	}
	.download li:nth-of-type(odd){
		margin-right: 0;
	}
	.download li a{
		flex-flow: wrap;		
	}
	.download li .date{
		width: 100%;
		font-size: 13px;
		margin-right: 0;
	}
}










/*************************
********* 活動專區 ********
**************************/



.newslist.act li .date span:nth-of-type(1) {
	background: #d6ac7e;
}

.newslist.act li:hover .date .icon {
	background: #7794b2;
}


.newslist2.act dt {
	background-color: #d6ac7e;
}




/*************************
********* OEM ********
**************************/

.appli{
	margin-bottom: 60px;
}
.appli ul{
	margin: 0;
	padding: 0;
	list-style: none;	
}
.appli ul li{
	display: flex;
	flex-flow: wrap;
	margin: 0;
}
.appli ul li section{
	display: flex;
	position: relative;
}
.appli ul li section:nth-of-type(1) img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;

	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width:992px){
	.appli ul li section{
		position: relative;
		width: 50%;
	}
	.appli ul li section:nth-of-type(1){
		min-height: 350px;
		overflow: hidden;
	}
	.appli ul li section:nth-of-type(1) img{
		width: 100%;
		height: 100% !important;
		object-fit: cover;

		position: absolute;
		top: 0;
		left: 0;
	}


	.appli ul li:nth-of-type(even){
		flex-flow: row-reverse;
	}
	.appli ul li section:nth-of-type(2){		
		padding: 30px;
		padding-right: 0;
	}
	.appli ul li:nth-of-type(even) section:nth-of-type(2){
		padding-right: 30px;
		padding-left: 0;	
	}
	.appli ul li:first-of-type section:nth-of-type(2){
		padding-top: 0;
	}
	.appli ul li:last-of-type section:nth-of-type(2){
		padding-bottom: 0;
	}

}


.appli ul li .con{
	padding: 30px;
	background: #f3f5f7;
}
.appli ul li h4{
	font-size: 34px;
	font-weight: 600;
	margin-top: 0;
}
.appli ul li .con > a{
	display: inline-block;
	padding: 8px 20px;
	border-radius: 4px;
	color: #fff;
	background: #2343a0;
}

@media (max-width:991px){
	.appli ul li section:nth-of-type(1){
		width: 100%;
		padding-top: 60%;
	}
	.appli ul li{
		margin-bottom: 30px;
	}
	.appli ul li h4{
		font-size: 26px;
	}
}












/*************************
********* 線上捐款 ********
**************************/

.donate{
	margin-bottom: 60px;
}

.donate form{
	width: 100%;
}

.donate input, .donate select{
	width: 100%;
	margin:5px 0;
	border: 1px solid #ddd;
   outline: none;
   padding: 6px 10px;
   font-size: 1em;
}

.donate input[type=checkbox], 
.donate input[type=radio] {
	display: inline-block;
	width: auto;
}

.donate input[disabled], .donate select[disabled]{
	cursor: not-allowed;
	background: transparent;
}

.donate label{
	display: inline-block;
	font-weight: normal;
	margin: 0 5px;
}

.donate table{
	width: 100%;
	display: block;
	position: relative;
}

.donate table tbody{
	display: block;
	position: relative;
	border-width:1px 0 0 1px;
	z-index: 2;
}
.donate table tr{
	display: flex;
	flex-flow: wrap;
}

.donate table tr td{
	width: 50%;
	display: flex;
	flex-flow: wrap;
	padding: 10px 8px;
}
.donate table tr td span, 
.donate span{
	display: inline-block;
}
.donate table tr td h5{
	width: 100%;
	display: flex;
	align-items: center;
	text-align: left;
	margin: 0 0 6px;
}
.donate table tr td .con{
	flex: 1;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	margin: 0;
}

.donate table tr.w100 td{
	width: 100%;
}

.donate hr{
	display: block;
	width: 100%;
	border-color: #9c9c9c;
}


@media (min-width:768px){

	#twzipcode, #twzipcode02, #twzipcode03{
		display: flex;
	}
	
	#twzipcode select, #twzipcode input, 
	#twzipcode02 select, #twzipcode02 input, 
	#twzipcode03 select, #twzipcode03 input{
		width: calc(100%/3 - 10px);
		margin: 5px calc(10px*3/2) 5px 0;
	}
	
	#twzipcode input, #twzipcode02 input, #twzipcode03 input{
		margin-right: 0;
	}	
}

@media (max-width:767px){
	.donate input, .donate select{
		width: 100%;
	}
	.donate table tr td{
		width: 100%;
	}
	.donate table tr td h5{
		width: 100%;
		padding:0;
		font-weight: bold;
	}






	.donate.type02 table tr td h5{
		width: 30px;
		margin: 0;
		padding:5px;
		padding-left: 15px;
	}
	.donate.type02 table tr td .con{
		padding: 8px 15px 8px 0;
		margin-bottom: 0;
	}
}





/*************************
******* 系友登入 ******
**************************/

.login{
	text-align: center;
	margin-bottom: 60px;
}
.login h3{
	font-size: 48px;
	font-weight: bold;
	color: #7794b2;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.login h4{
	color: #777;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 600;
}

.login ul{
	max-width: 500px;
	margin:40px auto;
	padding: 0;
	list-style: none;
}
.login ul li{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.login ul li i{
	color: #f3b811;
	font-size: 20px;
	min-width: 30px;
}

.login ul li .title{
	min-width: 80px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	padding: 0 10px;
}
.login ul li input, .login ul li > select, .login ul li form{
	flex: 1;
}
.login ul li form{
	display: flex;
	align-items: center;
	flex-flow: wrap;
}







.classmate{}

.classmate section{
	margin-bottom: 30px;
}
.classmate section > input{
	width: 30%;
	margin: 0 15px 10px 0;
}
.classmate section > a{
	display: inline-block;
	padding: 7px 15px;
	color: #fff;
	border-radius: 3px;
	background: #4d9c2d;
}


.classmate ul{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;	
	border: #ddf3ea solid 5px;
}
.classmate ul li{
	display: flex;
	flex-flow: wrap;
	text-align: center;
	border-bottom: #e0e0e0 solid 1px;
}
.classmate ul li a{
	width: 100%;
	font-size: 14px;
	display: flex;
	flex-flow: wrap;
	text-align: center;
}
.classmate ul li span{
	display: block;
	padding: 8px 10px;
	border-right: #e0e0e0 solid 1px;
}
.classmate ul li:first-of-type {
	background: #f9f9f9;
}
.classmate ul li a > span:last-of-type{
	border-right: none;
}
.classmate ul li span:nth-of-type(1){
	width: 25%;
}
.classmate ul li span:nth-of-type(2){
	width: 25%;
}
.classmate ul li span:nth-of-type(3){
	width: 50%;
}

@media (max-width:991px){
	.classmate section > input{
		width: 40%;
	}


}
@media (max-width:767px){
	.classmate section > input{
		width: 100%;
		margin: 0 0 10px;
	}
	.classmate section > a{
		display: block;
		text-align: center;
	}


}
@media (max-width:599px){
	.classmate ul{
		min-width: 600px;
	}
}







/*************************
******* 產品介紹 ******
**************************/
.sideform {
   display: flex;
   flex-flow: row wrap;
}

.sideform>section:nth-of-type(1) {
   width: 230px;
   margin-right: 40px;
   margin-bottom: 40px;
}

.sideform>section:nth-of-type(2) {
   flex: 1;
}

@media (max-width: 991px) {
   .sideform>section:nth-of-type(1) {
      width: 100%;
      margin: 0 0 40px 0;
   }

   .sideform>section:nth-of-type(2) {
      width: 100%;
      flex: auto;
   }
}
@media (max-width: 991px) {
   .sideform>section:nth-of-type(1) {
      margin: 0 0 10px 0;
   }
}







.search{
	margin-bottom: 20px;
}
.search *{
	box-sizing: border-box;
}
.search span{
	width: 100%;
	display: flex;
	align-items: center;
	border: #e4e4e4 solid 1px;	
}
.search input{
	width: calc(100% - 41px);
	margin: 0;
	padding: 5px 10px;
	border: none;
	background: none;
	box-shadow: none;
}
.search a{
	padding: 10px 12px;
	font-size: 18px;
	color: #555;
	text-align: center;
	display: block;
	background: rgb(233, 233, 233);
}







.productcon {}

.productcon>ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
   display: flex;
   flex-flow: wrap;
}

.productcon>ul>li:nth-of-type(1) {
   width: 45%;
   margin-right: 45px;
}

.productcon>ul>li:nth-of-type(2) {
   flex: 1;
}

@media (max-width: 1239px) {
   .productcon>ul>li:nth-of-type(1) {
      width: 100%;
      margin-right: 0px;
   }

   .productcon>ul>li:nth-of-type(2) {
      flex: auto;
      width: 100%;
      margin-bottom: 40px;
   }
}

.productcon>ul>li:nth-of-type(2)>h5 {
   color: #539a94;
   font-size: 13px;
   font-weight: 300;
   margin: 0 0;
}

.productcon>ul>li:nth-of-type(2)>h1 {
   color: #222;
   font-size: 24px;
   letter-spacing: 1px;
   
   font-weight: 400;
   margin: 10px 0 ;
}

.productcon .price {
   color: #da6884;
   font-size: 24px;
   margin-bottom: 25px;
}

.productcon .price h6 {
   font-size: 16px;
   margin: 0 0 12px;
   color: #999999;
}

.productcon .price h5 {
   font-size: 24px;
   color: #f36d8e;
   font-weight: bold;
   margin: 0;
}

.productcon .edit {
	font-size: 14px;
   margin-bottom: 10px;
   padding: 15px 0;
   border-top: 1px dotted #ccc;
}

.productcon .edit ul li {
   padding-left: 15px;
   margin-bottom: 10px;
   background: url(../icon01.jpg) no-repeat left 6px;
}




.productcon .type {
   list-style: none;
   display: flex;
   flex-flow: row wrap;
}

.productcon .type li {

   margin: 0 15px 15px 0;
}

.productcon .type li h4 {
   font-size: 15px;
   color: #539a94;
   display: flex;
   align-items: center;
   margin: 0 0 5px;
}


.productcon .type li:last-of-type {
   display: flex;
   align-items: flex-end;
}

.productcon .type li a {
   min-width: 230px;
   display: block;
   text-align: center;
   border-radius: 3px;
   padding: 8px 15px;
   color: #fff;
   background: #333;
   transition: all 0.5s;
}

.productcon .type li a.sold_out {
   cursor: not-allowed;
   background: #d4d4d4;
}

.productcon .type li a:hover {
   background: #d71118;
}

.productcon .type li a.sold_out:hover {
   background: #bdbdbd;
}

.productcon .type select,
.productcon .type input {
   margin: 0;
}


@media (max-width: 959px) {
   .productcon .type li {
      width: 100%;
      margin-right: 0;
   }

   .productcon .type select,
   .productcon .type input {
      width: 100%;
      margin: 0;
   }

   .productcon .type li a {
      min-width: 100%;
   }
}





.productcon .download{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.productcon .download > li{
	width: 100%;
	padding: 0 !important;
	margin: 0 0 5px !important;
	border: none;
	background: #f5f5f5 !important;
}
.productcon .download > li > a{
	display: flex;
	margin: 0;
	padding: 0;
}
.productcon .download > li p{
	flex: 1;
	font-size: 14px;
	margin: 0;
	padding: 6px 15px;
}
.productcon .download > li h5{
	color: #fff;
	background: #666;
	margin: 0;
	font-size: 13px;
	padding: 10px 20px;
	transition: all 0.3s;
}
.productcon .download > li:hover h5{
	background: #333;
}





.inquirybut{
	
}
.inquirybut i{
	font-size: 16px;
}
.inquirybut a{
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
	color: #fff;
	background: #05294d;
}
.inquirybut a:hover{
	color: #fff;
	background: #05294d;
}





.product_detail{
	margin: 0;
	padding: 0;
	list-style: none;
}
.product_detail li{
	display: flex;
	align-items: center;
	border-bottom: #e4e4e4 solid 1px;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
}
.product_detail li h5{
	min-width: 120px;
	text-align: right;
	margin: 0 15px 0 0;
	color: #6a88a6;
	padding: 5px 5px;
}
.product_detail li p{
	flex: 1;
	font-size: 14px;
	margin: 0;
}
@media (max-width: 767px) {
	.product_detail li{
		flex-flow: wrap;
	}
	.product_detail li h5{
		min-width: auto;
		width: 100%;
		text-align: left;
		margin: 0 0 ;
		padding:3px 0;
	}
}






/*=================== 詢價清單 =====================*/

.inquire01{
}

.inquire01 table{
	width: 100%;
	border-collapse:collapse;
	margin: 0 0 50px;
}

.inquire01 table tr:nth-of-type(odd){
	background: #f7f7f7;
}

.inquire01 table tr th{
	padding:8px 6px !important;
   color: #fff;
   font-size: 15px;
	background:#3e3e3e !important;
	font-weight:normal;
	text-align:center;
	border-width: 0 0 0 0 !important;
}


.inquire01 table tr td{
   padding:15px 8px !important;
   font-size: 14px;
	text-align:center;
	border-bottom:#CCC dotted 1px;
	border-width: 1px 1px 1px 1px !important;	
}

.inquire01 table tr td:nth-of-type(1){
	vertical-align: middle;
}



.inquire01 table tr td::before{
	content: attr(data-th) "";
	font-weight: 500;	
	display: inline-block;
	margin:10px 15px 10px 0;
}

.inquire01 table tr td h5{
	display:inline-block;
	margin:10px 0 10px;
	font-size:15px;
	font-weight:600;
}

.inquire01 table tr td input{
	width: 100%;
	margin: 0;
}



.inquire01 table tr td .pic{
	width:70px;	
	margin:0 10px 0 0;
}

.inquire01 table tr td i{
	font-size:18px;
}


@media (min-width:768px){

.inquire01 table tr td .pic{
	float: left;
}

.inquire01 table tr th:nth-of-type(1),
.inquire01 table tr td:nth-of-type(1){
	width:40%;
}

.inquire01 table tr th:nth-of-type(2),
.inquire01 table tr td:nth-of-type(2){
	width:30%;
}

.inquire01 table tr th:nth-of-type(3),
.inquire01 table tr td:nth-of-type(3){
	width:20%;
}

.inquire01 table tr th:last-of-type,
.inquire01 table tr td:last-of-type{
	width:10%;
}

.inquire01 table tr td::before{
	display:none;
}

}


@media (max-width:767px){
.inquire01{
	padding: 0 ;
}
.inquire01 table tr th,
.inquire01 table tr:nth-of-type(1){
	display:none;
}

.inquire01 table tr{
	display:block;
	padding:20px 0;
	border-bottom:#1f5a21 solid 3px;
}

.inquire01 table tr:last-of-type{
	border-bottom:none;
}

.inquire01 table tr td{
	padding:10px 0;
	display:block;
	text-align:left;
   border-width: 0 0 1px 0 !important;
   background: none;
}

.inquire01 table tr td:last-of-type{
	border-bottom:none;
}

.inquire01 table tr td:last-child{
	border-right: #CCC dotted 0px !important;
}

.inquire01 table tr td:nth-of-type(1){
	padding-bottom:30px;
}
.inquire01 table tr td:nth-of-type(1)::before{
	display:none;
}

.inquire01 table tr td input{
	width:calc(100% - 100px);
	display:inline-block;
}

}



















/*************************
******* 統計通訊 ******
**************************/

.statistics_list{}
.statistics_list ul{
	margin: 0;
	padding: 0;
	list-style: none;

	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4, 1fr);
}
.statistics_list ul li{
	
}

.statistics_list ul li a{
	display: block;
	text-align: center;
}
.statistics_list ul li .pic{
	position: relative;
	padding-top: 70%;
	margin-bottom: 10px;
	border-radius: 3px;
	overflow: hidden;
}
.statistics_list ul li .pic img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;

	position: absolute;
	top: 0;
	left: 0;
}
.statistics_list ul li p{}


@media (max-width:991px){
	.statistics_list ul{
		grid-template-columns: repeat(3, 1fr);
	}
	
}
@media (max-width:576px){
	.statistics_list ul{
		grid-template-columns: repeat(2, 1fr);
	}
}


.s_title{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}




























/*************************
******* contact CSS ******
**************************/


#contact_form {
	float: left;
	width: 100%;
}
#contact {
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 25px 0 0;
}
.contact1 {
	width: 60%;
	padding: 0;
	margin: 20px 0 0;
	float: left;
}
.contact1 .contact-text {
	float: left;
	width: 100%;
	line-height: 22px;
	margin: 0 0 10px 0;
	color: #666;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.contact1 .control-label {
	text-align: left;
}
.contact1 label {
	padding:7px 0 7px 2px;
	float: left;
	width: 100%;
	color: #666;
}
.contact1 .required {
	color: #E85500;
	border: 0;
	margin-left:5px;
}
.contact2 {
	float: left;
	width: 100%;
	margin: 3px 0 0 0;
}
.contact2 .cleft {
	width: 30%;
	float: left;
}
.contact2 .cright {
	width: 25%;
	float: left;
	margin: 0;
	padding-left: 5%;
}
.contact3 {
	padding-top: 25px;
	float: left;
	width: 100%;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	text-align: center;
}
.contact3 button {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	width: 200px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	transition: background 0.3s;
}
.contact3 .send {
	background: #555;
}
.contact3 .send:hover{
	background:#4d9c2d;
}
.contact3 .reset {
	background: #ccc;
}
.contact3 .reset:hover{
	background:#999;
}
.contact5 {
	float: right;
	width: 35%;
	padding: 10px;
	margin: 20px 0 0;
	background:#e4ebf3;
}
/*.contact5 .google-maps {
	position: relative;
    padding-bottom: 160%;
    height: 0;
    overflow: hidden;
}
.contact5 .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}*/
.contact5 .google-maps {
	width: 100%;
	display: inline-block;
	position: relative;
    padding: 0;
    height: auto;
    overflow: hidden;
	text-align: center;
}

.contact6 {
	float: left;
	width: 33%;
	padding: 0 0 0 2%;
}
.contact6:first-child {
	float: left;
	width: 34%;
	padding: 0;
}
.contact1 .box-txt{border: 1px solid #ccc; outline: none; padding: 3px 10px;}
.contact1 .box-txt:focus{border-color: #01a800; -webkit-box-shadow: 0 0 1px #01a800; box-shadow: 0 0 1px #01a800;}
#contact_form .pull-left{padding-right:10px}

@media (min-width: 768px) and (max-width: 991px) {
.contact1 {
	width: 100%;
}
.contact2 .cleft {
	width: 50%;
}
.contact2 .cright {
	width: 45%;
	float: left;
	margin: 0;
	padding-left: 5%;
}
.contact5 {
	float: left;
	width: 100%;
	margin: 40px 0 0;
}
/*.contact5 .google-maps {
    padding-bottom: 50%;
}*/
}
@media (max-width: 767px) {
.contact1 {
	width: 100%;
}
.contact2 .cleft {
	width: 50%;
	float: left;
}
.contact2 .cright {
	width: 45%;
	float: left;
	margin: 0;
	padding-left: 5%;
}
.contact5 {
	float: left;
	width: 100%;
	margin: 40px 0 0;
}
/*.contact5 .google-maps {
    padding-bottom: 50%;
}*/
}
@media (max-width: 480px) {
.contact3 button {
	width: 100%;
	margin-left: 0px;
}
/*.contact5 .google-maps {
    padding-bottom: 100%;
}*/
.contact6 {
	width: 100%;
	padding: 1px 0;
}
.contact6:first-child {
	width: 100%;
	padding: 1px 0;
}
}

/*************************
*******news CSS******
**************************/
.newslist{
	float: left;
	width: 100%;
	visibility: visible;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
}
.newslist ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.newslist li{
	width: calc(100%/2 - 16px);
	margin: 0 8px 15px ;
	padding: 20px;
	background: #f5f5f5;
	list-style-type: none;
	display: inline-block;
	float: left;
}
.newslist li:hover{
	
}
.newslist li a{}
.newslist li .title{
	margin: 0;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslist li .date{
	display: flex;
	margin-bottom: 10px;
}
.newslist li .date span:nth-of-type(1){
	margin: 0 10px 0 0;
	display:inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	background: #136fb8;
	border-radius: 100%;
	padding: 15px 17px;
	transition: all 0.3s;
}
.newslist li:hover .date .icon{
	background: #05294d;
}
.newslist li .date span:nth-of-type(2){
	
}
.newslist li .date span:nth-of-type(2) .month{
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: 3px;
	margin: 2px 0;
	color: #333;
	padding: 0;
}

.newslist li .date span:nth-of-type(2) .year{
	color: #8E8E8E;
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.2em;
}
/*.newslist ul li{
	width: 100%;
	float: left;
	padding: 10px 8px;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px dashed #ccc;
}
.newslist ul li:hover{
	background-color: #efefef;
}
.newslist ul li .date{
	float: left;
	padding: 1px 10px;
	color: #FFF;
	background: #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition: background 0.3s;
	font-size: 13px;
}
.newslist ul li:hover .date{
	background:#f7b52c;
}
.newslist ul li a{
	width: calc(100% - 110px);
	display: block;
	float: right;
	color: #333;
}
.newslist ul li a:hover{
	color: #338c0f;
}*/
.newslist2 {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}
.newslist2 dl {
	width: 100%;
	margin: 0px;
	float: left;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 0px;
}
.newslist2 dt {
	float: left;
	background-color: #136fb8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 15px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
.newslist2 dd {
	float: left;
	margin: 0px;
	padding: 0 2px;
	font-weight: bold;
	color: #333333;
	width: 100%;
}
.newslist2 dd h1{
	margin: 0px;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: bold;
	color: #333333;
}
.newscontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 30px 0 40px;
}
.newslist4 {
	font-size: 1em;
	line-height: 1.6em;
	color: #333333;
	background-color: #f7f7f7;
	float: left;
	width: 100%;
	padding: 12px 10px;
}
.newslist4 A:link { display: inline-block; margin-right: 15px; color:#009bd8;text-decoration:none}
.newslist4 A:visited {color:#009bd8;text-decoration:none}
.newslist4 A:hover {color:#eb6100;text-decoration:underline}

@media (max-width: 767px) {
	.newslist li{
		width: calc(100%);
		margin: 0 0 15px ;
	}
	.newslist2 dd h1{
		font-size: 1.1em;
		line-height: 1.4em;
	}
}

/*************************
******* csr & careers CSS ******
**************************/
.careers {
	width: 100%;
	float: left;
}

.pro-content {
	width: 77%;
	float: left;
	margin: 0 0 30px;
}
.pro-right {
	width: calc(100% - 80%);
	float: right;
	padding: 10px 15px;
	background-color: #999;
}
.pro-right .t1 {
	display: block;
	list-style: none;
	margin: 5px 0 12px;
	padding: 0;
	width: 100%;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
}
.pro-right ul.download {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.pro-right ul.download li {
	display: block;
	list-style: none;
	margin: 7px 0;
	padding: 0 0 0 25px;
	width: 100%;
	background-image: url(../pdf.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}
.pro-right ul.download li A:link {color:#e3e3e3;text-decoration:none}
.pro-right ul.download li A:visited {color:#e3e3e3;text-decoration:none}
.pro-right ul.download li A:hover {color:#fff;text-decoration:underline}

@media (max-width: 767px) {
.pro-content {
	width: 100%;
}
.pro-right {
	width: 100%;
	float: left;
	margin: 10px 0 0;
}
}
/*************************
*******certif CSS******
**************************/
#profile-iso {
	width: 100%;
	float: left;
}
#profile-iso .certif1 {
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
	margin: 0 0 25px;
}
#profile-iso .certif1:last-child {
	margin: 0;
}
#profile-iso .certif1 ul {
	display: block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	width: 25%;
	float: left;
	padding: 5px 1% 20px;
}
#profile-iso .certif1 ul li {
	display: block;
	list-style: none;
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
}
#profile-iso .certif1 ul li.certif-name {
	color: #333;
	margin-top: 7px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.4em;
}
#profile-iso .certif1 ul li.gallery-overlay {
	display: block;
	height: 350px;
	position: relative;
	overflow: hidden;
	border: 1px solid #EEEEEE;
}
#profile-iso .certif1 ul li.gallery-overlay:after {
    padding-top: 56.25%;
    content:"";
    display: block;
}
#profile-iso .certif1 ul li.gallery-overlay img { 
	position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
	max-height:360px;
    margin:auto;
}
@media (min-width: 768px) and (max-width: 991px) {
#profile-iso .certif1 ul {
	width: 50%;
	padding: 5px 1% 20px;
}
}
@media (max-width: 767px) {
#profile-iso .certif1 ul {
	width: 50%;
	padding: 5px 1% 20px;
}
}
@media (max-width: 480px) {

#profile-iso .certif1 ul {
	width: 100%;
	padding: 5px 1% 20px;
}
}
/*************************
*******Product CSS******
**************************/
.products-info {
	width: 100%;
	float: left;
	padding: 10px 0 35px;
}
#product-ov {
	width: 100%;
	float: left;
	background:url(../active_01.jpg);
	padding: 35px 0;
}
.product-list {
	width: 100%;
	float: left;
}
.product-list ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.product-list li { 
	display:block;
	list-style:none;
	width: 25%;
	float: left;
	padding: 15px;
	margin: 0;
}
.product-list li .pro-img { 
	width:100%;
	float: left;
	overflow: hidden;
	padding: 0;
	border: 7px solid #fff;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.product-list li a:hover .pro-img {
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
}
.product-list ul li .pro-name {
	font-size: 1em;
	line-height: 1.5em;
	color: #555;
	margin-top: 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.product-list li a:hover .pro-name {
	color: #da2618;
}
.product-list ul li .productimg {
	width: 100%;
	height: 200px;
	outline: none;
	display: inline-block;
	float: left;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.product-list ul li a:hover .productimg {
	opacity: 0.8;
	-webkit-transform: scale(1.10);
    transform: scale(1.10);
}
@media (min-width: 992px) and (max-width: 1299px) {
.product-list li { 
	padding: 10px;
}
.product-list ul li .productimg {
	height: 160px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.product-list li { 
	width: 50%;
}
.product-list ul li .productimg {
	height: 180px;
}
}
@media (max-width: 767px) {
.product-list li { 
	width: 50%;
	padding: 10px;
}
.product-list ul li .productimg {
	height: 180px;
}
}
@media (max-width: 480px) {
.product-list li { 
	width: 100%;
	padding: 10px 0;
}
.product-list ul li .productimg {
	height: 160px;
}
}






