@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #212121;
  background-color: #ffffff;
  font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 109, 174, 0.8);
  z-index: 99999;
  display: block;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #0D6DAE;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*共用屬性*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/*泛用表格*/
.t {
  display: table;
}

.t ul {
  display: table-row;
}

.t li {
  padding: 0px;
  margin: 0px;
  display: table-cell;
  list-style: none;
  vertical-align: middle;
}

dl dt,
dl dd {
  float: left;
}

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1000px;
  max-width: 100%;
}

.content {
  background-color: #ffffff;
  position: relative;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

span.plus {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  margin-right: 3px;
  position: relative;
}
span.plus:after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
span.plus:before {
  content: "";
  height: 70%;
  width: 1px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pic {
  position: relative;
  font-size: 0;
}
.pic > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  left: 0;
}
.pic > span:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.pic > span > img, .pic > span > iframe, .pic > span > div {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.pic > span > iframe {
  width: 100%;
  height: 100%;
}

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

header {
  font-size: 0;
  background-color: #ffffff;
}
header .container {
  padding: 40px 0 10px;
  z-index: 1000;
}
header #logo, header nav {
  display: inline-block;
  vertical-align: middle;
}
header #logo {
  width: 40%;
}
header nav {
  width: 60%;
  text-align: right;
}
header nav > ul > li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1.6;
  padding: 0 4%;
  position: relative;
}
header nav > ul > li > a {
  font-size: 1rem;
  color: #0D6DAE;
  display: inline-block;
}
header nav > ul > li > a span {
  display: block;
  font-size: .8em;
  color: #999999;
}
header nav > ul > li:hover > ul {
  display: block;
}
header nav > ul > li > ul {
  display: none;
  position: absolute;
  width: 225px;
  left: -50%;
  top: 100%;
  margin-left: 112px;
  float: left;
  text-align: center;
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  padding: 15px;
  z-index: 1000;
  transform: translateX(-50%);
}
header nav > ul > li > ul > li + li {
  border-top: 1px solid #CCCCCC;
}
header nav > ul > li > ul > li > a {
  display: block;
  padding: 8px 0;
}
header #translate {
  position: absolute;
  top: 5px;
  right: 0;
  width: 100%;
  text-align: right;
  padding-right: 25px;
}
header #translate a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  font-size: .8rem;
  color: #999999;
  border: 1px solid #999999;
  margin-left: .5%;
}
header #translate a.active {
  color: #fff;
  background-color: #999999;
}
header #translate #search {
  display: inline-block;
  vertical-align: middle;
  margin-left: .5%;
}
header #translate #search input {
  width: 70px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
header #translate #search .fa {
  display: inline-block;
  vertical-align: middle;
  background-color: #0D6DAE;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
header #translate #search .fa:before {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

footer {
  background-color: #EEEEEE;
  margin-top: 50px;
}
footer > .container {
  padding: 40px 50px;
}
footer .left, footer .right {
  width: 50%;
  float: left;
  line-height: 1.6;
}
footer .left .logo, footer .left #info {
  float: left;
}
footer .left .logo {
  width: 90px;
}
footer .left #info {
  width: calc(100% - 90px);
  padding-left: 5%;
}
footer .left #info .company_name {
  color: #464646;
  font-size: 1rem;
  border-bottom: 2px dotted;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
footer .left #info .company_name span {
  display: block;
  font-size: .9em;
}
footer .left #info .company_info > div {
  color: #666666;
  font-size: .9em;
}
footer .right .list {
  width: 80%;
  margin: 0 auto;
  color: #666666;
}
footer .right .list .title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1em;
}
footer .right .list ul li {
  float: left;
  width: 50%;
  margin: 4px 0;
  font-size: .9em;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
footer #copyright {
  background-color: #ffffff;
  color: #666666;
  text-align: center;
  font-size: .9em;
}
footer #copyright .container {
  padding: 10px 0;
}
footer #copyright span {
  color: rgba(102, 102, 102, 0.5);
}

.txt-center {
  text-align: center;
}

#inner_banner .img {
  background-size: cover;
  width: 100%;
  height: 300px;
}
#inner_banner .img .container {
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
#inner_banner .img p {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 20%;
  font-size: 24px;
}
#inner_banner .img p .en_title {
  font-size: 2.5em;
}
#inner_banner .img p .en_title:after {
  content: url(../animal/_img/00_layout/topicon.png);
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
#inner_banner .img p .tw_title {
  font-size: 1em;
}

h2 {
  text-align: center;
  width: 100%;
  position: relative;
  margin: 50px 0;
}
h2:after {
  content: ' ';
  height: 1px;
  width: 100%;
  background-color: #212121;
  position: absolute;
  left: 0;
  top: 12px;
}
h2 p {
  display: inline-block;
  font-size: 1.8em;
  padding: 0 5px;
  background-color: #fff;
  position: relative;
  z-index: 500;
}

article {
  padding-top: 40px;
}

.l_pages {
  text-align: center;
  margin: 80px 0;
}
.l_pages > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.l_pages > a:hover, .l_pages > a:active {
  color: #0D6DAE;
  text-decoration: underline;
}

.l_back {
  text-align: center;
  margin: 80px 0;
}
.l_back > a img, .l_back > a span {
  display: inline-block;
  vertical-align: middle;
}
.l_back > a img {
  margin-right: 10px;
}

.editor {
  line-height: 1.6;
}
.editor ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.editor ul {
  list-style-type: disc;
  margin-left: 20px;
}
.editor iframe {
  max-width: 100%;
}
.editor img {
  height: auto !important;
}

#banner #slogan {
  width: 100%;
  background-color: #E50B12;
  text-align: center;
}
#banner #slogan p {
  color: #ECECEC;
  font-size: 1.5rem;
  padding: 5px 0;
}
#banner .slider {
  margin-bottom: 0;
}
#banner .slider .img {
  width: 100%;
  height: 700px;
  background-size: cover;
}
#banner .slider .img .container {
  height: 100%;
}
#banner .slider .img .text {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 1.6;
  position: absolute;
  bottom: 30%;
  left: 0;
  text-shadow: 1px 1px 3px #000;
}
#banner .slider .img .text span {
  font-size: .5em;
  display: block;
}
#banner .slider .slick-dots {
  bottom: 0;
}
#banner .slider .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
#banner .slider .slick-dots li.slick-active button:before {
  color: #0D6DAE;
}

#index-row {
  font-size: 0;
  padding: 70px 0;
}
#index-row .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  text-align: center;
  padding: 0 5px;
}
#index-row .item a.pic, #index-row .item div.pic {
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  display: block;
}
#index-row .item .text {
  font-size: 1rem;
  color: #212121;
  padding: 0px 10%;
  line-height: 1.6;
}
#index-row .item .text .title {
  margin: 20px 0;
}
#index-row .item .text p {
  color: #666666;
  font-size: .9em;
}

#about section {
  line-height: 1.6;
  text-align: center;
}
#about section.section1 {
  margin: 50px auto;
  width: 90%;
}
#about section.section1 img {
  display: block;
  vertical-align: middle;
  margin: 50px auto;
}
#about section.section1 .market-list img {
  margin: 0 0 10px;
}
#about section.section2 {
  margin-bottom: 100px;
}
#about section.section2 p {
  margin: 50px 0;
}
#about section.section2 .list {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  list-style-image: url(../animal/_img/00_layout/arrow.png);
}
#about .history {
  font-size: 0;
}
#about .history .item {
  width: 12.5%;
  line-height: 1.6;
  display: inline-block;
  vertical-align: top;
}
#about .history .item .year {
  text-align: center;
  font-size: 1.6rem;
}
#about .history .item img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#about .history .item p {
  margin-top: 10px;
  padding: 0 5%;
  font-size: 1rem;
}
#about .img-market {
  max-width: 650px;
  margin: auto;
}
#about .market-list {
  display: flex;
  flex-wrap: wrap;
}
#about .market-list li {
  width: calc(100% / 6);
  text-align: center;
  padding: 0 15px;
}

.sidebar_layout aside {
  float: left;
  width: 200px;
  padding-right: 50px;
  padding-top: 40px;
  position: relative;
  z-index: 5000;
}
.sidebar_layout aside .title {
  font-size: 1.3em;
  border-top: 3px solid #CCCCCC;
  text-align: center;
  padding: 20px 0;
}
.sidebar_layout aside .title span {
  font-size: .5em;
  display: block;
  color: #999999;
  margin-top: 10px;
}
.sidebar_layout aside .phone_button {
  display: none;
}
.sidebar_layout aside .list {
  padding-left: 35px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.sidebar_layout aside .list > li {
  margin: 20px 0;
}
.sidebar_layout aside .list > li:hover, .sidebar_layout aside .list > li.active {
  list-style-image: url(../animal/_img/00_layout/arrow.png);
}
.sidebar_layout aside .list > li:hover > a, .sidebar_layout aside .list > li.active > a {
  color: #0D6DAE;
}
.sidebar_layout aside .list > li > a {
  display: inline-block;
  color: #212121;
}
.sidebar_layout aside .list > li > ul {
  padding: 10px 0;
}
.sidebar_layout aside .list > li > ul li {
  margin: 15px 0;
}
.sidebar_layout aside .list > li > ul li:hover > a, .sidebar_layout aside .list > li > ul li.active > a {
  color: #212121;
}
.sidebar_layout aside .list > li > ul li > a {
  color: #999999;
  display: block;
}
.sidebar_layout .right_block {
  width: 100%;
  padding-left: 200px;
  padding-top: 40px;
  position: relative;
}

.bread {
  position: absolute;
  top: 0;
}
.bread > div {
  display: inline-block;
  vertical-align: top;
  color: #999999;
  font-size: .9rem;
  line-height: 1.6;
}
.bread > div:first-child {
  vertical-align: middle;
}
.bread > div a {
  display: inline-block;
}
.bread > div a img {
  display: inline-block;
}
.bread > div + div:before {
  content: '>';
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  line-height: 1.6;
}

.p_item-row {
  width: 100%;
}
.p_item-row li {
  width: 30%;
  margin: 0 1.5%;
  margin-bottom: 80px;
  float: left;
}
.p_item-row li .pic {
  width: 100%;
  padding-bottom: 100%;
  border: 1px solid #CCCCCC;
  display: block;
}
.p_item-row li .p_name {
  text-align: center;
}
.p_item-row li .p_name p {
  font-size: 1em;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin: 8px 0;
}
.p_item-row li .p_name span {
  font-size: .9em;
  color: #999999;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  display: block;
}

.p_inner .top_block {
  font-size: 0;
}
.p_inner .top_block .img-row, .p_inner .top_block .text-row {
  display: inline-block;
  vertical-align: top;
}
.p_inner .top_block .img-row {
  width: 60%;
}
.p_inner .top_block .img-row > .pic {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  border: 1px solid #CCCCCC;
}
.p_inner .top_block .img-row .s_img {
  margin: 30px 0;
  text-align: center;
}
.p_inner .top_block .img-row .s_img > .pic {
  width: 20%;
  height: 0;
  padding-bottom: 25%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #CCCCCC;
  text-align: left;
  margin: 0 2%;
  cursor: pointer;
}
.p_inner .top_block .img-row .s_img > .pic:hover, .p_inner .top_block .img-row .s_img > .pic.active {
  border: 1px solid #0D6DAE;
}
.p_inner .top_block .text-row {
  width: 40%;
  padding-left: 5%;
}
.p_inner .top_block .text-row .p_name {
  font-size: 1.3rem;
  margin: 50px 0;
}
.p_inner .top_block .text-row .detail_text {
  font-size: 1rem;
  line-height: 1.6;
  color: #999999;
}

.case-row li {
  width: 24%;
  float: left;
  margin: 0 .5%;
  margin-bottom: 80px;
}
.case-row li .pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #CCCCCC;
}
.case-row li .text {
  text-align: center;
  background-color: #EEEEEE;
  padding: 10px;
  border: 1px solid #eeeeee;
}
.case-row li .text .case_name {
  font-size: 1rem;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.case-row li .text .case_text {
  font-size: .9rem;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #999999;
}

.case_detail .top_block {
  margin-bottom: 80px;
}
.case_detail .top_block .left, .case_detail .top_block .right {
  float: left;
  width: 50%;
}
.case_detail .top_block .left > .pic {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
.case_detail .top_block .left .s_img > .pic {
  float: left;
  width: 18%;
  height: 0;
  padding-bottom: 18%;
  margin: 0 1%;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.case_detail .top_block .left .s_img > .pic:hover, .case_detail .top_block .left .s_img > .pic.active {
  border: 1px solid #0D6DAE;
}
.case_detail .top_block .right {
  padding-left: 5%;
}
.case_detail .top_block .right .case_name {
  font-size: 1.3rem;
  margin: 20px 0;
}
.case_detail .top_block .right .case_detail {
  line-height: 1.6;
  color: #999999;
}

.news_list li {
  width: 100%;
  font-size: 0;
  margin-bottom: 80px;
}
.news_list li .img {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  height: 0;
  padding-bottom: 22.5%;
  background-size: contain;
}
.news_list li .text {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  padding-left: 5%;
}
.news_list li .text .news_class {
  display: inline-block;
  padding: 5px;
  background-color: #DDDDDD;
  color: #999999;
  font-size: .9rem;
}
.news_list li .text .date {
  color: #999999;
  font-size: .9rem;
  margin: 10px 0;
}
.news_list li .text .n_title {
  font-size: 1.3rem;
  margin: 10px 0;
}
.news_list li .text .n_text {
  font-size: .9rem;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

.news_detail .n_title {
  font-size: 2em;
  text-align: center;
  line-height: 1.6;
}
.news_detail .date {
  font-size: 1em;
  color: #999999;
  text-align: center;
}
.news_detail .main_img {
  display: block;
  vertical-align: middle;
  margin: 50px auto;
}

.contact-row .top_block > .pic {
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  float: left;
}
.contact-row .company_info {
  background-color: #EEEEEE;
}
.contact-row .company_info > span > div img {
  width: 50%;
}
.contact-row .company_info > span > div > p {
  font-size: 1.1rem;
  margin-top: 5%;
}
.contact-row .company_info > span > div .info {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 20%;
}
.contact-row .form_block {
  margin-top: 80px;
}
.contact-row .form_block #contact_form {
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
}
.contact-row .form_block #contact_form ul {
  width: 100%;
}
.contact-row .form_block #contact_form ul li {
  width: 100%;
  margin: 15px 0;
}
.contact-row .form_block #contact_form ul li label, .contact-row .form_block #contact_form ul li input {
  display: inline-block;
  vertical-align: middle;
}
.contact-row .form_block #contact_form ul li label {
  width: 20%;
  text-align: right;
  padding-right: 1%;
}
.contact-row .form_block #contact_form ul li input {
  height: 35px;
  line-height: 35px;
  border: 1px solid #CCCCCC;
  width: 70%;
}
.contact-row .form_block #contact_form ul li input[type="button"] {
  background-color: #0D6DAE;
  border: 1px solid #0D6DAE;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  line-height: normal;
}
.contact-row .form_block #contact_form ul li input[type="button"]:hover {
  background-color: #fff;
  color: #0D6DAE;
}
.contact-row .form_block #contact_form ul li.textarea label, .contact-row .form_block #contact_form ul li.textarea textarea {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
}
.contact-row .form_block #contact_form ul li.textarea textarea {
  border: 1px solid #CCCCCC;
  height: 200px;
  width: 70%;
}

header #logo {
  width: 20%;
}
header nav {
  width: 80%;
}
header nav > ul > li {
  padding: 0 2%;
}
header nav > ul li a span.r {
  color: #0D6DAE;
}

#banner .slider .img .text {
  top: 20%;
  bottom: auto;
}
#banner .slider .img .text span {
  font-size: .8em;
}

footer .right .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
footer .right .list li {
  width: 25%;
  font-size: .9rem;
  text-align: center;
  margin-bottom: 5px;
  border-left: 1px solid;
}
footer .right .list li:last-child {
  border-right: 1px solid;
}

#inner_banner .img p .en_title {
  margin-right: 5px;
}
#inner_banner .img p .en_title:after {
  content: none;
}

#about section.section3 {
  text-align: left;
  margin-bottom: 150px;
}
#about section.section3 > div {
  margin-bottom: 80px;
  width: 100%;
  font-size: 0;
}
#about section.section3 > div .img, #about section.section3 > div .text {
  display: inline-block;
  vertical-align: middle;
}
#about section.section3 > div .img {
  width: 30%;
  text-align: right;
}
#about section.section3 > div .img img {
  display: inline-block;
}
#about section.section3 > div .text {
  text-align: left;
  position: relative;
  width: 70%;
  padding-left: 5%;
}
#about section.section3 > div .text .title {
  font-size: 1.3rem;
  font-weight: bold;
}
#about section.section3 > div .text p {
  font-size: 1rem;
}
#about .history {
  margin-bottom: 100px;
}
#about .history .item {
  width: 20%;
}

.news_list, .news_detail {
  padding-top: 40px;
}

span.r {
  display: inline !important;
  vertical-align: super;
  font-size: 8px !important;
}

@media only screen and (max-width: 960px) {
  #phone_icon .button {
    display: block;
    position: absolute;
    top: 65px;
    right: 30px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer;
  }
  #phone_icon .button:before, #phone_icon .button:after {
    content: "";
    position: absolute;
    top: 20%;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
  }
  #phone_icon .button:after {
    content: "";
    top: 60%;
  }
  #phone_icon .button.action {
    display: block;
    width: 30px;
    height: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-bottom: medium none !important;
    transition: all 0.5s ease 0s;
  }
  #phone_icon .button.action:before {
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.5s ease 0s;
  }
  #phone_icon .button.action:after {
    top: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
  }

  header .container {
    padding-left: 0;
    padding-right: 0;
  }
  header #logo {
    padding-left: 15px;
  }
  header nav {
    width: 100%;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out;
  }
  header nav.open {
    max-height: 500px;
    transition: all .3s ease-in;
  }
  header nav > ul {
    width: 100%;
  }
  header nav > ul > li {
    width: 100%;
    margin: 10px 0;
  }
  header nav > ul > li > a {
    display: block;
  }
  header nav > ul > li > ul {
    width: 100%;
    margin: 0;
    float: none;
    position: static;
    display: block;
    border: none;
    text-align: center;
    background-color: #eee;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transform: translateX(0);
    transition: all .3s ease-out;
  }
  header nav > ul > li > ul > li {
    width: 100%;
  }
  header nav > ul > li > ul.open {
    max-height: 1000px;
    padding: 15px;
    transition: all .3s ease-in;
  }

  #banner .slider .img {
    height: 300px;
  }

  #about .history .item {
    width: 33.33%;
  }
  #about .history .item img {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #about .market-list li {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 640px) {
  header #logo {
    width: 80%;
  }

  footer .container {
    padding-left: 2%;
    padding-right: 2%;
  }
  footer .left, footer .right {
    float: none;
    display: block;
    width: 100%;
  }
  footer .left #info .company_name {
    font-size: .8rem;
  }
  footer .left #info .company_info > div {
    font-size: .8rem;
  }
  footer .right {
    display: none;
  }

  #banner #slogan p {
    font-size: 1rem;
  }
  #banner .slider .img .text {
    font-size: 1.5rem;
  }

  #index-row .item {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }

  #inner_banner .img {
    height: 150px;
  }

  article .container {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  #about .history .item {
    width: 50%;
  }

  .sidebar_layout aside, .sidebar_layout .right_block {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
  .sidebar_layout aside .phone_button {
    display: block;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #CCCCCC;
    color: #212121;
    position: relative;
  }
  .sidebar_layout aside .phone_button:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 10px solid #999999;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sidebar_layout aside .list {
    border: 1px solid #CCCCCC;
    border-top: none;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out;
  }
  .sidebar_layout aside .list.open {
    max-height: 800px;
    transition: all .3s ease-in;
  }
  .sidebar_layout aside .list > li {
    margin: 0;
    text-align: center;
  }
  .sidebar_layout aside .list > li > a {
    padding: 10px 0px;
  }

  .p_item-row li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 50px;
  }

  .p_inner .top_block .img-row, .p_inner .top_block .text-row {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    margin-bottom: 50px;
  }

  .news_list li .img, .news_list li .text {
    display: block;
    width: 100%;
  }
  .news_list li .img {
    padding-bottom: 50%;
    margin-bottom: 20px;
  }
  .news_list li .text {
    padding-left: 1%;
    padding-right: 1%;
  }

  .contact-row .top_block > .pic {
    width: 100%;
    display: block;
    padding-bottom: 100%;
  }

  .editor table {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  #phone_icon .button {
    top: 55px;
    right: 15px;
    width: 22px;
  }

  #about .market-list li {
    width: calc(100% / 2);
    margin-bottom: 15px;
  }
  #about .history .item {
    width: 100%;
  }

  footer .left .logo {
    text-align: center;
  }
  footer .left #info {
    padding-left: 0;
  }
  footer .left .logo, footer .left #info {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 960px) {
  #phone_icon .button {
    top: 80px;
  }
}
@media only screen and (max-width: 640px) {
  header #logo {
    width: 140px;
  }

  footer .right {
    margin-top: 20px;
  }

  .case-row li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 80px;
  }

  .case_detail .top_block .left, .case_detail .top_block .right {
    float: none;
    display: block;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  #about section.section3.en_s_fix > div {
    margin-bottom: 50px;
  }
  #about section.section3.en_s_fix > div .img, #about section.section3.en_s_fix > div .text {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0 3%;
  }
  #about section.section3.en_s_fix > div .img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #phone_icon .button {
    right: 15px;
    width: 30px;
  }
}

/*# sourceMappingURL=style_functional.css.map */
