﻿@font-face {
  font-family: lianmeng;
  src: url('../font/lianmeng.TTF');
}
@font-face {
  font-family: rzzy;
  src: url('../font/rzzy.TTF');
}
@font-face {
  font-family: youshe;
  src: url('../font/youshe.ttf');
}

.head{
  position:fixed;
  width: 100%;
  top:0;
  left:0;
  z-index: 1000;
  background:transparent;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.headfix{
  background:#fff;
}
.head>.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.headfix>.warpper{
  height: 98px;
}
.logo{
  position: relative;
  overflow: hidden;
  display:flex;
  align-items: center;
}
.logo>img{
  max-height: 75px;
}
.logo>img:last-of-type{
  margin-left: 15px;
  filter:grayscale(0) brightness(100);
}
.headfix .logo>img:last-of-type {
  filter:grayscale(1) brightness(1);
}
.nav-bar{
  width: 842px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.nav-bar li{
  position:relative;
}
.nav-bar li:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width: 100%;
  height:7px;
  background:#e62129;
  transform-origin:100%;
  -webkit-transform-origin:100%;
  -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transform:scaleX(0);
  -webkit-transform:scaleX(0);
  visibility:hidden\9;
}
.nav-bar li.active:before,
.nav-bar li:hover:before{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}
.nav-bar li>a{
  font-family: sans-serif;
  position:relative;
  font-size: 2rem;
  line-height: 20px;
  color: #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.headfix .nav-bar li>a {
  color: #151515;
}

/*search*/
.searchshow{
  border-radius:24.5px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  border:1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 18px;
}
.searchshow input[type=text]{
  line-height: 49px;
  color: #fff;
  font-size: 1.6rem;
  width: 158px;
  background:none;
}
.searchshow input[type=text]::placeholder{
  color: #fff;
  font-size: 1.6rem;
}
.searchshow input[type=submit]{
  width: 30px;
  height:49px;
  background:url("../image/search.png") no-repeat center;
  cursor: pointer;
}

.headfix .searchshow{
  border:1px solid #151515;
}
.headfix .searchshow input[type=text]::placeholder,.headfix .searchshow input[type=text]{
  color:#151515;
}
.headfix .searchshow input[type=submit] {
  background:url("../image/search2.png") no-repeat center;
}
/*banner*/
.banner{
  width: 100%;
  height: 920px;
  position:relative;
  overflow:hidden;
}
.swiper-banner{
  width: 100%;
  height: 100%;
}
.banner>.warpper{
  height: 72px;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 99;
}
.banner .swiper-pagination,.mbanner .swiper-pagination span{
  bottom:23px;
}
.banner .swiper-pagination span,.mbanner .swiper-pagination span{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:#fff;
  opacity:1;
  margin:0 6px!important;
}
.mbanner .swiper-pagination span.swiper-pagination-bullet-active,
.banner .swiper-pagination span.swiper-pagination-bullet-active{
  background:#e62129;
}

.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
  color: #fff;
  font-size: 22px;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 72px;
  height: 72px;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
  background:#e62129;
}
.mbanner .swiper-slide>a{display:block;}
.mbanner .swiper-slide>a img{width:100%;}
.banner .swiper-slide>a{
  display:block;
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
}
.ban_cont{
  width:calc(92% - 266px);
  display:flex;
  justify-content: space-between;
  align-items: center;
  position:relative;
  height: 100%;
  margin:0 auto;
}
.re_oh{
  position:relative;
  overflow:hidden;
}
.t1{height: 4rem;}
.t2{height: 8rem; margin:25px 0;}
.t3{height: 2.5rem; margin-bottom:1vw;}
.t4{
  opacity: 0;
  -webkit-transition: 350ms 300ms all ease;
  -moz-transition: 350ms 300ms all ease;
  -ms-transition: 350ms 300ms all ease;
  -o-transition: 350ms 300ms all ease;
  transition: 350ms 300ms all ease;
}
.ban_text{
  width: 100%;
}
.ban_text p{
  color: #fff;
  padding-left: 145px;
  font-size: 4rem;
  line-height: 4rem;
  position:absolute;
  left:0;
  top:10px;
  opacity: 0;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
}
.ban_text h3{
  position:absolute;
  left:0;
  top:10px;
  font-size: 6.5rem;
  line-height: 6.5rem;
  letter-spacing: 4px;
  font-family: ali;
  color: #fff;
  opacity: 0;
  -webkit-transition: 350ms 100ms all ease;
  -moz-transition: 350ms 100ms all ease;
  -ms-transition: 350ms 100ms all ease;
  -o-transition: 350ms 100ms all ease;
  transition: 350ms 100ms all ease;
}
.ban_text small{
  position:absolute;
  left:0;
  top:10px;
  font-size: 2.2rem;
  color: #fff;
  font-weight: lighter;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
}
.ban_text span{
  border-radius: 6px;
  padding:12px 20px;
  font-size: 2.1rem;
  font-weight: lighter;
  color: #fff;
  background:#e62129;
  display:inline-block;
}
.banner .ani-slide .ban_text p,.banner .ani-slide .ban_text h3,.banner .ani-slide .ban_text small{
  top:0;
  opacity: 1;
}
.banner .ani-slide .t4{
  opacity: 1;
}



.ban_pic{
  position:absolute;
  right:0;
  overflow:hidden;
  width: 50%;
  height: 100%;
}
.ban_pic>img{
  max-width: 100%;
  max-height: 100%;
  position:absolute;
  bottom:0;
  left:-30px;
  opacity: 0;
}
.banner .ani-slide .ban_pic>img {
  bottom:0;
  left:0;
  opacity: 1;
  -webkit-transition: 350ms 0ms all linear;
  -moz-transition: 350ms 0ms all linear;
  -ms-transition: 350ms 0ms all linear;
  -o-transition: 350ms 0ms all linear;
  transition: 350ms 0ms all linear;
}


/*public*/
.title{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 55px;
  margin:0 auto;
}
.title h3{
  font-size: 40px;
  color: #232323;
  font-weight: normal;
  background: url("../image/titbg.png") no-repeat center;
}
.title>small{
  font-size: 16px;
  color: #656565;
  text-align: center;
}

/*indexproduct*/
.indexproduct{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 37vw;
  margin:1vw 0;
}
.indexproduct a{
  display:block;
  width:49.5%;
  position:relative;
  overflow:hidden;
  height: 100%;
}
.indexproduct a>img{
  position:absolute;
  width: 100%;
  height: 100%;
  top:50%;
  left:50%;
  object-fit: cover;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -moz-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  -o-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  -webkit-transition: 350ms 0s all linear;
  -moz-transition: 350ms 0s all linear;
  -ms-transition: 350ms 0s all linear;
  -o-transition: 350ms 0s all linear;
  transition: 350ms 0s all linear;
}
.indexproduct a:hover>img{
  -webkit-transform: translate(-50%,-50%) scale(1.02);
  -moz-transform: translate(-50%,-50%) scale(1.02);
  -ms-transform: translate(-50%,-50%) scale(1.02);
  -o-transform: translate(-50%,-50%) scale(1.02);
  transform: translate(-50%,-50%) scale(1.02);
}
.indexproduct a>div{
  position:absolute;
  top:0;
  left:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:4vw;
  width: 100%;
  height: 100%;
}
.indexproduct a>div>h3{
  font-size: 4.2rem;
  color: #fff;
}
.indexproduct a>div>small{
  font-size: 1.8rem;
  color: #fff;
  display:block;
  margin-top: 10px;
  margin-bottom: 1.5vw;
}
.indexproduct a>div>p{
  font-size: 1.6rem;
  color: #fff;
  border:1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  position:relative;
  width: 108px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
}
.indexproduct a>div>p>span{}
.indexproduct a>div>p:before{
  content:"";
  width:100%;
  height:100%;
  background:#e62129;
  position:absolute;
  left:0;
  top:0;
  transform-origin:100%;
  -webkit-transform-origin:100%;
  -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transform:scaleX(0);
  -webkit-transform:scaleX(0);
  visibility:hidden\9;
}
.indexproduct a:hover>div>p:before{
  transform:scaleX(1);
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}

.indexproduct a>div>p span{
  position:relative;
}

/*company*/
.company{
  background:url("../image/combg.jpg") no-repeat center/cover;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.company>b{
  width: 50%;
  height: 35vw;
}
.com_text{
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 4vw;
}
.com_text>p{
  font-size: 2rem;
  color: #e62129;
}
.com_text>h3{
  font-size: 4rem;
  color: #363636;
  margin-bottom: 1vw;
}
.com_text>small{
  font-size: 1.8rem;
  color: #363636;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.com_text>div{
  margin-top: 2vw;
  display:flex;
  align-items: center;
}
.com_text>div>a{
  display:block;
  width: 170px;
  height: 62px;
  line-height: 62px;
  background:#e62129;
  border-radius: 6px;
  text-align: center;
  margin-right: 15px;
  position:relative;
  overflow:hidden;
}
.com_text>div>a span{
  font-size: 1.8rem;
  color: #fff;
  position:relative;
}

.com_text>div>a:last-of-type{
  background:#fff;
}
.com_text>div>a:last-of-type>span{
  color: #363636;
}
.com_text>div>a:hover span {
  color: #fff;
}
.com_text>div>a.more1:before{
  background:#fac10d;
}

/*adv*/
.adv{
  margin:1vw 0;
}
.swiper-adv{
  position:relative;
}
.swiper-adv img{
  width: 100%;
}
.swiper-adv .swiper-button-next:after,.swiper-adv .swiper-button-prev:after{
  font-size: 30px;
  color: #fff;
}
.swiper-adv .swiper-button-next{
  right:4%;
}
.swiper-adv .swiper-button-prev{
  left:4%;
}

/*news*/
.news{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1vw;
}
.news a{
  width:49.5%;
  height: 32vw;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items: center;
  justify-content: center;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.news a h3{
  color: #fff;
  font-size: 4rem;
}
.news a small{
  display:block;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 1.5vw;
}
.news a p{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #fff;
  position:relative;
  overflow:hidden;
  border-radius: 20px;
  width: 156px;
  line-height: 44px;
  margin:0 auto;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.news a p span{
  position:relative;
  font-size: 1.6rem;
  color: #fff;
}
.news a p:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #e62129;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.news a p:hover{
  border:1px solid #e62129
}
.news a p:hover:before{
  opacity: 1;
  background-color: #e62129;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.more:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #e62129;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.more:hover:before{
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/*fot_add*/
.fot_add{
  background:#f2f1ef;
  padding:3vw 0;
}
.fot_add .warpper{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.fot_add li{
  text-align: center;
}
.fot_add li>b{
  width: 100%;
  height: 90px;
  text-align: center;
  display:block;
  position:relative;
  overflow:hidden;
}
.fot_add li>b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.fot_add li>p{
  font-size: 2rem;
  color: #272727;
}
.fot_add li>h5{
  font-size: 2.6rem;
  color: #272727;
  margin-bottom: 10px;
  margin-top: 5px;
}
.fot_add li>a{
  display:block;
  text-align: center;
  background:#222222;
  width: 120px;
  line-height: 37px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
}
.fot_add li>a span{
  position:relative;
  color: #fff;
  font-size: 1.6rem;
}
.fot_add li>img{
  max-height: 167px;
}


/*footer*/
.footer{
  background:url("../image/fotbg.jpg") no-repeat center/cover;
}
.footer>.warpper{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding:3vw 0;
}
.fot_left{
  display:flex;
  align-items: center;
}
.fot_left>img:nth-of-type(2){
  filter:grayscale(0) brightness(100);
}
.fot_left>div{
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.fot_left>div>h5{
  font-size: 2.6rem;
  color: #fff;
}
.fot_left>div>p{
  font-size: 1.6rem;
  color: #fff;
}
.fot_right{
  display:flex;
  justify-content: flex-end;
}
.fot_right>a{
  font-size: 1.8rem;
  color: #fff;
  margin-left: 60px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_right>a:hover{
  text-decoration: underline;
}


.fot_bot{
  border-top: 1px solid rgba(255, 255, 255, 0.31);
  overflow: hidden;
  padding:2vw 0;
}
.fot_bot .warpper{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.fot_bot .warpper>p,
.fot_bot .warpper a{
  font-size: 1.8rem;
  color: #fff;
}
.fot_bot .warpper a:hover{
  text-decoration: underline;
}



/*float window*/
.float_box{
  display:none;
  position: fixed;
  top:32%;
  right:10px;
  z-index: 100;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.float_box>li{
  width: 77px;
  height: 73px;
  background: rgba(11, 11, 11, 0.7);
  position:relative;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.fix_icon b{
  display:block;
  width: 100%;
  height: 42px;
  position:relative;
  overflow:hidden;
}
.fix_icon b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.fix_icon p{
  color: #fff;
  text-align: center;
}
.float04,
.float03{
  position:relative;
}
.f03pic{
  position:absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px;
  border-radius: 4px;
  background:#e62129;
  opacity: 0;
  right:110%;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.f03pic img{
  width: 100%;
}
.f04text{
  background:#e62129;
  padding:5px 10px;
  position:absolute;
  top:50%;
  color: #ffffff;
  font-size: 1.8rem;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  right:110%;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.f03pic:before,
.f04text:before{
  display:block;
  content: '';
  position:absolute;
  left:100%;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left:7px solid #e62129;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.fshow{
  opacity: 1;
  right: calc(100% + 7px);
  visibility: visible;
  z-index: 98;
}



.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;
}

