﻿body, div, p, span, ul, li, dl, dd, dt, h3, h4, a, input, img {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
body {
  font-family: "Microsoft Yahei";
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  background-color: #fff;
}
h3, h4, i, em, dt, dd {
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
}
ul, ol, li {
  margin-bottom: 0;
  list-style: none;
}
input, img, textarea {
  border: none;
  outline: none;
}
a {
  color: #999;
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
  outline-offset: 0;
}
.fl {
  float: left;
}
.f2 {
	width: 100%;
}
.fr {
  float: right;
}
.cl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.transition {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slick-slide {
  outline: none !important;
}
.container, .container-fluid {
  padding: 0 !important;
}
#wrap_index {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1366px) {
  .container {
    width: 1170px !important;
	  margin: 0 auto;
  }
	.container table {
		margin: 0 auto;
		word-break: break-all;
	}
		.container table img{
		float: left;
		width: auto;
		margin: 5px 15px 10px 0;

	}
  .container .vedio{
	  text-align: center;

	}
		.container h3 {
			display: block;
		text-align: center;
		font-size: 18px;
		color:#555;
			margin-top: 20px; 
	}
	
			.container_1 h3 {
		text-align: center;
		font-size: 18px;
		color:#555;
	}

	.container hr {
		margin-bottom: 40px;
		border: 0px;
		border-bottom: 1px dashed #ccc;
		  transition: 300ms;

	}

}

#shadow {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  z-index: 90;
}
#head {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
		background: #a40000;

}
#head .logo {
  width: 20%;
}

@media (max-width:767px) {
	#head .logo {
  width: 35%;
}

}
.logo a {
  display: table-cell;
  width: 100%;
  height: 60px;
  vertical-align: middle;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
}
#head .pc_Menu {
  width: 55%;
  height: 60px;
}
.pc_Menu ul {
  width: 100%;
  margin: 0;
}
.pc_Menu ul li {
  position: relative;
  float: left;
  width: 16.66%;
  text-align: center;
  transition: 300ms;
}


.pc_Menu ul li > a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  padding: 0 4px;
  border-radius: 20px;
  overflow: hidden;
  transition: 300ms;
}
.pc_Menu ul li.cur > a, .pc_Menu ul li:hover > a {
  color:#FF9E00;
}
.pc_Menu ul li.cur:after, .pc_Menu ul li:hover:after {
  width: 56%;
}

.listmenuBox {
  display: none;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  z-index: 10;
}
.listmenu {
  width: 100%;
  margin-top: 5px;
  background-color: #FF9E00;
}
.listmenu a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  overflow: hidden;
  transition: 300ms;
	border-bottom: 1px solid #fff;
}
.listmenu a:hover {
  background-color: #FF2629;
}
.pc_Menu .btnsear {
  width: 4%;
  height: 44px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.btnsear a {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.btnsear img {
  max-width: 100%;
}

#head .container {
  position: relative;
}



#head .search {
  display: none;
  position: absolute;
  width: 20%;
  height: 33px;
  bottom: 12px;
  right: 0;
  overflow: hidden;
	display: block;
}
.search form {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
}
.key_btn {
  width: 20%;
  height: 33px;
  background: url("../image/sear.png") no-repeat center;
  background-size: 36%;
	background-color:#FF2629;
}
.key_txt {
  width: 80%;
  height: 33px;
  background: none;
  padding: 0 12px;
  color: #555;
}
.key_txt::-webkit-input-placeholder {  color: #ccc;
  font-family: "Microsoft Yahei";
}
.key_txt:-moz-placeholder {  color: #ccc;
  font-family: "Microsoft Yahei";
}
.key_txt::-moz-placeholder {  color: #ccc;
  font-family: "Microsoft Yahei";
}
.key_txt:-ms-input-placeholder {
  color: #ccc;
  font-family: "Microsoft Yahei";
}

.searchph {
  display: none;
  position: absolute;
  width: 100%;
  height: 42px;
  top: 80px;
  right: 0;
  overflow: hidden;
}
.searchph form {
  border-radius: 10px;
}
.searchph .key_btn {
  width: 12%;
}
.searchph .key_txt {
  width: 88%;
}
#head .phone_Btn {
  height: 100%;
  position: relative;
  top: 15px;
}
.phone_Btn a {
  display: inline-block;
  width: 50px;
  padding: 10px;
}
.phone_Btn a:first-child {
  margin-right: 10px;
}
.phone_Btn img {
  max-width: 100%;
  max-height: 100%;
}
.phone_Btn .btnClose {
  display: none;
}

.menuliBox {
  position: fixed;
  width: 80%;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: -100%;
  overflow: auto;
  z-index: 99;
}
.menuliBox .phone_Btn {
  width: 100%;
  height: 100px;
  background-color: #a40000;
  padding: 0 40px;
}
.menuliBox .phone_Btn h4 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 100px;
}
.menuliBox .phone_Btn a {
  width: 48px;
  margin-top: 26px;
}
.menuliBox ul li {
  position: relative;
  width: 100%;
  line-height: 60px;
  transition: 300ms;
}
.menuliBox ul li .btnicon {
  position: absolute;
  top: 14px;
  right: 40px;
}
.menuliBox ul li .btnicon img {
  display: none;
  padding: 10px;
  transition: 300ms;
}
.menuliBox ul li .btnicon .on {
  display: block;
}
.menuliBox ul li:hover > a > .btnicon img:first-child {
  display: none;
}
.menuliBox ul li:hover > a > .btnicon img:last-child {
  display: block;
}
.menuliBox ul li a {
  display: block;
  font-size: 20px;
  height: 60px;
  color: #666;
  padding: 0 20px 0 40px;
  overflow: hidden;
}
.menuliBox .firstul > li:hover > a > .btnicon {
  top: 20px;
}
.menuliBox .firstul > li {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.menuliBox .firstul .firsta {
  font-weight: bold;
  color: #333;
  transition: 300ms;
}
.menuliBox .firstul > li:hover .firsta {
  color: #a40000;
  font-weight: bold;
}
.menuliBox .firstul ul {
  display: none;
}
.menuliBox .secondul li {
  background-color: #f9f9f9;
  transition: 300ms;
}
.menuliBox .secondul a {
  color: #666;
  transition: 300ms;
}
.menuliBox .secondul > li:hover {
  background-color: #a40000;
}
.menuliBox .secondul > li:hover .secda {
  color: #fff;
}
.menuliBox .thirdul li {
  position: relative;
  padding-left: 40px;
  background-color: #f9f9f9;
}
.menuliBox .thirdul > li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 24px;
  left: 56px;
  border: 7px solid #666;
  border-color: transparent transparent transparent #666;
}
.menuliBox .thirdul > li:hover:before {
  border: 7px solid #a40000;
  border-color: transparent transparent transparent #a40000;
}
.menuliBox .thirdul li:hover > a {
  color: #a40000;
}

.slick a {
  display: block;
}
.slick img, .slider img {
  width: 100%;
}
.slick .slick-prev:before, .slick .slick-next:before {
  content: "";
}
#banner {
  width: 100%;
	margin-top: 65px;
}
#banner .slick-slide a {
  overflow: hidden;
}
#banner .slick-list {
  width: 100%;
}
#banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#banner .slick-prev, #banner .slick-next {
  width: 12px;
  height: 18px;
  bottom: 6px;
  top: auto;
  z-index: 9;
}
#banner .slick-prev {
  left: 50%;
  margin-left: -80px;
}
#banner .slick-next {
  right: 50%;
  margin-right: -78px;
}
#banner .slick-prev:before, #banner .slick-next:before {
  content: "";
}
#banner .slick-prev {
  background: url("") no-repeat center;
  background-size: contain;
  transition: 300ms;
}
#banner .slick-next {
  background: url("") no-repeat center;
  background-size: contain;
  transition: 300ms;
}
#banner .slick-prev:hover {
  background: url("") no-repeat center;
  background-size: contain;
}
#banner .slick-next:hover {
  background: url("") no-repeat center;
  background-size: contain;
}
#banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#banner .custom_paging li {
  display: none;
  font-weight: bold;
  font-size: 0px;
  color:rgba(0,0,0,0.001);
}
#banner .custom_paging li.slick-active {
  display: block;
}

@media (max-width:767px) {
#banner {
  width: 100%;
	margin-top: 55px;
}
		.container table {
		margin: 0 auto;
					word-break: break-all;

	}
	.container table img {
		float: left;
		width: auto;
		margin: 5px 10px 10px 0;
	}
}
@media (max-width:991px) {
#banner {
  width: 100%;
	margin-top: 55px;
}
		.container table {
		margin: 0 auto;
					word-break: break-all;

	}
	.container table img {
		float: left;
		max-width: 100%;
				margin: 5px 10px 10px 0;

	}

}


.intitle {
  margin-bottom: 36px;
}
.intitle h3 {
  padding-bottom: 6px;
  font-size: 40px;
  color: #A40000;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1em;
	text-align: left;
	margin: 50px 0 0 -5px;
}
.intitle_1 {
  margin-bottom: 10px;
}

.intitle_1 h3 {
  padding-bottom: 6px;
  font-size: 40px;
  color: #A40000;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1em;
	text-align: left;
	margin-left: -5px;
}

.intitle dd {
  font-size: 24px;
  color: #333;
}
#main .more {
  position: relative;
  width: 50px;
  color: #A40000;
	float: right;
}

.brandCenter {
  position: relative;
  padding: 0px 0 50px;
}
.brandCenter:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 290px;
  background-color: #f9f9f9;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.brandCon {
  margin-bottom: 50px;
  overflow: hidden;
}
.brandCon .imgBox {
  width: 25%;
  margin-right: -48%;
}
.brandCon .imgBox img {
  max-width: 100%;
}
.brandCon .infoBox {
  width: 100%;
}
.brandCon .info {
  margin-left: 25%;
  padding-left: 38px;
}
.brandCon .info p {
  color: #666;
  line-height: 30px;
  min-height: 120px;
  max-height: 300px;
  overflow: hidden;
}
.brandCon .more {
  bottom: -40px;
  position: relative;
  display: block;
  line-height: 36px;
  width: 50px;
  height: 36px;
  color: #A40000;

}


.brandCenter .numItem {
  color: #666;
}
.brandCenter .numItem i {
  font-size: 60px;
  font-style: italic;
  color: #333;
}

.productCenter {
  position: relative;
  width: 100%;
}
.productCenter:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .73);
}
.pdCenNav {
  width: 28%;
  margin-right: -28%;
}
.pdCenNav .slick-list {
  overflow: unset;
}
.pdCenNav .navItem {
  position: relative;
  padding: 30px 20px 30px 40px;
  background-color: rgba(255, 255, 255, .1);
  border-bottom: 1px solid #FFBE02;
  transition: 300ms;
}
.pdCenNav .navItem dd {
  color: #fff;
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
	padding-left: 10px;
	padding-top: 12px;
}
.pdCenNav .navItem .addm {
  opacity: 0;
  position: absolute;
  width: 40px;
  height: 100%;
  text-align: center;
  background-color:#FFBE02;
  line-height: 102px;
  font-size: 30px;
  color: #fff;
  right: 0px;
  top: 0;

}
.pdCenNav .navItem.cur, .pdCenNav .navItem:hover {
  background-color: #A40000;
}
.pdCenNav .navItem.cur .addm, .pdCenNav .navItem:hover .addm {
  opacity: 1;
}
.pdCenImg {
  width: 100%;
}
.pdCenImgBox {
  margin-left: 28%;
  padding-top: 40px;
  padding-left: 50px;
	padding-right: 8px;
}
.pdCenImg .row {
  margin: 0 -30px;
  display: none;
}
.row .jhlxmd{
	color: #777;
	float: left;
	margin: 0 9.5%;
}

.pdCenImg .row.cur {
  display: block;
}
.pdCenImg img {
  width: 100%;
}
.pdCenImg .imgItem {
  margin-bottom: 30px;
  padding: 0 30px;
}
.imgItem a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.imgItem .layer {
  position: absolute;
  width: 84%;
  height: 84%;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(164, 0, 0, .8);
  transition: 400ms;
}
.imgItem .layerBox {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
	text-align: center;
}
.imgItem .layer dd {
  color: #fff;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.imgItem .layer:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 58px;
  background-color: #fff;
  top: 20px;
  right: 20px;
}
.imgItem .layer:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 58px;
  background-color: #fff;
  bottom: 20px;
  left: 20px;
}
.imgItem a:hover .layer {
  top: 50%;
}

.newsCenter {
  margin: 0px;
}
.newsCenter .more {
}
.newsCon .newsBoxl {}
.itempic {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f9f9f9;
}
.itempic a {
  display: block;
  width: 100%;
}
.itempic .itemimg {
  width: 178px;
  margin-right: -178px;
}
.itemimg img {
  width: 100%;
}
.itempic .iteminfo {
  width: 100%;
}
.itempic .iteminfo .iteminfoBox {
  margin-left: 198px;
}
.iteminfo .theme {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  max-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.iteminfo .wds, .iteminfo .date {
  color: #666;
  line-height: 30px;
}
.iteminfo .wds {
  max-height: 60px;
}
.itempic.cur {
  background-color: #a40000;
}
.itempic.cur .theme, .itempic.cur .wds, .itempic.cur .date {
  color: #fff;
}
.itempic:hover {
  background-color: #a40000;
}
.itempic:hover .theme, .itempic:hover .wds, .itempic:hover .date {
  color: #fff;
}
.itemnews {
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.itemnews .date {
  color: #999;
  padding-left: 10px;
  transition: 300ms;
}
.itemnews a {
  display: inherit;
  color: #666;
  transition: 300ms;
}
.itemnews:hover .date, .itemnews:hover a {
  color: #a40000;
}

#foot {
  width: 100%;
  padding: 10px 0 10px;
  background-color: #a40000;
	color: #fff;
	text-align: center;
}
#foot a {
	color: #fff;
}
#foot .container {
  position: relative;
}
.fridlinks {
  position: absolute;
  width: 100%;
  padding: 30px 20px;
  color: #666;
  background-color: #f9f9f9;
  top: -180px;
  left: 0;
}
.fridlinks .links {
  width: 90%;
  max-height: 68px;
  overflow: hidden;
}
.fridlinks .links a {
  display: inline-block;
  position: relative;
  color: #999;
  padding: 0 10px 10px;
  transition: 300ms;
}
.fridlinks .links a:not(:last-child):after {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  top: 5px;
  right: -2px;
  background-color: #999;
}
.fridlinks .links a:hover {
  color: #a40000;
}
.footCen {
  margin-bottom: 10px;
}
.footmenu .menulist {
  position: relative;
  color: #ebebeb;
  transition: 300ms;
}
.footmenu .menulist:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 164px;
  background-color: #444;
  top: 0;
  right: 50px;
}
.footmenu .menulist dd {
  margin-bottom: 4px;
  height: 24px;
  padding-right: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footmenu .menulist a {
  display: block;
  padding: 3px 40px 3px 0;
  color: #999;
  height: 24px;
  overflow: hidden;
  transition: 300ms;
}
.footmenu .menulist:hover, .footmenu .menulist a:hover {
  color: #a40000;
}
.hotlineCode .hotline {
  padding-left: 0;
}
.hotlineCode .hotline dd {
  color: #999;
  padding: 2px 0;
}
.hotlineCode .hotline .hot {
  color: #ebebeb;
}
.hotlineCode .hotline .num {
  margin: 10px 0 20px;
  color: #a40000;
  font-size: 34px;
  font-weight: bold;
}
.hotlineCode .code {
  padding-right: 0;
}
.hotlineCode .code .codeBox {
  width: 134px;
}
.hotlineCode .code img {
  width: 100%;
}
.hotlineCode .code dd {
  color: #999;
  padding: 10px;
}
.copy {
	margin: 0 auto;
}
.copyl, .copyl a {
  color: #FFFFFF;
  line-height: 34px;
}
.copyl a {
  transition: 300ms;
}
.copyl a:hover {
  color: #a40000;
}
.chatBoxr a {
  display: inline-block;
}
.chatBoxr img {
  width: 34px;
  height: 34px;
  margin-left: 30px;
  background-color: #333;
  border: 1px solid #444;
  border-radius: 50%;
}
@media (max-width:1365px) {
  .brandCon .more {
    bottom: -30px;
  }
}
@media (max-width: 1199px) {
  
  .pc_Menu ul li > a {
    font-size: 14px;
  }
  
  #banner .custom_paging {
    width: 200px;
    height: 40px;
    line-height: 40px;
    bottom: 0px;
  }
  #banner .custom_paging li {
    font-size: 22px;
  }
  
  #main .more {
  }
  .intitle {
    margin-bottom: 30px;
  }
  .intitle h3 {
    font-size: 44px;
  }
  .intitle dd {
    font-size: 22px;
  }
  
  .brandCenter {
    padding: 100px 0 70px;
  }
  .brandCon {
    margin-bottom: 90px;
  }
  .brandCon .info p {
    max-height: 240px;
  }
  .brandCon .more {
    bottom: -27px;
  }
  .brandCenter .numItem i {
    font-size: 54px;
  }
  
  .pdCenNav .navItem {
    padding: 20px 20px 20px 30px;
  }
  .pdCenImgBox {
    padding-top: 111px;
  }
  .pdCenImg .row {
    margin: 0 -20px;
  }
  .pdCenImg .imgItem {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .imgItem .layer:before {
    height: 34px;
    top: 10px;
    right: 12px;
  }
  .imgItem .layer:after {
    height: 34px;
    bottom: 10px;
    left: 12px;
  }
  .pdCenNav .navItem .addm {
    line-height: 88px;
  }
  
  .newsCenter {
    margin: 0;
  }
  .iteminfo .wds {
    max-height: 52px;
    line-height: 24px;
  }
  .itemnews {
    height: 61px;
    line-height: 60px
  }
  
  .footmenu .menulist:after {
    right: 35px;
  }
}
@media (min-width:992px) {
  .menuliBox {
    right: -100% !important;
  }
  #wrap_index {
    right: 0 !important;
  }
  #shadow {
    display: none !important;
  }
	

	
}
@media (max-width:991px) {
  
  #head, .logo a, #head .pc_Menu {
    height: 80px;
  }
  .pc_Menu .btnsear {
    width: auto;
  }
  .btnsear a {
    display: inline-block;
    width: 30px;
    margin-left: 28px;
  }
  
  #banner .custom_paging {
    width: 170px;
    height: 30px;
    line-height: 30px;
    bottom: 0px;
  }
  #banner .custom_paging li {
    font-size: 18px;
  }
  #banner .slick-prev {
    margin-left: -70px;
  }
  #banner .slick-next {
    margin-right: -68px;
  }
  
  .intitle h3 {
    font-size: 40px;
	  text-align: left;
	  color: #a40000;
  }
  .intitle dd {
    font-size: 18px;
  }
  
  .brandCenter {
    padding: 84px 0 60px;
  }
  .brandCon {
    margin-bottom: 80px;
  }
  .brandCon .info p {
    line-height: 24px;
    max-height: 174px;
  }
  .brandCenter .numItem i {
    font-size: 40px;
  }
  
  .pdCenNav .navItem {
    padding: 10px 20px;
  }
  .pdCenNav .navItem .addm {
    width: 34px;
    line-height: 68px;
    right: -17px;
  }
  .pdCenImg .row {
    margin: 0 -10px;
  }
  .pdCenImg .imgItem {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .pdCenImgBox {
    padding-top: 81px;
    margin-left: 24%;
  }
  
  .newsCenter {
    margin-bottom: 130px;
  }
  .itempic {
    padding: 14px 10px;
  }
  .itempic .itemimg {
    width: 150px;
    margin-right: -150px;
  }
  .itempic .iteminfo .iteminfoBox {
    margin-left: 160px;
  }
  .iteminfo .theme {
    margin-bottom: 4px;
  }
  .iteminfo .date {
    line-height: 24px
  }
  .iteminfo .wds {
    max-height: 48px;
  }
  .itemnews {
    height: 47px;
    line-height: 46px;
  }
  
  #foot {
    padding: 10px 0 10px;
  }
  .footmenu .menulist:after {
    right: 17px;
  }
  .footmenu .menulist dd {
    padding-right: 4px;
  }
  .footmenu .menulist a {
    padding-right: 10px;
  }
  .hotlineCode .hotline .num {
    margin: 6px 0 14px;
    font-size: 30px;
  }
  .hotlineCode .code .codeBox {
    width: 106px;
  }
  .copyl {
    margin-bottom: 20px;
  }
  .copyl, .chatBoxr {
    float: none;
    text-align: center;
  }
  .copyl, .copyl a {
    line-height: 24px;
  }
  .chatBoxr img {
    margin: 0 15px;
  }
	

	
}
@media (max-width:767px) {
  #wrap_index .container {
    margin: 0 10px;
  }
		.container table {
		margin: 0 auto;
	}
	.container h3 {
		text-align: center;
		font-size: 18px;
		color:#555;
	}
	
	.intitle_1 h3 {
  padding-bottom: 6px;
  font-size: 22px;
  color: #A40000;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1em;
	text-align: left;
		margin-left: 0px;
}

	
.container hr {
		margin-bottom: 30px;
		border: 1px dashed #ccc;
	}
  
  #head, .logo a {
    height: 50px;
  }
#head .pc_Menu {
    height: 50px;
	  width: 65%;
  }

  .pc_Menu .btnsear {
    height: 30px;
  }
  .btnsear a {
    width: 20px;
    margin-left: 14px;
    padding: 4px 0;
  }
  #head .search {
    width: 100%;
    height: 32px;
    line-height: 32px;
    bottom: -38px;
	  display: none;
	  border-top: 1px solid #FF2629;
	  	  border-left: 1px solid #FF2629;
	  border-bottom: 1px solid #FF2629;

  }
  .key_btn, .key_txt {
    height: 32px;
  }
  .key_btn {
    background-size: inherit;
  }
  .menuliBox .phone_Btn {
    height: 60px;
    padding: 0 10px;
  }
  .menuliBox .phone_Btn h4 {
    font-size: 20px;
    line-height: 60px;
  }
  .menuliBox .phone_Btn a {
    width: 36px;
    margin-top: 8px;
  }
  .menuliBox ul li {
    line-height: 50px;
  }
  .menuliBox ul li a {
    font-size: 14px;
    padding: 0 20px 0 10px;
    height: 50px;
  }
  .menuliBox ul li .btnicon {
    top: 12px;
    right: 10px;
  }
  .menuliBox .thirdul li {
    padding-left: 30px;
  }
  .menuliBox .thirdul > li:before {
    top: 20px;
    left: 26px;
    border: 5px solid #666;
    border-color: transparent transparent transparent #666;
  }
  .menuliBox .thirdul > li:hover:before {
    border: 5px solid #a40000;
    border-color: transparent transparent transparent #a40000;
  }
  
  .intitle {
    margin-bottom: 20px;
  }
  
  #banner .slick img {
    position: relative;
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
  }
  #banner .custom_paging {
    width: 120px;
    height: 20px;
    line-height: 20px;
    bottom: 0px;
  }
  #banner .custom_paging li {
    font-size: 14px;
  }
  #banner .slick-prev, #banner .slick-next {
    width: 8px;
  }
  #banner .slick-prev {
    margin-left: -50px
  }
  #banner .slick-next {
    margin-right: -48px
  }
  
  .brandCenter {
    padding: 0px 0 ;
  }
  .brandCon {
    margin-bottom: 30px;
  }
  .brandCon .imgBox, .brandCon .info {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0
  }
  .brandCon .imgBox {
    margin-bottom: 14px;
  }
  .brandCon .more {
    bottom: 0;
  }
  .brandCon .info p {
    max-height: 144px;
    margin-bottom: 16px;
  }
  .brandCenter .numItem {
    margin-bottom: 10px;
    height: 54px;
    overflow: hidden;
  }
  .brandCenter .numItem i {
    font-size: 26px;
  }
  
  #wrap_index .productCenter .container {
    margin: 0 10px 0 0;
  }
	
  .pdCenNav .navItem {
    padding: 6px 4px;
  }
  .pdCenNav .navItem .addm {
    width: 15px;
    line-height: 60px;
    right: 0px;
    font-size: 26px;
  }
  .imgItem .layer {
    display: none !important;
  }
  
  .newsCenter {
    margin-bottom: 10px;
  }
  .newsCenter .more {
  }
  .itempic {
    padding: 12px 10px;
    margin-bottom: 10px;
  }
  .itempic .itemimg {
    width: 120px;
    margin-right: -120px;
  }
  .itempic .iteminfo .iteminfoBox {
    margin-left: 130px;
  }
  .iteminfo .wds {
    max-height: 24px;
  }
  .itemnews {
    height: 41px;
    line-break: 40px;
  }
  
  .fridlinks {
    padding: 10px;
    top: -114px;
  }
  .fridlinks .links {
    width: 75%;
    max-height: 56px;
  }
  .fridlinks .links a {
    padding: 0 8px 6px;
  }
  .footCen {
    margin: 0 -10px 30px;
  }
  .footmenu {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .footmenu .menulist {
    padding: 0 10px;
  }
  .footmenu .menulist:after {
    display: none;
  }
  .footmenu .menulist dd {
    padding-right: 0;
  }
  .footmenu .menulist a {
    padding: 3px 0;
  }
  .hotlineCode {
    padding: 0 10px;
  }
  .hotlineCode .hotline {
    padding: 0;
  }
  .hotlineCode .hotline .num {
    margin: 4px 0 8px;
    font-size: 24px;
  }
  .hotlineCode .code .codeBox {
    width: 80px;
  }
	

}
@media (max-width:414px) {
  .pdCenImgBox {
    padding-top: 19px;
    margin-left: 19%;
  }
  .pdCenImg .imgItem {
    width: 100%;
    margin-bottom: 20px;
  }
  .pdCenImg .row .imgItem:nth-child(2n) {
    display: none !important;
  }
}

.editBox {
  min-height: 210px;
  color: #666;
  line-height: 30px;
  margin: 10px 0;
}
.editBox img {
  width: 100%;
	margin: 0 auto 15px;
}
.pagetitle {
  width: 100%;
  padding: 40px 0 30px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
	margin-top: 40px;
}


@media {
	.pagetitle {
  width: 100%;
  padding: 40px 0 30px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
	margin-top: 10px;
}

}


.pagetitle .intitle {
  margin-bottom: 0;
}
.pagetitle .cate {
  position: relative;
  padding: 10px 26px 10px 0;
  top: 40px;
  cursor: pointer;
}
.pagetitle .cate dd {
  display: none;
  font-size: 14px;
  color: #999;
}
.pagetitle .cate .on {
  display: block;
}
.pagetitle .cate:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 16px;
  background: url(../image/cate.png)no-repeat center;
  background-size: cover;
  top: 14px;
  right: 0;
}
.pagetitle .sidel_nav.catemenu {
  display: none;
  margin-top: 20px;
}
.catemenu .firstul {
  padding-top: 10px;
  background-color: #fff;
}

.pageLocation {
  position: relative;
  height: 100%;
  padding-left: 20px;
  margin-top: 54px;
}
.pageLocation:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 6px;
  left: 0;
  background: url(../image/locicon.png)no-repeat center;
}
.pageLocation span {
  display: block;
  color: #999;
	font-size: 15px;
}
.pageLocation ul {
  margin-bottom: 0;
}
.pageLocation ul li {
  position: relative;
  float: left;
  margin-right: 10px;
}
.pageLocation ul li a {
  display: block;
  color: #999;
  transition: 300ms;
}
.pageLocation ul li.cur a, .pageLocation ul li:hover a {
  color: #a40000;
}
.pageLocation ul li:not(:last-child):after {
  position: absolute;
  content: "-";
  color: #999;
  right: -9px;
  top: 50%;
  margin-top: -13px;
  font-size: 20px;
}

.paginationBox {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.paginationBox a {
  display: inline-block;
  width: auto;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
  margin: 0 5px;
  color: #999;
  transition: all .3s;
}
.paginationBox .cur, .paginationBox a:hover {
  color: #fff;
  background-color: #a40000;
}
.paginationBox a.arrow {
  width: 70px;
}
.paginationBox a.arrow img {
  display: none;
  max-width: 14%;
}
.paginationBox a.arrow2 img {
  max-width: 9%;
}
.paginationBox a.arrowchg img {
  transform: rotate(180deg);
}
.paginationBox a.arrow img.on {
  display: inline-block;
}
.paginationBox a:hover img:nth-child(1) {
  display: none !important;
}
.paginationBox a:hover img:nth-child(2) {
  display: inline-block !important;
  margin-top: -2px;
}

.share {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #ebebeb;
}
#bdshare span {
  height: 34px;
}
#bdshare a {
  display: inline-block;
  padding: 20px 12px;
}
#bdshare a.shareCount {
  width: 42px;
  padding: 0;
}

.prevNext {
  margin: 20px 0;
}
.prevNext a {
	float: left;
  display: block;
  height: 28px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 500ms;
	margin-bottom: 20px;
}
.prevNext2 a {
	float: right;
  display: block;
  height: 28px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 500ms;
	margin-bottom: 20px;
}

.prevNext a:hover {
  color: #a40000;
}
.prevNext2 a:hover {
  color: #a40000;
}


.pageCon {
  margin-bottom: 0px;
}
.pageCon1 {
  margin-bottom: 0px;
	background-image: url("../image/bg_11.jpg");
	background-size: cover;
}
.pageCon1>img{
	width: 100%;
}
.pageCon .sidel_nav {
  width: 308px;
  margin-right: -308px;
}
.pageCon .pageconBox {
  max-width: 100%;
  min-height: 120px;
}
.pageCon .pageInfo {
	margin: 0 auto;
  padding: 20px;
}
.sidel_nav .firstul ul {
  display: none;
}
.sidel_nav .firstul li {
  position: relative;
  width: 100%;
  background-color: #f9f9f9;
  transition: 300ms;
}
.sidel_nav .firstul .btnicon {
  position: absolute;
  top: 10px;
  right: 8px;
}
.sidel_nav .firstul .btnicon img {
  display: none;
  padding: 10px;
  transition: 300ms;
}
.sidel_nav .firstul .btnicon .on {
  display: block;
}
.sidel_nav .firstul li:hover .firsta .btnicon img:first-child {
  display: none;
}
.sidel_nav .firstul li:hover .firsta .btnicon img:last-child {
  display: block;
}
.sidel_nav .firstul li a {
  display: block;
  color: #666;
  padding: 0 20px;
  overflow: hidden;
}
.sidel_nav .firstul li:hover .firsta .btnicon {
  top: 16px;
}
.sidel_nav .firstul > li {
  border-bottom: 1px solid #ebebeb;
}
.sidel_nav .firstul .firsta {
  height: 52px;
  line-height: 52px;
  color: #333;
  transition: 300ms;
}
.sidel_nav .firstul > li:hover, .sidel_nav .firstul > li.cur {
  background-color: #a40000;
}
.sidel_nav .firstul > li:hover .firsta, .sidel_nav .firstul > li.cur .firsta {
  color: #fff;
}
.sidel_nav .secondul li {
  padding-left: 28px;
}
.sidel_nav .secondul .secda {
  height: 46px;
  line-height: 46px;
}
.sidel_nav .thirdul a {
  height: 36px;
  line-height: 36px;
}
.sidel_nav .secondul li:hover > a {
  color: #a40000;
}

.product .row {
  margin: 0 -30px;
}
.product .imgItem {
  margin-bottom: 60px;
  padding: 0 30px;
}
.product .imgItem img {
  width: 100%;
}

.productdetails .title {
  font-size: 18px;
  color: #A40000;
  margin-bottom: 20px;
  max-height: 48px;
  overflow: hidden;
}
.productdetails .prodetailBox {
  width: 74%;
  margin: 0 auto 30px;
}
.prodetailBox .slider-nav .pdimg {
  margin: 0 3px;
}
.prodetailBox img {
  width: 100%;
}
.slider-for .slick-prev, .slider-for .slick-next {
  width: 47px;
  height: 47px;
}
.slider-for .slick-prev {
  left: -96px;
  z-index: 9;
}
.slider-for .slick-next {
  right: -96px;
}
.slider-for .slick-prev:before, .slider-for .slick-next:before {
  content: "";
}
.slider-for .slick-prev {
  background: url("../image/prev.png") no-repeat center;
  background-size: contain;
  transition: 300ms;
}
.slider-for .slick-next {
  background: url("../image/next.png") no-repeat center;
  background-size: contain;
  transition: 300ms;
}
.slider-nav .slider-navimg {
  position: relative;
}
.slider-nav .slider-navimg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  transition: 300ms;
}
.prodetailBox .slider-nav .pdimg:hover .slider-navimg:after, .prodetailBox .slider-nav .slick-current .slider-navimg:after {
  opacity: 0;
}
.prodetailBox .slider-for {
  margin-bottom: 10px;
}
.slider-for.slick-initialized .slick-slide {
  margin-left: 4px;
}
.pdeatilmenu {
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #a40000;
}
.pdeatilmenu .slick .cur {
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 116px !important;
}
.pdeatilmenu .slick-slide {
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 116px !important;
}
.pdeatilmenu a {
  color: #333;
  transition: 300ms;
}
.pdeatilmenu .slick-slide.cur a, .pdeatilmenu .slick-slide:hover a {
  color: #fff;
  background-color: #a40000;
  padding: 0 4px;
}
.pdetailIntro .cp {
  width: 100%;
  display: none;
}
.pdetailIntro .cp.cur {
  display: block;
}

.news {
  margin-top: -20px;
}
.newsResult {
  margin-bottom: 80px;
}
.newspic .itempic {
  margin-bottom: 30px;
}
.newsdetail .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a40000;
}
.newsdetail .title h3 {
  font-size: 18px;
  color: #a40000;
  margin-bottom: 10px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsdetail .title .time {
  color: #666;
}
.newsdetail .editBox img {
  display: block;
  width: 100%;
  margin: 0px auto 15px;
}
.newsdetail .editBox h4 {
  display: block;
  margin-bottom: 5px;
	font-size: 15px;
	padding-left: 5px;
}


.searchpage .title {
  font-size: 14px;
  color: #a40000;
  margin-bottom: 20px;
  max-height: 48px;
  overflow: hidden;
}
.searchpage .result {
  margin-bottom: 80px;
}
@media (max-width:991px) {
  .pagetitle {
    margin-bottom: 40px;
  }
  .pageCon .sidel_nav {
    width: 240px;
    margin-right: -240px;
  }
  .pageCon .pageInfo {
    margin-left: 240px;
    padding-left: 30px;
  }
  .sidel_nav .firstul .firsta {
    height: 46px;
    line-height: 46px;
  }
  .sidel_nav .secondul .secda {
    height: 40px;
    line-height: 40px;
  }
  .sidel_nav .firstul .btnicon {
    top: 8px;
  }
  .sidel_nav .firstul li:hover .firsta .btnicon {
    top: 14px;
  }
  .paginationBox a {
    margin: 0;
  }
  .paginationBox a.arrow {
    width: 60px;
  }
  
  .product .row {
    margin: 0 -10px;
  }
  .product .imgItem {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  
  .pdeatilmenu .slick-slide {
    width: 100px !important;
    height: 36px;
    line-height: 36px;
  }
  .slider-for .slick-prev, .slider-for .slick-next {
    width: 36px;
    height: 36px;
  }
  .slider-for .slick-prev {
    left: -60px;
  }
  .slider-for .slick-next {
    right: -60px;
  }
  
  .news {
    margin-top: -12px;
  }
  .newsResult {
    margin-bottom: 40px;
  }
  
  .newspic .itempic {
    margin-bottom: 20px;
  }
  
  .newsdetail .title {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  
  .searchpage .result {
    margin-bottom: 40px;
  }
}
@media (max-width:767px) {
  .editBox {
    min-height: 192px;
    line-height: 24px;
  }
  .pagetitle {
    padding: 20px 0 20px;
    margin-bottom: 20px;
  }
  .intitle h3 {
    font-size: 22px;
	  	  text-align: left;
	  color: #a40000;
	  margin-left: 0px;

  }
  .intitle dd {
    font-size: 16px;
  }
  .pageCon {
    margin-bottom: 0px;
  }
  .pageCon .pageconBox {
    float: none;
  }
  .pageCon .pageInfo {
    padding: 0;
    margin: 0;
  }
  .paginationBox {
    margin: 10px 0;
  }
  .paginationBox a {
    width: auto;
    height: 24px;
    line-height: 24px;
  }
  
  .product .row {
    margin: 0 -6px;
  }
  .product .imgItem {
    padding: 0 6px;
    margin-bottom: 20px;
  }
  
  .productdetails .title {
    margin-bottom: 10px;
  }
  .productdetails .prodetailBox {
    width: 100%;
    margin-bottom: 20px;
  }
  .pdeatilmenu {
    margin-bottom: 10px;
  }
  .pdeatilmenu .slick-slide {
    width: 72px !important;
    height: 30px;
    line-height: 30px;
  }
  .slider-for .slick-prev, .slider-for .slick-next {
    width: 30px;
    height: 30px;
  }
  .slider-for .slick-prev {
    left: 10px;
  }
  .slider-for .slick-next {
    right: 10px;
  }
  
  .newsResult {
    margin-bottom: 30px;
  }
  .newspic .itempic {
    margin-bottom: 20px;
  }
  
  .newsdetail .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .newsdetail .title h3 {
    margin-bottom: 4px;
  }
  .newsdetail .editBox img {
    width: 100%;
  }
  
  .searchpage .title {
    margin-bottom: 10px;
  }
  .searchpage .result {
    margin-bottom: 30px;
  }
}




.pageCon p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.pageCon img {
  margin: 5px auto;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 2px #ccc;
}

.container .infobox {
  background-color: #f8f8f8;
  padding: 30px 30px 0;
  overflow: hidden;
}
.container .infobox .img {
  float: left;
  width: 124px;
  height: auto;
  border: 0px solid #e9e9e9;
  overflow: hidden;
}
.container .infobox .txt {
  color: #999;
  font-size: 12px;
  margin-left: 150px;
  line-height: 22px;
}
.container .infobox .txt h2 {
  display: block;
  font-size: 22px;
  color: #555555;
  margin: 8px auto;
  font-weight: normal;
  text-align: left;
}

.container .infobox .txt .property {
  font-size: 14px;
  line-height: 26px;
}
.container .infobox .txt .property span {
  margin-right: 20px;
}
.container .xia {
  color: #999;
  background-color: #fff;
  padding: 0px 14px;
	margin-bottom: 20px;
}
.container .xia .xiazai a {
  background: url(404.png) left center no-repeat;
  color: #555;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
  padding: 5px 0 5px 20px;
}
.container .xia .xiazai a:hover{
	color: #a40000;
}
.container .intro a {
  color: #06C;
}
.container .intro a:hover {
  color: #f30;
}
.container .intro img {
  max-width: 100%;
  height: auto;
}

.container .dow_list {}
.container .dow_list li {
  border-bottom: 0px solid #E6E6E6;
  overflow: hidden;
  padding: 18px 0 12px 0;
}
.container .dow_list li .img {
  float: left;
  width: 140px;
  height: auto;
  padding-left: 20px;
  overflow: hidden;
	box-shadow: 0 0 0 ;
}
.container .dow_list li .txt {
  color: #999;
  font-size: 12px;
  margin-left: 160px;
  line-height: 22px;
}
.container .dow_list li .txt a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-bottom: 8px auto;
}
.container .dow_list li .txt a:hover {
  color: #f30;
}
.container .dow_list li .txt .property {
  font-size: 14px;
  line-height: 26px;
}
.container .dow_list li .txt .property span {
  margin-right: 20px;
}
.container .pagelist {
  width: 98%;
  background-color: #f8f8f8;
  margin: 10px auto;
  border-radius: 15px;
}
.container .pagelist1 {
	width: 90%;
	margin: 0 auto;
}
.container .pagelist2 {
  width: 98%;
  background-color: #f8f8f8;
  margin: 0px auto;
  border-radius: 10px;
}

.container .pagelist1 ul {
  text-align: center;
  margin: 20px 0;
}
.container .pagelist1 ul li {
  display: inline-block;
	  border: 0px solid #ddd;

}
.container .pagelist1 ul li a {
  color: #666666;
  display: inline-block;
  border: 0px solid #ddd;
		padding: 0 10px;

}
.container .pagelist1 ul li a:link  {
  color: #555;
  display: inline-block;
  border: 1px solid #ddd;
}
.container .pagelist1 ul li a:hover {
  color: #A40000;
  display: inline-block;
  border: 0px solid #ddd;
}
.container .pagelist1 ul li a:active  {
  color: #a40000;
  display: inline-block;
  border: 0px solid #ddd;
}
.container .pagelist1 ul li a:visited  {
  color: #A40000;
  display: inline-block;
  border: 1px solid #ddd;
}

.container .h4 { 
	display: block;
	text-align: center;
	font-size: 18px;
	color: #a40000;
	margin-top: 10px;
}
.container .h5 { 
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
}






.yj_bg {
  background-color: rgba(0, 0, 0, 0.73);
  padding: 34px 38px 20px;
}
.yj_box {
  width: 1090px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.yj_fw {
  margin-top: 23px;
  padding-top: 9px;
  padding-bottom: 23px;
  border-right: 1px solid #fff;
  width: 225px;
  padding-right: 29px;
  margin-left: 88px;
}
.yj_fw h2 {
  font-size: 16px;
  color: white;
}
.yj_fw h2 span {
  font-size: 20px;
  font-family: Arial;
	line-height: 40px;
}
.yj_fw h3 {
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
.yj_list {
  margin-left: 3px;
}
.yj_list ul {
  margin-left: 35px;
float: left;
}
.yj_list ul li {
  font-size: 15px;
  color: white;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  padding-right: 7px;

}
.yj_list ul dt {
  font-size: 14px;
  color: #999999;
  padding-right: 7px;

}
.yj_list ul dt a {
  font-size: 13px;
  color: #999999;
  display: block;
  margin-top: 5px;
}
.yj_list ul dt a:hover {
  color: #cc3333;
}
.js {
  display: inline-flex;
  align-items: baseline;
  display: -ms-inline-flexbox;
  -ms-flex-align: baseline;
}
.gz {
  margin: 10px 7px 0 26px;
	float: right;
}
.gz img {
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
}
.gz p {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.dibu {
  background-color: #a40000;
  font-size: 12px;
  color: #ccc;
  text-align: center;
  padding: 11px 0;
  border-top: 1px solid #999999;
}
.dibu a {
  color: #ccc;
}

@media (max-width: 991px){
	
	.none{display:none;
}
}

@media (min-width: 767px){
	
	.none2{display:none;
}
}


.no_pc{display: inline;}
 @media (min-width: 960px){
 .no_pc{display:none;}
 }

@media (max-width: 991px){
	
	.yj_bg {
  background-color: rgba(0, 0, 0, 0.73);
  padding: 10px 5px;
}
.yj_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.yj_fw {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-right: 1px solid #fff;
  width: 160px;
  padding-right: 10px;
  margin-left: 15px;
}
.yj_fw h2 {
  font-size: 14px;
  color: white;
}
.yj_fw h2 span {
  font-size: 20px;
  font-family: Arial;
	line-height: 30px;
}
.yj_fw h3 {
  font-size: 13px;
  color: #ccc;
  line-height: 24px;
}
.yj_list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.yj_list dl {
  margin-left: 35px;
}
.yj_list dl dd {
  font-size: 15px;
  color: white;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  padding-right: 7px;
}
.yj_list dl dt a {
  font-size: 13px;
  color: #999999;
  display: block;
  margin-top: 5px;
}
.yj_list dl dt a:hover {
  color: #cc3333;
}
.yj_lx dt {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
}
.js {
  display: inline-flex;
  align-items: baseline;
  display: -ms-inline-flexbox;
  -ms-flex-align: baseline;
}
.yj_lx {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.gz {
  margin: 10px 7px 0 26px;
}
.gz img {
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
}
.gz p {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.dibu {
  background-color: #a40000;
  font-size: 12px;
  color: #ccc;
  text-align: center;
  padding: 11px 0;
  border-top: 1px solid #999999;
}
.dibu a {
  color: #ccc;
}

	
	
}





 @media (min-width: 960px){

.zaix_box {
  position: fixed;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
		box-shadow: 0px 0px 3px #f7f7f7;

}
.zaix_box ul {
  width: 60px;
}
.zaix_box ul li {
  width: 60px;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 9px;
		opacity:0.9;

}
.zaix_box ul li img {
  margin: 0 auto;
  display: block;
}
.zaix_box ul li p {
  font-size: 13px;
  color: #b2b2b2;
  text-align: center;
  margin-bottom: 7px;
}
.zaix_box ul li:hover {
  background-color: #CC3333;
}
.zaix_box ul li:hover p {
  color: #fff;
}
}

@media (max-width:991px){
	.zaix_box {
  position: fixed;
  right: 20px;
  bottom: 72px;
  cursor: pointer;
	box-shadow: 0px 0px 2px #f7f7f7;
}
.zaix_box ul {
  width: 36px;
}
.zaix_box ul li {
  width: 36px;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  background-color: #fff;
  padding-top: 3px;
	padding-bottom: 7px;
	line-height: 10px;
	opacity:0.8;
}
.zaix_box ul li img {
  margin: 0 auto;
  display: block;
}
.zaix_box ul li p {
  font-size: 10px;
  color: #b2b2b2;
  text-align: center;

}
.zaix_box ul li:hover {
  background-color: #CC3333;
}
.zaix_box ul li:hover p {
  color: #fff;
}

}


.zaix_box ul li img:nth-child(2) {
  display: none;
}
.zaix_box ul li:hover img:nth-child(2) {
  display: block;
}
.zaix_box ul li:hover img:nth-child(1) {
  display: none;
}
.zaix_box ul li {
  position: relative
}
.ziji {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ziji {
  position: absolute;
  width: 300%;
  bottom: 0;
  left: -300%;
}
.xf {
  background: #cc3333;
  padding-bottom: 10px;
  margin-right: 12px;
  padding-top: 4px;
}
.ziji span {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  display: block;
}
.ziji a {
  font-size: 13px;
  display: block;
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 5px;
  margin: 20px 5px 0;
}
.ziji b {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid #fff;
  display: block;
}
.zaix_box ul li:hover .ziji b img {
  display: block;
}
.ziji b img {
  width: 120px;
  height: 120px;
}
.ziji {
  display: none;
}
.zaix_box ul li:hover .ziji {
  display: block;
}
.ziji123 {
  width: 8px;
  height: 17px;
  position: absolute;
  right: 4px;
  bottom: 10px;
}


.ss-r{ width:185px; position:relative; overflow:hidden; float:right;}
.ss-r input { width:135px; background:#efefef; height:36px; border:0; padding:0 0 0 10px;}
.ss-r .go { position:absolute; display:block; top:0; right:0; width:40px; height:36px; cursor:pointer;}