@import url(anim.css);
@import url(pscroll.css);


/* .wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
} */
.page1_text .img1 {
	text-align: right;
	width: 50%;
	float: right;
}
.page1_text .text {
	line-height: 30px;
	color: #878787;
	text-align: center;
	overflow: hidden;
}
.page1_text .text {
	padding: 80px 0;
}
.page_tit2 h3 {
	font-size: 48px;
	font-weight: normal;
	color: #000;
	line-height: 58px;
}
.page_tit2 h2 {
	font-size: 40px;
	font-weight: normal;
	color: #000;
	line-height: 58px;
	margin-bottom: 30px;
}
.page1_text .text p {
	height: 120px;
	overflow: hidden;
	max-width: 425px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.page {
	overflow: hidden;
	padding: 60px 0;
}
.page:after {
	content: '';
	display: block;
	clear: both;
}
.page.on {
	background: #f9f9f9;
}
.page_tit {
	margin-bottom: 40px;
	text-align: center;
}
.page_tit h3 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}
.page_tit h2 {
	font-size: 28px;
}
.page_tit p {
	color: #999;
}
.page_tit p span:before, .page_tit p span:after {
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #999;
	vertical-align: middle;
	content: '';
	margin: 0 2px;
	margin-bottom: 2px;
}
.page_tag ul li {
	margin-left: -4px;
	display: inline-block;
}
.page_tag {
	text-align: center;
}
.page_tag a {
	display: block;
	line-height: 30px;
	padding: 0 23px;
	color: #7e7e7e;
	position: relative;
}
.page_tag .on a, .page_tag a:hover {
	background: #be9a78;
	color: #fff;
}
.page_tag .on a:before, .page_tag a:hover:before {
	color: #be9a78
}
.page_tag a:before {
	content: '|';
	display: block;
	position: absolute;
	left: -2px;
}
.page_tag li:first-child a:before {
	display: none;
}
.page_pro {
	padding: 0;
	background: #1c1c1c;
	position: relative;
}
.page_pro .text {
	position: absolute;
	left: 55%;
}
.page_pro .text .box {
	max-width: 410px;
}
.page_tit2.on h3 {
	color: #fff;
}
.page_tit2.on h2 {
	color: #c09874;
}
.page_pro .text p {
	line-height: 32px;
	color: #696969;
	height: 96px;
	overflow: hidden;
	margin-bottom: 30px;
}
.page_pro .btn a {
	margin-left: 0;
	background: #0b0b0b;
}
.page_padd {
	padding-top: 0;
}
.page_tit3 {
	margin: 0 10px;
	padding-top: 30px;
}
.page_tit3 span {
	font-size: 20px;
}
.page_size {
	text-align: center;
	margin-top: 30px;
}
.page_size a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background-color: #515151;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px 2px;
	;
}
.page_size a.prev {
	background-image: url(../images/cur3.png);
}
.page_size a.next {
	background-image: url(../images/cur4.png);
}
.page_size a:hover, .page_size a.on {
	background-color: #be9a78;
}
.page_news .list {
	max-width: 945px;
	margin: 0 auto;
}
.page_news .list .img {
	width: 471px;
	float: right;
	margin-left: 50px;
}
.page_news .list .text {
	border-top: 2px solid #000;
	padding-top: 30px;
	overflow: hidden;
}
.page_news .list li {
	margin-bottom: 40px;
}
.page_news .list li:after {
	content: '';
	display: block;
	clear: both;
}
.page_news h3 {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.page_news .list a:hover {
	color: #be9a78
}
.page_news .time {
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/icon6.png) no-repeat left center;
	color: #a8a8a8
}
.page_news p {
	line-height: 27px;
	height: 81px;
	overflow: hidden;
	color: #737373;
	margin: 30px 0;
}
.page_news .btn a {
	background: none;
	border: 2px solid #000;
	color: #000;
	line-height: 34px;
	width: 120px;
	margin-left: 0
}
.page_news .btn a:hover {
	background: #333;
	color: #fff;
}

.pro_list ul:after {
	content: '';
	display: block;
	clear: both;
}
.pro_list li {
	width: 33.333%;
	float: left;
	text-align: center;
}
.pro_list h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	padding-top: 30px;
}
.pro_list p {
	padding: 10px 0 15px;
	color: #be9a78;
	background: no-repeat bottom center;
}
.pro_list a:hover p {
	background: url(../images/icon2.png) no-repeat bottom center;
}
.pro_list ul {
		display: none;
	margin-top: 20px;
}
.pro_list ul.on {
	display: block;
}
.pro_list ul.on li {
	animation-name: zoomIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.pro_list li:nth-child(3n+1) {
	clear: both;
}
.pro_list li a {
	display: block;
	margin: 12px;
	background: #fff;
	padding: 23px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05)
}
.pro_list li a:hover {
	box-shadow: 0 1px 50px rgba(0,0,0,0.1)
}
.pro_list li a:hover .img {
	background: #fff;
}
.pro_list2 ul li {
	width: 25%;
	float: left;
}
.pro_list2 a {
	display: block;
	margin: 7px;
	font-size: 16px;
}
.pro_list2 ul {
	margin: 0 3px;
	margin-top: 20px;
}
.pro_list2 img {
	display: block;
}
.pro_list2 .img {
	margin-bottom: 20px;
}
.pro_list2 ul li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.imgi  img{
	max-width: 100%;
}
.imgi  img{
    width: 100%;
    /* height: 40%; */
	overflow: hidden;
	position: relative;
}
.img:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
.img:hover img {
	opacity: .5;
	/* transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg); */
}






.wrap2 {
	clear: both;
	width: 96%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
}
.i_product_bg {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 2.5%;
}
.i_title {
	margin-top: 3%;
	margin-bottom: 3%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	letter-spacing: -3px;
	text-transform: uppercase;
}
.i_title p {
	background: url(../images/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
}
.i_case_bg {
	/* background: url(../images/i_bg2.jpg) center center no-repeat; */
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4%;
}
.i_case_bg .i_title h2 {
	color: rgb(7, 7, 7);
}
.i_case_bg .i_title p {
	color: #999;
	background: url(../images/i_bg3.png) center bottom no-repeat;
}
.i_link {
	overflow: hidden;
	margin-bottom: 3%;
}
.i_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.i_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.i_link ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i_link ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.f41 {
	height: 50px;
	line-height: 40px;
	font-size:30px;
}
.f24 {
	font-size: 14px;
}
.f24 span::before {
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #999;
	vertical-align: middle;
	content: '';
	margin: 0 2px;
	margin-bottom: 2px;
}
.f24 span:after {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #999;
    vertical-align: middle;
    content: '';
    margin: 0 2px;
    margin-bottom: 2px;
}
.i_solution {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 8px;
}
.i_solution ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
}
.i_solution ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_solution ul li img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_solution ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solution ul li .txts {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.i_solution ul li h2 {
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	margin-top: 30%;
}
.i_solution ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solution ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}




@media only screen and (max-width: 1400px) {
    .page_tit2 h2 {
      margin-bottom: 10px;
    }
    /* .imgi  img{
        width: 100%;
        height: 360px;
    } */
}
  @media only screen and (max-width: 1200px) {
    .page_tit2 h3 {
      font-size: 38px;
    }
    .page_tit2.on h2 {
      font-size: 30px;
    }
    .page_pro .text p {
      line-height: 25px;
      margin-bottom: 10px;
      height: 75px;
    }
    /* .imgi  img{
        width: 100%;
        height: 210px;
    } */
}
  @media only screen and (max-width: 900px) {
    /* .imgi  img{
        width: 100%;
        height: 170px;
    } */
    .page1_text .text {
      padding: 20px 0;
    }
    .page_pro {
      padding: 50px 0;
    }
    .page_pro .text {
      position: initial;
      top: auto;
      left: auto;
      right: auto;
      transform: none;
      width: 80%;
      margin: 0 auto;
      padding: 20px 0;
    }
    .page_pro .text .box {
      max-width: 100%;
    }
    .page_news .list .img {
      width: 300px;
      margin-left: 20px;
    }
    .page_news .list .text {
      padding-top: 20px;
    }
    .page_news p {
      margin-top: 0;
      height: 54px;
      margin-bottom: 10px
    }
    .page_news .time {
      margin-bottom: 0
    }
    .page_news .list li {
      margin-bottom: 20px;
    }
}
  @media only screen and (max-width: 750px) {
    /* .imgi  img{
        width: 100%;
        height: 150px;
    } */
    .page {
      padding: 20px 0;
    }
    .about_list ul li {
      margin: 20px 0;
    }
    .page_tit2 h3 {
      font-size: 25px;
      line-height: 20px;
    }
    .page_tit2 h2 {
      font-size: 30px;
    }
    .page_news .list .img {
      width: 150px;
      float: left;
      margin: 0 auto;
      margin-right: 10px;
    }
    .page_news p {
      height: auto;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    .page_news .list .text {
      padding-top: 10px;
    }
    .page_news .list .time {
      display: none;
      ;
    }
    .page_news .list .text {
      border-top: 0
    }
    .page_news .btn a {
      border: 0;
      line-height: 20px;
      text-align: left;
    }
    .page_news .time {
      margin-bottom: 10px;
    }
    .page_news p {
      margin-bottom: 5px
    }
    .page_tag a {
      padding: 0 15px;
    }
    .news_tag {
      padding: 20px 0;
    }
    .page_tit h3 {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .page_tit {
      margin-bottom: 20px;
    }
    .pro_list li:nth-child(3n+1) {
        clear: none;
    }
    .pro_list li {
        width: 50%;
    }
    .pro_list li:nth-child(2n+1) {
        clear: both;
    }
    .pro_list li a {
        padding: 15px;
        margin: 5px;
    }
    .pro_list2 ul li {
        width: 50%;
    }
    .pro_list2 .img {
        margin-bottom: 10px
    }
}



@media screen and (max-width:1000px) {
	.i_link ul li {
		width: 19%;
	}
	.i_link ul li:nth-child(6n+0) {
		margin-right: 1.1%;
	}
	.i_link ul li:nth-child(5n+0) {
		margin-right: 0;
	}
	}
@media screen and (max-width:960px) {
}
@media screen and (max-width:830px) {
	/*轮显*/
	#slider {
		display: none;
	}
	.flash_div {
		display: block;
	}
	.i_link ul li {
		width: 24%;
	}
	.i_link ul li:nth-child(5n+0) {
		margin-right: 1.1%;
	}
	.i_link ul li:nth-child(4n+0) {
		margin-right: 0;
	}
}
@media screen and (max-width: 780px) {
	.nproduct_list2 ul li {
		width: 49%;
	}
	.nproduct_list2 ul li:nth-child(3n+0) {
		margin-right: 1%;
	}
	.nproduct_list2 ul li:nth-child(2n+0) {
		margin-right: 0;
	}
}
@media screen and (max-width: 640px) {
	.nproduct_list2 ul li p {
		font-size: 13px;
	}
	.i_link ul li {
		width: 32.5%;
	}
	.i_link ul li:nth-child(4n+0) {
		margin-right: 1.1%;
	}
	.i_link ul li:nth-child(3n+0) {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.nproduct_list2 ul li p {
		font-size: 12px;
	}

}