@charset "utf-8";
/* CSS Document */

/* header */
.header{ background-color:#fff;}
.header .nav .cur>a,.nav .m>a:hover{color: #274f9b;}
.header.headFix .nav .cur>a,.nav .m>a:hover{color: #274f9b;}
.header:hover .nav .cur>a,.nav .m>a:hover{color: #274f9b;}
/* header */

/* newsSlide */
.newsList li {margin-bottom: 60px;}
/* newsSlide */

/* pages */
.pages {width: 100%;text-align: center;overflow: hidden;clear: both;font-family: Arial;--hc: var(--btn-bg);}
.pages.bgs2 {text-align: right;}
.pages a {display: inline-block;height: 42px;line-height: 42px;padding-left: 10px;overflow: hidden;padding-right: 10px;min-width: 50px;margin-left: 3px;text-align: center;color: #999999;font-size: 15px;border: 1px solid #ffffff;background: #e9e8e8;border-radius: 6px;transition: all 0.3s;}
.pages a:hover {text-decoration: none;color: #fff;background: #004ea2;transition: background 0.3s, width 0.3s;}
.pages a.on {color: #fff;background-color: #004ea2;transition: background 0.3s, width 0.3s;}
.pages a.first,.pages a.last {margin-right: 0;}
.pages a.first:hover,.pages a.last:hover {background-color:#004ea2;}
.pages a span {font-family: "宋体";font-weight: bold;font-size: 15px;}
/* pages */

/* dqProduct */
.dqProduct{ background-color:#f9f9f9;}
.proSlide li{ background-color:#fff;}
/* dqProduct */

@media screen and (max-width: 1100px) {
/* newsSlide */
.newsList li {margin-bottom: 40px;}
/* pages */
.pages a {height: 36px;line-height: 34px;min-width: 40px;}
}

@media screen and (max-width: 780px) {
/* pages */
.pages a {height: 28px;line-height: 26px;padding-left: 6px;padding-right: 6px;min-width: 30px;margin-left: 2px;font-size: 13px;}
}

@media screen and (max-width: 640px) {
/* pages */
.pages a {font-size: 12px;}
}

@media screen and (max-width: 480px) {
/* newsSlide */
.newsList li {margin-bottom: 20px;} 
/* pages */
.pages {padding-top: 5px;padding-bottom: 5px;}
.pages a {padding-left: 5px;padding-right: 5px;margin-left: 2px;}
}