strong {
	font-weight:bold;
}
.i_head {
  height: 110px;
}
.i_head .i_h_content {
  height: 110px;
  background: #272727;
}
.n_i_banner {
  width: 100%;
  height: 370px;
  min-width: 1200px;
  max-width: 1920px;
  background: url("../images/n_i_img1.png") no-repeat;
  background-position: center -100px;
}
.n_i_content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 70px;
}
.n_i_content .c_title {
  width: 100%;
  height: auto;
  margin: 44px 0 0 0;
  padding: 18px 0 32px 0;
  position: relative;
  text-align: center;
  border-bottom: 3px solid #cfcfcf;
}
.n_i_content .c_title > h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.n_i_content .c_title > p {
  padding: 0 180px;
  font-size: 20px;
  color: #8e8f8f;
  box-sizing: border-box;
}
.n_i_content .c_title >div{
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 30px;
}
.n_i_content .c_title >div a{
  font-size: 14px;
  line-height: 16px;
  color: #8e8f8f;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.n_i_content .c_title >div a:hover{
  color: #bf1615;
}
.n_i_content .c_title >div span{
  font-size: 14px;
  line-height: 16px;
  color: #8e8f8f;
}
.n_i_content .c_title > a {
  width: 70px;
  height: 70px;
  display: block;
  background: url("../images/n_i_img2.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.n_i_content .c_title > a:hover {
  cursor: pointer;
}
.n_i_content .c_text {
  margin: 40px 0 0 0;
}
.n_i_content .c_text > p {
 /* text-indent: 2em;*/
  font-size: 20px;
  line-height: 40px;
}
.n_i_content .c_text > p span {
  font-size: 18px !important;
}
.n_i_content .c_text > p img {
  display: block !important;
  margin: 0 auto !important;
}
.n_i_content .c_text > img {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.c_nodata{
  width: 100%;
  margin: 300px 0;
  font-size: 26px;
  color: #cccccc;
  text-align: center;
}