@font-face {
  font-family: lianmeng;
  src: url('../fonts/lianmeng.TTF');
}
@font-face {
  font-family: rzzy;
  src: url('../fonts/rzzy.TTF');
}
@font-face {
  font-family: youshe;
  src: url('../fonts/youshe.ttf');
}

/*head*/
.head{
  position:fixed;
  top:0;
  width:100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display:flex;
  justify-content: space-between;
  z-index: 1000;
  -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;
}
.logo{
  width: 290px;
  display:flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.logo>img:nth-of-type(2){
  filter:grayscale(0) brightness(100);
  margin-left: 15px;
}
.head:hover,.headfix{
  background:#fff;
  border-bottom: 1px solid #e5e5e5;
}
.head:hover .logo>img:nth-of-type(2),.headfix .logo>img:nth-of-type(2){
  filter:grayscale(1) brightness(1);
}
.nav-bar{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: calc(94% - 630px);
}
.nav-bar li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 100px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -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;
  overflow: hidden;
}
.headfix .nav-bar li a,.head:hover .nav-bar li a{
  color: #333;
}
.head .nav-bar li a:hover,.head .nav-bar li.active a{
  font-weight: bold;
}
.head:hover .nav-bar li a:hover,.head:hover .nav-bar li.active a,.headfix .nav-bar li.active a {
  color: #043492;
}


.head_tel{
  width: 340px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display:flex;
  justify-content: center;
  align-items: center;
}
.head_tel>div{
  margin-left: 10px;
}
.head_tel>div>p{
  font-size: 1.4rem;
  color: #fff;
  font-weight: lighter;
}
.head_tel>div>h3{
  font-size: 2.6rem;
  color: #fff;
  line-height: 32px;
}
.head:hover .logo,.headfix .logo{
  border-right: 1px solid #e5e5e5;
}
.head:hover .head_tel,.headfix .head_tel{
  border-left: 1px solid #e5e5e5;
}
.head:hover .head_tel>div>p,.head:hover .head_tel>div>h3,.headfix .head_tel>div>p,.headfix .head_tel>div>h3{
  color: #333;
}

/*banner*/
.banner{
  width: 100%;
  position:relative;
  overflow:hidden;
}
.ban_down{
  position:absolute;
  left:calc(50% - 12px);
  bottom:3vw;
  text-align: center;
  color: #fff;
  z-index: 100;
  cursor: pointer;
}
.ban_down>b{
  display:block;
  position: relative;
  width: 24px;
  height: 32px;
  margin:0 auto;
  margin-top: 16px;
  margin-bottom: 5px;
}
.ban_down>b img{
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
}
.ban_down>b sub{
  cursor: pointer;
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
  top:12px;
  background:#fff;
  width:2px;
  height: 6px;
  animation: t10 1s ease-in-out infinite alternate;
}

@keyframes t10 {
  0%{
    top:12px;
  }
  100%{
    top:15px;
  }
}
.ban_down>span{
  color: #fff;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .swiper-button-next img, .banner .swiper-button-prev img{
  filter:grayscale(1) brightness(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;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
  border-radius: 50%;
  width: 58px;
  height: 58px;
  background:#fff;
  display:flex;
  align-items: center;
  justify-content: center;
  -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;
}
.banner .swiper-button-prev{
  left:3%;
}
.banner .swiper-button-next{
  right: 3%;
}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{
  background:#e60110;
}
.banner .swiper-button-next:hover img, .banner .swiper-button-prev:hover img{
  filter:grayscale(0) brightness(100);
}

/*index*/
.img_jz{
  display: block;
  position: relative;
  overflow: hidden;
}
.img_jz img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}
.title>h3{
  font-family: ali;
  font-weight: bold;
  font-size: 4.2rem;
  color: #333322;
}
.title>h3>span{
  color: #043492;
  font-family: ali;
}
.title a {
  background: #043492;
  width: 180px;
  height: 48px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  position: relative;
  overflow: hidden;
}
.title a:before{
  content:"";
  width: 3px;
  height:100%;
  background:#e60110;
  position:absolute;
  left:0;
  top:0;
  transform-origin:100%;
  -webkit-transform-origin:100%;
  transition:width .6s cubic-bezier(.4,0,.2,1);
  visibility:hidden\9;
}
.title a:hover:before{
  width:100%;
  transform-origin:0;
  -webkit-transform-origin:0;
  visibility:visible\9;
}
.title a span{
  position:relative;
  display:block;
  width: 100%;
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 48px;
  font-weight: lighter;
  background:url("../images/morejt.png") no-repeat right center;
}


/*indexpro*/
.indexproduct{
  padding:4vw 0;
}
.indexpro{
  width: 100%;
}
.pro_style>li{
  display:block;
  float:left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2vw;
  position:relative;
  overflow:hidden;
  background:linear-gradient(45deg, #dae3ea, #b2c3d0);;
}
.pro_style>li:nth-of-type(3n){
  margin-right: 0;
}
.pro_style>li>b{
  height: 436px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  display:flex;
  align-items: center;
  justify-content: center;
  background:url("../images/probg.png") no-repeat center bottom;
  background-size:100% auto;
}
.pro_style>li>p{
  text-align: center;
  font-size: 2.4rem;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 10px;
  line-height: 74px;
}
.pro_style>li>b>img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.pro_mb{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display:flex;
  justify-content: center;
  align-items: center;
  -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;
  opacity: 0;
}
.pro_style>li:hover .pro_mb{
  opacity: 1;
}
.pro_mb>div{
  text-align: center;
  width: 70%;
}
.pro_mb>div>img{
  margin:0 auto;
    -webkit-transition: 350ms 50ms all ease;
  -moz-transition: 350ms 50ms all ease;
  -ms-transition: 350ms 50ms all ease;
  -o-transition: 350ms 50ms all ease;
  transition: 350ms 50ms all ease;
  opacity: 0;
  position:relative;
  top:-3px;
}
.pro_mb>div>h3{
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  margin-top: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
    -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;
  opacity: 0;
  position:relative;
  top:-3px;
}
.pro_mb>div>i{
  display:block;
  width: 42px;
  height: 2px;
  background:#fff;
  margin:10px auto;
    -webkit-transition: 350ms 120ms all ease;
  -moz-transition: 350ms 120ms all ease;
  -ms-transition: 350ms 120ms all ease;
  -o-transition: 350ms 120ms all ease;
  transition: 350ms 120ms all ease;
  opacity: 0;
  position:relative;
  top:-3px;
}
.pro_mb>div>small{
  line-height: 30px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: lighter;
  display:block;
  width: 100%;
  height: 134px;
  -webkit-transition: 350ms 150ms all ease;
  -moz-transition: 350ms 150ms all ease;
  -ms-transition: 350ms 150ms all ease;
  -o-transition: 350ms 150ms all ease;
  transition: 350ms 150ms all ease;
  opacity: 0;
  position:relative;
  top:-3px;
}

.proicon_btn{
  display:flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 350ms 150ms all ease;
  -moz-transition: 350ms 150ms all ease;
  -ms-transition: 350ms 150ms all ease;
  -o-transition: 350ms 150ms all ease;
  transition: 350ms 150ms all ease;
  opacity: 0;
  position:relative;
  top:5px;
}
.pro_style>li:hover .pro_mb>div>img,
.pro_style>li:hover .pro_mb>div>h3,
.pro_style>li:hover .pro_mb>div>i,
.pro_style>li:hover .pro_mb>div>small,
.pro_style>li:hover .proicon_btn {
  top:0;
  opacity: 1;
}
.proicon_btn a{
  display:block;
  border-radius: 21px;
  width: 48%;
  background:#fff;
  text-align: center;
  cursor: pointer;
}
.proicon_btn a span{
  display:inline-block;
  color: #e60110;
  font-size: 1.6rem;
  line-height: 42px;
  padding-left: 33px;
  background:url("../images/msgicon.png") no-repeat left center;
}
.proicon_btn a:first-of-type{
  background:#e60110;
}
.proicon_btn a:first-of-type span{
  color: #fff;
  background:url("../images/watch.png") no-repeat left center;
}


/*company*/
.company{
  background:url("../images/combg.jpg") no-repeat center;
  padding:4vw 0;
}
.com_top{
  display:flex;
  justify-content: space-between;
}
.com_top>img{
  position:relative;
  margin-bottom: -45px;
}
.com_top>div>p{
  font-size: 2.6rem;
  color: #fff;
  font-weight: lighter;
}
.com_top>div>h2{
  font-size: 4.2rem;
  color: #fff;
  font-family: barlowbold;
}
.com_top>div>small{
  font-size: 1.4rem;
  font-family: arial;
  color: #fff;
  font-weight: lighter;
  text-transform: uppercase;
  opacity: 0.4;
}
.com_top>div>ul{
  display:flex;
  align-items: center;
}
.com_top>div>ul>li{
  display:flex;
  align-items: center;
  margin-right: 2vw;
}
.com_top>div>ul>li>p{
  color: #fff;
  padding-top: 6px;
  padding-bottom: 2px;
  letter-spacing: 5px;
  font-size: 1.8rem;
  font-weight: lighter;
  text-align: center;
  background:#920003;
  background: -moz-linear-gradient(115deg, #920003, #d20f1c);
  background: -webkit-linear-gradient(115deg,#920003,#d20f1c);
  background: -o-linear-gradient(115deg, #920003, #d20f1c);
  word-wrap: break-word;
  writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.com_top>div>ul>li>h4{
  font-size: 7.2rem;
  font-weight: lighter;
  font-style: italic;
  color: #fff;
  font-family: barlow;
}
.com_top>div>ul>li>div{
  margin-left: 11px;
  margin-top: 7px;
}
.com_top>div>ul>li>div>small{
  color: #fff;
  display:block;
  font-size: 1.8rem;
  font-weight: lighter;
}
.com_bom{
  display:flex;
  align-items: center;
  background:#fff;
  width: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.69);
}
#comvideo{
  width: 50%!important;
  height:415px!important;
}
#comvideo .jw-controlbar{
  width: 100%!important;
}
.com_text{
  width:50%;
  padding:3vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.com_text>h1{
  font-size: 3.6rem;
  color: #333333;
  font-weight: normal;
}
.com_text>h1>span{
  color: #043492;
  font-family: ali;
}
.com_text>small{
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: lighter;
  display:block;
  height: 120px;
  margin-top: 1vw;
  color: #888888;
}
.com_text ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.com_text ul li{
  width: 108px;
  height: 108px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px dashed rgba(4, 52, 146, 0.3);
  -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;
  position:relative;
  background:#fff;
  padding:9px;
}
.com_text ul li:hover{
  border:1px dashed #fff;
  background:#e0e6f2;
}
.com_text ul li a{
  display:flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:#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;
}
.com_text ul li a:hover{
  background:#043492;
  text-align: center;
}
.com_text ul li a b{
  height: 35px;
  width: 100%;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.com_text ul li a p{
  font-size: 1.4rem;
  color: #666666;
  font-weight: lighter;
  text-align: center;
  -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;
}
.com_text ul li a b img{
}
.com_text ul li a:hover b img{
  filter:grayscale(1) brightness(100);
}
.com_text ul li a:hover p {
  color: #fff;
}


/*case*/
.casebg{
  background: url("../images/casebg.jpg") no-repeat center/cover;
  position:relative;
  overflow:hidden;
  width: 100%;
  padding:5vw 0;
}
.casebg>.warpper{
  position:relative;
  height: 415px;
}
.swiper-case{
  position:absolute;
  left:0;
  top:0;
  overflow:hidden;
  width: 324px;
  height: 100%;
}
.casetext{
  display:block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2vw;
}
.casetext>h2{
  font-family: ali;
  font-size: 4.2rem;
  color: #333322;
}
.casetext>h2 span{
  font-family: ali;
  color: #043492;
}
.casetext>i{
  display:block;
  width: 60px;
  height: 3px;
  background:#d4d4d4;
  margin:20px 0;
}
.casetext>h5{
  font-size: 2.2rem;
  color: #333333;
  line-height: 30px;
  height: 80px;
}
.casetext>small{
  font-size: 1.8rem;
  color: #3f3f3f;
  display:block;
  margin-top: 5px;
}
.casetext>small>span{
  color: #043492;
}
.swiper-case .swiper-button-prev,.swiper-case .swiper-button-next{
  border:1px solid #999999;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display:flex;
  align-items: center;
  justify-content: center;
  -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;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after,
.swiper-case .swiper-button-prev:after,.swiper-case .swiper-button-next:after{
  display:none;
}
.swiper-case .swiper-button-prev:hover,
.swiper-case .swiper-button-next:hover{
  border:1px solid #e60110;
  background:#e60110;
}
.swiper-case .swiper-button-prev:hover img,
.swiper-case .swiper-button-next:hover img{
  filter:grayscale(0) brightness(100);
}

.swiper-case .swiper-button-prev,
.swiper-case .swiper-button-next{
  left:0;
  margin-top: initial;
  top:initial;
  bottom:0;
}
.swiper-case .swiper-button-next {
  right: initial;
  left:76px;
}


.case{
  position:absolute;
  left:324px;
  top:0;
  width: 2000px;
  overflow:hidden;
}
.case .swiper-slide{
  width: 538px;
}
.case .swiper-slide a{
  display:block;
  width: 100%;
}
.case .swiper-slide a b{
  width: 100%;
  height: 350px;
}
.case .swiper-slide a>p{
  line-height: 80px;
  position:relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 2.2rem;
  color: #666666;
  padding-left: 0;
  -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;
  padding-left: 0;
}
.case .swiper-slide a>p:before{
  position:absolute;
  display:block;
  content: '';
  left:0;
  top:50%;
  width: 0;
  height: 18px;
  background:#043492;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
-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;
}
.case .swiper-slide a:hover>p:before {
  width: 4px;
}
.case .swiper-slide a:hover>p{
  color: #043492;
  font-weight: bold;
  padding-left: 22px;
}

/*coop*/
.coop{
  background:url("../images/coopbg.jpg") no-repeat center/cover;
  padding:5vw 0;
}
.coop_top{
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5vw;
}
.coop_top>div>span{
  display:block;
  width: 160px;
  line-height: 50px;
  border-radius: 25px;
  background:#e60110;
  text-align: center;
  color: #fff;
  margin-bottom: 1vw;
}
.coop_top>div>h3{
  color: #fff;
  font-weight: normal;
  font-size: 4.2rem;
}
.coop_bom{
  width: 100%;
  overflow: hidden;
  position:relative;
}
.coop_bom ul li{
  float:left;
  background:#fff;
  width: 212px;
  height: 102px;
  border-radius: 8px;
  margin-right: 27px;
  margin-bottom: 27px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items: center;
  justify-content: center;
}
.coop_bom ul li img{
  height: 100%;
  width: 50%;
  margin:0 auto;
  object-fit: scale-down;
}



/*news*/
.newsbg{
 padding:5vw 0;
}
.swiper-news{
  border-right:1px solid #e5e5e5;
}
.swiper-news a{
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #e5e5e5;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:23px;
  position:relative;
  overflow:hidden;
}
.swiper-news a>b{
  width: 100%;
  height: 260px;
}
.news_date{
  position: absolute;
  left: 51px;
  top: 243px;
  background: #043492;
  text-align: center;
  padding: 6px 10px;
}
.news_date>p{
  color: #fff;
  font-family: Arial;
  font-size: 1.5rem;
}
.news_text{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:52px 30px;
  padding-bottom: 30px;
}

.news_text>h4{
  font-size: 2rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  margin-bottom: 1vw;
}
.news_text>small{
  font-size: 1.6rem;
  color: #999999;
  font-weight: lighter;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_text>span{
  display:block;
  margin-top: 1vw;
  font-size: 1.4rem;
  color: #999999;
  font-weight: lighter;
  -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;
}
.swiper-news a:hover .news_text>span {
  color: #043492;
  font-weight: bold;
}


/*footer*/
.footer{
  background:url("../images/fotbg.jpg") no-repeat center/cover;
}
.fot_top{
  display:flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.fot_top h3{
  font-size: 1.8rem;
  color: #fff;
}
.fot_top i{
  background:#fff;
  display:block;
  width: 16px;
  height: 2px;
  margin:28px 0;
}
.fot_left{
  width: calc(100% - 233px);
}
.fot_l1{
  display:flex;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 2vw;
}
.fot_l1 img:nth-of-type(2){
  margin-left: 15px;
  filter:brightness(100) grayscale(0);
}
.fot_l2{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw;
  width: 100%;
  padding-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display:flex;
  justify-content: space-between;
}
.fot_l2>div>div{
  display:flex;
  flex-wrap: wrap;
}
.fot_l2>div:nth-of-type(1){
  width:20%;
}
.fot_l2>div:nth-of-type(2){
  width: 65%;
}

.fot_l2 a{
  display:block;
  width: 94px;
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.4;
  -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;
  margin-top: 12px;
}
.fot_l2 a:hover{
  opacity: 1;
}
.fot_l2>div:nth-of-type(2) a{
  width: 25%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.fot_l2>div:nth-of-type(3) img{
  max-width:120px;
  margin-top: 2vw;
}

.fot_right{
  padding-top: 6vw;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 233px;
  padding-left: 60px;
}
.fot_right p{
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.4;
  margin-top: 1vw;
}
.fot_right p:first-of-type{
  margin-top: 0;
}
.fot_right small{
  font-size: 1.4rem;
  color: #fff;
}
.fot_right h2{
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
}


.fot_bot{
  height: 116px;
  overflow: hidden;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fot_bot p{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.fot_bot a{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  -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_bot a:hover{
  color: #fff;
}


.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;
}

.z_pd{
  margin-top: 100px;
}