

/* 分页 */
.page { padding-top:30px; line-height:24px; text-align:center; font-size:13px;   }
.page a { display:inline-block; padding:2px 10px; text-decoration:none; margin:0 2px;  background:#ddd; color:#333;  border-radius:2px; }
.page a:hover,.page .current {  display:inline-block; padding:2px 10px;   margin:0 2px;   background:#3399cc; color:#fff; border-radius:2px; }


/* 内页品牌 */


section {
  display: block;
}

.secondbanner {
  height: 200px;
  background: url(../images/sbanner.jpg) center center no-repeat;
  position: relative;
}
.secondbanner .tbox {
  width: 100%;
  height: 100%;
  /*background-color:#8BBDEB;
  opacity: 0.9;*/
}
.secondbanner dl {
  position: absolute;
  text-align: center;
  z-index: 999;
  top: 0;
  padding-top: 50px;
  width: 100%;
}
.secondbanner dl dt {
  color:#f8f3cc;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  letter-spacing:8px;
}
.secondbanner dl dd {
  width: 100%;
  padding-top: 5px;
  /*font-size: 32px;*/
  
  color: #fff;
  letter-spacing:2px;
}

#boxhot {
  width: 1360px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  
}
#boxhot .left {
  width: 260px;
  background-color: #fff;
  box-shadow: 0 0 20px #ddd;
  margin-right: 30px;
  border-radius:var(--border-radius);
  
}
#boxhot .left dl {
  background:linear-gradient(to top left, #00b4e1b7,#005ae1);
  padding: 15px 25px;
  border-radius:var(--border-radius) var(--border-radius) 0 0 ;
  margin-bottom: 0px;
}
#boxhot .left dl dt {
  font-size: 24px;
  color: #fff;
}
#boxhot .left dl dd {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
#boxhot .left ul li {
  position: relative;
  /* margin: 0 10px; */
}
#boxhot .left ul li a {
  display: flex;
  
  padding: 12px;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
  z-index: 999;
  position: relative;
}
#boxhot .left ul li::before {
  position: absolute;
  content: " ";
  width: 0%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f9f9f9;
}
#boxhot .left ul li:hover::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  transition: all 300ms linear;
  z-index: 1;
  box-shadow: 0 0 15px #ddd inset;
  top: 0;
  left: 0;
  background-color: #f9f9f9;
}
#boxhot .left strong {
  font-size: 22px;
  padding: 25px 0 25px 25px;
  display: flex;
  align-items: center;
}
#boxhot .left strong span {
  margin-right: 10px;
  font-size: 28px;
}
#boxhot .left strong em {
  color: #299b6d;
}
#boxhot .right {
  flex: 1;

}
#boxhot .right ul{
 
  align-content: center;
  flex-wrap: wrap;

}
#boxhot .right .libox {
  width: 252px; height:350px; 
  float:left;
  border-radius: var(--border-radius);
  
 padding-bottom: 20px;
  margin: 0 20px 20px 0;
  box-shadow: 0 0 20px #ddd;
  background-color: #fff;
  
  
}
#boxhot .right .libox:nth-child(4n) {
  margin-right: 0;
}
#boxhot .right .libox:nth-child(5),
#boxhot .right .libox:nth-child(6),
#boxhot .right .libox:nth-child(7),
#boxhot .right .libox:nth-child(8) {
  margin-bottom: 0;
}
#boxhot .right .libox .img {
  max-width: 100%;
  height: 200px;
  overflow: hidden;
  display: block;
  display: flex;
  align-items:center;
  justify-content: center;
}
#boxhot .right .libox .img img {
  height: 200px;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
#boxhot .right .libox .img img:hover {
  transition: all 300ms linear;
  transform: scale(1.1);
}
#boxhot .right .libox dl dt a {
  display: flex;
  justify-content: center;
  padding: 15px;
}
#boxhot .right .libox dl dd {
  display: flex;
  justify-content: center;
}
#boxhot .right .libox dl dd a {
  background-color: #005ae1b6;
  color: #fff;
  padding: 9px 15px;
  font-size: 12px;
  margin: 0 15px;
  border-radius: var(--border-radius);
}
#boxhot .right .libox dl dd a:hover {
  background-color:#C6981E;
}



/* 品牌页面分类菜单样式 */
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 260px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
background-color: #005ae121;

}
	
.suckerdiv ul li{
position: relative;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 260px; /* Parent menu width - 1*/
position: absolute;
width:900px;
/* height: 660px; */
top: 0;
display: none;
background-color: #f5f5f5f5;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/

}

.suckerdiv ul li ul li {
 
width:180px; float:left
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
font-size: 16px;
padding: 5px 5px;
/* border: 1px solid #ccc; */
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
color: white;
background-color:#005ae1c5;
/* border-radius: var(--border-radius); */
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right 16px;

}




.ppabout {
  min-height: 550px;
  overflow: hidden;
  background: #fff url(../images/jianzu.jpg) top center no-repeat;
  z-index:-100px;
}
.ppabout .abtitle {
  width: 1200px;
  padding: 20px 0;
  margin: 20px auto 30px;
  opacity: 0.65;
  background-color:#5099CF;
  text-align: center;
}
.ppabout .abtitle h4 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.ppabout .abtitle p {
  color: #fff;
  font-weight: 300;
  padding: 20px 0 10px;
}

.infobox {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 0;
  /* box-shadow: 0 0 20px #ddd;
  background-color: #fff; */
  display: flex;
  justify-content: space-between;
}
.infobox .left {
  margin-right: 30px;
  width: 300px;
  /* padding-top: 50px; */
  height: 180px;
  display: flex;
  align-items:center;
  justify-content: center;
  border-radius: var(--border-radius);
  background-color: #fff;
  border: 1px solid #005ae15b;
}
.infobox .left img {
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.infobox .right {
  font-size: 16px;
  line-height: 36px;
  width: 100%;
  color: #333333c9;
}


.ppnews {
  background-color: #fff;
  min-height: 550px;
  overflow: hidden;
}
.ppnews .title {
  text-align: center;
}
.ppnews .title dl {
  padding:20px 0;
}
.ppnews .title dt {
  font-size: 32px;
  font-weight: bold;
  color:#2D73A6;
}
.ppnews .title dd {
  font-size: 24px;
  padding-top: 20px;
  color: #333;
  font-weight: 300;
}


.askbox {
  width: 1380px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 35px;
}
.askbox .box {
  width: 440px;
  background:linear-gradient(to bottom,#fff,#fff,#fff,#f5f5f548);
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 0 0 20px #ddd;
  border-radius: var(--border-radius);
}
.askbox .box .img {
  position: relative;
  display: block;
}
.askbox .box .img span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
  background-color: #005ae1d0;
  color: #fff;
  padding: 10px 20px;
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
}
.askbox .box .img img {
  box-sizing: border-box;
  background-color: #fff;
  padding: 0px;
  /* border: 1px solid #005ae1; */
  max-width: 100%;
  border-radius: var(--border-radius);
}
.askbox .box ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccccccb2;
  text-align: left;
}
.askbox .box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.askbox .box ul li a {
  font-size: 16px;
  padding-bottom: 7px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.askbox .box ul .info {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  padding-top: 5px;
}