@charset "utf-8";
/************通用头部**********/
* {
  margin: 0;
  padding: 0;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
input,
select {
  font-size: 14px;
  vertical-align: middle;
}
ul,
ol,
li {
  list-style: none;
}
a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #4E667B;
}
a:active {
  text-decoration: none;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  font-family: "microsoft yahei";
  font-size: 14px;
}
input::-webkit-input-placeholder {
  font-size: 12px;
  color: #888;
}
input::-ms-input-placeholder {
  font-size: 12px;
  color: #888;
}
/************************************************step-1  header*********************************************/
.header {
  width: 100%;
  height: 155px;
}
.header .header-bar {
  width: 100%;
  height: 34px;
  background: #2757B3;
  margin: 0 auto;
}
.header .header-bar .header-bar-list {
  width: 1200px;
  height: 34px;
  line-height: 34px;
  margin: 0 auto;
}
.header .header-bar .header-bar-list .header-bat-list-right {
  float: right;
}
.header .header-bar .header-bar-list .header-bat-list-right .header-bar-tel,
.header .header-bar .header-bar-list .header-bat-list-right .header-bar-email {
  float: left;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  /*text-indent: 25px;*/
}
.header-bat-list-right a{
  font-size: 14px;
  color: #fff;
  /*text-indent: 25px;*/
}
.header .header-bar .header-bar-list .header-bat-list-right .header-bar-tel {
  /*background: url("../images/tel.png") no-repeat left center;*/
}
.header .header-bar .header-bar-list .header-bat-list-right .header-bar-tel span {
  display: inline-block;
  margin: 0 18px;
  text-indent: 0;
}
.header .header-bar .header-bar-list .header-bat-list-right .header-bar-email {
  /*background: url("../images/email.png") no-repeat left center;*/
}
.header .header-bar .header-bar-list .header-bar-list-left {
  float: left;
  font-size: 14px;
  color: #EDEDED;
}
.header .header-logo-menu {
  width: 100%;
  height: 121px;
  background: url("../images/headbg.png") no-repeat center;
}
.header .header-logo-menu .header-logo-menu-list {
  width: 1200px;
  height: 121px;
  margin: 0 auto;
  position: relative;
}
.header .header-logo-menu .header-logo-menu-list .header-logo {
  width: 780px;
  height: 121px;
  background: url("../images/logo.png") no-repeat left center;
  position: absolute;
  left: 0;
}
.header .header-logo-menu .header-logo-menu-list .header-menu {
  width: 700px;
  height: 121px;
  float: right;
  position: relative;
}
.header .header-logo-menu .header-logo-menu-list .header-menu #nav-menu {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.header .header-logo-menu .header-logo-menu-list .header-menu #nav-menu li {
  float: left;
}
.header .header-logo-menu .header-logo-menu-list .header-menu #nav-menu li.navli {
  width: 140px!important;
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.header .header-logo-menu .header-logo-menu-list .header-menu #nav-menu li.navli a {
  display: block;
  font-size: 15px;
  color: #333;
}
.header .header-logo-menu .header-logo-menu-list .header-menu #nav-menu li.navli ul {
  display: none;
  height: auto;
  position: absolute;
  z-index: 10000;
  background: #2757B3;
}
.header .header-logo-menu .header-logo-menu-list .header-menu #nav-menu li.navli ul li {
  float: none;
  display: block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all .4s;
}
.header .header-logo-menu .header-logo-menu-list .header-menu #nav-menu li.navli ul li a {
  font-size: 15px;
  color: #fff;
}
.header .header-logo-menu .header-logo-menu-list .header-menu #nav-menu li.navli ul li:hover {
  background: #214A98;
}
.header .header-logo-menu .header-logo-menu-list .header-menu #nav-menu li.navli:hover ul {
  display: block;
  z-index: 9999;
}
.search {
  width: 230px;
  height: 28px;
  margin-top: 35px;
  float: right;
}
.search .search-list {
  width: 230px;
  height: 28px;
  line-height: 28px;
  background: url("../images/search.png") no-repeat center;
}
.search .search-list ul li {
  float: left;
}
.search .search-list ul li.search_input {
  width: 198px;
  height: 28px;
  outline: none;
}
.search .search-list ul li.search_input #searchinput {
  width: 198px;
  height: 28px;
  line-height: 28px;
  background: none;
  border: none;
  font-size: 12px;
  color: #222;
  outline: none 0;
  text-indent: 8px;
}
.search .search-list ul li.search_submit {
  width: 30px;
  height: 28px;
}
.search .search-list ul li.search_submit #ssubmit {
  width: 30px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
}
/************************************************step-2  banner*********************************************/
.banner {
  width: 100%;
  height: 510px;
}
/************************************************step-3  banneron*********************************************/
/************************************************step-4  section*********************************************/
/***step2 products***/
.products {
  width: 100%;
  height: 460px;
  background: #FEFEFE;
  position: relative;
}
.products .productsList {
  width: 1180px;
  height: 180px;
  margin: 0 auto;
}
.products .productsList ul {
  width: 1180px;
  position: absolute;
  top: -70px;
}
.products .productsList ul li {
  float: left;
  width: 185px;
  height: 211px;
  margin: 0 25px;
}
.products .productsList ul li:hover b{
  display: block;
  width: 185px;
  height: 211px;
  background: url("../images/sortHover.png") no-repeat center;
}
.products .productsList ul li.sort6,li.sort7,li.sort8,li.sort9{
  display: none;
}
.products .productsList ul li a {
  display: block;
  width: 185px;
  height: 211px;
}
.products .productsList ul li a img{
  display: block;
  width: 185px;
  height: 211px;
}
.products .productsList ul li a span{
  display: none;
}
.products .productsListHead{
  width: 1180px;
  height: 25px;
  line-height: 25px;
  margin: 0 auto;
  border-bottom: 2px solid #154CB6;

}
.products .productsListHead span{
  display: block;
  width: 170px;
  height: 25px;
  float: left;
  background: url("../images/hotProducts.png") no-repeat left center;
}
.products .productsListHead a{
  display: block;
  float: right;
  font-size: 14px;
  color: #666;
}
.products .products-scroll-list {
  width: 1180px;
  height: 220px;
  margin: 15px auto;
}
.products .products-scroll-list::before {
  content: '';
  display: table;
}

/*****about-news******/
.about-news {
  width: 100%;
  height: 780px;
  background: url("../images/aboutnews.jpg") no-repeat center;
}
.about-news .about {
  width: 1180px;
  height: 330px;
  margin: 0 auto;
}
.about-news .about .about-img {
  width: 1180px;
  height: 90px;
  background: url("../images/aboutop.png") no-repeat center;
}
.about-news .about .about-list {
  width: 1180px;
  height: 210px;
  margin: 0 auto;
}
.about-news .about .about-list .about-left {
  width: 360px;
  height: 210px;
  float: left;
  position: relative;
}
.about-news .about .about-list .about-left .about-logo {
  width: 350px;
  height: 200px;
  background: url("../images/about.png") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.about-news .about .about-list .about-left .about-border {
  width: 344px;
  height: 194px;
  border: 3px solid #2766D2;
  position: absolute;
  bottom: 0 ;
  right: 0 ;
}
.about-news .about .about-list .about-right {
  float: right;
  width: 800px;
  height: 210px;
}
.about-news .about .about-list .about-right .page-title {
  width: 800px;
  height: 175px;
  text-indent: -18px;
}
.about-news .about .about-list .about-right .page-title a {
  display: block;
  line-height: 32px;
  font-size: 14px;
  color: #434343;
}
.about-news .about .about-list .about-right .add a {
  float: right;
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/add.png") no-repeat center;
}
.about-news .news {
  width: 1180px;
  height: 450px;
  margin: 0 auto;
}
.about-news .news .news-img {
  width: 1180px;
  height: 100px;
  background: url("../images/newstop.png") no-repeat center;
  margin: 0 auto;
}
.about-news .news .news-list {
  width: 1180px;
  height: 350px;
  margin: 0 auto;
}
.about-news .news .news-list .news-list-scroll {
  float: left;
  width: 420px;
  height: 300px;
}
.about-news .news .news-list .news-list-title {
  float: right;
  width: 720px;
  height: 300px;
}
.about-news .news .news-list .news-list-title .news-list-title-name {
  width: 720px;
  height: 35px;
  border-bottom: 1px solid #E5E5E5;
}
.about-news .news .news-list .news-list-title .news-list-title-name li {
  float: left;
}
.about-news .news .news-list .news-list-title .news-list-title-name li a {
  display: block;
  width: 150px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: #656565;
  font-weight: normal;
}
.about-news .news .news-list .news-list-title .news-list-title-name li.active {
  background: url("../images/newsactive.png") no-repeat center;
}
.about-news .news .news-list .news-list-title .news-list-title-name li.active a {
  font-size: 16px;
  color: #FDFDFD;
  font-weight: normal;
}
.about-news .news .news-list .news-list-title .news-list-title-descript {
  width: 720px;
  height: auto;
  display: none;
}
.about-news .news .news-list .news-list-title .news-list-title-descript.on {
  display: block;
}
.about-news .news .news-list .news-list-title .news-list-title-descript #news_list_descrip ul li {
  display: block;
  float: none;
  clear: both;
}
.about-news .news .news-list .news-list-title .news-list-title-descript #news_list_descrip ul li h1 {
  float: left;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  text-indent: 14px;
  background: url("../images/newsip.png") no-repeat left center;
}
.about-news .news .news-list .news-list-title .news-list-title-descript #news_list_descrip ul li h1 a {
  font-size: 14px;
  color: #545454;
}
.about-news .news .news-list .news-list-title .news-list-title-descript #news_list_descrip ul li span {
  display: block;
  float: right;
  font-size: 14px;
  color: #878787;
}
.about-news .news .news-list .news-list-title .news-list-title-descript #news_list_descrip ul li h2 {
  font-weight: normal;
  width: 720px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.about-news .news .news-list .news-list-title .news-list-title-descript #news_list_descrip ul li h2 a {
  display: block;
  font-size: 18px;
  color: #2666D8;
  font-weight: normal;
}
.about-news .news .news-list .news-list-title .news-list-title-descript #news_list_descrip ul li h3 {
  font-weight: normal;
  width: 720px;
  text-indent: 30px;
}
.about-news .news .news-list .news-list-title .news-list-title-descript #news_list_descrip ul li h3 a {
  font-size: 14px;
  color: #878787;
  font-weight: normal;
  line-height: 24px;
}
/************************************************step-5  footer*********************************************/
.footer {
  width: 100%;
  height: 360px;
  background: #2757B3;
}
.footer .foot-list {
  width: 1180px;
  height: 300px;
  margin: 0 auto;
}
.footer .foot-list ul li {
  float: left;
  width: 140px;
  margin: 0 32px;
}
.footer .foot-list ul li.footProducts{
  width: 280px;
}
.footer .foot-list ul li.footProducts ul li{
  float: left;
  width: 140px;
  margin: 0!important;
}
.footer .foot-list ul li.content {
  width: 350px;
  display: block;
  font-size: 14px;
  color: #eee;
}

.footer .foot-list ul li.content ul li {
  width: 350px;
}
.footer .foot-list ul li.wchart {
  width: 115px;
  height: 150px;
  text-indent: 0;
  margin: 80px 0 0 20px;
}
.footer .foot-list ul li.wchart img {
  display: block;
  width: 115px;
  height: 115px;
}
.footer .foot-list ul li.wchart span {
  display: block;
  width: 115px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #FDFDFD;
}
.footer .foot-bar {
  width: 100%;
  height: 60px;
  background: #214A98;
}
.footer .foot-bar .foot-bar-list {
  width: 1180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 auto;
  position: relative;
}
.footer .foot-bar .foot-bar-list a {
  font-size: 14px;
  color: #FFFFFF;
}
.footer .foot-bar .foot-bar-list span{
  display: block;
  width: 45px;
  height: 59px;
  position: absolute;
  top:0;
  right: 240px;
}
/********************底部列表样式**********************/
#menu_foot span {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
}
#menu_foot span a {
  display: block;
  font-size: 14px;
  color: #FDFDFD;
}
#menu_foot ul li {
  height: 30px;
  line-height: 30px;
  margin: 0;
}
#menu_foot ul li a {
  display: block;
  font-size: 14px;
  color: #eee;
}
/************************************************step-all 通用类*********************************************/
/*step-menu*/
.head-menu {
  width: 100%;
  height: 50px;
  float: right;
}
.head-menu #nav-menu {
  width: 1180px;
  height: 50px;
  margin: 0 auto;
}
.head-menu #nav-menu li {
  float: left;
}
.head-menu #nav-menu li.navli {
  width: 100px!important;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.head-menu #nav-menu li.navli a {
  display: block;
  font-size: 14px;
  color: #2757B3;
}
.head-menu #nav-menu li.navli ul {
  display: none;
  height: auto;
  position: absolute;
  z-index: 10000;
  background: #F5F5F5;
}
.head-menu #nav-menu li.navli ul li {
  float: none;
  display: block;
  width: auto;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all .4s;
}
.head-menu #nav-menu li.navli ul li a {
  font-size: 14px;
  color: #2757B3;
}
.head-menu #nav-menu li.navli ul li:hover {
  background: #D6D6D6;
}
.head-menu #nav-menu li.navli:hover ul {
  display: block;
  z-index: 9999;
}
/*step-mainer*/
.mainer {
  width: 1200px;
  margin: 15px auto 40px auto;
  background: #fff;
  overflow: hidden;
  height: auto;
  /*主体*/
  /*侧栏*/
}
.mainer .mainer-list {
  float: left;
  width: 830px;
}
.mainer .mainer-list .mainer-title {
  width: 830px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #000;
}
.mainer .mainer-list .mainer-title a {
  font-size: 14px;
  color: #000;
}
.mainer .mainer-list #mainer-mid .caption {
  color: #3A3937;
  height: auto;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}
.mainer .mainer-list #mainer-mid .caption h1 {
  font-weight: normal;
  font-size: 12px!important;
}
.mainer .mainer-side {
  float: right;
  width: 340px;
}
.mainer .mainer-side .righter {
  width: 340px;
  height: auto;
}
.mainer .mainer-side .righter #right-title {
  width: 340px;
  height: 60px;
  line-height: 60px;
  text-indent: 32px;
}
.mainer .mainer-side .righter #right-title h1 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #2757B3;
}
.mainer .mainer-side .righter #right-list {
  width: 340px;
}
.mainer .mainer-side .righter #right-list ul li {
  width: 340px;
  height: 40px;
  line-height: 40px;
  text-indent: 54px;
  background: #D5D5D5;
  margin: 6px 0;
}
.mainer .mainer-side .righter #right-list ul li a {
  display: block;
  color: #000;
  font-size: 15px;
}
.mainer .mainer-side .righter #right-list ul li.onm {
  width: 335px;
  border-left: 5px solid #3169C7;
}
.mainer .mainer-side .righter #right-list ul li.onm a {
  font-size: 15px;
  color: #3169C7;
}
/*step -新闻分页-*/
#home-page {
  width: 830px;
  height: 24px;
  margin: 10px auto;
}
#home-page span {
  display: block;
}
#home-page span.home-page-prev {
  float: left;
}
#home-page span.home-page-next {
  float: right;
}
#home-page span a {
  display: block;
  font-size: 12px;
  color: #7E0308;
  height: 24px;
  line-height: 24px;
}
/*step -图片分页-*/
#pagelist {
  width: 100%;
  height: auto;
  margin: 10px 0;
  text-align: center;
}
#pagelist a {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 2px;
  font-size: 12px;
  color: #444;
  background: #EDEDED;
  border: #cccccc 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#pagelist a#nowpage {
  display: inline-block;
  text-align: center;
  border: #cccccc 1px solid;
  background-color: #415B7F;
  color: #ffffff;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#pagelist a#totalpage {
  display: inline-block;
  text-align: center;
  border: #dcdcdc 1px solid;
  background-color: #EDEDED;
  color: #666666;
  font-size: 12px;
}
/*step-多栏目列表-*/
#lump_big_list {
  background-color: #F2F2F2;
  height: 28px;
  width: 99%;
  overflow: hidden;
  margin: 0 auto;
}
#lump_big_list .title_list {
  float: left;
  width: 60%;
}
#lump_big_list .title_list h1 {
  text-align: left;
  text-indent: 12px;
  line-height: 28px;
}
#lump_big_list .title_list h1 a {
  font-size: 14px;
  font-weight: 600;
}
#lump_big_list .more_list {
  float: right;
  width: 60px;
  text-align: center;
  font-size: 14px;
}
#lump_big_list .more_list a {
  font-size: 13px;
  line-height: 28px;
}
/*step-新闻列表页面*/
#article_list {
  float: none;
  width: 99%;
  margin-bottom: 15px;
}
#article_list ul {
  width: 99%;
  margin-left: 0;
}
#article_list ul li {
  height: 35px;
  line-height: 33px;
  border-bottom: dashed 1px #CCCCCC;
  text-indent: 18px;
  text-align: left;
  width: 100%;
}
#article_list ul li h1 {
  height: 35px;
  line-height: 35px;
  width: auto;
  text-align: left;
  float: left;
  font-size: 13px;
  font-weight: 100;
}
#article_list ul li h1 a {
  color: #6d6565;
  text-align: left;
  font-weight: 100;
  font-size: 14px;
}
#article_list ul li span {
  float: right;
  text-align: left;
  font-weight: 100;
  height: 35px;
  line-height: 35px;
  width: auto;
  font-size: 14px;
  color: #666666;
}
/*step图片展示*/
#txpic_list {
  display: inline;
  float: none;
  width: 820px;
  height: auto;
}
#txpic_list ul {
  list-style: none;
  width: 820px;
  height: auto;
  overflow: hidden;
  padding-top: 6px;
}
#txpic_list ul li {
  width: 273px;
  height: 210px;
  text-align: center;
  float: left;
  overflow: hidden;
}
#txpic_list ul li span {
  font-weight: 100;
  height: 168px !important;
  width: 228px !important;
  margin: 0 auto;
  text-align: center;
  border: #CCC 1px solid;
  display: block;
}
#txpic_list ul li span a img {
  height: 160px;
  width: 220px;
  margin-top: 4px;
}
#txpic_list ul li span:hover {
  font-weight: 100;
  height: 168px !important;
  width: 228px !important;
  margin: 0 auto;
  text-align: center;
  border: #6999C9 2px solid;
  display: block;
}
#txpic_list ul li h1 {
  width: 235px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
#txpic_list ul li h1 a {
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
}
#txpic_list ul li h1 a:hover {
  color: #666666;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
}
/*step-产品样式分离*/
#products-show-list {
  width: 100%;
  height: 200px;
}
#products-show-list::before {
  content: '';
  display: table;
}
#products-show-list ul li {
  float: left;
  width: 280px;
  height: 200px;
  position: relative;
  margin: 0 8px;
}
#products-show-list ul li.goods4 {

  margin-right: 0;
}
#products-show-list ul li span {
  display: block;
  width: 280px;
  height: 200px;
}
#products-show-list ul li span img {
  display: block;
  width: 280px;
  height: 200px;
}
#products-show-list ul li h1 {
  width: 280px;
  height: 30px;
  position: absolute;
  bottom: 0;
  background: rgba(21, 76, 182, 0.85);
  font-weight: normal;
}
#products-show-list ul li h1 a {
  display: block;
  width: 280px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
/*step-产品展示页面*/
.production-detail {
  width: 830px;
  height: auto;
  margin: 0 auto;
}
.production-detail .production-detail-pic {
  width: 830px;
  height: 270px;
}
.production-detail .production-detail-pic .detail-pic {
  float: left;
  width: 375px;
  height: 270px;
  border: 1px solid #DCDCDC;
}
.production-detail .production-detail-pic .detail-pic img {
  display: block;
  width: 375px;
  height: 270px;
}
.production-detail .production-detail-pic .detail-desc {
  float: right;
  width: 410px;
  height: 270px;
}
.production-detail .production-detail-pic .detail-desc p {
  display: block;
  width: 410px;
  height: 40px;
  margin: 6px 0;
}
.production-detail .production-detail-pic .detail-desc p b {
  font-weight: normal;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #2757B3;
  color: #fff;
  float: left;
  overflow: hidden;
}
.production-detail .production-detail-pic .detail-desc p span {
  font-size: 13px;
  color: #000;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.production-detail .production-detail-pic .detail-desc h1 {
  font-size: 16px;
  font-weight: 600;
}
.production-detail .production-detail-pic textarea {
  border: none;
  outline: none;
}
.production-detail .production-detail-pic textarea:focus {
  border: none;
  outline: none;
}
.production-detail .production-derail-intro {
  width: 830px;
  height: auto;
  margin: 10px auto;
}
.production-detail .production-derail-intro span {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  width: 830px;
  height: 50px;
  line-height: 50px;
  text-align: left!important;
  border-bottom: 1px solid #9E9595;
}
.production-detail .production-derail-intro text {
  display: block;
  padding: 12px 0;
}
.lump-title-list {
  background-color: #F2F2F2;
  height: 50px;
  line-height: 50px;
  width: 94%;
  overflow: hidden;
  margin: 0 auto 20px auto;
  padding: 0 3%;
}
.lump-title-list .title_list {
  float: left;
  width: 60%;
  text-align: left;
  text-indent: 20px;
  line-height: 50px;
  background: url("../images/lumpNews.png") no-repeat 0 center;
}
.lump-title-list .title_list a {
  font-size: 18px;
  font-weight: normal;
  color: #142f4c;
}
.lump-title-list .more_list {
  float: right;
  width: 60px;
  text-align: center;
  font-size: 14px;
}
.lump-title-list .more_list a {
  font-size: 14px;
  line-height: 50px;
  color: #868686;
}
.h40 {
  width: 100%;
  height: 40px;
}
/*step图片展示*/
.txpic_list {
  display: inline;
  float: none;
  width: 820px;
  height: auto;
}
.txpic_list ul {
  list-style: none;
  width: 820px;
  height: auto;
  overflow: hidden;
  padding-top: 6px;
}
.txpic_list ul li {
  width: 230px;
  height: 210px;
  text-align: center;
  float: left;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  overflow: hidden;
  margin: 15px 20px;
}
.txpic_list ul li span {
  font-weight: 100;
  height: 170px !important;
  width: 230px !important;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.txpic_list ul li span a {
  display: block;
  height: 170px;
  width: 230px;
}
.txpic_list ul li span a img {
  display: block;
  height: 170px;
  width: 230px;
}
.txpic_list ul li h1 {
  width: 235px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.txpic_list ul li h1 a {
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
}
.txpic_list ul li h1 a:hover {
  color: #666666;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
}
.txpic_list ul li:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
  -webkit-transform: translate3d(0px, -2px, 0px);
  -moz-transform: translate3d(0px, -2px, 0px);
  -ms-transform: translate3d(0px, -2px, 0px);
  -o-transform: translate3d(0px, -2px, 0px);
  transform: translate3d(0px, -2px, 0px);
}
.txpic_list ul li:hover h1 a {
  color: #C70300;
}



