@charset "utf-8";
/*
Theme Name: ashigara-solution
Theme URI: http://www.solution-sy.com/
Author: Xiez
Author URI: https://xiezsama.com/
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  box-sizing: border-box; }

:after, :before {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  width: 100%;
  overflow-x: hidden; }
@media screen and (max-width:570px) {
  body { font-size: 12px;}
}
address, caption, code, figcaption, pre, th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

fieldset, iframe, img {
  border: 0; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

caption, th {
  text-align: left; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button {
  background: 0 0;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit; }

button:disabled {
  cursor: default; }

audio:not([controls]) {
  display: none; }

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select), :focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

a, a:link, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: none; }

ul {
  list-style: none; }

em {
  font-style: normal;
}

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

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1; }

input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1; }

::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd; }

::-webkit-scrollbar:hover {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #666; }

::-webkit-scrollbar-thumb:hover {
  background-color: #333; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none; }

/* /Start Reset Css */

/* hasbg css */
/* if u want to change function for JQcode , plase open function.js file , search function's name , that name is css's name */
/* css for function hasbg */
.hasbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.hasbg:after {
  display: block;
  content: "";
  padding-top: 100%; }

.hasbg > img {
  display: none; }

/* /hasbg */
/* sp mobile-btn and nav css */
.sp-wrapper {
  display: none; }

@media screen and (max-width: 950px) {
  body.logged-in .mobile-btn { top:52px;}
  .mobile-btn {
    position: fixed;
    z-index: 80;
    top: 20px;
    right: 20px;
    display: block; }

  .mobile-btn div {
    width: 30px;
    height: 20px;
    background: none;
    cursor: pointer;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1); }

  .mobile-btn div span {
    width: 30px;
    height: 2px;
    top: 9px;
    background: #00569e;
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin: 0 0 0 -15px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s; }

  .mobile-btn div span:nth-child(1) {
    -moz-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px); }

  .mobile-btn div span:nth-child(3) {
    -moz-transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -o-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px); }

  .mobile-btn .active {
    transform: translateX(-200px) rotate(180deg); }

  .mobile-btn .active span:nth-child(1) {
    transform: rotate3d(0, 0, 1, -40deg) !important;
    transform-origin: 0.71429px center !important;
    width: 20px !important; }

  .mobile-btn .active span:nth-child(3) {
    transform: rotate3d(0, 0, 1, 40deg) !important;
    transform-origin: 0.71429px center !important;
    width: 20px !important; }

  .sp-wrapper-move {
    transform: translateX(0px) !important; }

  .sp-wrapper {
    width: 200px;
    height: 100vh;
    position: fixed;
    z-index: 60;
    background: #333;
    right: 0;
    top: 0;
    transform: translateX(200px);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    display: block; }

  .sp-wrapper .sp-heading {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff; }

  .sp-wrapper nav ul {
    padding: 0 15px; }

  .sp-wrapper nav ul li:first-child {
    border-top: 1px solid #5d5d5d; }

  .sp-wrapper nav ul li {
    border-bottom: 1px solid #5d5d5d; }

  .sp-wrapper nav ul li a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    text-transform: uppercase;
    transition: .3s; }

  .sp-wrapper nav ul li a:hover {
    background: #f2f2f2;
    color: #000; } }
    .logged-in .sp-wrapper { height: calc(100vh - 32px); top: auto; bottom: 0;}
    @media screen and (max-width:782px) {
      .logged-in .sp-wrapper { height: calc(100vh - 46px);}
    }
    @media screen and (max-width:782px) {
      body.logged-in .mobile-btn { top:65px;}
    }
    @media screen and (max-width:600px) {
      .mobile-btn.wordpress-logged-in { top: 20px!important;}
      .sp-wrapper.wordpress-logged-in { height: 100vh;}
    }
/* /sp mobile-btn and nav css */
/* wrapper css */
.wrapper {
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
  left: 0;
  z-index: 20; }
.wrapper .wrapperbg {display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:69;background:rgba(0,0,0,0.5);}
.wrapper-move { overflow:hidden; left:-200px;}
/* /wrapper css */

/* fonts */
@font-face {
    font-family: 'titillium_weblight';
    src: url('fonts/titilliumweb-light-webfont.eot');
    src: url('fonts/titilliumweb-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-light-webfont.woff2') format('woff2'),
         url('fonts/titilliumweb-light-webfont.woff') format('woff'),
         url('fonts/titilliumweb-light-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-light-webfont.svg#titillium_weblight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* /fonts */

/* common */
.website-title-type-1 { text-align: center; margin-bottom: 40px;}
.website-title-type-1 h2 { font-size:28px; line-height: 1.4; font-weight: bold;}
.website-title-type-1 em { font-family: 'titillium_weblight'; font-size: 18px; font-weight: bolder; text-transform: uppercase; color: #00b8ff; line-height: 1.1; display: inline-block; letter-spacing: 1.5px;}
.website-title-type-1 h3 { font-size:18px; margin-top: .5em; font-weight: normal;}
@media screen and (max-width:900px) {
  .website-title-type-1 { margin-bottom: 20px;}
  .website-title-type-1 h2 { font-size: 22px;}
  .website-title-type-1 em { font-size: 16px;}
  .website-title-type-1 h3 { font-size: 16px;}
}

@media screen and (max-width:570px) {
  .website-title-type-1 h2 { font-size: 18px;}
  .website-title-type-1 em { font-size: 14px;}
  .website-title-type-1 h3 { font-size: 14px;}
}

.website-title-type-2 { text-align: center; margin-bottom: 40px;}
.website-title-type-2 h2 { display: inline-block; border-bottom:2px solid #b1b1b1; line-height: 1.1; padding-bottom: 10px; color: #2e2e2e; letter-spacing: 2px; font-weight: bold; font-size: 28px;}
@media screen and (max-width:900px) {
  .website-title-type-2 { margin-bottom: 20px;}
  .website-title-type-2 h2 { font-size: 22px; border-bottom:1px solid #b1b1b1; padding-bottom: 5px;}
}
@media screen and (max-width:570px) {
  .website-title-type-2 h2 { font-size: 16px; letter-spacing: 1px;}
}

.website-title-type-3 { position: relative; margin-bottom: 40px;}
.website-title-type-3:after { content: ""; display: block; position: absolute; width: 100%; height: 2px; background: #ccc; left: 0; bottom: 0; z-index: 10;}
.website-title-type-3 h2 { border-bottom:2px solid #ccc; display:inline-flex; align-items: center; font-size: 28px; font-weight: bold; line-height: 1.1; padding:10px 30px 10px 0; position: relative; z-index: 20;}
.website-title-type-3 h2:before { content: ""; display: block; width: 20px; height: 20px; border:3px solid #ccc; border-radius: 50%; margin-right: 10px;}

@media screen and (max-width:900px) {
  .website-title-type-3 { margin-bottom: 20px;}
  .website-title-type-3 h2 { font-size: 22px;}
  .website-title-type-3 h2:before { border:2px solid #ccc;}
}
@media screen and (max-width:570px) {
  .website-title-type-3 h2 { font-size: 16px; }
  .website-title-type-3 h2:before  {width: 15px; height: 15px; margin-right: 5px;}
}

.more-type-1 {margin-top: 40px;}
.more-type-1 a { font-size: 14px; font-weight:bold; color:#fff; text-transform: uppercase;  font-family: 'titillium_weblight'; text-decoration: none; border:1px solid #fff; display:inline-flex; align-items: center; justify-content: center; width: 180px; height: 35px; text-decoration: none!important; transition: .3s;}
.more-type-1 a:before { content: ""; display:block; width: 5px; height: 5px; border:solid #fff; border-width: 1px 1px 0 0; transform: rotate(45deg); margin-right: 10px; transition:.3s;}
.more-type-1 a:hover { background: #333; color: #fff; border:1px solid #333; }
.more-type-1 a:hover:before {border:none; background: #fff;}
@media screen and (max-width:900px) {
  .more-type-1 { margin-top: 20px;}
  .more-type-1 a { width: 160px;}
}
@media screen and (max-width:570px) {
  .more-type-1 a { font-size: 12px; width: 150px; height: 30px;}
  .more-type-1 a:before { margin-right: 5px;}
}


.more-type-2 { text-align: center; margin-top: 40px;}
.more-type-2 a { font-size: 14px; font-weight:bold; color:#333; text-decoration: none;font-weight: bold; background: #fdff4e; display:inline-flex; align-items: center; justify-content: center; width: 180px; height: 35px; transition: .3s; text-decoration: none!important;}
.more-type-2 a:before { content: ""; display:block; width: 5px; height: 5px; border:solid #333; border-width: 1px 1px 0 0; transform: rotate(45deg); margin-right: 10px; transition:.3s;}
.more-type-2 a:hover { background: #333; color: #fff;}
.more-type-2 a:hover:before {border:none; background: #fff;}
@media screen and (max-width:900px) {
  .more-type-2 { margin-top: 20px;}
  .more-type-2 a { width: 160px;}
}
@media screen and (max-width:570px) {
  .more-type-2 a { font-size: 12px; width: 150px; height: 30px;}
  .more-type-2 a:before { margin-right: 5px;}
}



.more-type-3 a { font-size: 14px; font-weight:bold; color:#fff; border:1px solid #333; background: #333; display:inline-flex; align-items: center; justify-content: center; width: 180px; height: 35px; transition: .3s; text-decoration: none!important;}
.more-type-3 a:before { content: ""; display:block; width: 5px; height: 5px; border:solid #fff; border-width: 1px 1px 0 0; transform: rotate(45deg); margin-right: 10px; transition:.3s;}
.more-type-3 a:hover { background: none; color: #333;}
.more-type-3 a:hover:before {border:none; background: #333;}
@media screen and (max-width:900px) {
  .more-type-3 a { width: 160px;}
}
@media screen and (max-width:570px) {
  .more-type-3 a { font-size: 12px; width: 150px; height: 30px;}
  .more-type-3 a:before { margin-right: 5px;}
}



.table-type-1 { border:solid #00b8ff; border-width:1px 1px 0 0; width: 100%; background-color: #ffffff;}
.table-type-1 tr > * {border:solid #00b8ff; border-width:0 0 1px 1px ; padding: 7px 20px; line-height: 1.8;}
.table-type-1 tr td:first-child { font-weight: bold; min-width: 180px; width: 25%; color: #fff; background: #00b8ff; text-align:center; border-bottom-color: #90e0fe;}

.table-type-1 caption { text-align: right!important;}
.table-type-1 caption a { margin-top: 10px;}
@media screen and (max-width:900px) {
  .table-type-1 tr > * { padding:10px;}
}
@media screen and (max-width:570px) {
  .table-type-1 tr td:first-child {  min-width: 120px;}
}





.bkt { width:40px;height: 40px; position: fixed; display: flex; align-items: center; justify-content: center; right: 20px; bottom: 20px; cursor: pointer; background: #00569e; border-radius: 50%; z-index: 999;}
.bkt svg { width:20px; height: 20px; fill:#ffffff;}
/* /common */

/* header css */
body.logged-in header { top:32px;}
@media screen and (max-width:782px) {
  body.logged-in header { top:46px;}
}
header { width: 100%; height: 60px; padding:0 40px; background: rgba(255, 255, 255, .95); position: fixed; z-index: 999; top: 0; left: 0; display: flex; transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);}
header .header-layout { display: flex; width: 100%; max-width:1280px; margin:0 auto; align-items: center; justify-content: space-between;}
header .header-layout .site-logo { line-height: 0;}
header .header-layout .site-logo a { display: inline-block;}
header .header-layout .site-logo a img { width: auto; height: 30px;}
header .header-layout .main-navigation ul { display: flex;}
header .header-layout .main-navigation ul li a { font-size: 16px; font-weight: 600; text-transform: capitalize; color: #333; text-decoration: none; padding:10px 20px; position: relative; overflow: hidden; display: block;}
header .header-layout .main-navigation ul li a:after { content: ""; display: block; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background: #00569e; transform: translateX(-100%); transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);}
header .header-layout .main-navigation ul li a:hover:after { transform: translateX(0);}
@media screen and (max-width:1025px) {
	header .header-layout .main-navigation ul li a { padding:10px 15px;}
}
@media screen and (max-width:900px) {
  header { padding:0 20px;}
}
@media screen and (max-width:950px) {
  header .header-layout .main-navigation { display: none;}
}
/* /header css */
/* headerfixed */
header.headerfixed {box-shadow: 0px 3px 15px 0px rgba(6, 4, 4, 0.27);}
@media screen and (max-width:600px) {
  header.headerfixed { top: 0!important;}
}
/* /headerfixed */

/* index banner */
.banner img { margin:0 auto;}
.banner .swiper-container { width: 100%; padding-bottom: 4px;}
.banner .swiper-container .swiper-slide { max-width:1280px;}
.banner .swiper-container-horizontal>.swiper-pagination-progressbar { bottom: 0; top: auto;}
.banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2300569e'%2F%3E%3C%2Fsvg%3E");}
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2300569e'%2F%3E%3C%2Fsvg%3E")}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #00569e;}
@media screen and (max-width:900px) {
  .banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev { transform: scale(.7);}
  .banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next { transform: scale(.7);}
}
/* /index banner */


/* index about us */
.index .aboutus { background: url(img/index/mask.jpg); padding:80px 40px;}
.index .aboutus .content { text-align: center; max-width:1280px; margin:0 auto; line-height: 2;font-size: 18px;}
@media screen and (max-width:900px) {
  .index .aboutus { padding:40px 20px;}
  .index .aboutus .content { line-height: 1.8;}
}
/* /index about us */

/* index feature */
.index .feature {padding: 80px 0 0; background: #f9f9f9; overflow: hidden;}
.index .feature .main , .index .feature .link { width: 100%; max-width: 1280px; margin:0 auto;}
.index .feature .main > ul { display: flex;}
.index .feature .main > ul:nth-child(2n - 1) { flex-direction: row-reverse;}
.index .feature .main > ul > li { width: 50%; color: #fff; position: relative; overflow: hidden;}
.index .feature .main > ul > li > * { position: relative; z-index: 20;}
.index .feature .main > ul > li:after { padding-top: 70%;}
.index .feature .main > ul > li:nth-child(1) { padding:40px; display: flex; flex-direction: column; justify-content: center;}
.index .feature .main > ul > li .title { margin-bottom: 20px;}
.index .feature .main > ul > li .title span { font-size: 50px; line-height: 1.1; font-weight: bold; font-family: 'titillium_weblight';}
.index .feature .main > ul > li .title h3 { font-size: 28px; border-bottom: 1px solid; line-height: 1.1; margin-bottom: 10px; padding-bottom: 10px; padding-top: 10px;}
.index .feature .main > ul > li .title em {  font-family: 'titillium_weblight'; font-size: 14px;}
.index .feature .main > ul > li .content ul { display: flex; flex-wrap: wrap; margin-left: -10px; margin-top: -10px; font-size:19px;}
.index .feature .main > ul > li .content ul li { width: 33.3333333333333333333333333%; padding-left: 10px; padding-top: 10px; font-weight: bold;}
.index .feature .main > ul > li .content ul li a{color:#fff;}

.index .feature .main > ul > li .more-type-1 a { font-size:16px;}
.index .feature .main > ul > li .more-type-1 a:before { width:8px; height:8px;}

.index .feature .main > ul > li:nth-child(1):after { content: ""; display: block; position: absolute; width: 100%; height: 100%; background: rgba(255,255,255,.2); left: 0; top: 0; z-index: 10; transform: skewX(-55deg); transform-origin: bottom right;}
.index .feature .main > ul:nth-child(2n -1) > li:nth-child(1):after {transform: skewX(55deg); transform-origin: bottom right;}

.index .feature .main > .blue > li:nth-child(1) { background: #6cd6ff;}
.index .feature .main > .pink > li:nth-child(1) { background: #ffb1c9;}
.index .feature .main > .yellow > li:nth-child(1) { background: #158542;}

@media screen and (max-width:900px) {
  .index .feature { padding:40px 0 0;}
  .index .feature .main > ul > li:nth-child(1) { padding:30px 20px;}
  .index .feature .main > ul > li .title span { font-size: 28px;}
  .index .feature .main > ul > li .title h3 { font-size: 20px;}
  .index .feature .main > ul > li .content ul { margin-left: -5px; margin-top: -5px; font-size:14px;}
  .index .feature .main > ul > li .content ul li { width: 50%; padding-left: 5px; padding-top: 5px;}
	
  .index .feature .main > ul > li .more-type-1 a { font-size:14px;}
  .index .feature .main > ul > li .more-type-1 a:before { width:5px; height:5px;}
}
@media screen and (max-width:570px) {
  .index .feature .main > ul { display: block;}
  .index .feature .main > ul > li { width: 100%;}
}


.index .feature .link { margin:40px auto;}
.index .feature .link ul { display: flex; flex-wrap: wrap; justify-content: space-between;}
.index .feature .link ul li { width: calc(50% - 20px); position: relative; overflow: hidden;}
.index .feature .link ul li a { position: relative; display: flex; flex-direction: column; align-items: center; width: 100%; height: 100%; left:0; top: 0; z-index: 20; padding:40px 20px; color: #fff; text-decoration: none; line-height: 1.1;}
.index .feature .link ul li a h3 { margin-top: .5em;}
.index .feature .link ul li a i { font-style: normal; font-family: 'titillium_weblight';}
.index .feature .link ul li .bg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 10; transition:  all 300ms cubic-bezier(0.86, 0, 0.07, 1);}
.index .feature .link ul li:hover .bg { transform: scale(1.1,1.1);}
.index .feature .link ul li .bg:after { width: 100%; height: 100%; padding-top: 0; background: rgba(0,0,0,.5);}

.index .feature .link ul li a figure img { height: 50px; width: auto;}

@media screen and (max-width:900px) {
  .index .feature .link { margin:20px auto;}
  .index .feature .link ul li { width: calc(50% - 10px);}
}
@media screen and (max-width:660px) {
  .index .feature .link { margin:0 auto;}
  .index .feature .link ul li { width: 50%;}
}
@media screen and (max-width:570px) {
  .index .feature .link ul li { width: 100%;}
}
/* /index feature */


/* index news */
.index .news {position: relative; margin:80px auto;}
.index .news:after { content: ""; display: block; position: absolute; width: 50%; height: 100%; background: #00b8ff; left: 0; top: 0; z-index: 10;}
.index .news .main { display: flex; width: 100%; max-width:1360px; margin:0 auto; background:#fff; position: relative; z-index: 20;}
.index .news .main > .title { background: #00b8ff; width: 30%; min-width: 340px; padding:40px; display: flex; flex-direction: column; justify-content: center;}
.index .news .main > .title hgroup { border-left:2px solid #fff; padding-left: 20px; line-height: 1.1;}
.index .news .main > .title hgroup h2 { font-family: 'titillium_weblight'; color: #fff; font-size: 34px; letter-spacing: 1.5px;}
.index .news .main > .title hgroup em { color: #fff; font-size: 20px; margin-top: .5em; display: inline-block;}
.index .news .main > .content { width: 70%; max-width:calc(100% - 340px); padding:40px;}
.index .news .main > .content a { display: flex; align-items: center; text-decoration: none; color: #333; padding:10px; transition: .3s;}
.index .news .main > .content a:not(:last-child) { border-bottom:1px dotted #ccc;}
.index .news .main > .content a:hover { background: #f9f9f9;}
.index .news .main > .content a .time { width: 100px; flex-shrink: 0; font-family: 'titillium_weblight';}
.index .news .main > .content a .article { width: calc(100% - 100px);}
.index .news .main > .content a .article .title { font-weight: 400; font-size: 16px;}
.index .news .main > .content a .article .abstract { width: 100%; overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;}

@media screen and (max-width:1170px) {
  .index .news .main > .title hgroup h2 { font-size: 28px;}
  .index .news .main > .title hgroup em { font-size: 16px;}
}
@media screen and (max-width:900px) {
  .index .news { margin:40px auto;}
  .index .news .main > .title { min-width: 280px; padding:20px;}
  .index .news .main > .content {max-width: calc(100% - 280px); padding:20px;}
}
@media screen and (min-width:680px) {.index .news .main > .more-type-2 { display: none;}}
@media screen and (max-width:680px) {
  .index .news .main { display: block;}
  .index .news .main > .title { min-width: none; width: 100%;}
  .index .news .main > .title .more-type-1 { display: none;}
  .index .news .main > .content { max-width:100%; width: 100%; padding:0 20px; margin:20px auto;}
  .index .news .main > .more-type-2 { display: block;}
}
@media screen and (max-width:570px) {
  .index .news .main > .title hgroup h2 { font-size: 18px;}
  .index .news .main > .title hgroup em { font-size: 14px;}
  .index .news .main > .content a .article .title { font-size: 14px;}
  .index .news .main > .content a .time { width:85px;}
}
/* /index news */




/* footer css */
footer { margin-top: 80px;}
footer .footer-main { padding:0 40px; width: 100%; max-width: 1360px; margin:0 auto;}
footer .footer-main .footer-message > *:not(:first-child) { margin-top: 20px;}
footer .footer-main .footer-message .logo { text-align: center; line-height: 0;}
footer .footer-main .footer-message .logo a { display: inline-block;}
footer .footer-main .footer-message .information { text-align: center;}
footer .footer-main .footer-message .information a { display: inline-flex; align-items: center; font-family: 'titillium_weblight'; font-size: 28px; font-weight: bold; color: #337ab7; margin:0 15px;}
footer .footer-main .footer-message .information a i { font-size: 18px; background: #337ab7; color: #fff; width: 30px; height: 30px; border-radius: 5px; font-weight: normal; display: flex; align-items: center; justify-content: center; margin-right: 10px;}
footer .footer-main .footer-message .contact { text-align: center;}
footer .footer-main .footer-message .contact a { display: inline-flex; align-items: center; justify-content: center; font-size: 18px; padding:6px 30px;}
footer .footer-main .footer-message .contact a i { margin-right: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; }

footer .footer-main .footer-message .nav ul { display: flex; justify-content: center; flex-wrap: wrap;}
footer .footer-main .footer-message .nav ul li a { padding:5px 20px; color: #333; position: relative;}
footer .footer-main .footer-message .nav ul li a:before { content: ""; display: block; width: 1px; height: 1em; position: absolute; background: #ccc; top: 50%; margin-top: -.5em; left: 0;}
footer .footer-main .footer-message .nav ul li:last-child a:after { content: ""; display: block; width: 1px; height: 1em; position: absolute; background: #ccc; top: 50%; margin-top: -.5em; right: 0;}

footer .footer-copy { background: #c3c3c3; text-align: center; font-size: 12px; margin-top: 40px; padding:10px 40px;}


@media screen and (max-width: 900px) {
  footer { margin-top: 40px;}
  footer .footer-main { padding:0 20px;}
  footer .footer-main .footer-message > *:not(:first-child) { margin-top: 10px;}
  footer .footer-main .footer-message .contact a { font-size: 14px; padding:6px 15px;}
  footer .footer-main .footer-message .contact a i { font-size: 18px; margin-right: 5px;}
  footer .footer-main .footer-message .information a { font-size: 22px;}
  footer .footer-main .footer-message .information a i { font-size: 14px;}
  footer .footer-copy { padding:10px 20px; margin-top: 20px;}
}
@media screen and (max-width: 660px) {
  footer .footer-main { flex-direction: column-reverse;}
  footer .footer-main .footer-message .contact { text-align: center;}
  footer .footer-copy span { display: none;}

}
/* /footer css */


/* page pagebanner */
.pagebanner {width:100%; height:320px; position: relative; padding: 0 40px; display: flex; align-items: center; justify-content: center;}
.pagebanner .title { width: 100%; max-width:1280px; position: relative; z-index: 20;}
.pagebanner .title hgroup { display: inline-block; padding:40px; position: relative;}
.pagebanner .title hgroup:after { content: ""; display: block; position: absolute; width: calc(100% + 1000px); height: 100%; right: 0; top: 0; background-color: rgba(0, 184, 255, 0.8); box-shadow: 0px 3px 15px 0px rgba(6, 4, 4, 0.27); z-index:10;}
.pagebanner .title hgroup > * { position: relative; z-index: 20; color: #fff;}
.pagebanner .title hgroup em {display: block;font-size: 20px;font-weight: 400;letter-spacing: 2px;font-family: 'titillium_weblight';text-transform: capitalize;line-height: 1.1;margin:.25em auto .5em;}
.pagebanner .title hgroup h1 {text-transform: uppercase;font-weight: bold;font-size: 34px;letter-spacing: 2px;line-height: 1.1;}
.pagebanner .title hgroup div { font-size: 14px;}
.pagebanner .hasbg { position: absolute; width: 100%; height: 100%; top: 0; left:0; z-index: 10;}
.pagebanner .hasbg:after { padding-top: 0; width: 100%; height: 100%; background: url(img/header/mask.png); opacity: .2;}
@media screen and (max-width:1170px) {
  .pagebanner .title hgroup h1 { font-size: 30px;}
  .pagebanner .title hgroup em { font-size: 16px;}
}
@media screen and (max-width:900px) {
  .pagebanner { padding:0 20px; height: 260px;}
  .pagebanner .title hgroup { padding:30px 20px;}
  .pagebanner .title hgroup h1 { font-size: 24px; letter-spacing: 1px;}
  .pagebanner .title hgroup em { font-size: 14px; letter-spacing: 1px;}
}
@media screen and (max-width:570px) {
  .pagebanner .title hgroup div { font-size: 12px;}
}
/* /page pagebanner */



/* business-content */
.business-content .part-type-1 { margin:80px auto; padding:0 40px;}
.business-content .part-type-1 .content { width: 100%; max-width: 1280px; margin:0 auto;overflow: hidden;}
.business-content .part-type-1 .content > p { line-height: 2; text-align: center; margin-bottom: 40px; font-size: 16px;}
.business-content .part-type-1 .content ul { margin-left: -40px; margin-top: -40px;}
.business-content .part-type-1 .content ul li { padding-left: 40px; padding-top: 40px; float: left; width: 50%;}
.business-content .part-type-1 .content ul li h3 { font-size: 16px; font-weight: bold;}
.business-content .part-type-1 .content ul li figure:after { padding-top: 60%;}
@media screen and (max-width:900px) {
  .business-content .part-type-1 { margin:40px auto; padding:0 20px;}
  .business-content .part-type-1 .content > p { margin-bottom: 20px; line-height: 1.8; font-size: 14px;}
  .business-content .part-type-1 .content ul { margin-left: -20px; margin-top: -20px;}
  .business-content .part-type-1 .content ul li { padding-left: 20px; padding-top: 20px;}
}
@media screen and (max-width:570px) {
  .business-content .part-type-1 .content > p { font-size:14px;}
  .business-content .part-type-1 .content ul li h3 { font-size: 14px;}
}
@media screen and (max-width:570px) {
  .business-content .part-type-1 .content ul li { width: 100%;}
}
/* /business-content */


/* company-information */
.company-information .part-type-1 { margin:80px auto; padding:0 40px;}
.company-information .part-type-1 .main { width: 100%; max-width: 1280px; margin:0 auto;}
.company-information .part-type-1 .main .googlemap { width: 100%; position: relative; min-height: 230px;}
.company-information .part-type-1 .main .googlemap iframe { position: absolute; width: 100%; height: 100%;}
.company-information .part-type-1 .main .googlemap:after { content: ""; display: block; padding-top: 30%;}
@media screen and (max-width:900px) {
  .company-information .part-type-1 { margin:40px auto; padding:0 20px;}
}

.company-information .part-type-2 { margin:80px auto; padding:80px 40px; background: url(img/company-information/bg.jpg) center bottom/cover no-repeat;}
.company-information .part-type-2 .content img { margin:0 auto;}
@media screen and (max-width:900px) {
  .company-information .part-type-2 { margin:40px auto; padding:40px 20px;}
}


.company-information .part-type-3 { margin:80px auto; padding:0 40px;}
.company-information .bg { background: #f9f9f9; padding:80px 40px;}
.company-information .part-type-3 .website-title-type-1:not(:first-child) { margin-top: 40px;}
.company-information .part-type-3 .content { width: 100%; max-width: 1280px; margin:0 auto;}
.company-information .part-type-3 .content h3 { text-align: center; color: #1e249c; font-size: 20px; font-weight: 500;}
.company-information .part-type-3 .content ul { display: flex; flex-wrap: wrap;}
.company-information .part-type-3 .content ul li { width: 50%; padding:5px 5px 5px 30px; position: relative;font-size:18px;}
.company-information .part-type-3 .content ul li:before { content: attr(data-title); width: 25px; display: block; position: absolute; left: 0; font-weight: bold; color: #00b8ff; font-family: "titillium_weblight";}

.company-information .bg .content ul { width: 100%; max-width: 450px; margin:0 auto;}
.company-information .bg .content ul li { width: 100%;}
@media screen and (max-width:900px) {
  .company-information .part-type-3 { margin:40px auto; padding:0 20px;}
  .company-information .bg { padding:40px 20px;}
  .company-information .part-type-3 .content ul li { width: 100%;font-size:14px;}
  .company-information .part-type-3 .content h3 { font-size: 18px;}
}
@media screen and (max-width:570px) {
  .company-information .part-type-3 .content h3 { font-size: 14px;}
}

.company-information .part-type-4 { margin:80px auto; padding:0 40px;}
.company-information .part-type-4 .content { width: 100%; max-width:1280px; margin:0 auto;}
.company-information .part-type-4 .content ul { display: flex; flex-wrap: wrap; margin:40px auto;}
.company-information .part-type-4 .content ul li:nth-child(1) { width: 45%; flex-shrink: 0; position: relative; min-height: 200px;}
.company-information .part-type-4 .content ul li:nth-child(1):after { content: ''; display: block; padding-top: 40%;}
.company-information .part-type-4 .content ul li:nth-child(1) iframe { position: absolute; width: 100%; height: 100%;}
.company-information .part-type-4 .content ul li:nth-child(2) { width: 55%; padding-left: 40px; display: flex; flex-direction: column; justify-content: center;}
.company-information .part-type-4 .content ul li:nth-child(2) h3 { font-size: 18px; line-height: 1.1; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc; font-weight: 500;}
.company-information .part-type-4 .content ul li:nth-child(2) dl { display: flex; margin:10px auto; width: 100%;}
.company-information .part-type-4 .content ul li:nth-child(2) dl dt { width: 120px; flex-shrink: 0;}
@media screen and (max-width:900px) {
  .company-information .part-type-4 { margin:40px auto; padding:0 20px;}
  .company-information .part-type-4 .content ul { margin:20px auto;}
  .company-information .part-type-4 .content ul li:nth-child(2) { padding-left: 20px;}
  .company-information .part-type-4 .content ul li:nth-child(2) h3 { font-size: 16px;}
}
@media screen and (max-width:600px) {
  .company-information .part-type-4 .content ul { flex-direction: column;}
  .company-information .part-type-4 .content ul li { width: 100%!important; padding-left: 0!important;}
  .company-information .part-type-4 .content ul li:nth-child(1) { margin-bottom: 20px;}
  .company-information .part-type-4 .content ul li:nth-child(2) dl { margin:5px auto;}
}
@media screen and (max-width:570px) {
  .company-information .part-type-4 .content ul li:nth-child(2) h3 { font-size: 14px;}
  .company-information .part-type-4 .content ul li:nth-child(2) dl dt { width: 90px;}
}
/* /company-information */



/* contact-us */
.contact-us .part-type-1 { margin:80px auto; padding:0 40px; width: 100%; max-width: 1360px;}
.contact-us .content .abstract { margin-bottom: 20px; text-align: center; line-height: 2;}
.contact-us .content .abstract span { color: #ff0000;}
.contact-us .content .form { border:solid #ddd; border-width:1px 1px 0 0;}
.contact-us .content .form dl { display: flex;}
.contact-us .content .form dl > * { border:solid #ddd; border-width:0 0 1px 1px; padding:20px;}
.contact-us .content .form dl dt { width: 270px; background: #f1f6f8; font-weight: bold; display:flex; align-items:center; justify-content:center;}
.contact-us .content .form dl dt span { color: #ff0000; margin-right: 10px;}
.contact-us .content .form dl dd { width: calc(100% - 270px);}
.contact-us .content .form dl dd label { display: flex; align-items: center; cursor: pointer;}
.contact-us .content .form dl dd label input[type=checkbox] { margin-top: 0; margin-right: 3px;}
.contact-us .content .form dl dd label input[type=radio] { margin-top: 0; margin-right: 3px;}

.contact-us .content .handling { margin-top:40px;}
.contact-us .content .handling h3 {color: #2e2e2e; font-weight: 400; font-size: 22px; line-height:1.1; text-align:center; margin-bottom:10px;}
.contact-us .content .handling .content { height:180px; overflow:auto; line-height:2;}

.contact-us .content .send { text-align: center; margin-top: 20px;}
.contact-us .content .send .btn { padding:6px 2em;}
.contact-us .content .send input{margin:0 10px;padding:5px 2em;color:#fff;background-color:#337ab7;border-color:#2e6da4;border-radius:4px;}
.contact-us .content .send input.wpcf7c-btn-back{background-color:#eea236;background-color:#eea236;}
@media screen and (max-width:900px) {
  .contact-us .part-type-1 { margin: 40px auto; padding:0 20px;}
  .contact-us .content .abstract { margin-bottom: 10px;}
  .contact-us .content .form dl > * { padding:10px; display: flex; align-items: center;}
  .contact-us .content .handling h3 { font-size:18px;}
}
@media screen and (max-width:570px) {
  .contact-us .content .form dl dt { width: 220px;}
  .contact-us .content .form dl dd { width: calc(100% - 220px);}

  .contact-us .content .handling h3 { font-size:14px;}
}
@media screen and (max-width:520px) {
  .contact-us .content .form dl { display: block;}
  .contact-us .content .form dl > * { width: 100%!important;}
}
/* /contact-us */

/* contact-us-confirm */
.contact-us-confirm .part-type-1 { margin:80px auto; padding:0 40px; width: 100%; max-width: 1360px;}
.contact-us-confirm .content .abstract { margin-bottom: 20px; text-align: center; line-height: 2;}
.contact-us-confirm .content .abstract span { color: #ff0000;}
.contact-us-confirm .content .form { border:solid #ddd; border-width:1px 1px 0 0;}
.contact-us-confirm .content .form dl { display: flex;}
.contact-us-confirm .content .form dl > * { border:solid #ddd; border-width:0 0 1px 1px; padding:20px;}
.contact-us-confirm .content .form dl dt { width: 270px; background: #f1f6f8; font-weight: bold; display:flex; align-items:center; justify-content:center;}
.contact-us-confirm .content .form dl dt span { color: #ff0000; margin-right: 10px;}
.contact-us-confirm .content .form dl dd { width: calc(100% - 270px);}
.contact-us-confirm .content .form dl dd label { display: flex; align-items: center; cursor: pointer;}
.contact-us-confirm .content .form dl dd label input[type=checkbox] { margin-top: 0; margin-right: 3px;}
.contact-us-confirm .content .form dl dd label input[type=radio] { margin-top: 0; margin-right: 3px;}

.contact-us-confirm .content .handling { margin-top:40px;}
.contact-us-confirm .content .handling h3 {color: #2e2e2e; font-weight: 400; font-size: 22px; line-height:1.1; text-align:center; margin-bottom:10px;}
.contact-us-confirm .content .handling .content { height:180px; overflow:auto; line-height:2;}

.contact-us-confirm .content .send { text-align: center; margin-top: 20px;}
.contact-us-confirm .content .send br { display: none;}
.contact-us-confirm .content .send input { margin:0 10px;}
.contact-us-confirm .content .send .btn { padding:6px 2em;}

@media screen and (max-width:900px) {
  .contact-us-confirm .part-type-1 { margin: 40px auto; padding:0 20px;}
  .contact-us-confirm .content .abstract { margin-bottom: 10px;}
  .contact-us-confirm .content .form dl > * { padding:10px; display: flex; align-items: center;}
  .contact-us-confirm .content .handling h3 { font-size:18px;}
}
@media screen and (max-width:570px) {
  .contact-us-confirm .content .form dl dt { width: 220px;}
  .contact-us-confirm .content .form dl dd { width: calc(100% - 220px);}

  .contact-us-confirm .content .handling h3 { font-size:14px;}
}
@media screen and (max-width:520px) {
  .contact-us-confirm .content .form dl { display: block;}
  .contact-us-confirm .content .form dl > * { width: 100%!important;}
}
/* /contact-us-confirm */

/* events */
.events .part-type-1 { margin:80px auto; padding:0 40px;}
.events .part-type-1:nth-child(2n) { background: #f9f9f9; padding:80px 40px;}
.events .part-type-1 .content { width: 100%; max-width:640px; margin:0 auto; overflow: hidden;}
.events .part-type-1 .content ul { margin-left: -40px; margin-top: -40px;}
.events .part-type-1 .content ul li { padding-left: 40px; padding-top: 40px; float: left; width: 50%;}
.events .part-type-1 .content ul li figure:after { padding-top: 60%;}

@media screen and (max-width:900px) {
  .events .part-type-1 { margin:40px auto; padding:0 20px;}
  .events .part-type-1:nth-child(2n) { padding:40px 20px;}
  .events .part-type-1 .content ul { margin-left: -20px; margin-top: -20px;}
  .events .part-type-1 .content ul li { padding-left: 20px; padding-top: 20px;}
}
@media screen and (max-width:370px) {
  .events .part-type-1 .content ul li { width: 100%;}
}
/* /events */


/* factory-information */
.factory-information .part-type-1 { margin:80px auto; padding:0 40px;}
.factory-information .bg { background: #f9f9f9; padding:80px 40px;}
.factory-information .part-type-1 .content { width: 100%; max-width:1280px; margin:0 auto;}
.factory-information .part-type-1 .content ul { display: flex; flex-wrap: wrap; margin:40px auto;}
.factory-information .part-type-1 .content ul:nth-child(2n) { flex-direction: row-reverse;}
.factory-information .part-type-1 .content ul:nth-child(2n) li:nth-child(1) { padding-right: 0; padding-left: 40px;}
.factory-information .part-type-1 .content ul li:nth-child(1) { width: calc(50% - 20px); padding-right: 40px; line-height: 2;}
.factory-information .part-type-1 .content ul li:nth-child(1) h3 { font-size: 18px; line-height: 1.1; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc; font-weight: 500;}
.factory-information .part-type-1 .content ul li:nth-child(2) { width: calc(50% + 20px);}
.factory-information .part-type-1 .content ul li:nth-child(2) figure:after { padding-top: 60%;}

@media screen and (max-width:900px) {
  .factory-information .part-type-1 { margin:40px auto; padding:0 20px;}
  .factory-information .bg { padding:40px 20px;}
  .factory-information .part-type-1 .content ul { margin:20px auto;}
  .factory-information .part-type-1 .content ul li:nth-child(1) { width: calc(50% - 10px); padding-right: 20px; line-height: 1.8;}
  .factory-information .part-type-1 .content ul li:nth-child(1) h3 { font-size: 16px;}
  .factory-information .part-type-1 .content ul li:nth-child(2) { width: calc(50% + 10px);}
  .factory-information .part-type-1 .content ul:nth-child(2n) li:nth-child(1) { padding-left: 20px;}
}
@media screen and (max-width:570px) {
  .factory-information .part-type-1 .content ul li:nth-child(1) h3 { font-size: 14px;}
}

@media screen and (max-width:370px) {
  .factory-information .part-type-1 .content ul li { width: 100%!important; padding:0!important;}
  .factory-information .part-type-1 .content ul li:nth-child(2) { margin-top: 10px;}
}
/* /factory-information */


/* original-equipment-manufacturing */
.original-equipment-manufacturing .part-type-1 { margin:80px auto; padding:0 40px;}
.original-equipment-manufacturing .part-type-1 .main { width: 100%; max-width:1280px; margin:0 auto;}

.original-equipment-manufacturing .part-type-1 .main .next { line-height: 0; text-align: center; margin-bottom: 30px;}
.original-equipment-manufacturing .part-type-1 .main .next:after { content: ""; display: inline-block; width:50px; height: 50px; border: solid #ccc; border-width: 0 6px 6px 0; transform: rotate(45deg); }

.original-equipment-manufacturing .part-type-1 .main ul { padding:20px; background: #00b8ff; color: #fff; display: flex; justify-content: space-between;}
.original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) { width: calc(100% - 250px - 20px);}
.original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .title { display: flex; align-items: flex-end; margin-bottom: 20px;}
.original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .title > div { font-family: 'titillium_weblight';}
.original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .title > div:after { content: attr(data-title); display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; background: #fff; color: #00b8ff;}
.original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .title > div > i { font-style: normal; text-transform: uppercase; line-height: 1.1; font-size: 14px;}
.original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .title > h3 { font-size: 18px; line-height: 30px; margin-left: 10px;}

.original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .content { background: #fff; color: #1f1d1d; padding:20px;}
.original-equipment-manufacturing .part-type-1 .main ul li:nth-child(2) { width: 250px; flex-shrink: 0;}
.original-equipment-manufacturing .part-type-1 .main ul li:nth-child(2):after { display: none;}

@media screen and (max-width:900px) {
  .original-equipment-manufacturing .part-type-1 { margin:40px auto; padding:0 20px;}
  .original-equipment-manufacturing .part-type-1 .main ul { padding:15px;}
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) { width: calc(100% - 250px - 10px);}
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .title { margin-bottom: 10px;}
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .title > h3 { font-size: 16px; line-height: 25px;}
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .title > div > i { font-size: 12px;}
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .title > div:after { width: 25px; height: 25px;}
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .content { padding:15px;}

  .original-equipment-manufacturing .part-type-1 .main .next { margin-bottom: 20px;}
  .original-equipment-manufacturing .part-type-1 .main .next:after { width: 30px; height: 30px; border-width: 0 3px 3px 0;}
}
@media screen and (max-width:650px) {
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) { width: calc(100% - 180px - 10px);}
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(2) { width: 180px;}
}
@media screen and (max-width:570px) {
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .title > h3 { font-size: 14px; line-height: 20px; margin-left: 10px;}
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .title > div:after { width: 20px; height: 20px;}
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(1) .title > div > i { font-size: 10px;}
}
@media screen and (max-width:460px) {
  .original-equipment-manufacturing .part-type-1 .main ul { display: block;  }
  .original-equipment-manufacturing .part-type-1 .main ul li { width: 100%!important;}
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(2) { margin-top: 15px;}
  .original-equipment-manufacturing .part-type-1 .main ul li:nth-child(2):after { display: block; padding-top: 40%;}
}


.original-equipment-manufacturing .part-type-2 { margin:80px auto; padding:0 40px;}
.original-equipment-manufacturing .part-type-2 .content { width: 100%; max-width:1280px; margin:0 auto; overflow: hidden;}
.original-equipment-manufacturing .part-type-2 .content ul { margin-left: -40px; margin-top: -40px; display: flex; flex-wrap: wrap; justify-content: center;}
.original-equipment-manufacturing .part-type-2 .content ul li { padding-left: 40px; padding-top: 40px; float: left; width: 33.3333333333%; display: flex;}
.original-equipment-manufacturing .part-type-2 .content ul li > div { padding:20px; width: 100%; color: #fff;}
.original-equipment-manufacturing .part-type-2 .content ul li > div h3 { text-align: center; font-size:18px; font-weight: 500;}
.original-equipment-manufacturing .part-type-2 .content ul li > div figure { margin:20px auto;}
.original-equipment-manufacturing .part-type-2 .content ul li > div figure:after { padding-top: 70%;}

.original-equipment-manufacturing .part-type-2 .content ul li:nth-child(1) > div { background: #8b9da4;}
.original-equipment-manufacturing .part-type-2 .content ul li:nth-child(2) > div { background: #5a92bd;}
.original-equipment-manufacturing .part-type-2 .content ul li:nth-child(3) > div { background: #d4b66f;}
.original-equipment-manufacturing .part-type-2 .content ul li:nth-child(4) > div { background: #f57ea8;}
.original-equipment-manufacturing .part-type-2 .content ul li:nth-child(5) > div { background: #00b8ff;}

@media screen and (max-width:900px) {
  .original-equipment-manufacturing .part-type-2 { margin:40px auto; padding:0 20px;}
  .original-equipment-manufacturing .part-type-2 .content ul { margin-left: -20px; margin-top: -20px;}
  .original-equipment-manufacturing .part-type-2 .content ul li {padding-left: 20px; padding-top: 20px;}
  .original-equipment-manufacturing .part-type-2 .content ul li > div h3 { font-size: 16px;}
  .original-equipment-manufacturing .part-type-2 .content ul li > div figure { margin:10px auto;}
}
@media screen and (max-width:640px) {
  .original-equipment-manufacturing .part-type-2 .content ul li { width:50%;}
}
@media screen and (max-width:570px) {
  .original-equipment-manufacturing .part-type-2 .content ul li > div h3 { font-size: 14px;}
}
@media screen and (max-width:460px) {
  .original-equipment-manufacturing .part-type-2 .content ul li { width:100%;}
}
/* /original-equipment-manufacturing */



/* article-list */
.article-list .part-type-1 { margin:80px auto; padding:0 40px; width: 100%; max-width: 1360px;}
.article-list .part-type-1 article { display: flex; align-items: flex-start; padding-bottom: 20px; margin-bottom: 20px; border-bottom:1px dashed #e2e2e2; width: 100%;}
.article-list .part-type-1 article .article-img { width: 30%; max-width:300px; min-width: 120px; flex-shrink: 0; position: relative;}
.article-list .part-type-1 article .article-img:after { padding-top: 80%;}
.article-list .part-type-1 article .article-img:before { content: ""; display: block; position: absolute; width: 100%; height: 100%; background: #e2e2e2; right: -5px; bottom: -5px; z-index: -10;}
.article-list .part-type-1 article .article-main { width: 100%; padding-left: 40px;}
.article-list .part-type-1 article .nopaddingleft { padding-left:0;}
.article-list .part-type-1 article .article-main > *:not(:first-child) { margin-top:10px; }
.article-list .part-type-1 article .article-main .article-message { display: flex; align-items: center;}
.article-list .part-type-1 article .article-main .article-message .time {font-family: 'titillium_weblight'; font-weight: bold; margin-right: 10px; font-size: 16px;}
.article-list .part-type-1 article .article-main .article-message .article-category { margin-top: -10px;}
.article-list .part-type-1 article .article-main .article-message .article-category span {background: #18bdfd; color: #fff; font-size: 12px; line-height: 1; display: inline-flex; aalign-items: center; padding:6px 10px 5px 10px; border-radius: 3px; margin-right: 10px; margin-top: 10px;}
.article-list .part-type-1 article .article-main .article-message .article-category span.type1 { background: #18bdfd;}
.article-list .part-type-1 article .article-main .article-message .article-category span.type2 { background: #ff4e6f;}
.article-list .part-type-1 article .article-main .article-message .article-category span.type3 { background: #ffb137;}

.article-list .part-type-1 article .article-main h2 { font-size: 24px; font-weight: 400; line-height: 1.4;}
.article-list .part-type-1 article .article-main .content { line-height: 1.8;}
.article-list .part-type-1 article .article-main .more-type-3 { text-align: right;}

@media screen and (max-width:900px) {
  .article-list .part-type-1 { margin: 40px auto; padding: 0 20px;}
  .article-list .part-type-1 article .article-main { padding-left: 20px;}
  .article-list .part-type-1 article .article-main > *:not(:first-child) { margin-top: 8px;}
  .article-list .part-type-1 article .article-main h2 { font-size: 20px;}
  .article-list .part-type-1 article .article-main .article-message .time { font-size: 14px;}
}
@media screen and (max-width:760px) {
  .article-list .part-type-1 article { display: block;}
  .article-list .part-type-1 article .article-img { float: left; margin-right: 20px;}
  .article-list .part-type-1 article .article-main { padding-left: 0;}
  .article-list .part-type-1 article .article-main .article-message { display: block;}
  .article-list .part-type-1 article .article-main .article-message .article-category { margin-top: -5px;}
  .article-list .part-type-1 article .article-main .article-message .article-category span { margin-top: 5px; margin-right: 5px;}
}
@media screen and (max-width:570px) {
  .article-list .part-type-1 article .article-main h2 { font-size: 16px;}
}

/* /article-list */


/* article-single */
.article-single .part-type-1 { width: 100%; max-width: 1360px; margin:80px auto; padding:0 40px;}
.article-single .part-type-1 .article-category span { background: #18bdfd; color: #fff; font-size: 12px; line-height: 1; display: inline-flex; aalign-items: center; padding:6px 10px 5px 10px; border-radius: 3px;}
.article-single .part-type-1 .article-category span.type1 { background: #18bdfd;}
.article-single .part-type-1 .article-category span.type2 { background: #ff4e6f;}
.article-single .part-type-1 .article-category span.type3 { background: #ffb137;}
.article-single .part-type-1 .article-category span:not(:first-child) { margin-left: 10px;}

.article-single .part-type-1 .article-title { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; margin: 20px auto 10px auto;}
.article-single .part-type-1 .article-title .time {font-family: 'titillium_weblight'; font-weight: bold; margin-right: 10px; font-size: 16px;}
.article-single .part-type-1 .article-title .title h2 { font-size: 24px; font-weight: 400; line-height: 1.4;}

.article-single .part-type-1 .return-list { text-align: center;}
.article-single .part-type-1 .return-list a { min-width: 180px;}

@media screen and (max-width:900px) {
  .article-single .part-type-1 { margin:40px auto; padding:0 20px;}
  .article-single .part-type-1 .article-title { margin: 10px auto 5px auto;}
  .article-single .part-type-1 .article-title .title h2 { font-size: 20px;}
  .article-single .part-type-1 .article-title .time { font-size: 14px;}
}
@media screen and (max-width:570px) {
  .article-single .part-type-1 .article-title .title h2 { font-size: 16px;}
  .article-single .part-type-1 .article-nav .pager { margin:10px auto;}
  .article-single .part-type-1 .article-nav .pager li { display: block; margin:10px auto;}
  .article-single .part-type-1 .article-nav .pager li a { float: none;}
}


.article-single .part-type-1 .article-file { margin:20px auto;}
.article-single .part-type-1 .article-file .panel-heading { font-weight: 400; padding:7px 20px;}
.article-single .part-type-1 .article-file .panel-body .article-file-main { margin-top: -20px; margin-left: -20px;}
.article-single .part-type-1 .article-file .panel-body .article-file-main a { display: flex; align-items: center; float: left; padding-top: 20px; padding-left: 20px; font-size: 13px;}
.article-single .part-type-1 .article-file .panel-body .article-file-main a img { width: 30px; height: 30px; margin-right: 10px;}
@media screen and (max-width:900px) {
  .article-single .part-type-1 .article-file .panel-heading {padding:5px 10px;}
  .article-single .part-type-1 .article-file .panel-body { padding:10px;}
  .article-single .part-type-1 .article-file .panel-body .article-file-main { margin-top: -10px; margin-left: -10px;}
  .article-single .part-type-1 .article-file .panel-body .article-file-main a {padding-top: 10px; padding-left: 10px; }
}
/* /article-single */
