@charset "UTF-8";
/*--------------------初始化---------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: '微软雅黑';
}

label.error {
  text-indent: -9999999px;
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

ul, ol {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  color: #000;
}

a:hover {
  text-decoration: none;
}

#edition-cn {
  font-family: '微软雅黑';
}

#edition-en {
  font-family: 'Arial';
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/*--------------------dufault---------------------*/
body {
  overflow-x: hidden;
  font-size: 14px;
}

figure {
  margin: 0;
}

.wrap {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
}

.header-block {
  width: 100%;
  height: 146px;
}

@font-face {
  font-family: 'puhui';
  src: url("/templets/fonts/puhui.eot");
  /* IE9 Compat Modes */
  src: url("/templets/fonts/puhui.eot?#iefix") format("embedded-opentype"), url("/templets/fonts/puhui.woff") format("woff"), url("/templets/fonts/puhui.ttf") format("truetype"), url("/templets/fonts/puhui.svg#puhui") format("svg");
  /* Legacy iOS */
}

/*-----------------------------------------*/
input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.button {
  border-radius: 0;
}

/******************************************************* DEFAULT END */
/***
*** header ***
***/
/***
*** 头部 ***
***/
.header {
  background: #fff;
  min-width: 1400px;
  height: 88px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header .logo {
  padding-left: 45px;
  margin-top: 10px;
}

.header .logo a {
  display: block;
  width: 376px;
  height: 66px;
  font-size: 0;
  background: url("/templets/images/logo.jpg") no-repeat;
}

.header .menu a {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.header .menu > ul > li {
  position: relative;
  float: left;
}

.header .menu > ul > li > a {
  display: block;
  padding: 0 22px;
  line-height: 88px;
  font-weight: bold;
}

.header .menu > ul > li > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  border-bottom: 2px solid #c41230;
  width: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .menu > ul > li a:hover, .header .menu > ul > li a.on {
  color: #c41230;
  font-weight: bold;
  position: relative;
}

.header .menu > ul > li a:hover::after, .header .menu > ul > li a.on::after {
  width: 100%;
}

.header .menu > ul > li ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 88px;
  left: 0;
  width: 100%;
}

.header .menu > ul > li ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.header .menu > ul > li ul li a:hover {
  background: #c41230;
  color: #fff;
}

.header .language {
  padding-right: 50px;
  margin-top: 31px;
  margin-left: 20px;
}

.header .language .lang-logo {
  padding-right: 10px;
}

.header .language .lang-tit .cn {
  display: none;
}

.header .language .lang-tit a {
  line-height: 26px;
}

.header .language .lang-tit a:hover {
  color: #c41230;
}

#edition-en .header .menu > ul > li > a {
  padding: 0 15px;
}

#edition-en .header .language .lang-tit .en {
  display: none;
}

#edition-en .header .language .lang-tit .cn {
  display: block;
}

/******************************************************* HEADER END */
/******************************************************* HEADER END */
/***
*** index ***
***/
/******************************************************* HEADER END */
/******************************************************* HEADER END */
/***
*** index ***
***/
.index-banner{
  width: 100%;
  min-width: 1320px;
}
.index-banner .swiper-container {
 width: 100%;
}

.index-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;height:538px;
}

.index-banner .swiper-slide img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.index-banner  .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 10px;
}
.index-banner .swiper-pagination-bullet{
  width: 11px;
  height: 11px;
  background: #fff;
}
.index-banner .swiper-pagination-bullet-active{
  background: #c41230;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 8px;
}
.index-product {
  background: #eee;
  text-align: center;
  height: 129px;
}

.index-product ul {
  display: inline-block;
}

.index-product ul li {
  float: left;
  position: relative;
}

.index-product ul li::after {
  content: "";
  display: block;
  height: 66px;
  width: 0;
  border-right: 1px solid #d7d7d7;
  position: absolute;
  top: 35px;
  right: 0;
}

.index-product ul li a {
  display: block;
  padding: 12px 65px;
}

.index-product ul li a .pic img {
  display: block;
}

.index-product ul li a .info {
  padding-left: 20px;
}

.index-product ul li a h3 {
  padding-top: 28px;
  font-size: 22px;
  line-height: 30px;
  color: #3c3c3c;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-product ul li a p {
  line-height: 20px;
  color: #616161;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: 'Arial';
}

.index-product ul li:hover, .index-product ul li.on {
  background: #c41230;
}

.index-product ul li:hover::after, .index-product ul li.on::after {
  display: none;
}

.index-product ul li:hover::before, .index-product ul li.on::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -6px;
  border-top: 12px solid #c41230;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
}

.index-product ul li:hover a h3, .index-product ul li.on a h3 {
  color: #fff;
}

.index-product ul li:hover a p, .index-product ul li.on a p {
  color: #fff;
}

.index-product .en {
  display: none;
}

.index-jiaoban {
  height: 822px;
  background: url("/templets/images/jiaoban-bg.jpg") no-repeat center center;
}

.index-jiaoban .jiaoban-cont {
  padding-top: 174px;
}

.index-jiaoban .jiaoban-cont .bigfont h2 {
  font-weight: bold;
  font-size: 54px;
  color: #2e2e2e;
  line-height: 1;
}

.index-jiaoban .jiaoban-cont .bigfont h2 span {
  color: #c41230;
  font-size: 104px;
  font-weight: bold;
}

.index-jiaoban .jiaoban-cont .bigfont h3 {
  font-size: 38px;
  color: #2e2e2e;
  line-height: 1;
  font-weight: bold;
  padding: 50px 0 20px;
}

.index-jiaoban .jiaoban-cont .smfont span {
  position: relative;
  display: inline-block;
  padding: 0 26px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.index-jiaoban .jiaoban-cont .smfont span::after {
  content: '';
  display: block;
  height: 16px;
  width: 0;
  position: absolute;
  top: 2px;
  right: 0;
  border-right: 1px solid #b8b8b8;
}

.index-jiaoban .jiaoban-cont .smfont span:nth-child(1) {
  padding-left: 0;
}

.index-jiaoban .jiaoban-cont .smfont span:nth-child(3)::after {
  display: none;
}

.index-jiaoban .jiaoban-cont .youdian {
  padding-top: 50px;
}

.index-jiaoban .jiaoban-cont .youdian li {
  float: left;
  padding: 20px 10px;
  background: #fafafa;
  border: 1px solid #ddd;
  margin-right: 18px;
}

.index-jiaoban .jiaoban-cont .youdian li p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
}

.index-jiaoban .jiaoban-cont .youdian li span {
  line-height: 22px;
  font-size: 16px;
  text-align: center;
}

.index-jiaoban .jiaoban-cont .more {
  display: block;
  border: 1px solid #c41230;
  color: #fff;
  margin-top: 56px;
  background: #c41230;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  width: 100px;
}

.index-jiaoban .jiaoban-cont .more:hover {
  background: #fff;
  color: #c41230;
}

.indexabout {
  background: #ededed;
  position: relative;
  height: 660px;
}

.indexabout .picbox-t {
  width: 100%;
  min-width: 1400px;
  height: 303px;
  background: url("/templets/images/indexabout-top.jpg") no-repeat center center;
}

.indexabout .picbox-t p {
  color: #fff;
}

.indexabout .picbox-d {
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.indexabout .picbox-d img {
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.indexabout .indexabout-box {
  width: 1200px;
  position: absolute;
  top: 125px;
}

.indexabout .indexabout-box .aboutbanner {
  position: relative;
  width: 550px;
  height: 420px;
}

.indexabout .indexabout-box .aboutcont {
  position: relative;
  width: 650px;
  height: 420px;
  background: #fff;
  padding: 30px 35px;
  z-index: 999;
}

.indexabout .indexabout-box .aboutcont .about-tit {
  font-size: 30px;
  font-weight: bold;
}

.indexabout .indexabout-box .aboutcont .about-cont {
  color: #545454;
}

.indexabout .indexabout-box .aboutcont .about-cont p {
  line-height: 26px;
  padding-top: 10px;
  font-size: 16px;
}

.indexabout .indexabout-box .more {
  display: block;
  border: 1px solid #c41230;
  color: #fff;
  margin-top: 30px;
  background: #c41230;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  width: 100px;
}

.indexabout .indexabout-box .more:hover {
  background: #fff;
  color: #c41230;
}

.indexabout-banner .swiper-container {
  width: 550px;
  height: 100%;
  overflow: unset;
}

.indexabout-banner .swiper-slide {
  height: 355px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.indexabout-banner .swiper-button-next,
.indexabout-banner .swiper-button-prev {
  width: 65px;
  height: 65px;
  top: unset;
  bottom: -65px;
}

.indexabout-banner .swiper-button-next {
  right: 0;
  background: url("/templets/images/right_h.png") no-repeat;
  background-size: contain;
}

.indexabout-banner .swiper-button-prev {
  left: unset;
  right: 65px;
  background: url("/templets/images/left.png") no-repeat;
  background-size: contain;
}

.indexabout-banner .swiper-button-next:hover {
  background: url("/templets/images/right_h.png") no-repeat;
  background-size: contain;
}

.indexabout-banner .swiper-button-prev:hover {
  background: url("/templets/images/left.png") no-repeat;
  background-size: contain;
}

.indexabout-banner .swiper-pagination-bullet-active {
  background: #c41230;
}

.indexabout-banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -30px;
  z-index: 0;
}

.indexabout-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}

.index-linian {
  width: 100%;
}

.index-linian li {
  float: left;
  width: 33.33%;
  height: 168px;
}

.index-linian li .linian-font {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.index-linian li .linian-font h4 {
  font-size: 30px;
  color: #c41230;
  font-weight: bold;
  text-align: center;
}

.index-linian li .linian-font p {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.index-linian li:nth-child(1) {
  background: url("/templets/images/linian1.jpg") no-repeat center center;
  background-size: cover;
}

.index-linian li:nth-child(2) {
  background: url("/templets/images/linian2.jpg") no-repeat center center;
  background-size: cover;
}

.index-linian li:nth-child(3) {
  background: url("/templets/images/linian3.jpg") no-repeat center center;
  background-size: cover;
}

.index-news {
  background: #f6f6f6;
  padding-bottom: 55px;
}

.index-news .new-box {
  width: 580px;
  padding-top: 45px;
}

.index-news .new-box h2 {
  font-size: 22px;
  line-height: 52px;
  font-weight: bold;
  padding: 0 10px;
}

.index-news .new-box h2 a {
  display: block;
}

.index-news .new-box h2 i {
  line-height: 52px;
  float: right;
  font-size: 22px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-news .new-box h2:hover i {
  color: #c41230;
}

.index-news .new-box li {
  border-bottom: 1px solid #eee;
}

.index-news .new-box li a {
  display: block;
  position: relative;
  line-height: 40px;
}

.index-news .new-box li a h3 {
  text-indent: 10px;
  color: #555;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-news .new-box li a .time {
  position: absolute;
  right: 10px;
  top: 0;
  color: #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-news .new-box li:hover a h3 {
  color: #c41230;
}

.index-news .new-box li:hover a .time {
  color: #777;
}

#edition-en .index-product ul li a h3 {
  padding-top: 36px;
}

#edition-en .index-product ul li a p {
  display: none;
}

#edition-en .index-product .en {
  display: block;
}

#edition-en .index-product .cn {
  display: none;
}

/******************************************************* INDEX END */
/***
*** page ***
***/
.page-banner {
  width: 100%;
}

.page-banner .banner-bg {
  height: 281px;
  width: 100%;
  position: relative;
}

.page-banner .banner-bg h2 {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.page-banner .banner-bg h2 span {
  font-size: 40px;
  color: #c41230;
}

.page-l {
  position: relative;
}

.page-left-menu {
  position: relative;
  float: left;
  display: none;
  width: 240px;
  background: #c41230;
}

.page-left-menu.on {
  display: block;
}

.page-left-menu h2 {
  height: 80px;
  font-size: 20px;
  color: #fff;
  line-height: 80px;
  text-indent: 24px;
  font-weight: bold;
}

.page-left-menu ul li {
  height: 50px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.page-left-menu ul li a {
  display: block;
  height: 50px;
  padding-left: 45px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  background: url(../images/icon-s.png) 12px center no-repeat;
  -webkit-transition: all .35s ease-in;
  transition: all .35s ease-in;
}

.page-left-menu ul li.on a,
.page-left-menu ul li a:hover {
  padding-left: 20px;
  background: url(../images/icon-s.png) 34px center no-repeat #fbf4f5;
  color: #c41230;
}

.page-left-menu.fixed {
  position: fixed;
  top: 50px !important;
}

.page-r {
  width: 900px;
}

.page-r .page-tit {
  border-bottom: 1px solid #ccc;
  height: 65px;
  padding: 0 13px;
  margin-bottom: 40px;
}

.page-r .page-tit h2 {
  float: left;
  position: relative;
  line-height: 45px;
  color: #c41230;
  font-size: 20px;
  font-weight: bold;
}

.page-r .page-tit p {
  width: 100%;
  text-align: right;
  line-height: 45px;
}

.page-r .page-tit p, .page-r .page-tit a {
  color: #333;
  font-size: 14px;
}

.page-r .page-tit a:hover {
  color: #c41230;
}

.page-tit {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  padding: 50px 0;
}

.page-about img {
  display: block;
}

.page-about .about-title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.page-about .about-title span {
  font-size: 40px;
  color: #c41230;
}

.page-about .jianjie {
  padding-top: 74px;
}

.page-about .jianjie .jianjie-content {
  padding-top: 50px;
}

.page-about .jianjie .jianjie-content .swiper-container {
  width: 100%;
}

.page-about .jianjie .jianjie-content .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-about .jianjie .jianjie-content .swiper-slide img {
  width: 100%;
}

.page-about .jianjie .jianjie-content .swiper-button-next,
.page-about .jianjie .jianjie-content .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.page-about .jianjie .jianjie-content .swiper-button-next {
  right: 55px;
  border-radius: 5px;
  background: url("/templets/images/right.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.page-about .jianjie .jianjie-content .swiper-button-prev {
  left: 55px;
  border-radius: 5px;
  background: url("/templets/images/left.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.page-about .jianjie .jianjie-content .swiper-button-next:hover {
  background: url("/templets/images/right.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.page-about .jianjie .jianjie-content .swiper-button-prev:hover {
  background: url("/templets/images/left.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.page-about .jianjie .jianjie-content .swiper-pagination-bullet-active {
  background: #c41230;
}

.page-about .jianjie .jianjie-content .cont {
  padding: 50px 0 60px;
}

.page-about .jianjie .jianjie-content .cont p {
  color: #333;
  line-height: 30px;
  font-size: 16px;
}

.page-about .nengli {
  height: 550px;
  padding-top: 80px;
  background: url("/templets/images/about-bg2.jpg") no-repeat center center;
}

.page-about .nengli .about-title {
  text-align: left;
}

.page-about .nengli .nengli-info {
  width: 50%;
}

.page-about .nengli .nengli-info .cont {
  width: 550px;
  padding-top: 32px;
}

.page-about .nengli .nengli-info .cont p {
  line-height: 30px;
  color: #333;
  font-size: 16px;
}

.page-about .biaozhun {
  padding: 100px 0;
}

.page-about .biaozhun .cont {
  padding: 60px 0;
}

.page-about .biaozhun .cont p {
  color: #333;
  line-height: 30px;
  font-size: 16px;
}

.page-about .biaozhun .biaozhun-pic {
  width: 100%;
  overflow: hidden;
}

.page-about .biaozhun .biaozhun-pic img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-about .linian {
  height: 500px;
  padding-top: 75px;
  background: url("/templets/images/about-bg3.jpg") no-repeat center center;
}

.page-about .linian .linian-cont {
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 40px 0 70px;
}

.page-about .linian .linian-list {
  width: 1330px;
  margin: 0 auto;
}

.page-about .linian .linian-list li {
  float: left;
  width: 20%;
}

.page-about .linian .linian-list li .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  background: #c41230;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.page-about .linian .linian-list li .cont {
  padding-top: 20px;
  width: 240px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
}

.page-about .linian .linian-list li .cont p {
  text-align: center;
  font-size: 16px;
}

.page-product {
  position: relative;
  background: #eeeeee;
}

.page-product .product-title {
  padding-top: 55px;
  width: 1260px;
  margin: 0 auto;
}

.page-product .product-title .jiaoban {
  display: none;
}

.page-product .product-title .hemian {
  display: none;
}

.page-product .product-title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}

.page-product .product-title h2 span {
  color: #c41230;
}

.page-product .product-title p {
  line-height: 30px;
  color: #333;
  font-size: 16px;
  padding: 10px 0;
}

.page-product .product_home{margin: 0 auto;padding: 55px 0 55px 0;width: 1260px;overflow: hidden;}

.page-product .product-list > li {
  width: 290px;
  float: left;
  background: #fff;
  margin-right: 33px;
  position: relative;
}
.page-product .product-list.product-nogun li:nth-child(4){margin: 0;}
.page-product .product-list > li .pic {
  width: 100%;
  height: 256px;
}

.page-product .product-list > li .pic img {
  height: 100%;
  margin: 0 auto;
  display: block;
}

.page-product .product-list > li .tit {
  color: #2e2e2e;
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
  padding: 0 25px;
}

.page-product .product-list > li .seltit {
  color: #c41230;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  padding: 0 25px;
}

.page-product .product-list > li .seltiten {
  color: #2e2e2e;
  line-height: 30px;
  padding: 0 25px;
  height: 30px;overflow: hidden;
}

.page-product .product-list > li .youdian {
  padding: 10px 25px;
}

.page-product .product-list > li .youdian p {
  padding-left: 16px;
  line-height: 30px;
  color: #2e2e2e;
  position: relative;
}

.page-product .product-list > li .youdian p::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #2e2e2e;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
}

.page-product .product-list > li .model {
  padding: 0 25px;
}

.page-product .product-list > li .model .model-hidden {
  display: none;
}

.page-product .product-list > li .model .model-tit {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}

.page-product .product-list > li .model .model-list {
  width: 240px;
  height: 90px;
}

.page-product .product-list > li .model .model-list li {
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding: 0 28px 0 22px;
  position: relative;
  margin-bottom: 8px;
}

.page-product .product-list > li .model .model-list li::before {
  content: "";
  display: block;
  border: 3px solid #c41230;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 3px;
}

.page-product .product-list > li .more {
  line-height: 44px;
  background: #c41230;
  color: #fff;
  text-align: center;
}


.page-product .product-list > li:nth-child(1) .pic img {
  width: 70%;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
}

.page-product .product-list > li a{border: 1px solid #fff;display: block;padding-top: 30px;}
.page-product .product-list > li a:hover{
  border: 1px solid #c41230;
}
.page-product .prev{position:absolute;left: 50%; bottom: 367px;margin-left: -690px;display: block;width:36px;height:36px;background:url('../images/index_lrn.png') no-repeat 8px top #2e2e2e;cursor:pointer;background-size: 15px;border-radius: 50%;}
.page-product .next{position:absolute;right: 50%; bottom: 367px;display: block;margin-right: -690px;width:36px;height:36px;background:url('../images/index_lrn.png') no-repeat 12px -36px #2e2e2e;cursor:pointer;background-size: 15px;border-radius: 50%;}
.page-product .prev:hover{background:url('../images/index_lrn.png') no-repeat 8px top #c41230;}
.page-product .next:hover{background:url('../images/index_lrn.png') no-repeat 12px -36px #c41230;}


.other {
  background: #343434;
}

.other .other-list {
  width: 1260px;
  margin: 0 auto;
  height: 360px;
  padding-top: 48px;
}

.other .other-list li {
  float: left;
  width: 400px;
  height: 256px;
  padding-top: 48px;
  margin-right: 30px;
  padding-left: 30px;
  background: url("/templets/images/ablistpic1.jpg") no-repeat;
}

.other .other-list li .tit {
  font-size: 30px;
  line-height: 1;
  padding-bottom: 10px;
  color: #fff;
}

.other .other-list li .cont {
  color: #fff;
  line-height: 24px;
}

.other .other-list li .more {
  width: 86px;
  border: 1px solid #c41230;
  background: #c41230;
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 10px;
}

.other .other-list li:nth-child(2) {
  background: url("/templets/images/ablistpic2.jpg") no-repeat;
}

.other .other-list li:nth-child(3) {
  background: url("/templets/images/ablistpic3.jpg") no-repeat;
}

.other .other-list li:nth-child(4) {
  margin-right: 0;
  background: url("/templets/images/ablistpic4.jpg") no-repeat;
}

.other .other-list li:hover .more {
  color: #c41230;
  background: #fff;
}

.pro-newlist {
  padding: 55px 0;
  background: #f6f6f6;
}

.pro-newlist .new-box {
  width: 1260px;
  margin: 0 auto;
}

.pro-newlist .new-box h2 {
  font-size: 24px;
  line-height: 52px;
  font-weight: bold;
  padding: 0 10px;
}

.pro-newlist .new-box h2 a {
  display: block;
}

.pro-newlist .new-box h2 i {
  line-height: 52px;
  float: right;
  font-size: 22px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pro-newlist .new-box h2:hover i {
  color: #c41230;
}

.pro-newlist .new-box li {
  width: 50%;
  float: left;
}

.pro-newlist .new-box li a {
  width: 95%;
  display: block;
  position: relative;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}

.pro-newlist .new-box li a h3 {
  text-indent: 10px;
  color: #555;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pro-newlist .new-box li a .time {
  position: absolute;
  right: 10px;
  top: 0;
  color: #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pro-newlist .new-box li:nth-child(even) a {
  float: right;
}

.pro-newlist .new-box li:hover a h3 {
  color: #c41230;
}

.pro-newlist .new-box li:hover a .time {
  color: #777;
}

.art-product .product-font {
  padding: 50px 0;
  display: none;
}

.art-product .product-font h2 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}

.art-product .product-font h2 span {
  font-size: 40px;
  color: #c41230;
}

.art-product .product-font p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: center;
}

.art-product .product-pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.art-product .product-pic img {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}

.art-product .product-pic .prowrap {
  width: 1260px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.art-product .product-pic .prowrap .alignr {
  text-align: right;
}

.art-product .product-pic .prowrap .proitem {
  display: none;
}

.art-product .product-pic .prowrap .zuomian .pro-tit {
  padding-top: 55px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.art-product .product-pic .prowrap .zuomian .pro-tit span {
  font-size: 36px;
  color: #c41230;
}

.art-product .product-pic .prowrap .zuomian .product-list li {
  position: absolute;
  cursor: pointer;
}

.art-product .product-pic .prowrap .zuomian .product-list li .tit {
  font-size: 16px;
  color: #c41230;
  font-weight: bold;
}

.art-product .product-pic .prowrap .zuomian .product-list li .cont {
  padding-top: 10px;
  line-height: 26px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.art-product .product-pic .prowrap .zuomian .product-list li span {
  display: block;
  width: 7px;
  height: 7px;
  background: #c41230;
  position: absolute;
  border-radius: 50%;
}

.art-product .product-pic .prowrap .zuomian .product-list li span samp {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  background: rgba(196, 18, 48, 0.8);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  animation: mymove 1s infinite;
  -webkit-animation: mymove 1s infinite;
  /*Safari and Chrome*/
}

@keyframes mymove {
  from {
    width: 14px;
    height: 14px;
  }
  to {
    width: 20px;
    height: 20px;
  }
}

@-webkit-keyframes mymove {
  from {
    width: 14px;
    height: 14px;
  }
  to {
    width: 20px;
    height: 20px;
  }
}

.art-product .product-pic .prowrap .zuomian .product-list li:hover .cont {
  opacity: 1;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(1) {
  padding-right: 40px;
  left: 87px;
  top: 186px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(1) span {
  right: 12px;
  top: 6px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(2) {
  padding-right: 40px;
  left: 5px;
  top: 371px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(2) span {
  right: 15px;
  top: 7px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(3) {
  padding-right: 40px;
  left: 28px;
  top: 507px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(3) span {
  right: 12px;
  top: 8px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(4) {
  padding-right: 40px;
  left: 134px;
  top: 645px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(4) span {
  right: 11px;
  top: 7px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(5) {
  padding-left: 40px;
  right: 121px;
  top: 264px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(5) span {
  left: 13px;
  top: 7px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(6) {
  padding-left: 40px;
  right: 189px;
  top: 432px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(6) span {
  left: 12px;
  top: 8px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(7) {
  padding-left: 40px;
  right: 80px;
  top: 624px;
}

.art-product .product-pic .prowrap .zuomian .product-list li:nth-child(7) span {
  left: 12px;
  top: 7px;
}

.art-product .product-pic .prowrap .wending .pro-tit {
  padding-top: 55px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.art-product .product-pic .prowrap .wending .pro-tit span {
  font-size: 36px;
  color: #c41230;
}

.art-product .product-pic .prowrap .wending .product-list li {
  position: absolute;
}

.art-product .product-pic .prowrap .wending .product-list li .tit {
  font-size: 16px;
  cursor: pointer;
  color: #c41230;
  font-weight: bold;
}

.art-product .product-pic .prowrap .wending .product-list li .cont {
  padding-top: 10px;
  line-height: 26px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.art-product .product-pic .prowrap .wending .product-list li span {
  display: block;
  width: 7px;
  height: 7px;
  background: #c41230;
  position: absolute;
  border-radius: 50%;
}

.art-product .product-pic .prowrap .wending .product-list li span samp {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  background: rgba(196, 18, 48, 0.6);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  animation: mymove 1s infinite;
  -webkit-animation: mymove 1s infinite;
  /*Safari and Chrome*/
}

@keyframes mymove {
  from {
    width: 14px;
    height: 14px;
    opacity: 1;
  }
  to {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
}

@-webkit-keyframes mymove {
  from {
    width: 14px;
    height: 14px;
    opacity: 1;
  }
  to {
    width: 20px;
    height: 20px;
    opacity: 0;
  }
}

.art-product .product-pic .prowrap .wending .product-list li:hover .cont {
  opacity: 1;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(1) {
  padding-right: 40px;
  left: 241px;
  top: 166px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(1) span {
  right: 11px;
  top: 7px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(2) {
  padding-right: 40px;
  left: 4px;
  top: 350px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(2) span {
  right: 14px;
  top: 8px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(3) {
  padding-right: 40px;
  left: 32px;
  top: 489px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(3) span {
  right: 13px;
  top: 6px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(4) {
  padding-right: 40px;
  left: 9px;
  top: 625px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(4) span {
  right: 13px;
  top: 7px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(5) {
  padding-left: 40px;
  right: 93px;
  top: 245px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(5) span {
  left: 11px;
  top: 6px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(6) {
  padding-left: 40px;
  right: 182px;
  top: 413px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(6) span {
  left: 12px;
  top: 8px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(7) {
  padding-left: 40px;
  right: 79px;
  top: 604px;
}

.art-product .product-pic .prowrap .wending .product-list li:nth-child(7) span {
  left: 13px;
  top: 7px;
}

.art-product .product-pic .prowrap .ywh {
  position: absolute;
  top: 114px;
  right: 0;
  width: 650px;
  padding: 0 35px;
  border: 1px solid #e1e1e1;
}

.art-product .product-pic .prowrap .ywh .pro-top {
  padding: 36px 20px 40px;
  border-bottom: 1px solid #e1e1e1;
}

.art-product .product-pic .prowrap .ywh .pro-top h3 {
  font-size: 40px;
  line-height: 1;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  padding-right: 25px;
}

.art-product .product-pic .prowrap .ywh .pro-top p {
  padding-left: 25px;
}

.art-product .product-pic .prowrap .ywh .pro-top p span {
  display: block;
  color: #c41230;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

.art-product .product-pic .prowrap .ywh .pro-top p samp {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1;
  color: #2e2e2e;
  font-family: 'Arial';
}

.art-product .product-pic .prowrap .ywh .pro-mid {
  padding: 40px 20px 30px;
  border-bottom: 1px solid #e1e1e1;
}

.art-product .product-pic .prowrap .ywh .pro-mid p {
  width: 50%;
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.art-product .product-pic .prowrap .ywh .pro-mid p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: #919191;
  border-radius: 50%;
}

.art-product .product-pic .prowrap .ywh .pro-bot {
  padding: 30px 20px;
}

.art-product .product-pic .prowrap .ywh .pro-bot .model-hidden {
  display: none;
}

.art-product .product-pic .prowrap .ywh .pro-bot .model-tit {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}

.art-product .product-pic .prowrap .ywh .pro-bot .model-list li {
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding: 0 28px 0 22px;
  position: relative;
  margin-bottom: 15px;
}

.art-product .product-pic .prowrap .ywh .pro-bot .model-list li::before {
  content: "";
  display: block;
  border: 3px solid #c41230;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 3px;
}

.art-product .product-pic .prowrap .gaoxiao {
  position: absolute;
  top: 125px;
  left: 0;
  width: 650px;
  padding: 0 35px;
  border: 1px solid #e1e1e1;
}

.art-product .product-pic .prowrap .gaoxiao .pro-top {
  padding: 36px 20px 40px;
  border-bottom: 1px solid #e1e1e1;
}

.art-product .product-pic .prowrap .gaoxiao .pro-top h3 {
  font-size: 40px;
  line-height: 1;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  padding-right: 25px;
}

.art-product .product-pic .prowrap .gaoxiao .pro-top p {
  padding-left: 25px;
}

.art-product .product-pic .prowrap .gaoxiao .pro-top p span {
  display: block;
  color: #c41230;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

.art-product .product-pic .prowrap .gaoxiao .pro-top p samp {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1;
  color: #2e2e2e;
  font-family: 'Arial';
}

.art-product .product-pic .prowrap .gaoxiao .pro-mid {
  padding: 40px 20px 30px;
  border-bottom: 1px solid #e1e1e1;
}

.art-product .product-pic .prowrap .gaoxiao .pro-mid p {
  width: 50%;
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.art-product .product-pic .prowrap .gaoxiao .pro-mid p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: #919191;
  border-radius: 50%;
}

.art-product .product-pic .prowrap .gaoxiao .pro-bot {
  padding: 30px 20px;
}

.art-product .product-pic .prowrap .gaoxiao .pro-bot .model-hidden {
  display: none;
}

.art-product .product-pic .prowrap .gaoxiao .pro-bot .model-tit {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}

.art-product .product-pic .prowrap .gaoxiao .pro-bot .model-list li {
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding: 0 28px 0 22px;
  position: relative;
  margin-bottom: 15px;
}

.art-product .product-pic .prowrap .gaoxiao .pro-bot .model-list li::before {
  content: "";
  display: block;
  border: 3px solid #c41230;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 3px;
}

.art-product .product-pic .prowrap .jingyin .pro-tit {
  padding-top: 80px;
  text-align: center;
}

.art-product .product-pic .prowrap .jingyin .pro-tit .pro-box {
  display: inline-block;
  text-align: left;
}

.art-product .product-pic .prowrap .jingyin .pro-tit .pro-box h3 {
  font-size: 40px;
  line-height: 1;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  padding-right: 25px;
}

.art-product .product-pic .prowrap .jingyin .pro-tit .pro-box p {
  padding-left: 25px;
}

.art-product .product-pic .prowrap .jingyin .pro-tit .pro-box p span {
  display: block;
  color: #c41230;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

.art-product .product-pic .prowrap .jingyin .pro-tit .pro-box p samp {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1;
  color: #2e2e2e;
  font-family: 'Arial';
}

.art-product .product-pic .prowrap .jingyin .product-list {
  padding-top: 530px;
}

.art-product .product-pic .prowrap .jingyin .product-list li {
  float: left;
}

.art-product .product-pic .prowrap .jingyin .product-list li h4 {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: center;
}

.art-product .product-pic .prowrap .jingyin .product-list li p {
  padding-left: 24px;
  position: relative;
  line-height: 40px;
  font-weight: bold;
  font-family: 'Arial';
}

.art-product .product-pic .prowrap .jingyin .product-list li p span {
  color: #c41230;
}

.art-product .product-pic .prowrap .jingyin .product-list li p::before {
  content: "";
  display: block;
  border: 3px solid #c41230;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 13px;
}

.art-product .product-pic .prowrap .jingyin .product-list li:nth-child(1) {
  padding-left: 10px;
}

.art-product .product-pic .prowrap .jingyin .product-list li:nth-child(2) {
  padding-left: 270px;
}

.art-product .product-pic .prowrap .jingyin .product-list li:nth-child(3) {
  padding-left: 245px;
}

.art-product .product-pic .prowrap .gx .pro-tit {
  padding-top: 80px;
  text-align: center;
}

.art-product .product-pic .prowrap .gx .pro-tit .pro-box {
  display: inline-block;
  text-align: left;
}

.art-product .product-pic .prowrap .gx .pro-tit .pro-box h3 {
  font-size: 40px;
  line-height: 1;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  padding-right: 25px;
}

.art-product .product-pic .prowrap .gx .pro-tit .pro-box p {
  padding-left: 25px;
}

.art-product .product-pic .prowrap .gx .pro-tit .pro-box p span {
  display: block;
  color: #c41230;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

.art-product .product-pic .prowrap .gx .pro-tit .pro-box p samp {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1;
  color: #2e2e2e;
  font-family: 'Arial';
}

.art-product .product-pic .prowrap .gx .product-list {
  padding-top: 546px;
}

.art-product .product-pic .prowrap .gx .product-list li {
  float: left;
}

.art-product .product-pic .prowrap .gx .product-list li h4 {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: center;
}

.art-product .product-pic .prowrap .gx .product-list li p {
  padding-left: 24px;
  position: relative;
  line-height: 40px;
  font-weight: bold;
  font-family: 'Arial';
}

.art-product .product-pic .prowrap .gx .product-list li p span {
  color: #c41230;
}

.art-product .product-pic .prowrap .gx .product-list li p::before {
  content: "";
  display: block;
  border: 3px solid #c41230;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 13px;
}

.art-product .product-pic .prowrap .gx .product-list li:nth-child(1) {
  padding-left: 240px;
}

.art-product .product-pic .prowrap .gx .product-list li:nth-child(2) {
  padding-left: 385px;
}

.art-product .product-pic .prowrap .gxjb .pro-tit {
  padding-top: 70px;
  text-align: center;
}

.art-product .product-pic .prowrap .gxjb .pro-tit .pro-box {
  display: inline-block;
  text-align: left;
}

.art-product .product-pic .prowrap .gxjb .pro-tit .pro-box h3 {
  font-size: 40px;
  line-height: 1;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  padding-right: 25px;
}

.art-product .product-pic .prowrap .gxjb .pro-tit .pro-box p {
  padding-left: 25px;
}

.art-product .product-pic .prowrap .gxjb .pro-tit .pro-box p span {
  display: block;
  color: #c41230;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

.art-product .product-pic .prowrap .gxjb .pro-tit .pro-box p samp {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1;
  color: #2e2e2e;
  font-family: 'Arial';
}

.art-product .product-pic .prowrap .gxjb .product-list {
  padding-top: 556px;
}

.art-product .product-pic .prowrap .gxjb .product-list li {
  float: left;
}

.art-product .product-pic .prowrap .gxjb .product-list li h4 {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: center;
}

.art-product .product-pic .prowrap .gxjb .product-list li p {
  padding-left: 24px;
  position: relative;
  line-height: 40px;
  font-weight: bold;
  font-family: 'Arial';
}

.art-product .product-pic .prowrap .gxjb .product-list li p span {
  color: #c41230;
}

.art-product .product-pic .prowrap .gxjb .product-list li p::before {
  content: "";
  display: block;
  border: 3px solid #c41230;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 13px;
}

.art-product .product-pic .prowrap .gxjb .product-list li:nth-child(1) {
  padding-left: 230px;
}

.art-product .product-pic .prowrap .gxjb .product-list li:nth-child(2) {
  padding-left: 330px;
}

.art-product .product-pic .prowrap .xiaoqiao .pro-tit {
  padding-top: 90px;
  text-align: center;
}

.art-product .product-pic .prowrap .xiaoqiao .pro-tit .pro-box {
  display: inline-block;
  text-align: left;
}

.art-product .product-pic .prowrap .xiaoqiao .pro-tit .pro-box h3 {
  font-size: 40px;
  line-height: 1;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  padding-right: 25px;
}

.art-product .product-pic .prowrap .xiaoqiao .pro-tit .pro-box p {
  padding-left: 25px;
}

.art-product .product-pic .prowrap .xiaoqiao .pro-tit .pro-box p span {
  display: block;
  color: #c41230;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

.art-product .product-pic .prowrap .xiaoqiao .pro-tit .pro-box p samp {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1;
  color: #2e2e2e;
  font-family: 'Arial';
}

.art-product .product-pic .prowrap .xiaoqiao .product-list {
  padding-top: 100px;
}

.art-product .product-pic .prowrap .xiaoqiao .product-list .item-list {
  width: 50%;
}

.art-product .product-pic .prowrap .xiaoqiao .product-list .item-list h4 {
  font-weight: bold;
  padding-bottom: 15px;
}

.art-product .product-pic .prowrap .xiaoqiao .product-list .item-list p {
  padding-left: 24px;
  position: relative;
  line-height: 40px;
  font-weight: bold;
  font-family: 'Arial';
}

.art-product .product-pic .prowrap .xiaoqiao .product-list .item-list p span {
  color: #c41230;
}

.art-product .product-pic .prowrap .xiaoqiao .product-list .item-list p::before {
  content: "";
  display: block;
  border: 3px solid #c41230;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 13px;
}

.art-product .product-pic .prowrap .xiaoqiao .product-list .item-list:nth-child(2) {
  padding-left: 90px;
}

.art-product .product-pic .prowrap .tuopi {
  position: absolute;
  top: 143px;
  right: 0;
  width: 650px;
  padding: 0 35px;
  border: 1px solid #e1e1e1;
}

.art-product .product-pic .prowrap .tuopi .pro-top {
  padding: 36px 20px 40px;
  border-bottom: 1px solid #e1e1e1;
}

.art-product .product-pic .prowrap .tuopi .pro-top h3 {
  font-size: 40px;
  line-height: 1;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  padding-right: 25px;
}

.art-product .product-pic .prowrap .tuopi .pro-top p {
  padding-left: 25px;
  color: #2e2e2e;
  line-height: 40px;
  font-family: 'Arial';
}

.art-product .product-pic .prowrap .tuopi .pro-mid {
  padding: 40px 20px 30px;
}

.art-product .product-pic .prowrap .tuopi .pro-mid p {
  width: 50%;
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding-left: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

.art-product .product-pic .prowrap .tuopi .pro-mid p::before {
  content: "";
  display: block;
  border: 3px solid #c41230;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 1px;
}

.art-product .product-pic .prowrap .tuopi .pro-bot {
  padding: 60px 20px 40px;
}

.art-product .product-pic .prowrap .tuopi .pro-bot a {
  display: block;
  width: 158px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #c41230;
  border: 1px solid #c41230;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.art-product .product-pic .prowrap .tuopi .pro-bot a:hover {
  color: #c41230;
  background: #fff;
}

.art-product .pro-xilie {
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.art-product .pro-xilie .xilie-box {
  width: 1260px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.art-product .pro-xilie .xilie-box .xilie-list {
  display: inline-block;
}

.art-product .pro-xilie .xilie-box .xilie-list li {
  float: left;
  width: 252px;
}

.art-product .pro-xilie .xilie-box .xilie-list li .pic {
  overflow: hidden;
  width: 100%;
  height: 375px;
}

.art-product .pro-xilie .xilie-box .xilie-list li .pic img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.art-product .pro-xilie .xilie-box .xilie-list li .tit {
  color: #2e2e2e;
  font-weight: bold;
  text-align: center;
}

.art-product .pro-xilie .xilie-box .xilie-list li:nth-child(1) .pic img {
  padding-top: 30px;
  width: 72%;
}

.art-product .pro-xilie .xilie-box .xilie-list li:nth-child(2) .pic img {
  padding-top: 22px;
  width: 74%;
}

.art-product .pro-xilie .xilie-box .xilie-list li:nth-child(3) .pic img {
  padding-top: 22px;
  width: 76%;
}

.art-product .pro-xilie .xilie-box .xilie-list li:nth-child(4) .pic img {
  padding-top: 22px;
  width: 78%;
}

.art-product .pro-xilie .xilie-box .xilie-list li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.art-product .product-content {
  width: 1260px;
  margin: 0 auto;
  padding: 60px 0;
}

.art-product .product-content table {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.art-product .product-content table td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #555;
}

.art-product .product-content table .firstRow {
  background: #c41230;
}

.art-product .product-content table .firstRow td {
  height: 50px;
  color: #fff;
  border-left: 1px solid #b90f2a;
  border-top: 1px solid #b90f2a;
}

.art-product .product-content table tr:nth-child(2) td {
  border-top: 1px solid #b90f2a;
}

.art-product .peijian {
  background: #f3f3f3;
  padding-bottom: 70px;
}

.art-product .peijian .peijian-box {
  width: 1260px;
  margin: 0 auto;
  text-align: center;
}

.art-product .peijian .peijian-box .peijian-tit {
  padding: 55px 0;
  text-align: center;
  font-weight: bold;
  color: #2e2e2e;
  font-size: 30px;
}

.art-product .peijian .peijian-box .peijian-tit span {
  font-size: 36px;
  color: #c41230;
}

.art-product .peijian .peijian-box .peijian-list {
  display: inline-block;
}

.art-product .peijian .peijian-box .peijian-list li {
  float: left;
  width: 162px;
  margin: 0 9px;
}

.art-product .peijian .peijian-box .peijian-list li .pic {
  width: 100%;
}

.art-product .peijian .peijian-box .peijian-list li .pic img {
  width: 100%;
}

.art-product .peijian .peijian-box .peijian-list li .tit {
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.art-product .fuwu {
  border-top: 1px solid #ddd;
  padding-top: 80px;
  height: 709px;
  background: url("/templets/images/probottom-bg.jpg") no-repeat center center;
}

.art-product .fuwu .fuwu-box {
  width: 1260px;
  margin: 0 auto;
}

.art-product .fuwu .fuwu-box .fuwu-tit {
  font-size: 30px;
  color: #2e2e2e;
  font-weight: bold;
  padding-bottom: 30px;
}

.art-product .fuwu .fuwu-box .fuwu-tit span {
  color: #c41230;
  font-size: 36px;
}

.art-product .fuwu .fuwu-box .fuwu-l .left-list h4 {
  font-weight: bold;
  color: #2e2e2e;
  line-height: 40px;
  font-size: 16px;
}

.art-product .fuwu .fuwu-box .fuwu-l .left-list li {
  padding-left: 15px;
}

.art-product .fuwu .fuwu-box .fuwu-l .left-list li a {
  display: block;
  color: #2e2e2e;
  line-height: 24px;
}

.art-product .fuwu .fuwu-box .fuwu-l .left-list li:hover a {
  color: #c41230;
}

.art-product .fuwu .fuwu-box .fuwu-r {
  width: 930px;
}

.art-product .fuwu .fuwu-box .fuwu-r .cont h4 {
  line-height: 24px;
  color: #2e2e2e;
  font-weight: bold;
}

.art-product .fuwu .fuwu-box .fuwu-r .cont p {
  line-height: 24px;
  color: #2e2e2e;
}

.art-product .dingzhi {
  height: 297px;
  background: url("/templets/images/dingzhi-bg.jpg") no-repeat center center;
}

.art-product .dingzhi .dingzhi-box {
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.art-product .dingzhi .dingzhi-box h3 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}

.art-product .dingzhi .dingzhi-box p {
  text-align: center;
  color: #fff;
  line-height: 30px;
}

.page-oem .oem-banner {
  border-top: 1px solid #ddd;
  height: 439px;
  background: url("/templets/images/oem-banner.jpg") no-repeat center center;
}

.page-oem .oem-banner h2 {
  padding: 75px 0 50px;
  line-height: 1;
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.page-oem .oem-banner h2 span {
  color: #c41230;
  font-size: 40px;
}

.page-oem .oem-banner p {
  width: 1160px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  padding-bottom: 30px;
}

.page-oem .hexin {
  padding: 60px 0;
}

.page-oem .hexin .hexin-tit {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.page-oem .hexin .hexin-tit span {
  font-size: 40px;
  color: #c41230;
}

.page-oem .hexin .hexin-list {
  width: 1260px;
  margin: 0 auto;
  padding-top: 60px;
}

.page-oem .hexin .hexin-list li {
  float: left;
  width: 20%;
}

.page-oem .hexin .hexin-list li .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  background: #c41230;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.page-oem .hexin .hexin-list li .cont {
  padding-top: 20px;
  width: 240px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.page-oem .zixun {
  height: 506px;
  background: url("/templets/images/zixun-bg.jpg") no-repeat center center;
}

.page-oem .zixun .zixun-box {
  width: 1260px;
  margin: 0 auto;
  padding-top: 60px;
}

.page-oem .zixun .zixun-box .zixun-head {
  width: 960px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.page-oem .zixun .zixun-box .zixun-head .zixun-tit {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1;
}

.page-oem .zixun .zixun-box .zixun-head .zixun-tit span {
  font-size: 40px;
  color: #c41230;
}

.page-oem .zixun .zixun-box .zixun-head p {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.page-oem .zixun .zixun-box .zixun-body {
  padding-top: 60px;
}

.page-oem .zixun .zixun-box .zixun-body .zx-left {
  padding: 0 36px;
  border-right: 1px solid #e7e7e7;
}

.page-oem .zixun .zixun-box .zixun-body .zx-left .pic {
  width: 155px;
}

.page-oem .zixun .zixun-box .zixun-body .zx-left .pic img {
  width: 100%;
}

.page-oem .zixun .zixun-box .zixun-body .zx-left p {
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #c41230;
}

.page-oem .zixun .zixun-box .zixun-body .zx-mid {
  padding: 0 36px;
  height: 191px;
  border-right: 1px solid #e7e7e7;
}

.page-oem .zixun .zixun-box .zixun-body .zx-mid p {
  line-height: 30px;
  color: #2e2e2e;
  font-size: 16px;
  padding-bottom: 10px;
}

.page-oem .zixun .zixun-box .zixun-body .zx-mid a {
  display: block;
  color: #c41230;
  font-weight: bold;
  line-height: 42px;
  font-size: 16px;
}

.page-oem .zixun .zixun-box .zixun-body .zx-right {
  padding-left: 50px;
}

.page-oem .zixun .zixun-box .zixun-body .zx-right .rexian h4 {
  font-weight: bold;
  font-size: 16px;
}

.page-oem .zixun .zixun-box .zixun-body .zx-right .rexian p {
  line-height: 32px;
  color: #333;
}

.page-oem .zixun .zixun-box .zixun-body .zx-right .rexian p span {
  color: #c41230;
  font-size: 16px;
  font-weight: bold;
}

.page-oem .zixun .zixun-box .zixun-body .zx-right .youxiang {
  padding-top: 30px;
}

.page-oem .zixun .zixun-box .zixun-body .zx-right .youxiang h4 {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.page-oem .zixun .zixun-box .zixun-body .zx-right .youxiang p {
  line-height: 32px;
  color: #333;
}

.page-oem .hezuo {
  background: #f6f6f6;
  padding: 60px 0;
}

.page-oem .hezuo .hezuo-tit {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.page-oem .hezuo .hezuo-tit span {
  font-size: 40px;
  color: #c41230;
}

.page-oem .hezuo .hezuo-cont {
  padding-top: 30px;
  font-size: 16px;
  text-align: center;
  padding-bottom: 60px;
}

.page-oem .hezuo .hezuo-list {
  background: url("/templets/images/hezuo-bg.jpg") no-repeat center center;
  height: 103px;
  text-align: center;
}

.page-oem .hezuo .hezuo-list ul {
  display: inline-block;
  padding-top: 60px;
}

.page-oem .hezuo .hezuo-list ul li {
  width: 140px;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.page-fuwu .zhichi {
  width: 1260px;
  margin: 0 auto;
  padding: 75px 0;
}

.page-fuwu .zhichi .zhichi-title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-bottom: 50px;
}

.page-fuwu .zhichi .zhichi-title span {
  font-size: 40px;
  color: #c41230;
}

.page-fuwu .zhichi .zc-l {
  width: 837px;
}

.page-fuwu .zhichi .zc-l .zc-head .zc-box {
  padding: 30px;
  width: 415px;
  background: #f3f4f3;
  height: 308px;
}

.page-fuwu .zhichi .zc-l .zc-foot {
  background: url("/templets/images/zc-bg1.jpg") no-repeat;
  width: 837px;
  margin-top: 8px;
  height: 310px;
  padding: 30px;
}

.page-fuwu .zhichi .zc-r {
  padding: 30px;
  width: 415px;
  height: 626px;
  background: url("/templets/images/zc-bg2.jpg") no-repeat;
}

.page-fuwu .zhichi h3 {
  color: #c41230;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 30px;
}

.page-fuwu .zhichi P {
  color: #3b3b3b;
  line-height: 30px;
}

.page-fuwu .zixun {
  height: 506px;
  background: url("/templets/images/zixun-bg.jpg") no-repeat center center;
}

.page-fuwu .zixun .zixun-box {
  width: 1260px;
  margin: 0 auto;
  padding-top: 60px;
}

.page-fuwu .zixun .zixun-box .zixun-head {
  width: 960px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.page-fuwu .zixun .zixun-box .zixun-head .zixun-tit {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1;
}

.page-fuwu .zixun .zixun-box .zixun-head .zixun-tit span {
  font-size: 40px;
  color: #c41230;
}

.page-fuwu .zixun .zixun-box .zixun-head p {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.page-fuwu .zixun .zixun-box .zixun-body {
  padding-top: 60px;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-left {
  padding: 0 36px;
  border-right: 1px solid #e7e7e7;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-left .pic {
  width: 155px;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-left .pic img {
  width: 100%;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-left p {
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #c41230;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-mid {
  padding: 0 36px;
  height: 191px;
  border-right: 1px solid #e7e7e7;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-mid p {
  line-height: 30px;
  color: #2e2e2e;
  font-size: 16px;
  padding-bottom: 30px;
  padding-top: 40px;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-mid a {
  display: inline-block;
  color: #c41230;
  font-weight: bold;
  line-height: 42px;
  font-size: 16px;
  margin-right: 30px;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-right {
  padding-left: 50px;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-right .rexian h4 {
  font-weight: bold;
  font-size: 16px;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-right .rexian p {
  line-height: 32px;
  color: #333;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-right .rexian p span {
  color: #c41230;
  font-size: 16px;
  font-weight: bold;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-right .youxiang {
  padding-top: 30px;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-right .youxiang h4 {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.page-fuwu .zixun .zixun-box .zixun-body .zx-right .youxiang p {
  line-height: 32px;
  color: #333;
}

.page-zhaopin {
  padding-top: 75px;
  height: 633px;
  background: url("/templets/images/zhaopin-bg.jpg") no-repeat center center;
  border-top: 1px solid #ddd;
}

.page-zhaopin .zhaopin-title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.page-zhaopin .zhaopin-title span {
  font-size: 40px;
  color: #c41230;
}

.page-zhaopin .zhaopin-cont {
  padding-top: 50px;
  padding-bottom: 100px;
  font-size: 30px;
  line-height: 46px;
  text-align: center;
}

.page-zhaopin p {
  text-align: center;
  line-height: 34px;
  font-size: 16px;
}

.page-zhaopin p a {
  font-weight: bold;
  color: #c41230;
}

.jDialog .jDialog-content {
  padding: 15px 20px;
}

.jDialog .close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 0;
  background: url(../images/d_close.png) center center no-repeat;
}

.jDialog .close:hover {
  background: url(../images/d_close_h.png) center center no-repeat;
}

.jDialog h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 2;
  padding-top: 13px;
  border-bottom: 1px solid #ccc;
}

.jDialog form > ul {
  padding: 30px 0;
}

.jDialog form > ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.jDialog form > ul > li {
  float: left;
  width: 240px;
}

.jDialog form > ul > li:last-child {
  padding-left: 39px;
  margin-left: 40px;
  border-left: 1px solid #ccc;
  height: 130px;
}

.jDialog form > ul > li:last-child h3 {
  color: #2c8dd1;
  font-size: 20px;
  margin-top: -6px;
  line-height: 2;
}

.jDialog form > ul > li:last-child h3.form-title-cn {
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  padding-top: 13px;
}

.jDialog form > ul > li:last-child li input {
  margin: 8px 5px 0 0;
  width: 13px;
  height: 13px;
  float: left;
}

.jDialog form > ul > li:first-child {
  text-align: center;
}

.jDialog form > ul > li:first-child h3 {
  color: #fff;
  font-size: 24px;
  line-height: 2;
}

.jDialog form > h3 {
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}

.jDialog form > input {
  border: 1px solid #aaa;
  padding: 0 10px;
  height: 44px;
  margin-bottom: 8px;
  color: #555;
}

.jDialog form > textarea {
  border: 1px solid #aaa;
  padding: 5px 10px 0;
  height: 80px;
  margin-bottom: 8px;
  color: #444;
  font-family: "微软雅黑";
  line-height: 24px;
  font-size: 14px;
}

.jDialog form .intxt {
  max-width: 538px;
  width: 100%;
  display: block;
}

.jDialog form .code {
  width: 320px;
}

.jDialog form .coolbg {
  width: 200px;
  position: relative;
  left: 50%;
  margin-left: -100px;
  height: 46px;
  color: #fff;
  background: #c41230;
  line-height: 46px;
  margin-top: 20px;
  cursor: pointer;
  border: 1px solid #c41230;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.jDialog form .coolbg:hover {
  background: #fff;
  color: #c41230;
}

.jDialog p {
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
}

.jDialog p a {
  color: #fff;
}

.jDialog p a:hover {
  color: #aaa;
}

.send {
  display: none;
}

.reveal-modal {
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 600px;
  width: 80%;
  max-height: 610px;
  background: #fff;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#66000000', endcolorstr='#66000000');
  z-index: 1000;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.page-news {
  padding: 50px 0;
}

.page-news .news-list {
  min-height: 200px;
}

.page-news .news-list li {
  position: relative;
  padding: 32px 20px 32px 36px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.page-news .news-list span {
  display: inline-block;
  width: 200px;
  height: 135px;
  overflow: hidden;
  border: 1px solid #eee;
}

.page-news .news-list span .no-pic {
  display: none;
  color: #555;
  text-align: center;
  position: relative;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
}

.page-news .news-list img {
  width: 200px;
  margin-right: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .txt {
  width: 65%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .tit {
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 5px 0 3px;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: #575757;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 480px;
  white-space: nowrap;
}

.page-news .news-list .date {
  position: absolute;
  right: 15px;
  top: 38px;
  font-size: 14px;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .description {
  top: 80px;
  width: 700px;
  height: 56px;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 14px;
  color: #999;
  line-height: 28px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
}

.page-news .news-list a {
  display: block;
}

.page-news .news-list li:hover {
  background-color: #fff;
}

.page-news .news-list li:hover .tit {
  color: #c41230;
  font-weight: bold;
}

.page-news .news-list li:hover .description, .page-news .news-list .caiyan-news li:hover .tit {
  margin-left: 10px;
}

.page-news .news-list li:hover .date, .page-news .news-list .caiyan-news li:hover .tit {
  color: #333;
}

.page-news .news-list li:hover .description {
  color: #666;
}

.page-news .page-tit {
  margin-bottom: 0;
}

.epd-news {
  padding-top: 20px;
  padding-bottom: 0;
}

.epd-news .page-tit {
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
}

.epd-news .page-tit .head h3 {
  line-height: 30px;
  color: #c41230;
  font-size: 20px;
  font-weight: bold;
}

.epd-news .page-tit .head p {
  font-size: 12px;
  color: #aaa;
  line-height: 20px;
  text-align: left;
}

.epd-news .page-tit p {
  color: #333;
  font-size: 14px;
  text-align: right;
  line-height: 50px;
}

#news_con article {
  font-size: 14px;
  line-height: 28px;
}

#news_con article .title {
  padding-top: 30px;
  width: 1100px;
  color: #c41230;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  line-height: 28px;
  text-align: center;
}

#news_con article .date {
  font-size: 12px;
  color: #aaa;
  margin-top: 5px;
  text-align: center;
}

#news_con article .body {
  width: 1100px;
  margin: 30px auto;
  min-height: 250px;
}

#news_con article .body p {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}

#news_con article .body img {
  max-width: 800px;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.tj-news {
  padding: 30px 0 60px;
  background: #eee;
}

.tj-news .tj-container h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}

.tj-news .tj-container li {
  float: left;
  width: 47%;
  font-size: 16px;
  line-height: 40px;
  color: #555;
}

.tj-news .tj-container li a {
  display: block;
  border-bottom: 1px dashed #ccc;
  position: relative;
}

.tj-news .tj-container li .tit {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tj-news .tj-container li .date {
  color: #aaa;
  font-size: 14px;
  margin-right: 15px;
  position: absolute;
  line-height: 40px;
  right: 0;
  top: 0;
}

.tj-news .tj-container li:nth-child(even) {
  margin-left: 6%;
}

.tj-news .tj-container li:hover a {
  color: #c41230;
}

.page-contact {
  padding-bottom: 80px;
}

.page-contact #map {
  position: absolute !important;
  z-index: -10 !important;
  top: 88px !important;
  left: 0 !important;
}

.page-contact #map .BMap_mask {
  z-index: -1;
}

.page-contact .contact-list {
  padding-top: 376px;
}

.page-contact .contact-list li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}

.page-contact .contact-list li .contact-box {
  background: #fff;
  position: relative;
}

.page-contact .contact-list li .contact-box .ico {
  position: absolute;
  display: block;
  left: 50%;
  top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #c41230;
  font-size: 28px;
  line-height: 80px;
  text-align: center;
  color: #fff;
}

.page-contact .contact-list li .contact-box .cont {
  height: 160px;
  padding: 60px 15px 30px;
}

.page-contact .contact-list li .contact-box .cont .en {
  display: none;
}

.page-contact .contact-list li .contact-box .cont p {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: center;
}

.page-contact .contact-list li .contact-box .cont p a {
  color: #333;
}

/******************************************************* PAGE END */
/***
*** product ***
***/
/******************************************************* PRODUCT END */
/***
*** contact ***
***/
/******************************************************* CONTACT END */
/***
*** footer ***
***/
.footer .foot-cont {
  border-top: 1px solid #eee;
  background: #fff;
  padding: 25px 0;
}

.footer .foot-cont .foot-l .foot-list h2 {
  color: #c41230;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
}

.footer .foot-cont .foot-l .foot-list li a {
  color: #555;
}

.footer .foot-cont .foot-l .foot-list li h3 {
  font-size: 14px;
  line-height: 34px;
}

.footer .foot-cont .foot-l .foot-list p {
  line-height: 34px;
  color: #555;
}

.footer .foot-cont .foot-l .foot-list li:hover a {
  color: #c41230;
}

.footer .foot-cont .foot-l .foot-list:nth-child(1) li a h3 {
  line-height: 24px;
}

.footer .foot-cont .foot-l .foot-list:nth-child(1), .footer .foot-cont .foot-l .foot-list:nth-child(2) {
  padding-right: 80px;
}

.footer .foot-cont .foot-r .foot-form {
  padding-right: 90px;
  padding-top: 43px;
}

.footer .foot-cont .foot-r .foot-form .inp-box .form-email {
  height: 42px;
  width: 235px;
  border: 1px solid #eee;
  border-right: none;
  text-indent: 10px;
  border-radius: 5px 0 0 5px;
}

.footer .foot-cont .foot-r .foot-form .inp-box .coolbg {
  height: 42px !important;
  width: 42px !important;
  background: #c41230 !important;
  color: #fff !important;
  border: 0 !important;
  cursor: pointer;
  border-radius: 0 5px 5px 0 !important;
}

.footer .foot-cont .foot-r .foot-gzh {
  width: 128px;
}

.footer .foot-cont .foot-r .foot-gzh img {
  width: 100%;
}

.footer .foot-power {
  text-align: center;
  color: #868686;
  background: #272727;
  line-height: 46px;
}

.footer .foot-power a {
  color: #868686;
}

.footer .youqing {
  background: #e5e5e5;
  padding: 10px 0;
}

.footer .youqing .tit {
  display: inline;
  color: #555;
  font-size: 14px;
  line-height: 21px;
}

.footer .youqing .cont {
  display: inline;
}

.footer .youqing .cont li {
  float: left;
  padding-right: 20px;
  line-height: 20px;
  color: #555;
  line-height: 24px;
  font-size: 14px;
}

.footer .youqing .cont li a {
  color: #555;
}

.footer .youqing .cont li:nth-child(1) {
  padding-right: 0;
}

/******************************************************* FOOTER END */
/***
*** 其他通用样式 ***
***/
/*翻页样式*/
.paging {
  text-align: center;
  padding: 45px 0 0 0;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.paging li {
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
}

.paging li a {
  display: inline-block;
  color: #c41230;
  background: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 3px;
  font-size: 12px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.paging li.thisclass a, .paging li:hover a {
  background: #c41230;
  color: #fff;
}

.pageinfo {
  letter-spacing: 1px;
}

.pageinfo strong {
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
}

.paging li.i a, .paging li.n a, .paging li a.e, .paging li.p a, .paging li.e a {
  text-indent: -9999px;
}

.paging li.i a {
  background: url(../images/paging_btn.png) 7px center no-repeat #fff;
}

.paging li a.e {
  background: url(../images/paging_btn.png) -152px center no-repeat #fff;
}

.paging li.e a {
  background: url(../images/paging_btn.png) -152px center no-repeat #fff;
}

.paging li.p a {
  background: url(../images/paging_btn.png) -32px center no-repeat #fff;
}

.paging li.n a {
  background: url(../images/paging_btn.png) -100px center no-repeat #fff;
}

.paging li.i:hover a {
  background: url(../images/paging_btn_hover.png) 7px center no-repeat #c41230;
}

.paging li:hover a.e {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #c41230;
}

.paging li.e:hover a {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #c41230;
}

.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -32px center no-repeat #c41230;
}

.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -100px center no-repeat #c41230;
}

.contentnav {
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

.contentnav div {
  display: inline-block;
}

.contentnav div:first-child + div {
  margin: 0 160px;
}

.contentnav a {
  display: block;
  width: 120px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #555;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contentnav a:hover {
  background-color: #c41230;
  border: 1px solid #c41230;
  color: #fff;
}

.contentnav .t-prev a:hover {
  text-indent: -10px;
}

.contentnav .t-next a:hover {
  text-indent: 10px;
}

/*固定侧边拦*/
.float-right-box {
  width: 250px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #c41230;
  z-index: 1000;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

.float-right-box.on {
  width: 50px;
}

.float-right-box .top-list {
  width: 100%;
}

.float-right-box .top-list ul {
  width: 100%;
}

.float-right-box .top-list li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  height: 50px;
}

.float-right-box .top-list a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 51px;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.float-right-box .top-list .ico {
  display: inline-block;
  width: 50px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.float-right-box .top-list .ico_qq {
  background: url(../images/elf.png) no-repeat -68px -69px #c41230;
}

.float-right-box .top-list .ico_tel {
  background: url(../images/elf.png) no-repeat -188px -9px #c41230;
}

.float-right-box .top-list .ico_phone {
  background: url(../images/elf.png) no-repeat -68px -186px #c41230;
}

.float-right-box .top-list .ico_dizhi {
  background: url(../images/elf.png) no-repeat -189px -126px #c41230;
}

.float-right-box .top-list .ico_email {
  background: url(../images/elf.png) no-repeat -67px -8px #c41230;
}

.float-right-box .top-list .ico_wechat {
  background: url(../images/elf.png) no-repeat -67px -127px #c41230;
}

.float-right-box .top-list .ico_top {
  background: url(../images/elf.png) no-repeat -188px -69px #c41230;
}

.float-right-box .top-list .stt {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  position: absolute;
  left: 22px;
  top: 0;
  z-index: 1;
  width: 222px;
}

.float-right-box .top-list li:hover .stt {
  color: #191919;
}

.float-right-box .top-list li:hover .ico_qq {
  background: url(../images/elf.png) no-repeat -8px -69px #fff;
}

.float-right-box .top-list li:hover .ico_tel {
  background: url(../images/elf.png) no-repeat -128px -9px #fff;
}

.float-right-box .top-list li:hover .ico_phone {
  background: url(../images/elf.png) no-repeat -8px -186px #fff;
}

.float-right-box .top-list li:hover .ico_dizhi {
  background: url(../images/elf.png) no-repeat -129px -126px #fff;
}

.float-right-box .top-list li:hover .ico_email {
  background: url(../images/elf.png) no-repeat -7px -8px #fff;
}

.float-right-box .top-list li:hover .ico_wechat {
  background: url(../images/elf.png) no-repeat -7px -127px #fff;
}

.float-right-box .top-list li:hover .ico_top {
  background: url(../images/elf.png) no-repeat -128px -69px #fff;
}

.float-right-box .top-list li:hover {
  background-color: #fff;
}

.float-right-box .top-list li:hover .img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.float-right-box .top-list .return-webtop .stt {
  font-family: "Arial";
  text-align: left;
  font-weight: bold;
}

#wechat .img {
  position: absolute;
  right: 250px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 150px;
  height: 150px;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 50%;
  margin-top: -75px;
}

#wechat .img img {
  width: 150px;
  height: 150px;
}

.float-right-box .top-list li:hover #wechat .img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.float-right-box .top-list li.am-gotop {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 0;
}

.float-right-box .top-list li.am-gotopon {
  visibility: visible;
  opacity: 1;
  height: 50px;
}