
@charset "utf-8";

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

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: #333;
	text-decoration: none;
	background-color: transparent;
	transition: .3s;
}

a:hover {
	cursor: pointer;
	color: #0068b3;
}

a:focus {
	outline: none;
}

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

* {
	box-sizing: border-box;
}

.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.wycrane.com/wp-content/themes/weiying/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: 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;
}

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

.icon-zhengshu:before {
	content: "";
}

.icon-shengjiangji1:before {
	content: "";
}

.icon-shengjiangji:before {
	content: "";
}

.icon-gangkoushebei:before {
	content: "";
}

.icon-a-shengjiangji:before {
	content: "";
}

.icon-shuangliangqizhongji:before {
	content: "";
}

.icon-peijian:before {
	content: "";
}

.icon-jiaopan:before {
	content: "";
}

.icon-yanjing:before {
	content: "";
}

.icon-date:before {
	content: "";
}

.icon-icon_qizhongjixie:before {
	content: "";
}

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

.icon-liaotian1:before {
	content: "";
}

.icon-weibiaoti--:before {
	content: "";
}

.icon-chanpinfenxi:before {
	content: "";
}

.icon-renwumiaoshu:before {
	content: "";
}

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

.icon-xiazai19:before {
	content: "";
}

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

.icon-shouji1:before {
	content: "";
}

.icon-dianhua4:before {
	content: "";
}

.icon-qiye:before {
	content: "";
}

.icon-fuwu:before {
	content: "";
}

.icon-zhiliang:before {
	content: "";
}

.icon-jishu:before {
	content: "";
}

.icon-diandonghulu:before {
	content: "";
}

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

.icon-shengjiangpingtai:before {
	content: "";
}

.icon-oushixiaoche:before {
	content: "";
}

.icon-xuandiaobi:before {
	content: "";
}

.icon-jiaqiaoji:before {
	content: "";
}

.icon-jiaqiaoji1:before {
	content: "";
}

.icon-ai-tel:before {
	content: "";
}

.icon-diqiu: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-liuyan-fill: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: #f4f4f4;
	overflow: hidden;
}

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

.backToTop {
	width: 60px;
	height: 60px;
	z-index: 666;
	border-radius: 60px;
	background: #0068b3 url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/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: none !important;
}

.backToTop:hover {
	opacity: .9;
}

.header-top {
	height: 40px;
	background: #0053a4;
	font-size: 16px;
	position: relative;
	transform-style: preserve-3d;
}

.header-top:before {
	content: "";
	width: 432px;
	height: 100%;
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/h_by.jpg") no-repeat #ffd61f;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.header-top .lcon {
	float: left;
	width: 188px;
	padding-top: 4px;
}

.media {}

.media a {
	color: #fff;
	margin: 0px 2px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 32px;
	background: #266db2;
	font-size: 16px;
	display: inline-block;
}

.media a:hover {
	color: #fff;
}

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

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

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

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

.header-top .rcon {
	float: right;
	width: 888px;
}

.header-top .rcon a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	font-style: italic;
	margin: 6px 22px 0 22px;
}

.header-top .rcon a:hover {
	text-decoration: underline;
}

.header-top .rcon a:last-child {
	float: right;
	margin-top: 12px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
}

.search-button {
	margin-top: 3px;
	cursor: pointer;
	width: 30px;
	background: #0068b3;
	text-align: center;
	float: left;
	position: relative;
	border-radius: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

.search-button i {
	color: #fff;
	font-size: 16px;
}

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

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

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

.searchform button {
	width: 54px;
	line-height: 51px;
	background: #0068b3;
	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;
}

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

.position {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
	background: #fff;
	height: 90px;
}

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

.aligncenter {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

#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: 28px;
	width: 210px;
}

.languagebox {
	position: relative;
	line-height: 34px;
	width: 116px;
	float: right;
	padding: 0 10px;
}

.languagebox i {
	font-size: 22px;
}

.languagebox ul {
	height: 34px;
	border: 1px solid #888;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	z-index: 5;
	position: absolute;
	left: 0;
	top: 0;
}

.languagebox ul li {
	height: auto;
	line-height: 30px;
	background: #fff;
	padding: 0 10px 0 23px;
}

.languagebox ul li:first-child {
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/select_arrow.png") no-repeat 93% 50%;
}

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

.languagebox a {
	line-height: 34px;
	font-size: 15px;
	padding: 0 15px;
	display: inline-block;
	width: 100%;
	color: #333;
}

.languagebox:hover ul {
	height: auto;
}

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

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

.l_fixed li a {
	width: 100%;
	height: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	background: #2a8cd3;
	color: #fff;
	display: block;
}

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

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

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

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

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

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

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

nav li {
	float: left;
	margin-left: 10px;
	position: relative;
}

nav li>a {
	padding: 33px 20px;
	color: #333;
	font-family: SEGUISB_1;
	display: block;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}

nav li.on a, nav li:hover a {
	color: #0053a4;
	cursor: pointer;
}

nav dl {
	transition: opacity 1s ease;
	position: absolute;
	display: none;
	background: #fff;
	width: auto;
	top: 90px;
	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: 13px 18px;
	text-align: left;
	white-space: nowrap;
	font-size: 15px;
}

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

footer {
	background: #2a2a2a;
	background-size: cover;
	position: relative;
	transform-style: preserve-3d;
}

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

.f_navinfo {
	padding-top: 70px;
	padding-bottom: 65px;
	overflow: hidden;
}

.f_navinfo .f_item1 {
	float: left;
	width: 26%;
}

.f_navinfo .f_item2 {
	float: left;
	width: 22%;
}

.f_navinfo .f_item3 {
	float: left;
	width: 27%;
}

.f_navinfo .f_item4 {
	float: right;
	width: 21%;
}

.f_navinfo h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-family: segoeuib_0;
	padding-bottom: 28px;
	position: relative;
}

.f_navinfo h4:after {
	content: "";
	position: absolute;
	width: 23px;
	height: 1px;
	background: #edb509;
	left: 0;
	bottom: 8px;
}

.f_navinfo h4:before {
	content: "";
	position: absolute;
	width: 11px;
	height: 1px;
	background: #edb509;
	left: 0;
	bottom: 0;
}

.f_nav {
	margin-top: 12px;
}

.f_nav li {
	line-height: 38px;
}

.f_nav li a {
	color: rgba(255, 255, 255, .7);
}

.f_nav li a:hover {
	color: #fff;
}

.con_lxfs {
	margin-top: 25px;
	width: 100%;
	overflow: hidden;
}

.con_lxfs li {
	margin-bottom: 16px;
	padding-left: 28px;
	position: relative;
}

.con_lxfs li h6 {
	position: absolute;
	top: 2px;
	left: 0;
	color: #d4d4d4;
	font-size: 18px;
}

.con_lxfs li p {
	color: #63b54d;
	font-size: 20px;
	margin-bottom: 8px;
}

.con_lxfs li span, .con_lxfs li a {
	line-height: 22px;
	color: rgba(255, 255, 255, .7);
	display: inline-block;
}

.con_lxfs li a:hover {
	color: #fff;
}

.f_item4 form {
	position: relative;
	margin-top: 24px;
}

.f_item4 input {
	height: 42px;
	line-height: 42px;
}

.f_item4 input, .f_item4 textarea {
	width: 100%;
	background: transparent;
	border: 1px solid #7f7f7f;
	border-radius: 0;
	padding: 2px 18px;
	font-family: segoeui_0;
	resize: none;
	color: #fff;
	font-size: 16px;
}

.f_item4 input::-webkit-input-placeholder, .f_item4 textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .7);
}

.f_item4 textarea {
	padding: 5px 18px;
	height: 78px;
}

.f_item4 button {
	width: 100%;
	height: 44px;
	font-size: 18px;
	display: block;
	color: #222;
	text-align: center;
	background: #ffd61f;
	border: none;
	cursor: pointer;
}

.f_item4 ul li {
	position: relative;
	margin-bottom: 12px;
}

.f_item4 button:hover {
	opacity: .85;
}

.copyright {
	padding: 20px;
	border-top: 1px solid #3f3f3f;
	clear: both;
	text-align: center;
	color: rgba(255, 255, 255, .3);
}

.copyright a {
	color: rgba(255, 255, 255, .3);
}

.copyright a:hover {
	color: #fff;
}

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

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

#banner_home .owl-theme .owl-controls {
	position: absolute;
	bottom: 34px;
	width: 100%;
}

#banner_home .owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	background: #fff;
}

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

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

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

.cl {
	clear: both;
}

/*版块标题*/
.home_boxtit {
	font-size: 42px;
	font-family: segoeuib_0;
	color: #222;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.in_desc {
	text-align: center;
	color: #666;
	line-height: 30px;
	margin-top: 8px;
}

/*首页*/
.in_pro {
	padding: 48px 0 105px 0;
	overflow: hidden;
}

.in_pwar {
	margin-top: 25px;
	overflow: hidden;
	background: #f4f4f4;
}

.in_pwar .lcon {
	float: left;
	width: 446px;
}

.in_pwar .rcon {
	margin-left: 446px;
}

.in_picon {
	padding: 20px 30px;
	overflow: hidden;
}

.in_picon li {
	width: 50%;
	text-align: center;
	float: left;
	cursor: pointer;
	position: relative;
	padding: 28px 0;
}

.in_picon li h6 {
	width: 88px;
	font-size: 45px;
	height: 88px;
	line-height: 88px;
	border-radius: 88px;
	background: #fff;
	color: #333;
}

.in_picon li p {
	font-size: 20px;
	margin-top: 10px;
	font-family: SEGUISB_1;
}

.in_picon li img {
	position: absolute;
	width: 90%;
	top: 30px;
	left: 50%;
	margin-left: -45%;
	opacity: 0;
	transition: all .3s;
}

.in_picon li.on img, .in_picon li:hover img {
	opacity: 1;
}

.i_bp {
	position: relative;
	display: none;
}

.i_bp.on {
	display: block;
}

.i_bptext {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 83, 164, .9);
	padding: 42px 45px;
}

.i_bptext h3 {
	font-size: 24px;
	color: #fff;
	font-family: segoeuib_0;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.i_bptext p {
	margin-top: 14px;
	line-height: 30px;
	color: rgba(255, 255, 255, .6);
	height: 60px;
	overflow: hidden;
}

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

.in_why {
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/in_whybg.jpg") no-repeat center;
	background-size: cover;
	padding: 66px 0 90px 0;
}

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

.in_whybox {
	width: 100%;
	overflow: hidden;
	margin-top: 38px;
}

.in_whybox li {
	float: left;
	background: #ffd61f;
	width: 49.2%;
	margin-bottom: 20px;
	position: relative;
}

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

.in_whytext {
	position: absolute;
	color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 60px 35px 0 45px;
}

.in_whytext h3 {
	font-size: 30px;
	font-family: SEGUISB_1;
}

.in_whytext h3 i {
	font-size: 45px;
	font-weight: normal;
}

.in_whytext p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 12px;
	padding-left: 55px;
}

.in_whybox li:hover .in_whytext {
	color: #222;
}

.in_whybox li:hover img {
	opacity: 0;
}

.ab_facswiper {
	margin-top: 42px;
	position: relative;
}

.ab_facswiper .item {
	margin: 0 12px;
}

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

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

.ab_facswiper .owl-theme .owl-controls .owl-nav div {
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/right.png") center center no-repeat #0053a4;
	background-size: 26%;
	margin: 0;
	opacity: 1;
	position: absolute;
	border-radius: 0;
	height: 35px;
	width: 44px;
}

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

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

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

.ab_facswiper .owl-theme .owl-controls .owl-nav div:hover {
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/right.png") center center no-repeat #666;
	background-size: 26%;
}

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

.in_ab {
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/in_abbg.jpg") no-repeat;
	padding-top: 75px;
	position: relative;
}

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

.in_ab .home_boxtit {
	color: #fff;
}

.in_ablcon {
	margin-top: 38px;
	width: 46%;
	padding-right: 58px;
}

.in_ablcon h4 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
}

.in_ablcon p {
	line-height: 30px;
	color: #fff;
	margin-top: 28px;
}

.in_ablcon ul {
	width: 100%;
	overflow: hidden;
	margin-top: 34px;
}

.in_ablcon ul li {
	width: 28%;
	margin-right: 8%;
	text-align: center;
	float: left;
}

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

.in_ablcon ul li span {
	display: inline-block;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
	width: 118px;
	text-align: center;
	font-family: segoeuib_0;
	border-radius: 118px;
	background: #fff;
	font-size: 40px;
	height: 118px;
	line-height: 118px;
}

.in_ablcon ul li p {
	color: #222;
	line-height: 30px;
	margin-top: 20px;
}

.in_abvideo {
	width: 51%;
	position: absolute;
	bottom: 0;
	right: 36px;
	cursor: pointer;
}

.allhide {
	display: none;
}

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

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

.in_case {
	padding: 120px 0 65px 0;
}

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

.in_casebox .lcon {
	float: left;
	width: 440px;
}

.in_casebox .rcon {
	margin-left: 440px;
	padding-left: 20px;
}

.in_casebig li {
	margin-bottom: 22px;
}

.in_cabitem {
	position: relative;
}

.in_cabtext {
	width: 100%;
	height: 100%;
	transition: all .5s;
	padding: 34px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.in_cabtext p {
	margin-top: 55%;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.in_cabitem:hover .in_cabtext {
	opacity: 0;
}

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

.in_casetit {
	padding-left: 30px;
}

.in_casetit .home_boxtit {
	text-align: left;
}

.in_casetit p {
	line-height: 30px;
	color: #666;
	margin-top: 5px;
}

.in_casetit a {
	display: inline-block;
	margin-top: 18px;
	background: #ffd61f;
	padding: 12px 42px;
	color: #222;
	font-style: italic;
}

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

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

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

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

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

.in_scaitem .in_cabtext {
	padding: 20px;
	top: -150%;
}

.in_scaitem .in_cabtext p {
	font-size: 18px;
	margin-top: 62%;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}

.in_scaitem:hover .in_cabtext {
	top: 0;
}

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

.in_news {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 126px 0;
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/in_newsbg.jpg") no-repeat center;
	background-size: cover;
}

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

.in_newslist {
	margin-top: 26px;
	overflow: hidden;
}

.in_newslist li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

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

.i_npic {
	position: relative;
}

.i_ndate {
	position: absolute;
	left: 0;
	color: #222;
	bottom: 26px;
	height: 42px;
	line-height: 42px;
	padding: 0 44px 0 20px;
	font-family: SEGUISB_1;
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/i_datebg.png") no-repeat;
}

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

.i_ntext {
	margin-top: 25px;
}

.i_ntext h3 {
	font-size: 22px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	font-family: SEGUISB_1;
}

.i_ntext p {
	margin-top: 20px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	color: #666;
}

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

.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;
	overflow: hidden;
	margin-top: 90px;
}

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

.sub_link {
	width: 90%;
	font-family: SEGUISB_1;
	max-width: 1400px;
	position: absolute;
	top: 120px;
	color: #fff;
	left: 50%;
	margin-left: -700px;
}

.sub_link h1 {
	font-size: 42px;
	margin-bottom: 10px;
	color: #fff;
	font-family: segoeuib_0;
}

.sub_link a {
	color: #fff;
}

.sub_link a:hover {
	color: #ffd61f;
}

.paddt90 {
	padding-top: 90px;
}

/*case*/
.case_box {
	padding-bottom: 60px;
}

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

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

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

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

.case_del li {
	float: left;
	width: 49%;
	margin-bottom: 28px;
}

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

.viewer-button {
	background: transparent !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: 0 !important;
}

.viewer-button:before {
	display: none !important;
}

/*关于我们*/
.ab_war {
	padding-bottom: 102px;
	position: relative;
	transform-style: preserve-3d;
}

.ab_war .home_boxtit {
	text-align: left;
}

.ab_war .in_ablcon h4 {
	color: #333;
	font-family: SEGUISB_1;
}

.ab_war .in_ablcon p {
	color: #333;
}

.ab_war:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 280px;
	background: #0053a4;
	z-index: -1;
}

.ab_war .in_ablcon ul {
	padding-top: 10px;
}

.ab_war .in_ablcon ul li p {
	color: #fff;
}

.ab_war .in_abvideo {
	bottom: 102px;
}

.ab_why {
	background: none;
}

.ab_why .home_boxtit {
	text-align: left;
}

.ab_fac {
	padding: 50px 0 108px 0;
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/ab_factory.jpg") no-repeat center;
	background-size: cover;
}

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

.ab_fac .home_boxtit {
	text-align: left;
}

.ab_facpp {
	margin-top: 25px;
}

.ab_facpp p {
	line-height: 30px;
	color: #666;
}

.ab_facpic {
	margin-top: 45px;
	overflow: hidden;
}

.ab_facpic li {
	float: left;
	width: 49%;
}

.ab_facpic li:last-child {
	margin-left: 2%;
}

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

/*产品列表*/
.pro_listwar {
	padding-bottom: 105px;
	overflow: hidden;
}

.pro_listwar .lcon {
	width: 250px;
	float: left;
}

.pro_listwar .rcon {
	margin-left: 250px;
	padding-left: 80px;
	padding-top: 32px;
}

.pro_listwar .lcon .in_picon {
	background: #f4f4f4;
}

.pro_listwar .lcon .in_picon li {
	width: 100%;
	padding: 18px 0;
}

.pro_listwar .lcon .in_picon li img {
	top: 20px;
}

.pro_tittext h2 {
	font-size: 30px;
	font-family: segoeuib_0;
}

.pro_tittext ul {
	margin-top: 20px;
}

.pro_tittext ul li {
	line-height: 36px;
	color: #666;
}

.pro_listbox {
	margin-top: 40px;
	overflow: hidden;
}

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

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

.pro_litext {
	background: #fafafa;
	padding: 16px 22px 74px 22px;
	position: relative;
}

.pro_litext h4 {
	font-size: 18px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.pro_litext p {
	margin-top: 15px;
	line-height: 28px;
	color: #666;
	height: 240px;
	overflow: hidden;
}

.pro_litext span {
	position: absolute;
	font-family: segoeuib_0;
	text-transform: uppercase;
	padding-left: 55px;
	right: 0;
	bottom: 22px;
	width: 149px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/p_more.png") no-repeat;
	background-size: cover;
}

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

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

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

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

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

.digg4 span.disabled {
	font-size: 30px;
	line-height: 24px;
	font-weight: normal;
	background: transparent;
	color: #a6a6a6;
}

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

/*产品详情*/
.pro-del-box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 34px;
}

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

.del_rcon {
	margin-left: 650px;
	padding-left: 35px;
	padding-right: 10px;
	padding-top: 10px;
}

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

.left-pro {
	width: 100%;
	text-align: left;
}

.left-pro .t1 {
	width: 16.5%;
	float: right;
	overflow: hidden;
	position: relative;
}

.left-pro .t2 {
	width: 81%;
	text-indent: 0;
	float: left;
	position: relative;
}

.left-pro .t2 img {
	text-indent: 0;
	width: 100% !important;
}

#showArea div {
	border: 1px solid #ced6e6;
	margin: 8px 0;
	border-radius: 8px;
	display: block;
	overflow: hidden;
}

#showArea img {
	cursor: pointer;
	display: block;
	width: 100%;
	float: left;
}

#main_img {
	cursor: pointer;
	display: block;
}

#gotop, #gobottom {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 19px;
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/fact_jt.png") no-repeat center center #b7bcc4;
}

#gotop.nitro-lazy, #gobottom.nitro-lazy {
	background: none !important;
}

#gotop {
	top: 0;
	transform: rotate(180deg);
}

#gobottom {
	bottom: 0;
}

#gotop:hover, #gobottom:hover {
	background: #0068b3 url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/fact_jt.png") no-repeat center center;
}

#gotop:hover.nitro-lazy, #gobottom:hover.nitro-lazy {
	background: none !important;
}

#showArea {
	height: 388px;
	overflow: hidden;
}

.show_pic {
	height: 426px;
	border-radius: 10px;
	overflow: hidden;
}

.show_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.del_info {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
	padding: 40px;
}

.del_info h2 {
	font-size: 26px;
	font-family: SEGUISB_1;
	color: #0053a4;
	padding-bottom: 17px;
	position: relative;
}

.del_info h2:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pro_desc {
	margin-top: 20px;
	overflow-y: auto;
}

.pro_desc p {
	line-height: 37px;
}

.pro_lxbtn {
	margin-top: 40px;
}

.pro_lxbtn a {
	background: #fdc623;
	font-family: SEGUISB_1;
	font-style: italic;
	text-align: center;
	padding: 12px 10px;
	width: 33%;
	color: #000;
	display: inline-block;
}

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

.pro_lxbtn a:last-child {
	margin-left: 2%;
	background: #0053a4;
	color: #fff;
}

.share {
	margin-top: 32px;
}

.share * {
	vertical-align: bottom;
}

.addthis_inline_share_toolbox {
	display: inline-block;
	margin-left: 10px;
}

.pdf_btn {
	display: inline-block;
	margin-right: 15px;
	background: #e6edf2;
	padding: 6px 12px;
	border: 1px dashed #c6dce5;
	font-size: 16px;
	color: #666;
}

.pdf_btn * {
	vertical-align: middle;
}

.proinfo_nav {
	overflow: hidden;
}

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

.proinfo_nav a {
	background: #e8e8e8;
	font-family: SEGUISB_1;
	margin-right: .1%;
	position: relative;
	color: #333;
	padding: 16px 0;
	width: 16.5%;
	text-align: center;
	float: left;
	display: block;
}

.proinfo_nav a.on, .proinfo_nav a:hover {
	background: #0053a4;
	color: #fff;
}

.proinfo_nav a h6 {
	font-size: 26px;
	font-weight: normal;
	display: block;
	margin-bottom: 4px;
}

.proinfo_nav a.on h6, .proinfo_nav a:hover h6 {
	color: #fdc623;
}

.del_item {
	padding: 50px 0;
	border-bottom: 1px solid #e5e5e5;
}

.del_item h3 {
	font-size: 30px;
	font-family: SEGUISB_1;
	text-transform: uppercase;
	padding-bottom: 22px;
	position: relative;
}

.del_item h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 55px;
	height: 4px;
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/h3bg.png") no-repeat;
}

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

.del_intro .in_lcon {
	float: left;
	width: 50%;
	padding-right: 50px;
}

.del_intro .in_rcon {
	margin-left: 50%;
	padding-left: 55px;
}

.del_itemtext {}

.del_itemtext dl {
	margin-bottom: 25px;
}

.del_itemtext dl dt {
	font-size: 20px;
	color: #555;
	margin-bottom: 12px;
	font-family: SEGUISB_1;
}

.del_itemtext dl dd p {
	line-height: 32px;
	color: #666;
}

.pro_table {
	/* color: #333; */
	overflow-x: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

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

.pro_table table tr td {
	padding: 16px;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #cad5d9;
	border-right: 1px solid #cad5d9;
}

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

.deltab_p {
	margin-top: 20px;
}

.deltab_p p {
	line-height: 32px;
	color: #666;
}

.del_datapict {
	margin-top: 40px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.del_datapict li {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	overflow: hidden;
}

.del_datapict li .data_pic {
	width: 389px;
	float: left;
}

.del_datapict li .data_pic img {
	width: 100%;
}

.data_text {
	margin-left: 389px;
	padding: 42px;
}

.data_text h5 {
	font-size: 22px;
	margin-bottom: 35px;
}

.data_text p {
	line-height: 37px;
	color: #666;
}

.del_fea {
	margin-top: 40px;
	overflow: hidden;
}

.del_fea li {
	margin-bottom: 22px;
	width: 50%;
	float: left;
	padding-right: 30px;
}

.del_fea p {
	font-size: 20px;
	font-family: SEGUISB_1;
	margin-bottom: 30px;
	position: relative;
	padding-left: 35px;
}

.del_fea p:after {
	width: 11px;
	height: 21px;
	position: absolute;
	content: "";
	top: 4px;
	left: 4px;
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/fea_icon.png") no-repeat;
}

#index_3 p {
	font-size: 20px;
	font-family: SEGUISB_1;
	margin-bottom: 30px;
	position: relative;
	padding-left: 35px;
}

#index_3 p:after {
	width: 11px;
	height: 21px;
	position: absolute;
	content: "";
	top: 4px;
	left: 4px;
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/fea_icon.png") no-repeat;
}

.app_exa {
	margin-top: 40px;
}

.app_exa h4 {
	font-size: 30px;
	font-family: SEGUISB_1;
	margin-bottom: 25px;
}

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

.app_exa ul li {
	width: 32%;
	margin-right: 2%;
	text-align: center;
	float: left;
	margin-bottom: 30px;
}

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

.app_exa ul li p {
	font-size: 22px;
	margin-top: 15px;
}

.app_exa ul li img {
	width: 100%;
}

.del_cer {
	width: 100%;
	overflow: hidden;
	margin-top: 32px;
}

.del_cer li {
	float: left;
	width: 22.5%;
	margin-right: 3%;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
}

.del_cer li img {
	width: 100%;
}

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

.infoform {
	margin-top: 26px;
}

.infoform p {
	color: #666;
	margin-bottom: 22px;
}

.infoform li {
	width: 49%;
	margin-bottom: 18px;
	position: relative;
	float: left;
	overflow: hidden;
}

.infoform li font {
	position: absolute;
	top: 18px;
	left: 9px;
	color: red;
}

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

.infoform input, .infoform textarea {
	width: 100%;
	border: 1px solid #bfbfbf;
	resize: none;
	font-family: segoeui_0;
	background: transparent;
	font-size: 16px;
	line-height: 24px;
	padding: 14px 20px;
}

.infoform select {
	width: 100%;
	height: 54px;
	border: 1px solid #bfbfbf;
	padding: 12px 14px 12px 20px;
	background: transparent;
	font-family: segoeui_0;
	font-size: 16px;
}

.infoform li span {
	font-size: 16px;
	font-style: italic;
}

.infoform textarea {
	height: 125px;
}

.infoform form input::-webkit-input-placeholder, .infoform form textarea::-webkit-input-placeholder {
	color: #999;
}

.infoform form input:-moz-placeholder, .infoform form textarea:-moz-placeholder {
	color: #999;
}

.infoform li:last-child, .infoform li:nth-of-type(5), .infoform li:nth-of-type(6) {
	width: 100%;
	float: none;
}

.infoform li:last-child {
	width: 100% !important;
	float: none;
	margin-top: 30px;
}

.infoform form button {
	padding: 10px 52px;
	cursor: pointer;
	background: #ffd61f;
	color: #000;
	border-radius: 0;
	font-style: italic;
	font-family: SEGUISB_1;
	border: none;
	font-size: 18px;
}

.infoform form button:hover {
	opacity: .85;
}

.infoform li:nth-of-type(5) input {
	width: 16.9%;
	margin: 0 .5%;
}

.infoform li:nth-of-type(5) input:last-child {
	margin-right: 0;
}

/*news*/
.news_war {
	padding-bottom: 100px;
}

.news_txt {
	margin-top: 30px;
}

.news_txt h3 {
	font-size: 30px;
	font-family: SEGUISB_1;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.n_datev {
	margin-top: 8px;
	color: #b8b8b8;
}

.n_datev i {
	font-size: 14px;
}

.n_datev span {
	display: inline-block;
	margin-right: 12px;
}

.news_txt p {
	color: #666;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	margin-top: 8px;
}

.news_txt em {
	transition: all .3s;
	font-family: SEGUISB_1;
	margin-top: 20px;
	color: #222;
	display: inline-block;
	padding: 13px 46px;
	background: #ffd61f;
}

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

.new_top:hover .news_txt em {
	margin-left: 15px;
}

.news_list {
	margin-top: 32px;
	padding-bottom: 30px;
}

.news_list li {
	padding: 30px 0;
	border-bottom: 1px solid #d2d2d2;
}

.news_item {
	width: 100%;
	overflow: hidden;
	padding-right: 108px;
	position: relative;
}

.news_item .n_lcon {
	width: 215px;
	float: left;
}

.news_item .n_rcon {
	margin-left: 215px;
	padding-left: 38px;
}

.news_item .news_txt h3 {
	font-size: 24px;
	color: #222;
	font-family: SEGUISB_1;
}

.news_item .n_rcon .news_txt p {
	height: 60px;
}

.news_item .n_rcon .news_txt {
	margin-top: 0;
}

.news_item em {
	position: absolute;
	right: 40px;
	top: 30%;
	width: 38px;
	height: 38px;
	color: #ffd61f;
	border: 1px solid #ffd61f;
	border-radius: 38px;
	line-height: 38px;
	text-align: center;
}

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

.news_item:hover .news_txt h3 {
	color: #0053a4;
}

.news_item:hover em {
	background: #ffd61f;
	color: #fff;
}

/*case*/
.case_box {
	padding-bottom: 100px;
}

.case_tit {
	font-size: 42px;
	font-family: segoeuib_0;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 25px;
}

.case_tit p {
	color: #0053a4;
	font-size: 18px;
	font-family: segoeui_0;
}

.case_tit:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 77px;
	height: 6px;
	background: url("https://cdn-ileiabm.nitrocdn.com/fcgdCuButfOitLsvnlfZDiJUNnXDlFkg/assets/images/optimized/rev-57e6778/www.wycrane.com/wp-content/themes/weiying/images/case_bg.png") no-repeat;
}

.case_desc {
	margin-top: 16px;
	line-height: 26px;
	color: #999;
	padding-right: 30%;
	font-style: italic;
}

.case_list {
	margin-top: 28px;
	overflow: hidden;
}

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

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

.case_list li .in_scaitem .in_cabtext p {
	font-size: 24px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 55%;
}

/*contact*/
.con_lxmap {
	overflow: hidden;
	position: relative;
	transform-style: preserve-3d;
}

.con_lxmap:before {
	content: "";
	z-index: -1;
	width: 50%;
	background: #fafafa;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.con_lxmap .lcon {
	width: 50%;
	float: left;
	padding-right: 80px;
}

.con_lxmap .rcon {
	margin-left: 50%;
}

.con_lxmap .case_desc {
	padding-right: 0;
}

.con_tit {
	font-size: 30px;
	text-transform: uppercase;
	font-family: segoeuib_0;
}

.con_us {
	margin-top: 40px;
	padding-right: 200px;
}

.con_us li {
	margin-bottom: 36px;
	padding-left: 88px;
	padding-top: 5px;
	position: relative;
	min-height: 64px;
}

.con_us li p {
	text-transform: uppercase;
	font-family: SEGUISB_1;
	margin-bottom: 8px;
}

.con_us li h6 {
	position: absolute;
	width: 64px;
	height: 64px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .3);
	background: #fff;
	line-height: 64px;
	border-radius: 70px;
	top: 0;
	left: 6px;
	text-align: center;
	overflow: hidden;
	font-size: 25px;
	color: #0053a4;
}

.con_us li a, .con_us li span {
	font-size: 16px;
	color: #333;
	font-family: Poppins-Light;
	display: block;
	text-transform: none;
}

.con_us li a:hover {
	color: #0053a4;
}

.con_us li:last-child {
	padding-top: 0;
}

.con_us li:hover h6 {
	background: #ffd61f;
}

.con_info {
	padding: 38px 62px 50px 85px;
}

.con_tit p span {
	color: #0053a4;
}

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

.quiry_info li {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.quiry_info li font {
	position: absolute;
	color: red;
	top: 15px;
	left: 10px;
	font-size: 16px;
}

.quiry_info li p {
	margin-bottom: 8px;
	font-family: SEGUISB_1;
}

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

.quiry_info input, .quiry_info textarea {
	width: 100%;
	color: #000;
	resize: none;
	font-family: POPPINS-REGULAR;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	font-size: 14px;
	line-height: 22px;
	padding: 12px 18px;
}

.quiry_info textarea {
	height: 154px;
}

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

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

.quiry_info button {
	padding: 10px 40px;
	cursor: pointer;
	background: #ffd61f;
	color: #000;
	border-radius: 0;
	font-style: italic;
	font-family: SEGUISB_1;
	border: none;
	font-size: 18px;
}

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

.quiry_info li div {
	position: relative;
}

/*新闻*/
.infocon {
	color: #666;
	margin-bottom: 80px;
}

.infocon h1 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
	color: #222;
}

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

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

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

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

.infocon .other {
	color: #666;
	font-size: 16px;
}

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

.infocon .other a:hover {
	color: #0068b3;
}

.infocon p {
	color: #333;
	line-height: 25px;
	font-size: 17px;
	margin-bottom: 10px;
}

.infocon ul, .infocon li, .infocon dl, .infocon dt, .infocon dd {
	list-style: initial;
}

@media screen and (max-width: 1680px) {
	.backToTop {
		right: 0;
		width: 50px;
		height: 50px;
	}
}

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

@media screen and (max-width: 1440px) {
	.warper {
		width: 90%;
	}
	
	.header-top:before {
		width: 275px;
	}
	
	.in_picon li {
		padding: 17px 0;
	}
	
	.in_picon li img {
		top: 18px;
	}
	
	.in_pro, .in_why {
		padding: 40px 0 60px 0;
	}
	
	.home_boxtit {
		font-size: 36px;
	}
	
	.in_whybox {
		margin-top: 22px;
	}
	
	.in_casebox .lcon {
		width: 407px;
	}
	
	.in_casebox .rcon {
		margin-left: 407px;
	}
	
	.in_casetit {
		padding-left: 10px;
	}
	
	.in_case {
		padding: 60px 0;
	}
	
	.in_news {
		padding: 50px 0 70px 0;
	}
	
	.i_ntext {
		margin-top: 15px;
	}
	
	.i_ntext p {
		margin-top: 10px;
	}
	
	.f_navinfo {
		padding: 40px 0;
	}
	
	.paddt90 {
		padding-top: 45px;
	}
	
	.sub_link {
		margin-left: -45%;
	}
	
	.sub_link h1 {
		font-size: 34px;
	}
	
	.pro_listwar .rcon {
		padding-top: 0;
		padding-left: 50px;
	}
	
	.pro_tittext h2 {
		font-size: 27px;
	}
	
	.pro_tittext ul li {
		line-height: 30px;
	}
	
	.pro_tittext ul {
		margin-top: 8px;
	}
	
	.pro_listbox {
		margin-top: 25px;
	}
	
	.pro_listbox li {
		margin-bottom: 20px;
	}
	
	.pro_litext p {
		margin-top: 6px;
	}
	
	.infoform li:nth-of-type(5) input {
		margin: 0 .39%;
	}
	
	.news_item .n_rcon {
		padding-left: 20px;
	}
	
	.ab_war {
		padding-bottom: 60px;
	}
	
	.case_tit {
		font-size: 34px;
	}
	
	.con_info {
		padding: 20px 50px 50px 70px;
	}
}

@media screen and (max-width: 1366px) {
	nav li {
		margin-left: 0;
	}
	
	.head_rcon {
		width: 175px;
	}
	
	nav {
		margin-right: 190px;
	}
	
	.in_picon li {
		padding: 10px 0;
	}
	
	.i_bptext {
		padding: 30px;
	}
	
	.in_whytext {
		padding: 36px 25px 0 25px;
	}
	
	.in_whytext h3 {
		font-size: 25px;
	}
	
	.in_whytext h3 i {
		font-size: 34px;
	}
	
	.in_whytext p {
		line-height: 24px;
		padding-left: 40px;
	}
	
	.in_ab {
		padding-top: 45px;
	}
	
	.in_ablcon ul li p {
		margin-top: 9px;
		line-height: 24px;
	}
	
	.in_ablcon p {
		line-height: 26px;
		margin-top: 20px;
	}
	
	.in_casebox .lcon {
		width: 392px;
	}
	
	.in_casebox .rcon {
		margin-left: 392px;
	}
	
	.in_case {
		padding: 50px 0 40px 0;
	}
	
	.home_boxtit {
		font-size: 32px;
	}
	
	.pro_tittext h2 {
		font-size: 25px;
	}
	
	.in_picon {
		padding: 12px 20px;
	}
	
	.pro_listwar .rcon {
		padding-left: 40px;
	}
	
	.pro_litext p {
		line-height: 24px;
		height: 72px;
	}
	
	.del_info {
		padding: 20px;
	}
	
	.del_item {
		padding: 30px 0;
	}
	
	.del_item h3 {
		font-size: 25px;
	}
	
	.data_text p {
		line-height: 27px;
	}
	
	.data_text h5 {
		margin-bottom: 15px;
	}
	
	.data_text {
		padding: 30px;
	}
	
	.app_exa h4 {
		font-size: 26px;
	}
	
	.infoform li:nth-of-type(5) input {
		width: 16.75%;
	}
	
	.news_txt h3 {
		font-size: 26px;
	}
	
	.news_txt {
		margin-top: 15px;
	}
	
	.news_list li {
		padding: 20px 0;
	}
	
	.news_war {
		padding-bottom: 50px;
	}
	
	.news_item .news_txt h3 {
		font-size: 22px;
	}
	
	.case_list li {
		margin-bottom: 25px;
	}
	
	.in_why {
		padding: 40px 0 30px 0;
	}
	
	.ab_facpp {
		margin-top: 15px;
	}
	
	.ab_facpic {
		margin-top: 20px;
	}
	
	.ab_fac {
		padding: 40px 0 60px 0;
	}
}

@media screen and (max-width: 1280px) {
	nav li>a {
		padding: 33px 15px;
	}
	
	.in_pwar .lcon {
		width: 398px;
	}
	
	.in_pwar .rcon {
		margin-left: 398px;
	}
	
	.in_picon li p {
		font-size: 17px;
		margin-top: 5px;
	}
	
	.in_picon li {
		padding: 14px 0;
	}
	
	.in_picon li img {
		top: 14px;
	}
	
	.in_casebox .lcon {
		width: 372px;
	}
	
	.in_casebox .rcon {
		margin-left: 372px;
	}
	
	.in_casebig li {
		margin-bottom: 18px;
	}
	
	.in_cabtext {
		padding: 20px;
	}
	
	.in_cabtext p {
		font-size: 20px;
	}
	
	.in_scase li {
		margin-bottom: 19px;
	}
	
	.f_navinfo .f_item3 {
		width: 30%;
	}
	
	.f_navinfo .f_item2 {
		width: 20%;
	}
	
	.del_rcon {
		padding-left: 20px;
	}
	
	.pro_lxbtn a {
		width: 47%;
	}
	
	.pro-del-box {
		margin-bottom: 25px;
	}
	
	.del_fea li p {
		margin-bottom: 10px;
	}
	
	.app_exa {
		margin-top: 6px;
	}
	
	.infoform li:nth-of-type(5) input {
		width: 16.6%;
	}
	
	.news_txt h3 {
		font-size: 23px;
	}
	
	.case_box {
		padding-bottom: 60px;
	}
	
	.in_ablcon ul li span {
		font-size: 33px;
	}
}

@media screen and (max-width: 1024px) {
	.header-top {
		display: none;
		height: 0;
	}
	
	.header-top .lcon, .header-top .rcon {
		display: none;
	}
	
	#banner_home, .subbanner, .pro_del {
		margin-top: 62px;
	}
	
	#nav .nav-button {
		display: block;
		top: 14px;
		right: 0;
		background: #0068b3;
	}
	
	header, header.position {
		height: 62px;
	}
	
	.logo img, .position .logo img {
		height: 46px;
	}
	
	#banner_home .owl-theme .owl-controls {
		bottom: 8px;
	}
	
	#banner_home .owl-theme .owl-dots .owl-dot span {
		width: 12px;
		height: 12px;
	}
	
	.header-bot:before {
		display: none;
	}
	
	.header-bot {
		background: #fff;
	}
	
	.head_rcon {
		display: none;
	}
	
	.logo {
		top: 7px;
	}
	
	.header-top {
		border: none;
	}
	
	.warper {
		width: 96%;
	}
	
	.l_fixed {
		display: none;
	}
	
	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;
		display: block;
		padding: 15px 20px;
		border-bottom: 1px solid #2e2e2e;
		text-align: left;
	}
	
	nav dl {
		left: 0;
		top: 0;
		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.on a, nav li:hover a {
		background: #0068b3;
		color: #fff;
	}
	
	nav li:hover dl {
		left: 0;
		opacity: 1;
	}
	
	nav li dl dd a {
		color: #fff !important;
		white-space: normal;
	}
	
	nav dl dd:hover div {
		display: none;
	}
	
	.home_boxtit {
		font-size: 28px;
	}
	
	.in_desc {
		line-height: 23px;
	}
	
	.in_pwar .lcon {
		width: 100%;
		float: none;
	}
	
	.in_picon li {
		width: 25%;
	}
	
	.in_pwar .rcon {
		margin-left: 0;
	}
	
	.in_picon li img {
		width: 68%;
		margin-left: -34%;
	}
	
	.in_pro, .in_why {
		padding: 35px 0;
	}
	
	.in_whytext h3 {
		font-size: 24px;
	}
	
	.in_whytext p {
		margin-top: 4px;
		font-size: 15px;
		line-height: 20px;
	}
	
	.in_whybox li {
		margin-bottom: 15px;
	}
	
	.in_ab {
		padding: 35px 0;
	}
	
	.in_ablcon {
		margin-top: 15px;
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.in_ablcon h4 {
		font-size: 23px;
		line-height: normal;
	}
	
	.in_ablcon p {
		margin-top: 10px;
	}
	
	.in_ablcon ul {
		margin-top: 15px;
	}
	
	.in_abvideo {
		position: static;
		width: 96%;
		margin: 25px auto 0 auto;
	}
	
	.in_ablcon ul li p {
		color: #fff;
	}
	
	.in_case {
		padding: 20px 0 30px 0;
	}
	
	.in_casebox .lcon {
		width: 340px;
	}
	
	.in_casebox .rcon {
		margin-left: 340px;
	}
	
	.in_scase li {
		margin-bottom: 14px;
	}
	
	.in_case {
		padding-top: 0;
	}
	
	.in_news {
		padding: 40px 0;
	}
	
	.i_ntext h3 {
		height: 32px;
		font-size: 20px;
	}
	
	.i_ntext p {
		margin-top: 2px;
	}
	
	.f_navinfo .f_item1 {
		display: none;
	}
	
	.f_navinfo .f_item2 {
		width: 28%;
	}
	
	.f_navinfo .f_item3 {
		width: 37%;
	}
	
	.i_ndate {
		font-size: 16px;
		padding: 0 20px;
	}
	
	.f_navinfo .f_item4 {
		width: 33%;
	}
	
	.f_navinfo {
		padding: 30px 0;
	}
	
	.pro_listwar .lcon .in_picon li img {
		width: 76%;
		margin-left: -38%;
	}
	
	.pro_litext span {
		display: none;
	}
	
	.pro_litext {
		padding: 15px;
	}
	
	.pro_listwar .rcon {
		padding-left: 24px;
	}
	
	.sub_link h1 {
		font-size: 26px;
		margin-bottom: 0;
	}
	
	.sub_link {
		bottom: 20px;
		top: auto;
	}
	
	.paddt90 {
		padding-top: 30px;
	}
	
	.pro_tittext h2 {
		font-size: 22px;
	}
	
	.pro_tittext ul li {
		font-size: 16px;
		line-height: 25px;
	}
	
	.pro_litext {
		padding: 8px;
	}
	
	.pro_litext p {
		font-size: 16px;
		line-height: 22px;
		height: 66px;
	}
	
	.pro_listwar {
		padding-bottom: 50px;
	}
	
	.del_lcon {
		width: 100%;
		float: none;
	}
	
	.left-pro {
		overflow: hidden;
	}
	
	.del_rcon {
		margin-left: 0;
		padding-left: 10px;
		padding-bottom: 10px;
		margin-top: 12px;
	}
	
	.show_pic {
		height: 633px;
	}
	
	#showArea {
		height: 596px;
	}
	
	.pro-del-box {
		margin-bottom: 12px;
	}
	
	.del_intro .in_lcon {
		padding-right: 0;
	}
	
	.del_itemtext dl dd p {
		line-height: 28px;
		font-size: 16px;
	}
	
	.del_intro .in_rcon {
		padding-left: 12px;
	}
	
	.del_itemtext dl dt {
		margin-bottom: 4px;
	}
	
	.del_intro {
		margin-top: 15px;
	}
	
	.del_itemtext dl {
		margin-bottom: 12px;
	}
	
	.del_item {
		padding: 20px 0;
	}
	
	.deltab_p p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.pro_table {
		margin-bottom: 10px;
	}
	
	.data_text p {
		font-size: 16px;
	}
	
	.app_exa ul li {
		margin-bottom: 20px;
	}
	
	.app_exa h4 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	
	.app_exa ul li p {
		margin-top: 8px;
		font-size: 18px;
	}
	
	.del_cer {
		margin-top: 16px;
	}
	
	.infoform li:nth-of-type(5) input {
		width: 16.1%;
	}
	
	.pro_lxbtn {
		margin-top: 22px;
	}
	
	.share {
		margin-top: 20px;
	}
	
	.case_tit {
		font-size: 27px;
	}
	
	.case_list li .in_scaitem .in_cabtext p {
		font-size: 20px;
	}
	
	.ab_war .in_ablcon ul li p {
		color: #333;
	}
	
	.ab_facpp p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.con_us {
		padding-right: 0;
	}
	
	.con_info {
		padding: 20px 30px 30px 30px;
	}
	
	.con_tit {
		font-size: 22px;
	}
}

@media screen and (max-width: 768px) {
	.in_pro, .in_why {
		padding: 30px 0;
	}
	
	.home_boxtit {
		font-size: 25px;
	}
	
	.backToTop {
		width: 40px;
		height: 40px;
	}
	
	.in_pro, .in_why, .in_ab {
		padding: 25px 0;
	}
	
	.i_bptext {
		padding: 20px;
	}
	
	.i_bptext p {
		margin-top: 6px;
	}
	
	.in_whybox {
		margin-top: 15px;
	}
	
	.in_whybox li {
		width: 100%;
		float: none;
	}
	
	.in_whybox li:nth-of-type(even) {
		float: none;
	}
	
	.in_whytext p {
		font-size: 17px;
		line-height: 28px;
	}
	
	.in_whytext {
		padding: 10% 25px 0 25px;
	}
	
	.in_whybox li {
		margin-bottom: 8px;
	}
	
	.in_casebox .lcon {
		width: 100%;
		float: none;
	}
	
	.in_casebig {
		overflow: hidden;
	}
	
	.in_casebig li {
		width: 49%;
		margin-right: 2%;
		float: left;
	}
	
	.in_casebig li:nth-of-type(2) {
		margin-right: 0;
	}
	
	.in_cabtext p {
		font-size: 18px;
		line-height: 24px;
		height: 48px;
	}
	
	.in_ablcon p {
		font-size: 17px;
	}
	
	.in_casebox .rcon {
		margin-left: 0;
		padding-left: 0;
	}
	
	.in_casetit {
		padding-left: 0;
	}
	
	.in_scaitem .in_cabtext {
		top: 0;
	}
	
	.in_case {
		padding: 20px 0 10px 0;
	}
	
	.in_news {
		padding: 25px 0;
	}
	
	.i_ndate {
		display: none;
	}
	
	.i_ntext {
		margin-top: 4px;
	}
	
	.f_navinfo .f_item2, .pro_listwar .lcon .in_picon {
		display: none;
	}
	
	.f_navinfo .f_item3, .f_navinfo .f_item4 {
		width: 48%;
	}
	
	.f_navinfo h4 {
		padding-bottom: 0;
	}
	
	.f_navinfo h4:before, .f_navinfo h4:after {
		display: none;
	}
	
	.copyright {
		padding: 15px 0;
	}
	
	.pro_listwar .rcon {
		margin-left: 0;
		padding-left: 0;
	}
	
	.pro_litext p {
		height: 44px;
	}
	
	.show_pic {
		height: 472px;
	}
	
	#showArea {
		height: 434px;
	}
	
	.del_info h2 {
		font-size: 24px;
	}
	
	.del_item h3 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	
	.del_intro .in_lcon {
		width: 100%;
		float: none;
	}
	
	.del_intro .in_rcon {
		margin-left: 0;
		padding-left: 0;
	}
	
	.del_fea {
		margin-top: 25px;
	}
	
	.del_fea li {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	.app_exa h4 {
		font-size: 20px;
	}
	
	.app_exa ul li {
		margin-bottom: 14px;
	}
	
	.infoform li:nth-of-type(5) input {
		width: 15%;
	}
	
	.f_navinfo h4 {
		font-size: 22px;
	}
	
	.news_txt h3 {
		font-size: 20px;
		line-height: 32px;
		height: 32px;
	}
	
	.n_datev {
		font-size: 16px;
	}
	
	.news_item em {
		display: none;
	}
	
	.news_item {
		padding-right: 0;
	}
	
	.news_item .n_lcon {
		width: 190px;
	}
	
	.news_item .n_rcon {
		margin-left: 190px;
	}
	
	.case_list li .in_scaitem .in_cabtext p {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}
	
	.case_list li {
		margin-bottom: 14px;
	}
	
	.case_tit {
		font-size: 21px;
	}
	
	.con_lxmap .lcon {
		width: 100%;
		float: none;
	}
	
	.con_lxmap .rcon {
		margin-left: 0;
	}
	
	.con_lxmap:before {
		display: none;
	}
	
	.con_info {
		padding: 0;
	}
	
	.con_us li {
		margin-bottom: 20px;
	}
	
	.con_us {
		margin-top: 14px;
	}
	
	.quiry_info li p {
		font-size: 17px;
	}
	
	.quiry_info li {
		margin-bottom: 12px;
	}
	
	.f_item4 ul li {
		margin-bottom: 6px;
	}
	
	.con_lxfs li {
		margin-bottom: 10px;
	}
	
	.f_item4 form {
		margin-top: 14px;
	}
	
	.con_lxfs {
		margin-top: 16px;
	}
	
	.pro_listwar .lcon {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.in_picon li img {
		display: none;
	}
	
	body {
		font-size: 16px;
	}
	
	.in_picon li h6 {
		width: 75px;
		height: 75px;
		line-height: 75px;
	}
	
	.in_picon {
		padding: 12px;
	}
	
	.i_bptext {
		padding: 15px;
	}
	
	.i_bptext h3 {
		font-size: 21px;
	}
	
	.in_whytext {
		padding: 7% 20px 0 20px;
	}
	
	.in_ablcon h4 {
		font-size: 20px;
	}
	
	.in_ablcon p {
		font-size: 16px;
	}
	
	.in_pro, .in_why, .in_ab {
		padding: 20px 0;
	}
	
	.in_case {
		padding-top: 0;
	}
	
	.in_casetit p {
		line-height: 24px;
		height: 48px;
		overflow: hidden;
	}
	
	.in_scaitem .in_cabtext {
		padding: 15px;
	}
	
	.f_navinfo {
		padding: 20px 0;
	}
	
	.subbanner {
		overflow: hidden;
	}
	
	.subbanner img {
		height: 140px;
		width: auto;
	}
	
	.paddt90 {
		padding-top: 20px;
	}
	
	.pro_listwar {
		padding-bottom: 30px;
	}
	
	.show_pic {
		height: 389px;
	}
	
	#showArea {
		height: 350px;
	}
	
	.pro_desc p {
		line-height: 26px;
	}
	
	.pro_desc {
		margin-top: 9px;
	}
	
	.del_datapict li .data_pic {
		width: 100%;
		float: none;
	}
	
	.data_text {
		margin-left: 0;
		padding: 20px;
	}
	
	.data_text h5 {
		margin-bottom: 8px;
	}
	
	.infoform li:nth-of-type(5) input {
		width: 14%;
	}
	
	.news_item .news_txt h3 {
		font-size: 20px;
	}
	
	.case_list li {
		width: 49%;
	}
	
	.case_list li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.case_list li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.case_list {
		margin-top: 18px;
	}
	
	.case_desc {
		padding-right: 0;
		line-height: 21px;
	}
	
	.ab_war {
		padding-bottom: 25px;
	}
	
	.ab_fac {
		padding: 20px 0;
	}
	
	.ab_facpp {
		margin-top: 8px;
	}
	
	.quiry_info {
		margin-top: 12px;
	}
}

@media screen and (max-width:480px) {
	.home_boxtit {
		font-size: 23px;
	}
	
	.in_desc {
		margin-top: 2px;
	}
	
	.in_picon li p {
		font-size: 16px;
	}
	
	.in_pwar {
		margin-top: 15px;
	}
	
	.in_picon li {
		width: 33.333%;
		padding: 5px 0;
	}
	
	.in_pwar .rcon {
		display: none;
	}
	
	.in_pro, .in_why, .in_ab {
		padding: 15px 0;
	}
	
	.in_whytext h3 {
		font-size: 20px;
	}
	
	.in_whytext h3 i {
		font-size: 21px;
	}
	
	.in_whytext p {
		font-size: 16px;
		line-height: 20px;
		padding-left: 27px;
	}
	
	.in_ablcon {
		margin-top: 4px;
	}
	
	.in_ablcon ul li span {
		font-size: 26px;
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
	
	.in_ablcon ul li {
		margin-right: 1%;
		width: 32%;
	}
	
	.in_ablcon p {
		line-height: 22px;
	}
	
	.in_cabtext {
		padding: 10px;
	}
	
	.in_cabtext p {
		margin-top: 48%;
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
	
	.in_casetit a {
		padding: 9px 22px;
	}
	
	.in_scase {
		margin-top: 16px;
	}
	
	.in_scase li {
		width: 49%;
		margin-bottom: 10px;
	}
	
	.in_scase li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.in_scase li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.in_scaitem .in_cabtext p {
		font-size: 17px;
	}
	
	.in_news {
		padding: 20px 0;
	}
	
	.in_newslist {
		margin-top: 12px;
	}
	
	.in_newslist li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.i_ntext h3 {
		font-size: 18px;
	}
	
	.f_navinfo .f_item3 {
		width: 100%;
		float: none;
	}
	
	.f_navinfo .f_item4 {
		width: 100%;
		float: none;
	}
	
	.f_navinfo h4 {
		font-size: 19px;
	}
	
	.copyright {
		padding: 10px 0;
		font-size: 16px;
	}
	
	footer {
		margin-bottom: 60px;
	}
	
	.footmenu {
		display: block;
	}
	
	.footmenu div.con {
		background: #0068b3;
	}
	
	.pro_tittext h2 {
		font-size: 20px;
	}
	
	.pro_listbox {
		margin-top: 14px;
	}
	
	.pro_listbox li {
		width: 49%;
		margin-bottom: 12px;
	}
	
	.pro_listbox li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.pro_listbox li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.show_pic {
		height: 286px;
	}
	
	#showArea div {
		margin: 2px 0;
	}
	
	#showArea {
		height: 247px;
	}
	
	.del_rcon {
		margin-top: 10px;
		padding: 0;
	}
	
	.del_info {
		padding: 10px;
		box-shadow: none;
	}
	
	.del_info h2 {
		font-size: 20px;
	}
	
	.pro_lxbtn {
		margin-top: 12px;
	}
	
	.del_item {
		padding: 10px 0;
	}
	
	.del_itemtext dl dd p {
		line-height: 23px;
	}
	
	.del_item h3:after {
		display: none;
	}
	
	.pro_table {
		margin-top: 0;
	}
	
	.pro_table table tr td {
		padding: 10px;
	}
	
	.deltab_p {
		margin-top: 10px;
	}
	
	.del_datapict {
		margin-top: 12px;
	}
	
	.data_text {
		padding: 10px;
	}
	
	.data_text p {
		line-height: 23px;
	}
	
	.data_text h5 {
		font-size: 20px;
	}
	
	.del_fea, .del_cer, .infoform {
		margin-top: 0;
	}
	
	.del_fea li p {
		margin-bottom: 5px;
	}
	
	.del_fea li {
		margin-bottom: 9px;
	}
	
	.app_exa h4 {
		margin-bottom: 12px;
	}
	
	.app_exa ul li {
		width: 49%;
		margin-bottom: 11px;
	}
	
	.app_exa ul li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.app_exa ul li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.del_cer li {
		width: 49%;
		margin-bottom: 11px;
		float: left;
		margin-right: 2%;
	}
	
	.del_cer li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.infoform li {
		width: 100%;
		float: none;
		margin-bottom: 6px;
	}
	
	.infoform li:nth-of-type(even) {
		float: none;
	}
	
	.infoform li span {
		display: block;
		width: 100%;
		margin-bottom: 6px;
	}
	
	.infoform li:nth-of-type(5) input {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 6px;
	}
	
	.infoform li:last-child {
		margin-top: 0;
	}
	
	.del_fea li p {
		padding-left: 22px;
		font-size: 18px;
	}
	
	.news_txt p {
		line-height: 24px;
		height: 48px;
	}
	
	.news_txt {
		margin-top: 6px;
	}
	
	.news_txt em {
		margin-top: 12px;
	}
	
	.news_list {
		margin-top: 0;
		padding-bottom: 10px;
	}
	
	.news_list li {
		padding: 10px 0;
	}
	
	.news_item .n_lcon {
		width: 100%;
		float: none;
	}
	
	.news_item .n_rcon {
		margin-left: 0;
		padding-left: 0;
		margin-top: 10px;
	}
	
	.news_item .n_rcon .news_txt p {
		height: 48px;
	}
	
	.news_war {
		padding-bottom: 20px;
	}
	
	.infocon h1 {
		font-size: 20px;
		line-height: normal;
	}
	
	.infocon .time {
		margin-bottom: 7px;
	}
	
	.infocon p {
		font-size: 16px;
		line-height: 22px;
	}
	
	.infocon .other {
		margin-top: 20px;
		padding-top: 10px;
	}
	
	.infocon {
		margin-bottom: 20px;
	}
	
	.case_tit {
		padding-bottom: 0;
	}
	
	.case_tit:after {
		display: none;
	}
	
	.case_desc {
		margin-top: 4px;
	}
	
	.case_box {
		padding-bottom: 30px;
	}
	
	.case_list li .in_scaitem .in_cabtext p {
		margin-top: 52%;
	}
	
	.ab_war:before {
		display: none;
	}
	
	.ab_war {
		padding-bottom: 15px;
	}
	
	.con_lxmap .lcon {
		padding-right: 0;
	}
}

@media screen and (max-width:414px) {
	.in_picon li {
		width: 50%;
	}
	
	.in_whytext {
		padding: 2% 20px 0 20px;
	}
	
	.news_txt em {
		display: none;
	}
	
	.ab_facpic li {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	
	.ab_facpic li:last-child {
		margin-left: 0;
	}
}

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

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