* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body,html{
	width: 100%;
	position: relative;
	min-width: 1200px;
}
a{
	text-decoration: none;
}  html, body {
      position: relative;
      height: 100%;
    } 
  .nav a:hover{
  	color: #0ae!important;
  	} 
.button-prev1{
	left: 20px;
}
.button-next1{
	right: 20px;
}
 .hide{
  opacity:0;
	display: none;
}

.hands:hover{
	cursor: pointer;
}
.swiper2-pre{
	position: relative;
	left:2%;
	z-index: 99;
}
.swiper2-next{
position: relative;
right: 1%;
	z-index: 99;
}
#right1{
	position: relative;
	right: 0%;
}
.bluehover:hover{
	background: #00479D;
}
.button-next1,.button-prev1{
	z-index: 99;
	position: absolute;
	top: 45%;
	transition:opacity .5s;
}

.swiper-box1{
	padding-top: 10%;
	box-sizing: border-box;
	 width: 60%;
	 height: 873px;
	 padding: 240px 50px 0 50px;
	 position: relative;
}

#swiper1 .swiper-slide{
	box-sizing:border-box ;
	border-radius: 10px;
	background:#f2f2f2;
    overflow:hidden;
    height:310px;
    display:block;
}
    #swiper1 .swiper-slide .swiperimgbox {
        height:330px;
        overflow:hidden;
    }
    #swiper1 .swiper-slide.swiper-slide-active {
        height:auto;
    }
#swiper1 .swiper-slide span{
	display:block;
    padding-bottom:10px;
    font-size:16px;
	z-index: 1;
}
#swiper1 .swiper-container{
/* 	width: 80%!important; */
	box-sizing:border-box ;
	height: auto;
}
#swiper1 .swiper-slide span img{
	height: 40px;
}
 /* .swiper-container {
      width: 100%;
      height: auto;
    } */
		
	#swiper1	.swiper-slide img{
			width: 100%;
			z-index: 10;
		}
		
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* 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;
	  transition: 300ms;
	
    }
	.swiper-slide:not(.swiper-slide-active){
      transform: scale(0.8);
	}


.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 78px;
	box-sizing: border-box;
	background: #fff;
	padding: 0 50px;
}

a {
	text-decoration: none;
	color: #000;
}


.banner1 {
width: 100%;
	position: relative;
/* 	background: url(img/images/banner_bg.png); */
}
./* banner1 .banner-box{
	width: 1200px;
	height: 871px;
	margin: auto;
position: relative;
} */
/* .banner1 .banner-box .input{
	width: 300px;
} */
/* .banner1 .banner-box .banner-pro{
	position: absolute;
	bottom: 0;
	}
.banner1 .banner-logo{
	
} */

.zaozi {
	display: none;
	position: absolute;
	top: 0;
	opacity: 0.8;
}


.banner1 .banner-pro a:hover img{
	box-shadow: 5px 5px 5px #C2C2BB;
}
.banner1 .banner-pro a:hover .zaozi{
	display: block;
}
.banner1 .banner-pro a p{
	color: #000000!important;
}
.banner1 .banner-pro a {
	display: inline-block;
	margin: 0 10px;
	box-sizing: border-box;
}

.profile {
	height: auto;
	display: flex;
}

.profile .profile-left {
width: 40%;
	padding: 50px 50px;
	box-sizing: border-box;
	height: 873px;
	background: url(../img/images/profile-bg.png) no-repeat;
}

.profile .profile-left p:nth-child(1) {
	font-size: 30px;
	margin-bottom: 50px;

}

.profile .profile-left p:nth-child(2) {
	font-size: 30px;
	color: #00479d;
	margin-bottom: 50px;
}

.profile .profile-left p:nth-child(3) {
	font-size: 16px;
	line-height: 31px;
	/* font-weight: bold; */
	margin-bottom: 100px;

}

.profile .profile-left .wenzi {
	width:98%;

}

.profile .profile-right {
	width: 1160px;
	background-image: url(../img/images/profile-right-bg_23.png);
}

.profile-right {
	width: 1163px;
	height: 873px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.profile-right .item{
	position: relative;	
	top: 100px;
	left: 10%;
}

.profile-right .item img{
	width: 500px;
}

.friend {
	height: 873px;
	justify-content: center;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	margin: auto;
	min-width: 1200px;
}

.friend .friend1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}

.friend .friend1 p:first-child {
	color: #00479d;
	font-size: 30px;
}

.friend .friend1 p:nth-child(2) {
	color: #666666;
	margin: 20px 0;
	font-size: 16px;
}
.friend .friend1 .friend-logo .swiper-container{
	/* width: 1036px; */
	height: 500px;
}
.friend .friend1 .friend-logo{
	/* width: 1036px; */
	height: 500px;
}
#swiper2 .friend-logo-1 p{
	letter-spacing: 30px;
	margin: -100px 0;
}
#swiper2{
    margin-bottom:60px;
	height: 500px;
}
    #swiper2 .friend-logo-1 img {
        transition:all 1s;
    }
        #swiper2 .friend-logo-1 img:hover {
            opacity:0.5;
        }
.friend .friend1 .biaozhi {
	width: 30px;
	height: 4px;
	background: #00479D;
	margin-bottom: 25px;
}
.bannerimg{
	display: inline-block;
    position: relative;
    width:280px;
    height:230px;
    border-radius:5px;
    background:#fff;
    overflow:hidden;
   box-shadow: 2px 2px 10px rgba(128,128,128,0.5);
   margin-right: 20px;
   padding-top:30px;
   position:relative;
}
    .bannerimg a {
        display:block;
        height:100%;
    }
        .bannerimg a>img {
            width: auto;
    max-width: 60%;
    max-height: 80%;
        }
        .bannerimg a>p {
            position:absolute;
            width:100%;
            height:auto;
            left:0;
            text-align:center;
            bottom:10px;
            margin-bottom:0;
            font-size:18px;
        }
.ycboxcp{
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(0,108,239,0.5);
    left:0;
    top:0;
    padding:10px;
    color:#fff;
    opacity:0;
    transition:all 1s;
}
    .ycboxcp p {
        font-size:20px;
        position:relative;
        padding-bottom:10px;
        margin-bottom:0;

    }
        .ycboxcp p:after {
            position:absolute;
            content:'';
            width:30px;
            height:2px;
            background:#fff;
           bottom:0;
           left:46%;
        }
    .ycboxcp .u4zhaiyao {
        text-align:left;
        font-size:14px;
        line-height:26px;
    }
    .ycboxcp img {
      position:absolute;
      right:10px;
      bottom:10px;
      width:28px;
    }
.bannerimg:hover a > p {
    display:none;
}
.bannerimg:hover .ycboxcp {
    opacity:1;
}

/*.zaozi{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index:99 ;
}
.zaozi:hover{
	cursor: pointer;
	opacity: 0.8;
}*/
.friend .friend-logo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.banner-content{
	width: 100%;
text-align: center;
	box-sizing: border-box;
	padding: 10px;
position: absolute;
bottom: 0;

	margin: auto;
}
.friend .friend-logo p:first-child{
	position: relative;
	top: -45px;
	left: 5px;
}
.friend .friend-logo p img{
	margin:0 50px;
}

.vision{
	position: relative;
	height: 872px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	background: #f3f4f8;
}
.vision p:first-child{
	font-size:30px ;
	color: #00479d;
}
.vision p:nth-child(2){
	margin-top: 16px;
	margin-bottom: 24px;
}
.vision>p:nth-child(4){
	width: 1200px;
	/* margin-top: 40px; */
	font-size: 16px;
	line-height: 30px;
	padding: 5px;
}.vision .vison-img{
	z-index: 1;
	margin-bottom: 30px;
	/* margin-left: 50px; */

}

#swiper3 {
	width: 1200px;
	margin-top: 40px;
	/* height: 700px; */
}
#swiper3 .myslider .title{
	padding: 5px 0;
	padding-bottom: 60px;
	font-size:30px ;
	line-height: 20px;
	color: #00479D;
    margin-bottom:0;
}
#swiper3 .myslider:hover .slider11{
	display: block;
}
#swiper3 .slider11{
	width: 153px;
	height: 2px;
	background: #00479D;
	position: absolute;
	display: none;
	top: 40px;
}
#swiper3 .myslider{
	margin: 0 50px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
}
#swiper3 .myslider p{
	font-size: 14px;
	line-height: 20px;
color:#808080;
margin-bottom:20px;
}
#swiper3 .myslider p:nth-child(3){
	margin-top: 20px;
	color:#252b33;
}
#swiper3 .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	 background: transparent;
     transform: scale(1);
}
    #swiper3 .yjimgbox {
    
        width:300px;
        height:143px;
        overflow:hidden;


        }
        #swiper3 .yjimgbox img {
            width:100%;
            transition:all 2s;
        }
    #swiper3 .myslider:hover .yjimgbox img {
        transform: scale(1.2);
      }

.vision  .abs{
	z-index: 10;
	position: relative;
	width: 1120px;
	height: 2px;
	background: #bfbfbf;
}
.henxian #zuo{
	position: relative;
	left: 0%;
}
.henxian{
	opacity: 0.5;
	z-index: 20;
	position: relative;
	top: 12%;
	width: 1200px;
	box-sizing:border-box ;
	display: flex;
	justify-content: center;
	align-items: center;
}


	@media (min-width:1200px) {
			
			
		}
		
		@media (min-width:1440px) {
			 .navbar-body .nav  li a {
			 font-size:16px ;
			 }
			 
		}
		
		
		@media (max-width:1440px) {
			
		 .navbar-body .nav  li a {
		 padding: 8px;
		 }
			.swiper2-next{
				right: 3%;
			}
			.swiper2-prev{
				left: 5%;
			}
		}
		
		@media (max-width:1200px) {
				
			
		}
		