
@charset "utf-8";

body {
	font-family: SEGUISB_1, Arial, Helvetica, sans-serif;
	font-size: 18px;
	overflow-x: hidden;
	color: #222;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-size: 14px;
	border: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
	vertical-align: middle;
}

a {
	color: #222;
	text-decoration: none;
	background-color: transparent;
	transition: .3s;
}

a:hover {
	cursor: pointer;
	color: #005ca7;
}

a:focus {
	outline: none;
}

ul, li, dl, dt, dd {
	list-style: none outside none;
}

* {
	box-sizing: border-box;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: .5;
}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url("https://www.g-grain.com/wp-content/themes/gedegerui/AjaxLoader.gif") no-repeat center center;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-item.loading.nitro-lazy {
	background: none !important;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: url("https://www.g-grain.com/wp-content/themes/gedegerui/grabbing.png") 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}

/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

/* Keyframes */

/*empty*/
@-webkit-keyframes empty {
	0% {
		opacity: 1;
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1;
	}
}

@keyframes empty {
	0% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}
	
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
	
	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}
	
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}
	
	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px);
	}
	
	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}
	
	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}
}

@-webkit-keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}
	
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}

@-moz-keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%);
	}
	
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0);
	}
}

@keyframes backSlideIn {
	0%, 25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%);
	}
	
	75% {
		opacity: .5;
		transform: translateZ(-500px);
	}
	
	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0);
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8);
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8);
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8);
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%);
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%);
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5);
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5);
	}
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-PDF:before {
	content: "";
}

.icon-shejiguifan:before {
	content: "";
}

.icon-jishushichang-copy:before {
	content: "";
}

.icon-yuechi:before {
	content: "";
}

.icon-gongchengguanli:before {
	content: "";
}

.icon-dianpucangku:before {
	content: "";
}

.icon-diqiu:before {
	content: "";
}

.icon-arrowRight:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-youtube1:before {
	content: "";
}

.icon-zhuye:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-zuobiao:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-youxiang1:before {
	content: "";
}

.icon-dianhua1:before {
	content: "";
}

.icon-original-whatapp:before {
	content: "";
}

.icon-wechat:before {
	content: "";
}

.icon-mean_list:before {
	content: "";
}

.icon-liaotian:before {
	content: "";
}

.icon-fangdajing:before {
	content: "";
}

.icon-skype:before {
	content: "";
}

.icon-chuanzhen:before {
	content: "";
}

.icon-in:before {
	content: "";
}

.icon-dianhua2:before {
	content: "";
}

.icon-666666-copy:before {
	content: "";
}

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

.w_p_main {
	background: #fff;
	overflow: hidden;
}

.main {
	background: #f5f5f5;
	overflow: hidden;
	width: 100%;
}

.warper {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}

.backToTop {
	width: 64px;
	height: 64px;
	border-radius: 64px;
	background: #005ca7 url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/icon_top.png") no-repeat center;
	background-size: 38%;
	cursor: pointer;
	position: fixed;
	right: 30px;
	text-indent: 9999px;
	bottom: 150px;
	color: #fff;
	transition: all .3s;
}

.backToTop.nitro-lazy {
	background: none !important;
}

.backToTop:hover {
	opacity: .9;
}

header {
	background: #fff;
	position: relative;
	height: 80px;
	width: 100%;
	z-index: 999;
}

header:before {
	width: 36%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #111;
}

.page_h nav {
	display: block;
}

.media {
	margin-top: 22px;
}

.media a {
	background: #929292;
	color: #242424;
	width: 37px;
	height: 37px;
	text-align: center;
	border-radius: 37px;
	line-height: 37px;
	margin: 0 2px;
	font-size: 22px;
	display: inline-block;
}

.media a:nth-of-type(1):hover {
	background: #3a82d3;
	color: #fff;
}

.media a:nth-of-type(2):hover {
	background: #36b9ff;
	color: #fff;
}

.media a:nth-of-type(3):hover {
	background: #0183bf;
	color: #fff;
}

.media a:nth-of-type(4):hover {
	background: #d20000;
	color: #fff;
}

input:focus, textarea:focus, select:focus {
	outline: none;
}

h6 {
	display: inline-block;
	font-weight: normal;
}

#nav:after {
	content: "";
	display: block;
	clear: both;
}

#nav .warper {
	position: relative;
}

.logo {
	position: absolute;
	top: 6px;
	left: 0;
}

.close-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: 888;
}

.nav-open {
	transform: translateX(0);
}

.close-open {
	opacity: .5;
	visibility: visible;
}

.body-hidden {
	overflow: hidden !important;
}

#nav .nav-button {
	width: 35px;
	height: 35px;
	border-radius: 3px;
	background: #65a342;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
}

#nav .nav-button i {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.position {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
}

#nav .nav-button {
	display: none;
}

nav {
	float: right;
	margin-right: 500px;
	display: none;
}

nav li {
	float: left;
	position: relative;
	margin: 0 22px;
}

nav li > a {
	position: relative;
	line-height: 80px;
	color: #222;
	font-family: SEGUISB_1;
	display: block;
	text-align: center;
	transition: .5s;
}

nav li.on a, nav li:hover a {
	color: #005ca7;
}

nav li a:after {
	content: "";
	width: 0;
	transition: all .3s;
	height: 4px;
	background: #005ca7;
	position: absolute;
	bottom: 0;
	left: 0;
}

nav li.on a:after, nav li:hover a:after {
	width: 100%;
}

nav dl {
	opacity: 0;
	transition: opacity 1s ease;
	position: absolute;
	display: block;
	background: #fff;
	width: auto;
	top: 110px;
	left: -9999px;
	z-index: 999;
}

nav dl dd {
	display: block;
	position: relative;
}

nav li dl dd a {
	opacity: 1;
	background: transparent !important;
	color: #666 !important;
	display: block;
	padding: 13px 18px;
	text-align: left;
	white-space: nowrap;
	font-size: 18px;
}

nav li dl dd a:after {
	display: none;
}

nav li dl dd a:hover {
	background: #2b989a !important;
	cursor: pointer;
	color: #fff !important;
}

nav li:hover dl {
	left: 0;
	opacity: 1;
}

nav dl dd div {
	position: absolute;
	left: 100%;
	top: 0;
	background: rgba(43, 152, 154, .85);
	display: none;
}

nav dl dd:hover div {
	display: block;
}

nav dl dd div a {
	padding: 15px 20px;
	color: #fff !important;
	border-bottom: none;
	font-size: 15px;
}

nav dl dd div a:hover {
	background: #2b989a;
}

.head_rcon {
	position: absolute;
	width: 400px;
	right: 0;
	top: 22px;
}

.h_mesearch {
	float: left;
	cursor: pointer;
	padding-top: 3px;
	width: 150px;
	overflow: hidden;
}

.btn-nav {
	float: left;
	width: 26px;
	cursor: pointer;
	height: 26px;
	position: relative;
}

.btn-nav span {
	display: block;
	width: 22px;
	transition: all .3s;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 4px;
}

.btn-nav span + span {
	top: 12px;
	width: 26px;
}

.btn-nav span + span + span {
	width: 22px;
	top: 21px;
}

.h_mesearch:hover .btn-nav span + span {
	width: 26px;
}

.h_mesearch:hover .btn-nav span {
	width: 26px;
}

.h_se {
	float: right;
	color: #fff;
	font-size: 16px;
}

.h_se i {
	font-size: 26px;
	margin-right: 5px;
}

.h_se * {
	vertical-align: middle;
}

.languagebox {
	float: right;
	margin-right: 58px;
	width: 110px;
	position: relative;
	font-size: 16px;
	height: 26px;
}

.languagebox i {
	position: absolute;
	color: #fff;
	top: 1px;
	left: 0;
	font-size: 30px;
}

.languagebox ul {
	width: 100%;
	padding-left: 38px;
	height: 32px;
	display: inline-block;
	background: url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/selectbg.png") no-repeat 98% 15px #111;
	vertical-align: middle;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 55;
}

.languagebox ul.nitro-lazy {
	background: none !important;
}

.languagebox a {
	line-height: 32px;
	color: #fff;
	display: inline-block;
}

.languagebox:hover ul {
	height: auto;
	border-radius: 0;
}

.show_nav {
	position: fixed;
	width: 100%;
	transition: all .8s;
	height: 100%;
	top: -200%;
	left: 0;
	background: #f4f4f4;
	z-index: 1000;
}

.show_war {
	position: relative;
	height: 100vh;
}

.show_war:before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 45%;
	height: 100vh;
	background: #005ca7;
}

.show_logo {
	height: 80px;
	position: relative;
}

.sh_close {
	width: 24px;
	transition: all .3s;
	cursor: pointer;
	height: 24px;
	position: absolute;
	right: 0;
	top: 30px;
}

.sh_close:hover {
	transform: rotate(90deg);
}

.p_inpt {
	overflow: hidden;
	position: relative;
	padding: 5px 20%;
	width: 100%;
	overflow: hidden;
	margin-top: 55px;
}

.p_inpt input {
	width: 100%;
	box-shadow: 0 1px 5px 0 rgba(0, 92, 167, .2);
	float: left;
	background: #fff;
	border-radius: 65px;
	height: 65px;
	line-height: 65px;
	border: none;
	padding: 0 20% 0 20px;
	font-size: 18px;
}

.p_inpt input:-moz-placeholder {
	color: #a7a7a7;
}

.p_inpt button {
	width: 12%;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #005ca7;
	position: absolute;
	top: 5px;
	right: 20%;
	cursor: pointer;
	border: none;
	height: 65px;
	background: transparent;
}

.p_inpt button i {
	font-size: 20px;
	margin-right: 12px;
}

.show_socanav {
	margin-top: 110px;
	overflow: hidden;
}

.show_socanav .lcon {
	float: left;
	width: 55%;
}

.show_socanav .rcon {
	float: right;
	width: 34%;
}

.s_ul {
	width: 300px;
	float: left;
	margin-right: 12%;
}

.s_ul h3 {
	font-size: 26px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: GOTHAM-BLACK;
	font-weight: normal;
}

.s_ul ul li {
	margin-bottom: 28px;
	font-size: 18px;
	height: 38px;
}

.s_ul ul li a {
	display: inline-block;
	line-height: 38px;
	overflow: hidden;
}

.s_ul ul li i {
	font-size: 35px;
	margin-right: 20px;
	width: 38px;
	height: 38px;
	display: inline-block;
}

.s_ul ul li i img {
	width: 100%;
	vertical-align: top;
}

.s_ul ul li a:hover {
	text-decoration: underline;
}

.s_ul ul li * {
	vertical-align: middle;
}

.pop_nav li {
	margin-bottom: 34px;
	font-size: 30px;
	font-family: GOTHAM-BLACK;
	text-transform: uppercase;
}

.pop_nav li a {
	color: #fff;
}

.pop_nav li a:hover {
	text-decoration: underline;
}

footer {
	background: #141414;
	overflow: hidden;
	padding-top: 94px;
}

.f_nav h4 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 46px;
	font-family: GOTHAM-BLACK;
	color: #fff;
}

.f_nav {
	width: 100%;
	overflow: hidden;
}

.f_nav .f_item1 {
	float: left;
	width: 48%;
	padding-left: 30px;
}

.f_navli li {
	margin-bottom: 30px;
	position: relative;
	font-size: 22px;
}

.f_navli li a {
	color: #fff;
}

.f_navli li a:hover {
	text-decoration: underline;
}

.f_nav .f_item2 {
	float: left;
	width: 52%;
}

.f_con {
	width: 100%;
	overflow: hidden;
}

.f_con li {
	width: 50%;
	float: left;
	margin-bottom: 38px;
}

.f_con li p {
	color: #fff;
	font-family: segoeui_0;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.f_con li a, .f_con li span {
	color: #666;
	display: block;
	line-height: 30px;
	font-family: segoeui_0;
}

.f_con li a:hover {
	color: #fff;
	text-decoration: underline;
}

.f_btn a {
	display: inline-block;
	background: #005ca7;
	padding: 9px 70px;
	color: #fff;
}

.f_btn a:hover {
	opacity: .85;
}

footer .media {
	float: none;
	padding-top: 0;
	margin-right: 0;
	text-align: left;
	margin-top: 70px;
}

footer .media a {
	width: 42px;
	margin-right: 12px;
	background: #2c2c2c;
	border-radius: 42px;
	height: 42px;
	line-height: 42px;
	color: #fff;
}

footer .copyright {
	border-top: 1px solid #2c2c2c;
	margin-top: 84px;
	font-family: segoeui_0;
	padding: 30px 0;
	text-align: center;
	clear: both;
	color: #464646;
}

.bigbg {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.getbox {
	width: 800px;
	height: auto;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -400px;
}

.allhide {
	opacity: 0;
	z-index: -3;
}

.footmenu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	max-width: 1024px;
	display: none;
}

.footmenu img {
	display: block;
}

.footmenu div.bgcolor {
	clear: both;
}

.footmenu div.con {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
	background: #e6212a;
}

.footmenu a {
	color: #fff;
	font-size: 16px;
	display: block;
	width: 25%;
	text-align: center;
	float: left;
	position: relative;
}

.footmenu i {
	display: block;
	width: 25px;
	height: 25px;
	margin: 6px auto 2px;
	font-size: 26px;
}

#banner img {
	width: 100%;
	display: block;
}

#banner_home {
	position: relative;
	padding-left: 68px;
}

#banner_home .owl-theme .owl-controls {
	margin-top: 0;
	position: absolute;
	bottom: -55px;
	right: 20%;
}

#banner_home:before {
	content: "";
	width: 690px;
	background: #111;
	height: 75px;
	position: absolute;
	right: 0;
	bottom: -75px;
}

#banner_home .owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	text-transform: uppercase;
	padding: 3px 30px;
	font-size: 16px;
	background: transparent;
}

#banner_home .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/pro_arrow_on.png") 100% 8px no-repeat;
}

#banner_home .owl-theme .owl-controls .owl-buttons .owl-next.nitro-lazy {
	background: none !important;
}

#banner_home .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/pro_arrow.png") 0 8px no-repeat;
}

#banner_home .owl-theme .owl-controls .owl-buttons .owl-prev.nitro-lazy {
	background: none !important;
}

.cl {
	clear: both;
}

.changpic {
	width: 100%;
	overflow: hidden;
}

.changpic img {
	width: 100%;
	transition: all .3s;
}

/*版块标题*/
.home_boxtit {
	font-size: 50px;
	text-transform: uppercase;
	font-family: GOTHAM-BLACK;
}

/*首页*/
.in_we {
	background: #f4f4f4;
	padding: 132px 0 73px 0;
}

.in_weul {
	margin-top: 55px;
	overflow: hidden;
}

.in_weul li {
	float: left;
	width: 25%;
	transition: all .3s;
	text-align: center;
	padding: 0 52px;
}

.in_weul li p {
	margin-top: 26px;
	font-size: 16px;
}

.in_weul li:hover {
	margin-top: -6px;
}

.in_case {
	position: relative;
}

.in_case:before {
	position: absolute;
	width: 100%;
	height: 230px;
	background: #f4f4f4;
	top: 0;
	left: 0;
	content: "";
}

.in_caseitem, .in_caseswiper {
	position: relative;
}

.in_casetext {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	padding: 38% 3% 0 3%;
}

.in_casetext p {
	font-size: 22px;
	margin-top: 10px;
}

.in_caseswiper .owl-theme .owl-controls {
	margin-top: 0;
	text-align: left;
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	z-index: 55;
}

.in_caseswiper .owl-controls .owl-buttons {
	position: relative;
}

.in_caseswiper .owl-controls .owl-buttons div {
	background: url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/right3.png") rgba(0, 92, 167, .4) center center no-repeat;
	margin: 0;
	opacity: 1;
	background-size: 30%;
	position: absolute;
	border-radius: 0;
	height: 45px;
	width: 45px;
}

.in_caseswiper .owl-controls .owl-buttons div.nitro-lazy {
	background: none !important;
}

.in_caseswiper .owl-controls .owl-buttons .owl-prev {
	text-indent: -9999em;
	left: 0;
	transform: rotate(180deg);
}

.in_caseswiper .owl-controls .owl-buttons .owl-next {
	text-indent: -9999em;
	right: 0;
}

.in_caseswiper .owl-controls .owl-buttons div:hover {
	cursor: pointer;
	background: url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/right3.png") #005ca7 center center no-repeat;
	background-size: 30%;
}

.in_caseswiper .owl-controls .owl-buttons div:hover.nitro-lazy {
	background: none !important;
}

.in_caseitem:hover .changpic img {
	transform: scale(1.15);
}

.in_solu {
	padding: 62px 0;
}

.in_solubox {
	width: 100%;
	overflow: hidden;
}

.in_solubox li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 22px;
}

.in_solubox li:nth-of-type(3n) {
	margin-right: 0;
}

.in_solutext {
	padding: 52px 38px 0 0;
}

.in_solutext p {
	margin-top: 30px;
	line-height: 26px;
	color: #888;
	font-family: segoeui_0;
}

.in_soluitem {
	position: relative;
}

.in_soluitxt {
	position: absolute;
	transition: all .3s;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .5), rgba(0, 0, 0, 8));
	left: 0;
	bottom: 0;
	padding: 24px 32px;
}

.in_soluitxt p {
	color: #fff;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
}

.in_soluitxt span {
	color: #fff;
	font-family: segoeui_0;
}

.in_soluitxt span i {
	font-size: 20px;
	margin-left: 8px;
}

.in_slushow {
	width: 100%;
	opacity: 0;
	transition: all .3s;
	text-align: center;
	padding: 20% 10% 0 10%;
	height: 100%;
	background: rgba(0, 92, 167, .9);
	position: absolute;
	left: 0;
	top: 0;
}

.in_slushow p {
	font-size: 22px;
	overflow: hidden;
	color: #fff;
}

.in_slushow span {
	line-height: 26px;
	color: #fff;
	font-family: segoeui_0;
	display: inline-block;
	margin-top: 20px;
	height: 78px;
	overflow: hidden;
}

.in_soluitem:hover .in_slushow {
	opacity: 1;
}

.in_soluitem:hover .in_soluitxt {
	opacity: 0;
}

.in_news {
	background: #f4f4f4;
	padding: 52px 0 80px 0;
}

.big_news {
	margin-top: 40px;
}

.b_newspic {
	position: relative;
}

.b_newstext {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 55%;
	/* background: rgba(0,0,0,0.6); */
	padding: 35px 40px;
}

.b_ntit p {
	display: none;
	font-size: 22px;
	overflow: hidden;
	color: #fff;
}

.b_ntit {
	padding-bottom: 30px;
	position: relative;
}

/* .b_ntit:after{ position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #fff; content: ''; } */
.b_newstext span {
	color: #fff;
	display: inline-block;
	margin-top: 22px;
	font-family: segoeui_0;
}

.b_newstext span i {
	margin-left: 10px;
	font-size: 20px;
}

.big_news:hover .changpic img {
	transform: scale(1.15);
}

.in_get {
	padding: 84px 0 135px 0;
}

.in_getbox {
	margin-top: 36px;
	overflow: hidden;
}

.in_getbox .lcon {
	width: 50%;
	padding-right: 20px;
	float: left;
}

.in_getbox .rcon {
	width: 50%;
	padding-left: 32px;
	float: right;
}

.in_getbox p {
	line-height: 30px;
	color: #888;
	font-family: segoeui_0;
}

.i_getpic {
	margin-top: 20px;
}

.i_getpic:hover .changpic img {
	transform: scale(1.15);
}

.in_getbox .rcon h5 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 35px;
}

.com_video {
	margin-top: 20px;
	cursor: pointer;
}

.com_video a {
	display: block;
	width: 100%;
	padding: 25px 60px;
	background: #f4f4f4;
}

.v_box {
	padding-left: 78px;
	position: relative;
	padding-top: 4px;
}

.v_box h6 {
	display: inline-block;
	transition: all .3s;
	font-size: 20px;
}

.v_box span {
	color: #888;
	font-family: segoeui_0;
	display: block;
	margin-top: 3px;
}

.v_box i {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 65px;
	line-height: 65px;
	background: #005ca7;
}

.v_box i img {
	position: absolute;
	top: 32%;
	left: 43%;
}

.fixnav {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 10;
}

.fixnav li {
	transition: all .3s;
	width: 40px;
	text-align: center;
	font-size: 12px;
	height: 40px;
	margin-bottom: 1px;
	background: #ececed;
	position: relative;
}

.fixnav li .ic {
	width: 40px;
	line-height: 40px;
	height: 40px;
	background: #2b989a;
	position: relative;
	z-index: 2;
}

.fixnav li a {
	color: #fff;
	transition: all .1s;
}

.fixnav li .iconfont {
	font-size: 22px;
}

.fixnav li:nth-of-type(2) .ic {
	background: #fe7b1b;
}

.fixnav li:nth-of-type(3) .ic {
	background: #3a82d3;
}

.fixnav li:nth-of-type(4) .ic {
	background: #30afeb;
}

.fixnav li:nth-of-type(5) .ic {
	background: #0085b2;
}

.fixnav li:nth-of-type(6) .ic {
	background: #fc1a1c;
}

.fixnav li span {
	line-height: 40px;
	transition: all .3s;
	overflow: hidden;
	font-size: 16px;
	padding: 0 10px;
	margin-right: 40px;
	position: absolute;
	right: -600px;
	top: 0;
	z-index: 3;
	width: 200px;
	z-index: 0;
	text-align: left;
}

.fixnav li:hover span {
	display: block;
	right: 0;
	background: #2b989a;
	color: #fff;
}

.fixnav li:hover:nth-of-type(2) span {
	background: #fe7b1b;
}

/*位置*/
.subbanner {
	position: relative;
}

.subbanner img {
	width: 100%;
	display: block;
}

.subbanner .warper {
	left: 50%;
	margin-left: -720px;
	position: absolute;
	top: 150px;
}

.subbanner .warper h1 {
	color: #fff;
	font-size: 56px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: GOTHAM-BLACK;
	padding-bottom: 10px;
	position: relative;
}

.subbanner .warper span {
	color: #fff;
	font-size: 20px;
	font-family: GOTHAM-BLACK;
}

.subbanner .warper span a {
	color: #fff;
}

.subbanner .warper span a:hover {
	text-decoration: underline;
}

.paddt90 {
	padding-top: 76px;
}

/*产品列表*/
.positionline {
	padding: 12px 0;
	color: #666;
	text-transform: uppercase;
	font-family: SEGUISB_1;
}

.positionline i {
	color: #8e8e8e;
	margin-right: 6px;
	font-size: 22px;
	display: inline-block;
}

.positionline a {
	margin: 0 5px;
	color: #666;
}

.positionline a:hover {
	color: #2b989a;
}

.pro_mainbox {
	width: 100%;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 60px;
}

.pro_tit {
	position: relative;
}

.pro_tit h1 {
	font-size: 60px;
}

.pro_tit ul {
	width: 736px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 5px;
}

.pro_tit ul li {
	float: left;
	margin-left: 20px;
}

.pro_tit ul li a {
	display: inline-block;
	padding: 7px 12px;
	border: 2px solid #2b989a;
	font-size: 24px;
}

.pro_tit ul li a i {
	font-size: 24px;
}

.pro_tit ul li a:hover, .pro_tit ul li.on a {
	color: #fff;
	background: #2b989a;
}

.pro_listbox {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.pro_listbox li {
	margin-bottom: 50px;
}

.p_item {
	background: #1e2d3b;
	overflow: hidden;
}

.p_item a {
	display: inline-block;
	padding: 38px 68px;
}

.p_item .lcon {
	width: 410px;
	float: left;
}

.p_item .rcon {
	margin-left: 410px;
	padding: 0 60px 0 64px;
}

.p_item .text_box h5 {
	font-size: 24px;
	height: 35px;
	line-height: 35px;
}

.p_item .text_box h4 {
	font-size: 36px;
	height: 45px;
	line-height: 45px;
}

.p_item .text_box .tit {
	text-transform: none;
}

.p_item:hover .changpic img {
	transform: scale(1.15);
}

.p_item:hover .text_box h4 {
	color: #2b989a;
}

/*关于我们*/
.ab_compic {
	position: relative;
}

.ab_comtext {
	color: #fff;
	position: absolute;
	transition: all .3s;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .5), rgba(0, 0, 0, 8));
	left: 0;
	bottom: 0;
	padding: 80px 70px 40px 70px;
}

.ab_comtext p {
	text-transform: uppercase;
	font-size: 24px;
	font-family: segoeuib_0;
	margin-bottom: 30px;
}

.ab_comtext span {
	line-height: 30px;
	font-family: SEGUISB_1;
}

.ab_nrtext {
	margin-top: 40px;
}

.ab_nrtext p {
	line-height: 26px;
	color: #888;
	font-family: segoeui_0;
	margin-bottom: 20px;
}

.ab_chair {
	padding: 45px 0;
}

.ab_tit {
	text-transform: uppercase;
	font-size: 24px;
	font-family: segoeuib_0;
}

.ab_chatet {
	margin-top: 28px;
}

.ab_chatet p {
	line-height: 30px;
	font-family: SEGUISB_1;
}

.ab_chpic {
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}

.ab_chpic li {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.ab_chpic li:nth-of-type(2n) {
	margin-right: 0;
}

.ab_chpic li:hover .changpic img {
	transform: scale(1.15);
}

.ab_train {
	background: #f4f4f4;
	overflow: hidden;
	position: relative;
}

.ab_train .lcon {
	width: 50%;
	float: left;
	padding: 72px 42px 0 0;
}

.ab_train .rcon {
	width: 50%;
	float: right;
	padding: 50px 0 50px 50px;
}

.ab_train .lcon .ab_nrtext {
	margin-top: 24px;
}

.long {
	text-transform: none;
	margin-top: 30px;
}

.ab_train:before {
	width: 50%;
	height: 100%;
	background: #005ca7;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.ab_train .rcon:hover .changpic img {
	transform: scale(1.15);
}

.ab_cer {
	padding: 92px 0 145px 0;
}

.ab_cerswiper {
	margin-top: 30px;
	position: relative;
}

.ab_cerswiper .item {
	margin: 0 9px;
}

.ab_cerswiper .owl-theme .owl-controls {
	margin-top: 0;
	text-align: left;
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	z-index: 55;
}

.ab_cerswiper .owl-controls .owl-buttons {
	position: relative;
}

.ab_cerswiper .owl-controls .owl-buttons div {
	background: url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/right3.png") rgba(0, 92, 167, .4) center center no-repeat;
	margin: 0;
	opacity: 1;
	background-size: 30%;
	position: absolute;
	border-radius: 0;
	height: 45px;
	width: 45px;
}

.ab_cerswiper .owl-controls .owl-buttons div.nitro-lazy {
	background: none !important;
}

.ab_cerswiper .owl-controls .owl-buttons .owl-prev {
	text-indent: -9999em;
	left: 9px;
	transform: rotate(180deg);
}

.ab_cerswiper .owl-controls .owl-buttons .owl-next {
	text-indent: -9999em;
	right: 9px;
}

.ab_cerswiper .owl-controls .owl-buttons div:hover {
	cursor: pointer;
	background: url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/right3.png") #005ca7 center center no-repeat;
	background-size: 30%;
}

.ab_cerswiper .owl-controls .owl-buttons div:hover.nitro-lazy {
	background: none !important;
}

/*分页 结束*/
.digg4 {
	margin-top: 30px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.digg4 a, .digg4 span.miy, .digg4 span.disabled, .digg4 span.current {
	width: 35px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	border: 1px solid #999;
	height: 35px;
	border-radius: 0;
	line-height: 35px;
	color: #cecece;
	text-decoration: none;
	margin: 0 5px;
}

.digg4 span.current, .digg4 span:hover, .digg4 span:hover.disabled, .digg4 a:hover {
	color: #fff;
	background: #005ca7;
	border: 1px solid #005ca7;
}

.digg4 span.disabled {
	font-size: 31px;
	line-height: 27px;
	font-weight: normal;
	border: 1px solid #666;
	background: transparent;
	color: #999;
}

.digg4 a {
	border: 1px solid #666;
	color: #666;
}

/*分页 结束*/

/*solution*/
.solu_text p {
	line-height: 28px;
	color: #888;
	font-family: segoeui_0;
}

.soluwar {
	padding-bottom: 40px;
}

.solulist {
	width: 100%;
	overflow: hidden;
	margin-top: 48px;
}

.solulist li {
	width: 48.5%;
	margin-right: 3%;
	float: left;
	margin-bottom: 68px;
}

.solulist li:nth-of-type(2) {
	margin-right: 0;
}

.solulist li:nth-of-type(3), .solulist li:nth-of-type(4), .solulist li:nth-of-type(5) {
	width: 32.3%;
	margin-right: 1.5%;
}

.solulist li:nth-of-type(5) {
	margin-right: 0;
}

.solulist li .in_soluitxt p {
	font-size: 24px;
	height: 35px;
	line-height: 35px;
}

/*solution详情*/
.solu_nav {
	width: 100%;
	overflow: hidden;
}

.solu_nav li {
	float: left;
	width: 19.2%;
	margin-right: 1%;
}

.solu_nav li:last-child {
	margin-right: 0;
}

.solu_nitem {
	background: #f4f4f4;
	transition: all .3s;
	text-align: center;
	padding: 40px 0 22px 0;
}

.solu_nitem img:nth-of-type(1) {
	display: inline-block;
}

.solu_nitem img:nth-of-type(2) {
	display: none;
}

.solu_nitem p {
	font-size: 22px;
	font-family: SEGUISB_1;
	margin-top: 10px;
}

.solu_nitem:hover, .solu_nitem.on {
	background: #005ca7;
}

.solu_nitem:hover img:nth-of-type(1), .solu_nitem.on img:nth-of-type(1) {
	display: none;
}

.solu_nitem:hover img:nth-of-type(2), .solu_nitem.on img:nth-of-type(2) {
	display: inline-block;
}

.solu_nitem:hover p, .solu_nitem.on p {
	color: #fff;
}

.solu_nitem a {
	display: block;
	width: 100%;
}

.solu_delswiper {
	margin-top: 62px;
	position: relative;
}

.soludel_item {
	position: relative;
}

.soludelitxt {
	color: #fff;
	position: absolute;
	transition: all .3s;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, .9));
	left: 0;
	bottom: 0;
	padding: 55px;
}

.soludelitxt p {
	font-size: 24px;
	font-family: SEGUISB_1;
}

.soludelitxt span {
	line-height: 28px;
	height: 52px;
	overflow: hidden;
	font-family: segoeui_0;
	margin-top: 24px;
	display: inline-block;
}

.solu_delswiper .owl-theme .owl-controls, .solu_delpicswiper .owl-theme .owl-controls {
	margin-top: 0;
	text-align: left;
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	z-index: 55;
}

.solu_delswiper .owl-controls .owl-buttons, .solu_delpicswiper .owl-controls .owl-buttons {
	position: relative;
}

.solu_delswiper .owl-controls .owl-buttons div, .solu_delpicswiper .owl-controls .owl-buttons div {
	background: url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/right3.png") rgba(0, 92, 167, .4) center center no-repeat;
	margin: 0;
	opacity: 1;
	background-size: 30%;
	position: absolute;
	border-radius: 0;
	height: 45px;
	width: 45px;
}

.solu_delswiper .owl-controls .owl-buttons div.nitro-lazy, .solu_delpicswiper .owl-controls .owl-buttons div.nitro-lazy {
	background: none !important;
}

.solu_delswiper .owl-controls .owl-buttons .owl-prev, .solu_delpicswiper .owl-controls .owl-buttons .owl-prev {
	text-indent: -9999em;
	left: 0;
	transform: rotate(180deg);
}

.solu_delswiper .owl-controls .owl-buttons .owl-next, .solu_delpicswiper .owl-controls .owl-buttons .owl-next {
	text-indent: -9999em;
	right: 0;
}

.solu_delswiper .owl-controls .owl-buttons div:hover, .solu_delpicswiper .owl-controls .owl-buttons div:hover {
	cursor: pointer;
	background: url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/right3.png") #005ca7 center center no-repeat;
	background-size: 30%;
}

.solu_delswiper .owl-controls .owl-buttons div:hover.nitro-lazy, .solu_delpicswiper .owl-controls .owl-buttons div:hover.nitro-lazy {
	background: none !important;
}

.soludel_item:hover .changpic img {
	transform: scale(1.15);
}

.solu_delpicswiper {
	margin-top: 45px;
	position: relative;
}

.solu_delpicswiper .item {
	margin: 0 20px;
}

.solu_delpicswiper .owl-controls .owl-buttons .owl-prev {
	left: 20px;
}

.solu_delpicswiper .owl-controls .owl-buttons .owl-next {
	right: 20px;
}

.solu_delpicswiper .item:hover .changpic img {
	transform: scale(1.15);
}

.solu_spic {
	margin-top: 52px;
	overflow: hidden;
}

.solu_spic li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.solu_spic li:last-child {
	margin-right: 0;
}

.solu_spic li:hover .changpic img {
	transform: scale(1.15);
}

.solu_textpic {
	padding: 60px 0 35px 0;
	overflow: hidden;
}

.solu_textpic .lcon {
	width: 50%;
	float: left;
	padding-top: 20px;
	padding-right: 15px;
}

.solu_textpic .rcon {
	width: 50%;
	float: right;
	padding-left: 12px;
}

.so_dd li {
	margin-bottom: 18px;
	color: #888;
	font-family: segoeui_0;
	padding-left: 24px;
	position: relative;
}

.so_dd li:after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #888;
	position: absolute;
	top: 7px;
	left: 0;
}

.solu_textpic .rcon:hover .changpic img {
	transform: scale(1.15);
}

.solu_dlpic {
	padding: 35px 0 125px 0;
	overflow: hidden;
}

.solu_dlpic .lcon {
	width: 50%;
	float: left;
	padding-top: 20px;
	padding-right: 15px;
}

.solu_dlpic .rcon {
	width: 50%;
	float: right;
	padding-left: 12px;
}

.so_dltext li {
	margin-bottom: 25px;
	font-family: SEGUISB_1;
}

.ab_introtit {
	text-transform: uppercase;
	font-size: 26px;
	font-family: SEGUISB_1;
	margin-bottom: 22px;
}

.solu_intro {
	padding: 50px 0 160px 0;
}

.introbox {
	margin-top: 30px;
	overflow: hidden;
}

.introbox li {
	float: left;
	width: 15.6%;
	margin-right: 15px;
}

.introbox li:last-child {
	margin-right: 0;
}

.intro_item {
	padding-top: 100%;
	background: #000;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}

.intro_item img {
	width: 100%;
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
}

.in_trotext {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 14px 20px;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 92, 167, .8);
}

.in_trotext p {
	font-size: 24px;
	margin-bottom: 3px;
}

.intro_item:hover img {
	transform: rotate(360deg);
}

/*equipent*/
.equ_box {
	padding-bottom: 124px;
}

.equ_tit {
	font-size: 28px;
	font-family: SEGUISB_1;
}

.equ_box .ab_nrtext {
	margin-top: 15px;
}

.equ_list {
	width: 100%;
	overflow: hidden;
	margin-top: 46px;
}

.equ_list li {
	width: 32.3%;
	margin-right: 1.5%;
	float: left;
	margin-bottom: 45px;
}

.equ_list li:nth-of-type(3n) {
	margin-right: 0;
}

.equ_list .in_soluitem:hover .in_soluitxt {
	opacity: 1;
}

.equ_list .in_soluitem:hover .changpic img {
	transform: scale(1.15);
}

.equipment_show {
	padding-bottom: 84px;
}

.equipment_show .equ_tit {
	margin-bottom: 20px;
}

.equ_imgtext {
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}

.equ_imgtext li {
	float: left;
	width: 32.3%;
	margin-right: 1.5%;
}

.equ_imgtext li:nth-of-type(3n) {
	margin-right: 0;
}

.equ_imgtext li .in_soluitem:hover .in_soluitxt {
	opacity: 1;
}

.equ_imgtext li .in_soluitem:hover .changpic img {
	transform: scale(1.15);
}

.equ_prolist {
	padding: 60px 0 110px 0;
	background: #f4f4f4;
}

.equ_prolist ul {
	width: 100%;
	overflow: hidden;
}

.equ_prolist ul li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 35px;
}

.equ_prolist ul li:nth-of-type(4n) {
	margin-right: 0;
}

.pro_item {
	text-align: center;
}

.pro_pic {
	position: relative;
	overflow: hidden;
}

.pro_text {
	position: absolute;
	top: -150%;
	transition: all .3s;
	left: 0;
	color: #fff;
	text-align: center;
	padding: 8% 8% 0 8%;
	width: 100%;
	height: 100%;
	background: rgba(0, 92, 167, .9);
}

.pro_text span {
	line-height: 28px;
	/* height: 84px;*/
	overflow: hidden;
	display: inline-block;
	font-family: segoeui_0;
}

.pro_text i {
	display: inline-block;
	margin-top: 12px;
	font-size: 25px;
}

.pro_item p {
	font-family: SEGUISB_1;
	margin-top: 5px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

.pro_item:hover .pro_text {
	top: 0;
}

/*产品详情*/
.pro_gdbox {
	width: 100%;
	padding-bottom: 36px;
	overflow: hidden;
}

.pro_gdbox .prolcon {
	width: 50%;
	float: left;
	padding-left: 32px;
	padding-right: 40px;
}

.pro_gdbox .prorcon {
	width: 50%;
	float: left;
	padding: 70px 42px 0 0;
}

.pro_gdbox .prorcon h2 {
	font-size: 30px;
	font-family: SEGUISB_1;
	text-transform: uppercase;
	position: relative;
}

.pro_desc {
	margin-top: 28px;
}

.pro_desc p {
	line-height: 28px;
	color: #888;
	font-family: segoeui_0;
}

.pro_pdf {
	margin-top: 25px;
	position: relative;
	padding-left: 60px;
}

.pro_pdf i {
	position: absolute;
	top: 5px;
	left: 0;
	width: 40px;
}

.pro_pdf p {
	font-family: SEGUISB_1;
}

.pro_pdf span {
	font-family: segoeui_0;
	color: #666;
}

.product_desc {
	padding: 48px 0 45px 0;
	background: url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/pro_gdbg.jpg") repeat-x;
}

.product_desc.nitro-lazy {
	background: none !important;
}

.del_item h3 {
	font-size: 30px;
	font-family: SEGUISB_1;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.pro_table {
	overflow-x: auto;
}

.pro_table table {
	border-top: 2px solid #251b19;
	border-left: 2px solid #251b19;
	width: 100%;
}

.pro_table table tr td {
	padding: 9px 6px;
	font-size: 20px;
	border-bottom: 2px solid #251b19;
	border-right: 2px solid #251b19;
	text-align: center;
}

.del_xpic {
	margin-top: 18px;
}

.pro_video, .pro_fea {
	padding: 40px 0;
}

.p_video {
	width: 100%;
	overflow: hidden;
}

.p_video .lcon {
	width: 50%;
	float: left;
	padding-top: 56px;
	padding-right: 20px;
}

.p_video .rcon {
	width: 50%;
	float: right;
}

.pro_fea .solu_spic {
	margin-top: 20px;
}

.pro_swiper {
	background: #f4f4f4;
	padding: 65px 0 138px 0;
}

.rel_pro {
	background: transparent;
	padding: 0;
}

.rel_swiper {
	margin-top: 15px;
	position: relative;
}

.rel_swiper .item {
	margin: 0 10px;
}

.rel_swiper .owl-theme .owl-controls {
	margin-top: 0;
	text-align: left;
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	z-index: 55;
}

.rel_swiper .owl-controls .owl-buttons {
	position: relative;
}

.rel_swiper .owl-controls .owl-buttons div {
	background: url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/right.png") center center no-repeat;
	margin: 0;
	opacity: 1;
	background-size: 30%;
	position: absolute;
	border-radius: 0;
	height: 45px;
	width: 45px;
}

.rel_swiper .owl-controls .owl-buttons div.nitro-lazy {
	background: none !important;
}

.rel_swiper .owl-controls .owl-buttons .owl-prev {
	text-indent: -9999em;
	left: -40px;
	transform: rotate(180deg);
}

.rel_swiper .owl-controls .owl-buttons .owl-next {
	text-indent: -9999em;
	right: -40px;
}

.rel_swiper .owl-controls .owl-buttons div:hover {
	cursor: pointer;
	background: url("https://cdn-ilepnch.nitrocdn.com/gVvbuhvRxSJYQzeCTQNhACWAWzsmktfE/assets/images/optimized/rev-193ba75/www.g-grain.com/wp-content/themes/gedegerui/images/right3.png") #005ca7 center center no-repeat;
	background-size: 30%;
}

.rel_swiper .owl-controls .owl-buttons div:hover.nitro-lazy {
	background: none !important;
}

/*anli*/
.case_nav {
	width: 100%;
	overflow: hidden;
}

.case_nav li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
}

.case_nav li:nth-of-type(4n) {
	margin-right: 0;
}

.case_box {
	padding: 65px 0 118px 0;
}

.case_list {
	width: 100%;
	overflow: hidden;
}

.case_list li {
	width: 32.3%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 60px;
}

.case_list li:nth-of-type(3n) {
	margin-right: 0;
}

.case_item {
	position: relative;
	overflow: hidden;
}

.case_text {
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	height: 100%;
	padding: 82% 52px 0 52px;
	width: 100%;
	position: absolute;
	color: #fff;
}

.case_text p {
	line-height: 34px;
	height: 68px;
	overflow: hidden;
	font-size: 22px;
}

.case_text span {
	display: inline-block;
	margin-top: 25px;
	font-family: segoeui_0;
	font-style: italic;
}

.case_text span i {
	font-size: 25px;
	margin-left: 10px;
}

.case_text span * {
	vertical-align: middle;
}

.case_item:hover .changpic img {
	transform: scale(1.15);
}

.case_item a {
	display: block;
	width: 100%;
	height: 100%;
}

/*新闻详情*/
.news_box {
	padding-bottom: 70px;
}

.infocon {}

.infocon h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.infocon img {
	display: inline-block;
	margin: 12px 0;
	max-width: 100%;
}

.infocon .time {
	text-align: center;
	margin-bottom: 15px;
	color: #666;
}

.infocon .other {
	border-top: 1px solid #bbb;
	padding: 15px 0 0 0;
	margin: 50px 0 0 0;
	line-height: 26px;
}

.infocon .other div {
	margin: 8px 0;
}

.infocon .other {
	color: #666;
}

.infocon .other a {
	color: #666;
}

.infocon .other a:hover {
	color: #005ca7;
}

.infocon p {
	line-height: 28px;
	color: #888;
	margin-bottom: 10px;
	font-family: segoeui_0;
}

.infocon .solu_spic li .changpic img {
	margin: 0;
}

.infocon .solu_spic {
	margin: 22px 0;
}

/*新闻*/
.news_box .big_news {
	margin-top: 0;
}

.news_list {
	margin-top: 52px;
	overflow: hidden;
}

.news_list li {
	width: 32.3%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 42px;
}

.news_list li:nth-of-type(3n) {
	margin-right: 0;
}

.new_text {
	background: #f4f4f4;
	padding: 32px 32px 58px 32px;
}

.new_text p {
	font-size: 22px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.new_text span {
	display: block;
	font-family: segoeui_0;
	line-height: 28px;
	color: #888;
	height: 84px;
	overflow: hidden;
	margin-top: 22px;
}

.new_text em {
	display: inline-block;
	margin-top: 45px;
	font-family: segoeui_0;
}

.new_text em i {
	font-size: 20px;
	margin-left: 10px;
	font-family: segoeuib_0;
}

.new_text em * {
	vertical-align: middle;
}

.news_item:hover .changpic img {
	transform: scale(1.15);
}

/*contact*/
.con_box {
	padding-bottom: 100px;
}

.con_war {
	width: 100%;
	overflow: hidden;
}

.con_war li {
	float: left;
	width: 47.2%;
	margin-bottom: 32px;
}

.con_war li:nth-of-type(even) {
	float: right;
}

.con_wirem {
	position: relative;
}

.con_btn {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .3s;
}

.con_btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 245px;
	transition: all .8s;
	text-align: center;
	height: 46px;
	line-height: 46px;
	background: #005ca7;
	text-transform: uppercase;
	color: #fff;
}

.con_wirem:hover .con_btn span {
	width: 100%;
	height: 100%;
	background: rgba(0, 92, 167, .8);
	line-height: normal;
	font-size: 30px;
}

.bigbg, .bigbgt, .bigbgtt, .bigbgttt {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.allhide {
	display: none;
}

.getinquire {
	width: 50%;
	height: auto;
	background-color: #fff;
	left: 50%;
	margin-left: -25%;
	margin-top: 10%;
	position: absolute;
	z-index: 100;
	padding: 54px;
	border-radius: 10px;
}

.getinquire h2 {
	font-size: 26px;
	font-family: GOTHAM-BLACK;
	font-weight: normal;
	text-transform: uppercase;
}

.close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}

.close img {
	width: 100%;
}

.proinfo_form form {
	margin-top: 25px;
}

.proinfo_form input, .proinfo_form textarea {
	color: #111;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	line-height: 28px;
	float: left;
	background: #f4f4f4;
	border: none;
	resize: none;
	border-radius: 8px;
	padding: 12px 14px 12px 20px;
	font-family: segoeui_0;
	font-size: 18px;
}

.proinfo_form select {
	width: 100%;
	height: 52px;
	padding: 12px 14px 12px 20px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	background: #f4f4f4;
	border-radius: 8px;
	font-family: segoeui_0;
	font-size: 18px;
}

.proinfo_form textarea {
	height: 200px;
}

.proinfo_form ul {
	overflow: hidden;
}

.proinfo_form ul li {
	width: 49%;
	float: left;
	margin-bottom: 20px;
	position: relative;
}

.proinfo_form ul li font {
	position: absolute;
	top: 16px;
	left: 10px;
	color: #f00b0b;
}

.proinfo_form ul li:last-child {
	width: 100%;
}

.proinfo_form ul li input {
	width: 100%;
}

.proinfo_form form input::-webkit-input-placeholder, .proinfo_form form textarea::-webkit-input-placeholder {
	color: #888;
}

.proinfo_form form input:-moz-placeholder, .proinfo_form form textarea:-moz-placeholder {
	color: #888;
}

.proinfo_form ul li:nth-child(even) {
	margin-left: 2%;
}

.proinfo_form ul li textarea {
	width: 100%;
	float: none;
}

.proinfo_form button {
	border: none;
	cursor: pointer;
	margin-top: 5px;
	background: #005ca7;
	color: #fff;
	width: 250px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	clear: both;
	transition: all .3s;
	font-family: SEGUISB_1;
	border-radius: 3px;
}

.proinfo_form button:hover {
	opacity: .8;
}

@media screen and (max-width: 1600px) {
	.show_socanav {
		margin-top: 42px;
	}
	
	.p_inpt {
		margin-top: 30px;
	}
	
	.home_boxtit {
		font-size: 40px;
	}
	
	.subbanner .warper h1 {
		font-size: 48px;
	}
	
	.getinquire {
		padding: 30px;
		margin-top: 6%;
	}
}

@media screen and (max-width: 1440px) {
	.warper {
		width: 90%;
	}
	
	.backToTop {
		width: 50px;
		height: 50px;
		right: 0;
	}
	
	.s_ul {
		margin-right: 7%;
	}
	
	.pop_nav li {
		font-size: 25px;
		margin-bottom: 24px;
	}
	
	#banner_home:before {
		height: 52px;
		bottom: -52px;
	}
	
	#banner_home .owl-theme .owl-controls {
		bottom: -44px;
	}
	
	.s_ul ul li {
		margin-bottom: 18px;
	}
	
	.in_we {
		padding: 85px 0 40px 0;
	}
	
	.in_weul li p {
		margin-top: 12px;
	}
	
	.in_casetext p {
		font-size: 20px;
	}
	
	.in_solutext p {
		margin-top: 10px;
	}
	
	.in_solu, .in_news, .in_get {
		padding: 50px 0;
	}
	
	.big_news {
		margin-top: 16px;
	}
	
	.in_getbox {
		margin-top: 10px;
	}
	
	footer {
		padding-top: 45px;
	}
	
	.f_nav h4 {
		margin-bottom: 28px;
		font-size: 28px;
	}
	
	.f_nav .f_item1 {
		width: 40%;
	}
	
	.f_nav .f_item2 {
		width: 58%;
	}
	
	.subbanner .warper {
		margin-left: -45%;
	}
	
	.subbanner .warper h1 {
		font-size: 38px;
	}
	
	.subbanner .warper span {
		font-size: 18px;
	}
	
	.paddt90 {
		padding-top: 45px;
	}
	
	.ab_comtext {
		padding: 80px 40px 40px 40px;
	}
	
	.ab_nrtext {
		margin-top: 16px;
	}
	
	.ab_chatet {
		margin-top: 10px;
	}
	
	.ab_nrtext p:last-child {
		margin-bottom: 0;
	}
	
	.ab_cer {
		padding: 50px 0;
	}
	
	.ab_cerswiper {
		margin-top: 12px;
	}
	
	nav {
		margin-right: 440px;
	}
	
	.solulist {
		margin-top: 30px;
	}
	
	.solulist li {
		margin-bottom: 30px;
	}
	
	.in_slushow span {
		margin-top: 12px;
	}
	
	.equ_list {
		margin-top: 28px;
	}
	
	.equ_list li {
		margin-bottom: 22px;
	}
	
	.equ_box {
		padding-bottom: 45px;
	}
	
	.f_con li p {
		margin-bottom: 5px;
	}
	
	.f_con li {
		margin-bottom: 24px;
	}
	
	.f_navli li {
		margin-bottom: 14px;
	}
	
	footer .copyright {
		margin-top: 42px;
		padding: 12px 0;
	}
	
	.case_box {
		padding: 32px 0 65px 0;
	}
	
	.case_list li {
		margin-bottom: 30px;
	}
	
	.case_text {
		padding: 82% 30px 0 30px;
	}
	
	.equ_imgtext, .solu_spic {
		margin-top: 25px;
	}
	
	.equipment_show {
		padding-bottom: 50px;
	}
	
	.equ_prolist {
		padding: 50px 0;
	}
	
	.pro_text {
		padding: 15% 8% 0 8%;
	}
	
	.equ_prolist ul li {
		margin-bottom: 24px;
		margin-right: 1%;
		width: 24.2%;
	}
	
	.pro_gdbox .prorcon {
		padding: 20px 0 0 0;
	}
	
	.del_item h3 {
		margin-bottom: 18px;
		font-size: 25px;
	}
	
	.pro_video, .pro_fea {
		padding: 30px 0;
	}
	
	.pro_swiper {
		padding: 30px 0 60px 0;
	}
	
	.new_text em {
		margin-top: 26px;
	}
	
	.new_text {
		padding: 25px 25px 50px 25px;
	}
	
	.news_list li {
		margin-bottom: 25px;
	}
	
	.digg4 {
		margin-top: 20px;
	}
	
	.con_war li {
		width: 48%;
	}
	
	.con_box {
		padding-bottom: 40px;
	}
	
	.con_wirem:hover .con_btn span {
		font-size: 22px;
	}
	
	.solu_nitem p {
		font-size: 18px;
	}
	
	.solu_delswiper {
		margin-top: 30px;
	}
	
	.solu_delpicswiper .item {
		margin: 0 10px;
	}
	
	.ab_nrtext p {
		margin-bottom: 12px;
	}
	
	.solu_delpicswiper .owl-controls .owl-buttons .owl-prev {
		left: 10px;
	}
	
	.solu_delpicswiper .owl-controls .owl-buttons .owl-next {
		right: 10px;
	}
	
	.solu_spic li {
		margin-right: 1%;
		width: 24.2%;
	}
	
	.solu_textpic {
		padding: 32px 0;
	}
	
	.so_dd li {
		margin-bottom: 8px;
	}
	
	.solu_dlpic {
		padding: 0 0 50px 0;
	}
	
	.ab_introtit {
		margin-bottom: 10px;
	}
	
	.solu_delpicswiper {
		margin-top: 25px;
	}
	
	.solu_intro {
		padding: 36px 0 60px 0;
	}
	
	.introbox {
		margin-top: 15px;
	}
	
	.in_trotext {
		padding: 6px 20px;
		font-size: 17px;
	}
}

@media screen and (max-width: 1366px) {
	.s_ul {
		margin-right: 5%;
	}
	
	.p_inpt input {
		height: 50px;
		line-height: 50px;
	}
	
	.p_inpt button {
		height: 50px;
	}
	
	.proinfo_form ul li {
		margin-bottom: 12px;
	}
	
	.getinquire h2 {
		font-size: 22px;
	}
	
	.getinquire {
		padding: 20px 25px 30px 25px;
	}
	
	.proinfo_form form {
		margin-top: 13px;
	}
	
	.proinfo_form textarea {
		height: 130px;
	}
	
	.proinfo_form input, .proinfo_form textarea {
		line-height: 24px;
	}
	
	nav li {
		margin: 0 15px;
	}
	
	.in_weul {
		margin-top: 30px;
	}
	
	.in_solutext {
		padding: 44px 0px 0 0;
	}
	
	.in_getbox .rcon h5 {
		margin-bottom: 20px;
	}
	
	.home_boxtit {
		font-size: 35px;
	}
	
	.b_newstext {
		padding: 25px 50px;
	}
	
	.ab_train .rcon {
		padding: 40px 0 40px 40px;
	}
	
	.ab_train .lcon {
		padding: 40px 25px 0 0;
	}
	
	.ab_train .lcon .ab_nrtext {
		margin-top: 12px;
	}
	
	.ab_cerswiper .item {
		margin: 0 5px;
	}
	
	.subbanner .warper h1 {
		font-size: 35px;
	}
	
	.paddt90 {
		padding-top: 30px;
	}
	
	.solulist li {
		margin-bottom: 25px;
	}
	
	.ab_introtit {
		font-size: 24px;
	}
	
	.in_slushow span {
		font-size: 16px;
	}
	
	.in_slushow {
		padding: 20% 6% 0 6%;
	}
}

@media screen and (max-width: 1280px) {
	header:before {
		width: 34%;
	}
	
	nav {
		margin-right: 370px;
	}
	
	.show_socanav .lcon {
		width: 62%;
	}
	
	.show_war:before {
		width: 40%;
	}
	
	.s_ul h3 {
		margin-bottom: 20px;
		font-size: 24px;
	}
	
	.pop_nav li {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.s_ul ul li {
		margin-bottom: 12px;
	}
	
	.p_inpt {
		margin-top: 20px;
	}
	
	.con_war li {
		width: 49%;
		margin-bottom: 22px;
	}
	
	#banner_home {
		padding-left: 30px;
	}
	
	.in_solutext {
		padding: 25px 0px 0 0;
	}
	
	.in_slushow {
		padding: 20% 6% 0 6%;
	}
	
	.in_solu, .in_news, .in_get {
		padding: 35px 0;
	}
	
	.in_solu {
		padding-bottom: 10px;
	}
	
	.in_getbox .rcon {
		padding-left: 10px;
	}
	
	.in_getbox .lcon {
		padding-right: 10px;
	}
	
	.in_getbox p {
		line-height: 26px;
	}
	
	.in_getbox .rcon h5 {
		margin-bottom: 8px;
	}
	
	.ab_comtext p {
		margin-bottom: 14px;
	}
	
	.ab_chair {
		padding: 30px 0;
	}
	
	.ab_chpic {
		margin-top: 20px;
	}
	
	.head_rcon {
		width: 338px;
	}
	
	.ab_train .rcon {
		padding: 30px 0 30px 30px;
	}
	
	.long {
		margin-top: 22px;
		font-size: 20px;
	}
	
	.ab_cer {
		padding: 35px 0;
	}
	
	.ab_nrtext {
		margin-top: 10px;
	}
	
	footer {
		padding-top: 38px;
	}
	
	.f_nav h4 {
		margin-bottom: 18px;
		font-size: 25px;
	}
	
	.f_nav .f_item1 {
		width: 35%;
	}
	
	.f_nav .f_item2 {
		width: 65%;
	}
	
	.solulist {
		margin-top: 20px;
	}
	
	.solu_delswiper {
		margin-top: 20px;
	}
	
	.soludelitxt span {
		margin-top: 8px;
	}
	
	.soludelitxt {
		padding: 30px;
	}
	
	.introbox li {
		width: 19.6%;
		margin-bottom: 10px;
		display: inline-block;
		float: none;
	}
	
	.introbox {
		text-align: center;
		margin-top: 25px;
	}
	
	.solu_intro {
		padding: 36px 0 40px 0;
	}
	
	.equ_tit {
		font-size: 26px;
	}
	
	.equ_box .ab_nrtext {
		margin-top: 6px;
	}
	
	.equipment_show .equ_tit {
		margin-bottom: 10px;
	}
	
	.equipment_show {
		padding-bottom: 30px;
	}
	
	.equ_prolist {
		padding: 30px 0;
	}
	
	.equ_prolist ul li {
		margin-bottom: 15px;
	}
	
	.pro_gdbox .prorcon h2 {
		font-size: 28px;
	}
	
	.pro_desc {
		margin-top: 10px;
	}
	
	.p_video .lcon {
		padding-top: 0;
	}
	
	.pro_video, .pro_fea {
		padding: 20px 0;
	}
	
	.news_list {
		margin-top: 28px;
	}
	
	.new_text {
		padding: 20px;
	}
	
	.new_text span {
		margin-top: 7px;
	}
	
	.new_text em {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.warper {
		width: 95%;
	}
	
	#nav .nav-button {
		display: block;
		top: 14px;
	}
	
	header {
		height: 62px;
		background: #111;
	}
	
	nav {
		position: fixed;
		left: 0;
		top: 0;
		display: block;
		bottom: 0;
		width: 250px;
		z-index: 999;
		overflow: auto;
		background: #222;
		transform: translateX(-300px);
		transition: .3s;
	}
	
	nav li {
		float: none;
		padding: 0;
		margin: 0;
	}
	
	nav li > a, .position nav li > a, .page_head nav li > a {
		margin: 0;
		color: #fff;
		line-height: normal;
		font-size: 18px;
		display: block;
		padding: 15px 20px;
		border-bottom: 1px solid #2e2e2e;
		text-align: left;
	}
	
	nav li dl {
		left: 0;
		top: 0;
		width: auto;
		background: #2e2e2e;
		position: inherit;
		opacity: 1;
		display: block;
	}
	
	nav li dd a {
		padding: 10px 20px;
		display: block;
		border-bottom: none;
		color: #fff !important;
	}
	
	.logo img {
		height: 50px;
	}
	
	nav li.on a, nav li:hover a {
		background: #005ca7;
		color: #fff;
	}
	
	nav li:hover dl {
		left: 0;
		opacity: 1;
	}
	
	#banner_home .owl-theme .owl-controls {
		bottom: 8px;
	}
	
	#banner_home .owl-theme .owl-controls .owl-page span {
		width: 12px;
		height: 12px;
	}
	
	nav li dl dd a {
		color: #fff !important;
		white-space: normal;
		font-size: 16px;
	}
	
	nav dl dd:hover div {
		display: none;
	}
	
	#nav .nav-button {
		background: #005ca7;
		right: 0;
	}
	
	nav dl, .position nav dl {
		position: static;
	}
	
	.l_fixed {
		display: none;
	}
	
	.logo {
		top: 8px;
		left: 0;
	}
	
	.h_mesearch {
		display: none;
	}
	
	#banner_home {
		padding-left: 0;
	}
	
	#banner_home .owl-theme .owl-controls {
		bottom: -43px;
	}
	
	.head_rcon {
		top: 15px;
	}
	
	.home_boxtit {
		font-size: 28px;
	}
	
	.in_weul li {
		padding: 0 5px;
	}
	
	.in_we {
		padding: 65px 0 30px 0;
	}
	
	.in_solubox li:first-child {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.in_solutext {
		padding: 0;
	}
	
	.in_solubox li:nth-of-type(4n) {
		margin-right: 0;
	}
	
	.in_solubox li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.in_solubox li {
		margin-bottom: 16px;
	}
	
	.in_slushow {
		padding: 15% 6% 0 6%;
	}
	
	.in_soluitxt {
		padding: 20px 4%;
	}
	
	.in_getbox .lcon {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.in_getbox .rcon {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 12px;
	}
	
	.com_video a {
		padding: 25px;
	}
	
	.subbanner .warper {
		margin-left: -47%;
		top: 82px;
	}
	
	.subbanner .warper h1 {
		font-size: 30px;
	}
	
	.ab_comtext {
		padding: 80px 25px 40px 25px;
	}
	
	.ab_train .lcon {
		padding: 14px 13px 0 0;
	}
	
	.long {
		margin-top: 10px;
	}
	
	.paddt90 {
		padding-top: 20px;
	}
	
	.solulist li .in_soluitxt p {
		font-size: 22px;
	}
	
	.pro_text {
		display: none;
	}
	
	.del_item h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.case_text span {
		margin-top: 15px;
	}
	
	.case_text {
		padding: 75% 20px 0 20px;
	}
	
	.case_box {
		padding: 20px 0 50px 0;
	}
	
	.infocon h2 {
		font-size: 26px;
	}
	
	.infocon .other {
		margin-top: 25px;
	}
	
	.b_newstext {
		padding: 10px;
	}
}

@media screen and (max-width: 768px) {
	#banner_home:before {
		width: 55%;
	}
	
	#banner_home .owl-theme .owl-controls {
		right: 10%;
	}
	
	.home_boxtit {
		font-size: 24px;
	}
	
	.in_weul {
		margin-top: 15px;
	}
	
	.in_weul li img {
		height: 40px;
	}
	
	.in_we {
		padding: 65px 0 20px 0;
	}
	
	.in_solu, .in_news, .in_get {
		padding: 20px 0;
	}
	
	.in_slushow {
		display: none;
	}
	
	.in_soluitxt p {
		margin-bottom: 3px;
	}
	
	.b_ntit p {
		font-size: 18px;
	}
	
	.b_ntit {
		padding-bottom: 8px;
	}
	
	.f_nav .f_item1 {
		display: none;
	}
	
	.f_nav .f_item2 {
		width: 100%;
	}
	
	.ab_comtext {
		padding: 80px 15px 20px 15px;
	}
	
	.ab_comtext span {
		font-size: 16px;
		line-height: 23px;
	}
	
	.ab_comtext p {
		font-size: 22px;
		margin-bottom: 5px;
	}
	
	.ab_chpic li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.ab_train .lcon {
		width: 100%;
		float: none;
	}
	
	.ab_train .rcon {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 10px;
	}
	
	.ab_train:before {
		display: none;
	}
	
	.ab_cer {
		padding-top: 15px;
	}
	
	.ab_chair {
		padding: 22px 0;
	}
	
	.ab_tit {
		font-size: 22px;
	}
	
	.solulist li, .solulist li:nth-of-type(3), .solulist li:nth-of-type(4), .solulist li:nth-of-type(5) {
		width: 49%;
		margin-right: 2%;
	}
	
	.solulist li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.solulist li {
		margin-bottom: 15px;
	}
	
	.solu_nav li {
		width: 32.3%;
		margin-bottom: 10px;
	}
	
	.solu_delswiper {
		margin-top: 10px;
	}
	
	.solu_delpicswiper .item {
		margin: 0 5px;
	}
	
	.solu_textpic {
		padding: 22px 0;
	}
	
	.solu_textpic .lcon {
		width: 100%;
		padding: 0;
		float: none;
	}
	
	.solu_textpic .rcon {
		width: 100%;
		float: none;
		margin-top: 12px;
		padding-left: 0;
	}
	
	.solu_dlpic .lcon {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	.so_dltext li {
		margin-bottom: 4px;
	}
	
	.solu_dlpic .rcon {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 12px;
	}
	
	.introbox {
		margin-top: 12px;
	}
	
	.solu_intro {
		padding: 20px 0 30px 0;
	}
	
	.introbox li {
		width: 27.6%;
	}
	
	.equ_list {
		margin-top: 18px;
	}
	
	.equ_box {
		padding-bottom: 10px;
	}
	
	.pro_gdbox .prolcon {
		width: 100%;
		float: none;
	}
	
	.pro_gdbox .prorcon {
		width: 100%;
		float: none;
	}
	
	.pro_gdbox .prorcon h2 {
		font-size: 24px;
	}
	
	.pro_pdf {
		margin-top: 10px;
	}
	
	.pro_desc {
		height: auto;
	}
	
	.product_desc {
		padding: 15px 0;
	}
	
	.p_video .lcon {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	.p_video .rcon {
		width: 100%;
		float: none;
		margin-top: 12px;
	}
	
	.pro_fea .solu_spic {
		margin-top: 15px;
	}
	
	.rel_swiper .owl-controls .owl-buttons .owl-prev {
		left: -22px;
	}
	
	.rel_swiper .owl-controls .owl-buttons .owl-next {
		right: -22px;
	}
	
	.rel_swiper .item {
		margin: 0 5px;
	}
	
	.case_text {
		padding: 61% 15px 0 15px;
	}
	
	.case_text p {
		font-size: 18px;
		line-height: 26px;
		height: 52px;
	}
	
	.case_list li {
		margin-bottom: 14px;
	}
	
	.news_box {
		padding-bottom: 50px;
	}
	
	.new_text p {
		font-size: 20px;
	}
	
	.getinquire {
		width: 90%;
		margin-left: -45%;
	}
}

@media screen and (max-width: 640px) {
	.in_weul li {
		width: 50%;
		margin-bottom: 15px;
		float: left;
		display: inline-block;
		vertical-align: top;
	}
	
	.in_weul li:hover {
		margin-top: 0;
	}
	
	body {
		font-size: 16px;
	}
	
	.in_solubox li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.b_newstext {
		width: 80%;
		bottom: 0;
		padding: 20px 4%;
	}
	
	.b_newstext span {
		margin-top: 10px;
	}
	
	/*.b_ntit p{ line-height: 24px; height: 48px; }*/
	.in_getbox p, .ab_nrtext p, .ab_chatet p {
		line-height: 22px;
	}
	
	.subbanner .warper {
		top: auto;
		bottom: 15px;
	}
	
	.subbanner .warper h1 {
		font-size: 24px;
	}
	
	.ab_comtext p {
		font-size: 20px;
	}
	
	.solu_text p {
		line-height: 22px;
	}
	
	.soluwar {
		padding-bottom: 20px;
	}
	
	.solu_nitem {
		padding: 20px 0;
	}
	
	.soludelitxt {
		padding: 20px;
	}
	
	.equ_list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 13px;
	}
	
	.equ_list li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.equ_list li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.equ_imgtext li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.equ_imgtext {
		margin-top: 15px;
	}
	
	.solu_spic {
		margin-top: 0;
	}
	
	.equ_prolist {
		padding: 25px 0;
	}
	
	.equ_prolist ul li, .case_list li, .news_list li {
		width: 49%;
	}
	
	.equ_prolist ul li:nth-of-type(4n) {
		margin-right: 2%;
	}
	
	.case_list li:nth-of-type(3n), .news_list li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.equ_prolist ul li:nth-of-type(even), .news_list li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.case_list li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.del_item h3 {
		font-size: 22px;
	}
	
	.infocon h2 {
		font-size: 24px;
	}
	
	.news_list li {
		margin-bottom: 16px;
	}
	
	.new_text p {
		font-size: 18px;
		line-height: 24px;
		height: 48px;
	}
	
	.new_text span {
		line-height: 22px;
		height: 66px;
	}
	
	.new_text {
		padding: 15px;
	}
	
	.con_war li {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	
	.con_war li:nth-of-type(even) {
		float: none;
	}
}

@media screen and (max-width:480px) {
	#banner_home:before {
		width: 100%;
	}
	
	.in_we .home_boxtit {
		text-align: center;
	}
	
	.in_solutext p {
		line-height: 22px;
	}
	
	.in_solubox li {
		margin-bottom: 10px;
	}
	
	.in_getbox .rcon h5 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.f_con li {
		width: 100%;
		float: none;
	}
	
	footer {
		padding-top: 22px;
	}
	
	footer .copyright {
		margin-top: 22px;
	}
	
	footer {
		margin-bottom: 60px;
	}
	
	.footmenu {
		display: block;
	}
	
	.footmenu div.con {
		background: #005ca7;
	}
	
	.backToTop {
		width: 45px;
		height: 45px;
	}
	
	.home_boxtit, .f_nav h4 {
		font-size: 22px;
	}
	
	.big_news {
		margin-top: 10px;
	}
	
	.subbanner .warper h1 {
		font-size: 17px;
	}
	
	.subbanner .warper span {
		font-size: 15px;
	}
	
	.paddt90 {
		padding-top: 12px;
	}
	
	.solulist {
		margin-top: 14px;
	}
	
	.solulist li {
		margin-bottom: 10px;
	}
	
	.ab_comtext {
		position: static;
		padding: 20px 15px;
	}
	
	.solulist li, .solulist li:nth-of-type(3), .solulist li:nth-of-type(4), .solulist li:nth-of-type(5) {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.solu_nitem img {
		height: 30px;
	}
	
	.soludelitxt p {
		font-size: 20px;
	}
	
	.soludelitxt span {
		line-height: 22px;
		height: 44px;
	}
	
	.solu_spic li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	
	.solu_spic li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.solu_textpic {
		padding-top: 10px;
	}
	
	.solu_spic {
		margin-top: 10px;
	}
	
	.solu_dlpic {
		padding-bottom: 30px;
	}
	
	.ab_introtit {
		font-size: 20px;
	}
	
	.introbox li {
		width: 45.6%;
	}
	
	.pro_gdbox .prorcon h2 {
		font-size: 22px;
	}
	
	.pro_desc p {
		line-height: 22px;
	}
	
	.pro_table table tr td {
		font-size: 16px;
	}
	
	.pro_table table {
		border-top: 1px solid #251b19;
		border-left: 1px solid #251b19;
	}
	
	.pro_table table tr td {
		border-bottom: 1px solid #251b19;
		border-right: 1px solid #251b19;
	}
	
	.del_item h3 {
		font-size: 19px;
	}
	
	.pro_video, .pro_fea {
		padding: 10px 0;
	}
	
	.case_nav li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 8px;
	}
	
	.case_nav li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.case_box {
		padding: 8px 0 30px 0;
	}
	
	.infocon h2 {
		font-size: 22px;
	}
	
	.infocon p {
		line-height: 22px;
	}
	
	.infocon .solu_spic {
		margin: 10px 0;
	}
	
	.news_list {
		margin-top: 15px;
	}
	
	.news_box {
		padding-bottom: 30px;
	}
	
	.proinfo_form ul li {
		width: 100%;
		float: none;
	}
	
	.proinfo_form ul li:nth-child(even) {
		margin-left: 0;
	}
	
	.proinfo_form input, .proinfo_form textarea {
		float: none;
	}
	
	.getinquire h2 {
		font-size: 20px;
	}
	
	.getinquire {
		height: 550px;
		overflow-y: auto;
	}
}

@media screen and (max-width:414px) {
	.com_video a {
		padding: 15px;
	}
	
	.ab_tit {
		font-size: 20px;
	}
}
