html,
body {
  position: relative;
  height: 100%;
}

#menubg{
  position: fixed;
  top:100px;
  left:0;
  height:calc(100% - 100px);
  width:120px;
  text-align: center;
  border-right:1px solid rgba(255, 255, 255, 0.4);
  z-index: 2000;
}

#menu{
  top:50%;
  left:50%;
  transform: translate3d(-50%,-50%,0);
}
#menu li{
  display: block;
  border-radius: 0;
  position: relative;
  width: 6px;
  height: 6px;
  margin-bottom:30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background: none;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}
#menu li.swiper-pagination-bullet-active,#menu.changemenucolor li.swiper-pagination-bullet-active{
  background:none;
}
#menu li span{
  display:none;
  position: absolute;
  top:50%;
  left: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%);
  color: #fff;
  width: 20px;
  line-height: 18px;
  font-weight: lighter;
  -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;
}
#menu li.swiper-pagination-bullet-active span{
  display:block;
}
#menu.changemenucolor li{
  background: rgba(40, 40, 40, 0.2);
}
#menu.changemenucolor li span{
  color: #282828;
}


main{
  width:100%;
}


/*screen01*/
.screen01{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper-banner{
  width: 100%;
  height: 100%;
  background:#fff;
}
.swiper-banner .swiper-slide{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size:cover!important;
}
.swiperbtn{
  position: absolute;
  height: 60px;
  bottom:10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
.swiperbtn .swiper-button-next,.swiperbtn .swiper-button-prev{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  width:60px;
  height: 60px;
  background-position:center center;
  background-repeat: no-repeat;
  background-image: url("../images/banjt_l.png");
  opacity: 1;
  background-color:#671d28;
  border:1px solid #671d28;
}
.swiperbtn .swiper-button-next{
  right:initial;
  left:84px;
  background-image: url("../images/banjt_r.png");
}
.swiperbtn .swiper-button-next:after,.swiperbtn .swiper-button-prev:after{
  display:none;
}
.swiperbtn .swiper-button-next.swiper-button-disabled,.swiperbtn .swiper-button-prev.swiper-button-disabled{
  background-color:transparent;
  border:1px solid #fff;
}

.scrolldown{
  position: absolute;
  text-align: center;
  bottom:30px;
  cursor: pointer;
  z-index: 50;
}
@keyframes mouse-down {
  from { opacity: 0.2; }
  to { opacity: 1; }
}
@-webkit-keyframes mouse-down {
  from { opacity: 0.2; }
  to { opacity: 1; }
}


.scrolldown span {
  border: 3px solid rgba(255, 255, 255, 0.2);
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scrolldown span:before{
  display:block;
  content: '';
  top:50%;
  left: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%);
  position: absolute;
  border-top:7px solid #fff;
  border-left:7px solid transparent;
  border-right:7px solid transparent;
}
.scrolldown span img{
  display: block;
  position: absolute;
  left:22%;
  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%);
  transform-origin: right center;
  -webkit-animation: mouse-dot 1.5s linear infinite;
  animation: mouse-dot 1.5s linear infinite;
}
@keyframes mouse-dot {
  from {
    -webkit-transform: translate(-50%,-50%) rotate(0);
    -moz-transform: translate(-50%,-50%) rotate(0);
    -ms-transform: translate(-50%,-50%) rotate(0);
    -o-transform: translate(-50%,-50%) rotate(0);
    transform: translate(-50%,-50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -ms-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@-webkit-keyframes mouse-dot {
  from {
    -webkit-transform: translate(-50%,-50%) rotate(0);
    -moz-transform: translate(-50%,-50%) rotate(0);
    -ms-transform: translate(-50%,-50%) rotate(0);
    -o-transform: translate(-50%,-50%) rotate(0);
    transform: translate(-50%,-50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -ms-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}

.scrolldown p{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom:32px;
  position: relative;
}
.scrolldown p:before{
  display:block;
  content: '';
  position: absolute;
  left:calc(100% + 5px);
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

main,.swiperbody {
  width: 100%;
  height: 100%;
}
.swiperbody>.swiper-wrapper>.swiper-slide{
  display:flex;
  align-items: center;
  width:100%;
  overflow: hidden;
}

.swiperbody .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

/*banner*/

/*product */
.productbg{
  background: url("../images/probg.jpg") no-repeat center;
  background-size:cover;
}
.product{
  display:flex;
  justify-content: center;
  align-items: center;
}
.protype{
  display:flex;
  justify-content: center;
  margin-bottom:2vw;
}
.protype a{
  display:block;
  text-align: center;
  border:1px solid #666666;
  min-width: 160px;
  line-height: 48px;
  margin:0 22px;
  border-radius: 24px;

}
.btn_style{
  overflow:hidden;
  position: relative;
  -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_style::after,.btn_style::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn_style::before{
  background: #b46668;
}
.btn_style::after{
  background: #a91f24;
}
.btn_style:hover::after,.btn_style:hover::before{
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn_style:hover::after{
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.protype a span{
  font-size: 18px;
  color: #666666;
  position: relative;
}
.protype a:hover{
  border:1px solid #a91f24;
}
.protype a:hover span{
  color: #fff;
}
.swiper-pro .swiper-slide{
  background:#fff;
  width:calc(25% - 125px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-pro .swiper-slide.swiper-slide-active{
  width: 420px!important;
}
.swiper-pro .swiper-slide a{
  display:block;
  width: 100%;
  overflow:hidden;
  position:relative;
  background: radial-gradient(100% 100% at 50% 50%,transparent,#97a2ad);
}
.pro_top_text{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:27px 30px;
}
.pro_top_text>h3{
  font-size: 18px;
  color: #282828;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pro_top_text>p{
  font-size: 12px;
  font-weight:lighter;
  color: #858586;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.swiper-pro .swiper-slide a>b{
  width: 100%;
  height: 363px;
  position:relative;
  left:15%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
}
.swiper-pro .swiper-slide a>b img{
  object-fit: cover;
  width:100%;
  margin:0 auto;
}


.swiper-pro .swiper-slide:hover a>b,.swiper-pro .swiper-slide.swiper-slide-active b{
  left:0;
}
.swiper-pro .swiper-slide a>p{
  line-height: 69px;
  border-top:1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 30px;
  -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;
  background: url("../images/projt.png") no-repeat 90% center;
}
.swiper-pro .swiper-slide a>p span{
  font-size: 14px;
  color: #7a7a7a;
}

.swiper-pro .swiper-slide:hover a>p {
  background:#a91f24 url("../images/projts.png") no-repeat 90% center;
}
.swiper-pro .swiper-slide:hover a>p span{
  color: #fff;
}
/*apply*/
.appbg{
  background:url(../images/appbg.jpg) no-repeat center;
  background-size:cover;
}
.appbg .title_color{
  box-sizing: border-box;
  padding-top:20px;
  background: url("../images/apptitbg.png") no-repeat center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 108px;
  z-index: 100;
  width: 502px;
}
.app{height:100%;box-sizing: border-box;padding-top:100px;}
.app .warpper{
  position: relative;
  height: 100%;
}
.app_cont{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 10;
}
.app_cont li{
  float:left;
  text-align: center;
  width:calc((100% - 540px) / 3);
  height:100%;
  position: relative;
  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;
}
.app_text{
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  text-align: center;
}
.app_text>b{
  width:100%;
  height:124px;
}
.app_text>b img{
  object-fit: none;
}
.app_text>small{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.app_text>p{
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.app_text>h6>span{
  display:block;
  width: 50px;
  height: 50px;
  font-weight: normal;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  border:1px dashed #fff;
  text-align: center;
  opacity: 0.5;
  margin:2vw auto;
}
.app_text>img{
  display:block;
  margin: 0 auto;
}
.app_text2{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(169, 31, 36, 0.5);
  opacity: 0;
}
.app_text2>b{
  width:100%;
  height: 50%;
  position:relative;
  display:block;
  overflow: hidden;
  top:-20px;
  opacity: 0;
  -webkit-transition: 500ms 0s all cubic-bezier(.4,0,.2,1);
  -moz-transition: 500ms 0s all cubic-bezier(.4,0,.2,1);
  -ms-transition: 500ms 0s all cubic-bezier(.4,0,.2,1);
  -o-transition: 500ms 0s all cubic-bezier(.4,0,.2,1);
  transition: 500ms 0s all cubic-bezier(.4,0,.2,1);
}
.app_cont li.mousein .app_text2>b{
  top:0;
  opacity: 1;
}
.app_text2>b img{
  min-width:100%;
  min-height: 100%;
  position: absolute;
  left:50%;
  bottom:0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.app_text2>div{
  bottom:-20px;
  opacity: 0;
  text-align: center;
  -webkit-transition: 500ms 0s all cubic-bezier(.4,0,.2,1);
  -moz-transition: 500ms 0s all cubic-bezier(.4,0,.2,1);
  -ms-transition: 500ms 0s all cubic-bezier(.4,0,.2,1);
  -o-transition: 500ms 0s all cubic-bezier(.4,0,.2,1);
  transition: 500ms 0s all cubic-bezier(.4,0,.2,1);
}
.app_cont li.mousein .app_text2>div{
  bottom:0;
  opacity: 1;
}
.app_text2>div>h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  font-style: italic;
  padding-top: 7vw;
}
.app_text2>div>h5{
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
  margin-top:10px;
}
.app_text2>div>p{
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.app_text2>div>div{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  width: 80%;
  margin:0 auto;
  min-height:80px;
}
.app_text2>div>a{
  color: #fff;
  display:block;
  background:#8b2027 url("../images/appmore.png") no-repeat 59px center;
  padding-left:15px;
  font-size: 16px;
  line-height: 50px;
  width: 195px;
  border-radius: 40px;
  margin:0 auto;
}
.app_text2>div{
  position: relative;
}
.app_text2>div>i{
  position: absolute;
  top:-41px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display:flex;
  align-items: center;
  justify-content: center;
  width:153px;
  height:153px;
  background:url("../images/appline.png") no-repeat center top;
}
.app_text2>div>i>b{
  background: rgba(255, 255, 255, 0.1);
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.app_text2>div>i>b img{
  object-fit: none;
}
.app_cont li.mousein{
  width: 540px;
}
.app_cont li.mousein .app_text{
  opacity: 0;
}
.app_cont li.mousein .app_text2{
  opacity: 1;
}

  /*company*/
.company{
  background: url("../images/companybg-01.jpg") no-repeat center;
  background-size:inherit;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:calc(5% + 90px);
}
.com_left{
  width: 45%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:5%;
}
.com_left>.title{
  text-align: left;
  padding-bottom: 10px;
}
.com_left>i{
  width: 186px;
  display:block;
  height: 1px;
  background: #dbdddf;
  position: relative;
  margin-bottom: 3vw;
}
.com_left>i:after{
  display:block;
  content: '';
  background: #a91f24;
  position: absolute;
  left:0;
  top:0;
  width:50%;height: 100%;
}
.com_left>h3{
  font-size: 3.6rem;
  color: #181818;
}
.com_left>small{
  font-size: 16px;
  color: #818181;
  line-height: 34px;
  display:block;
  margin-top: 1.5vw;
}
.com_left>a span{
  font-size: 18px;
  position: relative;
}
.com_left>a{
  display:block;
  width: 223px;
  height: 60px;
  border-radius: 58px;
  line-height: 60px;
  text-align: center;
  margin-top: 3vw;
  margin-bottom:3vw;
  color: #333333;
  border:1px solid #333333;
  -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_left>a:hover{
  border:1px solid #ddd;
  color: #fff;
}
.com_left>ul{
  background: rgba(255, 255, 255, 0.6);
  height: 160px;
  width: calc(1600px * 0.9);
}
.com_left>ul li{
  text-align: center;
  display:flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  float:left;
  width: 25%;
  -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_left>ul li.mousein{
  background:#a91f24;
}
.com_left>ul li a>h3{
  color: #5a5c5b;
  font-size: 60px;
  font-family: abril;
}
.com_left>ul li a>small{
  font-size: 14px;
  color: #979797;
}
.com_left>ul li.mousein a>h3{
  color: #fff;
}
.com_left>ul li.mousein a>small{
  color: #fff;
}
.com_left>ul li a{
  display:block;
}
.com_left>ul li a img{
  margin:0 auto;
}
.com_left>ul li a h4{
  font-size: 22px;
  color: #5a5c5b;
  margin-top:10px;
}
.com_left>ul li a b{
  font-size: 13px;
  color: #979797;
  font-weight: bold;
  text-transform: uppercase;
}
.com_left>ul li.mousein a>img{
  filter: grayscale(1) brightness(100);
}
.com_left>ul li.mousein a>h4,.com_left>ul li.mousein a>b{
  color: #fff;
}
/*news*/
.news{
  background:#dfe2e9 url("../images/newsbg.jpg") no-repeat center;
  background-size:cover;
  display:flex;
  align-items: center;
  height: 100%;
}
.pt{
  padding-top: 100px;
}
.newscont{
  width:100%;
}
.news_bom{
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 7%;
}
.swipernews{
  width: 100%;
  height: 595px;
}
.swipernews .swiper-slide{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 7px;
}
.swipernews .swiper-slide a{
  display: block;
  width:100%;
  height: 100%;
  background: #fff;
  position:relative;
  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;
}
.swipernews .swiper-slide a>b{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 63%;
  -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;
}
.swipernews .swiper-slide a>b img{
  max-width:120%;
  width: 100%;
  min-height: 100%;
}
.news_text{
  position:absolute;
  bottom:0;
  width:100%;
  left:0;
  background:#fff;
  height: 37%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5% 7%;
  padding-bottom: 0;
  border-bottom: 1px solid #eeeeee;
  -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;
}
.swipernews .swiper-slide a:hover .news_text{
  height: 70%;
}
.news_text>p{
  font-size: 30px;
  color: #181818;
  line-height: 42px;
  min-height:54px;
  margin-top: 2vh;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  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;
}
.swipernews .swiper-slide a:hover .news_text p{
  color: #a91f24;
}
.news_text>small{
  font-size: 20px;
  color: #757575;
  line-height: 40px;
  border-top:1px dashed #d4d4d4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  height: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  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;
}
.news_more{
  text-align: center;
  width: 100%;
  height: 93px;
  line-height: 93px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  -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;
}
.news_more>b{
  color: #181818;
  font-style: italic;
  font-size: 26px;
  font-family: abril;
}
.news_more i{
  position: relative;
  display:inline-block;
  background: url("../images/morejt.png") no-repeat right center;
  width: 74px;
  height: 35px;
  -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;
}
.swipernews a:hover .news_text>small{
  height: initial;
  opacity: 1;
  padding-top: 1vw;
  margin-top:1vw;
}
.swipernews a:hover .news_more i{
  background: url("../images/morejts.png") no-repeat right center;
}
/*coop*/
.coopbg{
  background:url("../images/coopbg.jpg") no-repeat center;
  background-size:cover;
}
.coop{
  display:flex;
  justify-content: center;
  align-items: center;
}
.coop_list{
  position: relative;
  height: 507px;
  width: 87.5%;
  margin:0 auto;
}
.coop ul{
  position: absolute;
  width: 100%;
  display:flex;
  justify-content: space-between;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.coop ul:nth-of-type(even){
  width: 78%;
}
.coop ul:first-of-type{  top:0; z-index: 9;}
.coop ul:nth-of-type(2){  top:16.6%;z-index: 8;}
.coop ul:nth-of-type(3){  top:33.2%;z-index: 7;}
.coop ul:nth-of-type(4){  top:49.8%;z-index: 6;}
.coop ul:nth-of-type(5){  top:66.4%;z-index: 5;}
.coop ul li{
  position: relative;
  width: 175px;
  height: 151px;
  -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 ul:hover{
  z-index: 10;
}
.coop ul li:hover{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);

}
.coop ul li>i{
  display:block;
  position: absolute;
  background: #fff;
  width: 88.5px;
  height: 100%;
  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%);
  transform-origin: center center;
  cursor: pointer;
  -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 ul li>i:before{
  background: #fff;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%) rotate(60deg);
  -moz-transform: translate(-50%,-50%) rotate(60deg);
  -ms-transform: translate(-50%,-50%) rotate(60deg);
  -o-transform: translate(-50%,-50%) rotate(60deg);
  transform: translate(-50%,-50%) rotate(60deg);
  display:block;
  content: "";
  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;
}
.coop ul li>i:after{
  background: #fff;
  position: absolute;
  display:block;
  content: "";
  width: 100%;
  height: 100%;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%) rotate(-60deg);
  -moz-transform: translate(-50%,-50%) rotate(-60deg);
  -ms-transform: translate(-50%,-50%) rotate(-60deg);
  -o-transform: translate(-50%,-50%) rotate(-60deg);
  transform: translate(-50%,-50%) rotate(-60deg);
    -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 ul li>b{
  position: absolute;
  top:50%;
  left: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%);
  width: 65%;
  height: 47%;
}
.coop ul li>b img{
object-fit: contain;
}
.coop ul li:hover i,.coop ul li:hover i:after,.coop ul li:hover i:before{
  border-top:2px solid #a91f24;
  border-bottom:2px solid #a91f24;
}
.coop ul:last-of-type li:last-of-type i,.coop ul:last-of-type li:last-of-type i:after,.coop ul:last-of-type li:last-of-type i:before{
  background:#c0c2c5;
}
.coop ul:last-of-type li:last-of-type:hover i,.coop ul:last-of-type li:last-of-type:hover i:after,.coop ul:last-of-type li:last-of-type:hover i:before{
  background: #a91f24;
}

.coop ul li>span{
  position: absolute;
  top:50%;
  left: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%);
  color: #fff;
  font-size: 19px;
  background:url("../images/coopjt.png") no-repeat center top;
  padding-top:24px;
}

/*indexform*/
.indexform{
  background: url("../images/msgbg.jpg") no-repeat center;
  display:flex;
  justify-content: center;
  align-items: center;
}
.form_contbg{
  width:87.5%;
  margin:0 auto;
}
.form_cont{
  width: 100%;
  height: 557px;
}
.form_left{
  float:right;
  width: 60%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:4vw 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(24, 24, 24, 0.6);
}
.form_ul{
  height: 100%;
  float:left;
  background: rgba(169, 31, 36, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5vw 5vw;
  width: 40%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.form_ul li{
  margin-bottom: 3vw;
}
.form_ul li:last-of-type{
  margin-bottom: 0;
}
.form_ul li b{
  color: #fff;
  font-size: 18px;
}
.form_ul li small{
  display:block;
  margin-top:1vw;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.form_ul li small a{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
#indexform input{
  float:left;
  width: 48.6%;
  margin-bottom: 1vw;
  line-height: 59px;
  padding-left:59px;
  padding-right:5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
}
#indexform input::placeholder,#indexform textarea::placeholder{
  color: rgba(255, 255, 255, 0.3);
}
#indexform input:nth-of-type(2),#indexform input:nth-of-type(4){
  float:right;
}
#indexform input[name=name]{ background: rgba(255, 255, 255, 0.1) url("../images/msgicon01.png") no-repeat 18px center;}
#indexform input[name=address]{ background: rgba(255, 255, 255, 0.1) url("../images/msgicon02.png") no-repeat 18px center;}
#indexform input[name=tel]{ background: rgba(255, 255, 255, 0.1) url("../images/msgicon03.png") no-repeat 18px center;}
#indexform input[name=email]{ background: rgba(255, 255, 255, 0.1) url("../images/msgicon04.png") no-repeat 18px center;}
#indexform input[name=captcha]{ background: rgba(255, 255, 255, 0.1) url("../images/msgicon06.png") no-repeat 18px center;}
#indexform textarea{
  float:left;
  width: 100%;
  height: 172px;
  margin-bottom:1vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px 59px;
  border-radius: 6px;
  font-size: 16px;
  cursor:text;
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1) url("../images/msgicon05.png") no-repeat 18px 15px;
}
#indexform .code{
  float:left;
  width: 100%;
}
#indexform .code>.verify{
  height: 59px;
  float:left;
  width:20%;
  margin:0 2%;
  background:#f3fbfe;
}
#indexform .code>.verify img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#indexform .submit{
  display:block;
  width: 27%;
  float:right;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  background:#6c1d22;
  -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;
}
#indexform .submit:hover{
  background: #9f363d;
}

/*indexfot_bot*/
.indexfot_bot{
  margin-top: 3vw;
}
.indexfot_bot>p{
  float:left;
  font-size: 14px;
  color: #fff;
  font-weight:lighter;
}
.indexfot_bot a{
  font-size: 14px;
  color: #fff;
  font-weight:lighter;
}
.indexfot_bot>a{
  float:right;
}









.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.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;
}

.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;
}

