@charset "utf-8";
/* CSS Document */

@import 'routine.css';

* {
  outline: 0;
}

a,
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none !important;
}

body {
  font-family: '微軟正黑體';
  background: #f5f5f5;
}

/*************************************/
/*               header              */
/*************************************/
header {
  z-index: 10;
  width: 100%;
  border-bottom: 14px solid #88a241;
}

.logo {
  margin: 30px 0 10px;
	max-width: 92px;
}

.lang-767 {
  display: none;
}

.lang-content {
  width: 145px;
  text-align: right;
}

.btn-default {
  background-color: #fff;
  border-color: #ccc;
  width: 145px;
  height: 42px;
  border: none;
  background: #082e81;
  border-radius: 0;
  color: #fff;
  font-size: 19px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  background: #082e81;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background: #082e81;
  color: #fff;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: #082e81;
  color: #fff;
}

.lang-content .dropdown-menu {
  min-width: 145px !important;
}

@media (max-width: 1200px) {
  header {
    border-bottom: 10px solid #88a241;
  }

  .logo {
    margin: 18px auto 10px;
  }
}

@media (max-width: 991px) {
  header {
    position: static;
  }

  .logo {
    margin: 7px auto 1px;
  }

  .lang-content {
    width: 280px;
    margin: 0 auto;
    overflow: hidden;
    display: none;
  }
}

@media (max-width: 991px) {
  header {
    border-bottom: 7px solid #88a241;
  }

  .header-lang {
    display: none;
  }

  .lang-767 {
    display: block;
    text-align: center;
    margin-top: 12px;
  }

  .lang-767 p a,
  .lang-767 p {
    color: #282828;
  }

  .lang-767 p a:hover,
  .lang-767 p a.lang-active {
    color: #8e8e8e;
  }

  .logo-991 {
    display: none !important;
  }

  .logo {
    max-width: 80px;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
    margin: 0;
  }
}

@media (max-width: 767px) {
  header {
    border-bottom: 5px solid #88a241;
  }

  .logo {
    max-width: 70px;
    margin: 5px auto 1px;
  }
}

@media (max-width: 480px) {
  .logo {
    max-width: 60px;
    margin: 5px auto 0;
  }

  .lang-767 {
    margin-top: 5px;
  }

  .header-info {
    display: none;
  }
}

.search-content p {
  color: #b2b2b2;
  text-align: right;
  position: absolute;
  right: 120px;
  font-size: 17px;
  margin-top: 8px;
}

.search-content p a {
  color: #b2b2b2;
  display: inline-block;
  width: 70px;
  height: 30px;
  border: 1px solid #b2b2b2;
  text-align: center;
  line-height: 28px;
  margin-left: 5px;
}

.search-content p a:hover,
.search-content p a.lang-active {
  color: #fff;
  background: #8eb51c;
  border: 1px solid #b2b2b2;
}

.search-content {
  width: 100%;
  margin: 15px auto 0;
  overflow: hidden;
}

.searchbox {
  position: relative;
  min-width: 35px;
  width: 0%;
  height: 35px;
  float: right;
  overflow: hidden;

  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  margin-top: 4px;
}

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0px 10px 0px 30px;
  font-size: 18px;
  color: #282828;
  border-radius: 20px;
}
.searchbox-input::-webkit-input-placeholder {
  color: #282828;
}
.searchbox-input:-moz-placeholder {
  color: #282828;
}
.searchbox-input::-moz-placeholder {
  color: #282828;
}
.searchbox-input:-ms-input-placeholder {
  color: #282828;
}

.searchbox-open .searchbox-input {
  background: #e5e5e5;
}

.searchbox-icon,
.searchbox-submit {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0;
  font-family: verdana;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
  color: #07559f;
  background: transparent;
  border-radius: 20px;
}

.searchbox-icon {
  font-size: 21px;
}

.searchbox-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.top_area {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.inquiry_icon img {
  width: 40px;
  height: 32px;
  object-fit: contain;
}

.inquiry_icon {
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .inquiry_icon {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 10;
    transform: translateY(50%);
  }
}

@media (max-width: 480px) {
  .inquiry_icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(30%);
  }
}

.inquiry_icon .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: red;
  color: #fff;
  position: absolute;
  right: -9px;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchbox-open {
  width: 100%;
}

.search2 {
  display: none;
}

.search2 .btn {
  background: #ddd;
}

@media (max-width: 1200px) {
  .search-content p {
    margin-top: 12px;
  }

  .searchbox {
    margin-top: 8px;
  }

  .search-content {
    margin: 5px auto 0;
  }
}

@media (max-width: 991px) {
  .header-lang {
    margin-top: 3px;
  }

  .search-content {
    /*width: 400px;*/
    margin: 10px auto;
    display: none;
  }

  .search-content p {
    right: 80px;
    margin-top: 12px;
  }

  .search2 {
    display: block;
  }
}

@media (max-width: 767px) {
  .search-content p {
    right: 20px;
  }

  .header-lang {
    display: none;
  }
}

/*************************************/
/*             navigation            */
/*************************************/

.nav-content .navbar {
  min-height: 40px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #082e81;
}

nav.navbar.bootsnav ul.nav > li > a {
  position: relative;
  color: #404040;
}

nav.navbar.bootsnav ul.nav > li.navActive > a,
nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #082e81;
  font-weight: bold;
}

nav.navbar.bootsnav ul.nav > li > a::after {
  content: '';
  width: 1px;
  height: 17px;
  background: #404040;
  position: absolute;
  right: -20px;
  margin-top: 2px;
}

nav.navbar.bootsnav ul.nav > li:last-child > a::after {
  display: none;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #082e81;
}

.nav-content .navbar-brand {
  height: 40px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

ul.navbar-nav > li > ul > li > a {
  font-size: 15px;
}

.search-li {
  display: none !important;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #1c5cab;
  color: #fff !important;
}

.dropdown-menu {
  min-width: 140px;
  font-size: 15px;
}

.form-control,
.btn {
  border-radius: 0;
}

.search2 .btn:hover,
.search2 .btn:focus,
.search2 .btn.focus {
  background: #082e81;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  margin: 0 20px;
}

@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li:last-child > a:before {
    display: none;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    top: -1px;
  }

  .navbar-default .navbar-nav > .active > a:focus {
    color: transparent;
    background-color: transparent;
  }

  ul.navbar-nav > li > ul > li > a {
    font-size: 17px;
    font-weight: bold;
    color: #555 !important;
  }

  ul.navbar-nav > li > ul > li > a.active,
  ul.navbar-nav > li > ul > li > a.focus,
  ul.navbar-nav > li > ul > li > a.on {
    color: #082e81 !important;
  }

  ul.navbar-nav > li > ul > li:last-child a {
    border-bottom: none;
  }

  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }

  ul.navbar-nav > li:first-child {
    margin-bottom: 2px;
  }

  .nav > li > a {
    margin: 0;
  }

  nav.navbar.bootsnav ul.nav > li.navActive > a,
  nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #082e81;
  }
}

@media (max-width: 991px) {
  .search-li {
    display: block !important;
	  margin-bottom: 3px;
  }

  .search-li.logo-li {
    display: inline-block !important;
  }

  .navbar-default .navbar-form {
    border: none;
  }

  nav.navbar.bootsnav ul.nav > li:first-child > a:hover {
    background-color: transparent;
  }

  .search-li p a {
    width: 33.3333%;
    display: inline-block;
    text-align: center;
    background: #8eb51c;
    border: none;
    border-right: 1px solid #fff;
    margin-bottom: 10px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }

  .search-li p a:hover {
    background: #07559f;
  }

  .search-li p a:last-child {
    border-right: none;
  }

  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 22px;
    width: 35px;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 17px;
  }
}

@media (max-width: 480px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 12px;
  }
}

/*************************************/
/*                index              */
/*************************************/
.newsTitle span {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.newsTitle {
  font-size: 23px;
  color: #082e81;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 25px;
}

.newsTitle:after {
  position: absolute;
  content: '';
  width: 90px;
  height: 2px;
  background: #082e81;
  top: 22px;
  right: -98px;
}

.newsMore {
  text-align: center;
  margin: 20px auto 0;
}

.newsMore a {
  display: inline-block;
  width: 140px;
  height: 35px;
  border: 1px solid #000;
  text-align: center;
  line-height: 33px;
  color: #000;
  font-size: 17px;
}

.newsMore a:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .newsTitle span {
    font-size: 26px;
  }

  .newsTitle {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .newsTitle:after {
    width: 80px;
    top: 20px;
    right: -88px;
  }
}

@media (max-width: 480px) {
  .newsTitle {
    margin-bottom: 15px;
  }

  .newsTitle span {
    display: none;
  }

  .newsTitle:after {
    width: 50px;
    right: -58px;
  }
}

.indexNews {
  padding: 35px 0;
  background: linear-gradient(0deg, rgba(180, 215, 99, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(
    1000deg,
    rgba(180, 215, 99, 0.5) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    100deg,
    rgba(180, 215, 99, 0.5) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(100deg, rgba(180, 215, 99, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
  overflow: hidden;
}

.indexNews ul > li > ul {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.indexNews ul > li > ul > li {
  /*display: table-cell;
	vertical-align: middle;*/
  float: left;
}

.indexNews ul > li > ul > li:first-child {
  padding: 12px 5px 9px;
  text-align: center;
  font-size: 19px;
  line-height: 19px;
  color: #fff;
  font-weight: bold;
  background: #082e81;
  width: 100px;
  vertical-align: middle;
}

.indexNews ul > li > ul > li:first-child span {
  font-size: 15px;
}

.indexNews ul > li > ul > li:last-child {
  padding-left: 20px;
  width: calc(100% - 100px);
}

.indexNews ul > li > ul > li:last-child a p {
  font-size: 17px;
  color: #333;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 20px;
}

.indexNews ul > li > ul:hover > li:first-child {
  background: #005ebd;
}

.indexNews ul > li > ul:hover > li:last-child a p {
  color: #034f8d;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .indexNews ul > li > ul {
    margin-bottom: 15px;
  }
}

@media (max-width: 580px) {
  .indexNews ul > li > ul > li:last-child {
    padding-left: 20px;
  }

  .indexNews ul > li > ul > li:last-child a p {
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .indexNews ul > li > ul > li:last-child {
    padding-left: 15px;
  }
}

@media (max-width: 400px) {
  .indexNews ul > li > ul > li:last-child {
    padding-left: 15px;
  }
}

/*************************************/
/*              hot pro              */
/*************************************/
.hotProduct {
  background: url(../tw_img/index/hp_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 30px 0 40px;
}

.hotProduct .newsTitle span {
  font-size: 28px;
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
}

.hotProduct .newsTitle {
  font-size: 23px;
  color: #386f00;
  font-weight: 500;
  position: relative;
  padding-left: 0;
}

.hotProduct .newsTitle:after {
  position: absolute;
  content: '';
  width: 90px;
  height: 2px;
  background: #386f00;
  top: 22px;
  right: -98px;
}

.hpText {
  background: #fefef5;
  padding: 10px 15px 11px;
}

.hpText h5 {
  font-size: 22px;
  color: #294801;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hpText p {
  font-size: 16px;
  line-height: 26px;
  color: #386f00;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owl-carousel .item:hover .hpText {
  background: #294801;
}

.owl-carousel .item:hover .hpText h5,
.owl-carousel .item:hover .hpText p {
  color: #fff;
}

.carousel-wrap {
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  padding: 5px;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
  display: none;
}

.owl-nav .owl-prev {
  left: -50px;
  background: url(../tw_img/index/left.png) top left no-repeat;
  width: 60px;
  height: 60px;
}

.owl-nav .owl-next {
  right: -50px;
  background: url(../tw_img/index/right.png) top left no-repeat;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .hotProduct .newsTitle span {
    font-size: 26px;
  }

  .hotProduct .newsTitle {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .hotProduct .newsTitle:after {
    width: 80px;
    top: 20px;
    right: -88px;
  }

  .owl-nav .owl-prev {
    left: -40px;
  }

  .owl-nav .owl-next {
    right: -40px;
  }
}

@media (max-width: 550px) {
  .owl-nav .owl-prev {
    left: -30px;
  }

  .owl-nav .owl-next {
    right: -30px;
  }
}

@media (max-width: 480px) {
  .hotProduct .newsTitle {
    margin-bottom: 15px;
  }

  .hotProduct .newsTitle span {
    display: none;
  }

  .hotProduct .newsTitle:after {
    width: 50px;
    right: -58px;
  }
}

/*************************************/
/*               footer              */
/*************************************/

footer {
  background: #313131;
  padding-top: 20px;
  overflow: hidden;
  background-size: cover;
  box-shadow: 0 500px 0 500px #313131;
}

.footer_above {
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: 1px solid #434343;
}

.footer-add {
  margin-left: 15px;
  text-align: center;
}

.footer-add li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin: 0 18px;
}

.footer-add li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #fff;
  position: relative;
  left: 24px;
  top: 1px;
}

.footer-add li:last-child:before {
  display: none;
}

.footer-add li i {
  color: #fff;
  margin-right: 8px;
  font-size: 18px;
  width: 20px;
  text-align: center;
}

.footer-add li a {
  color: #fff;
}

.footer-add li:hover,
.footer-add li:hover i,
.footer-add li a:hover {
  color: #fff;
}

.footer-add li a img {
  height: 30px;
  vertical-align: bottom;
}

@media (max-width: 991px) {
  .footer_above {
    padding-bottom: 0;
  }

  .footer-add {
    margin-bottom: 10px;
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .footer-add {
    margin-bottom: 12px;
  }

  .footer-add br {
    display: none;
  }

  .footer-add li {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    line-height: 25px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  footer {
    padding-top: 20px;
  }
}

.footer_below {
  padding: 7px 0 10px;
  font-size: 15px;
  font-family: Arial;
}

.footerUl2 {
  list-style-type: none;
  color: #eee;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03rem;
  text-align: center;
  margin-bottom: 0;
}

.footerUl2 li {
  display: inline;
}

.footerUl2 li a {
  color: #eee;
  font-size: 15px;
}

.footerUl2 li a:hover {
  text-decoration: none;
  color: #ccc;
}

@media (max-width: 991px) {
  .footerUl2 {
    text-align: center;
  }

  .footerUl2 {
    padding-left: 0;
  }

  .footerUl2 li {
    display: inherit;
  }

  .footerUl2 br {
    display: none;
  }
}

@media (max-width: 650px) {
  .footerUl2 {
    text-align: center;
    font-size: 15px;
  }

  .dis2 {
    display: inline;
  }
}

#gotop {
  bottom: 20px;
  cursor: pointer;
  font-size: 20px;
  height: 46px;
  padding: 10px 15px;
  position: fixed;
  right: 20px;
  width: 45px;
  background-image: url(../tw_img/other/top.png);
  background-repeat: no-repeat;
  z-index: 101010;
  opacity: 1;
}

/*************************************/
/*               banner              */
/*************************************/

/*----------banner2----------*/

.banner {
  background: url(../sm_img/banner/inside_banner_01.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 12.5521%;
}

/*@media (max-width:767px){
	.banner{
		background:url(../sm_img/banner/inside_banner_02.jpg) top center no-repeat;
		background-size: cover;
		padding-bottom: 20.0833%;
	}
}*/

/*************************************/
/*               aside               */
/*************************************/

aside {
  margin-bottom: 10px;
}

.title2 {
  padding: 5px 10px 5px 15px;
}

.sideBar p {
  color: #fff;
  font-size: 25px;
  width: 100%;
  text-align: center;
  background: url(../tw_img/other/aside_bg_2.jpg) bottom right no-repeat,
    url(../tw_img/other/aside_bg_1.jpg) bottom left repeat-x;
}

.sideBar h1 {
  color: #fff;
  font-size: 25px;
  width: 100%;
  text-align: center;
  background: url(../tw_img/other/aside_bg_2.jpg) bottom right no-repeat,
    url(../tw_img/other/aside_bg_1.jpg) bottom left repeat-x;
}

.sideBar h1 span {
  margin-left: -20px;
}

.sideBar p span {
  margin-left: -20px;
}

.sidBtn {
  color: fff;
  padding: 0 7px;
  border-radius: 5px;
  float: right;
  line-height: 28px;
  display: none;
  opacity: 0.8;
  font-weight: bold;
  font-size: 26px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .sidBtn {
    display: block;
  }

  #sub ul {
    display: none;
  }

  .sideBar p {
    border-bottom: none;
    margin-top: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    margin-bottom: 3px;
  }

	.sideBar h1 {
    border-bottom: none;
    margin-top: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    margin-bottom: 3px;
  }

  .aside-open {
    display: block !important;
  }
  .aside {
    display: none;
  }
}

#sub,
#sub ul,
#sub ul li,
#sub ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#sub {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}

#sub ul ul {
  display: none;
}

.align-right {
  float: right;
}

#sub > ul > li {
  border-bottom: 1px solid #000;
  margin-bottom: 1px;
}

#sub > ul > li > a {
  padding: 12px 10px 12px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  line-height: 20px;
  background: url(../tw_img/other/aside_icon.png) left 5px center no-repeat;
}

#sub > ul > li.has-sub > a {
  background: url(../tw_img/other/aside_icon.png) left 5px center no-repeat;
}

#sub > ul > li > a:hover {
  background: url(../tw_img/other/aside_icon_h.png) left 5px center no-repeat, #aeaeae;
  color: #fff;
}

#sub > ul > li.has-sub > a:hover {
  background: url(../tw_img/other/aside_icon_h.png) left 5px center no-repeat, #aeaeae;
  color: #fff;
}

#sub > ul > li.active3 > a {
  background: url(../tw_img/other/aside_icon_h.png) left 5px center no-repeat, #aeaeae;
  color: #fff;
}

/*#sub > ul > li.has-sub.active3 > a {
    color: #000;
    background:url(../tw_img/other/down_2.png) center right 15px no-repeat, #fabe00;
}*/

#sub > ul > li.open > a {
  background: url(../tw_img/other/aside_icon_h.png) left 5px center no-repeat, #aeaeae;
  color: #fff;
}

#sub > ul > li.has-sub.open > a {
  background: url(../tw_img/other/aside_icon_h.png) left 5px center no-repeat, #aeaeae;
  color: #fff;
}

#sub ul ul li a {
  cursor: pointer;
  padding: 12px 20px 12px 35px;
  z-index: 1;
  text-decoration: none;
  font-size: 17px;
  color: #000;
  line-height: 18px;
  background: url(../tw_img/other/aside_icon2.png) top 17px left 25px no-repeat;
}

#sub > ul > li > ul > li {
  margin-top: 0;
}

#sub > ul > li > ul > li:last-child {
  border-bottom: none;
}

#sub > ul > li > ul > li:hover > a,
#sub > ul > li > ul > li.open > a,
#sub > ul > li > ul > li.active2 > a {
  color: #8eb51c;
  background: url(../tw_img/other/aside_icon2_h.png) top 17px left 25px no-repeat;
}

#sub ul ul li:first-child > a {
  box-shadow: none;
}

#sub ul ul ul li:first-child > a {
}

#sub ul ul ul li a {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 100;
  border-bottom: none;
  padding: 12px 20px 12px 40px;
}

#sub ul ul ul li a:hover {
  color: #61ad00;
  background: #fff;
}

#sub > ul > li > ul > li:last-child > a,
#sub > ul > li > ul > li.last > a {
  border-bottom: 0;
}

#sub > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

@media (max-width: 991px) {
  .aside-content {
    display: none;
  }

  #sub {
    width: 100%;
    display: none;
  }

  #sub > ul > li {
    margin-bottom: 2px;
  }

  #sub > ul > li > a {
    line-height: 16px;
  }

  #sub ul ul li a {
    font-size: 20px;
    line-height: 16px;
  }
}

/*************************************/
/*                about              */
/*************************************/
.aboutTitle {
  font-size: 22px;
  color: #8eb51c;
  font-weight: 600;
}

.com_banner {
  background: url(../sm_img/banner/inside_com_banner_01.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 12.5521%;
}

@media (max-width: 991px) {
  .about2 {
    margin-bottom: 20px;
  }
}

/*************************************/
/*                news               */
/*************************************/
.news {
  min-height: 280px;
}

.new_banner {
  background: url(../sm_img/banner/inside_new_banner_01.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 12.5521%;
}

.news-list {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
}

.news-list .div-tr:first-child {
  padding: 8px 15px;
  font-size: 16px;
}

.news-list .div-tr:first-child .div-td {
  font-size: 18px;
  color: #fff;
  background: #082e81;
  font-weight: bold;
}

.news-list .no {
  width: 15%;
}

.news-list .date {
  width: 25%;
}

.news-list .subject {
  width: 60%;
}

.news-list .date2 {
  width: 35%;
}

.news-list .subject2 {
  width: 55%;
}

.news-list .div-tr .div-td {
  padding: 12px 15px;
  font-size: 18px;
  color: #282828;
  vertical-align: middle;
  border-bottom: 1px solid #000;
}

.news-list .div-tr:first-child .div-td {
  border-bottom: none;
  padding: 9px 15px;
}

.news-list .div-tr .div-td a {
  color: #282828;
  display: block;
}

.news-list .div-tr .div-td a:hover {
  color: #082e81;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .news {
    min-height: auto;
  }

  .news-list {
    text-align: left;
  }

  .news-list .div-tr:first-child .div-td {
    border: none;
  }

  .news-list .date,
  .news-list .no,
  .news-list .date2 {
    display: none;
  }

  .news-list .subject {
    width: 100%;
  }

  .news-list .div-tr .div-td {
    width: 100%;
    float: left;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 15px;
  }

  .news-list .div-tr .div-td:nth-child(1) {
    display: none;
  }

  .news-list .div-tr .div-td:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/*************************************/
/*             news detail           */
/*************************************/
.news-detail {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #fff;
}

.news-detail .div-tr .div-td {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 15px;
  font-size: 18px;
  color: #282828;
}

.news-detail .div-tr .div-td h1 {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 15px;
  font-size: 18px;
  color: #282828;
}

.news-detail .div-tr .div-td:last-child {
  border-right: 1px solid #f5f5f5;
}

.news-detail .div-tr:first-child .div-td:last-child {
  border-top: 1px solid #f5f5f5;
}

.news-detail .div-tr .div-td:first-child {
  width: 20%;
  background: #082e81;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
}

.newsBack {
  margin-top: 30px;
  text-align: right;
}

.newsBack .btn.backBtn {
  padding: 0;
  width: 134px;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 15px;
  background: url(../tw_img/other/btn_bg.jpg) top left repeat-x;
  text-decoration: none;
}

.newsBack .btn.backBtn:hover {
  background: url(../tw_img/other/btn_bg_hover.jpg) top left repeat-x;
}

@media (max-width: 767px) {
  .news-detail {
    border: 1px solid #d2d2d2;
  }

  .news-detail .div-tr .div-td {
    width: 100%;
    float: left;
    font-size: 17px;
  }

  .news-detail .div-tr .div-td:first-child {
    width: 100%;
    border: none;
    border-bottom: none;
  }

  .news-detail .div-tr .div-td {
    border: none;
  }

  .news-detail .div-tr .div-td:nth-child(2) {
    border-right: none;
  }

  .center-767 {
    text-align: center;
  }
}

/*************************************/
/*                page               */
/*************************************/

.page-content {
  overflow: hidden;
  padding: 12px 0 7px;
}

.page .pagination {
  margin: 0;
}

.page {
  text-align: center;
  font-size: 20px;
}

.page .pagination > li a {
  color: #292929;
  border-radius: 0;
  background: none;
  font-weight: bold;
  border: none;
  padding: 3px 18px;
}

.page .pagination li a:hover,
.page .pagination li.page-active a {
  color: #8eb51c;
  text-decoration: underline;
}

.page .pagination > li.next-pre a {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url(../tw_img/other/left.png) no-repeat;
}

.page .pagination > li.next-pre2 a {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url(../tw_img/other/right.png) no-repeat;
}

.page .pagination > li.next-pre a:hover,
.page .pagination > li.next-pre2 a:hover {
  opacity: 0.8;
}

.page .pagination {
  margin-bottom: 0;
}

.word-content table tr td img {
  margin: 0 auto;
}

.fa.fa-angle-right {
  position: relative;
  right: -1px;
}

.fa.fa-angle-left {
  position: relative;
  left: -1px;
}

@media (max-width: 991px) {
  .page-content {
    padding: 10px 0;
  }

  .page .pagination > li a {
    padding: 0 12px;
    margin: 0 3px;
  }
}

@media (max-width: 767px) {
  .page-content {
    padding: 7px 0;
  }
}

@media (max-width: 380px) {
  .page .pagination > li a {
    margin: 0 1px;
  }
}

/*************************************/
/*              product              */
/*************************************/

.pro_box {
  width: 30.9%;
  margin: 0 1% 25px;
  display: inline-table;
}

figure {
  position: relative;
}

.pro_box p {
  font-size: 17px;
  line-height: 25px;
  padding: 10px 1px;
  text-align: center;
  color: #282828;
}

.pro_box:hover p {
  color: #8eb51c;
}

.pro_box figure img.img-responsive {
  width: 100%;
  /*padding: 15px 0;*/
}

@media (max-width: 991px) {
  .pro_content {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .pro_box {
    width: 30.7%;
  }
}

@media (max-width: 680px) {
  .pro_box {
    width: 47.2%;
    margin: 0 1% 25px;
  }
}

@media (max-width: 400px) {
  .pro_box {
    width: 98%;
    margin: 0 1% 15px;
  }
}

/*------------hover zoom-----------*/

.img-content {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.pro_box:hover .img-content {
  border: 1px solid #8eb51c;
  box-shadow: 0 0 0 2px #8eb51c;
  border-radius: 3px;
}

.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover01 figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*************************************/
/*          product detail           */
/*************************************/
.productSub {
  width: 90%;
  margin-left: 5%;
  overflow: hidden;
}

.productSub img.proB {
  border: 1px solid #e6e6e6;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 4px;
}

.productDetail h1 {
  font-size: 22px;
  color: #8eb51c;
  font-weight: bold;
  line-height: 30px;
}

#button-wrap-inner span {
  display: block;
}

.file {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 4px 0 5px;
  margin: 5px 0 10px;
}

.filePic {
  margin-right: 5px;
  vertical-align: middle;
}

.proBtn,
.proBtn:focus,
.proBtn:active:focus,
.proBtn.active:focus,
.proBtn.focus,
.proBtn.focus:active,
.proBtn.active.focus {
  margin: 0 0 10px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  height: 41px;
  line-height: 39px;
  padding: 0 12px;
  width: 150px;
  border: none;
  position: relative;
  outline: none;
  border-radius: 0;
}

#button-wrap-inner .btn3 {
  color: #fff;
  background: url(../tw_img/other/btn_bg.jpg) top left repeat-x;
  border-radius: 15px;
}

#button-wrap-inner .btn3:hover {
  color: #fff;
  background: url(../tw_img/other/btn_bg_hover.jpg) top left repeat-x;
}

@media (max-width: 1200px) {
  .productSub {
    width: 100%;
    margin-left: 0;
  }

  .productSub img.proB {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .productSub {
    width: 90%;
    margin-left: 5%;
  }

  .pro-img {
    padding: 15px;
  }

  #button-wrap-inner {
    margin-top: 20px;
    text-align: center;
    margin-left: 0;
    position: static;
    bottom: auto;
    left: 0;
  }

  #button-wrap-inner span {
    display: inline-block;
    margin: 0 10px;
  }

  .productSub img.proB {
    max-width: 350px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .productSub {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 580px) {
  #button-wrap-inner {
    margin-top: 20px;
  }
}

@media (max-width: 410px) {
  .productDetail h1 {
    font-size: 20px;
  }

  .proBtn,
  .proBtn:focus,
  .proBtn:active:focus,
  .proBtn.active:focus,
  .proBtn.focus,
  .proBtn.focus:active,
  .proBtn.active.focus {
    width: 100%;
  }

  #button-wrap-inner span {
    width: 100%;
    margin: 0;
  }

  #button-wrap-inner span {
    display: inline-block;
  }

  #button-wrap-inner {
    margin: 10px auto;
    text-align: center;
  }

  .proBtn {
    text-align: center;
  }

  .productDetail h1 {
    margin-left: 0;
  }
}

.proInfo {
  border-bottom: 2px solid #8eb51c;
  margin-top: 30px;
  margin-bottom: 20px;
}

.proInfo span {
  background: url(../tw_img/other/title_bg_2.jpg) bottom right no-repeat,
    url(../tw_img/other/title_bg_1.jpg) bottom left repeat-x;
  height: 34px;
  line-height: 36px;
  padding: 0 75px 0 15px;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}

.proInfo h2 {
  background: url(../tw_img/other/title_bg_2.jpg) bottom right no-repeat,
    url(../tw_img/other/title_bg_1.jpg) bottom left repeat-x;
  height: 34px;
  line-height: 36px;
  padding: 0 75px 0 15px;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}

/*************************************/
/*            inquiry table          */
/*************************************/
.inquiry_table {
  width: 100%;
  display: table;
  margin-bottom: 20px;
  border-collapse: separate;
}

.inquiry_table .thead,
.inquiry_table .tbody {
  display: table-header-group;
}

.inquiry_table .tr {
  display: table-row;
}

.inquiry_table .thead .th {
  color: #000;
  text-align: center;
  background: #e8e8e8;
  position: relative;
  font-size: 18px !important;
  font-weight: bold;
  border-bottom: none !important;
}

.inquiry_table .tbody .td {
  color: #282828;
  text-align: center;
  vertical-align: middle;
}

.inquiry_table .thead .th,
.inquiry_table .tbody .td {
  display: table-cell;
  padding: 10px;
  font-size: 18px;
  /*border-right:1px solid #fff;*/
  border-bottom: 1px solid #252525;
}

/*.inquiry_table .tbody .tr:last-child .td {
    border-bottom: 0;
}
*/
.inquiry_table .thead .th:last-child,
.inquiry_table .tbody .td:last-child {
  border-right: none;
}

.inquiry_table .tbody .td {
  display: table-cell;
  padding: 8px 12px;
  font-size: 17px;
  line-height: 30px;
}

.inquiry_table .tbody .td input {
  height: 32px;
  border-radius: 0;
  border: 1px solid #9e9e9e;
  font-size: 17px;
  color: #282828;
  background: #fff;
}

.inquiry_table .tr .td:nth-child(1) {
  width: 10%;
}

.inquiry_table .tr .td:nth-child(2) {
  width: 49%;
  font-size: 17px;
  line-height: 22px;
  padding: 10px;
  color: #000;
}

.inquiry_table .tr .td:nth-child(3) {
  width: 18%;
}

.inquiry_table .tr .td:nth-child(4) {
  width: 13%;
}

.inquiry_table .tr .td:nth-child(5) {
  width: 10%;
}

.inquiry_table .tr .td:nth-child(3) input {
  width: 120px;
}

.inquiry_table .tr .td:nth-child(4) input {
  width: 80px;
}

.proInquiry .inquiry_table input {
  height: 30px;
  border-radius: 0;
  border: none;
  font-size: 17px;
  color: #282828;
  background: #d0d0d0;
}

.inquiry_table img {
  margin-top: 3px;
  position: relative;
  top: 4px;
}

@media (max-width: 680px) {
  .inquiry_table {
    background: transparent;
    margin-bottom: 10px;
  }

  .inquiry_table .thead {
    display: none;
  }

  .inquiry_table .tr {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid rgba(108, 108, 108, 0.35);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  }

  .inquiry_table .tbody .td:before {
    position: relative;
    float: left;
    font-weight: 700;
  }

  .inquiry_table .tr .td:nth-child(1),
  .inquiry_table .tr .td:nth-child(1),
  .inquiry_table .tr .td:nth-child(2),
  .inquiry_table .tr .td:nth-child(2),
  .inquiry_table .tr .td:nth-child(3),
  .inquiry_table .tr .td:nth-child(3),
  .inquiry_table .tr .td:nth-child(4),
  .inquiry_table .tr .td:nth-child(4),
  .inquiry_table .tr .td:nth-child(5),
  .inquiry_table .tr .td:nth-child(5) {
    width: 100%;
  }

  .inquiry_table .tbody .td:nth-child(1),
	.inquiry_table .tbody .td:nth-child(2)
	/*.inquiry_table .tbody .td:nth-child(4)*/ {
    text-align: center;
    font-weight: bold;
  }

  .inquiry_table .tbody .td:nth-child(1) {
    color: #fff;
    font-size: 17px;
    padding: 0 8px;
    background: #173a94;
  }

  .inquiry_table .tbody .td:nth-child(2) {
    color: #143887;
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 7px;
    word-break: break-all;
  }

  .inquiry_table .tr .td:nth-child(3) input,
  .inquiry_table .tr .td:nth-child(4) input {
    width: 180px;
  }

  .inquiry_table .tbody .td {
    text-align: right;
    background: #ededed;
  }

  .inquiry_table .thead .th,
  .inquiry_table .tbody .td {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px dashed #fff;
  }

  .inquiry_table .tbody .tr:last-child .td {
    border-bottom: 1px dashed #fff;
  }

  .inquiry_table .tbody .td:first-child,
  .inquiry_table .tbody .td:last-child {
    border-bottom: none;
  }

  .inquiry_table .tbody .tr:last-child .td:first-child,
  .inquiry_table .tbody .tr:last-child .td:last-child {
    border-bottom: none;
  }

  .inquiry_table .tbody .td:nth-child(1):before {
    content: '';
  }

  .inquiry_table .tbody .td:nth-child(2):before {
    content: '';
  }

  .inquiry_table .tbody .td:nth-child(3):before {
    content: '特殊需求';
    text-align: left;
    color: #323232;
  }

  .inquiry_table .tbody .td:nth-child(4):before {
    content: '数量';
    text-align: left;
    color: #323232;
  }

  ./*inquiry_table .tbody .td:nth-child(4):before {
		content: "";
	}*/

	.inquiry_table .tbody .td input {
    background: #f5f5f5;
    border: 1px solid #959595;
  }
}

/*--------------inquery-------------*/

.inquiry.proInquiry {
  width: 95%;
  margin-left: 2.5%;
}

.conBtn {
  text-align: center;
  margin: 10px auto 35px;
}

.btn_con {
  margin: 15px 5px 0;
  text-align: center;
  color: #fff;
  font-size: 19px;
  width: 148px;
  height: 41px;
  line-height: 40px;
  padding: 0 12px;
  border: none;
  position: relative;
  outline: none;
  border-radius: 15px;
  background: url(../tw_img/other/btn_bg.jpg) bottom left repeat-x;
}

.btn_con:hover {
  background: url(../tw_img/other/btn_bg_hover.jpg) bottom left repeat-x;
}

.inq_title {
  font-size: 18px;
  color: #143887;
  line-height: 25px;
}

.inq_title > span {
  color: #f00;
}

.getCode img {
  padding-top: 10px;
  text-align: left;
}

input,
button,
select,
textarea {
  border: none;
}

.proInquiry a {
  color: #c4171f;
  font-size: 32px;
  font-weight: 800;
}

.proInquiry table tr th {
  line-height: 40px;
  font-size: 15px;
}

.form-group select {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.proInquiry input {
  height: 42px;
  border-radius: 0;
  font-size: 17px;
  color: #000;
  box-shadow: none;
  background: #fff;
  border: 1px solid #a7a7a7;
}

.proInquiry textarea {
  border-radius: 0;
  font-size: 17px;
  color: #545454;
  box-shadow: none;
  background: #fff;
  border: 1px solid #a7a7a7;
}

.proInquiry .form-group label {
  margin-bottom: 5px;
  font-size: 17px;
  color: #282828;
}

.proInquiry .list-inline {
  font-size: 16px;
  color: #000;
}

.proInquiry .list-inline input {
  height: 15px;
  margin-bottom: 15px;
  position: relative;
  top: 2px;
}

.radioTitle {
  font-size: 18px;
  color: #545454;
  font-weight: bold;
  line-height: 23px;
}

.proInquiry .list-inline > li:first-child {
  margin-left: 5px;
}

.proInquiry .form-control:focus {
  border-color: #479dd1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 180, 220, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 180, 220, 0.6);
}

.radioContent {
  overflow: hidden;
  margin: 10px 0 20px;
}

@media (max-width: 767px) {
  .inquiry.proInquiry {
    width: 100%;
    margin-left: 0;
  }

  .inq_title {
    font-size: 16px;
  }

  .radioTitle {
    margin-bottom: 5px;
  }

  .proInquiry .list-inline {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .proInquiry .list-inline > li {
    margin-left: 5px;
  }
}

@media (max-width: 380px) {
  .col-380 {
    width: 100%;
  }

  .getCode img {
    padding-top: 0;
  }
}

/*************************************/
/*               video               */
/*************************************/
.prosub {
  width: 95%;
  margin-left: 2.5%;
}

.video_box {
  width: 29.7%;
  margin: 0 1.5% 20px;
  display: inline-table;
  vertical-align: top;
}

figure {
  position: relative;
}

.video_box > a > figure > img {
  width: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.video_box p {
  font-size: 17px;
  color: #010101;
  line-height: 22px;
  padding: 8px;
  padding-bottom: 15px;
  transition: all 0.5s ease-in-out;
  word-break: break-all;
  word-wrap: break-word;
  background: url(../tw_img/other/video_icon.jpg) top 14px left no-repeat;
  padding-left: 15px;
}

.hp-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  margin: auto;
}

.video_box:hover .hp-hover {
  opacity: 1;
}

.hp-hover span {
  display: inline-block;
  width: 140px;
  height: 35px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 17px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -65px;
}

.videoTitle {
  font-size: 22px;
  color: #000 !important;
  margin-bottom: 20px;
}

.videoBox {
  /*box-shadow: 0 0 2px rgba(0,0,0,0.2);*/
  background: #f1f1f1;
  overflow: hidden;
  position: relative;
  min-height: 250px;
}

.productSub.videoBox::after {
  content: 'Video';
  color: #bbb;
  font-size: 30px;
  font-family: arial;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 100%;
  text-align: center;
}

.mp4Video {
  position: relative;
}

.embed-responsive-16by9,
.mp4Video {
  z-index: 1;
}

.ve_banner {
  background: url(../sm_img/banner/inside_ve_banner_01.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 12.5521%;
}

@media (max-width: 991px) {
  .prosub {
    width: 100%;
    margin-left: 0;
  }

  .pro-content {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .pro-content {
    margin-top: 25px;
  }
}

@media (max-width: 680px) {
  .video_box {
    width: 47.2%;
    margin: 0 1% 25px;
  }

  .pro-content {
    margin-top: 20px;
  }

  .videoBox {
    min-height: 150px;
  }
}

@media (max-width: 380px) {
  .video_box {
    width: 98%;
    margin: 0 1% 15px;
  }
}

@media (max-width: 310px) {
  .videoBox {
    min-height: 120px;
  }
}

/*************************************/
/*              download             */
/*************************************/
.download {
  width: 92%;
  margin-left: 4%;
}

.dow_banner {
  background: url(../sm_img/banner/inside_dow_banner_01.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 12.5521%;
}

.openfile {
  width: 34px;
  height: 34px;
  background: url(../tw_img/other/download_01.png) no-repeat;
  display: inline-block;
  position: relative;
  top: 5px;
}

.openfile:hover {
  background: url(../tw_img/other/download_01_hover.png) no-repeat;
}

.downloadfile {
  width: 29px;
  height: 29px;
  background: url(../tw_img/other/download_02.png) no-repeat;
  display: inline-block;
  position: relative;
  top: 5px;
}

.downloadfile:hover {
  background: url(../tw_img/other/download_02_hover.png) no-repeat;
}

.download_table {
  width: 100%;
  display: table;
  margin-bottom: 20px;
  border-collapse: separate;
}

.download_table .thead,
.download_table .tbody {
  display: table-header-group;
}

.download_table .tr {
  display: table-row;
}

.download_table .thead .th {
  color: #fff;
  text-align: center;
  background: #082e81;
  position: relative;
  font-size: 18px !important;
  font-weight: bold;
  border-bottom: none !important;
}

.download_table .tbody .td {
  color: #282828;
  text-align: center;
  vertical-align: middle;
}

.download_table .thead .th,
.download_table .tbody .td {
  display: table-cell;
  padding: 10px;
  font-size: 18px;
  border-bottom: 1px solid #252525;
}

.download_table .thead .th:last-child,
.download_table .tbody .td:last-child {
  border-right: none;
}

.download_table .tbody .td {
  display: table-cell;
  padding: 8px 10px;
  font-size: 17px;
  line-height: 30px;
}

.download_table .tr .td:nth-child(1) {
  width: 10%;
}

.download_table .tr .td:nth-child(2) {
  width: 58%;
  font-size: 17px;
  line-height: 22px;
  padding: 10px;
  color: #000;
}

.download_table .tr .td:nth-child(3) {
  width: 17%;
}

.download_table .tr .td:nth-child(4) {
  width: 15%;
}

@media (max-width: 991px) {
  .download {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 580px) {
  .download_table {
    background: transparent;
    margin-bottom: 10px;
  }

  .download_table .thead {
    display: none;
  }

  .download_table .tr {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid rgba(108, 108, 108, 0.35);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  }
  .download_table .tbody .td {
    padding: 3px 10px;
  }

  .download_table .tbody .td:before {
    position: relative;
    float: left;
    font-weight: 700;
  }

  .download_table .tr .th:nth-child(1),
  .download_table .tr .td:nth-child(1),
  .download_table .tr .th:nth-child(2),
  .download_table .tr .td:nth-child(2),
  .download_table .tr .th:nth-child(3),
  .download_table .tr .td:nth-child(3),
  .download_table .tr .th:nth-child(4),
  .download_table .tr .td:nth-child(4) {
    width: 100%;
  }

  .download_table .tbody .td:nth-child(1),
  .download_table .tbody .td:nth-child(2) {
    text-align: center;
    font-weight: bold;
  }

  .download_table .tbody .td:nth-child(1) {
    color: #323232;
    font-size: 17px;
    padding: 0 10px;
  }

  .download_table .tbody .td:nth-child(2) {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 7px;
    word-break: break-all;
    background: #143887;
  }

  .download_table .tbody .td {
    text-align: right;
    background: #ededed;
  }

  .download_table .thead .th,
  .download_table .tbody .td {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px dashed #fff;
  }

  .download_table .tbody .tr:last-child .td {
    border-bottom: 1px dashed #fff;
  }

  .download_table .tbody .td:first-child,
  .download_table .tbody .td:last-child {
    border-bottom: none;
  }

  .download_table .tbody .tr:last-child .td:first-child,
  .download_table .tbody .tr:last-child .td:last-child {
    border-bottom: none;
  }

  .download_table .tbody .td:nth-child(1):before {
    content: '';
  }

  .download_table .tbody .td:nth-child(2):before {
    content: '';
  }

  .download_table .tbody .td:nth-child(3):before {
    content: '在线开启';
    text-align: left;
    color: #323232;
    position: relative;
    top: 7px;
  }

  .download_table .tbody .td:nth-child(4):before {
    content: '下载';
    text-align: left;
    color: #323232;
    position: relative;
    top: 7px;
  }
}

/*************************************/
/*            contact us             */
/*************************************/

.googleMap {
  height: 190px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.font-wB {
  font-weight: bold;
  line-height: 25px;
}

.con_banner {
  background: url(../sm_img/banner/inside_con_banner_01.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 12.5521%;
}

@media (max-width: 767px) {
  .googleMap {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .googleMap {
    height: 120px;
  }
}

/*************************************/
/*                other              */
/*************************************/
.carousel.slide {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

.breadcrumb2 {
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 1px 0 1px #fff;
  margin-bottom: 35px;
}

.breadcrumbBox {
  font-size: 16px;
  color: #555555;
  line-height: 18px;
  padding: 15px 0 13px 28px;
  background: url(../tw_img/other/home.png) top 15px left no-repeat;
}

.breadcrumbBox .breadcrumbFocus {
  color: #082e81;
}

.editor {
  background: #fff;
  padding: 20px;
}

.editor.descr p {
  font-family: '微軟正黑體';
}

.text,
.editor p {
  font-size: 17px;
  line-height: 28px;
  color: #000;
  text-align: justify;
}

.text2 {
  font-size: 17px;
  line-height: 28px;
  color: #082e81;
}

.col-md-9.subContent {
  width: 74%;
  margin-left: 1%;
  padding-bottom: 40px;
}

.bannerBox {
  overflow: hidden;
}

.form-control::placeholder {
  color: #000;
  opacity: 1;
}

.editor .table > thead > tr > th,
.editor .table > tbody > tr > th,
.editor .table > tfoot > tr > th,
.editor .table > thead > tr > td,
.editor .table > tbody > tr > td,
.editor .table > tfoot > tr > td {
  border-top: none;
}

.editor .table-responsive > .table > thead > tr > th,
.editor .table-responsive > .table > tbody > tr > th,
.editor .table-responsive > .table > tfoot > tr > th,
.editor .table-responsive > .table > thead > tr > td,
.editor .table-responsive > .table > tbody > tr > td,
.editor .table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}

@media (max-width: 991px) {
  .col-md-9.subContent {
    width: 100%;
    margin-left: 0;
  }

  .breadcrumb2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .text,
  .editor p,
  .text2 {
    line-height: 26px;
  }

  .col-md-9.subContent {
    padding-bottom: 25px;
  }

  .editor .table {
    width: 100%;
    min-width: 580px;
  }
}

@media (max-width: 480px) {
  .carousel-indicators {
    display: none;
  }
}

/*-----------select 箭頭 統一------------*/
.select-style1 {
  border: 1px solid #a7a7a7;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: url('../tw_img/other/icon-select.png') no-repeat 98% 60%, #fff;
  height: 40px;
  font-size: 17px;
  color: #000;
  line-height: 40px;
}

.select-style1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*padding: 5px 8px;*/
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  padding-left: 10px;
}

/*--------ie 箭頭 刪除--------*/
.select-style1 select::-ms-expand {
  display: none;
}

.select-style1 select:focus {
  outline: none;
}

.select-style1 select option {
  color: #282828;
}

@media (max-width: 767px) {
  .select-style1 {
    background: url('../tw_img/other/icon-select.png') no-repeat 97.5% 60%, #fff;
  }
}

@media (max-width: 580px) {
  .select-style1 {
    background: url('../tw_img/other/icon-select.png') no-repeat 96.5% 60%, #fff;
  }
}

@media (max-width: 480px) {
  .select-style1 {
    background: url('../tw_img/other/icon-select.png') no-repeat 96% 60%, #fff;
  }
}

@media (max-width: 360px) {
  .select-style1 {
    background: url('../tw_img/other/icon-select.png') no-repeat 95.5% 60%, #fff;
  }
}

/*-------211224 fancybox--------*/
.fancybox-effects-a {
  position: relative;
  display: inline-block;
}
.enlarge {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.knowledge ul li a {
  display: flex;
  flex-direction: column;
}

.knowledge ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 60px;
}

.knowledge ul li {
  width: calc(100% / 3);
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 992px) {
  .knowledge ul {
    margin-left: -10px;
    margin-right: -10px;
  }

  .knowledge ul li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 576px) {
  .knowledge ul li {
    width: 90%;
    margin: 0 auto;
  }
}

.knowledge ul li a {
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}

.knowledge ul li a:hover {
  box-shadow: 8px 10px 15px 0px rgba(0, 0, 0, 0.4);
}

.knowledge ul li a > div {
  padding: 60px 20px 30px 20px;
  background: #fff;
  position: relative;
  border-bottom: 12px solid #082e81;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.knowledge ul li a:hover > div {
  border-bottom: 30px solid #082e81;
}

.knowledge ul li a > div h3 {
  font-size: 28px;
  font-weight: 700;
  color: #082e81;
  margin-bottom: 30px;
}

.knowledge ul li a > div p {
  font-size: 18px;
  color: #555555;
  margin-bottom: 30px;
}

.knowledge ul li a > div span {
  color: #082e81;
  font-size: 20px;
  margin-top: auto;
}

.knowledge ul li a > div > .imgArea {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .knowledge ul li a > div {
    padding: 40px 20px 20px 20px;
  }
  .knowledge ul li a > div h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .knowledge ul li a > div p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .knowledge ul li a > div span {
    font-size: 18px;
  }
}

.knowledge form {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.knowledge form button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.knowledge form input {
  width: 250px;
  height: 25px;
  border: 1px solid #aeaeae;
  background: #fff;
  border-radius: 40px;
  padding: 5px 12px;
}

.knowledge form button img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.knowledgeDetail {
  padding-bottom: 60px;
}

.knowledgeDetail h1 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  color: #082e81;
}

.knowledgeDetail .text {
  padding: 50px;
  background: #fff;
  margin-bottom: 30px;
}

.knowledgeDetail .btnArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.knowledgeDetail .btnArea button {
  color: #fff;
  background: linear-gradient(180deg, #09b2eb 0%, #005caf 100%);
  font-size: 20px;
  padding: 10px 40px;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .knowledgeDetail h1 {
    font-size: 24px;
  }
  .knowledgeDetail .text {
    padding: 20px;
  }
}

.product_intro h3,
.product_intro h1{
  font-size: 28px;
  color: #082e81;
  font-weight: 700;
  margin-bottom: 10px;
}

.product_intro p {
  font-size: 18px;
  margin-bottom: 30px;
}

.intro {
  padding: 30px;
  background: #fff;
  font-size: 18px;
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .intro {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .intro {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 767px) {
  .intro {
    width: 100%;
    margin-left: 0;
  }
}

.btnGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.btnGroup .btn3 {
  color: #fff;
  background: url(../tw_img/other/btn_bg.jpg) top left repeat-x;
  border-radius: 15px;
}

.btnGroup .btn3:hover {
  color: #fff;
  background: url(../tw_img/other/btn_bg_hover.jpg) top left repeat-x;
}


@media (max-width:410px){
  .btnGroup{
    flex-direction: column;
    align-items: normal;
  }
}