
@charset "utf-8";

/* CSS Document */
body, html {
	width: 100%;
	height: 100%;
}

body {
	font-family: Roboto-Regular, 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: .5s;
}

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

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

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

* {
	box-sizing: border-box;
}

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

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

.icon-duihua: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-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-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-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-dianhua5: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-vk:before {
	content: "";
}

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

.icon-youxiang2:before {
	content: "";
}

.icon-jiantou-left-copy:before {
	content: "";
}

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

textarea {
	-webkit-appearance: none;
}

.w_p_main {
	background: #fff;
}

.main {
	background: #f7f7f7;
}

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

header {
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 98px;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}

.logo {
	position: absolute;
	left: -80px;
	top: 26px;
}

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

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

#nav .warper {
	position: relative;
}

.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: #e7b316;
	color: #111;
	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;
}

nav {
	float: right;
	margin-right: 0;
}

nav li {
	position: relative;
	float: left;
	margin: 0 36px;
	line-height: 98px;
}

nav li > a {
	text-transform: capitalize;
	position: relative;
	font-size: 20px;
	display: inline-block;
	transition: .5s;
}

nav li a:before {
	position: absolute;
	width: 0;
	z-index: -1;
	transition: all .3s;
	left: 0;
	content: "";
	height: 4px;
	background: #fff;
	bottom: 0;
}

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

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

nav dl {
	transition: opacity 1s ease;
	position: absolute;
	display: none;
	background: #fff;
	min-width: 220px;
	top: 98px;
	left: 0;
	z-index: 999;
}

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

nav dl dd:last-child {
	border: none;
}

nav li dl dd a {
	opacity: 1;
	font-size: 15px;
	line-height: 20px;
	background: transparent !important;
	color: #666 !important;
	display: block;
	padding: 16px 10px;
	text-align: left;
	text-transform: capitalize;
}

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

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

nav dl dd div {
	width: 240px;
	position: absolute;
	left: 100%;
	top: 0;
	background: rgba(206, 30, 46, .8);
	display: none;
}

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

nav dl dd div a {
	padding: 16px 10px;
	color: #fff !important;
	border-bottom: none;
	min-width: 200px;
}

.head_rcon {
	position: absolute;
	right: -175px;
	top: 27px;
	width: 180px;
}

.language {
	margin-top: 10px;
	float: left;
	width: 26px;
	font-size: 16px;
	display: inline-block;
	height: 24px;
	cursor: pointer;
	line-height: 24px;
	text-align: center;
}

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

.language-main {
	width: 120px;
	padding: 1px 0;
	position: absolute;
	display: none;
	z-index: 99;
	left: -30px;
	top: 34px;
	background: url("https://cdn-ilemjhl.nitrocdn.com/xrmRPBRrQQguVLAOyViWeSmshlDqSELF/assets/images/optimized/rev-a7978a9/www.tongdingmachinery.com/wp-content/themes/tongding/images/ffggg.png") no-repeat 26px 4px;
}

.language:hover .language-main {
	display: block;
}

.language-cont {
	width: 120px;
	padding: 0 16px;
	margin-top: 10px;
	box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .05);
	border-top: 3px solid #d13041;
	background: #fff;
	padding-bottom: 10px;
}

.language-cont a {
	width: 100% !important;
	position: relative;
	font-size: 14px !important;
	padding: 0 !important;
	padding-left: 15px !important;
	color: #888 !important;
	background: #fff !important;
	height: auto !important;
	border: none !important;
	line-height: 28px !important;
	text-align: left;
	display: block !important;
}

.language-post {
	padding-top: 10px;
}

.language-cont a:after {
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #d13041;
	content: "";
}

.language-cont a:hover {
	color: #d13041 !important;
}

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

.language:hover i {
	background: linear-gradient(#eb3f56, #a4161d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.searchform {
	border-radius: 4px;
	float: right;
	margin-top: 3px;
	overflow: hidden;
	position: relative;
	width: 130px;
}

.searchform input {
	font-size: 14px;
	font-family: Roboto-Regular;
	width: 100%;
	background: #fff;
	color: #333;
	text-align: right;
	line-height: 36px;
	padding: 0 10px 0 25px;
}

.searchform button {
	cursor: pointer;
	background: transparent;
	border: none;
	color: #a5a5a5;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 36px;
}

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

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

.position, .page_head {
	background: #fff;
	border-bottom: 1px solid #ce1e2e;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .02);
}

.position nav li a:before, .page_head nav li a:before {
	background: linear-gradient(to right, #eb3f56, #a4161d);
}

.position .language i, .page_head .language i {
	background: linear-gradient(#eb3f56, #a4161d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.position .searchform input, .page_head .searchform input {
	color: #fff;
	background: linear-gradient(to right, #eb3f56, #a4161d);
}

.position .searchform button, .page_head .searchform button {
	color: #fff;
}

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

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

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

.changpic img {
	object-fit: cover;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	transition: all .3s;
}

.cl {
	clear: both;
}

/*banner */
.index_banner .item img {
	width: 100%;
}

.banner {
	position: relative;
	overflow: hidden;
	width: 100vw;
}

.ban_arrow {
	width: 100%;
	position: absolute;
	top: 45%;
	left: 0;
}

.ban_arrow span {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 0;
}

.ban_arrow span i {
	color: #333;
	font-size: 45px;
	font-weight: bold;
}

.ban_arrow span.ban_prev {
	left: 10%;
	transform: rotate(180deg);
}

.ban_arrow span.ban_next {
	right: 10%;
}

.ban_arrow span:hover i {
	color: #ce1e2e;
}

.index_banner .item {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
}

.index_banner .item img {
	display: block;
	width: 100%;
	display: none;
}

.index_banner .items {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.index_banner {
	position: relative;
}

/*首页*/
.section {}

.center-wrap {
	padding-top: 98px;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
	visibility: visible;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	visibility: visible;
}

.swiper-slide a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	visibility: visible;
}

.swiper-slide picture {
	display: none;
}

html.fp-enabled, .fp-enabled body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
	height: 100%;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: scroll;
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

#fp-nav {
	position: fixed;
	width: 12px;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
	right: 48px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 18px;
	margin-bottom: 10px;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a.active span {
	background: #ce1e2e;
}

#fp-nav ul li a.active span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 26px;
	height: 26px;
	border-radius: 26px;
	border: 1px solid #ce1e2e;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	border-radius: 16px;
	background: rgba(191, 191, 191, .5);
	position: relative;
	display: inline-block;
	position: absolute;
	z-index: 1;
	height: 12px;
	width: 12px;
	left: 50%;
	top: 50%;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: 5px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
	right: 42px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
	height: auto !important;
}

.fp-tableCell {
	display: block;
}

/* 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;
}

/*版块标题*/
.iho_h2 {
	font-size: 64px;
	text-transform: uppercase;
	font-family: OSWALD-BOLD;
}

/*首页*/
.ihpdi .center-wrap {
	margin-top: 50px;
}

.inp_tit {
	text-align: center;
}

.inp_h2 {
	font-size: 34px;
	font-family: Roboto-Bold;
}

.inp_tit p {
	font-size: 20px;
	color: #666;
	margin-top: 12px;
}

.inhhul {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.inhhul li {
	display: inline-block;
	width: 50%;
	margin-bottom: 60px;
}

.ih_dip {
	text-align: center;
}

.ih_dip p {
	font-size: 22px;
	font-weight: normal;
	margin-top: 24px;
	font-family: Roboto-Medium_0;
}

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

.ihpdi .inhhul {
	opacity: 0;
	transition: all 1s ease 0s;
	transform: translateY(550px);
}

.ihpdi.active .inhhul {
	opacity: 1;
	transform: translateY(0);
}

.chart-container {
	width: 100%;
	height: 100%;
	background: #f4f4f4;
}

.chartLabel {
	width: 260px;
}

.chatimgtit {
	padding: 12px 16px;
}

.chatimgtit p {
	color: #333;
	white-space: normal;
	font-size: 16px;
	line-height: 20px;
	font-family: Roboto-Light;
}

.chatimg {
	overflow: hidden;
}

.chatimg img {
	transition: all .3s;
	width: 100%;
	overflow: hidden;
}

.chartLabel:hover .chatimg img {
	transform: scale(1.15);
}

.inviflex {
	display: flex;
	flex-wrap: wrap;
}

.inviflex li {
	display: inline-block;
	width: 32.65%;
	margin-bottom: 18px;
	margin-right: 1%;
}

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

.invitem {
	position: relative;
	overflow: hidden;
	background: #000;
}

.invipic {
	transition: all .3s;
	opacity: .8;
}

.data-image {
	background-position: 50% 0;
	background-size: cover;
}

.vh50 {
	height: calc(50vh - 49px - 8px);
}

.inv_txdtx {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
}

.inv_txdtx p {
	color: #fff;
	width: 100%;
	text-align: center;
	/* float: left; */
	font-size: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: Roboto-Medium_0;
}

.invitem i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	color: #fff;
	background: #d10000;
	border-radius: 44px;
	text-align: center;
}

.invitem:hover .invipic {
	transform: scale(1.15);
}

/*.in_vide .inviflex{ opacity: 0; transition: all 1s ease 0s; transform: translateY(550px); }*/

/*.in_vide.active .inviflex{ opacity: 1; transform: translateY(0); }*/
.inmap {
	background: #f4f4f4;
}

.inmap .center-wrap {
	padding-top: 100px;
}

.ima_box {
	position: relative;
}

.so_icon {
	position: absolute;
}

/*.so_icon i{ cursor: pointer; display: inline-block; width: 34px; font-size: 19px; height: 34px; line-height: 34px; border-radius: 34px; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.4); }
*/
.so_prsh {
	position: absolute;
	text-align: left;
	width: 260px;
	left: 24px;
	top: -31px;
	background: #fff;
	display: none;
	z-index: 2;
}

.so_prsh a {
	display: inline-block;
	width: 100%;
}

.so_prsh a img {
	width: 100%;
}

.so_ror {
	left: -268px;
}

.so_icon span {
	display: inline-block;
	margin-right: 10px;
	font-family: Roboto-Medium_0;
}

.so_icon i {
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	font-style: normal;
	font-size: 0;
	width: 8px;
	height: 8px;
	background: #d51f1c;
	border-radius: 50%;
	-webkit-animation: changeColor 2s infinite;
}

.so_icon i::after {
	display: block;
	position: absolute;
	left: -16px;
	top: -16px;
	width: 40px;
	height: 40px;
	content: "";
	border-radius: 50%;
	z-index: 0;
	-webkit-animation: changeH 2s infinite;
}

.so_icon i::before {
	display: block;
	position: absolute;
	left: -6px;
	top: -6px;
	width: 20px;
	height: 20px;
	content: "";
	border-radius: 50%;
	background: rgba(244, 152, 0, .4);
	z-index: 1;
	-webkit-animation: changeW 2s infinite;
}

@keyframes changeW {
	0% {
		background: rgba(244, 152, 0, .4);
		opacity: 0;
	}
	
	50% {
		background: rgba(215, 58, 39, .1);
		opacity: .5;
	}
	
	100% {
		background: rgba(215, 58, 39, .4);
		opacity: 1;
	}
}

@keyframes changeH {
	0% {
		background: rgba(215, 58, 39, 0);
		transform: scale(0);
	}
	
	100% {
		background: rgba(215, 58, 39, .1);
		transform: scale(1);
	}
}

.pc_map {
	display: block;
}

.mo_map {
	display: none;
}

.in_abdi .center-wrap {
	padding-top: 200px;
}

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

.ina_le {
	float: left;
	width: 51%;
}

.ina_ri {
	float: right;
	width: 49%;
	padding: 38px 0 0 58px;
}

.ina_ri h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 50px;
	font-family: Roboto-Black;
}

.inab_txdi p {
	color: #666;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 27px;
	font-family: Roboto-Light;
}

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

.ina_num {
	margin-top: 28px;
	display: flex;
	justify-content: space-between;
	background: #efefef;
	padding: 18px 28px 24px;
}

.ina_num li {
	text-align: center;
}

.ina_num li span {
	font-size: 20px;
	color: #eb3f56;
}

.ina_num li span b {
	display: inline-block;
	background: linear-gradient(#eb3f56, #a4161d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 5px;
	font-size: 47px;
	font-family: Roboto-Black;
}

.ina_num li p {
	font-size: 16px;
	margin-top: 12px;
	color: #666;
	font-family: Roboto-Light;
}

.ina_ri a {
	display: block;
	width: 160px;
	margin: 0 auto;
	text-align: center;
	border-radius: 3px;
	border: 2px solid #e5e5e5;
	margin-top: 30px;
	background: #f8f8f8;
	font-size: 16px;
	padding: 12px 0;
}

.ina_ri a:hover {
	transform: translateX(10px);
	border: 2px solid #eb3f56;
	color: #fff;
	background: linear-gradient(to right, #eb3f56, #a4161d);
}

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

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

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

.fob_fot {
	background: url("https://cdn-ilemjhl.nitrocdn.com/xrmRPBRrQQguVLAOyViWeSmshlDqSELF/assets/images/optimized/rev-a7978a9/www.tongdingmachinery.com/wp-content/themes/tongding/images/fot_bg.jpg") no-repeat;
	background-size: cover;
}

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

.fo_top {
	border-bottom: 1px solid #595959;
	padding: 38px 0 36px;
}

.fo_top h2 {
	width: 270px;
	float: left;
	color: #fff;
	font-weight: normal;
	font-size: 32px;
	font-family: Roboto-Medium_0;
}

.fo_ticon {
	margin-left: 270px;
	overflow: hidden;
}

.fo_ticon li {
	padding: 0 40px;
	float: left;
	position: relative;
}

.fo_ticon li i {
	margin-right: 6px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	border-radius: 40px;
	background: #537bbc;
	color: #fff;
}

.fo_ticon li a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
}

.fo_ticon li:nth-of-type(2) i {
	background: #1296db;
}

.fo_ticon li:nth-of-type(3) i {
	background: #0079ba;
}

.fo_ticon li:nth-of-type(4) i {
	background: #dd1829;
}

.fo_ticon li:hover a {
	transform: translateX(8px);
}

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

.f_nav .f_item1 {
	float: left;
	width: 16%;
}

.f_nav h4 {
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	font-family: Roboto-Medium_0;
	text-transform: capitalize;
}

.f_navli {
	margin-top: 24px;
}

.f_navli li {
	transition: all .3s;
	font-family: Roboto-Light;
	margin-bottom: 16px;
}

.f_navli li a {
	color: #fff;
}

.f_navli li:hover {
	transform: translateX(10px);
}

.f_nav .f_item2 {
	float: left;
	width: 28%;
	margin-left: 3%;
}

.f_nav .f_item3 {
	float: left;
	width: 26%;
	margin-left: 1%;
}

.f_nav .f_item4 {
	float: right;
	width: 24%;
}

.cx_navli {
	margin-top: 34px;
}

.cx_navli li {
	padding-top: 3px;
	margin-bottom: 28px;
	min-height: 58px;
	color: #fff;
	padding-left: 72px;
	position: relative;
}

.cx_navli li a {
	display: inline-block;
	font-size: 20px;
	font-family: Roboto-Medium_0;
	color: #fff;
}

.cx_navli li p {
	font-size: 16px;
	margin-bottom: 8px;
	font-family: Roboto-Light;
}

.cx_navli li i {
	color: #fff;
	display: inline-block;
	width: 58px;
	height: 58px;
	font-size: 24px;
	border-radius: 58px;
	text-align: center;
	background: linear-gradient(to right, #eb3f56, #a4161d);
	line-height: 58px;
	position: absolute;
	top: 0;
	left: 0;
}

.cx_navli li span {
	line-height: 25px;
	margin-left: 5px;
	color: #fff;
}

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

.cx_navli li:hover a {
	color: #ce1e2e;
}

.f_item4 form {
	position: relative;
}

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

.f_item4 input, .f_item4 textarea {
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 5px;
	padding: 0 20px;
	font-family: Roboto-Light;
	resize: none;
	color: #333;
	font-size: 16px;
}

.f_item4 input::-webkit-input-placeholder, .f_item4 textarea::-webkit-input-placeholder {
	color: #666;
}

.f_item4 textarea {
	padding: 12px 20px;
	height: 120px;
}

.f_item4 button {
	width: 100%;
	transition: all .3s;
	height: 42px;
	border-radius: 5px;
	font-size: 16px;
	font-family: Roboto-Regular;
	display: block;
	color: #fff;
	text-align: center;
	background: linear-gradient(to bottom, #eb3f56, #a4161d);
	border: none;
	cursor: pointer;
}

.f_item4 ul li {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

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

.copyright {
	text-align: center;
	margin-top: 50px;
	color: #999;
	font-family: Roboto-Light;
	overflow: hidden;
	border-top: 1px solid #656565;
	padding: 20px 0;
	font-size: 14px;
}

.copyright a {
	color: #999;
}

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

.l_fixed {
	width: 50px;
	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: 50px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	background: #ce1e2e;
	color: #fff;
	display: block;
}

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

.l_fixed li a span {
	display: block;
	color: #666;
	z-index: 0;
	text-align: left;
	color: #666;
	font-style: italic;
	position: absolute;
	border-radius: 40px;
	top: 4px;
	line-height: 42px;
	height: 42px;
	padding: 0 20px 0 10px;
	background: #f0f0f0;
	left: -999px;
	width: 0;
	font-size: 16px;
	transition: all .5s;
}

.l_fixed li span em {
	margin-right: 10px;
	display: inline-block;
	font-size: 26px;
	color: #ce1e2e;
}

.l_fixed li:hover a span {
	width: 182px;
	left: 0;
}

.l_fixed li span * {
	vertical-align: middle;
}

.backToTop {
	width: 50px;
	height: 50px;
	z-index: 666;
	border-radius: 50px;
	background: #ce1e2e url("https://cdn-ilemjhl.nitrocdn.com/xrmRPBRrQQguVLAOyViWeSmshlDqSELF/assets/images/optimized/rev-a7978a9/www.tongdingmachinery.com/wp-content/themes/tongding/images/icon_top.png") no-repeat center;
	background-size: 40%;
	cursor: pointer;
	position: fixed;
	right: 0;
	text-indent: 9999px;
	bottom: 50px;
	color: #fff;
	transition: all .3s;
}

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

.backToTop:hover {
	opacity: .9;
}

/*内页头部*/
.subbanner {
	position: relative;
	margin-top: 98px;
}

.sub_nav {
	background: #f9f9f9;
	padding: 20px 0;
}

.sub_nav p {
	color: #333;
}

.sub_nav p i {
	font-size: 22px;
	margin-right: 5px;
	background: linear-gradient(#eb3f56, #a4161d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sub_nav p a {
	color: #333;
}

.sub_nav p a:hover {
	color: #ce1e2e;
}

.pat64 {
	padding-top: 64px;
}

/*产品列表*/
.pro_war {
	padding-bottom: 80px;
}

.pr_navul {
	display: flex;
}

.pr_navul li {
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
}

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

.pr_naitem {
	border: 1px solid #ececec;
	background: #f9f9f9;
}

.pr_ntx {
	transition: all .3s;
	border-top: 1px solid #ececec;
	height: 66px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pr_ntx p {
	text-align: center;
	line-height: 20px;
	font-family: Roboto-Medium_0;
}

/*.pr_naitem:hover .pr_ntx,.pr_navul li.on .pr_naitem .pr_ntx{ background: linear-gradient(to bottom, #eb3f56, #a4161d); color: #fff; }*/
.pr_naitem:hover, .pr_navul li.on .pr_naitem {
	border: 1px solid #c92f2f;
}

.pr_naitem:hover .pr_ntx p, .pr_navul li.on .pr_naitem .pr_ntx p {
	color: #c92f2f;
}

.pr_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 68px;
}

.pr_list li {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 45px;
}

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

.prtx_div {
	background: #f9f9f9;
	padding: 32px 28px 30px;
	text-align: center;
}

.prtx_div h3 {
	font-size: 20px;
	font-family: Roboto-Medium_0;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prtx_div span {
	transition: all .3s;
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #e5e5e5;
	margin-top: 18px;
	background: #f8f8f8;
	font-size: 16px;
	padding: 10px 32px;
}

.pr_itemdi:hover .prtx_div span {
	border: 2px solid #eb3f56;
	color: #fff;
	background: linear-gradient(to bottom, #eb3f56, #a4161d);
}

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

.pr_itemdi:hover .prtx_div {
	outline: 1px solid #ececec;
}

/*project*/
.ject_war {
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding-bottom: 110px;
}

#particles-js {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: -1;
}

.ject_list li {
	margin-bottom: 62px;
	position: relative;
	z-index: 0;
}

.jec_item {
	background: #fff;
	overflow: hidden;
	width: 100%;
}

.ject_list li:before {
	content: "";
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fee7c7;
}

.ject_list li:hover:before {
	transform: rotate(-3deg);
}

.jec_le {
	width: 31%;
	float: left;
}

.jec_ri {
	width: 69%;
	float: right;
	padding: 32px;
}

.jec_ri table {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
}

.jec_ri table td {
	border: 1px solid #e5e5e5;
	padding: 13px 24px;
	font-size: 17px;
	color: #666;
}

.jec_ri table td span {
	display: inline-block;
}

.jec_ri table tr:hover td {
	background: #ce1e2e;
	color: #fff;
	font-family: Candarab;
}

.jec_swi {
	position: relative;
}

.je_cgd .slick-prev {
	left: 25px;
	transform: rotate(180deg);
}

.je_cgd .slick-next {
	right: 25px;
}

.je_cgd .slick-arrow {
	color: transparent;
	cursor: pointer;
	z-index: 555;
	position: absolute;
	top: 40%;
	border: none;
	background: rgba(255, 255, 255, .8);
	border-radius: 36px;
	width: 36px;
	height: 36px;
}

.je_cgd .slick-arrow:before {
	font-weight: bold;
	color: #ce1e2e;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	font-family: iconfont;
}

.je_cgd .slick-arrow:hover:before {
	color: #fff;
}

.je_cgd .slick-arrow:hover {
	background: #ce1e2e;
}

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

.ject_list li:nth-of-type(even) .jec_ri {
	float: left;
}

.pat90 {
	padding-top: 90px;
}

/*关于我们*/
.ab_titdi {
	text-align: center;
}

.ab_titdi h2 {
	position: relative;
	padding-bottom: 15px;
	font-size: 56px;
	text-transform: uppercase;
	font-family: Roboto-Bold;
}

.ab_titdi h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 102px;
	height: 3px;
	background: linear-gradient(to right, #eb3f56, #a4161d);
}

.ab_txp p {
	font-size: 16px;
	margin-bottom: 24px;
	line-height: 34px;
	font-family: Roboto-Light;
}

.ab_txp {
	margin-top: 42px;
}

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

.ab_num {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	padding: 0 150px;
}

.ab_num li {
	display: inline-block;
	text-align: center;
}

.ab_num li span {
	font-size: 28px;
	color: #eb3f56;
}

.ab_num li span b {
	display: inline-block;
	background: linear-gradient(to right, #eb3f56, #a4161d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 5px;
	font-size: 76px;
	font-family: Roboto-Black;
}

.ab_num li p {
	margin-top: 12px;
}

.ab_fac {
	margin-top: 70px;
}

.ab_sep {
	margin-top: 80px;
	padding-top: 58px;
	position: relative;
	z-index: 0;
}

.ab_sep:before {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 75%;
	background: url("https://cdn-ilemjhl.nitrocdn.com/xrmRPBRrQQguVLAOyViWeSmshlDqSELF/assets/images/optimized/rev-a7978a9/www.tongdingmachinery.com/wp-content/themes/tongding/images/ab_webg.jpg") no-repeat;
	background-size: cover;
}

.ab_sep h2 {
	text-align: center;
	font-size: 36px;
	font-family: Roboto-Bold;
}

.sep_dibox {
	background: #fff;
	margin-top: 56px;
	display: flex;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .06);
}

.sep_le {
	display: inline-block;
	width: 57%;
	padding: 48px 30px 0 44px;
}

.sep_ri {
	display: inline-block;
	width: 43%;
}

.sep_le p {
	margin-bottom: 13px;
	font-size: 16px;
	font-family: Roboto-Light;
}

.ab_hor {
	padding-top: 74px;
}

.ab_hor h2 {
	font-size: 30px;
	font-weight: normal;
	font-family: Roboto-Medium_0;
}

.ab_hodi {
	margin-top: 42px;
	position: relative;
	padding-left: 96px;
}

.ab_hole {
	height: 100%;
	background: linear-gradient(to bottom, #eb3f56, #a4161d);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	color: #fff;
}

.ab_hole p {
	writing-mode: vertical-lr;
	font-size: 26px;
	font-family: Roboto-Bold;
}

.ab_hori {
	width: 100%;
	background: #f7f9f9;
	padding: 32px 20px 14px 35px;
}

.da_arr span.aho_prev {
	left: -64px;
}

.da_arr span.aho_prev i {
	transform: rotate(180deg);
}

.da_arr span.aho_next {
	right: -64px;
}

.ab_facour {
	padding-top: 74px;
}

.ab_facour h2 {
	font-size: 40px;
	font-family: Roboto-Bold;
}

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

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

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

.digg4 span.disabled {
	border-radius: 30px;
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
	border: 1px solid #ebebeb;
	color: #666;
}

.digg4 a {
	color: #666;
	border: 1px solid #ebebeb;
	border-radius: 30px;
}

/*分页 结束*/

/*产品详情*/
.de_swdi {
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}

.de_swle {
	float: left;
	width: 52%;
}

.de_swri {
	float: right;
	width: 48%;
	padding: 22px 0 0 50px;
}

.dezt_gds {
	position: relative;
}

.dezt_gds .slick-dots {
	position: absolute;
	bottom: 45px;
}

.dezt_gds .slick-dots li {
	margin: 0 10px;
	width: auto;
	height: auto;
}

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

.dezt_gds .slick-dots li.slick-active button {
	background: linear-gradient(to right, #eb3f56, #a4161d);
}

.de_swri h1 {
	font-size: 30px;
	font-family: Roboto-Medium_0;
	font-weight: normal;
}

.de_spp {
	margin-top: 12px;
}

.de_spp p {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	font-family: Roboto-Light;
}

.de_email {
	margin-top: 20px;
	background: #fdf6f7;
	padding: 20px 10px 25px 40px;
}

.dem_like {
	padding-top: 3px;
	min-height: 58px;
	padding-left: 72px;
	position: relative;
}

.dem_like a {
	display: inline-block;
	font-size: 20px;
	font-family: Roboto-Medium_0;
}

.dem_like p {
	font-size: 16px;
	margin-bottom: 8px;
	font-family: Roboto-Light;
}

.dem_like i {
	color: #fff;
	display: inline-block;
	width: 58px;
	height: 58px;
	font-size: 24px;
	border-radius: 58px;
	text-align: center;
	background: linear-gradient(to right, #eb3f56, #a4161d);
	line-height: 58px;
	position: absolute;
	top: 0;
	left: 0;
}

.pro_lxbtn {
	margin-top: 32px;
	padding-right: 76px;
}

.pro_lxbtn a {
	background: #fff;
	font-size: 16px;
	border: 1px solid #eb3f56;
	border-radius: 5px;
	color: #333;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 47%;
	display: inline-block;
}

.pro_lxbtn a i {
	background: linear-gradient(#eb3f56, #a4161d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-weight: normal;
	font-size: 24px;
	margin-right: 5px;
}

.pro_lxbtn a:last-child {
	margin-left: 2%;
}

.pro_lxbtn a:hover {
	background: linear-gradient(to bottom, #eb3f56, #a4161d);
	color: #fff;
	transform: translateX(10px);
}

.pro_lxbtn a:hover i {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

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

.share {
	margin-top: 24px;
	font-size: 16px;
}

.de_item {
	margin-bottom: 40px;
}

.de_block .de_item:last-child {
	margin-bottom: 0;
}

.de_h2ti {
	margin-bottom: 26px;
	position: relative;
	padding: 14px 28px;
	border-radius: 10px;
	background: #fdf6f7;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: Roboto-Medium_0;
}

.de_h2ti:before {
	content: "";
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background: linear-gradient(to bottom, #eb3f56, #a4161d);
}

.de_adpp p {
	font-size: 16px;
	font-family: Roboto-Light;
	line-height: 30px;
	color: #666;
}

.d_apswi {
	margin-top: 25px;
	position: relative;
}

.dap_gds .item {
	margin: 0 12px;
	text-align: center;
}

.dap_gds .item p {
	margin-top: 20px;
	font-size: 20px;
	font-family: Roboto-Medium_0;
}

.da_arr {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
}

.da_arr span {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 0;
}

.da_arr span i {
	color: #bcbcbc;
	font-size: 42px;
	display: inline-block;
}

.da_arr span.dap_prev {
	left: -64px;
}

.da_arr span.dap_prev i {
	transform: rotate(180deg);
}

.da_arr span.dap_next {
	right: -64px;
}

.da_arr span:hover i {
	background: linear-gradient(#eb3f56, #a4161d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.dap_prev {
	left: 0;
}

.dap_prev {
	right: 0;
}

.del_table {
	overflow-x: auto;
}

.del_table table {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
}

.del_table table td {
	border: 1px solid #e5e5e5;
	padding: 20px 20px;
	text-align: center;
	font-family: Roboto-Light;
	font-size: 16px;
	color: #666;
}

.del_table table td span {
	display: inline-block;
}

.del_table table tr:first-child td {
	font-family: Roboto-Medium_0;
	color: #fff;
	background: linear-gradient(to bottom, #eb3f56, #a4161d);
}

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

.de_eqswi, .de_relswi {
	position: relative;
	margin-top: 40px;
}

.de_eqgd {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.de_eqgd .item {
	background: #f9f9f9;
}

.de_eqdi {
	padding: 32px 32px 34px;
}

.de_eqdi h3 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: Roboto-Medium_0;
}

.de_eqdi h4 {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

.de_eqdi p {
	font-size: 16px;
	line-height: 22px;
	color: #666;
	font-family: Roboto-Light;
}

.eq_arr {
	position: absolute;
	top: -88px;
	right: 26px;
}

.eq_arr span {
	margin-left: 10px;
	cursor: pointer;
	display: inline-block;
}

.eq_arr span i {
	display: inline-block;
	color: #eecfd4;
	font-size: 32px;
	display: inline-block;
}

.eq_arr span.deq_prev i, .eq_arr span.rel_prev i {
	transform: rotate(180deg);
}

.eq_arr span i:hover {
	background: linear-gradient(#eb3f56, #a4161d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.de_refz .item {
	margin: 0 16px;
}

.de_mess {
	margin-top: 84px;
	background: #f7f9f9;
	padding: 40px 0 64px;
}

.mes_tit {
	text-align: center;
}

.mes_tit h2 {
	font-size: 50px;
	font-family: Roboto-Medium_0;
	font-weight: normal;
}

.mes_tit p {
	font-family: Roboto-Light;
	margin-top: 14px;
}

.quiry_info {
	margin-top: 30px;
}

.quiry_info ul {
	display: flex;
	flex-wrap: wrap;
}

.quiry_info li {
	width: 49%;
	margin-bottom: 16px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.quiry_info li:nth-of-type(2) {
	margin-left: 2%;
}

.quiry_info input {
	height: 60px;
	line-height: 60px;
}

.quiry_info input, .quiry_info textarea {
	border: none;
	width: 100%;
	resize: none;
	font-family: Roboto-Light;
	background: #fff;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	padding: 15px 18px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

.quiry_info textarea {
	height: 210px;
	padding: 18px;
}

.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 li:last-child, .quiry_info li:nth-of-type(3), .quiry_info li:nth-of-type(4) {
	width: 100%;
}

.quiry_info li:last-child {
	width: 100% !important;
	float: none;
	margin-top: 10px;
	margin-bottom: 0;
}

.quiry_info form button {
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	cursor: pointer;
	transition: all .3s;
	width: 232px;
	height: 50px;
	line-height: 50px;
	border: none;
	font-size: 18px;
	background: linear-gradient(to bottom, #eb3f56, #a4161d);
	color: #fff;
	font-family: Roboto-Regular;
}

.quiry_info form button:hover {
	border-radius: 40px;
}

/*ject*/
.je_titdi {
	text-align: center;
}

.je_titdi h2 {
	position: relative;
	padding-bottom: 15px;
	font-size: 50px;
	text-transform: uppercase;
	font-family: Roboto-Bold;
}

.je_titdi h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 102px;
	height: 3px;
	background: linear-gradient(to right, #eb3f56, #a4161d);
}

.je_titdi p {
	font-size: 16px;
	margin-top: 20px;
	font-family: Roboto-Light;
}

.chart-map {
	margin-top: 55px;
}

/*video*/
.vide_list {
	margin-top: 54px;
	display: flex;
	flex-wrap: wrap;
}

.vide_list li {
	display: inline-block;
	width: 32%;
	margin-bottom: 34px;
	margin-right: 2%;
}

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

.vi_pic {
	position: relative;
}

.vi_pic i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 24px;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #d10000;
	color: #fff;
	border-radius: 50px;
}

.vi_pic .changpic {
	background: #000;
}

.vi_pic .changpic img {
	opacity: .8;
}

.vi_item p {
	margin-top: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.vi_item:hover .changpic img {
	opacity: 1;
}

/*solu*/
.solu_war {
	padding-bottom: 85px;
}

.soli_top {
	padding: 100px 0;
	background: url("https://www.tongdingmachinery.com/wp-content/themes/tongding/images/so_tobg.jpg") no-repeat;
	background-size: cover;
}

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

.so_topswi {
	position: relative;
}

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

.so_tole {
	float: left;
	width: 568px;
}

.so_tori {
	text-align: right;
	padding: 74px 68px 0 44px;
	margin-left: 568px;
}

.sso_h3t {
	padding-bottom: 26px;
	border-bottom: 2px solid #ebebeb;
}

.sso_h3t h3 {
	text-align: right;
	font-size: 26px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: POPPINS-MEDIUM;
}

.so_tori p {
	color: #666;
	padding-left: 75px;
	margin-top: 28px;
	font-size: 16px;
	text-align: right;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}

.so_tori span {
	transition: all .3s;
	margin-top: 54px;
	color: #fff;
	border-radius: 50px;
	box-shadow: 0 1px 5px rgba(12, 113, 197, .5);
	display: inline-block;
	padding: 10px 54px;
	background: #ce1e2e;
	font-size: 16px;
	font-family: Poppins-Light;
}

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

.so_topdit:hover .so_tori span {
	transform: translateX(-10px);
}

.nso_arr {
	position: absolute;
	bottom: 0;
	padding: 0 25px;
	left: 44%;
	transform: translateX(-170px);
	width: 170px;
	background: #ce1e2e;
}

.nso_arr span {
	cursor: pointer;
	display: inline-block;
	width: 50px;
	height: 72px;
	line-height: 72px;
	text-align: center;
}

.nso_arr span i {
	display: inline-block;
	font-size: 30px;
	color: rgba(255, 255, 255, .5);
}

.nso_arr span.sot_prev i {
	transform: rotate(180deg);
}

.nso_arr span:hover i {
	color: #fff;
}

.solu_list {
	padding-top: 66px;
}

.so_linav {
	display: flex;
}

.so_linav li {
	position: relative;
	line-height: 46px;
	padding: 0 8px;
	display: inline-block;
}

.so_linav li:before {
	transform: skew(-14deg);
	content: "";
	width: 1px;
	height: 20px;
	background: #666;
	position: absolute;
	top: 11px;
	right: 0;
}

.so_linav li:first-child {
	padding-left: 0;
}

.so_linav li:last-child {
	padding-right: 0;
}

.so_linav li:last-child:before {
	display: none;
}

.so_linav li.on {
	font-size: 28px;
	font-family: POPPINS-SEMIBOLD;
}

.so_linav * {
	vertical-align: middle;
}

.so_list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.so_list li {
	display: inline-block;
	width: 32%;
	margin-bottom: 54px;
	margin-right: 2%;
}

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

.so_item h3 {
	font-size: 20px;
	margin-top: 20px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: POPPINS-MEDIUM;
}

.so_item p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	height: 84px;
	overflow: hidden;
}

.so_item span {
	transition: all .3s;
	margin-top: 30px;
	color: #ce1e2e;
	border: 1px solid #ce1e2e;
	border-radius: 50px;
	display: inline-block;
	padding: 10px 54px;
	font-size: 16px;
	font-family: Poppins-Light;
}

.so_item:hover span {
	transform: translateX(10px);
	background: #ce1e2e;
	color: #fff;
	box-shadow: 0 1px 5px rgba(12, 113, 197, .5);
}

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

/*case*/
.ca_mle {
	float: left;
	width: 424px;
}

.ca_mri {
	margin-left: 424px;
	padding-left: 40px;
}

.ca_lenav {
	box-shadow: 0 1px 5px rgba(12, 113, 197, .5);
	background: #ce1e2e;
	padding: 40px 35px 65px;
}

.ca_lenav li {
	position: relative;
	border-bottom: 1px solid #5d9acc;
}

.ca_lenav li a {
	font-size: 20px;
	color: #fff;
	display: block;
	width: 100%;
	padding: 16px 0;
}

.ca_lenav li.on {
	padding-left: 25px;
}

.ca_lenav li.on a {
	font-size: 22px;
	font-family: POPPINS-MEDIUM;
}

.ca_lenav li:before {
	opacity: 0;
	content: "";
	font-size: 18px;
	font-family: iconfont;
	position: absolute;
	color: #fff;
	top: 24px;
	left: 0;
}

.ca_lenav li.on:before {
	opacity: 1;
}

.ca_lenav li:last-child {
	border-bottom: none;
}

.ca_list li {
	margin-bottom: 38px;
}

.ca_item {
	width: 100%;
	overflow: hidden;
	transition: all .3s;
	background: #f2f6f9;
}

.ca_itle {
	float: left;
	width: 479px;
}

.ca_itri {
	margin-left: 479px;
	padding: 55px 40px 0 42px;
}

.ca_itri h3 {
	font-size: 22px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: POPPINS-SEMIBOLD;
}

.ca_itri p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	height: 120px;
	overflow: hidden;
}

.ca_itri span {
	background: #fff;
	transition: all .3s;
	margin-top: 30px;
	color: #ce1e2e;
	border: 1px solid #ce1e2e;
	border-radius: 50px;
	display: inline-block;
	padding: 10px 54px;
	font-size: 16px;
	font-family: Poppins-Light;
}

.ca_item:hover {
	background: #fff;
	box-shadow: 0 1px 32px rgba(12, 113, 197, .25);
}

.ca_item:hover .ca_itri span {
	transform: translateX(10px);
	box-shadow: 0 1px 5px rgba(12, 113, 197, .5);
	background: #ce1e2e;
	color: #fff;
}

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

/*news*/
.nes_war {
	padding-bottom: 85px;
}

.nes_list li {
	margin-bottom: 44px;
}

.nes_item {
	width: 100%;
	overflow: hidden;
	transition: all .3s;
	background: #f6f8fa;
}

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

.nes_itri {
	float: right;
	width: 58%;
	padding: 50px 55px 0;
}

.nes_h3 {
	padding-bottom: 18px;
	position: relative;
}

.nes_h3 h3 {
	font-size: 26px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: POPPINS-MEDIUM;
}

.nes_h3:before {
	transition: all .3s;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 5px;
	background: #dbe5ed;
}

.nes_itri p {
	margin-top: 18px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	height: 90px;
	overflow: hidden;
}

.date_div {
	font-size: 16px;
	color: #666;
	padding-top: 28px;
	margin-top: 30px;
	border-top: 1px solid #dddede;
}

.date_div i {
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
	color: #ce1e2e;
}

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

.nes_item:hover .nes_h3:before {
	background: #ce1e2e;
}

.nes_item:hover {
	background: #fff;
	box-shadow: 0 1px 32px rgba(12, 113, 197, .18);
}

/*contact*/
.con_war {
	margin-top: 98px;
	padding-top: 95px;
	padding-bottom: 120px;
	position: relative;
	z-index: 0;
}

.con_war:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 470px;
	background: url("https://cdn-ilemjhl.nitrocdn.com/xrmRPBRrQQguVLAOyViWeSmshlDqSELF/assets/images/optimized/rev-a7978a9/www.tongdingmachinery.com/wp-content/themes/tongding/images/conbg_pic.jpg") no-repeat;
	background-size: cover;
}

.con_war .sub_nav {
	padding: 0;
	background: transparent;
}

.con_war .sub_nav p, .con_war .sub_nav p a {
	color: #fff;
}

.con_war .sub_nav p a:hover {
	color: #ce1e2e;
}

.con_lxdiv {
	margin-top: 15px;
	padding: 55px 58px 50px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 62px rgba(188, 203, 204, .3);
}

.con_lxdiv h2 {
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	font-family: Roboto-Medium_0;
}

.con_lxulbox {
	margin-top: 58px;
	display: flex;
	justify-content: space-between;
}

.con_lxulbox li {
	width: 20%;
	text-align: center;
}

.con_lxulbox li i {
	transition: all .3s;
	background: linear-gradient(#eb3f56, #a4161d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 58px;
	border: 1px solid #f9cace;
	display: inline-block;
	width: 150px;
	line-height: 150px;
	height: 150px;
	border-radius: 5px;
}

.con_lxulbox li p {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #999;
	font-size: 16px;
	font-family: Roboto-Light;
}

.con_lxulbox li a {
	font-size: 20px;
	color: #666;
}

.con_lxulbox li:hover i {
	background: linear-gradient(#eb3f56, #a4161d);
	color: #fff;
	-webkit-background-clip: box;
	-webkit-text-fill-color: #fff;
}

.con_lxulbox li:hover a {
	color: #eb3f56;
}

.con_mesmap {
	margin-top: 54px;
	overflow: hidden;
}

.co_mes {
	float: left;
	width: 47%;
	padding-right: 44px;
}

.co_map {
	float: right;
	width: 53%;
}

.co_mes h2 {
	font-size: 42px;
	font-family: Roboto-Bold;
}

.co_mes .quiry_info li {
	width: 100%;
}

.co_mes .quiry_info li:nth-of-type(2) {
	margin-left: 0;
}

.co_mes .quiry_info input, .co_mes .quiry_info textarea {
	background: #f0f0f0;
}

.co_mes .quiry_info li button {
	width: 100%;
}

/*新闻*/
.infocon h1 {
	font-size: 32px;
	font-weight: normal;
	font-family: POPPINS-SEMIBOLD;
	text-align: center;
	margin-bottom: 15px;
}

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

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

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

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

.infocon .other {
	color: #666;
}

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

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

.infocon p {
	line-height: 30px;
	margin-bottom: 10px;
}

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

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

/*deli*/
.de_liitem {
	width: 100%;
	overflow: hidden;
	background: #f2f6f9;
}

.de_lile {
	float: left;
	width: 50%;
}

.de_liri {
	float: right;
	width: 50%;
	padding: 72px 55px 0;
}

.de_liri h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	font-family: POPPINS-MEDIUM;
}

.de_liri p {
	margin-top: 28px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}

.de_liri span {
	background: #fff;
	transition: all .3s;
	margin-top: 60px;
	color: #ce1e2e;
	border: 1px solid #ce1e2e;
	border-radius: 50px;
	display: inline-block;
	padding: 10px 54px;
	font-size: 16px;
	font-family: Poppins-Light;
}

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

.de_liitem:hover .de_liri span {
	transform: translateX(10px);
	box-shadow: 0 1px 5px rgba(12, 113, 197, .5);
	background: #ce1e2e;
	color: #fff;
}

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

.delist li:nth-of-type(even) .de_liri {
	float: left;
}

/*404*/
.no_fun {
	text-align: center;
	margin-bottom: 60px;
}

.no_fun h5 {
	font-size: 36px;
	margin-bottom: 30px;
}

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

.no_fun a {
	display: inline-block;
	margin-top: 34px;
	font-size: 20px;
	border-radius: 40px;
	padding: 16px 64px;
	background: #c81f21;
	color: #fff;
	text-transform: uppercase;
}

.no_fun a:hover {
	transform: translateY(5px);
}

.areatextClass::-webkit-input-placeholder {
	color: red !important;
}

.aligncenter {
	display: block !important;
	margin: 0 auto !important;
}

@media screen and (max-width: 1680px) {
	.head_rcon {
		right: -100px;
	}
	
	nav {
		margin-right: 88px;
	}
	
	nav li {
		margin: 0 26px;
	}
	
	.inhhul {
		margin-top: 30px;
	}
	
	.ih_dip p {
		margin-top: 12px;
	}
	
	.in_abdi .center-wrap {
		padding-top: 160px;
	}
}

@media screen and (max-width: 1600px) {
	.inp_h2 {
		font-size: 30px;
	}
	
	.inp_tit p {
		font-size: 18px;
	}
	
	.inhhul {
		margin-top: 15px;
	}
	
	.ih_dip p {
		font-size: 18px;
	}
	
	.ihpdi .center-wrap {
		margin-top: 0;
		padding-top: 120px;
	}
	
	.inv_txdtx p {
		font-size: 24px;
	}
	
	.in_abdi .center-wrap {
		padding-top: 200px;
	}
	
	.ina_le {
		width: 46%;
	}
	
	.ina_ri {
		width: 54%;
		padding: 20px 0 0 32px;
	}
	
	.inab_txdi p {
		margin-bottom: 4px;
	}
	
	.inhhul li {
		margin-bottom: 30px;
	}
	
	.pat64 {
		padding-top: 50px;
	}
	
	.pr_list {
		margin-top: 45px;
	}
	
	.de_swri {
		padding: 22px 0 0 40px;
	}
	
	.mes_tit h2 {
		font-size: 42px;
	}
	
	.ab_txp p {
		margin-bottom: 6px;
	}
	
	.ab_num li span b {
		font-size: 65px;
	}
	
	.ab_num {
		margin-top: 28px;
	}
	
	.ab_fac {
		margin-top: 45px;
	}
	
	.ab_sep h2 {
		font-size: 30px;
	}
	
	.con_war {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1440px) {
	nav li {
		margin: 0 18px;
	}
	
	.inv_txdtx {
		padding: 20px;
	}
	
	.ina_ri h2 {
		font-size: 42px;
	}
	
	.inab_txdi p {
		line-height: 24px;
	}
	
	.ina_num {
		margin-top: 12px;
		padding: 15px 20px 20px;
	}
	
	.ina_num li p {
		margin-top: 5px;
	}
	
	.ina_num li span b {
		font-size: 42px;
	}
	
	.ina_ri a {
		margin-top: 15px;
	}
	
	.fo_top {
		padding: 25px 0;
	}
	
	.fo_top h2 {
		font-size: 26px;
		width: 220px;
	}
	
	.fo_ticon {
		margin-left: 220px;
	}
	
	.fo_ticon li {
		padding: 0 25px;
	}
	
	.fo_ticon li a {
		font-size: 19px;
	}
	
	.f_nav {
		margin-top: 35px;
	}
	
	.f_nav h4 {
		font-size: 24px;
	}
	
	.f_nav .f_item1 {
		width: 12%;
	}
	
	.f_nav .f_item3 {
		width: 29%;
	}
	
	.cx_navli li a {
		font-size: 18px;
	}
	
	.cx_navli li {
		margin-bottom: 14px;
	}
	
	.cx_navli {
		margin-top: 22px;
	}
	
	.copyright {
		margin-top: 35px;
		padding: 15px 0;
	}
	
	.pr_list {
		margin-top: 35px;
	}
	
	.prtx_div {
		padding: 25px 20px;
	}
	
	.pr_list li {
		margin-bottom: 28px;
	}
	
	.de_swri {
		padding: 12px 0 0 25px;
	}
	
	.de_swri h1 {
		font-size: 26px;
	}
	
	.de_email {
		padding: 15px;
	}
	
	.pro_lxbtn {
		margin-top: 15px;
	}
	
	.share {
		margin-top: 15px;
	}
	
	.de_h2ti {
		font-size: 25px;
	}
	
	.de_eqdi {
		padding: 20px;
	}
	
	.de_mess {
		margin-top: 65px;
	}
	
	.je_titdi h2 {
		font-size: 40px;
	}
	
	.chart-map {
		margin-top: 35px;
	}
	
	.vide_list {
		margin-top: 28px;
	}
	
	.vi_item p {
		margin-top: 12px;
	}
	
	.ab_titdi h2 {
		font-size: 40px;
	}
	
	.ab_txp {
		margin-top: 20px;
	}
	
	.ab_txp p {
		line-height: 28px;
	}
	
	.ab_num li span b {
		font-size: 50px;
	}
	
	.ab_sep {
		margin-top: 60px;
		padding-top: 40px;
	}
	
	.sep_le {
		padding: 25px 20px 0 34px;
	}
	
	.sep_le p {
		margin-bottom: 7px;
	}
	
	.ab_hor h2 {
		font-size: 26px;
	}
	
	.ab_hole p {
		font-size: 22px;
	}
	
	.con_lxulbox li i {
		width: 120px;
		height: 120px;
		line-height: 120px;
		font-size: 42px;
	}
	
	.co_mes h2 {
		font-size: 34px;
	}
	
	.quiry_info li {
		margin-bottom: 10px;
	}
	
	.quiry_info {
		margin-top: 15px;
	}
}

@media screen and (max-width: 1366px) {
	header {
		height: 80px;
	}
	
	nav li {
		line-height: 80px;
		margin: 0 14px;
	}
	
	nav li > a {
		font-size: 18px;
	}
	
	.logo {
		top: 16px;
	}
	
	.head_rcon {
		right: -73px;
		top: 16px;
	}
	
	nav {
		margin-right: 120px;
	}
	
	nav dl {
		top: 80px;
	}
	
	.inp_h2 {
		font-size: 25px;
	}
	
	.inmap .center-wrap {
		padding: 80px 5% 0;
	}
	
	.ih_dip p {
		margin-top: 0;
	}
	
	.inhhul li {
		margin-bottom: 10px;
	}
	
	.ihpdi .warper {
		padding: 0 40px;
	}
	
	.ihpdi .center-wrap {
		padding-top: 100px;
	}
	
	.inv_txdtx i {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
	}
	
	.inv_txdtx p {
		font-size: 20px;
	}
	
	.inv_txdtx {
		padding: 15px;
	}
	
	.in_abdi .center-wrap {
		padding-top: 100px;
	}
	
	.ina_ri h2 {
		font-size: 36px;
	}
	
	.ina_num li span {
		font-size: 18px;
	}
	
	.ina_num li span b {
		font-size: 38px;
	}
	
	.subbanner, .con_war {
		margin-top: 80px;
	}
	
	.sub_nav {
		padding: 18px 0;
	}
	
	.pat64 {
		padding-top: 38px;
	}
	
	.pro_war {
		padding-bottom: 45px;
	}
	
	.de_swri h1 {
		font-size: 23px;
	}
	
	.pro_lxbtn {
		padding-right: 0;
	}
	
	.dezt_gds .slick-dots {
		bottom: 30px;
	}
	
	.de_spp p {
		line-height: 23px;
	}
	
	.de_swdi {
		margin-bottom: 40px;
	}
	
	.da_arr span.dap_prev {
		left: -35px;
	}
	
	.da_arr span.dap_next {
		right: -35px;
	}
	
	.de_refz .item {
		margin: 0 8px;
	}
	
	.de_eqdi h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.de_mess {
		margin-top: 40px;
	}
	
	.mes_tit h2 {
		font-size: 34px;
	}
	
	.sep_dibox {
		margin-top: 34px;
	}
	
	.con_war {
		padding-top: 32px;
	}
	
	.con_lxdiv {
		padding: 30px;
	}
	
	.con_lxdiv h2 {
		font-size: 32px;
	}
	
	.con_lxulbox {
		margin-top: 20px;
	}
	
	.con_lxulbox li p {
		margin-top: 12px;
	}
	
	.con_lxulbox li a {
		font-size: 18px;
	}
	
	.con_war:before {
		height: 31%;
	}
}

@media screen and (max-width: 1280px) {
	.ihpdi .warper {
		padding: 0 0;
	}
	
	.in_abdi .center-wrap {
		padding-top: 120px;
	}
	
	nav li {
		margin: 0 8px;
	}
	
	.pr_ntx {
		padding: 0 12px;
	}
	
	.pr_ntx p {
		font-size: 17px;
	}
	
	.prtx_div {
		padding: 20px 15px;
	}
	
	.de_email {
		padding: 10px;
		margin-top: 12px;
	}
	
	.de_item {
		margin-bottom: 30px;
	}
	
	.de_eqswi, .de_relswi {
		margin-top: 26px;
	}
	
	.eq_arr {
		top: -72px;
	}
	
	.quiry_info form button {
		width: 180px;
	}
	
	.je_titdi h2 {
		font-size: 34px;
	}
	
	.chart-map {}
	
	.digg4 {
		margin-top: 30px;
	}
	
	.vide_list li {
		margin-bottom: 25px;
	}
	
	.sep_le p {
		margin-bottom: 0;
	}
	
	.ab_facour h2 {
		font-size: 32px;
	}
	
	.ab_facour {
		padding-top: 35px;
	}
	
	.con_lxulbox li i {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	
	.inmap .center-wrap {
		padding: 80px 0 0;
	}
}

@media screen and (max-width: 1024px) {
	.warper {
		width: 94%;
	}
	
	.logo img {
		height: 40px;
		width: auto;
	}
	
	#nav .nav-button {
		display: block;
		top: 14px;
		right: 0;
	}
	
	header, .position {
		z-index: 666;
		background: #fff;
		height: 62px;
	}
	
	.logo {
		top: 10px;
		left: 0;
	}
	
	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;
		line-height: normal;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #2e2e2e;
		position: relative;
	}
	
	nav li > a {
		margin: 0;
		padding: 15px 20px;
		width: 100%;
		color: #fff;
		display: inline-block;
		font-size: 18px;
		line-height: normal;
		text-align: left;
	}
	
	nav li:hover > a, nav li.on > a {
		color: #fff;
		background: #ce1e2e;
	}
	
	nav li a:before {
		display: none;
	}
	
	nav dl {
		left: 0;
		top: 0;
		width: auto;
		background: #2e2e2e;
		position: inherit;
		opacity: 1;
		height: auto !important;
		display: block !important;
	}
	
	nav li dl dd a {
		padding: 10px 20px;
		display: block;
		border-bottom: none;
		color: #fff !important;
	}
	
	nav li:hover dl {
		left: 0;
		opacity: 1;
	}
	
	nav li dl dd a {
		color: #fff !important;
		white-space: normal;
	}
	
	.banner {
		margin-top: 62px;
	}
	
	.subbanner {
		margin-top: 62px;
	}
	
	#nav .nav-button {
		right: 0;
		background: #ce1e2e;
	}
	
	#nav .nav-button i {
		color: #fff;
	}
	
	.head_rcon {
		width: 170px;
		top: 10px;
		right: 48px;
	}
	
	.l_fixed {
		display: none;
	}
	
	.ban_arrow span i {
		font-size: 28px;
	}
	
	.index_banner .item img {
		display: block;
	}
	
	.index_banner .item, .index_banner .items {
		position: initial;
		height: auto;
	}
	
	.ban_arrow span i {
		color: #fff;
	}
	
	.language i, .language i {
		background: linear-gradient(#eb3f56, #a4161d);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	
	.searchform input, .searchform input {
		color: #fff;
		background: linear-gradient(to right, #eb3f56, #a4161d);
	}
	
	.searchform button, .searchform button {
		color: #fff;
	}
	
	.searchform input::-webkit-input-placeholder, .searchform input::-webkit-input-placeholder {
		color: #fff;
	}
	
	.searchform input:-moz-placeholder, .searchform input:-moz-placeholder {
		color: #fff;
	}
	
	.ihpdi .inhhul {
		opacity: 1;
		transform: translateY(0);
	}
	
	.in_vide .inviflex {
		opacity: 1;
		transform: translateY(0);
	}
	
	.center-wrap {
		height: auto;
		padding-top: 0;
	}
	
	.ihpdi .center-wrap, .in_abdi .center-wrap {
		padding: 50px 0;
	}
	
	.inp_h2 {
		font-size: 23px;
	}
	
	.inhhul li {
		margin-bottom: 0;
	}
	
	.chart-container {
		height: 500px;
	}
	
	.ina_ri {
		padding: 0 0 0 25px;
	}
	
	.ina_ri h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	
	.fo_top {
		padding: 20px 0;
	}
	
	.fo_top h2 {
		font-size: 22px;
	}
	
	.fo_ticon li {
		padding: 0 20px;
	}
	
	.fo_ticon li i {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 18px;
	}
	
	.f_nav .f_item1 {
		display: none;
	}
	
	.f_nav .f_item2 {
		margin-left: 0;
	}
	
	.f_nav .f_item3 {
		width: 38%;
	}
	
	.f_nav .f_item4 {
		width: 33%;
	}
	
	.pr_navul li {
		margin-right: 1%;
		width: 24.3%;
	}
	
	.pr_list {
		margin-top: 25px;
	}
	
	.dezt_gds .slick-dots li button {
		width: 14px;
		height: 14px;
	}
	
	.de_swle {
		width: 100%;
		float: none;
	}
	
	.de_swri {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 14px;
	}
	
	.de_adpp p {
		line-height: 25px;
	}
	
	.dap_gds .item {
		margin: 0 6px;
	}
	
	.da_arr span i {
		font-size: 34px;
	}
	
	.d_apswi {
		margin-top: 18px;
	}
	
	.dap_gds .item p {
		margin-top: 12px;
		font-size: 18px;
	}
	
	.del_table table td {
		padding: 16px;
	}
	
	.mes_tit h2 {
		font-size: 30px;
	}
	
	.mes_tit p {
		margin-top: 10px;
	}
	
	.de_mess {
		margin-top: 30px;
		padding: 35px 0 45px;
	}
	
	.je_titdi h2 {
		font-size: 30px;
		padding-bottom: 10px;
	}
	
	.je_titdi p {
		margin-top: 12px;
	}
	
	.chart-map {
		margin-top: 15px;
	}
	
	.ab_titdi h2 {
		font-size: 34px;
	}
	
	.ab_txp p {
		line-height: 26px;
	}
	
	.ab_num {
		padding: 0 100px;
	}
	
	.ab_fac {
		margin-top: 30px;
	}
	
	.ab_sep {
		margin-top: 40px;
		padding-top: 30px;
	}
	
	.ab_sep h2 {
		font-size: 24px;
	}
	
	.sep_dibox {
		margin-top: 15px;
	}
	
	.da_arr span.aho_prev {
		left: -30px;
	}
	
	.da_arr span.aho_next {
		right: -30px;
	}
	
	.con_lxdiv h2 {
		font-size: 28px;
	}
	
	.co_mes {
		padding-right: 30px;
	}
	
	.con_war {
		margin-top: 62px;
	}
	
	.inmap .center-wrap {
		padding: 0;
	}
	
	.pc_map {
		display: none;
	}
	
	.mo_map {
		display: block;
	}
	
	.so_icon {
		opacity: 0;
	}
}

@media screen and (max-width: 768px) {
	.logo img {
		height: 32px;
	}
	
	.logo {
		top: 14px;
	}
	
	.ihpdi .center-wrap, .in_abdi .center-wrap {
		padding: 34px 0;
	}
	
	.inp_h2 {
		font-size: 19px;
	}
	
	.inp_tit p {
		font-size: 17px;
	}
	
	.ih_dip p {
		font-size: 17px;
	}
	
	.inhhul {
		margin-top: 6px;
	}
	
	.chart-container {
		height: 350px;
	}
	
	.inviflex li {
		width: 49.5%;
		margin-bottom: 8px;
	}
	
	.inviflex li:nth-of-type(3n) {
		margin-right: 1%;
	}
	
	.inviflex li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.vh50 {
		height: 40vh;
	}
	
	.ina_le {
		width: 100%;
		float: none;
	}
	
	.ina_ri {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 15px;
	}
	
	.ina_ri h2 {
		font-size: 24px;
	}
	
	.ina_num li span b {
		font-size: 30px;
	}
	
	.ina_ri a {
		padding: 10px 28px;
	}
	
	.fo_top h2 {
		display: none;
	}
	
	.fo_ticon {
		margin-left: 0;
	}
	
	.fo_ticon li {
		padding: 0 10px;
	}
	
	.f_nav .f_item2 {
		display: none;
	}
	
	.f_nav .f_item3 {
		width: 50%;
	}
	
	.f_nav .f_item4 {
		width: 48%;
	}
	
	.cx_navli li i {
		display: none;
	}
	
	.cx_navli li {
		min-height: auto;
		padding: 0;
	}
	
	.f_item4 input {
		height: 42px;
		line-height: 42px;
	}
	
	.f_item4 ul li {
		margin-bottom: 5px;
	}
	
	.f_nav {
		margin-top: 12px;
	}
	
	.copyright {
		padding: 10px 0;
		margin-top: 20px;
	}
	
	.sub_nav {
		padding: 10px 0;
	}
	
	.pat64 {
		padding-top: 25px;
	}
	
	.pr_navul {
		flex-wrap: wrap;
	}
	
	.pr_navul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	
	.pr_navul li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.pr_list {
		margin-top: 15px;
	}
	
	.pr_list li {
		width: 49%;
		margin-bottom: 15px;
	}
	
	.pr_list li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.pr_list li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.prtx_div span {
		padding: 8px 24px;
	}
	
	.de_h2ti {
		font-size: 23px;
		margin-bottom: 15px;
	}
	
	.da_arr span.dap_prev {
		left: 0;
	}
	
	.da_arr span.dap_next {
		right: 0;
	}
	
	.da_arr span i {
		color: #ce1e2e;
	}
	
	.eq_arr {
		top: -69px;
	}
	
	.mes_tit h2 {
		font-size: 28px;
	}
	
	.je_titdi h2, .ab_titdi h2 {
		font-size: 24px;
	}
	
	.chart-map {}
	
	.vide_list {
		margin-top: 12px;
	}
	
	.vide_list li {
		width: 49%;
	}
	
	.vide_list li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.vide_list li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.ab_titdi h2 {
		padding-bottom: 10px;
	}
	
	.ab_txp p {
		line-height: 24px;
		margin-bottom: 0;
	}
	
	.ab_num {
		padding: 0;
	}
	
	.ab_num li span b {
		font-size: 35px;
	}
	
	.ab_num li p {
		font-size: 16px;
	}
	
	.ab_sep {
		margin-top: 30px;
		padding-top: 24px;
	}
	
	.ab_sep h2 {
		font-size: 20px;
	}
	
	.sep_le {
		padding: 20px;
		width: 100%;
	}
	
	.sep_dibox {
		flex-wrap: wrap;
	}
	
	.sep_ri {
		width: 100%;
	}
	
	.ab_hor {
		padding-top: 30px;
	}
	
	.ab_hor h2 {
		font-size: 20px;
	}
	
	.ab_hodi {
		margin-top: 25px;
	}
	
	.ab_facour h2 {
		font-size: 26px;
	}
	
	.con_lxdiv h2 {
		font-size: 22px;
	}
	
	.con_lxdiv {
		padding: 22px;
	}
	
	.con_lxulbox {
		flex-wrap: wrap;
	}
	
	.con_lxulbox li {
		width: 33.333%;
	}
	
	.con_lxulbox li i {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
	}
	
	.co_mes h2 {
		font-size: 24px;
	}
	
	.con_mesmap {
		margin-top: 25px;
	}
	
	.co_mes {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.co_map {
		width: 100%;
		float: none;
		margin-top: 12px;
	}
	
	.con_war {
		padding-bottom: 40px;
	}
	
	.con_war:before {
		height: 18%;
	}
	
	.quiry_info input {
		height: 50px;
		line-height: 50px;
	}
	
	.quiry_info li {
		margin-bottom: 6px;
	}
	
	.backToTop {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:480px) {
	.footmenu {
		display: block;
	}
	
	.fob_fot {
		padding-bottom: 62px;
	}
	
	.footmenu div.con {
		background: #ce1e2e;
	}
	
	.searchform {
		display: none;
	}
	
	.head_rcon {
		width: 26px;
	}
	
	.ihpdi .center-wrap, .in_abdi .center-wrap {
		padding: 20px 0;
	}
	
	.inp_h2 {
		font-size: 18px;
	}
	
	.inp_tit p {
		margin-top: 6px;
		font-size: 16px;
	}
	
	.inhhul li {
		width: 100%;
	}
	
	.ih_dip p {
		font-size: 16px;
	}
	
	.chart-container {
		height: 250px;
	}
	
	.vh50 {
		height: 30vh;
	}
	
	.inv_txdtx {
		padding: 12px;
	}
	
	.inv_txdtx p {
		font-size: 18px;
	}
	
	.inv_txdtx i {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 15px;
	}
	
	.ina_ri h2 {
		font-size: 22px;
		margin-bottom: 6px;
	}
	
	.inab_txdi p {
		line-height: 22px;
		font-size: 15px;
	}
	
	.ina_num {
		margin-top: 6px;
		padding: 12px;
	}
	
	.ina_num li span b {
		font-size: 27px;
	}
	
	.ina_num li p {
		font-size: 15px;
	}
	
	.inviflex li {
		margin-bottom: 4px;
	}
	
	.ina_ri a {
		padding: 8px 15px;
		margin-top: 10px;
	}
	
	.fo_top {
		display: none;
	}
	
	.f_nav {
		margin-top: 0;
	}
	
	.f_nav .f_item3 {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	
	.f_nav .f_item4 {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	
	.cx_navli {
		margin-top: 5px;
	}
	
	.f_nav h4 {
		font-size: 20px;
	}
	
	.fob_fot {
		padding-top: 14px;
	}
	
	.cx_navli li a {
		font-size: 17px;
	}
	
	.pr_ntx p {
		font-size: 16px;
	}
	
	.pr_list {
		margin-top: 8px;
	}
	
	.prtx_div {
		padding: 12px 8px;
	}
	
	.prtx_div h3 {
		font-size: 18px;
	}
	
	.prtx_div span {
		margin-top: 8px;
		font-size: 15px;
		padding: 6px 12px;
	}
	
	.pr_list li {
		margin-bottom: 8px;
	}
	
	.pro_war {
		padding-bottom: 28px;
	}
	
	.pat64 {
		padding-top: 15px;
	}
	
	.dezt_gds .slick-dots li {
		margin: 0 5px;
	}
	
	.de_swri h1 {
		font-size: 20px;
	}
	
	.de_spp p {
		font-size: 15px;
		line-height: 22px;
	}
	
	.dem_like i {
		display: none;
	}
	
	.dem_like {
		padding-left: 0;
		min-height: auto;
	}
	
	.dem_like a {
		font-size: 18px;
	}
	
	.de_swdi {
		margin-bottom: 20px;
	}
	
	.pro_lxbtn a {
		height: 45px;
		line-height: 45px;
	}
	
	.de_h2ti {
		margin-bottom: 8px;
		font-size: 20px;
		padding: 10px 15px;
	}
	
	.de_h2ti:before {
		width: 4px;
	}
	
	.de_adpp p {
		font-size: 15px;
		line-height: 23px;
	}
	
	.de_item {
		margin-bottom: 12px;
	}
	
	.dap_gds .item {
		margin: 0;
	}
	
	.d_apswi {
		margin-top: 10px;
	}
	
	.del_table table td {
		padding: 6px;
		font-size: 15px;
	}
	
	.de_eqgd .item, .de_refz .item {
		margin: 0;
	}
	
	.de_eqgd .item {
		min-height: auto;
	}
	
	.de_eqdi {
		padding: 12px;
	}
	
	.de_eqswi, .de_relswi {
		margin-top: 12px;
	}
	
	.eq_arr {
		top: 120px;
		right: auto;
		left: 0;
		width: 100%;
	}
	
	.de_eqdi h3 {
		font-size: 20px;
	}
	
	.de_eqdi p {
		font-size: 15px;
	}
	
	.de_eqdi h4 {
		font-size: 17px;
		margin-bottom: 6px;
	}
	
	.eq_arr span {
		position: absolute;
		top: 0;
	}
	
	.deq_prev, .rel_prev {
		left: 0;
	}
	
	.deq_next, .rel_next {
		right: 0;
	}
	
	.de_mess {
		margin-top: 15px;
		padding: 18px 0;
	}
	
	.mes_tit h2 {
		font-size: 22px;
	}
	
	.mes_tit p {
		font-size: 16px;
	}
	
	.quiry_info li {
		width: 100%;
	}
	
	.quiry_info li:nth-of-type(2) {
		margin-left: 0;
	}
	
	.quiry_info input {
		padding: 12px 15px;
	}
	
	.quiry_info textarea {
		height: 180px;
		padding: 15px;
	}
	
	.quiry_info form button {
		height: 45px;
		line-height: 45px;
	}
	
	.je_titdi h2, .ab_titdi h2 {
		font-size: 22px;
	}
	
	.je_titdi p {
		margin-top: 6px;
	}
	
	.vi_item p {
		font-size: 17px;
		margin-top: 6px;
	}
	
	.vide_list li {
		margin-bottom: 14px;
	}
	
	.digg4 {
		margin-top: 12px;
	}
	
	.ab_txp {
		margin-top: 12px;
	}
	
	.ab_txp p {
		font-size: 15px;
		line-height: 22px;
	}
	
	.ab_num li p {
		margin-top: 6px;
	}
	
	.ab_num {
		margin-top: 10px;
	}
	
	.ab_num li span b {
		font-size: 30px;
	}
	
	.ab_fac {
		margin-top: 12px;
	}
	
	.ab_sep {
		margin-top: 14px;
		padding-top: 16px;
	}
	
	.ab_sep h2 {
		font-size: 18px;
	}
	
	.sep_le {
		padding: 12px;
	}
	
	.sep_le p {
		font-size: 15px;
	}
	
	.ab_hor {
		padding-top: 15px;
	}
	
	.ab_hor h2 {
		font-size: 18px;
	}
	
	.ab_hole {
		display: none;
	}
	
	.ab_hodi {
		padding-left: 0;
	}
	
	.ab_hori {
		padding: 20px 10px 5px 35px;
	}
	
	.da_arr span.aho_prev {
		left: 0;
	}
	
	.da_arr span.aho_next {
		right: 0;
	}
	
	.ab_facour h2 {
		font-size: 23px;
	}
	
	.ab_facour {
		padding-top: 12px;
	}
	
	.con_lxdiv {
		padding: 15px;
		border-radius: 6px;
	}
	
	.con_lxdiv h2 {
		font-size: 20px;
	}
	
	.con_lxulbox {
		justify-content: normal;
	}
	
	.con_lxulbox li {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 5px;
	}
	
	.con_lxulbox li a {
		font-size: 16px;
	}
	
	.con_war {
		padding-bottom: 30px;
	}
	
	.de_eqgd {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 20px;
	}
}
