@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;
}

p, h2, h3, h4 {
  margin: 0;
  line-height:2.3;
}

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;
}

img {
  display: inline-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;
}

/*-----------------------------------------*/
/******************************************************* DEFAULT END */
/***
*** 头部 ***
***/
.header {
  background: url(../images/logobg.jpg) no-repeat center center;
  height: 131px;
}

.header .logo {
  padding-top: 28px;
}

.header .logo img {
  height: 75px;
  display: inline-block;
  float: left;
}

.header .logo .logotit {
  display: inline-block;
  line-height: 75px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-left: 15px;
}

.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: #a81118;
}

.menu {
  height: 50px;
  width: 100%;
  background: #000;
}

.menu a {
  -webkit-transition: .5s;
  transition: .5s;
}

.menu > ul > li {
  position: relative;
  float: left;
}

.menu > ul > li > a {
  display: block;
  line-height: 50px;
  padding: 0 26px;
  font-size: 15px;
  color: #fff;
}

.menu > ul > li a:hover {
  background: #fff;
  color: #a81118;
}

.menu > ul > li a:hover, .menu > ul > li .on {
  font-weight: bold;
  position: relative;
}

.menu > ul > li a:hover::after, .menu > ul > li .on::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
}

.menu > ul > li ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 76px;
  left: 0;
  width: 100%;
}

.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;
}

.menu > ul > li ul li a:hover {
  background: #a81118;
  color: #fff;
}

#edition-en .menu {
  padding-left: 155px;
}

#edition-en .menu > ul > li:nth-child(1) {
  width: 92px;
}

#edition-en .menu > ul > li:nth-child(2) {
  width: 100px;
}

#edition-en .menu > ul > li:nth-child(2) ul {
  width: 180px;
  left: -40px;
}

#edition-en .menu > ul > li:nth-child(3) {
  width: 92px;
}

#edition-en .menu > ul > li:nth-child(3) ul {
  width: 160px;
  left: -34px;
}

#edition-en .menu > ul > li:nth-child(4) {
  width: 120px;
}

#edition-en .menu > ul > li:nth-child(4) ul {
  width: 180px;
  left: -30px;
}

#edition-en .menu > ul > li:nth-child(5) {
  width: 130px;
}

#edition-en .menu > ul > li:nth-child(5) ul {
  width: 180px;
  left: -25px;
}

#edition-en .header .language .lang-tit .en {
  display: none;
}

#edition-en .header .language .lang-tit .cn {
  display: block;
}

/******************************************************* HEADER END */
/***
*** 首页 ***
***/
/*--------------------轮播图---------------------*/
.index-banner .swiper-container {
  width: 100%;
  height: 660px;
  min-width: 1200px;
}

.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: #a81118;
}

.index_about {
  background: url(../images/indexaboubg.jpg) no-repeat center center;
  background-size: 100% auto;
}

.index_about .com_about {
  font-size: 16px;
  color: #555555;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 27px;
  border-bottom: 1px solid #efefef;
}

.index_about .com_about p {
  line-height: 30px;
}

.com_detail {
  text-align: center;
  padding-top: 25px;
}

.com_detail ul {
  display: inline-block;
}

.com_detail ul li {
  float: left;
  text-align: center;
}

.com_detail ul li .xianzhibox {
  overflow: hidden;
  border-radius: 50%;
}

.com_detail ul li .xianzhibox img {
  -webkit-transition: .3s;
  transition: .3s;
}

.com_detail ul li div {
  color: #000;
  font-size: 16px;
  margin-top: 30px;
}

.com_detail ul li:hover .xianzhibox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.com_tit {
  font-size: 35px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.com_titd {
  color: #bababa;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}

.tit-top {
  padding-top: 55px;
}

.tit-down {
  padding-bottom: 25px;
}

.indexfuwu {
  background: url(../images/xiangmubg.jpg) no-repeat center center;
  height: 661px;
  background-size: auto 100%;
  padding-top: 48px;
}

.indexfuwu .boxl {
  position: relative;
  width: 375px;
  height: 566px;
}

.indexfuwu .boxl img {
  position: absolute;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.indexfuwu .boxl:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.indexfuwu .boxr {
  position: relative;
  float: right;
  height: 566px;
  width: 810px;
  margin-right: 2px;
}

.indexfuwu .boxr .boxt {
  height: 277px;
}

.indexfuwu .boxr .boxt img {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  z-index: 0;
}

.indexfuwu .boxr .boxt:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.indexfuwu .boxr .boxd {
  padding-top: 9px;
}

.indexfuwu .boxr .boxd .boxll {
  height: 279px;
  width: 400px;
  float: left;
}

.indexfuwu .boxr .boxd .boxll img {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  z-index: 0;
}

.indexfuwu .boxr .boxd .boxll:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.indexfuwu .boxr .boxd .boxrr {
  height: 279px;
  width: 400px;
  float: right;
}

.indexfuwu .boxr .boxd .boxrr img {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  z-index: 0;
}

.indexfuwu .boxr .boxd .boxrr:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.indexfuwu .xianzhikuang {
  overflow: hidden;
  float: left;
}

.indexfuwu .xianzhikuang1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 277px;
  width: 810px;
}

.indexfuwu .xianzhikuang2 {
  position: relative;
  overflow: hidden;
  float: left;
  width: 400px;
  height: 279px;
}

.indexfuwu .xianzhikuang3 {
  position: relative;
  overflow: hidden;
  float: right;
  width: 400px;
  height: 279px;
}

.indexfuwu .boxtit {
  position: relative;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  padding-top: 27px;
  padding-left: 22px;
  letter-spacing: 1px;
}

.indexfuwu .boxen {
  position: relative;
  font-size: 14px;
  color: #bababa;
  padding-left: 22px;
  padding-top: 10px;
}

.index_news {
  height: 610px;
}

.index_news .indnews_box {
  padding-top: 55px;
}

.index_news .indnews_box .index_newsl {
  float: left;
}

.index_news .indnews_box .index_newsr {
  float: right;
  padding-top: 40px;
}

.index_news .indnews_box .index_newsr .comnews {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.index_news .indnews_box .index_newsr .worknews {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-left: 30px;
}

.index_news .indnews_box .index_newsr .item a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index_news .indnews_box .index_newsr .item.on a {
  color: #a81118;
}

.index_news .indnews_comshow {
  padding-top: 44px;
}

.index_news .indnews_comshow .showl {
  float: left;
  width: 625px;
  height: 378px;
  position: relative;
}

.index_news .indnews_comshow .showl ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.index_news .indnews_comshow .showl ul li {
  background: #f4f4f2;
  height: 112px;
  margin-bottom: 20px;
  width: 625px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index_news .indnews_comshow .showl ul li a {
  display: block;
  height: 100%;
}

.index_news .indnews_comshow .showl ul li .news-tit {
  padding-top: 30px;
  font-size: 16px;
  color: #000;
  padding-left: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index_news .indnews_comshow .showl ul li .news-tit .news-time {
  color: #aaa;
  font-size: 14px;
  display: inline-block;
  float: right;
  padding-right: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index_news .indnews_comshow .showl ul li .news-dec {
  color: #555;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index_news .indnews_comshow .showl ul li:hover {
  background: #a81118;
}

.index_news .indnews_comshow .showl ul li:hover .news-dec {
  color: #fff;
}

.index_news .indnews_comshow .showl ul li:hover .news-tit {
  color: #fff;
}

.index_news .indnews_comshow .showl ul li:hover .news-tit .news-time {
  color: #fff;
}

.index_news .indnews_comshow .showl ul.on {
  display: block;
}

.index_news .indnews_comshow .showr {
  float: right;
}

.youqing{
  padding: 15px 0;
}

.youqing p{
  color: #555;
  line-height: 40px;
  font-size: 16px
}

.youqing p span{
  display: inline-block;
  height: 40px;
  transform: translateY(-2px);
  margin-right: 15px;
}

.youqing img{
  display: inline;
  height: 40px;
  vertical-align: middle;
}


footer {
  height: 218px;
  background: url(../images/footerbg.jpg) no-repeat center center;
}
footer p{line-height: 1}
footer .footerl {
  float: left;
  padding-top: 42px;
  padding-left: 20px;
}

footer .footerl .footlt {
  padding-bottom: 32px;
  margin-bottom: 26px;
  border-bottom: 1px solid #333333;
}

footer .footerl .footlt .footltl {
  float: left;
  width: 498px;
}

footer .footerl .footlt .footltl img {
  float: left;
}

footer .footerl .footlt .footltl .footer-message {
  display: inline-block;
  padding-left: 18px;
  margin-top: 14px;
  padding-right: 37px;
  border-right: 1px solid #333333;
}

footer .footerl .footlt .footltl .footer-message .comtit {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 15px;
}

footer .footerl .footlt .footltl .footer-message .comadd {
  color: #fff;
  font-size: 14px;
}

footer .footerl .footlt .footltr {
  float: right;
  color: #fff;
  font-size: 14px;
  width: 240px;
  padding-left: 38px;
  position: relative;
  top: 12px;
}

footer .footerl .footlt .footltr p {
  padding-bottom: 8px;
}

footer .footerl .footld {
  color: #7e7e7e;
}

footer .footerl .footld a {
  color: #7e7e7e;
}

footer .footerr {
  float: right;
  padding-top: 23px;
  padding-right: 20px;
}

footer .footerr ul li {
  display: inline-block;
  padding-left: 15px;
}

footer .footerr ul li img {
  padding-bottom: 16px;
}

footer .footerr ul li p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding-bottom: 7px;
}

.page-banner {
  width: 100%;
  height: 450px;
  display: inline-block;
}

.page-banner .banner-bg {
  height: 100%;
}

.page-l {
  position: relative;
}

.page-left-menu {
  position: relative;
  float: left;
  display: none;
  width: 240px;
  background: #a81118;
}

.page-left-menu.on {
  display: block;
}

.page-left-menu h1 {
  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: #a81118;
}

.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: 20px;
}

.page-r .page-tit h2 {
  float: left;
  position: relative;
  line-height: 45px;
  color: #a81118;
  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: #a81118;
}

.about-pagebg {
  background: url(../images/indexaboubg.jpg) no-repeat center 60px;
  background-size: 100% auto;
}

.page-about .about-content {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
}

.page-about .about-content .content-l {
  float: left;
  width: 500px;
}

.page-about .about-content .content-l p {
  line-height: 30px;
}

.page-about .about-content .content-r {

}

.tel1 {
  width: 300px;
  display: inline-block;
  float: left;
}

.tel2 {
  width: 300px;
  display: inline-block;
  float: left;
}

.tel3 {
  width: 300px;
  display: inline-block;
  float: left;
}

.check-tel {
  width: 260px;
  float: left;
  height: 80px;
  text-align: center;
  background: #282423;
  color: #fff;
}

.check-tel .ptel-tit {
  font-size: 20px;
  padding-top: 18px;
  padding-bottom: 5px;
}

.check-tel .ptel-tel {
  font-size: 20px;
  font-weight: bold;
}

.click-check {
  width: 260px;
  float: right;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #a81118;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.click-check a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.click-check:hover {
  background: #7a0006;
  color: #fff;
}

.download-button:hover {
  background: #7a0006 !important;
}

.download-button:hover a {
  color: #fff !important;
}

.news-list {
  min-height: 200px;
}

.news-list li {
  position: relative;
  padding: 32px 20px 0px 36px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.news-list span {
  display: inline-block;
  height: 118px;
  overflow: hidden;
}

.news-list img {
  width: 200px;
  margin-right: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.news-list .txt {
  position: absolute;
  width: 93%;
  top: 32px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.news-list .tit {
  width: 700px;
  margin: 5px 0 3px;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #575757;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; font-weight: bold;
}

.news-list .date {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #d1d1d1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.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;
}

.news-list a {
  display: block;
}

.news-list li:hover {
  background-color: #fff;
}

.news-list li:hover .date, .news-list .caiyan-news li:hover .tit {
  color: #333;
}

.news-list li:hover .description {
  color: #666;
}

.news-list li:hover .tit {
  color: #a81118;
}

.page-tit {
  margin-bottom: 0;
}

.epd-news {
  padding-top: 40px;
  padding-bottom: 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;
}

#news_con article .date {
  font-size: 12px;
  text-align: center;
  color: #aaa;
  margin-top: 17px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

#news_con article .body {
  width: 900px;
  margin: 30px auto 20px;
  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;
}

.newsset-mr:nth-child(odd) {
  margin-right: 50px;
}

.page-contact .con-map {
  width: 100%;
  height: 400px;
}

.page-contact .contact-title {
  padding-top: 50px;
  text-align: center;
  color: #000103;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.page-contact .contact-title::after {
  content: "";
  display: block;
  height: 0;
  width: 62px;
  margin: 20px auto 50px;
  border-bottom: 3px solid #a81118;
}

.page-contact .contact-info {
  margin-top: 60px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 80px;
}

.page-contact .contact-info li {
  float: left;
  position: relative;
  width: 25%;
}

.page-contact .contact-info li .big-font, .page-contact .contact-info li .small-font {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
              not supported by any browser */
}

.page-contact .contact-info li .big-font {
  text-align: center;
}

.page-contact .contact-info li .big-font .iconfont {
  font-size: 80px;
  color: rgba(153, 153, 153, 0.1);
}

.page-contact .contact-info li .small-font {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -23px;
  color: #333;
}

.page-contact .contact-info li .small-font .iconfont {
  font-size: 46px;
}

.page-contact .contact-info li .small-font .iconfont::after {
  content: "";
  display: block;
  width: 30px;
  height: 0;
  margin: 11px auto 0;
  border-bottom: 1px solid #a81118;
}

.page-contact .contact-info li .info-cont {
  text-align: center;
}

.page-contact .contact-info li .info-cont .tit {
  padding: 10px 0 20px;
  font-size: 16px;
  font-family: 'Montserrat';
  letter-spacing: 1px;
}

.page-contact .contact-info li .info-cont .cont {
  margin: 0 auto;
  font-size: 14px;
  color: #777;
}

/*翻页样式*/
.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: #a81118;
  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: #a81118;
  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 #a81118;
}

.paging li:hover a.e {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #a81118;
}

.paging li.e:hover a {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #a81118;
}

.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -32px center no-repeat #a81118;
}

.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -100px center no-repeat #a81118;
}

.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: #a81118;
  border: 1px solid #a81118;
  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: #a81118;
  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 #a81118;
}

.float-right-box .top-list .ico_tel {
  background: url(../images/elf.png) no-repeat -188px -9px #a81118;
}

.float-right-box .top-list .ico_phone {
  background: url(../images/elf.png) no-repeat -68px -186px #a81118;
}

.float-right-box .top-list .ico_dizhi {
  background: url(../images/elf.png) no-repeat -189px -126px #a81118;
}

.float-right-box .top-list .ico_email {
  background: url(../images/elf.png) no-repeat -67px -8px #a81118;
}

.float-right-box .top-list .ico_wechat {
  background: url(../images/erweima.png) no-repeat center #a81118;
  background-size: 28px 28px;
}

.float-right-box .top-list .ico_top {
  background: url(../images/elf.png) no-repeat -188px -69px #a81118;
}

.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/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: 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;
}
/*# sourceMappingURL=css.css.map */