@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.i_product_bg {
	overflow: hidden;
	/*padding-bottom: 2.5%;*/
}
.i_title {
	margin-top: 3%;
	margin-bottom: 1.5%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-family: Arial;
}
.i_title p {
	background: url(../images/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
}
.nproduct_list2 {
	overflow: hidden;
}
.nproduct_list2 ul {
	display: flex;
	flex-wrap: wrap;
}
.nproduct_list2 ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
  	/*margin-right: 1%;*/
	margin-right: 2.5%;/*cq*/
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
.nproduct_list2 ul li img {
	display: inline-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;
}
.nproduct_list2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.nproduct_list2 ul li h2 {
	font-weight: normal;
	color: #333333;
	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%;
}
.nproduct_list2 ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.nproduct_list2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.nproduct_list2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.nproduct_list2 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);
}
.nproduct_list2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.nproduct_list2 ul li:hover h2 {
	color: #00a1e9;
}
.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: 16px;
	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);
}
.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: #fff;
}
.i_case_bg .i_title p {
	color: #fff;
	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;
}
.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);
}
.banner_pos {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner_pos .banner_div {/* display:table; vertical-align:bottom; */
	height: 100%;
	width: 100%;
	position: relative;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
	height: 100%;
	width: 57.6%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0%;
}
.banner_pos .img001 img {
	height: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.banner_pos .txtsbox {
	float: left;
	width: 50%;
}
.banner_pos .txts {
	float: right;
	margin-right: 3%;
	margin-top: 20%;
	width: 94%;
	max-width: 536px;
	text-align: left;
}
.banner_pos .txts h2 {
	color: #00a1e9;
}
.banner_pos .txts p {
	color: #767676;
	margin-top: 6%;
}
.banner_pos .txts a {
	margin-top: 6%;
	width: 220px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.banner_pos .txts a em {
	float: right;
	margin-right: 7%;
	font-style: normal;
	font-family: "宋体";
	font-size: 18px;
}
.banner_pos .txts a:hover {
	border: 1px solid #00a1e9;
}
.banner_pos .txts a:hover {
	color: #00a1e9;
}
 /*项目公示*/
.notice_box{
    padding: 15px !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
.notice_r{
  flex:1;
}
 .notice1 {
   display: flex !important;
 }
 .t_d {
   display: flex !important;
   justify-content: space-between;
   align-items: center;
   color: #924C33
 }
 .n_d {
   color: #7E8497;
   font-size: 16px !important;
   /*line-height: 27px;*/
   line-height: 35px;/*cq*/
   /*margin-top: 10px;*/
   font-size: 16px;
   letter-spacing: 1.2px;
 }
 /*查看更多*/
.view_more{
  width: 100%;
  text-align: right;
  color:#B3845F;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
 /*项目公示右边表格*/
.list_d{
  padding-bottom: 0px !important;
}
 .news-list {
   border-top: 1px solid #ebebeb;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
 }
 .news_img {
   width: 400px;
   height: 320px;
 }
 .list_item {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100% !important;
   background-color: rgba(255, 255, 255, 0);
 }
 .item_l {
   display: flex !important;
   justify-content: flex-start !important;
   align-items: center !important;
 }
 .item_tit {
   font-size: 16px !important;
   color: #333333 !important;
   height: 36px;
   line-height: 36px;
 }
 .item_time {
   font-size: 14px !important;
   color: #7e8497 !important;
 }
 .square {
   width: 12px !important;
   height: 12px !important;
   opacity: 0.57 !important;
   background: #946751 !important;
   border-radius: 2px !important;
   margin-right: 10px;
 }
 /*本所公告*/
 .project_pub {
   margin-top: 20px;
   height: 95px;
   background-color: rgba(255, 255, 255, 1);
   border-radius: 8px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .notice_icon {
   width: 105px;
   height: 100%;
   border-radius: 8px 0px 0px 8px;
   background: linear-gradient(158deg, #BE8E64 11%, #946751 100%);
   border-radius: 8px 0px 0px 8px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
 }

 .pub {
   color: #fff;
 }
.pub_box{
  flex:1;
  padding: 11.5px;
}
 .pub-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
 }
.pub_item{
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 49% !important;
   font-size: 16px !important;
   margin-right: 10px;
}
.pub_item .item_time{
  width:120px
}
.pub_item .item_l .item_tit{
  width:400px ;
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

 .pub_more {
   width: 44px;
   height: 100%;
   padding: 14px;
   box-sizing: border-box;
   color: #fff;
   background: #2777f2;
   border-radius: 0px 8px 8px 0px;
   box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
   backdrop-filter: blur(2px);
   display: flex;
   justify-content: center;
   align-items: center;
 }
/*行业资讯*/
.imgs .hy_pic{
  width:356px !important;
  height:270px !important;
  border:none !important;
}
.imgs .hy_pic_1{
  width:404px !important;
  height:270px !important;
  border:none !important;
}
.product_b{
  padding-bottom:0px !important;
}
.zx_sty{
  width:31.1% !important;
}
.zx_tit{
  padding-left:4% !important;
  padding-right:4% !important;
}
/*合作伙伴*/
.partner{
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner_i{
  margin-right: 20px !important;
  width:25% !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06) !important;
  margin-bottom:2% !important;
}
/*动画*/


@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@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;
}
}
 @media screen and (max-width:360px) {
}

.price-index-section {

	padding-bottom: 2.5%;
}
.price-index-section .i_title p {
	background: none;
	position: relative;
	padding-bottom: 15px;
}
.price-index-section .i_title p:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 24px;
	height: 3px;
	background-color: #075AEB;
	transform: translateX(-50%);
}
/* 标题与内容间距——针对3个模块统一拉开 */
.price-index-section > .wrap2 > .i_title,
.service-section    > .wrap2 > .i_title,
.wrap               > .i_title {
	margin-bottom: 3.5%;
}
.price-index-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	border: 1px solid #EFEFEF;
	background: #ffffff;
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
	min-height: 320px;
}
.price-index-tabs {
	width: 210px;
	min-width: 210px;
	border-right: 1px solid #EFEFEF;
	padding: 15px 0;
	box-sizing: border-box;
	background: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.price-index-tab {
	position: relative;
	height: 40px;
	line-height: 40px;
	margin: 10px 18px;
	padding: 0 10px 0 36px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.price-index-tab .tab-arrow {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border: 2px solid transparent;
	box-sizing: border-box;
	background-color: #ffffff;
	display: inline-block;
}
.price-index-tab .tab-arrow:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-left: -2.5px;
	margin-top: -2.5px;
	border-radius: 50%;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.price-index-tab .arrow-red {
	border-color: #E64545;
}
.price-index-tab .arrow-red:before {
	background-color: #E64545;
}
.price-index-tab .arrow-blue {
	border-color: #3B76D7;
}
.price-index-tab .arrow-blue:before {
	background-color: #3B76D7;
}
.price-index-tab .arrow-green {
	border-color: #4EB85D;
}
.price-index-tab .arrow-green:before {
	background-color: #4EB85D;
}
.price-index-tab.composite-active {
	border-color: #E64545;
	background-color: #FFF7F7;
}
.price-index-tab.steel-active {
	border-color: #3B76D7;
	background-color: #F3F7FC;
}
.price-index-tab.paper-active {
	border-color: #4EB85D;
	background-color: #F3FAF4;
}
.price-index-tab:hover {
	background-color: #FAFAFA;
}
.price-index-tab.composite-active:hover {
	background-color: #FFF7F7;
}
.price-index-tab.steel-active:hover {
	background-color: #F3F7FC;
}
.price-index-tab.paper-active:hover {
	background-color: #F3FAF4;
}
.price-index-tab .tab-label {
	display: inline-block;
	line-height: 38px;
	white-space: nowrap;
}
.price-index-chart-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
	padding: 8px 10px 8px 0;
	box-sizing: border-box;
	background: #ffffff;
	position: relative;
}
.price-index-chart {
	width: 100%;
	height: 320px;
	min-height: 320px;
	display: block;
	overflow: hidden;
}
@media screen and (max-width: 1280px) {
	.price-index-wrapper {
		min-width: 1180px;
	}
}

