.head{
  position:sticky;
  top:0;
  width: 100%;
  background:var(--main-color);
  z-index: 1000;
}
.head .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.logo{
  display:flex;
  align-items: center;
}
.logo>img{
  max-height: 48px;
}
.logo>img:first-of-type{
  max-height: 56px;
  filter:brightness(100);
  margin-right: 10px;
}
.head ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 35%;
}
.head ul li a{
  font-size: 2rem;
  color: #ffffff;
}
.head ul li a:hover,.head ul li.active a{
  font-weight: bold;
}
.head_right{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.head_right>div{
  border-radius:22px;
  background:#fff;
  height: 44px;
}
.telicon{
  box-sizing: border-box;
  padding:0 15px;
  line-height: 42px;
  display:flex;
  align-items: center;
}
.telicon h5{
  font-size: 2rem;
  font-weight: bold;
  color:var(--main-color);
  margin-left: 8px;
}



/*banner*/
.swiper-mbanner,
.swiper-banner{
  position: relative;
  overflow:hidden;
}
.mbanner .swiper-slide,
.banner .swiper-slide {
  width: 100%;
}
.mbanner .swiper-slide a,
.banner .swiper-slide a{
  display:block;
  width:100%;
}
.mbanner .swiper-slide a img,
.banner .swiper-slide a img{
  width: 100%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
  border-radius: 50%;
  width: 75px;
  height: 75px;
  border: 2rem solid rgba(255, 255, 255, 0.4);
  transition: .3s ease;
}

.banner .swiper-button-prev{
  left: -30px;
  background:url("../images/btn_l.png") no-repeat center;
}
.banner .swiper-button-next{
  right: -30px;
  background:url("../images/btn_r.png") no-repeat center;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{
  display:none;
}
.banner .swiper-button-prev:hover{
  left:-20px;
}
.banner .swiper-button-next:hover{
  right: -20px;
}


/*main*/
#main {
  overflow: hidden;
}
.title{
  padding-top: 4vw;
  padding-bottom:2vw;
  text-align: center;
}
.title h2{
  font-weight: bold;
  font-size: 4.6rem;
  color: #383838;
}
.title p{
  font-size: 2rem;
  color: #383838;
}
.title small{
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #656565;
}
.title_w h2,.title_w p{color:#fff;}

/* 首页产品 */
.indexpro{
  background:#f5f5f5;
  padding-bottom: 4vw;
}
.indexpro_fl{
  display:grid;
  gap:10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: center;
}

.indexpro_fl>a{
  display:block;
  text-align: center;
  min-width: 170px;
  box-sizing: border-box;
  padding:0 10px;
  line-height: 60px;
  background: #ffffff;
  border-radius: 6px;
  font-size: 1.8rem;
  color: #444444;
  transition: 350ms 0s all ease;
  position: relative;
  overflow:hidden;
}

.indexpro_fl>a:after{
  background:var(--main-color);
  display:block;
  content: '';
  position:absolute;
  bottom:0;
  left:50%;
  height: 2px;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  transition: .3s ease;
}
.indexpro_fl>a:hover {
  font-weight: bold;
  color:var(--main-color);
}
.indexpro_fl>a:hover:after {
  opacity: 1;
}

.indexpro_list{
  width: 100%;
  margin-top: 1vw;
}
.swiper-pro{
  width: 100%;
  position:relative;overflow:hidden;
}
.indexpro_list .swiper-slide {
  height: 100%;
}
.indexpro_list .swiper-slide a{
  display:block;
  width: 100%;
  height: 100%;
  background:#fff;
  border-radius: 6px;
  text-align: center;
}
.indexpro_list .swiper-slide a b img{
  transition: 350ms 0s all ease;
  transform: scale(1.02);
}
.indexpro_list .swiper-slide a:hover b img {
  transform: scale(1);
}
.indexpro_list .swiper-slide a b{
  width: 100%;
  height: 15vw;
  box-sizing: border-box;
}
.indexpro_list .swiper-slide a div{
  height: 200px;
}
.indexpro_list .swiper-slide a h4{
  font-size: 2rem;
  color: #444444;
  font-weight: bold;
}
.indexpro_list .swiper-slide a p{
  color: #575757;
  font-size: 2rem;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  padding:0 10px;
  line-height: 60px;
  transition: 350ms 0s all ease;
}
.indexpro_list .swiper-slide a:hover p{
  color: var(--main-color);
}
.morebtn{
  border-radius: 22px;
  border:1px solid #343434;
  width: 17rem;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto;
}
.morebtn i{
  font-style: normal;
  font-size: 1.8rem;
  color: #313131;
}
.morebtn img{
  margin-left: 15px;
}

/*adv*/
.indexadv{
  padding-bottom: 4vw;
}
.swiper-advfl {
  width: 100%;
  margin: 0 auto;
  perspective: 1200px;
  padding-bottom:30px;
}
.swiper-advfl .swiper-slide {
  width: 52%;
  height: 51rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.51);
}
.advfl{
  width: 88%;
  margin:0 auto;
  padding-top: 2vw;
  display:flex;
  align-items: center;
}
.advfl img{
  margin-right: 15px;
  height: 60px;
}
.advfl div h5{
  font-weight: bold;
  color: #fff;
  font-size: 2.6rem;
}
.advfl div small{
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
}
.indexadv .swiper-pagination{
  position:relative;
  margin:0 auto;
  margin-top: 2vw;
}



/* 分页器样式 */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #e63946;
}

/*关于*/
.indexcombg{
  background:#f5f5f5;
  padding-top:4vw;
  position:relative;
  overflow:hidden;
  padding-bottom: 20px;
}
.indexcombg:before{
  background:#fff;
  display:block;
  content:'';
  position:absolute;
  left:0;
  width: 100%;
  bottom:0;
  height: 12rem;
}
.indexcom01{
  position:relative;
  display:flex;
  align-items: center;
}
.indexcom01>b{
  width: 50%;
  height: 100%;
}
.indexcom_text{
  width: 50%;
  box-sizing: border-box;
  padding:3vw 1.5vw;
}
.indexcom_text>h1{
  font-size: 4.6rem;
  color: #3f3f3f;
  font-weight: bold;
}
.indexcom_text>small{
  font-size: 2rem;
  color: #3f3f3f;
  display:block;
}
.indexcom_text>i{
  display:block;
  width: 3rem;
  height: 3px;
  background:var(--main-color);
  margin-top: 10px;
  margin-bottom: 10px;
}
.indexcom_text>p{
  font-size: 1.8rem;
  color: #555555;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.indexcom_text>div{
  margin-top: 2.5vw;
  display:flex;
  align-items: center;
}
.indexcom_text>div>a{
  display:flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  text-align: center;
  width: 15rem;
  border-radius: 8px;
  line-height: 50px;
  background:var(--main-color);
  font-size: 1.8rem;
  color: #fff;
  transition: .3s ease;
}
.indexcom_text div a:last-of-type{
  background:#fff;
  color: #303030;
}
.indexcom_text>div>a svg{
  width: 25px;
  margin-right: 5px;
}
@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.shinydarken:hover{
  background: #007eaf;
  background:linear-gradient(-45deg, #2284fb 50%, #0a0e92 60%, #2e59d4 70%);
  background-size: 600% 100%;
  -webkit-animation: shine 20s infinite;
  animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.grayhover:hover,
.indexcom_text div a.grayhover:hover{
  color: #fff;
  background: #fb9115;
  background:linear-gradient(-45deg, #ea8a24 50%, #ff8803 60%, #eba354 70%);
  background-size: 600% 100%;
  -webkit-animation: shine 20s infinite;
  animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.grayhover:hover svg path{
  fill: #fff;
}

.indexcom02{
  background:#fff;
  box-shadow: 0 0 10px #ddd;
  box-sizing: border-box;
  padding:3rem;
  position:relative;
  margin-top:1vw;
}
.swiper-com .swiper-slide a{
  width: 100%;
  height: 8vw;
  position:relative;
  overflow:hidden;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.swiper-com .swiper-slide a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 350ms ease;
}
.swiper-com .swiper-slide a:hover img{
  transform: scale(1.05);
}





/*indexnews*/
.indexnews{
  padding-bottom: 4vw;
}
.indexnews_ul{
  width: 100%;
  min-height:56rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
}
.indexnews_ul a{
  display:block;
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
  box-sizing: border-box;
  transition: 350ms ease;
}
.indexnews_ul .news_pic{
  grid-column:1;
  grid-row: span 2;
}
.news_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 350ms ease;
}
.indexnews_ul .news_pic:hover img{
  transform: scale(1.05);
}
.news_pic div{
  position:absolute;
  left:0;
  bottom:0;
  width: 100%;
  box-sizing: border-box;
  padding:4rem;
  background: linear-gradient(0deg, #059c7f 0%, rgba(5, 156, 127, 0) 100%);;
}
.news_pic div h3{
  font-size: 2.6rem;
  color: #fff;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_pic div small{
  font-size: 1.6rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_text{
  flex:1;
  padding:4rem;
  background:#f3f3f3;
}
.indexnews_ul a:nth-of-type(2),
.indexnews_ul a:nth-of-type(5){
  background:#e7e7e7;
}
.indexnews_ul a.news_text:hover{
  background:#059c7f;
}

.news_text div h3{
  font-size: 2.4rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: 350ms ease;
  font-weight: bold;
  margin-bottom: 20px;
}
.news_text div small{
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 350ms ease;
}
.newsmore{
  display:flex;
  justify-content: center;
  align-items: center;
  color: #343434;
  border-radius: 18px;
  border:1px solid #343434;
  background:#fff;
  width: 120px;
  line-height: 2;
  margin-top: 5rem;
}
.newsmore span{
  font-size: 1.6rem;
  color: #313131;
  margin-right: 4px;
}
.indexnews_ul a.news_text:hover h3,
.indexnews_ul a.news_text:hover small{
  color: #fff;
}


/*formadv*/
.formadv{
  background:url("../images/formadvbg.jpg") no-repeat center/cover;
  background-attachment: fixed;
  padding-bottom: 4vw;
}
#myformData{
  display:grid;
  grid-gap:20px;
  grid-template-columns:1fr 1fr 3fr 1.5fr 1fr;
}
#myformData>textarea,
#myformData>input{
  background:#fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding:0 20px;
  font-size: 1.8rem;
  color: #606060;
  overflow:hidden;
  line-height: 70px;
  height: 70px;
}
.formcode{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#fff;
  border-radius: 4px;
  overflow:hidden;
}
.formcode input{
  font-size: 1.8rem;
  color: #606060;
  box-sizing: border-box;
  padding:0 20px;
  width: calc(100% - 100px);
}
.formcode .verify{
  width:100px;
  height: 70px;
  background:#f3fbfe;
  display:flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.formcode .verify img{
  max-width:100%;
  max-height: 100%;
}
#myformData .submit{
  background:#059c7f;
  line-height: 70px;
  border-radius: 4px;
  overflow:hidden;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}


/*msg*/
.indexmsg{
  padding-bottom:4vw;
}
.indexmsg .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#f4f4f4;
  height: 461px;
}
.indexmsg .warpper>b{
  width: 50%;
  height: 100%;
}
.indexmsg .warpper>b img{

}
.zcontact_msg{
  width: 50%;
  box-sizing: border-box;
  padding:2vw;
}
.zcontact_msg>p{
  font-size: 2.4rem;
  color: #3b3b3b;
  margin-bottom: 1vw;
}
#formData{
  width: 100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#formData input {
  box-sizing: border-box;
  padding-left:17px;
  background:#fff;
  line-height: 64px;
  width: 32%;
  margin-bottom: 17px;
  font-size: 1.6rem;
  color: #757575;
  position:relative;
}
.code_bom{
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#formData .code{
  width: 49%;
  background:#fff;
  display:flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  overflow:hidden;
}
#formData .code input{
  margin-bottom: 0;
}
#formData .code .verify{
  background:#f3fbfe;
  width: 40%;
  height: 64px;
}
#formData textarea{
  font-size: 1.6rem;
  color: #757575;
  box-sizing: border-box;
  padding:0 15px;
  padding-left:17px;
  line-height: 50px;
  margin-bottom: 17px;
  width: 100%;
  height: 183px;
}

#formData input::placeholder,
#formData textarea::placeholder{
  font-size: 1.6rem;
  color: #757575;
}
#formData .submit{
  width: 49%;
  line-height: 64px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  background:#059c7f;
  transition: 350ms 0s all ease;
}
#formData .submit:hover{
  background:linear-gradient(30deg,#ff8a00, #f3c04b);
}

.footer{
  background:#1e2126;
}
.foot-nav{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:2vw 0;
}
.foot-logo{
  display:flex;
  align-items: center;
}
.foot-logo a{
  display:flex;
  align-items: center;
  padding-right: 17px;
  margin-right: 17px;
  position:relative;
}
.foot-logo a img:first-of-type{
  margin-right: 5px;
}
.foot-logo a:after{
  position:absolute;
  display:block;
  content: '';
  right:0;
  top:50%;
  transform: translateY(-50%);
  width: 1px;
  height: 38px;
  background:#545454;
}
.foot-logo a img{
  max-height: 53px;
}
.foot-logo h1{
  font-weight: bold;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 7.8px;
}
.foot-logo small{
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}
.foot_tel{
  display:flex;
  align-items: center;
  justify-content: flex-end;
}
.foot_tel>div{
  margin-left: 15px;
}
.foot_tel p{
  color: #fff;
  line-height:1.2;
  font-size: 1.8rem;
}
.foot_tel h4{
  line-height:1.2;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
}



.foot-nav-list{
  display:flex;
  align-items: center;
  margin-bottom: 3vw;
}
.foot-nav-list li a{
  font-size: 2rem;
  color: #fff;
  transition: .3s ease;
}
.foot-nav-list li{
  margin-right: 2vw;
}
.foot-nav-list li a:hover{
  font-weight: bold;
}
.fot_mid{
  border-top: 1px solid rgba(255, 255, 255, 0.30);
  padding:1.5vw 0;
}
.fot_mid .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.fot_mid_left_ul{
  display:flex;
  align-items: center;
  justify-content: flex-start;
}
.fot_mid_left_ul li{
  margin-right: 1.5vw;
  display:flex;
  align-items: center;
}
.fot_mid_left_ul li img{
  margin-right: 15px;
}
.fot_mid_left_ul li div>small{
  font-size: 1.6rem;
  color: #fff;
}
.fot_mid_left_ul li div>h4{
  font-size: 2.4rem;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
}
.fot_mid_right{
  width: 160px;
  background:#fff;
  box-sizing: border-box;
  padding:10px;
  padding-bottom:0;
}
.fot_mid_right>img{
  width: 100%;
}
.fot_mid_right>p{
  font-size: 1.4rem;
  color: #292929;
  line-height: 30px;
  text-align: center;
}


.foot{
  background:#31363c;
  padding:10px 0;
  font-size: 1.8rem;
  color: #fff;
}
.foot .warpper a{
  font-size: 1.8rem;
  color: #fff;
}





























.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}


