body{
    overflow-x: hidden;
    min-width: 1000px;
    background: #fefefe}
.content{
    width: 1000px;
    margin: 0 auto;
    min-width: 1000px;}
/*banner*/
.swiper-container{
    height:650px;
}
.arrow-left {
  background: url(/statics/images/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:10;
}
.arrow-right {
  background: url(/statics/images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:10;
}
.pagination {
  position: absolute;
  left: 0%;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index: 999;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-slide{
    position:relative;
    opacity:0;
    transition: opacity 0.7s ease-in-out;
}
.swiper-slide-active{
    opacity:1;
}
.swiper-slide .img{
    position:absolute;
}
.inner{
    position:relative;
    display:block;
    width:1000px;
    height:650px;
    margin:0 auto;
}
.slide1{
   background:url('/statics/images/s.png') no-repeat center bottom;
}
.slide2{
    background:url('/statics/images/pigBanner.png') no-repeat center bottom;
}
.slide3{
    background:url('/statics/images/part10.jpg') no-repeat center bottom;
}

.slide1 .s0{left: 23%;margin-left: -154px; top: 90px}
.slide1 .s1{left: 50%;margin-left: -425.5px;top: 200px;}
.slide1 .s2{left: 51%;margin-left: -435px;top: 380px}
.slide1 .s3{left: 0;bottom: 0px;z-index: 5;height:190px}
.slide1 .s4{right: 0;bottom: 0px;z-index: 0;height: 160px}
.slide2 .zh-a-1{left: -90px;top: 17px;z-index: 9;}
.slide2 .zh-a-2{left: 50px;top:107px;}
.slide3 .b-1 {right: 102px;top: 180px;}
.slide3 .b-2 {left: 90px;top: 180px;}
.slide3 .b-3 {left: 47%;margin-left: -381px;top: 330px;}
.slide3 .b-s-1 {width: 100px; left: 50px; bottom:0px;}
.slide3 .b-s-2 {left: 160px;width: 160px;bottom:0px;}
.slide3 .b-s-3{left: 390px;width: 58px;bottom:0px;}
.slide3 .b-s-4{right: 359px; width: 103px;bottom:0px;}
.slide3 .b-s-5{right: 250px;width: 150px;bottom:0px;}
.slide3 .b-s-6{right: 0;width: 65px;bottom:0px;}
.slide3 .b-y-1 {top:40px;left: 50%; margin-left: -20px;}
.slide3 .b-y-2{top:40px;left:0}
.slide3 .b-y-3{top:40px;right: 0}
.loop{
    animation-iteration-count: infinite;/*无限*/
    animation-timing-function:linear;/*平滑*/
}
.targetBtn {
    margin-top: 20px;
    position: absolute;
    bottom: 100px;
    left: 305px;
    z-index: 999;
}
.targetBtn a{
    height:50px;
    border-radius:0.2rem;
    background:rgba(0,0,0,.5);
    float:left;
    line-height:50px;
    text-align:center;
    color:#fff;
    text-decoration:none;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    }
.targetBtn .a1{
    width:170px;
    }
.targetBtn .a2{
    width:170px;
    margin-left:15px;
    }   
/*自定义CSS动画*/
.moveRight{-webkit-animation-name:moveRight;animation-name:moveRight}
@-webkit-keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}
@keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}

.moveLeft{-webkit-animation-name:moveLeft;animation-name:moveLeft}
@-webkit-keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}
@keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}

.title {
    margin: 30px auto 20px;
}
.title h1{
    font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0em;
  font-feature-settings: "kern" on;
  color: #333333;
  height: 61px;
}
.title h1 span:nth-child(1) {
    border-bottom: 5px solid #ff0000;
    margin-right: 2px;
    padding-bottom: 8px;
}

.title h1 span:nth-child(2) {
    border-bottom: 5px solid #0069FF;
    padding-bottom: 8px;
}
.title h4{
    text-align: center;
  font-size: 16px;
  line-height: 26px;
}
.school {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.school-img {
    width: 590px;
}

.school-img img {
    width: 100%;
}

.school-txt {
    width: 590px;
}

.school-txt h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.school-txt p {
font-size: 17px;
  font-weight: normal;
  line-height: 28px;
  text-indent: 2em;
  margin: 10px;
  color: #566566;
}

.develop .time {
    position: relative;
    height: 460px;
    margin: 40px auto;
}

.develop ul {
    display: flex;
width: 84%;
  margin-left: 16%;
    position: absolute;
}

.develop ul li {
    margin-right: 34px;
    width: 25%;
    position: relative;
    font-size: 18px;
    color: #000;
    font-family: Source Han Sans;
}

.develop ul li i {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #0C58FD;
    margin-left: -8%;
    
}

.develop .line-up li::before {
    content: "";
    position: absolute;
    left: -5.5%;
    top: 7px;
    width: 1px;
    height: 100%;
    background: url('https://www.bwie.net/statics/index/images/line.png') no-repeat center center;
    background-size: auto;
    background-size: cover;
}

.develop .line-up li:nth-child(1),
.develop .line-up li:nth-child(3) {
    height: 100px;
    top: 50px;
}

.develop .line-up li:nth-child(2),
.develop .line-up li:nth-child(4) {
    height: 150px;
}

.develop-time {
    position: relative;
    padding: 120px 0;
}

.develop .line-down {
    margin-left: 8%;
    top: 60%;
    height: 100px;
    width: 92%;
}
.develop .line-down li{
        margin-right: 34px;
    width: 15%;
    position: relative;
    font-size: 18px;
    color: #000;
    font-family: Source Han Sans;
}
.develop .line-down li i {
    margin-left: -12%;
}

.develop .line-down li::after {
    content: "";
    position: absolute;
    left: -16px;
    top: 7px;
    width: 1px;
    height: 100%;
    background: url('https://www.bwie.net/statics/index/images/line-down.png') no-repeat center center;
    background-size: auto;
    background-size: cover;
}
.develop .line-down li {
    height: 114px;
}

.develop .line-down li:nth-child(3){
	height: 161px;
}
.develop .line-down li:nth-child(5) {
    height: 161px;
}
.xqys{
    background: url(images/zs-bg1.png) no-repeat;
  background-size: 100%;

}
.xqys-item{
      display: flex;
  justify-content: space-around;
  padding: 40px 0;
  color:#fff;
}
.ad-nav{
    display: flex;
    align-items: center;
}
.ad-nav img{
    height: 64px;
    width: auto;
    margin: auto 10px;
}
.ad-nav h1{
font-size: 40px;
font-weight: 900;
line-height: 52px;
color:#fff;
}
.ad-nav p{
font-size: 18px;
font-weight: bold;
color:#fff;
}
.xqys-item .item b{
    font-size: 18px;
font-weight: bold;
color:#fff;
line-height: 36px;
}
.xqys-item .item p{
    font-size: 16px;
    color:#fff;
    line-height: 24px;
}
.ry-box{display: flex;
  flex-wrap: wrap;}
.ry-box img{width: 300px;}
.bwie {
    background-color: #F9F9F9;
}
.white-bg{background-color: #fff;}
.school {
    display: flex;
    margin: 20px auto;
    justify-content: space-between;
}

.school-img {
    width: 590px;
}

.school-img img {
    width: 100%;
}

.school-txt {
    width: 585px;
}

.school-txt h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
}

.school-txt p {
font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  text-indent: 2em;
  margin: 10px;
  color: #566566;
}
.zs-rc{display: flex;justify-content: space-around;text-align: center;}
.zs-rc .rc-item img{
    width: 200px;height: auto;margin: 20px auto 30px;
}
.zs-rc .rc-item h3{
    font-size: 24px;
font-weight: bold;
line-height: 52px;
color: #000;
}
.zs-rc .rc-item b{
    font-size: 18px;
font-weight: bold;
line-height: 38px;
}
.zs-rc .rc-item p{
    font-size: 16px;
}
.kc-content .gd{
display: grid;grid-template-columns: 200px 991px;column-gap: 8px;align-items: end;grid-template-rows:68px;
}
.kc-content{padding:20px 0 40px;}
.kc-content .kc-name{
    height: 90px;
    background: #FF8C00;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  align-content: center;
  position: relative;
}
.kc-content .kc-name::after{
content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 0;
  height: 0;
  border-right: 22px solid transparent;
  border-bottom: 22px solid #D36307;
}
.kc-content .kc-job{
    width: 992px;
     height: 68px;
    background: #FFB253;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  align-content: center;
  box-shadow: 2px 8px 30px 0px rgba(255, 140, 0, 0.15);
}
.kc-item {border-bottom: 1px solid rgba(209, 98, 7, 0.3);
  border-right: 1px solid rgba(209, 98, 7, 0.3);
box-shadow: 2px 8px 30px 0px rgba(255, 140, 0, 0.15);}
.kc-item div{
height: 68px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  align-content: center;
  line-height: 24px;
}
.kc-item div:nth-child(2n-1){
    font-size: 20px;
font-weight: bold;
color: #FF6A00;
   border-left: 1px solid #FF8C00;
  border-bottom: 1px solid #FF8C00;
  border-right: 1px solid #FF8C00;
}
.kc-item div:nth-child(2n-2){
background: #FFE7CA;
}
.kc-item div:nth-child(4n){
background: #FFF5EA;
}
.jy{
     background: url(images/zs-bg2.png) no-repeat;
  background-size: auto;
}
.jy .jy-content{
    display: flex;
    justify-content: space-between;
    padding: 80px 0 20px;
    align-items: center;
}
.jy .jy-content .jy-text{
    width: 544px;
}
.jy .jy-content .jy-text h3{
    font-size: 20px;
font-weight: bold;
color: #333333;
padding: 20px 0;
}
.jy .jy-content .jy-text h3 span{
    margin-right: 10px;
    color: #0670FF;
}
.t-title h3{
    font-size: 20px;
font-weight: bold;
color: #333333;
text-align: center;
}
.t-title  h3 span{
    margin: auto 10px;
    color: #0670FF;
}
.jy-content .jy-text p{
    font-size: 18px;
    line-height: 43px;
}
.jy .jy-content img{
    width: 406px;
    height: auto;
}
.jiuye{
background: linear-gradient(125deg, #46C8F9 0%, #3672FF 28%);
  background-size: 100% 38%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 20px auto;
}
.jiuye-item{
    display: flex;justify-content: space-between;margin-bottom: -30px;position: relative;
}
.jiuye-item div:first-child{
margin-top: 26px;
}
.jiuye-item div:last-child{
margin-top: 6px;
}
.jiuye-item div:nth-child(2){
margin-top: 90px;
}
.jiuye .img-up{
    position: absolute;margin-top: -88px;
}
.jybz{text-align: center;padding-top: 20px;}
.jybz img{
    width: 100%;
}
.jyms{
    background: linear-gradient(180deg, #FFFFFF 3%, #F4FBFF 100%);
}
.jyms .jiuye6{
    margin: 40px auto;
}
.jyms img{
    width: 100%;
}
.sdsl {
    background: linear-gradient(180deg, #F4FBFF 3%, #F7F6FF 100%);
}
.sdsl .t-title{
    margin: 40px auto 80px;
}
.sdsl .sl-box {
    display: flex;position: relative;align-items: center;padding-top: 80px;
}
.sdsl .sl-box .sl-txt h3{
    font-size: 20px;line-height: 34px;
    font-weight: bold;color: #333333;
}
.sdsl .sl-box .sl-txt p{
    font-size: 18px;
    line-height: 31px;
}

.sdsl .sl-box .sl-txt{width: 31%;}
.sdsl .sl-box .sl-img{
    width: 38%;
}
.sdsl .sl-box .frist{
position: absolute;
  margin-bottom: 36%;
  width: 401px;
  margin-left: 11%;
  text-align: center;
}

.sdsl .sl-box div:nth-child(2) h3{text-align: right;}
.cj{background-color: #000;}
.cj .main img{width: 100%;}
.cjrh{background-color: #041644;}
.cjrh .main img{width: 100%;}



 #container{
	position:relative;
	width:1200px;
	margin:0 auto 25px;
	padding-bottom: 10px;
	height: 1050px;
	margin: 0 auto;
	
}
#container .grid{
	width:300px;
	height: 250px;
	min-height:100px;
	background:#fff;
	margin:0 auto;
	float:left;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

#container .grid strong {
	border-bottom:1px dashed #ccc;
	display:block;
	padding-bottom: 3%;
	margin:5% 5% 0 5%;
	font-size:1.2rem;
	line-height: 1.78;
}
#container .grid p{
	text-align:left;
	color:#777;
	margin:3% 5% 5% 5%;
	font-size: 0.7rem;
	line-height: 1.68;
}
#container .grid .imgholder img{
	max-width:100%;
	background:#fff;
	display:block;
}
.wcdq{
    width: 100%;
    height: 446px;
    background-image: url(https://www.bwie.net/statics/index/images/dq-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #3E546C;
}
.wcdq-box{display: flex;justify-content: space-between;margin: 30px auto;}

.image:hover{
            transform: rotateY(360deg);
        transition: transform 0.5s; 
    }

    .lx .main{
        display: flex;margin: 30px auto;background: #fff;padding: 20px;
    }
    .lx .lx-dz{
        width: 840px;
    }
     .lx .lx-dz img{width: 100%;}
    .lx-txt{
        margin: 0 30px 0 40px;
    }
    .lx-txt h2{
       font-size: 28px;font-weight: bold;line-height: 2;color: #333;
        margin-bottom: 30px;
    }
    .lx-txt p{
        font-size: 18px;
        line-height: 31px;
        color: #333;
    }
   .lx-txt p .icon-address{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://www.bwie.net/statics/index/images/icon/icon-address.png) no-repeat;
}
.lx-txt p .icon-tel{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://www.bwie.net/statics/index/images/icon/icon-tel.png) no-repeat;
}
     .lx-txt p:nth-child(3){
        margin: 30px auto;
     }
     .banner-img img{width: 100%;}