
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 1200px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.wid {
  width: 100%;
  max-width: 1180px;
}
.head {
  overflow: hidden;
  height: 63px;
}
.head .conts {
  width: 100%;
  height: 63px;
  line-height: 62px;
  border-bottom: 1px solid #eee;
}
.head .conts .logo {
  line-height: 62px;
  font-size: 18px;
  color: #f00;
  font-family: arial;
}
.head .conts .contTxt {
  font-size: 14px;
  padding-left: 90px;
}
.head .conts .contTxt .box {
  margin-right: 86px;
  color: #333;
}
.head .conts .contTxt .box em {
  font-weight: bold;
}
.head .conts .language {
  color: #e03c31;
}
.head .conts .language a {
  color: #e03c31;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}
.head .conts .language a:hover {
  color: #333;
}
.nav {
  width: 100%;
  padding: 20px 0;
}
.nav .logo {
  width: 96px;
}
.nav .logo img {
  width: 95px;
}
.nav .list {
  width: 900px;
/*  height: 96px;*/
}
.nav .list ul {
  margin: 0;
}
.nav .list ul li {
  line-height: 96px;
  padding: 0 30px;
  position: relative;
}
.nav .list ul li .slide {
  width: 280px;
  height: auto;
  padding-bottom: 20px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 76px;
  display: none;
  z-index: 99;
}
.nav .list ul li .slide .items {
  width: 100%;
  padding-top: 10px;
  float: left;
}
.nav .list ul li .slide .items .tits {
  width: 100%;
  height: 37px;
  line-height: 36px;
  padding: 0 10px;
  border-bottom: 1px solid #d7d6d6;
}
.nav .list ul li .slide .items .list {
  width: 100%;
}
.nav .list ul li .slide .items .list ul {
  width: 100%;
}
.nav .list ul li .slide .items .list ul li {
  width: 280px;
  line-height: auto;
  margin: 0 8px;
  padding: 1px 0;
  padding-bottom: 0;
}
.nav .list ul li .slide .items .list ul li .imgs {
  width: 100%;
  height: 80px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .list ul li .slide .items .list ul li .imgs img {
  width: 80px;
  transition: 0.5s;
}
.nav .list ul li .slide .items .list ul li .txts {
  width: 100%;
  line-height: 20px;
  font-weight: normal;
  font-size: 12px;
  color: #666;
/*  text-align: center;
  min-height: 56px;*/
  padding: 8px 0;
}
.nav .list ul li .slide .items .list ul li:hover .imgs img {
  transform: scale(1.1);
}
.nav .list ul li .slide .items .list ul li:hover .txts {
  color: #f00;
}
.nav .list ul li a {
  font-size: 15px;
  color: #333;
  font-family: arial;
  text-decoration: none;
}
.nav .list ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 1px;
  height: 8px;
  background-color: #999;
}
.nav .list ul li:last-child:after {
  display: none;
}
.nav .list ul li.acti a {
  font-weight: bold;
  color: #e03c31;
}
.nav .list ul li.li-btns .curr {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.nav .list ul li.li-btns .curr:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  transition: 0.5s;
  height: 20px;
  background: url("../img/29ad1f_20x20.png") center no-repeat;
}
.nav .list ul li.li-btns.acti .curr:after {
  transform: rotate(180deg);
}
.nav .search {
  width: 180px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #ddd;
  margin: 29px 0;
}
.nav .search button {
  width: 36px;
  border: none;
  height: 36px;
  float: left;
  background: url("../img/48c4f9_20x20.png") center no-repeat;
}
.nav .search input[type='text'] {
  width: calc(100% - 36px);
  height: 36px;
  float: left;
  border: none;
  background: none;
  padding-left: 16px;
}
.banner {
  width: 100%;
}
.banner ul {
  width: 100%;
  margin: 0;
}
.banner ul li {
  width: 100%;
  overflow: hidden;
}
.banner ul li img {
  width: 100%;
}
.banner ul li .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  transition: 0.6s;
  opacity: 0;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  color: #bbb;
  font-size: 24px;
}
.banner .swiper-button-prev:hover:after,
.banner .swiper-button-next:hover:after {
  color: #333;
}
.banner .swiper-button-prev {
  left: 78px;
}
.banner .swiper-button-next {
  right: 78px;
}
.banner .swiper-pagination {
  bottom: 16px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  margin: 0 9px;
  height: 10px;
  opacity: 1;
  border: 2px solid #fff;
  background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #555;
}
.banner .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #555;
}
.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
  opacity: 1;
}
.product {
  float: left;
  width: 100%;
}
.product .title {
  width: 100%;
  background-color: #e03c31;
  padding-bottom: 48px;
  float: left;
  position: relative;
}
.product .title:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -21px;
  bottom: -21px;
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 21px solid #e03c31;
}
.product .title .text {
  width: 100%;
  text-align: center;
}
.product .title .text h3 {
  line-height: 118px;
  font-size: 34px;
  color: #fff;
  margin: 0;
}
.product .title .text p {
  margin: 0;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.6px;
}
.product .conts {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.product .conts .list {
  width: 100%;
}
.product .conts .list ul {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.product .conts .list ul li {
  width: 268px;
  border: 1px solid #ebebeb;
  padding: 30px 32px;
  transition: 0.5s;
}
.product .conts .list ul li a {
  text-decoration: none;
}
.product .conts .list ul li .imgs {
  width: 100%;
}
.product .conts .list ul li .imgs img {
  width: 100%;
}
.product .conts .list ul li .txts {
  width: 100%;
  margin-top: 54px;
  line-height: 26px;
  min-height: 52px;
  text-align: center;
  font-size: 20px;
  color: #e03c31;
  position: relative;
}
.product .conts .list ul li .txts:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -10px;
  width: 30px;
  height: 2px;
  background-color: #e03c31;
}
.product .conts .list ul li:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border: 1px solid #ccc;
}
.product .conts .list .swiper-button-prev,
.product .conts .list .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #e03c31;
  box-shadow: 0px 2px 10px 0px rgba(19,108,191,0.31);
}
.product .conts .list .swiper-button-prev:after,
.product .conts .list .swiper-button-next:after {
  color: #fff;
  font-size: 24px;
  word-break: normal;
}
.product .conts .list .swiper-button-prev {
  left: 0;
}
.product .conts .list .swiper-button-next {
  right: 0;
}
.product .more {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.product .more a {
  display: inline-block;
  width: 206px;
  height: 42px;
  background-color: #e03c31;
  border-radius: 21px;
  color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.31);
  line-height: 42px;
}
.quality {
  width: 100%;
  float: left;
  padding-bottom: 70px;
}
.quality .title {
  width: 100%;
  text-align: center;
  padding-top: 86px;
  line-height: 50px;
  font-size: 24px;
  color: #e03c31;
  position: relative;
}
.quality .title:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 60px;
  width: 60px;
  height: 4px;
  background-color: #e03c31;
}
.quality .text {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.quality .text p {
  margin: 0;
  line-height: 30px;
  font-size: 17px;
  color: #333;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.5px;
}
.quality .image {
  width: 100%;
}
.quality .image img {
  width: 100%;
}
.about {
  width: 100%;
  background-color: #f6f6f6;
  padding: 90px 0;
  float: left;
}
.about .image {
  width: 100%;
}
.about .image img {
  width: 100%;
}
.about .intrs {
  width: 100%;
}
.about .intrs .title {
  width: 100%;
  padding-top: 25px;
}
.about .intrs .title h3 {
  margin: 0;
  line-height: 50px;
  font-size: 32px;
  color: #333;
  letter-spacing: 1px;
}
.about .intrs .title h3 em {
  color: #e03c31;
}
.about .intrs .title p {
  margin: 0;
  line-height: 24px;
  padding: 14px 0;
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
}
.about .intrs .text {
  width: 100%;
  padding: 10px 0;
}
.about .intrs .text p {
  margin: 0;
  line-height: 28px;
  font-size: 15px;
  color: #555;
  width: 100%;
  max-width: 490px;
  text-indent: 18px;
  position: relative;
}
.about .intrs .text p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background: url("../img/de8752_14x14.jpg") center no-repeat;
}
.about .intrs .more {
  width: 100%;
  padding-top: 36px;
}
.about .intrs .more a {
  display: inline-block;
  width: 166px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background-color: #e03c31;
}
.contact {
  width: 100%;
  height: 500px;
  background: url("../img/mbb.jpg") bottom center no-repeat;
  background-attachment: fixed;
  float: left;
}
.contact .conts {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact .conts .title {
  width: 100%;
  padding: 30px 0;
}
.contact .conts .title p {
  margin: 0;
  line-height: 60px;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
.contact .conts .more {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.contact .conts .more a {
  display: inline-block;
  width: 172px;
  height: 40px;
  background-color: #e03c31;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}
.news {
  width: 100%;
  padding-top: 70px;
  float: left;
}
.news .title {
  width: 100%;
  padding: 40px 0;
}
.news .title .txts {
  line-height: 46px;
  font-size: 26px;
  color: #e03c31;
}
.news .title .tabs {
  width: auto;
}
.news .title .tabs ul {
  margin: 0;
}
.news .title .tabs ul li {
  line-height: 30px;
  width: 140px;
  height: 32px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 15px;
  color: #828282;
  font-family: arial;
}
.news .title .tabs ul li.acti {
  background-color: #e03c31;
  color: #fff;
  border: 1px solid #e03c31;
}
.news .conts {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.news .conts .items {
  width: 100%;
}
.news .conts .items a {
  text-decoration: none;
}
.news .conts .items .imgs {
  width: 100%;
  overflow: hidden;
}
.news .conts .items .imgs img {
  width: 100%;
  transition: 0.5s;
}
.news .conts .items .intrs {
  width: 100%;
}
.news .conts .items .intrs .text {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  float: left;
}
.news .conts .items .intrs .text:after {
  content: "";
  position: absolute;
  left: 0;
  transition: 0.6s;
  bottom: -1px;
  width: 0;
  opacity: 0;
  height: 1px;
  background-color: #e03c31;
}
.news .conts .items .intrs .text .tits {
  width: 100%;
  line-height: 46px;
  font-size: 18px;
  color: #373737;
  font-family: arial;
}
.news .conts .items .intrs .text .txts {
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .conts .items .intrs .time {
  width: 100%;
  line-height: 70px;
  font-size: 16px;
  color: #8d8d8d;
}
.news .conts .items:hover .imgs img {
  transform: scale(1.2);
}
.news .conts .items:hover .intrs .text:after {
  width: 100%;
  opacity: 0.8;
}
.news .conts .items:hover .intrs .text .tits {
  color: #e03c31;
}
.links {
  width: 100%;
  background-color: #f8f8f7;
  float: left;
  min-height: 100px;
  padding-top: 40px;
}
.links .items {
  width: 100%;
}
.links .items .title {
  width: 100%;
  line-height: 60px;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
}
.links .items .conts {
  width: 100%;
}
.links .items .conts .list {
  width: 100%;
}
.links .items .conts .list ul {
  width: 100%;
  margin: 0;
}
.links .items .conts .list ul li {
  width: 100%;
  line-height: 28px;
  padding-left: 12px;
  position: relative;
}
.links .items .conts .list ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 4px;
  height: 7px;
  background: url("../img/ae0fda_4x7.jpg") center no-repeat;
}
.links .items .conts .list ul li a {
  color: #555;
  text-decoration: none;
}
.links .items .conts .list ul li:hover a {
  color: #f00;
}
.links .items .conts .text {
  width: 100%;
}
.links .items .conts .text p {
  margin: 0;
  line-height: 28px;
}
.links .items .conts .form {
  width: 100%;
}
.links .items .conts .form .input {
  width: 100%;
}
.links .items .conts .form .input input[type='button'] {
  width: 106px;
  border: none;
  height: 42px;
  float: left;
  border: 1px solid #ccc;
  background-color: #e03c31;
  color: #fff;
}
.links .items .conts .form .input input[type='text'] {
  width: calc(100% - 106px);
  height: 42px;
  float: left;
  border: none;
  background: none;
  border: 1px solid #ccc;
  border-right: none;
  padding-left: 10px;
  background-color: #fff;
}
.links .items .conts .form .share {
  width: 100%;
  padding-top: 20px;
  float: left;
}
.links .items .conts .form .share ul {
  width: 100%;
  margin: 0;
}
.links .items .conts .form .share ul li {
  width: 32px;
  height: 32px;
}
.links .items .conts .form .share ul li.ico-facebook {
  background: url("../img/2c6859_400x2327.png") no-repeat -24px 0;
}
.links .items .conts .form .share ul li.ico-twitter {
  background: url("../img/2c6859_400x2327.png") no-repeat -24px -256px;
}
.links .items .conts .form .share ul li.ico-youtube {
  background: url("../img/2c6859_400x2327.png") no-repeat -24px -320px;
}
.links .items .conts .form .share ul li:hover.ico-facebook {
  background: url("../img/2c6859_400x2327.png") no-repeat -223px 1px;
}
.links .items .conts .form .share ul li:hover.ico-twitter {
  background: url("../img/2c6859_400x2327.png") no-repeat -223px -255px;
}
.links .items .conts .form .share ul li:hover.ico-youtube {
  background: url("../img/2c6859_400x2327.png") no-repeat -223px -319px;
}
.footer {
  width: 100%;
  background-color: #f6f6f6;
  float: left;
  text-align: center;
  line-height: 24px;
  padding: 22px 0;
}
.footer p {
  text-align: center;
  margin: 0;
  color: #555;
}
.fix-menu {
  width: 50px;
  height: 250px;
  border-radius: 25px;
  background: rgba(0,0,0,0.3);
  position: fixed;
  right: 36px;
  bottom: 30%;
  z-index: 97;
}
.fix-menu ul {
  width: 100%;
  margin: 0;
}
.fix-menu ul li {
  width: 100%;
  height: 50px;
  position: relative;
}
.fix-menu ul li .slide-cont {
  width: auto;
  height: auto;
  background-color: #e03c31;
  position: absolute;
  right: 50px;
  top: 0;
  min-width: 50px;
  display: none;
  min-height: 50px;
  border-radius: 25px 0 0 25px;
}
.fix-menu ul li .slide-cont .image {
  width: 270px;
  height: auto;
  padding: 60px 0;
  text-align: center;
}
.fix-menu ul li .slide-cont .image img {
  width: 140px;
}
.fix-menu ul li .slide-cont .txts {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.fix-menu ul li .slide-cont .text {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  line-height: 50px;
  white-space: nowrap;
  word-break: normal;
  padding-left: 20px;
}
.fix-menu ul li .ico {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix-menu ul li .ico a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix-menu ul li .ico i {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.fix-menu ul li .ico i.ico-wechat {
  background: url("../img/eaba4a_40x40.png") center no-repeat;
}
.fix-menu ul li .ico i.ico-whats {
  background: url("../img/679e74_40x40.png") center no-repeat;
  background-size: 32px 32px;
}
.fix-menu ul li .ico i.ico-tel {
  background: url("../img/ad23ed_40x40.png") center no-repeat;
  background-size: 32px 32px;
}
.fix-menu ul li .ico i.ico-eamil {
  background: url("../img/3492ce_40x40.png") center no-repeat;
  background-size: 32px 32px;
}
.fix-menu ul li .ico i.ico-top {
  background: #e03c31 url("../img/587f6c_40x40.png") center no-repeat;
  background-size: 32px 32px;
  border-radius: 50%;
}
.fix-menu ul li:hover .ico {
  background-color: #e03c31;
  border-radius: 0 25px 25px 0;
}
.fix-menu ul li:hover .slide-cont {
  display: block;
}
.fix-menu ul li:last-child:hover {
  background: none;
}
.fix-menu ul li:last-child:hover .ico {
  background: none;
}
.wap-null {
  width: 100%;
  height: 60px;
  float: left;
}
.wap-head {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.wap-head .logo {
  height: 60px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-head .logo img {
  width: 32px;
}
.wap-head .menu {
  width: 50px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-head .menu i {
  width: 32px;
  height: 3px;
  background-color: #e03c31;
  position: relative;
}
.wap-head .menu i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  transition: 0.5s;
  width: 100%;
  border-radius: 2px;
  height: 3px;
  background-color: #e03c31;
}
.wap-head .menu i:before {
  content: "";
  position: absolute;
  transition: 0.5s;
  left: 0;
  bottom: -12px;
  width: 100%;
  border-radius: 2px;
  height: 3px;
  background-color: #e03c31;
}
.wap-head .menu.acti i {
  background: none;
}
.wap-head .menu.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.wap-head .menu.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.wap-head .language {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}
.wap-head .language span {
  font-size: 14px;
  font-family: arial;
  color: #333;
}
.wap-head .language img {
  margin-right: 10px;
}
.alert-menu {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 98;
  padding: 0 20px;
  padding-top: 60px;
}
.alert-menu .list {
  width: 100%;
}
.alert-menu .list ul {
  width: 100%;
  margin: 0;
}
.alert-menu .list ul li {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}
.alert-menu .list ul li .txts {
  height: 50px;
  position: relative;
}
.alert-menu .list ul li .txts a {
  color: #333;
  text-decoration: none;
}
.alert-menu .list ul li .txts.btns:after {
  content: "";
  position: absolute;
  right: 0;
  transition: 0.5s;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url("../img/29ad1f_20x20.png") center no-repeat;
}
.alert-menu .list ul li .txts.acti:after {
  transform: rotate(180deg);
}
.alert-menu .list ul li .slide {
  width: 100%;
  display: none;
}
.alert-menu .list ul li .slide .item {
  width: 100%;
  padding-left: 20px;
  line-height: 40px;
  border-bottom: 1px solid #d6d6d6;
}
.alert-menu .list ul li .slide .item .tits {
  position: relative;
  height: 40px;
}
.alert-menu .list ul li .slide .item .tits a {
  color: #333;
}
.alert-menu .list ul li .slide .item .tits.btns:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  transition: 0.5s;
  height: 32px;
  background: url("../img/29ad1f_20x20.png") center no-repeat;
}
.alert-menu .list ul li .slide .item .tits.acti:after {
  transform: rotate(180deg);
}
.alert-menu .list ul li .slide .item .item-slide {
  width: 100%;
  display: none;
}
.alert-menu .list ul li .slide .item .item-slide p {
  margin: 0;
  line-height: 40px;
  border-top: 1px solid #d6d6d6;
  padding-left: 20px;
}
.alert-menu .list ul li .slide .item .item-slide p a {
  color: #333;
}
.alert-menu .list ul li .slide .item .item-slide p:last-child {
  border-bottom: none;
}
.alert-menu .list ul li .slide .item:last-child {
  border-bottom: none;
}
.alert-menu .intr {
  width: 100%;
  overflow: hidden;
}
.alert-menu .intr .txts {
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #d6d6d6;
}
.alert-menu .intr .txts em {
  font-weight: bold;
}
.alert-menu .intr .txts i {
  text-decoration: underline;
}
.alert-menu .intr .name {
  width: 100%;
  line-height: 26px;
  font-size: 18px;
  color: #f00;
  padding: 12px 0;
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
}
.page-bann {
  width: 100%;
  height: 240px;
  background: url("../img/d3eed8_1478x983.jpg") no-repeat scroll center center;
  background-size: cover;
}
.page-bann .text {
  height: 240px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 36px;
  font-family: arial;
  font-weight: bold;
  color: #fff;
  width: 100%;
  letter-spacing: 2px;
}
.page-bann.bann-item2 {
  background: url("../img/bann2.jpg") no-repeat scroll center center;
  background-size: cover;
}
.page-bann.bann-item3 {
  background: url("../img/faq.jpg") no-repeat scroll center center;
  background-size: cover;
}
.page-bann.bann-item4 {
  background: url("../img/bann4.jpg") no-repeat scroll center center;
  background-size: cover;
}
.page-bann.bann-item5 {
  background: url("../img/bann5.jpg") no-repeat scroll center center;
  background-size: cover;
}
.page-location {
  width: 100%;
}
.page-location .text {
  width: 100%;
  border-bottom: 1px solid #eee;
  line-height: 30px;
  padding: 10px 0;
}
.page-location .text img {
  position: relative;
  top: -1px;
}
.page-location .text a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  margin-right: 24px;
  display: inline-block;
  position: relative;
}
.page-location .text a:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -4px;
  width: 9px;
  height: 9px;
  background: url("../img/aec7e5_9x9.jpg") center no-repeat;
}
.page-container {
  width: 100%;
  padding: 70px 0;
  float: left;
}
.page-container .sidebar {
  width: 100%;
}
.page-container .sidebar .types {
  width: 100%;
}
.page-container .sidebar .types .title {
  width: 100%;
  height: 50px;
  background: url("../img/589b9b_280x50.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.page-container .sidebar .types .list {
  width: 100%;
  margin-top: 5px;
  float: left;
  border: 1px solid #d2d2d2;
}
.page-container .sidebar .types .list ul {
  width: 100%;
  margin: 0;
}
.page-container .sidebar .types .list ul li {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
}
.page-container .sidebar .types .list ul li .tits {
  width: 100%;
  line-height: 54px;
  padding-left: 28px;
  position: relative;
}
.page-container .sidebar .types .list ul li .tits a {
  color: #333;
}
.page-container .sidebar .types .list ul li .tits a:hover {
  color: #e03c31;
  text-decoration: underline;
}
.page-container .sidebar .types .list ul li .tits.btns:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  background: url("../img/14f5b7_11x140.png") no-repeat;
}
.page-container .sidebar .types .list ul li .tits.acti:after {
  background-position: 0 -48px;
}
.page-container .sidebar .types .list ul li .slide {
  width: 100%;
  padding-left: 28px;
  display: none;
}
.page-container .sidebar .types .list ul li .slide p {
  margin: 0;
  line-height: 40px;
  padding-left: 20px;
}
.page-container .sidebar .types .list ul li .slide p a {
  color: #8e8d8d;
  text-decoration: none;
}
.page-container .sidebar .types .list ul li .slide p a:hover {
  color: #e03c31;
  text-decoration: underline;
}
.page-container .sidebar .types .list ul li .slide p:last-child {
  border: none;
}
.page-container .sidebar .address {
  width: 100%;
  margin-top: 65px;
  float: left;
}
.page-container .sidebar .address .title {
  width: 100%;
  height: 50px;
  background: url("../img/589b9b_280x50.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.page-container .sidebar .address .conts {
  width: 100%;
  margin-top: 5px;
  float: left;
  border: 1px solid #d2d2d2;
  padding: 25px 10px;
}
.page-container .sidebar .address .conts p {
  margin: 0;
  line-height: 46px;
  color: #333;
  font-size: 13px;
}
.page-container .sidebar .address .conts p img {
  position: relative;
  top: -2px;
}
.page-container .sidebar .address .conts p strong {
  font-weight: bold;
}
.page-container .inform {
  width: 100%;
}
.page-container .inform .title {
  width: 100%;
  line-height: 56px;
  font-size: 16px;
  color: #333;
  padding: 0 22px;
  border-top: 1px solid #d2d2d2;
}
.page-container .inform .conts {
  width: 100%;
}
.page-container .inform .conts .list {
  width: 100%;
}
.page-container .inform .conts .list .item {
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 30px;
}
.page-container .inform .conts .list .item a {
  text-decoration: none;
}
.page-container .inform .conts .list .item .imgs {
  width: 100%;
  position: relative;
}
.page-container .inform .conts .list .item .imgs:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2) url("../img/4da993_40x40.png") center no-repeat;
  transform: scale(0);
  transition: 0.3s;
}
.page-container .inform .conts .list .item .imgs img {
  width: 100%;
}
.page-container .inform .conts .list .item .imgs:hover:after {
  transform: scale(1);
}
.page-container .inform .conts .list .item .name {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-family: arial;
}
.page-container .inform .conts .list .item .name a {
  color: #333;
}
.page-container .inform .conts .list .item .name:hover a {
  color: #f00;
}
.page-container .inform .conts .list .item .func {
  width: 100%;
  height: 40px;
  background-color: #eaedef;
  position: relative;
}
.page-container .inform .conts .list .item .func .labs {
  width: calc(100% - 40px);
  height: 40px;
  border: 1px solid #d8dde6;
}
.page-container .inform .conts .list .item .func .labs a {
  color: #333;
  text-decoration: none;
}
.page-container .inform .conts .list .item .func .labs .ico {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-container .inform .conts .list .item .func .labs .txt {
  width: calc(100% - 38px);
  text-align: center;
  line-height: 38px;
}
.page-container .inform .conts .list .item .func .labs:hover {
  background-color: #b8b9b9;
}
.page-container .inform .conts .list .item .func .cars {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  transition: 0.5s;
  justify-content: center;
  align-items: center;
  background-color: #eaedef;
  overflow: hidden;
}
.page-container .inform .conts .list .item .func .cars a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.page-container .inform .conts .list .item .func .cars span {
  opacity: 0;
  transition: 0.5s;
  white-space: nowrap;
  width: 0;
}
.page-container .inform .conts .list .item .func .cars:hover {
  background-color: #b8b9b9;
  width: calc(100% - 40px);
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-container .inform .conts .list .item .func .cars:hover img {
  margin: 0 6px;
}
.page-container .inform .conts .list .item .func .cars:hover span {
  opacity: 1;
  width: auto;
}
.page-container .inform .conts .paging nav ul {
  margin: 0;
}
.page-container .inform .conts .paging nav ul li {
  margin-right: 10px;
  border-radius: 0 !important;
}
.page-container .inform .conts .paging nav ul li a {
  color: #666;
  background: none;
  border-radius: 0 !important;
}
.page-container .inform .conts .paging nav ul li:hover a {
  color: #e03c31;
  border: 1px solid #e03c31;
}
.abouts {
  width: 100%;
}
.abouts .informs {
  width: 100%;
  background-color: #f6f6f6;
  float: left;
  padding: 70px 0;
}
.abouts .informs .conts {
  width: 100%;
  background-color: #fff;
}
.abouts .informs .conts .image {
  width: 100%;
}
.abouts .informs .conts .image img {
  width: 100%;
  min-height: 606px;
}
.abouts .informs .conts .intrs {
  width: 100%;
  padding: 60px;
}
.abouts .informs .conts .intrs .title {
  width: 100%;
}
.abouts .informs .conts .intrs .title h3 {
  line-height: 60px;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0;
}
.abouts .informs .conts .intrs .title h5 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  /*letter-spacing: 3px;*/
  color: #e03c31;
  line-height: 36px;
}
.abouts .informs .conts .intrs .text {
  width: 100%;
}
.abouts .informs .conts .intrs .text p {
  margin: 0;
  line-height: 26px;
  font-size: 14px;
  color: #555;
  text-indent: 16px;
  position: relative;
}
.abouts .informs .conts .intrs .text p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 13px;
  background: url("../img/1225a0_15x13.jpg") center no-repeat;
}
.abouts .workshop {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.abouts .workshop .title {
  width: 100%;
  text-align: center;
  line-height: 54px;
  font-size: 26px;
  color: #333;
}
.abouts .workshop .conts {
  width: 100%;
  padding-top: 30px;
  float: left;
}
.abouts .workshop .conts .image {
  width: 100%;
}
.abouts .workshop .conts .image img {
  width: 100%;
  height: 442px;
}
.abouts .workshop .conts .list {
  width: 100%;
}
.abouts .workshop .conts .list ul {
  width: 100%;
  margin: 0;
}
.abouts .workshop .conts .list ul li {
  width: calc(33.3% - 8px);
  margin-left: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
}
.abouts .workshop .conts .list ul li img {
  width: 100%;
  height: 141px;
}
.abouts .workshop .conts .list ul li.acti:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00f;
}
.newCont {
  width: 100%;
}
.newCont .details {
  width: 100%;
}
.newCont .details .title {
  width: 100%;
  text-align: center;
}
.newCont .details .title h4 {
  margin: 0;
  line-height: 44px;
  font-size: 28px;
  color: #333;
}
.newCont .details .title p {
  margin: 0;
  line-height: 30px;
}
.newCont .details .title p span {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  color: #555;
}
.newCont .details .text {
  width: 100%;
  padding: 12px 0;
}
.newCont .details .text .txts {
  width: 100%;
  padding-bottom: 20px;
}
.newCont .details .text .txts p {
  margin: 0;
  line-height: 26px;
  font-size: 15px;
  color: #9fa0a0;
}
.newCont .details .func {
  width: 100%;
}
.newCont .details .func .btns {
  width: auto;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #333;
  padding: 0 15px;
  line-height: 34px;
}
.newCont .details .func .btns a {
  color: #333;
  text-decoration: none;
}
.newCont .details .func .btns:hover {
  background-color: #eee;
  color: #e03c31;
}
.newCont .details .func .btns:hover a {
  color: #e03c31;
}
.newCont .list {
  width: 100%;
}
.newCont .list .item {
  width: 100%;
  margin-bottom: 10px;
}
.newCont .list .item .imgs {
  width: 100%;
  position: relative;
}
.newCont .list .item .imgs:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2) url("../img/4da993_40x40.png") center no-repeat;
  transform: scale(0);
  transition: 0.3s;
}
.newCont .list .item .imgs img {
  width: 100%;
}
.newCont .list .item .text {
  width: 100%;
  padding: 10px 0;
}
.newCont .list .item .text .tits {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.newCont .list .item .text .time {
  color: #666;
  line-height: 24px;
  position: relative;
}
.newCont .list .item .text .time img {
  top: -2px;
}
.newCont .list .item .text .txts {
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  margin: 5px 0;
}
.newCont .list .item:hover {
  cursor: pointer;
}
.newCont .list .item:hover .imgs:after {
  transform: scale(1);
}
.newCont .list .item:hover .text .tits {
  color: #e03c31;
}
.faqs {
  width: 100%;
}
.faqs .list {
  width: 100%;
}
.faqs .list ul {
  width: 100%;
  margin: 0;
}
.faqs .list ul li {
  width: 100%;
  padding-left: 30px;
}
.faqs .list ul li .tits {
  width: 100%;
  line-height: 44px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  position: relative;
}
.faqs .list ul li .tits:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 14px;
  width: 16px;
  height: 16px;
  background: url("../img/2b844d_16x16.png") center no-repeat;
}
.faqs .list ul li .faqsSlide {
  width: 100%;
  padding-bottom: 40px;
  display: none;
}
.faqs .list ul li .faqsSlide p {
  margin: 0;
  line-height: 26px;
  font-size: 14px;
  color: #555;
}
.faqs .list ul li.acti .tits:after {
  background: url("../img/7cbfb9_16x16.png") center no-repeat;
}
.faqs .list ul li:hover .tits {
  color: #e03c31;
  text-decoration: underline;
}
.e-catalog {
  width: 100%;
}
.e-catalog .list {
  width: 100%;
}
.e-catalog .list .items {
  width: 100%;
  padding: 25px 0;
  float: left;
}
.e-catalog .list .items .imgs {
  width: 120px;
  overflow: hidden;
}
.e-catalog .list .items .imgs img {
  width: 100%;
  min-height: 120px;
  transition: 0.5s;
}
.e-catalog .list .items .intr {
  width: calc(100% - 120px);
  padding-left: 20px;
}
.e-catalog .list .items .intr .tits {
  width: 100%;
  line-height: 30px;
  border-bottom: 1px dotted #333;
}
.e-catalog .list .items .intr .tits a {
  color: #333;
  text-decoration: none;
}
.e-catalog .list .items .intr .tits a:hover {
  color: #e03c31;
  text-decoration: underline;
}
.e-catalog .list .items .intr .txts {
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #555;
  padding: 6px 0;
}
.e-catalog .list .items:hover .imgs img {
  transform: scale(1.1);
}
.e-catalog .list .items:hover .tits a {
  color: #e03c31;
}
.prod-details {
  width: 100%;
  float: left;
}
.prod-details .intrs {
  width: 100%;
}
.prod-details .intrs .image {
  width: 100%;
}
.prod-details .intrs .image .image-cont {
  width: 100%;
  max-width: 400px;
  border: 1px solid #ddd;
}
.prod-details .intrs .image .image-cont ul {
  width: 100%;
  margin: 0;
}
.prod-details .intrs .image .image-cont ul li {
  width: 100%;
  height: 100%;
}
.prod-details .intrs .image .image-cont ul li img {
  width: 100%;
}
.prod-details .intrs .image .image-small {
  width: 100%;
  margin-top: 10px;
}
.prod-details .intrs .image .image-small ul {
  width: 100%;
  margin: 0;
}
.prod-details .intrs .image .image-small ul li {
  width: 60px;
  position: relative;
}
.prod-details .intrs .image .image-small ul li img {
  width: 100%;
}
.prod-details .intrs .image .image-small ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}
.prod-details .intrs .image .image-small ul li.swiper-slide-active:after {
  display: none;
}
.prod-details .intrs .informs {
  width: 100%;
  min-height: 100px;
  padding-top: 10px;
}
.prod-details .intrs .informs .title {
  width: 100%;
  line-height: 34px;
  position: relative;
}
.prod-details .intrs .informs .title span {
  font-size: 18px;
  color: #333;
}
.prod-details .intrs .informs .title span i.ico-code {
  width: 25px;
  height: 24px;
  background: url("../img/e79a9b_25x24.png") center no-repeat;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  top: -4px;
  cursor: pointer;
}
.prod-details .intrs .informs .title .code-slide {
  width: 202px;
  height: auto;
  border: 1px solid #dbdbdb;
  padding: 4px;
  position: absolute;
  left: 40px;
  top: 30px;
  display: none;
  background-color: #fff;
}
.prod-details .intrs .informs .title .code-slide .imgs {
  width: 100%;
  text-align: center;
}
.prod-details .intrs .informs .title .code-slide .imgs img {
  width: 100%;
}
.prod-details .intrs .informs .title .code-slide .txts {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #555;
}
.prod-details .intrs .informs .text {
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #555;
}
.prod-details .intrs .informs .quantity {
  width: 100%;
  padding: 12px 0;
  float: left;
}
.prod-details .intrs .informs .quantity .labs {
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
.prod-details .intrs .informs .quantity .number {
  width: calc(100% - 100px);
  max-width: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod-details .intrs .informs .quantity .number input {
  width: 48px;
  height: 40px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
}
.prod-details .intrs .informs .quantity .number i {
  display: inline-block;
  width: 32px;
  height: 40px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod-details .intrs .informs .button {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.prod-details .intrs .informs .button button {
  width: 108px;
  height: 40px;
  background-color: #e74c3c;
  color: #fff;
  border-radius: 4px;
  margin-right: 14px;
  float: left;
}
.prod-details .intrs .informs .button button.btn-basket {
  background-color: #34495e;
  width: 190px;
}
.prod-details .share {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 50px;
  font-size: 15px;
  color: #555;
}
.prod-details .introduce {
  width: 100%;
  padding-top: 30px;
}
.prod-details .introduce .conts {
  width: 100%;
  border: 1px solid #ccc;
  min-height: 100px;
  float: left;
}
.prod-details .introduce .conts .tabs {
  width: 100%;
  background-color: #efefef;
  float: left;
  border-bottom: 1px solid #ccc;
}
.prod-details .introduce .conts .tabs ul {
  width: 100%;
  margin: 0;
}
.prod-details .introduce .conts .tabs ul li {
  width: auto;
  padding: 0 20px;
  height: 36px;
  cursor: pointer;
  line-height: 36px;
  font-size: 14px;
  cursor: pointer;
  color: #666;
  border-right: 1px solid #ccc;
}
.prod-details .introduce .conts .tabs ul li.acti {
  background-color: #fff;
  position: relative;
}
.prod-details .introduce .conts .tabs ul li.acti:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.prod-details .introduce .conts .tabs ul li.acti:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 3px;
  background-color: #666;
}
.prod-details .introduce .conts .intr-tabs {
  width: 100%;
  padding: 20px;
  float: left;
}
.prod-details .introduce .conts .intr-tabs .items {
  width: 100%;
  display: none;
}
.prod-details .introduce .conts .intr-tabs .items.show {
  display: block;
}
.prod-details .introduce .conts .intr-tabs .image {
  width: 100%;
}
.prod-details .introduce .conts .intr-tabs .image img {
  max-width: 100%;
}
.prod-details .introduce .conts .intr-tabs .text {
  width: 100%;
}
.prod-details .introduce .conts .intr-tabs .text p {
  margin: 0;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
.prod-details .introduce .conts .intr-tabs .table {
  width: 100%;
}
.prod-details .introduce .conts .intr-tabs .table table {
  width: 100%;
  border: 1px solid #000;
}
.prod-details .introduce .conts .intr-tabs .table table tr {
  width: 100%;
}
.prod-details .introduce .conts .intr-tabs .table table tr th {
  height: 38px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
}
.prod-details .introduce .conts .intr-tabs .table table tr td {
  height: 38px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
}
.prod-details .introduce .function {
  width: 100%;
  padding: 15px 0;
  float: left;
  border-bottom: 1px solid #c0c0c0;
  margin-top: 30px;
}
.prod-details .introduce .function a {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  height: 44px;
  border-radius: 8px;
  text-align: center;
  line-height: 42px;
  color: #333;
  border: 1px solid #ddd;
  background-color: #efefef;
}
.prod-details .introduce .function a:hover {
  border: 1px solid #e74c3c;
  color: #e74c3c;
  text-decoration: none;
  background: none;
}
.prod-details .introduce .labels {
  width: 100%;
  padding: 15px 0;
  float: left;
}
.prod-details .introduce .labels a {
  display: inline-block;
  padding: 0 12px;
  height: 26px;
  border: 1px solid #c0c0c0;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  border-radius: 12px;
  margin: 5px 0;
  text-decoration: none;
  margin-right: 10px;
}
.prod-details .introduce .labels a:hover {
  background-color: #e74c3c;
  color: #fff;
  border: 1px solid #e74c3c;
}
.contacts {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-bottom: 60px;
}
.contacts .intrs {
  width: 100%;
}
.contacts .intrs .title {
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  color: #333;
}
.contacts .intrs .conts {
  width: 100%;
}
.contacts .intrs .conts .item {
  width: 100%;
  padding: 10px 0;
  float: left;
  max-width: 490px;
}
.contacts .intrs .conts .item .ico {
  width: 24px;
  height: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contacts .intrs .conts .item .txt {
  width: calc(100% - 24px);
  color: #666;
  line-height: 22px;
}
.contacts .intrs .conts .item .txt em {
  font-weight: bold;
  color: #333;
}
.contacts .forms {
  width: 100%;
}
.contacts .forms .title {
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  color: #333;
}
.contacts .forms .conts {
  width: 100%;
}
.contacts .forms .conts .item {
  width: 100%;
  margin-bottom: 10px;
}
.contacts .forms .conts .item .input {
  width: 100%;
}
.contacts .forms .conts .item .input input {
  width: 100%;
  height: 40px;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
  padding: 0 10px;
}
.contacts .forms .conts .item .input textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
  padding: 8px 10px;
}
.contacts .forms .conts .item .code {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contacts .forms .conts .item .code input {
  width: 234px;
  height: 40px;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
  padding: 0 10px;
}
.contacts .forms .conts .item .code img {
  margin-left: 10px;
}
.contacts .forms .conts .item .button {
  width: 100%;
  padding-top: 20px;
}
.contacts .forms .conts .item .button button {
  width: 120px;
  height: 40px;
  background-color: #e03c31;
  color: #fff;
  border: none;
}
.maps {
  width: 100%;
  float: left;
}
.maps img {
  width: 100%;
  float: left;
}
.container-pdn {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 1200px) {
  .wid {
    max-width: 980px;
  }
  .nav .search {
    display: none;
  }
  .nav .list {
    width: auto;
  }
  .nav .list ul li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 993px) {
  .wid {
    padding: 0 15px;
  }
  .page-bann .text {
    height: 180px;
  }
  .news .conts {
    padding: 40px 10px;
  }
  .wid {
    max-width: 750px;
  }
  .links .items .conts .list {
    display: none;
  }
  .links .item-slide .title {
    position: relative;
    cursor: pointer;
  }
  .links .item-slide .title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transition: 0.5s;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url("../img/29ad1f_20x20.png") center no-repeat;
    background-size: 20px 20px;
  }
  .links .item-slide .title.acti:after {
    transform: rotate(180deg);
  }
  .about .intrs .text p {
    max-width: initial;
  }
  .about .image {
    margin-top: 150px;
  }
  .quality .text p {
    font-size: 14px;
  }
  .head {
    display: none;
  }
  .nav {
    display: none;
  }
  .fix-menu {
    width: 100%;
    height: 50px;
    bottom: 4px;
    right: 0;
  }
  .fix-menu ul li {
    width: 25%;
    position: initial;
  }
  .fix-menu ul li:last-child {
    display: none;
  }
  .fix-menu ul li .ico i {
    width: 50px;
  }
  .fix-menu ul li .slide-cont {
    width: 100vw;
    bottom: 50px;
    right: 0;
    top: initial;
    border-radius: 0;
    position: fixed;
    border-radius: 25px;
  }
  .fix-menu ul li .slide-cont .text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
  .fix-menu ul li .slide-cont .image {
    text-align: center;
    padding: 20px 0;
    width: 100%;
  }
  .fix-menu ul li .slide-cont .image img {
    width: 120px;
  }
  .fix-menu ul li .slide-cont .txts {
    padding-bottom: 0;
  }
  .fix-menu ul li:hover .ico {
    border-radius: 0;
  }
  .abouts .informs {
    padding: 30px 0;
  }
  .abouts .informs .conts .intrs {
    padding: 20px;
  }
  .abouts .workshop .conts .image {
    margin-bottom: 10px;
  }
  .page-container {
    padding: 30px 0;
  }
}
@media screen and (max-width: 415px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .news .title .tabs {
    width: 100%;
    margin-top: 12px;
  }
  .news .title .tabs ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .news {
    padding-top: 0;
  }
  .news .conts .items .intrs .text {
    padding: 15px 0;
  }
  .about .image {
    margin-top: 30px;
  }
  .quality .text {
    padding: 12px 0;
  }
  .product .conts .list ul li {
    padding: 12px;
  }
  .quality .title {
    padding-top: 30px;
  }
  .quality .title:after {
    top: 10px;
  }
  .product .title .text h3 {
    line-height: 60px;
    font-size: 24px;
  }
  .product .title {
    padding-bottom: 20px;
  }
  .product .more {
    padding-top: 10px;
  }
  .contact .conts .title p {
    font-size: 32px;
  }
  .quality .title {
    font-size: 20px;
  }
  .about {
    padding: 20px 0;
  }
  .about .intrs .more {
    padding-top: 16px;
  }
  .banner ul li img {
    min-height: 160px;
  }
  .e-catalog .list .items {
    padding: 15px 0;
  }
  .page-bann .text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
  }
  .faqs .list ul li .tits {
    line-height: 24px;
    padding: 10px 0;
  }
}
