﻿@font-face {
  font-family: comtit;
  src: url('../fonts/title.ttf');
}
@font-face {
  font-family: youshe;
  src: url('../fonts/youshe.ttf');
}

/*public*/

.titlea{
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2vw;
}
.titlea>div{
  color: #fff;
}
.titlea>div.textcolor2{
  color: #373737;
}
.titlea>div h3{
  font-size: 14px;
  text-transform: uppercase;
  color:#666666;
  margin-left:10px;
}
.titlea>div p{
  font-size: 24px;
}
.titlea>a{
  transition: 350ms 0s all ease;
}
.titlea>a:hover{
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.img_jz{
  display:block;
  overflow: hidden;
}
.img_jz>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pb{
  padding-bottom: 22px;
}

/*headdownbg*/
.headdownbg{
  width: 100%;
  padding:4vw 0;
  position:fixed;
  left:0;
  top:-100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(195, 13, 35, 0.9);
  -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;
  z-index: 1000;
}
.headdownbg.show{
  top:0;
}

.headdown_close{
  background:url("../images/closeicon.png") no-repeat left center;
  padding-left:37px;
  font-size: 1.6rem;
  color: #fff;
  position:absolute;
  right:0;
  top:-25px;
  cursor: pointer;
}

.headdownbg .warpper{
  position:relative;
}

.down_show{
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  height: 240px;
}
.down_show a{
  display:block;
  width: 12%;
  line-height: 60px;
  font-size: 1.8rem;
  color: #fff;
  position:relative;
  overflow: hidden;
  margin-right: 2%;
  padding-bottom: 10px;
}
.down_show a:nth-of-type(7n){
  margin-right: 0;
}
.down_show a:before,.down_show a:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  height: 1px;
  bottom:0;
  width: 45px;
  background:#fff;
}
.down_show a:before{
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.down_show a span{
  background:url("../images/menuproicon.png") no-repeat left center;
  padding-left:35px;
  display: block;
  line-height: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


/*head*/
.head{
  position:fixed;
  width:100%;
  top:0;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid 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;
}
.head .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.logo{
  display:flex;
  justify-content: left;
  align-items: center;
}
.logo img{
  max-width: 114px;
}
.logo h1{
  color: #fff;
  font-weight: normal;
  font-family: comtit;
  font-size: 2.7rem;
}
.head_right{
  display:flex;
  align-items: center;
}
.nav-bar li{
  float:left;
  position:relative;
  overflow: hidden;
  margin-right: 30px;
  line-height: 22px;
}
.nav-bar li:before{
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  content: '';
  width:0;
  height:8px;
  background:#be0c0f;
  -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;
}
.nav-bar li:hover:before,.nav-bar li.active:before{
  width:100%;
}
.nav-bar li a{
  position:relative;
  color: #fff;
  font-size: 1.6rem;
}
.head_right>a{
  color: #fff;
  font-size: 1.6rem;
}
.head_right>h4{
  font-size: 2.6rem;
  line-height: 26px;
  color: #fff;
  font-weight: normal;
  font-family: youshe;
  margin-left:30px;
}
.menuicon{
  float:left;
  cursor: pointer;
  margin-top: 6px;
  margin-right: 30px;
  border-top: 11px solid #e60012;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.nav-bar li:nth-of-type(3){
  margin-right: 10px;
}
.menuicon2{
  width: 32px;
  cursor: pointer;
}
.menuicon2 i{
  width: 100%;
  background:#fff;
  height: 2px;
  display:block;
  margin-bottom:5px;
  -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;
}
.menuicon2 i:last-of-type{
  width: 50%;
  margin-right: 0;
  margin-left:auto;
  margin-bottom: 0;
}

.headfix{
  border-bottom: 2px solid #e4e4e4;
}
.headfix .logo>h1,.headfix .nav-bar a,.headfix .head_right>a,.headfix .head_right>h4{
  color: #353535;
}
.headfix .head_right>.menuicon i{
  background:#be0c0f;
}

.indexbg,.indexbody{
  width: 100%;
  height: 100%;
}
.indexbody>.swiper-wrapper>.swiper-slide{
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
}
.pt{
  padding-top: 120px;
}
.bodybtn{
  position:absolute;
  right:0;
  bottom:0;
  height: 98px;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.bodybtnbg{
  background: rgba(0, 0, 0, 0.5);
}
.bodybtn_jt{
  float:right;
  width: 156px;
  height: 100%;
  background:#fff;
  border-right: 1px solid #e6e6e6;
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
}
.bodybtn>.swiper-pagination{
  float:right;
  background:#fff;
  height: 100%;
  width: 220px;
  font-size: 1.6rem;
  color: #7d8186;
  line-height: 98px;
  position: relative;
  bottom: initial;
}
.bodybtn>.swiper-pagination .swiper-pagination-current{
  font-size: 3rem;
  color: #393939;
  font-weight: bold;
}
.bodybtn_jt .swiper-button-prev,.bodybtn_jt .swiper-button-next{
  width: 21px;
  height: 12px;
  position: relative;
  top:initial;
  left:initial;
  right:initial;
  bottom:initial;
  margin-top: initial;
}
.bodybtn_jt .swiper-button-prev.swiper-button-disabled{
  background:url("../images/bodyjt_left.png") no-repeat center;
  opacity: 1;
}
.bodybtn_jt .swiper-button-next.swiper-button-disabled{
  background:url("../images/bodyjt_right.png") no-repeat center;
  opacity: 1;
}
.bodybtn_jt .swiper-button-prev:after,.bodybtn_jt .swiper-button-next:after{display:none;}
.bodybtn_jt .swiper-button-prev{
  background:url("../images/bodyjt_lefts.png") no-repeat center;
}
.bodybtn_jt .swiper-button-next{
  margin-top: 22px;
  background:url("../images/bodyjt_rights.png") no-repeat center;
}

.bodybtn>i{
  float:right;
  background:#be0c0f;
  line-height: 98px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right:calc((100% - 1600px) / 2);
  display:flex;
  justify-content: center;
  align-items: center;
  padding-left:50px;
  cursor: pointer;
}
.bodybtn>i span{
  display: block;
  color: #fff;
  font-size: 1.8rem;
  margin-right:18px;
}
.bodybtn>i img{
  position:relative;
  animation:imgscroll 1s linear 0s infinite alternate;
}
@keyframes imgscroll {
  0%{top:-3px;}
  100%{top:3px;}
}
@-webkit-keyframes imgscroll {
  0%{top:-3px;}
  100%{top:3px;}
}



/*banner*/
.banner{
  width: 100%;
  height: 100%;
}
.scr01_eft{
  position:absolute;
  bottom:0;
  right:0;
  width:100%;
  height: 100%;
  background: #be0c0f;
  z-index: 1;
}
.swiper-banner{
  width: 100%;
  height: 100%;
}
.swiper-banner .swiper-slide {
  /* Center slide text vertically */
  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;
}
.swiper-banner .swiper-slide,.swiper-banner .swiper-slide>div{
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-banner .swiper-slide div img{
  min-height:100%;
  margin:0 auto;
}
.banner .banner-pagination{
  left:calc((100% - 1600px) / 2);
  text-align: left;
  z-index: 200;
  width: 200px;
  position:fixed;
}
.banner-pagination .swiper-pagination-bullet{
  width: 52px;
  height: initial;
  text-align: center;
  display: inline-block;
  background: none;
  font-size: 2rem;
  color: #fff;
  border-radius: 0;
  opacity: 1;
  line-height: 48px;
  position:relative;
  overflow: hidden;
}
.banner-pagination .swiper-pagination-bullet:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  height:4px;
  background:#be0c0f;
  width: 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;
}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
  width: 100%;
}

.banner_btn{
  position:absolute;
  width: 60px;
  right:calc((100% - 1600px) / 2);
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.banner_btn>div{
  width: 60px;
  height: 60px;
  position:relative;
  top:initial;
  left:initial;
  right:initial;
  bottom:initial;
  margin-top: initial;
}
.swiper-banner .swiper-button-next{
  background:url("../images/ban_jtrs.png") no-repeat center;
}
.swiper-banner .swiper-button-prev{
  margin-top: 23px;
  background:url("../images/ban_jtls.png") no-repeat center;
}
.swiper-banner .swiper-button-prev:after,.swiper-banner .swiper-button-next:after{display:none;}

.swiper-banner .swiper-button-next.swiper-button-disabled{
  opacity: 1;
  background:url("../images/ban_jtr.png") no-repeat center;
}
.swiper-banner .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
  background:url("../images/ban_jtl.png") no-repeat center;
}


/*company*/
.company{
  position:relative;
  background:#fff;
  background-size:cover;
}
.combg{
  background:#fff url("../images/combg.jpg") no-repeat right center;
  background-size:cover;
  position:absolute;
  right:0;
  top:0;
  width: 100%;
  height: 100%;
}
.com_cont{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items: center;
}
.com_left{
  width: 52%;
}
.com_left>h2{
  font-size: 3rem;
  color: #be0c0f;
}
.com_left>p{
  font-size: 1.2rem;
  color: #8e8e8e;
  font-weight: lighter;
  text-transform: uppercase;
}
.com_left>small{
  font-size: 1.4rem;
  color: #4b4b4b;
  line-height: 30px;
  display:block;
  margin-top: 2vw;
  margin-bottom: 2vw;
  text-indent:30px;
}
.com_left>small p{
  text-indent: 0!important;
}
.btn_s1{
  display:block;
  position:relative;
  overflow: hidden;
  border:1px solid #be0c0f;
  width: 142px;
  line-height: 49px;
  text-align: center;
}
.btn_s1:before{
  position:absolute;
  display:block;
  content: '';
  left:-50%;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background:#be0c0f;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  -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;
}
.btn_s1:hover:before{
  width: 300px;
  height: 300px;
}
.btn_s1>span{
  position:relative;
  font-size: 1.6rem;
  color: #4b4b4b;
  -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;
}
.btn_s1:hover>span{
  color: #fff;
}
.com_left ul{
  margin-top: 3vw;
  width: 100%;
  display:flex;
  justify-content:space-between;
  align-items: center;
}
.com_left ul li h4 span{
  font-size: 3.6rem;
  color: #383838;
}
.com_left ul li h4 sub{
  font-size: 1.6rem;
  color: #be0c0f;
  font-weight: normal;
  vertical-align: baseline;
}
.com_left ul li p{
  font-size: 1.4rem;
  color: #383838;
}

.com_right{
  background:#be0c0f;
  width: 594px;
  height: 395px;
}
#com_video{
  position:relative;
  top: -48px;
  left: -60px;
  width: 638px;
  height: 432px;
}

/*product*/
.product,.equipment,.application,.news{
  position:relative;
  background:url("../images/probg.jpg") no-repeat center;
  background-size:cover;
  display:flex;
  justify-content:center;
  align-items: center;
}
.probg{
  background:#be0c0f;
  width: 100%;
  height: 100%;
  position:absolute;
  right:0;
  top:0;
}



.pro_list{
  width: 100%;
}
.pro_list a{
  display:block;
}
.pro_list a>div{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#f8f8f8;
  height: 112px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 22px;
}
.pro_list a>div>p{
  position: relative;
  font-size: 2.2rem;
  color: #323232;
  line-height: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 75%;
}
.pro_list a>div>p:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
  background:#be0c0f;
  height: 4px;
  width:33px;
}
.pro_list a>div>img{
  filter: grayscale(100) brightness(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;
}
.pro_list a:hover>div>img{
  filter: grayscale(0) brightness(1);
}
.pro_list a>b{
  width: 100%;
  height: 20vw;
  background:#fff;
  position:relative;
}
.pro_list a>b div{
  position:absolute;
  left:0;
  top:0;
  background:#fff;
  width: 100%;
  height: 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;
  opacity: 0;
}
.pro_list a>b div img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.pro_list a:hover>b div{
  opacity: 1;
}

/*equipment*/
.equipment{
  background:url("../images/equbg.jpg") no-repeat center;
}
.equ_list{
  width: 100%;
}
.equ_style a{
  display:block;
  background:#fff;
}
.equ_style a>b{
  height: 13.4vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #e1e1e1;
}
.equ_style a>p{
  line-height: 74px;
  font-size: 1.6rem;
  color: #373737;
  width:100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  padding-right: 65px;
  padding-left: 23px;
  background:#fff url("../images/equjt.png") no-repeat 94% 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.equ_style a:hover>p{
  color: #fff;
  background:#be0c0f url("../images/equjts.png") no-repeat 94% center;
}

/*application*/
.application{
  background:#f4f4f4;
}
.appbg{
  background:#be0c0f;
  position:absolute;
  left:0;
  bottom:0;
  width: 100%;
  height: 100%;
}

.app_cont ul{
  width: 100%;
}
.app_cont ul li{
  float:left;
}
.app_cont ul li.appopen{
  width: 55%;
}

.app_cont ul li{
  width:9%;
  height: 25vw;
  overflow:hidden;
}
.app_cont ul li:nth-of-type(1) .app_text{background:#be0c0f;}
.app_cont ul li:nth-of-type(2) .app_text{background:#393846;}
.app_cont ul li:nth-of-type(3) .app_text{background:#343341;}
.app_cont ul li:nth-of-type(4) .app_text{background:#caa756;}
.app_cont ul li:nth-of-type(5) .app_text{background:#cb2f18;}
.app_cont ul li:nth-of-type(6) .app_text{background:#1f1e2b;}

.app_text{
  float:left;
  width: 100%;
  height: 100%;
  text-align: center;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content:space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:40px 0;
}

.app_text>span{
  width: 100%;
  font-weight: bold;
  font-size: 5rem;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.2);
}
.app_text>p{
  width: 100%;
  font-size: 2rem;
  color: #ffffff;
  writing-mode:vertical-lr;
  padding: 0 42%;
}
.app_text>small{
  display:block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background:url("../images/appicon.png") no-repeat center;
  background-size:100%;
}

.app_pic{
  float:left;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  width: 0;
  transition: all 0.6s;
  position:relative;
  overflow:hidden;
}
.app_pic>b{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
}
.app_pic>div{
  position:relative;
  -webkit-transition: 0.4s 0.4s all ease;
  -moz-transition: 0.4s 0.4s all ease;
  -ms-transition: 0.4s 0.4s all ease;
  -o-transition: 0.4s 0.4s all ease;
  transition: 0.4s 0.4s all ease;
  opacity: 0;
}
.app_cont ul li.appopen .app_text{
  width: 16.36%;
}
.appopen .app_pic{
  width: 83.64%;
}
.appopen .app_pic>div{
  opacity: 1;
}
.app_pic>div>h4{
  font-size: 4rem;
  color: #fff;
  text-transform: uppercase;
}
.app_pic>div>p{
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1.5vw;
}
.app_pic>div>a{
  font-size: 1.6rem;
  color: #fff;
  display:block;
  margin:0 auto;
  border:1px solid #fff;
  position:relative;
  overflow: hidden;
  width: 157px;
  line-height: 40px;
}
.app_pic>div>a:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  width:100%;
  bottom:0;
  height: 0;
  background: rgba(255, 255, 255, 0.55);
  -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;
}
.app_pic>div>a:hover:before{
  height: 100%;
}

/*news*/
.news{
  background:url("../images/newsbg.jpg") no-repeat center;
  background-size:cover;
}
.newsbg{
  position:absolute;
  width:100%;
  height: 100%;
  left:0;
  bottom:0;
  background: rgba(190, 12, 15, 0.75);
}
.swiper-news .swiper-slide a{
  display:block;
  background:#fff;
}
.swiper-news .swiper-slide a b{
  height: 13vw;
  width: 100%;
}
.swiper-news .swiper-slide a>div{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:23px 25px;
}
.swiper-news .swiper-slide a>div>p{
  font-size: 1.6rem;
  color: #373737;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
  -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 .swiper-slide a:hover>div>p{
  color: #be0c0f;
}
.swiper-news .swiper-slide a>div>small{
  font-size: 1.4rem;
  color: #777777;
  line-height: 24px;
  display:block;
  margin-top: 4px;
  margin-bottom: 6px;
}
.swiper-news .swiper-slide a>div>span{
  font-size: 1.4rem;
  display:block;
  color: #777777;
}

/*coop*/
.coopbg1{
  position:absolute;
  right:0;
  top:0;
  height: 100%;
  width: 100%;
  background:#fff;
}
.coop_cont{
  width: 100%;
  height: 100%;
}
.coop_left{
  float:left;
  width: 1083px;
  height: 100%;
  padding-left:calc((100% - 1600px) / 2);
  display:flex;
  align-items: center;
  background:url("../images/coopbg01.jpg") no-repeat left center;
  background-size:100%;
}
.coop_right{
  float:right;
  width:517px;
  height: 100%;
  padding-right:calc((100% - 1600px) / 2);
  background:url("../images/coopbg02.jpg") no-repeat right center;
  position:relative;
  overflow: hidden;
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.coopbg{
  position:absolute;
  right:calc((100% - 1600px) / 2);
  top:120px;
  color: #fff;
  font-size: 17.5rem;
  transform: rotate(90deg);
  text-transform: uppercase;
  font-weight: bold;
}
.coop_right>div{
  text-align: right;
  position:relative;
}
.coop_right>div>h3{
  font-size: 4rem;
  color: #353535;
  text-transform: uppercase;
}
.coop_right>div>p{
  color: #353535;
  font-size: 4rem;
  line-height: 32px;
  font-weight: lighter;
  text-transform: uppercase;
}
.coop_right>div>h4{
  font-size: 3.2rem;
  color: #353535;
  margin-top: 0.8vw;
}
.coop_right>div>div{
  margin-top: 8vw;
  width: 300px;
  display:flex;
  justify-content: space-between;
}
.coop_right>div>div a{
  display:block;
  width: 48%;
  line-height: 49px;
  text-align: center;
  background:#be0c0f;
  border:1px solid #be0c0f;
  -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;
}
.coop_right>div>div a>span{
  color: #fff;
  padding: 5px 0;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  background: url("../images/coopicon01.png") no-repeat left center;
}
.coop_right>div>div a:last-of-type{
  background:#fff;
  border:1px solid #fff;
}
.coop_right>div>div a:last-of-type span{
  background: url("../images/coopicon02.png") no-repeat left center;
  color: #323232;
}
.coop_right>div>div a:hover{
  background:#951012;
}
.coop_right>div>div a:nth-of-type(2):hover{
  background:none;
  border:1px solid #be0c0f;
}
.coop_right>div>div a:nth-of-type(2):hover>span{
  color: #be0c0f;
}
.coop_left ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  width: 955px;
  height: 324px;
}
.coop_left ul li{
  background:#fff;
  width: 24%;
  height: 100px;
}
.coop_left ul li img{
  width: 80%;
  height: 90%;
  margin:0 auto;
  margin-top: 2.5%;
  object-fit: contain;
}
/*footer*/
.footer{
  background:url("../images/footerbg.jpg") no-repeat center;
}
.foot_cont{
  width: 100%;
}
.fot_top{
  display:flex;
  justify-content: space-between;
}
.fot_top li>a{
  display:block;
  margin-top: 8px;
}
.fot_top li>a p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  display:inline-block;
  position:relative;
  overflow:hidden;
}
.fot_top li>a p:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height: 7px;
  background:#be0c0f;
  -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_top li>a:hover p:before,.fot_top li>a.active p:before{
  width: 100%;
}
.fot_top li>a>p span{
  position:relative;
}
.fot_tit{
  position:relative;
  margin-bottom: 22px;
}
.fot_tit:before{
  position:absolute;
  right: 60%;
  top: -40%;
  content: '';
  display:block;
  background:url("../images/fottiticon.png") no-repeat center;
  width:128px;
  height: 128px;
  -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;
}
.fot_top li:hover .fot_tit:before,.fot_top li.hoverin .fot_tit:before{
  opacity: 1;
}

.fot_tit>h3{
  font-size: 3rem;
  color: #fff;
  line-height: 30px;
  position: relative;
}
.fot_tit>small{
  color: #fff;
  font-size: 1.8rem;
  display:block;
  line-height: 50px;
  position:relative;
}
.fot_tit>small:after{
  display:block;
  content: '';
  left:0;
  bottom:0;
  height: 2px;
  width:20px;
  background:#be0c0f;
}
.fot_mid{
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 2vw;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.fot_mid ul{
  height: 137px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.fot_mid ul li{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  padding-right:45px;
  min-width: 21%;
}
.fot_mid ul i{
  display:block;
  width:1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.fot_mid ul li:first-of-type{background:url("../images/fot_tel.png") no-repeat right 15px;}
.fot_mid ul li:nth-of-type(2){background:url("../images/fot_tel2.png") no-repeat right 15px;}
.fot_mid ul li:nth-of-type(3){background:url("../images/fot_email.png") no-repeat right 15px;}
.fot_mid ul li:nth-of-type(4){background:url("../images/fot_add.png") no-repeat right 15px;}
.fot_mid ul li small{
  display:block;
  color: #fff;
  font-size: 1.4rem;
}
.fot_mid ul li h3{
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.8);
}


.fot_bom>p{
  float:left;
}
.fot_bom>p,.fot_bom>p a{
  font-size: 1.3rem;
  color: #fff;
}
.fot_bom>a{
  float:right;
  font-size: 1.3rem;
  color: #fff;
}




/*other*/
.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;
}