.header{
  background: #f4f4f4;
}
.header_center{
  width: 1200px;
  margin:0 auto;
}
.header_welcome{
  float: left;
  line-height: 33px;
  color: #666;
}
.header_share{
  float: right;
}
.logo_all{
  background: #fff;
  padding:16px 0 19px;
}
.logo_line{
  width: 1200px;
  margin:0 auto;
}
.logo{
  float: left;
}
.goode{
  float: right;
}

.nav{
  border-top: 1px solid #e6e6e6;
  background: #fff;
}
.nav_center{
  width: 1200px;
  margin:0 auto;
}
.nav_center ul{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
.nav_center ul li{
  border-left: 1px dashed #e6e6e6;
  width: 16.5%;
  text-align: center;
  transition: linear 0.4s;
}
.nav_center ul li a{
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #666666;
  transition: linear 0.4s;
}
.nav_center ul li:hover a,
.nav_center ul li a.current{
  background: #ce2029;
  color: #fff;
}

.in_search{
  position: absolute;
  left:0;
  top:-53px;
  width: 1200px;
  background: url("../images/search.jpg") no-repeat left top;
  padding:22px 50px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.in_search_left{
  float: left;
  width: 47%;
  border-right: 1px solid #bb1c21;
  padding-top: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.in_search_left_top{
  width: 360px;
  background: #fff;
  padding:11px 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.in_search_left_top_saild{
  border:2px solid #cc212a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.in_search_left_top_saild input{
  width: 83%;
  float: left;
  line-height: 16px;
  padding:5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #cc212a;
  font-size: 12px;
}
.in_search_left_top_saild button{
  background: #cc212a;
  color: #fff;
  width: 16%;
  text-align: center;
  float: right;
  line-height: 26px;
}
.in_search_left_nav{
  color: #fff;
  margin-top: 18px;
  padding-bottom: 13px;
}
.in_search_left_nav a{
  color: #fff;
  border-left: 1px solid #fff;
  display: block;
  padding: 0 10px;
  float: left;
}
.in_search_left_nav span{
  float: left;
  color: #fff;
}
.in_search_tel_img{
  float: left;
  padding:13px 25px 0 0;
}
.in_search_contact{
  float: left;
}
.in_search_contact span{
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}
.in_search_contact p{
  font-size: 12px;
  color: #fff;
  line-height: 25px;
}
.in_search_click{
  float: right;
  width: 150px;
  text-align: center;
  margin-top: 15px;
}
.in_search_click a{
  display: block;
  color: #fff;
  font-size: 14px;
  border:1px solid #fff;
  border-radius: 0.5rem;
  line-height: 50px;
}
.in_search_right{
  float: right;
  width: 53%;
  border-left: 1px solid #ee454c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px 0 16px 65px;
}
.in_search_move{
  width: 1200px;
  margin:0 auto;
  position: relative;
  height: 100px;
}
.flickerplate .dot-navigation{
  display: none;
}

.in_products{
  background: #f4f4f4;
}
.in_products_top{
  width: 1200px;
  margin:0 auto 55px;
  text-align: center;
  padding-top: 60px;
}
.in_products_top h3{
  font-size: 18px;
  color: #1a1a1a;
  line-height: 22px;
}
.in_products_top{
  color: #888;
  text-transform:uppercase;
}
.in_products_top p{
  color: #888;
  line-height: 20px;
}
.in_products_top img{
  padding:3px 0;
}
.in_products_list{
  width: 1200px;
  margin:73px auto 0;
}
.in_products_list_left{
  float: left;
}
.in_products_list_left ul li{
  width: 200px;
  text-align: center;
}

.in_products_list_left ul li a{
  font-size: 14px;
  display: block;
  color: #fff;
  line-height: 80px;
  transition: ease 0.5s;
}
.in_products_list_left ul li a:hover{
  background: #ce2029;
}
.in_products_list_left ul li:first-child{
  background: #5b5b5b;
}
.in_products_list_left ul li:nth-child(2){
  background: #494949;
}
.in_products_list_left ul li:nth-child(3){
  background: #3d3d3d;
}
.in_products_list_left ul li:nth-child(4){
  background: #2c2b2b;
}
.in_products_list_left ul li:nth-child(5){
  background: #1e1e1e;
}
.in_products_list_left ul li:nth-child(6){
  background: #0e0e0e;
}
.in_products_list_right{
  float: right;
  width: 970px;
}
.in_products_list_right ul li{
  text-align: center;
  margin:14px 0 0 22px;
  float: left;
}
.in_products_pic{
  background: #fff;
  border:1px solid #dddddd;
  padding:31px 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.in_products_list_right ul li figcaption{
  font-size: 16px;
  color: #111;
  line-height: 50px;
}


.in_honorinfo{
  width: 1200px;
  margin:0 auto ;
  text-align: center;
  font-size: 26px;
  color: #111;
}
.in_honorinfo p{
  color: #999999;
  text-transform:uppercase;
  line-height: 20px;
}
.in_honorinfo img{
  padding-top: 2px;
}
.reason{
  background:url("../images/gv_trxn.jpg") no-repeat center top;
  height: 648px;
}
.reason_center{
  width: 1200px;
  margin:0 auto;
}
.reason_center_right{
  float: right;
  width: 547px;
  margin-top: 50px;
}
.reason_center_right_tit{
  text-align: center;
  padding-bottom: 25px;
}
.reason_center_right_tit p{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
}
.reason_center_right_tit span{
  color: #fff;
}
.reason_center_right_list ul li{
  width: 547px;
  padding:18px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  margin-bottom: 23px;
}
.reason_center_right_list ul li:first-child{
  background:url("../images/1.png") no-repeat left top;
}
.reason_center_right_list ul li:nth-child(2){
  background:url("../images/2.png") no-repeat left top;
}
.reason_center_right_list ul li:nth-child(3){
  background:url("../images/3.png") no-repeat left top;
}
.reason_center_right_list ul li:nth-child(4){
  background:url("../images/4.png") no-repeat left top;
}
.reason_text{
  padding-left: 67px;
}
.reason_text span{
  font-size: 14px;
  color: #1a1a1a;
  font-weight: bold;
}
.reason_text p{
  font-size: 12px;
  color: #747474;
  line-height: 28px;
}
.reason_center_right_list ul li.lastli span{
  color: #fff;
}
.reason_center_right_list ul li.lastli p{
  color: #fff;
}
.in_about{
  background:#f4f4f4 url("../images/vgs_8s5m.png") repeat left top;
  height: 750px;
}
.in_about_left{
  background:url("../images/vgh_2jf3.png") no-repeat left top;
  width: 522px;
  background-size: cover;
  float: left;
}
.in_about_center{
  width: 1200px;
  margin:0 auto;
}
.in_about_left img{
  padding:35px 61px 40px;
}
.in_about_right{
  width: 635px;
  float: right;
  padding-top: 46px;
}
.in_about_right p{
  font-size: 12px;
  color: #747474;
  line-height: 28px;
  text-indent: 2em;
}
.in_about_right a{
  padding-top: 50px;
  display: block;
}

.in_accound{
  width: 1200px;
  margin:70px auto 0;
  height: 181px;
  position: relative;
}
.in_accound_in{
  height: 181px;
}
.in_accound_in a{
  display: block;
  color: #fff;
  width: 150px;
  line-height:50px;
  border:1px solid #fff;
  border-radius: 0.5rem;
  text-align: center;
  float: right;
  margin:60px 40px;
}
.in_news{
  width: 1230px;
  margin:0 auto;
}
.in_news ul li{
  width: 30%;
  float: left;
  margin:0 18px;
}
.in_news_text h3{
  color: #1a1a1a;
  font-weight: bold;
  padding-top: 5px;
}
.in_news_text span{
  color: #929292;
  padding-top: 5px;
  display: block;
}
.in_news_text p{
  padding-top: 5px;
  color: #5A5A5A;
  overflow : hidden;
  height:32px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.in_news button{
  background: #ce2029;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 48px;
  font-size: 14px;
  margin-top: 66px;
}
.footer{
  background: #1a1a1a;
}
.footer_top ul{
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: nowrap ;
  justify-content:center;
}
.footer_top ul li{

}
.footer_top ul li a{
  display: block;
  padding:0 33px;
  line-height: 40px;
  color: #999;
  transition: ease 0.5s;
}
.footer_top ul li a:hover{
  color: #ce2029;
}
.footer_copy{
  border-top:1px solid #333;
  text-align: center;
  color: #999;
  line-height: 50px;
}
.footer_copy a{
  color: #999;
  transition: ease 0.5s;
}
.footer_copy a:hover{
  color: #ce2029;
}



/*about*/
.public_bread{
  width: 1200px;
  margin:0 auto;
  position: relative;
  height: 400px;
}
.public_bread_center{
  background:url("../images/public_navbg.jpg") no-repeat center top;
  background-size: cover;
  position: absolute;
  bottom: -25px;
  left:0;
  width: 100%;
  padding:15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.public_bread_center img{
  padding-right: 8px;
}
.change{
  background: #f4f4f4;
}
.about_page{
  background: #fff;
  width: 1200px;
  margin:45px auto;
  padding:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.in_about_right2{
  width: 610px;
}
.about_page_accound2{
  padding: 20px 0 50px;
}
.about_page_accound2 p{
  color: #747474;
  line-height: 28px;
  text-indent: 2em;
}
.in_products_top2{
  padding-top: 20px;
  margin-bottom: 34px;
}
.in_news_list ul li{
  width: 30%;
  float: left;
  margin:12px 18px;
}
.in_news_pic img{
  width: 100%;
}
.news_page{
  width: 1200px;
  margin:45px auto;
  padding:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*news*/
.news_tit{
  text-align: center;
  margin-top: 20px;
}
.news_tit p{
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
}
.news_tit span{
  display: block;
  margin-right:5px;
  float:left;
  line-height: 30px;
}
.news_tit .bdsharebuttonbox{
  float:left;
}
.news_tit2{
  width: 400px;
  margin:0 auto;
}
.news_content{
  padding:15px 20px;
  min-height: 400px
}
.news_content p{
  color: #747474;
  line-height: 28px;
  text-indent: 2em;
  font-size: 13px;
}
.newsnext{
  border-top: 1px solid #e8e8e8;
  padding:30px;
}
.newsnext_left{
  float: left;
}
.newsnext_left p{
  line-height: 25px;
}
.newsnext_left p a{
  font-size: 13px;
  color: #747474;
}
.newsnext_right{
  float: right;
}
.newsnext_right a{
  display: block;
  background: #000000;
  font-size: 14px;
  color: #fff;
  padding:16px 27px;
}
.products_nav{
  padding-top: 12px;
  margin-bottom: 50px;
}
.products_nav ul{
  display: -webkit-flex; /* Safari */
 display: flex;
 flex-wrap:wrap;
 justify-content:center;
}
.products_nav ul li{
  width: 160px;
  text-align: center;
  background: #1a1a1a;
  transition: ease 0.4s;
}
.products_nav ul li a{
  display: block;
  color: #fff;
  line-height: 50px;
  font-size: 14px;
}
.products_nav ul li a.current,
.products_nav ul li:hover{
  background: #ce2029;
}
.products_page_list2{
  width: 1200px;
  margin:0 auto;
}
.products_page_list2 ul li .in_products_pic img{
  width: 180px;
  height: 130px;
}
.products_page_list2 ul li .in_products_pic{
  padding:28px 48px;
}
#dowebok { width: 1200px; margin: 0 auto; font-size: 0;}
#dowebok li { display: inline-block; width: 23%; margin: 0px 11px; padding-top: 1%;text-align: center;}
#dowebok li img { background: #fff;padding:30px 50px;-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border:1px solid #dddddd;}
#dowebok li p{
  font-size: 14px;
  line-height: 50px;
}
.message_left{
  float: left;
  width: 45%;
}
.message_all{
  padding:30px 13px 0 170px;
}
.message_left ul li{
  margin-bottom: 5px;
}
.message_left ul li p{
  line-height: 35px;
  font-size: 14px;
}
.message_left ul li input{
  line-height: 44px;
  width: 100%;
  background: #eee;
  border:1px dashed #aaaaaa;
  padding:0 10px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.message_left ul li textarea{
  background: #eee;
  border:1px dashed #aaaaaa;
  height: 120px;
  width: 100%;
}
.message_left ul li button{
  background: #ce2029;
  font-size: 14px;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 15px;
}
.message_right{
  float: right;
  width: 50%;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 26px;
  margin-top: 10px;
}
.message_right p{
  color: #888;
  text-transform:uppercase;
  line-height: 20px;
}
.message_right img{
  margin-top: 15px;
}
.map_pic{
  float: left;
  width: 50%;
}

.address{
  float: right;
  width: 50%;
  background: #fff;
  padding:30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 340px
}
.address_tit{
  font-size: 16px;
  line-height: 45px;
}
.address_line p{
  font-size: 15px;
  line-height: 27px;
}
.in_honorinfo_all{
   background: #fff;
   padding:50px 0 0;
}
.in_news_all{
  background: #fff;
  padding:100px 0 69px;
}

/* 分页 */
.pageNav{font-family:Arial,Helvetica,sans-serif;padding:5px 0;text-align:center}
.pageNav span,.pageNav a{margin-left:-1px;overflow:hidden;padding:5px 8px;border:1px solid #ccdbe4;color:#333333;cursor:pointer;display:inline-block}
.pageNav span{background:#eeeeee}
.pageNav span.info{background:none}
.pageNav .mor{padding:3px;font-weight:bold}