
/**
 * style.less
 * 层叠样式表
 */
@media (min-width: 1200px) {
.container {
	width: 1200px;
}
}

@media (min-width: 1320px) {
.container {
	width: 1320px;
}
}

@media (max-width: 767px) {
.col-xs-6:nth-child(2n+1) {
	padding-right: 7.5px;
}
.col-xs-6:nth-child(2n) {
	padding-left: 7.5px;
}
}
body {
	font-family: 'avenirnext', Arial, Helvetica, 'PingFang SC', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
a:visited, a:link {
	text-decoration: none;
	color: inherit;
}
.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}
.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.img-box img[src=''], .img-box img:not([src]) {
	opacity: 0;
	border: 0;
}
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}
@font-face {
	font-family: 'avenirnext';
	src: url('../fonts/avenirnextregular.eot');
	src: url('../fonts/avenirnextregular.eot') format('embedded-opentype'), url('../fonts/avenirnextregular.woff2') format('woff2'), url('../fonts/avenirnextregular.woff') format('woff'), url('../fonts/avenirnextregular.ttf') format('truetype'), url('../fonts/avenirnextregular.svg#avenirnextregular') format('svg');
}
@font-face {
	font-family: 'AvenirNextDemiBold';
	src: url('../fonts/avenirnextdemibold.eot');
	src: url('../fonts/avenirnextdemibold.eot') format('embedded-opentype'), url('../fonts/avenirnextdemibold.woff2') format('woff2'), url('../fonts/avenirnextdemibold.woff') format('woff'), url('../fonts/avenirnextdemibold.ttf') format('truetype'), url('../fonts/avenirnextdemibold.svg#avenirnextdemibold') format('svg');
}
@font-face {
	font-family: 'avenirnextbold';
	src: url('../fonts/avenirnextbold.eot');
	src: url('../fonts/avenirnextbold.eot') format('embedded-opentype'), url('../fonts/avenirnextbold.woff2') format('woff2'), url('../fonts/avenirnextbold.woff') format('woff'), url('../fonts/avenirnextbold.ttf') format('truetype'), url('../fonts/avenirnextbold.svg#avenirnextbold') format('svg');
}
@font-face {
	font-family: 'AvenirNextMedium';
	src: url('../fonts/avenirnextmedium.eot');
	src: url('../fonts/avenirnextmedium.eot') format('embedded-opentype'), url('../fonts/avenirnextmedium.woff2') format('woff2'), url('../fonts/avenirnextmedium.woff') format('woff'), url('../fonts/avenirnextmedium.ttf') format('truetype'), url('../fonts/avenirnextmedium.svg#avenirnextmedium') format('svg');
}
.header {
	z-index: 99;
	width: 100%;
	height: 85px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

@media (max-width: 991px) {
.header {
	height: 80px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	display: block;
}
.top-head {
	display: none;
}
}
.header .logo {
	float: left;
	height: auto;
	margin-top: 0px;
}

@media (max-width: 991px) {
.header .logo {
	margin-top: 0px;
}
}
.header .logo img {
	height: 100%;
	margin-left: 10px;
}
.header .search {
	line-height: 85px;
	float: right;
	padding-left: 40px;
	color: #999;
	border-left: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
.header .search {
	line-height: 75px;
	position: absolute;
	top: 0;
	right: 60px;
	padding: 0;
	border: none;
}
.header .search span {
	display: none;
}
}
.header .search a {
	display: block;
}
.header .search a::before {
	font-family: 'iconfont';
	font-size: 18px;
	float: left;
	margin-top: -1px;
	margin-right: 8px;
	content: '\e660';
	color: #c0c0c0;
}

@media (max-width: 991px) {
.header .search a::before {
	font-size: 20px;
	margin-top: 0;
}
}
.header .search:hover {
	color: #c2d96e;
}
.header .search:hover a::before {
	color: #c2d96e;
}
.header .searchbox {
	line-height: 48px;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	max-width: 1320px;
	height: 85px;
	margin: auto;
	padding: 0 15px;
	vertical-align: middle;
	background: #fff;
}

@media (max-width: 991px) {
.header .searchbox {
	height: 75px;
}
}
.header .searchbox input:focus {
	border-color: #ccc;
	outline: none;
}
.header .searchbox .logo {
	margin-top: 17px;
}

@media (max-width: 991px) {
.header .searchbox .logo {
	margin-top: 12px;
}
}

@media (max-width: 767px) {
.header .searchbox .logo {
	display: none;
}
}
.header .searchbox .search-pc {
	position: relative;
	overflow: hidden;
	height: 85px;
}

@media (max-width: 991px) {
.header .searchbox .search-pc {
	height: 75px;
}
}
.header .searchbox .search-pc form {
	position: relative;
	float: left;
	width: 71%;
	padding-top: 14px;
	padding-left: 10%;
}

@media (max-width: 991px) {
.header .searchbox .search-pc form {
	padding-top: 9px;
}
}

@media (max-width: 767px) {
.header .searchbox .search-pc form {
	width: 90%;
	padding-left: 50px;
}
}

@media (max-width: 480px) {
.header .searchbox .search-pc form {
	width: 92%;
}
}
.header .searchbox .sclose {
	line-height: 40px;
	position: absolute;
	top: 22px;
	right: 15px;
	float: right;
	width: 40px;
	padding-left: 10px;
	cursor: pointer;
}

@media (max-width: 991px) {
.header .searchbox .sclose {
	top: 17px;
}
}

@media (max-width: 480px) {
.header .searchbox .sclose {
	float: right;
}
}
.header .searchbox .sclose::after {
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e697';
}
.header .searchbox .sclose:hover::after {
	color: #c2d96e;
}
.header .searchbox input {
	font-size: 15px;
	width: 90%;
	margin: 4px 0 0 0;
	color: #999;
	border: none;
	border-radius: 3px;
	background: none;
}
.header .searchbox ::-webkit-input-placeholder {
 color: #999;
}
.header .searchbox a.sbtn {
	position: absolute;
	top: 20px;
	left: 10%;
	display: inline-block;
}

@media (max-width: 767px) {
.header .searchbox a.sbtn {
	top: 15px;
	left: 15px;
}
}
.header .searchbox a.sbtn::before {
	font-family: 'iconfont';
	font-size: 18px;
	margin-top: -2px;
	margin-right: 8px;
	content: '\e660';
	color: #c0c0c0;
}
.header .nav {
	float: right;
	margin-right: 20px;
}

@media (max-width: 1440px) {
.header .nav {
	margin-right: 10px;
}
}

@media (max-width: 991px) {
.header .nav {
	display: none;
}
}
.header .nav > .item {
	font-size: 16px;
	font-weight: bold;
	line-height: 85px;
	float: left;
	margin: 0 2px;
}

@media (max-width: 991px) {
.header .nav > .item {
	line-height: 70px;
}
}
.header .nav > .item:hover > a, .header .nav > .item.active > a {
	color: #006ae0;
	background: none;
}
.header .nav > .item > a {
	position: relative;
	display: block;
	padding: 0 20px;
}

@media (max-width: 1199px) {
.header .nav > .item > a {
	padding: 0 5px;
}
}
.header .nav .level-2, .header .nav .level-3 {
	position: absolute;
	z-index: 10;
	display: none;
	background-color: #fff;
}
.header .nav .level-2 a, .header .nav .level-3 a {
	display: block;
	overflow: hidden;
	padding: 0 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: none;
}
.header .nav .level-2 {
	line-height: 2.4;
	z-index: 99;
	top: 85px;
	min-width: 430px;
	padding: 0;
	padding: 30px 0;
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}
.header .nav .level-2 a {
	font-family: 'AvenirNextMedium';
}
.header .nav .level-2 a::after {
	font-family: 'iconfont';
	position: absolute;
	top: 1px;
	right: 10px;
	content: '\e605';
	color: #006ae0;
	display: none;
}
.header .nav .level-2 > li {
	position: relative;
	width: 200px;
	float: left;
	list-style-type: none;
}
.header .nav .level-2 > li img {
	width: 100%;
}
.header .nav .level-2 > li:hover {
/* background-color: #006ae0;*/
}
.header .nav .level-2 > li > a:hover {
	color: #006ae0;
}
.header .nav .level-2 > li:hover > a::after {
	color: #fff;
}
.header .nav .level-3 {
	line-height: 2.14285714;
	z-index: 99;
	top: 0;
	left: 100%;
	overflow: hidden;
	min-width: 280px;
	padding: 20px 0;
	background-color: rgba(194, 217, 110, .85);
}
.header .nav .level-3 > li:last-child {
	border: none;
}
.header .nav .level-3 > li a {
	font-family: 'avenirnext';
	font-size: 14px;
	color: #fff;
}
.header .nav .level-3 > li a::after {
	display: none;
}
.header .nav .level-3 > li:hover a {
	text-decoration: underline;
}
.header .navigation {
	line-height: 48px;
	position: absolute;
	z-index: 99;
	top: 75px;
	left: 0;
	display: none;
	overflow: visible;
	width: 100%;
	border-top: solid 2px #c2d96e;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .23);
}
.header .navigation .level-1 > li.more::after, .header .navigation .level-2 > li::before, .header .navigation .level-2 > li.more::after {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 12px;
	height: 12px;
	content: '';
	background: url(/public/static/modules/cms/images/menu.png) no-repeat;
	background-size: cover;
}
.header .navigation .level-1 {
	padding: 0;
	color: #666;
}
.header .navigation .level-1 a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: inherit;
}
.header .navigation .level-1 li {
	position: relative;
}
.header .navigation .level-1 > li > a {
	padding: 0 2em 0 1em;
}
.header .navigation .level-1 > li::after {
	background-position: -36px 0;
}
.header .navigation .level-1 > li.active::after, .header .navigation .level-1 > li:hover::after {
	background-position: -96px 0;
}
.header .navigation .level-1 > li.more::after {
	background-position: -12px 0;
}
.header .navigation .level-1 > li.more:hover::after {
	background-position: -72px 0;
}
.header .navigation .level-1 > li.more.active::after {
	background-position: -84px 0;
}
.header .navigation .level-1 > li.active > a, .header .navigation .level-1 > li:hover > a {
	background-color: rgba(0, 0, 0, .05);
}
.header .navigation .level-2 {
	display: none;
	padding: 0;
}
.header .navigation .level-2 a {
	padding: 0 2em 0 3em;
}
.header .navigation .level-2 li:last-child {
	border-bottom: none;
}
.header .navigation .level-2 > li::before {
	right: auto;
	left: 1.5em;
	background-position: 0 0;
}
.header .navigation .level-2 > li::after {
	background-position: -48px 0;
}
.header .navigation .level-2 > li.more.active::after {
	background-position: -84px 0;
}
.header .navigation .level-2 > li.more::after {
	background-position: -12px 0;
}
.header .navigation .level-3 {
	line-height: 40px;
	display: none;
	padding: 0;
}
.header .navigation .level-3 a {
	font-size: .8em;
	padding-left: 4em;
}
.header .navigation .level-3 > li::before {
	right: auto;
	left: 2em;
	background-position: 0 0;
}
.header .navigation .level-3 > li::after {
	background-position: -48px 0;
}
.header .navigation .level-3 > li.more.active::after {
	background-position: -84px 0;
}
.header .navigation .level-3 > li.more::after {
	background-position: -12px 0;
}
.header .toggle {
	position: absolute;
	top: 17px;
	right: 10px;
	display: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 50%;
}

@media (max-width: 991px) {
.header .toggle {
	top: 14px;
	display: block;
}
}
.header .toggle .icon, .header .toggle .icon::before, .header .toggle .icon::after {
	position: absolute;
	width: 25px;
	height: 2px;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	background: #999;
}
.header .toggle .icon {
	top: 21.75px;
	left: 9px;
}
.header .toggle .icon::before, .header .toggle .icon::after {
	left: 0;
	content: '';
	background: inherit;
}
.header .toggle .icon::before {
	top: -7px;
}
.header .toggle .icon::after {
	top: 7px;
}
.header.nav-open .toggle .icon {
	width: 0;
}
.header.nav-open .toggle .icon::before {
	-webkit-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.header.nav-open .toggle .icon::after {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}
.online {
	position: fixed;
	z-index: 99;
	right: 15px;
	width: 46px;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

@media (max-width: 1440px) {
.online {
	right: 5px;
}
}

@media (min-width: 992px) {
.online {
	top: 40%;
}
}

@media (max-width: 991px) {
.online {
	bottom: -300px;
}
}
.online.active {
	right: 5px;
	bottom: 80px;
}
.online a {
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	margin-top: 5px;
	cursor: pointer;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	background: url(/public/static/modules/cms/images/online.png) no-repeat #fff;
}
.online a.online-skype {
	background-position: 0 0;
}
.online a.online-skype:hover {
	border-color: #00adf1;
	background-color: #00adf1;
	background-position: 0 -230px;
}
.online a.online-email {
	background-position: 0 -46px;
}
.online a.online-email:hover {
	border-color: #b4961a;
	background-color: #b4961a;
	background-position: 0 -276px;
}
.online a.online-tel {
	background-position: 0 -92px;
}
.online a.online-tel:hover {
	border-color: #c2d96e;
	background-color: #c2d96e;
	background-position: 0 -322px;
}
.online a.online-wechat {
	background-position: 0 -138px;
}
.online a.online-wechat:hover {
	border-color: #33d055;
	background-color: #33d055;
	background-position: 0 -368px;
}
.online a.online-qq {
	background-position: 0 -460px;
}
.online a.online-qq:hover {
	border-color: #e92a02;
	background-color: #e92a02;
	background-position: 0 -506px;
}
.online a.online-top {
	background-position: 0 -184px;
}
.online a.online-top:hover {
	border-color: #000;
	background-color: #000;
	background-position: 0 -414px;
}
.online a.online-wechat img {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 54px;
	display: block;
	display: none;
	width: 110px;
	height: 110px;
	border: 2px solid #33d055;
}
.online a.online-tel p {
	font-family: 'seravek';
	font-size: 16px;
	line-height: 45px;
	position: absolute;
	top: 0;
	right: 54px;
	display: block;
	display: none;
	width: 150px;
	height: 45px;
	margin: 0;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #c2d96e;
}
.icon-online {
	font-size: 30px;
	line-height: 46px;
	position: fixed;
	z-index: 100;
	right: 5px;
	bottom: 20px;
	display: none;
	width: 46px;
	height: 46px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #c2d96e;
}

@media (max-width: 991px) {
.icon-online {
	display: block;
}
}
.icon-online.icon {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.banner img {
	display: block;
	width: 100%;
}
.banner02{
	width: 100%;
}
.banner02 img{
	max-width: 100%;
}
@media (max-width:991px) {
.banner {
	margin-top: 80px;
}
	.banner02 {
		margin-top: 80px;
	}
}

@media (max-width: 1199px) {
.banner .owl-theme {
	width: 120%;
	max-width: 120%;
	margin-left: -10%;
}
}

@media (max-width: 991px) {
.banner .owl-theme {
	width: 100%;
	max-width: 100%;
	margin-left: -0%;
}
}
.banner .owl-theme .owl-controls {
	margin: 0;
}
.banner .owl-theme .owl-controls .owl-pagination {
	position: absolute;
	bottom: 24px;
	width: 100%;
}

@media (max-width: 1199px) {
.banner .owl-theme .owl-controls .owl-pagination {
	bottom: 14px;
	text-align: center;
}
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page span {
	display: inline-block;
	width: 12px;
	height: 6px;
	margin: 0 5px;
	opacity: 1;
	border-radius: 10px;
	background-color: #fff;
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page.active span {
	display: inline-block;
	width: 30px;
	height: 6px;
	background-color: #008aff;
}
.banner .owl-theme .owl-controls .owl-buttons {
	display: none;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-prev, .banner .owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	z-index: 9;
	top: 43%;
	opacity: 1;
	border-radius: 0;
	background: none;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-prev::after, .banner .owl-theme .owl-controls .owl-buttons .owl-next::after {
	font-family: 'iconfont';
	font-size: 28px;
	line-height: 60px;
	display: block;
	width: 60px;
	height: 60px;
	content: '\e608';
	background-color: rgba(0, 0, 0, .8);
}
.banner .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 5%;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
	opacity: .8;
}

@media (max-width: 1199px) {
.banner .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 10%;
}
}
.banner .owl-theme .owl-controls .owl-buttons .owl-next {
	right: 5%;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-next::after {
	content: '\e609';
}
.banner .owl-theme .owl-controls .owl-buttons .owl-next:hover {
	opacity: .8;
}

@media (max-width: 1199px) {
.banner .owl-theme .owl-controls .owl-buttons .owl-next {
	right: 10%;
}
}
.banner .text {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	max-width: 1320px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
.box {
	padding: 0px;
}

@media (max-width: 767px) {
.box {
	padding: 0px 0;
}
}
.title {
	position: relative;
	text-align: center;
}
.title h2 {
	font-family: "微软雅黑";
	font-size: 30px;
	margin: 0;
	margin-top: 30px;
	font-weight: bold;
}

@media (max-width: 480px) {
.title h2 {
	font-size: 26px;
}
}
.title p {
	font-size: 15px;
	line-height: 1.6;
	margin: 10px 0 0 0;
	color: #666;
}
.box-sort {
	padding: 50px 0;
	padding-right: 60px;
	padding-left: 60px;
}

@media (max-width: 1440px) {
.box-sort {
	padding-right: 40px;
	padding-left: 40px;
}
}

@media (max-width: 991px) {
.box-sort {
	padding-right: 15px;
	padding-left: 15px;
}
}

@media (max-width: 767px) {
.box-sort {
	padding-right: 0;
	padding-left: 0;
}
}
.box-sort .info {
	overflow: hidden;
}
.box-sort .list {
	padding: 0 23px;
}

@media (max-width: 991px) {
.box-sort .list {
	margin-top: 30px;
}
.box-sort .list:first-child {
	margin-top: 0;
}
}
.box-sort .item {
	display: table;
	overflow: hidden;
	width: 100%;
	padding: 10px 40px;
	background-color: #bfddff;
}

@media (max-width: 1440px) {
.box-sort .item {
	padding: 10px 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
.box-sort .item {
	margin-bottom: -989px;
	padding-bottom: 999px;
}
}

@media (min-width: 1441px) {
.box-sort .item {
	margin-bottom: -979px;
	padding-bottom: 999px;
}
}

@media (max-width: 767px) {
.box-sort .item {
	padding: 10px 15px;
}
}
.box-sort .item .pic {
	float: left;
	width: 38%;
	vertical-align: middle;
}

@media (max-width: 1440px) {
.box-sort .item .pic {
	width: 45%;
	padding-top: 2%;
}
}

@media (max-width: 991px) {
.box-sort .item .pic {
	width: 38%;
}
}
.box-sort .item .note {
	float: left;
	width: 62%;
	padding-left: 30px;
	vertical-align: top;
	color: #000;
}

@media (max-width: 1440px) {
.box-sort .item .note {
	width: 55%;
}
}

@media (max-width: 991px) {
.box-sort .item .note {
	width: 62%;
}
}

@media (max-width: 767px) {
.box-sort .item .note {
	padding-left: 15px;
}
}
.box-sort .item .note h3 {
	font-family: "微软雅黑";
	font-size: 20px;
	max-width: 125px;
	margin: 30px 0 20px;
}

@media (max-width: 1440px) {
.box-sort .item .note h3 {
	margin: 26px 0 20px;
}
}

@media (max-width: 767px) {
.box-sort .item .note h3 {
	font-size: 18px;
	margin: 15px 0;
}
}
.box-sort .item .note p {
	font-size: 15px;
	line-height: 1.33333333;
	margin: 0;
	margin-bottom: 6px;
}
.box-sort .item .note p:hover {
	text-decoration: underline;
}
.box-sort .item-2 {
	background-color: #ffe3a8;
}
.box-sort .item-3 {
	background-color: #CBFFDD;
}
.box-product {
	background-color: #f4f4f4;
}
.box-product .pro-sort ul.sort {
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center;
}
.box-product .pro-sort ul.sort li {
	line-height: 22px;
	display: inline-block;
	height: 22px;
	margin-top: 10px;
	list-style: none;
	text-align: center;
	border-right: 1px solid #ccc;
}
.box-product .pro-sort ul.sort li:last-child {
	border: none;
}
.box-product .pro-sort ul.sort li a {
	font-size: 16px;
	display: block;
	padding: 0 40px;
	color: #666;
}

@media (max-width: 767px) {
.box-product .pro-sort ul.sort li a {
	padding: 0 10px;
}
}
/*.box-product .pro-sort ul.sort li a::after
{
    display: block;

    width: 40px;
    height: 1px;
    margin: 0 auto;
    margin-top: 8px;

    content: '';

    background-color: #f6f6f6;
}*/
.box-product .pro-sort ul.sort li.active a {
	color: #666;
}
.box-product .pro-sort ul.sort li.active a::after {
	background-color: #c2d96e;
}
.box-product .info .item {
	overflow: hidden;
	margin-top: 50px;
	padding: 30px 30px 60px 30px;
	background-color: #fff;
}

@media (max-width: 767px) {
.box-product .info .item {
	margin-top: 30px;
	padding: 30px 15px;
}
}
.box-product .info .item:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}
.box-product .info .item .p-title {
	text-align: center;
}
.box-product .info .item .p-title h3 {
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box-product .info .item .p-title h3::after {
	font-family: 'iconfont';
	font-size: 24px;
	position: absolute;
	top: 0;
	content: '\e637';
	color: #f90606;
	display: none;
}
.box-product .info .item .p-title p {
	font-size: 12px;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999;
}
.box-product .info .item .link {
	position: absolute;
	z-index: 99;
	right: 40px;
	bottom: 30px;
	opacity: 0;
}
.box-product .info .item .link a {
	line-height: 35px;
	display: block;
	width: 35px;
	height: 35px;
	margin: 5px 0;
	text-align: center;
	border-radius: 50%;
	background-color: #008aff;
}
.box-product .info .item .link a::after {
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e61d';
	color: #fff;
}
.box-product .info .item .link a.link-2 {
	background-color: #e4b573;
}
.box-product .info .item .link a.link-2::after {
	font-size: 20px;
	content: '\e60c';
}
.box-product .info .item:hover .link {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.box-product .flexslider ul {
	margin: 0;
	padding: 0;
}
.box-product .flexslider ul li {
	position: relative;
	overflow: hidden;
	list-style: none;
}
.box-product .flexslider .flex-control-nav {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	left: 0;
	width: 100%;
	margin-top: 18px;
	padding: 0;
	text-align: center;
}
.box-product .flexslider .flex-control-nav li {
	display: inline-block;
	list-style: none;
}
.box-product .flexslider .flex-control-nav li a {
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	list-style: none;
	cursor: pointer;
	color: #d8d8d8;
	border-radius: 50%;
	background-color: #d8d8d8;
}
.box-product .flexslider .flex-control-nav li a.flex-active {
	background-color: #c2d96e;
}
.box-about {
	position: relative;
	background: url(/public/static/modules/cms/images/about-bg.jpg) no-repeat center fixed;
}
.box-about02 {
	position: relative;
	background: url(/public/static/modules/cms/images/about-bg02.png) no-repeat center fixed;
}
.box-about03 {
	position: relative;
	background: url(/public/static/modules/cms/images/about-bg03.png) no-repeat center fixed;
}
.box-about03 img{
	max-width: 100%;
}
.box-about::after {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 30%;
	content: '';
	background-color: #fff;
}
.box-about .about {
	position: relative;
	z-index: 9;
	overflow: hidden;
	margin-top: 200px;
	padding: 0px 0 0 0;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}
.biaoti h2 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 80px;
}

@media (max-width: 991px) {
.box-about .about {
	padding-top: 40px;
	padding-bottom: 40px;
}
}
.box-about .about .pic {
	display: inline-block;
	width: 35%;
	vertical-align: bottom;
}

@media (max-width: 991px) {
.box-about .about .pic {
	display: none;
}
}
.box-about .about .pic img {
	max-width: 100%;
}
.box-about .about .text {
	display: inline-block;
	width: 65%;
	margin-right: -4px;
	padding: 0 40px 0 60px;
	vertical-align: top;
}

@media (max-width: 991px) {
.box-about .about .text {
	display: block;
	width: 100%;
	padding: 0 20px;
}
}
.box-about .about .text .title {
	text-align: left;
}
.box-about .about .text .note {
	margin-top: 25px;
}
.box-about .about .text .note p {
	font-size: 18px;
	line-height: 1.6;
	color: #666;
}
.box-about .about .text a {
	color: #c2d96e;
}
.box-about .about .text a:hover {
	text-decoration: underline;
}
.box-about .about .num {
	margin-top: 40px;
	padding-bottom: 10px;
	background-color: #008aff;
}
.box-about .about .num ul {
	margin: 0;
	padding: 0 25px;
}

@media (max-width: 1199px) {
.box-about .about .num ul {
	padding: 0 15px;
}
}
.box-about .about .num ul li {
	display: inline-block;
	margin-right: -4px;
	padding: 0 35px;
	list-style: none;
	vertical-align: top;
	color: #fff;
}

@media (max-width: 1199px) {
.box-about .about .num ul li {
	padding: 0 10px;
}
}
.box-about .about .num ul li h3 {
	font-family: "微软雅黑";
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}

@media (max-width: 1199px) {
.box-about .about .num ul li h3 {
	font-size: 30px;
}
}
.box-xin {
	padding-top: 0;
	padding-bottom: 50px;
}

@media (max-width: 767px) {
.box-xin {
	padding-bottom: 30px;
}
}

@media (min-width: 992px) {
.box-xin .info {
	margin-right: -25px;
	margin-left: -25px;
}
}

@media (min-width: 992px) {
.box-xin .info .item {
	padding: 0 25px;
}
}
.box-xin .xin {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	background-color: #000;
}
.box-xin .xin .img-box {
	z-index: 0;
	padding-bottom: 58.06451613%;
}
.box-xin .xin .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: .9;
}
.box-xin .xin .xin-box {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}
.box-xin .xin .xin-box {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}
.box-xin .xin .iframe {
	display: none;
	width: 100%;
}
.box-xin .xin .play {
	font-size: 18px;
	display: inline-block;
	margin-left: calc((100% - 60px) / 2);
	margin-top: 20%;
	margin-bottom: 0%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform .6s ease;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	color: #fff;
}

@media (max-width: 991px) {
.box-xin .xin .play {
	margin-top: 18%;
}
}
.box-xin .xin .play::before {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 24px;
	content: '';
	background: url(/public/static/modules/cms/images/play.png) no-repeat;
	background-size: cover;
}

@media (max-width: 991px) {
.box-xin .xin .play::before {
	width: 50px;
	height: 50px;
}
}
.box-xin .xin h3 {
	font-size: 16px;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	height: 50px;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	background-color: rgba(0, 0, 0, .57);
}
.box-xin .xin:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .5;
}
.box-xin .xin:hover .play {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.box-text {
	padding: 50px 0;
	background-color: #e4b573;
}
.box-text p {
	font-family: 'AvenirNextDemiBold';
	font-size: 20px;
	line-height: 1.6;
	margin: 0;
	text-align: center;
	color: #fff;
}

@media (max-width: 767px) {
.box-text p {
	font-size: 18px;
}
}
.box-news {
	padding: 80px 60px;
}

@media (max-width: 991px) {
.box-news {
	padding: 60px 30px;
}
}

@media (max-width: 767px) {
.box-news {
	padding: 60px 0;
}
}
.box-news .item {
	margin: 0 auto;
	width: 100%;
	margin: auto;
	float: left;
}

@media (max-width: 991px) {
.box-news .item {
	margin: 6px 15px;
	margin-top: 30px;
}
}
.box-news .item .pic {
	position: relative;
	padding: 15px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}
.box-news .item .img-box {
	padding-bottom: 60.37735849%;
	background-color: #000;
}
.box-news .item .img-box img {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.box-news .item .note {
	position: absolute;
	top: 0;
	padding: 25px;
	color: #fff;
}
.box-news .item .note h3 {
	font-size: 18px;
	line-height: 1.55555556;
	display: -webkit-box;
	overflow: hidden;
	max-width: 350px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.box-news .item .note span {
	font-size: 13px;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	background-color: rgba(194, 217, 110, .85);
}
.box-news .item .note span::before {
	font-family: 'iconfont';
	margin-right: 4px;
	content: '\e63c';
}
.box-news .item .note p {
	font-size: 15px;
	line-height: 1.6;
	display: -webkit-box;
	overflow: hidden;
	height: 72px;
	margin: 40px 0 0 0;
	opacity: 0;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media (max-width: 1440px) {
.box-news .item .note p {
	margin-top: 10px;
}
}
.box-news .item .note a {
	display: block;
}
.box-news .item:hover .img-box img {
	opacity: .7;
}
.box-news .item:hover .note h3, .box-news .item:hover .note span {
	-webkit-animation: fadeInDown 1s 0s ease both;
	animation: fadeInDown 1s 0s ease both;
}
.box-news .item:hover .note p {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.box-news .owl-controls {
	margin: 0;
}
.box-news .owl-controls .owl-pagination {
	width: 100%;
	margin-top: 30px;
}
.box-news .owl-controls .owl-pagination .owl-page span {
	display: inline-block;
	width: 12px;
	height: 6px;
	margin: 0 5px;
	opacity: 1;
	border-radius: 10px;
	background-color: #ccc;
}
.box-news .owl-controls .owl-pagination .owl-page.active span {
	display: inline-block;
	width: 30px;
	height: 6px;
	background-color: #c2d96e;
}
.box-news .owl-controls .owl-buttons {
	display: none;
}
.wrap {
	padding: 0px 0;
}

@media (max-width: 767px) {
.wrap {
	padding: 60px 0;
}
}
.wrap .title-in h2 {
	font-family: 'avenirnextbold';
	font-size: 30px;
	margin: 0;
}
.wrap .title-in p {
	font-size: 16px;
	line-height: 1.875;
	margin: 30px 0 0 0;
	color: #666;
}
.wrap-about .text {
	margin-top: 30px;
}
.wrap-about .text p {
	font-size: 16px;
	line-height: 1.875;
	margin: 0;
	color: #666;
}
.wrap-about .text img {
	max-width: 100%;
}
.wrap-factory .item {
	margin-top: 40px;
}
.wrap-factory .item .img-box {
	padding-bottom: 68.29268293%;
}
.wrap-factory .item .img-box img {
	-webkit-transition: -webkit-transform .6s ease;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
}
.wrap-factory .item p {
	font-family: 'AvenirNextMedium';
	font-size: 16px;
	overflow: hidden;
	margin: 25px 0 0 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wrap-factory .item:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media (min-width: 992px) {
.wrap-xin .info {
	margin-right: -25px;
	margin-left: -25px;
}
}

@media (min-width: 992px) {
.wrap-xin .info .item {
	padding: 0 25px;
}
}
.wrap-xin .info .item h3 {
	font-family: 'AvenirNextMedium';
	font-size: 16px;
	overflow: hidden;
	margin: 25px 0 0 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wrap-xin .xin {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	text-align: center;
	background-color: #000;
}
.wrap-xin .xin .img-box {
	z-index: 0;
	padding-bottom: 58.06451613%;
}
.wrap-xin .xin .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: .9;
}
.wrap-xin .xin .xin-box {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}
.wrap-xin .xin .iframe {
	display: none;
	width: 100%;
}
.wrap-xin .xin .play {
	font-size: 18px;
	display: inline-block;
	margin-top: 22%;
	margin-bottom: 100%;
	-webkit-transition: -webkit-transform .6s ease;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	color: #fff;
}

@media (max-width: 991px) {
.wrap-xin .xin .play {
	margin-top: 23%;
}
}
.wrap-xin .xin .play::before {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 24px;
	content: '';
	background: url(/public/static/modules/cms/images/play.png) no-repeat;
	background-size: cover;
}

@media (max-width: 991px) {
.wrap-xin .xin .play::before {
	width: 50px;
	height: 50px;
}
}
.wrap-xin .xin:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .5;
}
.wrap-xin .xin:hover .play {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
/**
 * page
 */
.page {
	clear: both;
	overflow: hidden;
	margin-top: 70px;
	text-align: center;
}
.page a {
	font-family: 'AvenirNextMedium';
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0 3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	background-color: #f6f6f6;
}

@media (max-width: 767px) {
.page a {
	font-size: 14px;
}
}
.page a.omit {
	font-family: Arial;
	font-weight: bold;
	background-color: #fff;
}
.page a.omit:hover {
	color: #7c7c7c;
	background-color: #fff;
}
.page a:first-child, .page a:last-child {
	margin: 0 20px;
	border: none;
	background-color: #fff;
}
.page a:first-child::before, .page a:last-child::before {
	font-family: 'iconfont';
	font-weight: bold;
	position: relative;
	top: -1px;
	content: '\e672';
	color: #aeaeae;
}
.page a:first-child:hover, .page a:last-child:hover {
	background: none;
}
.page a:first-child:hover::before, .page a:last-child:hover::before {
	color: #c2d96e;
}
.page a:first-child::before {
	content: '\e9d7';
}
.page a.active, .page a:hover {
	color: #fff;
	border-color: #c2d96e;
	background-color: #c2d96e;
}

@media (max-width: 767px) {
.page a {
	line-height: 34px;
	width: 34px;
	height: 34px;
}
.page a:first-child, .page a:last-child {
	margin: 0 2px;
}
}
.sidebar {
	background-color: #c2d96e;
}

@media (max-width: 991px) {
.sidebar {
	display: none;
}
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	line-height: 20px;
	display: inline-block;
	list-style: none;
}
.sidebar ul li a {
	font-family: 'AvenirNextDemiBold';
	font-size: 16px;
	display: block;
	padding: 20px 25px;
	color: #fff;
}
.sidebar ul li.active, .sidebar ul li:hover {
	background-color: #e4b573;
}
.wrap-product .item {
	overflow: hidden;
	margin: 40px 0 15px 0;
	padding: 20px 30px 60px 30px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}

@media (max-width: 767px) {
.wrap-product .item {
	margin-top: 30px;
	padding: 30px 15px;
}
}
.wrap-product .item:hover {
	border-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}
.wrap-product .item .p-title {
	text-align: center;
	margin-bottom: 15px;
}
.wrap-product .item .p-title h3 {
	font-family: 'AvenirNextDemiBold';
	font-size: 18px;
	position: relative;
	overflow: hidden;
	margin-bottom: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wrap-product .item .p-title p {
	font-size: 12px;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999;
}
.wrap-product .item .link {
	position: absolute;
	z-index: 99;
	right: 40px;
	bottom: 70px;
	opacity: 0;
}
.wrap-product .item .link a {
	line-height: 35px;
	display: block;
	width: 35px;
	height: 35px;
	margin: 5px 0;
	text-align: center;
	border-radius: 50%;
	background-color: #c2d96e;
}
.wrap-product .item .link a::after {
	font-family: 'iconfont';
	font-size: 16px;
	content: '\e61d';
	color: #fff;
}
.wrap-product .item .link a.link-2 {
	background-color: #e4b573;
}
.wrap-product .item .link a.link-2::after {
	font-size: 20px;
	content: '\e60c';
}
.wrap-product .item:hover .link {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.wrap-product .flexslider ul {
	margin: 0;
	padding: 0;
}
.wrap-product .flexslider ul li {
	position: relative;
	overflow: hidden;
	list-style: none;
}
.wrap-product .flexslider .flex-control-nav {
	position: absolute;
	z-index: 99;
	bottom: 30px;
	left: 0;
	width: 100%;
	margin-top: 18px;
	padding: 0;
	text-align: center;
}
.wrap-product .flexslider .flex-control-nav li {
	display: inline-block;
	list-style: none;
}
.wrap-product .flexslider .flex-control-nav li a {
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	list-style: none;
	cursor: pointer;
	color: #d8d8d8;
	border-radius: 50%;
	background-color: #d8d8d8;
}
.wrap-product .flexslider .flex-control-nav li a.flex-active {
	background-color: #c2d96e;
}
.wrap-product .page {
	margin-top: 55px;
}
.wrap-product-show .location a {
	color: #666;
}
.wrap-product-show .location a::after {
	margin: 0 10px;
	content: '/';
	color: #ccc;
}
.wrap-product-show .location a:last-child::after {
	display: none;
}
.wrap-product-show .location a:hover {
	color: #c2d96e;
}
.wrap-product-show .pro-show {
	margin-top: 25px;
}
.wrap-product-show .pro-show .album {
	position: relative;
	width: 100%;
}
.wrap-product-show .pro-show .album .img-box img {
	width: 100%;
}
.wrap-product-show .pro-show .album .sync {
	margin: 0 -5px;
}
.wrap-product-show .pro-show .album .sync1 {
	width: 100%;
	border: 1px solid #e6e6e6;
}
.wrap-product-show .pro-show .album .sync1 .item {
	width: 100%;
	text-align: center;
	background: #fff;
}
.wrap-product-show .pro-show .album .sync2 {
	width: 100%;
	margin-top: 15px;
}
.wrap-product-show .pro-show .album .sync2 .synced .item {
	border: 2px solid #c2da6e;
}
.wrap-product-show .pro-show .album .sync2 .item {
	margin: 6px;
	cursor: pointer;
	border: 1px solid #e6e6e6;
}
.wrap-product-show .pro-show .album .owl-theme .owl-controls .owl-buttons {
	display: none;
}
.wrap-product-show .pro-show .text {
	padding-top: 60px;
	padding-left: 20px;
}

@media (max-width: 1199px) {
.wrap-product-show .pro-show .text {
	padding: 60px 0 0 0;
}
}
.wrap-product-show .pro-show .text .int-title {
	padding-bottom: 24px;
	border-bottom: 1px dotted #cdcdcd;
}
.wrap-product-show .pro-show .text .int-title h3 {
	font-family: 'avenirnextbold';
	font-size: 30px;
	margin: 0;
}
.wrap-product-show .pro-show .text .int-title span {
	font-family: 'AvenirNextMedium';
	font-size: 13px;
	margin-top: 12px;
	color: #e4b573;
}
.wrap-product-show .pro-show .text .info {
	margin-top: 40px;
}
.wrap-product-show .pro-show .text .info p {
	font-size: 16px;
	line-height: 1.75;
	margin: 0;
	color: #666;
}
.wrap-product-show .pro-show .text .link {
	padding-bottom: 60px;
	border-bottom: 1px dotted #cdcdcd;
}
.wrap-product-show .pro-show .text .link a {
	font-family: 'AvenirNextDemiBold';
	font-size: 16px;
	line-height: 55px;
	display: inline-block;
	height: 55px;
	margin-top: 40px;
	color: #fff;
}
.wrap-product-show .pro-show .text .link a::before {
	font-family: 'iconfont';
	font-size: 20px;
	float: left;
	margin-right: 8px;
	content: '\e67e';
}
.wrap-product-show .pro-show .text .link a:hover::before {
	-webkit-animation: fadeInLeft .6s 0s ease both;
	animation: fadeInLeft .6s 0s ease both;
}
.wrap-product-show .pro-show .text .link .inquire {
	padding: 0 45px;
	background-color: #c2d96e;
}
.wrap-product-show .pro-show .text .share {
	margin-top: 55px;
}
.wrap-product-show .pro-show .text .share h4 {
	font-family: 'AvenirNextDemiBold';
	font-size: 16px;
	margin: 0 0 14px 0;
}
.wrap-product-show .pro-title {
	height: 60px;
	padding: 0 30px;
	background-color: #c2d96e;
}
.wrap-product-show .pro-title h3 {
	font-family: 'AvenirNextDemiBold';
	font-size: 24px;
	line-height: 60px;
	margin-top: 0;
	color: #fff;
}
.wrap-product-show .parameter {
	margin-top: 60px;
}
.wrap-product-show .parameter .text {
	padding-top: 4px;
}
.wrap-product-show .parameter .text table {
	width: 100%;
	border-top: 1px dotted #ddd;
}
.wrap-product-show .parameter .text table tr {
	border-bottom: 1px dotted #ddd;
}
.wrap-product-show .parameter .text table tr td {
	font-size: 16px;
	line-height: 25px;
	padding: 15px 30px;
	word-break: break-all;
}

@media (max-width: 767px) {
.wrap-product-show .parameter .text table tr td {
	padding: 15px 10px;
}
}
.wrap-product-show .parameter .text table tr td:nth-child(1), .wrap-product-show .parameter .text table tr td:nth-child(3) {
	width: 16%;
	background-color: #f7f7f7;
}

@media (max-width: 1199px) {
.wrap-product-show .parameter .text table tr td:nth-child(1), .wrap-product-show .parameter .text table tr td:nth-child(3) {
	width: 20%;
}
}
.wrap-product-show .parameter .text table tr td:nth-child(2), .wrap-product-show .parameter .text table tr td:nth-child(4) {
	width: 34%;
}

@media (max-width: 1199px) {
.wrap-product-show .parameter .text table tr td:nth-child(2), .wrap-product-show .parameter .text table tr td:nth-child(4) {
	width: 30%;
}
}
.wrap-product-show .inquiry {
	margin-top: 65px;
}
.wrap-product-show .inquiry .note {
	padding: 50px 60px 60px 60px;
	background-color: #fafcf2;
}

@media (max-width: 991px) {
.wrap-product-show .inquiry .note {
	padding: 30px 20px;
}
}
.wrap-product-show .inquiry .note p {
	font-size: 15px;
	line-height: 2;
	margin: 0;
	color: #666;
}
.wrap-product-show .inquiry form {
	margin-top: 10px;
}
.wrap-product-show .inquiry input, .wrap-product-show .inquiry textarea {
	line-height: 30px;
	width: 100%;
	min-height: 50px;
	margin-top: 20px;
	padding: 10px 16px;
	resize: vertical;
	color: #666;
	border: none;
	outline: none;
	background: #fff;
	box-shadow: 0 0 4px 0 #eaefd9;
}
.wrap-product-show .inquiry input:focus, .wrap-product-show .inquiry textarea:focus {
	border-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder {
 color: rgba(153, 153, 153, .5);
}
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder {
 color: rgba(153, 153, 153, .5);
}
.wrap-product-show .inquiry .read input {
	font-family: 'AvenirNextDemiBold';
}
.wrap-product-show .inquiry .read input:focus {
	box-shadow: 0 0 4px 0 #eaefd9;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder {
 color: #333;
}
.wrap-product-show .inquiry .read ::-webkit-input-placeholder {
 color: #333;
}
.wrap-product-show .inquiry ::-webkit-input-placeholder {
 color: #666;
}
.wrap-product-show .inquiry .send {
	font-family: 'AvenirNextDemiBold';
	font-size: 15px;
	line-height: 50px;
	overflow: hidden;
	height: 50px;
	margin-top: 26px;
	padding: 0 62px;
	text-align: center;
	color: #fff;
	border: none;
	background-color: #c2d96e;
}
.wrap-product-show .inquiry .send span {
	display: block;
	color: #fff;
}
.wrap-product-show .inquiry .send:hover span {
	-webkit-animation: fadeInUp .6s 0s ease both;
	animation: fadeInUp .6s 0s ease both;
}
.wrap-news .item {
	margin-top: 50px;
	padding: 15px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767px) {
.wrap-news .item {
	margin-top: 30px;
}
}
.wrap-news .item .pic {
	position: relative;
	overflow: hidden;
	min-height: 50px;
}
.wrap-news .item .pic img {
	width: 100%;
	-webkit-transition: -webkit-transform .6s ease;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
}
.wrap-news .item .pic .date {
	position: absolute;
	bottom: 15px;
	left: 15px;
	display: block;
	width: 100%;
	height: 50px;
}
.wrap-news .item .pic .date span {
	font-size: 13px;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	display: block;
	height: 30px;
	padding: 0 12px;
	color: #fff;
	background-color: rgba(194, 217, 110, .85);
}
.wrap-news .item .pic .date span::before {
	font-family: 'iconfont';
	margin-right: 4px;
	content: '\e63c';
}
.wrap-news .item .note {
	padding: 15px;
}
.wrap-news .item .note h3 {
	font-family: 'avenirnextbold';
	font-size: 18px;
	line-height: 1.44444444;
	margin: 15px 0 0 0;
}
.wrap-news .item .note p {
	font-size: 15px;
	line-height: 1.46666667;
	margin: 20px 0 0 0;
	color: #666;
}
.wrap-news .item:hover {
	-webkit-transform: translateY(-16px);
	-ms-transform: translateY(-16px);
	transform: translateY(-16px);
	box-shadow: 0 0 6px 0 rgba(255, 255, 255, .1);
}
.wrap-news .item:hover .note h3 {
	color: #c2d96e;
}
.wrap-news .page {
	margin-top: 80px;
}
.wrap-news-show .news-title {
	padding-bottom: 25px;
	border-bottom: 1px dotted #cdcdcd;
}
.wrap-news-show .news-title h3 {
	font-family: 'avenirnextbold';
	font-size: 30px;
	margin: 0;
}

@media (max-width: 991px) {
.wrap-news-show .news-title h3 {
	font-size: 24px;
}
}

@media (max-width: 767px) {
.wrap-news-show .news-title h3 {
	font-size: 20px;
}
}
.wrap-news-show .news-title span {
	font-size: 13px;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	margin-top: 25px;
	padding: 0 12px;
	color: #fff;
	background-color: rgba(194, 217, 110, .85);
}
.wrap-news-show .news-title span::before {
	font-family: 'iconfont';
	margin-right: 4px;
	content: '\e63c';
}
.wrap-news-show .text {
	padding: 40px 0;
	border-bottom: 1px dotted #cdcdcd;
}
.wrap-news-show .text p {
	font-size: 16px;
	line-height: 1.875;
	margin: 0;
	color: #666;
}
.wrap-news-show .text img {
	max-width: 100%;
}
.wrap-news-show .relate {
	margin: 25px;
	margin-right: -25px;
	margin-bottom: 6px;
	margin-left: -25px;
}

@media (max-width: 767px) {
.wrap-news-show .relate {
	margin-right: -15px;
	margin-left: -15px;
}
}
.wrap-news-show .relate ul {
	margin: 0;
	padding: 0;
}
.wrap-news-show .relate ul li {
	display: inline-block;
	width: 50%;
	margin-right: -2px;
	padding: 25px;
	list-style: none;
	vertical-align: top;
}

@media (max-width: 767px) {
.wrap-news-show .relate ul li {
	width: 100%;
	padding: 10px 15px;
}
}
.wrap-news-show .relate a {
	font-family: 'avenirnextbold';
	font-size: 16px;
	line-height: 1.625;
	display: block;
	float: left;
	padding: 30px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 1200px) {
.wrap-news-show .relate a {
	min-height: 112px;
}
}

@media (max-width: 767px) {
.wrap-news-show .relate a {
	padding: 15px;
}
}
.wrap-news-show .relate a span {
	color: #c2d96e;
}
.wrap-news-show .relate a.next::before {
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	content: '→';
	color: #c2d96e;
}
.wrap-news-show .relate a.next:hover::before {
	-webkit-animation: fadeInLeft .6s 0s ease both;
	animation: fadeInLeft .6s 0s ease both;
}
.wrap-news-show .relate a.prev::before {
	font-weight: bold;
	float: left;
	margin-right: 10px;
	content: '← ';
	color: #c2d96e;
}
.wrap-news-show .relate a.prev:hover::before {
	-webkit-animation: fadeInLeft .6s 0s ease both;
	animation: fadeInLeft .6s 0s ease both;
}

@media (max-width: 767px) {
.wrap-news-show .relate a {
	width: 100%;
}
.wrap-news-show .relate a.next {
	margin-top: 20px;
	text-align: left;
}
.wrap-news-show .relate a.next::before {
	float: left;
}
}
.wrap-news-show .relate a:hover {
	color: #c2d96e;
}
.wrap-contact .title-in {
	padding-bottom: 35px;
	border-bottom: 1px dotted #cdcdcd;
}
.wrap-contact .title-in p {
	color: #e4b573;
}
.wrap-contact .c-title h3 {
	font-family: 'avenirnextbold';
	font-size: 20px;
	line-height: 1.3;
	margin: 0;
}
.wrap-contact .contact {
	margin-top: 60px;
}

@media (max-width: 767px) {
.wrap-contact .contact {
	margin-top: 40px;
}
}
.wrap-contact .contact .text {
	max-width: 350px;
	margin-top: 25px;
}
.wrap-contact .contact .text p {
	font-size: 15px;
	line-height: 2.4;
	margin: 0;
	color: #666;
}
.wrap-contact .message {
	margin-top: 60px;
}

@media (max-width: 767px) {
.wrap-contact .message {
	margin-top: 40px;
}
}
.wrap-contact .message .text {
	margin-top: 25px;
}
.wrap-contact .message .text p {
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	color: #666;
}
.wrap-contact .message form {
	margin-top: 20px;
}
.wrap-contact .message form input, .wrap-contact .message form textarea {
	line-height: 30px;
	width: 100%;
	min-height: 50px;
	margin-top: 20px;
	padding: 10px 20px;
	resize: vertical;
	color: #999;
	border: 1px solid #ebebeb;
	outline: none;
}
.wrap-contact .message form input:focus, .wrap-contact .message form textarea:focus {
	border-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}
.wrap-contact .message form input:focus::-webkit-input-placeholder {
 color: rgba(153, 153, 153, .5);
}
.wrap-contact .message form textarea:focus::-webkit-input-placeholder {
 color: rgba(153, 153, 153, .5);
}
.wrap-contact .message form .btn {
	line-height: 50px;
	height: 50px;
	margin-top: 20px;
	padding: 0 62px;
	color: #fff;
	border-radius: 0;
	background-color: #c2d96e;
}
.wrap-contact .message form .btn span {
	display: inline-block;
}
.wrap-contact .message form .btn:hover span {
	-webkit-animation: fadeInUp .6s 0s ease both;
	animation: fadeInUp .6s 0s ease both;
}
.wrap-contact .message form p {
	font-size: 15px;
	line-height: 50px;
	display: inline-block;
	float: right;
	margin: 20px 0 0 0;
	color: #666;
}
.width {
	width: 1200px;
	margin-left: calc((100% - 1200px) / 2);
	background-color: white;
}

@media (max-width:1200px) {
.width {
	width: 100%;
	margin-left: 0%;
	background-color: white;
}
}
.head01 {
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
	z-index: 999;
}
.head01 div:nth-child(1) {
	float: left;
}
.head01 div:nth-child(1) ul li {
	float: left;
	margin-right: 15px;
	line-height: 69px;
	position: relative;
	font-size: 13px;
	color: #646464;
}
.head01 div:nth-child(1) ul li span {
	position: absolute;
	top: 26px;
	left: -1px;
	background-color: #3266cb;
	width: 89px;
	display: none;
	z-index: 999;
}
.head01 div:nth-child(1) ul li span a {
	line-height: 30px;
	display: block;
	text-align: center;
	color: white;
}
.head01 div:nth-child(1) ul li span a:hover {
	line-height: 30px;
	display: block;
	text-align: center;
	color: white;
	background-color: red;
}
.head01 div:nth-child(2) {
	float: right;
	padding: 10px 0px;
}
.ss_bg {
	width: 100%;
	background-color: white;
	position: absolute;
	top: 70px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
	display: none;
	z-index: 999;
}
.ss {
	margin-left: calc((100% - 1200px) / 2);
	padding: 30px 0px;
}
.ss_x {
	float: right;
	margin-right: 24%;
	margin-top: -30px;
}
.head02 ul {
	margin-left: -6px;
}
.head02 ul li {
	float: left;
	padding: 16px 6px;
	font-size: 1.6rem;
	color: #646464;
}
.head02 ul li:last-child {
	float: right;
}

@media (max-width:991px) {
.head01 {
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
	z-index: 999;
	display: none;
}
.head01 div:nth-child(1) {
	float: left;
}
.head01 div:nth-child(1) ul li {
	float: left;
	margin-right: 15px;
	line-height: 69px;
	position: relative;
}
.head01 div:nth-child(1) ul li span {
	position: absolute;
	top: 24px;
	left: 0px;
	background-color: #3266cb;
	width: 60px;
	display: none;
	z-index: 999;
}
.head01 div:nth-child(1) ul li span a {
	line-height: 30px;
	display: block;
	text-align: center;
	color: white;
}
.head01 div:nth-child(1) ul li span a:hover {
	line-height: 30px;
	display: block;
	text-align: center;
	color: white;
	background-color: red;
}
.head01 div:nth-child(2) {
	float: right;
	padding: 10px 0px;
}
.ss_bg {
	width: 100%;
	background-color: white;
	position: absolute;
	top: 70px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
	display: none;
	z-index: 999;
}
.ss {
	margin-left: calc((100% - 1200px) / 2);
	padding: 30px 0px;
}
.ss_x {
	float: right;
	margin-right: 24%;
}
.head02 {
	display: none;
}
.head02 ul {
	margin-left: -10px;
}
.head02 ul li {
	float: left;
	padding: 16px 10px;
	font-size: 16px;
}
.head02 ul li:last-child {
	float: right;
}
}
.new {
	width: 570px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 60px;
}
.new h2 {
	margin-bottom: 30px;
	font-size: 26px;
}
.new01 div:nth-child(1) {
	width: 200px;
	float: left;
}
.new01 div:nth-child(1) img {
	width: 100%;
}
.new01 div:nth-child(2) {
	width: calc(100% - 210px);
	float: right;
}
.new01 div:nth-child(2) h4 {
	font-size: 18px;
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
}
.new01 div:nth-child(2) span {
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: inline-block;
}
.new01 div:nth-child(2) p {
	font-size: 14px;
	color: #565656;
	line-height: 22px;
}
.new01 div:nth-child(2) h6 {
	background-color: #3266cc;
	color: white;
	width: 60px;
	text-align: center;
	padding: 6px 0px;
}
.new02 {
	margin-top: 20px;
}
.new03 {
	padding-bottom: 20px;
	border-bottom: 1px dashed #7b7b7b;
}
.new02 div:nth-child(1) {
	width: 100px;
	float: left;
	background-color: #b9b9b9;
	text-align: center;
}
.new02:hover div:nth-child(1) {
	background-color: #3266cc;
}
.new02 div:nth-child(1) h1 {
	font-size: 30px;
	color: white;
	padding: 20px 0px;
}
.new02 div:nth-child(1) p {
	background-color: #7b7b7b;
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 26px;
}
.new02:hover div:nth-child(1) p {
	background-color: #1a4291;
}
.new02 div:nth-child(2) {
	float: right;
	width: calc(100% - 110px);
	margin-top: 14px;
}
.new02 div:nth-child(2) h4 {
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	font-size: 18px;
	margin-top: 10px;
}
.new02 div:nth-child(2) p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 16px;
}
.about {
	width: 570px;
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 60px;
	background-color: #f2f2f2;
}
.gy01 img {
	width: 100%;
}
.gy01 p {
	padding: 0px 30px;
	margin-top: 30px;
	font-size: 14px;
	color: black;
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
}
.gy02 {
	width: 100%;
	padding: 0px 30px;
}
.gy02 div {
	width: 24%;
	float: left;
	margin: 0 0.5%;
	background-color: white;
	border-radius: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	transition: all 0.2s linear;
}
.gy02 div:hover {
	transform: translate(0, -8px);
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.gy02 div img {
	width: 60px;
	margin-left: calc((100% - 60px) / 2);
	margin-top: 20px;
	transition: all 0.5s linear;
}
.gy02 div:hover img {
	transform: rotateY(180deg);
}
.gy02 div p {
	font-size: 16px;
	color: #3266cc;
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width:1200px) {
.new {
	width: 49%;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 60px;
}
.new h2 {
	margin-bottom: 30px;
	font-size: 26px;
}
.new01 div:nth-child(1) {
	width: 200px;
	float: left;
}
.new01 div:nth-child(1) img {
	width: 100%;
}
.new01 div:nth-child(2) {
	width: calc(100% - 210px);
	float: right;
}
.new01 div:nth-child(2) h4 {
	font-size: 18px;
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow:  ellipsis;
	-khtml-text-overflow:  ellipsis;
	-moz-text-overflow:  ellipsis;
	-webkit-text-overflow:  ellipsis;
}
.new01 div:nth-child(2) span {
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: inline-block;
}
.new01 div:nth-child(2) p {
	font-size: 14px;
	color: #565656;
}
.new01 div:nth-child(2) h6 {
	background-color: #3266cc;
	color: white;
	width: 60px;
	text-align: center;
	padding: 6px 0px;
}
.new02 {
	margin-top: 20px;
}
.new03 {
	padding-bottom: 20px;
	border-bottom: 1px dashed #7b7b7b;
}
.new02 div:nth-child(1) {
	width: 100px;
	float: left;
	background-color: #b9b9b9;
	text-align: center;
}
.new02:hover div:nth-child(1) {
	background-color: #3266cc;
}
.new02 div:nth-child(1) h1 {
	font-size: 30px;
	color: white;
	padding: 20px 0px;
}
.new02 div:nth-child(1) p {
	background-color: #7b7b7b;
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 26px;
}
.new02:hover div:nth-child(1) p {
	background-color: #1a4291;
}
.new02 div:nth-child(2) {
	float: right;
	width: calc(100% - 110px);
}
.new02 div:nth-child(2) h4 {
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	font-size: 18px;
	margin-top: 10px;
}
.new02 div:nth-child(2) p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 16px;
}
.about {
	width: 49%;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 60px;
	background-color: #f2f2f2;
}
.gy01 img {
	width: 100%;
}
.gy01 p {
	padding: 0px 30px;
	margin-top: 30px;
	font-size: 14px;
	color: black;
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
}
.gy02 {
	width: 100%;
	padding: 0px 30px;
}
.gy02 div {
	width: 24%;
	float: left;
	margin: 0 0.5%;
	background-color: white;
	border-radius: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	transition: all 0.2s linear;
}
.gy02 div:hover {
	transform: translate(0, -8px);
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.gy02 div img {
	width: 60px;
	margin-left: calc((100% - 60px) / 2);
	margin-top: 20px;
	transition: all 0.5s linear;
}
.gy02 div:hover img {
	transform: rotateY(180deg);
}
.gy02 div p {
	font-size: 16px;
	color: #3266cc;
	text-align: center;
	margin-bottom: 20px;
}
}

@media (max-width:800px) {
.new {
	width: 98%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 60px;
}
.new h2 {
	margin-bottom: 30px;
	font-size: 26px;
}
.new01 div:nth-child(1) {
	width: 200px;
	float: left;
}
.new01 div:nth-child(1) img {
	width: 100%;
}
.new01 div:nth-child(2) {
	width: calc(100% - 210px);
	float: right;
}
.new01 div:nth-child(2) h4 {
	font-size: 18px;
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow:  ellipsis;
	-khtml-text-overflow:  ellipsis;
	-moz-text-overflow:  ellipsis;
	-webkit-text-overflow:  ellipsis;
}
.new01 div:nth-child(2) span {
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: inline-block;
}
.new01 div:nth-child(2) p {
	font-size: 14px;
	color: #565656;
}
.new01 div:nth-child(2) h6 {
	background-color: #3266cc;
	color: white;
	width: 60px;
	text-align: center;
	padding: 6px 0px;
}
.new02 {
	margin-top: 20px;
}
.new03 {
	padding-bottom: 20px;
	border-bottom: 1px dashed #7b7b7b;
}
.new02 div:nth-child(1) {
	width: 100px;
	float: left;
	background-color: #b9b9b9;
	text-align: center;
}
.new02:hover div:nth-child(1) {
	background-color: #3266cc;
}
.new02 div:nth-child(1) h1 {
	font-size: 30px;
	color: white;
	padding: 20px 0px;
}
.new02 div:nth-child(1) p {
	background-color: #7b7b7b;
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 26px;
}
.new02:hover div:nth-child(1) p {
	background-color: #1a4291;
}
.new02 div:nth-child(2) {
	float: right;
	width: calc(100% - 110px);
}
.new02 div:nth-child(2) h4 {
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	font-size: 18px;
	margin-top: 10px;
}
.new02 div:nth-child(2) p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 16px;
}
.about {
	width: 98%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 60px;
	background-color: #f2f2f2;
}
.gy01 img {
	width: 100%;
}
.gy01 p {
	padding: 0px 30px;
	margin-top: 30px;
	font-size: 14px;
	color: black;
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
}
.gy02 {
	width: 100%;
	padding: 0px 30px;
}
.gy02 div {
	width: 24%;
	float: left;
	margin: 0 0.5%;
	background-color: white;
	border-radius: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	transition: all 0.2s linear;
}
.gy02 div:hover {
	transform: translate(0, -8px);
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.gy02 div img {
	width: 60px;
	margin-left: calc((100% - 60px) / 2);
	margin-top: 20px;
	transition: all 0.5s linear;
}
.gy02 div:hover img {
	transform: rotateY(180deg);
}
.gy02 div p {
	font-size: 16px;
	color: #3266cc;
	text-align: center;
	margin-bottom: 20px;
}
}

@media (max-width:600px) {
.new {
	width: 98%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 30px;
}
.new h2 {
	margin-bottom: 30px;
	font-size: 26px;
}
.new01 div:nth-child(1) {
	width: 140px;
	float: left;
}
.new01 div:nth-child(1) img {
	width: 100%;
}
.new01 div:nth-child(2) {
	width: calc(100% - 150px);
	float: right;
}
.new01 div:nth-child(2) h4 {
	font-size: 18px;
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow:  ellipsis;
	-khtml-text-overflow:  ellipsis;
	-moz-text-overflow:  ellipsis;
	-webkit-text-overflow:  ellipsis;
}
.new01 div:nth-child(2) span {
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: inline-block;
}
.new01 div:nth-child(2) p {
	font-size: 14px;
	color: #565656;
}
.new01 div:nth-child(2) h6 {
	background-color: #3266cc;
	color: white;
	width: 60px;
	text-align: center;
	padding: 6px 0px;
	display: none;
}
.new02 {
	margin-top: 20px;
}
.new03 {
	padding-bottom: 20px;
	border-bottom: 1px dashed #7b7b7b;
}
.new02 div:nth-child(1) {
	width: 100px;
	float: left;
	background-color: #b9b9b9;
	text-align: center;
}
.new02:hover div:nth-child(1) {
	background-color: #3266cc;
}
.new02 div:nth-child(1) h1 {
	font-size: 30px;
	color: white;
	padding: 20px 0px;
}
.new02 div:nth-child(1) p {
	background-color: #7b7b7b;
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 26px;
}
.new02:hover div:nth-child(1) p {
	background-color: #1a4291;
}
.new02 div:nth-child(2) {
	float: right;
	width: calc(100% - 110px);
}
.new02 div:nth-child(2) h4 {
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	font-size: 18px;
	margin-top: 10px;
}
.new02 div:nth-child(2) p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 16px;
}
.about {
	width: 98%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 30px;
	background-color: #f2f2f2;
}
.gy01 img {
	width: 100%;
}
.gy01 p {
	padding: 0px 10px;
	margin-top: 30px;
	font-size: 14px;
	color: black;
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
}
.gy02 {
	width: 100%;
	padding: 0px 10px;
}
.gy02 div {
	width: 24%;
	float: left;
	margin: 0 0.5%;
	background-color: #f2f2f2;
	border-radius: 0%;
	margin-top: 0px;
	margin-bottom: 20px;
	transition: all 0.2s linear;
}
.gy02 div:hover {
	transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	box-shadow: 0 15px 30px rgba(0,0,0,0);
}
.gy02 div img {
	width: 60px;
	margin-left: calc((100% - 60px) / 2);
	margin-top: 20px;
	transition: all 0.5s linear;
}
.gy02 div:hover img {
	transform: rotateY(180deg);
}
.gy02 div p {
	font-size: 16px;
	color: #3266cc;
	text-align: center;
	margin-bottom: 20px;
}
}
.cp {
	margin-top: 60px;
	width: 100%;
	background: url(/public/static/modules/cms/images/cp_bg.png) 0 0 no-repeat;
	background-position: center;
	padding: 30px 0px;
}
.cp h2 {
	text-align: center;
	color: white;
	font-size: 26px;
}
.cp p {
	width: 70%;
	font-size: 14px;
	color: white;
	padding: 15px 0px;
	margin-left: 15%;
	margin-right: 15%;
}
.cp a {
	text-align: center;
	width: 160px;
	display: inline-block;
	border: 1px solid white;
	margin: 0px 10px;
	padding: 6px 0px;
	color: white;
	font-size: 20px;
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	transition: .2s;
}
.cp a:hover {
	background-color: #3266cc;
	color: white;
	border-color: #3266cc;
}
.cp a i {
	font-style: normal;
	color: white;
	position: relative;
	left: 30px;
	font-size: 20px;
}

@media (max-width:600px) {
.cp {
	margin-top: 30px;
	width: 100%;
	background: url(/public/static/modules/cms/images/cp_bg.png) 0 0 no-repeat;
	background-position: center;
	padding: 30px 0px;
}
.cp h2 {
	text-align: center;
	color: white;
	font-size: 26px;
}
.cp p {
	width: 90%;
	font-size: 12px;
	color: white;
	padding: 15px 0px;
	margin-left: 5%;
	margin-right: 5%;
}
.cp a {
	text-align: center;
	width: 120px;
	display: inline-block;
	border: 1px solid white;
	margin: 0px 10px;
	padding: 6px 0px;
	color: white;
	font-size: 20px;
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	transition: .2s;
}
.cp a:hover {
	background-color: #3266cc;
	color: white;
	border-color: #3266cc;
}
.cp a i {
	font-style: normal;
	color: white;
	position: relative;
	left: 30px;
	font-size: 20px;
}
}
.gs {
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 60px;
}
.gs div {
	width: 31.6%;
	float: left;
	border-bottom: 4px solid #3266cc;
	transition: .5s;
}
.gs div:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}
.gs div h2 {
	font-size: 20px;
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	padding: 20px 0px;
	transition: .5s;
}
.gs div:hover h2 {
	color: #3266cc;
}
.gs div p {
	font-size: 14px;
	color: #444444;
	margin-bottom: 20px;
}
.gs div img {
	width: 100%;
}
.gs div:nth-child(2) {
	margin: 0 2.5%;
}

@media (max-width:600px) {
.gs {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 30px;
}
.gs div {
	width: 100%;
	float: left;
	border-bottom: 4px solid #3266cc;
	margin-bottom: 30px;
}
.gs div h2 {
	font-size: 20px;
	font-family: "Noto Sans SC"!important;
	font-weight: 400;
	padding: 20px 0px;
}
.gs div p {
	font-size: 14px;
	color: #444444;
	margin-bottom: 20px;
}
.gs div img {
	width: 100%;
}
.gs div:nth-child(2) {
	margin: 0 0%;
	margin-bottom: 30px;
}
}
.lj {
	width: 100%;
	padding: 0px 20px;
	margin-top: 100px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}
.lj div {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 16px;
	overflow: hidden;
	position: relative;
	transition: .5s;
}
.lj div:hover img {
	position: absolute;
	top: -30px;
}

@media (max-width:600px) {
.lj {
	width: 100%;
	padding: 0px 20px;
	margin-top: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}
.lj div {
	float: left;
	width: 30px;
	margin-right: 10px;
}
}
.footer {
	width: 100%;
	margin-top: 60px;
	padding: 0px 20px;
}
.footer div {
	width: 25%;
	float: left;
}
.footer div h2 {
	font-size: 22px;
	font-family: "Noto Sans SC"!important;
	font-weight: 600;
	color: #646464;
	margin-bottom: 20px;
}
.footer div p {
	font-size: 14px;
	margin-bottom: 6px;
	color: #686868;
}
.footer div p img {
	max-width: 100%;
}
.copy {
	width: 100%;
	padding: 20px 20px;
}
.copy p {
	font-size: 14px;
}
.copy div:nth-child(1) {
	float: left;
}
.copy div:nth-child(2) {
	float: right;
}

@media (max-width:600px) {
.footer {
	width: 100%;
	margin-top: 30px;
	padding: 0px 10px;
}
.footer div {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.footer div h2 {
	font-size: 22px;
	font-family: "Noto Sans SC"!important;
	font-weight: 600;
	color: #646464;
	margin-bottom: 20px;
}
.footer div p {
	font-size: 14px;
	margin-bottom: 6px
}
.footer div p img {
	max-width: 100%;
}
.footer div:nth-child(4) {
	display: none;
}
.copy {
	width: 100%;
	padding: 20px 20px;
	background-color: #f2f2f2;
}
.copy p {
	font-size: 14px;
	text-align: center;
}
.copy div:nth-child(1) {
	float: none;
}
.copy div:nth-child(2) {
	float: none;
}
}
#backTop {
	position: fixed;
	right: 30px;
	top: 85%;
	transition: .5s;
	z-index: 9999;
}

@media (max-width:600px) {
#backTop {
	position: fixed;
	right: 30px;
	top: 85%;
	transition: .5s;
	z-index: 9999;
	display: none!important;
}
}
.erji {
	width: 100%;
	background-color: #f4f4f4;
	position: absolute;
	top: 121px;
	left: 0;
	padding: 40px 0px;
	padding-left: calc((100% - 1200px) / 2);
	padding-right: calc((100% - 1200px) / 2);
	z-index: 999;
	background: url( /public/static/modules/cms/images/head.png) 0 0 no-repeat;
	background-size: 100%;
	margin-left: 0px!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
	display: none;
}
.erji li:nth-child(1) {
	width: 20%;
	float: left;
}
.erji li:nth-child(1) a {
	display: inline-block;
	text-align: center;
	line-height: 40px;
	width: 100%;
	color: #666;
	border-bottom: 1px solid #e0e0e0;
}
.erji li:nth-child(1) a:hover {
	background-color: #3266cc;
	border-bottom: 1px solid #3266cc;
	color: white;
}
.erji li:nth-child(2) {
	width: 32%;
	float: left;
	margin-left: 8%;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-align: justify;
}
.erji li:nth-child(2) a {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666;
	border: 1px solid #a0a0a0;
	text-align: center;
	margin-top: 20px;
}
.erji li:nth-child(2) a i {
	font-style: normal;
	font-weight: bold;
	position: relative;
	left: 20px;
	color: #666;
	transition: .5s;
}
.erji li:nth-child(2) a:hover i {
	font-style: normal;
	font-weight: bold;
	position: relative;
	left: 40px;
}
.erji li:nth-child(3) {
	width: 35%;
	float: left;
	margin-left: 5%;
	padding: 0px;
}
.erji li:nth-child(3) img {
	width: 100%;
}
#en {
	border: 1px solid #e2e2e2;
	line-height: 26px!important;
	padding: 0px 6px;
	padding-right: 34px;
	font-size: 13px;
	margin-top: calc((69px - 28px) / 2);
	height: 28px;
}
#en:hover {
	border: 1px solid #3266cc;
	color: #3266cc;
}
#en b img {
	position: relative;
	top: -27px;
	right: -40px;
	z-index: -1;
	display: block;
}
/******************************************公司简介**********************************************/
.gy03 {
	padding: 0px 20px;
	margin-top: 60px;
	text-align: left;
}
.gy03 p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
}
.gy03 img {
	max-width: 100%;
	margin-top: 30px;
}
.add {
	padding: 10px 0px;
	margin: 0px 20px;
	border-bottom: 1px dashed #dcdcdc;
}
.add p {
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
	background: url(/public/static/modules/cms/images/icon07.png) 0 0 no-repeat;
}
@media (max-width:600px){
	.add {
		width: 98%;
	padding: 10px 0px;
	margin: 0px 1%;
	border-bottom: 1px dashed #dcdcdc;
}
.add p {
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
	background: url(/public/static/modules/cms/images/icon07.png) 0 0 no-repeat;
}
}
/******************************************新闻动态**********************************************/
.new04 {
	margin: 0 auto;
	margin: 0 auto;
	width: 100%;
	padding: 0px 20px;
	margin-top: 30px;
}
.new04 li {
	padding: 30px 20px;
	border-bottom: 1px solid #f2f2f2;
	transition: .5s;
}
.new04 li:hover {
	background-color: #f2f2f2;
}
.time {
	width: 90px;
	float: left;
	margin-right: 20px;
	background: linear-gradient(to right, #209fb3, #3165ca);
	padding: 10px 0px;
}
.time span:nth-child(1) {
	display: block;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	color: white;
}
.time span:nth-child(2) {
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.list {
	width: calc(100% - 110px);
	float: left;
}
.zy {
	width: 78%;
	float: left;
}
.zy h2 {
	font-size: 20px;
	color: #1f1f1f;
	display: block;
	font-weight: bold;
	transition: .5s;
}
.new04 li:hover .zy h2 {
	color: #3165ca;
}
.zy p {
	font-size: 14px;
	color: #505050;
	padding-top: 10px;
	display: block;
}
.nimg {
	width: 20%;
	float: right;
}
.nimg img {
	max-width: 100%;
	overflow: hidden;
	transition: .5s;
}
.new04 li:hover .nimg img {
	transform: scale(1.05);
}
/*********************************************人才招聘*******************************************/
.menu_box {
	width: calc(100% - 40px);
	margin: 0 20px;
	margin-top: 20px;
}
.menu_box h1 {
	font-size: 26px;
	padding-right: 8%;
	color: #3c3c3c;
	font-weight: bold;
	position: relative;
	background-color: white;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(193,193,193,.5);
}
.menu_box span {
	float: right;
	margin-right: 10px;
	color: #525252;
	font-size: 16px;
	font-weight: normal;
}
.menu_box div {
	margin-top: 20px;
	width: calc(100% - 50px);
}
.menu_box div p {
	width: 31.6%;
	float: left;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
}
.menu_box div p:nth-child(2) {
	margin: 0 2.5%;
}
.menu_box div p:nth-child(5) {
	margin: 0 2.5%;
}
.menu_box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding: 20px;
	display: none;
	color: black;
	box-shadow: 0 0 10px rgba(193,193,193,.5);
	margin-bottom: 40px;
}
.menu_box ul li {
	color: black;
	line-height: 30px;
	text-indent: 2em;
	float: right;
	width: 780px;
}
.meng_box ul img {
	float: left;
	margin-right: 30px;
	width: 380px;
	height: 300px;
	overflow: hidden;
}
.arrow {
	font-family: 黑体;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: calc(100% - 60px);
	top: 60px;
	transition: .3s;
	width: 30px!important;
	background-color: #f2f2f2;
	line-height: 30px;
	text-align: center;
	color: #3165ca;
}
.arrow02 {
	font-family: 黑体;
	position: absolute;
	left: 30px;
	top: 0;
	transform: rotate(90deg);
	transition: .3s;
}
.xuanzhuan {
	transform: rotate(90deg);
}
.xuanzhuan02 {
	transform: rotate(-0deg);
}
.menu_box h1 img {
	position: absolute;
	left: 36px;
	top: 12px;
}
.menu_box h1 img:nth-child(3) {
	display: none;
}
/*********************************************员工风采*******************************************/
.fc {
	width: calc(100% - 40px);
	margin: 0 20px;
	margin-top: 30px;
}
.fc div {
	width: 24.25%;
	float: left;
	margin-right: 1%;
	margin-bottom: 30px;
	transition: .5s;
}
.fc div p {
	text-align: center;
	font-size: 16px;
	padding: 20px 0px;
	background: linear-gradient(to right, #f2f2f2, #f2f2f2);
}
.fc div:hover p {
	background: linear-gradient(to right, #209fb3, #3165ca);
	color: white;
}
.fc div img {
	max-width: 100%;
}
.fc div:nth-child(4) {
	margin-right: 0%;
	margin-bottom: 30px;
}
.fc div:nth-child(8) {
	margin-right: 0%;
	margin-bottom: 30px;
}
.fc div:nth-child(12) {
	margin-right: 0%;
	margin-bottom: 30px;
}
@media (max-width:991px){
	.fc {
	width: calc(100% - 40px);
	margin: 0 20px;
	margin-top: 30px;
}
.fc div {
	width: 49%;
	float: left;
	margin-right: 1%;
	margin: 0 0.5%;
	margin-bottom: 30px;
	transition: .5s;
}
.fc div p {
	text-align: center;
	font-size: 16px;
	padding: 20px 0px;
	background: linear-gradient(to right, #f2f2f2, #f2f2f2);
}
.fc div:hover p {
	background: linear-gradient(to right, #209fb3, #3165ca);
	color: white;
}
.fc div img {
	width: 100%;
}
.fc div:nth-child(4) {
	margin-right: 0%;margin: 0 0.5%;
	margin-bottom: 30px;
}
.fc div:nth-child(8) {
	margin-right: 0%;margin: 0 0.5%;
	margin-bottom: 30px;
}
.fc div:nth-child(12) {
	margin-right: 0%;margin: 0 0.5%;
	margin-bottom: 30px;
}
}
/*********************************************联系我们*******************************************/
.lx {
	width: calc(100% - 40px);
	margin: 0 20px;
	margin-top: 30px;
}
.lx div {
	width: 33.3%;
	float: left;
	padding: 30px;
	margin-bottom: 30px;
}
.lx div h2 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	transition: .5s;
}
.lx div:hover h2 {
	color: #3165ca;
}
.lx div p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666;
}
.lx div:nth-child(2) {
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}
.ly {
	width: calc(100% - 40px);
	margin: 0 20px;
	margin-top: 30px;
}
.ly h2 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
}
.ly div {
	width: 31.6%;
	float: left;
}
.ly div input {
	width: 100%;
	line-height: 40px;
	padding: 0px 10px;
	border: 1px solid rgba(205,205,205,1.00);
}
.ly div:nth-child(2) input {
	background: url(/public/static/modules/cms/images/online01_icon1.png) 99% -5px no-repeat;
}
.ly div:nth-child(3) input {
	background: url(/public/static/modules/cms/images/online01_icon2.png) 99% -5px no-repeat;
}
.ly div:nth-child(4) input {
	background: url(/public/static/modules/cms/images/online01_icon3.png) 99% -5px no-repeat;
}
.ly div:nth-child(3) {
	margin: 0 2.5%;
}
.ly textarea {
	width: 100%;
	height: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 40px;
	padding: 0px 10px;
	border: 1px solid rgba(205,205,205,1.00);
	background: url(/public/static/modules/cms/images/online01_icon4.png) 99.8% -5px no-repeat;
}
@media (max-width:991px){
	lx {
	width: calc(100% - 40px);
	margin: 0 20px;
	margin-top: 30px;
}
.lx div {
	width: 50%;
	float: left;
	padding: 30px;
	margin-bottom: 30px;
}
.lx div h2 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	transition: .5s;
}
.lx div:hover h2 {
	color: #3165ca;
}
.lx div p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666;
}
.lx div:nth-child(2) {
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}
.ly {
	width: calc(100% - 40px);
	margin: 0 20px;
	margin-top: 30px;
}
.ly h2 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
}
.ly div {
	width: 31.6%;
	float: left;
}
.ly div input {
	width: 100%;
	line-height: 40px;
	padding: 0px 10px;
	border: 1px solid rgba(205,205,205,1.00);
}
.ly div:nth-child(2) input {
	background: url(/public/static/modules/cms/images/online01_icon1.png) 99% -5px no-repeat;
}
.ly div:nth-child(3) input {
	background: url(/public/static/modules/cms/images/online01_icon2.png) 99% -5px no-repeat;
}
.ly div:nth-child(4) input {
	background: url(/public/static/modules/cms/images/online01_icon3.png) 99% -5px no-repeat;
}
.ly div:nth-child(3) {
	margin: 0 2.5%;
}
.ly textarea {
	width: 100%;
	height: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 40px;
	padding: 0px 10px;
	border: 1px solid rgba(205,205,205,1.00);
	background: url(/public/static/modules/cms/images/online01_icon4.png) 99.8% -5px no-repeat;
}
}
@media (max-width:600px){
	lx {
	width: calc(100% - 40px);
	margin: 0 20px;
	margin-top: 0px!important;
}
.lx div {
	width: 100%;
	float: left;
	padding: 30px;
	margin-bottom: 0px;
}
.lx div h2 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	transition: .5s;
}
.lx div:hover h2 {
	color: #3165ca;
}
.lx div p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666;
}
.lx div:nth-child(2) {
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-right: none;
	border-left: none;
}
.ly {
	width: calc(100% - 40px);
	margin: 0 20px;
	margin-top: 0px;
}
.ly h2 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
}
.ly div {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.ly div input {
	width: 100%;
	line-height: 40px;
	padding: 0px 10px;
	border: 1px solid rgba(205,205,205,1.00);
}
.ly div:nth-child(2) input {
	background: url(/public/static/modules/cms/images/online01_icon1.png) 99% -5px no-repeat;
}
.ly div:nth-child(3) input {
	background: url(/public/static/modules/cms/images/online01_icon2.png) 99% -5px no-repeat;
}
.ly div:nth-child(4) input {
	background: url(/public/static/modules/cms/images/online01_icon3.png) 99% -5px no-repeat;
}
.ly div:nth-child(3) {
	margin: 0%;margin-top: 30px;
}
.ly textarea {
	width: 100%;
	height: 200px;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 40px;
	padding: 0px 10px;
	border: 1px solid rgba(205,205,205,1.00);
	background: url(/public/static/modules/cms/images/online01_icon4.png) 99.8% -5px no-repeat;
}
}
/*********************************************荣誉资质*******************************************/
.ry {
	width: calc(100% - 40px);
	margin: 0 20px;
}
.ry div {
	width: 31.6%;
	float: left;
	padding: 10px;
	border: 1px solid #dcdcdc;
	margin-top: 30px;
}
.ry div:hover {
	background-color: #dcdcdc;
	border: 1px solid #dcdcdc;
}
.ry div p {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}
.ry div img {
	width: 100%;
}
.ry div:nth-child(2) {
	margin: 0 2.5%;
	margin-top: 30px;
}
.ry div:nth-child(5) {
	margin: 0 2.5%;
	margin-top: 30px;
}
.ry div:nth-child(8) {
	margin: 0 2.5%;
	margin-top: 30px;
}
@media (max-width:991px){
	.ry {
	width: calc(100% - 40px);
	margin: 0 20px;
}
.ry div {
	width: 49%;
	margin: 0 .5%;
	float: left;
	padding: 10px;
	border: 1px solid #dcdcdc;
	margin-top: 30px;
}
.ry div:hover {
	background-color: #dcdcdc;
	border: 1px solid #dcdcdc;
}
.ry div p {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}
.ry div img {
	width: 100%;
}
.ry div:nth-child(2) {
	margin: 0 .5%;
	margin-top: 30px;
}
.ry div:nth-child(5) {
	margin: 0 .5%;
	margin-top: 30px;
}
.ry div:nth-child(8) {
	margin: 0 .5%;
	margin-top: 30px;
}
}
@media (max-width:600px){
	.ry {
	width: 98%;
	margin: 0 1%;
}
.ry div {
	width: 49%;
	margin: 0 .5%;
	float: left;
	padding: 10px;
	border: 1px solid #dcdcdc;
	margin-top: 30px;
}
.ry div:hover {
	background-color: #dcdcdc;
	border: 1px solid #dcdcdc;
}
.ry div p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
-icab-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
	width: 100%;
}
.ry div img {
	width: 100%;
}
.ry div:nth-child(2) {
	margin: 0 .5%;
	margin-top: 30px;
}
.ry div:nth-child(5) {
	margin: 0 .5%;
	margin-top: 30px;
}
.ry div:nth-child(8) {
	margin: 0 .5%;
	margin-top: 30px;
}
}
/*********************************************组织架构*******************************************/
.jg{
	width: 100%;
	padding: 0px 20px;
	margin-top: 60px;
}
.jg img{
	max-width: 100%;
}
@media (max-width:600px){
	.jg{
	width: 98%;
	padding: 0px 1%;
	margin-top: 30px;
}
.jg img{
	max-width: 100%;
}
}
/*********************************************领导致辞*******************************************/
.zc{
	width: 100%;
	margin-top: 60px;
	padding: 0px 20px;
}
.zc h1{
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.zc p{
	text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
	
}
.zc h2{
	text-indent: 2em;
    font-size: 20px;
	font-weight: bold;
	color: #646464;
	line-height: 40px;
}
@media (max-width:600px){
	.zc{
	width: 98%;
	margin-top: 30px;
	padding: 0px 1%;
}
.zc h1{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.zc p{
	text-indent: 2em;
    line-height: 24px;
    font-size: 14px;
	
}
.zc h2{
	text-indent: 2em;
    font-size: 18px;
	font-weight: bold;
	color: #646464;
	line-height: 30px;
}
}
.wz{
	width: 100%;
	padding: 0px 20px;
}
.wz img{
	max-width: 100%;
}
.wz_t{
	margin-top: 60px;
	width: 100%;
	padding: 0px 20px;
}
.wz_t h2{
	font-size: 26px;
	text-align: center;
}
.wz_t p{
	text-align: center;
	font-size: 16px;
	color: black;
	margin-top: 10px;
	margin-bottom: 20px;
}
@media (max-width:600px){
	.wz{
	width: 100%;
	padding: 0px 1%;
}
.wz img{
	max-width: 100%;
}
.wz_t{
	margin-top: 30px;
	width:100%;
	padding: 0px 1%;
}
.wz_t h2{
	font-size: 20px;
	text-align: center;
}
.wz_t p{
	text-align: center;
	font-size: 14px;
	color: black;
	margin-top: 10px;
	margin-bottom: 20px;
}
}
/*********************************************华涛钢球*******************************************/
.ht{
	width: 100%;
	padding: 0px 20px;
	margin-top: 60px;
} 
.ht div:nth-child(2){
	
}
.ht div:nth-child(1){
	float: right;
    margin: 0 0 20px 20px;
}
.ht p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
}
.ht h2{
	font-size: 30px;
	font-weight: normal;
	color: #3266cc;
	text-transform: uppercase;
	margin: 0 auto;
	margin-bottom: 10px;
}
.ht span{
	width: 60px;
	height: 2px;
	background-color: #3266cc;
	display: inline-block;margin-bottom: 10px;
}
@media (max-width:991px){
	.ht{
	width: 100%;
	padding: 0px 20px;
	margin-top: 60px;
} 

.ht div:nth-child(1){
	float: right;
    margin: 0 0 20px 20px;
}
	.ht div:nth-child(1) img{
		width: 300px;
	}
.ht p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
}
.ht h2{
	font-size: 30px;
	font-weight: normal;
	color: #3266cc;
	text-transform: uppercase;
	margin: 0 auto;
	margin-bottom: 10px;
}
.ht span{
	width: 60px;
	height: 2px;
	background-color: #3266cc;
	display: inline-block;margin-bottom: 10px;
}
}
@media (max-width:600px){
	.ht{
	width: 100%;
	padding: 0px 1%;
	margin-top: 30px;
} 

.ht div:nth-child(1){
	float: right;
    margin: 0 0 20px 20px;
	display: none;
}
	.ht div:nth-child(1) img{
		width: 100%;
	}
.ht p{
	text-indent: 2em;
	font-size: 14px;
	line-height: 24px;
}
.ht h2{
	font-size: 30px;
	font-weight: normal;
	color: #3266cc;
	text-transform: uppercase;
	margin: 0 auto;
	margin-bottom: 10px;
}
.ht span{
	width: 60px;
	height: 2px;
	background-color: #3266cc;
	display: inline-block;margin-bottom: 10px;
}
}
/*********************************************鑫星钢球*******************************************/
.xx_t{
	width: 100%;
	padding: 0px 20px;
	margin-top: 60px;
}
.xx_t h2{
    font-family: "Noto Sans SC"!important;
    font-weight: 100;
 text-transform: uppercase;
font-size: 40px;
	margin-bottom: 20px;
}
.xx_t h3{
	font-size: 30px;
	color: #3266cc;
}
.xx{
	width: 100%;
	padding: 0px 20px;
	margin-top: 30px;
}
.xx h1{
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.xx h2{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;color: #686868;
}
.xx p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
}
.xx img{
	max-width: 100%;
}
.num{
	width: 100%;
	
}
.num li{
	width: 24.25%;
	margin-right: 1%;
	float: left;
	border-right: 1px solid rgba(154,154,154,1.00);
	padding: 30px 0px; 
	margin-top: 30px;
	margin-bottom: 30px;
}
.num li:nth-child(4){
	margin-right: 0%;
	border-right: none;
}
.num li h3{
	display: inline-block;
	font-size: 46px;
	color: #000;

}
.num li p{
	text-indent: 0px;
}
@media (max-width:600px){
	.xx_t{
	width: 98%;
	padding: 0px 1%;
	margin-top: 30px;
}
.xx_t h2{
    font-family: "Noto Sans SC"!important;
    font-weight: 100;
 text-transform: uppercase;
font-size: 30px;
	margin-bottom: 10px;
}
.xx_t h3{
	font-size: 22px;
	color: #3266cc;
}
.xx{
	width: 98%;
	padding: 0px 1%;
	margin-top: 30px;
}
.xx h1{
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.xx h2{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;color: #686868;
}
.xx p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
}
.num{
	width: 100%;
	
}
.num li{
	width: 50%;
	margin-right: 0%;
	float: left;
	border-right: 1px solid rgba(154,154,154,1.00);
	padding: 30px 0px; 
	margin-top: 15px;
	margin-bottom: 15px;
}
.num li:nth-child(4){
	margin-right: 0%;
	border-right: none;
}
	.num li:nth-child(2){
	margin-right: 0%;
	border-right: none;
}
.num li h3{
	display: inline-block;
	font-size: 46px;
	color: #000;

}
.num li p{
	text-indent: 0px;
}
}
/*********************************************华通轴承*******************************************/
.ht02_t{
	width: 100%;
	margin-top: 60px;
}
.ht02_t h1{
	font-size: 80px;
	font-weight: bold;
	color: #f2f2f2;
	text-align: center;
	margin: 0 auto;
}
.ht02_t h4{
	font-size: 26px;
	color: #3266cc;
	text-align: center;
	margin-top: -40px;
	font-weight: bold;
	letter-spacing: 2px;
}
.ht02{
	width: 100%;
	padding: 0px 1%;
	margin-top: 30px;
}
.ht02 h2{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px;
}
.ht02 p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
}
.ht03{
	width: 100%;
	padding: 0px 1%;
	margin-top: 30px;
}
.ht03 div{
	width: 49%;
	margin-right: 2%;
	float: left;
	position: relative;
	background-color: black;
}
.ht03 div img{
	width: 100%;
	transition: .5s;
}
.ht03 div:hover img{
	opacity: .5;
}
.ht03 div:nth-child(2){
	margin-right: 0%;
}
.ht03 div p{
	font-size: 26px;
	font-weight: bold;
	color: white;
	position: absolute;
	left: calc((100% - 52px) / 2);
	top: calc((100% - 37px) / 2);
	text-align: center;
	letter-spacing: 2px;
}
.ht03_t{
	margin-top: 30px;
}
.ht03_t h2{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
@media (max-width:600px){
	.ht02_t{
	width: 100%;
	margin-top: 30px;
}
.ht02_t h1{
	font-size: 60px;
	font-weight: bold;
	color: #f2f2f2;
	text-align: center;
	margin: 0 auto;
}
.ht02_t h4{
	font-size: 26px;
	color: #3266cc;
	text-align: center;
	margin-top: -40px;
	font-weight: bold;
	letter-spacing: 2px;
}
.ht02{
	width: 100%;
	padding: 0px 1%;
	margin-top: 30px;
}
.ht02 h2{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px;
}
.ht02 p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
}
.ht03{
	width: 100%;
	padding: 0px 1%;
	margin-top: 30px;
}
.ht03 div{
	width: 49%;
	margin-right: 2%;
	float: left;
	position: relative;
}
.ht03 div img{
	width: 100%;
}
.ht03 div:nth-child(2){
	margin-right: 0%;
}
.ht03 div p{
	font-size: 26px;
	font-weight: bold;
	color: white;
	position: absolute;
	left: calc((100% - 52px) / 2);
	top: calc((100% - 37px) / 2);
	text-align: center;
	letter-spacing: 2px;
}
}
/*********************************************企业文化*******************************************/
.wh{
	width: 100%;
	padding: 0px 20px;
	margin-top: 60px;
}
.wh01{
	width: calc((100% - 600px));
	float: left;
}
.wh01 div{
	height: 130px;
	background-color: #f2f2f2;
	border-bottom: 2px solid white;
	padding: 30px;
	transition: .5s;
}
.wh01 div:hover{
	background-color: #3165ca;
}
.wh01 div h2{
	font-size: 24px;
	color: black;transition: .5s;
}
.wh01 div p{
	font-size: 15px;
	color: #686868;
	margin-top: 10px;transition: .5s;
}
.wh01 div:hover h2{
	color: white;
}
.wh01 div:hover p{
	color: white;
}
.wh01 div:nth-child(3){
	border-bottom: none;
}
.wh02{
	width: 600px;
	float: right;
}
@media (max-width:991px){
	.wh{
	width: 100%;
	padding: 0px 1%;
	margin-top: 60px;
}
.wh01{
	width: calc((100% - 400px));
	float: left;
}
.wh01 div{
	height: 86.6px;
	background-color: #f2f2f2;
	border-bottom: 2px solid white;
	padding: 15px;
	transition: .5s;
}
.wh01 div:hover{
	background-color: #3165ca;
}
.wh01 div h2{
	font-size: 20px;
	color: black;transition: .5s;
}
.wh01 div p{
	font-size: 12px;
	color: #686868;
	margin-top: 10px;transition: .5s;
}
.wh01 div:hover h2{
	color: white;
}
.wh01 div:hover p{
	color: white;
}
.wh01 div:nth-child(3){
	border-bottom: none;
}
.wh02{
	width: 400px;
	float: right;
}
	.wh02 img{
		width: 100%;
	}
}
@media (max-width:700px){
	.wh{
	width: 100%;
	padding: 0px 1%;
	margin-top: 30px;
}
.wh01{
	width: 100%;
	float: left;
}
.wh01 div{
	height: auto!important;
	background-color: #f2f2f2;
	border-bottom: 2px solid white;
	padding: 30px;
	transition: .5s;
}
.wh01 div:hover{
	background-color: #3165ca;
}
.wh01 div h2{
	font-size: 24px;
	color: black;transition: .5s;
}
.wh01 div p{
	font-size: 16px;
	color: #686868;
	margin-top: 10px;transition: .5s;
}
.wh01 div:hover h2{
	color: white;
}
.wh01 div:hover p{
	color: white;
}
.wh01 div:nth-child(3){
	border-bottom: 2px solid white;
}
.wh02{
	width: 100%;
	float: right;
}
	.wh02 img{
		width: 100%;
	}
}
/*********************************************销售网络*******************************************/
.xs{
	margin-top: 30px;
	width: 100%;
	padding: 0px 20px;
}
.xs iframe{
	width: 100%;
	height: 600px;
}
.xs iframe:nth-child(2){
	display: none;
}
.xs p{
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	color: red;
	width: 70%;
	margin-left: 15%;
}
@media (max-width:600px){
	.xs{
	margin-top: 30px;
	width: 100%;
	padding: 0px 1%;
}
.xs iframe{
	width: 100%;
	height: 400px;
}
	.xs iframe:nth-child(1){
	display: none;
}
.xs iframe:nth-child(2){
	display: block;
}
.xs p{
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	color: red;
	width: 90%;
	margin-left: 5%;
}
}
/*********************************************质量工艺*******************************************/
.zl{
	width: 100%;
	padding: 0px 20px;
	margin-top: 40px;
}
.zl h1{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding: 20px 0px;
}
.zl p{
	font-size: 14px;
	text-indent: 2em;
	line-height: 24px;
}
.zl h2{
	font-size: 16px;
	color: black;
	font-weight: bold;
	padding: 10px 0px;
}
.zl img{
	max-width: 100%;
	padding: 20px 0px;
}
@media (max-width:600px){
	.zl{
	width: 100%;
	padding: 0px 1%;
	margin-top: 20px;
}
.zl h1{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding: 20px 0px;
}
.zl p{
	font-size: 14px;
	text-indent: 2em;
	line-height: 24px;
}
.zl h2{
	font-size: 16px;
	color: black;
	font-weight: bold;
	padding: 10px 0px;
}
.zl img{
	max-width: 100%;
	padding: 20px 0px;
}
}
/*********************************************客户案例*******************************************/
.al{
	width: 100%;
	padding: 0px 20px;
	margin-top: 60px;
}
.al p{
	text-align: center;
	text-indent: 2em;
	font-size: 14px;
	line-height: 24px;
}
.al table{
	width: 80%;
	margin-top: 30px;
}
.al tr:nth-child(1){
	font-size: 20px;
	background-color: #3165ca!important;
}
.al tr:nth-child(1) td{
	color: white;font-weight: bold;
}
.al td{
	padding: 10px;
	color: #3b3b3b;
	font-size: 14px;
}
.al tr:nth-child(odd){
	background-color: #eeeeee;
}
@media (max-width:600px){
	.al{
	width: 100%;
	padding: 0px 1%;
	margin-top: 30px;
}
.al p{
	text-align: center;
	text-indent: 2em;
	font-size: 14px;
	line-height: 24px;
}
.al table{
	width: 100%;
	margin-top: 30px;
}
.al tr:nth-child(1){
	font-size: 20px;
	background-color: #3165ca!important;
}
.al tr:nth-child(1) td{
	color: white;font-weight: bold;
}
.al td{
	padding: 10px;
	color: #3b3b3b;
	font-size: 14px;
}
.al tr:nth-child(odd){
	background-color: #eeeeee;
}
}
/*********************************************研发团队*******************************************/
.td{
	width: calc((100% - 40px));
	padding: 100px;
	margin-top: 60px;
	margin-left: 20px;
	position: relative;background: url(/public/static/modules/cms/images/team.png) 0 0 no-repeat;
}
.td img{
	max-width: 100%;
}
.team{
	width: 100%;
	padding: 30px;

	
	background-color: rgba(255,255,255,.7);
}
.team img{
	display: none;
}
.team p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;color: black;
}
@media (max-width:991px){
	.td{
	width: calc((100% - 40px));
	padding: 40px;
	margin-top: 60px;
	margin-left: 20px;
	position: relative;background: url(/public/static/modules/cms/images/team.png) 0 0 no-repeat;
}
.td img{
	max-width: 100%;
}
.team{
	width: 100%;
	padding: 30px;

	
	background-color: rgba(255,255,255,.7);
}
.team img{
	display: none;
}
.team p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;color: black;
}
}
@media (max-width:600px){
	.td{
	width: calc((100% - 2%));
	padding: 0px;
	margin-top: 30px;
	margin-left: 1%;
	position: relative;background:none;
}
.td img{
	max-width: 100%;
}
.team{
	width: 100%;
	padding: 0px;

	
	background-color: rgba(255,255,255,.7);
}
.team img{
	display: block;
	margin-top: 20px;
}
.team p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;color: black;
}
}
/*********************************************搜索*******************************************/
.search{
	width: 100%;
	padding: 0px 20px;
	margin-top: 0px;
}
.search li{
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #dcdcdc;
	transition: .5s;
}
.search li:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -2px, 0);
}
.search li div:nth-child(1){
	width: calc(100% - 200px);
	float: left;
	padding-right: 10px;
}
.search li div:nth-child(1) h2{
	font-size: 22px;
	margin-bottom: 10px;
	transition: .5s;
}
.search li:hover div:nth-child(1) h2{
	color: #3165ca;
}
.search li div:nth-child(1) span{
	font-size: 14px;
	color: #686868;
	margin-right: 10px;
	
}
.search li div:nth-child(1) p{
	font-size: 14px;
	margin-top: 10px;
}
.search li div:nth-child(2){
	width: 200px;
	float: right;
}
.search li div:nth-child(2) img{
	width: 100%;
}
@media (max-width:600px){
	.search{
	width: 100%;
	padding: 0px 1%;
	margin-top: 30px;
}
.search li{
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	transition: .5s;
}
.search li:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -2px, 0);
}
.search li div:nth-child(1){
	width: 100% ;
	float: left;
	padding-right: 0px;
}
.search li div:nth-child(1) h2{
	font-size: 20px;
	margin-bottom: 10px;
	transition: .5s;
}

.search li div:nth-child(1) span{
	font-size: 14px;
	color: #686868;
	margin-right: 10px;
	
}
.search li div:nth-child(1) p{
	font-size: 14px;
	margin-top: 10px;
}
.search li div:nth-child(2){
	width: 100%;
	float: right;
	margin-top: 10px;
}
.search li div:nth-child(2) img{
	width: 100%;
}
}