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

body {
  font-family: arial;
}

p, h2, h3 {
  margin: 0;
  line-height: 1;
}

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: 'Arial';
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

img {
  display: block;
}

/*--------------------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;
}

/*-----------------------------------------*/
#edition-en .en {
  display: block;
}

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

#edition-cn .cn {
  display: block;
}

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

/******************************************************* DEFAULT END */
/***
*** 头部 ***
***/
.header {
  height: 88px;
  background: #fff;
  -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 {
  position: relative;
  padding-top: 17px;
}

.header .logo .logo_tit {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.header .logo .logo_img {
  position: relative;
}

.header .menu a {
  -webkit-transition: all 0s;
  transition: all 0s;
  color: #342c2a;
}

.header .menu > ul > li {
  position: relative;
  float: left;
  margin: 0 10px;
}

.header .menu > ul > li > a {
  display: block;
  padding: 0 25px;
  line-height: 88px;
  font-size: 16px;
}

.header .menu > ul > li > a:hover {
  position: relative;
}

.header .menu > ul > li > a:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 3px solid #d4150c;
}

.header .menu > ul > li .on {
  position: relative;
  color: #d4150c;
}

.header .menu > ul > li .on::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 3px solid #d4150c;
}

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

.header .menu > ul > li:nth-child(4) ul {
  width: 200px;
  left: -43px;
}

#edition-en .header .menu > ul > li:nth-child(2) ul {
  width: 130px;
  left: -19px;
}

#edition-en .header .menu > ul > li:nth-child(3) ul {
  width: 130px;
  left: -20px;
}

#edition-en .header .menu > ul > li:nth-child(4) ul {
  width: 290px;
  left: -88px;
}

.header .menu > ul > li ul li a {
  display: block;
  height: 45px;
  line-height: 45px;
  width: 100%;
  text-align: center;
  color: #fff;
}

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

.header .language {
  padding-right: 50px;
  margin-top: 22px;
}

.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: #d4150c;
}

/******************************************************* HEADER END */
/*--------------------轮播图---------------------*/
.index-banner .swiper-container {
  width: 100%;
  height: 650px;
  min-width: 1300px;
}

.index-banner .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;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.index-banner .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;
}

.index-banner .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;
}

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

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

.index-banner .swiper-pagination-bullet-active {
  background: #d4150c;
}

.page-banner {
  width: 100%;
  height: 250px;
}

.page-banner .banner-bg {
  height: 100%;
}

.indexpro {
  text-align: center;
  padding: 50px 0;
}
.indexpro .more{

}
.indexpro h2 {
  font-size: 35px;
  font-family: 'Arial black';
  font-weight: bold;
  color: #d4150c;
}

.indexpro .ip-top {
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
}

.indexpro .ip-top li {
  float: left;
  line-height: 40px;
  border-radius: 50px;
  margin: 0 24px 0 0;
  cursor: default;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#edition-cn .indexpro .ip-top li{
  margin: 0 55px 0 0;
}

.indexpro .ip-top li a{
  padding-bottom: 15px;
}

.indexpro .ip-top li:hover {
  color: #d4150c;
}

.indexpro .ip-top li:hover a {
  color: #d4150c;
  -webkit-transition: all 0s;
  transition: all 0s;
  border-bottom: 2px solid #d4150c;
}

.indexpro .t-on {
  /* background: #d4150c;
  border-color: #d4150c !important; */
  color:  #d4150c;
}

.indexpro .t-on a {
  color: #d4150c;
  font-weight: bold;
  border-bottom: 2px solid #d4150c;
}

.indexpro .bt-on {
  display: block;
}

#edition-en .indexpro h2 {
  font-size: 40px;
  line-height: 86px;
}

#edition-en .indexpro .ip-top {
  /* width: 756px; */
  text-align: center;
}

.indexpro .ip-top li:nth-last-child(1) {
  margin-right: 0;
}

.page-product .ip-top li:nth-last-child(1) {
  margin-right: 0;
}


.pro-list {
  /* margin-top: 25px; */
}

.pro-list ul li {
  float: left;
  margin-right: 20px;
  width: 285px;
  margin-bottom: 20px;
  position: relative;
}

.pro-list ul li .pic {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.pro-list ul li .pic img {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pro-list ul li .tit {
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #555;
  background: #fff;
}

.pro-list ul li .ico {
  width: 40px;
  height: 40px;
  background: url("../images/soso-ico.png") no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pro-list ul li .ico.on {
  margin-top: -20px;
  top: 50%;
  opacity: 1;
  z-index: 1;
}

.pro-list ul li .ico.out {
  margin-top: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.pro-list ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pro-list ul li:hover .tit {
  color: #d4150c;
}

.pro-list ul li:hover a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(230, 33, 42, 0.7);
}

.pro-list ul li:nth-child(4n) {
  margin-right: 0;
}

.adv {
  padding: 70px 0 60px;
  background: #d4150c;
}

.adv .adv-tit {
  text-align: center;
  padding-bottom: 60px;
  color: #fff;
  font-family: 'Arial black';
  font-size: 35px;
}

.adv ul li {
  float: left;
  width: 240px;
  height: 180px;
  text-align: center;
}

.adv ul li .advimg-box {
  display: inline-block;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #fff;
}

.adv ul li .advimg-box img {
  display: inline-block;
  padding-top: 30px;
}

.adv ul li p {
  padding-top: 20px;
  color: #fff;
}

/*--------------------关于我们---------------------*/
.index-about {
  background: url(../images/about-bg.jpg) no-repeat center center;
  height: 606px;
  position: relative;
  background-size: cover;
}

.index-about .content {
  position: relative;
  top: 120px;
  padding: 50px 40px;
  height: auto;
  background-color: rgba(255,255,255,.8);

}

.index-about .content .tit {display: none;
  font-size: 35px;
  padding: 40px 0 30px;
  text-align: center;
  font-family: 'Arial black';
  font-weight: bold;
  color: #d4150c;
}
.index-about .content .cont h2{color:#d4150c;font-weight: bold;
  display: inline-block;}
.index-about .content .cont {
  text-align: left;
  font-size: 16px;
  color: #000;
  line-height: 35px;
}

.index-about .content .cont span {
  font-weight: bold;
  color: #000;
}

.index-about .content .cont .info {
  width: 50%;
}

.index-about .content .cont .pic {
  width: 45%;
  overflow: hidden;
}

.index-about .content .cont .pic img {
  width: 100%;
}

.index-about .content .more {
  text-align:right;
}
.indexpro .more{text-align:center;}

.index-about .content .more a ,.indexpro .more a{text-align: center;
  margin-top: 30px;
  border: 1px solid #d4150c;
  font-weight: bold;
  display: inline-block;
  background: #d4150c;
  padding: 8px 50px;
  line-height: 25px;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
}

.index-about .content .more a:hover,.indexpro .more a:hover {
  background: #fff;
  color: #d4150c;
}

.index-honor .tit {
  font-size: 35px;
  padding: 60px 0 20px;
  text-align: center;
  font-family: 'Arial black';
  font-weight: bold;
  color: #d4150c;
}

.index-honor .desc {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #595959;
}

.footer {
  text-align: center;
  color: #868686;
  background: #272727;
}

.footer p {
  line-height: 46px;
}

.footer-contact {
  background: #f8f8f8;
  padding: 50px 0 24px 0;
}

.footer-contact .ic-left {
  float: left;
}

.footer-contact .ic-left .footer-tit {
  color: #000;
  font-size: 35px;
  padding-bottom: 20px;
  font-family: arial black;
}

.footer-contact .ic-left h1 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.footer-contact .ic-left .ic-text {
  margin-bottom: 45px;
}

.footer-contact .ic-left .ic-text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
}

.footer-contact .ic-left .ic-text div span {
  font-size: 24px;
  line-height: 24px;
  color: #000;
}

.footer-contact .ic-left .ic-text div p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 24px;
  padding-left: 20px;
  color: #000;
}

.footer-contact .ic-left .share a {
  height: 35px;
  width: 35px;
  display: block;
  text-align: center;
  float: left;
  line-height: 35px;
  margin: 0 35px 0 0;
}

.footer-contact .ic-left .share a:nth-child(1), .footer-contact .ic-left .share a:nth-child(2), .footer-contact .ic-left .share a:nth-child(7) {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #d4150c;
  font-size: 22px;
}

.footer-contact .ic-left .share a:nth-child(1):hover, .footer-contact .ic-left .share a:nth-child(2):hover, .footer-contact .ic-left .share a:nth-child(7):hover {
  background: white;
}

.footer-contact .ic-left .share a:nth-child(3), .footer-contact .ic-left .share a:nth-child(4), .footer-contact .ic-left .share a:nth-child(5), .footer-contact .ic-left .share a:nth-child(6) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
}

.footer-contact .ic-left .share a:nth-child(3):hover, .footer-contact .ic-left .share a:nth-child(4):hover, .footer-contact .ic-left .share a:nth-child(5):hover, .footer-contact .ic-left .share a:nth-child(6):hover {
  color: white;
}

.footer-contact .ic-right {
  margin-left: 125px;
  float: right;
}

.footer-contact .ic-right form {
  width: 100%;
}

.footer-contact .ic-right form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 44px;
  margin: 2px 0 9px 0;
  color: rgba(255, 255, 255, 0.9);
}

.footer-contact .ic-right form div span {
  width: 95px;
}

.footer-contact .ic-right form div input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: rgba(0, 0, 0, 0.34);
  padding: 0 10px;
  outline: none;
  color: rgba(255, 255, 255, 0.9);
}

.footer-contact .ic-right form div textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  resize: none;
  border: none;
  background: rgba(0, 0, 0, 0.34);
  height: 81px;
  padding: 10px;
  outline: none;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Arial', 'MicroSoft YaHei';
}

.footer-contact .ic-right form .coolbg {
  width: 120px;
  line-height: 44px;
  text-align: center;
  background: #000;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  margin-left: 95px;
  cursor: pointer;
}

.page-title {
  padding: 60px 0 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.page-title .tit {
  float: left;
  color: #333;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 9;
  font-family: arial black;
}

.page-title .ip-top {
  display: inline-block;
  margin: 0 auto;
}

.page-title .ip-top li {
  float: left;
  line-height: 40px;
  border-radius: 50px;
  margin: 0 10px 15px 0;
  padding: 0 22px;
  cursor: default;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-title .ip-top li:hover {
  background: #d4150c;
}

.page-title .ip-top li:hover a {
  color: #fff;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.page-title .ip-top .tt-on{
  background: #d4150c;
}
.page-title .ip-top .tt-on a{
  color: #fff;
}
.page-product {
  text-align: center;
  padding-top: 10px;
}

.page-product .product-tit {
  color: #333;
  font-size: 34px
}

.page-product .pro-list {
  display: block !important;
}

.page-product .ip-top{
  margin-top: 20px;
}
.page-product .ip-top li{
  margin: 0 55px 0 0;
  border-radius: 0;
}
.page-product .ip-top li a{
  padding-bottom: 15px;
}
.page-product .ip-top li:hover {
  /* background: #d4150c; */
  /* border-color: #d4150c !important; */
}
.page-product .ip-top .tt-on a{
  font-weight: bold;
  border-bottom: 2px solid #d4150c;
}
.page-product .ip-top li:hover a {
  color: #d4150c;
  font-weight: bold;
  border-bottom: 2px solid #d4150c;
}

.ip-box{
  height: 86px;
  padding-top: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.ip-top {
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  /* margin-bottom: 40px; */
}

.ip-top li {
  float: left;
  line-height: 40px;
  border-radius: 50px;
  margin: 0 24px 15px 0;
  cursor: default;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ip-top li a{
  font-size: 16px;
}

#edition-en .ip-top li a{
  font-size: 14px;
}

.ip-top li:hover {
  color: #d4150c;
}

.ip-top li.ip-top li {
  color: #d4150c;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.t-on {
  /* background: #d4150c;
  border-color: #d4150c !important; */
}

.t-on a {
  color: #d4150c;
}

.tt-on {
  color: #d4150c;
}

.tt-on a {
  color: #d4150c;
}

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

.art-product .pro-cont .tit {
  width: 100%;
  font-size: 22px;
  line-height: 30px;

}

.art-product .pro-cont .pro-l {
  width: 50%;
  margin: 0 auto;
}

.art-product .pro-cont .pro-l img {
  max-width: 100%;
  margin: 0 auto;
}

.art-product .pro-cont .pro-r {
  width: 50%;
  /* border-top: 1px solid #eee; */
  /* margin-top: 50px; */box-sizing: border-box;padding-left:40px;
}

.art-product .pro-cont .pro-r .des {
  /* margin-top: 30px; */
  width: 100%;
  /* padding-top: 30px; */
  line-height: 30px;
  font-size: 14px;
  color: #555;
  border:1px solid #eee;
  border-left:none;
  border-right:none;
  padding:20px 0;
  margin:20px auto;
}

.art-product .pro-cont .detail_prenext{
  padding-top: 20px;
  border-top: 0;
}

.art-product .pro-cont .pro-r .des img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.art-product .pro-cont .pro-r .des p {
  /* padding-left: 15px; */
  margin-bottom: 8px;
  line-height: 22px;
  color: #333;
  position: relative;
}

.art-product .pro-cont .pro-r .des p span {
  color: #333;
}

/* .art-product .pro-cont .pro-r .des p::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
} */

.paddingheight {
  padding-top: 100px;
}

.autowidth {
  height: 100% !important;
}

.input-box {
  position: relative;
  display: inline-block;
}

.input-box label {
  display: none !important;
  position: absolute;
  right: 23px;
  top: 0;
  color: red;
}

.btnbg {
  background: #eee;
  width: 150px;
  line-height: 40px;
  margin-top: 18px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnbg a {
  display: block;
  color: #555555;
}

.btnbg:hover {
  background: #d4150c;
}

.btnbg:hover a {
  color: #fff;
}

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

.page-about .about-tit {
  padding: 60px 0 60px;
  text-align: center;
  color: #d4150c;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 9;
  font-family: arial black;
}

.page-about .about-content p {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-align: left;
}

.page-about .about-content p img {
  margin: 0 auto;
}

.product-tit {
  padding: 40px 0 0;
  color: #d4150c;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 9;
  font-family: arial black;
}

.page-honor {
  padding-bottom: 50px;
}

.page-honor .honor-tit {
  padding: 60px 0 60px;
  text-align: center;
  color: #d4150c;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 9;
  font-family: arial black;
}

.page-honor .honor-list ul :nth-child(4n) {
  margin-right: 0;
}

.page-honor .honor-list ul li {
  width: 24%;
  height: 210px;
  float: left;
  padding-bottom: 16px;
  margin-right: 16px;
}

.page-honor .honor-list ul li img {
  height: 100%;
  margin: 0 auto;
}

.page-gongcheng .gongcheng-title {
  text-align: center;
  color: #333;
  padding: 60px 0;
  font-size: 34px;
  font-family: arial black;
}

.page-gongcheng .gongcheng-cont {
  padding-bottom: 60px;
}

.page-gongcheng .gongcheng-cont .list {
  min-height: 300px;
}

.page-gongcheng .gongcheng-cont .list li {
  float: left;
  width: 285px;
  margin-right: 20px;
}

.page-gongcheng .gongcheng-cont .list li .pic {
  overflow: hidden;
  width: 100%;
}

.page-gongcheng .gongcheng-cont .list li .pic img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-gongcheng .gongcheng-cont .list li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-gongcheng .gongcheng-cont .list li:nth-child(4) {
  margin-right: 0;
}

.page-news {
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.page-news .news-tit {
  padding: 60px 0 28px;
  text-align: center;
  color: #d4150c;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 9;
  font-family: arial black;
}

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

.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 #eee;
}

.page-news .news-list span {
  display: inline-block;
  width: 200px;
  height: 135px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #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 {
  position: absolute;
  width: 72.5%;
  top: 32px;
  left: 280px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

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

.page-news .news-list .date {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 14px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .description {
  top: 80px;
  width: 600px;
  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 .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 .news-list li:hover img{
  transform: scale(1.1)
}

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

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

#news_con article .title {
  width: 800px;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  line-height: 28px;
  font-family: arial black;
}

#news_con article .date {
  font-size: 12px;
  text-align: center;
  color: #aaa;
  margin-top: 12px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

#news_con article .body {
  width: 900px;
  margin: 50px auto 50px;
  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;
}

.tj-news .tj-container h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: arial black;
}

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

.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-right: 6%;
}

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

.contact-title {
  text-align: center;
  color: #d4150c;
  margin: 80px 0 50px;
  font-size: 30px;
  font-family: arial black;
}

.contact {
  margin-top: 0;
}

.contact .contact-ad {
  margin: 0 20px 80px 20px;
  padding-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid #eee;
}

.contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
}

.contact ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0 15px;
}

.contact ul li div {
  text-align: center;
  background: #f6f7fb;
  position: relative;
  padding: 40px 15px 20px 15px;
  border-radius: 5px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact ul li div span {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #d4150c;
  line-height: 75px;
  font-size: 35px;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 55%;
  margin-left: -50px;
}

.contact ul li div p {
  color: #666;
  text-align: center;
  width: 100%;
  line-height: 24px;
}

/*固定侧边拦*/
.float-right-box {
  width: 210px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #d4150c;
  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 #eeeeee;
  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 #d4150c;
}

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

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

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

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

.float-right-box .top-list .ico_taobao {
  background: url(../images/taobao.png) no-repeat center #d4150c;
  background-size: 28px 28px;
}

.float-right-box .top-list .ico_wechat {
  background: url(../images/erweima.png) no-repeat center #d4150c;
  background-size: 28px 28px;
}

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

.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_taobao {
  background: url(../images/taobao_h.png) no-repeat center #fff;
  background-size: 28px 28px;
}

.float-right-box .top-list li:hover .ico_wechat {
  background: url(../images/erweima_h.png) no-repeat center #fff;
  background-size: 28px 28px;
}

.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: 210px;
  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;
  border-bottom: 0;
}

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

.coolbg1 {
  padding: 10px 60px !important;
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
  border-radius: 7px;
  background: #d4150c !important;
  color: #fff !important;
  border: 1px #d4150c solid !important;
  cursor: pointer;
  margin-right: 30px;
  -webkit-transition: .4s;
  transition: .4s;
}

.coolbg1:hover {
  background: #fff !important;
  color: #d4150c !important;
}

.page-l {
  position: relative;
}

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

.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: 40px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.page-left-menu ul li a {
  display: block;
  height: 40px;
  padding-left: 45px;
  font-size: 16px;
  line-height: 40px;
  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 #f0fff8;
  color: #d4150c;
}

.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: #d4150c;
  font-size: 20px;
}

.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: #d4150c;
}

/*翻页样式*/
.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: #d4150c;
  background: #f2f2f2;
  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: #d4150c;
  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 #f2f2f2;
}

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

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

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

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

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

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

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

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

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

.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;
  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: #d4150c;
  border: 1px solid #d4150c;
  color: #fff;
}

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

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

.nav {
  width: 255px;
  display: inline-block;
}

.nav ul {
  padding: 0 0 15px 3px;
  background: #d4150c;
}

.nav ul .topli {
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  position: relative;
}

.nav ul .topli .topa {
  padding-left: 15px;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 45px;
}

.nav ul .topli .on {
  background: #fff;
  color: #d4150c;
  font-weight: bold;
}

.nav ul .topli .on::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  cursor: pointer;
  background: url(../images/next111.png) no-repeat right center;
}

.nav ul .topli ul {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav ul .topli ul li {
  width: 100%;
}

.nav ul .topli ul li a {
  display: block;
  width: 100%;
  padding: 15px 0 15px 15px;
  line-height: 1.4;
}

.nav ul .topli:hover .topa {
  background: #fff;
  color: #d4150c;
}

.nav ul .topli:hover a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  cursor: pointer;
  background: url(../images/next111.png) no-repeat right center;
}

/******************相关产品********************/
.related_scroll {
  background: #fafafa;
  position: relative;
}

.related_scroll h2 {
  padding-top: 50px;
  text-align: center;
}

.related_scroll h2 a {
  color: #333;
  font-size: 30px;
  font-family: arial black;
}

.related_scroll ul {
  margin-bottom: 65px;
  margin-left: 50px;
  height: 300px;
  padding: 50px 0 0 !important;
  margin-bottom: 50px !important;
}

.related_scroll ul li {
  float: left;
  width: 200px !important;
  margin-right: 15px;
  margin-left: 15px;
}

.related_scroll ul li p {
  background: #fff;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}

.related_scroll ul li .img {
  text-align: center;
  width: 200px;
  overflow: hidden;
  background: transparent;
  position: relative;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.related_scroll ul li .img img {
  max-width: 100% !important;
  margin: auto;
  display: block;
}

.related_scroll ul li .img img .title {
  font-size: 16px;
  font-weight: bold;
}

.related_scroll ul li .img .typename {
  position: absolute;
  left: 20px;
  top: 220px;
}

.related_scroll ul li:hover p {
  color: #d4150c;
}

.tempWrap {
  margin: 0 auto !important;
  overflow: hidden;
}

.arrowl {
  display: block;
  left: -20px;
  top: 49%;
}

.arrowr {
  display: block;
  right: -20px;
  top: 49%;
}

.product_btn {
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 70px;
}

.product_btn a {
  display: inline-block;
  height: 40px;
  border: 2px solid #2c8dd1;
  line-height: 40px;
  width: 204px;
  border-radius: 40px;
  margin: 0 15px;
}

.product_btn a:hover {
  background: #2c8dd1;
  color: #fff;
}

.bottomwrap {
  margin: 0 auto;
  padding-left: 20px;
}

.arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
}

.arrowl {
  background: url(../images/prev2.png) center no-repeat;
  background-size: 40px 40px;
}

.arrowl:hover {
  background: url(../images/prev3.png) center no-repeat;
  background-size: 40px 40px;
}

.arrowr {
  background: url(../images/next2.png) center no-repeat;
  background-size: 40px 40px;
}

.arrowr:hover {
  background: url(../images/next3.png) center no-repeat;
  background-size: 40px 40px;
}

.detail_prenext {
  text-align: center;
  padding-top: 50px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}

.detail_prenext span {
  height: 30px;
  line-height: 30px;
  text-align: right;
}

.detail_prenext #pre {
  display: inline-block;
  background: url(../images/left-circle.jpg) no-repeat center left;
  padding-left: 24px;
}

.detail_prenext #next {
  display: inline-block;
  text-align: left;
  background: url(../images/right-circle.jpg) no-repeat right center;
  padding-right: 24px;
}

.detail_prenext #item {
  display: inline-block;
  background: url(../images/unordered-list.jpg) no-repeat center left;
  padding-left: 24px;
  margin: 0 90px;
}

.detail_prenext span a {
  text-decoration: none;
  color: #666;
  display: block;
}

.detail_prenext span:hover a span {
  color: #666;
}

.detail_prenext span a:hover {
  color: #d4150c;
}

/***********相关产品end**********/
.index-honor .related_scroll {
  position: relative;
  background: #fff;
  padding-bottom: 55px;
}

.index-honor .related_scroll ul {
  margin-bottom: 65px;
  margin-left: 0;
  padding: 50px 0 0 !important;
  margin-bottom: 0 !important;
  overflow: unset !important;
}

.index-honor .related_scroll ul li {
  float: left;
  width: 380px !important;
  margin-right: 5px;
}

.index-honor .related_scroll ul li p {
  cursor: pointer;
  background: #fff;
  line-height: 35px;
  font-size: 14px;
  color: #000;
  text-align: center;
  height: 35px;
  overflow: hidden;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
  border: 1px solid #eeeeee;
  border-top: none;
}

.index-honor .related_scroll ul li .img {
  text-align: center;
  width: 380px;
  padding: 15px;
  cursor: pointer;
  overflow: hidden;
  background: #f6f6f6 !important;
  position: relative;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.index-honor .related_scroll ul li .img img {
  max-width: 100% !important;
  margin: auto;
  display: block;
}

.index-honor .related_scroll ul li .img img .title {
  font-size: 16px;
  font-weight: bold;
}

.index-honor .related_scroll ul li .img .typename {
  position: absolute;
  left: 20px;
  top: 220px;
}

.index-honor .related_scroll ul li:hover p {
  color: #d4150c;
}

.index-honor .related_scroll .content {
  height: 290px;
}

.index-honor .related_scroll .tempWrap {
  margin: 0 auto !important;
  overflow: hidden;
  width: 1200px !important;
}

.index-honor .related_scroll .arrowl {
  display: block;
  left: -47px;
  top: 50%;
}

.index-honor .related_scroll .arrowr {
  display: block;
  right: -50px;
  top: 50%;
}

.index-honor .related_scroll .product_btn {
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 70px;
}

.index-honor .related_scroll .product_btn a {
  display: inline-block;
  height: 40px;
  border: 2px solid #2c8dd1;
  line-height: 40px;
  width: 204px;
  border-radius: 40px;
  margin: 0 15px;
}

.index-honor .related_scroll .product_btn a:hover {
  background: #2c8dd1;
  color: #fff;
}

.index-honor .related_scroll .bottomwrap {
  margin: 0 auto;
  padding-left: 20px;
}

.index-honor .related_scroll .arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
}

.index-honor .related_scroll .arrowl {
  background: url(../images/prev2.png) 3px center no-repeat;
  background-size: 32px 32px;
  background-color: #fff;
  border-radius: 50%;
}

.index-honor .related_scroll .arrowr {
  background: url(../images/next2.png) 5px center no-repeat;
  background-size: 32px 32px;
  background-color: #fff;
  border-radius: 50%;
}

.pro-bigpic {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.pro-bigpic .pic-box {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pro-bigpic .pic-box img {
  width: 100%;
}

.pro-bigpic .pic-box .close {
  display: block;
  width: 50px;
  height: 50px;
  background: url("/templets/images/close.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -50px;
  top: 0;
}

.pro-bigpic .pic-box .close:hover {
  opacity: .8;
  cursor: pointer;
}

.page-honor ul {
  margin-bottom: 65px;
  margin-left: 0;
  padding: 0 0 0 !important;
  margin-bottom: 0 !important;
  overflow: unset !important;
}

.page-honor ul li {
  float: left;
  width: 280px !important;
  margin-right: 5px;
  height: auto !important;
}

.page-honor ul li p {
  cursor: pointer;
  background: #fff;
  line-height: 35px;
  font-size: 14px;
  color: #000;
  text-align: center;
  height: 35px;
  overflow: hidden;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
  border: 1px solid #eeeeee;
  border-top: none;
}

.page-honor ul li .img {
  text-align: center;
  width: 280px;
  padding: 15px;
  cursor: pointer;
  overflow: hidden;
  background: #f6f6f6 !important;
  position: relative;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.page-honor ul li .img img {
  max-width: 100% !important;
  margin: auto;
  display: block;
}

.page-honor ul li .img img .title {
  font-size: 16px;
  font-weight: bold;
}

.page-honor ul li .img .typename {
  position: absolute;
  left: 20px;
  top: 220px;
}

.page-honor ul li:hover p {
  color: #d4150c;
}

.page-honor .content {
  height: 214px;
}

.page-honor .tempWrap {
  margin: 0 auto !important;
  overflow: hidden;
  width: 1200px !important;
}

.page-honor .arrowl {
  display: block;
  left: -47px;
  top: 50%;
}

.page-honor .arrowr {
  display: block;
  right: -50px;
  top: 50%;
}

.page-honor .product_btn {
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 70px;
}

.page-honor .product_btn a {
  display: inline-block;
  height: 40px;
  border: 2px solid #2c8dd1;
  line-height: 40px;
  width: 204px;
  border-radius: 40px;
  margin: 0 15px;
}

.page-honor .product_btn a:hover {
  background: #2c8dd1;
  color: #fff;
}

.page-honor .bottomwrap {
  margin: 0 auto;
  padding-left: 20px;
}

.page-honor .arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
}

.page-honor .arrowl {
  background: url(../images/prev2.png) 3px center no-repeat;
  background-size: 32px 32px;
  background-color: #fff;
  border-radius: 50%;
}

.page-honor .arrowr {
  background: url(../images/next2.png) 5px center no-repeat;
  background-size: 32px 32px;
  background-color: #fff;
  border-radius: 50%;
}

.changearea {
  width: auto !important;
  float: unset !important;
}
/*# sourceMappingURL=css.css.map */