/* 公共样式表css */
html,body {
    color: #d01818;
    margin: 0;
    height: 100%;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #d01818;
}
img {
    border: 0;
}
body {
	background-position: center;
	height: 100%;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}
button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}
li {
    list-style: none;
}
a {
    color: #666;
}
a:hover {
    color: #eee;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
/* 必要布局样式css */
.bg{
	opacity: 1;
}
.bg{
	animation: bg 60s linear infinite;
	background: #ECECEC url(../images/home_bg.jpg) bottom left;
	    background-repeat: repeat-x;
		width: 6750px;
	    height: 100%;
	    left: 0;
	    opacity: 1;
	    position: fixed;
	    top: 0;
}

@keyframes bg{
0% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
100% {
    -moz-transform: translate3d(-1920px, 0, 0);
    -webkit-transform: translate3d(-1920px, 0, 0);
    -ms-transform: translate3d(-1920px, 0, 0);
}
}
.home_cont{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	vertical-align:middle;
}
.home_logo,.home_txt{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 10%;
	transition: all .5s linear;
}
.home_logo img,.home_txt img{
	width: 100%;
	transition: all .5s linear;
	display: block;
	margin: 0 auto;
}
.product-number-info {
   width: 100%;
    position: relative;
}
.product-number-info .product-number-inner {
    width: 100%;
    margin: 0 auto;
}
.product-number-info ul {
    padding: 85px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.q {
	zoom: 1;
}
.product-number-info li {
    width: 25%;
    padding-top: 1px;
	display: flex;
	flex-direction: column;
	padding-left: 7%;
}
.product-number-info li b {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 60px;
    line-height: 1;
    display:flex;
    position: relative;
    margin: 22px 0 0;
	font-weight:normal;
	color: #D01818;
}
.product-number-info li p {
    font-size: 30px;
	color: #222;
	transition: all .8s linear;
}
.product-number-info li b i {
    font-style: normal;
}
.product-number-info li b sup {
    position: relative;
    font-size: 20px;
    top: -3px;
}

.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    padding-left: 2px;
    position: relative;
    top: 28px;
	transition: all .8s linear;
}

.product-number-info li.li-5 {
    text-align: right;
}
@media screen and (max-width:1200px) {
	.home_cont{
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
	}
	.home_logo img{
		width: 80%;
		padding-top:55%;
		transition: all .5s linear;
	}
	.home_txt img{
		width: 60%;
		padding-top:15%;
		transition: all .5s linear;
	}
	.product-number-info ul{
		padding:50px 0;
		transition: all .5s linear;
	}
	.product-number-info li b {
	    font-size: 40px;
	}
	.product-number-info li b em{
		font-style: normal;
		font-size: 22px;
		padding-left: 2px;
		position: relative;
		top: 14px;
	}
	.product-number-info li p{
		font-size: 22px;
	}
}
@media screen and (max-width:756px) {
	.home_cont{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
	}
	.home_logo img{
		width: 80%;
		padding-top:28%;
		transition: all .5s linear;
	}
	.home_txt img{
		width: 60%;
		padding-top:15%;
		transition: all .5s linear;
	}
	.product-number-info ul{
		padding:50px 0;
		transition: all .5s linear;
	}
	.product-number-info li {
	    width: 50%;
	    padding-top: 15px;
		display: flex;
		flex-direction: column;
		padding: 0 14%;
	}
	.product-number-info li b {
	    font-size: 30px;
	}
	.product-number-info li b em{
		font-style: normal;
		font-size: 15px;
		padding-left: 2px;
		position: relative;
		top: 14px;
		transition: all .5s linear;
	}
	.product-number-info li p{
		font-size: 17px;
		transition: all .5s linear;
	}
}