.section1 .swiper-slide {
	position: relative;
}

.section1 .swiper-slide div {
	position: absolute;
	left: 13%;
	top: 40%;
}
.section1 .swiper-container{
	/* height: 100% */
}
.section1 h2 {
	font-size: 40px;
	color: #fff;
}

.section1 h2 span {
	color: #FF9224;
}

.section1 .swiper-slide img {
	width: 100%;
	height: 100%
}

@keyframes mys {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(16px);
	}
}

.section1 .fp-tableCell {
	position: relative;
}
.section6 .fp-tableCell>h1{
	color:rgba(51,51,51,.06)
}
.section5 .fp-tableCell>h1{
	color: rgba(195,195,195,.1);
}
.section7 .fp-tableCell>h1{
	color: rgba(195,195,195,.1);
}
.fp-tableCell>h1 {
	font-size: 140px;
	color: rgba(195,195,195,.06);
	position: absolute;
	left: 0;
	top: 27%;
	text-transform: uppercase;
	font-family: 'Conv_Helvetica Bold ';
	z-index: 10;
}

.sb {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	/*top: 0;*/
	bottom: 50px;
	margin: 0 auto;
	animation: mys 1s infinite alternate;
	width: 22px;
	height: 34px;
}

.nums {
	position: absolute;
	right: 40px;
	bottom: 50px;
	z-index: 10;
}

.nums span:nth-child(1) {
	color: #FF9224;
	font-size: 18px;
}

.nums span:nth-child(2) {
	color: #c3c3c3;
	font-size: 18px;
}

.section2 .fp-tableCell>h1 {
	color: rgba(51,51,51,.06);
}

.sdtc {
	width: 39%;
	float: left;
	position: relative;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 13%;
	margin-top: 173px;
	transform: translateX(-300px);
	opacity: 0;
}

.number>div {
	float: left;
	width: 24%;
	margin-right: 1%;
	padding-bottom: 70px;
	border-bottom: 2px solid transparent;
}
.number>div:hover{
	border-bottom: 2px solid #FF9224;
	cursor: pointer;

}
.number>div:last-child {
	margin-right: 0;
}

.number>div:nth-child(1) h2{
	display: inline-block;

}
.number h2 {
	padding-bottom: 20px;
	 display: inline-block;
	color: #333333;
	/*font-weight: bold;*/
	font-size: 40px;
	font-family: 'Conv_Helvetica-Condensed-Black-Se';
	border-bottom:1px solid #d4d4d4;
	margin-bottom: 10px
}
.number>div:hover h2,.number>div:hover sup{
	color:#FF9224
}
.number sup {
	vertical-align: top;
	font-size:12px;
}

.number>div>div {
	margin-top: 50px;
}

.number h3 {
	color: rgba(51,51,51,.7);
}

.sdtc>p {
	color: #231815;
	font-size: 16px;
	margin-top: 55px;
	line-height: 30px
}

.sec2img {
	float: left;
	width: 28.5%;

	transform: translateX(300px);
	opacity: 0;
	/*margin-top:173px*/
	position: absolute;
	top: 50%;
	right: 10%;

	margin-left: 5.1%;
}

.sec2img img {
	width: 100%;
	-moz-box-shadow: 5px 5px 10px #999;
    box-shadow: 5px 5px 10px  #999;
}

.sec2img img:hover {
	-moz-box-shadow: 5px 5px 10px  #FF9224;
    box-shadow: 5px 5px 10px  #FF9224;
}

.section.active .sec2img {
	transform: translateX(0) translateY(-50%);;
	opacity: 1;
}

.section.active .sdtc {
	transform: translateX(0);
	opacity: 1;
}

.sec3inner {
	/* float: left; */
	width: 100%;
	height: 100%;
	position: relative;
}
.section3 .swiper-container{
	height: 100%
}
.section3 .swiper-button-next,.section3 .swiper-button-prev {
	display: none
}

.sec3inner:nth-child(3) {
	width: 33.34%;
}

.sec3inner a>img {
	width: 100%;
	height: 100%
}

.section3 .nums {
	width: initial !important;
	float: none !important;
}

.sec3txt {
	position: absolute;
	bottom: -150px;
	width: 100%;
	text-align: center;
}

.sec3txt h2 {
	color: #FF9224;
	font-size: 30px;
	font-weight: bold;
	margin-top: 75px;
	margin-bottom: 10px;
}

.sec3txt h2:hover {
	color: #000;
}

.sec3txt span {
	color: rgba(255,255,255,.4);
	font-family: 'Conv_Helvetica Bold ';
	display: inline-block;
	margin-bottom: 50px;
	font-size: 18px;
	text-transform: uppercase;
}

.sec3txt p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
	opacity: 0;
}

.sec3txt i {
	font-size: 40px;
	color: #fff;
	opacity: 0;
}

.sec3txt img {
	opacity: 0;
}

.sec3inner:hover .sec3txt {
	bottom: 200px;
}

.sec3inner:hover img,.sec3inner:hover p,.sec3inner:hover i {
	opacity: 1;
}

.sec3inner:hover a>img {
	opacity: .2;
}

.sec3inner:hover {
	background: #FF9224;
	background-image: url("../images/kuang_03.png")/*tpa=http://www.zhongyirubber.com/templets/zhongyi/images/kuang_03.png*/;
	background-position: center;
	background-size: 90% 95%;
	background-repeat: no-repeat;
}

.sec3inner:nth-child(1) {
	transform: translateX(-300px);
	opacity: 0;
}

.active .sec3inner:nth-child(1) {
	transform: translateX(0);
	opacity: 1;
}

.sec3inner:nth-child(3) {
	transform: translateX(300px);
	opacity: 0;
}

.active .sec3inner:nth-child(3) {
	transform: translateX(0);
	opacity: 1;
}

.xmal h2 {
	color: #333333;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 35px;
}

.xmal h2:after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: #FF9224;
	margin-top: 40px;
}

.xmal p {
	color: #333333;
	width: 80%;
	margin-bottom: 64px;
	line-height: 24px
}

.xmal a {
	display: inline-block;
	width: 147px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #000;
	background: #FF9224;
}

.xmal {
	float: left;
	width: 19.5%;

	transform: translateX(-200px);
	opacity: 0;
	height: 310px;
	position: absolute;
	top: 0;
	bottom:0;
	margin: auto;
	margin-left: 13%;
}

.section.active .xmal {
	transform: translateX(0);
	opacity: 1;
}

.xmalbanner {
	float: right;
	margin-right: 3%;
	width: 64.5%;
	position: relative;
	transform: translateX(200px);
	opacity: 0;
}

.xmalbanner .swiper-slide {
	margin-top: 0 !important;
	margin-bottom: 22px
}

.section.active .xmalbanner {
	transform: translateX(0);
	opacity: 1;
}

.xmalbanner .swiper-slide {
	position: relative;
	text-align: center;
	margin-bottom: 22px;
}

.xmalbanner .swiper-slide img {
	width: 100%;
	  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.xmalbanner .swiper-slide:hover img{
	 -webkit-filter: grayscale(0); /* Chrome, Safari, Opera */
    filter: grayscale(0);
	}
.xmalbanner h3 {
	text-align: center;
	position: absolute;
	height: 43px;
	width: 90%;
	line-height: 43px;
	background: #FF9224;
	bottom: 12px;
	color: #000;
	left: 0;
	right: 0;
	opacity: 0;
	margin: 0 auto;
}

.xmalbanner .swiper-slide:hover h3 {
	opacity: 1;
}

.nextprev div {
	position: static;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	background: #171410;
	margin-top: 0;
	display: inline-block;
	margin-right: 15px;
	opacity: 1 !important;
	float:right;/*delete*/
}

.nextprev div:hover {
	background: #FF9224;
}

.nextprev i {
	color: #fff;
	font-size: 25px;
}

.section4 h1 {
	color: rgba(51,51,51,.06);
}

.section4 h6 {
	position: absolute;
	right: -50px;
	bottom: 120px;
	color: rgba(51,51,51,.06);
	font-size: 140px;
	font-family: 'Conv_Helvetica Bold ';
}

.section5 {
	background: url("../images/indexbac_02.jpg")/*tpa=http://www.zhongyirubber.com/templets/zhongyi/images/indexbac_02.jpg*/;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.section5 .xmal h2,.section5 .xmal p {
	color: #fff;
}

.ysinner {
	float: right;
	margin-right: 3%;
	width: 64.5%;
	position: relative;
	z-index: 11;
}

.ysinner>div {
}

.ystxt {
	text-align: center;
	float: left;
	width: 22.6%;
	margin-left: 1.33%;
	height: 240px;
	background: rgba(255,255,255,.2);
	/*box-sizing: border-box;*/
	border: 6px solid rgba(255,255,255,.01);
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}

.ysinner>a:nth-child(4n+0) div {
	margin-right: 0;
}

.ystxt div:nth-child(1) {
	display: inline-block;
	width: 207px;
	height: 207px;
	line-height: 207px;
	border-radius: 50%;
	border: 0px solid #d59c71;
	margin: 0 auto;
}

.ysinner>a:last-child div:nth-child(1) {
	position: relative;
	background-image: url("../images/ysbac_03.png")/*tpa=http://www.zhongyirubber.com/templets/zhongyi/images/ysbac_03.png*/;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent
}

.ysinner>a:last-child div h6 {
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	width: 174px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background: #FF9224;
	color:#000;
}

.ystxt p {
	font-size: 18px;
	color: #fff;
}

.ysinners {
	height: 100%;
	width: 100%;
}


.section5 .xmal h2:after{
	background: #fff
}
.ysinners span {
	width: 75%;
	display: inline-block;
	text-align: left;
	opacity: 0;
	margin-top: 17px;
	color: #000;
	line-height: 24px
}

.ysinners p {
	position: relative;
	padding-bottom: 18px;
}

.ysinners p:after {
	content: '';
	display: block;
	width: 21px;
	height: 2px;
	background: rgba(255,255,255,.3);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
}

.ystxt:hover p:after,.ystxt:hover span {
	opacity: 1;
}

.ystxt:hover p {
	margin-top: 45px;
	color: #000;
}

.ysinners {
	position: absolute;
	top: 73%;
}

.ystxt:hover .ysinners {
	top: 0;
	background: #FF9224;
}

.ysinners b {
	position: absolute;
	font-size: 205px;
	color: rgba(255,255,255,.1);
	right: -20px;
	bottom: -100px;
	font-family: 'Conv_Helvetica Bold ';
}



.section6 {
	background-image: url("../images/section6bac_02.png")/*tpa=http://www.zhongyirubber.com/templets/zhongyi/images/section6bac_02.png*/;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.newss h2 {
	color: #333333;
	font-size: 36px;
	margin-bottom: 60px;
	font-weight: bold;
}

.newss a {
	display: block;
	width: 184px;
	height: 40px;
	line-height: 40px;
	background: url("../images/h2bac2_03.png")/*tpa=http://www.zhongyirubber.com/templets/zhongyi/images/h2bac2_03.png*/;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	margin-left: -20px;
}

.newss a:hover {
	background-image: url("../images/h2bac1_07.png")/*tpa=http://www.zhongyirubber.com/templets/zhongyi/images/h2bac1_07.png*/;
	color: #000;
}

.newss {
	float: left;
	width: 20%;
	margin-top: 390px;
	background: transparent;
	margin-left: 13%;
	transform: translateX(-200px);
	opacity: 0;
}

.section.active .newss {
	transform: translateX(0);
	opacity: 1;
}

.newsbanner {
	float: left;
	width: 59.8%;
	position: relative;
	transform: translateX(200px);
	opacity: 0;
}

.section.active .newsbanner {
	transform: translateX(0);
	opacity: 1;
}

.time h2 {
	font-size: 36px;
	color: #333333;
	font-family: 'Conv_Helvetica-Condensed-Black-Se';
	display: inline-block;
	position: absolute;
	width: 80%;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 30px;
}

.time h2:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #cacaca;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto
}

.newsbanner .swiper-slide {
	height: 100%;
	text-align: center;
}

.section6 .fp-tableCell {
	height: 100%;
}

.time {
	height: 50%;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.newinner {
	height: 50%;
	box-sizing: border-box;
	/*padding-top: 50px;*/
}

.newinner p {
	text-align: left;
	color: rgba(0,0,0,.5);
	margin: 0 auto;
	margin-top: 30px;
	line-height: 24px;
	width: 63%;
}
.newinner i{
	font-size: 40px;
	color: #FF9224;
	opacity: 0;
	display: inline-block;
	margin-top: 50px
}
.newsbanner .swiper-slide:hover .newinner i{
	opacity: 1;
}
.newsbanner {
	height: 100%;
	background: #fff;
	cursor: pointer;
}

.newsbanner .swiper-container {
	height: 100%;
}

.newinner h4 {
	font-size: 16px;
	color: #000;
}

.newinner h6 {
	font-size: 36px;
	color: #FF9224;
	/*display: none;*/
	margin-top: -15px;
	opacity: 0;
	font-family: 'Conv_Helvetica-Condensed-Black-Se';
	position: relative;
	padding-bottom: 13px;
	/*height: 0;*/
	/*overflow: hidden;*/
}

.newinner h6:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #e9e9e9;
	margin-bottom: 18px;
}

.time img {
	/*display: none;*/
	position: absolute;
	bottom:100%;
	height: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
}

.time {
	overflow: hidden;
	position: relative;
}

.newsbanner .swiper-slide:hover .time img {

	bottom: 0;
}
.newsbanner .swiper-slide:hover{
	background: #f6f6f6
}
.newsbanner .swiper-slide:hover .newinner h6 {
	margin-top: 50px;
	opacity: 1;
	height: 59px;
}

.newsnp div {
	position: static;
	margin-top: 0;
	width: 55px;
	height: 55px;
	line-height: 55px;

	background: none;
	opacity: 1 !important;
	text-align: center;
}

.newsnp div i {
	color: #989694;
	font-size: 25px;
}

.newsnp div:hover {
	background: #FF9224;
}

.newsnp div:hover i {
	color: #fff;
}

.newsnp {
	position: absolute;
	right: -100px;
	top: 50%;
}

.Tel {
	float: left;
	width: 30%;
	padding-left: 13%;
	background: url("../images/telbac_02.jpg")/*tpa=http://www.zhongyirubber.com/templets/zhongyi/images/telbac_02.jpg*/;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100%;
	color: #fff;
}

.section7 .fp-tableCell {
	height: 100%;
}

.Tel h2 {
	font-weight: bold;
	font-size: 36px;
	margin-top: 345px;
	margin-bottom: 80px;
}
body{
	-webkit-font-smoothing: antialiased;
}

.Tel span {
	font-size: 36px;
	font-family: 'Conv_Helvetica-Condensed-Black-Se';
	display: inline-block;
	padding-bottom: 43px;
	position: relative;
	-webkit-font-smoothing:antialiased
}

.Tel span:after {
	content: '';
	display: block;
	width: 37px;
	height: 2px;
	background: #FF9224;
	margin-bottom: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.Tel p {
	width: 68%;
	margin-bottom: 30px;
	position: relative;
	padding-left: 33px;
	box-sizing: border-box;
	line-height: 26px;
	color:rgba(255,255,255,.6)
}

.Tel p i {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0
}

.addform {
	float: left;
	width: 48.5%;
	padding-left: 8.5%;
	height: 100%;
	background-image: url("../images/addbac_03.jpg")/*tpa=http://www.zhongyirubber.com/templets/zhongyi/images/addbac_03.png*/;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.addform form {
	margin-top: 180px;
	color: rgba(255,255,255,.6);
}

.addform form div {
	border-bottom: 1px solid rgba(255,255,255,.6);
	line-height: 60px;
	width: 70%;
	margin-bottom: 30px;
}

.addform input {
	outline: none;
	border: none;
	background: transparent;
	width: 60%;
	/*width:*/
	color: #fff;
}

.addform textarea {
	outline: none;
	border: none;
	background: transparent;
	width: 100%;
	height: 80px;
	color: #fff;
}

.addform button {
	width: 147px;
	height: 35px;
	line-height: 35px;
	background: #FF9224;
	text-align: center;
	margin-top: 20px;
	color: #000;
}

.addform button i {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}

.addform button:hover {
	transform: scale(1.1);
}

.addform form div.ac {
	border-color: #fff;
}

.addform form div.ac span {
	color: #fff;
}

.addform form div.ac p {
	color: #fff;
}

.plogo {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 20;
}

.bannerSwiper .swiper-pagination-bullet{
	background:#FF9224;
}

.bg-full {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-position: center 0;
  background-repeat: no-repeat !important;
}

@-webkit-keyframes line1 { 0% { width:18px; height:3px; } 100% { width:28px; height:3px; }}
@-webkit-keyframes line2 { 0% { width:28px; height:3px; } 100% { width:16px; height:3px; }}
@-webkit-keyframes line3 { 0% { width:16px; height:3px; } 100% { width:28px; height:3px; } }
