article h1 {
    font-size: 32px;
    color: #0068b7;
    text-transform: uppercase;
    padding: 40px 0 20px;
    border-bottom: 1px dotted #bebebe;
    margin-bottom: 40px;
}

article h1 >img{
  width: 30px;
  height: 30px;
  padding-right: 5px;
}

article h1 > i {
    display: inline-block;
    margin-right: 5px;
}

article h1 > span {
    float: right;
    font-size: 14px;
    line-height: 45px;
}

/*ABOUTUS*/
#aboutus{
	width: 100%;
    background: url(../images/bg_map.png) no-repeat center top;
    background-size: 100%;
    padding: 4% 5% 0 5%;
    clear: both;
	font-size:17px; 
	}
#aboutus .left{}
#aboutus .left p:first-letter{ font-size: 40px; }
#aboutus .right{}

#aboutus .box_t{
    padding: 4% 0;
    text-align: center;
    float: left;
    font-size: 60px;
    background-size: 100%;
    font-family: Impact;
}


#aboutus p{clear: both; line-height: 1.5em;}


.m_m{
    line-height: 1.5em;
}

.pic_down img{
    padding-top: 7%!important;
}

.product_block  {
    margin-top: 50px !important;
}

.product_block > div {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
}

.product_title {
    font-size: 30px;
}

.product_block > div > div:nth-child(2) {
    margin: 10px 0 30px;
    display: flex;
    flex-wrap: wrap;
}

.product_block .grey_block {
    width: calc(50% - 10px);
    background-color: #F2F2F2;
    border-radius: 10px;
    margin: 5px;
    padding: 20px 20px 30px 20px;
    display: flex;
    flex-wrap: wrap;
}

.product_block .grey_block > div:nth-child(1) {
    width:45%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    font-size: 16px;
    word-break: break-word;
}

.owl-classification.owl-carousel .owl-item {
    padding: 0;
}

.owl-classification .owl-dots {
  display: flex;
  margin: 10px;
  justify-content: center;
}
.owl-classification .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #c5c5c5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.2em;
  transition: 0.6s ease;
}
.owl-classification .owl-dots .owl-dot.active {
  width: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #0068B7;
  margin: 0 7px;
}

.product_block .grey_block >.pic_block {
    width:55%;
    height: 0;
    padding-bottom: 40.5%;
    position: relative;
    /*border: 1px solid #E5E5E5;*/
}

.product_block .grey_block >.pic_block > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product_block .grey_block >.pic_block > div img {
    max-height: 100%;
}

.product_block .grey_block > div > .text_box_a  {
  width: 100%;
  display: flex;
  margin-bottom: 6px;
}
.product_block .grey_block > div > .text_box_a:last-child  {
  margin-bottom: 0;
}
.text_box_a div:nth-of-type(1){
  width: 85px;
  font-weight: 600;
}
.text_box_a div:nth-of-type(2){
  width: calc(100% - 85px);
  padding-right: 8px;
}
@media only screen and (max-width:768px){
  .text_box_a div:nth-of-type(1){
    width: 90px;
  }
  .text_box_a div:nth-of-type(2){
    width: calc(100% - 90px);
  }
}

@media only screen and (max-width: 1400px) {
    .product_title {
        font-size: 26px;
    }

    .product_block .grey_block {
        padding: 10px 10px 35px 10px;
    }

    .product_block .grey_block > div:nth-child(1) {
        width:50%;
        font-size: 13px;
    }

    .product_block .grey_block >.pic_block {
        width:50%;
        padding-bottom: 36%;
    }

    .product_block .grey_block .model,.product_block .grey_block .spec,.product_block .grey_block .name {
        padding-left:66px;
    }
}

@media only screen and (max-width: 768px) {
    .product_block .grey_block > div:nth-child(1) {
        font-size: 16px;
    }

    .product_block .grey_block {
        width: 100%;
    }

    .product_block .grey_block .model,.product_block .grey_block .spec,.product_block .grey_block .name {
        padding-left:80px;
    }
}

@media only screen and (max-width: 480px) {
    .product_block .grey_block {
        flex-direction: column-reverse;
    }

    .product_block .grey_block > div:nth-child(1) {
        width:100%;
        margin: 30px 0 5px;
    }

    .product_block .grey_block >.pic_block {
        width:100%;
        padding-bottom: 75%;
    }

    .product_block .grey_block {
        padding: 20px 10px 10px 10px;
    }
}

/*process*/

.animate{
	-webkit-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
}

.process-box{
	margin: 1% 0;
	color: #ccc; 
	}
	
.process-list {
    display: inline-block;
    color: #555;
    margin: 10px 5px;
    padding: 5px;
    width: calc( (100% - 46px) / 3);
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    border: solid 2px #afdcff;
    border-radius: 15px;
	-webkit-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
}


.process-list:hover{  
    border: solid 2px #175493;
	box-shadow: 2px 2px 2px #afdcff;
	-webkit-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
}



.process-list a{
	font-size: 16px;
    font-weight: bolder;
    text-align: center;
    margin: 5px;
    padding: 0 0 10px 0;
    color: #175493;
    display: block;
    line-height: 30px;
}


.process-list:hover a{
	color:#FFF;
	background:#175493;
}

.process-list img {
    margin-bottom: -3px;
    width: 100%;
}

.list_9 {
    clear: both;
    color: #0f6db4;
	padding: 0 5px;
}

.list_9 li {
    list-style: disc;
    margin: 5px 20px;
    float: left;
    width: 27%;
	font-size:16px;
	font-weight:bold;
}

.pro-list {
	display: inline-block;
    color: #555;
    padding: 10px 1px 20px 1px;
    margin: 0 10px;
    width: calc( 100% / 2 - 30px);
    text-align: center;
    vertical-align: top;
    position: relative;
  /*  max-width: 330px;*/
}

.pro-list a{

}
.pro-list a:hover{

}
.pro-pic{  
    margin-bottom: 5px;
    position: relative;
    border: 2px solid #0068b7;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    overflow: hidden;
	box-shadow: 2px 2px 2px #b5ebff;
}

.pro-pic img {
    display: block;
}

.pro-title{
	font-size: 16px;
    text-align: center;
	color: #0068b7;
	font-weight:900;
	margin-bottom: 10px;
}

.pro-list:hover .pro-title,
.pro-title:hover {
    color: #6aa4d1;
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
	text-shadow: none;

}

.pro-pic .search_h{
	position: absolute;
    z-index: 9999;
    top: 40%;
    right: 40%;
	-webkit-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
	display:none;
}

.pro-list:hover .search_h{
    display: block;
	border: none;
    border-radius: none;
}


.pro-pic:before, .pro-pic:hover:before {
	 -webkit-transition: 0.5s ease;
	 -ms-transition: 0.5s ease;
	 transition: 0.5s ease;
}
.pro-pic:before {
    content: "";
    display:block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    background:rgba(71, 117, 200, 0.2);
    z-index: 2;
}

.pro-pic:hover:before {
    opacity:1;
}	

.s12{
   /* max-width: 683px;*/
    width: calc(100% - 23px);
}



.tab_box {
    max-width: 1000px;
}
	
@media only screen and (max-width: 1480px) {
    article h1 {
        font-size: 26px;
    }
    article h1 > span {
        font-size: 12px;
    }
    article h2 {
        font-size: 20px;
    }
	
	.s12 img{
    max-height: 255px;
    width: auto;
}
}

@media only screen and (max-width: 1100px) {
    article h1 {
        padding: 40px 0 10px;
        margin-bottom: 20px;
    }
    article h1 > span {
        display: block;
        width: 100%;
        line-height: 30px;
    }

}

@media only screen and (max-width: 860px) {
.list_9 li {
    width: 30%;
}
}

@media only screen and (max-width: 768px) {
    article h1 {
        font-size: 20px;
    }
    article h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 700px) {
.process-list {
    width: calc( (100% - 30px) / 2);
}
.list_9 li {
    width: 90%;
}

}



@media only screen and (max-width: 500px) {
    article h1 > span {
        display: block;
        width: 100%;
        line-height: 16px;
        padding-top: 5px;
    }
	
	#aboutus {
    padding: 4% 2% 0 2%;
	}
	
	#aboutus .box_t {
		padding: 5% 0;
		font-size: 40px;
	}
	
	.process-list {
		width: calc(100% - 15px);
	}
	
	.pro-list {
    width: calc( 100% - 12px);
	}
}


/*about*/

.about {
    width: 100%;
    float: left;
}

.about .title {
    text-align: center;
    color: #0068b7;
    font-size: 24px;
    line-height: 48px;
    border: 3px solid #0068b7;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin: 25px 0;
    font-weight: 600;
    width: 100%;
    float: left;
}

.about h2 {
    width: 100%;
    font-size: 28px;
    float: left;
    font-weight: 600;
    padding: 0 0 5px;
    text-align: left;
}

.about .content {
    float: left;
    padding: 20px 0;
}

.about .content-ul {
    list-style: disc;
    padding-left: 40px;
}

.about .content-li {
    margin-bottom: 10px;
}

.about .content-ul-title {
    font-size: 18px;
    font-weight: 600;
}

.about .text > p {
    width: 100%;
    font-size: 18px;
    float: left;
    padding: 8px 0;
    line-height: 26px;
}

.about .text {
    padding-bottom: 40px;
}

.about .img {
    padding-top: 80px !important;
}

@media only screen and (max-width: 768px) {
    .about .title {
        font-size: 20px;
        line-height: 48px;
        margin: 20px 0;
    }
    .about h2 {
        font-size: 26px;
    }
    .about .text > p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 600px) {
    .about .img {
        display: none;
    }
    .about .title {
        line-height: 28px;
    }
}


/*markets*/

.markets,
.markets > div {
    width: 100%;
    float: left;
}

.markets > div {
    padding: 70px 0;
}

/*.markets > div:nth-child(odd) {
    background: #f5f5f5;
}*/

.markets > div {
    background: #f5f5f5;
}

.markets > div > div > div {
    width: 53%;
    float: left;
    padding-right: 30px;
    font-size: 18px;
    color: #666;
}

.markets > div > div > div:first-child {
    width: 47%;
    float: right;
    padding-right: 0;
    text-align: right;
}

.markets > div > div > div:first-child > img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.markets > div:nth-child(even) > div > div {
    float: right;
    padding-right: 0;
    padding-left: 30px;
}

.markets > div:nth-child(even) > div > div:first-child {
    float: left;
    padding: 0;
    text-align: left;
}

.markets > div > div > div > p {
    width: 100%;
    float: left;
    line-height: 30px;
}

.markets > div > div > div > p > img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 0;
}

.markets > div > div > div > p:first-child {
    font-size: 32px;
    color: #0068b7;
    border-bottom: 1px dotted #bebebe;
    padding: 15px 0 20px;
    margin-bottom: 20px;
}

.markets > div:nth-child(even) > div > div > p:first-child {
    color: #444;
}

.market_sports {
    border-bottom: 1px dotted #aaa;
    padding-top: 40px;
    max-width: 744px;
    display: flex;
    flex-wrap: wrap;
	padding-left: 2%!important;
	padding-right: 2%!important;
}

.market_sports .sports_block {
    width: 48%;
    margin: 1%;
    text-align: center;
    position: relative;
}

.market_sports .sports_block > div:nth-child(1) {
    color: #fff;
    font-family: "微軟正黑體","poppins";
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    text-align: left;
}

@media only screen and (max-width: 414px) {
    .market_sports .sports_block > div:nth-child(1) {
        top: 0;
        left: 3.5%;
        width: 92.5%;
    }
}

@media only screen and (max-width: 375px) {
    .market_sports .sports_block > div:nth-child(1) {
        top: 0;
        left: 0;
        width: 100%;
    }
}

.market_sports .sports_block > div:nth-child(3) {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 50px 0;
}

.market_sports .sports_block:nth-of-type(6) > div:nth-child(3) {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 50px 0;
}

@media only screen and (max-width: 1680px) {
    .markets > div > div > div {
        width: 47%;
    }
    .markets > div > div > div:first-child {
        width: 53%;
    }
}

@media only screen and (max-width: 1480px) {
    .markets > div > div > div {
        padding-right: 30px;
        font-size: 15px;
    }
    .markets > div > div > div > p {
        width: 100%;
        float: left;
        line-height: 24px;
    }
    .markets > div > div > div > p > img {
        width: 50px;
    }
    .markets > div > div > div > p:first-child {
        font-size: 26px;
        padding: 15px 0 15px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1380px) {
    .markets > div > div > div:first-child > img {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1100px) {
    .markets > div {
        padding: 40px 0;
    }
    .markets > div > div > div:first-child > img {
        margin-top: 20px;
    }
    .markets > div:nth-child(even) > div > div:first-child > img {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 960px) {
    .markets > div > div > div {
        width: 100%;
        float: left;
    }
    .markets > div > div > div:first-child {
        width: 100%;
        float: left;
        padding-bottom: 20px;
    }
    .markets > div > div > div:first-child > img {
        width: 100%;
    }
    .markets > div:nth-child(even) > div > div {
        float: left;
        padding: 0;
    }
    .markets > div:nth-child(even) > div > div:first-child {
        float: left;
        padding: 0;
        padding-bottom: 20px;
    }
    .markets > div > div > div {
        padding: 0;
    }
	
		
	.pic_down img{
    padding-top: 0%!important;
}
}


/*products*/

.mobile {
    display: none;
}

.products aside {
    width: 20%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-top: 40px;
}

.products aside > p {
    font-size: 28px;
    color: #0068b7;
    width: 100%;
    float: left;
    padding: 10px;
}

.products aside > ul,
.products aside > ul > li > ul,
.products aside > ul > li > ul li {
    width: 100%;
    float: left;
	border: 1px solid #ccc;
}

.products aside > ul > li {
    width: 100%;
    float: left;
    border-top: 1px dotted #dbdbdb;
    font-size: 20px;
}

.products aside > ul > li > a {
    color: #555;
    padding: 10px;
    display: inline-block;
}

.products aside > ul > li > a:hover,
.products aside > ul > li > a.current {
    color: #0068b7;
    font-weight: bold;
}

.products aside > ul > li > ul {
    background: #eee;
    padding: 10px;
}

.products aside > ul > li > ul li {
    font-size: 16px;
    padding: 5px 0;
}

.products aside > ul > li > ul li a:hover,
.products aside > ul > li > ul li a.current {
    color: #000;
}


.products #main {
    width: 80%;
    float: left;
    padding-left: 50px;
}

.products #main article > div,
.products #main article > ul {
    width: 100%;
    float: left;
}

.products #main article > h2 {
    padding: 0 1.5%;
}

.products #main article > div {
    margin: 0;
}

.products #main article > ul {
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.products #main article > div p {
    /*color: #888;*/
    width: 100%;
    float: left;
    padding: 5px 0;
}

.products #main article > div ul {list-style-type: disc; clear: both; padding-left: 25px;}

.products #main article > ul li {
    width: 30%;
    margin: 20px 1.5%;
    float: left;
}

.products #main article > ul > li > p {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 17px;
}

.products #main article > ul > li > a {
    display: inline-block;
    width: auto;
    float: left;
    padding: 5px 20px;
    font-size: 15px;
	background-color: rgb(0, 101, 179);
    color: #ffffff;
    border: 1.5px solid #00408a;
    border-radius: 10px;
}

.products #main article > ul > li > a:hover {
	background-color: #FFF;
    color: #00408a;
    border: 1.5px solid #00408a;
}

.products #main article > div.border,
.products #main article > div.text {
    border-bottom: 1px dotted #aaa;
    margin-bottom: 40px;
}

.products #main article > div.border {
    display: flex;
    flex-wrap: wrap;
}

.products #main article > div.border > div {
    width: 34%;
    float: left;
    padding-top: 20px;
}

.products #main article > div.border > ul {
    width: 66%;
    float: left;
    padding: 10px 0 40px 30px;
}

.products #main article > div.border > ul > li {
    width: 100%;
    float: left;
    border-top: 1px dotted #dbdbdb;
    padding: 10px 5px;
}

.products #main article > div.border > ul > li:first-child {
    border: 0;
}

.products #main article > div.text > ul,
.products #main article > div.text > ul li {
    width: 100%;
    float: left;
}

.products #main article > div.text > ul {
    margin: 20px 0 40px;
}

.products #main article > div.text > ul li {
    padding: 5px;
    color: #888;
}

.products #main article > div .btn {
    padding: 5px 20px;
	background-color: rgb(0, 101, 179);
    color: #ffffff;
    border: 1.5px solid #00408a;
    border-radius: 10px;
}

.products #main article > div .btn:hover {
	background-color: #FFF;
    color: #00408a;
    border: 1.5px solid #00408a;
}

@media only screen and (max-width: 960px){
    .products #main article > div.border > div {
        width: 100%;
    }

    .products #main article > div.border > ul {
        width: 100%;
    }
}


/*contact*/

.contact #main {
    width: 100%;
    float: left;
}

.contact iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.contact ul {
    width: 95%;
    float: left;
    margin: 0 0 20px 5%;
    border-left: 1px dotted #ccc;
    padding: 0 0 0 5%;
}

.contact li {
    width: 100%;
    float: left;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dotted #ccc;
    line-height: 30px;
}
/*.contact li.reca {
    padding-top: 0px;
    margin-top: 0px;
}*/
.contact li.reca >div{
  width: 65%;
float: left;
}
.contact li.reca iframe{
    height: auto;
}

.contact .btn {
    padding: 5px 30px;
    font-size: 14px;
}

.contact input[type="text"],
.contact textarea,
.contact select {
    font-size: 14px;
    width: 65%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact label {
    width: 25%;
    float: left;
}

.contact li:first-child {
    border-top: 0;
    padding: 0;
    margin: 0;
}

.contact .text h2 {
    font-size: 20px;
    padding-bottom: 15px;
    width: 100%;
    float: left;
}

.contact .text p {
    padding-bottom: 15px;
    width: 100%;
    float: left;
    line-height: 24px;
}


#test{
    position: relative;
    padding: 0;
    width: 100%;
    padding-top: 10px;
}
.appcontent{max-width: 744px; margin: inherit;}

@media only screen and (max-width: 1380px){
.products #main article > ul li {
    width: 30%;}
}

@media only screen and (max-width: 1024px){
.appcontent {
    margin: auto;
}}

@media only screen and (max-width: 960px) {
    .contact ul {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        border-left: 0 dotted #ccc;
        border-top: 1px dotted #ccc;
        padding: 20px 0 0 0;
    }
    .contact select {
        margin-bottom: 10px;
    }
    .contact .width-20 {
        width: 20% !important;
    }
    .contact .width-30 {
        width: 100% !important;
    }
    .contact .width-70 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .contact .width-40 {
        width: 60% !important;
    }
    .contact label {
        width: 100%;
    }
    .contact input[type="text"],
    .contact textarea,
    .contact select {
        width: 100%;
    }
}

.con {
    width: 100%;
    float: left;
    padding: 0 0 20px;
    text-align: center;
}

.href {
    width: 100%;
    float: left;
}

.list03 .text li .href a {
    display: inline-block;
    width: auto;
    padding: 5px;
}

.href img {
    width: 90px;
    height: auto;
}



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

}

@media only screen and (max-width: 1480px) {
    .products aside > p {
        font-size: 22px;
    }
    .products aside > ul > li {
        font-size: 17px;
    }

}

@media only screen and (max-width: 1380px) {
    .href img {
        width: 60px;
        height: 45px;
    }
}

@media only screen and (max-width: 960px) {
    .mobile {
        display: block;
        float: left;
        font-size: 20px;
        width: 100%;
        padding: 10px 20px;
        background: #ddd;
        text-align: center;
        margin-top: -4px;
    }
    .products aside {
        /*display: none;*/
        width: 100%;
    }
    .products #main {
        width: 100%;
        padding-left: 0;
    }
    .products #main article > ul li {
        width: 47%;
    }
    .products #main article > ul li img {
        width: 100%;
    }

    .href {
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    .products #main article > div.border > div {
        width: 100%;
    }
    .products #main article > div.border > ul {
        padding: 30px 0 40px 0;
        width: 100%;
    }
}

@media only screen and (max-width: 576px){
    .con img {
        width: 100%;
    }
    .href img {
        width: 80px;
        height: 60px;
    }
}

@media only screen and (max-width: 420px) {
    .products #main article > ul li {
        width: 100%;
        margin: 20px 0;
    }
    .products #main article > div .btn,.products #main article > ul > li > a {
        padding: 5px 10px;
        font-size: 13px;
    }
    .mobile {
        font-size: 16px;
    }

}
