@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
body {
  font-family: Microsoft YaHei,Arial;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #333;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #333;
}
a:active {
  text-decoration: none;
}
ul,
dl,
p,
address {
  margin-bottom: 0;
}
ul li {
  list-style-type: none;
}
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.r2{position:fixed;right:0px;bottom:40px;width: 70px;box-sizing:border-box;z-index:10;}
	.r2 li{/* border-bottom: 1px solid #fff; */position:relative;margin-bottom: 1px;}
	.r2 li:last-child{/* border-bottom:1px solid #fff; */background:#f00;}
	.r2 li:last-child .r-t a{background:#CE0000;}
	.r2 li:last-child .r-t a p img{width:auto;transform: scale(1);}
	.r-t a{display:block;width:100%;/* height: 63px; */display:flex;justify-content:center;align-items: center;color:#fff;text-align:center;background:rgba(0,0,0,0.5);/* padding: 5px 0; */height: 57px;}
	.r-t a p{
	}
	.r-t a p img{display:block;margin: 0 auto;width:25px;transform: scale(0.8);}
	.r-t a p span{display:block;font-size: 13px;/* padding-top:  5px; */transform: scale(0.9);line-height:  100%;}
	.r-b{position: absolute;bottom:0px;right: 70px;background: #016db6;width: auto;transition:all 0.5s;z-index:  10;white-space: nowrap;/* padding: 0 10px; */width: max-content;display: none;}
	.r-b .tp>p{color:#fff;font-size:14px;text-align:center;line-height: 57px;padding: 0 10px;}
	.r-b .tp>p a{color:#fff}
	/*.r li:hover .r-b{transition:all 0.5s;right:-1px;}*/
	.tp{position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center;width: auto;white-space: nowrap;flex-wrap:  wrap;}
	.tp img{/* height:86px; */display:block;width: 90px;}
	/*.r li:nth-child(4) .r-b{right:-1px;}*/
	.tp2{position:absolute;right:150px;bottom:0;transition:all 0.5s;width:200px;background:#0086df;box-sizing:border-box;padding:20px;display:none;}
	.tp2 p{color:#fff;position:relative;}
	.tp2 p a{color:#fff;float:right;position: absolute;display:block;right:-10px;top:-10px;font-size:16px;}
	.tp2 input{width:100%;background:#fff;text-indent:10px;height:28px;margin-top:10px;border:none;font-size:12px;}
	.tp2 input::placeholder{color:#666;}
	.tp2 button{width:100%;height:28px;margin-top:10px;cursor:pointer;}
	/*.cur{transition:all 0.5s;right:-1px;}*/
	.r-b.cur{transition:all 0.5s;display:block;}
	.tp2.cur{display:block;}
	@media (max-width:1200px){
	    .r2{width: 67px;bottom:80px;}
	}

.col-lg-1-7,
.col-md-1-7,
.col-sm-1-7,
.col-xs-1-7 {
  width: 14.2857%;
}
@media (min-width: 768px) {
  html {
    font-size: 43.75%;
  }
  .cell-sm {
    display: table-cell !important;
  }
  .inline-sm {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 50%;
  }
  .cell-md {
    display: table-cell !important;
  }
  .inline-md {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
  .cell-lg {
    display: table-cell !important;
  }
  .inline-lg {
    display: inline !important;
  }
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.fn {
  float: none;
}
.noLi {
  list-style-type: none;
}
.f0 {
  font-size: 0px;
}
.f12 {
  font-size: 1.2rem;
}
.f14 {
  font-size: 1.4rem;
}
.f16 {
  font-size: 1.6rem;
}
.f18 {
  font-size: 1.8rem;
}
.f20 {
  font-size: 2rem;
}
.f22 {
  font-size: 2.2rem;
}
.f24 {
  font-size: 2.4rem;
}
.clear {
  clear: both;
}
.wauto {
  width: auto !important;
}
.inblock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fa {
  font-family: Arial,Microsoft YaHei;
}
.top {
  background-color: #f4f4f4;
}
.top .container {
  position: relative;
}
.top .container h1 {
  color: #666;
  font-size: 1.4rem;
  padding-left: 28px;
  line-height: 250%;
  background: url(../images/well.png) no-repeat left 2px center;
}
.top .container .top_r {
  position: absolute;
  right: 0;
  top: 0;
}
.top .container .top_r > div {
  display: inline-block;
  vertical-align: middle;
}
.top .container .top_r .lang {
  padding-left: 30px;
  padding-right: 10px;
  background: url(../images/index_09.jpg) no-repeat left center;
  border-right: 1px solid #c4c4c4;
}
.top .container .top_r .lang a {
  font-size: 1.4rem;
}
.top .container .top_r .lang:hover a {
  color: #be131b;
}
.top .container .top_r .search form {
  position: relative;
}
.top .container .top_r .search form .search-wrapper {
  position: relative;
}
.top .container .top_r .search form .search-wrapper.active .input-holder {
  border-radius: 50px;
  width: 220px;
  background: rgba(0, 0, 0, 0.5);
}
.top .container .top_r .search form .search-wrapper.active .input-holder .search-input {
  opacity: 1;
  font-size: 14px;
  color: #fff;
}
.top .container .top_r .search form .search-wrapper.active .input-holder .search-icon {
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background: #be131b;
}
.top .container .top_r .search form .search-wrapper.active .input-holder .search-icon span {
  transform: rotate(45deg);
}
.top .container .top_r .search form .search-wrapper.active .input-holder .search-icon span::before {
  background: #fff;
}
.top .container .top_r .search form .search-wrapper.active .input-holder .search-icon span::after {
  border-color: #fff;
}
.top .container .top_r .search form .search-wrapper.active .input-holder .search-icon:hover span::before {
  background: #fff;
}
.top .container .top_r .search form .search-wrapper.active .input-holder .search-icon:hover span::after {
  border-color: #fff;
}
.top .container .top_r .search form .search-wrapper.active .close {
  right: -25px;
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.5s;
  opacity: 1;
}
.top .container .top_r .search form .search-wrapper.active .close::before {
  position: absolute;
  content: '';
  background: #333;
  border-radius: 2px;
  width: 3px;
  height: 15px;
  left: 6px;
  top: 4px;
}
.top .container .top_r .search form .search-wrapper.active .close::after {
  position: absolute;
  content: '';
  background: #333;
  border-radius: 2px;
  width: 15px;
  height: 3px;
  left: 0px;
  top: 10px;
}
.top .container .top_r .search form .search-wrapper .input-holder {
  overflow: hidden;
  height: 32px;
  background: rgba(255, 255, 255, 0);
  border-radius: 6px;
  position: relative;
  width: 35px;
  transition: all 0.3s ease-in-out;
}
.top .container .top_r .search form .search-wrapper .input-holder .search-input {
  width: 100%;
  height: 32px;
  padding: 0px 70px 0 20px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "Open Sans", Arial, Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
  background: #be131b;
}
.top .container .top_r .search form .search-wrapper .input-holder .search-input::-webkit-input-placeholder {
  color: #fff;
}
.top .container .top_r .search form .search-wrapper .input-holder .search-input::-moz-placeholder {
  color: #fff;
}
.top .container .top_r .search form .search-wrapper .input-holder .search-input:-moz-placeholder {
  color: #fff;
}
.top .container .top_r .search form .search-wrapper .input-holder .search-input:-ms-input-placeholder {
  color: #fff;
}
.top .container .top_r .search form .search-wrapper .input-holder .search-icon {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #f4f4f4;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.top .container .top_r .search form .search-wrapper .input-holder .search-icon span {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transform: rotate(-45deg);
  transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
}
.top .container .top_r .search form .search-wrapper .input-holder .search-icon span::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 5px;
  left: 9px;
  top: 17px;
  border-radius: 2px;
  background: #666;
}
.top .container .top_r .search form .search-wrapper .input-holder .search-icon span::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  left: 4px;
  top: 2px;
  border-radius: 50%;
  border: 2px solid #666;
}
.top .container .top_r .search form .search-wrapper .input-holder .search-icon:hover span::before {
  background: #be131b;
}
.top .container .top_r .search form .search-wrapper .input-holder .search-icon:hover span::after {
  border-color: #be131b;
}
.top .container .top_r .search form .search-wrapper .close {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  -moz-transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.top .container .top_r .search form .search-wrapper .result-container {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0px;
  text-align: center;
  font-family: "Open Sans", Arial, Verdana;
  font-size: 12px;
  display: none;
  color: #B7B7B7;
}
nav.navbar {
  margin-bottom: 0;
  border-bottom: 0;
  z-index: 2;
}
nav.navbar .navbar-header {
  float: none;
}
nav.navbar .navbar-header .container {
  padding-top: 27px;
  padding-bottom: 26px;
}
nav.navbar .navbar-header .container > .navbar-brand {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  height: auto;
}
nav.navbar .navbar-header .container > .navbar-brand > a {
  display: inline-block;
  vertical-align: middle;
}
nav.navbar .navbar-header .container > .navbar-phone {
  margin-top: 9px;
  float: right;
  display: flex;
  padding-left: 60px;
  background: url(../images/index_06.jpg?t=1597740733)no-repeat center left;
}
nav.navbar .navbar-header .container > .navbar-phone p{line-height:24px;font-size:16px;}
nav.navbar .navbar-header .container > .navbar-phone p:nth-child(1){margin-right:30px;/* display: none; */}
nav.navbar .navbar-header .container > .navbar-phone p b{display:block;font-size:22px}
nav.navbar .navbar-collapse {
  position: relative;
  background: #333;
  padding: 0;
}
nav.navbar .navbar-collapse .container > ul {
  width: 100%;
}
nav.navbar .navbar-collapse .container > ul > li {
  position: relative;
  text-align: center;
  width: 12.5%;
  padding: 17px 0;
  background-color: #333;
}
nav.navbar .navbar-collapse .container > ul > li > a {
  padding: 0;
  font-size: 1.6rem;
  font-family: Arial;
  color: #fff;
  line-height: 26px;
  height: 26px;
  border-right: 1px solid #4e4e4e;
  border-left: 1px solid #1b1b1b;
}
nav.navbar .navbar-collapse .container > ul > li > a span {
  font-size: 1.2rem;
}
nav.navbar .navbar-collapse .container > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
nav.navbar .navbar-collapse .container > ul > li > ul > li {
  background: #8ed3af;
  border-bottom: 1px solid #a3f9cc;
  line-height: 45px;
  height: 45px;
}
nav.navbar .navbar-collapse .container > ul > li > ul > li a {
  color: #005729;
  padding: 0 30px;
}
nav.navbar .navbar-collapse .container > ul > li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bae9d1;
}
nav.navbar .navbar-collapse .container > ul > li > ul > li ul li {
  line-height: 45px;
  height: 45px;
}
nav.navbar .navbar-collapse .container > ul > li > ul > li ul li a {
  color: #005729;
  padding: 0 30px;
}
nav.navbar .navbar-collapse .container > ul > li > ul > li ul li:hover {
  background: #bae9d1;
}
nav.navbar .navbar-collapse .container > ul > li > ul > li ul li:hover a {
  background: url(../images/link.png) no-repeat right center;
}
nav.navbar .navbar-collapse .container > ul > li > ul > li:hover {
  background: #bae9d1;
}
nav.navbar .navbar-collapse .container > ul > li > ul > li:hover > a {
  background: url(../images/link.png) no-repeat right center;
}
nav.navbar .navbar-collapse .container > ul > li > ul > li:last-child {
  border-bottom: 0;
}
nav.navbar .navbar-collapse .container > ul > li:first-child > a {
  border-left: 0;
}
nav.navbar .navbar-collapse .container > ul > li:last-child > a {
  border-right: 0;
}
nav.navbar .navbar-collapse .container > ul > li:hover {
  background: #be131b;
}
nav.navbar .navbar-collapse .container > ul > li:hover > a {
  background: transparent;
}
nav.navbar .navbar-collapse .container > ul > li.active {
  background: #be131b;
}
nav.navbar .navbar-collapse .container > ul > li.active > a {
  border-right: 0;
}
nav.navbar .navbar-collapse:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  background-color: #be131b;
  transition: all 1.5s ease-in 1.5s;
}
nav.navbar .navbar-collapse.init:after {
  left: 0;
  width: 100%;
}
.search_box {
  background-color: #2e3a8f;
  padding: 10px 0;
}
.search_box .box {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-size: 0px;
  text-align: right;
}
.search_box .box .p1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.search_box .box .p1 dl {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search_box .box .p1 dl dt {
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  font-weight: normal;
}
.search_box .box .p1 dl dd {
  font-size: 1.6rem;
  color: #fff;
  margin-right: 3.4%;
  display: inline-block;
  vertical-align: middle;
}
.search_box .box .p2 {
  display: inline-block;
  vertical-align: middle;
}
.ban {
  position: relative;
  width: 100%;
  text-align: center;
}
.s_bd {
  background: #2e3a8f;
}
.page_box {
  /* overflow: auto; */
}
.page_box .page {
  text-align: center;
  min-width: 350px;
  display: flex;
  justify-content: center;
}
.page_box .page li{list-style-type:none;margin:0 5px}
.page_box .page > span {
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  font-size: 1.4rem;
  margin-right: 15px;
  color: #fff;
  background-color: #be131b;
  border: 1px solid #be131b;
  border-radius: 3px;
  vertical-align: middle;
}
.page_box .page > a {
  width: 52px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  font-size: 1.4rem;
  margin-right: 15px;
  color: #333;
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  vertical-align: middle;
}
.page_box .page > a:first-child {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0 1%;
  margin-right: 15px;
  background-color: #eee;
  font-size: 0;
}
.page_box .page > a:first-child:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  border-right: 6px solid #000;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
}
.page_box .page > a:last-child {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0 1%;
  font-size: 0;
  background-color: #eee;
}
.page_box .page > a:last-child:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #000;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
}
.page_box .page > a:hover {
  background-color: #be131b;
  color: #fff;
}
.pn {
  width: 100%;
  overflow: hidden;
  padding: 2px 0;
  margin-top: 5%;
}
.pn > div {
  width: 50%;
  float: left;
  padding: 2%;
  text-align: left;
  box-sizing: border-box;
  background: #eee;
}
.pn > div a {
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pn > div a span {
  color: #2e3a8f;
}
.pn > div:hover {
  background: #2e3a8f;
}
.pn > div:hover a {
  color: #fff;
}
.pn > div:hover a span {
  color: #fff;
}
@media (max-width: 767px) {
  .pn > div {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
}
.my-map#container {
  width: 100%;
  height: 500px;
  position: static;
}
.my-map#container img {
  width: auto !important;
}
.my-map#container .amap-icon img {
  width: 100% !important;
}
.my-map#container .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.my-map#container .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map#container .icon-cir-red {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}
.path {
  border-bottom: 2px solid #ebebeb;
}
.path ul li {
  position: relative;
  font-size: 1.6rem;
  float: left;
  padding: 1.7% 2.5%;
}
.path ul li a {
  color: #000;
}
.path ul li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-bottom: 9px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.path ul li.active a {
  color: #be131b;
}
.path ul li.active:after {
  border-bottom-color: #be131b;
}
.path ul li:hover a {
  color: #be131b;
}
.path ul li:hover:after {
  border-bottom-color: #be131b;
}
.contents.index .h {
  text-align: center;
}
.contents.index .h h1 {
  font-size: 3.4rem;
  margin-bottom: 10px;
}
.contents.index .h h1 span {
  /* font-weight: bold; */
  color: #be131b;
}
.contents.index .h p {
  font-size: 2rem;
  color: #666;
  margin-bottom: 10px;
}
.contents.index .h .box {
  display: inline-block;
  padding-left: 7%;
  padding-right: 7%;
  background: url(../images/double.jpg) no-repeat left top, url(../images/double2.jpg) no-repeat right bottom;
}
.contents.index .h .box > span {
  font-size: 1.2rem;
  color: #666;
  font-weight: lighter;
  text-transform: uppercase;
}
.contents.index .c1 {
  background-color: #f7f7f7;
}
.contents.index .c1 dl dt {
  width: 40%;
  float: left;
  padding: 3.8% 0;
  border-right: 1px solid #e8e8e8;
  font-weight: normal;
}
.contents.index .c1 dl dt .box {
  background: url(../images/wifi.png) no-repeat left center;
  background-size: auto 100%;
  padding: 0 12%;
}
.contents.index .c1 dl dt .box h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  margin-top: 5px;
}
.contents.index .c1 dl dt .box h1:after {
  content: '________';
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
  margin-left: 6%;
}
.contents.index .c1 dl dt .box p {
  font-size: 1.4rem;
}
.contents.index .c1 dl dd {
  width: 20%;
  float: left;
  text-align: center;
  padding: 20px 0 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #e8e8e8;
}
.contents.index .c1 dl dd .pic {
  max-width: 80%;
  display: inline-block;
  margin-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5px;
  transition: all 0.5s;
}
.contents.index .c1 dl dd .pic img {
  width: auto;
  max-width: 100%;
  opacity: 0;
}
.contents.index .c1 dl dd p {
  font-size: 1.4rem;
  line-height: 200%;
}
.contents.index .c1 dl dd:nth-last-of-type(1) {
  border-right: 0;
}
.contents.index .c1 dl dd:nth-of-type(1) .pic {
  background-image: url(../images/c1_011.png);
}
.contents.index .c1 dl dd:nth-of-type(1):hover .pic {
  background-image: url(../images/c1_012.png);
}
.contents.index .c1 dl dd:nth-of-type(2) .pic {
  background-image: url(../images/c1_021.png);
}
.contents.index .c1 dl dd:nth-of-type(2):hover .pic {
  background-image: url(../images/c1_022.png);
}
.contents.index .c1 dl dd:nth-of-type(3) .pic {
  background-image: url(../images/c1_031.png);
}
.contents.index .c1 dl dd:nth-of-type(3):hover .pic {
  background-image: url(../images/c1_032.png);
}
.contents.index .c1 dl dd:hover .pic {
  transform: rotateY(360deg);
}
.contents.index .c1 dl dd:hover p {
  color: #be131b;
}
.contents.index .c2 {
  padding-top: 3.6%;
  padding-bottom: 5%;
}
.contents.index .c2 .container {
  position: relative;
}
.contents.index .c2 .tab {
  position: absolute;
  left: 15px;
  top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 6%;
  max-width: 585px;
  overflow: hidden;
  z-index: 2;
}
.contents.index .c2 .tab li {
  position: relative;
  width: 25%;
  padding-left: 4%;
  font-size: 1.4rem;
  float: left;
  border-right: 1px solid #b8b8b8;
  margin-bottom: 20px;
  cursor: pointer;
}
.contents.index .c2 .tab li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
}
.contents.index .c2 .tab li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.contents.index .c2 .tab li.active {
  color: #be131b;
}
.contents.index .c2 .tab li.active:before {
  background-color: #be131b;
}
.contents.index .c2 .tab li.active:after {
  border-color: #be131b;
}
.contents.index .c2 .tab li:hover {
  color: #be131b;
}
.contents.index .c2 .tab li:nth-child(4n) {
  border-right: 0;
}
.contents.index .c2 .list li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.contents.index .c2 .list li .swiper-container .swiper-slide {
  opacity: 0 !important;
}
.contents.index .c2 .list li .swiper-container .swiper-slide > a {
  position: absolute;
  width: 57%;
  left: 0;
  bottom: 0;
}
.contents.index .c2 .list li .swiper-container .swiper-slide .txt {
  width: 43%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 3%;
}
.contents.index .c2 .list li .swiper-container .swiper-slide .txt .t {
  margin-left: 15px;
  background-color: #be131b;
  padding: 10%;
  padding-bottom: 18%;
}
.contents.index .c2 .list li .swiper-container .swiper-slide .txt .t img {
  width: 60%;
  max-width: 100%;
}
.contents.index .c2 .list li .swiper-container .swiper-slide .txt .t h1 {
  font-size: 3rem;
  color: #fff;
  opacity: 0.8;
  text-align: center;
  margin-top: 15%;
  margin-bottom: 10px;
}
.contents.index .c2 .list li .swiper-container .swiper-slide .txt .t p {
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.8;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 185%;
}
.contents.index .c2 .list li .swiper-container .swiper-slide .txt .c {
  background-color: #252525;
  padding: 7%;
  padding-bottom: 70px;
  text-align: right;
}
.contents.index .c2 .list li .swiper-container .swiper-slide .txt .c h1 {
  font-size: 1.8rem;
  color: #ccc;
  font-weight: bold;
  margin-bottom: 4%;
  text-align: left;
}
.contents.index .c2 .list li .swiper-container .swiper-slide .txt .c p {
  text-align: left;
  font-size: 1.4rem;
  color: #999;
  line-height: 214%;
}
.contents.index .c2 .list li .swiper-container .swiper-slide .txt .c p:nth-last-of-type(1) {
  margin-top: 3%;
}
.contents.index .c2 .list li .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.contents.index .c2 .list li .swiper-container .swiper-button {
  position: absolute;
  right: 2%;
  bottom: 2%;
  z-index: 2;
}
.contents.index .c2 .list li .swiper-container .swiper-button > div {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  width: 70px;
  height: 34px;
  line-height: 34px;
  z-index: 9;
}
.contents.index .c2 .list li .swiper-container .swiper-button-prev {
  background: #999999 url(../images/arrow1.png) no-repeat center center;
}
.contents.index .c2 .list li .swiper-container .swiper-button-next {
  background: #be131b url(../images/arrow1_02.png) no-repeat center center;
}
.contents.index .c2 .list li.on {
  position: static;
  z-index: 1;
  opacity: 1;
}
.contents.index .c4 {
  padding-top: 3.6%;
}
.contents.index .c4 .b {
  font-size: 0px;
}
.contents.index .c4 .b .txt {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  padding: 0 85px 0 0;
}
.contents.index .c4 .b .txt .box .tt {
  border-bottom: 1px solid #ebebeb;
}
.contents.index .c4 .b .txt .box .tt h1 {
  font-size: 3rem;
  margin-bottom: 5px;
}
.contents.index .c4 .b .txt .box .tt h1 span {
  color: #be131b;
  font-weight: bold;
}
.contents.index .c4 .b .txt .box .tt h2 {
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.contents.index .c4 .b .txt .box .cc {
  padding-top: 15px;
}
.contents.index .c4 .b .txt .box .cc p {
  font-size: 1.4rem;
  color: #666;
  line-height: 200%;
}
.contents.index .c4 .b .pic {
  display: inline-block;
  vertical-align: middle;
  width: 54%;
}
.contents.index .c4 .b .b1 {
  padding: 3.125% 0;
}
.contents.index .c4 .b .b2 {
  padding: 3.125% 0;
  border-top: 1px dashed #ebebeb;
}
.contents.index .c4 .b .b2 .txt {
  background: url(../images/index_44.jpg) no-repeat left top;
}
.contents.index .c5 {
  background: url(../images/index_48.jpg) no-repeat center center;
  padding-top: 3.125%;
  padding-bottom: 2%;
}
.contents.index .c5 .l {
  width: 32.5%;
  text-align: right;
  padding-right: 20px;
  float: left;
}
.contents.index .c5 .l .tt {
  position: relative;
  margin-bottom: 10%;
}
.contents.index .c5 .l .tt img {
  width: auto;
  max-width: 100%;
}
.contents.index .c5 .l .tt h1 {
  margin-bottom: 10px;
}
.contents.index .c5 .l .tt h2 {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 10px;
}
.contents.index .c5 .l .tt:after {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 40px;
  height: 2px;
  background-color: #be131b;
}
.contents.index .c5 .l .cc h1 {
  font-size: 1.8rem;
  color: #e61b21;
  font-weight: bold;
  margin-bottom: 15px;
}
.contents.index .c5 .l .cc p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 200%;
  color: #d8d8d8;
}
.contents.index .c5 .l .cc a {
  display: block;
  width: 100px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid #e61b21;
  color: #e61b21;
  margin-left: auto;
  margin-right: 0;
  margin-top: 10%;
}
.contents.index .c5 .l .cc a:hover {
  background-color: #e61b21;
  color: #fff;
}
.contents.index .c5 .r {
  width: 67.5%;
  float: left;
}
.contents.index .c6 {
  padding: 3.125% 0;
  overflow: hidden;
  border-bottom: 1px dashed #ebebeb;
}
.contents.index .c6 dt {
  width: 20%;
  padding-left: 3px;
  margin-top: 20px;
  padding-right: 20px;
  text-align: left;
  float: left;
  border-right: 1px solid #d1d1d1;
}
.contents.index .c6 dt h1 {
  margin-bottom: 10%;
}
.contents.index .c6 dt h1:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #000;
}
.contents.index .c6 dt h2 {
  font-size: 3rem;
  color: #000;
  margin-bottom: 10%;
}
.contents.index .c6 dt a img {
  width: auto;
  max-width: 100%;
}
.contents.index .c6 dt img {
  margin-bottom: 8px;
}
.contents.index .c6 dd {
  width: 80%;
  float: left;
}
.contents.index .c7 {
  padding: 3.125% 0;
}
.contents.index .c7 .b {
  margin-top: 3%;
}
.contents.index .c7 .b p {
  font-size: 1.4rem;
  color: #666;
  line-height: 170%;
  text-align: center;
}
.contents.index .c7 .b .swiper-container {
  margin-top: 4.2%;
}
.contents.index .c7 .b .swiper-container .swiper-slide {
  opacity: 0 !important;
}
.contents.index .c7 .b .swiper-container .swiper-slide .pic {
  width: 76.5%;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26%;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box {
  background-color: #be131b;
  padding: 0 15px;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .txt_box {
  padding: 20% 0 6.5%;
  border-bottom: 1px solid #a30a11;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .txt_box h1 {
  background-color: #000;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .txt_box p {
  padding: 10% 5px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 200%;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .txt_box a {
  display: block;
  width: 105px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #fff;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .txt_box a span {
  font-size: 1.4rem;
  color: #fff;
  padding-right: 20px;
  background: url(../images/more.png) no-repeat right center;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .txt_box a:hover {
  background-color: #fff;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .txt_box a:hover span {
  color: #be131b;
  background-image: url(../images/more2.png);
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .slide_box {
  border-top: 1px solid #e61b21;
  text-align: center;
  padding: 15px 0;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .slide_box .slide_wrap {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  display: none;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .slide_box .slide_wrap .swiper-pagination {
  position: static;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .slide_box .slide_wrap .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  padding: 2px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .slide_box .slide_wrap .swiper-pagination .swiper-pagination-bullet i {
  display: block;
  width: 8px;
  height: 8px;
  background: #252525;
  border-radius: 50%;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .slide_box .slide_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .slide_box .slide_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i {
  background-color: #fff;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .slide_box .slide_wrap .swiper-button-prev {
  width: 6px;
  height: 8px;
  background-size: 6px 8px;
  background-image: url(../images/arrow2.png);
  left: 0;
  top: 3px;
  margin-top: 0;
}
.contents.index .c7 .b .swiper-container .swiper-slide .txt .box .slide_box .slide_wrap .swiper-button-next {
  width: 6px;
  height: 8px;
  background-size: 6px 8px;
  background-image: url(../images/arrow2_02.png);
  right: 0;
  top: 3px;
  margin-top: 0;
}
.contents.index .c7 .b .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1!important;
}
.contents.index .c7 .b .swiper-container .swiper-slide.swiper-slide-active .txt .box .slide_box .slide_wrap {
  display: inline-block;
}
.contents.index .c9 {
  padding: 2.16% 0;
}
.contents.index .c9 .b {
  margin-top: 2%;
}
.contents.index .c9 .b > p {
  font-size: 1.4rem;
  color: #666;
  line-height: 170%;
  text-align: center;
  margin-bottom: 2.56%;
}
.contents.index .c9 .b > p:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #be131b;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}
.contents.index .c9 .b dl {
  margin-right: 1.7%;
  float: left;
}
.contents.index .c9 .b dl dt {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  background-color: #252525;
  padding: 11px;
  font-weight: normal;
}
.contents.index .c9 .b dl dt a {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #fff;
}
.contents.index .c9 .b dl dt a:hover {
  text-decoration: underline;
}
.contents.index .c9 .b dl dd {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px dashed #ebebeb;
  border-top: 0;
}
.contents.index .c9 .b dl dd .swiper-slide {
  opacity: 0 !important;
}
.contents.index .c9 .b dl dd .swiper-slide .pic {
  display: block;
  overflow: hidden;
}
.contents.index .c9 .b dl dd .swiper-slide .txt {
  padding-bottom: 6.5%;
}
.contents.index .c9 .b dl dd .swiper-slide .txt h1 {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5.5%;
  padding-bottom: 5.5%;
  font-size: 1.6rem;
}
.contents.index .c9 .b dl dd .swiper-slide .txt > p {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.4rem;
  color: #666;
  line-height: 140%;
  height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.contents.index .c9 .b dl dd .swiper-slide .txt .detail {
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 7%;
  width: 144px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.contents.index .c9 .b dl dd .swiper-slide .txt .detail a {
  display: block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 1.4rem;
  background-color: #be131b;
  margin-left: auto;
  margin-right: auto;
}
.contents.index .c9 .b dl dd .swiper-slide .txt .detail .swiper-button-prev {
  width: 6px;
  height: 8px;
  background-size: 6px 8px;
  background-image: url(../images/arrow2.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.contents.index .c9 .b dl dd .swiper-slide .txt .detail .swiper-button-next {
  width: 6px;
  height: 8px;
  background-size: 6px 8px;
  background-image: url(../images/arrow2_02.png);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.contents.index .c9 .b dl dd .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.contents.index .c9 .b dl dd .swiper-slide:hover .txt h1 a {
  color: #be131b;
}
.contents.index .c9 .b dl dd .new_box {
  display: block;
  padding: 15px;
  font-size: 0px;
}
.contents.index .c9 .b dl dd .new_box .pic {
  position: relative;
  width: 32.5%;
  display: inline-block;
  vertical-align: middle;
}
.contents.index .c9 .b dl dd .new_box .pic .date {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.contents.index .c9 .b dl dd .new_box .pic .date h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.contents.index .c9 .b dl dd .new_box .pic .date img {
  width: auto;
  max-width: 100%;
}
.contents.index .c9 .b dl dd .new_box .txt {
  width: 67.5%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.contents.index .c9 .b dl dd .new_box .txt h1 {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contents.index .c9 .b dl dd .new_box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 140%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 57px;
}
.contents.index .c9 .b dl dd:nth-last-of-type(1) {
  border-bottom-style: solid;
}
.contents.index .c9 .b dl dd:hover .new_box .txt h1 {
  color: #be131b;
}
.contents.index .c9 .b dl:nth-last-of-type(1) {
  margin-right: 0;
}
.contents.index .c9 .b .new1 {
  width: 23%;
}
.contents.index .c9 .b .new2 {
  width: 36.8%;
}
.contents.index .c9 .b .new3 {
  width: 36.8%;
}
.contents.about .h {
  font-family: Arial,Microsoft YaHei;
  color: #be131b;
}
.contents.about .h h1 {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.contents.about .h h2 {
  font-size: 3.2rem;
  margin-bottom: 15px;
}
.contents.about .h:after {
  content: '';
  display: block;
  width: 34px;
  height: 3px;
  background-color: #be131b;
}
.contents.about .c1 {
  position: relative;
  padding: 3.125% 0;
}
.contents.about .c1 .b {
  padding: 5% 0;
}
.contents.about .c1 .b p {
  font-size: 1.4rem;
  line-height: 214%;
  margin-bottom: 3.4%;
  text-indent: 2.5rem;
}
.contents.about .c1 .b img {
  width: auto;
  max-width: 100%;
  margin-right: 5px;
}
.contents.about .c1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #f4f4f4;
  z-index: -1;
}
.contents.about .c2 {
  padding: 3.125% 0;
  background-color: #f4f4f4;
}
.contents.about .c2 .h {
  display: inline-block;
  vertical-align: top;
}
.contents.about .c2 .tab {
  float: right;
  text-align: center;
  margin-top: 3.5%;
  font-size: 0px;
}
.contents.about .c2 .tab li {
  position: relative;
  width: 80px;
  line-height: 34px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #252525;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}
.contents.about .c2 .tab li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border-top: 7px solid #f4f4f4;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
}
.contents.about .c2 .tab li.active {
  background-color: #be131b;
}
.contents.about .c2 .tab li.active:after {
  border-top-color: #be131b;
}
.contents.about .c2 .b ul {
  width: 100%;
  position: relative;
  margin-top: 5%;
}
.contents.about .c2 .b ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  overflow: hidden;
  padding-left: 6.4%;
  padding-right: 6.4%;
}
.contents.about .c2 .b ul li .swiper-container {
  position: static;
}
.contents.about .c2 .b ul li .swiper-container .swiper-button-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-image: url(../images/arrow4.jpg);
  margin-top: 0;
  opacity: 1;
  z-index: -1;
}
.contents.about .c2 .b ul li .swiper-container .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/arrow3.jpg);
}
.contents.about .c2 .b ul li .swiper-container .swiper-button-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-image: url(../images/arrow4_02.jpg);
  margin-top: 0;
  opacity: 1;
  z-index: -1;
}
.contents.about .c2 .b ul li .swiper-container .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/arrow3_02.jpg);
}
.contents.about .c2 .b ul li.on {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.contents.about .c2 .b ul li.on .swiper-button-prev {
  display: block;
}
.contents.about .c2 .b ul li.on .swiper-button-next {
  display: block;
}
.contents.about .c3 {
  position: relative;
  padding: 3.125% 0 5.7%;
}
.contents.about .c3 .b ul {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 4.2%;
}
.contents.about .c3 .b ul li {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}
.contents.about .c3 .b ul li a {
  display: block;
  overflow: hidden;
}
.contents.about .c3 .b ul li a img {
  transition: all 0.5s;
}
.contents.about .c3 .b ul li:hover a img {
  transform: scale(1.1);
}
.contents.product_list ul {
  padding: 3.8% 0;
  margin: 0 -10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.contents.product_list ul li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 3.4%;
}
.contents.product_list ul li .pic {
  display: block;
  margin-bottom: 1px;
  background: #f7f7f7;
  overflow: hidden;
}
.contents.product_list ul li .pic img {
  transition: all 0.5s;
}
.contents.product_list ul li .pic:hover img {
  transform: scale(1.1);
}
.contents.product_list ul li .txt {
  display: block;
  font-size: 1.4rem;
  color: #666;
  padding: 3.5% 25px 3.5% 12px;
  background: #f7f7f7 url(../images/arrow.png) no-repeat right 12px center;
  height: 54px;
}
.contents.product_list .page_box {
  margin-bottom: 3%;
}
.contents.product_show {
  padding: 3.125% 0;
}
.contents.product_show .pc-slide {
  overflow: hidden;
  margin-bottom: 6.5%;
}
.contents.product_show .pc-slide .l {
  width: 43%;
  float: left;
}
.contents.product_show .pc-slide .l .view .swiper-slide {
  border: 1px solid #e5e5e5;
}
.contents.product_show .pc-slide .l .preview {
  position: relative;
  margin-top: 12px;
  padding: 0 30px;
}
.contents.product_show .pc-slide .l .preview > a {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 100%;
  background-color: #f1f1f1;
}
.contents.product_show .pc-slide .l .preview > a.arrow-left {
  left: 0;
  background-image: url(../images/arrow6.png);
}
.contents.product_show .pc-slide .l .preview > a.arrow-left:hover {
  background-image: url(../images/arrow7.png);
  background-color: #be131b;
}
.contents.product_show .pc-slide .l .preview > a.arrow-right {
  right: 0;
  background-image: url(../images/arrow6_02.png);
}
.contents.product_show .pc-slide .l .preview > a.arrow-right:hover {
  background-image: url(../images/arrow7_02.png);
  background-color: #be131b;
}
.contents.product_show .pc-slide .l .preview .swiper-slide {
  border: 1px solid #e5e5e5;
}
.contents.product_show .pc-slide .l .preview .swiper-slide.active-nav {
  border: 1px solid #be131b;
}
.contents.product_show .pc-slide .r {
  width: 57%;
  padding-left: 30px;
  float: left;
}
.contents.product_show .pc-slide .r .txt .tt {
  position: relative;
}
.contents.product_show .pc-slide .r .txt .tt h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}
.contents.product_show .pc-slide .r .txt .tt h2 {
  font-size: 1.6rem;
  color: #666;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 12%;
}
.contents.product_show .pc-slide .r .txt .tt .bdsharebuttonbox {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding-left: 55px;
  height: 55px;
  background: url(../images/share.png) no-repeat left center;
}
.contents.product_show .pc-slide .r .txt .tt .bdsharebuttonbox a {
  width: 44px;
  height: 44px;
  background-position: 0 0;
}
.contents.product_show .pc-slide .r .txt .tt .bdsharebuttonbox .bds_qzone {
  background-image: url(../images/qzone.png);
}
.contents.product_show .pc-slide .r .txt .tt .bdsharebuttonbox .bds_tsina {
  background-image: url(../images/sina.png);
}
.contents.product_show .pc-slide .r .txt .tt .bdsharebuttonbox .bds_weixin {
  background-image: url(../images/wechat.png);
}
.contents.product_show .pc-slide .r .txt .bb p {
  font-size: 1.4rem;
  color: #666;
  line-height: 170%;
}
.contents.product_show .pc-slide .r .txt .bb p b {
  color: #000;
}
.contents.product_show .pc-slide .r .zx {
  display: block;
  width: 170px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: 25%;
  font-size: 1.6rem;
  color: #fff;
  background: #be131b;
  border-radius: 3px;
}
.contents.product_show .pc-slide .r .zx span {
  padding-left: 35px;
  background: url(../images/kefu.png) no-repeat left center;
  background-size: auto 100%;
}
.contents.product_show .pc-slide .r .zx:hover {
  opacity: 0.8;
}
.contents.product_show .datails {
  padding-bottom: 6%;
}
.contents.product_show .datails .h {
  border-bottom: 1px solid #d7d7d7;
}
.contents.product_show .datails .h ul {
  padding-left: 12px;
  font-size: 0px;
}
.contents.product_show .datails .h ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 1rem;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  border: 1px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
.contents.product_show .datails .h ul li.active {
  border-left: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  margin-bottom: -1px;
}
.contents.product_show .datails .b ul li {
  display: none;
  margin-left: 12px;
}
.contents.product_show .datails .b ul li h1 {
  font-size: 1.6rem;
  color: #000;
  border-left: 5px solid #be131b;
  padding-left: 10px;
  margin-top: 3.8%;
  margin-bottom: 2.1%;
}
.contents.product_show .datails .b ul li p {
  padding-left: 15px;
  font-size: 1.4rem;
  color: #666;
  line-height: 200%;
}
.contents.product_show .datails .b ul li:first-child {
  display: block;
}
.contents.case {
  padding: 3.125% 0 5.7%;
}
.contents.case .view2 .swiper-slide {
  background-color: #be131b;
}
.contents.case .view2 .swiper-slide .box {
  overflow: hidden;
}
.contents.case .view2 .swiper-slide .box .pic {
  width: 76.5%;
  float: left;
}
.contents.case .view2 .swiper-slide .box .txt {
  width: 23.5%;
  float: left;
  padding: 5% 18px;
}
.contents.case .view2 .swiper-slide .box .txt h1 {
  background-color: #333;
  font-size: 1.6rem;
  color: #fff;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 25%;
}
.contents.case .view2 .swiper-slide .box .txt p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 200%;
  margin-bottom: 20%;
}
.contents.case .preview2 {
  position: relative;
  margin-top: 8px;
}
.contents.case .preview2 .swiper-slide {
  position: relative;
}
.contents.case .preview2 .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 4%;
  background: linear-gradient(to top, #071324, rgba(7, 19, 36, 0));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contents.case .preview2 .arrow-left {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 14px;
  height: 27px;
  transform: translateY(-50%);
  background: url(../images/arrow8.png);
  z-index: 1;
}
.contents.case .preview2 .arrow-right {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 27px;
  transform: translateY(-50%);
  background: url(../images/arrow8_02.png);
  z-index: 1;
}
.contents.down {
  padding: 3.125% 0;
}
.contents.down ul {
  margin-left: -8px;
  margin-right: -8px;
}
.contents.down ul li {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 5%;
}
.contents.down ul li .box {
  border: 2px solid #eee;
  padding: 5.5%;
  font-size: 0px;
}
.contents.down ul li .box .pic {
  width: 57%;
  display: inline-block;
  vertical-align: middle;
}
.contents.down ul li .box .txt {
  width: 43%;
  display: inline-block;
  vertical-align: middle;
}
.contents.down ul li .box .txt h1 {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 15px;
}
.contents.down ul li .box .txt h2 {
  font-size: 1.4rem;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.contents.down ul li .box .txt a {
  display: block;
  width: 37px;
  height: 37px;
  background: url(../images/down1.png) no-repeat center center;
  border: 1px solid #bfbfbf;
  font-size: 0px;
  border-radius: 50%;
  margin-top: 20%;
}
.contents.down ul li:hover .box {
  border: 2px solid #be131b;
  background-color: #eee;
}
.contents.down ul li:hover .box .txt a {
  background-color: #be131b;
  background-image: url(../images/down2.png);
  border: 0;
}
.contents.jobs {
  padding-top: 3.125%;
}
.contents.jobs .panel {
  margin-bottom: 2.56%;
  box-shadow: none;
}
.contents.jobs .panel-heading {
  position: relative;
  background-color: #f4f4f4;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.contents.jobs .panel-heading .panel-title {
  font-size: 0px;
}
.contents.jobs .panel-heading .panel-title ul {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  padding-left: 3%;
  padding-right: 10%;
  border-right: 1px solid #dcdcdc;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}
.contents.jobs .panel-heading .panel-title ul li {
  font-size: 1.6rem;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 5.5%;
  padding-bottom: 4%;
}
.contents.jobs .panel-heading .panel-title ul li b {
  color: #000;
  font-weight: normal;
  margin-right: 20%;
}
.contents.jobs .panel-heading .panel-title ul li:last-child {
  border-bottom: 0;
}
.contents.jobs .panel-heading .panel-title .b_box {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  padding-left: 8%;
}
.contents.jobs .panel-heading .panel-title .b_box .box {
  display: inline-block;
  text-align: center;
}
.contents.jobs .panel-heading .panel-title .b_box .box h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.contents.jobs .panel-heading .panel-title .b_box .box i {
  display: inline-block;
  width: 90px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #be131b;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 3px;
  font-style: normal;
  cursor: pointer;
}
.contents.jobs .panel-collapse .list-group {
  border: 1px solid #efefef;
  border-bottom: 2px solid #be131b;
}
.contents.jobs .panel-collapse .list-group .list-group-item {
  position: relative;
  padding: 40px 30px 30px;
}
.contents.jobs .panel-collapse .list-group .list-group-item h1 {
  position: relative;
  font-size: 1.8rem;
  padding-left: 30px;
  margin-bottom: 35px;
}
.contents.jobs .panel-collapse .list-group .list-group-item h1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  display: block;
  width: 20px;
  height: 4px;
  background-color: #be131b;
}
.contents.jobs .panel-collapse .list-group .list-group-item p {
  font-size: 1.6rem;
  color: #666;
  line-height: 185%;
}
.contents.jobs .panel-collapse .list-group .list-group-item a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  height: 35px;
  line-height: 35px;
}
.contents.news_list {
  padding: 3.125% 0;
}
.contents.news_list ul {
  margin-left: -19px;
  margin-right: -19px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.contents.news_list ul li {
  padding-left: 19px;
  padding-right: 19px;
  margin-bottom: 3.4%;
}
.contents.news_list ul li .box {
  background-color: #f4f4f4;
}

.contents.news_list ul li .box img{
    width: 365px;
    /* height: 274px; */
    }

.contents.news_list ul li .box .txt {
  padding: 15px;
  text-align: center;
}
.contents.news_list ul li .box .txt h1 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.contents.news_list ul li .box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 140%;
  margin-bottom: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contents.news_list ul li .box .txt i {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 30px;
  background: url(../images/news_list_09.png) no-repeat left center;
}
.contents.news_list ul li:hover .box .txt {
  background-color: #be131b;
  color: #fff;
}
.contents.news_list ul li:hover .box .txt p {
  color: #fff;
}
.contents.news_list ul li:hover .box .txt i {
  background-image: url(../images/news_list_07.jpg);
}
.contents.news_list .page_box {
  margin-bottom: 3%;
}
.contents.news_show {
  padding: 3.125% 0;
}
.contents.news_show article {
  text-align: center;
  padding-bottom: 4%;
  border-bottom: 1px solid #ebebeb;
}
.contents.news_show article h1 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.contents.news_show article h2 {
  font-size: 1.4rem;
  color: #999;
  margin-bottom: 4.2%;
}
.contents.news_show article p {
  font-size: 1.4rem;
  color: #666;
  line-height: 200%;
  margin-bottom: 4%;
  text-align: left;
}
.contents.news_show article img {
  width: auto;
  max-width: 100%;
  margin-bottom: 4%;
}
.contents.news_show .ff {
  position: relative;
  margin-top: 2%;
}
.contents.news_show .ff > a {
  display: block;
  font-size: 1.4rem;
  color: #666;
  line-height: 170%;
}
.contents.news_show .ff > a b {
  color: #333;
  font-weight: normal;
}
.contents.news_show .ff > a:hover {
  color: #be131b;
}
.contents.news_show .ff .bdsharebuttonbox {
  position: absolute;
  right: 0;
  top: 2%;
  padding-left: 55px;
  height: 55px;
  background: url(../images/share.png) no-repeat left center;
}
.contents.news_show .ff .bdsharebuttonbox a {
  width: 44px;
  height: 44px;
  background-position: 0 0;
}
.contents.news_show .ff .bdsharebuttonbox .bds_qzone {
  background-image: url(../images/qzone.png);
}
.contents.news_show .ff .bdsharebuttonbox .bds_tsina {
  background-image: url(../images/sina.png);
}
.contents.news_show .ff .bdsharebuttonbox .bds_weixin {
  background-image: url(../images/wechat.png);
}
.contents.contact .c1 {
  padding: 3.125% 0;
  background: url(../images/contact_02.jpg) no-repeat top center;
  overflow: hidden;
}
.contents.contact .c1 [class*='col'] {
  padding: 0;
}
.contents.contact .c1 .txt {
  padding: 5% 20px;
  background-color: #252525;
  color: #fff;
}
.contents.contact .c1 .txt h1 {
  position: relative;
  font-size: 3rem;
  padding-bottom: 5%;
  margin-bottom: 12%;
}
.contents.contact .c1 .txt h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 4px;
  background-color: #be131b;
}
.contents.contact .c1 .txt p {
  font-size: 1.6rem;
  color: #999;
  line-height: 225%;
}
.contents.contact .c1 .ly {
  padding-left: 4.5%;
  padding-right: 15px;
}
.contents.contact .c1 .ly form h1 {
  font-size: 2.6rem;
  color: #000;
  margin-bottom: 10px;
}
.contents.contact .c1 .ly form h2 {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 4.5%;
}
.contents.contact .c1 .ly form .form_box {
  position: relative;
  margin-bottom: 15px;
}
.contents.contact .c1 .ly form .form_box input {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 10px 20px;
}
.contents.contact .c1 .ly form .form_box textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 190px;
  line-height: 40px;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 10px 20px;
}
.contents.contact .c1 .ly form .form_box:after {
  content: '*';
  color: #dc3023;
  font-size: 1.4rem;
  position: absolute;
  right: 12px;
  top: 15px;
}
.contents.contact .c1 .ly form button {
  width: 190px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 1.6rem;
  background-color: #dc3023;
  color: #fff;
  border: 0;
}
.c10 {
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.c10 dl {
  background-color: #be131b;
  font-size: 0px;
}
.c10 dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  text-align: center;
  border-right: 1px solid #c82f3f;
  padding: 1.7%;
}
.c10 dl dt span {
  height: 30px;
  line-height: 30px;
  background: url(../images/link.png) no-repeat left center;
  font-size: 2.4rem;
  color: #fff;
  padding-left: 45px;
}
.c10 dl dd {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3%;
}
.c10 dl dd a {
  font-size: 1.6rem;
  color: #fff;
}
.c10 dl dd a:hover {
  text-decoration: underline;
}
footer {
  position: relative;
  background: #272727;
  padding-top: 4%;
  padding-bottom: 3.125%;
  font-size: 0px;
}
footer > .container > dl {
  width: 28.8%;
  display: inline-block;
  vertical-align: middle;
}
footer > .container > dl dt {
  width: 42%;
  float: left;
  text-transform: uppercase;
}
footer > .container > dl dt h1 {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 15px;
}
footer > .container > dl dt h2 {
  font-size: 1.6rem;
  color: #787878;
  margin-bottom: 20px;
  font-family: 'AVANTGARDEBOOK';
}
footer > .container > dl dt:after {
  content: '';
  display: block;
  width: 45px;
  height: 1px;
  background: #be131b;
  margin-bottom: 20%;
}
footer > .container > dl dd {
  width: 29%;
  float: left;
}
footer > .container > dl dd a {
  font-size: 1.4rem;
  color: #ccc;
  line-height: 200%;
}
footer > .container > dl dd a:hover {
  color: #fff;
}
footer .tell {
  position: relative;
  width: 46.5%;
  display: inline-block;
  vertical-align: middle;
}
footer .tell img {
  width: 33%;
  margin-left: 10%;
}
footer .tell .box {
  position: absolute;
  width: 53%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #505050;
}
footer .tell .box h1 {
  font-size: 1.4rem;
  color: #ccc;
  margin-bottom: 18px;
  border-top: 1px solid #fff;
  display: inline-block;
  padding-top: 30px;
}
footer .tell .box p {
  font-size: 3.6rem;
  color: #fff;
  font-family: "AVANTGARDEBOOK";
}
footer .qrone {
  width: 24.7%;
  display: inline-block;
  vertical-align: middle;
}
footer .qrone li {
  float: right;
  width: 42%;
}
footer .qrone li p {
  font-size: 1.4rem;
  color: #ccc;
  margin-top: 20px;
  text-align: center;
}
footer .qrone li:first-child {
  margin-left: 16%;
}
.bq {
  background: #272727;
  width: 100%;
}
.bq .container {
  border-top: 1px solid #474747;
}
.bq .container p {
  color: #a1a1a1;
  text-align: left;
  padding: 1.45% 0;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 120%;
}
.bq .container p > a {
  color: #a1a1a1;
  font-size: 1.4rem;
}
.pn2 {
  border: 1px solid #d0d0d0;
  overflow: hidden;
}
.pn2 > div {
  width: 50%;
  float: left;
  padding: 2.4%;
}
.pn2 > div span {
  display: block;
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pn2 > div i {
  display: block;
  font-style: normal;
  font-size: 1.6rem;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pn2 > div.prev {
  border-right: 1px solid #d0d0d0;
}
.pn2 > div:hover {
  border-left: 9px solid #ffb400;
}
.share > li {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 5px;
}
.mobile-foot > .container > .panel-group {
  margin-bottom: 5px;
}
.mobile-foot > .container > .panel-group > .panel {
  border-radius: 0;
  margin-top: 0;
}
.mobile-foot > .container > .panel-group > .panel > .panel-heading {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.mobile-foot .panel-primary {
  border-color: #fff;
}
.mobile-foot .panel-primary > .panel-heading {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  opacity: 0.7;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > form > input {
  width: 100%;
  height: 30px;
  padding: 9px 11px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-bottom: 5px;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > form > input:focus {
  outline: none;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > form > textarea {
  width: 100%;
  height: 80px;
  padding: 9px 11px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  resize: none;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > form > textarea:focus {
  outline: none;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > form > button {
  width: 64px;
  height: 30px;
  background: #ffb400;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 5px;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > dl > dd {
  padding-left: 35px;
  line-height: 35px;
  background-position: left top 7px;
  background-repeat: no-repeat;
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > dl > dd:nth-of-type(1) {
  background-image: url(../images/phone.png);
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > dl > dd:nth-of-type(2) {
  background-image: url(../images/msg.png);
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > dl > dd:nth-of-type(3) {
  background-image: url(../images/pos.png);
}
.mobile-foot .panel-primary > .panel-collapse > .list-group > .list-group-item > a > span {
  margin-left: 10px;
}
.mobile-foot img {
  width: auto !important;
}
.mobile-foot > .container {
  padding: 0;
}
.mobile-foot .panel-title > a {
  display: block;
}
.mobile-foot .panel-title > a:hover {
  color: #fff;
}
.mobile-foot .panel-body {
  padding: 0 !important;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements {
  text-align: center;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a {
  margin-left: 1% !important;
  margin-right: 1% !important;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a > .at-icon-wrapper {
  width: 28px !important;
  height: 28px !important;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a > .at-icon-wrapper > svg {
  width: 28px !important;
  height: 28px !important;
}
.col-lg-1-7,
.col-md-1-7,
.col-sm-1-7,
.col-xs-1-7 {
  width: 14.2857%;
}
.slide_1 {
  width: 100%;
}
.slide_1 .swiper-slide {
  overflow: hidden;
}
.slide_1 .swiper-slide img {
  width: auto !important;
  max-width: 100%;
  transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  transition: all 0.4s ease 1.2s;
}
.slide_1 .swiper-slide.swiper-slide-active img {
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition-delay: 0.4s !important;
  transition: all 5.0s ease;
}
.slide_1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  vertical-align: middle;
  transition: all 0.5s;
}
.slide_1 .swiper-pagination .swiper-pagination-bullet i {
  display: block;
  width: 10px;
  height: 10px;
  background: #cecece;
  border-radius: 50%;
  transition: margin 0.5s;
}
.slide_1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #2e3a8f;
  width: 20px;
  height: 20px;
}
.slide_1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i {
  background: #2e3a8f;
  margin: 4px;
}
.btn_aside {
  position: fixed;
  transition: bottom ease 1s;
  right: 10px;
  bottom: -220px;
  z-index: 3;
}
.btn_aside > .cbbtn {
  padding: 12.5px;
  width: 55px;
  height: 55px;
  margin-top: 1px;
  display: block;
  cursor: pointer;
  background: #0a92dc;
}
.btn_aside > .cbbtn#cweixin > div {
  background: url(../images/qrone.jpg);
  background-size: 100% 100%;
  width: 140px;
  height: 140px;
  position: relative;
  bottom: 130px;
  right: 1604px;
  display: none;
}
.btn_aside > .cbbtn#gotop {
  transition: background-color ease 0.3s;
}
.btn_aside > .cbbtn > .yy-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/icon.png);
}
.btn_aside > .cbbtn > .yy-icon.yy-weixin {
  width: 30px;
  height: 30px;
  background-position: -40px -80px;
}
.btn_aside > .cbbtn > .yy-icon.yy-qq {
  width: 30px;
  height: 30px;
  background-position: 0px 0px;
}
.btn_aside > .cbbtn > .yy-icon.yy-gt {
  width: 30px;
  height: 30px;
  background-position: -40px -40px;
}
.btn_aside > .cbbtn > .yy-icon.yy-tell {
  width: 30px;
  height: 30px;
  background-position: 0px -120px;
}
.btn_aside > .cbbtn > .yy-icon.yy-skype {
  width: 30px;
  height: 30px;
  background-position: -40px 0px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  nav.navbar > .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar > .navbar-header > .navbar-toggle {
    background-color: #be131b;
  }
  nav.navbar > .navbar-header > .navbar-toggle > .icon-bar {
    background-color: #fff;
  }
  nav.navbar > .navbar-header > button {
    margin-right: 0;
  }
  .contents.index .c5 .b .l ul li {
    padding: 3% 0;
  }
  .contents.index .c9 .b dl dd .swiper-slide .txt .detail {
    margin-top: 5%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  nav.navbar > .navbar-header {
    margin-left: 0;
    margin-right: 0;
    margin-left: 1%;
  }
  nav.navbar > .navbar-header > .navbar-toggle {
    background-color: #be131b;
  }
  nav.navbar > .navbar-header > .navbar-toggle > .icon-bar {
    background-color: #fff;
  }
  nav.navbar > .navbar-header > button {
    margin-right: 0;
  }
  nav.navbar .navbar-collapse > ul > li {
    margin-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .top .container .top_r {
    position: static;
    float: right;
  }
  nav.navbar .navbar-header .container {
    padding: 0;
  }
  nav.navbar .navbar-header .container > .navbar-toggle {
    background: rgba(0, 0, 0, 0.8);
  }
  nav.navbar .navbar-header .container > .navbar-toggle > .icon-bar {
    background-color: #fff;
  }
  nav.navbar .navbar-header .container > .navbar-brand {
    max-width: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
  }
  nav.navbar .navbar-header .container > .navbar-lang {
    display: none;
  }
  nav.navbar .navbar-collapse {
    background: transparent;
    border-top: 1px solid #ebebeb;
  }
  nav.navbar .navbar-collapse .container {
    padding: 0;
  }
  nav.navbar .navbar-collapse .container ul {
    margin: 0;
  }
  nav.navbar .navbar-collapse .container ul > li {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    border-left: 0;
    border-bottom: 1px solid #f4f4f4;
    text-align: left;
    background: transparent;
  }
  nav.navbar .navbar-collapse .container ul > li > a {
    margin: 0;
    border: 0;
    line-height: 120%;
    height: auto;
    color: #333;
    display: inline;
  }
  nav.navbar .navbar-collapse .container ul > li .glyphicon {
    position: absolute;
    right: 15px;
    top: 15px;
    transform: translateY(-50%);
  }
  nav.navbar .navbar-collapse .container ul > li.open > a {
    background: transparent;
  }
  nav.navbar .navbar-collapse .container ul > li:hover a {
    color: #333;
  }
  nav.navbar .navbar-collapse .container ul > li.active {
    background: transparent;
  }
  nav.navbar .navbar-collapse .container ul > li:last-child {
    border-bottom: 0;
  }
  nav.navbar .navbar-collapse .container ul > li > ul {
    position: static;
  }
  nav.navbar .navbar-collapse .container ul > li > ul > li {
    position: relative;
    background: transparent;
    border-bottom-style: dashed;
    border-bottom-color: #f4f4f4;
    line-height: 30px;
    height: auto;
  }
  nav.navbar .navbar-collapse .container ul > li > ul > li > a {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 1.4rem;
  }
  nav.navbar .navbar-collapse .container ul > li > ul > li .glyphicon {
    right: 0;
  }
  nav.navbar .navbar-collapse .container ul > li > ul > li ul {
    position: static;
    background: #fff;
    padding: 0 30px;
  }
  nav.navbar .navbar-collapse .container ul > li > ul > li ul li {
    line-height: 30px;
    height: 30px;
  }
  nav.navbar .navbar-collapse .container ul > li > ul > li ul li a {
    font-size: 1.2rem;
  }
  nav.navbar .navbar-collapse .container ul > li > ul > li:hover {
    background: transparent;
  }
  nav.navbar .navbar-collapse .container ul > li > ul > li:hover a {
    background: transparent;
  }
  .contents.index .c1 dl {
    text-align: center;
    font-size: 0px;
  }
  .contents.index .c1 dl dt .box {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }
  .contents.index .c1 dl dt {
    width: 100%;
  }
  .contents.index .c1 dl dd {
    width: 33.3%;
    border: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .contents.index .c1 dl dd p {
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .contents.index .c2 .list li .swiper-container .swiper-slide > a {
    position: static;
    width: 100%;
  }
  .contents.index .c2 .list li .swiper-container .swiper-slide .txt {
    width: 100%;
    padding-left: 0;
  }
  .contents.index .c2 .list li .swiper-container .swiper-slide .txt .t {
    display: none;
  }
  .contents.index .c2 .tab {
    position: static;
  }
  .contents.index .c4 .b .txt {
    width: 100%;
  }
  .contents.index .c4 .b .pic {
    width: 100%;
  }
  .contents.index .h .box {
    background: transparent;
  }
  .contents.index .c4 .b .txt {
    background: transparent;
    padding-left: 0;
  }
  .contents.index .c4 .b .b2 .txt {
    background: transparent;
  }
  .contents.index .c5 {
    background: transparent;
  }
  .contents.index .c5 .l {
    width: 100%;
    text-align: left;
    padding-right: 0;
  }
  .contents.index .c5 .r {
    width: 100%;
  }
  .contents.index .c5 .l .tt:after {
    margin-left: 0;
    margin-right: auto;
  }
  .contents.index .c5 .l .tt {
    background-color: #333;
    padding: 10px;
    margin-bottom: 0;
  }
  .contents.index .c5 .l .cc {
    background-color: #eee;
    padding: 20px 10px;
  }
  .contents.index .c5 .l .cc p {
    color: #333;
    text-align: left;
  }
  .contents.index .c5 .l .cc a {
    margin-top: 3%;
  }
  .contents.index .c6 dt {
    width: 100%;
    border-right: 0;
  }
  .contents.index .c4 .b .txt .box .tt h1 {
    font-size: 2rem;
  }
  .contents.index .c5 .l .tt img {
    max-width: 35%;
  }
  .contents.index .c6 dt img {
    max-width: 40%;
  }
  .contents.index .c6 dd {
    width: 100%;
  }
  .contents.index .c7 .b .swiper-container .swiper-slide .pic {
    width: 100%;
  }
  .contents.index .c7 .b .swiper-container .swiper-slide .txt {
    position: static;
    width: 100%;
    transform: none;
  }
  .contents.index .c7 .b .swiper-container .swiper-slide .txt > img {
    display: none;
  }
  .contents.index .c7 .b .swiper-container .swiper-slide .txt .box .txt_box {
    padding: 6.5% 0;
  }
  .contents.index .c7 .b .swiper-container .swiper-slide .txt .box .txt_box p {
    padding: 3% 5px;
  }
  .contents.index .c9 .b .new1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .contents.index .c9 .b .new2 {
    width: 100%;
    margin-bottom: 15px;
  }
  .contents.index .c9 .b .new3 {
    width: 100%;
    margin-bottom: 15px;
  }
  .contents.index .c10 {
    transform: none;
  }
  .contents.index .c10 dl {
    text-align: center;
    padding-bottom: 10px;
  }
  .contents.index .c10 dl dt {
    width: 100%;
  }
  .c10 {
    display: none;
  }
  .contents.about .c2 .b ul li.on .swiper-button-prev {
    display: none !important;
  }
  .contents.about .c2 .b ul li.on .swiper-button-next {
    display: none !important;
  }
  .contents.about .c2 .tab li {
    width: 33.33%;
    margin-right: 0;
  }
  .contents.about .c2 .tab {
    float: none;
  }
  .contents.case .view2 .swiper-slide .box .pic {
    width: 100%;
  }
  .contents.case .view2 .swiper-slide .box .txt {
    width: 100%;
  }
  .contents.case .view2 .swiper-slide .box .txt h1 {
    margin-bottom: 5%;
  }
  .contents.case .view2 .swiper-slide .box .txt p {
    margin-bottom: 5%;
  }
  .contents.contact .c1 .ly {
    padding: 0;
  }
  .contents.jobs .panel-heading .panel-title ul {
    width: 100%;
  }
  .contents.jobs .panel-heading .panel-title .b_box {
    width: 100%;
  }
  .contents.jobs .panel-heading .panel-title .b_box {
    padding-left: 0;
    text-align: center;
  }
  .contents.jobs .panel {
    margin-bottom: 30px;
  }
  .table-responsive {
    border: 0;
  }
  .contents.jobs .panel-heading .panel-title ul {
    border-right: 0;
  }
  .contents.jobs .panel-heading {
    padding: 15px;
  }
  .contents.news_show .ff .bdsharebuttonbox {
    position: static;
  }
  .contents.product_show .pc-slide .l {
    width: 100%;
  }
  .contents.product_show .pc-slide .r {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .contents.product_show .pc-slide .r .txt .tt .bdsharebuttonbox {
    display: none;
  }
  .contents.product_show .pc-slide .r .txt .tt h2 {
    margin-bottom: 3%;
  }
  .path ul li {
    padding: 4% 2.5%;
  }
  nav.navbar {
    border-bottom: 1px dashed #eee;
  }
  footer > .container > dl {
    width: 100%;
  }
  footer .tell {
    width: 100%;
  }
  footer .qrone {
    width: 100%;
  }
  footer .tell img {
    display: none;
  }
  footer .tell .box {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 30px;
  }
  footer .qrone li:first-child {
    margin-left: 0;
  }
  footer .qrone li {
    float: left;
    margin-right: 5px;
    max-width: 100px;
  }
}
.product .tit {
  text-align: center;
}
.product .tit h3 {
  font-size: 3.4rem;
  color: #333;
  font-weight: 600;
}
.product .tit h3 span {
  color: #be131b;
}
.product .tit p {
  font-size: 1.4rem;
  color: #666;
  margin: 20px 0 15px;
}
.product .tit b {
  display: inline-block;
  width: 70px;
  height: 2px;
  background: #be131b;
}
.product .content {
  margin-top: 3%;
}
.product .content li {
  width: 49%;
  float: left;
  margin-right: 2%;
  position: relative;
  margin-bottom: 2%;
}
.product .content li:hover .masking {
  opacity: 1;
}
.product .content li .img img {
  width: 100%;
}
.product .content li .masking {
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(190, 19, 27, 0.8);
}
.product .content li .masking .txt {
  width: 90%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.product .content li .masking .txt p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10%;
}
.product .content li .masking .txt img {
  max-width: 100%;
  width: auto;
}
.product .content li:nth-child(2n+2) {
  margin-right: 0;
}


.cpzx{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.cpzx-l{
    width: 335px;
    border: 1px solid #c3c3c3;
}
.cpzx-l dl{
    margin-bottom: 3px;
}
.cpzx-l dt{
    line-height: 79px;
    background: #ededed;
    font-size: 18px;
    position: relative;
    transition: all 0.5s;
}
.cpzx-l dt a{
    display: block;
    padding: 0 54px;
    line-height: 69px;
    font-weight: normal;
    color: #000;
}
.cpzx-l dt span{display:block;width:9px;height:16px;position:absolute;right:43px;top:50%;margin-top:-4.5px;background: url(../images/cpzx-tb.png);}

.cpzx-l dt.active, .cpzx-l dt:hover{
    background: #da251d;
}
.cpzx-l dt.active a, .cpzx-l dt:hover a{
    color: #fff;font-weight:bold;
}
.cpzx-l dt.active span{background: url(../images/cpzx-tb2.png);transform: rotate(90deg);}
.cpzx-l dl dt:hover span{background: url(../images/cpzx-tb2.png);}
.cpzx-l dd{
    background: #f6f6f6;
    padding: 10px 0;
    display: none;
}
.cpzx-l dl:nth-child(1) dd{display:block;}
.cpzx-l dd a{
    display: block;
    padding: 0 54px;
    line-height: 40px;
    color: #2d2d2d;
}
.cpzx-l dd a:hover{color: #da251d;}
.cpzx-l>a{
    display: block;
    background: #da251d;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 63px;
    transition: all 0.5s;
}
.cpzx-l>a:hover{
    opacity: 0.8;
    transition: all 0.5s;
}
.cpzx-r{
    width: calc(100% - 352px);
    display: flex;
    flex-wrap: wrap;
}
.cpzx-r a{
    text-align: center;
    color: #2d2d2d;
    font-size: 14px;
    width: calc(100% / 3 - 6px);
    margin-right: 9px;
    margin-bottom: 36px;
}
.cpzx-r a:nth-child(3n){
    margin-right: 0;
}
.cpzx-r a h4{
    overflow: hidden;
    margin-bottom: 25px;
}
.cpzx-r a h4 img{
    display: block;
    width: 100%;
}
.cpzx-r a:hover{
    color: #da251d;
}
.cpzx-r a:hover img{}

.ryzz{background:url(../images/ryzz-bj.jpg)no-repeat center;padding:60px 0 73px 0;}
.ryzz-s{text-align:center;width:90%;color:#fff;margin:0 auto}
.ryzz-t{margin-bottom:40px;}
.ryzz-t h3{line-height:104px;font-size:33px;margin-bottom:30px;background:url(../images/ryzz-bj.png)no-repeat center;}
.ryzz-t p{
    color: #000;
}
.ryzz-b{/* display:flex; fle-wrap:wrap;justify-content:space-between;*/margin-bottom:50px;}
.ryzz-b a{display:block;overflow:hidden;}
.ryzz-b a img{display:block;width:100%;transition: all 0.5s;}
.ryzz-b a:hover img{transform:scale(1.1)}
.ryzz-s>a{width:177px;line-height:55px;background:#be131b;color:#fff;font-size:16px;transition:all 0.5s;display:block;margin:0 auto;}
.ryzz-s>a:hover{opacity:0.8;}

.gywm{display:flex;justify-content:space-between;flex-wrap:wrap;align-items: center;margin-bottom: 60px;}
.gywm-l{
    width: 490px;
}
.gywm-l h3{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
}
.gywm-l h3 span{
    color: #be131b;
}
.gywm-l p{
    color: #444444;
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 16px;
}
.gywm-l a{
    display: block;
    width: 150px;
    line-height: 46px;
    text-align: center;
    background: #e8e8e8;
    font-size:14px;
    color:#666666;
    transition:all 0.5s;
}
img{transition:all 0.5s;}
.gywm-l a:hover{background:#be131b;color:#fff;
transition:all 0.5s;}
.gywm-r{width:579px;position:relative;overflow:hidden;}
.gywm-r img{display:block;width:100%}
.gywm-r p{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/gywm-tb.png)no-repeat center;cursor:pointer;}
.gywm-r:hover img{transform:scale(1.1);}
.gywm2{}
.gywm2 a{
    display: block;
    overflow: hidden;
}
.gywm2 a img{
    display: block;
    width: 100%;
}
.gywm2 a:hover img{
    transform: scale(1.1);
}

.cgal{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cgal-l{
    width: 206px;
}
.cgal-l a{
    display: block;
    background: #eaeaea;
    line-height: 59px;
    margin-bottom: 5px;
    position: relative;
    color: #2d2d2d;
    padding-left: 50px;
}
.cgal-l a.active{
    background: #da251d;
    color: #fff;
}
.cgal-l a p{
    position: absolute;
    right: -9px;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    transform: rotate(45deg);
}
.cgal-l a.active p{
    background: #da251d;
}
.cgal-r{
    width: calc(100% - 225px);
}
.cgal-r>div{display:none;justify-content:space-between;flex-wrap:wrap;align-items:flex-start;}
.cgal-r>div:nth-child(1){display:flex;}
.cgal-r>div>a{
    display: block;
    width: calc(100% - 238px);
    position: relative;
    overflow: hidden;
}
.cgal-r>div>a img{
    display: block;
    width: 100%;
}
.cgal-r>div>a p{
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    font-size: 22px;
}
.cgal-r>div>a:hover img{
    transform: scale(1.1);
}
.cgal-r2{
    width: 224px;
}
.cgal-r2 a{
    display: block;
    margin-bottom: 12px;
    overflow:hidden;
}
.cgal-r2 a img{display:block;width:100%;}
.cgal-r2 a:hover img{transform: scale(1.1);}


@media(max-width:1200px){
  .cpzx-l{width:100%;margin-bottom:20px;}
  .cpzx-r{width:100%;}
  .cpzx-r a{width:100%;margin-right:0;margin-bottom:20px;}
  .cpzx-r a h4{margin-bottom:20px;}
  .ryzz{padding:40px 15px;background-size: auto 100%;}
  .ryzz-s{width: 100%;}
  .ryzz-t p{display:none;}
  .ryzz-t {margin-bottom:10px;}
  .ryzz-t h3{font-size: 18px;line-height:30px;margin-bottom:0;background: none;}
  .ryzz-b{margin-bottom:0;flex-wrap:wrap}
  .ryzz-b a{width: calc(50% - 5px);margin-bottom:20px;}
  .gywm{margin-bottom:20px;}
  .gywm-l{width:100%;margin-bottom:20px;}
  .gywm-l h3{font-size:18px;margin-bottom:10px;}
  .gywm-l p{font-size:14px;line-height:24px;margin-bottom:10px;}
  .gywm-r{width:100%;}
  .cgal-l{margin-bottom:20px;}
  .cgal-r>div>a{width:100%;margin-bottom:20px;}
  .w100{width:100%!important}
  .cgal-r2{width:100%}
}
@media (max-width: 768px) {
  .product .tit {
    text-align: center;
  }
  .product .tit h3 {
    font-size: 3.4rem;
    color: #333;
    font-weight: 600;
  }
  .product .tit h3 span {
    color: #be131b;
  }
  .product .tit p {
    font-size: 1.4rem;
    color: #666;
    margin: 20px 0 15px;
  }
  .product .tit b {
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #be131b;
  }
  .product .content {
    margin-top: 3%;
  }
  .product .content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
  }
  .product .content li:hover .masking {
    opacity: 1;
  }
  .product .content li .img img {
    width: 100%;
  }
  .product .content li .masking {
    opacity: 0;
    transition: 0.2s;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(190, 19, 27, 0.8);
  }
  .product .content li .masking .txt {
    width: 90%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .product .content li .masking .txt p {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10%;
  }
  .product .content li .masking .txt img {
    max-width: 100%;
    width: auto;
  }
  .product .content li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .product .content li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-nav {
  height: 58px;
  line-height: 57px;
  border-bottom: 2px solid #ebebeb;
}
.ins-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  line-height: 57px;
  height: 58px;
}
.ins-nav li a {
  font-size: 1.6rem;
  color: #000;
  display: block;
  padding: 0 3rem;
  line-height: 57px;
  height: 58px;
}
.ins-nav li a:hover {
  color: #be131b;
  background: url("../images/nav-angle_03.jpg") no-repeat center 47px;
}
.ins-nav .active a {
  color: #be131b;
  background: url("../images/nav-angle_03.jpg") no-repeat center 47px;
}
@media (max-width: 768px) {
  .ins-nav {
    height: 58px;
    line-height: 57px;
    border-bottom: 2px solid #ebebeb;
  }
  .ins-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    line-height: 57px;
    height: 58px;
  }
  .ins-nav li a {
    font-size: 1.6rem;
    color: #000;
    display: block;
    padding: 0 0.5rem;
    line-height: 57px;
    height: 58px;
  }
  .ins-nav li a:hover {
    color: #be131b;
    background: url("../images/nav-angle_03.jpg") no-repeat center 47px;
  }
  .ins-nav .active a {
    color: #be131b;
    background: url("../images/nav-angle_03.jpg") no-repeat center 47px;
  }
}
.ins-tit {
  margin: 1.5% 0 4%;
  text-align: center;
  color: #be131b;
}
.ins-tit p {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: arial;
}
.ins-tit h5 {
  font-size: 3.2rem;
  margin: 15px 0;
}
.ins-tit b {
  width: 34px;
  height: 3px;
  background: #be131b;
  display: inline-block;
}
.hezuohuoban {
  padding-bottom: 2%;
}
.hezuohuoban .content {
  padding: 3% 0;
}
.hezuohuoban .content .list-box li {
  width: 18%;
  margin-right: 2.5%;
  text-align: center;
  margin-bottom: 2%;
  float: left;
}
.hezuohuoban .content .list-box li p {
  font-size: 1.4rem;
  color: #333;
  margin-top: 14px;
}
.hezuohuoban .content .list-box li:nth-child(5n+5) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .hezuohuoban {
    padding-bottom: 2%;
  }
  .hezuohuoban .content {
    padding: 3% 0;
  }
  .hezuohuoban .content .list-box li {
    width: 49%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 2%;
    float: left;
  }
  .hezuohuoban .content .list-box li p {
    font-size: 1.4rem;
    color: #333;
    margin-top: 14px;
  }
  .hezuohuoban .content .list-box li:nth-child(5n+5) {
    margin-right: 2%;
  }
  .hezuohuoban .content .list-box li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.yewubuju .content {
  padding: 3% 0 5%;
}
.yewubuju .img-box {
  margin-top: 6%;
}
.yewubuju .img-box img {
  width: 100%;
}
.yewubuju .img-box2 {
  display: none;
}
@media (max-width: 768px) {
  .yewubuju .content {
    padding: 3% 0 5%;
  }
  .yewubuju .img-box {
    display: none;
  }
  .yewubuju .img-box2 {
    display: block;
    margin-top: 10%;
  }
  .yewubuju .img-box2 img {
    margin-bottom: 6%;
  }
}
.pinpailishi .content {
  /* height: 1439px; */
  background: url("../images/lishi_02.jpg") no-repeat center;
  margin-bottom: 100px;
}
.pinpailishi .content .ins-tit {
  padding: 3% 0 2%;
}
.pinpailishi .content .list-box {
  width: 593px;
  background: url("../images/lishi-line_03.png") no-repeat center top;
  height: 1457px;
  margin: 0 auto;
}
.pinpailishi .content .list-box ul {
  padding-top: 48px;
}
.pinpailishi .content .list-box li {
  width: 100%;
  height: 132px;
}
.pinpailishi .content .list-box li h6 {
  font-size: 2.2rem;
  color: #303131;
  font-family: "Adobe ���� Std";
}
.pinpailishi .content .list-box li p {
  font-size: 1.4rem;
  color: #666;
  line-height: 160%;
  margin: 0;
}
.pinpailishi .content .list-box li:nth-child(odd) {
  float: right;
  text-align: left;
  padding-left: 331px;
}
.pinpailishi .content .list-box li:nth-child(even) {
  float: left;
  text-align: right;
  padding-right: 331px;
}
.pinpailishi .content .list-box li:nth-child(2) {
  margin-top: -10px;
}
.pinpailishi .content .list-box li:nth-child(5) {
  margin-top: -10px;
}
.pinpailishi .content .list-box li:nth-child(3) {
  margin-top: -10px;
}
.pinpailishi .content .img-box {
  display: none;
}
@media (max-width: 768px) {
  .pinpailishi .content {
    height: auto;
    background: none;
  }
  .pinpailishi .content .ins-tit {
    padding: 3% 0 2%;
  }
  .pinpailishi .content .list-box {
    display: none;
  }
  .pinpailishi .content .img-box {
    display: block;
  }
  .pinpailishi .content .img-box img {
    width: 100%;
  }
}
.product-modify {
  padding: 3% 0 5%;
}
.product-modify .lf-list {
  width: 27%;
  float: left;
}
.product-modify .lf-list h5 {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 1.8rem;
  color: #fff;
  background: #be131b;
}
.product-modify .lf-list li a {
  display: block;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  background: #f1f1f1;
  transition: 0.3s;
}
.product-modify .lf-list li a:hover {
  color: #fff;
  background: #be131b;
}
.product-modify .rt-list {
  width: 70%;
  float: right;
}
.product-modify .rt-list img {
  width: 100%;
}
@media (max-width: 768px) {
  .product-modify {
    padding: 3% 0 5%;
  }
  .product-modify .lf-list {
    width: 100%;
    float: left;
  }
  .product-modify .lf-list h5 {
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 1.8rem;
    color: #fff;
    background: #be131b;
  }
  .product-modify .lf-list li a {
    display: block;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    color: #333;
    background: #f1f1f1;
    transition: 0.3s;
  }
  .product-modify .lf-list li a:hover {
    color: #fff;
    background: #be131b;
  }
  .product-modify .rt-list {
    width: 100%;
    float: right;
    margin-top: 20px;
  }
  .product-modify .rt-list img {
    width: 100%;
  }
}
.navbar-nav li {
  position: relative;
}
.navbar-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 59px;
  left: -10%;
  display: none;
}
.navbar-nav .drop-down {
  width: 120%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.navbar-nav .drop-down li {
  border-bottom: 1px solid #f6f6f6;
}
.navbar-nav .drop-down li a {
  font-size: 1.5rem;
  display: block;
  color: #fff!important;
  background: none!important;
  line-height: 45px;
}
.navbar-nav .drop-down li a:hover {
  background: #be131b !important;
  color: #fff!important;
}
nav.navbar .navbar-collapse .container > ul > li > a {
  height: 60px;
  line-height: 60px;
}
nav.navbar .navbar-collapse .container > ul > li {
  padding: 0;
}
nav.navbar .navbar-collapse .container > ul > li > ul {
  top: 59px;
}
nav.navbar .navbar-collapse .container > ul > li > ul > li {
  border-bottom: 1px solid #f6f6f6;
  background: transparent;
}
@media (max-width: 767px) {
  nav.navbar .navbar-collapse .container > ul > li:hover {
    background: #fff;
  }
}
nav.navbar .navbar-collapse .container > ul > li > ul > li a {
  padding: 0;
}
.index-partner {
  background: #f4f4f4;
  padding: 3% 0;
}
.index-partner .tit {
  text-align: center;
}
.index-partner .tit h3 {
  font-size: 3.4rem;
  color: #333;
  font-weight: 600;
}
.index-partner .tit h3 span {
  color: #be131b;
}
.index-partner .tit p {
  font-size: 1.4rem;
  color: #666;
  margin: 20px 0 15px;
}
.index-partner .tit b {
  display: inline-block;
  width: 70px;
  height: 2px;
  background: #be131b;
}
.index-partner .content {
  margin: 40px 0 10px;
  position: relative;
}
.index-partner .content .swiper-container-partner {
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
}
.index-partner .content .swiper-container-partner .swiper-slide img {
  width: 100%;
}
.index-partner .content .swiper-button-next4 {
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  background: url("../images/arrow3_02.jpg") no-repeat center;
}
.index-partner .content .swiper-button-next4:hover {
  background: url("../images/arrow4_02.jpg") no-repeat center;
}
.index-partner .content .swiper-button-prev4 {
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  background: url("../images/arrow3.jpg") no-repeat center;
}
.index-partner .content .swiper-button-prev4:hover {
  background: url("../images/arrow4.jpg") no-repeat center;
}
@media (max-width: 767px) {
  .index-partner .content {
    margin: 40px 0 10px;
    position: relative;
  }
  .index-partner .content .swiper-container-partner {
    width: 100%;
  }
  .index-partner .content .swiper-button-next4 {
    display: none;
  }
  .index-partner .content .swiper-button-prev4 {
    display: none;
  }
}
.m-content {
  display: none!important;
}
@media (max-width: 767px) {
  .m-content {
    display: block!important;
  }
  .pc-content {
    display: none!important;
  }
}
.drop-down2 {
  z-index: 999;
  position: absolute;
  top: 60px;
  left: -150px;
  display: none;
}
.drop-down2 {
  width: 830px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 3px;
}
.drop-down2 .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 180px;
  text-align: left;
  vertical-align: top;
}
.drop-down2 .list h6 {
  font-size: 1.6rem;
  color: #121212;
  padding-left: 20px;
  background: url("../images/nav-lit_03.png") no-repeat left center;
}
.drop-down2 .box {
  margin-left: 20px;
  margin-top: 15px;
}
.drop-down2 .box-list {
  line-height: 28px;
}
.drop-down2 .box-list a {
  font-size: 1.4rem;
  display: block;
  padding: 0;
  color: #545454!important;
  line-height: 24px;
}
.drop-down2 .box-list a:hover {
  color: #be131b!important;
}

/*放大镜样式开始*/

table.jiaotong,.jiaotong th,.jiaotong td
{
    border: 1px solid #eee;
    color: #333;
    line-height: 30px;
}
.jtsj{font-size: 18px;font-weight: 600;color: #222;}
table.jiaotong{border-collapse: 0;border-spacing: 0;width: 100%;}
.qdsj td{color: #222;font-weight: 600;}

.piro_overlay{position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;background:#000;display:none;z-index:99997}
.loading span{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;width:30px;height:30px;display:block;z-index:100008;background:0 0}

.caption{position:absolute;bottom:0;left:0;margin:0;display:block;padding:0;cursor:text;background:#222}
.piro_nav{position:absolute;bottom:0;left:50%;margin:0;display:block;padding:0;background:0 0}
.caption p{display:block;margin:0;padding:10px 28px 10px 38px;text-align:center;font-weight:400;background:#000;color:#fff;font-size:20px;display:none;}
a.piro_close{position:absolute;top:20px;right:40px;height:35px;width:35px;background:url(../images/close_btn.png) no-repeat;cursor:pointer;z-index:100006}
a:hover.piro_close{background:url(../images/close_btn_h.png) no-repeat}
a.piro_next{position:absolute;top:50%;width:35px;height:35px;right:40px;text-indent:-999em;outline:0;display:block;margin:-18px 0 0;background:url(../images/next.png) center right no-repeat;border:0;cursor:pointer;z-index:1000000001}
a:hover.piro_next{background:url(../images/next_h.png) center right no-repeat}
a.piro_prev{position:absolute;top:50%;width:35px;height:35px;left:0px;text-indent:-999em;outline:0;display:block;margin:-18px 0 0;background:url(../images/prev.png) center left no-repeat;border:0;cursor:pointer;z-index:1000000000}
a:hover.piro_prev{background:url(../images/prev_h.png) center left no-repeat}
.pirobox_content{position:absolute;top:50%;left:50%;padding:0;width:800px;margin:-300px 0 0 -400px;display:block;z-index:99998;font-family:Trebuchet MS,Arial}
.pirobox_content table,tbody,tr,th,td{margin:0;padding:0;}
.pirobox_content img{margin:0;padding:0;border:0;height:auto!important;display:block;margin:0 auto;}
.c_c{background:#000;margin:0;padding:0}
.c_c div{width:760px;/*height:560px;*/margin:0;padding:0}
.box_img{position:absolute;z-index:99995;background:url(../images/img_bg.png);width:100%;top:30px;left:30px;height:100%;padding:0}
.err_mess{position:absolute;bottom:20px;color:#fff;padding:0;margin:0 0 0 20px;display:block}
.err_mess a{color:red;font-weight:700}
.number{position:absolute;margin-left:3px;height:18px;width:30px;padding:3px;left:0;color:#666;bottom:1px;font-size:11px}

a:hover.link_to{background:url(../images/link_out_h.png) no-repeat}

a:hover.play{background:url(../images/play_h.png) no-repeat}
a.stop{position:absolute;top:20px!important;top:20px;left:20px!important;left:20px;width:40px;height:40px;margin:0;outline:0;display:block;background:url(../images/pause.png) no-repeat;text-indent:-999em;border:0;cursor:pointer}
a:hover.stop{background:url(../images/pause_h.png) no-repeat}
@media (max-width:1200px){
   .pirobox_content{width:320px!important;margin-left:-160px!important;height:80vh!important;position:fixed;left: 50%;top: 50%; -webkit-transform: translateY(-50%) translateX(-50%);margin-top:0!important;margin-left: 0!important;transform: translateY(-50%) translateX(-50%);}
    .c_c div{width:320px!important;display:flex;align-items:center;height:auto!important;position:absolute;left: 50%;top: 50%; -webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);}
    .c_c div img{width:100%!important;height:auto!important;}
    a.piro_close,a.piro_next{right: 0;}
}


.tcfdx{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.5);z-index: 100;display:flex;align-items:center;justify-content:center;display:none;}
.tcfdx .swiper-container{height:100%;}
.tcfdx a{display:flex;justify-content:center;align-items:center;height:100%;}
.tcfdx a img{max-width: calc(100% - 160px);max-height: 80vh;display:block;}
.tcfdx .swiper-button-next{background:url(images/tc-r.png)no-repeat center;background-size:100% auto;width:20px;height:42px;right:30px;}
.tcfdx .swiper-button-prev{background:url(images/tc-l.png)no-repeat center;background-size:100% auto;width:20px;height:42px;left:30px;}
@media(max-width: 1200px){
    .tcfdx .swiper-button-next{right:15px;}
    .tcfdx .swiper-button-prev{left:15px;}
    .tcfdx a img{max-width: calc(100% - 100px);}
}
/*放大镜样式结束*/

/*点击弹出视频开始*/
#fade { display: none; background: #000000;position: fixed; left: 0; top: 0;width: 100%; height: 100%;opacity: .80;z-index: 9999;}
.top_popupbox{width:60%;height: auto;border:2px solid #847d6a;border-radius:8px;padding:17px;background-repeat:no-repeat;display: none; /* Hidden as default */float: left;position: fixed;top: 50%; left: 50%;z-index: 99999;opacity:1px;background: #fff;-webkit-transform: translateY(-50%) translateX(-50%);
	 transform: translateY(-50%) translateX(-50%);}
.popupbox i,.top_popupbox i {background: rgba(0, 0, 0, 0) url("../images/guanbi.png") no-repeat scroll 0 0;padding: 16px;position: absolute;right: -8px;top: -8px;}
iframe#sp{width:100%;height:400px;}
/*点击弹出视频结束*/