@charset "utf-8";
/* CSS Document */

body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    word-wrap: break-word;
	font-family:'微软雅黑';
}


.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6
{
	font-family: Roboto,sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: .5rem;
	color: #37474f
}

.h1,h1
{
	font-size: 2.572rem
}

.h2,h2
{
	font-size: 2.143rem
}

.h3,h3
{
	font-size: 1.715rem
}

.h4,h4
{
	font-size: 1.286rem
}

.h5,h5
{
	font-size: 1rem
}

.h6,h6
{
	font-size: .858rem
}

.lead
{
	font-size: 1.429rem;
	font-weight: 300
}

.display-1
{
	font-size: 6rem;
	font-weight: 300
}

.display-2
{
	font-size: 5.5rem;
	font-weight: 300
}

.display-3
{
	font-size: 4.5rem;
	font-weight: 300
}

.display-4
{
	font-size: 3.5rem;
	font-weight: 300
}

hr
{
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #e4eaec
}

.small,small
{
	font-size: 80%;
	font-weight: 400
}

.mark,mark
{
	padding: .23rem;
	background-color: #f2a654
}

.list-unstyled
{
	padding-left: 0;
	list-style: none
}

.list-inline
{
	padding-left: 0;
	list-style: none
}

.list-inline-item
{
	display: inline-block
}

.list-inline-item:not(:last-child)
{
	margin-right: 5px
}

.initialism
{
	font-size: 90%;
	text-transform: uppercase
}

.blockquote
{
	font-size: 1.25rem;
	margin-bottom: 1rem;
	padding: .5rem 1rem;
	border-left: .285rem solid #e4eaec
}

.blockquote-footer
{
	font-size: 80%;
	display: block;
	color: #a3afb7
}

.blockquote-footer::before
{
	content: '\2014 \00A0'
}

.blockquote-reverse
{
	padding-right: 1rem;
	padding-left: 0;
	text-align: right;
	border-right: .285rem solid #e4eaec;
	border-left: 0
}

.blockquote-reverse .blockquote-footer::before
{
	content: ''
}

.blockquote-reverse .blockquote-footer::after
{
	content: '\00A0 \2014'
}

dl.row>dd+dt
{
	clear: left
}

.carousel-inner>.carousel-item>a>img,.carousel-inner>.carousel-item>img,.img-fluid
{
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded
{
	border-radius: .286rem
}

.img-thumbnail
{
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: .25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #ddd;
	border-radius: .25rem;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	box-shadow: 0 1px 2px rgba(0,0,0,.075)
}

.img-circle
{
	border-radius: 50%
}

.figure
{
	display: inline-block
}

.figure-img
{
	line-height: 1;
	margin-bottom: .5rem
}

.figure-caption
{
	font-size: 90%;
	color: #ccd5db
}

code,kbd,pre,samp
{
	font-family: Menlo,Monaco,Consolas,'Courier New',monospace
}

code
{
	font-size: 90%;
	padding: .15rem .3rem;
	color: #5683ad;
	border-radius: .215rem;
	background-color: rgba(232,241,248,.1)
}

kbd
{
	font-size: 90%;
	padding: .15rem .3rem;
	color: #fff;
	border-radius: .143rem;
	background-color: #62a8ea;
	-webkit-box-shadow: inset 0 -.1rem 0 rgba(0,0,0,.25);
	box-shadow: inset 0 -.1rem 0 rgba(0,0,0,.25)
}

kbd kbd
{
	font-size: 100%;
	font-weight: 700;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre
{
	font-size: 90%;
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	color: inherit
}

pre code
{
	font-size: inherit;
	padding: 0;
	color: inherit;
	border-radius: 0;
	background-color: transparent
}

.pre-scrollable
{
	overflow-y: scroll;
	max-height: 340px
}

.container
{
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: .9375rem;
	padding-left: .9375rem
}

.container::after
{
	display: table;
	clear: both;
	content: ''
}

@media (min-width:480px)
{
	.container
	{
		width: 606px
	}
}

@media (min-width:768px)
{
	.container
	{
		width: 750px
	}
}

@media (min-width:992px)
{
	.container
	{
		width: 970px
	}
}

@media (min-width:1200px)
{
	.container
	{
		width: 1170px
	}
}

@media (min-width:1600px)
{
	.container
	{
		width: 1310px
	}
}

.container-fluid
{
	margin-right: auto;
	margin-left: auto;
	padding-right: .9375rem;
	padding-left: .9375rem
}

.container-fluid::after
{
	display: table;
	clear: both;
	content: ''
}

.row
{
	margin-right: -.9375rem;
	margin-left: -.9375rem
}

.row::after
{
	display: table;
	clear: both;
	content: ''
}

@media (min-width:480px)
{
	.row
	{
		margin-right: -.9375rem;
		margin-left: -.9375rem
	}
}

@media (min-width:768px)
{
	.row
	{
		margin-right: -.9375rem;
		margin-left: -.9375rem
	}
}

@media (min-width:992px)
{
	.row
	{
		margin-right: -.9375rem;
		margin-left: -.9375rem
	}
}

@media (min-width:1200px)
{
	.row
	{
		margin-right: -.9375rem;
		margin-left: -.9375rem
	}
}

.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9
{
	position: relative;
	min-height: 1px;
	padding-right: .9375rem;
	padding-left: .9375rem
}

@media (min-width:480px)
{
	.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9
	{
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

@media (min-width:768px)
{
	.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9
	{
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

@media (min-width:992px)
{
	.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9
	{
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

@media (min-width:1200px)
{
	.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9
	{
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

.col-xs-1
{
	float: left;
	width: 8.333333%
}

.col-xs-2
{
	float: left;
	width: 16.666667%
}

.col-xs-3
{
	float: left;
	width: 25%
}

.col-xs-4
{
	float: left;
	width: 33.333333%
}

.col-xs-5
{
	float: left;
	width: 41.666667%
}

.col-xs-6
{
	float: left;
	width: 50%
}

.col-xs-7
{
	float: left;
	width: 58.333333%
}

.col-xs-8
{
	float: left;
	width: 66.666667%
}

.col-xs-9
{
	float: left;
	width: 75%
}

.col-xs-10
{
	float: left;
	width: 83.333333%
}

.col-xs-11
{
	float: left;
	width: 91.666667%
}

.col-xs-12
{
	float: left;
	width: 100%
}

.pull-xs-0
{
	right: auto
}

.pull-xs-1
{
	right: 8.333333%
}

.pull-xs-2
{
	right: 16.666667%
}

.pull-xs-3
{
	right: 25%
}

.pull-xs-4
{
	right: 33.333333%
}

.pull-xs-5
{
	right: 41.666667%
}

.pull-xs-6
{
	right: 50%
}

.pull-xs-7
{
	right: 58.333333%
}

.pull-xs-8
{
	right: 66.666667%
}

.pull-xs-9
{
	right: 75%
}

.pull-xs-10
{
	right: 83.333333%
}

.pull-xs-11
{
	right: 91.666667%
}

.pull-xs-12
{
	right: 100%
}

.push-xs-0
{
	left: auto
}

.push-xs-1
{
	left: 8.333333%
}

.push-xs-2
{
	left: 16.666667%
}

.push-xs-3
{
	left: 25%
}

.push-xs-4
{
	left: 33.333333%
}

.push-xs-5
{
	left: 41.666667%
}

.push-xs-6
{
	left: 50%
}

.push-xs-7
{
	left: 58.333333%
}

.push-xs-8
{
	left: 66.666667%
}

.push-xs-9
{
	left: 75%
}

.push-xs-10
{
	left: 83.333333%
}

.push-xs-11
{
	left: 91.666667%
}

.push-xs-12
{
	left: 100%
}

.offset-xs-1
{
	margin-left: 8.333333%
}

.offset-xs-2
{
	margin-left: 16.666667%
}

.offset-xs-3
{
	margin-left: 25%
}

.offset-xs-4
{
	margin-left: 33.333333%
}

.offset-xs-5
{
	margin-left: 41.666667%
}

.offset-xs-6
{
	margin-left: 50%
}

.offset-xs-7
{
	margin-left: 58.333333%
}

.offset-xs-8
{
	margin-left: 66.666667%
}

.offset-xs-9
{
	margin-left: 75%
}

.offset-xs-10
{
	margin-left: 83.333333%
}

.offset-xs-11
{
	margin-left: 91.666667%
}

@media (min-width:480px)
{
	.col-sm-1
	{
		float: left;
		width: 8.333333%
	}

	.col-sm-2
	{
		float: left;
		width: 16.666667%
	}

	.col-sm-3
	{
		float: left;
		width: 25%
	}

	.col-sm-4
	{
		float: left;
		width: 33.333333%
	}

	.col-sm-5
	{
		float: left;
		width: 41.666667%
	}

	.col-sm-6
	{
		float: left;
		width: 50%
	}

	.col-sm-7
	{
		float: left;
		width: 58.333333%
	}

	.col-sm-8
	{
		float: left;
		width: 66.666667%
	}

	.col-sm-9
	{
		float: left;
		width: 75%
	}

	.col-sm-10
	{
		float: left;
		width: 83.333333%
	}

	.col-sm-11
	{
		float: left;
		width: 91.666667%
	}

	.col-sm-12
	{
		float: left;
		width: 100%
	}

	.pull-sm-0
	{
		right: auto
	}

	.pull-sm-1
	{
		right: 8.333333%
	}

	.pull-sm-2
	{
		right: 16.666667%
	}

	.pull-sm-3
	{
		right: 25%
	}

	.pull-sm-4
	{
		right: 33.333333%
	}

	.pull-sm-5
	{
		right: 41.666667%
	}

	.pull-sm-6
	{
		right: 50%
	}

	.pull-sm-7
	{
		right: 58.333333%
	}

	.pull-sm-8
	{
		right: 66.666667%
	}

	.pull-sm-9
	{
		right: 75%
	}

	.pull-sm-10
	{
		right: 83.333333%
	}

	.pull-sm-11
	{
		right: 91.666667%
	}

	.pull-sm-12
	{
		right: 100%
	}

	.push-sm-0
	{
		left: auto
	}

	.push-sm-1
	{
		left: 8.333333%
	}

	.push-sm-2
	{
		left: 16.666667%
	}

	.push-sm-3
	{
		left: 25%
	}

	.push-sm-4
	{
		left: 33.333333%
	}

	.push-sm-5
	{
		left: 41.666667%
	}

	.push-sm-6
	{
		left: 50%
	}

	.push-sm-7
	{
		left: 58.333333%
	}

	.push-sm-8
	{
		left: 66.666667%
	}

	.push-sm-9
	{
		left: 75%
	}

	.push-sm-10
	{
		left: 83.333333%
	}

	.push-sm-11
	{
		left: 91.666667%
	}

	.push-sm-12
	{
		left: 100%
	}

	.offset-sm-0
	{
		margin-left: 0
	}

	.offset-sm-1
	{
		margin-left: 8.333333%
	}

	.offset-sm-2
	{
		margin-left: 16.666667%
	}

	.offset-sm-3
	{
		margin-left: 25%
	}

	.offset-sm-4
	{
		margin-left: 33.333333%
	}

	.offset-sm-5
	{
		margin-left: 41.666667%
	}

	.offset-sm-6
	{
		margin-left: 50%
	}

	.offset-sm-7
	{
		margin-left: 58.333333%
	}

	.offset-sm-8
	{
		margin-left: 66.666667%
	}

	.offset-sm-9
	{
		margin-left: 75%
	}

	.offset-sm-10
	{
		margin-left: 83.333333%
	}

	.offset-sm-11
	{
		margin-left: 91.666667%
	}
}

@media (min-width:768px)
{
	.col-md-1
	{
		float: left;
		width: 8.333333%
	}

	.col-md-2
	{
		float: left;
		width: 16.666667%
	}

	.col-md-3
	{
		float: left;
		width: 25%
	}

	.col-md-4
	{
		float: left;
		width: 33.333333%
	}

	.col-md-5
	{
		float: left;
		width: 41.666667%
	}

	.col-md-6
	{
		float: left;
		width: 50%
	}

	.col-md-7
	{
		float: left;
		width: 58.333333%
	}

	.col-md-8
	{
		float: left;
		width: 66.666667%
	}

	.col-md-9
	{
		float: left;
		width: 75%
	}

	.col-md-10
	{
		float: left;
		width: 83.333333%
	}

	.col-md-11
	{
		float: left;
		width: 91.666667%
	}

	.col-md-12
	{
		float: left;
		width: 100%
	}

	.pull-md-0
	{
		right: auto
	}

	.pull-md-1
	{
		right: 8.333333%
	}

	.pull-md-2
	{
		right: 16.666667%
	}

	.pull-md-3
	{
		right: 25%
	}

	.pull-md-4
	{
		right: 33.333333%
	}

	.pull-md-5
	{
		right: 41.666667%
	}

	.pull-md-6
	{
		right: 50%
	}

	.pull-md-7
	{
		right: 58.333333%
	}

	.pull-md-8
	{
		right: 66.666667%
	}

	.pull-md-9
	{
		right: 75%
	}

	.pull-md-10
	{
		right: 83.333333%
	}

	.pull-md-11
	{
		right: 91.666667%
	}

	.pull-md-12
	{
		right: 100%
	}

	.push-md-0
	{
		left: auto
	}

	.push-md-1
	{
		left: 8.333333%
	}

	.push-md-2
	{
		left: 16.666667%
	}

	.push-md-3
	{
		left: 25%
	}

	.push-md-4
	{
		left: 33.333333%
	}

	.push-md-5
	{
		left: 41.666667%
	}

	.push-md-6
	{
		left: 50%
	}

	.push-md-7
	{
		left: 58.333333%
	}

	.push-md-8
	{
		left: 66.666667%
	}

	.push-md-9
	{
		left: 75%
	}

	.push-md-10
	{
		left: 83.333333%
	}

	.push-md-11
	{
		left: 91.666667%
	}

	.push-md-12
	{
		left: 100%
	}

	.offset-md-0
	{
		margin-left: 0
	}

	.offset-md-1
	{
		margin-left: 8.333333%
	}

	.offset-md-2
	{
		margin-left: 16.666667%
	}

	.offset-md-3
	{
		margin-left: 25%
	}

	.offset-md-4
	{
		margin-left: 33.333333%
	}

	.offset-md-5
	{
		margin-left: 41.666667%
	}

	.offset-md-6
	{
		margin-left: 50%
	}

	.offset-md-7
	{
		margin-left: 58.333333%
	}

	.offset-md-8
	{
		margin-left: 66.666667%
	}

	.offset-md-9
	{
		margin-left: 75%
	}

	.offset-md-10
	{
		margin-left: 83.333333%
	}

	.offset-md-11
	{
		margin-left: 91.666667%
	}
}

@media (min-width:992px)
{
	.col-lg-1
	{
		float: left;
		width: 8.333333%
	}

	.col-lg-2
	{
		float: left;
		width: 16.666667%
	}

	.col-lg-3
	{
		float: left;
		width: 25%
	}

	.col-lg-4
	{
		float: left;
		width: 33.333333%
	}

	.col-lg-5
	{
		float: left;
		width: 41.666667%
	}

	.col-lg-6
	{
		float: left;
		width: 50%
	}

	.col-lg-7
	{
		float: left;
		width: 58.333333%
	}

	.col-lg-8
	{
		float: left;
		width: 66.666667%
	}

	.col-lg-9
	{
		float: left;
		width: 75%
	}

	.col-lg-10
	{
		float: left;
		width: 83.333333%
	}

	.col-lg-11
	{
		float: left;
		width: 91.666667%
	}

	.col-lg-12
	{
		float: left;
		width: 100%
	}

	.pull-lg-0
	{
		right: auto
	}

	.pull-lg-1
	{
		right: 8.333333%
	}

	.pull-lg-2
	{
		right: 16.666667%
	}

	.pull-lg-3
	{
		right: 25%
	}

	.pull-lg-4
	{
		right: 33.333333%
	}

	.pull-lg-5
	{
		right: 41.666667%
	}

	.pull-lg-6
	{
		right: 50%
	}

	.pull-lg-7
	{
		right: 58.333333%
	}

	.pull-lg-8
	{
		right: 66.666667%
	}

	.pull-lg-9
	{
		right: 75%
	}

	.pull-lg-10
	{
		right: 83.333333%
	}

	.pull-lg-11
	{
		right: 91.666667%
	}

	.pull-lg-12
	{
		right: 100%
	}

	.push-lg-0
	{
		left: auto
	}

	.push-lg-1
	{
		left: 8.333333%
	}

	.push-lg-2
	{
		left: 16.666667%
	}

	.push-lg-3
	{
		left: 25%
	}

	.push-lg-4
	{
		left: 33.333333%
	}

	.push-lg-5
	{
		left: 41.666667%
	}

	.push-lg-6
	{
		left: 50%
	}

	.push-lg-7
	{
		left: 58.333333%
	}

	.push-lg-8
	{
		left: 66.666667%
	}

	.push-lg-9
	{
		left: 75%
	}

	.push-lg-10
	{
		left: 83.333333%
	}

	.push-lg-11
	{
		left: 91.666667%
	}

	.push-lg-12
	{
		left: 100%
	}

	.offset-lg-0
	{
		margin-left: 0
	}

	.offset-lg-1
	{
		margin-left: 8.333333%
	}

	.offset-lg-2
	{
		margin-left: 16.666667%
	}

	.offset-lg-3
	{
		margin-left: 25%
	}

	.offset-lg-4
	{
		margin-left: 33.333333%
	}

	.offset-lg-5
	{
		margin-left: 41.666667%
	}

	.offset-lg-6
	{
		margin-left: 50%
	}

	.offset-lg-7
	{
		margin-left: 58.333333%
	}

	.offset-lg-8
	{
		margin-left: 66.666667%
	}

	.offset-lg-9
	{
		margin-left: 75%
	}

	.offset-lg-10
	{
		margin-left: 83.333333%
	}

	.offset-lg-11
	{
		margin-left: 91.666667%
	}
}

@media (min-width:1200px)
{
	.col-xl-1
	{
		float: left;
		width: 8.333333%
	}

	.col-xl-2
	{
		float: left;
		width: 16.666667%
	}

	.col-xl-3
	{
		float: left;
		width: 25%
	}

	.col-xl-4
	{
		float: left;
		width: 33.333333%
	}

	.col-xl-5
	{
		float: left;
		width: 41.666667%
	}

	.col-xl-6
	{
		float: left;
		width: 50%
	}

	.col-xl-7
	{
		float: left;
		width: 58.333333%
	}

	.col-xl-8
	{
		float: left;
		width: 66.666667%
	}

	.col-xl-9
	{
		float: left;
		width: 75%
	}

	.col-xl-10
	{
		float: left;
		width: 83.333333%
	}

	.col-xl-11
	{
		float: left;
		width: 91.666667%
	}

	.col-xl-12
	{
		float: left;
		width: 100%
	}

	.pull-xl-0
	{
		right: auto
	}

	.pull-xl-1
	{
		right: 8.333333%
	}

	.pull-xl-2
	{
		right: 16.666667%
	}

	.pull-xl-3
	{
		right: 25%
	}

	.pull-xl-4
	{
		right: 33.333333%
	}

	.pull-xl-5
	{
		right: 41.666667%
	}

	.pull-xl-6
	{
		right: 50%
	}

	.pull-xl-7
	{
		right: 58.333333%
	}

	.pull-xl-8
	{
		right: 66.666667%
	}

	.pull-xl-9
	{
		right: 75%
	}

	.pull-xl-10
	{
		right: 83.333333%
	}

	.pull-xl-11
	{
		right: 91.666667%
	}

	.pull-xl-12
	{
		right: 100%
	}

	.push-xl-0
	{
		left: auto
	}

	.push-xl-1
	{
		left: 8.333333%
	}

	.push-xl-2
	{
		left: 16.666667%
	}

	.push-xl-3
	{
		left: 25%
	}

	.push-xl-4
	{
		left: 33.333333%
	}

	.push-xl-5
	{
		left: 41.666667%
	}

	.push-xl-6
	{
		left: 50%
	}

	.push-xl-7
	{
		left: 58.333333%
	}

	.push-xl-8
	{
		left: 66.666667%
	}

	.push-xl-9
	{
		left: 75%
	}

	.push-xl-10
	{
		left: 83.333333%
	}

	.push-xl-11
	{
		left: 91.666667%
	}

	.push-xl-12
	{
		left: 100%
	}

	.offset-xl-0
	{
		margin-left: 0
	}

	.offset-xl-1
	{
		margin-left: 8.333333%
	}

	.offset-xl-2
	{
		margin-left: 16.666667%
	}

	.offset-xl-3
	{
		margin-left: 25%
	}

	.offset-xl-4
	{
		margin-left: 33.333333%
	}

	.offset-xl-5
	{
		margin-left: 41.666667%
	}

	.offset-xl-6
	{
		margin-left: 50%
	}

	.offset-xl-7
	{
		margin-left: 58.333333%
	}

	.offset-xl-8
	{
		margin-left: 66.666667%
	}

	.offset-xl-9
	{
		margin-left: 75%
	}

	.offset-xl-10
	{
		margin-left: 83.333333%
	}

	.offset-xl-11
	{
		margin-left: 91.666667%
	}
}

@media (min-width:1600px)
{
	.col-xxl-1
	{
		float: left;
		width: 8.333333%
	}

	.col-xxl-2
	{
		float: left;
		width: 16.666667%
	}

	.col-xxl-3
	{
		float: left;
		width: 25%
	}

	.col-xxl-4
	{
		float: left;
		width: 33.333333%
	}

	.col-xxl-5
	{
		float: left;
		width: 41.666667%
	}

	.col-xxl-6
	{
		float: left;
		width: 50%
	}

	.col-xxl-7
	{
		float: left;
		width: 58.333333%
	}

	.col-xxl-8
	{
		float: left;
		width: 66.666667%
	}

	.col-xxl-9
	{
		float: left;
		width: 75%
	}

	.col-xxl-10
	{
		float: left;
		width: 83.333333%
	}

	.col-xxl-11
	{
		float: left;
		width: 91.666667%
	}

	.col-xxl-12
	{
		float: left;
		width: 100%
	}

	.pull-xxl-0
	{
		right: auto
	}

	.pull-xxl-1
	{
		right: 8.333333%
	}

	.pull-xxl-2
	{
		right: 16.666667%
	}

	.pull-xxl-3
	{
		right: 25%
	}

	.pull-xxl-4
	{
		right: 33.333333%
	}

	.pull-xxl-5
	{
		right: 41.666667%
	}

	.pull-xxl-6
	{
		right: 50%
	}

	.pull-xxl-7
	{
		right: 58.333333%
	}

	.pull-xxl-8
	{
		right: 66.666667%
	}

	.pull-xxl-9
	{
		right: 75%
	}

	.pull-xxl-10
	{
		right: 83.333333%
	}

	.pull-xxl-11
	{
		right: 91.666667%
	}

	.pull-xxl-12
	{
		right: 100%
	}

	.push-xxl-0
	{
		left: auto
	}

	.push-xxl-1
	{
		left: 8.333333%
	}

	.push-xxl-2
	{
		left: 16.666667%
	}

	.push-xxl-3
	{
		left: 25%
	}

	.push-xxl-4
	{
		left: 33.333333%
	}

	.push-xxl-5
	{
		left: 41.666667%
	}

	.push-xxl-6
	{
		left: 50%
	}

	.push-xxl-7
	{
		left: 58.333333%
	}

	.push-xxl-8
	{
		left: 66.666667%
	}

	.push-xxl-9
	{
		left: 75%
	}

	.push-xxl-10
	{
		left: 83.333333%
	}

	.push-xxl-11
	{
		left: 91.666667%
	}

	.push-xxl-12
	{
		left: 100%
	}

	.offset-xxl-0
	{
		margin-left: 0
	}

	.offset-xxl-1
	{
		margin-left: 8.333333%
	}

	.offset-xxl-2
	{
		margin-left: 16.666667%
	}

	.offset-xxl-3
	{
		margin-left: 25%
	}

	.offset-xxl-4
	{
		margin-left: 33.333333%
	}

	.offset-xxl-5
	{
		margin-left: 41.666667%
	}

	.offset-xxl-6
	{
		margin-left: 50%
	}

	.offset-xxl-7
	{
		margin-left: 58.333333%
	}

	.offset-xxl-8
	{
		margin-left: 66.666667%
	}

	.offset-xxl-9
	{
		margin-left: 75%
	}

	.offset-xxl-10
	{
		margin-left: 83.333333%
	}

	.offset-xxl-11
	{
		margin-left: 91.666667%
	}
	
	
.navbar-header::after
{
	display: table;
	clear: both;
	content: ''
}

@media (min-width:768px)
{
	.navbar-header
	{
		float: left
	}
}

.container-fluid .navbar-collapse,.container-fluid .navbar-header
{
	margin-right: -.9375rem;
	margin-left: -.9375rem
}

@media (min-width:768px)
{
	.container-fluid .navbar-collapse,.container-fluid .navbar-header
	{
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-toggler
{
	line-height: 22px;
	position: relative;
	float: right;
	height: 4.715rem;
	margin-top: 0;
	margin-right: .9375rem;
	margin-bottom: 0;
	padding: 1.5715rem .9375rem;
	cursor: pointer;
	-webkit-transition: color .25s linear;
	-o-transition: color .25s linear;
	transition: color .25s linear;
	border: 1px solid transparent;
	border-radius: .215rem;
	background: 0 0!important;
	background-image: none
}

.navbar-toggler:hover
{
	background: 0 0!important
}

.navbar-toggler:focus
{
	outline: 0
}

.navbar-toggler .icon
{
	margin-top: -1px
}

.navbar-toggler .icon-bar
{
	display: block;
	width: 1.572rem;
	height: 2px;
	border-radius: 1px
}

.navbar-toggler .icon-bar+.icon-bar
{
	margin-top: .286rem
}

@media (min-width:768px)
{
	.navbar-toggler
	{
		display: none
	}
}

.navbar-toggler-left
{
	float: left;
	margin-right: 0;
	margin-left: .9375rem
}

.navbar-collapse
{
	overflow-x: visible;
	padding-right: .9375rem;
	padding-left: .9375rem;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse::after
{
	display: table;
	clear: both;
	content: ''
}

.navbar-collapse.in
{
	overflow-y: visible
}

@media (min-width:768px)
{
	.navbar-collapse
	{
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse
	{
		display: block!important;
		overflow: visible!important;
		height: auto!important;
		padding-bottom: 0
	}

	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse
	{
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom,.navbar-fixed-top
{
	width: 100%
}

.hidden-float::after
{
	display: table;
	clear: both;
	content: ''
}

@media (min-width:768px)
{
	.hidden-float
	{
		display: block
	}
}

@media (max-width:767px)
{
	.hidden-float
	{
		display: none!important
	}
}

.navbar-brand
{
	font-size: 1.286rem;
	font-weight: 500;
	line-height: 22px;
	float: left;
	height: 4.715rem;
	margin: 0;
	padding: 1.5715rem 1.429rem
}

.navbar-brand:focus,.navbar-brand:hover
{
	text-decoration: none
}

.navbar-brand>img.navbar-brand-logo
{
	display: inline-block
}

@media (min-width:768px)
{
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand
	{
		margin-left: -.9375rem
	}
}

.navbar-brand-logo
{
	display: inline-block;
	height: 2.286rem;
	margin-top: -.357rem
}
}

.met-head.navbar-fixed-top {
    z-index: 100;
    top: 40px;
    position: fixed;
}

.head_nav_met_16_3 {
    min-height: 60px;
    position: relative;
    z-index: 13;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    width: 100%;
}
.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    z-index: 1500;
    right: 0;
    left: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

#header.header-fixed {
    position: fixed;
    top: -40px;
    z-index: 1601;
    background: ;
    background-color: #eeeeee;
    opacity: 0;
}

#header {
    height: 40px;
    background: ;
    background-color: #eeeeee;
    width: 100%;
    -webkit-transition: background cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
    transition: background cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
}

@media (max-width: 1200px){
	.container {
		width: 1170px;
	}
}


.container-fluid .navbar-collapse,.container-fluid .navbar-header
{
	margin-right: -.9375rem;
	margin-left: -.9375rem
}

@media (min-width:768px)
{
	.container-fluid .navbar-collapse,.container-fluid .navbar-header
	{
		margin-right: 0;
		margin-left: 0
	}
}


div {
    display: block;
}
#header.header-fixed
{
    top: 0px;
    visibility: inherit;
    opacity: 1;
}

#header .head-list {
    margin: 0;
}
.p-l-0 {
    padding-left: 0!important;
}
.p-l-0 {
    padding-left: 0!important;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

#header .tel {
    line-height: 40px;
    font-size: 13px;
    color: #959595;
}

#header .left {
    float: left;
    list-style: none;
}
#header .right {
    float: right;
    list-style: none;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

#header img {
    max-width: 20px;
}

#header .tel em {
    color: #c81624;
    color: #c81624;
    font-weight: 700;
    font-style: normal;
}

#header .right li {
    float: left;
    line-height: 40px;
    margin-left: 30px;
    position: relative;
    list-style: none;
}

#header .right li img {
    top: -2px;
    position: relative;
}

#header .right li span {
    font-size: 14px;
    color: #555555;
    font-weight: 700;
    margin-left: 2px;
    display: inline-block;
}

img {
    vertical-align: middle;
}
img {
    border-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.navbar-nav .nav-item
{
	float: left;
	font-size:16px;
	font-family: '微软雅黑';
}

.navbar-nav .nav-link
{
	display: block;
	padding-top: .425rem;
	padding-bottom: .425rem
}

.navbar-nav .nav-link+.nav-link
{
	margin-left: 1rem
}

.navbar-nav .nav-item+.nav-item
{
	margin-left: 1rem
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.head_nav_met_16_3 .navlist>li {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.navbar
{
	min-height: 4.715rem;
	padding: 0;
	border: none;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
	box-shadow: 0 2px 4px rgba(0,0,0,.08)
}

.navbar-nav
{
	margin: .78575rem -.9375rem
}

.navbar-nav .nav-item
{
	float: none
}

.navbar-nav .nav-link
{
	padding-top: 1.572rem;
	padding-bottom: 1.572rem
}

.navbar-nav .nav-item .nav-link
{
	line-height: 22px;
	padding-top: .715rem;
	padding-bottom: .715rem
}

.navbar-nav .nav-item+.nav-item
{
	margin-left: 0
}

.navbar-nav>.nav-item>.dropdown-menu
{
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

@media (max-width:767px)
{
	.navbar-nav .open .dropdown-menu
	{
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 0;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu .dropdown-item
	{
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu .dropdown-item
	{
		line-height: 22px
	}

	.navbar-nav .open .dropdown-menu .dropdown-item:focus,.navbar-nav .open .dropdown-menu .dropdown-item:hover
	{
		background-image: none
	}
}

@media (min-width:768px)
{
	.navbar-nav
	{
		float: left;
		margin: 0
	}

	.navbar-nav>.nav-item
	{
		float: left
	}

	.navbar-nav>.nav-item>.nav-link
	{
		padding-top: 1.5715rem;
		padding-bottom: 1.5715rem
	}

	.navbar-nav.navbar-right:last-child
	{
		margin-right: -.9375rem
	}
}

.navbar-header::after
{
	display: table;
	clear: both;
	content: ''
}

@media (min-width:768px)
{
	.navbar-header
	{
		float: left
	}
}

.container-fluid .navbar-collapse,.container-fluid .navbar-header
{
	margin-right: -.9375rem;
	margin-left: -.9375rem
}

@media (min-width:768px)
{
	.container-fluid .navbar-collapse,.container-fluid .navbar-header
	{
		margin-right: 0;
		margin-left: 0
	}
}


.head_nav_met_16_3 .dropdown-item, .head_nav_met_16_3 .navlist .nav-item a.nav-link {
    color: #c81624;
    color: #000000;
}
.head_nav_met_16_3 .navlist .nav-item a.nav-link {
    background: none!important;
}

.head_nav_met_16_3 .navlist .nav-item a.nav-link {
    background: none!important;
}
.head_nav_met_16_3 .navlist .nav-item a.active, .head_nav_met_16_3 .navlist .nav-item a.nav-link:hover {
    background: none!important;
    color: #c81624 !important;
    color: #c81624 !important;
}
.head_nav_met_16_3 .navlist>.nav-item>a.active {
    color: #c81624!important;
}


.navbar-toolbar .nav-link
{
	line-height: 22px;
	padding-top: 1.5715rem;
	padding-bottom: 1.5715rem
}


.head_nav_met_16_3
{
	min-height: 60px;
	position: relative;
	z-index: 13;
}

.head_nav_met_16_3
{
	background:;
	background:;
}

.head_nav_met_16_3.navbar-shadow
{
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.met-head.navbar-fixed-top
{
	z-index: 100;
	top: 40px;
	position: fixed;
}

.head_nav_met_16_3.header-zindex
{
	z-index: 1601;
}

.head_nav_met_16_3 .met-langlist .dropdown a
{
	line-height: normal;
}

.head_nav_met_16_3 .met-logo img
{
	max-height: 50px;
}

.head_nav_met_16_3 .met-logo,
.head_nav_met_16_3 .navbar-toggler,
.met-navfixed-navclamp .head_nav_met_16_3 .met-langlist .dropdown
{
	height: 50px;
	line-height: normal;
}

.head_nav_met_16_3 .navbar-toggler
{
	width: auto;
}

.head_nav_met_16_3 .navbar-collapse
{
	overflow-x: hidden;
}

.head_nav_met_16_3 .navbar-collapse.flex-navlist
{
	width: 100%;
}

.head_nav_met_16_3 .navlist>li
{
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.head_nav_met_16_3 .navlist.flex
{
	width: 100%;
	margin-right: 0!important;
}

.head_nav_met_16_3 .navlist.flex .nav-item
{
	flex: auto;
	text-align: center;
}

.head_nav_met_16_3 .navlist.flex .nav-item .nav-link
{
	height: 50px;
	line-height: 50px;
	padding: 0;
}

.head_nav_met_16_3 .navlist.flex .nav-item > .dropdown-menu
{
	top: 50px;
}

.head_nav_met_16_3 .dropdown-menu
{
	background-color: ;background-color: #ffffff;
	border: 1px solid;
	border: 1px solid #ffffff;
}

.dropdown-menu.dropdown-menu-bullet:before,.dropdown-menu.dropdown-menu-bullet:after
{
	border-bottom-color: ;border-bottom-color: #ffffff;
}

@media screen\0
{
	.head_nav_met_16_3 .navlist.flex
	{
		text-align: center;
	}

	.head_nav_met_16_3 .navlist.flex .nav-item
	{
		display: inline-block;
	}

	.head_nav_met_16_3 .navlist.flex .nav-item .nav-link
	{
		padding: 0 20px;
	}
}

.head_nav_met_16_3 .navlist>.nav-item>a.active
{
	color: #c81624!important;
}

.head_nav_met_16_3 .navlist .nav-item .dropdown-menu a:hover,
.head_nav_met_16_3 .navlist .nav-item .dropdown-menu a.active
{
	background: #ffffff!important;
	color: #c81624 !important;
	color: #c81624 !important;
}

.head_nav_met_16_3 .navlist .nav-item a.active,.head_nav_met_16_3 .navlist .nav-item a.nav-link:hover
{
	background: none!important;
	color: #c81624 !important;
	color: #c81624 !important;
}

.head_nav_met_16_3 .navlist .nav-item a.nav-link
{
	background: none!important;
}

.head_nav_met_16_3 .dropdown-item,.head_nav_met_16_3 .navlist .nav-item a.nav-link
{
	color: #c81624;
	color: #000000;
}

.head_nav_met_16_3 .dropdown-submenu > .dropdown-item.dropdown-a:after
{
	border-top: 0.286rem solid;
	border-right: 0.286rem solid transparent;
	border-left: 0.286rem solid transparent;
}

.head_nav_met_16_3 .dropdown-submenu .dropdown-menu.block
{
	position: static;
	border-right: none;
	border-left: none;
	padding-left: 10px;
}

@media (max-width:767px)
{
	.head_nav_met_16_3 .dropdown-submenu .dropdown-menu
	{
		padding-left: 10px;
	}

	.head_nav_met_16_3 .dropdown-menu-right.dropdown-menu-bullet:after,.head_nav_met_16_3 .dropdown-menu-right.dropdown-menu-bullet:before
	{
		display: none;
	}

	.head_nav_met_16_3 .navlist .nav-item a.active
	{
		background: none !important;
	}
}

.head_nav_met_16_3 .met-langlist .dropdown-menu
{
	top: 56px;
	min-width: 0;
	width: 100%;
}

.head_nav_met_16_3 .met-langlist .modal
{
	background: rgba(0,0,0,.3);
}

.met-navfixed-navclamp .head_nav_met_16_3 .met-langlist .dropdown-menu
{
	top: 43px;
}

.met-navfixed-navclamp .head_nav_met_16_3 .met-langlist
{
	margin-left: 0 !important;
}

@media (min-width:768px)
{
	.head_nav_met_16_3 .dropdown-submenu .dropdown-menu.block
	{
		border: none;
		width: 100%;
	}

	.head_nav_met_16_3 .met-langlist .dropdown
	{
		height: 60px;
		line-height: 60px;
	}

	.head_nav_met_16_3 .navlist .nav-item .nav-link
	{
		padding-top: 0px;
		padding-bottom: 0px;
		height: 60px;
		line-height: 60px;
	}

	.head_nav_met_16_3 .navlist .nav-item > .dropdown-menu
	{
		top: 60px;
	}

	.head_nav_met_16_3 .navlist .nav-item > .dropdown-menu.dropdown-menu-bullet
	{
		top: 67px;
	}

	.head_nav_met_16_3 .met-head-user
	{
		height: 60px;
	}

	.head_nav_met_16_3 .met-langlist,
    .head_nav_met_16_3 .met-head-user
	{
		margin-left: 15px;
	}
}

@media (max-width:767px)
{
	.head_nav_met_16_3 .met-langlist a
	{
		padding: 5px 15px 5px 5px !important;
	}

	.head_nav_met_16_3 .navlist .nav-item
	{
		margin-left: 0!important;
	}

	.head_nav_met_16_3 .met-logo
	{
		margin-left: 10px;
	}

	.head_nav_met_16_3 .met-logo img
	{
		max-width: 150px;
	}

	.head_nav_met_16_3 .navbar-collapse
	{
		width: 100%;
	}

	.met-head.navbar-fixed-top .head_nav_met_16_3 .navbar-collapse
	{
		max-height: 340px;
		overflow-y: auto;
	}

	.head_nav_met_16_3 .navbar-nav
	{
		margin: 10px 0!important;
	}

	.head_nav_met_16_3 .navlist .nav-item a.active
	{
		background: #f5f5f5;
	}

	.head_nav_met_16_3 .met-langlist
	{
		padding: 0 15px;
	}

	.head_nav_met_16_3.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item
	{
		color: #c81624;
		color: #000000;
	}
}

.navbar-default .navbar-nav .nav-link:focus, .navbar-default .navbar-nav .nav-link:hover
{
	background-color: transparent;
}
.pull-md-right {
    float: right!important;
}

.nav-link {
    position: relative;
    display: block;
    overflow: hidden;
    padding: .715rem 1.072rem;
}

a{
	    text-decoration: none;
}

.banner_met_16_1 {
    width: 100%;
    height: auto;
    display: table;
}

/* 轮播图 */
.banner_met_16_1
{
	width: 100%;
	height: auto;
	display: table;
	margin-top:-43px;
}

.banner_met_16_1.fixedheight
{
	display: -moz-deck;
}

.banner_met_16_1.fixedheight .slick-slide
{
	height: 100%;
}

.banner_met_16_1.fixedheight .slick-slide img
{
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

@media screen\0
{
	.banner_met_16_1.fixedheight .slick-slide img
	{
		left: 0;
		width: 100%;
	}
}

.banner_met_16_1.banner-ny-h
{
	height: 150px;
}

.banner_met_16_1.banner-ny-h .slick-slide img
{
	min-height: 100px;
}

@media (max-width:991px)
{
	.banner_met_16_1.banner-ny-h
	{
		height: 100px;
	}
}

.banner_met_16_1 .slick-slide
{
	display: block;
	width: 100%;
}

.banner_met_16_1.slick-slider
{
	display: block;
}

.banner_met_16_1:hover .slick-arrow
{
	display: block!important;
}

.banner_met_16_1 .slick-list,
.banner_met_16_1 .slick-track
{
	height: 100%;
}

.banner_met_16_1 .slick-prev:before,.banner_met_16_1 .slick-next:before
{
	display: none;
}

.banner_met_16_1 .slick-slide
{
	height: auto;
	position: relative;
	overflow: hidden;
}

.banner_met_16_1 .slick-slide a
{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 13;
}

.banner_met_16_1 .slick-slide img
{
	min-height: 100px;
	object-fit: cover;
}

.banner_met_16_1 .slick-slide img[data-lazy]
{
	max-height: 150px;
}

.banner_met_16_1 .slick-arrow
{
	width: 15%;
	height: 100%;
	display: none!important;
	z-index: 1;
}

.banner_met_16_1 .slick-arrow.slick-prev
{
	background: rgba(0,0,0,0.24995);
	background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background: linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#80000000,endColorStr=#00000000,GradientType=1);
}

@media screen\0
{
	.banner_met_16_1 .slick-arrow.slick-prev
	{
		background: rgba(0,0,0,.001);
	}
}

.banner_met_16_1 .slick-arrow.slick-next
{
	background: rgba(0,0,0,-0.24995);
	background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background: linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00000000,endColorStr=#80000000,GradientType=1);
}

@media screen\0
{
	.banner_met_16_1 .slick-arrow.slick-next
	{
		background: rgba(0,0,0,.001);
	}
}

.banner_met_16_1 .slick-arrow i
{
	font-size: 40px;
	color: #fff!important;
}

.banner_met_16_1 .slick-dots
{
	margin: 0;
	bottom: 20px;
}

.banner_met_16_1 .slick-dots li
{
	margin: 0 2px;
}

@media (max-width:767px)
{
	.banner_met_16_1
	{
		min-height: 100px;
	}

	.banner_met_16_1 .slick-dots
	{
		bottom: 5px;
	}

	.banner_met_16_1 .slick-dots li
	{
		width: 15px;
		height: 15px;
		margin: 0;
	}
}

.banner_met_16_1 .banner-text
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
}

.banner_met_16_1 .banner-text .container
{
	height: 100%;
	display: table;
	text-align: center;
}

.banner_met_16_1 .banner-text .container .banner-text-con
{
	display: table-cell;
	vertical-align: middle;
}

.banner_met_16_1 .banner-text.p-0 .container
{
	text-align: left;
}

.banner_met_16_1 .banner-text.p-0 .container .banner-text-con div
{
	width: 60%;
	float: left;
}

.banner_met_16_1 .banner-text.p-1 .container
{
	text-align: right;
}

.banner_met_16_1 .banner-text.p-1 .container .banner-text-con div
{
	width: 60%;
	float: right;
}

.banner_met_16_1 .banner-text.p-2
{
	top: 10%;
}

.banner_met_16_1 .banner-text.p-2 .container .banner-text-con
{
	vertical-align: top;
}

.banner_met_16_1 .banner-text.p-3
{
	top: auto;
	bottom: 10%;
}

.banner_met_16_1 .banner-text.p-3 .container .banner-text-con
{
	vertical-align: bottom;
}

.banner_met_16_1 .banner-text.p-2 .container .banner-text-con div,
.banner_met_16_1 .banner-text.p-3 .container .banner-text-con div,
.banner_met_16_1 .banner-text.p-4 .container .banner-text-con div
{
	width: 60%;
	display: inline-block;
}

.banner_met_16_1 .banner-text h4,
.banner_met_16_1 .banner-text p
{
	color: #fff;
}

.banner_met_16_1 .banner-text h4
{
	margin: 0;
	font-size: 30px;
}

.banner_met_16_1 .banner-text p
{
	font-size: 36px;
	margin: 20px 0 0;
	text-shadow: none;
}

.banner_met_16_1 .banner-text .btn
{
	margin-top: 30px;
	font-size: 20px;
}

@media (max-width:991px)
{
	.banner_met_16_1 .banner-text h4
	{
		font-size: 20px;
	}

	.banner_met_16_1 .banner-text p
	{
		font-size: 30px;
	}
}

@media (max-width:767px)
{
	.banner_met_16_1 .banner-text .container
	{
		width: 100%;
	}

	.banner_met_16_1 .banner-text.p-4 .container .banner-text-con
	{
		width: 100%;
	}

	.banner_met_16_1 .banner-text h4
	{
		font-size: 18px;
	}

	.banner_met_16_1 .banner-text p
	{
		margin-top: 15px;
		font-size: 24px;
	}

	.banner_met_16_1 .banner-text .btn
	{
		margin-top: 20px;
		font-size: 16px;
	}
}

@media (max-width:479px)
{
	.banner_met_16_1 .banner-text h4
	{
		font-size: 16px;
	}

	.banner_met_16_1 .banner-text p
	{
		margin-top: 10px;
		font-size: 20px;
	}
}
/* 内页轮播图 */
.banner_met_16_1-ny
{
	height: 120px;
	background:;
	background:;
}

.banner_met_16_1-ny h1,
.banner_met_16_1-ny h2
{
	margin: 0px;
	padding: 10px 30px;
	font-size: 35px;
	text-shadow: none;
	color: #fff;
	font-weight: 300;
}


.slick-slider
{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}


.slick-slider .slick-track,.slick-slider .slick-list
{
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.cover-image
{
	width: 100%
}

.page-bg, .page-content, .met-lightgallery .lg-outer .lg-thumb-outer, .met-lightgallery .lg-outer .lg-toogle-thumb {
    background: #f2f2f2;
}


.slick-slide
{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
{
	float: right
}

.slick-slide img
{
	display: block
}

.slick-slide.slick-loading img
{
	display: none
}

.slick-slide.dragging img
{
	pointer-events: none
}

.news_list_met_16_3.met-index-body.bgcolor {
    background: #ffffff;
}

.news_list_met_16_3.met-index-body {
    background: ;
}
.news_list_met_16_3 .right-news {
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}


.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9
{
	position: relative;
	min-height: 1px;
	padding-right: .9375rem;
	padding-left: .9375rem
}

@media (min-width:480px)
{
	.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9
	{
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

@media (min-width:768px)
{
	.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9
	{
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

@media (min-width:992px)
{
	.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9
	{
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

@media (min-width:1200px)
{
	.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9
	{
		padding-right: .9375rem;
		padding-left: .9375rem
	}
}

.sec-title {
    position: relative;
}

.sec-title h3 {
    font-weight: 600;
    color: #c81624;
    color: #c81624;
    margin: 0;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    font-size: 24px;
}

.sec-title .line {
    width: 100%;
    height: 1px;
    background: #ddd;
    display: block;
    margin-bottom: 15px;
}

.sec-title a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    background: #d9d9d9;
    color: #c81624;
    color: #c81624;
    padding: 2px 15px;
    border-radius: 30px;
	font-family:'微软雅黑';
}

.news_list_met_16_3 .right-news li {
    height: 30px;
    line-height: 30px;
    list-style: none;
    position: relative;
}


.news_list_met_16_3 .right-news .badge {
    position: relative;
    top: -10px;
    border-radius: 3px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 400;
    background-color: #e4eaec;
    line-height: 1;
    color: #000000;
    color: #999999;
}
.news_list_met_16_3 .right-news li span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #000000;
    color: #999999;
}

.news_list_met_16_3 .right-news li a {
    color: #c81624;
    color: #4d4d4d;
    line-height: 30px;
    display: inline-block;
    margin-left: 5px;
    width: 80%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.hotproduct_list_met_16_3.met-index-body
{
	padding: 60px 0px;
}

.hotproduct_list_met_16_3.met-index-body h2
{
	font-size: 26px;
	color: #c81624;
	color: #c81624;
	opacity: 0;
	transform: translate(0, 100%);
}

.hotproduct_list_met_16_3.met-index-body p.desc
{
	padding: 0 10%;
	font-size: 16px;
	color: #000000;
	color: #666666;
	opacity: 0;
	transform: translate(0, 100%);
}

.news_list_met_16_3 .right-news .color {
    background: #c81624;
    background: #c81624;
    color: #fff;
}

.mode{
    height: 130px;
    margin-top: 20px;
    width: 460px;
    float: right;}

.mode-code{
	width: 200px;
    height: 120px;
    float: left;
    margin-left: 30px;
	text-align: center;
	background-repeat: no-repeat;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #fff;
	line-height:120px;
}

.enter{
	background-image: url(../images/web-sbdj.png);
}
	
.csearch{
	background-image: url(../images/web-ztcx.png);
}

.met-footnav{
	padding: 5px 0;
	background: #ba1c1c!important;
	width:100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.container{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.webui-popover.pop-out {
    -webkit-transition-property: "opacity,transform";
    -o-transition-property: "opacity,transform";
    transition-property: "opacity,transform";
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    opacity: 0;
    filter: alpha(opacity=0);
}
.webui-popover.pop {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .15s cubic-bezier(0.3,0,0,1.5);
    -o-transition: transform .15s cubic-bezier(0.3,0,0,1.5);
    transition: transform .15s cubic-bezier(0.3,0,0,1.5);
    opacity: 0;
    filter: alpha(opacity=0);
}

.webui-popover.in {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
    margin-top: -10px;
}
.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.webui-popover {
    z-index: 1600;
}

.webui-popover.top>.webui-arrow, .webui-popover.top-right>.webui-arrow, .webui-popover.top-left>.webui-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}
.webui-popover>.webui-arrow {
    border-width: 11px;
}
.webui-popover>.webui-arrow, .webui-popover>.webui-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.webui-no-padding .webui-popover-content {
    padding: 0;
}
.webui-popover .webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: block;
}

.webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: none;
}
.webui-popover-content {
    display: none;
}

.webui-popover .webui-popover-content>div:first-child {
    width: 99%;
}
.text-xs-center {
    text-align: center!important;
}

.webui-popover.top>.webui-arrow:after, .webui-popover.top-right>.webui-arrow:after, .webui-popover.top-left>.webui-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
}

.webui-popover>.webui-arrow:after {
    border-width: 10px;
    content: "";
}
.required{
	color: red;
}

.input-group-addon {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: .429rem .929rem;
    text-align: center;
    color: #76838f;
    border: 1px solid #e4eaec;
    border-radius: .215rem;
    background-color: #f3f7f9;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;}
    
.form-control, .btn, .input-group-addon {
    border-radius: 0;
}
.p-5, .p-a-5 {
    padding: 5px!important;
}

#getcode {
    height: 30px;
    width: 88px;
}

.icode{
	    width: 220px;
}

#btn-submit{
	color: #FFF;
    font-weight: bold;
    border-radius: 20px;
    font-size: 16px;
    background-color: orangered;
    border-color:orangered;
}

.content-main{
	position:relative;
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding-top: 90px
}

.search-success{
	height: 300px;
	background-image: url(../images/beisytwo.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.search-other{
	height: 220px;
	background-image: url(../images/beisyone.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.success-info{
	height: 300px;
    width: 58%;
    float: right;
}

.success-info span{
	font-size: 16px;
}

.littdivcss{
    width:20px;height:20px;transform:skewX(30deg);float: left
}
.littdivpaddingcss{
    width:20px;height:20px;transform:skewX(30deg);float: left
}
.littdivcss:nth-child(4n+1)
{
    background:red;
}
.littdivcss:nth-child(4n+3)
{
    background:blue;
}

.sycode{
	height: 46px;
	text-align: center;
}

.sycode span{
	line-height: 35px;
	font-size: 15px;
	font-weight: bold;
}

.btn-options{
	height: 50px;
	line-height: 50px;
	width: 60%;
	margin: 0 auto;
}

.btn-options button{
	color: #FFF;
    font-weight: bold;
    border-radius: 20px;
    font-size: 16px;
    background-color: orangered;
    border-color: orangered;
}

.status-tag{
	width: 80%;
	height: 95px;
	position: absolute;
    z-index: 2;
}

.tag-valid{
	height:115px ;
	width: 150px;
	background-image:url(../images/youxiao.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: right;
}
.tag-invalid{
	height:115px ;
	width: 150px;
	background-image:url(../images/wuxiao.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: right;
}

.myenter-info{
	text-align: center;
}
