/* 网页顶部 */
.page_top {
  display: flex;
  justify-content: space-between;
  height: 36px;
  line-height: 36px;
}

.page_top_box {
  background-color: #eeeeee;
}

.page_top ul {
  display: flex;
}

.page_top ul li a {
  color: #000;
}

.page_top ul li::after {
  content: "|";
  margin: 0 10px;
}

.page_top ul li:last-child::after {
  content: " ";
}

/* 网页头部 */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 105px;
}

/* nav */
.nav ul li a {
  display: block;
  padding: 0 20px;
  height: 48px;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
}

.nav_box {
  background-color: #ff0000;
}

.nav ul {
  display: flex;
  justify-content: space-between;
}

.nav ul li a:hover {
  background-color: #a30001;
  transition: 0.6s;
}

/* banner */
.banner img {
  display: block;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background-color: #fff;
  opacity: 2;
  border: 1px solid #0c4e96;
}

.swiper-pagination-bullet-active {
  opacity: .2;
  border: 1px solid #0c4e96;
}

/* 热门搜索 */
.hot_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 102px;
}

.hot_search_m {
  display: flex;
  flex-direction: column;
  width: 470px;
}

.hot_search_m dl {
  display: flex;
  flex-wrap: nowrap;
  margin: 10px 0 0 0;
}

.hot_search_m form {
  position: relative;
  width: 100%;
}

.hot_search_m form input[type="text"] {
  padding: 10px 10px 10px 0;
  width: 100%;
  outline: none;
  color: #888888;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #888888;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}

.hot_search_m form input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 0;
  width: 21px;
  height: 20px;
  outline: none;
  border: none;
  background-image: url(../images/fdj.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.hot_search_m dl dt,
.hot_search_m dl dd a {
  margin: 0 5px 0 0;
  color: #888888;
}

.hot_search_m dl {
  max-width: 470px;
  height: 16px;
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.hot_search_m dl dt {
  display: flex;
  flex-wrap: nowrap;
  width: 20%;
}

.hot_search_m dl dd a {
  display: block;
  max-width: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* 产品中心 */
.product_center_l dl:first-child dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 105px;
  color: #fff;
  background-color: #ff0000;
}

.product_center_l dl dd {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.product_center_l dl:first-child dd {
  padding: 6px 2px 6px 2px;
  width: 284px;
  height: 47px;
  /* box-sizing: border-box; */
}

.product_center_l dl:first-child dd a {
  display: block;
  padding: 0 12px;
  height: 41px;
  line-height: 41px;
  color: #000;
  background-color: #eeeeee;
}

.product_center_l dl:first-child dd a:hover {
  color: #fff;
  background-color: #ff0000;
  transition: 0.6s;
}

.product_center_l dl:nth-child(2) dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 290px;
  height: 105px;
  color: #fff;
  background-color: #ff0000;
}

.product_center_l dl:nth-child(2) dt h4 {
  margin: 10px 0 0 0;
}

.product_center_l dl:nth-child(2) dd {
  width: 290px;
  box-sizing: border-box;
}

.product_center_l dl:nth-child(2) dd span {
  display: block;
  padding: 10px 5px 10px 10px;
  box-sizing: border-box;
  line-height: 1.5;
}

.product_center_l dl:nth-child(2) dd:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.product_center {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  width: 100%;
  box-sizing: border-box;
}

.product_center_l {
  width: 25%;
}

.product_center_r {
  width: 75%;
}

.bannertwo .swiper-containertwo {
  overflow: hidden;
}

.bannertwo {
  position: relative;
  text-align: center;
}

.bannertwo a {
  display: block;
  width: 800px;
  height: 292px;
  background-image: url(../images/pbg.png);
  padding:80px 50px 0;
}
.index_pro{
	float:left;
	width:354px;
}
.index_pro img{
	width:100%;
}
.index_pro_intro{
	float:right;
	width:365px;
}
.index_pro_title{
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:left;
}

.index_pro_line{
	width:100%;
	height:1px;
	background:#d2d2d2;
	margin-top:15px;
}

.index_pro_con{
	font-size:16px;
	color:#0e0509;
	font-weight:300;
	text-align:left;
	line-height:30px;
	margin-top:10px;
}
.index_pro_more{
	margin-top:25px;
	width:82px;
	height:24px;
	line-height:24px;
	background:#ff0000;
	border-radius:30px;
	font-size:14px;
	color:#fff;
	text-align:center;
}

.swiper-button-prev {
  background-image: url(../images/arrow_03.jpg);
  left: 0;
}

.swiper-button-next {
  background-image: url(../images/arrow_05.jpg);
  right: 0px;
}

.product_center_r ul li a div {
  padding: 7px;
  width: 290px;
  height: 225px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  overflow: hidden;
}

.product_center_r ul li a div img {
  width: 100%;
  height: 100%;
}

.product_center_r ul li a span {
  display: block;
  margin: 8px 0 0 0;
  width: 290px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #000;
  background-color: #eeeeee;
}

.product_center_r ul li a:hover span {
  color: #fff;
  background-color: #ff0000;
  transition: 0.6s;
}

.product_center_r ul li a:hover div {
  border: 1px solid #ff0000;
  transition: 0.6s;
}

.product_center_r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_center_r ul li {
  margin: 9px 0 0 0;
}

/* 横栏 */
.rail_box {
  width: 100%;
}

.rail_box a img {
  display: block;
  width: 100%;
}

/* 关于我们 */
.about_us {
  display: flex;
  justify-content: space-between;
  padding: 42px 0;
  width: 100%;
  box-sizing: border-box;
}

.about_us_l,.about_us_r {
  width: 49%;
}

.about_us_r span,.about_us_r a {
  display: block;
}

.about_us_r_imgbox {
  text-align: center;
}

.about_us_r span {
  line-height: 2;
  text-indent: 2em;
}

.about_us_r {
  position: relative;
}

.more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 30px;
  color: #fff;
  background-color: #ff0000;
  border-radius: 25px;
  text-align: center;
  line-height: 30px;
}

.about_us_r_text {
  margin: 20px 0 0 0;
  display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 12;
 overflow: hidden;
 line-height:1.8;
 text-indent:2em;
}

/* 横栏2 */
.rail_two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 270px;
}

.rail_two_box {
  background-image: url(../images/rail2.jpg);
      display: none;
}

.rail_two ul li span {
  color: #fff;
}

.rail_two ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter {
  font-size: 60px;
}

.rail_two ul li div {
  margin: 0 0 20px 0;
}

/* 优势 */
.advantage_content_box .title_box {
  margin: 0 0 20px 0;
  text-align: center;
}

.advantage_content_box .box_item {
  display: flex;
  justify-content: space-between;
}

.advantage_box {
  background-image: url(../images/advantage_bg.png);
}

.num_box h3 {
  font-size: 60px;
  color: #ff0000;
}

.advantagr {
  padding: 10px 0;
  box-sizing: border-box;
}

.advantage_content_box .box_item .box_l dl dt {
  display: flex;
  margin: 20px 0 40px 0;
}

.advantage_content_box .box_item .box_l dl dt .num_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-image: url(../images/serial_num_border.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}

.advantage_content_box .box_item .box_l dl dt div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.advantage_content_box .box_item .box_l dl dt div:nth-child(2) h3 {
  font-size: 29px;
}

.advantage_content_box .box_item .box_l dl dt div:nth-child(2) h4 {
  font-size: 30px;
  color: #ff0000;
}

.advantage_content_box .box_item .box_l dl dd {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}

.advantage_content_box .box_item .box_l dl dd img {
  margin: 0 20px 0 0;
}

/* 荣誉资质 */
.bannerthree .swiper-containerthree {
  overflow: hidden;
}

.bannerthree .swiper-containerthree img{
	width:100%;
}

.ebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px 0;
}

.plate_title {
  text-align: center;
}

.plate_title h3 {
  margin: 30px 0;
  color: #606060;
}

.ebox h4 {
  text-transform: uppercase;
  color: #606060;
}
.honor_qualification_box{
    margin-bottom: 20px;
}
.bannerthree {
  position: relative;
}

.swiper-button-prevthree {
  width: 38px;
  height: 56px;
  background-image: url(../images/red_arrow_lp.png);
  position: absolute;
  top: 55px;
  left: -50px;
}

.swiper-button-nextthree {
  width: 38px;
  height: 56px;
  background-image: url(../images/red_arrow_rp.png);
  position: absolute;
  top: 55px;
  right: -50px;
}

/* 新闻中心 */
.news a {
  display: block;
  width: 288px;
  color: #606060;
  box-sizing: border-box;
}

.news {
	   display: none;
  padding: 0 0 45px 0;
  box-sizing: border-box;
}

.news_text {
  position: relative;
  padding: 12px;
  width: 288px;
  height: 175px;
  box-sizing: border-box;
}

.news_text h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d2d2d2;
}

.news_text span {
  line-height: 1.5;
}

.news ul li a img {
  display: block;
}

.news ul li a p {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 80px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background-color: #bfbfbf;
}

.news ul li a .news_text {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.news ul li a:hover .news_text {
  border-left: 2px solid #ff0000;
  border-right: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  transition: 0.6s;
}

.news ul li a:hover p {
  color: #fff;
  background-color: #ff0000;
  transition: 0.6s;
}

.news ul {
  display: flex;
  justify-content: space-between;
}

/* 网页底部 */
.footer {
  height: auto;
}

.footer_box {
  background-image: url(../images/footer_bg.png);
}

.footer .footer_nav {
  display: flex;
  justify-content: space-between;
}

.footer .footer_nav li a {
  display: block;
  padding: 0 25px;
  height: 67px;
  line-height: 67px;
  color: #fff;
}

.footer .footer_m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  color: #fff;
  border-top: 1px solid #a0a3b1;
  border-bottom: 1px solid #a0a3b1;
  box-sizing: border-box;
}

.footer_m ul {
  line-height: 2;
}

.put_records_box {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  height: 70px;
}

.put_records_box span,.put_records_box a {
  color: #fff;
}
.procontact{
	width:268px;
  font-size: 16px;
  line-height: 2;
	border:1px solid #999;
	padding:10px;
}

.dianhua{
  font-size: 14px;
  line-height: 35px;
}