
@charset "utf-8";

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

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

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}

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

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

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

.owl-item.loading {
	min-height: 150px;
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/source/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/ajaxloader.gif") no-repeat center center;
}

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

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

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

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

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

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

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

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

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

.grabbing {
	cursor: url("https://www.drymortarplant-top.com/wp-content/themes/tongding/static/css/grabbing.png") 8 8, move;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
	box-sizing: border-box;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

/*@font-face {font-family: "iconfont";*/

/*src: url('iconfont.eot?t=1553486171452'); !* IE9 *!*/

/*src: url('../fonts/iconfont.eot') format('embedded-opentype'), !* IE6-IE8 *!*/

/*url('../fonts/a63bc5b4e31a4ae09d743c6c0f59994a.woff') format('woff2'),*/

/*url('../fonts/iconfont.woff') format('woff'),*/

/*url('../fonts/iconfont.ttf') format('truetype'), !* chrome, firefox, opera, Safari, Android, iOS 4.2+ *!*/

/*url('../fonts/iconfont.svg') format('svg'); !* iOS 4.1- *!*/

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

.icon-biaoqian:before {
	content: "";
}

.icon-jiejuefangan:before {
	content: "";
}

.icon-business-icon-OEM:before {
	content: "";
}

.icon-ceshishenqing:before {
	content: "";
}

.icon-icon-project:before {
	content: "";
}

.icon-chanpinku:before {
	content: "";
}

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

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

.icon-jishufuwu:before {
	content: "";
}

.icon-kefu1:before {
	content: "";
}

.icon-a-jishushenchahuiyi-16px3:before {
	content: "";
}

.icon-xiazai:before {
	content: "";
}

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

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

.icon-dianhua5:before {
	content: "";
}

.icon-diqiu-shijie:before {
	content: "";
}

.icon-gongsi:before {
	content: "";
}

.icon-liuyan1:before {
	content: "";
}

.icon-kefu:before {
	content: "";
}

.icon-jishuyoushi:before {
	content: "";
}

.icon-pinzhijianmo:before {
	content: "";
}

.icon-jishuzhichi-copy:before {
	content: "";
}

.icon-tuanduiguanli:before {
	content: "";
}

.icon-sp-gongdiankekaoxing:before {
	content: "";
}

.icon-zhibiao:before {
	content: "";
}

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

.icon-guanghuanjingceshi:before {
	content: "";
}

.icon-QAzhiliangbaozheng:before {
	content: "";
}

.icon-yanfapingtai:before {
	content: "";
}

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

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

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

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

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

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

.icon-status-play-copy:before {
	content: "";
}

.icon-wechat1:before {
	content: "";
}

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

.icon-zixun1:before {
	content: "";
}

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

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

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

.icon-youjiantou:before {
	content: "";
}

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

.icon-jiantou-left: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-mn_fasong_fill:before {
	content: "";
}

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

.icon-youxiang:before {
	content: "";
}

.icon-instagram-fill1:before {
	content: "";
}

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

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

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

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

.icon-shoujilianxi:before {
	content: "";
}

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

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

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

.icon-pinterest1:before {
	content: "";
}

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

.icon-pinterest:before {
	content: "";
}

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

.icon-jurassic_message:before {
	content: "";
}

.icon-ins:before {
	content: "";
}

.icon-instagram-fill:before {
	content: "";
}

.icon-fasong:before {
	content: "";
}

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

.icon-dianhua3:before {
	content: "";
}

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

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

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

.icon-WhatsappMessage:before {
	content: "";
}

.icon-Mail:before {
	content: "";
}

.icon-douyin:before {
	content: "";
}

.icon-sousuo:before {
	content: "";
}

.icon-backtop:before {
	content: "";
}

.icon-fg:before {
	content: "";
}

/*@font-face {font-family: "iconfont";*/

/*src: url('iconfont.eot?t=1553486171452'); !* IE9 *!*/

/*src: url('../fonts/iconfont.eot') format('embedded-opentype'), !* IE6-IE8 *!*/

/*url('../fonts/a63bc5b4e31a4ae09d743c6c0f59994a.woff') format('woff2'),*/

/*url('../fonts/iconfont.woff') format('woff'),*/

/*url('../fonts/iconfont.ttf') format('truetype'), !* chrome, firefox, opera, Safari, Android, iOS 4.2+ *!*/

/*url('../fonts/iconfont.svg') format('svg'); !* iOS 4.1- *!*/

/*}*/

/*.iconfont {*/

/*font-family: "iconfont" !important;*/

/*font-size: 16px;*/

/*font-style: normal;*/

/*-webkit-font-smoothing: antialiased;*/

/*-moz-osx-font-smoothing: grayscale;*/

/*}*/

/*.icon-youtube:before {*/

/*content: "\e660";*/

/*}*/

/*.icon-menu:before {*/

/*content: "\e606";*/

/*}*/

/*.icon-twitter:before {*/

/*content: "\e872";*/

/*}*/

/*.icon-tel:before {*/

/*content: "\e6e8";*/

/*}*/

/*.icon-linkedin:before {*/

/*content: "\e7d7";*/

/*}*/

/*.icon-tel1:before {*/

/*content: "\e83e";*/

/*}*/

/*.icon-mail:before {*/

/*content: "\e615";*/

/*}*/

/*.icon-dizhi:before {*/

/*content: "\e68c";*/

/*}*/

/*.icon-facebook:before {*/

/*content: "\e659";*/

/*}*/
.iconfont:before {
	display: block;
	margin: 0 auto;
}

.backToTop {
	width: 50px;
	height: 50px;
	right: 10px;
	bottom: 50px;
	background: #00feff url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/icon_top.png") no-repeat center;
	z-index: 3;
	cursor: pointer;
	position: fixed;
	text-indent: 9999px;
	border-radius: 2px;
	transition: all .3s;
}

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

.backToTop:hover {
	opacity: .8;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	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;
	outline: none;
	border-radius: 0;
	font-size: 14px;
	font-family: Arial;
}

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

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

a:hover {
	cursor: pointer;
}

a:focus {
	outline: none;
}

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

.banner_home {
	margin-top: 80px;
	position: relative;
}

.banner_home img {
	width: 100%;
}

.banner_home .custom_paging {
	position: absolute;
	width: 100%;
	top: 35%;
	left: 0;
	z-index: 8;
}

.banner {
	position: relative;
}

.banner .slick-dots {
	bottom: 40px;
}

.banner .slick-dots li button {
	background: #fff;
	padding: 0;
	width: 18px;
	height: 18px;
	border-radius: 18px;
}

.banner .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 8px;
}

.banner .slick-dots li.slick-active button {
	background: #c81f21;
}

header {
	height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 9;
	background: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .05);
}

.logo {
	position: fixed;
	left: 200px;
	top: 0;
	margin: 5px 0;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
}

#nav {
	margin-left: 420px;
}

nav li {
	display: inline-block;
	position: relative;
	float: left;
}

nav li > a {
	display: block;
	padding: 0 28px;
	font-size: 18px;
	overflow: hidden;
	text-transform: capitalize;
	line-height: 80px;
	transition: .5s;
	position: relative;
}

nav li.on > a, nav li:hover > a {
	color: #333;
	background: #00feff;
}

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

nav li:hover .menu {
	opacity: 1;
	left: 50%;
	margin-left: -720px;
}

nav dl {
	position: absolute;
	background: #00feff;
	display: block;
	width: 260px;
	top: 80px;
	opacity: 0;
	transition: opacity 1s ease;
	left: 9999px;
	z-index: 999;
}

nav dl a {
	color: #333;
	display: block;
	line-height: 24px;
	text-align: left;
	padding: 10px 15px;
	border-bottom: 1px dashed rgba(255, 255, 255, .3);
}

nav dl a:hover {
	color: #333;
	background: #fff;
}

nav dl dd {
	position: relative;
}

nav dl dd div {
	width: auto;
	position: absolute;
	left: 100%;
	top: 0;
	background: #00feff;
	display: none;
}

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

nav dl dd div a {
	padding: 6px 18px;
	white-space: nowrap;
	color: #333;
	border-bottom: none;
	min-width: 200px;
}

nav dl dd div a:hover {
	color: #222;
}

.media a.icon-facebook {
	background: #4460a0;
}

.media a.icon-twitter {
	background: #2fb0ec;
}

.media a.icon-youtube {
	background: #dd1829;
}

.media a.icon-linkedin {
	background: #0084b1;
}

.rightNavbar {
	position: absolute;
	right: 75px;
	top: 0;
	font-size: 16px;
	padding-top: 20px;
}

.rightNavbar .media a {
	display: inline-block;
	color: #999;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	height: 35px;
	font-size: 24px;
	margin-left: 10px;
	background: none;
}

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

.rightNavbar .media a.icon-facebook:hover {
	background: #4460a0;
}

.rightNavbar .media a.icon-twitter:hover {
	background: #2fb0ec;
}

.rightNavbar .media a.icon-youtube:hover {
	background: #dd1829;
}

.rightNavbar .media a.icon-linkedin:hover {
	background: #0084b1;
}

.head_rcon {
	position: absolute;
	right: 85px;
	top: 29px;
	width: 120px;
}

.languagebox {
	position: relative;
	line-height: 31px;
	width: 65px;
	float: left;
}

.languagebox:before {
	content: "";
	position: absolute;
	top: 13px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #222 transparent transparent transparent;
}

.languagebox:after {
	content: "";
	font-size: 22px;
	color: #222;
	position: absolute;
	top: 0;
	left: -22px;
	font-family: iconfont;
}

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

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

.languagebox ul li {
	height: auto;
	line-height: 26px;
	background: #fff;
	padding: 0 5px;
}

.languagebox ul li:first-child {
	background: transparent;
	height: 28px;
	line-height: 28px;
}

.languagebox ul li:first-child a {
	color: #222;
}

.languagebox a {
	line-height: 26px;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}

.languagebox:hover ul {
	height: auto;
}

.search-button {
	margin-top: 4px;
	cursor: pointer;
	width: 26px;
	float: right;
	position: relative;
	height: 26px;
	line-height: 26px;
	display: inline-block;
}

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

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

.searchform i {
	font-size: 22px;
	color: #000 !important;
}

.searchform input {
	width: 190px;
	background: #00feff;
	color: #000;
	line-height: 51px;
	padding-left: 10px;
	float: left;
}

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

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

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

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

.rel_swiper .owl-item .in_proitem {
	background: #fff;
	text-align: center;
	position: relative;
}

/*.link_a{ position: absolute; width: 100%; transition: all 0.3s; display: flex; align-items: center; justify-content: center; height: 100%; background: rgba(72,73,65,0.7); top: -100%; left: 0; text-align: center; }*/
.link_a h6 {
	color: #fff;
	font-size: 50px;
}

.rel_swiper .item:hover .link_a {
	top: 0;
}

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

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

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

.rel_swiper .owl-controls .owl-buttons div {
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/right.png") center center no-repeat;
	background-size: 100%;
	position: absolute;
	border-radius: 0;
	height: 33px;
	width: 19px;
}

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

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

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

.rel_swiper .owl-controls .owl-buttons div:hover {
	cursor: pointer;
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/right3.png") center center no-repeat;
	background-size: 100%;
}

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

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

#nav .nav-button i {
	font-size: 22px;
}

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

.position {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	top: 0;
	z-index: 99;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .07);
}

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

.footer .copyright, .footer .row {
	padding: 30px 0;
}

.footer .row {
	background: #00feff;
	color: #333;
	padding-bottom: 20px;
}

.footer ul {
	max-width: 1440px;
	margin: 0 auto;
}

.footer ul li {
	width: 48%;
	float: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	position: relative;
	margin-bottom: 35px;
	min-height: 136px;
}

.footer ul li:nth-child(even) {
	width: 48%;
	margin-left: 4%;
}

.footer ul li:nth-child(1) {
	font-size: 30px;
}

.footer ul label {
	font-size: 16px;
	display: block;
	font-weight: 100;
	margin: 3px 0 15px 50px;
}

.footer ul h6 {
	font-size: 34px;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 100;
}

.footer ul h6.icon-fax {
	width: 40px;
	height: 29px;
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/iconfax.png") no-repeat center;
	background-size: 32px;
}

.footer ul h6.icon-fax.nitro-lazy {
	background: none !important;
}

.footer ul a {
	color: #333;
	font-size: 30px;
}

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

.footer .copyright {
	text-align: center;
	font-size: 16px;
	background: #00feff;
	color: #333;
}

.footer .media a {
	margin: 0 7px;
}

.footer .media {
	margin-bottom: 40px;
}

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

.footmenu img {
	display: block;
}

.footmenu div.bgcolor {
	height: 60px;
	clear: both;
	background: #c52720;
}

.footmenu div.con {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
}

.footmenu a, .language {
	color: #fff;
	height: 50px;
	display: block;
	width: 25%;
	text-align: center;
	float: left;
	position: relative;
}

.footmenu a i {
	display: block;
	width: 25px;
	height: 25px;
	margin: 5px auto 3px;
	font-size: 22px;
}

.footmenu a.whatsapp i {
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/whatsapp.png") no-repeat 0 2px;
	background-size: auto 23px;
}

.footmenu a.whatsapp i.nitro-lazy {
	background: none !important;
}

.flkn-icon.flkn-jump {
	width: 28px;
	height: 16px;
	margin-left: -14px;
}

.flkn-icon-arrow_down {
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/arrow_down.png") no-repeat center;
}

.flkn-icon-arrow_down.nitro-lazy {
	background: none !important;
}

.flkn-icon {
	content: "";
	display: block;
	max-width: 100%;
	width: 24px;
	width: var(--flkn-icon-width);
	height: 24px;
	height: var(--flkn-icon-height);
	background-size: 100%;
	background-size: var(--flkn-icon-bg_size);
	background-color: transparent;
	background-color: var(--flkn-icon-bg_color);
	background-repeat: no-repeat;
	background-repeat: var(--flkn-icon-bg_repeat);
	background-position: 50%;
	background-position: var(--flkn-icon-bg_position);
	text-indent: -9999px;
	overflow: hidden;
}

.flkn-jump {
	position: absolute;
	bottom: 85px;
	left: 50%;
	background-size: cover;
	cursor: pointer;
	-webkit-animation-name: a;
	animation-name: a;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.in {
	position: absolute;
	bottom: 140px;
	width: 100%;
	text-align: center;
}

.in a {
	display: inline-block;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, .7);
	border-radius: 35px;
	font-size: 18px;
	color: #00feff;
	font-weight: 600;
	padding: 10px 35px;
}

.in a:hover {
	background: rgba(255, 255, 255, 1);
}

.fullHeightPage {
	height: 100vh;
	position: relative;
	background: #fff;
}

.fullHeightPage video {
	width: 100%;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
	display: block;
	object-fit: cover;
}

.product-content {
	display: flex;
	height: 60%;
	flex-flow: column nowrap;
	position: absolute;
	padding-bottom: 60px;
	top: 0;
	width: 100%;
	vertical-align: baseline;
	align-items: center;
	justify-content: center;
}

.landing-content {
	display: flex;
	flex-flow: column nowrap;
	position: absolute;
	top: 150px;
	width: 100%;
	vertical-align: baseline;
	align-items: center;
	justify-content: center;
}

.landing-slogan {
	font-size: 54px;
	color: white;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	transition: all .3s;
}

/*.landing-slogan:hover{transform: scale(1.1);}*/
.landing-slogan a, .landing-subtitle a {
	color: #fff;
}

.landing-subtitle {
	font-size: 18px;
	color: white;
	font-weight: 600;
	text-align: center;
}

.landing-subtitle a {
	margin: 5px 10px;
	display: inline-block;
}

.landing-subtitle a:hover {
	text-decoration: underline;
}

#tdsj {
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/tdsjbg.jpg") no-repeat center;
	background-size: cover;
}

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

#sand {
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/sandbg.jpg") no-repeat center;
	background-size: cover;
}

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

#pack {
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/source/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/packbg.jpg") no-repeat center;
	background-size: cover;
}

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

.left_slide {
	position: absolute;
	left: 0;
	width: 320px;
	background: #00feff;
	height: 100%;
	color: #333;
	padding-top: 260px;
	z-index: 2;
}

.left_slide h2 {
	font-size: 54px;
	text-transform: uppercase;
	transform: rotate(90deg);
	display: inline-block;
	transition: all .1s;
	margin-left: 12px;
}

.left_slide h2:hover {
	font-size: 58px;
}

.left_slide h2 a {
	color: #333;
	font-weight: 600;
}

/*#contact .left_slide h2 a{ color: #fff; }*/
.left_slide .contact, .left_slide .year {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.left_slide .contact {
	bottom: 160px;
}

.left_slide .year {
	bottom: 100px;
}

.left_slide .year a {
	color: #333;
	margin: 0 10px;
	font-size: 16px;
}

.left_slide .year a:hover {
	color: #00feff;
}

.left_slide .contact a {
	display: inline-block;
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #00feff;
	font-size: 30px;
	border-radius: 50%;
	margin: 0 8px;
}

.left_slide .contact a:hover {
	transform: rotate(360deg);
}

.aboutbox .foncon, .additivbox .foncon, .contactbox .foncon, .newsbox .foncon {
	position: absolute;
	left: 0;
	padding-left: 320px;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 180px;
	margin-left: 150px;
}

.proinfomenu {
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
}

.proinfomenu .warper {
	overflow: hidden;
}

.proinfomenu a {
	width: 23%;
	margin-right: 2.6%;
	font-size: 20px;
	color: #fff;
	float: left;
	margin-bottom: 10px;
	display: block;
	line-height: 50px;
	font-family: seguisb_1;
	border: solid 1px #e1dcdc;
	display: block;
	height: 50px;
}

.proinfomenu a:nth-child(4) {
	float: right;
	margin-right: 0;
}

.proinfomenu a h6 {
	font-size: 30px;
	color: #222;
	margin-right: 10px;
}

.proinfomenu.top0 {
	position: fixed;
	top: 0;
	left: 0;
	margin-left: 0;
	z-index: 3;
	width: 100%;
	background: #fff;
	padding: 15px 0;
}

.proinfomenu a.on, .proinfomenu a:hover {
	color: #fff;
	background: #d01c14;
	border: none;
}

.proinfomenu a.on h6 {
	color: #fff;
}

.proinfomenu a:hover h6 {
	color: #fff;
}

.aboutbox {
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/aboutboxbg.jpg") no-repeat center;
	background-size: cover;
}

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

.aboutbox .vr {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/vr.png") no-repeat center;
	display: block;
	background-size: 100%;
	position: absolute;
	left: 50%;
	margin-left: -39px;
	top: 52%;
}

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

.aboutbox .foncon {
	color: #ccc;
}

.aboutbox .foncon .item {
	width: 31%;
	float: left;
}

.aboutbox .foncon .item1 {
	margin-right: 160px;
}

.aboutbox .foncon h3 {
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 40px;
}

.aboutbox .foncon h3 a {
	color: #fff;
}

.aboutbox .foncon h3 a:hover {
	color: #00feff;
}

.aboutbox .foncon p {
	line-height: 24px;
	font-size: 16px;
	line-height: 32px;
}

.aboutbox .foncon .item1 .fon {
	height: 208px;
	overflow: hidden;
}

.aboutbox .foncon .item2 .fon {
	height: 230px;
	overflow: hidden;
}

.aboutbox .foncon .item2 p {
	margin-bottom: 10px;
	position: relative;
	padding-left: 18px;
}

.aboutbox .foncon .item2 p:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 14px;
}

.aboutbox .foncon .aboutimg {
	position: relative;
	margin-top: 35px;
}

.aboutbox .foncon .aboutimg img {
	display: block;
	width: auto;
	max-width: 100%;
}

.aboutbox .foncon .aboutimg img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .3s;
}

.aboutbox .foncon .aboutimg:hover img:nth-child(2) {
	opacity: 1;
}

.additivbox {
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/additivboxbg.jpg") no-repeat center;
	background-size: cover;
}

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

.additivbox .tabnav, .additivbox .tabcon {
	width: 70%;
}

.additivbox .tabnav {
	text-align: center;
	margin-bottom: 100px;
}

.additivbox .tabnav a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #fff;
	line-height: 50px;
	border-radius: 30px;
	width: 31.5%;
	margin: 0 .8%;
	text-align: center;
	display: inline-block;
	position: relative;
	transition: all .1s;
}

.additivbox .tabnav a:after, .additnav a:after {
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/arrow_down2.png") no-repeat top center;
	width: 22px;
	height: 14px;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -11px;
	bottom: -12px;
	display: none;
	transition: all .3s;
}

.additivbox .tabnav a:hover, .additivbox .tabnav a.on, .additnav li:hover a, .additnav li.on a {
	background: #fff;
	color: #222;
}

.additivbox .tabnav a:hover:after, .additivbox .tabnav a.on:after, .additnav li:hover a:after, .additnav li.on a:after {
	display: block;
}

.additivbox .tabcon {
	overflow: hidden;
}

.additivbox .tabcon .lcon {
	width: 52%;
	float: left;
	margin-top: 10px;
}

.additivbox .tabcon .lcon img {
	width: 100%;
}

.additivbox .tabcon .rcon {
	width: 48%;
	float: right;
	text-align: right;
}

.additivbox .tabcon .rcon a {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin-left: 70px;
	position: relative;
	margin-bottom: 20px;
}

.additivbox .tabcon .rcon a:before {
	content: "";
	width: 156px;
	height: 156px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.additivbox .tabcon .rcon a img {
	display: block;
	height: 100%;
	margin-left: -10%;
}

.additivbox .tabcon .rcon a h3 {
	background: rgba(0, 0, 0, .2);
	color: #fff;
	position: absolute;
	left: -5%;
	top: 50%;
	width: 110%;
	line-height: 40px;
	height: 40px;
	text-align: center;
	margin-top: -20px;
	font-weight: 100;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all .3s;
}

.additivbox .tabcon .rcon a:nth-child(1), .additivbox .tabcon .rcon a:nth-child(3) {
	margin-left: 0;
}

.additivbox .tabcon .rcon a:hover h3 {
	background: rgba(0, 0, 0, .6);
}

.additivbox .tabcon .item, .additcon .item {
	display: none;
}

.additivbox .tabcon .item.on, .additcon .item.on {
	display: block;
}

.honor_lis li {
	float: left;
	width: 23%;
	margin: 0 1%;
	overflow: hidden;
	margin-bottom: 25px;
}

.honor_lis li img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.honor_lis li:hover img {
	transform: scale(1.1);
}

.contactbox {
	/*background:url(../images/contactboxbg.jpg) no-repeat center; background-size: cover;*/
	color: #333;
}

.contactbox .left_slide h2 {
	width: 400px;
	margin-left: -40px;
	display: block;
	margin-top: 50px;
}

.contactbox .lcon li, .editbox li {
	position: relative;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	color: #333;
}

.contactbox .lcon li label, .editbox label {
	display: block;
	margin-bottom: 12px;
	padding-left: 45px;
	font-size: 16px;
	color: #aaa;
	font-weight: 100;
}

.contactbox .lcon li h6, .editbox h6 {
	position: absolute;
	left: 0;
	top: -2px;
	font-weight: 100;
	font-size: 30px;
	color: #aaa;
}

.editbox h6.icon-fax, .contactbox h6.icon-fax {
	width: 40px;
	height: 29px;
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/iconfax2.png") no-repeat center;
	background-size: 32px;
}

.editbox h6.icon-fax.nitro-lazy, .contactbox h6.icon-fax.nitro-lazy {
	background: none !important;
}

.contactbox .lcon li a, .editbox a {
	color: #333;
}

.contactbox .lcon li a:hover, .editbox a:hover {
	color: #00feff;
}

.contactbox .lcon li:nth-child(4), .editbox li:nth-child(4) {
	font-size: 20px;
}

.contactbox .lcon {
	width: 32%;
	float: left;
}

.contactbox .media a, .editbox .media a, .footer .media a {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	border-radius: 50%;
}

.contactbox .media a, .editbox .media a {
	margin-right: 20px;
	float: left;
}

.contactbox .media a:hover, .editbox .media a:hover, .footer .media a:hover {
	transform: rotate(360deg);
}

.contactbox .rcon {
	width: 35%;
	margin-left: 100px;
	float: left;
}

.contactbox form li, .contact_form li, .pro_infomain form li {
	width: 46%;
	float: left;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

.contactbox form li:nth-child(even), .contact_form li:nth-child(even) {
	margin-left: 8%;
}

.contactbox form ul li:last-child, .contact_form ul li:last-child, .pro_infomain form li:last-child {
	width: 100%;
	float: none;
	overflow: hidden;
}

.contactbox form input, .contactbox form textarea, .contact_form input, .contact_form textarea, .pro_infomain input, .pro_infomain textarea {
	padding: 20px 0;
	width: 100%;
	background: none;
	color: #333;
	font-size: 16px;
	resize: none;
}

.contactbox form textarea, .contact_form textarea {
	resize: none;
}

.contactbox form input::-webkit-input-placeholder, .contactbox form textarea::-webkit-input-placeholder {
	color: #aaa;
}

.contactbox form input:-moz-placeholder, .contactbox form textarea:-moz-placeholder {
	color: #aaa;
}

.contactbox form button, .contact_form button {
	width: 180px;
	height: 50px;
	color: #333;
	background: #00feff;
	border: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-top: 50px;
	cursor: pointer;
}

.contactbox .copy {
	overflow: hidden;
	text-align: center;
	width: 60%;
	position: absolute;
	bottom: 60px;
	left: 350px;
	font-size: 16px;
	line-height: 30px;
}

.contactbox .copy a {
	color: #aaa;
}

.contactbox .copy a:hover {
	color: #00feff;
}

button:hover {
	opacity: .8;
}

.pro_infomain form {
	margin-top: 30px;
}

.pro_infomain form li {
	border: 1px solid #999;
	width: 49.5%;
}

.pro_infomain form li:nth-child(even) {
	margin-left: 1%;
}

.pro_infomain input, .pro_infomain textarea {
	padding: 20px 15px;
}

.pro_infomain button {
	font-size: 20px;
	width: 280px;
	height: 60px;
	border: 0;
	background: #00feff;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 25px;
	cursor: pointer;
}

.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: #25d366;
	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: #25d366;
	left: -999px;
	width: 0;
	font-size: 16px;
	transition: all .5s;
}

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

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

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

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

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

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

.l_fixed li .whatsapp {
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/whatsapp.png") no-repeat center;
	display: block;
	width: 40px;
	height: 40px;
}

.l_fixed li .whatsapp.nitro-lazy {
	background: none !important;
}

.l_fixed li .wechats {
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/wechatsas.png") no-repeat center;
	display: block;
	width: 40px;
	height: 40px;
}

.l_fixed li .wechats.nitro-lazy {
	background: none !important;
}

.l_fixed li:nth-of-type(6):hover a span {
	width: 120px;
	padding: 0 0px;
	background: none;
}

.newsbox {
	/*background:url(../images/newboxbg.jpg) no-repeat center; background-size: cover;*/
	color: #333;
}

.newsbox .left_slide {
	background: #fff;
}

.newsbox .left_slide h2 {
	margin-left: 74px;
	margin-top: -30px;
}

.newsbox .foncon {
	width: 82%;
}

.new_lis a {
	display: block;
	margin: 0 25px;
	position: relative;
	color: #aaa;
	text-align: center;
}

.new_lis a .pic {
	overflow: hidden;
}

.new_lis a img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.new_lis h3 {
	font-size: 20px;
	color: #333;
	font-weight: 100;
	margin-top: 40px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.new_lis p {
	line-height: 24px;
	font-size: 16px;
	height: 46px;
	overflow: hidden;
}

.new_lis .time {
	display: inline-block;
	position: absolute;
	left: 50%;
	width: 100px;
	background: #00feff;
	color: #333;
	line-height: 33px;
	font-size: 15px;
	margin-left: -50px;
	bottom: 103px;
}

.new_lis .owl-pagination {
	display: none;
}

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

.new_lis .owl-controls .owl-buttons div {
	width: 50px;
	height: 50px;
	text-indent: 999px;
	overflow: hidden;
	border-radius: 0;
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/right.png") no-repeat center;
	background-size: 20px;
	opacity: 1;
	margin: 0 30px;
	transition: all .3s;
}

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

.new_lis .owl-controls .owl-buttons div.owl-prev {
	transform: rotate(180deg);
}

.new_lis .owl-controls .owl-buttons:after {
	content: "";
	width: 1px;
	height: 20px;
	background: #fff;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -10px;
}

.new_lis .owl-controls .owl-buttons div:hover {
	background-color: #00feff;
}

.new_lis .owl-controls {
	position: absolute;
	bottom: -200px;
	text-align: center;
	width: 100%;
}

.new_lis a:hover img {
	transform: scale(1.1);
}

.new_lis a:hover h3 {
	color: #00feff;
}

.newsbox .flkn-jump, .aboutbox .flkn-jump, .additivbox .flkn-jump {
	margin-left: 125px;
}

/*二级页公用*/
.main {
	padding: 100px 0 40px 0;
	margin-top: 80px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.warper {
	max-width: 1440px;
	margin: 0 auto;
}

.maincon {
	position: relative;
	padding-left: 250px;
}

.row {
	overflow: hidden;
}

.digg4 {
	padding: 3px;
	margin: 3px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	margin-top: 70px;
	font-size: 18px;
}

.digg4 a, .digg4 span.miy, .digg4 span.current, .digg4 span.disabled {
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background: #fff;
	line-height: 60px;
	margin: 0 2px;
	color: #aaa;
	text-decoration: none;
}

.digg4 span.current {
	background: #fff;
	color: #00feff;
	text-decoration: none;
}

.digg4 span.disabled {
	line-height: 56px;
	color: #fff;
	background: #00feff;
	font-size: 40px;
}

.digg4 .disabledfy {
	font-family: Tahoma, Verdana;
}

/*contact us*/
.p_tit {
	position: absolute;
	left: 0;
	top: 0;
}

.p_tit h2 {
	overflow: hidden;
	transform: rotate(90deg);
	display: inline-block;
	margin-top: 145px;
	margin-left: -150px;
	color: #333;
	font-size: 54px;
	text-transform: uppercase;
}

.p_tit .year {
	position: absolute;
	left: -61px;
	top: 320px;
	transform: rotate(90deg);
	font-style: italic;
	color: #333;
}

.p_tit .year a {
	color: #fff;
	margin: 0 12px;
	font-size: 16px;
	font-style: normal;
}

.p_tit .year a:hover {
	color: #00feff;
}

.new_main .p_tit h2 {
	margin-left: -60px;
	margin-top: 50px;
}

.about_main .p_tit h2 {
	margin-left: -120px;
	margin-top: 110px;
}

.p_tit h2.pro_class01_name {
	margin-left: -253px;
	margin-top: 245px;
}

.p_tit h2.pro_class03_name {
	margin-left: -235px;
	margin-top: 220px;
}

.p_tit h2.pro_class04_name {
	margin-left: -122px;
	margin-top: 114px;
}

.pro_lxbtn ul {
	text-align: center;
	padding-top: 70px;
}

.pro_lxbtn ul li {
	display: inline-block;
	margin-right: 24%;
}

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

.editbox {
	width: 42%;
	float: left;
}

.contact_form {
	width: 50%;
	float: right;
}

.map {
	margin-top: 100px;
}

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

/*about*/
.about_banner {
	position: relative;
}

.about_banner a.vr {
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background: url("https://cdn-ileddgp.nitrocdn.com/LOEbOwfzjpglkaZVHpWqTdcgMHlomFng/assets/images/optimized/rev-e89a80a/www.drymortarplant-top.com/wp-content/themes/tongding/static/images/vr.png") no-repeat center;
	display: block;
	background-size: 100%;
	position: absolute;
	left: 50%;
	margin-left: -64px;
	top: 50%;
	margin-top: -64px;
}

.about_banner a.vr.nitro-lazy {
	background: none !important;
}

.about_main {
	padding-top: 0;
}

.about_main .maincon {
	margin-top: 100px;
}

.about_main img {
	max-width: 100%;
}

.about_main .fon {
	width: 45%;
	float: left;
	color: #333;
	line-height: 34px;
	font-size: 16px;
}

.about_main .fon p.red {
	color: #00feff;
	margin-bottom: 0;
	padding-left: 15px;
	position: relative;
}

.about_main .fon p.red:before {
	width: 5px;
	height: 5px;
	left: 0;
	top: 15px;
	background: #00feff;
	content: "";
	position: absolute;
	border-radius: 50%;
}

.about_main .fon strong {
	font-size: 18px;
	font-weight: 100;
}

.about_main .mgb {
	float: right;
	width: 40%;
	text-align: right;
}

/*news*/
.lis_new {
	overflow: hidden;
}

.lis_new li {
	overflow: hidden;
	border-bottom: 1px solid #4e4e4e;
	padding: 65px 0;
}

.lis_new li:first-child {
	padding-top: 0;
}

.lis_new .pic {
	width: 360px;
	float: left;
	overflow: hidden;
}

.lis_new .pic img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.lis_new .con {
	margin-left: 360px;
	padding-left: 50px;
}

.lis_new .time {
	background: #00feff;
	padding: 8px 18px;
	display: inline-block;
	color: #333;
	font-size: 15px;
}

.lis_new h3 {
	font-size: 20px;
	margin: 35px 0 22px 0;
	color: #333;
	transition: all .3s;
	font-weight: 100;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.lis_new p {
	color: #aaa;
	line-height: 26px;
	transition: all .3s;
	font-size: 16px;
	height: 78px;
	overflow: hidden;
}

.lis_new li:hover img {
	transform: scale(1.1);
}

/*product*/
.lis_pro {
	overflow: hidden;
}

.lis_pro li {
	margin-bottom: 100px;
}

.lis_pro li:last-child {
	margin-bottom: 0;
}

.lis_pro .name {
	position: relative;
	padding-right: 200px;
}

.lis_pro li img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.lis_pro h3 {
	display: inline-block;
	font-size: 30px;
	color: #fff;
	margin: 3px 0 10px 0;
	vertical-align: middle;
	margin-right: 30px;
}

.lis_pro .addthis_inline_share_toolbox {
	display: inline-block;
	vertical-align: middle;
}

.lis_pro a {
	display: block;
	overflow: hidden;
}

.lis_pro em {
	position: absolute;
	right: 0;
	top: 0;
	background: #00feff;
	color: #fff;
	font-style: normal;
	font-size: 16px;
	width: 110px;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
}

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

.lis_pro li:hover .pic img {
	transform: scale(1.1);
}

.lis_pro2 {
	overflow: hidden;
	margin: 0 -12px;
}

.lis_pro2 li {
	width: 31.333%;
	margin: 0 1%;
	float: left;
	text-align: center;
	margin-bottom: 45px;
}

.lis_pro2 img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.lis_pro2 .pic {
	overflow: hidden;
}

.lis_pro2 li h4 {
	color: #333;
	margin-top: 18px;
	font-weight: 100;
	font-size: 18px;
	height: 40px;
}

.lis_pro2 li:hover img {
	transform: scale(1.1);
}

.additnav {
	/*border-top:1px solid #333;*/
	margin-bottom: 50px;
	overflow: hidden;
}

.additnav li {
	width: 25%;
	display: block;
	float: left;
	position: relative;
	padding-bottom: 12px;
	padding-right: 10px;
}

.additnav li a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	padding: 20px 0;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.additnav li:nth-child(1) a {}

.additnav a:after {
	bottom: 0;
}

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

.del_main .de_lcon {
	width: 52%;
	float: left;
}

.del_main .de_rcon {
	margin-left: 52%;
	padding: 40px 0 0 32px;
}

.propicflash {
	width: 100%;
}

.propicflash .big img {
	display: none;
	width: 100%;
}

.propicflash .big img.on {
	display: block;
}

.propicflash .big {
	border: 1px solid #d3d3d3;
}

.propicflash .small {
	margin-top: 10px;
	overflow: hidden;
}

.propicflash .small img.on {
	display: block;
	border: 1px solid #42b034;
}

.propicflash .small img {
	float: left;
	width: 24.2%;
	margin-right: 1%;
	cursor: pointer;
	border: 1px solid #d3d3d3;
}

.propicflash .small img:last-child {
	margin-right: 0;
}

.de_rcon h1 {
	font-size: 40px;
	font-family: Roboto-Medium_0;
	font-weight: normal;
	color: #333;
}

.dl_desc {
	margin-top: 20px;
}

.dl_desc p {
	font-size: 20px;
	line-height: 30px;
	font-family: Roboto-Light;
}

.p_dlxdiv {
	margin-top: 42px;
	overflow: hidden;
	background: #e9eeed;
	padding: 35px 30px;
}

.p_dlxdiv li {
	float: left;
	position: relative;
	margin-right: 24px;
}

.p_dlxdiv li i {
	display: inline-block;
	-webkit-background-clip: text;
	margin-right: 6px;
	color: transparent;
	font-size: 30px;
	background-image: linear-gradient(0deg, #135b66, #238667);
}

.p_dlxdiv li a {
	color: #666;
	font-size: 30px;
}

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

.p_dlxdiv li:hover a {
	color: #1b7066;
	text-decoration: underline;
}

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

.pro_lxbtn a {
	line-height: 20px;
	background: #00feff;
	border-radius: 45px;
	position: relative;
	float: left;
	text-align: center;
	padding: 14px 15px;
	width: 50%;
	color: #333;
	display: inline-block;
}

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

.pro_lxbtn a:last-child {
	margin-left: 4%;
	background: #00feff;
	color: #333;
}

.pro_lxbtn a:hover {
	border-radius: 0;
}

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

.share {
	margin-top: 25px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}

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

.pro_detail h1 {
	font-size: 30px;
	color: #fff;
	margin-right: 200px;
	margin-bottom: 30px;
}

.pro_detail img, .pro_infomain img {
	max-width: 100%;
}

.pro_detail .addthis_inline_share_toolbox {
	position: absolute;
	right: 0;
	top: 0;
}

.pro_linka {
	position: absolute;
	left: -56px;
}

.pro1_linka {
	top: 650px;
}

.pro2_linka {
	top: 430px;
}

.pro3_linka {
	top: 580px;
}

.pro_linka a {
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	width: 160px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.pro_linka a:nth-child(1) {
	background: #00feff;
	color: #fff;
}

.pro_linka a i {
	display: inline-block;
	font-weight: 100;
	font-size: 26px;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

.pro_linka a:hover {
	opacity: .8;
}

.picbox {
	width: 600px;
	float: left;
}

.picbox img {
	display: none;
	width: 100%;
}

.picbox img.on {
	display: block;
}

.smalimg {
	position: absolute;
	bottom: 0;
	left: 600px;
	margin-left: 70px;
}

.smalimg img {
	border: 2px solid #999;
	width: 23.5%;
	margin-right: 1.5%;
	cursor: pointer;
}

.smalimg img.on {
	border-color: #fff;
}

.pro_detail .rcon {
	margin-left: 600px;
	padding-left: 70px;
	overflow: hidden;
}

.pro_detail .rcon .addthis_inline_share_toolbox {
	position: inherit;
	display: inline-block;
	vertical-align: middle;
	top: auto;
	right: auto;
	overflow: hidden;
}

.pro_detail .rcon h1 {
	display: inline-block;
	margin-right: 0;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 30px;
}

.pro_detail .fon {
	color: #aaa;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
	height: 180px;
	overflow: hidden;
}

.pro_detail .fon p {
	position: relative;
	padding-left: 20px;
}

.pro_detail .fon p:after {
	width: 5px;
	height: 5px;
	background: #aaa;
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	border-radius: 50%;
}

.propicflash .small img:last-child {
	margin-bottom: 0;
}

.pro_infomain {
	color: #333;
}

.pro_infomain h2 {
	font-size: 30px;
	margin: 70px 0 25px 0;
	padding-left: 16px;
	position: relative;
}

.pro_infomain h2:after {
	content: "";
	width: 6px;
	height: 30px;
	background: #00feff;
	position: absolute;
	top: -1px;
	left: 0;
}

.pro_infomain p {
	line-height: 28px;
	font-size: 16px;
}

.pro_infomain .app_li {
	overflow: hidden;
}

.pro_infomain .app_li li {
	width: 13.25%;
	float: left;
	margin: 0 .5%;
	text-align: center;
}

.pro_infomain .app_li8 li {
	width: 11.5%;
}

.pro_infomain .app_li6 li {
	width: 15.666%;
}

.pro_infomain .app_li img {
	width: 100%;
	display: block;
	transition: all .3s;
}

.pro_infomain .app_li div {
	border: 2px solid #aaa;
	overflow: hidden;
}

.pro_infomain .app_li li:hover img {
	transform: scale(1.1);
}

.pro_infomain .app_li b {
	font-weight: 100;
	margin-top: 12px;
	display: block;
	color: #aaa;
}

.pro_infomain .lr {
	overflow: hidden;
	background: #333;
	margin-bottom: 30px;
}

.pro_infomain .lr .lcon {
	float: left;
	width: 50%;
	padding: 40px;
}

.pro_infomain .lr .rcon {
	width: 45%;
	float: right;
}

.pro_infomain .lr img {
	width: 100%;
}

.tabbox {
	overflow-x: auto;
}

.tabbox table {
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

.tabbox table tr {
	transition: all .3s;
}

.tabbox table td {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 15px 10px;
	font-size: 15px;
	text-align: center;
}

.tabbox table tr:nth-child(odd) {
	background: #f8f8f8;
}

.tabbox table tr:nth-child(1) td {
	font-size: 16px;
	font-weight: 600;
	background: #00feff;
	color: #fff;
	padding: 20px 10px;
}

.tabbox table tr:nth-child(1) td p {
	color: #fff;
}

/*详情*/
.infocon {
	color: #333;
	font-size: 16px;
}

.infocon h1 {
	font-size: 26px;
	font-weight: inherit;
	text-align: center;
	margin-bottom: 10px;
	font-family: Conv_rom;
}

.infocon img {
	display: inline-block;
	max-width: 100%;
}

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

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

.infocon .other {
	color: #333;
}

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

.infocon .other a:hover {
	color: #00feff;
}

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

.infocon p {
	line-height: 34px;
	margin: 12px 0;
}

@media screen and (max-width: 1750px) {
	.rightNavbar {
		right: 20px;
	}
	
	.logo {
		left: 20px;
	}
	
	#nav {
		margin-left: 200px;
	}
	
	.additivbox .tabnav, .additivbox .tabcon {
		width: 76%;
	}
}

@media screen and (max-width: 1680px) {
	.fullHeightPage video {
		height: 100%;
		height: -moz-available;
		/* WebKit-based browsers will ignore this. */
		height: -webkit-fill-available;
		/* Mozilla-based browsers will ignore this. */
		height: fill-available;
	}
	
	.newsbox .flkn-jump, .aboutbox .flkn-jump, .additivbox .flkn-jump {
		margin-left: 150px;
	}
}

@media screen and (max-width: 1600px) {
	.rightNavbar .media a {
		margin-left: 5px;
	}
	
	nav li > a {
		padding: 0 24px;
	}
	
	.additivbox .tabcon .rcon a {
		margin-left: 50px;
	}
	
	.contactbox .lcon {
		width: 35%;
	}
	
	.contactbox .rcon {
		width: 38%;
	}
	
	.new_lis a {
		margin: 0 10px;
	}
	
	.pro_linka {
		left: 5px;
	}
	
	.pro1_linka {
		top: 600px;
	}
	
	.p_tit h2.pro_class01_name {
		margin-left: -240px;
	}
	
	.contactbox .foncon {
		padding-top: 80px;
	}
	
	.contactbox .copy {
		bottom: 5px;
	}
}

@media screen and (max-width: 1440px) {
	.new_lis a {
		margin: 0 20px;
	}
	
	.newsbox .flkn-jump, .aboutbox .flkn-jump, .additivbox .flkn-jump {
		margin-left: 65px;
	}
	
	.left_slide {
		width: 255px;
	}
	
	.aboutbox .foncon, .additivbox .foncon, .contactbox .foncon, .newsbox .foncon {
		margin-left: 80px;
		padding-left: 255px;
	}
	
	.additivbox .tabnav, .additivbox .tabcon {
		width: 87%;
	}
	
	.contactbox .lcon li {
		font-size: 28px;
	}
	
	.contactbox .rcon {
		margin-left: 50px;
		width: 45%;
	}
	
	.warper {
		padding: 0 10px;
	}
	
	.maincon {
		padding-left: 250px;
	}
	
	.footer ul {
		padding: 0 10px;
	}
	
	.p_tit {
		left: 5px;
	}
	
	.lis_pro2 {
		margin: 0;
	}
	
	.p_tit h2.pro_class01_name {
		margin-left: -230px;
	}
	
	.del_main .de_rcon {
		margin-left: 760px;
	}
	
	.del_main .de_lcon {
		width: 760px;
	}
}

@media screen and (max-width: 1440px) {
	.newsbox .flkn-jump, .aboutbox .flkn-jump, .additivbox .flkn-jump {
		margin-left: 73px;
	}
}

@media screen and (max-width: 1439px) {
	.rightNavbar {
		right: 10px;
	}
	
	.logo {
		left: 10px;
	}
	
	nav li > a {
		padding: 0 17px;
	}
	
	.aboutbox .left_slide h2 {
		width: 300px;
		margin-left: -30px;
	}
	
	.additivbox .left_slide h2 {
		margin-left: -30px;
	}
	
	.newsbox .left_slide h2 {
		margin-left: 30px;
	}
	
	.contactbox .left_slide h2 {
		margin-left: -58px;
	}
}

@media screen and (max-width: 1320px) {
	nav li > a {
		font-size: 16px;
		font-weight: 600;
	}
	
	.rightNavbar .media a {
		margin-left: 0;
	}
	
	.pro_detail .rcon {
		padding-left: 40px;
	}
	
	.smalimg {
		margin-left: 40px;
	}
}

@media screen and (max-width: 1280px) {
	.rightNavbar {
		display: none;
	}
	
	.aboutbox .foncon .item {
		width: 35%;
	}
	
	.aboutbox .foncon .item1 {
		margin-right: 110px;
	}
	
	.additivbox .tabcon .rcon a {
		width: 140px;
		height: 140px;
		margin-left: 30px;
	}
	
	.additivbox .tabcon .rcon a:before {
		width: 136px;
		height: 136px;
	}
	
	.newsbox .flkn-jump, .aboutbox .flkn-jump, .additivbox .flkn-jump {
		margin-left: 81px;
	}
	
	.newsbox .foncon {
		width: 88%;
	}
	
	.editbox {
		width: 45%;
	}
	
	.editbox li {
		font-size: 26px;
	}
	
	.picbox {
		width: 500px;
	}
	
	.smalimg {
		left: 500px;
	}
	
	.pro_detail .rcon {
		margin-left: 500px;
	}
	
	.del_main .de_rcon {
		margin-left: 654px;
		padding-left: 22px;
	}
	
	.del_main .de_lcon {
		width: 654px;
	}
}

@media screen and (max-width: 1199px) {
	nav li > a {
		padding: 0 10px;
	}
	
	.landing-slogan, .left_slide h2 {
		font-size: 50px;
	}
	
	.aboutbox .foncon .item1 {
		margin-right: 60px;
	}
	
	.aboutbox .foncon .item {
		width: 38%;
	}
	
	.additivbox .tabnav {
		margin-bottom: 55px;
		text-align: left;
	}
	
	.additivbox .tabnav a {
		width: auto;
		padding: 0 20px;
		margin: 0 2px;
	}
	
	.additivbox .tabcon .lcon {
		margin-top: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.additivbox .tabcon .lcon img {
		width: auto;
		max-width: 100%;
	}
	
	.additivbox .tabcon .rcon {
		width: 100%;
		float: none;
		text-align: left;
	}
	
	.additivbox .tabcon .rcon a {
		margin-left: 10px;
	}
	
	.additivbox .tabcon .rcon a:nth-child(3) {
		margin-left: 10px;
	}
	
	.newsbox .foncon {
		width: 90%;
	}
	
	.newsbox .flkn-jump, .aboutbox .flkn-jump, .additivbox .flkn-jump {
		margin-left: 135px;
	}
	
	.contactbox .rcon {
		display: none;
	}
	
	.contactbox .lcon {
		width: 80%;
	}
	
	.contactbox .copy {
		left: 200px;
	}
	
	.maincon {
		padding-left: 180px;
	}
	
	.lis_pro li {
		margin-bottom: 60px;
	}
	
	.lis_pro .pic {
		margin-top: 15px;
	}
	
	.p_tit h2 {
		font-size: 48px;
		margin-left: -139px;
		margin-top: 125px;
	}
	
	.p_tit h2.pro_class01_name {
		margin-left: -225px;
		margin-top: 225px;
	}
	
	.p_tit h2.pro_class03_name {
		margin-left: -200px;
		margin-top: 203px;
	}
	
	.p_tit h2.pro_class04_name {
		margin-left: -112px;
		margin-top: 100px;
	}
	
	.about_main .p_tit h2 {
		margin-left: -108px;
		margin-top: 100px;
	}
	
	.footer ul a {
		font-size: 26px;
	}
	
	.footer ul li {
		font-size: 18px;
	}
	
	.lis_pro em {
		display: none;
	}
	
	.lis_pro .name {
		padding-right: 0;
	}
	
	.additnav li {
		width: 30%;
	}
	
	.additnav li:nth-child(1) {}
	
	.pro_linka {
		position: inherit;
		top: auto;
		left: auto;
		margin-top: 20px;
	}
	
	.pro_linka a {
		display: inline-block;
		margin-right: 15px;
	}
	
	.pro_linka a:last-child {
		margin-right: 0;
	}
	
	.picbox {
		float: none;
		width: auto;
		max-width: 600px;
	}
	
	.smalimg {
		position: inherit;
		left: 0;
		margin-left: 0;
		margin: 15px 0 0 0;
	}
	
	.smalimg img {
		width: 15%;
	}
	
	.pro_detail .rcon {
		margin-left: 0;
		padding-left: 0;
		margin-top: 20px;
	}
	
	.pro_detail .fon {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.banner_home {
		margin-top: 0;
	}
	
	.logo img {
		height: 54px;
	}
	
	header {
		height: 64px;
	}
	
	body {
		padding-top: 64px;
	}
	
	nav {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 240px;
		height: 100%;
		box-shadow: 0 3px 5px #666;
		z-index: 99;
		overflow-y: auto;
		background: #eee;
		transform: translateX(-300px);
		transition: .3s;
		margin-left: 0;
	}
	
	nav li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	nav li > a {
		line-height: 50px;
		text-align: left;
		display: block;
		height: auto;
		padding: 0 15px;
	}
	
	nav li.on > a {
		height: auto;
		line-height: 45px;
	}
	
	nav li dl {
		opacity: 1;
		left: 0;
		position: inherit;
		top: 0;
		width: 100%;
		background: #ddd;
	}
	
	nav li dl a {
		color: #333;
	}
	
	nav li:hover dl {
		opacity: 1;
		left: 0;
	}
	
	#nav .nav-button {
		display: block;
		top: 14px;
		background: #333;
	}
	
	div.fullHeightPage {
		height: auto;
		overflow: hidden;
	}
	
	.fullHeightPage video {
		height: auto;
	}
	
	.landing-slogan, .left_slide h2 {
		font-size: 46px;
	}
	
	.left_slide h2:hover {
		font-size: 46px;
	}
	
	.aboutbox .foncon, .additivbox .foncon, .contactbox .foncon, .newsbox .foncon {
		position: inherit;
		height: auto;
		padding: 50px 30px;
		padding-bottom: 90px;
		margin: 0;
		overflow: hidden;
	}
	
	.flkn-jump {
		bottom: 45px;
	}
	
	.newsbox .flkn-jump, .aboutbox .flkn-jump, .additivbox .flkn-jump {
		margin-left: -14px;
	}
	
	.left_slide {
		padding-top: 0;
		position: inherit;
		height: auto;
		width: 100%;
		position: relative;
		padding: 30px;
	}
	
	.left_slide h2 {
		transform: rotate(0deg);
	}
	
	.left_slide .contact, .left_slide .year {
		left: auto;
		right: 15px;
		width: auto;
	}
	
	.left_slide .year {
		bottom: 40px;
	}
	
	.left_slide .contact {
		bottom: 33px;
	}
	
	.landing-content {
		top: 60px;
	}
	
	.in {
		bottom: 90px;
	}
	
	.aboutbox .left_slide h2, .additivbox .left_slide h2 {
		margin-left: 0;
	}
	
	.newsbox .left_slide h2 {
		margin-top: 0;
		margin-left: 0;
	}
	
	.contactbox .left_slide h2 {
		margin-left: 0;
		margin-top: 0;
	}
	
	.aboutbox .foncon .item {
		width: 48%;
	}
	
	.aboutbox .foncon .item1 {
		margin-right: 4%;
	}
	
	.aboutbox .foncon h3 {
		font-size: 26px;
	}
	
	.newsbox .foncon {
		width: 100%;
	}
	
	.new_lis .owl-controls {
		position: inherit;
		bottom: auto;
		margin-top: 35px;
	}
	
	.additivbox .tabnav, .additivbox .tabcon {
		width: 100%;
	}
	
	.contactbox .lcon {
		width: 100%;
		float: none;
		overflow: hidden;
		margin-bottom: 30px;
	}
	
	.contactbox .rcon {
		width: 100%;
		float: none;
		margin-left: 0;
		display: block;
	}
	
	.contactbox .lcon li {
		margin-bottom: 35px;
	}
	
	.contactbox form button {
		margin-top: 10px;
	}
	
	.contactbox form {
		text-align: center;
	}
	
	.contactbox .copy {
		position: inherit;
		bottom: auto;
		left: auto;
		width: 100%;
		margin-top: 50px;
	}
	
	.main {
		margin-top: 0;
		padding-top: 60px;
	}
	
	.lis_pro h3 {
		font-size: 26px;
		margin-top: 8px;
	}
	
	.footer .copyright, .footer .row {
		padding: 40px 0;
	}
	
	.footer .media {
		margin-bottom: 25px;
	}
	
	.lis_new li {
		padding: 45px 0;
	}
	
	.digg4 {
		margin-top: 40px;
	}
	
	.editbox {
		width: 100%;
		float: none;
		overflow: hidden;
		margin-bottom: 40px;
	}
	
	.editbox li {
		margin-bottom: 35px;
	}
	
	.contact_form {
		float: none;
		width: 100%;
	}
	
	.map {
		margin-top: 50px;
	}
	
	.contact_form button {
		margin-top: 20px;
	}
	
	.about_main .fon, .about_main .mgb {
		width: 100%;
		float: none;
		text-align: left;
	}
	
	.about_main .mgb {
		margin-top: 30px;
	}
	
	.about_main {
		padding-top: 0;
	}
	
	.about_main .maincon {
		margin-top: 60px;
	}
	
	.infocon h1 {
		font-size: 24px;
	}
	
	.additnav li a {
		font-size: 18px;
	}
	
	.lis_pro2 li h4 {
		font-size: 16px;
	}
	
	.del_main .de_lcon {
		width: 100%;
		float: none;
	}
	
	.propicflash {
		overflow: hidden;
	}
	
	.del_main .de_rcon {
		margin-left: 0;
		padding-left: 0;
	}
	
	.dl_desc {
		margin-top: 12px;
	}
	
	.del_main .de_lcon {
		width: 100%;
		float: none;
	}
	
	.propicflash {
		overflow: hidden;
	}
}

@media screen and (max-width: 990px) {
	.landing-slogan, .left_slide h2 {
		font-size: 40px;
	}
	
	.aboutbox .foncon h3 {
		margin-bottom: 25px;
	}
	
	.left_slide .contact {
		bottom: 30px;
	}
	
	.contactbox .lcon li {
		font-size: 26px;
	}
	
	.new_lis a {
		margin: 0 10px;
	}
	
	.footer ul li {
		width: 100%;
		float: none;
	}
	
	.footer ul li:nth-child(3) {
		float: none;
		width: 100%;
	}
	
	.footer ul li:nth-child(even) {
		margin-left: 0;
		width: 100%;
	}
	
	.footer ul li:nth-child(2) {
		margin: 30px 0;
		width: 100%;
	}
	
	.footer ul label {
		margin-bottom: 5px;
	}
	
	.digg4 a, .digg4 span.miy, .digg4 span.current, .digg4 span.disabled {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	
	.digg4 span.disabled {
		font-size: 24px;
		line-height: 38px;
	}
	
	.lis_new .con {
		padding-left: 30px;
	}
	
	.pro_infomain h2 {
		margin: 40px 0 15px 0;
		font-size: 26px;
	}
	
	.pro_detail h1 {
		font-size: 26px;
	}
	
	.pro_infomain .lr .lcon {
		width: 100%;
		float: none;
	}
	
	.pro_infomain .lr .rcon {
		width: 100%;
	}
	
	.footer ul li {
		min-height: 100%;
	}
}

@media screen and (max-width:900px) {
	.landing-slogan, .left_slide h2 {
		font-size: 36px;
	}
	
	.left_slide h2:hover {
		font-size: 36px;
	}
	
	.landing-slogan {
		margin-bottom: 5px;
	}
	
	.aboutbox .foncon h3 {
		font-size: 24px;
	}
	
	.left_slide .contact {
		bottom: 27px;
	}
	
	.maincon {
		padding-left: 10px;
		overflow: hidden;
	}
	
	.p_tit .year {
		left: auto;
		right: 0;
		transform: rotate(0deg);
		top: 16px;
		display: inline-block;
	}
	
	.p_tit {
		position: inherit;
		margin-bottom: 30px;
		left: 0;
		width: 100%;
	}
	
	.p_tit h2 {
		transform: rotate(0deg);
		font-size: 40px;
	}
	
	.p_tit h2.pro_class01_name, .p_tit h2.pro_class03_name, .new_main .p_tit h2, .p_tit h2, .about_main .p_tit h2, .p_tit h2.pro_class04_name {
		margin-left: 0;
		margin-top: 0;
	}
	
	.about_main .fon {
		line-height: 30px;
	}
	
	.about_main .fon p.red:before {
		top: 13px;
	}
	
	.infocon h1 {
		font-size: 22px;
	}
	
	.additnav {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:899px) {
	.footer ul a {
		font-size: 24px;
	}
}

@media screen and (max-width:780px) {
	.landing-slogan, .left_slide h2 {
		font-size: 32px;
	}
	
	.left_slide .contact {
		bottom: 24px;
	}
	
	.flkn-icon.flkn-jump {
		display: none;
	}
	
	.in {
		bottom: 40px;
	}
	
	.landing-content {
		top: 40px;
	}
	
	.contactbox .lcon li {
		font-size: 24px;
	}
	
	.in a {
		font-size: 16px;
	}
	
	.new_lis h3 {
		font-size: 18px;
		margin-top: 30px;
	}
	
	.new_lis .time {
		bottom: 91px;
	}
	
	.aboutbox .foncon, .additivbox .foncon, .contactbox .foncon, .newsbox .foncon {
		padding-bottom: 50px;
	}
	
	.footer .copyright, .footer .row {
		padding: 30px 0;
	}
	
	.footer .copyright {
		padding: 30px 10px;
	}
	
	.main {
		padding: 45px 0 100px 0;
	}
	
	.p_tit h2 {
		font-size: 34px;
	}
	
	.p_tit {
		margin-bottom: 20px;
	}
	
	.lis_pro li {
		margin-bottom: 40px;
	}
	
	.lis_pro .pic {
		margin-top: 5px;
	}
	
	.lis_pro h3 {
		font-size: 24px;
	}
	
	.lis_new li {
		padding: 30px 0;
	}
	
	.p_tit .year {
		top: 12px;
	}
	
	.editbox li {
		font-size: 24px;
	}
	
	.editbox li:nth-child(3) {
		font-size: 18px;
	}
	
	.about_main {
		padding-top: 0;
	}
	
	.about_main .maincon {
		margin-top: 45px;
	}
	
	.infocon h1 {
		font-size: 20px;
	}
	
	.lis_pro2 li {
		width: 49%;
		margin: 0 0 30px 0;
	}
	
	.lis_pro2 li:nth-child(even) {
		margin-left: 2%;
	}
	
	.honor_lis li {
		width: 31.33%;
		margin-bottom: 25px;
	}
	
	.additnav li a {
		font-size: 16px;
	}
	
	.pro_detail h1, .pro_infomain h2 {
		font-size: 24px;
	}
	
	.pro_infomain .app_li li {
		width: 19%;
		margin-bottom: 20px;
	}
	
	.pro_infomain .app_li b {
		height: 40px;
		line-height: 20px;
		overflow: hidden;
		margin-top: 7px;
	}
}

@media screen and (max-width:640px) {
	.left_slide {
		padding: 15px 12px;
	}
	
	.left_slide .year {
		position: static;
		margin-bottom: 8px;
	}
	
	.left_slide .contact {
		bottom: 10px;
	}
	
	.left_slide .contact a {
		line-height: 35px;
		height: 35px;
		width: 35px;
		font-size: 22px;
	}
	
	.landing-slogan, .left_slide h2 {
		font-size: 26px;
	}
	
	.left_slide h2:hover {
		font-size: 26px;
	}
	
	.in {
		bottom: 20px;
	}
	
	.landing-content {
		top: 20px;
	}
	
	.landing-subtitle {
		font-size: 16px;
	}
	
	.aboutbox .foncon h3 {
		font-size: 21px;
	}
	
	.aboutbox .foncon p {
		line-height: 25px;
		font-size: 14px;
	}
	
	.aboutbox .foncon .item2 p:before {
		top: 9px;
	}
	
	.aboutbox .foncon .item2 p {
		margin-bottom: 6px;
	}
	
	.aboutbox .foncon .item {
		width: 100%;
		float: none;
	}
	
	.aboutbox .foncon .item1 {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.aboutbox .foncon h3 {
		margin-bottom: 15px;
	}
	
	.aboutbox .foncon .item2 .fon, .aboutbox .foncon .item1 .fon {
		height: auto;
	}
	
	.aboutbox .foncon .aboutimg {
		margin-top: 20px;
	}
	
	.additivbox .tabnav {
		margin-bottom: 20px;
	}
	
	.additivbox .tabnav a {
		width: 49%;
		margin-right: 0;
		font-size: 16px;
		padding: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.additivbox .tabnav a:nth-child(1) {
		width: 100%;
	}
	
	.additivbox .tabnav a:nth-child(2) {
		margin-right: 2%;
	}
	
	.additivbox .tabcon .rcon a, .additivbox .tabcon .rcon a:nth-child(3) {
		margin-left: 0;
	}
	
	.additivbox .tabcon .rcon a {
		margin: 5px;
	}
	
	.additivbox .tabcon .rcon {
		text-align: center;
	}
	
	.aboutbox .foncon, .additivbox .foncon, .contactbox .foncon, .newsbox .foncon {
		padding: 30px 12px;
	}
	
	.contactbox form li {
		width: 100%;
		float: none;
	}
	
	.contactbox form li:nth-child(even) {
		margin-left: 0;
	}
	
	.contactbox .lcon li {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	.contactbox .lcon li:nth-child(3) {
		font-size: 18px;
	}
	
	.contactbox .lcon li h6 {
		font-size: 26px;
		top: -1px;
	}
	
	.contactbox .lcon li label {
		padding-left: 38px;
		margin-bottom: 5px;
	}
	
	.contactbox .media a {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	
	.backToTop {
		width: 36px;
		height: 36px;
		right: 0;
		bottom: 100px;
	}
	
	.footer ul a {
		font-size: 22px;
	}
	
	.footer ul h6 {
		font-size: 26px;
		top: -1px;
	}
	
	.footer ul label {
		margin-left: 38px;
	}
	
	.lis_pro h3 {
		font-size: 22px;
	}
	
	.p_tit h2 {
		font-size: 28px;
	}
	
	.p_tit .year {
		top: 8px;
	}
	
	.p_tit .year a {
		font-size: 14px;
		margin: 0 7px;
	}
	
	.lis_new .pic {
		width: 260px;
	}
	
	.lis_new .con {
		margin-left: 260px;
	}
	
	.lis_new h3 {
		margin: 20px 0 15px 0;
		font-size: 18px;
	}
	
	.lis_new .time {
		font-size: 14px;
		padding: 5px 10px;
	}
	
	.lis_new p {
		font-size: 14px;
		line-height: 24px;
		height: 70px;
	}
	
	.editbox label {
		margin-bottom: 0;
		padding-left: 35px;
	}
	
	.editbox h6 {
		font-size: 26px;
	}
	
	.editbox h6.icon-fax {
		width: 30px;
		height: 30px;
		background-size: 25px;
	}
	
	.editbox li {
		font-size: 22px;
		margin-bottom: 25px;
	}
	
	.editbox li:nth-child(3) {
		font-size: 16px;
	}
	
	.contactbox form li, .contact_form li, .pro_infomain form li {
		width: 100%;
		float: none;
	}
	
	.contactbox form li:nth-child(even), .contact_form li:nth-child(even) {
		margin-left: 0;
	}
	
	.contactbox form input, .contactbox form textarea, .contact_form input, .contact_form textarea, .pro_infomain input, .pro_infomain textarea {
		padding: 15px 0;
	}
	
	.infocon h1 {
		font-size: 18px;
		line-height: 26px;
	}
	
	.pro_detail h1 {
		margin-bottom: 15px;
	}
	
	.pro_detail h1, .pro_infomain h2 {
		font-size: 22px;
	}
	
	.tabbox table td, .tabbox table tr:nth-child(1) td {
		padding: 10px 5px;
	}
	
	.pro_infomain form li:nth-child(even) {
		margin-left: 0;
	}
	
	.pro_infomain input, .pro_infomain textarea {
		padding: 15px;
	}
	
	.pro_infomain button {
		font-size: 18px;
		height: 50px;
		margin-top: 10px;
	}
	
	.pro_detail .addthis_inline_share_toolbox {
		position: inherit;
		margin-bottom: 15px;
	}
	
	.pro_detail h1 {
		margin-right: 0;
	}
	
	.smalimg img {
		width: 24.2%;
		margin-right: 1%;
	}
	
	.smalimg img:last-child {
		margin-right: 0;
	}
	
	.footer ul h6.icon-fax {
		width: 26px;
		height: 24px;
		background-size: 25px;
	}
}

@media screen and (max-width:600px) {
	.additnav li:hover a:after, .additnav li.on a:after {
		display: none;
	}
	
	.additnav li:nth-child(1) {}
	
	.additnav li {
		width: 49%;
		padding-bottom: 0;
	}
	
	.additnav li a {
		border: 1px solid #333;
		padding: 9px 0;
	}
	
	.additnav {
		border: 0;
	}
	
	.honor_lis li {
		width: 49%;
		margin: 0 0 25px 0;
	}
	
	.honor_lis li:nth-child(even) {
		margin-left: 2%;
	}
	
	.pro_infomain .app_li li {
		width: 24%;
		margin-bottom: 20px;
	}
	
	.pro_infomain p {
		font-size: 14px;
	}
	
	.tabbox table td {
		font-size: 14px;
	}
	
	.tabbox table tr:nth-child(1) td {
		font-size: 14px;
	}
	
	.pro_infomain .lr .lcon {
		padding: 20px;
	}
	
	.pro_infomain .lr {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:480px) {
	body {
		padding-bottom: 60px;
	}
	
	.footmenu {
		display: block;
	}
	
	.l_fixed {
		display: none;
	}
	
	.head_rcon {
		top: 17px;
	}
	
	.contactbox .lcon li {
		font-size: 20px;
	}
	
	.contactbox .lcon li:nth-child(3) {
		font-size: 16px;
	}
	
	.new_lis a {
		margin: 0 5px;
	}
	
	.landing-subtitle {
		font-size: 14px;
	}
	
	.landing-slogan, .left_slide h2 {
		font-size: 22px;
	}
	
	.left_slide h2:hover {
		font-size: 22px;
	}
	
	.landing-subtitle a {
		margin: 2px 5px;
	}
	
	.landing-slogan {
		margin-bottom: 0;
	}
	
	.in a {
		font-size: 14px;
		padding: 8px 20px;
	}
	
	.aboutbox .foncon h3 {
		font-size: 17px;
	}
	
	.additivbox .tabcon .rcon a h3 {
		font-size: 16px;
	}
	
	.footer ul a {
		font-size: 20px;
	}
	
	.footer ul li {
		font-size: 16px;
		line-height: 24px;
	}
	
	.contactbox .media a, .editbox .media a, .footer .media a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	
	.footer .media a {
		margin: 0 2px;
	}
	
	.footer .media {
		margin-bottom: 15px;
	}
	
	.footer .copyright {
		font-size: 14px;
		line-height: 24px;
	}
	
	.editbox h6.icon-fax {
		top: -4px;
	}
	
	.main {
		padding: 30px 0 70px 0;
	}
	
	.lis_pro h3 {
		font-size: 20px;
		margin: 0;
	}
	
	.lis_pro .pic {
		margin-top: 10px;
	}
	
	.lis_pro li {
		margin-bottom: 30px;
	}
	
	.lis_pro .addthis_inline_share_toolbox {
		display: none;
	}
	
	.p_tit h2 {
		font-size: 24px;
	}
	
	.p_tit {
		margin-bottom: 15px;
	}
	
	.lis_new .pic {
		width: 200px;
	}
	
	.lis_new .con {
		margin-left: 200px;
		padding-left: 20px;
	}
	
	.lis_new h3 {
		margin: 20px 0 10px 0;
		font-size: 16px;
		font-weight: 600;
	}
	
	.lis_new p {
		height: 47px;
	}
	
	.lis_new li {
		padding: 20px 0;
	}
	
	.p_tit .year {
		top: 6px;
	}
	
	.digg4 {
		margin-top: 30px;
	}
	
	.editbox .media a {
		margin-right: 10px;
	}
	
	.editbox li {
		font-size: 20px;
		line-height: 26px;
	}
	
	.map {
		margin-top: 30px;
	}
	
	.contactbox form button, .contact_form button {
		height: 40px;
	}
	
	.about_main {
		padding-top: 0;
	}
	
	.about_main .maincon {
		margin-top: 30px;
	}
	
	.infocon {
		font-size: 14px;
	}
	
	.infocon p {
		line-height: 28px;
	}
	
	.infocon .other {
		margin-top: 40px;
	}
	
	.pro_detail h1, .pro_infomain h2 {
		font-size: 20px;
	}
	
	.pro_infomain h2 {
		margin-top: 30px;
	}
	
	.landing-subtitle {
		display: none;
	}
	
	.landing-content {
		top: 32%;
	}
	
	.in {
		bottom: 30%;
	}
	
	.de_rcon h1 {
		font-size: 30px;
	}
}

@media screen and (max-width:414px) {
	.landing-slogan, .left_slide h2 {
		font-size: 20px;
	}
	
	.left_slide h2:hover {
		font-size: 20px;
	}
	
	.left_slide .contact {
		bottom: 9px;
	}
	
	.additivbox .tabnav a {
		line-height: 40px;
	}
	
	.p_tit h2 {
		font-size: 22px;
	}
	
	.lis_pro h3 {
		font-size: 18px;
	}
	
	.footer ul a {
		font-size: 18px;
	}
	
	.lis_new .pic {
		width: 100%;
		float: none;
	}
	
	.lis_new .con {
		margin-left: 0;
		padding-left: 0;
		padding-top: 12px;
	}
	
	.p_tit .year {
		top: 4px;
	}
	
	.editbox li {
		font-size: 18px;
		line-height: 24px;
	}
	
	.editbox li:nth-child(3) {
		font-size: 15px;
	}
}

@media screen and (max-width:359px) {
	.additivbox .tabcon .rcon a {
		width: 120px;
		height: 120px;
	}
	
	.additivbox .tabcon .rcon a:before {
		width: 116px;
		height: 116px;
	}
	
	.additivbox .tabnav a {
		font-size: 14px;
	}
	
	.lis_pro2 li {
		width: 100%;
		float: none;
	}
	
	.lis_pro2 li:nth-child(even) {
		margin-left: 0;
	}
}
