html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* custom */
a {
	color: #7e8c8d;
	-webkit-backface-visibility: hidden;
	text-decoration: none;
}

li {
	list-style: none;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 解决 Ios 300毫秒延迟 */
	touch-action: manipulation;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	overflow: auto;
}

/* 消除边框 */
input,
img {
	border: none;
}

/* 消除高亮 */
input {
	outline: none;
	border-radius: 0;
}

/* 统一对齐方式，避免间隙, 限定最大宽度，避免溢出 */
img {
	vertical-align: bottom;
	max-width: 100%;
}



/* 字体大小 */
.t1 {
	font-size: 16px;
}

.t2 {
	font-size: 70px;
}

.t3 {
	font-size: 48px;
}

.t4 {
	font-size: 30px;
}

.t5 {
	font-size: 14px;
}

.t5_link:hover{
	color: #295bef;
	text-decoration: underline;
}

.t6 {
	font-size: 24px;
}

/* .t1{font-size: 16px;} */
.fWeight {
	font-weight: bold;
}

/* 边框颜色 */
.borCol1 {
	border-color: #295bef;
}

/* 字体颜色 */
.col1 {
	color: #ffffff;
}

.col2 {
	color: #000000;
}

.col3 {
	color: #295bef;
}

.col4 {
	color: #999999;
}

.col5 {
	color: #333333;
}

.main {
	width: 100%;
	height: 100%;
}

.but1 {
	width: auto;
	height: auto;
	padding: 20px 40px;
	border: 1px solid #295bef;
	border-radius: 4px;
}




.main {
	width: 100%;
	height: 100%;
}

.heads {
	width: 100%;
	height: auto;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;

	/* color: #ffffff; */

}

.mode {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;



}

.logo {
	width: 140px;
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;

}

.logo img {
	width: 100%;
	height: auto;
}

.nav {
	width: 900px;
	display: block;
}

.nav_li {
	width: 112px;
	height: 100px;
	float: left;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	color: #fff;

}

.bor_bot {
	width: 0%;
	height: 3px;
	background: #295bef;
	position: absolute;
	bottom: 0;
}

.navAct .bor_bot,
.navNo .bor_bot {
	width: 100%;
	height: 3px;
	background: #295bef;
	position: absolute;
	bottom: 0;
}

.nav_li:hover .bor_bot {
	width: 100%;
	height: 3px;
	background: #295bef;
	position: absolute;
	bottom: 0;
	animation: towidth 0.5s;
	/*Safari 和 Chrome:*/
	-webkit-animation: towidth 0.5s;
}
@keyframes towidth {

	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

/*Safari 和 Chrome:*/
@-webkit-keyframes towidth {

	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.nav_move {
	animation: mymove 0.5s;
	/*Safari 和 Chrome:*/
	-webkit-animation: mymove 0.5s;
}


.onhead {
	background: #ffffff;
	box-shadow: 10px 0px 10px #000;
}

.onhead .mode .nav .nav_li {
	color: #000000;
}

.foot {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url("../img/foot.png") no-repeat bottom;
	background-size: 100%;

}

.foot_main {
	width: 1200px;
	height: auto;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;

}

.foot_left {
	width: 200px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid #f2f2f2;
}

.foot_left p {
	width: 100%;
	height: auto;
	line-height: 30px;
	text-align: center;
}

.foot_left img {
	width: 120px;
	height: auto;
	margin: 10px auto;
}

.foot_nav {
	width: 800px;
	height: auto;
	display: flex;
	justify-content: space-around;
}

.foot_nav_li {
	width: 20%;
	height: auto;
	line-height: 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.foot_right {
	width: 205px;
	height: auto;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	border-left: 1px solid #f2f2f2;
}

.foot_right img {
	width: 250px;
	float: right;
	margin-bottom: 30px;
}

.foot_right .t5 {
	width: 100%;
	height: auto;
	line-height: 24px;
}

.foot_l {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;

}
.foot_l  div:last-child{
	width: 700px;
	display: flex;
	justify-content: space-between;
}
