﻿.index-banner {
  width: 100%;
  height: 740px;
  position: relative;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
video {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  width:18px;
  height:18px;
  background:rgba(255,255,255,1);
  opacity:0.55;
  border-radius:9px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background:#C11814;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 36px;
}
.slide-index {
  width: 100%;
  display: block;
}
.slide-index1 {
  background: url(../images/banner-index1.png) no-repeat center center;
  background-size: cover;
}
.slide-index2 {
  background: url(../images/banner-index2.png) no-repeat center center;
  background-size: cover;
}
.slide-index3 {
  background: url(../images/banner-index3.png) no-repeat center center;
  background-size: cover;
}

.index-about-cont {
  background: url(../images/index-about-bg.png) no-repeat center center;
  height: 403px;
}
.index-about-info {
  float: left;
  padding-top: 41px;
  width: 500px;
}
.index-about-info img {
  display: block;
  margin-bottom: 21px;
}
.index-about-info p {
  font-size: 14px;
  color: #FFE6E6;
  width: 525px;
  text-indent: 2em;
}
.index-about-info a {
  display: block;
  width: 140px;
  height: 44px;
  border: 1px solid #fff;
  margin-top: 33px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 44px;
}
.index-about-info a i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  background: url(../images/more.png) no-repeat top center;
  height: 14px;
  margin: -4px auto auto 10px;
}
.index-about-info a:hover {
  background: rgba(255,255,255,1);
  color: #C11814;
}
.index-about-info a:hover i {
  background: url(../images/more_hover2.png) no-repeat top center;
}
.index-about-img {
  float: right;
}
.index-about-img img {
  display: block;
}

.product-item {
  /* box-sizing: border-box; */
  display: block;
  float: left; 
  /* display: inline-block; */
  width: 380px;
  height: 402px;
  border: 1px solid #fff;
  background:#fff;
  box-shadow:0px 0px 76px 0px rgba(152,152,152,0.14);
  margin-bottom: 30px;
  margin-right: 15px;
  text-align: center;
}
.product-item.noright {
  margin-right: 0;
}
.product-item:hover {
  border: 1px solid #C11814;
}
.product-item:hover .product-name {
  background: #C11814 url(../images/product-name-bg.png) no-repeat center center;
  color: #fff;
}
.product-img {
  width: 370px;
  height: 320px;
  overflow: hidden;
}
.product-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-name {
  height: 80px;
  line-height: 70px;
  font-size: 18px;
  color: #333;
}
.product-more {
  margin-bottom: 60px;
}
.product-more a:hover {
  cursor: pointer;
  border: 1px solid #C11814;
  color: #C11814;
}
.product-more a:hover i {
  background: url(../images/more_hover.png) no-repeat top center;
}
.product-more a {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 44px;
  border: 1px solid #7F7F7F;
  border-radius: 22px;
  text-align: center;
  line-height: 44px;
  color: #7F7F7F;
}
.product-more a i {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  background: url(../images/more1.png) no-repeat top center;
  height: 8px;
  margin: -4px auto auto 10px;
}

.index-news {
  background: url(../images/news-bg.jpg) no-repeat top center;
  padding-top: 187px;
}
.index-news-cont {
  width:1330px;
  margin: 0 auto;
  background:#fff;
  box-shadow:-1px 10px 115px 1px rgba(153,153,153,1);
  padding: 65px 100px 45px;
}
.index-news-top {
  overflow: hidden;
  margin-bottom: 81px;
}
.news-title {
  float: left;
  width: 206px;
  border-bottom: 1px solid #A6A6A6;
  padding-bottom: 27px;
}
.news-title-img img {
  display: block;
}
.news-title-text {
  font-size: 40px;
  color: #131313;
  position: relative;
  line-height: 1em;
  margin-top: -30px;
}
.news-title-text i {
  width: 6px;
  height: 6px;
  background:rgba(44,44,44,1);
  border-radius: 3px;
  display: inline-block;
  position: relative;
  top: -8px;
  margin: 0px;
}
.news-title-text span {
  color: #C11814;
}
.news-title-text::after {
  content: '';
  display: block;
  width:92px;
  height:6px;
  background:#C11814;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.news-more {
  float: right;
  width:140px;
  height:44px;
  border:1px solid rgba(125,125,125,1);
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  color: #7D7D7D;
  font-size: 18px;
}
.news-more i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  background: url(../images/more2.png) no-repeat top center;
  height: 14px;
  margin: -4px auto auto 10px;
}
.news-more:hover {
  border:1px solid #C11814;
  color: #C11814;
}
.news-more:hover i {
  background: url(../images/more_hover2.png) no-repeat top center;
}
.news-more img {
  display: inline;
  padding-left: 19px;
}
.index-news-left {
  float: left;
  width: 450px;
  position: relative;
  display: block;
}
.index-news-img img {
  display: block;
  width: 100%;
  height: 234px;
}
.news-left-date {
  position: absolute;
  top: -25px;
  right: 31px;
  width:95px;
  height:96px;
  background:#fff;
  border:3px solid #C11814;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: SimSun;
  color: #000;
}
.index-news-left .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 37px;
  margin-bottom: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.index-news-left p{
  font-size: 16px;
  height: 100px;
  line-height: 25px;
  color: #848484;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-left-date .day {
  font-size: 45px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 12px;
}
.index-news-right {
  float: right;
}
.index-news-right {
  float: right;
  width: 600px;
}
.index-news-item {
  overflow: hidden;
  display: block;
}
.news-right-date {
  font-size: 14px;
  font-family: SimSun;
  float: left;
  width: 50px;
  color: #656565;
}
.news-right-date .day {
  font-size: 38px;
  line-height: 1.5em;
  /* margin-bottom: 5px; */
  font-weight: bold;
  font-family: sans-serif;
}
.index-news-info {
  float: right;
  width: 530px;
  margin-bottom: 55px;
}
.index-news-info .title {
  font-size: 18px;
  font-weight: bold;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
  color: #000;
}
.index-news-info p {
  font-size: 16px;
  color: #848484;
  height: 50px;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.videos {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.video-slide1 {
  width: 100%;
  height: 100%;
  background: url(../images/banner-index1.png) no-repeat center center;
  background-size: cover;
  display: block;
}
.video-play {
  margin: 0 auto;
  padding-top: 233px;
  width: 74px;
  height: 74px;
  cursor: pointer;
}
.swiper-pagination {
  position: absolute;
  top: 670px;
  text-align: center;
  bottom: 5px;
  height: 18px;
  width: 100%;
  text-align: center;
}
.swiper-pagination2 {
  position: absolute;
  top: 400px;
  text-align: center;
  bottom: 5px;
  height: 18px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch{
	width: 18px;
  height: 18px;
  background: rgba(255,255,255,0.55);
  border-radius: 50%;
  display: inline-block;
  margin: 14px;
}
.swiper-active-switch{
  background:rgba(193,24,20,1);
}







.page-banner {
  background: url(../images/news-banner.jpg) no-repeat center center;
  width: 100%;
  height: 540px;
}
.banner-slogan {
  padding-top: 235px;
  color: #fff;
  text-align: center;
  width: 460px;
  margin: 0 auto;
}
.banner-title {
  font-size: 40px;
  font-weight: bold;
}
.banner-title span {
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
}
.banner-slogan p {
  font-size: 14px;
  position: relative;
}

.banner-slogan p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width:108px;
  height:1px;
  background:rgba(231,231,231,1);
  opacity:0.8;
}
.banner-slogan p::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width:108px;
  height:1px;
  background:rgba(231,231,231,1);
  opacity:0.8;
}
.news-tab {
  margin: 50px 0 60px;
}
.news-tab .tab {
  width: 280px;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
}
.news-tab .tab .tab-item {
  color: #333333;
  font-size: 18px;
  text-align: center;
  width: 140px;
  float: left;
  border: 1px solid #D1D1D1;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.news-tab .tab .tab-item:first-child {
  border-right: 0;
}
.news-tab .tab .tab-item:last-child {
  border-left: 0;
}
.news-tab .tab .tab-item.active {
  background: #C11814;
  border: 1px solid #C11814;
  color: #fff;
}
.notice-list, .news-list {
  margin-bottom: 85px;
}
.notice-item {
  overflow: hidden;
  border-bottom: 1px solid #E5E5E5;
  height: 68px;
  padding-top: 23px;
  display: block;
}
.news-icon {
  float: left;
  margin-right: 24px;
}
.notice-item .title {
  float: left;
  margin-right: 50px;
  font-size: 16px;
  color: #333333;
  width: 960px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice-item .title:hover {
  color: #C11814;
}
.notice-item .date {
  float: right;
  color: #999999;
  font-size: 16px;
}

/*新闻*/
.news-banner {
  background: url(../images/news-banner.jpg) no-repeat center center;
  width: 100%;
  height: 540px;
}
.video-banner {
  background: url(../images/video-banner.jpg) no-repeat center center;
  width: 100%;
  height: 540px;
}
.banner-slogan {
  padding-top: 235px;
  color: #fff;
  text-align: center;
  width: 460px;
  margin: 0 auto;
}
.banner-title {
  font-size: 40px;
  font-weight: bold;
}
.banner-title span {
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
}
.banner-slogan p {
  font-size: 14px;
  position: relative;
}

.banner-slogan p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width:108px;
  height:1px;
  background:rgba(231,231,231,1);
  opacity:0.8;
}
.banner-slogan p::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width:108px;
  height:1px;
  background:rgba(231,231,231,1);
  opacity:0.8;
}
.news-tab {
  margin: 50px 0 60px;
}
.news-tab .tab {
  width: 280px;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
}
.news-tab .tab .tab-item {
  color: #333333;
  font-size: 18px;
  text-align: center;
  width: 140px;
  float: left;
  border: 1px solid #D1D1D1;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.news-tab .tab .tab-item:first-child {
  border-right: 0;
}
.news-tab .tab .tab-item:last-child {
  border-left: 0;
}
.news-tab .tab .tab-item.active {
  background: #C11814;
  border: 1px solid #C11814;
  color: #fff;
}
.notice-list, .news-list {
  margin-bottom: 85px;
}
.notice-item {
  overflow: hidden;
  border-bottom: 1px solid #E5E5E5;
  height: 68px;
  padding-top: 23px;
  display: block;
}
.news-icon {
  float: left;
  margin-right: 24px;
}
.notice-item .title {
  float: left;
  margin-right: 50px;
  font-size: 16px;
  color: #333333;
  width: 960px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice-item .title:hover {
  color: #C11814;
}
.notice-item .date {
  float: right;
  color: #999999;
  font-size: 16px;
}


.news-content {
  display: none;
}
.news-item {
  overflow: hidden;
  padding: 28px 0;
  border-bottom: 1px solid #E5E5E5;
}
.news-img {
  float: left;
  margin-right: 21px;
  width: 268px;
  height: 165px;
  overflow: hidden;
}

.news-img img {
  display: block;
  width: 100%;
}
.news-info {
  float: left;
  width: 900px;
  margin-left: 30px;
}
.news-info .title {
  width: 770px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.news-info .title a{color: #000;
}
.news-info .date {
  font-size: 14px;
  color: #959595;
  margin-bottom: 10px;
}

.news-info p {
  max-height: 50px;
  line-height: 24px;
  font-size: 12px;
  color: #636363;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-info .more {
  display: block;
  width:100px;
  height:30px;
  border:1px solid rgba(193,23,19,1);
  line-height: 30px;
  font-size: 14px;
  color: #B92521;
  text-align: center;
  margin-top: 16px;
}
.news-info a:hover {
  background-color: #C11814;
  color: #FFFFFF;
}
.news-detail {
  width: 1200px;
  margin: 45px auto 115px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 76px 0px rgba(152,152,152,0.1);
}
.detail-header {
  height: 62px;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 63px;
}
.detail-tag {
  line-height: 62px;
  float: left;
  position: relative;
  font-size: 20px;
  color: #C11713;
  font-weight: bold;
}

.detail-tag::after {
  content: '';
  display: block;
  width:80px;
  height:3px;
  background:rgba(193,23,19,1);
  border-radius:1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.go-back {
  float: right;
  line-height: 62px;
  color: #656565;
  font-size: 14px;
}
.go-back img {
  vertical-align: middle;
}
.detail-cont {
  padding: 45px 63px;
}
.detail-cont .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.detail-cont .date {
  padding-top: 24px;
  font-size: 12px;
  color: #999;
  line-height: 1em;
  padding-bottom: 35px;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
}
.detail-desc p {
  line-height: 28px;
  font-size: 14px;
  color: #656565;
  margin-top: 20px;
  text-indent:25px;
}
.detail-desc p:nth-child(1) {
  margin-top: 30px;
}
.detail-desc p img {
  display: block;
  margin: 40px auto auto auto;
  width: 1020px;
}


/*新闻*/

/*产品*/

.product-banner {
  background: url(../images/product-banner.jpg) no-repeat center center;
  width: 100%;
  height: 540px;
}
.banner-slogan {
  padding-top: 235px;
  color: #fff;
  text-align: center;
  width: 540px;
  margin: 0 auto;
}
.banner-title {
  font-size: 40px;
  font-weight: bold;
}
.banner-title span {
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
}
.banner-slogan p {
  font-size: 14px;
  position: relative;
}

.banner-slogan p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width:108px;
  height:1px;
  background:rgba(231,231,231,1);
  opacity:0.8;
}
.banner-slogan p::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width:108px;
  height:1px;
  background:rgba(231,231,231,1);
  opacity:0.8;
}

.tab-hd .item{ 
  padding: 0 15px;
  min-width:130px;
  height:50px;
  line-height: 50px;
  border:1px solid rgba(210,210,210,1);
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  color: #000;
  text-align: center;
  font-weight:500;
  background: #fff;
  cursor: pointer;
}
.tab-hd .item:hover { 
  color: #C11814;
  border-color: #C11814;
}
.tab-hd .item img {
  display: inline;
  position: relative;
  top: 3px;
  padding-right: 8px;
  display: none;
}
.tab-hd .item.active{
  color: #fff;
  background: #C11814;
  box-shadow:0px 0px 21px 0px rgba(225,79,79,0.3);
}
.tab-hd .item.active img {
  display: inline;
}

.tab-hd{
  padding: 50px 0 50px ;
}
.product-list {
  text-align: center;
}
.product-item {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 315px;
  border: 1px solid #fff;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 76px 0px rgba(152,152,152,0.14);
  margin-bottom: 30px;
  margin-right: 30px;
}
.product-item:nth-child(4n) {
  margin-right: 0
}
.product-item:hover {
  border: 1px solid #C11814;
}
.product-item:hover .product-name {
  background: #C11814 url(../images/product-name-bg.png) no-repeat center center;
  color: #fff;
}
.product-img {
  width: 313px;
  height: 320px;
  overflow: hidden;
}
.product-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-name {
  height: 80px;
  line-height: 70px;
  font-size: 18px;
  color: #333;
}
.product-detail {
  width: 1200px;
  margin: 45px auto 115px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 76px 0px rgba(152,152,152,0.1);
}
.detail-header {
  height: 62px;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 63px;
}
.detail-tag {
  line-height: 62px;
  float: left;
  position: relative;
  font-size: 20px;
  color: #C11713;
  font-weight: bold;
}

.detail-tag::after {
  content: '';
  display: block;
  width:100%;
  height:3px;
  background:rgba(193,23,19,1);
  border-radius:1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.go-back {
  float: right;
  line-height: 62px;
  color: #656565;
  font-size: 14px;
}
.go-back img {
  vertical-align: middle;
}
.detail-cont {
  padding: 45px 63px 107px;
  overflow: hidden;
  background: url(../images/product-detail-bg.png) no-repeat right bottom;
}
.detail-img {
  float: left;
  width: 380px;
  height: 380px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(202,202,202,1);
  text-align: center;
  margin-right: 57px;
  overflow: hidden;
}
.detail-img img {
  width: 100%;
}
.detail-info .name {
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0 35px;
}
.detail-info .guige {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.detail-info .guige span {
  color: #C11713;
}

.detail-info p {
  font-size: 14px;
  line-height: 28px;
  color: #656565;
}


/*产品*/

/*联系我们*/
.contact-banner {
  background: url(../images/banner-index4.jpg) no-repeat center center;
  width: 100%;
  height: 540px;
}

.message-banner {
  background: url(../images/message-banner.jpg) no-repeat center center;
  width: 100%;
  height: 540px;
}

.banner-slogan {
  padding-top: 235px;
  color: #fff;
  text-align: center;
  width: 460px;
  margin: 0 auto;
}
.banner-title {
  font-size: 40px;
  font-weight: bold;
}
.banner-title span {
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
}
.banner-slogan p {
  font-size: 14px;
  position: relative;
}

.banner-slogan p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width:108px;
  height:1px;
  background:rgba(231,231,231,1);
  opacity:0.8;
}
.banner-slogan p::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width:108px;
  height:1px;
  background:rgba(231,231,231,1);
  opacity:0.8;
}

.contact-customer-service {
  width: 187px;
  height: 70px;
  background: rgba(44,44,44,1);
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 9999;
}

.contact-customer-service i {
  display: inline-block;
}

.contact-customer-service .customer-service {
  /* display: inline-block; */
  background: url(../images/customer_service.png) no-repeat center center;
  height: 72px;
  width: 72px;
  margin-left: -35px;
}

.contact-customer-service .customer-service:hover {
  cursor: pointer;
}

.contact-customer-service .customer-service-online {
  display: inline-block;
  background: url(../images/online.png) no-repeat center center;
  height: 16px;
  width: 16px;
  vertical-align: top;
  margin: 28px 7px;
}

.contact-customer-service span {
  display: inline-block;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  vertical-align: top;
  height: 70px;
  line-height: 70px;
  margin-left: 6px;
}

.contact-type {
  width: 100%;
 }

.contact-type .contact-message-board {
  position: relative;
  top: -110px;
  width:1200px;
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 43px 0px rgba(152,152,152,0.17);
  padding: 58px 72px 88px 72px;
  margin: 0 auto;
}

.contact-type .contact-message-board .title {
  width:100%;
  height:74px;
  text-align: center;
  font-size:26px;
  font-weight: 400;
  color:rgba(0,0,0,1);
}

.contact-type .contact-message-board .form>div:nth-child(3) {
  text-align: center;
}

.contact-type .contact-message-board .form input, .contact-type .contact-message-board .form select {
  display: inline-block;
  width: 24.6%;
  height:46px;
  background:rgba(247,247,247,1);
  border: 0;
  padding: 12px;
  color: #888888;
  font-size: 14px;
  vertical-align: middle;
  outline: none;
  border: 0;
}

.contact-type .contact-message-board .form input::-webkit-input-placeholder {
  color: #888888;
  font-size: 14px;
}

.contact-type .contact-message-board .form input[name=name] {
  outline: none;
}
.contact-type .contact-message-board .form input[name=telephone] {
  outline: none;
}

.contact-type .contact-message-board .form input[name=title] {
  width:100%;
  margin-top: 26px;
}

.contact-type .contact-message-board .form textarea[name=inquiry_demad] {
  background:rgba(247,247,247,1);
  border: 0;
  padding: 16px;
  color: #888888;
  font-size: 14px;
  width:100%;
  height: 204px;
  margin-top: 26px;
  resize: none;
  outline: none;
}

.contact-type .contact-message-board .form textarea[name=inquiry_demad]::-webkit-input-placeholder{
  color: #888888;
  font-size: 14px;
}

.contact-type .contact-message-board .form input[type=button] {
  width:477px;
  height:58px;
  background:rgba(193,24,20,1);
  border-radius:2px;
  text-align: center;
  font-size:20px;
  color: #FFFFFF;
  margin: 54px auto auto auto;
}

.contact-type .contact-message-board .form input[type=button]:hover {
  cursor: pointer;
  opacity: 0.7;
}
.contact-type .contact-message-board .form input[type=button]:active {
  outline: none;
}
.contact-type .company {
  width: 1200px;
  padding: 0 96px;
  margin: 0 auto;
}

.contact-type .company .center-title {
  margin: 20px auto 100px;
}

.contact-type .company .info {
  position: relative;
  width: 100%;
  height: 230px;
}

.contact-type .company .info>div {
  position: absolute;
  text-align: center;
}

.contact-type .company .info>div:nth-child(1) {
  left: 0;
}

.contact-type .company .info>div:nth-child(2) {
  left: 38.7%;
}

.contact-type .company .info>div:nth-child(3) {
  right: 0;
}


.contact-type .company .info img {
  width: 90px;
  height: 90px;
}

.contact-type .company .info .title {
  font-size:18px;
  color:rgba(0,0,0,1);
  margin-top: 22px;
}

.contact-type .company .info .content {
  font-size:24px;
  color:rgb(193 24 20);
  margin-top: 12px;
}

#address {
  width: 100%;
  height: 480px;
}

.infoWindow {
  width: 230px;
  height: 54px;
}

.infoWindow .companyName{
  font-size: 14px;
  color:rgba(220,2,31,1);
}

.infoWindow .adderss{
  font-size: 12px;
  color:rgba(153,153,153,1);
  margin-top: 10px;
}



/* 翻页*/
.browse{width:100%;height:115px;    border-top: 1px #e5e5e5 solid;}
.browse .ul1{width:100%}
.browse .ul1{margin-top:30px;float:left;overflow:hidden}
.browse .ul1 li{width:45%;font-size:14px;color:#999;line-height:22px;height:30px;}
.browse .ul1 li a{color:#333;}
.browse .ul1 li a:hover{color:#d7181e;text-decoration:underline}
.pagination{text-align:center;padding: 10px 0 10px 0;}
.pagination a, .pagination span{background:#fff;vertical-align:middle;border:1px solid #eee;color:#444;padding:5px 8px;margin:0 3px}
.pagination a:hover{background:#eee;color:#d7181e}
.pagination span.current{background:#d7181e;color:#fff}
.pagination span.disable{background:#f2f2f2;color:#999}




.fanye{  text-align:center;  margin:30px 0 20px 0;}
.fanye li{display:inline}
.fanye a, .fanye span{ border:#bbb solid 1px; 
    padding:0px 15px; 
    font-size:14px; 
    color:#666; 
    line-height: 36px; 
    display: inline-block; 
    border-radius: 5px;
    margin:0 1px;}
.fanye a:hover{ color:white; 
    background-color:#dc2017; 
    border:#dc2017 solid 1px;}
.fanye span.current{ color:white; 
    background-color:#dc2017; 
    border:#dc2017 solid 1px;}
.fanye span.disable{  }
.fanye .active span{background:#dc2017;color:#ffffff}



#footer{width: 100%; height: 110px; background-color: #24292d}
.footm{width: 1200px; margin: 0 auto; height: 110px; overflow: hidden}
.footl{padding: 30px 0; height: 110px; width: 700px; float: left}
.footl .footlogo{float: left; border-right: #999999 2px solid; padding-right: 20px; margin-right:20px;}
.footl p{color: #fff; line-height: 30px; height: 30px; font-size: 14px}
.footl p a{color: #fff; }
.footr{float: right; width: 350px; height: 110px; padding: 30px 0}
.footr p{float: right; color: #fff; line-height: 30px; height: 30px; font-size: 14px}
.footr p a{float: right; color: #fff; }
.footr img{width: 70px; float: right; margin-left: 10px}