@charset "utf-8";
/* CSS Document */

.head .logo {
  height: 55px;
  padding: 20px 0;
}

.nav {
  background: url(../images/nav_bj.jpg) repeat-x;
  height: 40px;
  line-height: 40px;
}
.nav ul li {
  float: left;
}
.nav ul li a {
  color: #fff;
  display: block;
  float: left;
  font-size: 15px;
  /* width: 166px; */
  width: 140px;
  text-align: center;
}
.nav ul li a.L {
  background: url(../images/nav_li.jpg) no-repeat left center;
}

/* 幻灯 */
.focusBox {
  position: relative;
  width: 1000px;
  height: 250px;
  overflow: hidden;
  margin: 10px auto;
}
.focusBox .pic img {
  width: 1000px;
  height: 250px;
  display: block;
}
.focusBox .hd {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 3;
}
.focusBox .hd li {
  float: left;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  width: 25px;
  height: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #919191;
  margin-left: 4px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.focusBox .hd .on {
  background: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* sidebar */
.sidebar {
  width: 257px;
  padding-bottom: 10px;
}
.sidebar .title {
  background: url(../images/left_title.jpg) no-repeat;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  text-indent: 2em;
}
.sidebar ul.menu li {
  background: url(../images/menu_li_bg.jpg) no-repeat;
  height: 43px;
  line-height: 43px;
  padding-left: 30px;
  font-size: 14px;
  color: #82846f;
  margin-top: 10px;
}
.sidebar ul.menu li a {
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  color: #82846f;
  margin-top: 10px;
}
.sidebar .contact_nr {
  background: url(../images/left_lx_bg.jpg) repeat-x;
  height: 174px;
  padding: 8px 15px;
  line-height: 2.4em;
  font-size: 13px;
}

.t1 {
  border-bottom: 2px solid #aaa;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
}
.t1 a {
  float: right;
}
.t1 span {
  border-bottom: 2px solid #005598;
  display: block;
  position: relative;
  width: 80px;
  height: 40px;
  line-height: 40px;
  left: 0;
  bottom: 0px;
  color: #005598;
  text-align: center;
}

.main_right {
  width: 720px;
}

.company {
  width: 410px;
}
.company ul {
  padding: 8px 20px;
}
.company ul li {
  background: url(../images/li_ico.jpg) no-repeat left center;
  padding-left: 15px;
  line-height: 31px;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.company .nr {
  width: 395px;
  margin: 0 auto;
  line-height: 25px;
  padding: 10px 0;
}

.news {
  width: 300px;
}
.news ul {
  padding: 8px 20px;
}
.news ul li {
  background: url(../images/li_ico.jpg) no-repeat left center;
  padding-left: 15px;
  line-height: 31px;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cp_show {
}
.cp_show .title {
  background: url(../images/cp_title_bg.jpg) no-repeat center;
  color: #005598;
  border-bottom: none;
}

/* 产品展示 */
.picScroll {
  position: relative;
  width: 740px;
  padding: 10px 0 10px 10px;
  background: #fff;
  overflow: hidden;
}
.picScroll .prev,
.picScroll .next {
  display: block;
  position: absolute;
  top: 86px;
  left: 5px;
  width: 23px;
  height: 23px;
  background: url(images/btns.png) no-repeat;
}
.picScroll .next {
  left: auto;
  right: 5px;
  background-position: -25px 0;
}
.picScroll .prev:hover {
  background-position: 0 -30px;
}
.picScroll .next:hover {
  background-position: -25px -30px;
}
.picScroll ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll ul li {
  width: 210px;
  float: left;
  overflow: hidden;
  padding: 0 15px;
}
.picScroll ul li img {
  width: 210px;
  height: 158px;
  display: block;
  background: url(images/loading.gif) center center no-repeat;
}
.picScroll ul li p {
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.picScroll2 {
  position: relative;
  width: 740px;
  padding: 10px 0 10px 10px;
  background: #fff;
  overflow: hidden;
}
.picScroll2 ul {
  overflow: hidden;
  zoom: 1;
  display: flex;
  flex-wrap: wrap;
}
.picScroll2 ul li {
  width: 340px;
  float: left;
  overflow: hidden;
  padding: 0 15px;
}
.picScroll2 ul li img {
  width: 100%;
  display: block;
  background: url(images/loading.gif) center center no-repeat;
}
.picScroll2 ul li p {
  text-align: center;
  line-height: 30px;
}

.picScroll3 {
  width: 740px;
  padding: 10px 0 10px 10px;
  background: #fff;
}
.picScroll2 ul {
  overflow: hidden;
  zoom: 1;
  display: flex;
  flex-wrap: wrap;
}
.picScroll3 ul li {
  width: 210px;
  float: left;
  overflow: hidden;
  padding: 0 15px;
}
.picScroll3 ul li img {
  width: 210px;
  height: 158px;
  display: block;
  background: url(images/loading.gif) center center no-repeat;
}
.picScroll3 ul li p {
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 48px;
}

/* foot */
.foot {
  background: url(../images/footer_bg.jpg) repeat-x;
  height: 59px;
  padding-top: 10px;
  line-height: 25px;
  color: #fff;
}

/* 新闻列表页 */
.main_right .title {
  height: 40px;
  line-height: 40px;
  color: #0061aa;
  border-bottom: 1px solid #d9d9d9;
}
.main_right .title span {
  color: #ababab;
  background: url(../images/bg_home.gif) no-repeat left center;
  padding-left: 20px;
}
.main_right .title span a {
  color: #ababab;
}

.main_right ul.text_list {
  padding: 15px 0;
}
.main_right ul.text_list li {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-bottom: 1px dotted #c9c9c9;
  color: #0061aa;
  letter-spacing: 1px;
}
.main_right ul.text_list li span {
  float: right;
  color: #b1b1b1;
  font-size: 12px;
}

/*分页*/
.page {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666;
  margin: 30px 0;
}
.page a {
  padding: 0px 10px;
}
.page .on {
  width: 20px;
  background-color: #368de8;
  color: #ffffff;
  padding: 0px 10px;
}

/* 图片列表 */
.main_right ul.pic_list {
}
.main_right ul.pic_list li {
  float: left;
  text-align: center;
  width: 230px;
  height: 170px;
  overflow: hidden;
  margin-top: 20px;
}
.main_right ul.pic_list li a.pic {
  display: block;
  width: 200px;
  height: 140px;
  margin: 0 auto;
}
.main_right ul.pic_list li img {
  width: 200px;
  height: 140px;
}
.main_right ul.pic_list li p {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.main_right ul.pic_list li p a {
  cursor: pointer;
}
.main_right ul.pic_list li a:hover img {
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* 内容页 */
.newsnr h1.bt {
  font: normal 24px/30px 微软雅黑;
  line-height: 30px;
  text-align: center;
  padding: 20px 0 0px 0;
  font-weight: normal;
}
.newsnr .date {
  display: block;
  width: 700px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  text-align: center;
  color: #4d4b4b;
  background: url(../images/point.gif) left bottom repeat-x;
  margin-bottom: 10px;
}
.newsnr .date span {
  padding: 0 20px;
}
.newsnr .nr {
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
}
.newsnr .nr img {
  max-width: 700px;
  width: expression(document.body.clientWidth>700? "700px": "auto");
  overflow: hidden;
}
.newsnr .nr p {
  margin-bottom: 10px;
}
.newsnr .share {
  border-top: 1px dotted #cccccc;
  padding-top: 10px;
  padding-left: 350px;
}
.newsnr .share div.fleft {
  height: 36px;
  line-height: 36px;
  margin-left: 60px;
  _margin-left: 30px;
}
.newsnr .share a.print {
  display: block;
  float: left;
  width: 50px;
  background: url(../images/print.png) no-repeat left center;
  padding-left: 20px;
}
.newsnr .share a.close {
  display: block;
  float: left;
  width: 50px;
  background: url(../images/close.png) no-repeat left center;
  padding-left: 20px;
}

.newsnr .down {
  padding: 5px 10px;
  font-size: 13px;
}
.newsnr .down .fleft p {
  height: 30px;
  line-height: 30px;
  color: #375e85;
}
.newsnr .down .fleft p a {
  color: #375e85;
}
.newsnr .down .fright {
  padding-top: 20px;
  width: 180px;
}
.content-img-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.content-img-box p {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.content-img-box img {
  width: 100%;
}
.content-img-box p:nth-child(2n-1) {
  margin-right: 10px;
}
.content-img-box p:nth-child(2n) {
  margin-left: 10px;
}
