/*产品列表*/

.bg1{ background:#eee; overflow:hidden; padding:24px 0 48px 0}



/*分页 yab520*/
.pages {text-align:center; overflow:hidden; margin-top:24px}
.pages .pre-page,.pages .menu-page, .pages .next-page {height: 60px;line-height: 60px;text-align: center;font-size: 16px;background-color: #eee;cursor: pointer;transition: all 0.4s ease 0s; display:inline-block; margin:0 1px;  padding:0 48px}

.pages .pre-page:hover, .pages .next-page:hover { background-color: #ffc301;}
.pages .pre-page{ border-radius:60px 0 0 60px}
.pages .next-page{border-radius:0 60px 60px 0}
.pages .menu-page{}
.pages i {height:60px; display: inline-block; width: 17px;  background-repeat: no-repeat; background-position: center center; margin: 0 10px; vertical-align: top;}
.pages .pre-page i{ background-image: url(../images/arrow3.png); }
.pages .menu-page i{ background-image: url(../images/icon12.png); }
.pages .next-page i{ background-image: url(../images/arrow4.png); }



/*旗下产业 yab520*/
.branch_content{ overflow:hidden; max-width:2160px; margin:0 auto}
.branch_content li{ width:33.33333%;float:left; background:#fafafa; display:inline-block;position:relative}
.branch_content li:nth-child(even){background: #eee;}
.branch_content li .lc-right{  margin:24px;overflow:hidden; text-align:center }
.branch_content li .lc-right h3{font-size:24px; line-height:100%; text-align:center}
.branch_content li .right-text{font-size:14px; line-height:30px; height:60px; overflow:hidden; margin:12px 0; color:#666}
.branch_content li .right-more{ }
.branch_content li .right-more a{ display:inline-block;border-radius:40px;  text-align: center;font-size:14px;background: #ffc300; padding:12px 48px }
.branch_content li .imgs{ overflow:hidden;box-shadow: inset 0px 0px 90px 1px rgba(0, 0, 0, 0.8); }
.branch_content li img{ width:100%; text-align:center;transition: all 0.6s; }
.branch_content li:hover  img {  transform: scale(1.2); }



/*响应式*/

@media screen and (max-width:639px) {
.bg1{ padding:12px 0 24px 0}


.pages {margin-top:12px}
.pages .pre-page,.pages .menu-page, .pages .next-page {height:50px;line-height:50px;font-size: 14px;padding:0 12px}
.pages i {height:50px; }

/*旗下产业 yab520*/
.branch_content li{ width:60%}
.branch_content li .lc-right{  margin:18px 12px;}
.branch_content li .lc-right h3{font-size:18px;} 
.branch_content li .right-text{font-size:14px;margin:12px 0;line-height:25px; height:50px;}
.branch_content li .right-more a{ font-size:12px;padding:6px 24px }

}
@media screen and (min-width:640px) and (max-width: 779px) {
.bg1{ padding:12px 0 24px 0}


.pages {margin-top:12px}
.pages .pre-page,.pages .menu-page, .pages .next-page {height:50px;line-height:50px;font-size: 14px;padding:0 12px}
.pages i {height:50px; }


/*旗下产业 yab520*/
.branch_content li .lc-right{  margin:18px 12px;}
.branch_content li .lc-right h3{font-size:18px;} 
.branch_content li .right-text{font-size:14px;margin:12px 0;line-height:25px; height:50px;}
.branch_content li .right-more a{ font-size:12px;padding:6px 24px }

}

@media screen and (min-width:780px) and (max-width: 1079px) {
.bg1{ padding:12px 0 24px 0}


.pages {margin-top:18px}
.pages .pre-page,.pages .menu-page, .pages .next-page {height:60px;line-height:60px;font-size: 16px;padding:0 24px}
.pages i {height:60px; }


/*旗下产业 yab520*/
.branch_content li .lc-right{  margin:18px 12px;}
.branch_content li .right-text{font-size:14px;margin:12px 0;line-height:25px; height:50px;}
.branch_content li .right-more a{ font-size:12px;padding:6px 24px }

}
@media screen and (min-width:1080px) and (max-width: 1399px) {
.bg1{ padding:18px 0 30px 0}





}


