@import "tongyong.css"; /*banner start*/
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container {
	height: 500px;
	overflow: visible;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 105px;
	width: 100%;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 32px;
	height: 20px;
	font-size: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	transition: width .8s;
}

.swiper-pagination-switch:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background: rgba(255, 255, 255);
	vertical-align: middle;
	transition: width .8s, background-color .8s;
	box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}

.swiper-active-switch:before {
	background: #fa6f66;
	box-shadow: 0 3px 6px 0 rgba(250, 111, 102, .5);
}

.swiper-slide {
	position: relative;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
	overflow: hidden;
}

.swiper-slide-active {
	opacity: 1;
}

.swiper-slide .img {
	position: absolute;
}

.inner {
	position: relative;
	display: block;
	width: 1180px;
	height: 500px;
	margin: 0 auto;
}

.banner-text {
	position: absolute;
	left: 0;
	bottom: 150px;
	z-index: 999;
}

.banner-text h3 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
}

.banner-text em {
	font-style: normal;
	color: #e41e2b;
}

.banner-text h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 48px;
	color: #333333;
	line-height: 60px;
}

.banner-text p {
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
}

.banner-text .btn-primary {
	box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
	margin-top: 30px;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	font-size: 18px;
	color: #fff;
	background-color: #E41F2B;
	display: inline-block;
}

.banner-text .btn-primary {
	color: #fff;
}

.slide1 {
	background: url(../images/02.jpg) no-repeat center
		center;
}

.slide2 {
	background: url(../images/03.jpg) no-repeat center
		center;
}

.slide4 {
	background: url(../images/05.jpg) no-repeat center
		center;
}

.slide5 {
	background: url(../images/06.jpg) no-repeat center
		center;
}

.slide2 .img1 {
	left: 0px;
	bottom: 120px;
	z-index: 9;
	position: absolute;
}

.slide4 .img1 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

.slide4 .img2 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

.slide5 .img1 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

.slide5 .img2 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
} /*波浪遮罩*/
.cover {
	background: url(../images/banner-cover.png) no-repeat center center;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: -1280px;
	right: -1280px;
	width: 2560px;
	height: 60px;
	margin: 0 auto;
} /*底下四个导航*/
.home-events {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -38px;
}

.home-events-box {
	max-width: 1210px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	min-height: 30px;
}

.home-events-box-wrapper {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
	min-height: 30px;
}

.home-events-box-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.home-events-box-item {
	position: relative;
	float: left;
	width: 25%;
	height: 120px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: .2s;
	transition: .2s;
}

.home-events-box-item a {
	display: block;
	height: 100%;
	padding: 34px 5px 34px 120px;
}

.home-events-box-item:hover i img:last-child {
	opacity: 1;
}

.home-events-box-item:hover h2 {
	color: #fa6f66;
}

.home-events-box-item i {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 60px;
	height: 60px;
}

.home-events-box-item i img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	will-change: opacity;
}

.home-events-box-item i img:last-child {
	opacity: 0;
}

.home-events-box-item h2, .home-events-box-item p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home-events-box-item h2 {
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 22px;
	color: #3B516A;
	-webkit-transition: .2s;
	transition: .2s;
	will-change: color;
}

.home-events-box-item p {
	font-size: 14px;
	line-height: 20px;
	color: #95989D;
} /*banner end*/ /*分类展示 start*/
.container1 {
	clear: both;
	margin: 0 auto;
	padding: 0px 0px;
}

@media ( min-width :768px) {
	.container1 {
		width: 750px;
	}
}

@media ( min-width :992px) {
	.container1 {
		width: 970px;
	}
}

@media ( min-width :1200px) {
	.container1 {
		width: 1200px;
	}
}

.mobone {
	clear: both;
	padding: 30px 0px 0px 0px;
	background: #fff;
}

.mobonedl dt, .mobonedl-li {
	float: left;
	position: relative;
}

.mobonedl dt .mobonedldtbox, .mobonedl-li .mobonedlddbox {
	position: absolute;
	left: 0px;
	top: 0px;
}

.mobonedl dt {
	display: none;
}

.mobonedl dt .mobonedldtbox {
	padding: 120px 30px 0px 30px;
}

.mobonedl-li .mobonedlddbox {
	padding: 10px 10px 0px 10px;
}

.mobonedl dt {
	width: 402px;
	margin-right: 4px;
}

.mobonedl dt .mobonedldtbox h4 a {
	clear: both;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}

.mobonedl dt .mobonedldtbox p {
	clear: both;
	padding: 5px 0px 50px 0px;
	line-height: 28px;
	text-align: left;
	font-size: 14px;
	color: #fff;
}

.mobonedl dt .mobonedldtbox>a {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	padding: 9px 70px 9px 40px;
	line-height: 24px;
	display: inline-block;
	font-size: 14px;
}

.mobonedl-li {
	width: 50%;
	padding: 0px 5px;
	margin-bottom: 10px;
}

.mobonedl-li .mobonedlddbox h4 a {
	clear: both;
	color: #182133;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
}

.mobonedl-li .mobonedlddbox p {
	clear: both;
	padding: 15px 0px 15px 0px;
	text-align: left;
	font-size: 14px;
	color: #182133;
	line-height: 28px;
}

.mobonedl-li .mobonedlddbox>a {
	border: 1px solid #182133;
	border-radius: 3px;
	color: #182133;
	padding: 0px 40px 0px 10px;
	line-height: 24px;
	display: inline-block;
	font-size: 14px;
}

.mobonedl-li>p {
	position: relative;
	overflow: hidden;
}

.mobonedl-li>p a {
	position: absolute;
	left: 0px;
	top: 0px;
}

.mobonedl-li>p>img {
	transition: all 0.5s;
}

@media ( min-width :420px) {
	.mobonedl-li .mobonedlddbox h4 a {
		font-size: 20px;
	}
	.mobonedl-li .mobonedlddbox {
		padding: 20px 20px 0px 20px;
		display: block;
		width: 100%;
	}
	.mobonedl-li .mobonedlddbox p {
		display: block;
		padding: 0px 0px 15px 0px;
	}
	.mobonedl-li .mobonedlddbox>a {
		border-radius: 5px;
	}
}

@media ( min-width : 768px) {
	.mobonedl-li .mobonedlddbox h4 a {
		font-size: 24px;
	}
	.mobonedl-li .mobonedlddbox {
		padding: 83px 30px 0px 30px;
		display: block;
		width: 100%;
	}
	.mobonedl-li .mobonedlddbox p {
		display: block;
		padding: 15px 0px 15px 0px;
	}
	.mobonedl-li .mobonedlddbox>a {
		border-radius: 5px;
		font-size: 19px;
		width: 91px;
		height: 30px;
		background-position: 50px center;
	}
}

@media ( min-width :992px) {
	.mobonedl dt {
		display: block;
		width: 324px;
		overflow: hidden;
	}
	.mobonedl dt img {
		transition: all 0.5s;
	}
	.mobonedl dt:hover img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transition: all 0.5s;
	}
	.mobonedl-li {
		display: block;
		width: 240px;
	}
	.mobonedl-li .mobonedlddbox {
		padding: 15px 15px 0px 25px;
	}
	.mobonedl-li:hover>p>img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transition: all 0.5s;
	}
}

@media ( min-width :1200px) {
	.mobonedl dt {
		width: 405px;
	}
	.mobonedl-li {
		width: 300px;
		padding: 0px 0px 0px 8px;
		margin-bottom: 12px;
	}
	.mobonedl-li .mobonedlddbox {
		padding: 40px 30px 0px 30px;
	}
} /*分类展示 end*/ /*数字化 start*/
.container {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	padding: 0px 0px;
}

@media ( min-width :1440px) {
	.container {
		width: 1200px;
	}
}

.hometit {
	position: relative;
	z-index: 2;
}

.hometit h2 {
	font-family: "Microsoft JhengHei", "Helvetica Neue", "Microsoft YaHei",
		Helvetica, STHeiTi, sans-serif;
	text-align: center;
	line-height: 1;
	font-size: 32px;
	margin-bottom: 15px;
	color: #0e0e0e;
}

.hometit h2:before {
	content: '';
	background: url(../images/homeoneicon01.png) no-repeat center center;
	background-size: 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 7px;
}

.hometit p {
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #0e0e0e;
}

@media ( min-width :1440px) {
	.hometit h2 {
		font-size: 39px;
		margin-bottom: 20px;
	}
	.hometit h2:before {
		margin-top: 11px;
		margin-right: 15px;
	}
	.hometit p {
		font-size: 14px;
	}
}

@media ( min-width :1860px) {
	.homeone {
		padding: 72px 0px 115px 0px;
	}
	.homeone .hometit {
		margin-bottom: 60px;
	}
	.hometit h2 {
		font-size: 52px;
		margin-bottom: 30px;
	}
	.hometit h2:before {
		margin-top: 17px;
		margin-right: 20px;
	}
	.hometit p {
		font-size: 16px;
	}
}

.homefour {
	clear: both;
	position: relative;
	background: url(../images/10398421458_1864305585.jpg) no-repeat center
		top #090909;
	padding: 72px 0px 48px 0px;
	margin-top: 30px;
}

.homefour .homefourpic {
	width: 358px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	z-index: 1;
	margin-left: -562px;
}

.homefour .hometit p, .homefour .hometit h2 {
	color: #fff;
}

.homefour .container {
	margin-top: 55px;
	position: relative;
	height: 320px;
	background: url(../images/homefourbg02.png) no-repeat right top;
	padding-left: 50px;
}

.homefour .homefourtit {
	color: #fff;
	font-size: 12px;
	padding: 30px 0px 15px 100px;
	display: inline-block;
	position: relative;
}

.homefour .homefourtit:after {
	content: '';
	position: absolute;
	right: -106px;
	top: 35px;
	width: 100px;
	height: 8px;
	background: url(../images/homefourpic03.png) no-repeat right center;
}

.homefour ul {
	padding: 39px 0px 25px 0px;
}

.homefour ul li {
	float: left;
	line-height: 20px;
	text-align: center;
	margin-right: 100px;
	position: relative;
	padding: 22px 10px;
}

.homefour ul li i {
	clear: both;
	display: block;
	text-align: center;
	font-style: normal;
	padding-bottom: 10px;
}

.homefour ul li i img {
	height: 28px !important;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
	width: auto;
}

.homefour ul li:after, .homefour ul li:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: #cf2423;
}

.homefour ul li:after {
	border-width: 1px;
	left: 0px;
	bottom: 0px;
	right: 5px;
	top: 5px;
}

.homefour ul li:before {
	border-width: 2px;
	right: 0px;
	top: 0px;
	bottom: 5px;
	left: 5px;
}

.homefour .homefourtxt {
	font-size: 12px;
	line-height: 20px;
	padding: 0px 20px 0px 35px;
	color: #333;
	float: left;
}

@media ( min-width :1440px) {
	.homefour {
		padding: 85px 0px 60px 0px;
		margin-top: 28px;
	}
	.homefour .homefourpic {
		margin-left: -656px;
		width: 410px;
	}
	.homefour .homefourtit:after {
		width: 130px;
		right: -140px;
		top: 35px;
	}
	.homefour ul {
		padding: 50px 0px 30px 50px;
	}
	.homefour ul li i {
		padding-bottom: 13px;
	}
	.homefour ul li i img {
		height: 33px !important;
		margin-right: 8px;
	}
}

@media ( min-width :1860px) {
	.homefour .homefourpic {
		margin-left: -900px;
		width: 571px;
	}
	.homefour .container {
		margin-top: 86px;
		background-size: 1600px 487px;
		height: 487px;
	}
	.homefour .homefourtit {
		font-size: 18px;
		padding: 34px 0px 15px 60px;
	}
	.homefour .homefourtit:after {
		width: 178px;
		right: -190px;
		top: 45px;
	}
	.homefour .homefourtxt {
		font-size: 18px;
		line-height: 32px;
		padding: 45px 30px 0 43px;
	}
	.homefour ul {
		padding: 90px 0px 50px 100px;
	}
	.homefour ul li {
		font-size: 18px;
	}
	.homefour ul li i {
		padding-bottom: 20px;
	}
	.homefour ul li i img {
		height: 45px !important;
		margin-right: 10px;
	}
} /*数字化 end*/ /*案例轮播 start*/
@media ( min-width : 1280px) {
	.NybMobTit h3 {
		clear: both;
		text-align: center;
		font-size: 20px;
		color: #322b39;
		font-weight: bold;
		line-height: 1;
		padding-bottom: 15px;
		color: #EB0001;
	}
}

@media ( min-width : 768px) {
	.NybMobTit h3 {
		font-size: 30px;
		padding-bottom: 15px;
	}
}

@media ( min-width : 992px) {
	.NybMobTit h3 {
		font-size: 34px;
		padding-bottom: 20px;
	}
}

@media ( min-width : 1200px) {
	.NybMobTit h3 {
		font-size: 30px;
		padding-bottom: 25px;
	}
}

.NybMobTit p {
	clear: both;
	text-align: center;
	font-size: 16px;
	color: #2a2a2a;
	line-height: 24px;
	padding: 0px 100px;
	display: none;
}

@media ( min-width : 768px) {
	.NybMobTit p {
		padding: 0px 30px;
		display: block;
	}
}

@media ( min-width : 992px) {
	.NybMobTit p {
		padding: 0px 50px;
	}
}

@media ( min-width : 1200px) {
	.NybMobTit p {
		padding: 0px 100px;
	}
}

.NybMobFiveBox {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
	min-width: 1000px;
	max-height: 450px;
}

@media ( min-width : 1280px) {
	.NybMobFiveBox {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media ( max-width : 1300px) {
	.NybMobFive {
		display: none;
	}
}

.NybMobTwobBomBox, .sections {
	position: relative;
}

.NybMobFiveBox, .NybMobFiveBox .sections {
	position: relative;
}

.NybMobFiveBox .section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.NybMobFiveBox .section .NybMobFiveBoxcon {
	position: relative;
	float: left;
	width: 50%;
	padding: 0px 1px;
}

.NybMobFiveBox .section .NybMobFiveBoxpic {
	width: 100%;
	overflow: hidden;
	display: block;
}

.NybMobFiveBox .section .NybMobFiveBoxpic img {
	width: 982px;
	height: 480px;
	transition: all 03s;
	-webkit-transition: all 03s;
	-moz-transition: all 03s;
}

.NybMobFiveBox .section .NybMobFiveBoxTxt {
	z-index: 2;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: rgba(255, 255, 255, 0.65);
	padding: 20px;
	width: 463px;
	height: 180px;
	text-align: center;
    line-height: 140px;
}

.NybMobFiveBox .section .NybMobFiveBoxTxt h4 {
	font-size: 24px;
	color: #000;
	padding-bottom: 5px;
}

.NybMobFiveBox .section .NybMobFiveBoxTxt p {
	font-size: 12px;
	color: #000;
	padding: 3px 0px;
	line-height: 24px;
}

.NybMobFiveBox .section .NybMobFiveBoxTxt .FiveBoxBtn {
	background: #FF5554;
	margin-top: 10px;
	display: inline-block;
	color: #fff;
	padding: 0px 10px;
}

.NybMobFiveBox .section .NybMobFiveBoxTxt .FiveBoxBtn em {
	width: 22px;
	height: 9px;
	vertical-align: middle;
	float: right;
}

.NybMobFiveBox .pages {
	position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: -50%;
	bottom: 5px;
	width: 100%;
	text-align: center;
}

.NybMobFiveBox .pages li {
	opacity: 1;
	background: #f0f0f0;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 4px;
	border-radius: 50%;
}

.NybMobFiveBox .pages li.active {
	background: #FF5654 !important;
	width: 20px;
	height: 8px;
	border-radius: 2px;
} /*案例轮播 end*/ /*视频 start*/
.video {
	background: url(../images/shipinbj.jpg) no-repeat center 0;
}

.video .video_con {
	padding: 36px 0 60px;
}

.video .video_con .videoTab {
	width: 43%;
	height: 365px;
	margin: 16px 0 0 53px;
	background: #fff;
	padding: 0;
	float: left;
}

.videoTab .vo {
	float: left;
	width: 100%;
}

.videoTab embed {
	height: 100%
}

.video .video_con ul {
	width: 45%;
	margin-top: 20px;
	background: url(../images/shipinbj.png) no-repeat 0 0;
	float: right;
}

.video .video_con ul li {
	height: 56px;
	padding-left: 185px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.video .video_con ul li i {
	font-family: impact;
	padding-right: 20px;
	font-style: normal;
}

.video .video_con ul li span {
	line-height: 46px;
}

.video_con ul li.now {
	background: url(../fonts/10424639937_1864305585.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 80px 0 115px 0;
	-webkit-box-shadow: #bdbdbd 0px 10px 10px inset;
	-moz-box-shadow: #bdbdbd 0px 10px 10px inset;
	box-shadow: #bdbdbd 0px 10px 10px inset;
	position: relative;
}

.fw-ys li span {
	font-size: 18px;
	color: #d31919;
}

.fw-ys li {
	width: 25%;
	float: left;
	padding: 0 2%;
}

.fw-ys ul {
	max-width: 1200px;
	overflow: hidden;
	margin: 90px auto;
}

.fw-ys .text {
	color: #8b8b8b;
	line-height: 24px;
	padding: 0px 24%;
}

.fw-ys h3 {
	font-size: 45px;
	color: #343434;
	line-height: 45px;
	margin: 15px 0 30px 0;
}

.fw-ys .fy {
	font-size: 18px;
	color: #737373;
}

.fw-ys li strong {
	font-size: 60px;
	font-family: impact;
	line-height: 60px;
	margin-right: 10px;
} /*服务优势 end*/ /*德祥瑞丝网11年丝网生产厂家 start*/
.top_capa {
	margin-top: 80px;
}

.top_capa .tit {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.top_capa .tit strong {
	font-size: 2em;
	width: 100%;
	color: #EB0001;
	text-align: center;
	display: inline-block;
}

.top_capa .tit p {
	font-size: 18px;
	color: #666;
	text-align: center;
	padding-top: 15px;
}

.top_capa dl {
	float: left;
	width: 19%;
	*width: 18.9%;
	margin: 0 3%;
	overflow: hidden;
}

.top_capa dt {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

.top_capa dt img {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.top_capa dd {
	width: 100%;
}

.top_capa dd p {
	font-size: 15px;
	text-align: center;
	color: #000;
	width: 100%;
	overflow: hidden;
} /*德祥瑞丝网11年丝网生产厂家 end*/ /*我们提供一站式的丝网产品与服务 start*/
.sy_prolist_bg {
	width: 100%;
	overflow: hidden;
	margin: 40px auto 0;
}

.sy_prolist {
	max-width: 1230px;
	margin: 50px auto 0;
}

.sy_prolist_tit {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
}

.sy_prolist_tit h2 {
	font-size: 2em;
	color: #EB0001;
	padding-top: 5px;
	text-align: center;
	margin-top: 20px;
}

.sy_prolist_tit p {
	color: #666;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
}

.sy_prolist li {
	width: 30.3333%;
	float: left;
	margin: 0 1.5%;
}

.sy_prolist img {
	width: 373px;
	height: 256px;
	float: left;
}

.sy_prolist li h2 {
	font-size: 16px;
	color: #000;
	width: 373px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-weight: 500;
	padding: 10px 0;
}

.pro_tab {
	margin-top: 30px;
}

.pro_tab .guigecanshu {
	text-align: center;
}

.pro_tab ul {
	width: 100%;
}

.pro_tab li {
	padding: 15px 0;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	float: left;
	width: 19.2%;
	background: #f4f4f4;
	color: #000;
	margin: 0 0.3% 0;
	display: block;
}

.pro_tab li img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.pro_tab li a {
	color: #fff;
}

.pro_tab .current {
	background: #EB0001;
	color: #fff;
}

#tab_one2_2, #tab_one2_3, #tab_one2_4, #tab_one2_5 {
	display: none;
} /*我们提供一站式的丝网产品与服务 end*/ /*技术文档 start*/
.news_solution {
	margin-top: 58px;
}

.cenNew_list h3 {
	width: 100%;
	font-size: 2em;
	color: #000;
	margin-bottom: 40px;
	background: url(../images/new_ico.png) no-repeat left center;
	padding-left: 57px;
	text-align: left;
}

.cenNew_list {
	width: 100%;
	float: left;
	overflow: hidden;
}

.cenNew_list ul li {
	overflow: hidden;
	color: #666;
	margin-bottom: 35px;
	float: left;
	width: 45%;
	margin-right: 5%;
}

.cenNew_list ul li .date {
	float: left;
	width: 83px;
	height: 83px;
	border: 1px #808080 solid;
	margin-right: 3%;
}

.cenNew_list ul li .date span {
	display: block;
	text-align: center;
	color: #333;
}

.cenNew_list ul li .date ._day {
	font-weight: bold;
	font-size: 36px;
	line-height: 35px;
	margin-top: 12px;
}

.cenNew_list ul li .date ._month {
	font-size: 14px;
}

.cenNew_list ul li .title {
	font-size: 18px;
	font-weight: 500;
	color: #00132b;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cenNew_list ul li .txt {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 8px;
}

.cenNew_list ul li:hover .date {
	border-color: #EB0000;
}

.cenNew_list ul li:hover .date span {
	color: #EB0000;
}

.cenNew_list ul li:hover .title {
	color: #EB0000;
}

.cenNew_list ul li:hover .p {
	color: #878787;
} /*技术文档 end*/
.pro_background {
	height: 250px;
	box-sizing: border-box;
	width: 100%;
	padding: 0 50px 56px 50px;
	background: rgb(0, 0, 0);
	margin-top: 60px;
}

.pro_backgroun_son {
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	padding-left: 312px;
	background: rgb(235, 0, 1);
	margin-top: -61px;
	position: relative;
	z-index: 4;
}

.pro_backgroun_son .font_big {
	font-size: 34px;
	font-weight: bold;
}

.pro_backgroun_son .font_big:first-of-type {
	padding-top: 40px;
}

.pro_backgroun_son .font_big_big {
	font-size: 64px;
	font-weight: bold;
	margin-top: -18px;
}

.pro_backgroun_son .font_small {
	margin-top: -8px;
}

.pro_backgroun_son p {
	color: #fff;
}

.fw-ys {
	width: 100%;
	background: url(/images/10424639937_1864305585.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 80px 0 115px 0;
	/* -webkit-box-shadow: #bdbdbd 0px 10px 10px inset; */
	-moz-box-shadow: #bdbdbd 0px 10px 10px inset;
	box-shadow: #bdbdbd 0px 10px 10px inset;
	position: relative;
}

.dv_link_2 {
	background: url(/images/flink.png) left center no-repeat;
	height: 123px;
	padding-left: 160px;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 1px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

.footer-company-box p {
	padding: 0px;
}