* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
html,
body {
  background-color: #fff !important;
}
li {
  cursor: pointer;
}
a {
  cursor: pointer;
}
#head-info {
  width: 100%;
  height: 42px;
  background-color: #e6e6e6;
}
#head-info .head-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 42px;
  margin: 0 auto;
}
#head-info .head-info div {
  font-size: 18px;
  color: #262626;
}
#head-info .head-info div span {
  font-size: 18px;
  font-weight: 700;
}
#head {
  height: 108px;
}
#head .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 108px;
  margin: 0 auto;
}
#head .main .fl {
  width: 280px;
}
#head .main .fl div:nth-child(1) {
  font-size: 40px;
  color: #ec1c24;
  font-weight: 700;
}
#head .main .fl div:nth-child(2) {
  width: 280px;
  font-size: 16px;
  color: #262626;
  padding: 2px;
  text-align: justify;
}
#head .main .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 850px;
  height: 108px;
}
#head .main .nav li {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  flex: 1;
  color: #262626;
  padding: 10px 0;
  cursor: pointer;
}
#head .main .nav li a {
  color: #262626;
}
#head .main .nav li:hover {
  background-color: #CC0000;
}
#head .main .nav li:hover a {
  /*color: #fff;*/
}
#swiper {
  width: 100%;
  height: 651px;
}
#product {
  width: 1200px;
  margin: 0 auto;
}
#product .title {
  text-align: center;
  padding-bottom: 50px;
}
#product .title .name {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  margin-top: 63px;
  color: #ec1c24;
}
#product .title .name span {
  color: #000;
}
#product .title .name .char {
  position: absolute;
  right: 450px;
  top: -6px;
  color: #ff7800;
  font-size: 24px;
}
#product .title .text {
  font-size: 18px;
  color: #999999;
  margin-top: 2px;
}
#product .title .border {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#product .title .border span:nth-child(1) {
  width: 100px;
  height: 3px;
  background-color: #ff7800;
}
#product .title .border span:nth-child(2),
#product .title .border span:nth-child(3) {
  width: 34px;
  height: 3px;
  background-color: #000;
  margin-left: 2px;
}
#product .sort {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 38px;
  padding-bottom: 100px;
}
#product .sort .left {
  width: 267px;
  text-align: center;
}
#product .sort .left .nav-text {
  width: 267px;
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ec1c24;
}
#product .sort .left .nav-text p {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
}
#product .sort .left .nav-text div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
#product .sort .left .nav-text div img {
  width: 100%;
}
#product .sort .right .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-left: 15px;
}
#product .sort .right .content a {
  display: inline-block;
  margin-right: 9px;
  background-color: #fafafa;
}
#product .sort .right .content a:nth-child(n+4) {
  margin-top: 15px;
}
#product .sort .right .content a li {
  display: inline-block;
}
#product .sort .right .content a:hover li p {
  color: #CC0000;
}
#product .sort .right .content a li .img {
  overflow: hidden;
  background-color: #dadada;
  width: 280px;
  height: 280px;
}
#product .sort .right .content a li .img img {
  width: 280px;
  height: 280px;
}
#product .sort .right .content a li p {
  width: 280px;
  text-align: center;
  font-size: 20px;
  color: #242424;
  padding: 20px 0;
}
#product .sort .right .content a:nth-child(3),
#product .sort .right .content a:nth-child(6) {
  margin-right: 0;
}
#product .foldpanel {
  width: 267px;
  border-bottom: none;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 12px;
}
#product .foldpanel dt,
#product .foldpanel dd {
  margin: 0px;
}
#product .foldpanel dt {
  width: 230px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 4px;
  font-size: 22px;
  font-weight: bold;
  margin-left: 20px;
  color: #262626;
  border-top: 1px dashed #919090;
}
#product .foldpanel dt img {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
#product .foldpanel dt:nth-child(1) {
  border: 0;
}
#product .foldpanel a {
  display: block;
  line-height: 30px;
  padding-left: 30px;
  transition: all 0.7s ease 0s;
}
#product #my-foldpanel dd a {
  width: 230px;
  padding-left: 0;
  margin-left: 20px;
  border-top: 1px dashed #919090;
  font-size: 18px;
  color: #141111;
}
#product .right {
  flex: 1;
}
#product .w-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 76px;
  margin-left: 15px;
  background-color: #fff;
  margin-bottom: 28px;
}
#product .w-nav div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  font-size: 20px;
  text-align: center;
  flex: 1;
}
#product .w-nav div a {
  color: #000;
}
#product .w-nav div:nth-child(1) {
  border: 1px solid #dadada;
}
#product .w-nav div:nth-child(2) {
  background-color: #303030;
}
#product .w-nav div:nth-child(2) a {
  color: #fff;
}
#product .w-nav div:nth-child(3) {
  background-color: #ec1c24;
}
#product .w-nav div:nth-child(3) a {
  color: #fff;
}
#bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 215px;
}
#bg img {
  width: 100%;
}
#pinzhi .main {
  width: 1200px;
  margin: 40px auto;
}
#pinzhi .main .btm {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
#pinzhi .main .btm .img {
  width: 539px;
  height: 600px;
  background-color: skyblue;
  overflow: hidden;
}
#pinzhi .main .btm .img img {
  height: 100%;
}
#pinzhi .main .btm .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 547px;
}
#pinzhi .main .btm .info .head {
  font-size: 26px;
  margin-top: 30px;
}
#pinzhi .main .btm .info .cont {
  font-size: 18px;
  text-indent: 2;
  margin: 30px 0;
}
#pinzhi .main .btm .info .btn {
  display: flex;
}
#pinzhi .main .btm .info .btn div {
  width: 186px;
  line-height: 62px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
#pinzhi .main .btm .info .btn div:nth-child(1) {
  background-color: #0064d2;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
#pinzhi .main .btm .info .btn .btn1:hover,
#pinzhi .main .btm .info .btn .btn2:hover {
  transform: scale(1.1);
}
#pinzhi .main .btm .info .btn div:nth-child(2) {
  margin-left: 10px;
  background-color: #e53238;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
#Introduction {
  background-color: #fafafa;
  padding-bottom: 50px;
}
#Introduction .main {
  width: 1200px;
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
}
#Introduction .main .item:nth-child(1) {
  font-size: 35px;
  font-weight: 700;
  color: #3b3b3b;
}
#Introduction .main .item:nth-child(2) {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}
#Introduction .main .title {
  text-align: center;
}
#Introduction .main .title .name {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  color: #CC0000;
}
#Introduction .main .title .name span {
  color: #000;
}
#Introduction .main .title .name .char {
  position: absolute;
  right: 450px;
  top: -6px;
  color: #ff7800;
  font-size: 24px;
}
#Introduction .main .title .text {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}
#Introduction .main .title .border {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#Introduction .main .title .border span:nth-child(1) {
  width: 100px;
  height: 3px;
  background-color: #ff7800;
}
#Introduction .main .title .border span:nth-child(2),
#Introduction .main .title .border span:nth-child(3) {
  width: 34px;
  height: 3px;
  background-color: #000;
  margin-left: 2px;
}
#Introduction .mySwiper2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#Introduction .mySwiper2 .swiper-wrapper {
  background-color: #fff;
}
#Introduction .mySwiper2 .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  color: #000;
}
#Introduction .mySwiper2 .swiper-wrapper .img {
  width: 392px;
  height: 296px;
  background-color: skyblue;
}
#Introduction .mySwiper2 .swiper-wrapper .look {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
#Introduction .mySwiper2 .swiper-wrapper .look p {
  font-size: 18px;
  border-bottom: 1px solid #dadada;
}
#Introduction .mySwiper2 .swiper-wrapper .look p,
#Introduction .mySwiper2 .swiper-wrapper .look div {
  text-align: left;
  line-height: 54px;
}
#Introduction .mySwiper2 .swiper-wrapper .look div {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
#Introduction .mySwiper2 .swiper-wrapper .look div span:nth-child(2) {
  color: #a8a8a8;
}
#zixun {
  display: flex;
  align-items: center;
  width: 100%;
  height: 270px;
  background: url(../images/banner2.jpg);
}
#zixun .main {
  margin: 0 auto;
  color: #fff;
}
#zixun .main p {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
#zixun .main div:nth-child(2) {
  width: 830px;
  text-align: center;
  margin-top: 10px;
}
#zixun .main .btn {
  width: 186px;
  line-height: 64px;
  text-align: center;
  font-size: 22px;
  background-color: #CC0000;
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
  transition: all 0.5s;
  cursor: pointer;
}
#zixun .main .btn:hover {
  transform: scale(1.2);
}
#news {
  margin-top: 48px;
}
#news .address-info {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
#news .address-info .fl {
  width: 620px;
}
#news .address-info .fl .fl-item {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-right: 30px;
  width: 620px;
  margin-top: 18px;
}
#news .address-info .fl .fl-item .time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 84px;
  background-color: #aaaaaa;
}
#news .address-info .fl .fl-item .time-box div:nth-child(1) {
  font-size: 46px;
  color: #fff;
}
#news .address-info .fl .fl-item .time-box div:nth-child(2) {
  font-size: 18px;
  color: #fff;
}
#news .address-info .fl .fl-item .fl-info {
  width: 532px;
  margin-left: 24px;
  padding-right: 30px;
}
#news .address-info .fl .fl-item .fl-info div:nth-child(1) {
  font-size: 18px;
  color: #000;
}
#news .address-info .fl .fl-item .fl-info div:nth-child(1):hover {
  font-size: 18px;
  color: #CC0000;
  text-decoration: underline;
}
#news .address-info .fl .fl-item .fl-info .biaoti {
  margin-top: 8px;
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
#news .address-info .fr {
  flex: 1;
}
#news .address-info .fr .fr-hot {
  display: flex;
  align-items: center;
}
#news .address-info .fr .fr-hot .img {
  width: 174px;
  height: 112px;
  overflow: hidden;
  background-color: #fff;
}
#news .address-info .fr .fr-hot .img img {
  height: 112px;
}
#news .address-info .fr .fr-hot .fr-info {
  margin-left: 22px;
}
#news .address-info .fr .fr-hot .fr-info div:nth-child(1) {
  font-size: 18px;
  color: #262626;
}
#news .address-info .fr .fr-hot .fr-info div:nth-child(1):hover {
  font-size: 18px;
  color: #CC0000;
  text-decoration: underline;
}
#news .address-info .fr .fr-hot .fr-info div:nth-child(2) {
  font-size: 16px;
  color: #262626;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
#news .address-info .fr .fr-item {
  margin-top: 20px;
}
#news .address-info .fr .fr-item .fr-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding: 0 20px;
}
#news .address-info .fr .fr-item .fr-item .img {
  font-size: 18px;
  color: #262626;
}
#news .address-info .fr .fr-item .fr-item .img:hover {
  font-size: 18px;
  color: #CC0000;
  text-decoration: underline;
}
#news .address-info .fr .fr-item .fr-item .time {
  font-size: 18px;
  color: #262626;
}
#address {
  position: relative;
  background-color: #303030;
  padding: 22px 0;
  margin-top: 68px;
  z-index: -2;
}
#address .nav_bg {
  position: absolute;
  top: -36px;
  right: 0;
  width: 892px;
  height: 220px;
  z-index: -1;
}
#address .nav_bg img {
  width: 100%;
  height: 100%;
}
#address .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
#address .main .contant div {
  font-size: 18px;
  color: #fff;
  margin-top: 8px;
}
#address .main .erweima {
  width: 140px;
  height: 140px;
}
#address .main .erweima img {
  width: 140px;
  height: 140px;
}
#address .main .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 287px;
}
#address .main .nav a {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}
#address .main .nav a:hover {
  text-decoration: underline;
}
#banquan {
  background-color: #000;
}
#banquan .main {
  width: 1200px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
#banquan div:nth-child(1) {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
#banquan div:nth-child(2) {
  font-size: 16px;
  color: #fff;
}
#banquan div:nth-child(2) a {
  color: #fff;
}
#banquan div:nth-child(2) span {
  margin-left: 20px;
}
#banquan div:nth-child(2) span a {
  color: #fff;
}
