@charset "utf-8";
/*! 以下摘取自：normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 *个人自定义样式
 */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,
body {
	margin: 0;
}

body {
	overflow-x: hidden;
	font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", Tahoma, Arial, Verdana, "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	line-height: 1;
}

p {
	font-weight: normal;
	margin: 0;
}

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

li {
	list-style: none;
}

ul,
li,
ol {
	margin: 0;
	padding: 0;
}

fieldset,
input,
button,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='radio'] {
	-webkit-appearance: radio;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

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

.img2 {
	max-height: 100%;
	width: auto;
}

.trans {
	-moz-transition: all ease .8s;
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}

.trans04 {
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.trans2 {
	-moz-transition: all ease 2s;
	-webkit-transition: all ease 2s;
	-o-transition: all ease 2s;
	transition: all ease 2s;
}

.transcalxzero {
	transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.transcaletop {
	transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}

.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg0 {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.abs {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.flex {
    display: box;              /* OLD - Android 4.4- */
	display: flexbox; 
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

pre {
	white-space: normal;
	font-family: "microsoft yahei";
	margin: 0;
}


.slide_nav {
	overflow: auto;
	padding-bottom: 30px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	width: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	height: 100%;
	z-index: 99999999;
	background: #097C1F;
}

.slide_nav.left_active {
	right: 0;
}

.slide_nav .slide_logo {
	background: #fff;
	text-align: center;
	padding:20px 0;
}

.slide_nav .slide_logo a {
	display: block;
}

.slide_nav .slide_logo a img {

	height: 60px;
}

.slide_nav .slide_nav_ul {
	margin-top: 8%;
}

.slide_nav .slide_nav_ul li {
	text-align: center;
	position: relative;
	width: 100%;
	line-height: 50px;
}

.slide_nav .slide_nav_ul .slideJA {
	font-size: 16px;
}

.slide_nav .slide_nav_ul .slideNavSecon {
	display: none;
	overflow: hidden;
	background: #0a4e17;
}

.slide_nav .slide_nav_ul .slideNavSecon a {
	display: block;
}

.slide_nav .slide_nav_ul .slideNavSecon.active {
	height: 100%;
}

.slide_nav .slide_nav_ul li a {
	font-size: 15px;
	color: #fff;
	height: 50px;
	display: block;
}

.slide_nav .slide_nav_ul .slide_nav_ulLast a {
	display: inline-block;
}

.slide_nav .slide_nav_ul .slide_nav_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

.slide_nav .slide_nav_ul .slide_nav_bg span {
	background: #fff;
	height: 50px;
}

.slide_nav .slide_nav_ul .slide_nav_wz {
	font-size: 16px;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	line-height: 50px;
}
.phone_back {
	width: 60%;
	height: 40px;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
	border: 0;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 40px;
}


.delay1 {
	-webkit-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.delay2 {
	-webkit-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.delay3 {
	-webkit-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.delay4 {
	-webkit-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.delay5 {
	-webkit-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.delay6 {
	-webkit-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.delay7 {
	-webkit-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.delay8 {
	-webkit-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.delay9 {
	-webkit-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.delay10 {
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}

.delay11 {
	-webkit-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.delay12 {
	-webkit-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.delay15 {
	-webkit-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay18 {
	-webkit-animation-delay: 1.8s;
	-o-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.delay20 {
	-webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}
.delay23 {
	-webkit-animation-delay: 2.3s;
	-o-animation-delay: 2.3s;
	-moz-animation-delay: 2.3s;
	animation-delay: 2.3s;
}
.delay25 {
	-webkit-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.delay30{
	-webkit-animation-delay: 3s;
	-o-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s;
}
/**
 *自定义字体样式
 */
.z100{font-size: 100px;}
.z80{font-size: 80px;}
.z70{font-size: 70px;}
.z62{font-size: 62px;}
.z60{font-size: 60px;}
.z56{font-size: 56px;}
.z50{font-size: 50px;}
.z46{font-size: 46px;}
.z40{font-size: 40px;}
.z36{font-size: 36px;}
.z34{font-size: 34px;}
.z32{font-size: 32px;}
.z30{font-size: 30px;}
.z28{font-size: 28px;}
.z25{font-size: 25px;}
.z24{font-size: 24px;}
.z22{font-size: 22px;}
.z20{font-size: 20px;}
.z18{font-size: 18px;}
.z16{font-size: 16px;}
.z15{font-size: 15px;}
.z14{font-size: 14px;}
.z13{font-size: 13px;}
.z12{font-size: 12px;}
.z10{font-size: 10px;}

@media screen and (max-width: 1700px){
.z100{font-size: 88px;}
.z80{font-size: 70px;}
.z70{font-size: 60px;}
.z62{font-size: 54px;}
.z60{font-size: 53px;}
.z56{font-size: 49px;}
.z50{font-size: 44px;}
.z46{font-size: 40px;}
.z40{font-size: 35px;}
.z36{font-size: 31px;}
.z34{font-size: 30px;}
.z32{font-size: 28px;}
.z30{font-size: 26px;}
.z28{font-size: 24px;}
.z25{font-size: 22px;}
.z24{font-size: 21px;}
.z22{font-size: 18px;}
.z20{font-size: 18px;}
.z18{font-size: 16px;}
.z16{font-size: 14px;}
.z15{font-size: 14px;}
.z14{font-size: 12px;}
}
@media screen and (max-width: 1400px){
.z100{font-size: 72px;}
.z80{font-size: 58px;}
.z70{font-size: 50px;}
.z62{font-size: 45px;}
.z60{font-size: 43px;}
.z56{font-size: 40px;}
.z50{font-size: 36px;}
.z46{font-size: 33px;}
.z40{font-size: 29px;}
.z36{font-size: 26px;}
.z34{font-size: 24px;}
.z32{font-size: 23px;}
.z30{font-size: 20px;}
.z28{font-size: 20px;}
.z25{font-size: 18px;}
.z24{font-size: 18px;}
.z22{font-size: 16px;}
.z20{font-size: 16px;}
.z18{font-size: 14px;}
.z16{font-size: 12px;}
.z15{font-size: 12px;}
}
@media screen and (max-width: 1200px){
.z100{font-size: 62px;}
.z80{font-size: 50px;}
.z70{font-size: 43px;}
.z62{font-size: 38px;}
.z60{font-size: 37px;}
.z56{font-size: 35px;}
.z50{font-size: 31px;}
.z46{font-size: 28px;}
.z40{font-size: 25px;}
.z36{font-size: 22px;}
.z34{font-size: 21px;}
.z32{font-size: 20px;}
.z30{font-size: 18px;}
.z28{font-size: 18px;}
.z25{font-size: 16px;}
.z24{font-size: 16px;}
.z22{font-size: 14px;}
.z20{font-size: 14px;}
.z18{font-size: 12px;}
}
@media screen and (max-width: 1024px){
.z100{font-size: 52px;}
.z80{font-size: 42px;}
.z70{font-size: 37px;}
.z62{font-size: 33px;}
.z60{font-size: 32px;}
.z56{font-size: 29px;}
.z50{font-size: 26px;}
.z46{font-size: 24px;}
.z40{font-size: 21px;}
.z36{font-size: 19px;}
.z34{font-size: 18px;}
.z32{font-size: 17px;}
.z30{font-size: 16px;}
.z28{font-size: 16px;}
.z25{font-size: 16px;}
.z24{font-size: 14px;}
.z22{font-size: 12px;}
.z20{font-size: 12px;}
}


@media screen and (max-width: 950px){
.z100{font-size: 50px;}
.z80{font-size: 39px;}
.z70{font-size: 34px;}
.z62{font-size: 30px;}
.z60{font-size: 29px;}
.z56{font-size: 27px;}
.z50{font-size: 24px;}
.z46{font-size: 22px;}
.z40{font-size: 19px;}
.z36{font-size: 17px;}
.z34{font-size: 16px;}
.z32{font-size: 16px;}
.z30{font-size: 14px;}
.z28{font-size: 14px;}
.z25{font-size: 14px;}
.z24{font-size: 12px;}
}

@media screen and (max-width: 850px){
.z100{font-size: 44px;}
.z80{font-size: 35px;}
.z70{font-size: 30px;}
.z62{font-size: 27px;}
.z60{font-size: 26px;}
.z56{font-size: 24px;}
.z50{font-size: 22px;}
.z46{font-size: 20px;}
.z40{font-size: 17px;}
.z36{font-size: 16px;}
.z34{font-size: 14px;}
.z32{font-size: 14px;}
.z30{font-size: 12px;}
.z28{font-size: 12px;}
.z25{font-size: 12px;}
}

@media screen and (max-width: 768px){
.z100{font-size: 40px;}
.z80{font-size: 32px;}
.z70{font-size: 28px;}
.z62{font-size: 24px;}
.z60{font-size: 24px;}
.z56{font-size: 22px;}
.z50{font-size: 20px;}
.z46{font-size: 18px;}
.z40{font-size: 16px;}
.z36{font-size: 14px;}
.z34{font-size: 12px;}
.z32{font-size: 12px;}
}

@media screen and (max-width: 650px){
.z100{font-size: 33px;}
.z80{font-size: 27px;}
.z70{font-size: 23px;}
.z62{font-size: 20px;}
.z60{font-size: 20px;}
.z56{font-size: 18px;}
.z50{font-size: 16px;}
.z46{font-size: 15px;}
.z40{font-size: 14px;}
.z36{font-size: 12px;}
}
@media screen and (max-width: 560px){
 .z100{font-size: 29px;}
.z80{font-size: 23px;}
.z70{font-size: 20px;}
.z62{font-size: 18px;}
.z60{font-size: 17px;}
.z56{font-size: 16px;}
.z50{font-size: 14px;}
.z46{font-size: 13px;}
.z40{font-size: 12px;}
}

@media screen and (max-width: 450px){
.z100{font-size: 22px;}
.z80{font-size: 18px;}
.z70{font-size: 16px;}
.z62{font-size: 14px;}
.z60{font-size: 14px;}
.z56{font-size: 13px;}
.z50{font-size: 12px;}
.z46{font-size: 12px;}
}

