.banner .slider {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
  
.banner .slides {
  height: 100%;
  /* Simple clear fix */
  overflow: hidden;
  list-style: none;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.banner .slide {
  height: 100%;
  float: left;
  clear: none;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover !important;
}
.banner .slide a{
  width: 100%;
  height: 100%;
  display: block;
}
.banner .slider-arrows {}

.banner .slider-arrow {
  position: absolute;
  display: block;
  margin-top: -43px;
  text-decoration: none;
  width: 27px;
  height: 86px;
  top: 50%;
  text-indent: 999px;
  overflow: hidden;
}


.banner .slider-arrow--right { right: 2%;background: url(../images/right.png) no-repeat center;background-size: cover; }
.banner .slider-arrow--left {  left: 2%; background: url(../images/left.png) no-repeat center;background-size: cover; }

.banner .slider-nav {
  position: absolute;
  bottom: 30px;
  display: none;
}

.banner .slider-nav__item {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  clear: none;
  display: inline-block;
  margin: 0 5px;
  background: #fff;
}

.banner .slider-nav__item:hover { background: #000;}
.banner .slider-nav__item--current { background: #000;}
.in_mid,
.in_we,
.in_news,
.footer,
.in_top{
  background: url(../images/bg.jpg);

}
.banner{
  position: relative;
}
.in_tab{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.in_tab:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
  z-index: 1;
}
.in_tab a{
  background: #fff;
  width: 25%;
  padding-bottom: 35px;
  float: left;
  position: relative;
  z-index: 2;
}
.in_tab a:hover span{
  color: #45b049;
}
.in_tab a img{
  margin-top: 25px;
  margin-bottom: 30px;
}
.in_tab a span{
  color: #333;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.in_tab a span i{
  position: absolute;
  right: -80px;
  top: 12px;
  width: 41px;
  height: 14px;
  opacity: 0;
  transition:0.3s all;
  background: url(../images/in-tab.png) no-repeat center;
  background-size: cover;
}
.in_tab a:hover span i{
  opacity: 1;
}

.ptitle{
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-top: 40px;
}
.in_top{
  padding: 100px 0;
}
.in_top .btn{
  font-size: 24px;
  color: #333;
  text-align: right;
  margin-top: 30px;
  border-bottom: 2px solid #333333;
  display: inline-block;
}
.in_top .btn:hover{
  color: #45b049;
  border-bottom: 2px solid #45b049;
}
.in_top .right{
  width: 100%;
  margin-top: 50px;
}
.in_top .owl-carousel .owl-item img{
  width: inherit;
  display: inline-block;
}
.in_top .right .img{
  text-align: center;
  overflow: hidden;
  position: relative;
}
.in_top .owl-controls{
  
}
.in_top .owl-nav{
  width: 100px;
}
.in_top .owl-controls .owl-prev{
  text-indent: 999px;
  width: 41px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top:-7px;
  overflow: hidden;
  background: url(../images/in_top_left1.png) no-repeat center;
}
.in_top .owl-controls .owl-prev:hover{
  background: url(../images/in_top_left11.png) no-repeat center;
}
.in_top .owl-controls .owl-next{
  text-indent: 999px;
  width: 41px;
  height: 14px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top:-7px;
  background: url(../images/in_top_left2.png) no-repeat center;
}
.in_top .owl-controls .owl-next:hover{
  background: url(../images/in_top_left22.png) no-repeat center;
}
.in_top .right .a1{
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
}
.in_top .right .a2{
  width: 164px;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 40px;
  opacity: 0;
  background: #45b049;
  font-size: 18px;
  text-align: center;
}
.in_top .right .div1:hover .a2{
  opacity: 1;
}
.in_top .right .a2 span{
  border-bottom: 1px solid #fff;
  color: #fff;
}
.in_top .right .img img{
  transition: 0.3s all;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.in_top .right .img:hover img{
  transform: translate(0,90px);
  -webkit-transform: translate(0,90px);
}
.in_top .right .img i{
  width: 330px;
  height: 242px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
}

.in_mid{
  position: relative;
}
.in_mid .img{
  height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.in_we{
  padding: 100px 0;
}
.in_we .font{
  width: 666px;
  float: left;
}
.in_we .p1{
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin: 40px 0;
}
.in_top .ptitle{
  margin-top: 0;
}
.in_top .ptitle *,
.in_news .ptitle *,
.in_we .p1 *{
  display: inline-block;
  vertical-align: middle;
}
.in_top .ptitle img,
.in_news .ptitle img,
.in_we .p1 img{
  margin-right: 10px;
}
.in_we .p2{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}
.in_we .p3{
  line-height: 36px;
  font-size: 18px;
  color: #333;
  margin-bottom: 130px;
}
.in_we .font a{
  font-size: 24px;
  border-bottom: 2px solid #333;
  color: #333;
  display: inline-block;
}
.in_we .contain{
  position: relative;
}
.in_we .font .center1{
  position: absolute;
  left: 0;
  bottom:0;
}
.in_we .font a:hover{
  color: #45b049;
  border-bottom: 2px solid #45b049;
}
.in_news .slide{
  margin-top: 40px;
}
.in_news .slide .img{
  position: relative;
}
.in_news .slide .show{
  position: absolute;
  left: 0;
  top: 0;
  background: #45b049;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s all;
}
.in_news .slide .div1:hover .show{
  opacity: 1;
}
.in_news .slide .show .p1{
  margin-top: 100px;
  font-size: 24px;
  font-weight: bold;
}
.in_news .slide .show .p2{
  font-size: 18px;
  margin-top: 20px;
}
.in_news .slide .show .p3{
  margin-top: 150px;
  font-size: 24px;
}
.in_news .slide .show .p3 span{
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
.in_news .more{
  font-size: 24px;
  color: #333;
  padding-bottom: 5px;
  margin-top: 50px;
}
.in_news .more span{
  border-bottom: 2px solid #333;
}
.in_news .owl-nav{
  display: none;
}
.in_news{
  padding-bottom: 100px;
}
.in_mid .img .font{
  position: absolute;
  left: 50%;
  top: 18%;
  text-align: center;
  color: #fff;
  transform: translate(-50%,0);
}
.in_mid .img .font .p1{
  font-size: 80px;
  font-weight: bold;
}
.in_mid .img .font .p2{
  font-size: 48px;
  margin-top: 40px;
}