﻿body, p {
    margin: 0;
    padding: 0;
    font-family: Helvetica;
}

html, body {
    width: 100%;
    height: 100%;
}
html{
    font-size: 100px;
}
img {
    border: none;
    margin: 0;
    padding: 0;
}

input:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

* {
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
}

input, select, textarea {
    border: none;
    outline: none 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-shadow: none;
    background: none;
    -webkit-user-select: text;
    box-shadow: none;
}

textarea {
    resize: none;
    outline: none
}

button:focus {
    outline: 0;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, legend, button, input, textarea, th, td, section, p, span, font, div {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

fieldset, img {
    border: 0;
}

/*button,input,select,textarea{font-size:100%;}*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/*在firefox下移除input[number]的上下箭头*/
input[type="number"] {
    -moz-appearance: textfield;
}


.head {
    width: 100%;
    height: 6.68rem;
    padding: 0 12%;
    box-sizing: border-box;
    background:url(../image/head_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.navigation {
    margin: 0 auto;
    width: 100%;
    height: 1.08rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    padding: 0.1rem 0 0.1rem 0.14rem;
    font-size: 0;
}

.navigation > img:first-child {
    float: left;
    width: 0.88rem;
    border-radius: 0.16rem;
	vertical-align: middle;
	padding-right: 0.22rem;
}


.navigation > div {
    line-height: 1rem;
    font-size: 0.16rem;
    color: #FA6400;
    float: left;
}
.navigation > div > span {
    cursor: pointer;
    margin-left: 0.86rem;
	color: #fff;
}
.navigation > div.logo>span {
    line-height: 0.4rem;
    margin-left: 0.16rem;
    font-size: 0.32rem;
}
.navigation > div.logo>p {
    margin-left: 0.16rem;
    font-size: 14px;
    color: #e5e5e5;
    letter-spacing: 0.1rem;
}
.navigation > div > span:hover {
    font-weight: bold;
}

.content{
	margin: 0 auto;
	width: 100%;
	padding-top: 1.4rem;
	padding-left: 0.56rem;
	box-sizing: border-box;
}
.content img{
	width: 6.04rem;
	height: 0.86rem;
}
.content .btns{
	width: 6rem;
	height: 0.68rem;
	display: flex;
	justify-content: space-between;
}
.content .btns .btn{
	width: 2.74rem;
	height: 0.68rem;
	border-radius: 0.34rem;
	border: 1px solid #fff;
	padding: 0 0.55rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	
}
.content .btns .btn img{
	margin: 0;
	width: 0.31rem;
	height: 0.37rem;
}
.content .btns .btn p,.content .btns .btn a{
	font-size: 0.28rem;
	color: #fff;
    text-decoration: none;
}

.about_us{
	width: 100%;
	height: 11.15rem;
	background-color: #fff;
}
.about_us>p{
	text-align: center;
	margin-top: 1.16rem;
	font-size: 0.5rem;
	color: #4A4A4A;
}
.about_us .con{
	margin: 1.5rem auto;
	display: flex;
	justify-content: space-around;
}
.about_us .con .word{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.about_us .con .word span{
	display: inline-block;
	font-size: 0.5rem;
	color: #1E1E1E;
	
}
.about_us .con .word p{
	line-height: 0.42rem;
	font-size: 0.22rem;
	color: #4A4A4A;
	
}
.data{
	background-color: #F4F4F4;
	padding-top: 1rem;
}
.foot{
	width: 100%;
	background-color: #F4F4F4;
}
.foot p{
	text-align: center;
}
.foot .contact{
	font-size: 0.5rem;
	color: #4A4A4A;
}
.foot .kefu{
	margin-top: 0.36rem;
	font-size: 0.22rem;
	color: #4A4A4A;
}
.foot .address,.foot .name,.foot .add{
	font-size: 0.22rem;
	margin-top: 0.2rem;
	color: #4A4A4A;
}
.foot .icp{
	font-size: 0.14rem;
	margin-top: 1.34rem;
	padding-bottom: 0.33rem;
	color: #333;
}
.foot .icp a{
    text-decoration: none;
    color: #333;
}