@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;
  background: #fff;
}
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: 170px;
  background: url("../images/headbg.png") no-repeat center;
}
.header .header-logo-menu {
  width: 100%;
  height: 120px;
  background: url("../images/headbg.png") no-repeat center;
}
.header .header-logo-menu .header-logo-menu-list {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}
.header .header-logo-menu .header-logo-menu-list .header-logo {
  float: left;
  width: 440px;
  height: 120px;
  background: url("../images/logo.png") no-repeat left center;
}
.header .header-logo-menu .header-logo-menu-list .header-search-tel {
  float: right;
}
.header .header-logo-menu .header-logo-menu-list .header-search-tel .tel {
  width: 250px;
  height: 32px;
  background: url("../images/tel.png") no-repeat right center;
  margin: 20px 0 15px 0;
}
.header .menu {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #2D65DB;
}
.header .menu #nav-menu {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}
.header .menu #nav-menu .navli {
  float: left;
  height: 50px;
  font-size: 16px!important;
  width: 150px;
}
.header .menu #nav-menu .navli a {
  display: block;
  font-size: 16px!important;
  color: #FFFFFF;
  text-align: center;
  height: 50px;
  line-height: 50px !important;
  width: 150px;
  margin: 0;
}
.header .menu #nav-menu .navli a:hover {
  color: #fff;
  font-size: 14px;
}
.header .menu #nav-menu .navli.navon {
  background: #2C45CB;
}
.header .menu #nav-menu .navli ul {
  display: none;
  position: absolute;
  z-index: 10000;
}
.header .menu #nav-menu .navli ul li {
  height: 34px !important;
  line-height: 35px !important;
  width: 150px;
  /*IE6 only*/
  text-align: center;
  background: #3065D9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header .menu #nav-menu .navli ul li a {
  COLOR: #fff;
  height: 35px !important;
  line-height: 35px !important;
  width: 150px;
  display: block;
  font-weight: 100;
  font-size: 14px;
  text-align: center;
}
.header .menu #nav-menu .navli ul li a:hover {
  background: #2C45CB;
  font-size: 14px;
  color: #fff;
}
.search {
  width: 250px;
  height: 28px;
  float: right;
}
.search .search-list {
  width: 250px;
  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: 218px;
  height: 28px;
  outline: none;
}
.search .search-list ul li.search_input #searchinput {
  width: 218px;
  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;
  outline: none;
}
.search .search-list ul li.search_submit #ssubmit:focus {
  outline: none;
}
/************************************************step-2  banner*********************************************/
.banner {
  width: 100%;
  height: 510px;
}
/************************************************step-3  banneron*********************************************/
/************************************************step-4  section*********************************************/
/***step2 products***/
.products {
  width: 100%;
  height: 650px;
  background: #FEFEFE;
}
.products .products-img {
  width: 1200px;
  height: 80px;
  background: url("../images/productsimg.png") no-repeat center;
  margin: 0 auto;
}
.products .products-list {
  width: 1200px;
  margin: 0 auto;
}
.products .products-list ul {
  width: 1200px;
}
.products .products-list ul li {
  float: left;
}
.products .products-list ul.titanium {
  margin: 20px auto;
}
.products .products-list ul.titanium li {
  float: left;
}
.products .products-list ul.titanium li .titanium-list {
  width: 375px;
}
.products .products-list ul.titanium li .titanium-list span {
  display: block;
  width: 375px;
  height: 34px;
  line-height: 34px;
  background: url("../images/pbg.png") repeat-x center;
  text-align: center;
}
.products .products-list ul.titanium li .titanium-list span a {
  display: block;
  font-size: 16px;
  color: #FDFDFD !important;
}
.products .products-list ul.titanium li .titanium-list ul {
  width: 375px;
  height: 90px;
  background: #F4F4F4;
}
.products .products-list ul.titanium li .titanium-list ul li {
  height: 30px;
  line-height: 30px;
}
.products .products-list ul.titanium li .titanium-list ul li a {
  display: block;
}
.products .products-list ul.titanium li.tan-meta li {
  width: 92px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.products .products-list ul.titanium li.tan-meta li a {
  display: block;
}
.products .products-list ul.titanium li.tan-pro {
  margin: 0 37px;
}
.products .products-list ul.titanium li.tan-pro li {
  width: 92px;
  text-align: left;
}
.products .products-list ul.titanium li.tan-pro li a {
  display: block;
}
.products .products-list ul.titanium li.tan-pro li:nth-child(1),
.products .products-list ul.titanium li.tan-pro li:nth-child(5) {
  margin-left: 6px;
  text-indent: 4px;
}
.products .products-list ul.titanium li.tan-pro li:nth-child(3),
.products .products-list ul.titanium li.tan-pro li:nth-child(7) {
  text-indent: 8px;
}
.products .products-list ul.titanium li.tan-equip li {
  width: 120px;
  text-align: left;
}
.products .products-list ul.titanium li.tan-equip li a {
  display: block;
}
.products .products-list ul.titanium li.tan-equip li:nth-child(1),
.products .products-list ul.titanium li.tan-equip li:nth-child(4),
.products .products-list ul.titanium li.tan-equip li:nth-child(7) {
  margin-left: 15px;
}
.products .products-list ul.titanium li.tan-equip li:nth-child(2),
.products .products-list ul.titanium li.tan-equip li:nth-child(5) {
  text-indent: 10px;
}
.products .products-list ul.other-titanium li {
  float: left;
}
.products .products-list ul.other-titanium li .other-list {
  width: 270px;
}
.products .products-list ul.other-titanium li .other-list span {
  display: block;
  width: 270px;
  height: 34px;
  line-height: 34px;
  background: url("../images/pbg.png") repeat-x center;
  text-align: center;
}
.products .products-list ul.other-titanium li .other-list span a {
  display: block;
  font-size: 16px;
  color: #FDFDFD !important;
}
.products .products-list ul.other-titanium li .other-list ul {
  width: 270px;
  height: 90px;
  background: #F4F4F4;
}
.products .products-list ul.other-titanium li .other-list ul li {
  height: 30px;
  line-height: 30px;
}
.products .products-list ul.other-titanium li.other-nickel li {
  width: 90px;
  text-align: center;
}
.products .products-list ul.other-titanium li.other-nickel li a {
  display: block;
}
.products .products-list ul.other-titanium li.other-zr {
  margin: 0 20px 0 40px;
}
.products .products-list ul.other-titanium li.other-zr li {
  width: 90px;
  text-align: center;
}
.products .products-list ul.other-titanium li.other-zr li a {
  display: block;
}
.products .products-list ul.other-titanium li.other-nb {
  margin: 0 40px 0 20px;
}
.products .products-list ul.other-titanium li.other-nb li {
  width: 90px;
  text-align: center;
}
.products .products-list ul.other-titanium li.other-nb li a {
  display: block;
}
.products .products-list ul.other-titanium li.other-composite li {
  width: 135px;
  text-align: left;
  text-indent: 18px;
}
.products .products-list ul.other-titanium li.other-composite li a {
  display: block;
}
.products .products-scroll-list {
  width: 1200px;
  height: 250px;
  margin: 0 auto;
}
.products .products-scroll-list .products-scroll-title {
  width: 1200px;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #E3E3E3;
}
.products .products-scroll-list .products-scroll-title span {
  display: block;
  float: left;
  font-size: 18px;
  color: #2644CF;
}
.products .products-scroll-list .products-scroll-title a {
  display: block;
  float: right;
  font-size: 14px;
  color: #878787;
}
.products .products-scroll-list::before {
  content: '';
  display: table;
}
/*****about-news******/
.about {
  width: 100%;
  height: 410px;
  background: url("../images/aboutbg.png") no-repeat center;
}
.about .about {
  width: 1200px;
  height: 410px;
  margin: 0 auto;
}
.about .about .about-img {
  width: 1200px;
  height: 90px;
  background: url("../images/aboutop.png") no-repeat center;
}
.about .about .about-list {
  width: 1200px;
  height: 270px;
  background: url("../images/img.png") no-repeat center;
  margin: 0 auto;
}
.about .about .about-list .about-content {
  float: left;
  width: 760px;
  height: 220px;
}
.about .about .about-list .about-content .about-logo {
  float: left;
  width: 240px;
  height: 168px;
  background: url("../images/about.png") no-repeat center;
  margin: 35px 0 0 30px;
}
.about .about .about-list .about-content .about-title {
  float: right;
  width: 450px;
  height: 190px;
  margin: 15px 20px;
}
.about .about .about-list .about-content .about-title .page-title {
  width: 450px;
  text-indent: 30px;
}
.about .about .about-list .about-content .about-title .page-title a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
}
.about .about .about-list .about-content .about-title .add a {
  float: right;
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/add.png") no-repeat center;
}
.news {
  width: 100%;
  height: 420px;
  margin: 0 auto;
  background: url("../images/newsbg.png") no-repeat center;
}
.news .news-img {
  width: 1200px;
  height: 100px;
  background: url("../images/newstop.png") no-repeat center;
  margin: 0 auto;
}
.news .news-list {
  width: 1200px;
  height: 350px;
  margin: 0 auto;
}
.news .news-list .news-list-scroll {
  float: left;
  width: 420px;
  height: 300px;
}
.news .news-list .news-list-title {
  float: right;
  width: 720px;
  height: 300px;
}
.news .news-list .news-list-title .news-list-title-name {
  width: 720px;
  height: 35px;
  border-bottom: 1px solid #E5E5E5;
}
.news .news-list .news-list-title .news-list-title-name li {
  float: left;
}
.news .news-list .news-list-title .news-list-title-name li a {
  display: block;
  width: 100px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: #656565;
  font-weight: normal;
}
.news .news-list .news-list-title .news-list-title-name li.active {
  background: url("../images/newsactive.png") no-repeat center;
}
.news .news-list .news-list-title .news-list-title-name li.active a {
  font-size: 16px;
  color: #FDFDFD;
  font-weight: normal;
}
.news .news-list .news-list-title .news-list-title-descript {
  width: 720px;
  height: auto;
  display: none;
}
.news .news-list .news-list-title .news-list-title-descript.on {
  display: block;
}
.news .news-list .news-list-title .news-list-title-descript #news_list_descrip ul li {
  display: block;
  float: none;
  clear: both;
}
.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;
}
.news .news-list .news-list-title .news-list-title-descript #news_list_descrip ul li h1 a {
  font-size: 14px;
  color: #545454;
}
.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;
}
.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;
}
.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;
}
.news .news-list .news-list-title .news-list-title-descript #news_list_descrip ul li h3 {
  font-weight: normal;
  width: 720px;
  text-indent: 30px;
}
.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: 300px;
  background: #2D65DB;
}
.footer .foot-list {
  width: 1140px;
  height: 260px;
  margin: 0 auto;
}
.footer .foot-list ul li {
  float: left;
  width: 140px;
}
.footer .foot-list ul li.content {
  width: 385px;
  display: block;
  font-size: 12px;
  color: #EDEDED;
}
.footer .foot-list ul li.content ul li {
  width: 385px;
}
.footer .foot-list ul li.wchart {
  width: 115px;
  height: 150px;
  text-indent: 0;
  margin: 80px 0 0 110px;
}
.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: #EDEDED;
}
.footer .foot-list ul li.foot-products {
  width: 240px;
}
.footer .foot-list ul li.foot-products ul li {
  float: left!important;
  clear: none!important;
  width: 120px!important;
}
.footer .foot-bar {
  width: 100%;
  height: 30px;
}
.footer .foot-bar .foot-bar-list {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 auto;
}
.footer .foot-bar .foot-bar-list a {
  font-size: 14px;
  color: #FFFFFF;
}
/********************底部列表样式**********************/
#menu_foot span {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
}
#menu_foot span a {
  display: block;
  font-size: 14px;
  color: #EDEDED;
}
#menu_foot ul li {
  float: none;
  clear: both;
  height: 30px;
  line-height: 30px;
}
#menu_foot ul li a {
  display: block;
  font-size: 12px;
  color: #EDEDED;
}
/************************************************step-all 通用类*********************************************/
/*step-menu*/
.head-menu {
  width: 100%;
  height: 50px;
  float: right;
}
.head-menu #nav-menu {
  width: 1200px;
  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: #1D417C;
}
.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 0.4s;
}
.head-menu #nav-menu li.navli ul li a {
  font-size: 14px;
  color: #1D417C;
}
.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: #3065D9;
}
.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;
  margin: 10px auto;
}
#products-show-list::before {
  content: '';
  display: table;
}
#products-show-list ul li {
  float: left;
  width: 260px;
  height: 200px;
  position: relative;
  margin: 0 8px;
}
#products-show-list ul li span {
  display: block;
  width: 260px;
  height: 200px;
}
#products-show-list ul li span img {
  display: block;
  width: 260px;
  height: 200px;
}
#products-show-list ul li h1 {
  width: 260px;
  height: 30px;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
#products-show-list ul li h1 a {
  display: block;
  width: 260px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #101010;
  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: #3065D9;
  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;
}
/*step - 新闻分类*/
#news_list_descrip {
  float: none;
  width: 1200px;
  margin: 0 auto;
}
#news_list_descrip ul {
  width: 1140px;
  height: 240px;
  margin: 0 auto;
}
#news_list_descrip ul li {
  float: left;
  width: 540px;
  height: 90px;
  margin-bottom: 15px;
}
#news_list_descrip ul li .news-list-sec {
  float: left;
  width: 440px;
  height: 90px;
}
#news_list_descrip ul li .news-list-sec h2 {
  font-size: 18px;
  font-weight: normal;
  color: #101010;
  height: 40px;
  line-height: 40px;
}
#news_list_descrip ul li .news-list-sec h3 {
  font-size: 14px;
  font-weight: normal;
  color: #656565;
  line-height: 20px;
}
#news_list_descrip ul li .news-time {
  float: right;
  width: 85px;
  height: 75px;
  background: #2D65DB;
  margin: 8px 0;
}
#news_list_descrip ul li .news-time p {
  font-size: 32px;
  color: #fff;
  font-weight: normal;
  width: 70px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #98B0EF;
  margin: 0 auto;
  text-align: center;
}
#news_list_descrip ul li .news-time b {
  display: block;
  font-weight: normal;
  width: 70px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.news-more {
  width: 180px;
  height: 30px;
  margin: 0 auto;
}
.news-more a {
  display: block;
  border: 1px solid #CBCBCB;
  width: 178px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #878787;
  transition: all 0.6s;
}
.news-more a:hover {
  background: #2D65DB;
  color: #fff;
}
/*# sourceMappingURL=index.css.map */