

* {
	box-sizing:border-box;
}

*,*::before,*::after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent;
	height:100%;
	width: 100%;
}
@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url('../font/SourceHanSansCN-Regular.ttf') format('TrueType');
}
@font-face {
	font-family: "SourceHanSansCN-Bold";
	src: url('../font/SourceHanSansCN-Bold.ttf') format('TrueType');
}
body {
	color:#333;
	font-size:15px;
	font-weight:500;
	line-height:20px;
	/*font-family:"Helvetica Neue",Helvetica,STHeiTi,Arial,sans-serif;*/
	/*font-family:"SourceHanSansCN-Regular" !important;
	font: 500 14px/1.3 "microsoft yahei",Microsoft YaHei,sans-serif !important;*/
	min-height:100%;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 1;
	/*pc版设置不会乱*/
	/*width: 1200px;
	margin: 0 auto;*/
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
	border:0;
	font-variant:normal;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:500;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,main,menu,nav,section,summary {
	display:block;
}
audio,canvas,progress,video {
	display:inline-block;
}
audio:not([controls]) {
	display:none;
	height:0;
}
progress {
	vertical-align:baseline;
}
[hidden],template {
	display:none;
}
a {
	color:#333;
	font-size: 15px;
	cursor:pointer;
	outline:none;
	background:transparent;
	text-decoration:none;
	transition: .5s;
}
a:active {outline:0;}
a:hover,a:focus {
	text-decoration:none;
	color:#666;
}
abbr[title] {
	border-bottom:1px dotted;
}
b,strong {
	font-weight:bold;
}
dfn {
	font-style:italic;
}
mark {
	background:#ff0;
	color:#000;
}
small {
	font-size:80%;
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
img {
	display: block;
    margin: 0 auto;
	border:0;
	max-width:100%;
	vertical-align:middle;
}
svg:not(:root) {
	overflow:hidden;
}
pre {
	overflow:auto;
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
}
code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1em;
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
	vertical-align:middle;
}
button,input,select {
	overflow:visible;
}
button,select {
	text-transform:none;
}
button,html input[type="button"],
input[type="reset"],input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}
[disabled] {
	cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}
input {
	line-height:normal;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height:auto;
}
input[type="search"] {
	-webkit-appearance:textfield;
	box-sizing:border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
}
legend {
	border:0;
	padding:0;
}
textarea {
	overflow:auto;
	resize:vertical;
	vertical-align:top;
}
optgroup {
	font-weight:bold;
}
input,select,textarea {
	outline:0;
}
textarea,input {
	-webkit-user-modify:read-write-plaintext-only;
}
input::-ms-clear,input::-ms-reveal {
	display:none;
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#999;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#999;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#999;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
td,th {
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,figure,form,blockquote {
	margin:0;
}
ul,ol,li,dl,dd {
	margin:0;
	padding:0;
}
ul,ol {
	list-style:none outside none;
}
h1,h2,h3 {
	line-height:2;
	font-weight:normal;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
i {
	font-style:normal;
}

::-webkit-scrollbar {
	width:8px;
	height:8px;
	background-color:#f5f5f5;
}
::-webkit-scrollbar-track {
	border-radius:10px;
	background-color:#f5f5f5;
	box-shadow:inset 0 0 1px transparent;
}
::-webkit-scrollbar-thumb {
	border-radius:10px;
	background-color:#555;
	box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
::-ms-clear,::-ms-reveal {
	display:none;
}
::-ms-expand {
	display:none;
}

.placeholder {color:#999;}

/*top*/
#scrollUp {
	position:fixed;
	z-index:9999;
	right:0;
	bottom:22px;
	color:#fff;
	font-size:30px;
	width:40px;
	height:40px;
	line-height:35px;
	text-align:center;
	display:none;
	cursor:pointer;
	border-radius:50px;
	background: #ef7b1b;
	transition:0.5s;
}
#scrollUp:hover {background: rgba(239, 123, 27, 0.5);}
/*top*/

/*清除浮动*/
.clearfix {clear:both;}
.clearfix::before, .clearfix::after {
	visibility:hidden;
	clear:both;
	font-size:0;
	height:0;
	content:"";
	display:block;
	/*display:table;*/
}
/*清除浮动*/

/*纯CSS scale 图片放大*/
.scale_img {
	position: relative;
	overflow:hidden;
	display: block;
}
.scale_img img {
	width:100%;
	transition:3s all;
	-webkit-transition:3s all;
}
.scale_img:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
/*鼠标划过动画*/
.scale_img::before {
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.scale_img:hover::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
	left: 125%;
	}
}
@keyframes shine {
	100% {
	left: 125%;
	}
}
/*纯CSS scale 图片放大*/

/*图片向上动*/
.list_box_shadow {
	position: relative;
	/*transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);*/
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	overflow: hidden;
}
.list_box_shadow:hover {
	/*box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);*/
	box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

/*从左到右的线动画 1*/
.link_a {
	background-image: linear-gradient(transparent calc(100% - 1px),#b2b2b2 1px);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .2s;
	color: #333;
	font-size: 15px;
}
.link_a:hover {background-size:100% 100%;}
/*<a class="link_a" href="">aaaaa</a>*/
/*从左到右的线动画 1*/

/*从左到右的线动画 2*/
.before_a::before {
	width: 0;
	display: block;
	background: #009A44;
	height: 1px;
	content: '';
	margin: 0 0 5px;
	z-index: 4;
	position: absolute;
	top: auto;
    bottom: -5px;
    left: 0;
    right: auto;
	transition: 0.25s ease-in-out;
}
.before_a:hover::before {
	width: 100%;
	transition: 0.25s ease-in-out;
}
/*<h3><a class="before_a" href="">before_a</a><h3>*/
/*从左到右的线动画 2*/

/*tooltip*/
.tip {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	cursor: pointer;
}
.tip:hover::after {
	display: block;
	opacity: .8;
	transition: all .3s;
	transform: translate(5px, -50%);
}
[data-tooltip]::after {
	content: attr(data-tooltip);
	position: absolute;
	top: 50%;
	left: 100%;
	opacity: 0;
	z-index: 1;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	white-space: pre;
	padding: 5px 10px;
	background-color: #333;
	border-radius: 1px;
	transition: all .3s;
	transform: translate(-5px, -50%);
	box-shadow: 1px 1px 14px rgba(0,0,0,0.1)
}
/*<span class="tip" data-tooltip="tooltip">纯CSS Tooltip</span>*/
/*tooltip*/

/*三角形*/
.triangle_span {position: relative;}
.triangle_span::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	padding: 7px;
	background: #2a9fe3;
}
.triangle_span::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 14px;
	background: none;
	border: 4px solid transparent;
    border-left-color: #2a9fe3;
}
/*三角形*/

/*按钮动画*/
.btn_more_a { 
	position: relative; 
	overflow: hidden;
	display: block; 
	width: 150px; 
	height: 50px; 
	font: 14px Adobe Devanagari; 
	text-align: center; 
	color: #fff; 
	line-height: 20px; 
	border: 1px solid #fff;
}
.btn_more_a::before { 
	content: "";
	background: #000;
	position: absolute;   
	left: -100%; 
	top: 0; 
	z-index: 0; 
	width: 100%; 
	height: 100%; 
	transition: all 0.6s ease 0s; 
	-webkit-transition: all 0.6s ease 0s; 
	-moz-transition: all 0.6s ease 0s; 
	-o-transition: all 0.6s ease 0s;
}
.btn_more_a:hover::before { left: 0;}
.btn_more_a .small{ 
	line-height: 45px;
	position: absolute; 
	z-index: 1;  
	left: 0; 
	top: 0;
	text-align: center; 
	height: 100%; 
	width: 100%;
	transition: all 0.6s ease 0s; 
	-webkit-transition: all 0.6s ease 0s; 
	-moz-transition: all 0.6s ease 0s; 
	-o-transition: all 0.6s ease 0s;
}
.btn_more_a:hover .small {color:#fff;}

/*渐变按钮*/
.creatopo-btn {
	width: 100px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: linear-gradient(120deg, #ff2c9c 0%, #f9a47a 100%);
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	font-weight: 500;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.creatopo-btn::after {
  position: absolute;
  content: "";
  background-color: #222;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.creatopo-btn:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}
.creatopo-btn:hover {
	box-shadow: 2px 5px 15px rgba(114, 27, 213, 0.473);
	color: #fff;
}
/*<a href="#" class="creatopo-btn">Discover More</a>*/
/*渐变按钮*/

/*图片上下左右跳动*/
@-webkit-keyframes triangle {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    33% {
        -webkit-transform: translate3d(-120px, 150px, 0) rotate(180deg);
        transform: translate3d(-120px, 150px, 0) rotate(180deg);
    }
    67% {
        -webkit-transform: translate3d(130px, 130px, 0) rotate(380deg);
        transform: translate3d(130px, 130px, 0) rotate(380deg);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0) rotate(180deg);
        transform: translate3d(0px, 0px, 0) rotate(180deg);
    }
}
@keyframes triangle {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    33% {
        -webkit-transform: translate3d(-120px, 150px, 0) rotate(180deg);
        transform: translate3d(-120px, 150px, 0) rotate(180deg);
    }
    67% {
        -webkit-transform: translate3d(130px, 130px, 0) rotate(380deg);
        transform: translate3d(130px, 130px, 0) rotate(380deg);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0) rotate(180deg);
        transform: translate3d(0px, 0px, 0) rotate(180deg);
    }
}
.triangle_img {
	width: 15px;
    position: absolute;
    right: auto;
    left: 50%;
    top: 0;
    bottom: auto;
    z-index: 1;
    -webkit-animation: triangle 20s linear infinite;
    animation: triangle 20s linear infinite;
}
/*<img class="triangle_img" src="pic/triangle.png" alt="" />*/
/*图片上下左右跳动*/

/*图片上下跳动*/
@-webkit-keyframes rectangle {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes rectangle {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-150px);
		transform: translateY(-150px);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}


@-webkit-keyframes top-down {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes top-down {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
.rectangle_img {
	width: 20px;
	position: absolute;
    z-index: 1;
	left: auto;
    right: 8%;
    top: 60%;
    bottom: auto;
    -webkit-animation: rectangle 15s linear infinite;
    animation: rectangle 15s linear infinite;
}
/*<img class="rectangle_img" src="pic/rectangle.png" alt="" />*/

.circle_img {
	width: 10px;
	position: absolute;
    z-index: 1;
    left: 10%;
    right: auto;
    top: 10%;
    bottom: auto;
    -webkit-animation: top-down 5s linear infinite;
    animation: top-down 5s linear infinite;
}
/*<img class="circle_img" src="pic/circle.png" alt="" />*/
/*图片上下跳动*/

/*会动的图片星星*/
@-webkit-keyframes starPush {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(90deg);
		transform: scale(1) rotate(90deg);
	}
	100% {
		opacity: 0.5;
		-webkit-transform: scale(0.6) rotate(180deg);
		transform: scale(0.6) rotate(180deg);
	}
}
@keyframes starPush {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(90deg);
		transform: scale(1) rotate(90deg);
	}
	100% {
		opacity: 0.5;
		-webkit-transform: scale(0.6) rotate(180deg);
		transform: scale(0.6) rotate(180deg);
	}
}

.star_img {
	width: 25px;
	position: absolute;
	right: 250px;
	left: auto;
    top: 80px;
    bottom: auto;
    z-index: 1;
    -webkit-animation: starPush 5s linear infinite;
    animation: starPush 5s linear infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
/*<img class="star_img" src="pic/star_img.png" alt="" />*/
/*会动的图片星星*/

/*图片烟花效果*/
@-webkit-keyframes lineOne {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	10% {
		-webkit-transform: translate3d(-20px, -30px, 0);
		transform: translate3d(-20px, -30px, 0);
		opacity: 1;
	}
	80% {
		opacity: 1;
		-webkit-transform: translate3d(-115px, -192px, 0);
		transform: translate3d(-115px, -192px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-135px, -220px, 0);
		transform: translate3d(-135px, -220px, 0);
	}
}
@keyframes lineOne {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	10% {
		-webkit-transform: translate3d(-20px, -30px, 0);
		transform: translate3d(-20px, -30px, 0);
		opacity: 1;
	}
	80% {
		opacity: 1;
		-webkit-transform: translate3d(-115px, -192px, 0);
		transform: translate3d(-115px, -192px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-135px, -220px, 0);
		transform: translate3d(-135px, -220px, 0);
	}
}

.line_img {
	position: absolute;
    right: calc(50% - 100px);
    left: auto;
    top: auto;
    bottom: 0;
    z-index: 2;
    -webkit-animation: lineOne 8s linear infinite;
    animation: lineOne 8s linear infinite;
}
/*<img class="star_img" src="pic/line_img.png" alt="" />*/
/*图片烟花效果*/

/*按钮动画*/
.btn-white {
	position: relative;
	color: #9652FF;
    font-size: 15px;
    z-index: 0;
	background-color: #ffffff;
    overflow: hidden;
    border-radius: 0;
    border: 0px solid;
    padding: 19px 30px 15px;
	text-transform: capitalize;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn-white:focus, .btn-white:hover {
    background-color: #ffffff;
    color: #9652FF;
}
.btn-white:before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: inherit;
    width: 0%;
    background-color: rgba(0, 0, 0, 0.1);
}
.btn-white:focus:before, .btn-white:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}
/*<button type="submit" class="btn-white">Send Message</button>*/
/*按钮动画*/

/*.news_star {position: relative;}
.news_star img:nth-child(4) {
    left: -20px;
    right: auto;
    top: 155px;
    bottom: auto;
}
.news_star img:nth-child(5) {
    left: auto;
    right: 50%;
    top: auto;
    bottom: 0;
}

.footer_star {position: relative;}
.footer_star .star_img:nth-child(1) {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 0;
}                                             
.footer_star .star_img:nth-child(2) {
    left: auto;
    right: 75%;
    top: 250px;
    bottom: 0;
}
.footer_star .star_img:nth-child(3) {
    left: 60%;
    right: auto;
    top: 150px;
    bottom: auto;
}
.footer_star .star_img:nth-child(4) {
    left: -20px;
    right: auto;
    top: 80px;
    bottom: auto;
}
.footer_star .star_img:nth-child(5) {
    left: 40%;
    right: auto;
    top: 100px;
    bottom: 0;
}
*/
