@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?90okcb');
  src:  url('../fonts/icomoon.eot?90okcb#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?90okcb') format('truetype'),
    url('../fonts/icomoon.woff?90okcb') format('woff'),
    url('../fonts/icomoon.svg?90okcb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-correct:before {
  content: "\e906";
}
.icon-youku:before {
  content: "\e904";
}
.icon-linkedin:before {
  content: "\e905";
}
.icon-toutiao:before {
  content: "\e902";
}
.icon-youtube:before {
  content: "\e900";
}
.icon-Facebook:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-wechat:before {
  content: "\e909";
}
.icon-weibo:before {
  content: "\e90a";
}

body {
	font-family: 'Noto Sans Japanese',MyYuGothicM,YuGothic,-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo, sans-serif, Microsoft YaHei, Arial, Helvetica;
}
ul,ol {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
}
ul.btn-wrap {
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn-prm {
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 7px 0;
    padding: 16px 1rem;
    width: 100%;
    border-color: #2593c9;
    background-color: #2593c9;
    color: #fff;
    border: solid 2px transparent;
    border-radius: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: background;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a.btn-prm {
	text-decoration: none;
}
a.btn-prm:hover {
	background-color: #fff;
	border-color: #2593c9;
    color: #2593c9;
}
@-webkit-keyframes humbergerTop {
	0% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}
}

@keyframes humbergerTop {
	0% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}
}

@-webkit-keyframes humbergerBottom {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(10px) rotate(0);
		transform: translateY(10px) rotate(0);
	}
}

@keyframes humbergerBottom {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(10px) rotate(0);
		transform: translateY(10px) rotate(0);
	}
}

@-webkit-keyframes humbergerTopRev {
	0% {
		-webkit-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes humbergerTopRev {
	0% {
		-webkit-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@-webkit-keyframes humbergerBottomRev {
	0% {
		-webkit-transform: translateY(10px) rotate(0);
		transform: translateY(10px) rotate(0);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes humbergerBottomRev {
	0% {
		-webkit-transform: translateY(10px) rotate(0);
		transform: translateY(10px) rotate(0);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
}
.link_blank {
	margin-right: 5px;
    padding: 2px 20px 0 0;
    background: url(../images/exhibition/img/icon_blank.gif) no-repeat right center;
}
nav.navbar-default {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
	margin: 0;
	border: 0;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    z-index: 3;
}
nav.navbar-default:after {
	position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d7d7d7;
    content: "";
    transition-timing-function: ease;
    transition-duration: .1s;
    transition-property: background-color;
}
.open nav.navbar-default:after {
	background-color: #fff;
}
nav.navbar-default .navbar-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding-left: 5.5556%;
    width: 100%;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    z-index: 21;
}
nav.navbar-default .navbar-header .navbar-toggle {
	width: 64px;
	height: 64px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: #2593c9;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 2;
}
nav.navbar-default .navbar-header .navbar-toggle .icon-bar {
	position: absolute;
    top: 50%;
    left: 50%;
	width: 28px;
    height: 3px;
    margin-top: -1.5px;
    margin-left: -14px;
    background-color: #fff;
}
nav.navbar-default .navbar-header .navbar-toggle .icon-bar.-top {
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation: humbergerTop .5s forwards;
    animation: humbergerTop .5s forwards;
}
nav.navbar-default .navbar-header .navbar-toggle .icon-bar.-middle {
	transition: opacity .2s .2s;
}
nav.navbar-default .navbar-header .navbar-toggle .icon-bar.-bottom {
	-webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation: humbergerBottom .5s forwards;
    animation: humbergerBottom .5s forwards;
}
.open nav.navbar-default .navbar-header .navbar-toggle .icon-bar.-top {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	-webkit-animation: humbergerTopRev .5s forwards;
	animation: humbergerTopRev .5s forwards;
}
.open nav.navbar-default .navbar-header .navbar-toggle .icon-bar.-middle {
	opacity: 0;
}
.open nav.navbar-default .navbar-header .navbar-toggle .icon-bar.-bottom {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
	-webkit-animation: humbergerBottomRev .5s forwards;
	animation: humbergerBottomRev .5s forwards;
}
nav.navbar-default .navbar-collapse {
	position: fixed;
	top: 64px;
	bottom: 0;
	width: 100%;
    padding: 0;
    border: 0;
    background-color: transparent;
    overflow: auto;
    z-index: 20;
}
nav.navbar-default .navbar-header:after,
nav.navbar-default .navbar-header:before,
.pht-main .container:before {
	content: normal;
}
nav.navbar-default .navbar-header .navbar-brand {
	padding: 0;
	height: 36px;
}
nav.navbar-default .navbar-brand img {
	width: auto;
	height: 36px;
}
nav.navbar-default .navbar-collapse .scroll {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	overflow: auto;
}
nav.navbar-default .navbar-collapse .nav p {
	margin-bottom: 0;
}
nav.navbar-default .navbar-collapse .nav > li > a {
	padding: 11px 5.5556%;
    background-color: #f0f1f3;
}
nav.navbar-default .navbar-collapse .nav a p:first-of-type {
	color: #7f7f7f;
	font-size: .6875rem;
	font-family: "Open Sans",sans-serif;
	line-height: 1.6364;
}
nav.navbar-default .navbar-collapse .nav a p:last-child {
	font-weight: bold;
	font-size: 15px;
    line-height: 1.6;
}
nav.navbar-default .navbar-collapse .nav a {
	position: relative;
    display: block;
    padding: 14px 5.5556%;
    padding-right: calc(((80 / 720) * 100%) + 16px);
	color: #0f0f0f;
	border-bottom: solid 3px #f0f1f3;
}
nav.navbar-default .navbar-collapse .nav .child {
	display: none;
}
nav.navbar-default .navbar-collapse .nav li:last-child a {
	padding-bottom: 11px;
    border-bottom: none;
}
nav.navbar-default .navbar-collapse .nav a:hover {
	color: #2593c9;
}
.open nav.navbar-default .navbar-collapse .nav > li:not(.-single) > a:before,
.open nav.navbar-default .navbar-collapse .nav > li:not(.-single) > a:after {
	position: absolute;
    top: 50%;
    right: 7.7778%;
    display: block;
    width: 3px;
    height: 18px;
    background-color: #2593c9;
    content: "";
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.open nav.navbar-default .navbar-collapse .nav > li:not(.-single) > a:before {
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.open nav.navbar-default .navbar-collapse .nav > li.is-open > a:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.open nav.navbar-default .navbar-collapse .nav > li:not(.-single) > a:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.open nav.navbar-default .navbar-collapse .nav > li.-single a:before,
.open nav.navbar-default .navbar-collapse .child > .title a:before,
.open nav.navbar-default .navbar-collapse .child ul li a:before {
	position: absolute;
    top: 50%;
    right: 6.25%;
    display: inline-block;
    margin-top: -9px;
    font-size: 18px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    color: #2593c9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e258";
}
nav .language {
	position: relative;
	padding: .5rem 20px 0 0;
	cursor: pointer;
}
nav .language .iconfont-globe {
	position: relative;
	top: -1px;
	margin-right: 6px;
	font-size: 16px;
}
nav .language .language-dropdown {
	display: none;
	position: absolute;
    top: 0;
    right: -38px;
    width: 160px;
    font-size: 14px;
    list-style-type: none;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    border: 1px solid #d6d9d9;
    background-color: #fff;
    z-index: 2;
}
nav .language .language-dropdown li {
	position: relative;
	margin: 0;
	padding: 0;
    line-height: 1.75;
    border: 1px solid #fff;
}
nav .language .language-dropdown li:hover {
	background-color: #f4f5f7;
    transition: all ease .3s;
}
nav .language .language-dropdown li a {
	display: block;
	padding: 7px 0 5px 50px;
	color: #353737;
	text-decoration: none;
}
nav .language .language-dropdown li.active a:before {
	font-family: iconfont64;
    content: "\E004";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 16px;
    left: 17px;
}
nav.navbar-default .navbar-collapse .navbar-nav {
	margin: 0;
}
nav.navbar-default .navbar-collapse .nav-sub {
	padding-bottom: 20px;
}
nav.navbar-default .navbar-collapse .navbar-nav > li {
	position: static;
	border-bottom: solid 3px #fff;
}
nav.navbar-default .navbar-collapse .nav-sub .language {
	display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
nav.navbar-default .navbar-collapse .navbar-nav .child .title a p:first-of-type {
	display: none;
}
nav.navbar-default .navbar-collapse .navbar-nav .child .title a p:last-child {
	font-size: 14px;
	font-weight: normal;
}
nav.navbar-default.is-hide {
	-webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.language .show-dropdown {
	display: inline-block;
    width: 130px;
    overflow: hidden;
    margin-left: 30px;
    padding: 5px 0;
    color: #353737;
    border-bottom: 1px solid #353737;
    text-decoration: none;
}
.language .show-dropdown span {
    font-size: 12px;
    float: right;
}
.banner .swiper-slide {
	position: relative;
	width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-image: url(../images/banner/PC/1.jpg);
}
.banner .swiper-slide a.animated {
	position: absolute;
	left: 0;
    right: 0;
    bottom: 60px;
    display: block;
    margin: 0 auto;
    padding-top: 16px;
    width: 300px;
    height: 70px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: 4px solid #fff;
	background-color: rgba(255,255,255,0);
	letter-spacing: 0.15em;
    -webkit-animation: animation 2000ms linear infinite both;
    animation: animation 2000ms linear infinite both;
}
@-webkit-keyframes animation { 
	0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	44.34% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	44.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	46% { -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.042, 0, 0, 0, 0, 1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.5% { -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.067, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50.56% { -webkit-transform: matrix3d(1.083, 0, 0, 0, 0, 1.083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.083, 0, 0, 0, 0, 1.083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.07% { -webkit-transform: matrix3d(1.071, 0, 0, 0, 0, 1.071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.071, 0, 0, 0, 0, 1.071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	57.51% { -webkit-transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.46% { -webkit-transform: matrix3d(1.015, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.015, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	71.42% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	78.37% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
@keyframes animation { 
	0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	44.34% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	44.44% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	46% { -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.042, 0, 0, 0, 0, 1.042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.5% { -webkit-transform: matrix3d(1.067, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.067, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50.56% { -webkit-transform: matrix3d(1.083, 0, 0, 0, 0, 1.083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.083, 0, 0, 0, 0, 1.083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.07% { -webkit-transform: matrix3d(1.071, 0, 0, 0, 0, 1.071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.071, 0, 0, 0, 0, 1.071, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	57.51% { -webkit-transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.46% { -webkit-transform: matrix3d(1.015, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.015, 0, 0, 0, 0, 1.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	71.42% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	78.37% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
a.serif {
	overflow: hidden;
}
a.serif:after {
	display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    margin: -160px 0 0 -160px;
    border: 160px double rgba(255,255,255,0);
    border-radius: 50%;
}
a.serif:hover:after {
	border-width: 0;
	border-color: rgba(255,255,255,1);
	transition: .5s;
}
section.index-model {
	margin: 40px 0 0 0;
	color: #000;
}
section.index-model .section-wrap {
	position: relative;
    margin: 0;
    margin-bottom: 5%;
    margin-left: 5.5556%;
    min-height: 1em;
    line-height: 1;
}
section.index-model .section-wrap .num {
	position: relative;
	top: 12px;
	font-size: 40px;
	font-family: Microsoft YaHei Ui;
	line-height: 1;
}
section.index-model .section-wrap .txt {
	font-size: 3.0556vw;
}
section.index-model .section-wrap .sub {
	display: block;
    margin-top: -1.3em;
    margin-left: 16.6667vw;
    color: #d7d7d7;
    font-weight: 600;
    font-weight: bold;
    font-size: 3.0556vw;
    font-family: "Open Sans",sans-serif;
    line-height: 1.7273;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
section.index-model .section-wrap .main {
	display: block;
    width: 100%;
    color: #000;
    font-size: 7.2222vw;
    line-height: 1.3077;
}
section.index-model .section-wrap .mark {
	position: relative;
	display: inline-block;
	padding: 0;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}
section.index-model .section-inner,
section.index-model .section-inner-left {
	position: relative;
}
section.index-model .section-inner:before,
section.index-model .section-inner-left:before {
	position: absolute;
    top: 25px;
    left: 0;
    display: block;
    margin-top: 40px;
    width: 86.1111%;
    height: calc(100% - 100px);
    background-color: #f0f1f3;
    content: "";
}
@-webkit-keyframes CoverLtoR {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(101%);
		transform: translateX(101%);
	}
}

@keyframes CoverLtoR {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(101%);
		transform: translateX(101%);
	}
}

@-webkit-keyframes CoverRtoL {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-101%);
		transform: translateX(-101%);
	}
}

@keyframes CoverRtoL {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-101%);
		transform: translateX(-101%);
	}
}
section.index-model .img-wrap {
	position: relative;
	margin: 0 auto;
	width: 70vw;
	line-height: 1;
}
section.index-model .img-wrap-left {
	position: relative;
	margin: 0 auto;
    width: 88.8889%;
}
section.index-model .info-wrap {
	position: relative;
    margin-top: 10%;
}
section.index-model .info-wrap .txt-wrap {
	padding: 40px 32px;
    width: 72.2222%;
    background-color: #fff;
}
section.index-model .section-inner-left .info-wrap .txt-wrap {
	padding: 40px 20px;
	width: 80%;
}
section.index-model .info-wrap .txt-wrap h3 {
	margin-top: 0;
}
section.index-model .info-wrap .txt-wrap p {
	margin-bottom: 0;
	font-size: 14px;
    line-height: 1.7143;
}
section.index-model .info-wrap .txt-wrap p + p {
	margin-top: 10px;
}
section.index-model .info-wrap .btn-wrap {
	margin: auto;
    margin-top: 7%;
    width: 77.7778%;
}
section.index-news {
	margin-top: 48px;
	padding: 40px 0 48px 0;
	background-color: #f0f1f3;
}
section.index-news header {
	margin-bottom: 30px;
	text-align: center;
}
section.index-news header p,
section.index-ex header p {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #0f0f0f;
}
section.index-ex header p {
	color: #fff;
}

section.index-news header h1,
section.index-ex header h1 {
	margin: 0;
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
	color: #2593c9;
}
section.index-news .tab-menu {
	position: relative;
	text-align: center;
	background-color: #fff;
}
section.index-news .tab-menu .tab-menu_list {
	position: absolute;
    display: none;
    padding: 6px 0;
    width: 100%;
    list-style: none;
    font-weight: bold;
    text-align: center;
    table-layout: fixed;
    background: #fff;
    border-collapse: collapse;
    border: 1px solid #dadada;
    z-index: 1;
}
section.index-news .tab-content dl {
	margin: 0;
}
section.index-news .tab-content dl a {
	display: block;
	padding: 10px 0 0 0;
	text-decoration: none;
	border-top: 2px solid #f0f1f3;
	background-color: #fff;
	transition: background .2s linear;
}
section.index-news .tab-content dl:first-of-type a {
	border-top: none;
}
section.index-news .tab-content dt,
section.index-news .tab-content dd {
	float: left;
	color: #363636;
	transition: all .2s linear;
}
section.index-news .tab-content a:hover dt,
section.index-news .tab-content a:hover dd {
	background: 0 0;
	color: #FFF;
}
section.index-news .tab-content a dt {
	padding: 10px 0;
	width: 25%;
	text-align: center;
	background-color: #fff;
}
section.index-news .tab-content a dd {
	padding: 0 10px 0 4px;
	width: 75%;
	font-size: 13px;
}
section.index-news .tab-content a dt span {
	display: block;
	font-size: 12px;
}
section.index-news .tab-content a dt span:not(:first-child) {
	margin-top: 4px;
	font-size: 15px;
}
section.index-news .btn-wrap {
	margin-top: 40px;
	text-align: center;
}
section.index-news .btn-wrap .btn-prm,
section.contact .btn-wrap .btn-prm {
	width: auto;
	margin: 0;
	padding: 16px 80px;
}
section.contact .btn-wrap .btn-prm {
	margin-top: 10px;
	padding: 16px 60px;
}
section.index-ex {
	padding: 40px 0 48px 0;
	background-color: #333;
}
section.index-ex header {
	margin-bottom: 32px;
    text-align: center;
}
section.index-ex header h1 {
	color: #fff;
}
section.index-ex .info-wrap {
	margin: 0 auto;
    max-width: 400px;
}
section.index-ex .info-wrap article {
	margin-bottom: 40px;
}
section.index-ex .info-wrap article a {
	display: block;
	text-decoration: none;
}
section.index-ex .info-wrap article a h4 {
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.625em;
}
section.index-ex .info-wrap article a dl,
section.exhi .archive article a dl {
	margin: 12px 0;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    justify-content: space-between;
    align-items: center;
} 
section.index-ex .info-wrap article a dl dt,
section.exhi .archive article a dl dt {
	padding: 4px 1em 2px 1em;
	border-radius: 12px;
	background-color: #fff;
	color: #333;
}
section.index-ex .info-wrap article a dl dt,
section.index-ex .info-wrap article a dl dd {
	display: inline-block;
}
section.index-ex .info-wrap article a dl dt.green,
section.exhi .archive article a dl dt.green {
	background-color: #5cb85c;
}
section.index-ex .info-wrap article a dl dt.red,
section.exhi .archive article a dl dt.red {
	background-color: #d9534f;
}
section.index-ex .info-wrap article a dl dd {
	color: #fff;
}
aside.index-contact {
	position: relative;
	height: 350px;
	overflow: hidden;
}
aside.index-contact .parallax {
	height: 350px;
	background: url(../images/index/contact.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
aside.index-contact article {
	position: absolute;
	bottom: 0;
	width: 100%;
    background: rgba(40,40,40, .5);
    color: white;
    z-index: 1;
}
aside.index-contact article .container {
	display: block;
	padding: 10px 0 10px 30px;
}
aside.index-contact article a {
	color: #fff;
}
aside.index-contact article h4 {
	margin: 0 0 3px 0;
	font-size: 28px;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
}
aside.index-contact article span {
	font-family: "Noto Sans Japanese",'游ゴシック', "Meiryo", "Osaka", sans-serif;
	font-size: 18px;
	font-weight: 500;
}
section.contact .wrap {
	margin: 0 auto;
	padding: 40px 0 48px 0;
	width: 81.25%;
	text-align: center;
}
section.contact .wrap h4 {
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: bold;
	color: #2593c9;
	line-height: 1.5;
}
section.contact .wrap p {
	margin: 0;
	font-size: 14px;
}
section.contact .wrap p strong {
	margin: 0;
	font-size: 16px;
}

.about {
	background-image: url(../images/about/about.svg);
}
.about,
.product,
.recruit,
.company,
.contacts {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product {
	background-image: url(../images/product/1.jpg);
}
.recruit {
	background-image: url(../images/recruit/Mobile/1.png);
}
.company {
	background-image: url(../images/company/Mobile/1.jpg);
}
.contacts {
	background-image: url(../images/contact/Mobile/1.jpg);
}
.pht-main.about-wrap {
	background-color: #f0f1f3;
}
.pht-main.product-wrap {
	background-color: #ececec;
}
.pht-main.wrap {
	background-color: #f0f1f3;
}
.pht-main .container .title {
	padding: 90px 0 80px 0;
}
.pht-main .title h1,
header.newsroom h1 {
	margin: 0 0 10px 0;
	font-size: 30px;
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
	color: #2593c9;
	line-height: 1;
}
.pht-main .title p,
header.newsroom p {
	margin: 0;
	white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
	color: #0f0f0f;
	line-height: 1;
}
.company .title h1,
.company .title p,
.contacts .title h1 {
	color: #fff;
	text-shadow: 1px 1px 10px #666;
}
.pht-main .container .row {
	margin-top: -70px;
	padding-bottom: 40px;
}
.product-wrap .container > .wrap {
	margin-top: -50px;
}
.product-wrap .container .nav-tabs {
	display: block;
	margin-bottom: 20px;
	border: none;
}
.product-wrap .container .nav-tabs li {
	margin: 0;
	width: 100%;
}
.product-wrap .nav-tabs > li > a {
	padding: 0;
	height: 50px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #2593c9;
	background-color: #fff;
	border-radius: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.product-wrap .nav-tabs > li > a:hover {
	border: none;
}
.product-wrap .nav-tabs > li.active > a {
	color: #fff;
	background-color: #2593c9;
	border: none;
}
.product-wrap .container .row {
	margin-top: 0;
}
.pht-main .card a {
	position: relative;
	display: block;
	margin-bottom: 16px;
	padding: 60px 0;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	border-radius: 4px;
}
.pht-main .card a:after {
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: solid 4px transparent;
    border-radius: 4px;
    content: "";
    transition-timing-function: ease;
	transition-duration: .3s;
	transition-property: border-color;
}
.pht-main .card a:hover:after {
	border-color: #2593c9;
}
.pht-main .card a p {
	font-size: 14px;
	font-weight: bold;
	font-family: "Open Sans",sans-serif;
	color: #2593c9;
}
.pht-main .card a h2 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
    color: #0f0f0f;
}

header.lower {
	padding: 52px 0;
}
header.lower nav {
	margin: 0 auto;
    width: 83%;
    border-radius: 17px;
    background-color: #333;
}
header.lower nav > a {
	display: block;
	padding: 8px 5.5556%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 1.2857;
}
header.lower nav.is-active > a:after,
.lower + .main section .wrap .tab-menu.is-active h3:after,
section.index-news .tab-menu.is-active .tab-menu_title h3:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
header.lower nav > a:after {
	background: url(../images/ico/arw-white.svg) no-repeat center;
}
.lower + .main section .wrap .tab-menu_title h3:after,
section.index-news .tab-menu .tab-menu_title h3:after {
    background: url(../images/ico/arw-primary.svg) no-repeat center;
}
header.lower nav > a:after,
.lower + .main section .wrap .tab-menu_title h3:after,
section.index-news .tab-menu .tab-menu_title h3:after {
	display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    background-size: contain;
    content: "";
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
section.index-news .tab-menu .tab-menu_title h3:after {
	height: 14px;
}
header.lower ul {
	position: relative;
	display: none;
	padding: 16px 0;
	text-align: center;
	list-style: none;
}
header.lower ul:after {
	position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 88.8889%;
    height: 2px;
    background-color: #7f7f7f;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
header.lower ul li {
	display: block;
	text-align: center;
}
header.lower ul a {
	display: block;
	padding: 4px 5.5556%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
header.lower .title {
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
}
header.lower .title p {
	font-size: 14px;
	color: #2593c9;
}
header.lower .title h1 {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
}
.lower + .main {
	padding: 40px 0;
	background-color: #f0f1f3;
}
.lower + .main section:last-child {
	margin-bottom: 0;
}
.lower + .main section {
	margin: 0 auto 2.5rem;
	padding: 16px 15px;
	width: 91.6667%;
	border-radius: 5px;
    background-color: #fff;
}
.lower + .main section.pro-item {
	margin: 0 auto;
}
.lower + .main section .wrap {
	margin: 32px 0;
}
.lower + .main section .wrap .lv2 {
	position: relative;
    margin: 0;
    padding: 20px 0 24px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.lower + .main section .wrap .lv2:before {
	position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #5bb431;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lower + .main section .section h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.philosophy .main section .wrap .title {
	font-weight: bold;
	text-align: center;
}
.philosophy .main section .wrap .title p {
	margin: 0;
}
.philosophy .main section .wrap .title h1 {
	margin: 0;
	font-size: 32px;
	font-weight: bold;
	color: #2593c9;
	line-height: 1.2941;
}
.philosophy .main section .wrap .wrap {
	text-align: center;
}
.philosophy .main section .wrap h2 {
	display: inline-block;
	margin: 0;
	padding: 16px 30px;
	font-size: 17px;
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
	border: solid 6px #f0f1f3;
    border-radius: 50px;
    line-height: 1.5;
}
.philosophy .main section .wrap .text p {
	line-height: 2;
}
.philosophy .main section .wrap .text p br {
	display: none;
}

.concept section {
	border-top: solid 2px #f0f1f3;
}
.concept section .container {
	padding: 60px 15px;
}
.concept section .text-wrap .head {
	position: relative;
	margin-bottom: 40px;
	padding-top: 11px;
}
.concept section .text-wrap .head:before {
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #2593c9;
    content: "";
}
.concept section .text-wrap .head h2 {
	margin: 0;
	font-weight: bold;
	color: #2593c9;
}
.concept section .text-wrap .head p {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #2593c9;
}
.concept section .text-wrap .head + p,
.concept section .sec .text-wrap p {
	margin: 16px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}
.concept section .sec {
	margin-top: 32px;
}

.pht-contents {
	padding: 40px 0;
	background-color: #f0f1f3;
}
.pht-contents .container {
	background-color: #fff;
}
.pht-contents .title {
	margin-bottom: 20px;
}
.pht-contents .title:after {
	width: 100%;
    content: "";
    display: block;
    height: 3px;
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(left, #00a9df, #78bd1f);
    background-image: -moz-linear-gradient(left, #00a9df, #78bd1f);
    background-image: -o-linear-gradient(left, #00a9df, #78bd1f);
    background-image: -ms-linear-gradient(left, #00a9df, #78bd1f);
    background-image: linear-gradient(to right, #00a9df, #78bd1f);
    margin-top: 14px;
}
.pht-contents .title h1 {
	margin: 0;
	padding-top: 40px;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.5;
}
.lower + .main section .wrap .table caption {
	text-align: center;
	font-weight: bold;
	color: #333;
}
.lower + .main section .wrap .table thead th {
	background-color: #f7f7f7;
	border-top: 2px solid #333;
}
.lower + .main section .wrap .table tbody td {
	border-bottom: 1px solid #ddd;
}
.lower + .main section.business .wrap .table {
	border-top: 2px solid #333;
}
.lower + .main section .wrap .tab-menu {
	position: relative;
	margin-bottom: 6.66667vw;
	text-align: center;
	background: #f7f7f7;
}
.lower + .main section .wrap .tab-menu_title {
	display: table;
    width: 100%;
    table-layout: fixed;
}
.lower + .main section .wrap .tab-menu_title h3,
section.index-news .tab-menu .tab-menu_title h3 {
	position: relative;
	display: block;
	margin: 0;
	padding: 16px 12px;
    vertical-align: middle;
    border: 1px solid #dadada;
    border-bottom: 2px solid #2593c9;
    font-size: 16px;
    font-weight: bold;
    color: #2593c9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.index-news .tab-menu .tab-menu_title h3 {
	font-size: 20px;
}
.lower + .main section .wrap ul.tab-menu_list {
	position: absolute;
	display: none;
	padding: 10px 0;
    width: 100%;
    list-style: none;
    font-weight: bold;
    text-align: center;
    table-layout: fixed;
    background: #f7f7f7;
    border-collapse: collapse;
    border: 1px solid #dadada;
}
.lower + .main section .wrap ul.tab-menu_list li,
section.index-news .tab-menu .tab-menu_list li  {
	display: table;
	padding: 0;
	width: 100%;
}
.lower + .main section .wrap ul.tab-menu_list li a,
section.index-news .tab-menu .tab-menu_list li a {
	display: block;
	padding: 6px 0;
	color: #363636;
	text-decoration: none;
}
.pht-contents .text-wrap p {
	margin: 0;
	font-size: 1.4rem;
    line-height: 1.6;
}
.pht-contents .text-wrap h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #00a9df;
	line-height: 1.5;
}
section.detail {
	margin-top: 40px;
}
section.detail:before {
	content: "";
    display: block;
    height: 3px;
    background-color: #b8a882;
    background-image: -webkit-linear-gradient(left, #00a9df, #78bd1f);
    background-image: -moz-linear-gradient(left, #00a9df, #78bd1f);
    background-image: -o-linear-gradient(left, #00a9df, #78bd1f);
    background-image: -ms-linear-gradient(left, #00a9df, #78bd1f);
    background-image: linear-gradient(to right, #00a9df, #78bd1f);
}
section.detail .item {
	padding: 10px 0 0 0;
}
section.detail .item .list-wrap {
	position: relative;
    overflow: hidden;
    height: 115px;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    transition: height .2s;
}
section.detail .item.is-open .list-wrap {
	height: auto;
}
section.detail .item .list-wrap:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.57) 51%, #fdfdfd 90%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(246, 246, 246, 0.57)), color-stop(90%, #fdfdfd), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.57) 51%, #fdfdfd 90%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.57) 51%, #fdfdfd 90%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.57) 51%, #fdfdfd 90%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.57) 51%, #fdfdfd 90%, white 100%);
}
section.detail .item.is-open .list-wrap:after {
	display: none;
}
section.detail .item h2 {
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #2593c9;
	line-height: 1.4;
}
section.detail .item > .wrap {
	margin: 0 auto;
}
section.detail .item > .wrap img {
	display: block;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	width: 80%;
}
section.detail .item .list {
	padding: 0 0 20px 0;
}
section.detail .item .row h3 {
	margin: 0;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.4;
}
section.detail .item .list span,
section.detail .item .list strong {
	display: block;
	font-size: 14px;
}
section.detail .item .list strong {
	padding-top: 14px;
}
section.detail .item .list + .list {
	border-top: 1px solid #8f8f8f;
}
section.detail .item .detail-wrap .wrap + .wrap {
	border-top: 1px solid #8f8f8f;
}
section.detail .item .list .wrap p {
	margin-bottom: 6px;
}
section.detail .item .list .wrap p:first-of-type,
section.detail .item .list ul,
section.detail .item .list dl,
section.detail .item .list video {
	padding-top: 14px;
}
section.detail .item .list dl {
	margin-bottom: 0;
}
section.detail .item .list dl dt {
	margin: 10px 0 0 0; 
	font-size: 15px;
}
section.detail .item .list dl dt:first-of-type {
	margin-top: 0;
}
section.detail .item .list ul {
	margin-left: 20px;
}
section.detail .item .btn-toggle {
	display: block;
	padding: 20px;
	font-size: 1.6rem;
	text-align: center;
}
section.detail .item .btn-toggle:before {
	content: attr(data-label-open);
}
section.detail .item.is-open .btn-toggle:before {
	content: attr(data-label-close);
}
section.detail .table-scroll {
	margin-bottom: 20px;
	padding-bottom: 20px;
    overflow: auto;
}
section.detail .table-scroll::-webkit-scrollbar {
	height: 20px;
}
section.detail .table-scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
section.detail .table-scroll::-webkit-scrollbar-thumb {
	background: url(../images/product/ico/icon-arrow-white-large.png) right 7px top 5px no-repeat, url(../images/product/ico/icon-arrow-white-large-rev.png) left 7px top 5px no-repeat;
	background-color: #78be20;
	background-size: 7px auto;
	border-radius: 10px;
}
section.detail .table-scroll table {
	min-width: 750px;
	table-layout: fixed;
	border-collapse: collapse;
}
section.detail .table-scroll table img {
    max-width: 150px;
}
section.detail .table-scroll table .border-none th,
section.detail .table-scroll table .border-none td {
	background: none;
	border: none;
}
section.detail .table-scroll table thead th {
	background: #32aae8;
    color: #fff;
}
section.detail .table-scroll table th {
	background: #f0f0f0;
    border: 1px solid #d2d2d2;
}
section.detail .table-scroll table td {
	border: 1px solid #d2d2d2;
}
section.detail .table-scroll table th,
section.detail .table-scroll table td {
	padding: 10px;
	text-align: center;
}
section.detail .item .list h4 {
	margin: 20px 0 -10px 0;
	font-size: 16px;
	font-weight: bold;
}
section.detail .item .list + h3 {
	position: relative;
	font-size: 1.8rem;
}
section.detail .item .list + h3:after {
	content: "";
    display: block;
    height: 3px;
    background-color: #f0f0f0;
    margin-top: 10px;
}
section.detail .item .list + h3:before {
	content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #00a9df;
    position: absolute;
    left: 0;
    bottom: 0;
}
section.detail .item .table-scroll td p {
	margin: 0 0 0 30px;
	text-align: left;
} 

.strength-wrap {
	background-color: #f0f1f3;
}
header.strength {
	padding: 40px 0;
	text-align: center;
}
header.strength .contents dl {
	margin-bottom: 0;
}
header.strength .contents dt {
	padding: 0 0 10px 0;
	font-size: 22px;
}
header.strength .contents dd.text {
	padding: 0 20px;
	font-weight: 600;
	line-height: 1.625;
}
header.strength .contents dd.cont {
	padding: 16px 12px 0 12px;
}
header.strength .contents dd.cont ol li {
	position: relative;
	display: inline-block;
	width: 100%;
    height: 38px;
	background: #f1f4f7;
    vertical-align: top;
}
header.strength .contents dd.cont ol li:not(:first-child) {
	margin-top: 2px;
}
header.strength .contents dd.cont ol li:before,
header.strength .contents dd.cont ol li:after {
	display: none;
}
header.strength .contents dd.cont ol li a,
header.strength .contents dd.cont ol li span {
	font-weight: bold;
	color: #333;
}
header.strength .contents dd.cont ol li a {
	position: relative;
	text-decoration: none;
	line-height: 1;
	transition: all 0.2s ease-out;
}
header.strength .contents dd.cont ol li a br,
header.strength .contents dd.cont ol li span br {
	display: none;
}
header.strength .contents dd.cont ol li a:after {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: 16px;
    bottom: 16px;
    border-style: solid;
    border-width: 4px 5px 0 5px;
    border-color: #2593c9 transparent transparent transparent;
    transition: all 0.2s ease-out;
}
header.strength .contents dd.cont ol li a:hover:after {
	bottom: 4px;
}
header.strength .contents dd.cont ol li i {
	position: absolute;
    top: 7px;
    left: 10px;
    display: block;
    padding: 5px 6px 3px 6px;
    background: #2593c9;
    color: #fff;
    font-size: 18px;
    font-family: Bahnschrift;
    font-style: normal;
    line-height: 1;
}
header.strength .contents dd.cont ol li a,
header.strength .contents dd.cont ol li span {
	display: flex;
    height: 100%;
    font-size: 16px;
    text-align: center;
    align-items: center;
    padding: 0 27px 0 52px;
    font-feature-settings: "palt";
}
.main-contents {
	padding: 40px 0;
	background-color: #f0f1f3;
}
.main-contents section {
	margin: 0 10px;
	padding: 16px 10px;
	background-color: #fff;
    border-radius: 5px;
}
.main-contents section h2 {
	position: relative;
	padding: 24px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.main-contents section h2:before {
	position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #2593c9;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main-contents section ul {
	margin: 16px 0;
	list-style-type: none;
}
.main-contents section ul li {
	position: relative;
	padding: 50px 10px 35px 10px;
	border: 6px solid #f0f1f3;
}
.main-contents section li .steps {
	position: absolute;
    top: -21px;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    padding: 8px 0 8px;
    width: 110px;
    font-weight: bold;
    font-weight: 600;
    font-size: 18px;
    font-family: "Open Sans",sans-serif;
    text-align: center;
    background-color: #fff;
    color: #2593c9;
    line-height: 1;
    border: 3px solid #2593c9;
    border-radius: 30px;
}
.main-contents section li h3 {
	margin-top: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.main-contents section li strong {
	display: block;
	font-size: 18px;
	text-align: center;
	color: #2593c9;
}
.main-contents section li p {
	margin: 30px 0 0 0;
	font-size: 16px;
	line-height: 2;
}

.youkou .main section .wrap figure {
	padding: 30px 10px;
	background-color: #f7f7f7;
}
.main section .wrap > .item-title {
	position: relative;
    margin: 0 0 24px;
    padding: 0 0 11px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.story .main section .wrap > .item-title small {
	display: block;
}
.main section .wrap > .item-title:before {
	width: 100%;
    background-color: #d7d7d7;
}
.main section .wrap > .item-title:after {
	width: 40px;
    background-color: #2593c9;
}
.main section .wrap > .item-title:before,
.main section .wrap > .item-title:after {
	position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 2px;
    content: "";
}
.youkou .main section .wrap dl dt {
	font-size: 16px;
	line-height: 2;
}
.youkou .main section .wrap dl dd {
	line-height: 2;
}
.youkou .main section .wrap figure {
	margin-bottom: 20px;
}
.youkou .main section .wrap figure ul {
	list-style-type: none;
}
.youkou .main section .wrap figure li {
	position: relative;
	margin-bottom: 10px;
	padding: 40px 20px;
	background-color: #fff;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-shadow:0px 5px 5px -3px #dedede;
	-webkit-box-shadow:0px 5px 5px -3px #dedede;
	box-shadow:0px 5px 5px -3px #dedede;
}
.youkou .main section .wrap figure li i:before {
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	margin-left: -18px;
	padding: 10px;
	border: solid #333;
	border-width: 0 6px 6px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: "";
	z-index: 1;
}
.youkou .main section .wrap figure li:last-child i:before {
	display: none;
}
.youkou .main section .wrap figure li .txt {
	margin-left: 20px;
}
.youkou .main section .wrap figure li img {
	width: auto;
	height: 50px;
}
.youkou .main section .wrap figure li h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.youkou .main section .wrap figure li span {
	font-weight: bold;
	color: #2593c9;
}

.info .main section .wrap table,
.info .main section .wrap table tbody,
.access .main section .wrap table,
.access .main section .wrap table tbody {
	display: block;
}
.info .main section .wrap table tr,
.access .main section .wrap table tr {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    border-bottom: solid 2px #d7d7d7;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info .main section .wrap table tr:first-of-type th,
.info .main section .wrap table tr:first-of-type td {
	padding-top: 0;
}
.info .main section .wrap table tr th,
.info .main section .wrap table tr td,
.access .main section .wrap table tr th,
.access .main section .wrap table tr td {
	display: block;
	width: 100%;
	line-height: 1.5714;
}
.info .main section .wrap table tr th,
.access .main section .wrap table tr th {
	padding: 24px 0 0 0;
}
.info .main section .wrap table tr td,
.access .main section .wrap table tr td {
	padding: 8px 0 24px 0;
}
.access .main section .wrap table tr p {
	margin: 0;
}
.main section .wrap table dl {
	margin-bottom: 0;
}
.main section .wrap table dl.dlst-flex {
	margin-bottom: 0;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main section .wrap table dt,
.main section .wrap table dd,
.main section .wrap table td ul li {
	padding: 4px 0;
}
.main section .wrap table dl.dlst-flex dt,
.main section .wrap table dl.dlst-flex dd {
	width: 100%;
}
.main section .wrap table td ul {
	list-style-type: none;
}

.main section .wrap > dl.box {
	position: relative;
}
.main section .wrap > dl.box:last-child {
	margin-bottom: 0;
}
.main section .wrap > dl.box > dt {
    text-align: left;
    padding: 10px;
    background: rgba(0, 0, 0, 0.15);
    letter-spacing: .04em;
    line-height: 1.2;
}
.main section .wrap > dl.box > dd {
	padding: 10px;
}
.main section .wrap > dl.box dd > dl.dlst-flex {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main section .wrap > dl.box dd > dl.dlst-flex dd {
    width: 60%;
}
.main section .wrap > dl.box dd > dl {
	margin-bottom: 0;
}
.main section .wrap > dl.box dd > dl dt:not(:first-child) {
    margin-top: 10px;
}
.main section .wrap > dl.box dd > dl.dlst-flex dt {
    margin-top: 0;
    width: 40%;
    text-align: left;
}

.section-hero {
	position: relative;
	min-height: auto;
}
.section-content {
	margin: 0 auto;
	width: auto;
}
.section-hero .image-hero-container {
	position: static;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#fafafa));
    background: -webkit-linear-gradient(top, #eaeaea 0%, #fafafa 100%);
    background: linear-gradient(to bottom, #eaeaea 0%, #fafafa 100%);
}
.section-hero .image-hero-container .image-hero {
	position: static;
    width: auto;
    height: 220px;
	margin: 0 auto;
    background-image: url(../images/company/1.png);
    background-size: 292px 220px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transform: none;
    transform: none;
}
.section-hero .headlines {
	position: relative;
	margin: 0 auto;
	width: 87.5%;
}
.section-hero .headlines h1 small {
	margin-left: 10px;
}
.section-hero .headlines h1,
.section-hero .headlines h2 {
	margin: 0;
}
.section-hero .headlines h1 {
	margin-bottom: 10px;
	font-size: 28px;
	font-family: "Noto Sans Japanese";
}
.section-hero .headlines h2 {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 300;
}
.section-bio {
	padding-bottom: 50px;
}
.section-content {
	margin: 0 auto;
	width: 87.5%;
}
.section-bio .col-md-6 {
	padding: 0;
}

.team .lower + .main section h1 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.team .lower + .main section h1 small {
	margin-top: 4px;
	display: block;
}
.team .lower + .main section h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
}
.team .lower + .main section dl {
	margin-bottom: 10px;
}
.team .lower + .main section ul {
	margin: 0 0 10px 20px;
}
.team .lower + .main section dl dt {
	margin-bottom: 4px;
}

.story .main section .wrap > h2 {
	margin: 0 0 20px;
	font-size: 20px;
}
.story .main section .wrap .table {
	margin-top: 10px;
}
.story .main section .wrap .table th,
.story .main section .wrap .table td {
	display: block;
}
.story .main section .wrap .table th {
	text-align: center;
}
.story .main section .wrap .table td p {
	display: inline-block;
	margin: 0;
}
.story .main section .wrap .table td p:last-child {
	margin: 0 0 0 4px;
}

.wrap-map iframe {
	min-height: 400px;
}
.access table + .section .map-item {
	-ms-flex-pack: justify;
    -ms-flex-align: center;
    justify-content: space-between;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.access table + .section .map a,
section.detail .item .row a {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    width: 160px;
    text-decoration: none;
    border: none;
    border: solid 2px #2593c9;
    border-radius: 30px;
    background-color: #2593c9;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.7143;
    cursor: pointer;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: background-color,color;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    justify-content: center;
    align-items: center;
}
section.detail .item .row a {
	padding: 4px 0;
}
.access table + .section .map a:hover,
section.detail .item .row a:hover {
	background-color: #fff;
    color: #2593c9;
}
.access table + .section .map a .glyphicon {
	margin-right: 4px;
}

.contact section .wrap > p,
.partner section .wrap > h3 + p {
	margin-bottom: 0;
	font-weight: bold;
	line-height: 1.5;
}
.partner section .wrap > h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
section .wrap .table-bordered {
	width: 100%;
    margin-top: 30px;
    letter-spacing: 2.0px;
}
section .wrap .table-bordered th {
    vertical-align: middle;
    background: #f1f1f1;
}
section .wrap .table-bordered th,
section .wrap .table-bordered td {
	display: block;
	padding: 10px 0px;
	width: 100%;
}
section .wrap .table-bordered th p,
section .wrap .table-bordered td p {
	margin-bottom: 0;
	padding: 0 15px;
}
section .wrap .table-bordered td p:nth-child(2) {
	padding: 4px 15px;
}
section .wrap .table-bordered td select {
	padding: 6px 6px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 13px;
    line-height: 1.8;
    text-indent: 1px;
    border: #e2e2e2 solid 1px;
    box-sizing: border-box;
    background: #f8f8f8;
}
section .wrap .table-bordered th p span {
	margin-left: 10px;
    font-size: 12px;
}
section .wrap .table-bordered th p i {
	display: inline-block;
	float: right;
	padding: 2px 10px;
    color: #ffffff;
    font-size: 9px;
    font-style: normal;
    background: #2593c9;
}
section .wrap .table-bordered td textarea {
	height: 100px;
}
section .wrap .submit {
	padding: 20px 0 0 0;
}
section .wrap .submit input[type="reset"],
section .wrap .submit input[type="submit"] {
	display: inline-block;
	margin: 0px 10px;
	padding: 10px;
	color: #fff;
	font-family: 'Noto Sans Japanese';
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.8;
	letter-spacing: 2px;
	cursor: pointer;
	border: 0;
	background-size: auto 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
section .wrap .submit input[type="reset"] {
	background-color: #333;
}
section .wrap .submit input[type="submit"] {
	background-color: #2593c9;
}
section .wrap .submit input[type="reset"]:hover {
	background-color: #656464;
	background-size: auto 10px;
}
section .wrap .submit input[type="submit"]:hover {
	background-color: #656464;
	background-size: auto 10px;
}

header.newsroom .container {
	padding: 60px 15px;
}
header.newsroom + .main-contents {
	padding: 40px 15px;
}
.main-contents .news-header {
	margin-top: -80px;
	padding: 15px 15px 24px 15px;
	border-radius: 6px;
	border: 2px solid #2593c9;
	background-color: #fff;
}
.main-contents .news-header .wrap h3 {
	position: relative;
	margin: 0 0 8px 0;
	color: #2593c9;
	font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    line-height: 1.875;
}
.main-contents .news-header .wrap h3:after {
	display: inline-block;
	width: 16px;
    content: ":";
    text-align: center;
}
.main-contents .news-header .wrap dl {
	margin: 0;
	display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-contents .news-header .wrap dl dt a,
.main-contents .news-header .wrap dl dd a {
	display: block;
	padding: 4px 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0f0f0f;
	line-height: 1.6667;
	border: solid 2px transparent;
	border-radius: 15px;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: color;
}
.main-contents .news-header .wrap dl dt a:hover,
.main-contents .news-header .wrap dl dd a:hover {
	color: #2593c9;
}
.main-contents .news-header .wrap dl .active a,
.main-contents .news-header .wrap dl .active a {
	border-color: #2593c9;
    color: #2593c9;
}
.main-contents .news-header .wrap dl dd {
	-ms-flex: 1;
    flex: 1 1;
}
.main-contents .news-header .wrap dl ul {
	list-style: none;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-contents section.news_box {
	margin: 20px 0 0 0;
	background-color: transparent;
}
.main-contents section.news_box dl {
	margin-bottom: 0;
	padding: 14px 0;
	border-bottom: solid 1px rgba(30, 44, 71, 0.2);
}
.main-contents section.news_box dl:first-of-type {
	padding-top: 0;
}
.main-contents section.news_box dl a {
	text-decoration: none;
	transition: background .2s linear;
}
.main-contents section.news_box dl a:hover {
	background-color: #2593c9;
}
.main-contents section.news_box dl dt {
	margin-bottom: 10px;
	color: #2593c9;
}
.main-contents section.news_box dl a:hover dt,
.main-contents section.news_box dl a:hover dd {
	color: #fff;
}
.main-contents section.news_box dl dd {
	color: #333;
}

.main-contents section.exhi {
	margin: 40px 0 0 0;
	padding: 0;
	background-color: transparent;
}
section.exhi .archive article a {
	display: block;
	color: #0f0f0f;
	text-decoration: none;
}
section.exhi .archive article a h4 {
	font-size: 14px;
	line-height: 1.625em;
}
section.exhi .archive article:nth-child(1) {
	margin-top: 0;
}
section.exhi .archive article {
	margin-top: 40px;
}

.contents .section-wrap {
	max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    font-family: 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contents .section-wrap .news-title {
	max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0;
}
.contents .section-wrap .news-title p {
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #555555;
}
.contents .section-wrap .news-title h1 {
	max-width: 1024px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
	line-height: 1.35;
    text-align: center;
}
.contents .section-wrap .news-title ul {
	padding: 14px 0 16px;
	text-align: center;
	list-style: none;
}
.contents .section-wrap .news-title ul li,
.contents .section-wrap .news-title ul li a {
	display: inline-block;
}
.contents .section-wrap .news-title ul li a {
	position: relative;
	margin: 0 4px;
	text-decoration: none;
}
.contents .section-wrap .news-title ul li a .icon {
	font-size: 21px;
	color: #666666;
}
.contents .section-wrap .news-title ul li a:hover .icon {
	color: #333333;
}
.wechat-qrcode {
	display: none;
}
.mob-wechat {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 170px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	background: #fff;
	transform: translate(-50% , -50%);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding: 15px 15px 10px 15px;
	text-align: center;
}
.mob-wechat .icon-correct {
	font-size: 42px;
    color: #cb0007;
}
.mob-wechat h3 {
	margin: 6px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
    line-height: 1.5em;
}
.mob-wechat p {
	margin: 0;
	color: #999;
}
.mob-wechat .colse-btn {
	margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.mob-wechat .colse-btn .share-close {
    font-size: 14px;
    color: #1f8dd6;
    background: transparent;
    border: 0;
}
.contents .section-wrap .news-cont {
	max-width: 1200px;
	margin: 0 auto;
    padding: 15px 15px 45px 15px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    word-break: break-all;
}
.contents .section-wrap .news-cont .wrap > p {
	margin: 30px 0;
    font-family: Meiryo;
    font-weight: 400;
}
.guideline_lists {
	display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}
.guideline_lists dt,
.guideline_lists dd {
	width: 95%;
}
.guideline_lists dt {
	padding: 20px;
	background-color: #DADADA;
	margin: 0 0 10px 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guideline_lists dd {
	padding: 20px;
    background-color: #F3F3F3;
    margin: 0 0 10px 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.guideline_lists dd p {
	margin: 0;
}
.guideline_lists dd ul {
	margin-left: 20px;
}
.guideline_lists dd img {
	width: auto;
}

.pht-breadcrumb {
	position: relative;
    z-index: 1;
    background-color: #d7d7d7;
}
.pht-breadcrumb ul {
	margin: 0 auto;
    padding: .75rem 5.5556%;
}
.pht-breadcrumb ul li {
	display: inline-block;
	line-height: 1.5;
}
.pht-breadcrumb ul li a {
	font-weight: bold;
	color: #0f0f0f;
    text-decoration: none;
}
.pht-breadcrumb ul li a:hover {
	color: #2593c9;
}
.pht-breadcrumb ul li a:after {
	display: inline-block;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    background: url(../images/ico/arw-primary.svg) no-repeat center;
    background-size: contain;
    content: "";
}
.pht-breadcrumb ul li.active {
	font-weight: bold;
	color: #777;
}
.pht-breadcrumb .pagetop {
	height: 48px;
}
.pht-breadcrumb .pagetop > a {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: solid 4px #2593c9;
    background-color: #2593c9;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: background-color,color;
}
.pht-breadcrumb .pagetop > a:hover {
	background-color: #fff;
}
.pht-breadcrumb .pagetop > a span {
	position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: #fff;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: fill;
    -webkit-transform: translate(-50%, -50%) ;
    transform: translate(-50%, -50%) ;
}
.pht-breadcrumb .pagetop > a:hover span {
	color: #2593c9;
}

.pager-wrap {
	margin-top: 32px;
}
.pager-wrap ul {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.pager-wrap ul li {
	width: 32px;
    height: 32px;
    font-size: 13px;
}
.pager-wrap ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #0f0f0f;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
    line-height: 2.39;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: color;
}
.pager-wrap ul li a:hover {
	color: #2593c9;
}
.pager-wrap ul li.prev a:after,
.pager-wrap ul li.next a:after {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 4px 4px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pager-wrap ul li.prev a:after {
	-ms-transform: translate(-50%, -50%) rotate(225deg);
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}
.pager-wrap ul li.next a:after {
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.pager-wrap ul li.active a {
	border-radius: 100%;
    background-color: #fff;
}
.pager-wrap ul li.active a:after {
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: solid 4px #2593c9;
    border-radius: 100%;
    content: "";
}

@-webkit-keyframes snsLstI {
	0% {
		transition: all 0s linear;

		stroke-dasharray: 130 130;
	}
	50% {
		transition: all .3s linear;

		stroke-dasharray: 0 130;
	}
	100% {
		transition: all .3s linear;

		stroke-dasharray: 0 130;
	}
}

@keyframes snsLstI {
	0% {
		transition: all 0s linear;

		stroke-dasharray: 130 130;
	}
	50% {
		transition: all .3s linear;

		stroke-dasharray: 0 130;
	}
	100% {
		transition: all .3s linear;

		stroke-dasharray: 0 130;
	}
}
footer {
	position: relative;
    z-index: 1;
    padding: 0 0 4.5rem;
    background-color: #333;
    text-align: center;
}
footer > ul {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    margin: 0 auto;
    padding: 30px 13px;
    max-width: 400px;
	list-style: none;
    justify-content: space-around;
}
footer a {
	transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: color;
}
footer ul a {
	position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
}
footer ul a:hover,
footer ul a:focus {
	color: #2593c9;
	text-decoration: none;
}
footer ul a span.i {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
}
footer ul a:hover span.i .icon-youtube,
footer ul a:focus span.i .icon-youtube {
	color: #ff0000;
}
footer ul a:hover span.i .icon-Facebook,
footer ul a:focus span.i .icon-Facebook {
	color: #305097;
}
footer ul a:hover span.i .icon-twitter,
footer ul a:focus span.i .icon-twitter {
	color: #00aced;
}
footer ul a:hover span.i .icon-instagram,
footer ul a:focus span.i .icon-instagram {
	color: #d93175;
}
footer ul a:hover span.i .icon-toutiao,
footer ul a:focus span.i .icon-toutiao,
footer ul a:hover span.i .icon-weibo,
footer ul a:focus span.i .icon-weibo {
	color: #ff0000;
}
footer ul a:hover span.i .icon-wechat,
footer ul a:focus span.i .icon-wechat {
	color: #03bb0d;
}
footer ul a:hover span.i .icon-linkedin,
footer ul a:focus span.i .icon-linkedin {
	color: #0e66b7;
}
footer ul a:hover span.i .icon-youku,
footer ul a:focus span.i .icon-youku {
	color: #ff3268;
}
footer ul a .circle {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
footer ul a .circle circle {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	fill: transparent;
	stroke: #fff;
	stroke-width: 2;
	stroke-dasharray: 126 126;
}
footer ul a:hover .circle circle {
	-webkit-animation-name: snsLstI;
	animation-name: snsLstI;
}
footer ul a span.lbl {
	display: block;
    margin-top: .5rem;
    letter-spacing: .05em;
    font-size: 12px;
    font-weight: bold;
}
footer ul a span.icon {
	position: absolute;
	top: 50%;
    left: 50%;
    font-size: 14px;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: fill;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
footer .wrap {
	padding: 48px 0 0 0;
	border-top: solid 1px rgba(255, 255, 255, .1);
}
footer .wrap .logo {
	margin: 0 auto;
	width: 110px;
}
footer .wrap .copyright {
	margin-top: 10px;
    font-size: .75rem;
    font-family: "Open Sans",sans-serif;
    opacity: .3;
	color: #fff;
}
footer .wrap ul {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin: 24px 0 0;
    list-style: none;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer .wrap ul a {
	padding: 0 16px;
	font-weight: bold;
}
.bg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: .4;
	z-index: 2;
}
@media (min-width: 1280px) {
	nav.navbar-default .navbar-collapse .nav > li > a {
		padding: 11px 20px 19px;
	}
	section.index-model .section-inner:before {
		top: 0;
	    left: 140px;
	    width: calc(50vw + 491px);
	    height: 100%;
	}
	section.index-model .section-inner-left:before {
		top: 0;
		left: auto;
	    right: 140px;
	    width: calc(50vw + 500px);
	    height: calc(100% + 4px);
	}
	section.index-model .section-wrap .num {
		font-size: 110px;
	}
	section.index-model .section-wrap .sub {
		margin-bottom: .5rem;
	    font-size: 14px;
	    line-height: 1;
	}
	section.index-model .section-wrap .main {
		font-size: 42px;
    	line-height: 1.1905;
	}
	section.index-model .section-inner {
		position: relative;
	}
}
@media (min-width: 1024px) {
	nav.navbar-default {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-pack: justify;
	    -ms-flex-align: center;
	    padding: 0 2.3438%;
	    background-color: #fff;
	    justify-content: space-between;
	    align-items: center;
	}
	nav.navbar-default .navbar-header {
	    padding: 0;
	    max-width: 220px;
	    width: 18.0328%;
	}	
	nav.navbar-default .navbar-header .navbar-brand {
		height: 65px;
	}
	nav.navbar-default .navbar-brand img {
		height: 65px;
	}
	nav.navbar-default .navbar-collapse .nav-sub {
		display: -ms-flexbox;
	    display: flex;
	    margin: 0;
	    padding: .5rem 0 0;
	    -ms-flex-pack: end;
	    -ms-flex-align: center;
	    align-items: center;
	    justify-content: flex-end;
		list-style-type: none;
	}
	nav.navbar-default .navbar-collapse {
		position: static;
	    top: auto;
	    left: auto;
	    display: block;
	    margin: 0;
	    padding: 0;
	    width: auto;
	    height: auto;
	}
	nav.navbar-default .navbar-collapse .scroll {
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-direction: column-reverse;
	    flex-direction: column-reverse;
	    background-color: transparent;
	}
	nav.navbar-default .navbar-collapse .nav li > a {
		background: none;
	}
	nav.navbar-default .navbar-collapse .navbar-nav li {
		border: none;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child {
		position: absolute;
	    left: 0;
	    display: none;
	    margin-top: -3px;
	    padding: 40px 9.375%;
	    width: 100%;
	    background-color: #f0f1f3;
	    transition-timing-function: ease;
	    transition-duration: .3s;
	    transition-property: -webkit-transform;
	    transition-property: transform;
	    transition-property: transform,-webkit-transform;
	    -webkit-transform-origin: top left;
	    transform-origin: top left;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title {
		margin: 0 auto;
		margin-bottom: 32px;
	    max-width: 1140px;
	    transition-timing-function: cubic-bezier(.5, 0, .2, 1);
	    transition-duration: .3s;
	    transition-property: opacity;
	    opacity: 0;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title:not(:first-child) {
		margin-top: 32px;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child.is-active .title,
	nav.navbar-default .navbar-collapse .navbar-nav .child.is-active ul {
		opacity: 1;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title a {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: end;
		padding: 16px;
		text-decoration: none;
		border-bottom: solid 2px #d7d7d7;
		align-items: flex-end;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title a:after {
		top: 26px;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title a:after,
	nav.navbar-default .navbar-collapse .navbar-nav .child ul li a:after {
		position: absolute;
	    left: 0;
	    display: inline-block;
	    font-size: 12px;
	    font-family: 'Glyphicons Halflings';
	    font-style: normal;
	    font-weight: 400;
	    line-height: 1;
	    color: #2593c9;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    content: "\e258";
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title a p:first-of-type {
		display: block;
	    color: #2593c9;
	    font-weight: 600;
	    font-size: 26px;
	    font-family: "Open Sans",sans-serif;
	    line-height: 1.2308;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child .title a p:last-child {
		margin-left: 16px;
	    font-weight: bold;
	    font-size: 16px;
	    line-height: 1.75;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child ul {
		display: -ms-flexbox;
	    display: flex;
	    margin: 0 auto;
	    padding: 0 2.8846%;
	    list-style-type: none;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    max-width: 1140px;
	    transition-timing-function: cubic-bezier(.5, 0, .2, 1);
	    transition-duration: .3s;
	    transition-property: opacity;
	    opacity: 0;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child ul li {
		margin-right: 3.0612%;
		width: 20%;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5714;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child ul li a {
		position: relative;
	    display: inline-block;
	    padding: 4px 0 4px 16px;
	    text-decoration: none;
	}
	nav.navbar-default .navbar-collapse .navbar-nav .child ul li a:after {
		top: 8px;
	}
	.language .show-dropdown {
	    margin-left: 20px;
	}
	section.index-model {
		margin: 80px 0 120px 0;
		color: #000;
	}
	section.index-model .img-wrap {
	    margin-right: auto;
	    width: 47.1875%;
	    -ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	}
	section.index-model .img-wrap.sty3 {
		margin-left: 7%;
		max-width: none;
	}
	section.index-model .img-wrap-left {
		margin-right: 6.25%;
    	width: 50%;
	}
	section.index-model .info-wrap {
		margin-top: 100px;
	    margin-right: 6.25%;
	    margin-left: auto;
	    width: 31.25%;
	    -ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	}
	section.index-model .section-inner {
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-pack: end;
	    -ms-flex-align: start;
	    overflow: visible;
	    margin: 0 auto;
	    padding-bottom: 40px;
	    max-width: 1280px;
	    justify-content: flex-end;
	    -ms-flex-line-pack: start;
	    align-content: flex-start;
	    align-items: flex-start;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	}
	section.index-model .section-inner-left {
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-direction: row-reverse;
	    flex-direction: row-reverse;
	    -ms-flex-pack: justify;
	    -ms-flex-align: start;
	    overflow: visible;
	    margin: 0 auto;
	    padding-bottom: 30px;
	    max-width: 1280px;
	    -ms-flex-line-pack: start;
	    align-content: flex-start;
	    align-items: flex-start;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	section.index-model .info-wrap .btn-wrap {
		margin-top: 0;
	    margin-right: 0;
	    margin-left: auto;
	    padding-bottom: 15%;
	    width: 100%;
	    background-color: #fff;
	}
	section.index-model .info-wrap .txt-wrap p {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	nav.navbar-default .navbar-collapse .scroll {
		overflow: visible;
	}
	nav.navbar-default .navbar-collapse .nav a {
		border: none;
	}
	nav.navbar-default .navbar-collapse .nav p {
		margin-bottom: 0;
		text-align: center;
	}
	section.index-model .section-wrap {
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-direction: row-reverse;
	    flex-direction: row-reverse;
	    -ms-flex-pack: end;
	    -ms-flex-align: end;
	    margin: 0 auto;
	    margin-bottom: 48px;
	    max-width: 1280px;
	    text-align: right;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -ms-flex-line-pack: end;
	    align-content: flex-end;
	    align-items: flex-end;
	    justify-content: flex-end;
	}
	section.index-model .section-wrap.-left {
		-ms-flex-direction: row;
    	flex-direction: row;
	}
	section.index-model .section-wrap .mark:before {
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 102%;
	    height: 100%;
		padding: 0;
		background-color: #fff;
		content: "";
		z-index: 2;
		-webkit-animation-duration: .8s;
		animation-duration: .8s;
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease;

		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}
	section.index-model .section-wrap.-anim .mark:before {
		-webkit-animation-name: CoverLtoR;
		animation-name: CoverLtoR;
	}
	section.index-model .section-wrap .num,
	section.index-model .section-wrap .txt,
	section.index-model .section-wrap .sub,
	section.index-model .section-wrap .main {
		position: relative;
	}
	section.index-model .section-wrap .num {
		margin-right: 5%;
    	margin-left: 1rem;
	}
	section.index-model .section-wrap.-left .num {
		margin-right: 1rem;
    	margin-left: 3%;
	}
	section.index-model .section-wrap .txt {
		text-align: right;
	    line-height: 1;
	    -ms-flex: 1 0 auto;
	    flex: 1 0 auto;
	}
	section.index-model .section-wrap.-left .txt {
		text-align: left;
	}
	section.index-model .section-wrap .sub {
		text-align: right;
	    line-height: 1;
	    -ms-flex: 1 0 auto;
	    flex: 1 0 auto;
	}
	section.index-model .section-wrap.-left .sub {
		margin-left: 0;
		text-align: left;
	}
	section.index-model .section-wrap .main .mark strong {
		position: relative;
    	z-index: 1;
	}
	section.index-model .img-wrap,
	section.index-model .img-wrap-left {
		opacity: 0;
		transition: opacity .3s ease;
	}
	section.index-model .-anim .img-wrap,
	section.index-model .-anim .img-wrap-left {
		opacity: 1;
		transition-duration: 1.2s;
	}
	section.index-model .section-inner .info-wrap .txt-wrap,
	section.index-model .section-inner-left .info-wrap .txt-wrap {
		padding-top: calc(32 / 400 * 100%);
	    padding-right: calc(40 / 400 * 100%);
	    padding-bottom: calc(24 / 400 * 100%);
	    padding-left: calc(40 / 400 * 100%);
	    width: 100%;
	}
	section.index-model .info-wrap .btn-wrap {
		margin-top: 0;
	    padding: 0 32px 32px;
	    padding-top: 0;
	    width: 100%;
	    background-color: #fff;
	}
	section.index-model .info-wrap a.btn-prm {
		margin: 8px 0;
    	padding: 20px 5rem;
	}
	section.index-news {
    	padding: 72px 0 56px 0;
	}
	section.index-news header {
		margin-bottom: 60px;
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-direction: row-reverse;
	    flex-direction: row-reverse;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	}
	section.index-news header h1,
	section.index-ex header h1 {
		font-size: 74px;
    	line-height: 0.946;
	}
	section.index-news header p,
	section.index-ex header p {
    	margin: 42px 0 0 18px;
		font-size: 18px;
	}
	section.index-news .tab-menu {
		margin-bottom: 0;
	}
	section.index-news .tab-menu .tab-menu_list {
		position: static;
	    display: table;
	    border: none;
	}
	section.index-news .tab-menu .tab-menu_list li {
		display: table-cell;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    vertical-align: middle;
	    border-left: 1px solid #dadada;
	    background-clip: padding-box;
	}
	section.index-news .tab-menu .tab-menu_list li.active {
		background-color: #2593c9;
	}
	section.index-news .tab-menu .tab-menu_list li:first-of-type {
		border-left: none;
	}
	section.index-news .tab-menu .tab-menu_list li a {
		padding: 20px 0;
    	font-size: 16px;
	}
	section.index-news .tab-menu .tab-menu_list li.active a {
		color: #fff;
	}
	section.index-news .tab-content {
		margin-bottom: 60px;
	}
	section.index-news .tab-content dl a {
		padding: 0;
		background-color: transparent;
	}
	section.index-news .tab-content dl a:hover {
		background-color: #2593c9;
	}
	section.index-news .tab-content a dt {
		padding: 20px 10px;
		width: auto;
	}
	section.index-news .tab-content a dt span {
		font-size: 14px;
	}
	section.index-news .tab-content a dt span:not(:first-child) {
		font-size: 18px;
	}
	section.index-news .tab-content a dd {
		padding: 18px 0 4px 16px;
		width: auto;
		font-size: 18px;
	}
	section.index-ex {
		padding: 70px 0 56px 0;
	}
	section.index-ex header {
		float: left;
	    margin-bottom: 40px;
	    width: 45%;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-direction: row-reverse;
	    flex-direction: row-reverse;
	    -ms-flex-pack: end;
	    -ms-flex-align: end;
	    text-align: left;
	    justify-content: flex-end;
	    -ms-flex-line-pack: end;
	    align-content: flex-end;
	    align-items: flex-end;
	}
	section.index-ex .info-wrap {
		-ms-flex-direction: column;
	    flex-direction: column;
	    float: right;
	    width: 55%;
	    display: -ms-flexbox;
	    display: flex;
	    max-width: 100%;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	section.index-ex .info-wrap article {
		margin-right: 0;
	    margin-bottom: 32px;
	    width: 100%;
	}
	section.index-ex .info-wrap article a .pic-wrap {
		position: relative;
		float: left;
		overflow: hidden;
	    margin-right: 32px;
	    width: 40.2098%;
	    border-radius: 4px;
	}
	section.exhi .archive article a .fig {
		position: relative;
		overflow: hidden;
		border-radius: 4px;
	}
	section.index-ex .info-wrap article a .pic-wrap:after,
	section.exhi .archive article a .fig:after {
		position: absolute;
	    top: 0;
	    left: 0;
	    display: block;
	    width: 100%;
	    height: 100%;
	    border: solid 4px transparent;
	    border-radius: 4px;
	    content: "";
	    transition-timing-function: ease;
	    transition-duration: .3s;
	    transition-property: border-color;
	}
	section.index-ex .info-wrap article a:hover .pic-wrap:after,
	section.exhi .archive article a:hover .fig:after {
		border-color: #2593c9;
	}
	section.index-ex .info-wrap article a h4 {
		margin: 10px 0 0 0;
		font-size: 18px;
	}
	section.index-ex .info-wrap article a dl {
		margin: 20px 0 0 0;
	}
	section.index-ex .btn-wrap {
		float: left;
	    text-align: left;
	}
	aside.index-contact article .container {
		padding: 28px 0 20px 0;
	}
	aside.index-contact article span {
		font-size: 20px;
	}
	section.contact .wrap {
		padding: 60px 0;
		width: 81.25%;
	}
	section.contact .wrap h4 {
		font-size: 20px;
		line-height: 1.75;
	}
	section.contact .wrap p {
		display: inline-block;
		font-size: 16px;
	}
	section.contact .wrap p strong {
		margin: 0 20px 0 10px;
		font-size: 20px;
	}
	section.contact .btn-wrap .btn-prm {
		margin-top: 40px;
	}

	.about {
	    padding-bottom: 160px;
	    background-position: 0 0;
	    background-size: cover;
	}
	.product {
	    background-position: 0 0;
	}
	.pht-main .container .title {
		padding: 200px 0 380px 0;
	}
	.product-wrap .container .title {
		padding: 220px 0 270px 0;
	}
	.pht-main .title h1,
	.pht-main .title p {
		display: inline-block;
	}
	.product .title h1,
	.product .title p {
		display: block;
	}
	.pht-main .title h1 {
		margin: 0 24px 0 0;
		font-size: 64px;
	}
	.pht-main .title p {
	    font-size: 30px;
	}
	.pht-main .container .row {
		margin-top: -150px;
		padding: 0;
	}
	.product-wrap .container > .wrap {
		margin-top: -80px;
	}
	.product-wrap .container .nav-tabs {
		margin-bottom: 40px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	}
	.product-wrap .container .row {
		margin-top: 0;
	}
	.product-wrap .nav-tabs > li > a {
		height: 80px;
		font-size: 2rem;
	}
	.about-wrap .container .row {
		margin-top: -370px;
	}
	.pht-main .card a {
		margin-bottom: 64px;
		padding: 110px 0;
	}
	.about-wrap .card a {
		margin-bottom: 80px;
	}
	.pht-main .card a p {
		font-size: 18px;
	}
	.pht-main .card a h2 {
		font-size: 30px;
	}

	header.lower {
		padding: 80px 0;
	}
	header.lower nav {
		border-radius: 0;
    	background-color: transparent;
	}
	header.lower ul {
		display: block;
		padding: 0;
	}
	header.lower ul:after {
		display: none;
	}
	header.lower ul li {
		display: inline-block;
		margin: 0 4px;
	}
	header.lower li a {
		padding: 0 18px;
		font-size: 18px;
		color: #0f0f0f;
		line-height: 1;
	}
	header.lower li a:hover {
		color: #2593c9;
	}
	header.lower li.active a {
		padding: 8px 20px 6px 20px;
    	border-radius: 16px;
		background-color: #333;
    	color: #fff;
	}
	header.lower .title {
		margin-top: 60px;
	}
	header.lower .title p {
		font-size: 16px;
	}
	header.lower .title h1 {
		margin: 0;
		font-size: 36px;
		font-weight: bold;
	}
	.lower + .main {
		padding: 80px 0;
	}
	.lower + .main section {
		margin-bottom: 4rem;
	    padding: 16px 160px;
	    max-width: 1140px;
	    width: 89.0625%;
	}
	.lower + .main section.pro-item {
		padding: 16px 40px 0 40px;
	}
	.lower + .main section.pro-item .wrap {
		margin: 64px 0 0 0;
	}
	.lower + .main section .section h3 {
		padding: 12px 0 16px 0;
	}
	.lower + .main section .wrap .lv2 {
		margin: 0 0 40px 0;
		padding: 20px 0 0 0;
		font-size: 36px;
	}
	.lower + .main section .wrap .tab-menu {
		margin-bottom: 0;
	}
	.lower + .main section .wrap ul.tab-menu_list {
		position: static;
		display: table;
		margin-bottom: 60px;
	}
	.lower + .main section .wrap ul.tab-menu_list li {
		display: table-cell;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    vertical-align: middle;
	    border-left: 1px solid #dadada;
	    background-clip: padding-box;
	}
	.lower + .main section .wrap ul.tab-menu_list li.active {
		border-bottom: 3px solid #2593c9;
	}
	.lower + .main section .wrap ul.tab-menu_list li.active a {
		color: #2593c9;
	}
	.lower + .main section .wrap ul.tab-menu_list li a {
		padding: 20px 0;
		font-size: 16px;
	}
	.lower + .main section .wrap .tab-content {
		padding: 0 100px 60px 100px;
	}
	.story .lower + .main section {
		padding: 16px 120px;
	}
	.lower + .main section > .wrap {
		margin: 64px 0;
	}
	.philosophy .main section > .wrap .title {
		margin-bottom: 48px;
	}
	.philosophy .main section > .wrap .title p {
		font-size: 18px;
	}
	.philosophy .main section > .wrap .title h1 {
		font-size: 48px;
	}
	.philosophy .main section .wrap h2 {
		padding: 20px 48px;
		font-size: 30px;
	}
	.philosophy .main section .wrap .text {
		margin-top: 64px;
	}
	.philosophy .main section .wrap .text p {
		font-size: 18px;
		text-align: center;
		line-height: 2;
	}
	.philosophy .main section .wrap .text p br {
		display: block;
	}

	.concept section .container {
		padding: 80px 0 140px 0;
	    max-width: 1040px;
	    width: 81.25%;
	}
	.concept section .container .wrap {
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}
	.concept section .container .wrap.sec {
		-ms-flex-direction: row-reverse;
	    flex-direction: row-reverse;
	    -ms-flex-align: center;
	    margin-top: 96px;
	    align-items: center;
	}
	.concept section .text-wrap {
		padding-top: 80px;
		width: 35%;
	}
	.concept section .sec .text-wrap {
		padding-top: 0;
	}
	.concept section .text-wrap .head {
		margin-bottom: 56px;
	}
	.concept section .text-wrap .head h2 {
		font-size: 40px;
		line-height: 1.5;
	}
	.concept section .text-wrap .head p {
		margin-top: 8px;
	}
	.concept section .text-wrap .head + p,
	.concept section .sec .text-wrap p {
		font-size: 18px;
	}
	.concept section .fig {
		width: 45.614%;
	}

	.pht-contents {
		padding: 80px 0;
	}
	.lower + .main section .wrap .table {
		margin-bottom: 40px;
	}
	.lower + .main section .wrap .table thead th {	
		font-size: 20px;
	}
	.lower + .main section .wrap .table caption {
		padding: 0 0 30px 0;
		font-size: 30px;
	}
	.lower + .main section.solution .wrap .table thead th,
	.lower + .main section.solution .wrap .table tbody td {
		padding: 11px 34px 10px 34px;
	}
	.lower + .main section.solution .wrap .table tbody td {
		font-size: 18px;
	}
	.pht-contents .container {
		padding: 0 100px;
	}
	.pht-contents .title {
		margin-bottom: 40px;
		padding-top: 80px;
	}
	.pht-contents .title h1 {
		padding-top: 0;
		font-size: 3.4rem;
	}
	.pht-contents .text-wrap p {
		line-height: 1.8;
	}
	.pht-contents .text-wrap h2 {
		font-size: 2.2rem;
	}

	section.detail {
		margin: 40px 0;
		border: 1px solid #b3b2b2;
    	border-top: none;
	}
	section.detail .item {
		padding: 30px 30px 0 30px;
	}
	section.detail .item h2 {
		margin: 0;
		padding-top: 20px;
		font-size: 18px;
	}
	section.detail .item > .wrap {
		padding: 40px 0;
		width: 800px;
	}
	section.detail .item > .wrap img {
		padding: 0;
		width: 100%;
	}
	section.detail .item .list h4 {
		font-size: 18px;
	}
	section.detail .item .row h3 {
		font-size: 3.2rem;
		line-height: 1.4;
	}
	section.detail .item .list {
		padding: 0 30px 30px 30px;
	}
	section.detail .item .list dl {
		padding: 0;
	}
	section.detail .item .list dl dt {
		font-size: 16px;
	}
	section.detail .item .list .wrap,
	section.detail .item .list ul {
		padding-top: 20px;
	}
	section.detail .item .list span {
		font-size: 14px;
	}
	section.detail .item .list strong {
		padding-top: 20px;
		font-size: 14px;
	}
	section.detail .item .list .wrap p {
		margin: 0;
	}
	section.detail .item .list .wrap p:first-of-type {
		padding: 0;
	}
	section.detail .item .list video {
		padding: 0;
	}
	section.detail .table-scroll table {
		width: calc( 100% - 1px);
	}
	section.detail .item .list + h3 {
		margin: 20px 0 40px 0;
		font-size: 2.8rem;
	}

	header.strength {
		padding: 80px 0;
	}
	header.strength .contents {
		margin: 0 auto;
	    max-width: 1000px;
	    width: 64.0625%;
	}
	header.strength .contents dt {
		margin-bottom: 24px;
		padding-bottom: 0;
		font-size: 32px;
	}
	header.strength .contents dd.text {
		font-size: 16px;
	}
	header.strength .contents dd.cont {
		padding-top: 44px;
	}
	header.strength .contents dd.cont ol {
		position: relative;
		display: inline-block;
		font-size: 0;
	}
	header.strength .contents dd.cont ol:after {
		position: absolute;
		content: '';
		display: block;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 33px 0 33px 18px;
		border-color: #fff transparent #fff #f1f4f7;
	}
	header.strength .contents dd.cont ol li {
		width: auto;
		height: 66px;
	}
	header.strength .contents dd.cont ol li:not(:first-child) {
		margin-top: 0;
	}
	header.strength .contents dd.cont ol li:before,
	header.strength .contents dd.cont ol li:after {
		position: absolute;
	    content: '';
	    display: block;
	    top: 0;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 33px 0 33px 18px;
	    border-color: transparent transparent transparent #fff;
	}
	header.strength .contents dd.cont ol li:before {
		left: 0;
	}
	header.strength .contents dd.cont ol li:after {
		left: -3px;
	    border-left-color: #f1f4f7;
	}
	header.strength .contents dd.cont ol li:first-child:after {
		content: none;
	}
	header.strength .contents dd.cont ol li a,
	header.strength .contents dd.cont ol li span {	
	    padding: 0 27px 0 34px;
	}
	header.strength .contents dd.cont ol li a br,
	header.strength .contents dd.cont ol li span br {
		display: block;
	}
	header.strength .contents dd.cont ol li i {
	    top: -17px;
	    left: 39%;
	}
	header.strength .contents dd.cont ol li a:after {
	    bottom: 8px;
	    left: 48%;
	}
	.main-contents,
	header.newsroom + .main-contents {
		padding: 80px 0;
	}
	.main-contents section {
		margin: 0 auto;
		padding: 16px 160px;
		max-width: 1140px;
    	width: 89.0625%;
	}
	.main-contents section h2 {
		margin: 64px 0;
		font-size: 32px;
	}
	.main-contents section ul li {
		margin-bottom: 48px;
		padding: 54px 64px;
	}
	.main-contents section li h3 {
		font-size: 26px;
	}

	.recruit {
		background-image: url(../images/recruit/PC/1.jpg);
	}
	.company {
		background-image: url(../images/company/PC/1.jpg);
	}
	.contacts {
		background-image: url(../images/contact/PC/1.jpg);
	}

	.main section .wrap > .item-title {
		margin-bottom: 32px;
	    padding-bottom: 20px;
	    font-size: 24px;
	    line-height: 1.6154;
	}
	.main section .wrap > .item-title:not(:first-child) {
		margin-top: 60px;
	}
	.youkou .main section .wrap dl {
		margin: 34px 0 0 0;
	}
	.youkou .main section .wrap dl dt {
		margin-bottom: 4px;
		font-size: 20px;
		line-height: 1.6;
	}
	.youkou .main section .wrap dl dd,
	.youkou .main section .wrap p {
		font-size: 16px;
		line-height: 2;
	}
	.youkou .main section .wrap figure {
		margin: 20px 0 0 0;
		padding: 32px 44px 32px 34px;
	}
	.youkou .main section .wrap figure ul {
		position: relative;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-pack: center;
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.youkou .main section .wrap figure li {
		display: inline-block;
		text-align: center;
		padding: 40px 0;
		width: 18%;
		-moz-box-shadow:1px 2px 1px 1px #dedede;
		-webkit-box-shadow:1px 2px 1px 1px #dedede;
		box-shadow:1px 2px 1px 1px #dedede;
	}
	.youkou .main section .wrap figure li:last-child {
		margin-right: 0;
	}
	.youkou .main section .wrap figure li h3 {
		font-size: 20px;
		margin: 20px 0 30px 0;
	}
	.youkou .main section .wrap figure li img {
		height: 50px;
	}
	.youkou .main section .wrap figure li .txt {
		margin: 0;
	}
	.youkou .main section .wrap figure li span {
		font-size: 16px;
	}
	.youkou .main section .wrap figure li i:before {
		display: none;
	}
	.youkou .main section .wrap figure li i:after {
		position: absolute;
		display: inline-block;
		top: 100px;
		right: -10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px;
		border-color: #fff #fff transparent transparent;
		transform: rotate(45deg);
		box-shadow: 2px -2px 2px #dedede;
		content: '';
	}

	.info .main section .wrap table,
	.access .main section .wrap table {
		font-size: 16px;
		line-height: 1.5;
	}
	.main section .wrap > dl.box {
		padding: 14px 0;
		border: 1px solid #000;
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
	}
	.main section .wrap > dl.box:before {
		background: rgba(0, 0, 0, 0.15);
	    content: "";
	    display: block;
	    position: absolute;
	    width: 25%;
	    height: 100%;
	    top: 0;
	    left: 0;
	}
	.main section .wrap > dl.box > dt {
	    width: 25%;
	    text-align: center;
	    background: transparent;
	}
	.main section .wrap > dl.box > dd {
		padding: 0 0 0 20px;
		width: 75%;
	}
	.main section .wrap > dl.box dd > dl.dlst-flex dd {
		width: 75%;
	}
	.main section .wrap > dl.box dd > dl.dlst-flex dt {
		width: 25%;
	}

	.section-content,
	.section-hero .image-hero-container .image-hero {
		width: 980px;
	}
	.section-hero {
		position: relative;
		min-height: 336px;
	}
	.section-hero .image-hero-container {
		position: absolute;
		margin-bottom: 0;
	}
	.section-hero .image-hero-container .image-hero {
		position: absolute;
	    bottom: 0;
	    left: 50%;
	    height: 336px;
	    background-size: auto 336px;
	    background-position: 381px 100%;
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	.section-hero .headlines {
		margin: 0;
		width: 50%;
    	padding-top: 94px;
	}
	.section-hero .headlines h1 {
		font-size: 40px;
	}
	.section-hero .headlines h2 {
		margin-bottom: 0;
		font-size: 32px;
	}
	.section-bio {
		padding: 52px 0 110px 0;
	}
	.section-bio .col-md-6 {
		width: 41.66667%;
	}
	.section-bio .large-offset-1 {
	    margin-left: 8.33333%;
	}
	.section-bio p {
		font-size: 16px;
	}

	.team .lower + .main section ul {
		margin: 0 0 20px 20px;
	}
	.team .lower + .main section .col-md-8 {
		float: right;
		padding-left: 40px;
		font-size: 16px;
	}
	.team .lower + .main section .col-md-8 ul,
	.team .lower + .main section .col-md-8 dl dt,
	.team .lower + .main section .col-md-8 dl dd {
		line-height: 1.5;
	}
	.team .lower + .main section .col-md-8 dl dt {
		font-size: 18px;
	}
	.team .lower + .main section h1 {
		margin: 0 0 10px 0;
		text-align: left;
		font-size: 32px;
	}
	.team .lower + .main section h1 small {
		display: inline;
		margin-left: 10px;
		margin-top: 0;
	}
	.team .lower + .main section h2 {
		font-size: 24px;
	}
	.team .lower + .main section dl {
		margin-bottom: 0;
	}

	.story .main section .wrap > .item-title {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.story .main section .wrap > .item-title small {
		display: inline;
	}
	.story .main section .wrap > h2 + strong {
		font-size: 16px;
	}
	.story .main section .wrap .table {
		margin: 20px 0 40px 0;
	}
	.story .main section .wrap .table th,
	.story .main section .wrap .table td {
		display: table-cell;
	}
	.story .main section .wrap .table th,
	.story .main section .wrap .table td {
		vertical-align: middle;
	}
	.story .main section .wrap .table th {
		text-align: left;
	}

	.access .main section .wrap table + .section {
		margin-top: 60px;
	}
	.access table + .section .map-item {
		display: -ms-flexbox;
		display: flex;
	}
	.access table + .section .map a {
		margin: 0;
	}

	.wrap-map {
		margin-bottom: 32px;
	}
	.wrap-map iframe {
		min-height: 546px;
	}

	.partner section .wrap > h3 {
		font-size: 24px;
	}
	section .wrap .table-bordered th {
		width: 40%;
	    padding: 14px 0px;
	}
	section .wrap .table-bordered th,
	section .wrap .table-bordered td {
		display: table-cell;
	}
	section .wrap .table-bordered th p,
	section .wrap .table-bordered td p {
		padding: 14px 30px;
	}
	section .wrap .table-bordered td p:nth-child(2) {
		padding: 0 30px;
	}
	section .wrap .table-bordered td textarea {
		height: 200px;
	}
	section .wrap .submit {
		padding: 40px 0;
    	text-align: center;
	}
	section .wrap .submit input[type="reset"],
	section .wrap .submit input[type="submit"] {
		padding: 15px 70px;
	}
	section.detail .item .list + h3:after {
	    margin-top: 20px;
	}

	header.newsroom {
		padding: 90px 0 130px 0;
	}
	header.newsroom .container {
		padding: 0 15px;
	}
	header.newsroom h1,
	header.newsroom p {
		display: inline-block;
	}
	.main-contents .news-header .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-contents .news-header .wrap:not(:first-child) {
		margin-top: 18px;
	}
	.main-contents .news-header .wrap h3 {
		margin: 0 16px 0 0;
		width: 110px;
		font-size: 18px;
	}
	.main-contents .news-header .wrap h3:after {
		position: absolute;
	    top: 0;
	    right: 0;
	}
	header.newsroom h1 {
		margin-right: 24px;
		font-size: 60px;
	}
	header.newsroom p {
		font-size: 30px;
	}
	.main-contents .news-header {
		margin: -120px auto 30px auto;
		padding: 20px 120px;
		max-width: 1140px;
		width: 89.0625%;
	}
	.main-contents .news-header .wrap dl dt a,
	.main-contents .news-header .wrap dl dd a {
		padding: 4px 16px;
		border-radius: 17px;
	}
	.main-contents section.news_box {
		margin: 0 auto;
		padding: 0;
	}
	.main-contents section.news_box dl {
		padding: 0;
		font-size: 16px;
	}
	.main-contents section.news_box dl a {
		padding: 34px 0;
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-contents section.news_box dl dt {
		margin: 0 40px 0 20px;
	}

	.main-contents .exhi-header {
		margin: -140px auto 30px auto;
	}
	.main-contents section.exhi {
		margin: 64px auto 0 auto;
	}
	section.exhi .archive {
		display: -ms-flexbox;
		display: flex;
		max-width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	section.exhi .archive article:nth-child(1),
	section.exhi .archive article:nth-child(2),
	section.exhi .archive article:nth-child(3) {
		margin-top: 0;
	}
	section.exhi .archive article:nth-child(3n) {
		margin-right: 0;
	}
	section.exhi .archive article {
		margin-top: 56px;
		margin-right: 3.5088%;
		width: 30.9942%;
	}
	section.exhi .archive article a dl {
		margin: 32px 0 0 0;
	}
	section.exhi .archive article a h4 {
		margin: 16px 0 0 0;
		font-size: 18px;
	}

	.contents .section-wrap .news-title {
		padding: 80px 30px 10px 80px;
	}
	.contents .section-wrap .news-title h1 {
		font-size: 28px;
		line-height: 40px;
	}
	.contents .section-wrap .news-title ul {
		padding: 18px 0 26px;
	}
	.contents .section-wrap .news-title ul li a {
		margin: 0 8px;
	}
	.contents .section-wrap .news-title ul li a .icon {
		font-size: 28px;
	}
	.wechat-qrcode {
		position: absolute;
		top: 40px;
		left: -89px;
		width: 200px;
		height: 240px;
		color: #666;
		font-size: 12px;
		font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
		text-align: center;
		border: 1px solid #eee;
		background-color: #fff;
		box-shadow: 0 2px 10px #aaa;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		z-index: 1;
	}
	.wechat-qrcode:after {
		position: absolute;
	    display: inline-block;
	    top: -4px;
	    left: 50%;
	    margin-left: -6px;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 6px;
	    border-color: #f3f3f3 #f3f3f3 transparent transparent;
	    transform: rotate(315deg);
	    box-shadow: 2px -2px 2px #dedede;
	    content: '';
	}
	.wechat-qrcode .share-close {
		position: absolute;
		top: -6px;
		right: 2px;
		background: transparent;
		border: 0;
		font-size: 25px;
		color: #000;
	}
	.wechat-qrcode h4 {
		height: 26px;
		font-size: 12px;
		background-color: #f3f3f3;
		margin: 0;
		padding: 0;
		color: #777;
		line-height: 26px;
	}
	.wechat-qrcode .qrcode {
		width: 138px;
		margin: 10px auto;
	}
	.wechat-qrcode p {
		margin: 0;
		color: #666;
		font-size: 1em;
		line-height: 1.95em;
	}
	.contents .section-wrap .news-cont {
		padding: 0 0 70px 0;
		font-size: 16px;
		line-height: 26px;
	}
	.contents .section-wrap .news-cont .wrap {
		margin: auto;
    	max-width: 860px;
	}
	.contents .section-wrap .news-cont .wrap article {
		text-align: center;
	}
	.contents .section-wrap .news-cont .wrap article img {
		width: 600px;
	}
	.giftinner {
		margin: 40px 0 0 0;
	}
	.guideline_lists dt {
		width: 20%;
	}
	.guideline_lists dd {
		width: 75%;
	}

	.pager-wrap {
		margin-top: 64px;
	}
	.pager-wrap ul li {
		width: 40px;
    	height: 40px;
    	font-size: 14px;
	}
	.pager-wrap ul li a {
	    line-height: 2.8571;
	}

	.pht-breadcrumb {
		padding: 20px 0;
	}
	.pht-breadcrumb ul {
		padding: 0;
	    max-width: 1140px;
	    width: 89.0625%;
	}
	.pht-breadcrumb .pagetop {
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 64px;
	    height: 64px;
	}

	footer {
		padding-bottom: 0;
	}
	footer > ul {
		padding: 40px 0;
		-ms-flex-pack: center;
	    max-width: 100%;
	    justify-content: center;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	footer > ul a {
		padding: 0 1.5rem 0 calc(1.5rem + 1.5rem + 40px);
	}
	footer ul a span.i {
		position: absolute;
	    top: 50%;
	    left: 1.5rem;
	    width: 44px;
	    height: 44px;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	footer ul a span.icon {
		font-size: 18px;
	}
	footer ul a span.lbl {
		padding: 10px 0;
		font-size: 14px;
    	line-height: 1.5714;
	}
	footer ul a span.lbl br {
		display: none;
	}
	footer .wrap {
		padding: 40px 0 32px 0;
	}
	footer .wrap .logo {
		width: auto;
	    height: 62px;
	    text-align: center;
	}
	footer .wrap .logo img {
		display: inline-block;
	    width: auto;
	    height: 100%;
	}
	footer .wrap .copyright {
		margin-top: 20px;
	}
	footer .wrap ul {
		margin-top: 32px;
	}
	footer .wechat-qrcode {
		position: absolute;
		top: 60px;
		left: -60px;
	}
}
@media print,screen and (min-width: 415px) { 
	.info .main section .wrap table tr,
	.access .main section .wrap table tr {
		border-bottom: none;
	}
	.info .main section .wrap table tr th,
	.access .main section .wrap table tr th {
		width: calc(25% - ((20 / 820) * 100%));	
	}
	.info .main section .wrap table tr td,
	.access .main section .wrap table tr td {
		width: calc(75% - ((20 / 820) * 100%));
	}
	.info .main section .wrap table tr th,
	.info .main section .wrap table tr td,
	.access .main section .wrap table tr th,
	.access .main section .wrap table tr td {
		padding: 20px 0;
		border-bottom: solid 2px #d7d7d7;
	}
	.main section .wrap table tr td dl.dlst-flex dt {
		width: calc(33.3333% - ((30 / 820) * 100%));
	}
	.main section .wrap table tr td dl.dlst-flex dd {
		width: calc(66.6667% - ((30 / 820) * 100%));
	}
}
@media (max-width: 768px) {
	.banner .swiper-slide {
		background-image: url(../images/banner/Mobile/1.jpg);
	}
	.banner .swiper-slide a.animated {
		bottom: 40px;
		width: 210px;
		height: 58px;
		padding-top: 10px;
	}
}