/*content*/
.content {
  position: relative;
}
.in-content {
  position: relative;
  z-index: 100;
}
/*title*/
.in-content .title {
  padding: 40px 0 20px;
  text-align: center;
}
.in-content .title h2 {
  line-height: 50px;
  font-weight: 400;
  font-size: 48px;
  color: #333333;
  background: url(../images/titlebg.png) no-repeat center center;
}
.in-content .title p {
  padding: 20px 0 0;
  font-size: 18px;
  color: #808080;
}
.in-content .title span {
  padding: 0 20px;
  font-size: 21px;
  color: #666666;
}
.in-content .title hr {
  width: 100px;
  height: 2px;
  background: #666666;
  border: none;
  vertical-align: middle;
  display: inline-block;
}
.in-content .title2 h2 {
  color: #ffffff;
}
.in-content .title2 p {
  color: #cccccc;
}
.in-content .title2 span {
  color: #e6e6e6;
}
.in-content .title2 hr {
  background: #e6e6e6;
  position: relative;
  top: -2px;
}
/*in-page1*/
.in-page1 {
  height: 985px;
  font-size: 14px;
  color: #666666;
  line-height: 46px;
  background: url(../images/bg1.jpg) no-repeat top center;
}
.in-page1 a {
  color: #666666;
  padding: 0 2px;
}
.in-page1 .search_cnt {
  background: url(../images/s1.png) no-repeat;
  width: 302px;
  height: 34px;
  margin-top: 7px;
}
.in-page1 .search_cnt input[type="text"] {
  width: 200px;
  height: 34px;
  line-height: 34px;
  float: left;
  background: none;
  border: none;
  padding-left: 45px;
}
.in-page1 .search_cnt input[type="submit"] {
  color: #FFF;
  width: 57px;
  height: 34px;
  float: left;
  background: none;
  border: none;
  cursor: pointer;
}
.in-page1 ul {
  overflow: hidden;
}
.in-page1 ul li {
  width: 581px;
  float: left;
  margin: 0 9px;
}
.in-page1 ul li a {
  display: block;
}
.in-page1 ul li a img {
  width: 581px;
  display: block;
}
.in-page1 ul li div {
  width: 541px;
  background: #333333;
  padding: 20px ;
}
.in-page1 ul li div b {
  font-weight: 200;
  font-size: 21px;
  color: #b3b3b3;
}
.in-page1 ul li div p {
  text-indent: 2em;
  font-size: 16px;
  color: #cccccc;
  line-height: 26px;
}
.in-page1 ul li div span {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #e3122b;
}
.in-page1 ul li div span img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
/*in-page2*/
.in-page2 {
  background: url(../images/bg2.jpg) no-repeat top center;
  height: 661px;
}
.in-page2 .text {
  color: #e5e5e5;
  font-size: 16px;
  margin-top: 20px;
}
.in-page2 .text p {
  line-height: 31px;
}
.in-page2 .more {
  text-align: center;
  background: url(../images/morebg.png) no-repeat center center;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
}
.in-page2 .more a {
  color: #e3122b;
  font-size: 16px;
  padding-left: 40px;
}
/*product*/
.product {
  width: 100%;
}
.product .single {
  width: 100%;
  position: relative;
  margin: 10px auto 0;
}
.product .single .single_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.product .single .single_box ul {
  width: 10000px;
  position: relative;
}
.product .single .single_box ul li {
  float: left;
}
.product .single .single_box ul li img {
  display: block;
  width: 100%;
}
.product .single .single_box ul li .txt {
  width: 100%;
  padding: 24px 0;
  text-align: center;
  color: #333333;
}
.product .single .single_box ul li .txt p.txt1 {
  font-size: 16px;
}
.product .single .single_box ul li .txt h4 {
  font-size: 16px;
  margin-top: 5px;
}
.product .single .single_box ul li:hover .txt {
  background: #DA181C;
  color: white;
}
.product1 {
  width: 100%;
  height: 583px;
  background: url(../images/bg3.jpg) no-repeat center;
}
.product2 {
  width: 100%;
  height: 550px;
  background: url(../images/bg4.jpg) no-repeat center;
}
.product2 .single .single_box ul li .txt {
  background: white;
}
/*news*/
.in-page5 {
  background: url(../images/bg5.jpg) no-repeat top center;
  height: 582px;
  overflow: hidden;
}
.in-page5 .tab_bottom {
  padding-top: 38px;
}
.in-page5 .tab_bottom img {
  width: 490px;
  height: 309px;
  float: left;
}
.in-page5 .tab_bottom .fr {
  width: 662px;
  float: right;
}
.in-page5 .tab_bottom .fr li {
  border-left: 6px solid #e3122b;
  height: 90px;
  width: 656px;
  background: #eeeeee;
  margin-bottom: 22px;
}
.in-page5 .tab_bottom .fr li b {
  padding-left: 50px;
  padding-top: 20px;
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.in-page5 .tab_bottom .fr li p {
  padding-left: 80px;
  background: url(../images/time02.png) no-repeat 50px center;
  font-size: 16px;
  color: #e3122b;
}
.in-page5 .tab_bottom .fr li:hover {
  background: #333333;
}
.in-page5 .tab_bottom .fr li:hover b {
  color: #FFF;
}
.in-page5 .tab_bottom .fr li:hover p {
  background: url(../images/time01.png) no-repeat 50px center;
  color: #FFF;
}
.in-page5 .tab_bottom.on {
  display: block;
}
/*case*/
.case {
  width: 100%;
  height: 536px;
  background: url(../images/bg6.jpg) no-repeat center top;
  border-top: 45px solid #333333;
}
.case .single {
  width: 100%;
  position: relative;
  margin: 10px auto 0;
}
.case .single .single_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.case .single .single_box ul {
  width: 10000px;
  position: relative;
}
.case .single .single_box ul li {
  float: left;
}
.case .single .single_box ul li img {
  display: block;
  width: 100%;
}
.case .single .single_box ul li .txt {
  width: 100%;
  padding: 24px 0;
  text-align: center;
  color: #333333;
}
.case .single .single_box ul li .txt p.txt1 {
  font-size: 16px;
}
.case .single .single_box ul li:hover .txt {
  background: #DA181C;
  color: white;
}
