.my-menu-item@charset "utf-8";

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-family:"Noto Sans CJK SC",思源黑体;
}

body,button,input,select,textarea {
	font: 14px/1.5 'Noto Sans CJK SC', tahoma,'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif
}

html[lang=en] body {
	font: 14px/1.5 'Noto Sans CJK SC', tahoma,arial,'helvetica neue','hiragino sans gb',sans-serif
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}
.my-header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom: 2px #f3f3f3 solid;
	padding: 10px 0px;
	background: #fff;
}

.pointer{
	cursor: pointer;
}

.mybody{
	background: rgb(248, 248, 248);
}

.main-content {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	display: block;
}

.detail-header{
	margin-top: -10px;
	margin-bottom: 50px;
	position: relative;
	/* width: 1100px;
	background-image: url('../images/detail-header-gongyi.png');
	background-repeat:no-repeat;
	text-align: center; */
}

.detail-header-title{
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	height: 200px;
	color: #fff;
	font-size: 30px;
	margin-top: -100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-between img{width: 80%;padding:0 8px;}
.flex-start{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex-end{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}


.flex-column{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.icon-tel{
	width: 30px;
	height: 30px;
}

.logo-title{
	padding: 5px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px #f2f2f2 solid;
}

.my-menu{
	background: rgb(130, 180, 84);
	color: #fff;
	font-size: 14px;
	margin-top: 100px;
	margin-bottom: 10px;
	/* border-bottom: 4px rgb(130, 180, 84) solid; */
}

.my-menu-left {
	margin-left: 50px;
}

.my-menu-right{
	margin-right: 50px;
}

.my-menu-item{
	padding: 10px 20px;
}

.my-menu-item-active{
	background: rgb(86, 106, 60);
	/* border-bottom: 4px #fff solid; */
}

.my-menu-item:hover{
	background: rgb(86, 106, 60);
	/* border-bottom: 4px rgb(86, 106, 60) solid; */
}
.my-menu-item a{
	color: #fff;
	/* border-bottom: 4px rgb(86, 106, 60) solid; */
}

.my-menu-lang{
	padding: 2px 5px;
	font-size: 12px;
	border: 1px #fff solid;
}


.float-left{
	float: left;
}

.float-right{
	float: right;
}

.color-green{
	color: rgb(163, 192, 133)
}

/* .flexslider 重新修订 */
.flexslider{
	border:none;
	margin: 10px 0px;
}


.gray-bg{
	background: rgb(243,243,243);
}

.light-gray-font{
	color:lightgray;
}

.policy-item-line{
	width: 100%;
	height: 1px;
	background: #eee;
}


.back_to_top {
	position: fixed;
	_position: absolute;
	bottom: 110px;
	left: 50%;
	margin-left: 35%;
	display: none
}

.back_to_top a {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/icon_arrow_up.png);
	_background-image: url(../images/icon_arrow_up.jpg);
	opacity: .5;
	background-repeat: no-repeat;
	-webkit-transition: background-image .3s,opacity .3s;
	transition: background-image .3s,opacity .3s
}

.back_to_top a:hover {
	opacity: 1
}
