html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  box-sizing: content-box;
}
.scrollbarActive::-webkit-scrollbar {
  width: 10px !important;
}
.scrollbarActive::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.scrollbarActive::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-corner {
  background-color: #ddd;
}
.scrollbarActive::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.scrollbarActive::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
.scrollbarActive::-webkit-scrollbar {
  width: 15px;
}
@font-face {
}
body,
html {
  min-width: 1200px;
  /* background: #f1f1f1; */
}
.clear {
  clear: both;
}
.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.top {
  background: #f1f1f1;
}
.top .content {
  height: 45px;
  line-height: 45px;
}
.top .content h4 {
  float: left;
  font-size: 14px;
  color: #333333;
}
.top .content ul {
  float: right;
}
.top .content ul li {
  float: left;
}
.top .content ul li:nth-child(2) a {
  margin: 0 44px;
  position: relative;
}
.top .content ul li:nth-child(2) a::after,
.top .content ul li:nth-child(2) a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #b8b8b8;
  top: 50%;
  transform: translateY(-50%);
}
.top .content ul li:nth-child(2) a::after {
  left: -22px;
}
.top .content ul li:nth-child(2) a::before {
  right: -22px;
  display: none;
}
.top .content ul li a {
  font-size: 14px;
  color: #333333;
}
.top .content ul li a:hover {
  color: #fe0000;
}
.header {
  background: #fff;
}
.header .content {
  height: 150px;
  padding-top: 55px;
}
.header .content .logo {
  float: left;
}
.header .content .logo a {
  display: block;
}
.header .content .logo a img{
  width: 210px;
}


.header .content .right {
  float: right;
  margin-right: 76px;
}
.header .content .right .form {
  float: left;
  margin-right: 10px;
  display: none;
}
.header .content .right .form form {
  overflow: hidden;
  border-radius: 3px;
}
.header .content .right .form form .txt {
  float: left;
  position: relative;
}
.header .content .right .form form .txt input {
  width: 470px;
  height: 45px;
  border: solid 2px #fe0000;
  padding-left: 14px;
  font-size: 14px;
  color: #333333;
}
.header .content .right .form form .txt .search_list {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header .content .right .form form .txt .search_list a {
  display: inline-block;
  padding: 0 5px;
  height: 24px;
  background: #f1f1f1;
  border-radius: 3px;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
}
.header .content .right .form form .txt .search_list a:hover {
  background: #fe0000;
  color: #fff;
}
.header .content .right .form form .sub {
  float: left;
  width: 45px;
  height: 45px;
  background: #fe0000 url(/template/default/index/images/search.png) no-repeat center;
}
.header .content .right .btn {
  float: left;
  padding: 0 25px;
  display: block;
  height: 45px;
  border-radius: 3px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #ffffff;
  background-color: #3a3a3a;
  margin-top: 14px;
}
.header .content .right .btn:hover {
  background-color: #fe0000;
}
.header .content .right .btn img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.footer {
  background: #334;
}
.footer .content {
  /* height: 411px; */
}
.footer .content .foot_nav {
  padding: 50px 0;
  overflow: hidden;
}
.footer .content .foot_nav ul {
  float: left;
}
.footer .content .foot_nav ul li {
  position: relative;
  float: left;
  margin-right: 150px;
}
.footer .content .foot_nav ul li::after {
  position: absolute;
  content: "";
  right: -75px;
  top: 0;
  height: 200px;
  width: 1px;
  background: #666666;
}
.footer .content .foot_nav ul li:last-child {
  margin-right: 0;
}
.footer .content .foot_nav ul li:last-child::after {
  display: none;
}
.footer .content .foot_nav ul li h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer .content .foot_nav ul li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  max-width: 228px;
}
.footer .content .foot_nav ul li a:hover {
  color: #fe0000;
}
.footer .content .foot_nav ul li a.tel {
  font-size: 30px;
  color: #fe0000;
}
.footer .content .foot_nav .qrcode {
  float: right;
}
.footer .content .foot_nav .qrcode h5 {
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-top: 1px solid #000;
  font-size: 14px;
  color: #333333;
}
.footer .content .copyright {
  border-top: 1px solid #666;
  height: 80px;
  line-height: 80px;
}
.footer .content .copyright a {
  font-size: 14px;
  color: #999999;
  float: left;
}
.footer .content .copyright a:hover {
  color: #fe0000;
}
.footer .content .copyright a:last-child {
  /* float: right; */
}
.nav {
  background: #fff;
  border-bottom: 2px solid #fe0000;
}
.nav .content .all {
  cursor: pointer;
  float: left;
  width: 250px;
  height: 45px;
  padding-left: 18px;
  line-height: 45px;
  background: #fe0000;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.nav .content .all.active .allnav_list {
  display: none;
}
.nav .content .all:hover .allnav_list {
  display: block;
}
.nav .content .all img {
  margin-right: 16px;
}
.nav .content .all .allnav_list {
  position: absolute;
  top: 45px;
  left: 0;
  background: #fff;
  padding: 8px 0;
  z-index: 10;
  border: 1px solid #f1f1f1;
  border-top: none;
}
.nav .content .all .allnav_list > ul > li:hover .son_nav {
  display: block;
}
.nav .content .all .allnav_list > ul > li:hover > a {
  background: #dedede;
  position: relative;
}
.nav .content .all .allnav_list > ul > li:hover > a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #fe0000;
  left: 0;
  top: 0;
}
.nav .content .all .allnav_list > ul > li > a {
  width: 250px;
  padding-left: 18px;
  display: block;
  height: 87px;
  line-height: 87px;
  font-size: 14px;
  color: #333333;
  box-sizing: border-box;
}
.nav .content .all .allnav_list > ul > li > a img {
  width: auto;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.nav .content .all .allnav_list > ul > li .son_nav {
  z-index: 5;
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  left: 250px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  padding: 0px 20px 20px;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all {
  width: 600px;
  height: 518px;
  overflow-y: auto;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all::-webkit-scrollbar {
  width: 10px !important;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all::-webkit-scrollbar-corner {
  background-color: #ddd;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all::-webkit-scrollbar {
  width: 15px;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all .son_list {
  border-bottom: 1px solid #dedede;
  padding: 15px 0 10px;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all .son_list:last-child {
  border-bottom: 0 solid #000;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all .son_list h5 {
  font-size: 18px;
  line-height: 1;
  margin: 15px 0;
  color: #333333;
  font-weight: bold;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all .son_list ul li {
  /*text-align: center;*/
  height: 45px;
  line-height: 45px;
  border-bottom:1px dashed #dedede ;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all .son_list ul li a {
  font-size: 14px;
  color: #666666;
}
.nav .content .all .allnav_list > ul > li .son_nav .son_all .son_list ul li a:hover {
  color: #fe0000;
}
.nav .content .nav_list {
  float: left;
  width: 950px;
}
.nav .content .nav_list ul {
  width: 100%;
  display: table;
  text-align: center;
}
.nav .content .nav_list ul li {
  display: table-cell;
}
.nav .content .nav_list ul li:hover a,
.nav .content .nav_list ul li.active a {
  font-weight: bold;
}
.nav .content .nav_list ul li:hover a::after,
.nav .content .nav_list ul li.active a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fe0000;
}
.nav .content .nav_list ul li a {
  display: inline-block;
  padding: 0 8px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #333;
  position: relative;
}

.bread_nav .content{
  padding-left: 15px;
  background: url(/template/default/index/images/location_icon.png) no-repeat left 0 center;
}
.bread_nav .content .am-breadcrumb {
  margin: 3px 0;
}
.bread_nav .content .am-breadcrumb a {
  font-size: 14px;
  color: #333333;
}
.bread_nav .content .am-breadcrumb a:hover {
  color: #fe0000;
}
.index_banner {
  background: #f1f1f1;
  padding-bottom: 10px;
}
.index_banner .content {
  padding-left: 250px;
}
.index_banner .content .mid {
  float: left;
}
.index_banner .content .mid .slide {
  width: 630px;
  margin: 10px;
}
.index_banner .content .mid .slide .swiper-container {
  width: 100%;
}
.index_banner .content .mid .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index_banner .content .mid .slide .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 630px;
  height: 280px;
}
.index_banner .content .mid .slide .swiper-container .swiper-button-prev {
  width: 30px;
  height: 60px;
  background: #000 url(/template/default/index/images/slide_left.png) no-repeat center;
  opacity: 1;
  margin-top: 0;
  transform: translateY(-50%);
  left: 0;
}
.index_banner .content .mid .slide .swiper-container .swiper-button-next {
  width: 30px;
  height: 60px;
  background: #000 url(/template/default/index/images/slide_right.png) no-repeat center;
  opacity: 1;
  margin-top: 0;
  transform: translateY(-50%);
  right: 0;
}
.index_banner .content .mid .slide .swiper-container .swiper-button-disabled {
  opacity: 0.5;
}
.index_banner .content .mid .slide .swiper-container .swiper-pagination {
  height: 34px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: right;
  padding-right: 15px;
}
.index_banner .content .mid .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 31px;
  height: 5px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 0;
}
.index_banner .content .mid .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_banner .content .mid .ads {
  overflow: hidden;
  margin-left: 10px;
  width: 630px;
}
.index_banner .content .mid .ads ul li a{
  display: block;
}


.index_banner .content .mid .ads ul li a{
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.index_banner .content .mid .ads ul li:nth-child(4) a,
.index_banner .content .mid .ads ul li:nth-child(5) a,
.index_banner .content .mid .ads ul li:nth-child(6) a{
  border-bottom: 0px solid #dedede;
}

.index_banner .content .mid .ads ul li:nth-child(3) a,
.index_banner .content .mid .ads ul li:nth-child(6) a{
  border-right: 0px solid #dedede;
}


.index_banner .content .mid .ads ul li a .pic{
  overflow: hidden;
  text-align: center;
  height: 118px;
  line-height: 118px;
  background: #fff;
}
.index_banner .content .mid .ads ul li a .pic img{
  max-width: 100%;
}


.index_banner .content .mid .ads .left {
  float: left;
}
.index_banner .content .mid .ads .left a {
  display: block;
  overflow: hidden;
  width: 315px;
  height: 237px;
}
.index_banner .content .mid .ads .left a:hover img {
  transform: scale(1.1);
}
.index_banner .content .mid .ads .left a img {
  width: 315px;
  height: 237px;
  transition: all .5s linear;
}
.index_banner .content .mid .ads .right {
  float: left;
  margin-top: 0;
}
.index_banner .content .mid .ads .right a {
  display: block;
  overflow: hidden;
  width: 315px;
  height: 119px;
}
.index_banner .content .mid .ads .right a:hover img {
  transform: scale(1.1);
}
.index_banner .content .mid .ads .right a img {
  width: 315px;
  height: 119px;
  transition: all .5s linear;
}
.index_banner .content .right {
  float: right;
  margin-top: 10px;
}
.index_banner .content .right .contact {
  width: 300px;
  height: 280px;
  background: #fff;
  padding: 0 30px;
}
.index_banner .content .right .contact .media {
  padding: 30px 0;
}
.index_banner .content .right .contact .media ul li:first-child a {
  text-align: left;
}
.index_banner .content .right .contact .media ul li:last-child a {
  text-align: right;
}
.index_banner .content .right .contact .media ul li:nth-child(2) a {
  position: relative;
}
.index_banner .content .right .contact .media ul li:nth-child(2) a::after,
.index_banner .content .right .contact .media ul li:nth-child(2) a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 36px;
  background: #ddd;
}
.index_banner .content .right .contact .media ul li:nth-child(2) a::after {
  left: -10px;
}
.index_banner .content .right .contact .media ul li:nth-child(2) a::before {
  right: -10px;
}
.index_banner .content .right .contact .media ul li a {
  position: relative;
  display: block;
  text-align: center;
}
.index_banner .content .right .contact .media ul li a .qrcode {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.index_banner .content .right .contact .media ul li a .qrcode img{
    width: 200px;
}

.index_banner .content .right .contact .media ul li a .img_c {
  display: none;
}
.index_banner .content .right .contact .media ul li a:hover .qrcode {
  display: block;
}
.index_banner .content .right .contact .media ul li a:hover > img {
  display: none;
}
.index_banner .content .right .contact .media ul li a:hover .img_c {
  display: inline-block;
}
.index_banner .content .right .contact .tel {
  height: 65px;
  line-height: 65px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  padding-left: 10px;
  font-size: 22px;
  color: #fe0000;
}
.index_banner .content .right .contact .tel img {
  position: relative;
  top: -2px;
}
.index_banner .content .right .contact .news {
  padding-top: 15px;
}
.index_banner .content .right .contact .news ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.index_banner .content .right .contact .news ul li a:hover {
  color: #fe0000;
}
.index_banner .content .right .contact .news ul li a i {
  color: #fe0000;
}
.index_banner .content .right .ads {
  margin-top: 10px;
}
.index_banner .content .right .ads a {
  display: block;
  overflow: hidden;
  width: 300px;
  height: 237px;
}
.index_banner .content .right .ads a:hover img {
  transform: scale(1.1);
}
.index_banner .content .right .ads a img {
  width: 300px;
  height: 237px;
  transition: all .5s linear;
}
.small_banner {
  margin: 20px 0;
}
.small_banner .content a {
  display: block;
  overflow: hidden;
}
.small_banner .content a:hover img {
  transform: scale(1.1);
}
.small_banner .content a img {
  width: 100%;
  transition: all .5s linear;
}
.friend_link {
  background: #fff;
}
.friend_link .content {
  height: 84px;
}
.friend_link .content .left {
  float: left;
  width: 1000px;
  padding-top: 15px;
}
.friend_link .content .left span {
  font-size: 14px;
  color: #333333;
}
.friend_link .content .left a {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1;
  color: #333;
  border-right: 1px solid #dedede;
}
.friend_link .content .left a:hover {
  color: #fe0000;
}
.friend_link .content .right {
  float: right;
}
.friend_link .content .right a {
  display: block;
  width: 200px;
  height: 84px;
  background: #fe0000;
  text-align: center;
  line-height: 84px;
  font-size: 14px;
  color: #ffffff;
}
.friend_link .content .right a span {
  margin: 0 12px;
}
.friend_link .content .right a img {
  position: relative;
  top: -3px;
  margin: 0 12px;
}
.caption {
  text-align: center;
  padding: 40px 0 30px;
}
.caption h5 {
  font-size: 30px;
  color: #333333;
}
.caption h6 {
  font-size: 16px;
  color: #999999;
}
.page {
  padding: 43px 0 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  margin: 0 5px;
}
.page ul li:hover a,
.page ul li.active a {
  background-color: #fe0000;
  border-radius: 3px;
  color: #fff;
}
.page ul li a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #f1f1f1;
  border-radius: 3px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #333333;
}
.index .item1{
  padding-bottom: 20px;
}
.index .item1 .content .type {
  background: #fff;
}
.index .item1 .content .type .title {
  height: 60px;
  line-height: 60px;
  border-top: 2px solid #fe0000;
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
}
.index .item1 .content .type .title h4 {
  float: left;
  font-size: 18px;
  color: #333333;
}
.index .item1 .content .type .title a {
  float: right;
  font-size: 14px;
  color: #333333;
}
.index .item1 .content .type .title a:hover {
  color: #fe0000;
}
.index .item1 .content .type .product {
  width: 100%;
  padding: 20px;
  overflow: hidden;
}
.index .item1 .content .type .product .left {
  float: left;
}
.index .item1 .content .type .product .left img {
  width: 233px;
  height: 373px;
}
.index .item1 .content .type .product .right {
  width: 927px;
  float: left;
}
.index .item1 .content .type .product .right ul li:nth-child(n+6) a {
  border-top: 0 solid #000;
}
.index .item1 .content .type .product .right ul li a {
  display: block;
  height: 185px;
  border: solid 1px #dedede;
  border-left: none;
  text-align: center;
  overflow: hidden;
}
.index .item1 .content .type .product .right ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item1 .content .type .product .right ul li a:hover .word h5 {
  color: #fe0000;
}
.index .item1 .content .type .product .right ul li a .pic {
  width: 120px;
  height: 80px;
  overflow: hidden;
  margin: 34px auto 0;
}
.index .item1 .content .type .product .right ul li a .pic img {
  width: 100%;
  height: 100%;
  transition: all .5s linear;
}
.index .item1 .content .type .product .right ul li a .word h5 {
  font-size: 18px;
  color: #333333;
}
.index .item1 .content .type .product .right ul li a .word h6 {
  font-size: 14px;
  color: #fe0000;
}
.index .item1 .content .brand {
  background: #fff;
  margin-top: 20px;
}
.index .item1 .content .brand .title {
  height: 60px;
  line-height: 60px;
  border-top: 2px solid #fe0000;
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
}
.index .item1 .content .brand .title h4 {
  float: left;
  font-size: 18px;
  color: #333333;
}
.index .item1 .content .brand .title a {
  float: right;
  font-size: 14px;
  color: #333333;
}
.index .item1 .content .brand .title a:hover {
  color: #fe0000;
}
.index .item1 .content .brand .product {
  width: 100%;
  padding: 20px;
  padding-bottom: 0;
  overflow: hidden;
}
.index .item1 .content .brand .product:last-child {
  padding-bottom: 20px;
}
.index .item1 .content .brand .product .left {
  float: left;
}
.index .item1 .content .brand .product .left img {
  width: 233px;
  height: 373px;
}
.index .item1 .content .brand .product .right {
  width: 927px;
  float: left;
}
.index .item1 .content .brand .product .right ul li:nth-child(n+6) a {
  border-top: 0 solid #000;
}
.index .item1 .content .brand .product .right ul li a {
  display: block;
  height: 185px;
  border: solid 1px #dedede;
  border-left: none;
  text-align: center;
  overflow: hidden;
}
.index .item1 .content .brand .product .right ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item1 .content .brand .product .right ul li a:hover .word h5 {
  color: #fe0000;
}
.index .item1 .content .brand .product .right ul li a .pic {
  width: 150px;
  height: 80px;
  overflow: hidden;
  margin: 34px auto 0;
}
.index .item1 .content .brand .product .right ul li a .pic img {
  width: 100%;
  height: 100%;
  transition: all .5s linear;
}
.index .item1 .content .brand .product .right ul li a .word {
  margin-top: 10px;
}
.index .item1 .content .brand .product .right ul li a .word h5 {
  font-size: 18px;
  color: #333333;
}

 
.list_maxim{
  padding-bottom: 43px;
}

.list_maxim .content .list ul li:nth-child(n+6) a {
  border-top: 0 solid #000;
}
.list_maxim .content .list{
  border-left: 1px solid #dedede;
}
.list_maxim .content .list ul li a {
  display: block;
  height: 185px;
  border: solid 1px #dedede;
  border-left: none;
  text-align: center;
  overflow: hidden;
}
.list_maxim .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.list_maxim .content .list ul li a:hover .word h5 {
  color: #fe0000;
}
.list_maxim .content .list ul li a .pic {
  width: 120px;
  height: 80px;
  overflow: hidden;
  margin: 34px auto 0;
}
.list_maxim .content .list ul li a .pic img {
  width: 100%;
  height: 100%;
  transition: all .5s linear;
}
.list_maxim .content .list ul li a .word h5 {
  font-size: 18px;
  color: #333333;
}
.list_maxim .content .list ul li a .word h6 {
  font-size: 14px;
  color: #fe0000;
}







.index .item2 {
  background: #fff;
}
.index .item2 .content .center {
  overflow: hidden;
  padding-bottom: 20px;
}
.index .item2 .content .center .pic {
  cursor: pointer;
  overflow: hidden;
}
.index .item2 .content .center .pic:hover img {
  transform: scale(1.1);
}
.index .item2 .content .center .pic img {
  transition: all .5s linear;
}
.index .item2 .content .center .left {
  float: left;
}
.index .item2 .content .center .left .pic {
  margin-bottom: 24px;
}
.index .item2 .content .center .left .pic img {
  width: 384px;
  height: 281px;
}
.index .item2 .content .center .mid {
  float: left;
  margin-left: 24px;
}
.index .item2 .content .center .mid .pic img {
  width: 384px;
  height: 586px;
}
.index .item2 .content .center .right {
  float: right;
}
.index .item2 .content .center .right .pic {
  margin-bottom: 24px;
}
.index .item2 .content .center .right .pic img {
  width: 384px;
  height: 281px;
}
.index .item3 .content .center .list_nav {
  border-bottom: 1px solid #dedede;
}
.index .item3 .content .center .list_nav ul {
  text-align: center;
}
.index .item3 .content .center .list_nav ul li {
  display: inline-block;
  margin: 0 40px;
}
.index .item3 .content .center .list_nav ul li:nth-child(2) a {
  position: relative;
}
.index .item3 .content .center .list_nav ul li:nth-child(2) a::after,
.index .item3 .content .center .list_nav ul li:nth-child(2) a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 13px;
  background: #ddd;
}
.index .item3 .content .center .list_nav ul li:nth-child(2) a::after {
  left: -40px;
}
.index .item3 .content .center .list_nav ul li:nth-child(2) a::before {
  right: -40px;
}
.index .item3 .content .center .list_nav ul li:hover a,
.index .item3 .content .center .list_nav ul li.active a {
  border-bottom: 1px solid #fe0000;
  color: #fe0000;
}
.index .item3 .content .center .list_nav ul li a {
  height: 54px;
  line-height: 54px;
  display: inline-block;
  font-size: 14px;
  color: #666666;
}
.index .item3 .content .center .news_list_all {
  padding: 40px 0;
}
.index .item3 .content .center .news_list_all .news_list {
  display: none;
  overflow: hidden;
}
.index .item3 .content .center .news_list_all .news_list:first-child {
  display: block;
}
.index .item3 .content .center .news_list_all .news_list .left {
  width: 555px;
  float: left;
}
.index .item3 .content .center .news_list_all .news_list .left .big_news {
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
}
.index .item3 .content .center .news_list_all .news_list .left .big_news a {
  display: block;
  overflow: hidden;
}
.index .item3 .content .center .news_list_all .news_list .left .big_news a:hover .pic img {
  transform: scale(1.1);
}
.index .item3 .content .center .news_list_all .news_list .left .big_news a:hover .word h5,
.index .item3 .content .center .news_list_all .news_list .left .big_news a:hover .word h6 {
  color: #fe0000;
}
.index .item3 .content .center .news_list_all .news_list .left .big_news a .pic {
  float: left;
  overflow: hidden;
}
.index .item3 .content .center .news_list_all .news_list .left .big_news a .pic img {
  width: 241px;
  height: 139px;
  transition: all .5s linear;
}
.index .item3 .content .center .news_list_all .news_list .left .big_news a .word {
  width: 300px;
  float: left;
  padding-left: 22px;
}
.index .item3 .content .center .news_list_all .news_list .left .big_news a .word h5 {
  font-size: 18px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 24px;
  max-height: 24px;
  margin: 10px 0;
}
.index .item3 .content .center .news_list_all .news_list .left .big_news a .word h6 {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 18px;
  max-height: 54px;
}
.index .item3 .content .center .news_list_all .news_list .left .big_news a .word span {
  font-size: 12px;
  line-height: 18px;
  color: #fe0000;
  font-weight: bold;
}
.index .item3 .content .center .news_list_all .news_list .left .news_tit {
  padding-top: 10px;
}
.index .item3 .content .center .news_list_all .news_list .left .news_tit ul li a {
  display: block;
  overflow: hidden;
  line-height: 45px;
}
.index .item3 .content .center .news_list_all .news_list .left .news_tit ul li a:hover span {
  color: #fe0000;
}
.index .item3 .content .center .news_list_all .news_list .left .news_tit ul li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 85%;
  font-size: 18px;
  color: #333333;
}
.index .item3 .content .center .news_list_all .news_list .left .news_tit ul li a span i {
  font-weight: bold;
  color: #fe0000;
}
.index .item3 .content .center .news_list_all .news_list .left .news_tit ul li a b {
  float: right;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
}
.index .item3 .content .center .news_list_all .news_list .right {
  float: right;
  width: 600px;
}
.index .item3 .content .center .news_list_all .news_list .right .news_tit ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.index .item3 .content .center .news_list_all .news_list .right .news_tit ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0 solid #000;
}
.index .item3 .content .center .news_list_all .news_list .right .news_tit ul li a {
  display: block;
  overflow: hidden;
}
.index .item3 .content .center .news_list_all .news_list .right .news_tit ul li a:hover .word h5,
.index .item3 .content .center .news_list_all .news_list .right .news_tit ul li a:hover .word h6 {
  color: #fe0000;
}
.index .item3 .content .center .news_list_all .news_list .right .news_tit ul li a .data {
  float: left;
  width: 90px;
  text-align: center;
  background: #fff;
}
.index .item3 .content .center .news_list_all .news_list .right .news_tit ul li a .data h5 {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  border-bottom: 1px solid #dedede;
}
.index .item3 .content .center .news_list_all .news_list .right .news_tit ul li a .data span {
  font-size: 12px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
.index .item3 .content .center .news_list_all .news_list .right .news_tit ul li a .word {
  width: 470px;
  float: left;
  padding-left: 22px;
}
.index .item3 .content .center .news_list_all .news_list .right .news_tit ul li a .word h5 {
  font-size: 18px;
  color: #333333;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item3 .content .center .news_list_all .news_list .right .news_tit ul li a .word h6 {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}
.product_list {
  padding-bottom: 30px;
}
.product_list .content {
  padding:0 0 50px;
  background: #fff;
}
.product_list .content h4 {
  font-size: 30px;
  color: #333333;
}

.product_list .content .list{
    padding: 20px 0 40px;
    border-top: 1px solid #dedede;
    
}

.product_list .content .list ul {
  /*padding: 40px;*/
  margin: 0 -10px;
}
.product_list .content .list ul li {
  padding: 0 10px;
  margin-bottom: 20px;
}
.product_list .content .list ul li.active a .pic,.product_list .content .list ul li:hover a .pic{
    border: 2px solid #fe0000 ;
}


.product_list .content .list ul li a:hover .pic {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.product_list .content .list ul li a .pic {
  border: 1px solid #dedede;
  text-align: center;
  transition: all .5s linear;
}
.product_list .content .list ul li a .pic img {
  max-width: 60%;
  /*height: 80px;*/
}
.product_list .content .list ul li a h6 {
  font-size: 16px;
  /*line-height: 1;*/
  color: #333333;
  margin-top: 10px;
}
.product_list .content .list ul li a {
  font-size: 12px;
  /*line-height: 1;*/
  color: #fe0000;
  display:block;
  /*border-left: 1px solid #dedede;*/
  /*padding-left: 5px;*/
}


















.product_list .content h5 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  padding-bottom: 20px;
}
.product_list .content .center {
  padding: 20px 0 40px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}








.product_list .content .center .left {
  width: 330px;
  float: left;
}
.product_list .content .center .left .pro_name {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #ffffff;
  background: #fe0000;
  padding-left: 40px;
}
.product_list .content .center .left ul li {
  display: block;
  height: 125px;
  background: #fff;
  padding: 23px 0 0 16px;
  border: 1px solid #dedede;
  border-top: 0 solid #000;
}
.product_list .content .center .left ul li .pic {
  float: left;
   width: 120px;
  height: 80px;
  overflow: hidden;
  text-align: center;
}
.product_list .content .center .left ul li .pic img {
    max-width: 100%;
}
.product_list .content .center .left ul li .word {
  width: 50%;
  float: left;
}
.product_list .content .center .left ul li .word p {
  font-size: 14px;
  /*line-height: 1;*/
  color: #333333;
  font-weight: bold;
  /*width: 120px;*/
  word-wrap:break-word;
}
.product_list .content .center .left ul li .word span {
  display: block;
  margin: 5px 0;
  font-size: 12px;
  color: #666666;
}
.product_list .content .center .left ul li .word span a {
  color: #fe0000;
}
.product_list .content .center .left ul li .word > a {
  display: block;
  font-size: 12px;
  color: #fe0000;
}

.product_list .content .center .left ul li .word .buy{
  width: 70px;
  height: 30px;
  display: block;
  text-align: center;
  line-height:30px;
  border: 1px solid #fe0000;
  margin-top: 10px;
}
.product_list .content .center .left ul li .word .buy:hover{
  background: #fe0000;
  color: #fff;
}


.product_list .content .center .right {
  float: left;
  width: 870px;
  /* overflow-x: scroll; */
}
.product_list .content .center .right table {
  white-space: nowrap;
  width: 100%;
}
.product_list .content .center .right table tr:last-child td {
  border-bottom: 0 solid #000;
}
.product_list .content .center .right table tr th {
  height: 45px;
  background: #fe0000;
  /*padding: 0 40px 0 20px;*/
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  /*border: 1px solid #b94700;*/
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
}
.product_list .content .center .right table tr td {
  height: 125px;
  /* padding-left: 20px; */
  background: #f1f1f1;
  border-bottom: 1px solid #dedede;
  text-align: center;
}
.product_list .content .center .right table tr td a{
  font-size: 14px;
  color: #333;
}
.product_list .content .center .right table tr td a:hover{
  color: #fe0000;
}

.product_list .content .center .right table tr td:first-child {
  font-size: 18px;
  color: #fe0000;
  font-weight: bold;
}
.product_detail {
  padding-bottom: 35px;
}
.product_detail .content {
  background: #fff;
  padding: 20px 50px;
}
.product_detail .content .pro_name {
  border-bottom: 1px solid #dedede;
  font-size: 32px;
  color: #fe0000;
  padding: 20px 0;
}
.product_detail .content .center {
  overflow: hidden;
  padding-top: 35px;
}
.product_detail .content .center .left {
  float: left;
  width: 760px;
}
.product_detail .content .center .left .one {
  /* overflow: hidden; */
}

.product_detail .content .center .left .two .detail img{
  max-width: 100%;
  height: auto !important;
}

.product_detail .content .center .left .one .slide {
  width: 325px;
  float: left;
}
.product_detail .content .center .left .one .slide .swiper-container .swiper-wrapper .swiper-slide {
  border: 1px solid #dedede;
}

.product_detail .content .center .left .one .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}

.product_detail .content .center .left .one .slide .swiper-container .swiper-wrapper .swiper-slide a{
  width: 100%;
  height: 245px;
  text-align: center;
  line-height: 245px;
  overflow: hidden;
  background: url(/template/default/index/images/pro_bg.jpg) no-repeat center;
}

.product_detail .content .center .left .one .slide .swiper-container .swiper-wrapper .swiper-slide a img{
  max-width: 50%;
}


.product_detail .content .center .left .one .slide .arrow {
  overflow: hidden;
  text-align: center;
  margin-top: 8px;
}
.product_detail .content .center .left .one .slide .arrow .arrow_center {
  display: inline-block;
}
.product_detail .content .center .left .one .slide .arrow .arrow_center .swiper-pagination {
  position: static;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.product_detail .content .center .left .one .slide .arrow .arrow_center .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #f1f1f1;
  opacity: 1;
  margin: 0 5px;
}
.product_detail .content .center .left .one .slide .arrow .arrow_center .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fe0000;
}
.product_detail .content .center .left .one .slide .arrow .arrow_center .swiper-button-next,
.product_detail .content .center .left .one .slide .arrow .arrow_center .swiper-button-prev {
  position: static;
  background: none;
  opacity: 1;
  height: auto;
  width: auto ;
  outline: none;
  margin-top: 0;
  color: #333;
}
.product_detail .content .center .left .one .slide .arrow .arrow_center .swiper-button-next {
  float: right;
}
.product_detail .content .center .left .one .slide .arrow .arrow_center .swiper-button-prev {
  float: left;
}
.product_detail .content .center .left .one .word {
  float: left;
  width: 400px;
  margin-left: 35px;
}
.product_detail .content .center .left .one .word h5 {
  font-size: 32px;
  color: #fe0000;
  line-height: 1;
}
.product_detail .content .center .left .one .word h4{
  font-size: 18px;
  color: #fe0000;
  font-weight: bold;
  margin-top: 10px;
}

.product_detail .content .center .left .one .word h6{
  font-size: 14px;
  color: #333;
  margin: 10px 0 20px;
}
.product_detail .content .center .left .one .word p{
  overflow: hidden;
  margin: 3px 0;
}

.product_detail .content .center .left .one .word span{
  display: block;
  font-size: 14px;
  color: #333;
  width: 50%;
  float: left;
}

.product_detail .content .center .left .one .word .buy{
  display: inline-block;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  position: relative;
  background: #ee1c1f;
  color: #fff;
}
.product_detail .content .center .left .one .word .buy .qrcode{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.product_detail .content .center .left .one .word .buy .qrcode img{
  width: 150px;
}


.product_detail .content .center .left .one .word .buy:hover{
  /* background:#fe0000 ;
  color: #fff; */
}
.product_detail .content .center .left .one .word .buy:hover  .qrcode{
  display: block;
}


.product_detail .content .center .left .one .word ul {
  margin-top: 50px;
}
.product_detail .content .center .left .one .word ul li {
  float: left;
  text-align: center;
  margin-right: 60px;
}
.product_detail .content .center .left .one .word ul li p {
  font-size: 14px;
  line-height: 36px;
  color: #333333;
}
.product_detail .content .center .left .one .brand {
  margin-top: 30px;
}
.product_detail .content .center .left .one .brand a {
  display: inline-block;
  border: 1px solid #dedede;
}
.product_detail .content .center .left .one .brand a img {
  width: 170px;
  height: 77px;
}
.product_detail .content .center .left .two h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin: 30px 0 20px;
}
.product_detail .content .center .left .two .case {
  border: 1px solid #dedede;
  padding: 20px 0 20px 25px;
}
.product_detail .content .center .left .two .case h6 {
  font-size: 18px;
  line-height: 30px;
  color: #fe0000;
  font-weight: bold;
}
.product_detail .content .center .left .two .case p {
  line-height: 30px;
}
.product_detail .content .center .left .two .case p span {
  font-size: 18px;
  color: #333333;
  margin-right: 30px;
}
.product_detail .content .center .left .two table {
  width: 100%;
  margin-top: 20px;
}
.product_detail .content .center .left .two table tr td {
  width: 33.33%;
  border: 1px solid #dedede;
  height: 140px;
  padding: 25px 0 0 15px;
  vertical-align: top;
}
.product_detail .content .center .left .two table tr td .state ul {
  background: url(/template/default/index/images/state-bg.jpg) no-repeat center;
  background-size: cover;
  margin-top: 50px;
  width: auto;
  display: inline-block;
}
.product_detail .content .center .left .two table tr td .state ul li {
  width: 50px;
  height: 24px;
  float: left;
  border: 1px solid #689bbd;
  position: relative;
}
.product_detail .content .center .left .two table tr td .state ul li.active span {
  display: block;
}
.product_detail .content .center .left .two table tr td .state ul li span {
  display: none;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 10px;
  width: 60px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.product_detail .content .center .left .two table tr td .state ul li span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #000;
  transform: rotate(45deg);
}
.product_detail .content .center .left .two table tr td h6 {
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  color: #333333;
  margin-bottom: 10px;
}
.product_detail .content .center .left .two table tr td p {
  font-size: 12px;
  line-height: 1;
  color: #666666;
}
.product_detail .content .center .left .two table tr td a {
  font-size: 12px;
  line-height: 1;
  color: #0e90d2;
}
.product_detail .content .center .left .three h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin: 30px 0 20px;
}
.product_detail .content .center .left .three ul li {
  height: 49px;
  line-height: 49px;
  padding: 0 15px;
  background: #f1f1f1;
}
.product_detail .content .center .left .three ul li:nth-child(2n) {
  background: #fff;
}
.product_detail .content .center .left .three ul li span {
  font-size: 18px;
  color: #333333;
}
.product_detail .content .center .left .three ul li i {
  font-size: 18px;
  color: #333333;
  float: right;
}
.product_detail .content .center .right {
  width: 300px;
  float: right;
}

.product_detail .content .center .right .smallbanners a {
  margin-bottom: 10px;
  display: block;
}
.product_detail .content .center .right .smallbanners a img {
  width: 100%;
  
}

.product_detail .content .center .right .recommend_pro h5{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}


.product_detail .content .center .right .recommend_pro ul li a{
  display: block;
  margin-bottom: 10px;
}
.product_detail .content .center .right .recommend_pro ul li a .pic{
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border: 1px solid #dedede;
}

.product_detail .content .center .right .recommend_pro ul li a .pic img{
  width: 120px;
  height: 80px;
}

.product_detail .content .center .right .recommend_pro ul li a .word{
  font-size: 14px;
  color: #333;
  padding-top: 10px;
  text-align: left;
}





.news_right {
  float: right;
  width: 300px;
  height: 100%;
}
.news_right > div {
  margin-bottom: 20px;
}
.news_right .tit {
  height: 85px;
  line-height: 85px;
  border-bottom: 1px solid #dedede;
  font-size: 18px;
  color: #333333;
  padding-left: 27px;
  position: relative;
}
.news_right .tit::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 25px;
  background: #fe0000;
}
.news_right .ab_news ul {
  padding: 27px 0 0 27px;
}
.news_right .ab_news ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.news_right .ab_news ul li a:hover {
  color: #fe0000;
}
.news_right .hot_tags ul {
  padding: 27px 0 0 27px;
  overflow: hidden;
}
.news_right .hot_tags ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news_right .hot_tags ul li a {
  display: block;
  height: 35px;
  background-color: #f1f1f1;
  border-radius: 3px;
  text-align: center;
  line-height: 35px;
  padding: 0 15px;
  font-size: 14px;
  color: #333333;
}
.news_right .hot_tags ul li a:hover {
  background: #fe0000;
  color: #fff;
}
.news_right .contact_us ul {
  padding: 27px 0 0 27px;
}
.news_right .contact_us ul li p {
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.news_right .contact_us ul li a {
  display: block;
  width: 110px;
  height: 40px;
  background-color: #fe0000;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
}
.news_page {
  padding-bottom: 50px;
}
.news_page .content {
  padding: 0px 50px 50px;
  background: #fff;
  overflow: hidden;
}
.news_page .content .news_all {
  /* border-bottom: 1px solid #dedede; */
}
.news_page .content .news_all .left {
  height: 100%;
  border-right: 1px solid #dedede;
  float: left;
  width: 800px;
  padding-right: 30px;
}
.news_page .content .news_all .left .news_tit ul {
  padding: 26px 0 30px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
.news_page .content .news_all .left .news_tit ul li {
  position: relative;
  margin-right: 85px;
  float: left;
}
.news_page .content .news_all .left .news_tit ul li:last-child::after {
  display: none;
}
.news_page .content .news_all .left .news_tit ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #dedede;
}
.news_page .content .news_all .left .news_tit ul li.active a,
.news_page .content .news_all .left .news_tit ul li:hover a {
  color: #fe0000;
}
.news_page .content .news_all .left .news_tit ul li a {
  font-size: 18px;
  color: #333333;
}
.news_page .content .news_all .left .news_center ul li {
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  padding: 35px 0;
  cursor: pointer;
}
.news_page .content .news_all .left .news_center ul li:last-child {
  border-bottom: 0 solid #000;
}
.news_page .content .news_all .left .news_center ul li:hover .pic img {
  transform: scale(1.1);
}
.news_page .content .news_all .left .news_center ul li:hover .word h5 a {
  color: #fe0000;
}
.news_page .content .news_all .left .news_center ul li .pic {
  float: left;
  overflow: hidden;
}
.news_page .content .news_all .left .news_center ul li .pic img {
  width: 212px;
  height: 139px;
  transition: all .5s linear;
}
.news_page .content .news_all .left .news_center ul li .word {
  float: left;
  width: 520px;
  margin-left: 30px;
}
.news_page .content .news_all .left .news_center ul li .word h5 {
  line-height: 30px;
}
.news_page .content .news_all .left .news_center ul li .word h5 a {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.news_page .content .news_all .left .news_center ul li .word h5 a:hover {
  color: #fe0000;
}
.news_page .content .news_all .left .news_center ul li .word h5 span {
  font-size: 14px;
  color: #999999;
  float: right;
}
.news_page .content .news_all .left .news_center ul li .word p {
  margin: 12px 0;
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}
.news_page .content .news_all .left .news_center ul li .word .tags {
  padding-left: 25px;
  background: url(/template/default/index/images/tags.png) no-repeat left center;
}
.news_page .content .news_all .left .news_center ul li .word .tags i {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.news_page .content .news_all .left .news_center ul li .word .tags a {
  font-size: 14px;
  line-height: 1;
  color: #999999;
  display: inline-block;
  border-left: 1px solid #dedede;
  padding: 0 3px;
}
.news_page .content .news_all .left .news_center ul li .word .tags a:hover {
  color: #fe0000;
}
.news_page .content .news_all .left .news_center ul li .word .tags a:first-of-type {
  border: none;
}
.news_detail {
  padding-bottom: 50px;
}
.news_detail .content {
  padding: 0px 50px 50px;
  background: #fff;
  overflow: hidden;
}
.news_detail .content .news_all .left {
  height: 100%;
  border-right: 1px solid #dedede;
  float: left;
  width: 800px;
  padding-right: 30px;
}
.news_detail .content .news_all .left .tit {
  padding: 30px 0 20px;
  border-bottom: 1px solid #dedede;
}
.news_detail .content .news_all .left .tit h4 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
}
.news_detail .content .news_all .left .tit h5 span {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-right: 42px;
}
.news_detail .content .news_all .left .center p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.news_detail .content .news_all .left .center h4 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
}
.news_detail .content .news_all .left .upNext {
  height: 67px;
  line-height: 67px;
  border: 1px solid #dedede;
  position: relative;
}
.news_detail .content .news_all .left .upNext::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 1px;
  height: 10px;
  background: #dedede;
}
.news_detail .content .news_all .left .upNext a {
  display: inline-block;
  width: 49%;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.news_detail .content .news_all .left .upNext a:hover {
  color: #fe0000;
}
.ab_us {
  padding-bottom: 70px;
}
.ab_us .content .banner {
  margin-bottom: 30px;
}
.ab_us .content .banner a {
  display: block;
  border: 1px solid #dedede;
}
.ab_us .content .banner a img {
  width: 100%;
}
.ab_us .content .ab_center {
  overflow: hidden;
  background: #fff;
  position: relative;
}
.ab_us .content .ab_center::after {
  position: absolute;
  top: 0;
  left: 250px;
  content: "";
  width: 1px;
  height: 100%;
  background: #dedede;
}
.ab_us .content .ab_center .ab_left {
  width: 250px;
  float: left;
}
.ab_us .content .ab_center .ab_left .tit {
  height: 90px;
  padding-left: 85px;
  padding-top: 27px;
  background: url(/template/default/index/images/ab_tit_bg.png) no-repeat left 35px center;
  border-bottom: 1px solid #dedede;
}
.ab_us .content .ab_center .ab_left .tit h5 {
  font-size: 18px;
  color: #333333;
  line-height: 1;
}
.ab_us .content .ab_center .ab_left .tit h6 {
  font-size: 12px;
  color: #999999;
}
.ab_us .content .ab_center .ab_left .ab_nav ul li {
  margin-bottom: 10px;
}
.ab_us .content .ab_center .ab_left .ab_nav ul li:hover a,
.ab_us .content .ab_center .ab_left .ab_nav ul li.active a {
  color: #fff;
  background: #fe0000;
}
.ab_us .content .ab_center .ab_left .ab_nav ul li a {
  display: block;
  height: 48px;
  line-height: 48px;
  padding-left: 82px;
  font-size: 14px;
  color: #333333;
}
.ab_us .content .ab_center .ab_left .link {
  width: 229px;
  height: 328px;
  margin: 0px auto ;
  position: relative;
}
.ab_us .content .ab_center .ab_left .link .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 35px;
}
.ab_us .content .ab_center .ab_left .link .cover h4 {
  font-size: 14px;
  color: #ffffff;
}
.ab_us .content .ab_center .ab_left .link .cover h5 {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.ab_us .content .ab_center .ab_left .link .cover h6 {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.5;
}
.ab_us .content .ab_center .ab_left .link .cover a {
  display: block;
  width: 114px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #1e74d5;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.ab_us .content .ab_center .ab_left .link .cover a:hover {
  color: #fff;
  background: #fe0000;
}
.ab_us .content .ab_center .ab_left .link img {
  width: 229px;
  height: 328px;
  display: block;
  margin: 0 auto;
}
.ab_us .content .ab_center .ab_right {
  float: right;
  width: 950px;
  padding: 0 50px 60px 50px;
}
.ab_us .content .ab_center .ab_right .tit {
  position: relative;
  height: 90px;
  border-bottom: 1px solid #dedede;
  padding-left: 25px;
  padding-top: 27px;
}
.ab_us .content .ab_center .ab_right .tit::after {
  position: absolute;
  top: 27px;
  left: 0;
  content: "";
  width: 5px;
  height: 31px;
  background: #fe0000;
}
.ab_us .content .ab_center .ab_right .tit h5 {
  font-size: 18px;
  color: #333333;
  line-height: 1;
}
.ab_us .content .ab_center .ab_right .tit h6 {
  font-size: 12px;
  color: #999999;
}
.ab_us .content .ab_center .ab_right .ab_word_center h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 48px;
  color: #333333;
}
.ab_us .content .ab_center .ab_right .ab_word_center p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-indent: 28px;
}
.ab_us .content .ab_center .ab_right .ab_word_center p.c {
  font-weight: bold;
  color: #fe0000;
}
.ab_us .content .ab_center .ab_right .ab_word_center img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.ab_us .content .ab_center .ab_right .ab_contact ul {
  margin: 50px 0;
}
.ab_us .content .ab_center .ab_right .ab_contact ul li {
  position: relative;
  text-align: center;
  padding: 0 40px;
}
.ab_us .content .ab_center .ab_right .ab_contact ul li:last-child::after {
  display: none;
}
.ab_us .content .ab_center .ab_right .ab_contact ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 160px;
  background: #dedede;
}
.ab_us .content .ab_center .ab_right .ab_contact ul li h5 {
  font-size: 18px;
  line-height: 36px;
  color: #fe0000;
}
.ab_us .content .ab_center .ab_right .ab_contact ul li p {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.ab_us .content .ab_center .ab_right .ab_contact .map {
  width: 100%;
  height: 440px;
  margin-bottom: 20px;
}
.ab_us .content .ab_center .ab_right .online_message {
  padding-top: 37px;
}
.ab_us .content .ab_center .ab_right .online_message form .name,
.ab_us .content .ab_center .ab_right .online_message form .tel {
  width: 423px;
  float: left;
  border: 1px solid #dedede;
}
.ab_us .content .ab_center .ab_right .online_message form .name .icon,
.ab_us .content .ab_center .ab_right .online_message form .tel .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
}
.ab_us .content .ab_center .ab_right .online_message form .name input,
.ab_us .content .ab_center .ab_right .online_message form .tel input {
  width: 370px;
  height: 50px;
  border-left: 1px solid #dedede;
  float: left;
  padding-left: 15px;
  font-size: 14px;
  color: #999999;
}
.ab_us .content .ab_center .ab_right .online_message form .tel {
  float: right;
}
.ab_us .content .ab_center .ab_right .online_message form .mes {
  overflow: hidden;
  margin: 20px 0;
  height: 180px;
  border: solid 1px #dedede;
}
.ab_us .content .ab_center .ab_right .online_message form .mes .icon {
  width: 50px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  float: left;
  border-right: 1px solid #dedede;
}
.ab_us .content .ab_center .ab_right .online_message form .mes textarea {
  float: left;
  width: 798px;
  height: 178px;
  font-size: 14px;
  color: #999999;
  border: none;
  padding: 16px;
  resize: none;
  outline: none;
}
.ab_us .content .ab_center .ab_right .online_message form .yzm {
  height: 50px;
  border: solid 1px #dedede;
  float: left;
}
.ab_us .content .ab_center .ab_right .online_message form .yzm span {
  width: 80px;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  border-right: 1px solid #dedede;
  font-size: 14px;
  color: #999999;
}
.ab_us .content .ab_center .ab_right .online_message form .yzm input {
  width: 180px;
  height: 48px;
  float: left;
  padding-left: 15px;
  font-size: 14px;
  color: #999999;
}
.ab_us .content .ab_center .ab_right .online_message form .yzm_code {
  float: left;
  width: 135px;
  height: 50px;
}
.ab_us .content .ab_center .ab_right .online_message form .sub {
  float: right;
}
.ab_us .content .ab_center .ab_right .online_message form .sub input {
  width: 423px;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  background: #fe0000;
}
.ab_us .content .ab_center .ab_right .online_message .words {
  margin-top: 34px;
  padding: 35px 50px;
  background: #f1f1f1;
}
.ab_us .content .ab_center .ab_right .online_message .words p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  font-weight: lighter;
}
.brand_list {
  padding-bottom: 60px;
}
.brand_list .content {
  background: #fff;
}
.brand_list .content .brand_tit {
  height: 133px;
  background: #fe0000;
  padding: 40px;
}
.brand_list .content .brand_tit h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
}
.brand_list .content .brand_tit h6 {
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
}
.brand_list .content .list ul {
  padding: 40px;
  margin: 0 -10px;
}
.brand_list .content .list ul li {
  padding: 0 10px;
  margin-bottom: 50px;
}
.brand_list .content .list ul li:hover .pic {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.brand_list .content .list ul li .pic {
  border: 1px solid #dedede;
  text-align: center;
  transition: all .5s linear;
}
.brand_list .content .list ul li .pic img {
  max-width: 100%;
  height: 80px;
}
.brand_list .content .list ul li h6 {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  margin-top: 10px;
}
.brand_list .content .list ul li a {
  font-size: 12px;
  line-height: 1;
  color: #fe0000;
  display: inline-block;
  border-left: 1px solid #dedede;
  padding-left: 5px;
}
.brand_list .content .list ul li a:first-of-type {
  border-left: 0 solid #000;
  padding-left: 0;
}
.brand_detail {
  padding-bottom: 50px;
}
.brand_detail .content {
  background: #fff;
  padding: 35px;
}
.brand_detail .content .brand_name {
  overflow: hidden;
}
.brand_detail .content .brand_name .pic {
  border-right: 1px solid #dedede;
  float: left;
  width: 310px;
  height: 150px;
  line-height: 150px;
  text-align: center;
}
.brand_detail .content .brand_name .pic img {
  width: 150px;
  height: 80px;
}
.brand_detail .content .brand_name .word {
  float: right;
  width: 750px;
}
.brand_detail .content .brand_name .word h5 {
  font-size: 36px;
  line-height: 24px;
  color: #333333;
  margin: 20px 0;
}
.brand_detail .content .brand_name .word p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.brand_detail .content .list {
  overflow: hidden;
}
.brand_detail .content .list ul {
  margin: 35px -8px 0;
  padding: 18px 0;
  border: 1px solid #dedede;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
}
.brand_detail .content .list ul li {
  padding: 0 8px;
  margin: 10px 0;
}
.brand_detail .content .list ul li a {
  display: block;
  height: 120px;
  border: solid 1px #dedede;
  padding: 20px;
  box-sizing: border-box;
  transition: all .5s linear;
}
.brand_detail .content .list ul li a:hover {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.brand_detail .content .list ul li a:hover .word h5 {
  color: #fe0000;
}
.brand_detail .content .list ul li a .word {
  float: left;
  width: 120px;
  padding-top: 10px;
}
.brand_detail .content .list ul li a .word h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
}
.brand_detail .content .list ul li a .word i {
  font-size: 14px;
  color: #999999;
}
.brand_detail .content .list ul li a .pic {
  float: right;
}
.brand_detail .content .list ul li a .pic img {
  width: 80px;
  height: 80px;
}
.brand_detail .content .news {
  overflow: hidden;
}
.brand_detail .content .news h5 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin: 30px 0;
}
.brand_detail .content .news ul {
  margin: 0 -17px;
}
.brand_detail .content .news ul li {
  padding: 0 17px;
}
.brand_detail .content .news ul li a {
  display: block;
}
.brand_detail .content .news ul li a:hover .pic img {
  transform: scale(1.1);
}
.brand_detail .content .news ul li a:hover .word h6,
.brand_detail .content .news ul li a:hover .word span,
.brand_detail .content .news ul li a:hover .word p,
.brand_detail .content .news ul li a:hover .word i {
  color: #fe0000;
}
.brand_detail .content .news ul li a .pic {
  overflow: hidden;
}
.brand_detail .content .news ul li a .pic img {
  width: 354px;
  height: 223px;
  transition: all .5s linear;
}
.brand_detail .content .news ul li a .word {
  padding: 20px 30px 0;
  border: 1px solid #dedede;
  border-top: 0 solid #000;
}
.brand_detail .content .news ul li a .word h6 {
  font-size: 16px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 16px;
  max-height: 16px;
}
.brand_detail .content .news ul li a .word span {
  font-size: 12px;
  color: #999999;
}
.brand_detail .content .news ul li a .word p {
  font-size: 14px;
  color: #666666;
  margin: 20px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  max-height: 72px;
}
.brand_detail .content .news ul li a .word i {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333333;
  padding: 15px 0;
  border-top: 1px solid #dedede;
}
