html,
body {
	margin: 0;
	font-size: 100%;
	background: #fff;
	font-family: "microsoft yahei", sans-serif
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #be3838;
}

input[type="button"],
input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'microsoft yahei', sans-serif
}

p {
	letter-spacing: 0px;
	font-size: 1em;
	line-height: 1.9em;
}

p.pline {
	border-bottom: 1px solid #fff;
	padding-bottom:0.95em;
}

ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none;
}

label {
	margin: 0
}


/*-- header --*/

.btn {
	padding: 6px 20px;
	width: 100px;
}

body {
	position: relative;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
	line-height: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ol {
	margin-bottom: 44px;
}

.col_org {
	color: #e96c01;
}

body.fixedheader{
	padding-top: 93px;
}

/*--header--*/

.header {
	width: 100%;
	transition: ease-in-out .3s;
	position: relative;
}
.header .pressBar{
	position: absolute;
	left: 0;
	width: 10px;
	height: 3px;
	background: #be3838;
	top: 93px;
	z-index: 11;
	transition: ease-in-out .3s;
}

.header .center {
	position: relative;
	
}
.header.fixed{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	right: 0;
	background: rgba(255, 255, 255, .9);
}
.mbMenuBar{
	display: none;
}

.logo{
	float: left;
	margin-top: 24px;
}

.nav {
	float: right;
}
.nav ul li{
	display: inline-block;
	vertical-align: middle;
	line-height: 93px;
	height: 93px;
	text-align: center;
	margin: 0 20px;
	min-width: 88px;
	position: relative;
}

.mbMenuBarClose{
	display: none;
}


.nav ul li.active{
	background: url(20240110_nav_line.png) no-repeat bottom;
}
.nav ul li .active > a,
.nav ul li .active{
	color: #be3838;
}
.nav ul li .subMenu{
	position: absolute;
	left: -25px;
	background: #fff;
	padding: 20px 15px;
	border-radius: 4px;
	box-shadow: 0 10px 8px #ccc;
	line-height: 36px;	
	width: 120px;
	top: 70px;
	z-index: -1;
	opacity: 0;
	height: 0;
	/* transform: translateY(-200px); */
	transition: ease-in-out .3s;
	/* display: none; */

}
.nav ul li .subMenu a{
	display: block;
}
.nav ul li:hover .subMenu{
	/* display: block; */
	/* transform: translateY(0); */
	height: auto;
	z-index: 9;
	opacity: 1;
}
.nav ul li:hover a.active{
	color: #be3838;
}
.center {
	width: 1570px;
	margin: 0 auto;
	text-align: center;
}


.a-more{
	display: inline-block;
	width: 120px;
	height: 40px;
	border-radius:  20px;
	border: 1px solid rgb( 70, 71, 71 );
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	transition: ease .2s;
	font-weight: normal;
}
.a-more:hover{
	background: #be3838;
	color: #fff;
	border: 1px solid #fff;
}

.innerBox{
	padding-bottom: 30px;
	width: 100%;
	overflow: hidden;
}




/*-- footer --*/

.footer {
	/* margin-top: 36px; */
}

.footer-txt {
	background: #f2f2f2;
}

.footer-txt .center {
	text-align: left;
	padding: 20px 0;
	overflow: hidden;
	font-size: 16px;
}

.footer-btm {
	background: #be3838;
	color: #fff;
	width: 100%;
	display: table;
	padding: 35px 0;
}

.footer-btm a {
	color: #fff;
}

.footer-btm .center {
	text-align: left;
	line-height: 48px;
}

.footer-txt p {
	margin: 0;
	line-height: 32px;
}

.footer-btm .left {
	width: 50%;
	float: left;
}
.footer-btm .left a{
	margin-right: 10px;
}

.footer-btm .right {
	float: right;
	text-align: right;
	font-size: 16px;
	width: 50%;
}
.footer-btm .right a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.public-account{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.public-account span{
	display: block;
	line-height: 1.9em;
	text-align: center;
	font-size: 1em;
	color: #fff;
}

.footer-btm .right img {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (min-width:1376px) and (max-width:1590px) {
	.center {
		width: 1300px;
	}
	.nav ul li{
		min-width: 72px;
	}
	
}

@media screen and (min-width:1181px) and (max-width:1375px) {
	.center {
		width: 1160px;
	}
	.nav ul li{
		min-width: 64px;
		margin: 0 15px;
	}
}

@media screen and (min-width:1025px) and (max-width:1180px) {
	.center {
		width: 1000px;
	}
	.nav ul li{
		min-width: 60px;
		margin: 0 8px;
	}
	
	.footer-btm a {
		font-size: 16px;
	}
}

@media screen and (min-width:769px) and (max-width:1024px) {
	.center {
		width: 750px;
	}
	.header{
		height: 93px;
	}
	.nav{
		position: fixed;
		left: auto;
		right: 0;
		top: 0;
		bottom: 0;
		height: auto;
		overflow: auto;
		width: 50%;
		background: #fff;
		transition: ease .3s;
		transform: translateX(100%);
	}
	.nav.mbshow{
		height: 100vh;
		z-index: 12;
		overflow: hidden;
		transform: translateX(0);
	}
	.mbMenuBarClose{
		display: inline-block;
		width: 36px;
		height: 36px;
		font-size: 32px;
		color: #666;
		position: absolute;
		right: 25px;
		top: 25px;
		z-index: 11;
		background: url(20240110_close.png) no-repeat center center;
		content: '';
		text-indent: -99999px;
	}
	.nav ul{
		margin-top: 60px;
	}
	.nav ul li{
		width: 100%;
		text-align: left;
		line-height: 48px;
		height: auto;
	}
	.nav ul li .subMenu{
		display: block;
		position: initial;
		top: auto;
		left: 0;
		height: auto;
		transform: translateY(0);
		opacity: 1;
		box-shadow: none;
		width: auto;
	}
	.nav ul li .subMenu a{
		display: inline-block;
		margin-right: 20px;
	}
	.nav ul li.active{
		background: url(20240110_nav_line.png) no-repeat bottom left;
	}
	body.ovhidden{
		overflow: hidden;
	}
	.header.mbshow::before{
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .6);
		z-index: 11;
		content: '';
	}
	.mbMenuBar{
		display: inline-block;
		position: absolute;
		right: 25px;
		top: 25px;
		z-index: 9;
		width: 40px;
	}
	.mbMenuBar i{
		display: block;
		margin: 10px 0;
		height: 3px;
		border-radius: 4px;
		background: #666666;
	}

	.footer-btm a {
		font-size: 16px;
	}
	.footer-btm .center {
		text-align: center;
	}
	.footer-btm .left {
		width: 100%;
	}
	.footer-btm .right {
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.header{
		height: 93px;
	}
	.logo{
		margin-left: 15px;
	}
	.center {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.nav{
		position: fixed;
		left: auto;
		right: 0;
		top: 0;
		bottom: 0;
		height: auto;
		overflow: auto;
		width: 50%;
		background: #fff;
		transition: ease .3s;
		transform: translateX(100%);
	}
	.nav.mbshow{
		/* height: 100vh; */
		z-index: 12;
		overflow: auto;
		overflow-x: hidden;
		transform: translateX(0%);
		-webkit-overflow-scrolling:touch;
	}
	.mbMenuBarClose{
		display: inline-block;
		width: 36px;
		height: 36px;
		font-size: 32px;
		color: #666;
		position: fixed;
		right: 25px;
		top: 25px;
		z-index: 11;
		background: url(20240110_close.png) no-repeat center center;
		content: '';
		text-indent: -99999px;
	}
	.nav ul{
		margin-top: 40px;
	}
	.nav ul li{
		width: 100%;
		text-align: left;
		line-height: 48px;
		height: auto;
	}
	.nav ul li .subMenu{
		display: block;
		position: initial;
		top: auto;
		left: 0;
		height: auto;
		transform: translateY(0);
		opacity: 1;
		box-shadow: none;
		width: auto;
		padding: 10px 15px;
	}
	.nav ul li .subMenu a{
		display: inline-block;
		margin-right: 20px;
	}
	.nav ul li.active{
		background: url(20240110_nav_line.png) no-repeat bottom left;
	}
	body.ovhidden{
		overflow: hidden;
	}
	.header.mbshow::before{
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .6);
		z-index: 11;
		content: '';
	}
	.mbMenuBar{
		display: inline-block;
		position: absolute;
		right: 25px;
		top: 25px;
		z-index: 9;
		width: 40px;
	}
	.mbMenuBar i{
		display: block;
		margin: 10px 0;
		height: 3px;
		border-radius: 4px;
		background: #666666;
	}
	.center {
		width: 100%;
	}
	
	.innerBox{
		padding: 20px;
		width: auto;
	}
	.footer-btm{
		padding: 20px 0;
	}
	.footer-btm a {
		font-size: 16px;
	}
	.footer-btm .center {
		text-align: center;
	}
	.footer-btm .left {
		width: 100%;
	}
	.footer-btm .right {
		text-align: center;
		width: 100%;
	}
	.left-box,
	.right-box {
		width: auto;
		float: none;
	}
}