@import "tongyong.css";
/*banner start*/
.ps-banner {
position: relative;
overflow: hidden;
}
.ps-banner {
position: absolute;
left: 18%;
top: 50px;
}
.weizhi {
font-size: 14px;
color: #fff;
line-height: 16px;
margin-bottom: 30px;
}
.weizhi li {
display: inline-block;
}
.weizhi img {
vertical-align: bottom;
width: 18px;
margin-right: 8px;
}
.weizhi a {
color: #fff;
font-size: 14px;
}
.ps-banner .ps-banner ul li {
float: left;
text-align: center;
margin-right: 80px;
position: relative;
margin-top: 50px;
}
.ps-banner .ps-banner ul li p {
color: #fff;
font-size: 16px;
margin-top: 23px;
}
.ps-banner .ps-banner ul li:after {
background: url(../images/line1.png) no-repeat;
width: 1px;
height: 134px;
content: "";
display: block;
position: absolute;
right: -40px;
bottom: 0;
}
.ps-banner .zhaiyao {
width: 1200px;
color: #fff;
margin-top: 50px;
line-height: 30px;
letter-spacing: 1px;
float: left;
font-size: 15px;
}
/*banner end*/

/*面包屑 start*/
.location {
width: 100%;
height: 40px;
background: #f0f0f4;
line-height: 40px;
}
.location .w {
max-width: 1200px;
margin: 0 auto;
}
/*面包屑 end*/

/*start end*/
.fenye {
line-height: 30px;
text-align: center;
font-size: 12px;
margin-top: 30px;
}
.fenye a {
font-size: 14px;
padding: 5px 15px;
border: #d8d8d8 1px solid;
color: #555;
display: inline-table;
border-radius: 4px;
margin: 0 3px;
}
.fenye a:hover, .fenye .current {
background: #1d437b;
color: #fff;
background: -webkit-linear-gradient(left, #1d437b, #3c74af);
background: -o-linear-gradient(right, #1d437b, #3c74af);
background: -moz-linear-gradient(right, #1d437b, #3c74af);
background: linear-gradient(to right, #1d437b, #3c74af);
border-radius: 4px;
}
/*分页 end*/

/*列表新效果 start*/
.wrap {
background: #f5f7fa;
padding-bottom: 30px;
}
.pro-list {
width: 1250px;
height: auto;
margin: 0px auto;
overflow: hidden;
}
.pro-list .ul-list {
margin-left: -3%
}
.pro-list .ul-list li {
float: left;
width: 30.333%;
position: relative;
transition: all .3s ease-out;
margin-left: 3%;
margin-top: 40px;
}
.pro-list .ul-list li:after {
background: url(../images/jt.png) no-repeat;
width: 27px;
height: 15px;
content: "";
display: block;
position: absolute;
right: 30px;
bottom: 35px;
}
.pro-list .ul-list li:hover:after {
background: url(../images/jt2.png) no-repeat;
width: 27px;
height: 15px;
content: "";
display: block;
position: absolute;
right: 30px;
bottom: 35px;
}
.pro-list .ul-list li:hover {
box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.13);
transform: translate(0, -3px);
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.pro-list .ul-list li .xq {
background: #fff;
padding: 22px 0 22px 25px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.pro-list .ul-list li a {
overflow: hidden;
display: block;
position: relative;
padding-top: 60%;
}
.pro-list .xq h3 a {
font-size: 20px;
color: #333;
font-weight: bold;
margin-bottom: 15px;
display: block;
padding-top: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pro-list .ul-list li:hover .xq h3 a {
color: #ed1c24;
}
.pro-list .xq p {
font-size: 14px;
color: #666;
margin-top: 5px;
height: 22px;
}
.pro-list .xq p img {
margin-right: 5px;
}
.pro-list a img {
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-webkit-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
position: absolute;
left: 0;
top: 0;
min-height: 100%;
}
.pro-list .ul-list li:hover a img {
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
/*列表新效果 end*/

/*banner新效果 start*/
.pro-banner {
position: relative;
}
.pro-help {
position: absolute;
left: 18%;
top: 100px;
}
.pro-help h3 {
color: #fff;
font-size: 30px;
font-weight: normal;
position: relative;
line-height: 1;
display: inline-block;
margin-bottom: 35px;
}
.pro-help h3:after {
position: absolute;
left: 0px;
bottom: -90%;
width: 85%;
height: 2px;
background: #fff;
content: '';
}
.pro-help .zhaiyao {
width: 1200px;
color: #fff;
margin-top: 20px;
line-height: 30px;
letter-spacing: 1px;
font-size: 16px;
}
.pro-banner .pro-help ul li {
float: left;
text-align: center;
margin-right: 80px;
position: relative;
margin-top: 30px;
}
.pro-banner .pro-help ul li p {
color: #fff;
font-size: 16px;
margin-top: 23px;
}
.pro-banner .pro-help ul li:hover img {
animation: spinner 1000ms both;
}
@keyframes spinner {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/*banner新效果 end*/
