
@charset "utf-8";

body {
	font-family: segoeui_0, 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;
	max-width: 100%;
}

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

a:hover {
	cursor: pointer;
	color: #fea322;
}

a:focus {
	outline: none;
}

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

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

* {
	box-sizing: border-box;
}

.l_fixed {
	position: fixed;
	top: 30%;
	left: 0;
	z-index: 666;
}

.l_fixed li {
	position: relative;
	width: 40px;
	margin-bottom: 1px;
	transition: all .3s;
}

.l_fixed li a {
	height: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	background: #0098f8;
	color: #fff;
	display: block;
}

.l_fixed li a i {
	font-size: 20px;
	display: inline-block;
}

.l_fixed li a span {
	display: block;
	position: absolute;
	top: 0;
	line-height: 40px;
	padding: 0 10px;
	background: #0098f8;
	left: -999px;
	width: 0;
	font-size: 16px;
	transition: all .5s;
}

.l_fixed li:nth-of-type(2) a {
	background: #ffc627;
}

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

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

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

.l_fixed li:nth-of-type(6) a {
	background: #d20000;
}

.l_fixed li:nth-of-type(2) a span {
	background: #ffc627;
}

.l_fixed li:hover a span {
	width: 200px;
	left: 40px;
}

.l_fixed li:hover {
	opacity: .9;
}

.l_fixed li:last-child {
	width: 55px;
}

.l_fixed li:last-child a {
	height: 55px;
	line-height: 55px;
}

.l_fixed li:last-child a i {
	font-size: 30px;
}

.zhanhui {
	z-index: 2147483647;
	left: 0px;
	top: 360px;
	position: fixed !important;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

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

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

.owl-height {
	-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 {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://www.xrido.com/wp-content/themes/xinruide/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background-image: none !important;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

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: #f4f4f4;
	overflow: hidden;
}

.warper {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.backToTop {
	width: 45px;
	height: 45px;
	z-index: 666;
	border-radius: 8px;
	background: #fea322 url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/icon_top.png") no-repeat center;
	cursor: pointer;
	position: fixed;
	right: 3%;
	text-indent: 9999px;
	bottom: 150px;
	color: #fff;
	transition: all .3s;
}

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

.backToTop:hover {
	opacity: .9;
}

.media {
	margin-top: 25px;
}

.media a {
	color: #fff;
	margin: 0px 5px;
	font-size: 20px;
	display: inline-block;
}

.media a:first-child:hover {
	color: #3a82d3;
}

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

.media a:nth-of-type(3):hover {
	color: #30afeb;
}

.media a:nth-of-type(2):hover {
	color: #0085b2;
}

header {
	width: 100%;
	height: 100px;
	background: #fff;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}

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

.icon-rili:before {
	content: "";
}

.icon-baojia:before {
	content: "";
}

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

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

.icon-tuandui:before {
	content: "";
}

.icon-huanbao:before {
	content: "";
}

.icon-shouhou:before {
	content: "";
}

.icon-jishuhao:before {
	content: "";
}

.icon-liuyan:before {
	content: "";
}

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

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

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

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

.icon-facebook: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-skype:before {
	content: "";
}

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

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

.icon-zhuye1:before {
	content: "";
}

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

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

.icon-shouji:before {
	content: "";
}

.icon-zu14010:before {
	content: "";
}

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

#nav .warper {
	position: relative;
}

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

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

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

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

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

#nav .nav-button {
	width: 35px;
	height: 35px;
	z-index: 5;
	border-radius: 3px;
	background: #e10103;
	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;
}

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

.head_rcon {
	position: absolute;
	right: 0;
	top: 27px;
	width: 220px;
}

nav {
	float: right;
	margin-right: 230px;
}

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

nav li>a {
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	font-family: SEGUISB_1;
	line-height: 100px;
	display: block;
	text-align: center;
}

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

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

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

nav dl {
	transition: opacity 1s ease;
	border-top: 4px solid #0098f8;
	position: absolute;
	display: none;
	background: #ebebec;
	width: auto;
	top: 96px;
	left: 0;
	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: 15px 22px;
	text-align: left;
	white-space: nowrap;
	font-family: SEGUISB_1;
}

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

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

.search-button {
	margin-top: 4px;
	cursor: pointer;
	width: 35px;
	text-align: center;
	float: left;
	position: relative;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
}

.search-button i {
	color: #333;
	font-size: 25px;
}

.searchform {
	overflow: hidden;
	background: #0098f8;
	position: absolute;
	right: 0;
	height: 0;
	z-index: 88;
	top: 60px;
	width: 240px;
	transition: all .3s;
}

.searchform i {
	font-size: 24px;
	color: #fff !important;
}

.searchform input {
	width: 190px;
	background: #0098f8;
	color: #fff;
	line-height: 51px;
	padding-left: 10px;
	float: left;
}

.searchform button {
	width: 54px;
	line-height: 51px;
	background: #0098f8;
	border: 0;
	color: #fff;
	text-align: center;
	outline: none;
	cursor: pointer;
	transition: all .5s;
	position: absolute;
	right: 0;
	top: 0;
}

.searchform input::-webkit-input-placeholder {
	color: #fff;
}

.searchform input:-moz-placeholder {
	color: #fff;
}

.h_get {
	padding: 7px 20px;
	border-radius: 5px;
	float: right;
	background: #0098f8;
	color: #fff;
	font-size: 16px;
}

.h_get:hover {
	opacity: .65;
	color: #fff;
}

.h_get i {
	font-size: 20px;
	margin-right: 5px;
}

.h_get * {
	vertical-align: middle;
}

footer {
	position: relative;
}

footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/f_bg.png") no-repeat;
	background-size: cover;
}

.f_xlus {
	width: 460px;
	padding: 62px 40px 30px 52px;
	color: #fff;
}

.f_xlus li {
	margin-bottom: 60px;
}

.f_xlus li p {
	font-style: italic;
	margin-bottom: 15px;
	font-size: 24px;
	font-family: SEGUISB_1;
	text-transform: uppercase;
}

.f_xlus li p i {
	font-size: 32px;
}

.f_xlus li a {
	color: #fff;
}

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

.f_info {
	position: absolute;
	top: -107px;
	right: 0;
	width: 62%;
	background: #0098f8;
	padding: 48px 255px 38px 70px;
}

.f_info h4 {
	color: #fff;
	font-size: 32px;
	line-height: 42px;
	font-family: segoeuib_0;
	width: 76%;
}

.quiry_info {
	margin-top: 20px;
	overflow: hidden;
}

.quiry_info li {
	float: left;
	width: 49.5%;
	margin-bottom: 16px;
	position: relative;
}

.quiry_info li:nth-of-type(2) {
	float: right;
}

.quiry_info li:nth-of-type(3) {
	width: 100%;
}

.quiry_info li font {
	position: absolute;
	color: red;
	top: 15px;
	left: 8px;
}

.quiry_info input, .quiry_info textarea {
	width: 100%;
	color: #fff;
	font-family: segoeui_0;
	background: #1aa3f9;
	border: 1px solid #3cb0fa;
	border-radius: 0;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	padding: 8px 18px;
}

.quiry_info input::-webkit-input-placeholder, .quiry_info textarea::-webkit-input-placeholder {
	color: #b3d9fc;
}

.quiry_info input:-moz-placeholder, .quiry_info textarea:-moz-placeholder {
	color: #b3d9fc;
}

.quiry_info button {
	display: inline-block;
	box-shadow: 0 1px 10px 0 rgba(254, 163, 34, .8);
	padding: 9px 38px;
	border-radius: 30px;
	margin-top: 10px;
	background: #fea322;
	font-family: segoeui_0;
	cursor: pointer;
	color: #fff;
	border: none;
	font-style: italic;
	font-size: 18px;
}

.quiry_info button:hover {
	opacity: .9;
}

.inquiry .quiry_info {
	position: relative;
}

.inquiry .quiry_info li {
	width: 49.5%;
	float: none;
	margin-bottom: 10px;
}

.inquiry .quiry_info li:nth-of-type(5) {
	position: absolute;
	top: 0;
	right: 0;
}

.inquiry .quiry_info li textarea {
	height: 189px;
}

.f_media {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 66%;
	padding: 42px 0 40px 62px;
}

.media a {
	color: #fff;
	margin: 0px 10px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 42px;
	background: #3a82d3;
	font-size: 18px;
	display: inline-block;
}

.media a:first-child {
	background: #3a82d3;
}

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

.media a:nth-of-type(3) {
	background: #30afeb;
}

.media a:nth-of-type(2) {
	background: #0085b2;
}

.media a:hover {
	opacity: .85;
	color: #fff !important;
}

.cord_pic {
	position: absolute;
	top: 52px;
	left: 314px;
	width: 108px;
}

.cord_pic img {
	width: 100%;
}

.copyright {
	font-size: 18px;
	margin-top: 32px;
	font-style: italic;
	clear: both;
	color: rgba(255, 255, 255, .4);
}

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

#banner_home {
	position: relative;
	margin-top: 100px;
}

#banner_home .owl-theme .owl-dots .owl-dot span {
	width: 30px;
	border-radius: 0;
	height: 6px;
	opacity: 1;
	background: rgba(255, 255, 255, .3);
}

#banner_home .owl-theme .owl-controls {
	position: absolute;
	bottom: 35px;
	left: 250px;
}

#banner_home .owl-theme .owl-dots .owl-dot.active span {
	background: #fea322;
}

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

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

.cl {
	clear: both;
}

/*版块标题*/
.position {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
}

.home_boxtit {
	text-align: center;
	position: relative;
	transform-style: preserve-3d;
}

.home_boxtit h3 {
	position: absolute;
	top: -5px;
	z-index: -1;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	font-family: News706BT;
	text-shadow: 0 10px 5px rgba(0, 0, 0, .1);
}

.h_tit {
	line-height: 1;
	width: 100%;
	text-align: center;
}

.h_tit span {
	color: #c9151e;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-family: SO-LIGHT-2;
}

.h_tit p {
	font-size: 30px;
	font-family: SO-LIGHT-2;
	color: #072c51;
}

/*首页*/
.in_pro {
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/in_probg.png") bottom center no-repeat #f4f4f4;
	padding: 0 0 120px 0;
}

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

.in_prowar {
	width: 100%;
	overflow: hidden;
	display: none;
	transition: all .5s;
}

.in_prowar.on {
	display: block;
}

.in_prowar .in_plcon {
	width: 50%;
	padding-top: 132px;
	float: left;
	padding-right: 10px;
	position: relative;
	transform-style: preserve-3d;
}

.in_prowar .in_plcon:before {
	position: absolute;
	top: 68px;
	left: 0;
	font-weight: bold;
	width: 590px;
	height: 79px;
	z-index: -1;
	content: "";
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/i_ptxt.png") no-repeat;
	background-size: cover;
	font-size: 110px;
	color: rgba(255, 255, 255, .8);
	font-family: SEGUISB_1;
}

.in_prowar .in_prcon {
	width: 50%;
	padding-top: 230px;
	float: right;
	padding-left: 10px;
}

.in_ppic {
	padding-right: 92px;
}

.in_ppic img {
	width: 100%;
}

.in_pbot {
	margin-top: 85px;
}

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

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

.in_pul li:nth-of-type(even) {
	margin-right: 0;
}

.in_pliitem {
	background: #fff;
}

.in_ptext {
	padding: 28px 25px 42px 25px;
	position: relative;
}

.in_ptext h4 {
	font-size: 20px;
	font-family: SEGUISB_1;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}

.i_ptxt {
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin-top: 22px;
	overflow: hidden;
	height: 118px;
}

.i_ptxt p {
	font-size: 14px;
	line-height: 24px;
	color: #888;
	height: 118px;
	overflow: hidden;
}

.i_ptxt p span {
	color: #222;
}

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

.in_pnav {
	width: 50%;
	overflow: hidden;
	position: absolute;
	top: 135px;
	right: 0;
	z-index: 55;
}

.in_pnav li {
	width: 50%;
	float: left;
	min-height: 86px;
	display: flex;
	align-items: center;
	padding-left: 126px;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}

.in_pnav li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 126px;
	height: 86px;
}

.in_pnav li.on a {
	color: #fea322;
}

.in_prowar .in_prcon .in_pbot {
	margin-top: 48px;
}

.in_pdesc {
	margin-top: 42px;
	padding-left: 36px;
}

.in_pdesc em {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 42px;
	font-family: segoeuib_0;
}

.in_pdesc a {
	display: inline-block;
	box-shadow: 0 1px 10px 0 rgba(254, 163, 34, .5);
	padding: 9px 38px;
	border-radius: 30px;
	margin-top: 40px;
	background: #fea322;
	color: #fff;
	font-style: italic;
}

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

.in_solu {
	padding: 145px 0 100px 0;
	position: relative;
	transform-style: preserve-3d;
}

.in_solu:before {
	position: absolute;
	top: 68px;
	right: 0;
	font-weight: bold;
	width: 558px;
	height: 79px;
	z-index: -1;
	content: "";
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/solution.png") no-repeat;
	background-size: cover;
}

.in_soluswiper .item {
	margin: 0 14px;
}

.in_solutext {
	padding: 30px 32px 50px 32px;
	background: #fff;
}

.in_solutext h4 {
	font-size: 26px;
	font-family: segoeuib_0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.in_solupp {
	margin-top: 18px;
	height: 56px;
	overflow: hidden;
}

.in_solupp p {
	line-height: 28px;
	white-space: nowrap;
	color: #888;
}

.in_solupp p span {
	color: #222;
}

.in_soluitem:hover .in_solutext {
	background: #0098f8;
	color: #fff;
}

.in_soluitem i {
	display: inline-block;
	box-shadow: 0 1px 10px 0 rgba(254, 163, 34, .5);
	padding: 9px 52px;
	border-radius: 30px;
	margin-top: 40px;
	background: #fea322;
	color: #fff;
	font-style: italic;
}

.in_soluitem:hover .in_solupp p, .in_soluitem:hover .in_solupp p span {
	color: #fff;
}

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

.in_soluitem .changpic {
	position: relative;
}

.in_soluitem .changpic:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(11, 11, 11, .5);
	transform: scale(1, 0);
	transition: transform 500ms ease;
	z-index: 5;
	transform-origin: top center;
}

.in_soluitem:hover .changpic:before {
	transform: scale(1, 1);
	transform-origin: bottom center;
}

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

.in_soluswiper .owl-theme .owl-controls .owl-nav {
	position: relative;
	border-radius: 0;
}

.in_soluswiper .owl-theme .owl-controls .owl-nav div {
	margin: 0;
	opacity: 1;
	position: absolute;
	border-radius: 0;
	height: 50px;
	width: 50px;
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/arr_right.png") rgba(0, 0, 0, .2) center center no-repeat;
	background-size: 25%;
}

.in_soluswiper .owl-theme .owl-controls .owl-nav div.nitro-lazy {
	background-image: none !important;
}

.in_soluswiper .owl-theme .owl-controls .owl-nav .owl-prev {
	text-indent: -9999em;
	left: 14px;
	transform: rotate(180deg);
}

.in_soluswiper .owl-theme .owl-controls .owl-nav .owl-next {
	text-indent: -9999em;
	right: 14px;
}

.in_soluswiper .owl-theme .owl-controls .owl-nav div:hover {
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/arr_right.png") #fea322 center center no-repeat;
	background-size: 25%;
	opacity: .85;
}

.in_soluswiper .owl-theme .owl-controls .owl-nav div:hover.nitro-lazy {
	background-image: none !important;
}

.in_abbox {
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/in_abbg.png") fixed center no-repeat;
	background-size: cover;
	padding: 95px 0 180px 0;
}

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

.in_abbox h3 {
	font-size: 36px;
	line-height: 46px;
	margin: 0 auto;
	font-family: segoeuib_0;
	color: #fff;
	text-transform: uppercase;
	width: 60%;
	text-align: center;
}

.in_abicon {
	margin-top: 82px;
	overflow: hidden;
}

.in_abicon li {
	float: left;
	width: 25%;
	text-align: center;
}

.in_abicon li i {
	width: 110px;
	transition: all .3s;
	height: 110px;
	line-height: 110px;
	display: inline-block;
	text-align: center;
	border-radius: 110px;
	background: #0098f8;
	color: #fff;
	font-size: 50px;
}

.in_abicon li:hover i {
	background: #fea322;
	transform: rotateY(180deg);
}

.in_abtxt {
	margin-top: 50px;
	text-align: center;
}

.in_abtxt p {
	color: #fff;
	line-height: 28px;
	margin-bottom: 20px;
}

.in_abtxt p:last-child {
	margin-bottom: 0;
}

.in_news {
	padding: 160px 0 230px 0;
	position: relative;
	transform-style: preserve-3d;
}

.in_news:before {
	position: absolute;
	top: 80px;
	left: 0;
	font-weight: bold;
	width: 321px;
	height: 79px;
	z-index: -1;
	content: "";
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/news.png") no-repeat;
	background-size: cover;
}

.in_newslist li {
	width: 50%;
	float: left;
}

.in_newpic {
	width: 421px;
}

.in_newsitem {
	position: relative;
	padding-top: 17px;
	transform-style: preserve-3d;
}

.in_newstxt {
	position: absolute;
	top: 0;
	left: 210px;
	width: 728px;
	z-index: -1;
	background: #f4f4f4;
	padding: 40px 42px 30px 260px;
}

.in_newstxt h4 {
	font-size: 24px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.in_newstxt p {
	margin-top: 16px;
	line-height: 30px;
	color: #888;
	height: 90px;
	overflow: hidden;
}

.in_newstxt:after {
	content: "";
	position: absolute;
	right: -3px;
	transition: all .5s;
	top: 20%;
	width: 6px;
	height: 60%;
	background: #fea322;
}

.in_newslist li:nth-of-type(2) .in_newpic {
	float: right;
}

.in_newslist li:nth-of-type(2) .in_newstxt {
	left: auto;
	right: 210px;
	top: 250px;
	padding: 40px 260px 30px 42px;
}

.in_newslist li:nth-of-type(2) .in_newstxt:after {
	right: auto;
	left: -3px;
}

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

.in_newslist li:hover .in_newstxt:after {
	height: 100%;
	top: 0;
}

.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: #f39800;
}

.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;
}

/*位置*/
.subbanner {
	position: relative;
	margin-top: 100px;
}

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

.sub_pic {
	position: relative;
}

.sub_link {
	width: 100%;
	font-style: italic;
	position: absolute;
	top: 35%;
	color: #fff;
	left: 0;
	text-align: center;
}

.sub_link h1 {
	font-size: 60px;
	font-style: normal;
	text-transform: uppercase;
	font-family: segoeuib_0;
	color: #fff;
}

.sub_link a {
	color: #fff;
}

.sub_link a:hover {
	color: #0098f8;
}

.paddt38 {
	padding-top: 38px;
}

/*关于我们*/
.ab_com {
	padding-bottom: 80px;
	background: #fff;
	padding-top: 38px;
}

.ab_tit {
	font-size: 46px;
	font-family: segoeuib_0;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 35px;
	position: relative;
}

.ab_tit:before {
	content: "";
	width: 323px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -162px;
	height: 72px;
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/XRIDO.png") no-repeat;
}

.ab_txtpic {
	margin-top: 60px;
	overflow: hidden;
}

.ab_txtpic .ab_txlcon {
	width: 50%;
	float: left;
	padding-right: 50px;
}

.ab_txtpic .ab_txrcon {
	width: 50%;
	float: right;
}

.ab_txlcon dl {
	margin-bottom: 35px;
}

.ab_txlcon dl dt {
	font-size: 26px;
	font-family: segoeuib_0;
	line-height: 36px;
	margin-bottom: 20px;
}

.ab_txlcon dl dd {
	line-height: 30px;
	color: #888;
}

.ab_swiper {
	padding-right: 30px;
	padding-bottom: 70px;
	position: relative;
}

.ab_swiper:before {
	content: "";
	width: 480px;
	height: 480px;
	background: #0098f8;
	position: absolute;
	bottom: 0;
	right: 0;
}

.ab_swiper .owl-theme .owl-controls {
	position: absolute;
	bottom: -48px;
	left: 80px;
}

.ab_swiper .owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	background: #e5e5e5;
}

.ab_swiper .owl-theme .owl-dots .owl-dot.active span {
	background: #fea322;
}

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

.ab_fac {
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/ab_facbg.png") fixed center no-repeat;
	padding: 92px 0 195px 0;
	background-size: cover;
}

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

.ab_fac .ab_tit {
	color: #fff;
}

.ab_fac .ab_tit:before {
	display: none;
}

.ab_facvideo {
	width: 60%;
	margin: 0 auto;
	border: 6px solid rgba(255, 255, 255, .6);
}

.ab_facvideo img {
	width: 100%;
}

.ab_faswi .item {
	margin: 0 5px;
}

.ab_facswiper {
	margin-top: -140px;
}

.ab_faswi .owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	background: #dbdbdb;
}

.ab_faswi .owl-theme .owl-dots .owl-dot.active span {
	background: #fea322;
}

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

.ab_cer {
	background: #f4f4f4;
	padding: 50px 0 200px 0;
}

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

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

.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-theme .owl-controls .owl-nav {
	position: relative;
	border-radius: 0;
}

.ab_cerswiper .owl-theme .owl-controls .owl-nav div {
	margin: 0;
	opacity: 1;
	position: absolute;
	border-radius: 0;
	height: 40px;
	width: 40px;
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/arr_right.png") rgba(0, 0, 0, .2) center center no-repeat;
	background-size: 25%;
}

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

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

.ab_cerswiper .owl-theme .owl-controls .owl-nav .owl-next {
	text-indent: -9999em;
	right: -40px;
}

.ab_cerswiper .owl-theme .owl-controls .owl-nav div:hover {
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/arr_right.png") #fea322 center center no-repeat;
	background-size: 25%;
	opacity: .85;
}

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

.ab_cerswiper .item:hover .changpic img {
	transform: scale(1.05);
}

/*solution*/
.solu_listbox {
	padding-bottom: 170px;
}

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

.solu_list li {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 40px;
}

.solu_list li:nth-of-type(even) {
	margin-right: 0;
}

/*solution详情*/
.sou_delban {
	margin-top: 100px;
	position: relative;
}

.sou_delban .warper {
	position: absolute;
	color: #fff;
	top: 0;
	left: 50%;
	margin-left: -700px;
	padding: 245px 40px 0 40px;
	text-align: center;
}

.sou_delban h1 {
	font-size: 36px;
	margin-bottom: 35px;
}

.sou_delban p {
	line-height: 28px;
}

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

.s_lcon {
	width: 586px;
	float: left;
}

.s_rcon {
	margin-left: 586px;
	padding-left: 52px;
}

.soludel_item h3 {
	text-transform: uppercase;
	font-size: 36px;
	font-family: SEGUISB_1;
	padding-bottom: 15px;
	position: relative;
}

.soludel_item h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	height: 4px;
	background: #fea322;
}

.s_pp {
	margin-top: 28px;
}

.s_pp p {
	line-height: 30px;
	color: #888;
}

.solu_videoswiper iframe {
	height: 428px;
	width: 100%;
}

.solu_videoswiper {
	position: relative;
}

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

.solu_videoswiper .owl-theme .owl-controls .owl-nav {
	position: relative;
	border-radius: 0;
}

.solu_videoswiper .owl-theme .owl-controls .owl-nav div {
	margin: 0;
	opacity: 1;
	position: absolute;
	border-radius: 0;
	height: 50px;
	width: 50px;
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/arr_right.png") rgba(0, 0, 0, .5) center center no-repeat;
	background-size: 25%;
}

.solu_videoswiper .owl-theme .owl-controls .owl-nav div.nitro-lazy {
	background-image: none !important;
}

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

.solu_videoswiper .owl-theme .owl-controls .owl-nav .owl-next {
	text-indent: -9999em;
	right: 0;
}

.solu_videoswiper .owl-theme .owl-controls .owl-nav div:hover {
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/arr_right.png") #fea322 center center no-repeat;
	background-size: 25%;
	opacity: .85;
}

.solu_videoswiper .owl-theme .owl-controls .owl-nav div:hover.nitro-lazy {
	background-image: none !important;
}

.soludel_item {
	margin-bottom: 50px;
}

.solu_fea {
	margin-top: 32px;
}

.solu_fea p {
	line-height: 30px;
	color: #888;
}

.solu_fea p span {
	color: #222;
	font-family: SEGUISB_1;
}

.solu_rel {
	background: #f4f4f4;
	padding: 42px 0 150px 0;
}

/*产品列表*/
.pli_war {
	padding-bottom: 165px;
}

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

.p_list li {
	float: left;
	width: 24.2%;
	margin-right: 1%;
	margin-bottom: 50px;
}

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

.pli_itemtit h2 {
	font-size: 34px;
	padding-bottom: 15px;
	font-family: segoeuib_0;
	position: relative;
}

.pli_itemtit h2:after {
	content: "";
	width: 218px;
	height: 4px;
	background: #fea322;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pli_itemtit h2 a {
	position: static;
	border: none;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #333;
	font-style: normal;
}

.pli_itemtit h2 a:hover {
	background: transparent;
	color: #fea322;
	box-shadow: none;
}

.pli_itemtit {
	position: relative;
}

.pli_itemtit a {
	position: absolute;
	right: 0;
	top: 10px;
	display: inline-block;
	border: 1px solid #fea322;
	padding: 9px 38px;
	border-radius: 30px;
	background: #f4f4f4;
	color: #fea322;
	font-style: italic;
}

.pli_itemtit a:hover {
	background: #fea322;
	color: #fff;
	box-shadow: 0 1px 10px 0 rgba(254, 163, 34, .8);
}

.in_ptext i {
	margin-top: 32px;
	display: inline-block;
	border: 1px solid #fea322;
	padding: 6px 38px;
	border-radius: 30px;
	background: #fff;
	color: #fea322;
	font-style: italic;
}

.in_pliitem:hover .in_ptext i {
	box-shadow: 0 1px 10px 0 rgba(254, 163, 34, .8);
	background: #fea322;
	color: #fff;
}

.in_pliitem:hover {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .02);
}

.in_ptext:after {
	width: 0;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #fea322;
	transition: all .5s;
}

.in_pliitem:hover .in_ptext:after {
	width: 100%;
}

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

.p_nav li {
	float: left;
	width: 32.5%;
	margin-right: 1%;
}

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

.p_nav li a {
	display: inline-block;
	width: 100%;
	color: #fff;
	background: #18a1f8;
	padding: 16px 15px;
	text-align: center;
	font-family: SEGUISB_1;
}

.p_nav li:hover a, .p_nav li.on a {
	background: #fdab37;
}

/*分页 结束*/
.digg4 {
	text-align: center;
	font-size: 16px;
	margin-top: 40px;
}

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

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

.digg4 span.disabled {
	font-size: 30px;
	line-height: 22px;
	font-weight: normal;
	color: #333;
}

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

/*产品详情*/
.pro-del-box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 36px;
	background: #fff;
	padding: 22px;
}

.del_lcon {
	width: 645px;
	float: left;
}

.del_rcon {
	margin-left: 645px;
	padding-left: 74px;
	padding-top: 25px;
}

.del_swiper {
	position: relative;
}

.del_swiper .owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background: #0098f8;
}

.del_swiper .owl-theme .owl-dots .owl-dot.active span {
	background: #fea322;
}

.del_swiper .owl-theme .owl-controls {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
}

.del_swiper iframe {
	width: 100%;
	height: 534px;
}

.del_info {}

.del_info h2 {
	font-size: 34px;
}

.del_uldesc {
	margin-top: 30px;
}

.del_uldesc p {
	line-height: 33px;
}

.del_uldesc p span {
	font-weight: bold;
}

.p_pdf {
	margin-top: 18px;
}

.p_pdf a {
	font-family: SEGUISB_1;
}

.p_pdf a i {
	color: #e25055;
	font-size: 25px;
}

.share {
	margin-top: 20px;
}

.pro_lxbtn {
	margin-top: 25px;
}

.pro_lxbtn a {
	background: #fff;
	border: 1px solid #fea322;
	width: 32%;
	border-radius: 35px;
	text-align: center;
	padding: 8px 10px;
	color: #fea322;
	display: inline-block;
}

.pro_lxbtn a i {
	display: inline-block;
	font-weight: normal;
	font-size: 20px;
	margin-right: 5px;
}

.pro_lxbtn a * {
	vertical-align: bottom;
}

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

.pro_lxbtn a:last-child {
	margin-left: 3%;
	background: #fea322;
	color: #fff;
}

.proinfo_nav {
	overflow: hidden;
}

.proinfo_nav.top0 {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 666;
}

.proinfo_nav a {
	position: relative;
	width: 25%;
	background: #0098f8;
	text-transform: uppercase;
	font-family: segoeuib_0;
	color: #fff;
	font-size: 20px;
	padding: 25px 52.8px;
	text-align: center;
	float: left;
	display: block;
}

.proinfo_nav a:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	top: 0;
	right: 0;
}

.proinfo_nav a.on {
	background: #fff;
	color: #0098f8;
}

.del_block {
	background: #fff;
	padding: 50px;
}

.del_item {
	margin-bottom: 98px;
}

.ab_protj {
	margin-top: 65px;
	padding-bottom: 60px;
}

.ab_tjtit {
	padding-left: 12px;
	text-transform: uppercase;
	position: relative;
	font-size: 34px;
	font-family: SEGUISB_1;
}

.ab_tjtit:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 27px;
	background: #fea322;
	top: 10px;
	left: 0;
}

.del_btxt {
	margin-top: 15px;
}

.del_btxt p {
	line-height: 28px;
	color: #888;
}

.ab_hxpic {
	margin-top: 25px;
	overflow: hidden;
}

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

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

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

.del_workbtxt {
	margin-top: 40px;
}

.del_workbtxt h4 {
	font-size: 28px;
	margin-bottom: 15px;
}

.del_workbtxt p {
	line-height: 28px;
	color: #888;
}

.del_workbtxt p span {
	font-weight: bold;
	color: #222;
}

.del_workbtxt ul li {
	min-height: 32px;
	position: relative;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	line-height: 28px;
	color: #888;
}

.del_workbtxt ul li span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 32px;
	background: #fea322;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

.del_shrpic, .del_shrpic2 {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}

.del_shrpic li {
	float: left;
	width: 23.8%;
	margin-right: 1.5%;
}

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

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

.del_shrpic2 li {
	float: left;
	width: 49%;
	margin-right: 1.5%;
}

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

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

.pro_table {
	overflow-x: auto;
	margin-top: 25px;
}

.pro_table table {
	border-top: 1px solid #222;
	background: #fff;
	border-left: 1px solid #222;
	width: 100%;
}

.pro_table table tr td {
	padding: 8px 16px;
	text-align: center;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
}

.pro_table table tr:first-child td {
	font-family: SEGUISB_1;
}

.pro_table table tr:nth-of-type(even) {
	background: #f4f4f4;
}

.pro_table table tr:hover td {
	background: #f6f6f6;
}

.del_block .del_item:last-child {
	margin-bottom: 0;
}

.rel_protit {
	margin-top: 52px;
}

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

.rel_proswiper .item {
	margin: 0 6px;
}

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

.rel_proswiper .owl-theme .owl-controls .owl-nav {
	position: relative;
	border-radius: 0;
}

.rel_proswiper .owl-theme .owl-controls .owl-nav div {
	margin: 0;
	opacity: 1;
	position: absolute;
	border-radius: 0;
	height: 50px;
	width: 50px;
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/arr_right.png") rgba(0, 0, 0, .5) center center no-repeat;
	background-size: 25%;
}

.rel_proswiper .owl-theme .owl-controls .owl-nav div.nitro-lazy {
	background-image: none !important;
}

.rel_proswiper .owl-theme .owl-controls .owl-nav .owl-prev {
	text-indent: -9999em;
	left: 6px;
	transform: rotate(180deg);
}

.rel_proswiper .owl-theme .owl-controls .owl-nav .owl-next {
	text-indent: -9999em;
	right: 6px;
}

.rel_proswiper .owl-theme .owl-controls .owl-nav div:hover {
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/arr_right.png") #fea322 center center no-repeat;
	background-size: 25%;
	opacity: .85;
}

.rel_proswiper .owl-theme .owl-controls .owl-nav div:hover.nitro-lazy {
	background-image: none !important;
}

/*case*/
.case_list li {
	margin-bottom: 28px;
}

.case_item {
	background: #fff;
	padding: 15px;
	transition: all .3s;
	overflow: hidden;
	width: 100%;
}

.case_item .ca_lcon {
	float: left;
	width: 380px;
}

.case_item .ca_rcon {
	margin-left: 380px;
	padding: 18px 0 0 38px;
	position: relative;
}

.case_item .ca_rcon h3 {
	font-size: 26px;
	font-family: SEGUISB_1;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.case_item .ca_rcon dl {
	margin-top: 22px;
	width: 60%;
	overflow: hidden;
	height: 216px;
}

.case_item .ca_rcon dl dd {
	line-height: 36px;
	color: #888;
}

.case_item .ca_rcon dl dd span {
	font-weight: bold;
}

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

.ca_btn {
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.ca_btn a {
	display: inline-block;
	display: inline-block;
	margin-bottom: 22px;
	width: 100%;
	border: 1px solid #fea322;
	padding: 8px 0;
	text-align: center;
	border-radius: 30px;
	background: #fff;
	color: #fea322;
	font-style: italic;
}

.ca_btn a:last-child {
	background: #fea322;
	color: #fff;
	margin-bottom: 0;
	box-shadow: 0 1px 10px 0 rgba(254, 163, 34, .2);
}

.ca_btn a:hover {
	background: #fea322;
	opacity: .85;
	color: #fff;
	box-shadow: 0 1px 10px 0 rgba(254, 163, 34, .2);
}

.case_item:hover {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .08);
}

/*news*/
.news_list li {
	margin-bottom: 32px;
	padding-right: 4px;
}

.news_item {
	width: 100%;
	position: relative;
}

.n_lcon {
	width: 360px;
	float: left;
}

.n_rcon {
	width: calc(100% - 360px);
	background: #fff;
	position: absolute;
	right: 0;
	top: 32px;
	padding: 42px 42px 48px 46px;
}

.n_rcon h4 {
	font-size: 24px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.n_rcon p {
	margin-top: 15px;
	line-height: 30px;
	color: #888;
	height: 90px;
	overflow: hidden;
}

.n_rcon span {
	display: inline-block;
	margin-top: 20px;
	border: 1px solid #fea322;
	padding: 6px 38px;
	border-radius: 30px;
	background: #fff;
	color: #fea322;
	font-style: italic;
}

.n_rcon:after {
	content: "";
	transition: all .5s;
	width: 6px;
	height: 50%;
	background: #fea322;
	position: absolute;
	right: -3px;
	top: 25%;
}

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

.news_item:hover .n_rcon:after {
	height: 100%;
	top: 0;
}

.news_item:hover .n_rcon span {
	background: #fea322;
	color: #fff;
	box-shadow: 0 1px 10px 0 rgba(254, 163, 34, .2);
}

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

.news_list li:nth-of-type(even) .n_rcon {
	right: auto;
}

.news_list li:nth-of-type(even) .n_rcon:after {
	left: -3px;
	right: auto;
}

.news_list li:nth-of-type(even) {
	padding-left: 4px;
	padding-right: 0;
}

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

.news_listtwo li {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 25px;
}

.news_listtwo li:nth-of-type(even) {
	margin-right: 0;
}

.news_liitem {
	background: #fff;
	padding: 38px 38px 50px 38px;
}

.news_liitem h3 {
	font-size: 24px;
	font-family: SEGUISB_1;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}

.news_liitem p {
	margin-top: 15px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	color: #888;
}

.news_liitem span {
	margin-top: 30px;
	display: inline-block;
	border: 1px solid #fea322;
	padding: 6px 38px;
	border-radius: 30px;
	background: #fff;
	color: #fea322;
	font-style: italic;
}

.news_liitem:hover span {
	box-shadow: 0 1px 10px 0 rgba(254, 163, 34, .2);
	background: #fea322;
	color: #fff;
}

/*contact*/
.con_war {
	width: 100%;
	padding-bottom: 220px;
	overflow: hidden;
	position: relative;
}

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

.con_inq .inq_lcon {
	width: 50%;
	float: left;
	padding-right: 160px;
	position: relative;
}

.con_inq .inq_rcon {
	width: 50%;
	float: right;
}

.inq_ul li {
	margin-bottom: 34px;
}

.con_lx {
	padding-left: 70px;
	position: relative;
	padding-top: 3px;
}

.con_lx p {
	color: #222;
	font-family: SEGUISB_1;
	font-size: 24px;
	margin-bottom: 5px;
}

.con_lx a, .con_lx span {
	font-size: 20px;
}

.con_lx a:hover {
	color: #fea322;
}

.con_lx h6 {
	position: absolute;
	font-weight: normal;
	top: 4px;
	left: 24px;
	color: #fea322;
	font-size: 32px;
}

.inq_ul .pdfss h6 {
	color: #e14d52;
}

.inq_ul .pdfss:hover .con_lx p {
	color: #e14d52;
}

.inq_rcon h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-family: segoeuib_0;
}

.inq_rcon p {
	margin-top: 14px;
	color: #888;
}

.con_form.quiry_info li {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

.con_form.quiry_info input, .con_form.quiry_info textarea {
	background: #fff;
	color: #222;
	font-size: 18px;
	font-style: normal;
	border: none;
	padding: 14px 18px;
}

.con_form.quiry_info input::-webkit-input-placeholder, .con_form.quiry_info textarea::-webkit-input-placeholder {
	color: #888;
}

.con_form.quiry_info input:-moz-placeholder, .con_form.quiry_info textarea:-moz-placeholder {
	color: #888;
}

.con_form.quiry_info textarea {
	height: 170px;
}

.con_form.quiry_info button {
	font-style: normal;
	padding: 9px 48px;
}

.map {
	margin-top: 60px;
	border: 8px solid #fff;
}

.con_cord {
	position: absolute;
	width: 197px;
	top: 0;
	right: 118px;
}

/*newsxq*/
.news_box {
	padding-bottom: 188px;
}

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

.news_delbox .ndel_lcon {
	width: 338px;
	float: left;
}

.news_delbox .ndel_rcon {
	margin-left: 338px;
	padding-left: 25px;
}

.news_delbox .ndel_lcon h3 {
	font-size: 34px;
	font-family: segoeuib_0;
}

.hot_swiper .in_ptext {
	padding: 20px 25px 42px 25px;
}

.hot_swiper .in_pliitem {
	margin-top: 20px;
}

.hot_swiper {
	position: relative;
}

.hot_swiper .owl-theme .owl-controls {
	margin-top: 0;
	text-align: left;
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 55;
}

.hot_swiper .owl-theme .owl-controls .owl-nav {
	position: relative;
	border-radius: 0;
}

.hot_swiper .owl-theme .owl-controls .owl-nav div {
	margin: 0 3px;
	opacity: 1;
	border-radius: 0;
	height: 40px;
	width: 40px;
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/arr_right.png") #dbdbdb center center no-repeat;
	background-size: 25%;
}

.hot_swiper .owl-theme .owl-controls .owl-nav div.nitro-lazy {
	background-image: none !important;
}

.hot_swiper .owl-theme .owl-controls .owl-nav .owl-prev {
	text-indent: -9999em;
	transform: rotate(180deg);
}

.hot_swiper .owl-theme .owl-controls .owl-nav .owl-next {
	text-indent: -9999em;
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/arr_right.png") #fea322 center center no-repeat;
	background-size: 25%;
}

.hot_swiper .owl-theme .owl-controls .owl-nav .owl-next.nitro-lazy {
	background-image: none !important;
}

.hot_swiper .owl-theme .owl-controls .owl-nav div:hover {
	background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/arr_right.png") #fea322 center center no-repeat;
	background-size: 25%;
	opacity: .85;
}

.hot_swiper .owl-theme .owl-controls .owl-nav div:hover.nitro-lazy {
	background-image: none !important;
}

.infocon {
	background: #fff;
	padding: 40px;
}

.infocon h4 {
	font-size: 30px;
	font-family: segoeuib_0;
	text-align: center;
	margin-bottom: 16px;
	color: #222;
}

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

.infocon .time {
	text-align: center;
	margin-bottom: 18px;
}

.infocon .other {
	padding: 15px 0 0 0;
	margin: 30px 0 0 0;
	line-height: 26px;
}

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

.infocon .other {
	color: #888;
}

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

.infocon .other a:hover {
	color: #fea322;
}

.infocon p {
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #888;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {
	.backToTop {
		right: 0;
		width: 40px;
		height: 40px;
	}
	
	.f_info {
		padding: 48px 86px 38px 70px;
	}
	
	.sou_delban h1 {
		margin-bottom: 18px;
	}
}

@media screen and (max-width: 1440px) {
	.warper {
		width: 90%;
	}
	
	nav li {
		margin: 0 10px;
	}
	
	.in_pro {
		padding: 0 0 80px 0;
	}
	
	.in_solu {
		padding: 80px 0;
	}
	
	.in_solu:before {
		top: 10px;
	}
	
	.in_abbox {
		padding: 80px 0 100px 0;
	}
	
	.in_abicon {
		margin-top: 58px;
	}
	
	.in_news {
		padding: 100px 0 185px 0;
	}
	
	.in_news:before {
		top: 25px;
	}
	
	.in_newstxt {
		width: 615px;
	}
	
	.f_info {
		padding: 48px 66px 38px 70px;
	}
	
	.sub_link h1 {
		font-size: 42px;
	}
	
	.pli_itemtit h2 {
		font-size: 26px;
	}
	
	.ab_swiper .owl-theme .owl-controls {
		left: 40px;
	}
	
	.ab_tit {
		font-size: 40px;
	}
	
	.ab_txlcon dl dt {
		margin-bottom: 6px;
	}
	
	.proinfo_nav a {
		padding: 25px 10px;
	}
	
	.del_rcon {
		padding-left: 36px;
	}
	
	.del_info h2 {
		font-size: 30px;
	}
	
	.del_uldesc {
		margin-top: 18px;
	}
	
	.del_block {
		padding: 30px;
	}
	
	.ab_tjtit {
		font-size: 28px;
	}
	
	.ab_tjtit:after {
		top: 6px;
	}
	
	.rel_protit {
		margin-bottom: 0;
	}
	
	.soludel_item h3 {
		font-size: 28px;
	}
	
	.solu_videoswiper iframe {
		height: 361px;
	}
	
	.con_war {
		padding-bottom: 185px;
	}
	
	.sou_delban .warper {
		padding: 172px 40px 0 40px;
	}
}

@media screen and (max-width: 1366px) {
	nav li>a {
		padding: 0 5px;
	}
	
	.in_prowar .in_plcon:before {
		width: 500px;
		background-size: cover;
		height: 62px;
	}
	
	.in_pnav li {
		font-size: 18px;
	}
	
	.in_prowar .in_plcon {
		padding-top: 82px;
	}
	
	.in_prowar .in_prcon {
		padding-top: 168px;
	}
	
	.in_pnav {
		top: 85px;
	}
	
	.in_prowar .in_plcon:before {
		top: 42px;
	}
	
	.in_pdesc a {
		margin-top: 32px;
	}
	
	.in_abbox h3 {
		font-size: 32px;
	}
	
	.in_abbox {
		padding: 70px 0;
	}
	
	.in_abtxt p {
		margin-bottom: 8px;
	}
	
	.in_abicon {
		margin-top: 40px;
	}
	
	.in_newpic {
		width: 354px;
	}
	
	.in_newstxt {
		padding: 30px 21px 30px 180px;
	}
	
	.in_newslist li:nth-of-type(2) .in_newstxt {
		padding: 30px 180px 30px 21px;
		top: 220px;
	}
	
	.in_newstxt p {
		margin-top: 8px;
		line-height: 24px;
		height: 72px;
	}
	
	.in_solu:before {
		height: 62px;
		width: 460px;
	}
	
	.in_solutext h4 {
		font-size: 24px;
	}
	
	.in_solupp {
		margin-top: 8px;
	}
	
	.in_soluitem i {
		margin-top: 25px;
	}
	
	.in_news:before {
		height: 62px;
		width: 256px;
	}
	
	.f_info h4 {
		font-size: 28px;
	}
	
	.i_ptxt {
		margin-top: 8px;
	}
	
	.in_ptext {
		padding: 22px 15px 34px 15px;
	}
	
	.in_pdesc {
		margin-top: 32px;
		padding-left: 15px;
	}
	
	.in_pro {
		background: url("https://cdn-ileboal.nitrocdn.com/ONUqPRhZUnIMXHevUrbWBkFtkkkNEdIc/assets/images/optimized/rev-446e71e/www.xrido.com/wp-content/themes/xinruide/images/in_probg.png") bottom center no-repeat #f4f4f4;
		background-size: contain;
	}
	
	.in_pro.nitro-lazy {
		background-image: none !important;
	}
	
	.p_list li {
		margin-bottom: 32px;
	}
	
	.i_ptxt {
		margin-top: 8px;
	}
	
	.proinfo_nav a {
		font-size: 18px;
	}
	
	.del_workbtxt ul li {
		margin-bottom: 10px;
	}
	
	.del_workbtxt h4 {
		font-size: 24px;
	}
	
	.rel_proswiper {
		margin-top: 20px;
	}
	
	.f_info {
		padding: 48px 69px 38px 42px;
	}
	
	.s_rcon {
		padding-left: 24px;
	}
	
	.solu_videoswiper iframe {
		height: 339px;
	}
	
	.ab_txlcon dl dd {
		line-height: 24px;
	}
	
	.ab_txtpic .ab_txlcon {
		padding-right: 30px;
	}
	
	.ab_txlcon dl dt {
		font-size: 23px;
	}
	
	.ab_txlcon dl {
		margin-bottom: 20px;
	}
	
	.ab_tit:before {
		background-size: cover;
		width: 182px;
		height: 40px;
		margin-left: -91px;
	}
	
	.ab_tit {
		padding-bottom: 8px;
		font-size: 36px;
	}
	
	.ab_txtpic {
		margin-top: 35px;
	}
	
	.ab_com {
		padding-bottom: 40px;
	}
	
	.ab_fac {
		padding: 62px 0 195px 0;
	}
	
	.ab_cer {
		padding: 50px 0 168px 0;
	}
	
	.con_cord {
		right: 64px;
	}
	
	.sou_delban .warper {
		margin-left: -45%;
	}
	
	.sou_delban h1 {
		font-size: 28px;
	}
}

@media screen and (max-width: 1280px) {
	.warper {
		width: 94%;
	}
	
	.in_pdesc em {
		font-size: 23px;
	}
	
	.in_newstxt {
		width: 595px;
	}
	
	.f_xlus li {
		margin-bottom: 52px;
	}
	
	.f_info {
		padding: 30px 69px 38px 42px;
	}
	
	.sub_link h1 {
		font-size: 35px;
	}
	
	.pli_war {
		padding-bottom: 135px;
	}
	
	.solu_list li {
		margin-bottom: 30px;
	}
	
	.sou_delban .warper {
		padding: 140px 40px 0 40px;
	}
	
	.in_pro {
		padding: 0 0 60px 0;
	}
	
	.in_solu {
		padding: 80px 0 60px 0;
	}
	
	.in_abbox {
		padding: 60px 0;
	}
	
	.in_abbox h3 {
		font-size: 26px;
		line-height: 36px;
	}
	
	.in_abicon li i {
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
	
	.in_abtxt {
		margin-top: 32px;
	}
	
	.f_xlus li p {
		font-size: 22px;
	}
	
	.f_xlus li p i {
		font-size: 24px;
	}
	
	.f_info h4 {
		line-height: 30px;
		font-size: 23px;
	}
	
	.f_info {
		padding: 30px 40px 38px 42px;
	}
	
	.cord_pic {
		left: 296px;
	}
	
	.infocon {
		padding: 30px;
	}
	
	.news_delbox .ndel_lcon h3 {
		font-size: 30px;
	}
	
	.infocon p {
		line-height: 24px;
	}
	
	.ab_swiper {
		padding-right: 18px;
	}
	
	.ab_swiper:before {
		width: 448px;
	}
	
	.inq_rcon h2 {
		font-size: 30px;
	}
	
	.map {
		margin-top: 30px;
	}
	
	.con_war {
		padding-bottom: 150px;
	}
}

@media screen and (max-width: 1024px) {
	#banner_home, .subbanner {
		margin-top: 62px;
	}
	
	#nav .nav-button {
		display: block;
		top: 14px;
		right: 0;
		background: #fea322;
	}
	
	header, header.position {
		height: 62px;
		background: #fff;
	}
	
	.logo img, .position .logo img {
		height: 46px;
	}
	
	.head_rcon {
		display: none;
	}
	
	.logo {
		top: 9px;
	}
	
	.warper {
		width: 96%;
	}
	
	nav {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 310px;
		z-index: 99;
		overflow: auto;
		background: #222;
		transform: translateX(-310px);
		transition: .3s;
	}
	
	nav li {
		float: none;
		padding: 0;
		margin: 0;
	}
	
	nav li>a, .position nav li>a {
		margin: 0;
		color: #fff;
		line-height: normal;
		font-size: 17px;
		display: block;
		padding: 15px 20px;
		border-bottom: 1px solid #2e2e2e;
		text-align: left;
	}
	
	nav li.on a, nav li:hover a {
		background: #fea322;
		color: #fff;
	}
	
	#banner_home .owl-theme .owl-dots .owl-dot span {
		width: 12px;
		height: 12px;
	}
	
	#banner_home .owl-theme .owl-controls {
		bottom: 10px;
		width: 100%;
		left: 0;
		text-align: center;
	}
	
	nav dl {
		left: 0;
		top: 0;
		border: none;
		width: auto;
		background: #2e2e2e;
		position: inherit;
		opacity: 1;
		height: auto !important;
		display: block !important;
	}
	
	nav li dd a {
		padding: 10px 20px;
		display: block;
		border-bottom: none;
		color: #fff !important;
	}
	
	nav li:hover dl {
		left: 0;
		opacity: 1;
	}
	
	nav li dl dd a {
		color: #fff !important;
		white-space: normal;
	}
	
	nav dl dd:hover div, nav li a:before {
		display: none;
	}
	
	nav li dl dd a:hover {
		background: #fea322 !important;
	}
	
	.in_solutext {
		padding: 20px;
	}
	
	.in_solutext h4 {
		font-size: 22px;
	}
	
	.in_soluswiper .item {
		margin: 0 8px;
	}
	
	.in_abbox {
		padding: 50px 0;
	}
	
	.in_newslist li {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	.in_newpic {
		width: 200px;
		float: left;
	}
	
	.in_newstxt {
		position: static;
		width: auto;
		margin-left: 200px;
		padding: 25px;
	}
	
	.in_newsitem {
		background: #f4f4f4;
		overflow: hidden;
		padding-top: 0;
	}
	
	.in_newstxt p {
		height: 96px;
	}
	
	.in_newslist li:nth-of-type(2) .in_newstxt {
		padding: 25px;
		margin-left: 0;
		margin-right: 200px;
	}
	
	.in_news {
		padding: 100px 0 120px 0;
	}
	
	.f_info {
		padding: 20px;
	}
	
	.cord_pic {
		display: none;
	}
	
	.f_xlus li p {
		margin-bottom: 8px;
	}
	
	.f_xlus li {
		margin-bottom: 38px;
	}
	
	.f_xlus {
		padding-left: 0;
	}
	
	.f_info {
		width: 71%;
	}
	
	.in_ptext i {
		margin-top: 16px;
	}
	
	.del_lcon {
		width: 100%;
		float: none;
	}
	
	.del_swiper iframe {
		height: 762px;
	}
	
	.pro-del-box {
		padding: 15px;
	}
	
	.del_rcon {
		margin-left: 0;
		padding-left: 0;
		padding-top: 0;
	}
	
	.del_item {
		margin-bottom: 30px;
	}
	
	.rel_protit {
		margin-top: 35px;
	}
	
	.digg4 {
		margin-top: 30px;
	}
	
	.soludel_item h3 {
		font-size: 24px;
	}
	
	.solu_rel {
		padding: 42px 0 114px 0;
	}
	
	.s_pp {
		margin-top: 14px;
	}
	
	.s_pp p {
		line-height: 26px;
	}
	
	.s_lcon {
		width: 480px;
	}
	
	.s_rcon {
		margin-left: 480px;
	}
	
	.solu_videoswiper iframe {
		height: 259px;
	}
	
	.solu_fea {
		margin-top: 14px;
	}
	
	.ca_btn a {
		margin-bottom: 10px;
	}
	
	.news_delbox .ndel_lcon {
		display: none;
	}
	
	.news_delbox .ndel_rcon {
		margin-left: 0;
		padding-left: 0;
	}
	
	.news_box {
		padding-bottom: 160px;
	}
	
	.infocon {
		padding: 20px;
	}
	
	.news_liitem {
		padding: 25px;
	}
	
	.ab_facvideo {
		width: 80%;
	}
	
	.con_cord {
		display: none;
	}
	
	.con_inq .inq_lcon {
		padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.in_prowar .in_plcon:before {
		display: none;
	}
	
	.in_prowar .in_plcon {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.in_prowar .in_prcon {
		width: 100%;
		float: none;
		padding-top: 15px;
		padding-left: 0;
	}
	
	.in_prowar .in_prcon .in_pbot {
		margin-top: 0;
	}
	
	.in_pro {
		background-size: auto;
	}
	
	.in_pdesc em {
		font-size: 19px;
	}
	
	.l_fixed {
		display: none;
	}
	
	.in_pnav {
		width: 100%;
		left: 0;
		top: 30px;
	}
	
	.in_prowar .in_plcon {
		padding-top: 136px;
	}
	
	.in_pbot {
		margin-top: 22px;
	}
	
	.in_pdesc a {
		margin-top: 7px;
	}
	
	.in_solu:before {
		display: none;
	}
	
	.in_pro {
		padding: 0 0 40px 0;
	}
	
	.in_pdesc {
		margin-top: 18px;
	}
	
	.in_solu {
		padding: 30px 0;
	}
	
	.in_soluswiper .owl-theme .owl-controls .owl-nav div {
		width: 40px;
		height: 40px;
	}
	
	.in_soluswiper .item {
		margin: 0 4px;
	}
	
	.in_soluswiper .owl-theme .owl-controls .owl-nav .owl-prev {
		left: 4px;
	}
	
	.in_soluswiper .owl-theme .owl-controls .owl-nav .owl-next {
		right: 4px;
	}
	
	.in_soluitem i {
		padding: 6px 26px;
		margin-top: 12px;
	}
	
	.in_solutext h4 {
		font-size: 14px;
		height: 54px;
		line-height: 18px;
	}
	
	.in_solupp {
		display: none;
	}
	
	.in_solutext {
		padding: 15px;
	}
	
	.in_abbox {
		padding: 30px 0;
	}
	
	.in_abbox h3 {
		width: 100%;
		font-size: 22px;
	}
	
	.in_abtxt p {
		line-height: 22px;
		font-size: 16px;
	}
	
	.in_abicon {
		margin-top: 20px;
	}
	
	.in_news:before {
		display: none;
	}
	
	.in_news {
		padding: 30px 0;
	}
	
	.in_newslist li {
		margin-bottom: 15px;
	}
	
	.f_info {
		position: static;
		width: 100%;
	}
	
	.f_xlus {
		width: 100%;
		padding: 40px 0 30px 0;
	}
	
	.f_media {
		display: none;
	}
	
	.f_xlus li p {
		font-size: 19px;
	}
	
	.f_xlus li {
		margin-bottom: 16px;
	}
	
	.f_info h4 {
		width: 100%;
		color: #fff;
	}
	
	footer:before {
		z-index: -1;
	}
	
	.f_xlus {
		padding: 40px 0 20px 0;
	}
	
	.f_info h4 {
		font-size: 20px;
	}
	
	.backToTop {
		width: 35px;
		height: 35px;
	}
	
	.in_abicon li i {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 38px;
	}
	
	.in_abtxt {
		margin-top: 20px;
	}
	
	.pli_itemtit h2 {
		font-size: 22px;
	}
	
	.pli_itemtit a {
		padding: 8px 25px;
	}
	
	.sub_link h1 {
		font-size: 24px;
	}
	
	.sub_link {
		top: 30%;
	}
	
	.p_list li {
		width: 32.5%;
	}
	
	.p_list li:last-child {
		display: none;
	}
	
	.p_list li:nth-of-type(3n) {
		margin-right: 0;
	}
	
	.in_ptext h4 {
		font-size: 22px;
	}
	
	.pli_war {
		padding-bottom: 30px;
	}
	
	.del_swiper iframe {
		height: 535px;
	}
	
	.paddt38 {
		padding-top: 20px;
	}
	
	.del_info h2 {
		font-size: 26px;
	}
	
	.del_uldesc {
		margin-top: 10px;
	}
	
	.del_uldesc p {
		line-height: 26px;
	}
	
	.share {
		margin-top: 8px;
	}
	
	.pro_lxbtn {
		margin-top: 12px;
	}
	
	.del_block {
		padding: 15px;
	}
	
	.ab_tjtit:after {
		display: none;
	}
	
	.ab_tjtit {
		padding-left: 0;
		font-size: 24px;
	}
	
	.del_btxt {
		margin-top: 8px;
	}
	
	.del_btxt p, .del_workbtxt p {
		line-height: 24px;
		font-size: 17px;
	}
	
	.ab_hxpic {
		margin-top: 15px;
	}
	
	.del_workbtxt {
		margin-top: 12px;
	}
	
	.del_workbtxt h4 {
		margin-bottom: 7px;
		font-size: 20px;
	}
	
	.pro_table {
		margin-top: 9px;
	}
	
	.rel_proswiper .owl-theme .owl-controls .owl-nav div {
		width: 40px;
		height: 40px;
	}
	
	.solu_listbox {
		padding-bottom: 30px;
	}
	
	.solu_list li {
		margin-bottom: 16px;
	}
	
	.sou_delban .warper {
		padding: 32px 0 0 0;
	}
	
	.sou_delban h1 {
		font-size: 24px;
	}
	
	.sou_delban p {
		line-height: 24px;
	}
	
	.sou_delban .warper {
		margin-left: -48%;
	}
	
	.soludel_item h3 {
		font-size: 22px;
		padding-bottom: 0;
	}
	
	.soludel_item h3:after {
		display: none;
	}
	
	.s_lcon {
		width: 100%;
		float: none;
	}
	
	.s_rcon {
		margin-left: 0;
		padding-left: 0;
	}
	
	.solu_videoswiper {
		margin-top: 10px;
	}
	
	.solu_videoswiper iframe {
		height: 380px;
	}
	
	.s_pp {
		margin-top: 6px;
	}
	
	.soludel_item {
		margin-bottom: 18px;
	}
	
	.solu_fea p {
		line-height: 26px;
	}
	
	.solu_rel {
		padding: 30px 15px;
	}
	
	.case_item {
		padding: 10px;
	}
	
	.case_item .ca_lcon {
		width: 100%;
		float: none;
	}
	
	.case_item .ca_rcon {
		margin-left: 0;
		padding: 12px 0 0 0;
	}
	
	.case_item .ca_rcon h3 {
		font-size: 12px;
		height: auto;
		line-height: 18px;
	}
	
	.case_item .ca_rcon dl {
		width: 100%;
		margin-top: 8px;
		height: 168px;
	}
	
	.case_item .ca_rcon dl dd {
		line-height: 28px;
	}
	
	.ca_btn {
		position: static;
		margin-top: 10px;
		margin-top: 12px;
		width: 174px;
	}
	
	.case_list {
		width: 100%;
		overflow: hidden;
	}
	
	.case_list li {
		width: 49%;
		margin-right: 2%;
		float: left;
		margin-bottom: 12px;
	}
	
	.case_list li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.n_lcon {
		width: 100%;
		float: none;
	}
	
	.n_rcon {
		position: static;
		width: 100%;
		padding: 15px;
	}
	
	.n_rcon:after {
		display: none;
	}
	
	.n_rcon p {
		line-height: 26px;
		height: 78px;
		margin-top: 7px;
	}
	
	.news_list {
		width: 100%;
		overflow: hidden;
	}
	
	.news_list li:nth-of-type(even) {
		padding: 0;
		margin-right: 0;
	}
	
	.news_list li:nth-of-type(even) .n_lcon {
		float: none;
	}
	
	.news_list li {
		margin-bottom: 15px;
		width: 49%;
		margin-right: 2%;
		float: left;
	}
	
	.news_liitem {
		padding: 15px;
	}
	
	.news_liitem p {
		line-height: 25px;
		height: 75px;
	}
	
	.news_liitem span {
		margin-top: 18px;
	}
	
	.news_listtwo li {
		margin-bottom: 12px;
	}
	
	.infocon {
		padding: 10px;
	}
	
	.infocon h4 {
		font-size: 26px;
		margin-bottom: 5px;
	}
	
	.infocon .time {
		margin-bottom: 10px;
	}
	
	.news_box {
		padding-bottom: 30px;
	}
	
	.infocon .other {
		margin-top: 0;
	}
	
	.ab_com {
		padding-top: 20px;
	}
	
	.ab_tit:before, .ab_swiper:before {
		display: none;
	}
	
	.ab_tit {
		font-size: 28px;
	}
	
	.ab_txtpic {
		margin-top: 0;
	}
	
	.ab_txtpic .ab_txlcon {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.ab_txtpic .ab_txrcon {
		width: 100%;
		float: none;
	}
	
	.ab_swiper {
		padding: 0;
	}
	
	.ab_swiper .owl-theme .owl-controls {
		position: static;
	}
	
	.ab_com {
		padding-bottom: 20px;
	}
	
	.ab_fac {
		padding: 25px 0 160px 0;
	}
	
	.ab_cerswiper {
		margin-top: 7px;
	}
	
	.ab_cer {
		padding: 30px 0;
	}
	
	.ab_cerswiper .owl-theme .owl-controls .owl-nav .owl-prev {
		left: 0;
	}
	
	.ab_cerswiper .owl-theme .owl-controls .owl-nav .owl-next {
		right: 0;
	}
	
	.con_lx {
		padding-left: 42px;
	}
	
	.con_lx h6 {
		left: 0;
	}
	
	.con_inq .inq_lcon {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.inq_ul li {
		margin-bottom: 15px;
	}
	
	.con_inq .inq_rcon {
		width: 100%;
		float: none;
	}
	
	.inq_rcon h2 {
		font-size: 25px;
	}
	
	.con_war {
		padding-bottom: 30px;
	}
	
	.inq_rcon p {
		margin-top: 6px;
	}
}

@media screen and (max-width: 640px) {
	.p_list li:last-child {
		display: block;
	}
	
	.p_list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 12px;
	}
	
	.p_list li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.p_list li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.pli_item {
		margin-bottom: 12px;
	}
	
	.pli_itemtit h2:after {
		display: none;
	}
	
	.pli_itemtit a {
		position: static;
	}
	
	.p_list {
		margin-top: 20px;
	}
	
	.del_swiper iframe {
		height: 430px;
	}
	
	.pro-del-box {
		padding: 10px;
	}
	
	.rel_proswiper {
		margin-top: 10px;
	}
	
	.del_swiper .owl-theme .owl-dots .owl-dot span {
		width: 14px;
		height: 14px;
	}
	
	.sou_delban h1 {
		margin-bottom: 6px;
		font-size: 21px;
	}
	
	.sou_delban img {
		height: 215px;
		width: auto;
	}
	
	.sou_delban {
		overflow: hidden;
	}
	
	.solu_videoswiper iframe {
		height: 309px;
	}
	
	.case_item .ca_rcon dl {
		height: 84px;
	}
	
	.n_rcon h4 {
		font-size: 22px;
	}
	
	.news_liitem p {
		margin-top: 8px;
	}
	
	.ab_txlcon dl dt {
		font-size: 20px;
	}
	
	.ab_tit {
		font-size: 24px;
	}
	
	.inq_rcon h2 {
		font-size: 22px;
	}
	
	.quiry_info {
		margin-top: 12px;
	}
	
	.con_lx p {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.zhanhui {
		display: none;
	}
	
	.footmenu {
		display: block;
	}
	
	footer {
		margin-bottom: 60px;
	}
	
	.footmenu div.con {
		background: #0098f8;
	}
	
	.subbanner img {
		height: 130px;
	}
	
	.subbanner {
		overflow: hidden;
	}
	
	.sub_link h1 {
		font-size: 22px;
	}
	
	.in_pnav li {
		width: 100%;
		float: none;
		margin-bottom: 5px;
		min-height: auto;
		padding-left: 0;
	}
	
	.in_pnav li img {
		display: none;
	}
	
	.in_ppic {
		display: none;
	}
	
	.in_prowar .in_plcon {
		padding-top: 76px;
	}
	
	.in_pnav {
		top: 20px;
	}
	
	.in_ptext {
		padding: 12px;
	}
	
	.in_ptext h4 {
		font-size: 20px;
	}
	
	.in_pdesc em {
		line-height: 26px;
	}
	
	.in_abicon li i {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 28px;
	}
	
	.in_abbox h3 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.in_newpic {
		width: 165px;
	}
	
	.in_newstxt {
		margin-left: 165px;
	}
	
	.in_newstxt p {
		height: 72px;
	}
	
	.in_newstxt h4 {
		font-size: 21px;
	}
	
	.i_ptxt {
		margin-top: 0;
	}
	
	.in_newstxt {
		padding: 20px;
	}
	
	.f_info {
		background: transparent;
		padding: 0;
		width: 96%;
		margin: 0 auto;
	}
	
	.inquiry .quiry_info li {
		width: 100%;
		float: none;
		margin-bottom: 6px;
	}
	
	.inquiry .quiry_info li:nth-of-type(4) {
		position: static;
	}
	
	.quiry_info input, .quiry_info textarea {
		background: #fff;
		border: none;
		color: #333;
		font-style: normal;
	}
	
	.quiry_info input::-webkit-input-placeholder, .quiry_info textarea::-webkit-input-placeholder {
		color: #666;
	}
	
	.quiry_info input:-moz-placeholder, .quiry_info textarea:-moz-placeholder {
		color: #666;
	}
	
	.f_xlus {
		padding: 25px 0 5px 0;
	}
	
	footer {
		padding-bottom: 25px;
	}
	
	.in_news {
		padding: 25px 0 15px 0;
	}
	
	.in_solupp p {
		font-size: 17px;
	}
	
	.pli_itemtit a {
		padding: 6px 14px;
	}
	
	.del_swiper iframe {
		height: 351px;
	}
	
	.pro_lxbtn a {
		width: 100%;
	}
	
	.pro_lxbtn a:last-child {
		margin-left: 0;
		margin-top: 5px;
	}
	
	.pro-del-box {
		margin-bottom: 12px;
	}
	
	.ab_tjtit {
		font-size: 20px;
	}
	
	.del_workbtxt ul li {
		font-size: 17px;
		line-height: 23px;
	}
	
	.ab_hxpic li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.del_shrpic {
		margin-top: 10px;
	}
	
	.del_shrpic li {
		float: left;
		width: 49%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	
	.in_solutext {
		padding: 12px;
	}
	
	.sou_delban img {
		height: 248px;
	}
	
	.sou_delban p {
		font-size: 17px;
	}
	
	.s_pp p, .solu_fea p, .case_item .ca_rcon dl dd {
		font-size: 12px;
		line-height: 18px;
	}
	
	.solu_videoswiper iframe {
		height: 249px;
	}
	
	.case_item .ca_rcon {
		padding: 0;
	}
	
	.case_item .ca_rcon dl {
		margin-top: 5px;
		height: 72px;
	}
	
	.n_rcon p {
		font-size: 17px;
		line-height: 24px;
		height: 72px;
	}
	
	.n_rcon span {
		padding: 6px 20px;
	}
	
	.infocon p, .ab_txlcon dl dd {
		font-size: 17px;
	}
	
	.news_liitem h3 {
		font-size: 22px;
	}
	
	.ab_txlcon dl dt {
		line-height: 26px;
	}
	
	.ab_facvideo {
		width: 92%;
	}
	
	.in_ptext h4 {
		font-size: 17px;
		height: 75px;
	}
	
	.inquiry .quiry_info li:nth-of-type(5) {
		position: relative;
	}
}

@media screen and (max-width:414px) {
	.in_newpic {
		width: 100%;
		float: none;
	}
	
	.in_newstxt {
		margin-left: 0;
	}
	
	.in_newstxt:after {
		display: none;
	}
	
	.in_newslist li:nth-of-type(2) .in_newpic {
		float: none;
	}
	
	.in_newslist li:nth-of-type(2) .in_newstxt {
		margin-right: 0;
	}
	
	.pli_itemtit h2 {
		font-size: 19px;
	}
	
	.i_ptxt p {
		font-size: 17px;
		line-height: 24px;
	}
	
	.in_ptext i, .news_liitem span {
		padding: 5px 12px;
	}
	
	.del_swiper iframe {
		height: 312px;
	}
	
	.del_info h2 {
		font-size: 23px;
	}
	
	.ca_btn, .n_rcon span {
		display: none;
	}
	
	.case_item {
		padding: 5px;
	}
	
	.n_rcon {
		padding: 10px 10px 15px 10px;
	}
	
	.infocon h4 {
		font-size: 24px;
	}
	
	.map {
		border: 3px solid #fff;
		margin-top: 15px;
	}
}
