﻿.wm {
  width: 1200px;
  margin: 0 auto;
}
ul,
li {
  list-style-type: none;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
}
.yahei {
  font-family: "Microsoft Yahei";
}
@keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  to {
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
  }
}
@keyframes warn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
}
@keyframes warn1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
}
@keyframes breath {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.main-title {
  background: url(mt.png) no-repeat center;
  height: 70px;
  margin-top: 140px;
  margin-bottom: 54px;
}
.main-title b {
  display: block;
  color: #fff;
  font-size: 34px;
  text-align: center;
}
.main-title small {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 3px;
}
.header-bar {
  width: 100%;
  min-width: 1200px;
  background: #fff;
  overflow: hidden;
  font-family: "Microsoft Yahei";
}
.header-bar .headerg-box {
  height: 127px;
}
.header-bar .headerg-box .header-logo {
  line-height: 127px;
  padding-right: 35px;
}
.header-bar .headerg-box .header-logo .logo-img {
  outline: 0;
}
.header-bar .headerg-box > p {
  color: #666666;
  font-size: 16px;
  line-height: 40px;
  margin-left: 26px;margin-top:22px;
}
.header-bar .headerg-box .hr {
  float: right;
  position: relative;
  width: 275px;
}
.header-bar .headerg-box .hr .hrt {
  margin-top: 15px;
  text-align:right;
  height: 25px;
  line-height: 25px;
  padding-left: 38px;
  overflow: hidden;
  font-size: 16px;
  background: url(tel.png) no-repeat left;
  color: #ff0000;
  position: absolute;
  top: 66px;
  left:0px;
}
.header-bar .headerg-box .hr .hrt span {
  font-size: 18px;
}
.header-bar .headerg-box .hr form {
  position: absolute;
  margin-top: 30px;
  width: 265px;
  right: 0;
}
.header-bar .headerg-box .hr form .input__field--minoru {
  width: 265px;
  height: 32px;
  border: 1px solid #E7E4E2;
  color: #999999;
  text-indent: 8px;
  border-radius: 25px;
}
.header-bar .headerg-box .hr form label {
  position: absolute;
  right: 8px;
  top: 5px;
}
.header-bar .headerg-box .hr form label button {
  border: none;
  cursor: pointer;
}
#nav_bar {
  position: relative;
  height: 45px;
  overflow: hidden;
  background: #125BB9;
}
#nav_bar .nav-box {
  position: relative;
  color: #fff;
}
#nav_bar .nav-box .list_none {
  width: 100%;
  margin: 0 auto;
  height: 45px;
}
#nav_bar .nav-box .list_none .nav-li {
  position: relative;
  float: left;
  height: 45px;
}
#nav_bar .nav-box .list_none .nav-li:hover i {
  width: 100%;
  background: #F70200;
}
#nav_bar .nav-box .list_none a {
  background: url(nav-right.png) no-repeat center right;
  display: block;
  width:171px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  position: relative;
  height: 45px;
  color: #fff;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  z-index: 99;
}
#nav_bar .nav-box .list_none i {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  background: #125BB9;
}
#bannerbar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
#bannerbar .banner-box {
  position: relative;
  height: 500px;
  display: block;
}
#bannerbar #banner {
  width: 1920px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -360px;
}
.flexslider {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides {
  zoom: 1;
}
.flex-direction-nav a {
  width: 60px;
  height: 90px;
  line-height: 99em;
  overflow: hidden;
  display: block;
  background: url(ad_ctr.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
  margin: 0 50px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  background: url(dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  background-position: 0 0;
}
.flexslider li img {
  width: 100%;
}
.index_product {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  padding-top: 60px;
}
.index_product .wm {
  position: relative;
}
.index_product .pro_zs {
  width: 924px;
  height:auto}
.index_product .pro_zs h3 {
  height: 42px;
  position: relative;
  margin-bottom: 27px;
  padding-bottom: 4px;
}
.index_product .pro_zs h3:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #999999;
}
.index_product .pro_zs h3 .bt {
  float: left;
  position: relative;
  padding-bottom: 18px;
}
.index_product .pro_zs h3 .bt:after {
  display: block;
  content: '';
  width: 127px;
  height: 3px;
  position: absolute;
  bottom: 5px;
  left: 0;
  background: #125BB9;
  z-index: 99;
}
.index_product .pro_zs h3 .bt b {
  color: #125BB9;
  font-size: 22px;
  display: inline-block;
  margin-right: 18px;
}
.index_product .pro_zs h3 .bt small {
  color: #999999;
  text-transform:uppercase;font-size: 12px;
}
.index_product .pro_zs h3 a {
  float: right;
  line-height: 42px;
  font-size: 14px;
  color: #125BB9;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.index_product .pro_zs h3 a:hover {
  color: #008d32;
}
.index_product .pro_zs #fczs_gd ul {
  width: 950px;
  height: 614px;
  overflow: hidden;
}
.index_product .pro_zs #fczs_gd ul li {
  width: 294px;
  float: left;
  margin-bottom: 0px;
  margin-right: 22px;
  list-style: none;
  position: relative;
}
.index_product .pro_zs #fczs_gd ul li:hover p span {
  background: url(pro-right-arrow-h.png) no-repeat right 20px center;
  color: #fff;
}
.index_product .pro_zs #fczs_gd ul li:hover p b {
  width: 100%;
}
.index_product .pro_zs #fczs_gd ul li a {
  display: block;
}
.index_product .pro_zs #fczs_gd ul li a .pro {
  display: block;
  width: 294px;
  height: 220px;
 margin-left:0px;
 box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.index_product .pro_zs #fczs_gd ul li a .pro img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index_product .pro_zs #fczs_gd ul li a p {
  text-align: center;
  width: 294px;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #545454;
  font-size: 14px;
  background: #f6f6f6;
  position: relative;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  margin-bottom: 7px;
}
.index_product .pro_zs #fczs_gd ul li a p b {
  width: 0;
  height: 100%;
  background: #125BB9;
  position: absolute;
  display: block;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.index_product .pro_zs #fczs_gd ul li a p span {
  position: relative;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background: url(pro-right-arrow.png) no-repeat right 20px center;
}
/*产品列表，左侧展示*/
.pro-list {
  width: 242px;
  background: #125BB9;
  padding-top: 12px;
  padding-bottom: 15px;
}
.pro-list h4 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 164px;
  margin: 0 auto;
  background: url(menu.png) no-repeat left 10px top 9px;
  letter-spacing: 4px;
  padding-left: 18px;
}
.pro-list small {
  width: 164px;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 14px;
}
.pro-list ul {
  margin: 0 auto;
  width: 224px;
  background: #008d32;
  margin-top: 10px;
  border-top: 2px solid #fff;
}
.pro-list ul p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  background: #125BB9;
}
.pro-list ul .per-li {
  padding: 3px 0px 8px 0px;
  background: #fff;
}
.pro-list ul .per-li li {
  width: 202px;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dashed #DADADA;
  background: #fff;
  margin: 0 auto;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.pro-list ul .per-li li:hover a span {
  color: #125BB9;
}
.pro-list ul .per-li li a {
  display: block;
}
.pro-list ul .per-li li a span {
  display: block;
  text-align: left;
  color: #666;
  font-size: 14px;
  text-indent: 10px;
}
/*产品列表，左侧展示 end*/
.about-bar {
  background-size: cover;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  height: 920px;
  background: url(aboutbg.jpg) no-repeat;
}
.about-bar .left ul li {
  margin-bottom: 87px;
  width: 600px;
  height: 96px;
  border: 1px dashed #ffffff;
  border-radius: 100px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.about-bar .left ul li:nth-child(1) {
  background: url("crown.png") no-repeat left;
}
.about-bar .left ul li:nth-child(1):hover {
  background: url("crown-h.png") no-repeat left;
}
.about-bar .left ul li:nth-child(2) {
  background: url("work.png") no-repeat left;
}
.about-bar .left ul li:nth-child(2):hover {
  background: url("work-h.png") no-repeat left;
}
.about-bar .left ul li:nth-child(3) {
  background: url("good.png") no-repeat left;
}
.about-bar .left ul li:nth-child(3):hover {
  background: url("good-h.png") no-repeat left;
}
.about-bar .left ul li:nth-child(2) b {
  margin-top: 3px;
}
.about-bar .left ul li b {
  font-size: 24px;
  color: #fff;
  display: block;
  margin-left: 138px;
  margin-top: 16px;
}
.about-bar .left ul li small {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-left: 138px;
  margin-top: 3px;
}
.about-bar .right {
  width: 544px;
}
.about-bar .right .intro-img {
  width: 540px;
  height: 258px;
  border: 2px solid #fff;
}
.about-bar .right .intro-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-bar .right p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 18px;
}
.about-bar .right div {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 1px;
  display: block;
  margin-top: 10px;
}
.about-bar .right a {
  display: block;
  width: 170px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  color: #125BB9;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  float: right;
  margin-top: 10px;
}
.about-bar .right a:hover {
  box-shadow: 0 0 10px #ffffff;
}
.news-bar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.news-bar .main-title {
  margin-top: 50px;
}
.news-bar .main-title b {
  color: #125BB9;
}
.news-bar .main-title small {
  color: #999999;
}
.news-bar ul li {
  float: left;
  margin-right: 40px;
  margin-bottom: 45px;
}
.news-bar ul li:nth-child(2n) {
  margin-right: 0px;
}
.news-bar ul li .n-img {
  width: 580px;
  height: 160px;
}
.news-bar ul li .n-img p {
  width: 160px;
  height: 160px;
  float: left;
  background: #125BB9;
  text-align: center;
  line-height: 160px;
  font-size: 100px;
  color: #fff;
}
.news-bar ul li .n-desc {
  width: 580px;
}
.news-bar ul li .n-desc b {
  display: block;
  color: #333333;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 14px;
}
.news-bar ul li .n-desc small {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.news-bar ul li a {
  color: #999999;
  font-size: 14px;
  float: right;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.news-bar ul li a:hover {
  color: #125BB9;
}
.adv-bar {
  width: 100%;
  min-width: 1200px;
  background: #125BB9;
  height: 150px;
}
.adv-bar .wm {
  position: relative;
}
.adv-bar .wm b {
  display: block;
  float: left;
  font-size: 22px;
  color: #fff;
  width: 639px;
  margin-right: 63px;
  margin-top: 37px;
  line-height: 40px;
}
.adv-bar .wm .code {
  float: left;
  width: 232px;
  margin-top: 18px;
}
.adv-bar .wm .code .scan {
  float: left;
  margin-right: 40px;
}
.adv-bar .wm .code .scan:nth-of-type(2) {
  margin-right: 0px;
}
.adv-bar .wm .code .scan img {
  width: 95px;
  height: 95px;
}
.adv-bar .wm .code .scan span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.adv-bar .wm .hot-line {
  float: right;
  margin-top: 26px;
}
.adv-bar .wm .hot-line p {
  font-size: 16px;
  color: #fff;
  background: url(tel2.png) no-repeat left top 3px;
  padding-left: 32px;
}
.adv-bar .wm .hot-line h3 {
  font-size: 28px;
  color: #fff;
  width:150px;
}
.mess-bar {
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
  background: #f6f6f6 url(messl.jpg) no-repeat;
}
.mess-bar .left {
  width: 878px;
  background: url(messl.jpg) no-repeat;
  height: 522px;
  background-size: cover;
}
.mess-bar .right {
  width: 678px;
  height: 522px;
  padding-left: 47px;
}
.mess-bar .right p {
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 90px;
}
.mess-bar .right .f-inp {
  width: 192px;
  height: 35px;
  border: 1px solid #E5E5E5;
  margin-right: 15px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.mess-bar .right .f-inp::-webkit-input-placeholder {
  color: #aaaaaa;
  text-indent: 20px;
}
.mess-bar .right .f-inp::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  text-indent: 20px;
}
.mess-bar .right .f-inp:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  text-indent: 20px;
}
.mess-bar .right .f-inp:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
  text-indent: 20px;
}
.mess-bar .right .f-text {
  width: 622px;
  height: 135px;
  border: 1px solid #E5E5E5;
  padding-top: 10px;
}
.mess-bar .right .f-text::-webkit-input-placeholder {
  color: #aaaaaa;
  text-indent: 20px;
}
.mess-bar .right .f-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  text-indent: 20px;
}
.mess-bar .right .f-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  text-indent: 20px;
}
.mess-bar .right .f-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
  text-indent: 20px;
}
.mess-bar .right .f-tj {
  width: 622px;
  height: 39px;
  line-height: 36px;
  background: #125BB9;
  text-align: center;
  color: #fff;
  cursor: pointer;
  outline: 0;
  border: none;
  margin-top: 32px;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.mess-bar .right .f-tj:hover {
  opacity: 0.9;
}
.footer-bar {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.footer-bar .f-nav {
  height: 45px;
  line-height: 45px;
  background: #125BB9;
}
.footer-bar .f-nav li {
  float: left;
  width: 171px;
  text-align: center;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  position: relative;
}
.footer-bar .f-nav li:after {
  display: block;
  content: '';
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 16px;
  background: #fff;
}
.footer-bar .f-nav li:hover {
  background: #125BB9;
}
.footer-bar .f-nav li a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
}
.footer-bar .f-middle {
  height: 179px;
  background: #333333;
}
.footer-bar .f-middle .left {
  width: 400px;
}
.footer-bar .f-middle .left p {
  color: #fff;
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 5px;
  font-weight: bold;
}
.footer-bar .f-middle .left small {
  display: block;
  color: #fff;
  font-size: 14px;
}
.footer-bar .f-middle .right {
  width: 706px;
}
.footer-bar .f-middle .right ul {
  margin-top: 53px;
}
.footer-bar .f-middle .right ul li {
  width: 323px;
  margin-bottom: 10px;
  float: left;
  color: #fff;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
}
.footer-bar .f-middle .right ul li:nth-child(1) {
  background: url("man.png") no-repeat left;
}
.footer-bar .f-middle .right ul li:nth-child(2) {
  background: url("qq.png") no-repeat left;
}
.footer-bar .f-middle .right ul li:nth-child(3) {
  background: url("tel3.png") no-repeat left;
}
.footer-bar .f-middle .right ul li:nth-child(4) {
  background: url("add.png") no-repeat left;
}
.footer-bar .f-bt {
  background: #575757;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
}
.footer-bar .f-bt .wm {
  text-align: center;
}
.footer-bar .f-bt .wm a {
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.footer-bar .f-bt .wm a:hover {
  color: #c1f3d3;
}


p{
margin:0px
}
h1 {
	FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #ff0000; LINE-HEIGHT: 26px;FONT-FAMILY: "Microsoft Yahei";
}
#cs2{width:100%;height:160px;overflow:hidden;text-overflow:ellipsis;}
#cs21{width:100%;height:151px;overflow:hidden;text-overflow:ellipsis}
.innernid {
	BORDER-RIGHT: #F2EEE3 4px solid; BORDER-TOP: #F2EEE3 4px solid; MARGIN-BOTTOM: 4px; BORDER-LEFT: #F2EEE3 4px solid; BORDER-BOTTOM: #F2EEE3 4px solid
}
.innerPic {
	BORDER-RIGHT: #F2EEE3 1px solid; BORDER-TOP: #F2EEE3 1px solid; BORDER-LEFT: #F2EEE3 1px solid; BORDER-BOTTOM: #F2EEE3 1px solid;
}
.innerPic:hover {
    border-color:#FF9626; 
}

.innerPic1 {
	BORDER-RIGHT: #F2EEE3 1px solid; BORDER-TOP: #F2EEE3 1px solid; BORDER-LEFT: #F2EEE3 1px solid; BORDER-BOTTOM: #F2EEE3 1px solid;padding:2px;
}
.innerPic1:hover {
    border-color:#FF9626; 
}
A.menu1 {
	FONT-SIZE: 12px;COLOR: #ffffff; TEXT-DECORATION: none;LINE-HEIGHT: 18px;
}
A.menu1:link {
	FONT-SIZE: 12px;COLOR: #ffffff
}
A.menu1:visited {
	FONT-SIZE: 12px;COLOR: #ffffff; TEXT-DECORATION: none
}
A.menu1:hover {
	FONT-SIZE: 12px;COLOR: #ffff00; TEXT-DECORATION: none
}
.abouttxt {
	padding-left:10px;padding-right:10px;padding-bottom:10px;padding-top:10px;height:816px;
}
.ssk {
	HEIGHT: 25px;COLOR: #EBAE6C;font-size:20px;FONT-WEIGHT: bold;FONT-FAMILY: "Microsoft Yahei"; margin-right:0px;line-height:25px
}
.ssk1 {
	HEIGHT: 25px;COLOR: #ff0000;font-size:20px;FONT-WEIGHT: bold;FONT-FAMILY: Arial; margin-right:0px;
}


.pages { line-height:32px; text-align:center;font-size:14px;color:#444; margin-bottom:10px; position:relative; float: left;}
.pages a, .pages span,.both{ padding:6px 12px; border:1px solid #ddd; color:#444; }
.pages span{ background:#3fb5c0; color:#fff;border:1px solid #3fb5c0;}

.pages input{ height:34px;border:1px solid #DDD; margin-top: -3px; width:50px; right:123px; text-align:center;}
.pages input[type=button]{ height:34px; width:55px; background:#999; font-size:14px; color:#fff; line-height:34px; margin: -3px 0 0 6px; border:0; font-family:"微软雅黑";}
.both{ float: left; margin-left: 8px; font-size: 14px; line-height: 20px;}



.cf:after {
	DISPLAY: block; HEIGHT: 0px; VISIBILITY: hidden; CLEAR: both; OVERFLOW: hidden; CONTENT: ''
}
.cf {
	ZOOM: 1
}
.list-newsbox {
	margin-top:50px;width:924px;margin:0px auto;
}
.ps-xian {
height:10px;
}

.contentttd{padding:15px 0px 0 0px;width:924px;overflow:hidden;}

.list{width:280px; height:220px; margin-top:10px; float:left;margin-right:42px; margin-bottom:20px;}
.list1{ width:280px; height:205px; border:#d9d9d9 1px solid; }
.list1:hover{ width:280px; height:205px; border:#125BB9 1px solid; }
.list1 img{margin-top:-5px;margin-left:5px;}
.text li a{	cursor:pointer;width: 280px;text-align: center;line-height: 15px;}
.list a{color:#333; font-size:16px; text-align:center; line-height:20px; margin-top:10px; float:left; }
.list a:hover{color:#2D4C8D;}
.list:nth-child(3n+0){margin-right:0px;}



.list2{ width:240px; height:160px; border:#e5e5e5 1px solid; float:left; margin-right:10px;}
.list2 img{margin-top: -7px;margin-left: 5px;}
.list3{width:200px; float:left; margin-left:5px; margin-right:5px; }
.list3 span{ font-size:16px;  line-height:30px; color:#333}
.list3 span a:hover{color:#cd1385;}

.list3 p{ color:#333333; line-height:24px; font-size:14px; font-family:"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1","SimSun","\5B8B\4F53"; color:#666;}


.list-newsbox .cat-title {
	PADDING-LEFT: 26px; FONT: bold 16px/42px 宋体; BACKGROUND: url(list-news-ico1.png) #d1d3d4 no-repeat 8px center; HEIGHT: 42px; COLOR: #333
}
.list-newsbox .news-item {
	BORDER-BOTTOM: #e6e6e6 1px solid; BORDER-LEFT: #e6e6e6 1px solid; PADDING-BOTTOM: 20px; PADDING-LEFT: 20px; PADDING-RIGHT: 20px; MARGIN-BOTTOM: 20px; BACKGROUND: #fff; BORDER-TOP: #e6e6e6 1px solid; BORDER-RIGHT: #e6e6e6 1px solid; PADDING-TOP: 10px
}
.list-newsbox .news-item .news-title A {
	FONT: 21px/40px "微软雅黑"; COLOR: #474747
}
.list-newsbox .news-item .news-title SPAN {
	PADDING-BOTTOM: 4px; PADDING-LEFT: 17px; PADDING-RIGHT: 17px; FONT: 21px/25px "微软雅黑"; BACKGROUND: #E86B00; COLOR: #fff; MARGIN-RIGHT: 20px; PADDING-TOP: 4px
}
.list-newsbox .news-item .news-info {
	MARGIN-TOP: 20px
}
.list-newsbox .news-item .news-info A.news-pic {
	WIDTH: 240px; DISPLAY: inline-block; FLOAT: left; MARGIN-RIGHT: 20px
}
.list-newsbox .news-item .news-info P {
	TEXT-INDENT: 2em; FONT: 14px/30px "微软雅黑"; COLOR: #4d4d4d
}
.list-newsbox .news-item:hover {
	BACKGROUND: #fefefe
}
.list-newsbox .news-item:hover .news-title A {
	FONT: 21px/40px "微软雅黑"; COLOR: #ff0014
}