@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial !important;
	color: #666 !important;
	font-size: 16px;
}
h1, h2, h3 {
	font-weight: bold !important;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 42px !important;
	color: #808080 !important;
}
h3 {
	font-size: 16px !important;
}
a:hover {
	text-decoration: none !important;
	color: #ff6f18 !important;
}
img {
	width: 100%
}
em {
	font-size: 22px;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
.mobile {
	display: none;
}
.video {
	width: 100%;
	height: 100vh;
	border-bottom: 8px solid #ff6f18;
}
header .container{ position:relative;}
.top {
	position: fixed;
	z-index: 3;
	bottom: 30px;
	right: 25px;
	color: #ff6f18;
	border: 1px solid #ff6f18;
	border-radius: 50em;
	background: rgba(255,255,255,.7);
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
}
.top a {
	color: #ff6f18;
}
.main-title {
	margin-top: 35vh;
	font-size: 88px;
	color: #fff;
	padding-top: 50px;
	background: url(../images/dot.png) top left no-repeat;
}
.org {
	color: #ff6d17;
}
.max700 {
	max-width: 700px;
	margin: 0 auto;
}
.w100 {
	width: 100%;
}
.wrong {
	background: #edf1f2;
}
.wrong main {
	height: 100vh;
}
.wrong p {
	padding: 20px 15%;
	font-size: 20px;
	color:#808080;
}
.wrong .error {
	width: 660px;
	margin: 0 auto;
	border-bottom: 1px solid #808080;
	padding-top: 20%;
	text-align: center;
}
.wrong #nav li a {
	color: #808080;
}
.wrong #nav li ul a {
	color: #fff;
}
.error{color:#ff6f18;}
.left-line {
	width: 55px;
	border: 1px solid #fff;
	border-right: none;
	height: 88vh;
	position: absolute;
	left: 34px;
	top: 8vh
}
.right-line {
	width: 55px;
	border: 1px solid #fff;
	border-left: none;
	height: 88vh;
	position: absolute;
	right: 34px;
	top: 8vh
}
.item-all {
	position: absolute;
	bottom: 4vh;
	width: 100%;
	z-index: 1;
	font-size: 13px;
}
.item-all a:hover {
	color: #fff !important
}
.item-all li {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.item-all li:last-child {
	margin-right: 0;
}
.item-pic {
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	height: 124px;
	text-align: center;
}
.item-pic img {
	padding-top: 38px;
}
.line {
	border-left: 1px solid #fff;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
}
.hover-zoom {
	background-size: 100%;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-repeat: no-repeat;
}
.hover-zoom img {
	width: auto;
	max-width: 100%;
}
.hover-zoom a {
	color: #fff;
}
.hover-zoom:hover {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-size: 110%;
}
.row.hover-org {
	position: relative
}
.row.hover-org:hover:before {
	content: "";
	width: 7px;
	height: 20px;
	background: #ff6f18;
	border-radius: 5px;
	position: absolute;
	left: -20px;
}
.banner {
	height: 780px;
}
.page-line-left {
	border-left: 1px solid #8e8d8d;
	position: relative;
	padding: 0 0 0 50px;
}
.icon-right-w {
	background: url(../images/icon-right-w.svg) no-repeat;
	position: relative;
	padding-left: 50px;
	left: -51px;
}
.icon-right-g {
	background: url(../images/icon-right-g.svg) no-repeat;
	position: relative;
	padding-left: 50px;
	left: -51px;
}
.org-line:before {
	content: "";
	width: 7px;
	height: 20px;
	background: #ff6f18;
	border-radius: 5px;
	position: absolute;
	left: -20px;
}
.org-line {
	margin-bottom: 80px;
}
.org-line h3 {
	font-style: italic;
	letter-spacing: 1px;
}
.tip01:after {
	content: "01";
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #edf1f2;
}
.tip02:after {
	content: "02";
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #fff;
}
.tip03:after {
	content: "03";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #fff;
}
.tip03{ top:60px; position:relative;}
.dot-right {
	background: url(../images/dot.png) right top no-repeat;
}
.more {
	color: #ff6f18;
	padding: 3px 28px;
	letter-spacing: 1px;
	border: 2px solid #ff6f18;
	border-radius: 20px;
	font-size: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.more:hover {
	background:#ff6f18;
	border: 2px solid #ff6f18;
}
a.more:hover{color:#fff !important;}
.pro img {
	max-width: 400px;
}
.page {
	border-top: 8px solid #ff6f18;
	position: relative;
	top: -55px;
}
.page-info {
	max-width: 420px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
}
.about .page-info-w{
	border-bottom: 1px solid #ff6f18;
	padding-bottom:80px;
	margin-bottom:120px;
	}
.page-info-w:before{ display:none;}
.page-info-w {
	max-width: 1010px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.page-info-w:before {
	content: "";
	border-top: 1px solid #ff6f18;
	width: 60px;
	position: absolute;
	top: -20px;
}
.page-title {
	text-align: center;
	padding: 32px 0 50px;
	background: #fff;
}
.page-title h1 {
	color: #ff6f18;
	padding: 0 40px;
	display: inline;
	font-size: 35px;
}
.page-title span {
	border-left: 1px solid #ff6f18;
	padding: 4px 0;
	position: relative;
	top: -5px;
}
.second{
	background: url(../images/list-bg.jpg) bottom no-repeat;
	width:300px;
	height:300px;
	margin:0 auto;
	padding-top:540px;
	position:relative;
	font-size:22px;
}
.second ul {
    position: absolute;
    top: 300px;
    left: 60px;
}
.second ul li{ padding:5px 0 5px 50px;background: url(../images/list-off.svg) left center no-repeat;}
.second ul li.active {color:#ff6f18;background: url(../images/list-on.svg) left center no-repeat;}
.second ul li a{color:#fff;}
.second ul li.active a{color:#ff6f18;}
.bg-contact {
	background: url(../images/bg-contact.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
.bg-about {
	background: url(../images/bg-about.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
.bg-product {
	background: url(../images/bg-product.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
.bg-manufacture {
	background: url(../images/bg-manufacture.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
.bg-certi {
	background: url(../images/bg-certi.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
.bg-1 {
	background: url(../images/bg-1.jpg) bottom repeat-x;
}
.bg-2 {
	background: url(../images/bg-2.jpg) top repeat-x #edf1f2;
}
.bg-3 {
	background: url(../images/bg-3.jpg) top repeat-x #fff;
}
.bg-4 {
	background: url(../images/bg-4.jpg) top repeat-x #fff;
}
.bg-5 {
	background: url(../images/bg-5.jpg) top repeat-x #edf1f2;
}
.retop30 {
	position: relative;
	top: -30px;
}
form {
	max-width: 720px;
	margin: 0 auto;
	padding:0 15px;
}
form .row {
	margin-bottom: 38px;
}
form span {
	color: #ff6f18;
	padding-left:2px;
}
input, select, textarea {
	width: 100%;
	background: #edf1f2;
	border: 1px solid #edf1f2;
	padding: 7px 5px 5px;
	outline:none;
}
select{-webkit-appearance:none; /* remove the strong OSX influence from Webkit */
 background:url(../images/chevron-down.svg) 98% center  no-repeat; background-size:2%;}
input:focus {
	background: #fff;
	border-color: #bdc1c0;
}
input[type="submit"] {
	width: auto;
	border: 1px solid #ff6f18;
	border-radius: 30px;
	color: #ff6f18;
	font-weight: bold;
	background: url(../images/arrow2.png) right no-repeat;
	padding: 8px 60px 8px 30px;
	font-size: 18px;
	cursor:pointer;
}
input[type="submit"]:hover{
	border: 1px solid #ff6f18;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	background: url(../images/arrow2-w.png) right no-repeat #ff6f18;
	}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #d1d1d1;
font-size:14px;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #d1d1d1;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #d1d1d1;
}
:-moz-placeholder { /* Firefox 18- */
 color: #d1d1d1;
}
input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	width: 100%;
	text-align: center;
	background-color: #edf1f2;
	cursor: pointer;
	padding: 7px;
}
input[type="radio"]:checked + label {
	background-color: #ff6f18;
	color: #fff;
}
footer {
	padding: 60px 0;
	background: #fff;
	line-height: 18px;
}
footer a {
	color: #000;
}
footer span {
	font-size: 12px;
	color: #666;
}
footer h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ff6f18;
	margin-bottom: 15px;
}
footer li {
	padding-left: 5%;
	width: 23%;
	margin-right: 2%;
	font-size: 14px;
	border-left: 1px solid #ccc;
	min-height: 146px;
	float: left;
}
footer li a {
	display: block;
	margin-bottom: 12px;
	
}
footer li h1 a{color: #ff6f18;}
.foot-pic {
	color: #fff;
	text-align: center;
	padding: 150px 0;
	border-bottom: 8px solid #ff6f18;
}
.foot-pic p {
	max-width: 720px;
	margin: 30px auto;
}
.foot-pic a {
	font-size: 42px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
}
.foot-pic a:hover{border: 1px solid #ff6f18;}
.f-pro {
	background-image: url(../images/bg-product2.jpg);
	background-color: #edf1f2;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.foot-pic:hover {
	background-size: 110%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.max264 {
	max-width: 264px;
}
.bt-cu {
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 15px 0;
}
.bt-cu a {
	padding-right: 35px;
	background: url(../images/arrow.png) right bottom no-repeat;
}
.bt-cu a:hover {
	background: url(../images/arrow3.png) right bottom no-repeat;
}
.bg-gray {
	background: #edf1f2;
}
.bg-white {
	background: #fff;
}
.vh50 {
	height: 50vh;
}
.logo {
	top: 30px;
	position:absolute;
	z-index: 11;
}
.pb140{ padding-bottom:140px;}
.lens{ padding-top:40px;}
.color{ padding:50px 0 100px;}
.dimen {
	margin-top: 50px;
	position: relative;
	background: url(../images/dot-org.png) 15px bottom no-repeat;
}
.dimen h2 {
	margin-top: 100px;
	margin-bottom: 40px;
}
.dimen h2:before {
	content: "";
	position: absolute;
	bottom: -20px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.dimen:before {
	content: "02";
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(90deg);
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #fff;
}
.dimen img {
	width: auto;
}
.iso img, .gmp img, .tfda img, .cfda img {
	border-bottom: 8px solid #ff6e18;
}
.iso {
	padding-top: 150px;
	position: relative;
	padding-bottom: 150px;
}
.iso p:after {
	content: "ISO";
	position: absolute;
	bottom: -150px;
	right: 0;
	font-size: 112px;
	line-height: 110px;
	font-weight: bold;
	color: #edf1f2;
}
.iso p:before {
	content: "";
	position: absolute;
	bottom: -20px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.iso .pic {
	position: absolute;
	top: -150px;
}
.gmp {
	padding-top: 200px;
	position: relative;
	padding-bottom: 150px;
}
.gmp p:after {
	content: "GMP";
	position: absolute;
	bottom: -215px;
	right: 0;
	font-size: 112px;
	line-height: 110px;
	font-weight: bold;
	color: #fff;
}
.gmp p:before {
	content: "";
	position: absolute;
	bottom: -20px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.gmp .pic {
	position: absolute;
	top: -150px;
}
.tfda {
	padding-top: 300px;
	position: relative;
	padding-bottom: 150px;
	background: url(../images/dot-org.png) right bottom no-repeat;
}
.tfda p:after {
	content: "TFDA";
	position: absolute;
	top: -150px;
	left: 0;
	font-size: 112px;
	line-height: 110px;
	font-weight: bold;
	color: #edf1f2;
}
.tfda p:before {
	content: "";
	position: absolute;
	top: -20px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.tfda .icon-right-w {
	left: -36px;
}
.tfda .pic {
	position: absolute;
	top: -150px;
}
.tfda p{ position:relative; top:85px;}
.cfda p{ position:relative; top:160px;}
.cfda {
	padding-top: 200px;
	position: relative;
	padding-bottom: 140px;
}
.cfda p:after {
	content: "CFDA";
	position: absolute;
	top: -150px;
	left: 0;
	font-size: 112px;
	line-height: 110px;
	font-weight: bold;
	color: #fff;
}
.cfda p:before {
	content: "";
	position: absolute;
	top: -20px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.cfda .icon-right-g {
	left: -36px;
}
.cfda .pic {
	position: absolute;
	top: -150px;
}
.core {
	padding-bottom: 50px;
}
.precision, .core {
	padding-top: 150px;
	position: relative;
}
.precision:before, .core:before {
	content: "01";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #edf1f2;
}
.precision {
	background: url(../images/dot-org.png) 15px bottom no-repeat;
	padding-bottom: 115px;
}
.precision img, .core img {
	border-right: 8px solid #ff6e18;
}
.precision .pic{
	position: absolute;
	top: -140px;
}
.core .pic {
	position: absolute;
	top: -155px;
}
.precision h2, .core h2 {
    margin-bottom: 40px;
}
.precision h2:before, .core h2:before {
	content: "";
	position: absolute;
	bottom: -20px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.fully:before {
	content: "02";
	position: absolute;
	top: 20px;
	right: 0;
	transform: rotate(90deg);
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #fff;
}
.fully {
	position: relative;
	background: url(../images/dot.png) bottom right no-repeat;
	padding-bottom: 100px;
}
.fully h2 {
	margin-top: 100px;
	margin-bottom: 20px;
}
.fully img {
	margin: 30px 0;
	border-right: 8px solid #ff6e18;
}
.fully .col-md-12:before {
	content: "";
	position: absolute;
	bottom: 0;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.train {
	position: relative;
	padding: 100px 0;
	background: url(../images/dot-org.png) right bottom no-repeat;
}
.train img {
	margin: 30px 0;
	border-bottom: 8px solid #ff6e18;
}
.train .conent:before {
	content: "02";
	position: absolute;
	top: -40px;
	left: 0;
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #fff;
}
.train .conent {
	padding-top: 150px;
	position: absolute;
	bottom: 10px;
}
.room {
	position: relative;
}
.room img {
	margin: 20px 0;
	border-bottom: 8px solid #ff6e18;
}
.room .conent{
	padding-top: 150px;
	position: absolute;
	bottom: 0;
}
.room .conent:before {
	content: "03";
	position: absolute;
	top: -40px;
	left: 0;
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #fff;
}
.room .conent:after, .train .conent:after {
	content: "";
	position: absolute;
	top: 130px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}

.exc h2 {
	border-right: 1px solid #ff6e18;
	letter-spacing: -1px;
	width: 106%;
}
.barcode,.exc {
	padding-top: 100px;
	padding-bottom:70px;
}
.barcode h2:before {
	content:"";
	border-right: 1px solid #ff6e18;
	position:absolute;
	right:-20px; top:0;
	padding:50px 0;
}
.barcode p {
	padding-top: 20px;
}
.f-qua {
	height: 500px;
	background-image: url(../images/bg--quality.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f-qua .container {
	position: relative;
}
.f-qua .container:before {
	content: "04";
	position: absolute;
	top: -100px;
	left:65px;
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #fff;
}
.f-team {
	height: 500px;
	background-image: url(../images/bg-team.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f-team .container {
	position: relative;
}
.f-team .container:before {
	content: "03";
	position: absolute;
	top: -100px;
	left:65px;
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #fff;
}
.f-team.foot-pic:hover,.f-qua.foot-pic:hover {
	background-size:100% !important;
}
.inn {
	padding-top: 150px;
	position: relative;
}
.inn:before {
	content: "01";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #edf1f2;
}
.inn img {
	border-right: 8px solid #ff6e18;
	margin: 30px 0;
}
.inn .col-md-12:before {
	content: "";
	position: absolute;
	bottom:-5px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.cast .col-md-4 {
	position: absolute !important;
	bottom: -20px;
	right: 0;
}
.cast .col-md-4:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 15px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.cast img {
	border-bottom: 8px solid #ff6e18;
	margin-top: 30px;
}
.cast {
	padding-top: 150px;
	position: relative;
}
.cast:before {
	content: "01";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #edf1f2;
}
.layer {
	margin-top: 100px;
	padding-top: 150px;
	position: relative;
}
.layer:before {
	content: "02";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #fff;
}
.layer img {
	position: absolute;
	left: -10%;
}
.slide {
	width: 100%;
	min-height: 180px;
	overflow: hidden;
	position: relative;
}
.slide .img {
	overflow: hidden;
	position: absolute;
	transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}
.slide .img img {
	width: calc(46%);
	height: calc(80%);
	margin: 7px;
}
.slide .img1 {
	width: 35%;
	height: 35%;
	top: 30%;
	left: 3%;
	z-index: 1;
}
.slide .img2 {
	width: 40%;
	height: 40%;
	top: 28%;
	left: 18%;
	z-index: 2;
}
.slide .img3 {
	width: 80%;
	height: 80%;
	top: 10%;
	left: 30%;
	z-index: 3;
}
.slide .img4 {
	width: 40%;
	height: 40%;
	top: 28%;
	left: 60%;
	z-index: 2;
}
.slide .img5 {
	width: 35%;
	height: 35%;
	top: 30%;
	left: 78%;
	z-index: 1;
}
.slide .img6 { display:none;}
.slide-bt {
	position: absolute;
	left: 50%;
	bottom: 13%;
	z-index: 3;
}
.slide-bt span {
	width: 22px;
	height: 7px;
	background: #c9caca;
	float: left;
	margin: 6px;
	border-radius: 4px;
	cursor: pointer;
}
.slide .slide-bt .on {
	background: #ff6d17;
}
@media only screen and ( min-width:1000px ) {
.layer img {
	min-width: 720px;
}
}
.edge {
	margin-top: 200px;
	padding-top: 150px;
	padding-bottom:30px;
	position: relative;
}
.edge:before {
	content: "03";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 140px;
	line-height: 110px;
	font-weight: bold;
	color: #fff;
}
.layer h2, .edge h2 {
    margin-bottom: 40px;
}
.layer h2:before, .edge h2:before {
	content: "";
	position: absolute;
	bottom: -20px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.edge img {
	width: auto;
}
#nav {
	width: 60em; /* 1000 */
	font-weight: bold;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 10;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	color: #fff;
	display: block;
}
#nav li a:active {
}

/* first level */

#nav > ul {
	height: 3.75em; /* 60 */
}
#nav > ul > li {
	width: 20%;
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	font-size: 20px; /* 24 */
	line-height: 2.5em; /* 60 (24) */
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	color: #ff6f18;
}

/* second level */

#nav li ul {
	background: rgba(0,0,0,0.8);
	display: none;
	position: absolute;
	top: 100%;
	padding: 0 30px;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	font-size: 16px; /* 20 */
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	padding: 0.75em 0; /* 15 (20) */
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background: url(../images/m-hover.svg) bottom center no-repeat;
}
 @media only screen and ( max-width: 62.5em ) /* 1000 */ {
#nav {
	width: 100%;
	top:0;
	margin: 0;
}
 @media only screen and ( max-width: 40em ) /* 640 */ {
#nav .off {
	background: url(../images/m-off.svg) no-repeat;
	background-size: contain;
}
#nav .on {
	background: url(../images/m-on.svg) no-repeat;
	background-size: contain;
}
#nav > a {
	width: 50px; /* 50 */
	height: 50px; /* 50 */
	text-align: right;
	float: right;
	text-indent: -9999px;
	background-color: #e15a1f;
	position: relative;
	right:0;
	top: 8px;
	z-index: 10;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}
/* first level */

#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	z-index: 9;
	padding: 80px 80px 350px 80px;
	background: rgba(0,0,0,.9);
	left: 0;
	right: 0;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
}
#nav > ul > li:last-child {
	border-bottom: 1px solid #fff;
}
#nav span:after {
	display: none;
}
#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding: 5px 0; /* 20 (24) */
}
#nav > ul > li > a {
	border-top: 1px solid #fff;
}
/* second level */

#nav li ul {
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
	background: none;
}
#nav li ul a {
	text-align: left;
}
#nav li ul li a, #nav li ul li a:hover {
	border: none;
	background: none;
}
#nav li ul li a:hover {
	color: #ff6f18
}
}
 @media (max-width: 760px) {
html {
	font-size: 90%;
}
h2 {
	font-size: 28px !important;
}
.page-title {
	padding-bottom: 30px;
}
#nav > ul > li > a span{ background:url(../images/chevron-down-w.svg) right 10px no-repeat; padding-right:20px;}
#nav > ul > li:hover > a span{ background:url(../images/chevron-down-o.svg) right 10px no-repeat; padding-right:20px;}
.contact .container{
	margin:0 15px;
	width:auto;
}
#nav > ul:not( :hover ) > li.active > a  {
    color: #fff;
}
.about .container {
	margin:0 15px;
	width:auto;
}
.about .page-info-w{ padding:0 15px;}
.icon-right-w, .icon-right-g {
	background: none;
	padding: 0;
	position: initial;
}
.page-line-left {
	border: none;
	padding-left: 0;
	padding-bottom:50px;
}
.retop30 {
	position: inherit;
	padding-top: 30px;
	top:auto;
}
.pro img {
	width: 70%
}
.bg-1 {
	background: url(../images/bg-1-m.jpg) top repeat-x;
}
.bg-2 {
	background: url(../images/bg-2-m.jpg) top repeat-x #edf1f2;
}
.bg-3 {
	background: url(../images/bg-3-m.jpg) top repeat-x #edf1f2;
}
.bg-4 {
	background: url(../images/bg-4-m.jpg) top repeat-x #edf1f2;
}
.bg-5 {
	background: url(../images/bg-5-m.jpg) top repeat-x #edf1f2;
}
.mt40 {
	margin-top: 60px;
}
.org-line:before {
	height: 100%;
	width: 5px;
}
.tip01:after, .tip02:after, .tip03:after {
	font-size: 80px;
	top: inherit;
	bottom: 0;
	line-height: 60px;
}
.tip01:after {
	color: #fff;
}
.tip03:after {
	color: #edf1f2;
	top: 140px;
}
.org-line {
	margin: 30px 0 40px 30px;
}
.foot-pic {
	padding: 70px 0;
}
.foot-pic p {
	display: none;
}
.foot-pic a {
	font-size: 28px;
}
.f-pro {
	background-position: center;
}
.mobile {
	display: block;
}
.pc {
	display: none !important;
}
.logo {
	width: 40px;
	top: 15px !important;
	left: 15px !important;
}
.video {
	height: 40vh;
	border-bottom: 3px solid #ff6f18;
}
.banner {
	height: 200px;
}
.page-info {
	padding-top: 0;
	padding-left:15px;
	padding-right:15px;
}
.page {
	border-top: 3px solid #ff6f18;
	top: -30px;
}
.page-title h1 {
	font-size: 22px;
}
.page-title span {
	padding: 0;
	top: 0;
}
form .col-md-4 {
	font-weight: bold;
	line-height: 36px;
}
form .row {
	margin-bottom: 20px;
}
.row.hover-org:hover:before {
	left: 5px;
	top: 5px;
}
#history {
	background: none;
}
.item-all {
	bottom: none;
	top: 35vh;
}
.item-all li {
	width: 100%;
	margin-right: 0;
	float: none;
	margin-bottom: 10px;
}
.item-all ul {
	width: 80%;
	margin: 0 auto;
}
.max700 {
	max-width: 250px;
}
.main-title {
	font-size: 34px;
	margin-top: 5vh;
}
.item-pic {
	height: auto;
}
.item-pic img {
    padding-top: 20px;
}
.item-pic p {
    margin-bottom: 1.5rem;
}
.max264 {
	max-width: none;
}
.bt-cu-m {
	font-weight: bold;
	padding: 18px 5px 25px;
	border: 1px solid #999;
	border-radius: 5px;
	max-width: 70px;
	margin:0 auto;
	text-align: center;
}
.bt-cu-m a {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}
footer {
	padding: 30px 0;
}
footer img {
	margin-bottom: 10px;
}
.top {
	bottom: 120px;
}
.cast, .layer {
	padding: 0;
}
.cast .col-md-4, .layer img {
	position: relative!important;
	left: 0;
}
.cast .col-md-4 {
	top: 20px;
}
.cast .col-md-4:before {
	top: auto;
	bottom:-5px;
}
.cast img {
	border-bottom: 3px solid #ff6e18;
	margin-top: 10px;
}
.cast:before{ color:#fff;}
.cast:before {
	font-size: 80px;
	top: inherit;
	left: inherit;
	right: 15px;
	bottom: -80px;
	line-height: 60px;
}
.layer{ margin-top:150px;}
.layer:before {
	font-size: 80px;
	top: inherit;
	left: inherit;
	right: 15px;
	bottom: -60px;
	line-height: 60px;
}
.layer h2:before, .edge h2:before {
	display: none;
}
.layer .col-md-5:before, .edge .col-md-5:before {
	content: "";
	position: absolute;
	bottom: -5px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.layer img, .edge img {
	margin-bottom: 20px;
	width: 100%;
}
.layer.dot-right {
	background: none;
}
.edge {
	padding-top: 150px;
	padding-bottom: 50px;
	margin-top: 0;
}
.edge:before {
	font-size: 80px;
	top: inherit;
	left: inherit;
	right: 15px;
	bottom:-10px;
	line-height: 60px;
}
.inn {
	padding: 0;
}
.inn:before {
	font-size: 80px;
	top: inherit;
	left: inherit;
	right: 15px;
	bottom: -70px;
	line-height: 60px;
	color: #fff;
}
.inn img {
	border-right: none;
	border-bottom: 3px solid #ff6e18;
	margin:20px 0;
}
.inn h2{ margin-bottom:0;}
.mt240 {
	margin-top: 220px;
}
.mt220 {
	margin-top: 200px;
}
em {
    font-size: 20px;
}
.dimen:before {
	font-size: 80px;
	top: inherit;
	left: inherit;
	right: 15px;
	bottom:-20px;
	line-height: 60px;
	color: #fff;
}
.dimen img {
	width: 100%;
	margin-bottom: 20px;
}
.dimen {
	padding-bottom: 50px;
	background: none;
}
.dimen:before {
	transform: rotate(0);
}
.dimen h2:before {
	display: none;
}
.dimen p:before {
	content: "";
	position: absolute;
	bottom: -5px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.full-w {
	position: absolute;
	left: -6px;
}
.full-w img {
	width: 100.5%;
}
.precision {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}
.precision img, .fully img {
	border-bottom: 3px solid #ff6e18;
	border-right: none;
	margin-top: 0;
	margin-bottom:20px;
}
.precision:before {
	font-size: 80px;
	top: inherit;
	left: inherit;
	right: 15px;
	bottom: -60px;
	line-height: 60px;
	color: #fff;
}
.precision h2:before {
	bottom: 0;
}
.precision h2, .core h2 {
	margin-bottom: 20px;
}
.core {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}
.core img {
	border-left: 3px solid #ff6e18;
	border-right: none;
	margin-top: 0;
	margin-bottom:20px;
}
.core:before {
	font-size: 80px;
	top: inherit;
	left: inherit;
	right: 15px;
	bottom: -60px;
	line-height: 60px;
	color: #fff;
}
.core h2:before {
	bottom: 0;
}
.fully {
	background: none;
	padding-bottom: 0;
}
.fully:before {
	font-size: 80px;
	top: inherit;
	left: inherit;
	right: 15px;
	bottom: -60px;
	line-height: 60px;
	transform: rotate(0);
	color: #fff;
}
.train {
	background: none;
	padding-bottom: 0;
}
.train img {
	border-bottom: 3px solid #ff6e18;
	border-right: none;
	margin-top: 20px;
}
.train .conent:before {
	font-size: 80px;
	top: inherit;
	left: inherit;
	right: 0;
	bottom: -80px;
	line-height: 60px;
	color: #fff;
}
.train .conent {
	padding-top: 0;
	position: inherit;
}
.train .conent:after {
	top: auto;
	bottom: -15px;
}
.room {
	padding-top: 150px;
}
.room h2{ margin-bottom:0;}
.room img {
	border-bottom: 3px solid #ff6e18;
	border-right: none;
	margin-top: 20px;
}
.room .conent:before {
	font-size: 80px;
	top: inherit;
	left: inherit;
	right: 0;
	bottom: -80px;
	line-height: 60px;
	color: #edf1f2;
}
.room .conent {
	padding-top: 0;
	position: inherit;
	bottom:0;
}
.room .conent:after {
	top: auto;
	bottom: -15px;
}
.barcode {
	padding-top: 100px;
	padding-bottom:0;
}
.barcode h2 {
	border-right: none;
	margin-bottom:30px;
}
.barcode h2:after {
	content: "";
	position: absolute;
	bottom:15px;
	left:15px;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.bg-3 .page-line-left{ padding-bottom:0;}
.f-qua {
	height: 190px;
}
.f-qua .container:before {
	font-size: 80px;
	top: inherit;
	left: inherit;
	right: 15px;
	bottom: -100px;
	line-height: 60px;
}
.f-team {
	display: none;
}
.page-info-w {
	margin-top: 30px;
}
.exc {
	padding-bottom: 80px;
	position:relative;
}
.exc h2 {
	border-right: none;
	letter-spacing: normal;
	margin-bottom: 20px;
	width:auto;
}
.exc:before {
	content: "03";
	position: absolute;
	font-weight: bold;
	color: #fff;
	font-size: 80px;
	right: 15px;
	bottom: 0;
	line-height: 60px;
}
.exc p:before {
	content: "";
	position: absolute;
	bottom: 0;
	border-top: 1px solid #ff6e18;
	width: 60px;
}
.exc img {
	border-bottom: 3px solid #ff6e18;
}
.iso img, .gmp img, .tfda img, .cfda img {
	border-bottom: 3px solid #ff6e18;
}
.iso {
	padding-top: 60px;
}
.iso .pic {
	position: inherit;
	top: auto;
}
.iso p:after {
	bottom: auto;
	right: auto;
	left: 15px;
	top: -80px;
	font-size: 30px;
	color: #808080;
}
.iso p:before {
	bottom: auto;
	top: -18px;
	left: 80px;
	width: 60px;
}
.gmp {
	padding-top: 0;
}
.gmp .pic {
	position: inherit;
	top: auto;
}
.gmp p:after {
	bottom: auto;
	right: auto;
	left: 15px;
	top: -80px;
	font-size: 30px;
	color: #808080;
}
.gmp p:before {
	bottom: auto;
	top: -16px;
	left: 90px;
	width: 60px;
}
.tfda {
	padding-top: 0;
	background: none;
}
.tfda .pic {
	position: inherit;
	top: auto;
}
.tfda p:after {
	bottom: auto;
	right: auto;
	left:0;
	top: -80px;
	font-size: 30px;
	color: #808080;
}
.tfda p:before {
	bottom: auto;
	top: -20px;
	left: 95px;
	width: 60px;
}
.tfda p{ top:0;}
.cfda {
	padding-top: 0;
	padding-bottom: 50px;
	
}
.cfda p{top:0;}
.cfda .pic {
	position: inherit;
	top: auto;
}
.cfda p:after {
	bottom: auto;
	right: auto;
	left: 0;
	top: -80px;
	font-size: 30px;
	color: #808080;
}
.cfda p:before {
	bottom: auto;
	top: -20px;
	left: 95px;
	width: 60px;
}
.foot-pic {
	border-bottom: 3px solid #ff6f18;
}
.row.hover-org:hover:before {
	display:none;
}
.wrong .error {
	width: 100%;
	padding: 45% 10% 0 10%;
	border: 0;
	text-align: left;
}
.wrong p {
	border-bottom: 1px solid #808080;
	padding: 20px 5%;
	font-size: 18px;
}
.wrong #nav li a {
	color: #fff;
}
.wrong #nav .on {
	background: url(../images/m-on-g.svg) no-repeat;
	background-size: contain;
}
.wrong #nav .off {
	background: url(../images/m-off.svg) no-repeat;
	background-size: contain;
}
.pb140{ padding-bottom:0;}
footer span {
    font-size: 10px;
}
.main-title{ background:none;}
.tip03.org-line{ margin:0 0 0 30px;}
.color {
    padding: 50px 0 0;
}
.train h2{ margin-bottom:0;}
.tip03 {top: -10px;}
.bg-1 .page-line-left{ padding-bottom:20px;}
.barcode h2:before{ display:none;}
.lens {
     padding-top:0;
}
.mt220{ margin-top:220px;}
.iso,.gmp,.tfda{ padding-bottom:100px;}
footer .col-3{ padding-left:0;}
footer .col-9{ padding-top:28px;}
.bgB{ background:rgba(0,0,0,.8); height:65px; position:fixed !important; z-index:4;transition: 0.4s all ease;}
.slide .img5 {
    left: 70% !important;
}
.slide .img1{ left:18% !important;}
.slide .img3 {
    width: 90% !important;
    height: 90% !important;
    top: 0 !important;
}
.slide .img2 {
    width: 60% !important;
    height: 55% !important;
    top: 18% !important;
    left: 10% !important;
}

.slide .img4 {
    width: 60% !important;
    height: 55% !important;
    top: 18% !important;
    left: 63% !important;}
.barcode p {
    padding-top:0;
}
}

@media (max-width:400px) {/*iphone not plus*/
.bg-3 {
	background: url(../images/bg-3-mx.jpg) top repeat-x #edf1f2;
}
.bg-4 {
	background: url(../images/bg-4-mx.jpg) top repeat-x #edf1f2;
}
.mt240 {
	margin-top: 210px;
}
}
@media (max-width:350px) {/*lower*/
.bg-1 {
    background: url(../images/bg-1-xs.jpg) top repeat-x;
}
.bg-5 {
    background: url(../images/bg-5-xs.jpg) top repeat-x #edf1f2;
}
.bg-3 {
    background: url(../images/bg-3-xs.jpg) top repeat-x #edf1f2;
}
.bg-4 {
    background: url(../images/bg-4-xs.jpg) top repeat-x #edf1f2;
}
p {
	font-size:12px;
}
h2 {
    font-size: 22px !important;
}
h3 {
    font-size: 14px !important;
}
.f-qua {
    height: 170px;
}
.f-qua .container:before {
    bottom: -80px;
}
.mt240 {
	margin-top: 180px;
}
.mt220 {
	margin-top: 180px;
}
em {
    font-size: 17px;
}
.tip03:after {
    color: #edf1f2;
    top: 110px;
}
.item-pic img {
    padding-top: 12px;
}
.main-title {
    margin-top: 3vh;
}
}
