html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup,
i {
	font-style: inherit;
	font-weight: inherit;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {
	min-width: 1200px
}

body {
	font-family: "Microsoft YaHei";
	font-size: 15px;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}

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

a {
	text-decoration: none;
	color: #232323;
}

b {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

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

textarea {
	resize: none;
	overflow: auto;
}

.fl {
	float: left
}

.fr {
	float: right
}

.tl {
	text-align: left;
}

.tc {
	text-align: center
}

.tr {
	text-align: right;
}

.cl {
	clear: both;
}

.ov {
	overflow: hidden;
}

.db,
.lb,
.dd {
	font-size: 0;
}

.db>div,
.lb>li,
.dd>dl {
	display: inline-block;
	vertical-align: top;
}

em,
.em {
	text-transform: uppercase;
	font-family: arial;
	vertical-align: top;
}

.ellipse {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.page {
	width: 1200px;
	margin: 0 auto;
}

:focus {
	outline: none;
	background-color: transparent;
}

::selection {
	background: #b90103;
	color: #fff;
}


/* top */

.top {
	height: 120px;
	padding-top: 30px;
}

.logo_img {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #d9d9d9;
}

.logo_img p {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 5px;
}

.logo_title p {
	font-size: 36px;
	font-weight: bold;
	color: #e4040f;
	line-height: 36px;
	margin-bottom: 10px;
}

.logo_title em {
	font-size: 13px;
	line-height: 20px;
}

.ggy {
	margin-left: 30px;
}

.ggy p {
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	margin: 2px 0 10px;
}

.ggy span {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
}

.tel {
	padding-left: 63px;
	background: url(../images/20190218093951_583252927.png) no-repeat left center;
	height: 50px;
	margin-top: 5px;
}

.tel p,
.email p {
	font-size: 16px;
	line-height: 16px;
	color: #666;
	margin-bottom: 8px;
}

.tel em,
.email em {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
}

.email {
	padding-left: 63px;
	background: url(../images/20190218093951_524016877.png) no-repeat left center;
	height: 50px;
	margin-top: 5px;
}

.email em {
	text-transform: inherit;
}


/* nav */

.ban_box {
	position: relative;
}

.nav_box {
	width: 1400px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -636px;
	background: #2b0103;
	transform: skewX(-30deg);
	z-index: 99;
}

.nav_box>ul>li {
	width: 130px;
	line-height: 60px;
	transform: skewX(30deg);
	text-align: center;
	;
	position: relative;
}

.nav_box>ul>li.cur span,
.nav_box li:hover span {
	width: 135px;
	height: 60px;
	transform: skewX(-30deg);
	display: block;
	background: #e4040f;
	position: absolute;
	top: 0;
	z-index: 0;
}

.nav_box a {
	color: #fff;
	font-size: 16px;
	display: block;
	position: relative;
	z-index: 2;
}

.search {
	/*width: 192px;*/
	width: 120px;
	height: 60px;
	position: absolute;
	right: -18px;
	top: 0;
	background: linear-gradient(-60deg, transparent 30px, #e4040f 0);
	transform: skewX(30deg);
}

.search span {
	height: 60px;
	display: block;
	background: url(../images/search.png) no-repeat 40px center;
	background-size: 18%;
	cursor: pointer;
}

.sear_box {
	width: 1274px;
	height: 70px;
	padding: 15px 30px;
	background: #fff;
	position: absolute;
	top: 70px;
	right: 63px;
	voerflow: hidden;
	display: none;
}

.search_wz {
	width: 810px;
	float: left;
	line-height: 40px;
}

.sear_ri {
	width: 390px;
	height: 40px;
	float: right;
	position: relative;
	background: #fff;
	border: 1px solid #e4040f;
}

#search_bg {
	padding-left: 10px;
}

#search_bg .sso {
	width: 62px;
	height: 40px;
	background: #ae1018;
	color: #fff;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.nav_box .xl {
	width: 166px;
	background: #e4040f;
	position: absolute;
	top: 60px;
	left: -17px;
	display: none;
}

.nav_box li:hover .xl {
	display: block;
}

.nav_box .xl a {
	line-height: 42px;
	font-size: 15px;
	border-bottom: 1px solid #e9313a;
}

.nav_box .xl a:hover {
	background: #ae1018;
}

.nav_box .xl table {
	width: 100% !important;
}

.nav_box .xl td a {
	font-weight: normal !important;
}


/* banner */

.banner {
	width: 100%;
	height: 620px;
	position: relative;
	overflow: hidden;
}

.banner ul {
	position: relative;
}

.banner ul li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.banner li div {
	height: 640px;
}

.banner ol {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 99;
}

.banner ol li {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	vertical-align: middle;
	transition: 0.3s;
}

.banner ol li+li {
	margin-left: 10px;
}

.banner ol li.cur {
	width: 16px;
	height: 16px;
	transition: 0.3s;
}

.banner>div {
	width: 36px;
	height: 72px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99;
}

.ban_btn_le {
	left: -36px;
	background: url(../images/banenrleft.png) no-repeat center;
}

.ban_btn_ri {
	right: -36px;
	background: url(../images/banenrright.png) no-repeat center;
}


/* on_t */

.on_t {
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}

.on_t em {
	color: #d8d8d8;
}

.on_t p {
	margin-top: 10px;
}

.on_t span {
	width: 80px;
	height: 3px;
	display: block;
	background: #e4040f;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

.on_t span::before {
	content: '';
	width: 10px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0px;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	animation: ontspan infinite linear 2s;
}

@keyframes ontspan {
	from {
		left: 0px;
	}
	to {
		left: 100px;
	}
}


/* service */

.service {
	margin: 60px auto;
}

.serc {
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}

.serc dl {
	width: 287px;
	height: 404px;
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
	background: #f7f7f7;
	transition: 0.6s;
}

.serc dl+dl {
	margin-left: 16px;
}

.serc dl.on {
	background: #e4040f;
}

.serc dt {
	/*height: 163px;*/
	height: 280px;
	background: linear-gradient(12deg, transparent 60px, #ebecee 0);
	/*padding-top: 42px;*/
	padding-top: 4px;
	position: relative;
}

.serc dl.on dt {
	background: linear-gradient(12deg, transparent 60px, #ae1018 0);
}

.serc dl:hover {
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
	margin-top: -5px;
	transition: 0.6s;
}

.serc dt p {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.serc dl.on dt p {
	color: #fff;
}

.serc dt span {
	width: 78px;
	height: 78px;
	border-radius: 78px;
	display: block;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -39px;
}

.serc dt i {
	width: 78px;
	height: 78px;
	border-radius: 78px;
	background: #2b0103;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.serc dt span::before {
	content: '';
	width: 102px;
	height: 102px;
	border-radius: 102px;
	background: rgba(43, 1, 3, 0.1);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -51px;
	margin-left: -51px;
	z-index: 0;
}

.serc dt span::after {
	content: '';
	width: 78px;
	height: 78px;
	border-radius: 78px;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -39px;
	margin-left: -39px;
	z-index: 0;
}

.serc dt span.cur::before,
.serc dt span.cur::after {
	animation: sercspana 1.2s ease-in-out 0s infinite both;
}

.serc dt img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	height: 280px;
}

.serc dd {
	font-size: 16px;
	margin-top: 12px;
	line-height: 20px;
	padding: 0 25px;
}

.serc dd span {
	height: 71px;
	display: block;
}

.serc dl.on dd {
	color: #fff;
	font-size: 16px;
}

.more {
	width: 130px;
	height: 30px;
	margin: 0 auto;
	background: #2b0103;
	margin-top: 85px;
	line-height: 30px;
	padding-right: 38px;
	position: relative;
	text-align: center;
	transition: 0.6s;
}

.more a {
	width: 130px;
	color: #fff;
	display: block;
	padding-right: 38px;
	position: relative;
	z-index: 3;
	transition: 0.6s;
}

.more::before {
	content: '';
	width: 50px;
	height: 30px;
	background: linear-gradient(120deg, transparent 15px, #e4040f 0);
	position: absolute;
	top: 0;
	right: 0;
}

.more::after {
	content: '';
	width: 50px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/jiantou.png) no-repeat center;
}

.serc dl.on .more::before {
	background: linear-gradient(120deg, transparent 15px, #fff 0);
}

.serc dl.on .more::after {
	/*background: url(../images/20190218135600_1458251742.png) no-repeat center;*/
}

.serc dl:hover .more,
.serc dl:hover .more a,
.more:hover,
.more:hover a {
	width: 156px;
	transition: 0.6s;
}

@keyframes sercspana {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.55);
		transform: scale(1.55);
		opacity: 0;
	}
}


/* all_t */

.all_t {
	background: url(../images/20190218145128_956740229.png) no-repeat 483px center;
	padding-left: 575px;
	animation: all_tGo 3s ease-in-out 0s infinite both;
}

.all_t p {
	font-size: 36px;
	margin-left: -20px;
	font-weight: bold;
	display: inline-block;
}

.all_t em {
	text-transform: capitalize;
	font-size: 14px;
	color: #999;
}

@keyframes all_tGo {
	0% {
		background-position-x: 483px;
	}
	50% {
		background-position-x: 478px;
	}
	100% {
		background-position-x: 483px;
	}
}


/* products  */

.pro_bg {
	width: 100%;
	background: #f7f7f7;
	padding: 60px 0;
}

.pro_c {
	margin-top: 30px;
}

.pro_c_le {
	width: 280px;
	margin-left: 7px;
	background: #e4040f;
	padding: 30px 0 50px;
}

.pro_cl_t {
	width: 294px;
	background: #2b0103;
	margin-left: -7px;
	padding: 35px 0;
	text-align: center;
}

.pro_cl_t em,
.pro_cl_t p {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}

.pro_cl_t em {
	color: #655253;
}

.pro_cl_t p {
	color: #fff;
}

.pro_cl_c {
	padding: 22px 18px 0;
}

.pro_cl_c table {
	width: 100% !important;
}

.pro_cl_c tr {
	height: 50px;
	background: #ae1018;
	display: block;
}

.pro_cl_c tr+tr {
	margin-top: 20px;
}

.pro_cl_c tr:hover {
	background: #2b0103;
}

.pro_cl_c td {
	width: 234px;
	position: relative;
}

.pro_cl_c td::before {
	content: '';
	width: 234px;
	height: 50px;
	background: url(../images/20190219095006_1473770808.png) no-repeat 0px center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 900ms ease;
}

.pro_cl_c tr:hover td::before {
	opacity: 1;
	background-position-x: 15px;
	transition: all 900ms ease;
}

.pro_cl_c td a {
	display: block;
	padding-left: 30px;
	color: #fff;
	font-weight: normal !important;
	position: relative;
	z-index: 6;
	transition: 0.6s;
}

.pro_cl_c tr:hover td a {
	padding-left: 45px;
	transition: 0.6s;
}

.pro_c_ri {
	width: 890px;
}

.pro_c_ri td {
	padding-left: 0 !important;
	display: inline-block;
}

.pro_c_ri td+td {
	margin-left: 19px;
}

.pro_c_ri td a,
.pro_c_ri td span {
	display: block;
}

.pro_c_ri td>a {
	position: relative;
}

.pro_c_ri td>a::before {
	content: '';
	width: 100%;
	height: 196px;
	background: #e4040f;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateX(-180deg);
	opacity: 0;
	transition: all 900ms ease;
}

.pro_c_ri td:hover>a::before {
	transform: rotateX(0deg);
	opacity: 0.8;
	transition: all 900ms ease;
}

.pro_c_ri td>a::after {
	content: '';
	width: 100%;
	height: 196px;
	background: url(../images/20190220172302_758624243.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 900ms ease;
}

.pro_c_ri td:hover>a::after {
	opacity: 1;
	transition: all 900ms ease;
}

.pro_c_ri td br {
	display: none;
}

.pro_c_ri td span {
	height: 42px;
	line-height: 42px !important;
}


/* ggt */

.ggt_bg {
	width: 100%;
	height: 288px;
	background: url(../images/20190218170101_1544289841.jpg) no-repeat center;
	padding: 40px 0;
}

.ggt_con {
	width: 792px;
	margin: 0 auto;
}

.ggt_ct>p {
	padding-left: 102px;
	line-height: 30px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.ggt_ct>p i {
	padding-right: 10px;
}

.ggt_ct span {
	width: 406px;
	line-height: 26px;
	color: #fff;
	display: block;
	margin-left: 142px;
}

.ggt_ct ul {
	margin-left: 192px;
	margin-top: 16px;
}

.ggt_ct li {
	width: 100px;
	text-align: center;
	vertical-align: inherit;
	font-size: 0;
}

.ggt_ct li+li {
	margin-left: 30px;
}

.ggt_ct li i {
	width: 68px;
	height: 68px;
	display: flex;
	position: relative;
	align-items: center;
	margin: 0 auto;
}

.ggt_ct li i img {
	display: flex;
	margin: 0 auto;
}

.ggt_ct li i::after {
	content: '';
	width: 68px;
	height: 68px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/20190218174332_485565221.png) no-repeat;
	animation: ggtlii 2s ease-in-out 0s infinite both;
}

.ggt_ct li p {
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
}

@keyframes ggtlii {
	0% {
		transform: rotate(0deg);
	}
	20% {
		transform: rotate(50deg);
	}
	40% {
		transform: rotate(0deg);
	}
	60% {
		transform: rotate(-50deg);
	}
	80% {
		transform: rotate(-120deg);
	}
	100% {
		transform: rotate(0deg);
	}
}


/* why */

.why {
	margin: 60px auto;
}

.why_t {
	text-align: center;
}

.why_t p {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

.why_t p i {
	color: #e4040f;
}

.why_t em {
	font-size: 23px;
	line-height: 23px;
	color: #999;
}

.why_c {
	margin-top: 30px;
	background: url(../images/20190218182852_24515439.jpg) no-repeat center;
}

.why_c li {
	width: 445px;
	height: 41px;
	background: url(../images/20190218181232_671572349.png) no-repeat;
	line-height: 41px;
	padding-left: 60px;
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 25px;
}

.why_c li:nth-child(even) {
	margin-left: 310px;
}


/* advantage */

.adv_t {
	text-align: center;
}

.adv_t p {
	line-height: 100px;
	font-size: 60px;
	font-weight: bold;
	background: url(../images/20190218184558_597031070.png) no-repeat center 51px;
}

.adv_t span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #999;
	letter-spacing: 11px;
	margin-top: 20px;
}

.adv_con {
	width: 100%;
	height: 590px;
	margin-top: 30px;
	position: relative;
}

.adv_lib li {
	width: 100%;
	height: 590px;
}

.adv_li_img {
	position: relative;
}

.adv_lib li {
	position: absolute;
	top: 0;
	left: 0;
}

.adv_lib li+li {
	display: none;
}

.adv_li_wz {
	position: relative;
}

.adv_li_wz li {
	background: url(../images/20190218190648_1287530269.png) no-repeat center;
}

.adv_liwz_box {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	position: relative;
}

.adv_liwz_box p {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 20px;
	background: url(../images/20190218190743_2083509013.png) no-repeat left bottom;
	margin-bottom: 35px;
}

.adv_liwz_box.on {
	animation: advLiwzBox 2s;
}

.adv_liwz_box span {
	width: 507px;
	height: 90px;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.adv_liwz_box .more {
	margin: 0;
	margin-top: 50px;
}

.adv_liwz_box .more::before {
	background: linear-gradient(120deg, transparent 15px, #fff 0);
}

.adv_liwz_box .more::after {
	background: url(../images/20190218135600_1458251742.png) no-repeat center;
}

.adv_list {
	position: absolute;
	bottom: -93px;
	left: 50%;
	margin-left: -600px;
	z-index: 9;
	font-size: 0;
	text-align: center;
}

.adv_list dl {
	width: 300px;
	height: 186px;
	border: 1px solid #d7d7d7;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	padding-top: 40px;
}

.adv_list dl.cur {
	background: #2b0103;
	border: 1px solid #2b0103;
}

.adv_list dl+dl {
	margin-left: -1px;
}

.adv_list dt {
	width: 46px;
	height: 46px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.adv_list dt img+img,
.adv_list dl.cur dt img {
	display: none;
}

.adv_list dl.cur dt img+img {
	display: block;
}

.adv_list dd p {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 8px;
}

.adv_list dl.cur dd p {
	color: #fff;
}

.adv_list dd em {
	display: block;
	line-height: 12px;
	font-size: 12px;
	color: #b3b3b3;
	text-align: center;
}

.adv_list dl.cur dd em {
	color: #fff;
}

@keyframes advLiwzBox {
	0% {
		top: 50px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}


/* case */

.case {
	/*margin-top: 153px;*/
	/*margin-top: 60px;*/
	margin: 60px auto;
}

.case_tab,
.new_tab {
	text-align: center;
	margin-top: 30px;
}

.case_tab li,
.new_tab li {
	width: 132px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #2b0103;
	font-size: 16px;
}

.case_tab li+li,
.new_tab li+li {
	margin-left: 20px;
}

.case_tab li.cur,
.new_tab li.cur {
	background: #2b0103;
}

.case_tab li.cur a,
.new_tab li.cur a {
	color: #fff;
}

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

.case_list td {
	/*width: 292px;*/
	/*height: 292px;*/
	width: 300px;
	height: 400px;
	padding-left: 0 !important;
	display: inline-block;
	float: left;
	position: relative;
}

.case_list td+td {
	margin-left: 13px;
	/*2个td之间的间距*/
}

.case_list td {
	/*margin-top: 10px;*/
	width: 290px;
	border: 2px solid #ccc;
	/*background-color: #9C9C9C;*/
	/*margin-left: 10px;*/
}

.case_list .case_one img {
	/*width: 594px;*/
	/*width: 300px;*/
	width: 280px;
	/*height: 594px;*/
	/*height: 594px;*/
	/*margin-left: 5px;*/
}

.case_list td div {
	width: 100%;
	height: 100%;
	padding-top: 0 !important;
	background: rgba(228, 4, 15, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0.1);
	opacity: 0;
	transition: all 900ms ease;
}

.case_list td:hover div {
	transform: scale(1);
	opacity: 1;
	transition: all 500ms ease;
}

.case_list td div a {
	font-size: 18px;
	color: #fff;
	display: block;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


/* company */

.com_bg {
	width: 100%;
	height: 574px;
	margin-top: 60px;
	background: url(../images/20190218195135_707319911.jpg) no-repeat center;
	padding: 60px 0;
}

.com_con {
	background: #fff;
	margin-top: 30px;
	padding: 28px;
}

.com_c_le {
	width: 690px;
}

.com_c_le p {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 6px;
}

.com_c_le i {
	width: 28px;
	height: 3px;
	display: block;
	background: #e4040f;
	margin-bottom: 20px;
	transition: all 900ms ease;
}

.com_con:hover .com_c_le i {
	width: 56px;
	transition: all 900ms ease;
}

.com_con span {
	line-height: 26px;
	color: #666;
}

.com_con .more {
	margin: 0;
	margin-top: 25px;
}


/* news */

.new {
	/*padding: 60px 0;*/
	margin: 60px auto;
}

.new_con {
	margin-top: 30px;
	height: 494px;
}

.new_list+.new_list {
	display: none;
}

.news_div>div,
.divdgweb_new_div>div {
	display: inline-block;
	vertical-align: top;
}

.news_div_left {
	width: 585px;
	position: relative;
}

.news_div_left .news_div_item_pic {
	border: 1px solid #ebecee;
}

.news_div_left .news_div_item_pic img {
	max-width: 583px;
}
.news_div_right{
  height: 160px; 
  margin-bottom: 10px;
}
.news_div_left .news_div_item_date,
.news_div_left .divdgweb_new_div_item_date {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/20190219115208_727117091.png) no-repeat left center;
	/*padding-left: 27px;*/
	padding-left: 15px;
	line-height: 26px;
}

.news_div_left .news_div_item_date>div,
.news_div_left .divdgweb_new_div_item_date>div {
	color: #999;
	display: inline-block;
}

.news_div_left .news_div_item_content,
.news_div_left .divdgweb_new_div_item_content {
	background: #fff;
	padding-top: 20px;
}

.news_div_left .news_div_item_title,
.news_div_left .divdgweb_new_div_item_title {
	margin-bottom: 15px;
	background: url(../images/20190219113539_154601220.png) no-repeat left 3px;
	padding-left: 25px;
	position: relative;
}

.news_div_left .news_div_item_title a,
.news_div_left .divdgweb_new_div_item_title a {
	font-size: 18px;
	display: block;
	line-height: 26px;
	font-weight: bold;
}

.news_div_left .news_div_item_title a span,
.news_div_left .divdgweb_new_div_item_title a span {
	font-size: 15px;
	float: right;
	color: #707070;
}

.news_div_left .news_div_item_body,
.news_div_left .divdgweb_new_div_item_body {
	font-size: 15px;
	line-height: 32px;
	color: #858585;
}

.news_div_left .more {
	margin: 0;
	margin-top: 28px;
}

.news_div_right .news_div_item_date>div,
.news_div_right .divdgweb_new_div_item_date>div {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	color: #a49c9c;
}

.news_div_right div.news_div_item_day,
.news_div_right div.divdgweb_new_div_item_day {
	display: block;
	font-size: 50px;
	/*font-size: 30px;*/
	padding-top: 6px;
	padding-left: 6px;
}

.news_div_right {
	width: 585px;
	margin-left: 25px;
}

.news_div_right .news_div_item,
.news_div_right .divdgweb_new_div_item {
	font-size: 0;
	background: #f7f7f7;
}

.news_div_right .news_div_item+.news_div_item,
.news_div_right .divdgweb_new_div_item+.divdgweb_new_div_item {
	margin-top: 16px;
}

.news_div_right .news_div_item:hover,
.news_div_right .divdgweb_new_div_item:hover {
	background: #2e545c85;
	box-shadow: 0 0 10px #ccc;
}

.news_div_right .news_div_item_pic {
	display: none;
}

.news_div_right .news_div_item_date,
.news_div_right .news_div_item_content,
.news_div_right .divdgweb_new_div_item_date,
.news_div_right .divdgweb_new_div_item_content {
	display: inline-block;
	vertical-align: top;
}

.news_div_right .news_div_item_date,
.news_div_right .divdgweb_new_div_item_date {
	width: 142px;
	height: 111px;
	font-size: 14px;
	background: linear-gradient(-70deg, transparent 40px, #ebecee 0);
	padding-left: 20px;
}

.news_div_right .news_div_item:hover .news_div_item_day,
.news_div_right .divdgweb_new_div_item:hover .divdgweb_new_div_item_day {
	color: #fff;
}

.news_div_right .news_div_item:hover .news_div_item_date>div,
.news_div_right .divdgweb_new_div_item:hover .divdgweb_new_div_item_date>div {
	color: #fff;
}

.news_div_right .news_div_item:hover .news_div_item_date,
.news_div_right .divdgweb_new_div_item:hover .divdgweb_new_div_item_date {
	background: linear-gradient(-70deg, transparent 40px, #ae1018 0);
}

.news_div_right .news_div_item_content,
.news_div_right .divdgweb_new_div_item_content {
	width: 430px;
	padding: 15px 0;
}

.news_div_right .news_div_item_a,
.news_div_right .divdgweb_new_div_item_a {
	font-size: 18px;
	display: block;
	line-height: 21px;
	margin-bottom: 8px;
}

 .divdgweb_new_div_item_at {
	font-size: 18px;
	display: block;
	line-height: 21px;
	margin-bottom: 8px;
}

.news_div_right .news_div_item_a span,
.news_div_right .divdgweb_new_div_item_a span {
	float: right;
	font-size: 20px;
	color: #fff;
	display: none;
}

.news_div_right .news_div_item:hover .news_div_item_a span,
.divdgweb_new_div_item:hover .divdgweb_new_div_item_a span {
	display: block;
}

.news_div_right .news_div_item_body,
.news_div_right .divdgweb_new_div_item_body {
	font-size: 14px;
	color: #858585;
	line-height: 26px;
	margin-top: 5px;
}

.news_div_right .news_div_item:hover .news_div_item_a,
.news_div_right .divdgweb_new_div_item:hover .divdgweb_new_div_item_a {
	color: #fff;
}

.news_div_right .news_div_item:hover .news_div_item_body,
.news_div_right .divdgweb_new_div_item:hover .divdgweb_new_div_item_body {
	color: #fff;
}


/* copy */

.copy_box {
	width: 100%;
	background: #1a0102;
}

.cy_nav {
	width: 100%;
	background: #ae1018;
	height: 76px;
	text-align: center;
}

.cy_nav li {
	/*width: 130px;*/
	width: 150px;
	line-height: 76px;
}

.cy_nav li a {
	font-size: 16px;
	color: #fff;
	display: block;
}

.cy_con {
	padding: 30px 0;
}

.cy_ccon {
	line-height: 28px;
	color: #fff;
}

.cy_ccon a {
	color: #fff;
}

.cy_clogo {
	width: 203px;
	/*margin-top: 15px;*/
	margin-top: 5px;
	margin-left: 235px;
}

.cy_clogo p {
	/*font-size: 24px;*/
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	/*margin-top: 15px;*/
}

.cy_clogo a {
	/*font-size: 24px;*/
	font-size: 15px;
	line-height: 25px;
	color: #4560C4;
	margin-top: 15px;
}

.cy_ewm {
	font-size: 0;
}

.cy_ewm dl {
	display: inline-block;
}

.cy_ewm dl+dl {
	margin-left: 15px;
}

.cy_ewm dd {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	margin-top: 14px;
	text-align: center;
}

.cy_bot {
	border-top: 1px solid #242424;
	line-height: 26px;
	padding: 20px 0;
}

.cy_bot,
.cy_bot a {
	color: #fff;
}


/*nban*/

.nban {
	width: 100%;
	height: 450px;
}


/*面包线*/

.strong_title {
	display: none;
}

.mianbxContent {
	width: 1200px !important;
	text-align: left !important;
	height: 52px !important;
	line-height: 52px !important;
	!important;
	background: #f7f7f7 url(../images/ding.png) no-repeat 5px 16px;
	padding-left: 35px;
	color: #737373;
	transition: 0.3s;
}

.mianbxContent a {
	color: #737373;
}

.mianbxContent:hover {
	background-position: 5px -22px;
	transition: 0.3s;
}


/*内页*/

#form1 {
	padding: 0 30px;
}

#tianxieone,
#tfour,
#liuyanshenming,
#lytijiao {
	width: 1140px !important;
	border: none !important;
}

#tfour {
	padding-bottom: 10px;
}

#tianxiethree,
#tfive {
	width: 1000px !important;
	border: 1px solid #d7d7d7;
}

.tianXoImg {
	border: none !important;
}

.tianXoImg input+input {
	height: 26px;
	border: 1px solid #d7d7d7;
}

.bodycon_box {
	width: 100%;
	background: #f7f7f7;
}

#lytijiao {
	padding-bottom: 25px;
}

#lytijiao input {
	width: 120px;
	height: 36px;
	cursor: pointer;
}

#lytijiao input:hover {
	background: #e4040f;
	color: #fff;
}

#chakantwo {
	width: 1200px !important;
	height: 85px !important;
	padding-left: 30px;
	text-align: left;
	padding-top: 25px;
	font-size: 0;
}

#chakantwo a {
	display: inline-block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #2b0103;
	text-align: center;
}

#chakantwo a+a {
	margin-left: 2px;
}

#center {
	background: #fff;
	margin-bottom: 60px;
}

.pages_info {
	height: 42px;
	line-height: 42px !important;
	width: 860px !important;
	border: 1px dashed #d7d7d7;
	padding: 0 !important;
	margin-top: 20px !important;
}

.pages_info span {
	display: inline-block;
	vertical-align: top;
}

.pages_info span+span {
	margin-left: 10px;
}


/*产品列表*/

.pro_all_class {
	width: 100% !important;
	height: 92px !important;
	margin-bottom: 15px !important;
	font-size: 0;
	padding-top: 19px;
	border-bottom: 10px solid #f7f7f7 !important;
}

.pro_all_class>div {
	display: inline-block;
	vertical-align: top;
	padding: 0 22px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #d7d7d7;
}

.pro_all_class>div+div {
	margin-left: 10px;
}

.pro_class {
	transform: skewX(-30deg);
}

div.pro_class_cur,
.pro_class:hover {
	border-color: #e4040f;
	background: #e4040f;
}

div.pro_class_cur a,
.pro_class:hover a {
	color: #fff;
}

.pro_all_class a {
	display: block;
	transform: skewX(30deg);
}

.pro_class_a {
	border-color: #e4040f !important;
	color: #e4040f;
}

.pro_one_box {
	width: 360px !important;
	margin-bottom: 20px;
	margin-left: 30px;
}

.pro_pic {
	position: relative;
}

.pro_pic a::before {
	content: '';
	width: 100%;
	height: 100%;
	transform: rotateX(-180deg);
	background: #e4040f;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 900ms ease;
}

.pro_one_box:hover .pro_pic a::before {
	transform: rotateX(0);
	opacity: 0.8;
	transition: all 900ms ease;
}

.pro_pic a::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/20190220172302_758624243.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 900ms ease;
}

.pro_one_box:hover .pro_pic a::after {
	opacity: 1;
	transition: all 900ms ease;
}


/*产品详情*/

.pshangxia_box {
	padding: 25px 0;
}

.pcontent_title_h4 {
	width: 1200px !important;
	padding: 20px 30px 0;
	border-top: 10px solid #f7f7f7;
}

.pcontent_title_h4 strong {
	font-size: 16px;
	font-weight: bold;
}

#igetxt {
	width: 1140px !important;
	margin: 15px auto 20px;
	height: 52px !important;
	line-height: 52px !important;
	margin-bottom: 15px;
	background: #2b0103;
}

#igetxt ul li {
	width: 90px;
	height: 52px !important;
	line-height: 52px !important;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: #fff;
}

#igetxt ul li.cur {
	background: #e4040f !important;
}

.product_content {
	width: 100% !important;
}

.product_content strong {
	font-weight: bold;
}

.txtgetshow {
	width: 100% !important;
	padding: 0 20px 20px !important;
}

.txtgetshow tr:nth-child(1) {
	background: #f0f0f0;
}

.txtgetshow td {
	border: 1px solid #d7d7d7;
	padding: 0 20px;
	line-height: 36px;
}

.proDetHd {
	width: 1140px !important;
	overflow: hidden;
	padding-bottom: 15px;
}

.pro_detail_rel_hd {
	padding-left: 10px;
}

.pro_detail_rel_item {
	width: auto !important;
}

.pro_detail_rel_item>div {
	width: 360px !important;
	padding: 0 !important;
	margin-top: 15px;
	margin-left: 15px;
}

.propic_show_left {
	height: 450px;
	margin-bottom: 25px;
}

.propic_show_right br {
	display: none;
}

.propic_show_piclist,
.propic_show_right,
.pro_detail_title {
	font-size: 0;
	line-height: 0;
}

.propic_show_piclist li {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #d7d7d7;
}

.propic_show_piclist li+li {
	margin-left: 5px;
}

.propic_show_piclist li img {
	max-width: 120px;
}


/*新闻列表*/

.shopmrsc,
.pro_list_box_item {
	background: #fff;
	border: none;
	margin-bottom: 25px !important;
	transition: 0.6s;
	padding: 20px;
}

.shopmrsc:hover,
.pro_list_box_item:hover {
	background: #fff;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
	transition: 0.6s;
}

.shopmrsc>ul>li>a {
	height: 151px;
}

.shopmrsc a {
	height: auto;
}

.xwlb_img {
	width: 285px;
	margin-right: 20px;
	border: 1px solid #ebecee;
}

.xwlb_img img {
	max-width: 283px !important;
	max-height: 149px !important;
}

.xwlb_content,
.pro_list_box_item_r {
	width: 853px !important;
	padding-top: 0 !important;
}

.pro_list_box_item_l {
	width: 285px !important;
	height: 151px !important;
	padding-top: 0 !important;
	margin-right: 20px;
	border: 1px solid #ebecee;
}

.pro_list_box_item_l img {
	width: 283px;
	height: 149px;
	border: none;
}

.xwlbsj {
	top: 5px;
	right: 30px;
}

.xwlbbt a,
.pliT a {
	height: auto;
	font-size: 18px;
}

.n_new_con .more,
.pro_list_box_item_r .more {
	margin: 0;
	margin-top: 38px;
}

.n_new_con .more:hover a,
.pro_list_box_item_r .more font {
	color: #fff;
}

.pro_list_box_item_r .more {
	display: block;
}

.pro_list_box_item_r br {
	display: none;
}

.span_miaoshu {
	color: #999;
	font-size: 14px;
	height: 48px;
	margin-top: 7px;
}


/*新闻详情*/

.news_content_title {
	display: none;
}

.news_content_body,
.column_content_page_content {
	background: #fff;
	padding: 25px 30px;
}


/*自定义列表*/

.dgweb_list_item {
	width: 360px !important;
	margin-left: 30px;
	margin-top: 25px;
}

.dgweb_list_item_pic {
	height: auto !important;
	overflow: hidden;
}

.dgweb_list_item img {
	transition: all 900ms ease;
}

.dgweb_list_item:hover img {
	transform: scale(1.1);
	transition: all 900ms ease;
}


/*公司简介*/

.tit {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px;
}

.line {
	display: inline-block;
	width: 50px;
	border-top: 1px solid #ccc;
	margin-bottom: 5px;
	margin: 0 20px 0 20px;
	height: 1px;
	background: #ae1018;
}

.txt {
	text-align: center;
	font-size: 26px;
	color: #000;
	vertical-align: middle;
}

.tit i {
	display: block;
	font-size: 14px;
	color: #C0C0C0;
	line-height: 30px;
	height: 30px;
	font-style: normal;
	text-transform: uppercase;
}

.gy {
	margin-top: 40px;
	border: 1px solid #f1f1f1;
	height: 407px;
	width: 1140px;
	margin: 0 auto;
}

.gy dd {
	float: left;
	width: 509px;
	padding-left: 25px;
	line-height: 26px;
	color: #666;
}

.gy h2 {
	padding-top: 10px;
	font-weight: bold;
	font-family: Times New Roman;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 52px;
	display: block;
	font-style: normal;
	color: #000;
}

.gy p+p {
	margin-top: 10px;
}

.gy dt {
	float: left;
}

.wh {
	width: 1200px;
	margin: 30px auto;
}

.wh li {
	float: left;
	width: 300px;
	padding: 20px 20px 0 20px;
	margin-right: 87px;
	height: 268px;
	border: 1px solid #dedede;
	text-align: center;
	margin-bottom: 100px;
}

.wh li:hover {
	float: left;
	width: 300px;
	padding: 20px 20px 0 20px;
	margin-right: 87px;
	height: 268px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 20px #ccc;
	text-align: center;
	margin-bottom: 100px;
	transform: scale(1.02);
}

.wh li i {
	display: block;
	font-size: 36px;
	font-style: normal;
	color: #ae1018;
	line-height: 42px;
}

.wh li p {
	font-size: 24px;
	color: #191919;
}

.wh li span {
	margin: 20px 0;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}

.wh li img {
	display: block;
	margin: 0 auto;
}

.endit-content img {
	max-width: 100%;
}

.corp {
	padding: 0 30px 25px;
}

.corp td {
	width: 274px;
	padding-left: 0 !important;
	float: left;
}

.corp td+td {
	margin-left: 14px;
}