html,body{
	padding: 0;margin: 0;background: #f7f7f7;font: 12px/150% Arial,Verdana,"\5b8b\4f53";font-family: "微软雅黑";
}
.pointer{cursor: pointer;}

a{text-decoration: none;}

header *{box-sizing: border-box;}
footer *{box-sizing: border-box;}
header{box-sizing: border-box;}
footer{box-sizing: border-box;}

img{display: block;}
:root{
	--jl-v:4vw;
	--red--c1:#A12B27;
	--product-icon-width:3vw;
}
.index1 {
  width: 1190px;
}
.index2 {
  width: 100%;
}
.index {
  margin: 0 auto;
}


.aui-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
}
.aui-header .type1 {
  width: 100%;
  background: #DCDDDD;
}
.aui-header .type1 .nr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 34px;
  justify-content: space-between;
  width: 1190px;
  margin: 0 auto;
}
.aui-header .type1 .nr .type1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.aui-header .type1 .nr .type1-content a {
  font-size: 14px;
  color: #000;
  line-height: 14px;
}
.aui-header .type1 .nr .type1-content .line {
  width: 1px;
  height: 14px;
  background: #000;
  margin: 0 2vw;
}
.aui-header .type2 {
  width: 100%;
  background: #EFEFEF;
}
.aui-header .type2 .nr {
  width: 1190px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.aui-header .type2 .nr .logo-con {
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 4vw;
}
.aui-header .type2 .nr .logo-con img {
  width: 100%;
}
.aui-header .type2 .nr .header-menu {
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aui-header .type2 .nr .header-menu .header-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  cursor: pointer;
}
.aui-header .type2 .nr .header-menu .header-list .a {
  font-size: 16px;
  color: #777;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  white-space: nowrap;
  transition: 0.5s;
}
.aui-header .type2 .nr .header-menu .header-list:hover .a {
  color: red;
}
.aui-header .type2 .nr .header-menu .header-list-check .a {
  color: red;
}
.aui-header .type2 .nr .header-menu .header-list-check .a:before {
  content: '';
  width: 100%;
  height: 4px;
  background: red;
  bottom: 0;
  left: 0;
  position: absolute;
}
.aui-header .type2 .nr .header-menu .header-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  justify-content: flex-end;
}
.aui-header .type2 .nr .header-menu .header-search .search {
  width: 100%;
  height: 30px;
  border-radius: 15px/50%;
  border: 1px #777 solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1px 1.5px 1px 5px;
  max-width: 220px;
}
.aui-header .type2 .nr .header-menu .header-search .search input {
  background: none;
  border: none;
  outline: none;
  height: 100%;
  width: inherit;
  flex: 1;
}
.aui-header .type2 .nr .header-menu .header-search .search i {
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #777;
  margin: 0 5px;
}
.aui-header .type2 .nr .header-menu .header-search .search .search-btn {
  height: 100%;
  border-radius: 14px/50%;
  padding: 0 15px;
  background: #797979;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.aui-header .type2 .nr .header-menu .header-search .search .search-btn a {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  white-space: nowrap;
}







.footer {
  width: 1190px;
  margin: 0 auto;
}
.footer .footer-lin {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 0px 0;
}
.footer .footer-lin .line-list {
  flex: 1;
  border-left: 1px #777 solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.footer .footer-lin .line-list .type {
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
}
.footer .footer-lin .line-list .type .img1 {
  width: 80px;
}
.footer .footer-lin .line-list .type .img2 {
  width: 30px;
  margin-bottom: 10px;
}
.footer .footer-lin .line-list .type .a1 {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin-bottom: 6px;
}
.footer .footer-lin .line-list .type .a2 {
  font-size: 12px;
  color: #000;
  line-height: 20px;
  margin-bottom: 3px;
}
.footer .footer-lin .line-list .type1 {
  height: 105px;
  min-height: 105px;
}
.footer .footer-lin .line-list .type2 {
  height: 120px;
  min-height: 120px;
  padding-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.footer .footer-lin .line-list .type3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex: 1;
}
.footer .footer-lin .line-list .type3 .img {
  width: 60%;
  margin-bottom: 10px;
}
.footer .footer-lin .line-list .type3 .a1 {
  font-size: 12px;
  color: #000;
}
.footer .footer-lin .line-list .type:first-child:before {
  content: '';
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 0;
  background: #777;
  height: 1px;
}
.footer .footer-lin .line-list:first-child {
  border: none;
}
.footer .footer-company {
  width: 100%;
  height: 10vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.footer .footer-company a {
  font-size: 16px;
  color: #000;
  transition: 0.2s;
  text-decoration: none;
}
.footer .footer-company .a1 {
  margin-right: 3vw;
}
.footer .footer-company .href:hover {
  color: red;
}
.footer .footer-company .hp {
  width: 20px;
  height: 20px;
}