.banner .slider {
  position: relative;
  width: 100%;
  height: 760px;
  overflow: hidden;
}
  
.header{
  background: #fff;
}
.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;
  position: relative;
  
  background-size: cover;
}
.banner .slide a{
  width: 100%;
  height: 100%;
  display: block;
}
.banner .slider-arrows {}

.banner .slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -16px;
  border-radius: 33px;
  text-decoration: none;
  width: 33px;
  height: 33px;
  bottom: 50%;
  text-indent: 999px;
  overflow: hidden;
  display: none;
}


.banner .slider-nav {
  position: absolute;
  bottom: 20px;
}

.banner .slider-nav__item {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  clear: none;
  display: inline-block;
  margin: 0 5px;
  background: rgba(255,255,255,0.65);
}
.banner .slider-nav__item--current{

  background: rgba(218,37,29,0.8);
}

.banner .font{
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
  color: #fff;
}
.banner .font .p1{
  font-size: 64px;
  font-weight: lighter;
}
.banner .font .p2{
  font-family: "Times New Roman";
  font-size: 18px;
  line-height: 18px;
}
.in_all_top{
  font-size: 20px;
  color: #000;
  background: #f5f5f5;
  line-height: 80px;
  text-align: center;
}
.in_all_top i{
  color: #da251d;
}
.in_top .main li{
  float: left;
  width: 236px;
  margin-right: 4px;
  overflow: hidden;
  position: relative;
}
.in_top .main li:last-child{
  margin-right: 0;
}
.in_top .main li .p1{
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 55px;
  text-indent: 15px;
  left: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
}
.in_top .main li .p1:after{
  content: '';
  position: absolute;
  right: 15px;
  width: 12px;
  height: 8px;
  top: 23px;
  background: url(../images/dot.png) no-repeat center;
}
.in_top .main li .p1 i{
  font-family: "Arial";
}
.in_top .main li .show{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  transition: 0.3s all;
  height: 100%;
  background: rgba(238,238,238,0.75);
}
.in_top .main li:hover .p1{
  opacity: 0;
}
.in_top .main li:hover .show{
  top: 0;
}
.in_top .main li .show .p2{
  color: #333;
  line-height: 55px;
  text-indent: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.65);
}
.in_top .main li .show .p2 i{
  font-family: "Arial";
}
.in_top .main li .p2:after{
  content: '';
  position: absolute;
  right: 15px;
  width: 12px;
  height: 8px;
  transform: rotate(180deg);
  top: 23px;
  background: url(../images/dot.png) no-repeat center;
}
.in_top .main li .show a{
  margin-top: 13px;
  color: #333;
  text-indent: 15px;
}
.in_top .main li .show .a1{
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  line-height: 55px;
  border-top: 1px solid rgba(255,255,255,0.65);
}
.in_top .main li .show a:hover{
  color: #da251d;
}
.in_top .main li .show .a1 i{
  font-family: "Arial";
}
.in_top{
  margin-bottom: 70px;
}
.in_app {
  position: relative;
  padding-bottom: 90px;
  overflow: hidden;
}
.app_img{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
  width: auto;
  z-index: -1;
  height: 100%;
  transition:0.3s all;
}
.in_app.active .app_img{
  transform: translate(-50%,0) scale(1.1);
}


.in_app .all_title .pq i,
.in_app .all_title .pq,
.in_app .all_title .pw{
  color: #fff;
}
.in_app .main li{
  float: left;
  width: 386px;
  height: 200px;
  background: rgba(255,255,255,0.1);
  margin-right: 20px;
  margin-bottom: 20px;
  color: #fff;
  box-sizing: border-box;
  padding: 40px 40px 0;
}
.in_app .main li:nth-of-type(3n){
  margin-right: 0;
}
.in_app .main li .p1{
  font-size: 16px;
}
.in_app .main li .line{
  margin: 16px 0;
  width: 30px;
  height: 2px;
  background: rgba(255,255,255,0.5);
}
.in_app .main li .p2{
  font-size: 13px;
  line-height: 24px;
}
.in_app .main li a:hover .p1{
  color: #da251d;
}
.in_pro .main li{
  width: 360px;
  float: left;
  margin-right: 60px;
}
.in_pro .main li:nth-of-type(3n){
  margin-right: 0;
}
.in_pro .main li .a1{
  font-size: 18px;
  color: #000;
}
.in_pro .main li .line{
  width: 30px;
  height: 2px;
  margin: 15px 0;
  background: #da251d;
}
.in_pro .main li .p1{
  font-size: 13px;
  line-height: 24px;
  height: 48px;
  margin-bottom: 30px;
  overflow: hidden;
}
.in_pro .main li .img{
  position: relative;
}
.in_pro .main li .img .show{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  background: rgba(238,238,238,0.65);
}
.in_pro .main li:hover .img .show{
  opacity: 1;
  visibility: visible;
}
.in_pro .main li:hover .img .show p{
  color: #da251d;
}
.in_pro .main li .img .show .font{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
  text-align: center;
  color: #333;
}
.in_pro .btn{
  color: #010101;
  background: #dcdcdc;
  text-align: center;
  line-height: 45px;
  margin-top: 55px;
}
.in_pro .btn i{
  font-family: "Arial";
}
.in_pro .btn:hover{
  color: #fff;
  background: #da251d;
}
.in_pro{
  background: #f5f5f5;
  padding-bottom: 70px;
}
.in_map{
  padding: 100px 0;
}
#map{
  width: 100%;
  height: 280px;
}
#map img{
  max-width: inherit;
}
.in_map .contain{
  position: relative;
}
.in_map .show{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  box-sizing: border-box;
  padding: 70px 50px 0;
}
.in_map .show .p1{
  font-size: 18px;
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  position: relative;
  margin-bottom: 28px;
}
.in_map .show .p1 i{
  font-family: "Arial";
}
.in_map .show .p1:after{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #da251d;
}
.in_map .show .p2{
  margin-bottom: 10px;
  font-size: 13px;
}
.in_end{
  padding: 100px 0;
  background: url(../images/in_end.jpg) no-repeat center;
}
.in_end li{
  width: 33.3333%;
  float: left;
  color: #fff;
  position: relative;
  text-align: center;
}
.in_end li .p1{
  font-size: 18px;
  margin-top: 10px;
}
.in_end li .p2{
  font-family: "Arial";
}
.in_end li:after{
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 80px;
  margin-top: -40px;
  content: "";
  background: rgba(255,255,255,0.25);
}