@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'myriadsetpro', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 100%;
}
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;
}
@font-face {
  font-family: 'myriadsetpro';
  src: url('../fonts/myriadsetpro-thin.eot');
  src: local('myriadsetpro'), url('../fonts/myriadsetpro-thin.woff') format('woff'), url('../fonts/myriadsetpro-thin.ttf') format('truetype'), url('../fonts/myriadsetpro-thin.svg') format('svg');
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/Open Sans.eot');
  src: local('Open Sans'), url('../fonts/Open Sans.woff') format('woff'), url('../fonts/Open Sans.ttf') format('truetype'), url('../fonts/Open Sans.svg') format('svg');
  font-style: normal;
}
@font-face {
  font-family: 'AccordAlternate';
  src: url('../fonts/AccordAlternate-Thin.eot');
  src: local('Open Sans'), url('../fonts/AccordAlternate-Thin.woff') format('woff'), url('../fonts/AccordAlternate-Thin.ttf') format('truetype'), url('../fonts/AccordAlternate-Thin.svg') format('svg');
  font-style: normal;
}
@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: 50%;
  }
  .cell-lg {
    display: table-cell !important;
  }
  .inline-lg {
    display: inline !important;
  }
}
@media (min-width: 1480px) {
  html {
    font-size: 62.5%;
  }
  .cell-lg {
    display: table-cell !important;
  }
  .inline-lg {
    display: inline !important;
  }
  .container1480 {
    width: 1480px;
    margin: 0 auto;
  }
}
.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;
}
.cf {
  clear: both;
}
.container {
  padding: 0;
}
.aa {
  font-family: 'AccordAlternate', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
}
.mm {
  font-family: 'myriadsetpro', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
}
nav.navbar {
  height: 85px;
  background-color: #fff;
  margin-bottom: 1px;
}
nav.navbar > .container > .navbar-header {
  line-height: 85px;
}
nav.navbar > .container > .navbar-header > .navbar-brand {
  display: block;
  padding: 31px 0 25px 0;
  margin-left: 0;
  float: none;
  max-width: 193px;
  max-height: 29px;
  height: auto;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
nav.navbar > .container > .navbar-collapse {
  padding: 31px 0 30px 0;
  height: 24px !important;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
nav.navbar > .container > .navbar-collapse > ul {
  display: block;
  font-size: 0px;
  float: right;
}
nav.navbar > .container > .navbar-collapse > ul > li {
  float: left;
}
nav.navbar > .container > .navbar-collapse > ul > li > a {
  line-height: 40px;
  margin: 0 25px;
  font-size: 1.7rem;
  padding: 0;
}
nav.navbar > .container > .navbar-collapse > ul > li > a:hover {
  background-color: transparent;
  color: #fff;
}
nav.navbar > .container > .navbar-collapse > ul > li > a:focus {
  background-color: transparent;
  color: #fff;
}
nav.navbar > .container > .navbar-collapse > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 3;
}
nav.navbar > .container > .navbar-collapse > ul > li > ul > li {
  text-align: center;
  background: rgba(71, 71, 71, 0.7);
  border-top: 1px solid #9e9e9e;
}
nav.navbar > .container > .navbar-collapse > ul > li > ul > li > a {
  font-size: 1.6rem;
  line-height: 40px;
}
nav.navbar > .container > .navbar-collapse > ul > li:hover {
  background: rgba(71, 71, 71, 0.7);
}
nav.navbar > .container > .navbar-collapse > ul > li:hover > ul > li {
  background: rgba(71, 71, 71, 0.7);
}
nav.navbar > .container > .navbar-collapse > ul > li:hover > ul > li > a {
  color: #fff;
}
/* nav.navbar > .container > .navbar-collapse > ul > li:hover > ul > li:hover > a {
  font-size: 1.8rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
} */
nav.navbar > .container > .navbar-collapse > ul > li:hover > a {
  color: #fff;
}
nav.navbar > .container > .navbar-collapse > .others {
  float: right;
  font-size: 0px;
}
nav.navbar > .container > .navbar-collapse > .others > form {
  display: inline-block;
  margin: 0;
  padding: 0;
}
nav.navbar > .container > .navbar-collapse > .others > form > .form-group {
  font-size: 0px;
}
nav.navbar > .container > .navbar-collapse > .others > form > .form-group > input {
  width: 105px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #b2b2b2;
  border-right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0;
  padding-left: 10px;
  vertical-align: top;
}
nav.navbar > .container > .navbar-collapse > .others > form > .form-group > input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar > .container > .navbar-collapse > .others > form > .form-group > button {
  padding: 0;
  width: 35px;
  height: 24px;
  background: url(../images/index_06.jpg) no-repeat center center;
  border: 1px solid #b2b2b2;
  border-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: top;
}
nav.navbar > .container > .navbar-collapse > .others > form > .form-group > button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar > .container > .navbar-collapse > .others > .lang {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  border-left: 1px solid #b2b2b2;
  margin-left: 15px;
}
nav.navbar > .container > .navbar-collapse > .others > .lang > a {
  font-size: 1.8rem;
  line-height: 24px;
}
nav.navbar > .container > .navbar-collapse > .others > .store {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
nav.navbar > .container > .navbar-collapse > .others > .store > a {
  font-size: 1.8rem;
  color: #ed1b24;
  background: url(../images/index_09.jpg) no-repeat right center;
  padding-right: 23px;
  line-height: 24px;
}
.header-tab {
  position: absolute;
  left: 0;
  top: auto;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  width: 100%;
}
.header-tab > .container {
  font-size: 1.8rem;
  color: #fff;
  height: 34px;
  line-height: 34px;
}
.page_box {
  overflow: auto;
}
.page_box .page {
  text-align: center;
  font-size: 0;
  min-width: 350px;
}
.page_box .page > span {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 2.4rem;
  margin-right: 1.5%;
  color: #333;
  background-color: #fff;
  border-radius: 3px;
  vertical-align: middle;
  border: 1px solid #f2f2f2;
}
.page_box .page > a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 2.4rem;
  margin-right: 1.5%;
  color: #333;
  background-color: #fff;
  border-radius: 3px;
  vertical-align: middle;
  border: 1px solid #f2f2f2;
}
.page_box .page > a:first-child {
  width: 70px;
  height: 40px;
  padding: 0 1%;
  margin-right: 2.5%;
  background: #fff url(../images/arrow5.png) no-repeat center center;
  font-size: 0;
}
.page_box .page > a:first-child:hover {
  background: #fff url(../images/arrow5.png) no-repeat center center;
}
.page_box .page > a:last-child {
  width: 70px;
  height: 40px;
  padding: 0 1%;
  margin-left: 1%;
  font-size: 0;
  background: #fff url(../images/arrow5_02.png) no-repeat center center;
}
.page_box .page > a:last-child:hover {
  background: #fff url(../images/arrow5_02.png) no-repeat center center;
}
.page_box .page > a:hover {
  color: #ed1b24;
}
.pn {
  width: 100%;
  overflow: hidden;
  border: 1px dashed #ddd;
  padding: 6px;
}
.pn > div {
  width: 50%;
  float: left;
  text-align: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pn > div a {
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 50px;
}
.pn > div a span {
  font-size: 2.4rem;
  padding-left: 20px;
}
.pn > div.n {
  border-left: 1px solid #dbdbdb;
}
.pn > div.n span {
  padding-left: 3.5%;
}
.pn > div:hover a span {
  color: #ed1b24;
}
@media (max-width: 767px) {
  .pn > div {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
}
.my-map#container {
  width: 100%;
  height: 420px;
  margin: 0 auto;
  position: static;
}
.my-map#container img {
  width: auto !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%;
}
.contents.index .custom {
  position: relative;
  z-index: 2;
}
.contents.index .custom > .container {
  margin-top: -90px;
}
.contents.index .custom > .container > ul {
  margin-bottom: 8%;
}
.contents.index .custom > .container > ul > li {
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  height: 180px;
  background-color: #f2f2f2;
  position: relative;
}
.contents.index .custom > .container > ul > li > a {
  display: block;
  width: 280px;
  margin: 50px auto 0 auto;
}
.contents.index .custom > .container > ul > li > a > .pic {
  float: left;
}
.contents.index .custom > .container > ul > li > a > .pic > img {
  width: auto !important;
}
.contents.index .custom > .container > ul > li > a > .txt {
  margin-left: 15px;
  float: left;
}
.contents.index .custom > .container > ul > li > a > .txt > h1 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #333;
  font-size: 2rem;
}
.contents.index .custom > .container > ul > li > a > .txt > p {
  font-size: 1.8rem;
  color: #666;
  max-width: 190px;
}
.contents.index .custom > .container > ul > li > img {
  visibility: hidden;
}
.contents.index .custom > .container > ul > li:hover {
  background-color: #fff;
}
.contents.index .custom > .container > ul > li:hover > a > .pic {
  -webkit-animation: slidesRight 1s;
          animation: slidesRight 1s;
}
.contents.index .custom > .container > ul > li:hover:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  bottom: 2px;
  left: 40px;
  right: 40px;
  z-index: -1;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}
.contents.index .custom > .container > ul > li:hover:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  bottom: 2px;
  left: 40px;
  right: 40px;
  z-index: -1;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}
.contents.index .pshow > .container1480 {
  position: relative;
}
.contents.index .pshow > .container1480 > .container > div {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 8.3334%;
}
.contents.index .pshow > .container1480 > .container > div > .swiper-wrapper > .swiper-slide > .txt {
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.contents.index .pshow > .container1480 > .container > div > .swiper-wrapper > .swiper-slide > .txt {
  background-color: #fff;
  padding-top: 5.5%;
  padding-bottom: 5%;
}
.contents.index .pshow > .container1480 > .container > div > .swiper-wrapper > .swiper-slide > .txt > p {
  text-align: center;
  margin-bottom: 3.75%;
}
.contents.index .pshow > .container1480 > .container > div > .swiper-wrapper > .swiper-slide > .txt > p > a {
  font-size: 2.4rem;
  color: #000;
}
.contents.index .pshow > .container1480 > .container > div > .swiper-wrapper > .swiper-slide > .txt > span {
  text-align: center;
  display: block;
}
.contents.index .pshow > .container1480 > .container > div > .swiper-wrapper > .swiper-slide > .txt > span > a {
  color: #ed1b24;
}
.contents.index .pshow > .container1480 > .container > div > .swiper-wrapper > .swiper-slide:hover > .txt {
  background-color: #ebebeb;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.contents.index .pshow > .container1480 > .btn_03 > div {
  width: 42px;
  height: 42px;
  background-size: 100% 100%;
  cursor: pointer;
}
.contents.index .pshow > .container1480 > .btn_03 > .swiper-button-prev {
  background-image: url(../images/prev-hover_18.jpg);
}
.contents.index .pshow > .container1480 > .btn_03 > .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/prev_18.jpg);
}
.contents.index .pshow > .container1480 > .btn_03 > .swiper-button-next {
  background-image: url(../images/next-hover_18.jpg);
}
.contents.index .pshow > .container1480 > .btn_03 > .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/next_18.jpg);
}
.contents.index .pshow > .container1480 > .btn_04 > div {
  width: 42px;
  height: 42px;
  background-size: 100% 100%;
  cursor: pointer;
}
.contents.index .pshow > .container1480 > .btn_04 > .swiper-button-prev {
  background-image: url(../images/prev-hover_18.jpg);
}
.contents.index .pshow > .container1480 > .btn_04 > .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/prev_18.jpg);
}
.contents.index .pshow > .container1480 > .btn_04 > .swiper-button-next {
  background-image: url(../images/next-hover_18.jpg);
}
.contents.index .pshow > .container1480 > .btn_04 > .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/next_18.jpg);
}
.contents.index > .container > .row > .title {
  margin-bottom: 5.3%;
  overflow: hidden;
}
.contents.index > .container > .row > .title > h1 {
  font-size: 2.4rem;
  margin: 0;
  float: left;
}
.contents.index > .container > .row > .title > a {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  width: 84px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background-color: #e0e0e0;
  font-family: Arial;
  float: right;
}
.contents.index > .container > .row > .title > a > span {
  font-family: 'myriadsetpro', Arial;
  padding-left: 10px;
}
.contents.index > .container > .row > .title > a:hover {
  background-color: #ed1b24;
}
.contents.index > .container > .row > .cnt {
  overflow: hidden;
}
.contents.index > .container > .row > .cnt > div {
  padding: 0;
}
.contents.index > .container > .row > .cnt > div:first-child {
  padding-right: 4.53%;
}
.contents.index > .container > .row > .cnt > div:last-child > ul {
  margin-bottom: 0;
}
.contents.index > .container > .row > .cnt > div:last-child > ul > li {
  width: 100%;
  display: table;
  margin-bottom: 2.565%;
  cursor: pointer;
}
.contents.index > .container > .row > .cnt > div:last-child > ul > li > .box {
  display: table-cell;
  vertical-align: top;
  font-size: 0px;
  padding: 3.25% 0;
  background-color: #f7f7f7;
}
.contents.index > .container > .row > .cnt > div:last-child > ul > li > .box a{
  display: block;
}
.contents.index > .container > .row > .cnt > div:last-child > ul > li > .box .l {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  text-align: center;
  border-right: 1px solid #e2e2e2;
  padding-top: 1.71%;
  padding-bottom: 0.685%;
}
.contents.index > .container > .row > .cnt > div:last-child > ul > li > .box .l > h1 {
  font-size: 3.6rem;
  color: #000;
  margin: 0;
}
.contents.index > .container > .row > .cnt > div:last-child > ul > li > .box .l > span {
  font-size: 1.4rem;
  color: #989898;
}
.contents.index > .container > .row > .cnt > div:last-child > ul > li > .box .r {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  padding-left: 3.25%;
}
.contents.index > .container > .row > .cnt > div:last-child > ul > li > .box .r > h1 {
  font-size: 1.8rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 3%;
}
.contents.index > .container > .row > .cnt > div:last-child > ul > li > .box .r > p {
  font-size: 1.6rem;
  margin: 0;
}
.contents.index > .container > .row > .cnt > div:last-child > ul > li > .more_btn {
  display: table-cell;
  width: 25px;
  height: 100%;
  background: url(../images/index_14.png) no-repeat center center;
  background-color: #ddd;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.contents.index > .container > .row > .cnt > div:last-child > ul > li:last-child {
  margin-bottom: 0;
}
.contents.index > .container > .row > .cnt > div:last-child > ul > li:hover > .more_btn {
  background-color: #ed1b24;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.contents.index > .container > .row > .cnt > div > a {
  display: block;
  overflow: hidden;
}
.contents.index > .container > .row > .cnt > div > a > img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.contents.index > .container > .row > .cnt > div > .txt > p {
  font-size: 1.8rem;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding-top: 5%;
  padding-bottom: 4%;
  margin-bottom: 0;
}
.contents.index > .container > .row > .cnt > div > .txt > p:hover a {
  color: #ed1b24;
}
.contents.index > .container > .row > .cnt > div:hover > a > img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.contents.index > .container > .row > .friend_link {
  padding-top: 6.411%;
  padding-bottom: 6.838%;
}
.contents.index > .container > .row > .friend_link > img {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.665%;
}
.contents.index > .container > .row > .friend_link > img:first-child {
  margin: 0;
}
.contents.index > .container > .row > .friend_link > img:last-child {
  margin-right: 0;
}
.contents.about .h {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 78px;
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
}
.contents.about .h:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -3px;
  display: block;
  width: 70px;
  height: 3px;
  background-color: #ed1b24;
}
.contents.about .h h1 {
  font-size: 4.8rem;
}
.contents.about .h h2 {
  font-size: 2.4rem;
}
.contents.about .c1 {
  padding: 3.125% 0;
  background-color: #f3f3f3;
}
.contents.about .c1 .float_h {
  float: left;
  margin-right: 4%;
}
.contents.about .c1 .float_h .h {
  background-image: url(../images/c1.png);
  padding-right: 20px;
  margin-bottom: 22%;
}
.contents.about .c1 .float_h img {
  width: auto;
}
.contents.about .c1 p {
  font-size: 1.8rem;
  line-height: 133%;
  margin-bottom: 2.1%;
}
.contents.about .c2 {
  padding-top: 3.125%;
  padding-bottom: 6%;
}
.contents.about .c2 .h {
  background-image: url(../images/c2.png);
}
.contents.about .c2 ul {
  margin-top: 5%;
}
.contents.about .c2 ul li {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 90px;
}
.contents.about .c2 ul li .txt {
  position: relative;
  font-size: 1.8rem;
  color: #000;
  width: calc(100% - 130px);
  line-height: 90px;
  height: 90px;
}
.contents.about .c2 ul li .txt p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 133%;
  width: 100%;
}
.contents.about .c2 ul li .date {
  font-size: 3.6rem;
  width: 130px;
  text-align: center;
  line-height: 90px;
}
.contents.about .c2 ul li:nth-child(even) {
  text-align: left;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  margin-left: -1px;
}
.contents.about .c2 ul li:nth-child(even) .txt {
  float: left;
}
.contents.about .c2 ul li:nth-child(even) .date {
  float: left;
}
.contents.about .c2 ul li:nth-child(odd) {
  text-align: right;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.contents.about .c2 ul li:nth-child(odd) .txt {
  float: right;
}
.contents.about .c2 ul li:nth-child(odd) .date {
  float: right;
}
.contents.about .c3 {
  padding: 3.125% 0;
  background-color: #f3f3f3;
}
.contents.about .c3 .h {
  background-image: url(../images/c3.png);
}
.contents.about .c3 ul {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 5%;
}
.contents.about .c3 ul li {
  margin-bottom: 30px;
}
.contents.about .c3 ul li a {
  display: block;
  overflow: hidden;
}
.contents.about .c3 ul li a img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contents.about .c3 ul li:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.contents.about .c4 {
  padding: 3.125% 0;
}
.contents.about .c4 .h {
  background-image: url(../images/c4.png);
}
.contents.about .c4 .b {
  position: relative;
  padding: 0 8.333%;
  margin-top: 5%;
}
.contents.about .c4 .b .swiper-slide {
  padding: 10px;
}
.contents.about .c4 .b .swiper-slide .box {
  border: 3px solid #250000;
}
.contents.about .c4 .b .swiper-slide:hover .box {
  border-color: #fff;
  -webkit-box-shadow: 0 0 10px 3px rgba(37, 0, 0, 0.28);
          box-shadow: 0 0 10px 3px rgba(37, 0, 0, 0.28);
}
.contents.about .c4 .b .swiper-button-prev {
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/arrow1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  opacity: 1;
}
.contents.about .c4 .b .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/arrow2.jpg);
}
.contents.about .c4 .b .swiper-button-next {
  width: 32px;
  height: 32px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/arrow1_02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  opacity: 1;
}
.contents.about .c4 .b .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/arrow2_02.jpg);
}
.contents.contact .c1 {
  background-color: #f3f3f3;
  padding: 3.125% 0;
}
.contents.contact .c1 .box {
  background-color: #fff;
  padding-bottom: 4.16%;
  overflow: hidden;
}
.contents.contact .c1 .box h1 {
  font-size: 3rem;
  border-bottom: 1px solid #eee;
  padding-top: 1.66%;
  padding-left: 3.33%;
  padding-right: 3.33%;
  line-height: 250%;
}
.contents.contact .c1 .box ul {
  padding-left: 3.33%;
  padding-right: 3.33%;
  padding-top: 4.16%;
  max-width: 65%;
  float: left;
}
.contents.contact .c1 .box ul li {
  font-size: 1.8rem;
  line-height: 133%;
  margin-bottom: 3%;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  min-height: 28px;
}
.contents.contact .c1 .box ul li:nth-child(1) {
  background-image: url(../images/ca1.png);
}
.contents.contact .c1 .box ul li:nth-child(2) {
  background-image: url(../images/ca2.png);
}
.contents.contact .c1 .box ul li:nth-child(3) {
  background-image: url(../images/ca3.png);
}
.contents.contact .c1 .box ul li:nth-child(4) {
  background-image: url(../images/ca4.png);
}
.contents.contact .c1 .box ul li:nth-child(5) {
  background-image: url(../images/ca5.png);
}
.contents.contact .c1 .box .qrone {
  float: right;
  margin-right: 3.33%;
  margin-top: 4.16%;
}
.contents.contact .c2 {
  padding: 3.125% 0;
}
.contents.news_list .c1 {
  background-color: #f2f2f2;
  padding-top: 2%;
  border-bottom: 1px solid #fff;
}
.contents.news_list .c1 ul {
  text-align: center;
  font-size: 0px;
  overflow: hidden;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.contents.news_list .c1 ul li {
  width: 29%;
  max-width: 180px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin: 0 7px;
}
.contents.news_list .c1 ul li a {
  font-size: 2.4rem;
  line-height: 42px;
  height: 42px;
}
.contents.news_list .c1 ul li.active {
  background-color: #ed1b24;
}
.contents.news_list .c1 ul li.active a {
  color: #fff;
}
.contents.news_list .c1 ul li:hover {
  background-color: #ed1b24;
}
.contents.news_list .c1 ul li:hover a {
  color: #fff;
}
.contents.news_list .c2 {
  padding-top: 40px;
  padding-bottom: 3.5%;
  background-color: #f2f2f2;
  margin-bottom: 12px;
}
.contents.news_list .c2 ul {
  margin-bottom: 5%;
}
.contents.news_list .c2 ul li {
  padding-top: 3%;
  padding-bottom: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #fff;
  font-size: 0px;
}
.contents.news_list .c2 ul li a {
  display: block;
}
.contents.news_list .c2 ul li a .date {
  text-align: center;
  width: 15%;
  display: inline-block;
  vertical-align: middle;
}
.contents.news_list .c2 ul li a .date h1 {
  font-size: 4.8rem;
}
.contents.news_list .c2 ul li a .date h2 {
  font-size: 2.4rem;
  color: #666;
}
.contents.news_list .c2 ul li a .txt {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.contents.news_list .c2 ul li a .txt h1 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #000;
}
.contents.news_list .c2 ul li a .txt p {
  font-size: 1.6rem;
  line-height: 150%;
}
.contents.news_list .c2 ul li a .pic {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
}
.contents.news_list .c2 ul li a:hover .date h1 {
  color: #ed1b24;
}
.contents.news_list .c2 ul li a:hover .date h2 {
  color: #ed1b24;
}
.contents.news_list .c2 ul li a:hover .txt h1 {
  color: #ed1b24;
}
.contents.news_list .c2 ul li a:hover .txt p {
  color: #ed1b24;
}
.contents.news_list .c2 ul li a:hover .pic {
  border-color: #ed1b24;
}
.contents.news_show {
  margin-bottom: 12px;
}
.contents.news_show .c1 {
  background-color: #f2f2f2;
  padding-top: 2%;
  border-bottom: 1px solid #fff;
}
.contents.news_show .c1 ul {
  text-align: center;
  font-size: 0px;
  overflow: hidden;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.contents.news_show .c1 ul li {
  width: 29%;
  max-width: 180px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin: 0 7px;
}
.contents.news_show .c1 ul li a {
  font-size: 2.4rem;
  line-height: 42px;
  height: 42px;
}
.contents.news_show .c1 ul li.active {
  background-color: #ed1b24;
}
.contents.news_show .c1 ul li.active a {
  color: #fff;
}
.contents.news_show .c1 ul li:hover {
  background-color: #ed1b24;
}
.contents.news_show .c1 ul li:hover a {
  color: #fff;
}
.contents.news_show .c2 {
  padding-top: 4.16%;
  background-color: #f2f2f2;
}
.contents.news_show .c2 .box {
  background-color: #fff;
  padding: 5% 3.33%;
}
.contents.news_show .c2 .box .h {
  padding-bottom: 2%;
  border-bottom: 1px solid #eee;
}
.contents.news_show .c2 .box .h h1 {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 20px;
}
.contents.news_show .c2 .box .h span {
  font-size: 1.4rem;
  color: #666;
  padding-left: 25px;
  font-style: italic;
  margin-right: 30px;
  font-family: 'OpenSans';
}
.contents.news_show .c2 .box .h span:nth-of-type(1) {
  background: url(../images/time.png) no-repeat left center;
}
.contents.news_show .c2 .box .h span:nth-of-type(2) {
  background: url(../images/look.png) no-repeat left center;
}
.contents.news_show .c2 .box .b {
  padding: 4.5% 0;
}
.contents.news_show .c2 .box .b p {
  font-size: 1.6rem;
  line-height: 150%;
  margin-bottom: 2.5%;
}
.contents.news_show .c2 .box .b img {
  width: auto;
  max-width: 100%;
}
.contents.news_show .c3 {
  background-color: #f2f2f2;
  padding-bottom: 3.5%;
}
.contents.news_show .c3 dl {
  background: #fff;
  padding-left: 3.33%;
  padding-right: 3.33%;
  padding-bottom: 5%;
}
.contents.news_show .c3 dl dt {
  position: relative;
  font-size: 3rem;
  color: #000;
  padding-left: 40px;
  font-weight: normal;
  padding-bottom: 1.66%;
  border-bottom: 1px solid #eee;
  line-height: 100%;
}
.contents.news_show .c3 dl dt:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 6px;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 4px solid #ed1b24;
  border-radius: 50%;
}
.contents.news_show .c3 dl dd {
  position: relative;
  padding: 2.4% 0 2.5% 50px;
  border-bottom: 1px dashed #e0e0e0;
}
.contents.news_show .c3 dl dd a {
  font-size: 1.6rem;
  color: #666;
}
.contents.news_show .c3 dl dd:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 30px;
  padding: 0 10px;
  height: 1px;
  background-color: #6a6a6a;
}
.contents.news_show .c3 dl dd:hover:before {
  background-color: #ed1b24;
}
.contents.product_list {
  padding: 3.125% 0;
}
.contents.product_list ul {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.contents.product_list ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.contents.product_list ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contents.product_list ul li .box > a {
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contents.product_list ul li .box a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.contents.product_list ul li .box .txt {
  text-align: center;
  padding-top: 8%;
  padding-bottom: 3%;
}
.contents.product_list ul li .box .txt p {
  margin-bottom: 10px;
}
.contents.product_list ul li .box .txt p a {
  font-size: 2rem;
  color: #000;
}
.contents.product_list ul li .box .txt span a {
  font-size: 1.6rem;
  color: #ed1b24;
}
.contents.product_list ul li:hover .box {
  -webkit-box-shadow: 0 0 10px 3px rgba(37, 0, 0, 0.28);
          box-shadow: 0 0 10px 3px rgba(37, 0, 0, 0.28);
}
.contents.product_list ul li:hover .box > a {
  border-color: #f2f2f2;
}
.contents.product_show .h {
  padding-bottom: 16px;
}
.contents.product_show .h h1 {
  font-size: 2.4rem;
  padding: 15px 25px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 3px 10px 3px #e9e9e9;
          box-shadow: 0 3px 10px 3px #e9e9e9;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contents.product_show .h h1:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 9px solid #ed1b24;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  margin-left: 8px;
}
.contents.product_show .c1 {
  padding-top: 3.125%;
  padding-bottom: 4.5%;
  background-color: #f2f2f2;
  overflow: hidden;
}
.contents.product_show .c1 .view {
  width: 38%;
  float: left;
}
.contents.product_show .c1 .preview {
  width: 62%;
  float: left;
  padding-left: 5%;
  padding-right: 1.66%;
}
.contents.product_show .c1 .preview h1 {
  font-size: 3rem;
  margin-top: 6%;
  padding-bottom: 3%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 7.5%;
}
.contents.product_show .c1 .preview .swiper-container {
  max-width: 515px;
  margin-left: 0;
  margin-bottom: 6%;
}
.contents.product_show .c1 .preview .swiper-container .swiper-slide {
  border: 1px solid #dcdcdc;
}
.contents.product_show .c1 .preview .swiper-container .swiper-slide.active-nav {
  border-color: #ed1b24;
}
.contents.product_show .c1 .preview .arrow-left {
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  margin-right: 10px;
}
.contents.product_show .c1 .preview .arrow-left:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  display: block;
  margin: auto;
  border-right: 8px solid #ed1b24;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
}
.contents.product_show .c1 .preview .arrow-right {
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ed1b24;
  border: 1px solid #ed1b24;
}
.contents.product_show .c1 .preview .arrow-right:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  display: block;
  margin: auto;
  border-left: 8px solid #fff;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
}
.contents.product_show .c1 .preview .email {
  font-size: 2.4rem;
  background: url(../images/email.png) no-repeat left center;
  height: 26px;
  line-height: 26px;
  padding-left: 60px;
  margin-top: 7%;
}
.contents.product_show .c2 {
  position: relative;
}
.contents.product_show .c2 .b1 {
  position: relative;
  text-align: center;
  padding: 5% 0;
}
.contents.product_show .c2 .b1 .tit {
  text-align: left;
}
.contents.product_show .c2 .b1 .img {
  margin-top: -19%;
}
.contents.product_show .c2 .b1 h1 {
  text-transform: uppercase;
  font-size: 4.8rem;
  color: #000;
  margin-bottom: 2.5%;
}
@media (max-width: 767px) {
  .contents.product_show .c2 .b1 h1 {
    font-size: 3.8rem;
    margin-top: 5%;
  }
}
.contents.product_show .c2 .b1 h2 {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 3.75%;
}
.contents.product_show .c2 .b1 table {
  width: 100%;
  position: relative;
  z-index: 3;
  border: 1px solid #e6e6e6;
  margin-top: -6.7%;
}
.contents.product_show .c2 .b1 table tr:first-child {
  border-bottom: 1px solid #e6e6e6;
}
.contents.product_show .c2 .b1 table tr:nth-child(odd) {
  background-color: rgba(234, 234, 234, 0.6);
}
.contents.product_show .c2 .b1 table td {
  font-size: 1.8rem;
  width: 25%;
  color: #000;
  line-height: 300%;
  border-right: 1px solid #eaeaea;
}
.contents.product_show .c2 .b1 table td:nth-child(1) {
  text-transform: uppercase;
}
.contents.product_show .c2 .b1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #f2f2f2;
  z-index: -1;
}
.contents.product_show .c2 .b2 {
  position: relative;
}
.contents.product_show .c2 .b2 .l {
  width: 54%;
  float: left;
}
.contents.product_show .c2 .b2 .l h1 {
  text-transform: uppercase;
  font-size: 4.8rem;
  color: #000;
  background: url(../images/p1_13.jpg) no-repeat left center;
  padding-left: 55px;
}
.contents.product_show .c2 .b2 .l dl {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 3%;
  padding-top: 4.5%;
}
.contents.product_show .c2 .b2 .l dl dt {
  letter-spacing: 1px;
  font-size: 1.6rem;
  color: #000;
  line-height: 150%;
}
.contents.product_show .c2 .b2 .l dl dd {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding-left: 20px;
  line-height: 150%;
}
.contents.product_show .c2 .b2 .l dl dd:before {
  content: '--';
  position: absolute;
  left: 0;
  top: 0;
  color: #ed1b24;
}
.contents.product_show .c2 .b2 .l dl:nth-of-type(1) {
  border-top: 0;
  margin-top: 12%;
}
.contents.product_show .c2 .b2 .l dl:nth-last-of-type(1) {
  border-bottom: 0;
}
.contents.product_show .c2 .b2 .r {
  width: 46%;
  float: left;
}
.contents.product_show .c2 .b2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f2f2f2;
  width: 100%;
  height: 87%;
  z-index: -1;
}
.contents.product_show .c2 .b3 {
  border-bottom: 1px solid #e1e1e1;
}
.contents.product_show .c2 .b3 .img {
  text-align: center;
  margin: 3% 0;
}
.contents.product_show .c2 .b3 .img img {
  max-width: 100%;
  width: auto;
}
.contents.product_show .c2 .b3 .lf {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .contents.product_show .c2 .b3 .lf {
    width: 100%;
  }
  .contents.product_show .c2 .b3 .lf img {
    margin-left: 10px;
  }
}
.contents.product_show .c2 .b3 .rt {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .contents.product_show .c2 .b3 .rt {
    width: 100%;
  }
  .contents.product_show .c2 .b3 .rt img {
    margin-left: -14px;
  }
}
.contents.product_show .c2 .b4 {
  background: url(../images/p1_bg.jpg);
}
@media (max-width: 767px) {
  .contents.product_show .c2 .b4 {
    background: none!important;
    margin: 8% 0;
  }
}
.contents.product_show .c2 .b4 .img {
  width: 40%;
  float: right;
}
.contents.product_show .c2 .b4 .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .contents.product_show .c2 .b4 .img {
    display: none;
  }
}
.contents.product_show .c2 .b4 .container {
  position: relative;
}
.contents.product_show .c2 .b4 .txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .contents.product_show .c2 .b4 .txt {
    position: static;
    left: 0;
    top: 50%;
    transform: translateY(0%);
    width: 100%;
  }
}
.contents.product_show .c2 .b4 dl dt {
  width: 100%;
  max-width: 550px;
  padding-bottom: 2%;
  border-bottom: 1px solid #c9c9c9;
}
.contents.product_show .c2 .b4 dl dt h1 {
  font-size: 3.6rem;
  margin-bottom: 10px;
}
.contents.product_show .c2 .b4 dl dt h2 {
  font-size: 2.4rem;
  color: #666;
}
.contents.product_show .c2 .b4 dl dd {
  width: 100%;
  max-width: 255px;
  padding-top: 3%;
  padding-bottom: 2.5%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d4d4d4;
}
.contents.product_show .c2 .b4 dl dd p {
  font-size: 3rem;
  color: #000;
  margin-bottom: 0px;
}
.contents.product_show .c2 .b4 dl dd p i {
  font-size: 4.8rem;
  color: #ed1b24;
  font-style: normal;
}
.contents.product_show .c2 .b4 dl dd span {
  font-size: 2.4rem;
  color: #666;
  margin-top: -10px;
  display: block;
}
.contents.product_show .c2 .b4 dl dd:nth-of-type(1) {
  border-top: 0;
}
.contents.product_show .c2 .b4 dl dd:nth-last-of-type(1) {
  border-bottom: 0;
}
.contents.product_show .c2 .b5 {
  padding: 4% 0;
}
.contents.product_show .c2 .b5 .container {
  position: relative;
}
.contents.product_show .c2 .b5 .container .lf {
  width: 33.3333333%;
  float: left;
}
.contents.product_show .c2 .b5 .container .lf img {
  width: 100%;
}
@media (max-width: 768px) {
  .contents.product_show .c2 .b5 .container .lf {
    width: 100%;
  }
}
.contents.product_show .c2 .b5 .container .rt {
  width: 66.666666%;
  float: right;
  text-align: center;
}
@media (max-width: 768px) {
  .contents.product_show .c2 .b5 .container .rt {
    width: 100%;
  }
}
.contents.product_show .c2 .b5 .container .rt h2 {
  font-size: 3.6rem;
  color: #000;
  padding-left: 45px;
  text-transform: uppercase;
  background: url("../images/b5-lit_03.jpg") no-repeat left center;
}
@media (max-width: 768px) {
  .contents.product_show .c2 .b5 .container .rt h2 {
    padding: 0;
    background: none;
  }
}
.contents.product_show .c2 .b5 .container .rt img {
  width: auto;
  max-width: 100%;
  margin-top: 5%;
}
.contents.product_show .c2 .b7 {
  background: #f7f7f7;
  padding: 6.6%;
}
.contents.product_show .c2 .b7 h1 {
  font-size: 4.8rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 7.5%;
}
.contents.product_show .c2 .b8 {
  position: relative;
}
.contents.product_show .c2 .b8 .t {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.contents.product_show .c2 .b8 .t h1 {
  font-size: 4.8rem;
  margin-bottom: 1.3%;
  color: #fff;
  text-transform: uppercase;
  margin-top: 4.68%;
}
.contents.product_show .c2 .b8 .t h2 {
  font-size: 1.8rem;
  color: #fff;
}
.contents.product_show .c2 .b9 {
  font-size: 0px;
  border-bottom: 1px solid #d4d4d4;
}
.contents.product_show .c2 .b9 .pic {
  display: inline-block;
  vertical-align: middle;
  width: 58.33%;
}
.contents.product_show .c2 .b10 h1 {
  font-size: 4.8rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5%;
  margin-bottom: 8%;
}
.contents.product_show .c3 img {
  width: auto;
  max-width: 100%;
}
.contents.product_show .c3 h1 {
  font-size: 5.5rem;
}
.contents.product_show .c3 h2 {
  font-size: 5rem;
}
.contents.product_show .c3 h3 {
  font-size: 3rem;
}
.contents.product_show .c3 .banner {
  position: relative;
  text-align: center;
}
.contents.product_show .c3 .banner .img-box {
  text-align: left;
  max-width: 70%;
}
.contents.product_show .c3 .banner .txt-box {
  margin-top: 35px;
  padding-top: 3.125%;
}
.contents.product_show .c3 .banner .txt-box h1 {
  font-family: 'AccordAlternate', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  color: #000;
  font-weight: bold;
}
.contents.product_show .c3 [class*='section'] {
  font-family: 'AccordAlternate', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
}
.contents.product_show .c3 [class*='section']:before,
.contents.product_show .c3 [class*='section']:after {
  content: " ";
  display: table;
}
.contents.product_show .c3 [class*='section']:after {
  clear: both;
}
.contents.product_show .c3 .section1 {
  position: relative;
  background-color: #fafafa;
  padding-top: 4.5%;
  padding-bottom: 6.6%;
}
.contents.product_show .c3 .section1 .img-box {
  float: right;
  margin-top: 1.8%;
  margin-bottom: 1.4%;
  max-width: 48%;
}
.contents.product_show .c3 .section1 .txt-box {
  position: absolute;
  left: 15%;
  top: 10%;
  text-align: center;
}
.contents.product_show .c3 .section1 .txt-box h1 {
  color: #000;
  font-weight: bold;
}
.contents.product_show .c3 .section1 .txt-box h2 {
  color: #000;
  font-weight: bold;
}
.contents.product_show .c3 .section1 .txt-box dl {
  max-width: 225px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 6%;
}
.contents.product_show .c3 .section1 .txt-box dl dt {
  font-size: 4rem;
  color: #000;
  font-weight: lighter;
  border-bottom: 2px solid #b3b3b3;
  width: 100%;
}
.contents.product_show .c3 .section1 .txt-box dl dd {
  font-size: 3rem;
  width: 100%;
}
.contents.product_show .c3 .section1 .txt-box dl dd b {
  font-size: 6rem;
  font-weight: normal;
}
.contents.product_show .c3 .section2 {
  padding-top: 5%;
}
.contents.product_show .c3 .section2 .txt-box {
  text-align: center;
  margin-bottom: 20px;
}
.contents.product_show .c3 .section2 .txt-box h1 {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.contents.product_show .c3 .section2 .txt-box h2 {
  color: #000;
  font-weight: lighter;
}
.contents.product_show .c3 .section3 {
  text-align: center;
  padding-top: 4%;
  padding-bottom: 20px;
  background-color: #fafafa;
}
.contents.product_show .c3 .section4 {
  text-align: center;
  padding-bottom: 5%;
}
.contents.product_show .c3 .section4 .txt-box {
  margin-top: 2.5%;
  margin-bottom: 4.7%;
  overflow: hidden;
}
.contents.product_show .c3 .section4 .txt-box .item {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
}
.contents.product_show .c3 .section4 .txt-box .item h2 {
  color: #000;
  font-weight: bold;
}
.contents.product_show .c3 .section4 .txt-box .item h3 {
  color: #000;
}
.contents.product_show .c3 .section4 .img-box {
  font-size: 0px;
}
.contents.product_show .c3 .section4 .img-box img {
  max-width: 46%;
  margin-left: 2%;
  margin-right: 2%;
}
.contents.product_show .c3 .section5 {
  text-align: center;
  padding-bottom: 9%;
}
.contents.product_show .c3 .section6 {
  text-align: left;
  background: url(../images/p3_25.jpg) no-repeat center center;
  background-size: 100% auto;
  padding: 4% 0;
}
.contents.product_show .c3 .section6 .img-box {
  max-width: 53%;
}
.contents.product_show .c3 .section7 {
  text-align: center;
  padding-top: 8.5%;
  padding-bottom: 6.25%;
  font-size: 0px;
}
.contents.product_show .c3 .section7 .txt-box {
  margin-bottom: 4%;
}
.contents.product_show .c3 .section7 .img-box {
  max-width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: middle;
}
.contents.product_show .c4 {
  text-transform: uppercase;
}
.contents.product_show .c4 img {
  width: auto;
  max-width: 100%;
}
.contents.product_show .c4 h1 {
  font-size: 5.5rem;
}
.contents.product_show .c4 h2 {
  font-size: 5rem;
}
.contents.product_show .c4 h3 {
  font-size: 3rem;
}
.contents.product_show .c4 .banner {
  position: relative;
  text-align: center;
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
.contents.product_show .c4 .banner .txt-box {
  margin-top: 35px;
  padding-top: 3.125%;
  margin-bottom: 1.8%;
}
.contents.product_show .c4 .banner .txt-box h1 {
  font-family: 'AccordAlternate', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  color: #000;
  font-weight: bold;
}
.contents.product_show .c4 [class*='section'] {
  font-family: 'AccordAlternate', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
}
.contents.product_show .c4 [class*='section']:before,
.contents.product_show .c4 [class*='section']:after {
  content: " ";
  display: table;
}
.contents.product_show .c4 [class*='section']:after {
  clear: both;
}
.contents.product_show .c4 .section1 {
  text-align: center;
  padding-top: 4%;
  padding-bottom: 3.125%;
}
.contents.product_show .c4 .section1 .img-box {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}
.contents.product_show .c4 .section1 .txt-box {
  font-size: 2.6rem;
  font-family: 'myriadsetpro', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 3.125%;
  line-height: 140%;
}
.contents.product_show .c4 .section1 ul {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.contents.product_show .c4 .section1 ul li {
  text-align: center;
  font-family: 'myriadsetpro', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
}
.contents.product_show .c4 .section1 ul li h1 {
  font-size: 2.4rem;
  color: #2a2935;
  margin-top: 8%;
  margin-bottom: 10px;
}
.contents.product_show .c4 .section1 ul li p {
  font-size: 1.8rem;
  color: #2a2935;
}
.contents.product_show .c4 .section2 {
  background-color: #f2f2f2;
  font-size: 0px;
  padding-top: 10%;
  padding-bottom: 5.5%;
}
.contents.product_show .c4 .section2 .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.contents.product_show .c4 .section2 .txt-box {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: left;
  font-family: 'myriadsetpro', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  padding-left: 3.125%;
  margin-top: -7%;
}
.contents.product_show .c4 .section2 .txt-box h2 {
  margin-bottom: 3%;
}
.contents.product_show .c4 .section2 .txt-box p {
  font-size: 2.4rem;
  line-height: 150%;
}
.contents.product_show .c4 .section3 {
  text-align: center;
  padding-bottom: 5%;
}
.contents.product_show .c4 .section3 .txt-box {
  margin-top: 2.6%;
  margin-bottom: 2%;
  font-family: 'myriadsetpro', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
}
.contents.product_show .c4 .section3 .txt-box h2 {
  margin-bottom: 2%;
}
.contents.product_show .c4 .section3 .txt-box p {
  font-size: 2.4rem;
  color: #474747;
  line-height: 150%;
}
.contents.product_show .c4 .section4 {
  text-align: center;
  padding: 4.6875% 0;
  background-color: #f2f2f2;
}
.contents.product_show .c4 .section4 h2 {
  font-size: 4.6rem;
}
.contents.product_show .c4 .section4 .txt-box {
  max-width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 2.5%;
}
.contents.product_show .c4 .section4 .txt-box h2 {
  margin-bottom: 8%;
}
.contents.product_show .c4 .section4 .img-box {
  max-width: 37%;
  display: inline-block;
  vertical-align: middle;
}
.contents.product_show .c4 .section5 {
  position: relative;
  font-family: 'myriadsetpro', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #dfd6db;
}
.contents.product_show .c4 .section5 .txt-box {
  position: absolute;
  left: 0;
  top: 8%;
  width: 100%;
  text-align: center;
}
.contents.product_show .c4 .section5 .txt-box h3 {
  color: #000;
}
.contents.product_show .c5 {
  text-transform: uppercase;
}
.contents.product_show .c5 img {
  width: auto;
  max-width: 100%;
}
.contents.product_show .c5 h1 {
  font-size: 5.5rem;
}
.contents.product_show .c5 h2 {
  font-size: 5rem;
}
.contents.product_show .c5 h3 {
  font-size: 3rem;
}
.contents.product_show .c5 h4 {
  font-size: 4rem;
}
.contents.product_show .c5 .banner {
  position: relative;
  text-align: center;
  background-color: #f2f2f2;
}
.contents.product_show .c5 .banner .txt-box {
  margin-top: 35px;
  padding-top: 3.125%;
  margin-bottom: 1.8%;
}
.contents.product_show .c5 .banner .txt-box h1 {
  font-family: 'AccordAlternate', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  color: #000;
  font-weight: bold;
}
.contents.product_show .c5 [class*='section'] {
  font-family: 'AccordAlternate', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
}
.contents.product_show .c5 [class*='section']:before,
.contents.product_show .c5 [class*='section']:after {
  content: " ";
  display: table;
}
.contents.product_show .c5 [class*='section']:after {
  clear: both;
}
.contents.product_show .c5 .section1 {
  padding-top: 6%;
}
.contents.product_show .c5 .section1 .txt-box {
  margin-left: 18%;
  margin-bottom: 3.125%;
}
.contents.product_show .c5 .section1 .txt-box h3 {
  text-transform: none;
  margin-top: 15px;
}
.contents.product_show .c5 .section2 {
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 4.6875%;
  padding-bottom: 6.25%;
}
.contents.product_show .c5 .section3 {
  text-align: center;
  padding: 4% 0;
}
.contents.product_show .c5 .section4 {
  background-color: #f2f2f2;
  text-align: center;
  font-size: 0px;
  padding-top: 5.7%;
  padding-bottom: 7.5%;
}
.contents.product_show .c5 .section4 .txt-box {
  margin-bottom: 5%;
}
.contents.product_show .c5 .section4 .txt-box h4 {
  color: #000;
}
.contents.product_show .c5 .section4 .img-box {
  max-width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: middle;
}
.contents.product_show .c5 .section5 {
  position: relative;
}
.contents.product_show .c5 .section5 .txt-box {
  position: absolute;
  left: 19%;
  top: 8%;
  color: #fff;
}
.contents.product_show .c5 .section5 .img-box {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 74.5%;
}
.contents.product_show .c6 {
  text-transform: uppercase;
}
.contents.product_show .c6 img {
  width: auto;
  max-width: 100%;
}
.contents.product_show .c6 h1 {
  font-size: 5.5rem;
}
.contents.product_show .c6 h2 {
  font-size: 5rem;
}
.contents.product_show .c6 h3 {
  font-size: 3rem;
}
.contents.product_show .c6 h4 {
  font-size: 4rem;
}
.contents.product_show .c6 p {
  font-size: 2.4rem;
}
.contents.product_show .c6 .banner {
  position: relative;
  text-align: center;
  background-color: #f2f2f2;
}
.contents.product_show .c6 .banner .txt-box {
  margin-top: 35px;
  padding-top: 3.125%;
  margin-bottom: 1.8%;
}
.contents.product_show .c6 .banner .txt-box h1 {
  font-family: 'AccordAlternate', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  color: #000;
  font-weight: bold;
}
.contents.product_show .c6 [class*='section'] {
  font-family: 'AccordAlternate', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
}
.contents.product_show .c6 [class*='section']:before,
.contents.product_show .c6 [class*='section']:after {
  content: " ";
  display: table;
}
.contents.product_show .c6 [class*='section']:after {
  clear: both;
}
.contents.product_show .c6 .section1 {
  text-align: center;
  font-family: 'myriadsetpro', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0px;
  padding-bottom: 4.5%;
}
.contents.product_show .c6 .section1 .txt-box {
  margin-top: 4.5%;
  margin-bottom: 6%;
}
.contents.product_show .c6 .section1 .txt-box h2 {
  color: #000;
  margin-bottom: 1.8%;
}
.contents.product_show .c6 .section1 .img-box {
  display: inline-block;
  vertical-align: middle;
  max-width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.contents.product_show .c6 .section2 {
  background-color: #f2f2f2;
  padding-top: 8.3%;
  padding-bottom: 2.6%;
  text-align: center;
}
.contents.product_show .c6 .section2 .img-box {
  font-size: 0px;
}
.contents.product_show .c6 .section2 .img-box img {
  display: inline-block;
  vertical-align: middle;
}
.contents.product_show .c6 .section2 .img-box img:first-child {
  width: 44.4%;
  margin-right: 3%;
}
.contents.product_show .c6 .section2 .img-box img:last-child {
  width: 25%;
}
.contents.product_show .c6 .section3 {
  font-family: 'myriadsetpro', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0px;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 4%;
}
.contents.product_show .c6 .section3 .txt-box {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 3%;
}
.contents.product_show .c6 .section3 .txt-box h2 {
  margin-bottom: 3%;
}
.contents.product_show .c6 .section3 .txt-box h3 {
  line-height: 120%;
}
.contents.product_show .c6 .section3 .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 38%;
}
.contents.product_show .c6 .section4 {
  text-align: center;
  background-color: #f2f2f2;
  padding-top: 2%;
  font-family: 'myriadsetpro', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
}
.contents.product_show .c6 .section4 .img-box {
  margin-top: 1.5%;
}
.contents.product_show .c6 .section4 .img-box img {
  margin-top: 1.5%;
}
.contents.product_show .c6 .section5 {
  text-align: center;
  padding-top: 5%;
  font-family: 'myriadsetpro', Arial, 'Microsoft YaHei', Tahoma, Geneva, Verdana, sans-serif;
}
.contents.product_show .c6 .section5 .txt-box {
  display: inline-block;
  text-align: left;
  margin-bottom: 2%;
}
.contents.product_show .c6 .section5 .txt-box h2 {
  margin-bottom: 2%;
}
.contents.product_show .c6 .section5 .img-box {
  font-size: 0px;
}
.contents.product_show .c6 .section5 .img-box img:first-child {
  width: 52%;
}
.contents.product_show .c6 .section5 .img-box img:last-child {
  width: 48%;
}
.contents.strength h1 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2.7%;
}
.contents.strength h1:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid #ed1b24;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
.contents.strength .c1 {
  padding: 3.125% 0;
}
.contents.strength .c1 p {
  font-size: 1.6rem;
  line-height: 150%;
  margin-bottom: 2.5%;
}
.contents.strength .c1 p:last-child {
  margin-bottom: 0;
}
.contents.strength .c2 {
  padding: 3.125% 0;
  background-color: #f2f2f2;
}
.contents.strength .c2 ul li {
  background-color: #fff;
  padding: 3.3% 4%;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  font-size: 0px;
}
.contents.strength .c2 ul li .pic {
  display: inline-block;
  vertical-align: middle;
  width: 23%;
}
.contents.strength .c2 ul li .txt {
  font-size: 1.8rem;
  line-height: 133%;
  display: inline-block;
  vertical-align: middle;
  width: 77%;
  padding-left: 5%;
}
.contents.strength .c3 {
  padding: 3.125% 0;
}
.contents.strength .c3 .b {
  position: relative;
  padding-top: 13px;
  padding-bottom: 5%;
  background: url(../images/strength_34.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.contents.strength .c3 .b img {
  width: 50%;
}
.contents.strength .c3 .b p {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-65%);
      -ms-transform: translateY(-65%);
          transform: translateY(-65%);
  width: 60%;
  background: #ed1b24;
  font-size: 3rem;
  color: #fff;
  line-height: 120%;
  padding: 3% 2%;
}
.contents.strength .c3 ul {
  overflow: hidden;
  margin-top: 5.83%;
}
.contents.strength .c3 ul li {
  width: 30.66%;
  float: left;
  margin-right: 4%;
}
.contents.strength .c3 ul li a {
  display: block;
}
.contents.strength .c3 ul li p {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 8%;
}
.contents.strength .c3 ul li:last-child {
  margin-right: 0;
}
.contents.strength .c4 {
  padding: 3.125% 0;
  background: #313131;
}
.contents.strength .c4 h1 {
  color: #fff;
}
.contents.strength .c4 ul li {
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 4%;
}
.contents.strength .c4 ul li .pic {
  padding: 0 12.5%;
}
.contents.strength .c4 ul li .i {
  position: relative;
  padding-top: 11.25%;
}
.contents.strength .c4 ul li .i i {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 2.4rem;
  color: #fff;
  background-color: #ed1b24;
  font-style: normal;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.contents.strength .c4 ul li .i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #707070;
}
.contents.strength .c4 ul li .i:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  height: 1px;
  background: #707070;
}
.contents.strength .c4 ul li p {
  font-size: 1.8rem;
  color: #fff;
  margin-top: 8.33%;
}
.contents.strength .c5,
.contents.strength .c6 {
  padding: 3.125% 0;
  border-bottom: 1px solid #e0e0e0;
}
.contents.strength .c5 ul,
.contents.strength .c6 ul {
  margin-left: -7px;
  margin-right: -7px;
  overflow: hidden;
}
.contents.strength .c5 ul li,
.contents.strength .c6 ul li {
  position: relative;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 3.75%;
}
.contents.strength .c5 ul li span,
.contents.strength .c6 ul li span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 14px);
  display: block;
  background: rgba(0, 0, 0, 0.7);
  font-size: 1.8rem;
  padding: 0 15px;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 200%;
  color: #fff;
}
.contents.strength .c5 p,
.contents.strength .c6 p {
  text-align: center;
  font-size: 2.4rem;
  color: #666;
  margin-top: 4.2%;
}
.contents.support .h {
  background: #fff;
  padding: 14px 0;
  padding-left: 28px;
  border-bottom: 1px solid #d6d4d7;
}
.contents.support .h h1 {
  font-size: 3rem;
  border-left: 5px solid #ed1b24;
  padding-left: 20px;
}
.contents.support .c1 {
  padding: 3.125% 0;
  background-color: #ebe9ec;
}
.contents.support .c1 ul {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin-top: 3.75%;
}
.contents.support .c1 ul li {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  width: 100%;
  margin-bottom: 15px;
  float: left;
}
.contents.support .c1 ul li .t {
  position: relative;
  font-size: 1.8rem;
  background: #fff;
  padding: 14px 0 14px 45px;
  border-bottom: 1px solid #d6d4d7;
}
.contents.support .c1 ul li .t:before {
  content: '?';
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: Arial;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 1.4rem;
  background: #e7e7e7;
  border-radius: 50%;
  text-align: center;
  color: #333;
}
.contents.support .c1 ul li .c {
  background: #f1f1f1;
  font-size: 1.8rem;
  color: #666;
  padding: 4%;
  padding-bottom: 6%;
  line-height: 133%;
}
.contents.support .c1 ul li:hover .t {
  background: #ed1b24;
  color: #fff;
}
.contents.support .c2 {
  padding: 3.125% 0;
  overflow: hidden;
}
.contents.support .c2 .h {
  border: 1px solid #d6d4d7;
  margin-bottom: 5.4%;
}
.contents.support .c2 .b {
  width: 62.5%;
  float: left;
}
.contents.support .c2 .b > div {
  margin-bottom: 5%;
}
.contents.support .c2 .b > div p {
  font-size: 1.6rem;
  color: #000;
  line-height: 150%;
}
.contents.support .c2 .pic {
  width: 37.5%;
  float: left;
}
footer {
  background-color: #ebebeb;
}
footer > .container > .row {
  padding-top: 4.16667%;
  padding-bottom: 3.33334%;
}
footer > .container > .row > .p1 {
  width: 80%;
  float: left;
  overflow: hidden;
}
footer > .container > .row > .p1 > dl {
  width: 20%;
  float: left;
}
footer > .container > .row > .p1 > dl > dt {
  font-size: 1.6rem;
  margin-bottom: 12.993%;
  line-height: 100%;
}
footer > .container > .row > .p1 > dl > dd {
  margin-bottom: 4.158%;
  line-height: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer > .container > .row > .p1 > dl > dd > a {
  font-size: 1.6rem;
}
footer > .container > .row > .p1 > dl > dd:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
footer > .container > .row > .p2 {
  width: 20%;
  float: left;
}
footer > .container > .row > .p2 > .title {
  border-bottom: 1px solid #d6d6d6;
}
footer > .container > .row > .p2 > .title > h1 {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 5.882%;
  padding-right: 8.4%;
  text-align: right;
}
footer > .container > .row > .p2 > .txt > .addthis_inline_share_toolbox {
  margin: 8.4% 0;
}
footer > .container > .row > .p2 > .txt > .addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements {
  text-align: right;
}
footer > .container > .row > .p2 > .txt > .addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a:last-child {
  margin-right: 0 !important;
}
footer > .container > .row > .p2 > .txt > form {
  font-size: 0px;
}
footer > .container > .row > .p2 > .txt > form > input {
  width: 83%;
  border: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-size: 1.4rem;
}
footer > .container > .row > .p2 > .txt > form > input:focus {
  outline: 0;
}
footer > .container > .row > .p2 > .txt > form > button {
  width: 17%;
  height: 40px;
  background: #fff url(../images/index_40.jpg) no-repeat right 12px center;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  border: 0;
  display: inline-block;
  vertical-align: top;
}
footer > .container > .row > .p2 > .txt > form > button:focus {
  outline: 0;
}
footer > .container > .row > .p2 > .txt > form > button:hover {
  background: #fff url(../images/index_40.jpg) no-repeat right 8px center;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
footer > .container > .row > .p2 .share ul{
  overflow: hidden;
  margin-top: 8%;
  margin-bottom: 11%;
}
footer > .container > .row > .p2 .share li{
  float: right;
  margin-left: 5px;
  margin-right: 5px;
}
.bq {
  width: 100%;
  background-color: #e0e0e0;
}
.bq > .container {
  height: 58px;
}
.bq > .container > p {
  line-height: 58px;
  margin-bottom: 0;
  color: #666;
  font-size: 1.6rem;
}
.bq > .container > p:first-child {
  float: left;
}
.bq > .container > p:last-child {
  float: right;
}
@media (max-width: 767px) {
  .bq > .container {
    height: auto;
    padding: 15px 0;
  }
  .bq > .container > p {
    float: left !important;
    line-height: 110%;
  }
}
.mobile-foot > .container > .panel-group {
  margin-bottom: 0;
}
.mobile-foot > .container > .panel-group > .panel {
  border-radius: 0;
  margin-top: 0;
}
.mobile-foot > .container > .panel-group > .panel > .panel-heading {
  background: #ed1b24;
  opacity: 1;
  border-bottom: 0;
}
.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 {
  margin-bottom: 0;
}
.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: #ed1b24;
  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,
.slide_2 {
  text-align: center;
}
.slide_1 > .swiper-pagination,
.slide_2 > .swiper-pagination {
  top: 40px;
  bottom: auto;
}
.slide_1 > .swiper-pagination > .swiper-pagination-bullet,
.slide_2 > .swiper-pagination > .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #fff;
  opacity: 1;
}
.slide_1 > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slide_2 > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 10px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.btn_aside {
  position: fixed;
  -webkit-transition: bottom ease 1s;
  -o-transition: bottom ease 1s;
  transition: bottom ease 1s;
  right: 10px;
  bottom: -120px;
  z-index: 3;
}
.btn_aside > .cbbtn {
  padding: 5px;
  width: 40px;
  height: 40px;
  margin-top: 1px;
  display: block;
  cursor: pointer;
}
.btn_aside > .cbbtn#cweixin {
  background: rgba(0, 0, 0, 0.3);
}
.btn_aside > .cbbtn#cweixin > div {
  background: url(../images/1514453358.png);
  background-size: 100% 100%;
  width: 140px;
  height: 140px;
  position: relative;
  bottom: 130px;
  right: 145px;
  display: none;
}
.btn_aside > .cbbtn#qq {
  background: rgba(0, 0, 0, 0.3);
}
.btn_aside > .cbbtn#gotop {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
.btn_aside > .cbbtn > .yy-icon {
  display: inline-block;
  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: 0px -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: 0px -40px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  footer > .container > .row > .p2 > .txt > .addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  nav.navbar {
    height: auto;
  }
  nav.navbar > .container > .navbar-header {
    padding: 10px;
  }
  nav.navbar > .container > .navbar-header > .navbar-brand {
    padding: 0;
  }
  nav.navbar > .container > .navbar-collapse {
    padding: 0;
  }
  nav.navbar > .container > .navbar-collapse > .others {
    padding: 10px;
  }
  nav.navbar > .container > .navbar-collapse > ul {
    width: 100%;
  }
  nav.navbar > .container > .navbar-collapse > ul > li {
    width: 20%;
    text-align: center;
  }
  nav.navbar > .container > .navbar-collapse > ul > li > a {
    margin: 0;
  }
  .contents.index > .custom > .container {
    margin-top: 0;
  }
  .contents.index > .container > .row > .cnt > div {
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
  .cell-xs {
    display: table-cell !important;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar {
    height: auto;
  }
  nav.navbar > .container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar > .container > .navbar-header > .navbar-toggle {
    background-color: #e53943;
  }
  nav.navbar > .container > .navbar-header > .navbar-toggle > .icon-bar {
    background-color: #fff;
  }
  nav.navbar > .container > .navbar-header > .navbar-brand {
    padding: 0;
    margin-top: 12px;
    margin-left: 15px;
  }
  nav.navbar > .container > .navbar-header > .navbar-brand > img {
    width: 150px !important;
    height: auto;
  }
  nav.navbar > .container > .navbar-collapse {
    height: auto !important;
    margin: 0;
    padding: 0;
  }
  nav.navbar > .container > .navbar-collapse > .others {
    float: none;
    padding: 10px 15px;
    border-top: 1px solid #b2b2b2;
  }
  nav.navbar > .container > .navbar-collapse > .others > form {
    vertical-align: top;
  }
  nav.navbar > .container > .navbar-collapse > .others > form > .form-group > input {
    display: inline-block;
  }
  nav.navbar > .container > .navbar-collapse > ul {
    display: block;
    margin: 0;
  }
  nav.navbar > .container > .navbar-collapse > ul > li {
    display: block;
    text-align: left;
    border-top: 1px solid #b2b2b2;
    border-left: 0;
    width: 100%;
    padding: 10px 15px;
  }
  nav.navbar > .container > .navbar-collapse > ul > li > a {
    margin: 0;
  }
  nav.navbar > .container > .navbar-collapse > ul > li > ul {
    display: none;
    position: static;
    border-top-width: 1px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  nav.navbar > .container > .navbar-collapse > ul > li > ul > li {
    border: 0;
    text-align: left;
    padding-left: 30px;
    background-color: transparent !important;
  }
  nav.navbar > .container > .navbar-collapse > ul > li > ul > li > a {
    line-height: 30px;
  }
  nav.navbar > .container > .navbar-collapse > ul > li.open > ul {
    display: block;
  }
  nav.navbar > .container > .navbar-collapse > ul > li:first-child {
    border-top: 1px solid #b2b2b2;
    width: 100%;
    padding: 10px 15px;
  }
  nav.navbar > .container > .navbar-collapse > ul > li:first-child > .btn-group {
    overflow: hidden;
  }
  .contents.index > .custom > .container {
    margin-top: 0;
  }
  .contents.index > .custom > .container > ul {
    margin-left: 0;
    margin-right: 0;
  }
  .contents.index > .pshow > .container1480 > .container > .slide_4 {
    margin-left: 0;
    margin-right: 0;
  }
  .contents.index > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .contents.index > .container > .row > .cnt > div {
    padding-right: 0 !important;
  }
  .contents.about .c2 ul li {
    width: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    border: 0 !important;
  }
  .contents.about .c2 ul li .date {
    float: left !important;
  }
  .contents.about .c2 ul li .txt {
    float: left !important;
    text-align: left;
  }
  .contents.contact .c1 .box ul {
    max-width: 100%;
  }
  .contents.contact .c1 .box .qrone {
    float: left;
  }
  .contents.news_list .c1 ul li a {
    font-size: 1.4rem;
  }
  .contents.news_list .c2 ul li a .date {
    width: 100%;
  }
  .contents.news_list .c2 ul li a .txt {
    width: 100%;
  }
  .contents.news_list .c2 ul li a .pic {
    width: 100%;
  }
  .contents.news_show .c1 ul li a {
    font-size: 1.4rem;
  }
  .pn > div.n {
    border-left: 0;
  }
  .contents.product_show .c1 .view {
    width: 100%;
  }
  .contents.product_show .c1 .preview {
    width: 100%;
  }
  .contents.product_show .h {
    padding-bottom: 0;
  }
  .contents.product_show .h h1 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
  }
  .contents.product_show .c2 .b2 .l {
    width: 100%;
  }
  .contents.product_show .c2 .b2 .r {
    width: 100%;
  }
  .contents.product_show .c2 .b3 .l {
    width: 100%;
  }
  .contents.product_show .c2 .b3 .r {
    width: 100%;
  }
  .contents.product_show .c2 .b4 img {
    opacity: 0;
  }
  .contents.product_show .c2 .b4 {
    background: url(../images/p1_14.jpg) no-repeat center center;
  }
  .contents.product_show .c2 .b4 .txt {
    position: static;
  }
  .contents.product_show .c2 .b5 .container .txt {
    position: static;
  }
  .contents.product_show .c2 .b8 .t {
    padding: 0 15px;
  }
  .contents.strength .c3 .b img {
    width: 100%;
  }
  .contents.strength .c3 .b p {
    position: static;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .contents.strength .c4 ul li {
    width: 50%;
  }
  .contents.strength .c5 ul {
    text-align: center;
    font-size: 0px;
  }
  .contents.strength .c5 ul li {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .contents.strength .c3 ul {
    text-align: center;
    font-size: 0px;
  }
  .contents.strength .c3 ul li {
    float: none;
    width: 46%;
    display: inline-block;
    vertical-align: middle;
  }
  .contents.support .c1 ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .contents.support .c2 .b {
    width: 100%;
  }
  .contents.support .c2 .pic {
    width: 100%;
    text-align: center;
  }
  .contents.support .c2 .pic img {
    width: auto;
    max-width: 100%;
  }
  .contents.product_show .c3 h1 {
    font-size: 2.4rem;
  }
  .contents.product_show .c3 h2 {
    font-size: 2rem;
  }
  .contents.product_show .c3 h3 {
    font-size: 1.4rem;
  }
  .contents.product_show .c3 .banner .txt-box {
    top: 20%;
  }
  .contents.product_show .c3 .section1 {
    padding-top: 14%;
  }
  .contents.product_show .c3 .section1 .txt-box {
    left: 7%;
  }
  .contents.product_show .c3 .section1 .txt-box dl {
    margin-top: 0;
  }
  .contents.product_show .c3 .section1 .txt-box dl dt {
    font-size: 1.8rem;
  }
  .contents.product_show .c3 .section1 .txt-box dl dd {
    font-size: 1.4rem;
  }
  .contents.product_show .c3 .section1 .txt-box dl dd b {
    font-size: 2.4rem;
  }
}
@-webkit-keyframes slidesRight {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    visibility: visible;
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidesRight {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    visibility: visible;
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
