.tx_left {
	text-align: left;
}

/* ul.clearfix li {
	position: relative;
	min-height: 1px;
}

ul.clearfix {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
 */
.font12 {
	font-size:0.625vw;
}

.font14 {
	font-size:0.729vw;
}

.font15 {
	font-size: 0.781vw;
}

.font16 {
	font-size:0.833vw;
}

.font18 {
	font-size:  0.938vw;
}

.font20 {
	font-size: 1.041vw;
}

.font21 {
	font-size: 1.093vw;
}

.font22 {
	font-size: 1.14vw;
}

.font25 {
	font-size: 1.30vw;
}

.font26 {
	font-size:1.354vw;
}

.font27 {
	font-size: 1.40vw;
}

.font28 {
	font-size: 1.458vw;
}

.font32 {
	font-size: 1.666vw;
}

.font36 {
	font-size: 1.8vw;
}

.font30 {
	font-size:1.56vw;
}

.font34 {
	font-size: 1.77vw;
}

.font24 {
	font-size: 1.25vw;
}
.font38{
	font-size:1.98vw;
}

.font40 {
	font-size: 2.08vw;
}

.font42 {
	font-size: 2.187vw;
}

.font45 {
	font-size:2.343vw;
}

.font46 {
	font-size: 2.395vw;
}

.font48 {
	font-size:2.5vw;
}

.font50 {
	font-size: 2.604vw;
}

.font56 {
	font-size: 2.916vw;
}

.font60 {
	font-size: 3.125vw;
}

.font80 {
	font-size: 4.166vw;
}

.f0 {

	color: #000;
}

.f3 {
	color: #333333;
}

.f6 {
	color: #666666;
}
.f8 {
	color: #888888;
}
.f9 {
	color: #909090;
}

.fa3 {
	color: #a3a3a3;
}

.fd3 {
	color: #d35336;
}

.fe6 {
	color: #e60012;
}

.fw {
	color: #FFFFFF;
}

.fc {
	color: #CCCCCC;
}

.f12 {
	color: #12957f;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex3 {
	display: flex;
	justify-content:flex-end;
	align-items: center;
}

.fontS {
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}

.line24 {
	line-height: 24px;
}
.line26 {
	line-height: 26px;
}


.line28 {
	line-height: 1.45vw;
}

.line30 {
	line-height: 1.56vw;
}
.line32 {
	line-height: 32px;
}
.line34 {
	line-height: 34px;
}
.line36 {
	line-height: 36px;
}
.line42{
	line-height: 42px;
}
.line48 {
	line-height: 48px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top:0.52vw;
}

.mt15 {
	margin-top: 0.781vw;
}

.mt20 {
	margin-top: 1.041vw;
}

.mt25 {
	margin-top:1.3vw;
}

.mt30 {
	margin-top: 2.6vw;
}

.mt40 {
	margin-top: 2.1vw;
}

.mt50 {
	margin-top: 2.6vw;
}

.mt60 {
	margin-top: 3.125vw;
}

.mt70 {
	margin-top: 3.645vw;
}

.mt80 {
	margin-top: 4.16vw;
}

.mt90 {
	margin-top:4.68vw;
}

.mt100 {
	margin-top: 5.20vw;
}

.mt110 {
	margin-top: 5.729vw;
}

.mt130 {
	margin-top: 6.77vw;
}

.mt160 {
	margin-top: 8.33vw;
}

.mt120 {
	margin-top: 6.25vw;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.none {
	display: none;
}

.bgnone {
	background: none;
}

.block {
	display: block;
}

.bw {
	background: #FFFFFF;
}

.center {
	text-align: center;
}

.border_c {
	border: 1px #ccc solid;
}

.red {
	color: #be0108;
}

.green {
	color: #00a100;
}

.shadow {
	box-shadow: 0 0 10px #e4e2e2;
}

.none {
	display: none;
}

.blue {
	color: rgba(20, 125, 160, 1);
}
.blue2 {
	color: #0044a0;
}
.pink{
	color: #ff6a66;
}
.orange{
	color: #ce7700;
}

.opc5 {
	opacity: 0.5;
}
.opc8{
	opacity: 0.85;
}
.upp {
	text-transform: uppercase;
}

#animat {

	animation: mymove 0.5s infinite;
	-webkit-animation: mymove 0.5s infinite;
	/*Safari and Chrome*/
	animation-direction: alternate;
	/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
	/* Safari 和 Chrome */
	-webkit-animation: mymove 0.5s infinite;
	-webkit-animation-direction: alternate;
	/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
}

@keyframes mymove {
	0% {
		margin-top: 0;
	}

	100% {
		margin-top: 10px;
	}
}

@-webkit-keyframes mymove {
	0% {
		margin-top: 0;
	}

	100% {
		margin-top: 10px;
	}
}

#animat2 {
	animation: mymove2 0.5s infinite;
	-webkit-animation: mymove2 0.5s infinite;
	/*Safari and Chrome*/
	animation-direction: alternate;
	/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
	/* Safari 和 Chrome */
	-webkit-animation: mymove2 0.5s infinite;
	-webkit-animation-direction: alternate;
	/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
}

@keyframes mymove2 {
	0% {
		right: -50px;
	}

	100% {
		right: -55px;
	}
}

@-webkit-keyframes mymove2 {
	0% {
		right: -50px;
	}

	100% {
		right: -55px;
	}
}

#animat3 {

	animation: mymove3 10s linear infinite;
	-webkit-animation: mymove3 10s linear infinite;
}

@keyframes mymove3 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes mymove3 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.wid50 {
	width: 50%;
}

.wid100 {
	width: 100%;
}

.deng {
	/* font-family: "等线"; */
}

.bold {
	font-weight: bold;
}

.radio10 {
	border-radius: 10px;
}

.space0 {
	letter-spacing: 0;
}

.space1 {
	letter-spacing: 1px;
}

.space2 {
	letter-spacing: 2px;
}

.space3 {
	letter-spacing: 3px;
}

.space4 {
	letter-spacing: 4px;
}

.font19 {
	font-size: 19px;
}

/*文字对齐*/
.tx_jus {
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: center;
	/* ie9*/
	-moz-text-align-last: justify;
	/*ff*/
	-webkit-text-align-last: justify;
	/*chrome 20+*/
}

.tx_jus_r {
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: right;
	/* ie9*/
	-moz-text-align-last: justify;
	/*ff*/
	-webkit-text-align-last: justify;
	/*chrome 20+*/
}

.tx_jus_l {
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: left;
	/* ie9*/
	-moz-text-align-last: justify;
	/*ff*/
	-webkit-text-align-last: justify;
	/*chrome 20+*/
    line-height: 35px;
}

button {
	cursor: pointer;
}

.par70 {
	padding:3.645vw 0;
}
.par60 {
	padding: 3.125vw 0;
}
.par50 {
	padding: 2.60vw 0;
}
.par45 {
	padding: 2.343vw 0;
}
.par100 {
	padding: 5.20vw 0;
}

.tab li {
	cursor: pointer;
}

#tabCon .tab_cell {
	display: none;
}

#tabCon .tab_cell:first-child {
	display: block;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}
select {

cursor: pointer;
outline: none;
-moz-appearance: none;
-webkit-appearance: none;
background: url("../img/select.png") no-repeat scroll right 1vw center transparent;
background-size: 2.5%;
}


@media screen and (max-width:767px) {
	.font16 {
		font-size: 14px;
	}

	.line36,
	.line48{
		line-height: 28px;
	}

	.font20,
	.font21,
	.font22,
	.font24,
	.font25,
	.font26,
	.font27,
	.font32,
	.font45,
	.font46,
	.font50 {
		font-size: 16px;
	}


	.font30,
	.font34,
	.font36,
	.font38,
	.font40,
	.font48,
	.font60 {
		font-size: 22px;
	}

	.mt30,
	.mt40,
	.mt50,
	.mt60 {
		margin-top: 20px;
	}

	.mt70,
	.mt80,
	.mt90,
	.mt100,
	.mt110,
	.mt120,
	.mt130 {
		margin-top: 25px;
	}

	.mt160 {
		margin-top: 35px;
	}
}

@media screen and (max-width:992px) {

	.font20,
	.font21,
	.font22,
	.font24,
	.font25,
	.font27,
	.font45 {
		font-size: 16px;
	}

	.font30,
	.font32,
	.font35,
	.font34,
	.font38,
	.font40,
	.font46,
	.font48,
	.font50,
	.font60 {
		font-size: 28px;
	}

	.mt30,
	.mt40,
	.mt50,
	.mt60 {
		margin-top: 20px;
	}

	.mt70,
	.mt80,
	.mt90,
	.mt100,
	.mt110,
	.mt120,
	.mt130 {
		margin-top: 25px;
	}
	.line30{
		line-height: 30px;
	}
}
@media screen and (min-width: 1200px) and (max-width:1440px) {
	/* .font16{
		font-size: 16px;
	}
	.font18{
		font-size: 18px;
	}
	.font20{
		font-size: 20px;
	}
	.font24{
		font-size: 24px;
	} */
	
}