/*公用开始*/
.cl {
  color: #c91a21;
}
.img-md {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.img-md img {
  max-width: 95%;
  max-height: 95%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ahr a:hover {
  color: #c91a21;
}
/* 翻页 */
.pagenation {
  text-align: center;
}
.pagenation a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  min-width: 28px;
  padding: 0 10px;
  text-align: center;
  color: #666;
  background: #e3e3e3;
  font-size: 12px;
}
.pagenation a.cur,
.pagenation a:hover {
  background: #c91a21;
  color: #fff;
}
@media (max-width: 991px) {
  .cp-md {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cp-sm {
    padding-left: 0;
    padding-right: 0;
  }
}
/*公用结束*/
/* 头部开始 */
.header {
  height: 85px;
}
.header .logo {
  float: left;
  line-height: 85px;
}
.header-right {
  float: right;
  margin-top: 30px;
}
.header-right li {
  float: left;
  height: 28px;
  line-height: 28px;
  margin-left: 20px;
}
.header-right li.l1 {
  background: url(../images/icon/ico01.png) no-repeat left center;
  padding-left: 26px;
}
.header-right li.l2 {
  background: url(../images/icon/ico02.png) no-repeat left center;
  padding-left: 26px;
}
.header-right li.l3 {
  background: url(../images/icon/ico03.png) no-repeat left center;
  padding-left: 26px;
}
.header-right li.l4 {
  color: #000068;
  margin-left: 30px;
}
.header-right li a:hover {
  color: #000068;
}
.header-right li.l3 a {
  background: none;
  padding: 0;
}
.header-right .search {
  margin-left: 30px;
  border: 1px solid #8d8cbb;
  width: 202px;
  height: 28px;
  padding: 0 8px 0 10px;
  border-radius: 10px;
}
.header-right .search .text {
  float: left;
  width: 150px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
.header-right .search .btn {
  float: right;
  width: 26px;
  height: 26px;
  background: url(../images/icon/ico04.png) no-repeat center;
}
.header-nav {
  background: #424242;
  height: 40px;
}
.header-nav li {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
}
.header-nav li:last-child {
  margin-right: 0;
}
.header-nav li.cur a,
.header-nav li:hover a {
  background: #fa0005;
}
.header-nav li > a {
  display: inline-block;
  color: #fff;
  width: 160px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
@media (max-width: 1100px) {
  .header .logo {
    margin-left: 10px;
  }
  .btn-nav {
    float: right;
    width: 85px;
    height: 85px;
    background: url(../images/btn-nav.png) no-repeat center;
    background-size: 36px;
  }
  .header-nav {
    width: 100%;
    height: auto;
    z-index: 99999;
    background: #fff;
    text-align: center;
    position: absolute;
    top: 85px;
    left: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .header-nav li.cur,
  .header-nav li:hover {
    background: #fff;
  }
  .header-nav li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
    border-top: 1px solid #e7e7e7;
  }
  .header-nav li.cur a,
  .header-nav li:hover a {
    background: none;
  }
  .header-nav li > a {
    display: block;
    width: 100%;
    height: 40px;
    color: #333;
    padding: 0;
    margin: 0;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
  .header .logo {
    line-height: 60px;
    width: 30%;
  }
  .btn-nav {
    height: 60px;
    width: 50px;
    margin-top: 0;
    background-size: 25px;
  }
  .header-nav {
    top: 60px;
  }
}
/* 头部结束 */
/*banner开始*/
.banner .img {
  display: block;
  height: 680px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .banner .img {
    height: 500px;
    background-size: cover;
  }
  .cp-md {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .banner .bx-wrapper .bx-controls-direction a {
    background-size: 16px;
  }
  .banner .bx-wrapper .bx-prev {
    left: 0;
  }
  .banner .bx-wrapper .bx-next {
    right: 0;
  }
  .banner .bx-wrapper .bx-pager {
    bottom: 5px;
  }
  .banner .img {
    height: 200px;
  }
}
/*banner结束*/
/* 首页内容 */
.cont-ttl {
  text-align: center;
  margin-bottom: 35px;
}
.cont-ttl h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
.cont-ttl .p1 {
  display: inline-block;
  padding: 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cf1b25;
  font-size: 18px;
  color: #999;
  margin-bottom: 10px;
  font-family: 'Microsoft Yahei';
}
.cont-ttl .p2 {
  font-size: 15px;
  color: #999;
}
.con-box {
  padding: 50px 0 60px;
}
.con-box1 {
  background: #f3f3f3;
  position: relative;
}
.con-box1 .img {
  margin-left: 65px;
  margin-top: 65px;
  z-index: 9;
  position: relative;
  text-align: center;
}
.con-box1 .border-red {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 160px;
  border: 4px solid #e8252d;
}
.con-box1 .txt {
  margin-top: 60px;
  line-height: 48px;
  font-size: 14px;
}
.con-box2 {
  background: url(../images/bg01.jpg) no-repeat center;
}
.con-box2 .cont-ttl h2 {
  display: inline-block;
  color: #fff;
  padding: 0 60px;
  border-left: 4px solid #e71f19;
  border-right: 4px solid #e71f19;
}
.con-box2 .cont-ttl .p1 {
  color: #cbcaca;
}
.con-box2 .cont-ttl .p2 {
  color: #999;
}
.con-box2 .bottom {
  width: 170px;
  height: 50px;
  margin: 60px auto 0;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  position: relative;
}
.con-box2 .bottom .a {
  font-size: 23px;
  color: #fff;
  line-height: 48px;
}
.con-box2 .bottom .slide-pro-l,
.con-box2 .bottom .slide-pro-r {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
}
.con-box2 .bottom .slide-pro-l a,
.con-box2 .bottom .slide-pro-r a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -200px;
  overflow: hidden;
}
.con-box2 .bottom .slide-pro-l {
  left: 6px;
  background: #ffffff url(../images/pager03.png) no-repeat center;
}
.con-box2 .bottom .slide-pro-r {
  right: 6px;
  background: #ffffff url(../images/pager04.png) no-repeat center;
}
.slide-pro {
  color: #ececec;
}
.slide-pro .img-md {
  background: #fff;
  height: 150px;
  overflow: hidden;
}
.slide-pro .img-md img {
  transition: all .6s;
}
.slide-pro .img-md:hover img {
  transform: scale(1.1);
}
.slide-pro h3 {
  margin: 20px 0 15px;
  padding-bottom: 24px;
  background: url(../images/bg02.png) no-repeat bottom left;
}
.slide-pro h3 i {
  display: inline-block;
  border-left: 8px solid #e71f19;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  vertical-align: -3px;
  margin-left: 8px;
}
.slide-pro .p {
  line-height: 26px;
  color: #ccc;
}
.con-box3 .cont-ttl h2 {
  background: url(../images/bg03.png) no-repeat center;
}
.slide-inews .bx-wrapper .bx-pager {
  text-align: right;
  padding-right: 20px;
  bottom: 15px;
}
.slide-inews .bx-wrapper .bx-pager.bx-default-pager a {
  overflow: hidden;
  text-indent: 200px;
}
.inews-txt li {
  margin-bottom: 12px;
  position: relative;
}
.inews-txt li.cur::before {
  display: block;
}
.inews-txt li::before {
  content: ' ';
  border-right: 10px solid #f3f3f3;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -10px;
  top: 50%;
  display: none;
  margin-top: -10px;
}
.inews-txt li:last-child {
  margin-bottom: 0;
}
.inews-txt li:hover h3 date{
  color: #c91a21;
}
.inews-txt li .date {
  float: left;
  width: 110px;
  height: 100px;
  margin-right: 20px;
  background: #f3f3f3;
  text-align: center;
  color: #666;
}
.inews-txt li .date span {
  display: block;
  height: 50px;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
}
.inews-txt li .date em {
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
.inews-txt li h3 {
  margin: 15px 0;
  overflow: hidden;
}
.inews-txt li .p {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .con-box {
    padding: 40px 10px;
  }
  .con-box1 .border-red {
    display: none;
  }
  .con-box1 .img {
    margin: 0;
  }
  .con-box1 .txt {
    margin-top: 0;
  }
  .slide-pro .bx-wrapper {
    width: 885px;
  }
  .slide-inews {
    margin-bottom: 20px;
  }
  .slide-inews li img {
    margin: 0 auto;
  }
  .slide-inews .bx-wrapper .bx-pager {
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .slide-pro .bx-wrapper {
    width: 570px;
  }
}
@media (max-width: 767px) {
  .cont-ttl {
    margin-bottom: 20px;
  }
  .cont-ttl h2 {
    font-size: 20px;
  }
  .cont-ttl .p1 {
    font-size: 12px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .cont-ttl .p2 {
    font-size: 14px;
  }
  .con-box1 .txt {
    line-height: 28px;
  }
  .slide-inews img {
    width: 100%;
  }
  .con-box2 .bottom {
    margin-top: 20px;
  }
  .inews-txt li .date {
    width: 80px;
  }
}
/* 内页开始 */
/* 内页结束 */
/* 底部 */
.footer {
  background: #191817;
  padding: 30px 0;
  border-top: 5px solid #e71f19;
  color: #666666;
}
.footer-main dl {
  float: left;
  margin-right: 92px;
  line-height: 28px;
}
.footer-main dl.last {
  margin-right: 0;
}
.footer-main dl dt {
  font-size: 16px;
  margin-bottom: 5px;
}
.footer-main dl dd {
  font-size: 14px;
}
.footer-main dl dd a:hover {
  color: #aaa;
}
.footer-bottom {
  line-height: 15px;
  padding: 15px 0;
  background: #282828;
  color: #999;
  font-size: 14px;
}
.footer-bottom a {
  padding: 0 5px;
}
.footer-bottom a:hover {
  color: #eee;
}
@media (max-width: 1100px) {
  .footer {
    display: none;
  }
  .footer-bottom {
    text-align: center;
    font-size: 12px;
  }
  .footer-bottom .fl {
    margin-bottom: 10px;
  }
  .footer-bottom .fl,
  .footer-bottom .fr {
    float: none;
  }
}
/* 悬浮层 */
.fixbar {
  position: fixed;
  right: 3%;
  bottom: 10%;
  z-index: 99999;
}
.fixbar li {
  margin-bottom: 4px;
  position: relative;
}
.fixbar li:hover > a {
  background-color: #fa0005;
}
.fixbar li > a {
  display: block;
  width: 55px;
  height: 55px;
  margin-right: 0;
  background-color: #424242;
  background-image: url(../images/fix-ico.png);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
}
.fixbar li.l1 > a {
  background-position: center 0px;
}
.fixbar li.l2 > a {
  background-position: center -59px;
}
.fixbar li.l3 > a {
  background-position: center -118px;
}
.fixbar li .subbox {
  position: absolute;
  right: 55px;
  top: 0;
  width: 150px;
  height: 55px;
  color: #fff;
  background: #fa0005;
  font-size: 20px;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.fixbar li:hover .subbox {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
@media (max-width: 1200px) {
  .fixbar {
    display: none;
  }
}
/* 内页 */
.nybanner {
  height: 470px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container {
  margin-top: -188px;
}
.main-ttl {
  margin-left: 36px;
  width: 240px;
  height: 110px;
  font-size: 20px;
  padding: 42px 0 0 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7) url(../images/ttl.png) no-repeat 12px 8px;
}
.main-wrap {
  padding: 30px;
  border: 1px solid #ded8d8;
  background: #fff;
  border-radius: 2px;
  border-bottom: none;
}
.left-nav {
  float: left;
  width: 275px;
  font-size: 13px;
  margin-bottom: 30px;
}
.left-nav .list {
  width: 232px;
}
.left-nav .list li {
  position: relative;
  background: #040404;
  width: 232px;
  transition: all .3s;
}
.left-nav .list li::before {
  content: ' ';
  width: 2px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -9px;
  display: none;
}
.left-nav .list li::after {
  content: ' ';
  border-left: 9px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -9px;
  display: none;
}
.left-nav .list li a {
  display: block;
  color: #fff;
  height: 50px;
  text-align: center;
  line-height: 49px;
  border-bottom: 1px dashed #575757;
}
.left-nav .list li:hover,
.left-nav .list li.cur {
  width: 275px;
  background: #d70800;
}
.left-nav .list li:hover a,
.left-nav .list li.cur a {
  border-bottom: none;
}
.left-nav .list li:hover::before,
.left-nav .list li.cur::before {
  display: block;
}
.left-nav .list li:hover::after,
.left-nav .list li.cur::after {
  display: block;
}
.right-main {
  float: right;
  width: 820px;
}
.right-home {
  font-size: 13px;
}
.right-home a:hover {
  color: #c91a21;
}
.right-line {
  height: 8px;
  margin-top: 20px;
  position: relative;
  border-top: 1px dotted #b2b2b2;
}
.right-line::before,
.right-line::after {
  content: ' ';
  width: 100%;
  height: 1px;
  position: absolute;
  border-top: 1px dotted #b2b2b2;
}
.right-line::before {
  top: 2px;
}
.right-line::after {
  bottom: 0;
}
.article-top {
  padding-top: 25px;
  text-align: center;
}
.article-top h1 {
  margin-bottom: 20px;
}
.article-top .date {
  font-size: 13px;
  color: #888;
}
.article {
  font-size: 14px;
  line-height: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #d7d7d7;
}
.list-news li {
  padding: 25px 0;
  border-bottom: 1px solid #d7d7d7;
}
.list-news li:hover h2 {
  color: #c21a29;
}
.list-news li h2 {
  transition: all .3s;
}
.list-news li .date {
  float: left;
  width: 65px;
  height: 65px;
  background: #c21a29;
  color: #fff;
  margin-right: 30px;
  text-align: center;
}
.list-news li .date span {
  display: block;
  font-size: 24px;
  line-height: 40px;
}
.list-news li .date em {
  display: block;
}
.list-news li .p {
  color: #838383;
  font-size: 13px;
  margin-top: 5px;
  line-height: 20px;
  height: 40px;
}
.line-red {
  height: 3px;
  border-top: 1px solid #f0726e;
  border-bottom: 1px solid #f0726e;
}
.list-pro {
  margin-left: -10px;
  margin-right: -10px;
}
.list-pro .item {
  margin: 0 10px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #cdcdcd;
  transition: all .4s;
}
.list-pro .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.list-pro .item .img-md {
  height: 110px;
  border: 1px solid #c8c8c8;
  margin-bottom: 15px;
}
.list-pro .item .line-red {
  margin: 5px 0;
}
.list-pro .item h2 {
  font-size: 14px;
  color: #666;
}
.list-pro .item .els2 {
  -webkit-line-clamp: 3;
  line-height: 22px;
  height: 66px;
  color: #888;
  font-size: 13px;
}
.list-pro .item .more {
  display: inline-block;
  width: 51px;
  height: 18px;
  background: url(../images/more.jpg);
}
.map {
  width: 100%;
  height: 300px;
}
.contact-txt {
  line-height: 40px;
  color: #666;
  font-size: 17px;
}
.prod-img {
  height: 280px;
  padding: 8px;
  border: 1px solid #cecece;
}
.prod-img .img-md {
  border: 1px solid #cecece;
}
.prod-ttl {
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 20px;
  line-height: 30px;
  background: url(../images/icon/ico05.png) no-repeat left center;
  border-bottom: 2px solid #c7c7c7;
}
@media (max-width: 1200px) {
  .main-wrap {
    border: none;
    border-radius: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .right-main {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .left-nav {
    width: 100%;
  }
  .left-nav .list {
    width: 100%;
  }
  .left-nav .list li:hover,
  .left-nav .list li.cur,
  .left-nav .list li {
    width: 100%;
  }
  .left-nav .list li:hover {
    background: #040404;
  }
  .left-nav .list li:hover::before,
  .left-nav .list li:hover::after {
    display: none;
  }
  .right-main {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    margin-top: 0px;
  }
  .main-ttl {
    width: 100%;
    height: 60px;
    margin-left: 0;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    padding: 20px 0 0 30px;
  }
  .left-nav .list a {
    height: 40px;
    line-height: 40px;
  }
  .nybanner {
    height: 150px;
  }
  .main-wrap {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .list-news li .date {
    display: none;
  }
  .list-news li h2 {
    font-size: 16px;
  }
  .list-news li .p {
    -webkit-line-clamp: 4;
    height: auto;
    max-height: 80px;
  }
  .prod-img {
    margin-bottom: 20px;
  }
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}