@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: #415D82;
  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: #CCCCCC;
  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;
}
.header .header-logo-menu .header-logo-menu-list .header-logo {
  float: left;
  width: 440px;
  height: 121px;
  background: url("../images/logo.png") no-repeat left center;
}
.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: 116px!important;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.header .header-logo-menu .header-logo-menu-list .header-menu #nav-menu li.navli a {
  display: block;
  font-size: 14px;
  color: #1D417C;
}
.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: #F5F5F5;
}
.header .header-logo-menu .header-logo-menu-list .header-menu #nav-menu li.navli ul li {
  float: none;
  display: block;
  width: 115px;
  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: 14px;
  color: #1D417C;
}
.header .header-logo-menu .header-logo-menu-list .header-menu #nav-menu li.navli ul li:hover {
  background: #D6D6D6;
}
.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: auto;
  background: #FEFEFE;
  position: relative;
}
.products .products-list {
  width: 1180px;
  height: 180px;
  margin: 0 auto;
}
.products .products-list ul {
  width: 1180px;
  position: absolute;
  top: -70px;
}
.products .products-list ul li {
  float: left;
  width: 200px;
  height: 226px;
  margin: 0 42px;
}
.products .products-list ul li a {
  display: block;
  width: 200px;
  height: 226px;
}
.products .products-list ul li.tai1 {
  background: url("../images/tai1.png") no-repeat top center;
}
.products .products-list ul li.tai2 {
  background: url("../images/tai2.png") no-repeat top center;
}
.products .products-list ul li.tai3 {
  background: url("../images/tai3.png") no-repeat top center;
}
.products .products-list ul li.tai4 {
  background: url("../images/tai4.png") no-repeat top center;
}
.products .products-scroll-list {
  width: 1180px;
  height: auto;
  margin: 0 auto;
  clear:both;
  overflow:hidden;
}
.products .products-scroll-list::before {
  content: '';
  display: table;
}
.products .products-more a {
  display: block;
  width: 148px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #3169C7;
  text-align: center;
  margin: 15px  auto 25px auto;
  font-size: 14px;
  color: #3169C7;
  transition: all .6s;
}
.products .products-more a:hover {
  color: #fff;
  font-size: 14px;
  background: #3169C7;
}

#strength_con{margin:0 auto;background:url(../images/strength_con.jpg) no-repeat center top;width:100%;height:700px;overflow:hidden;}
#strength_top{margin:0 auto;background:url(../images/strength_top.png) no-repeat center top;width:337px;height:91px;overflow:hidden;}
#strength_mid{margin:0 auto;width:1320px;height:490px;overflow:hidden;}

#small_titles{margin:0 auto;width:620px;height:39px;overflow:hidden;}
#small_titles h1{height:39px;line-height:39px;width:auto;COLOR:#D3DDE8;font-weight:500;font-size:14px;cursor:pointer;text-align:center;font-family:Microsoft Yahei;overflow:hidden;}


#txpic_strength{margin:0 auto;width:1340px;height:auto;overflow:hidden;}
#txpic_strength ul{margin:0 auto;width:100%;height:auto;overflow:hidden;}
#txpic_strength ul li{float:left;width:315px;height:348px;text-align:center;overflow:hidden;}
#txpic_strength ul li span{float:left;display:block;width:315px;height:135px;text-align:center;overflow:hidden;}
#txpic_strength ul li span img{margin:0 auto;width:120px;height:120px;cursor:pointer;}
#txpic_strength ul li h1{float:left;display:block;width:315px;height:80px;line-height:80px;color:#ffffff;font-size:28px;font-weight:600;text-align:center;font-family:Microsoft Yahei;cursor:pointer;}
#txpic_strength ul li h2{float:left;display:block;padding:0 30px 0 30px;width:auto;height:133px;line-height:30px;color:#ffffff;font-size:15px;text-align:left;font-family:Microsoft Yahei;cursor:pointer;}

#txpic_strength .strength_col{float:left;height:348px;width:20px;overflow:hidden;}

#case_top{margin:0 auto;background:url(../images/case_top.png) no-repeat center top;width:254px;height:64px;overflow:hidden;}
#case_mid{margin:0 auto;width:1246px;height:auto;overflow:hidden;}

#txpic_index{margin:0 auto;width:1246px;height:auto;overflow:hidden;}
#txpic_index ul{margin:0 auto;width:100%;height:auto;overflow:hidden;}
#txpic_index ul li{float:left;width:156px;height:180px;text-align:center;overflow:hidden;}
#txpic_index ul li span{margin:0 auto;display:block;width:156px;height:180px;text-align:center;overflow:hidden;}
#txpic_index ul li span a img{width:156px;height:180px;cursor:pointer;transition:all 0.6s;}
#txpic_index ul li span a img:hover{transform:scale(1.4);}

#txpic_index .img_col{float:left;background:url(../images/img_col.jpg) no-repeat center center;height:180px;width:62px;overflow:hidden;}


#small_title{margin:0 auto;width:620px;height:39px;overflow:hidden;}
#small_title h1{height:39px;line-height:39px;width:auto;COLOR:#45484b;font-weight:500;font-size:14px;cursor:pointer;text-align:center;font-family:Microsoft Yahei;overflow:hidden;}

/*****about-news******/
.about-news {
  width: 100%;
  height: auto;
  background: url("../images/aboutnews.png") 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: 30px;
}
.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: 100px;
  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: #425C80;
}
.footer .foot-list {
  width: 1180px;
  height: 300px;
  margin: 0 auto;
}
.footer .foot-list ul li {
  float: left;
  width: 180px;
  text-indent: 60px;
}
.footer .foot-list ul li.content {
  width: 340px;
  display: block;
  font-size: 14px;
  color: #CBCBCB;
}
.footer .foot-list ul li.content ul li {
  width: 340px;
}
.footer .foot-list ul li.wchart {
  width: 115px;
  height: 150px;
  text-indent: 0;
  margin: 80px 0 0 140px;
}
.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: #384E6D;
}
.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 {
  float: none;
  clear: both;
  height: 30px;
  line-height: 30px;
}
#menu_foot ul li a {
  display: block;
  font-size: 14px;
  color: #CBCBCB;
}
/************************************************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: #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 .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: #415B80;
}
.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: auto;
  margin: 10px auto;
}
#products-show-list::before {
  content: '';
  display: table;
}
#products-show-list ul li {
  float: left;
  width: 295px;
  height: 230px;
  position: relative;
  margin-bottom:25px;

}
#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;
  bottom: 0;
  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: #333;
  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: #415B80;
  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;
}
/*# sourceMappingURL=index.css.map */