.header{
  background: url(../images/top_bg.jpg) no-repeat center center;
  border-bottom: 1px solid #d3d3d5;
}
.header_in{
  width: 1180px;
  margin:0 auto;
}
.logo{
  float: left;
  padding:53px 0 47px 0;
}
.logo img{
  display: block;
}
.nav{
  float: right;
  width: 481px;
}
.nav ul li{
  float: left;
  width: 79px;
  height: 145px;
  border-right: 1px solid #d3d3d5;
}
.nav ul li:first-child{
  border-left: 1px solid #d3d3d5;
  background: url(../images/nav1.png) no-repeat center center;
}
.nav ul li:nth-child(2){
  background: url(../images/nav2.png) no-repeat center center;
}
.nav ul li:nth-child(3){
  background: url(../images/nav3.png) no-repeat center center;
}
.nav ul li:nth-child(4){
  background: url(../images/nav4.png) no-repeat center center;
}
.nav ul li:nth-child(5){
  background: url(../images/nav5.png) no-repeat center center;
}
.nav ul li:nth-child(6){
  background: url(../images/nav6.png) no-repeat center center;
}
.nav ul li:hover a{
  color: #e61717;
  font-weight: bold;
  -webkit-transform: scale(1.1) translate(1px,2px);
  -ms-transform: scale(1.1) translate(1px,2px);
  -o-transform: scale(1.1) translate(1px,2px);
  transform: scale(1.1) translate(1px,2px);
}
.nav ul li a{
  -webkit-transition: ease .3s;
  -o-transition: ease .3s;
  transition: ease .3s;
  display: block;
  font-size: 18px;
  color: #111;
  width: 18px;
  padding:36px 38px 37px 23px;
  line-height: 18px;
}
#select a{
  color: #e61717;
}
.cadena{
  width: 1180px;
  margin:0 auto;
}
.cadena_left{
  float: left;
  margin:39px 0 38px 22px;
}
.cadena_right{
  float: right;
  margin-top: 25px;
}
.cadena_right a{
  margin-right: 24px;
}
.in_about{
  background: url(../images/about_bg.jpg) no-repeat center center;
  height: 691px;
}
.in_about_center{
  width: 1180px;
  margin:0 auto;
  padding:58px 10px 66px 63px;
}
.in_about_left{
  float: left;
  padding:60px 80px 0 40px;
}
.in_about_logo{
  float: left;
  padding-right: 65px;
}
.in_about_txt{
  width: 337px;
  height: 280px;
  float: left;
  text-align: center;
  overflow: hidden;
  margin-top: 15px;
}
.in_about_txt ul li{
  border-right: 1px solid #b7b4ab;
  float:left;
  display:inline;
  width:30px;
  height: 280px;
  padding:20px 5px;
  font-size:16px;
  word-wrap:break-word;
  word-break:nomal;
  color: #222;
  line-height: 17px;
}
.in_about_txt:hover li{
  color: #888;
}
.in_about_txt ul li:first-child{
  border-left: 1px solid #b7b4ab;
}
.in_about_right{
  float: right;
}
.in_products{
  height: 1033px;
  background: url(../images/in_pro_bg.jpg) no-repeat center center;
}
.in_products_center{
  width: 1225px;
  margin:0 auto;
  position: relative;
}
.in_products_left{
  background: url(../images/pro_left.png) no-repeat left top;
  height: 1018px;
  width: 336px;
  position: absolute;
  top:-48px;
  left:0;
}
.in_products_right{
  float: right;
}
.in_pro_more{
  height: 69px;
}
.in_pro_more a{
  font-size: 14px;
  color: #222;
  float: right;
  padding: 39px 5px 0 0;
}
.in_pro_more a:hover{
  color: #c00c15;
}
.in_products_line{
  width: 870px;
}
.in_products_line ul li{
  float: left;
  margin:0 5px 10px 5px;
}
.in_products_line ul li a{
  display: block;
}
.in_products_line ul li figure{
    background: #fff;
    position: relative;
}
.in_products_line ul li figure img{
  width: 100%;
}
.in_products_line ul li figure figcaption{
  text-align: center;
  height: 80px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.in_products_line ul li:hover figcaption{
  background: #c00c15;
}
.in_products_line ul li figure figcaption p{
  font-size: 16px;
  padding:14px 0;
  color: #111;
}
.in_products_line ul li:hover figcaption p{
  color: #fff;
}
.in_products_line ul li figure figcaption span{
  font-size: 14px;
  color: #fff;
  padding:5px 13px;
  background: #c00c15;
}
.in_products_line ul li:hover figcaption span{
  color: #000;
  background: #fff;
}
.hove{
  width: 266px;
  height: 341px;
  position: absolute;
  top:7px;
  left:7px;
  z-index: 10;
  background: url(../images/kuang111.png) no-repeat center center;
}
.in_products_line ul li .hove:hover{
  background: url(../images/kuang222.png) no-repeat center center;
}
.in_about_pic img{
  width: 100%;
}
.in_pro_two{
  background: url(../images/in_pro2.jpg) no-repeat center center;
  height: 1019px;
    border-bottom: 1px solid #ccc;
}
.in_products_center_two{
  width: 1215px;
  margin:0 auto;
  position: relative;
}
.in_pro_more_two{
  height: 69px;
  width: 870px;
}
.in_pro_more_two a{
  font-size: 14px;
  color: #222;
  float: right;
  padding: 39px 5px 0 0;
}
.in_pro_more_two a:hover{
  color: #c00c15;
}
.in_products_right_two{
  background: url(../images/in_pro_two.png) no-repeat left top;
  height: 1018px;
  width: 336px;
  position: absolute;
  top:-48px;
  right:-34px;
}
.in_products_line_two{
  width: 870px;
  margin-left: 34px;
}
.in_products_line_two ul li{
  float: left;
  margin:0 5px 10px 5px;
}
.in_products_line_two ul li a{
  display: block;
}
.in_products_line_two ul li figure{
    background: #fff;
    position: relative;
}
.in_products_line_two ul li figure img{
  width: 100%;
}
.in_products_line_two ul li figure figcaption{
  text-align: center;
  height: 80px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.in_products_line_two ul li:hover figcaption{
  background: #c00c15;
}
.in_products_line_two ul li figure figcaption p{
  font-size: 16px;
  padding:14px 0;
  color: #111;
}
.in_products_line_two ul li:hover figcaption p{
  color: #fff;
}
.in_products_line_two ul li figure figcaption span{
  font-size: 14px;
  color: #fff;
  padding:5px 13px;
  background: #c00c15;
}
.in_products_line_two ul li:hover figcaption span{
  color: #000;
  background: #fff;
}
.in_products_line_two ul li:hover .hove{
  z-index: 999;
  background: url(../images/kuang222.png) no-repeat center center;
}

.in_contact{
  background: url(../images/in_contact.jpg) no-repeat center center;
  height: 200px;
}
.in_contact_center{
  width: 1180px;
  margin:0 auto;
}
.in_contact_right{
  width: 780px;
  float: right;
  margin-top: 50px;
}
.in_contact_right ul li{
  float: left;
  color: #000;
  font-size: 16px;
  margin:15px 0;
  width: 230px;
}
.in_contact_right ul li:nth-child(6){
  width: 290px;
}
.in_contact_right ul li span{
  color: #c00c15;
}
.footer{
  height: 405px;
  background: url(../images/footer_bg.jpg) no-repeat center center;
}
.ewm{
  text-align: center;
  padding-top: 60px;
}
.footer_classical p{
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin:31px 0;
  line-height: 45px;
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
}
.footer_nav{
  width: 550px;
  margin:0 auto 22px;
}
.footer_nav ul li{
  float: left;
    border-left: 1px solid #eee;
}
.footer_nav ul li a{
  font-size: 14px;
  color: #eee;
  padding:0 17px;
  display: block;

}
.footer_nav ul li a:hover{
  color: #e61717;
}
.footer_nav ul li:first-child{
  border-left:0px;
}
.copyright p{
  font-size: 14px;
  color: #eee;
  text-align: center;
}
.copyright p a{
  color: #ccc;
}
.copyright p a:hover{
  color: #9e1313;
}

/*about*/
.ban2{
  background: url(../images/ban2.jpg) no-repeat center top;
  height: 375px;
}
.ban3{
  background: url(../images/ban3.jpg) no-repeat center top;
  height: 375px;
}
.about_tit{
  background: url(../images/about_tit.jpg) no-repeat center top;
  height: 47px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.about_tit_in{
  width:  1180px;
  margin:0 auto;
}
.about_tit_in_left{
  font-size:14px;
  color: #666;
  line-height: 47px;
  padding-left: 12px;
  float: left;
}
.about_tit_in_left a:hover{
  color: #999;
}
.about_tit_in_left span{
  color: #fff;
}
.about_tit_in_right{
  float: right;
}
.about_tit_in_right a{
  margin-right: 10px;
}
.about_tab{
  background: url(../images/about_bg_page.jpg) repeat-y center top;
}
.about_tab_in{
  width: 1180px;
  margin:0 auto;
}
.about_tab_tit{
  padding: 30px 0 40px;
}
.about_tab_tit ul li{
  float: left;
  line-height: 45px;
  width: 114px;
  text-align: center;
  background: url(../images/hove1.png) no-repeat left center;
  margin-right: 15px;
}
.about_tab_tit ul li:hover{
  background: url(../images/hove.png) no-repeat left center;
}
.about_tab_tit ul li:hover a{
  color: #e61717;
}
.about_tab_tit ul li a{
  font-size: 18px;
  color: #222;
  display: block;
}
#select_three{
  background: url(../images/hove.png) no-repeat left center;

}
#select_three a{
  color: #e61717;
}
.about_page_tit{
  font-size: 40px;
  color: #333;
  text-align: center;
}
.about_page_tit img{
  vertical-align: middle;
}
.about_page_content{
  padding: 50px 50px 180px;
}
.about_page_txt{
  float: left;
  width: 560px;
}
.about_page_txt p{
  font-size: 16px;
  color: #333;
  text-indent: 2em;
  line-height: 35px;
}
.about_page_pic{
  float: right;
}
.about_page_center{
  padding-top: 20px;
}
/*products*/
.products_page{
  background: url(../images/pro_page_bg.jpg) repeat-y center top;
  padding:50px 0 100px;
}
.products_page_center{
  width: 1180px;
  margin:0 auto;
}
.products_page_center a{
  display: block;
}
.products_man{
  float: left;
  padding:0 32px 0 48px;
  position: relative;
}
.products_woman{
  float: left;
}
.products_woman{
  position: relative;
}
.products_more_two{
  position: absolute;
  bottom: 35%;
  right: 20%;
}
.products_more_two a{
  font-size: 18px;
  color: #e61717;
}
.products_more_two a:hover{
  color:#333;
}
/*PRO_DETAIL*/
.products_detail_line_all{
  background: url(../images/bod.jpg) repeat;
  padding-bottom: 60px;
}
.products_detail_line{
  width: 1180px;
  margin:0 auto;
}
.products_detail_line ul li{
  float: left;
  margin:0 5px 10px 5px;
}
.products_detail_line ul li a{
  display: block;
}
.products_detail_line ul li figure{
    background: #fff;
    position: relative;
}
.products_detail_line ul li figure img{
  width: 100%;
}
.products_detail_line ul li figure figcaption{
  text-align: center;
  height: 80px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.products_detail_line ul li:hover figcaption{
  background: #c00c15;
}
.products_detail_line ul li figure figcaption p{
  font-size: 16px;
  padding:14px 0;
  color: #111;
}
.products_detail_line ul li:hover figcaption p{
  color: #fff;
}
.products_detail_line ul li figure figcaption span{
  font-size: 14px;
  color: #fff;
  padding:5px 13px;
  background: #c00c15;
}
.products_detail_line ul li:hover figcaption span{
  color: #000;
  background: #fff;
}
.products_detail_line ul li:hover .hove{
  background: url(../images/kuang222.png) no-repeat center center;
}
.products_tit_public{
  width: 1180px;
  margin:0 auto;
}
.products_detail_content{
  width: 1180px;
  margin:0 auto;
}
.products_detail_content_tit{
  padding-bottom: 30px;
  text-align: center;
}
.products_detail_content_tit p{
  font-size: 22px;
  color: #111;
}
.products_detail_content_pic{
  text-align: center;
  position: relative;
}
.products_detail_content_pic img{
  width: 480px;
  height: 608px;

}
.hove_page img{
  position: absolute;
  top: 10px;
  left: 30.5%;
  width: 460px;
  height: 588px;
}
.products_detail_content_next{
  float: right;
  padding-top: 34px;
}
.products_detail_content_next p a{
  font-size: 14px;
  display: block;
  line-height: 30px;
  color: #000;
}
.products_detail_content_next p a:hover{
  color: #999;
}
.products_detail_more{
  width: 1190px;
  margin:0 auto;
}
.products_detail_more_tit{
  margin: 35px 0 15px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 36px;
}
.products_detail_more_tit p{
  font-size: 16px;
  color: #ed1f23;
}
.products_detail_more_txt{
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-indent: 2em;
}
/*news*/
.news_page{
  background: url(../images/bod.jpg) repeat left top;
}
.news_page_in{
  width: 1180px;
  margin:0 auto;

}
.news_page_in ul li{
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.news_time{
  width: 100px;
  height: 100px;
  background: #787878;
  padding:8px;
  float: left;
  margin-right: 20px;
    transition: ease 0.6s;
}
.news_time_in{
  text-align: center;
  width: 100px;
  height: 100px;
  border:1px solid #ddd;
  font-size: 18px;
  color: #fff;
}
.news_time_in p{
  font-size: 67px;
  color: #fff;
  line-height: 60px;
  padding-top: 11px;
}
.news_tit_right{
  float: left;
  width: 1005px;
}
.news_tit_right_title{
  padding-top: 5px;
}
.news_tit_right_title a{
  display: block;
}
.news_page_in ul li:hover .news_tit_name{
  font-weight: bold;
  color: #e61717;
  background: url(../images/new_tit1.png) no-repeat left center;
}
.news_page_in ul li:hover .news_tit_more{
  color: #e61717;
}
.news_page_in ul li:hover .news_time{
  background: #e61717;
}

.news_tit_name{
  font-weight: bold;
  padding-left: 15px;
  float: left;
  font-size: 18px;
  color: #222;
  background: url(../images/news_tit_img.png) no-repeat left center;
}
.news_tit_name img{
  vertical-align: middle;
}
.news_tit_more{
  float: right;
  font-size: 14px;
}
.news_page_line{
  margin-top: 15px;
}
.news_page_line p{
  font-size: 14px;
  color: #666;
  line-height: 23px;
}
.news_page_in ul li:hover .news_page_line p{
  color: #000;
}
.news_detail_all{
  width: 1180px;
  margin:0 auto;
}
/*news_detail*/
.news_detail_title{
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;

}
.news_detail_title p{
  font-size: 20px;
  color: #000;
  line-height: 33px;
  padding-bottom: 17px;
}
.news_detail_title span{
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.news_detail_content{
  padding:32px;
}
.news_detail_content p{
  font-size: 14px;
  line-height: 35px;
  color: #333;
  text-indent: 2em;
}
/*message*/
.message_page{
  padding-bottom: 70px;
  background: url(../images/bod.jpg) repeat left top;
}
.message_page_center{
  width: 1180px;
  margin:0 auto;
}
.message_title_left{
  float: left;
}
.message_title_left img{
  padding: 0 10px 0 0;
}
.message_title_right{
  float: left;
}
.message_title{
  padding-top: 70px;
  padding-left: 28%;
}
.message_title_right p{
  font-size: 22px;
  color: #333;
}
.message_title_right span{
  font-size: 14px;
  color: #666;
  color: #e61717;
}
.message_in{
  margin-top: 35px;
  background: url(../images/message_bg.png) no-repeat center top;
}
.mess_in{
  padding:51px 240px 100px 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mess_in ul li{
	border:1px solid #ccc;
	margin-bottom: 2%;
	line-height: 45px;
  background: #fff;
}
.mess_in ul li input{
width: 70%;
color: #666;

}
.mess_in ul li.name{
	width: 49%;
	float: left;
}
.mess_in ul li.phone{
	width: 49%;
	float: right;
}
.mess_in ul li label{
	font-size: 14px;
	padding:0 15px;
}
.mess_in ul li input {
	line-height: 45px;
	font-size: 14px;
}
.mess_in ul li.textarea textarea{
	width: 84%;
	height: 170px;
	padding:2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mess_in ul li.yanzheng{
  width: 175px;
  float: left;
  margin-right: 10px;
}
.mess_in ul li.yanzheng input{
  padding-left: 15px;
  line-height: 45px;
}
.mess_in ul li.buttom{
	float: right;
  background: #e61717;
	width: 115px;
  line-height: 43px;
	text-align: center;
  border:none;
}
.mess_in ul li.buttom a{
	font-size: 16px;
}
.mess_in ul li.buttom input{
  background: #e61717;
  color: #fff;
}
/*contact*/
.contact_page{
  background: url(../images/bod.jpg) repeat left top;
  padding-bottom: 120px;
}
.contact_page_in{
  width: 1180px;
  margin: 0 auto;
}
.contact_page_tit{
  text-align: center;
  font-size: 32px;
  color: #333;
  padding:80px 0 30px 0;
  border-bottom: 1px solid #ccc;
}
.contact_page_tit img{
  width: 5%;
  vertical-align: middle;
}
.contact_address{
  padding:34px 170px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
}
.contact_address ul li{
  float: left;
  font-size: 16px;
  padding-right: 35px;
  margin: 15px 0;
  width:220px ;
}
.contact_address ul li:nth-child(6){
width: 290px;
}
.contact_address ul li span{
  color: #e61717;
}
.map_all{
  border-top: 1px solid #fff;
  padding-top: 50px;
}
.map{
  background: url(../images/map_bg.png) no-repeat center top;
  text-align: center;
  margin:50px 0;
}

.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #F00;
	border: 1px solid #F00;
	color: #FFF;
	font-weight: bolder;
}
