/*# sourceMappingURL=style.css.map */
body{
	padding: 0;
	margin: 0;
}
@media (min-width:320px){
	.about{
		padding: 0.5rem 0.3rem 0.9rem;
	}
	.about .left{
		width: 100%;
	}
	.about .left .title{
		margin-bottom: 0.2rem;
	}
	.about .left .title .en{
		font-size: 0.36rem;
	    color: #b41414;
	    line-height: 1.4;
	    margin-bottom: 0.1rem;
	    text-transform: uppercase;
	}
	.about .left .title .tit{
	    font-size: 0.33rem;
	    color: #444;
	    line-height: 1.6;
	}
	.about .left .detaile{
		font-size: 0.24rem;
		line-height: 1.6;
		color: #666;
		text-align: justify;
	}
	.about .left .detaile img{
		max-width: 100%;
	}
	.about .left .list{
		width: 100%;
		margin: 0.4rem 0 0.35rem;
		padding-top: 0.4rem ;
		border-top: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
	}
	.about .left .list ul li{
		width: 100%;
		float: left;
		margin-bottom: 0.4rem;
		box-sizing:border-box;
		text-align:center;
	}
	.about .left .list ul li:nth-child(3){ display:none;}
	.about .left .list ul li:nth-child(odd){
		padding-right: 0.2rem;
	}
	.about .left .list ul li:nth-child(even){
		padding-right: 0.2rem;
	}
	.about .left .list ul li .en{
		font-size: 0.26rem;
		color: #bbbbbb;
		line-height: 1.4;
		margin-bottom: 0.15rem;
	}
	.about .left .list ul li h2{
		font-size: 0.75rem;
		color: #666666;
		font-family: 'BebasNeueRegular';
		line-height: 1;
		margin-bottom: 0.1rem;
	}
	.about .left .list ul li .tit{
		font-size: 0.24rem;
		line-height: 1.4;
		color: #666666;
	}
	.about .right{
		display: none;
	}
	.base-title #tits .swiper-slide{
		width: 25%;
	}
	.team{
		padding: 0.5rem 0.3rem 1rem;
	}
	.team .left{
		width: 100%;
	}
	.team .left .top{
		padding: 0.3rem 0.4rem 0.4rem;
		background-color: #b41414;
		text-align: right;
	}
	.team .left .top .en{
		font-size: 0.34rem;
		color: rgba(255,255,255,.25);
		text-transform: uppercase;
		line-height: 1.2;
		margin-bottom: 0.15rem;
		font-family: 'HELVETICALTSTDCOND_0'
	}
	.team .left .top h3{
		font-size: 0.3rem;
		color: #ffffff;
		line-height: 1.4;
	}
	.team .left .top h3 span{
		font-family: 'HELVETICALTSTDCOND_0';
		font-size: 0.36rem;
		margin: 0 0.03rem;
	}
	.team .left .top h2{
		font-size: 0.36rem;
		color: #ffffff;
		line-height: 1.2;
	}
	.team .left .top h2 span{
		font-family: 'HELVETICALTSTDCOND_0';
		font-size: 0.46rem;
		margin: 0 0.07rem;
	}
	.team .left .titles{
		width: 100%;
		margin: 0.1rem 0 0.4rem;
	}
	.team .left .titles li{
		float: left;
		text-align: center;
		padding: 0.1rem 0;
		position: relative;
	}
	.team .left .titles li:nth-child(1):before,
	.team .left .titles li:nth-child(2):before,
	.team .left .titles li:nth-child(3):before{
		display: block;
		width: 0;
		height: 0;
		border-right: 0.15rem solid transparent;
		border-left: 0.15rem solid transparent;
		content: '';
		position: absolute;
		left: 50%;
		bottom: -0.15rem;
		margin-left: -0.15rem;
		border-top: 0.15rem solid transparent;
		-webkit-transition: all 0.4s;
  		transition: all 0.4s;
	}
	.team .left .titles li.on:nth-child(1):before{
		border-top: 0.15rem solid #d7880d;
	}
	.team .left .titles li.on:nth-child(2):before{
		border-top: 0.15rem solid #4f508e;
	}
	.team .left .titles li.on:nth-child(3):before{
		border-top: 0.15rem solid #27708d;
	}
	.team .left .titles li:nth-child(1){
		background-color: #d7880d;
		width: 31%;
	}
	.team .left .titles li:nth-child(2){
		background-color: #4f508e;
		width: 38%;
	}
	.team .left .titles li:nth-child(3){
		background-color: #27708d;
		width: 31%;
	}
	.team .left .titles li .en{
		display: none;
		font-family: 'HELVETICALTSTDCOND_0'
	}
	.team .left .titles li h3{
		font-size: 0.3rem;
	    color: #ffffff;
	    line-height: 1.6;
	}
	.team .right{
		width: 100%;
		position: relative;
		top:15px;
		left: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all 0.5s;
  		transition: all 0.5s;
	}
	.team .right.on{
		top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.team .right ul li{
		background-color: #fff;
		margin-bottom: 0.1rem;
		padding: 0.4rem;
	}
	.team .right ul li h3{
		font-size: 0.3rem;
		color: #2b2b2b;
		line-height: 1.6;
		margin-bottom: 0.2rem;
	}
	.team .right ul li h3 span{
		font-size: 0.24rem;
		color: #666666;
		line-height: 1.4;
		margin-left: 0.15rem;
	}
	.team .right ul li .detaile{
		font-size: 0.24rem;
		color: #777777;
		line-height: 1.6;
		text-align: justify;
		width: 100%;
	}
	.his-ph{
		padding: 0.5rem 0.5rem;
	}
	.his-ph ul{
		position: relative;
		width: 100%;
	}
	.his-ph ul:before{
		display: block;
		width: 0;
		border-left: 1px dashed #bdbdbd;
		content: '';
		height: 100%;
		position: absolute;
		left: 8px;
		top: 10px;
	}
	.his-ph ul li{
		padding-left:0.5rem;
		box-sizing:border-box;
		margin-bottom: 0.6rem;
	}
	.his-ph ul li h3:before{
		display: block;
		width:12px;
		height:12px;
		content: '';
		position: absolute;
		left: -0.5rem;
		top: 50%;
		margin-top: -8px;
		border:2px solid #a82429;
		border-radius: 50%;
		background-color: #fff;
	}
	.his-ph ul li h3{
		font-size: 0.4rem;
		color: #444444;
		line-height: 1;
		position: relative;
		margin-bottom: 0.1rem;
		font-family: 'HELVETICALTSTDCOND_0'
	}
	.his-ph ul li .detaile{
		font-size: 0.28rem;
		color: #666666;
		line-height: 1.6;
		border-bottom: 2px solid #a82429;
		width: auto;
		display: inline-block;
		padding:0 0.1rem 0.1rem 0;
	}
	.his-pc{
		display: none;
	}
	.social-box1{
		margin: 0.5rem auto 1rem;
		max-width: 92%;
		width: 1500px;
	}
	.social-box1 h3{
		font-size: 0.34rem;
		color: #fff;
		background-color: #bc2c2c;
		text-align: center;
		line-height: 1.6;
		letter-spacing: 2px;
		padding: 0.1rem 0;
		border-top-left-radius: 0.2rem;
		border-top-right-radius: 0.2rem;
		overflow: hidden;
	}
	.social-box1 .mian{
		background-color: #fff;
		padding:0.6rem 0.5rem;
		position: relative;
		border:1px solid #e2dddd;
		box-sizing:border-box;
		border-bottom-left-radius: 0.2rem;
		border-bottom-right-radius: 0.2rem;
	}
	.social-box1 .mian,
	.social-box1 .mian .detaile{
		font-size: 0.24rem;
		color: #666666;
		line-height: 1.6;
		text-align: justify;
	}
	.social-box1 .mian .detaile{
		width: 100%;
		float: left;
	}
	.social-box1 .mian .detaile span{
		color: #000000;
		font-size: 0.28rem;
	}
	.social-box1 .mian i,
	.social-box1 .mian em{
		display: block;
		width: 0.33rem;
		height: 0.31rem;
		content: '';
		position: absolute;
	}
	.social-box1 .mian i{
		background: url(../img/img49.jpg) center/80% no-repeat;
		top: 0.2rem;
		left: 0.2rem;
	}
	.social-box1 .mian em{
		background: url(../img/img50.jpg) center/80% no-repeat;
		bottom: 0.2rem;
		right: 0.2rem;
		z-index: 2;
		visibility: inherit;
	}
	.social-box2{
		padding: 0 0.3rem 1rem;
		position: relative;
		margin-bottom:0.8rem;
	}
	.social-box2:before{
		display: block;
		width: 0.35rem;
		height:0.35rem;
		position: absolute;
		left: 0.32rem;
		top: 0rem;
		content: '';
		z-index: 2;
		background: url(../img/img43_none.png) center/cover no-repeat;
	}
	.social-box2 ul{
		padding:0.5rem 0 0 0.7rem;
		position: relative;
	}
	.social-box2 ul:before{
		display: block;
		width: 0;
		height: 100%;
		position: absolute;
		left: 0.18rem;
		top: 0.3rem;
		content: '';
		border-left: 1px solid #cccccc;
	}
	.social-box2 ul li{
		width: 100%;
		position: relative;
	}
	.social-box2 ul li .mbox{
		border: 1px solid #dadada;
		background-color: #fff;
		border-radius: 0.2rem;
		padding: 0.2rem 0.3rem;
		margin-bottom: 0.3rem;
	}
	.social-box2 ul li h3{
		font-size: 0.4rem;
		color: #bc2c2c;
		line-height: 1.6;
		position: relative;
	}
	.social-box2 ul li h3:before{
		display: block;
		width: 0.32rem;
		height: 0.32rem;
		content: '';
		position: absolute;
		left: -1rem;
		top: calc(50% - 0.175rem);
		background: url(../img/img44.png) center/cover no-repeat;
	}
	.social-box2 ul li .detaile{
		font-size: 0.24rem;
		color: #444444;
		line-height: 1.6;
		text-align: justify;
	}
	.social-box2 .btns{
		width: 0.35rem;
		height: 0.35rem;
		position: absolute;
		left: 0.3rem;
		bottom: -0.3rem;
		content: '';
		z-index: 2;
		padding-bottom: 0.8rem;
		background: url(../img/img45.png) center top/0.35rem no-repeat;
	}
	.social-box2 .btns:before{
		display: block;
		height: 0.7rem;
		width: 0.7rem;
		content: '';
		position: absolute;
		bottom: 0;
		left: calc(50% - 0.35rem);
		background: url(../img/img46.png) center/cover no-repeat;
	}
	.social-box3{
		padding: 0 0.3rem;
		margin-bottom: 1rem;
	}
	.social-box3 #social{
      width: 100%;
      height: 100%;
      padding-bottom: 1rem;
    }
    .social-box3 #social .swiper-slide {
      text-align: center;
      /* 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;
    }
    .social-box3 #social .swiper-slide .pic{
    	padding: 5px;
    	border: 1px solid #d3d3d3;
    	box-sizing:border-box;
    	margin-bottom: 0.15rem;
    	overflow: hidden;
    }
    .social-box3 #social .swiper-slide img{
    	display: block;
    	width: 100%;
    }
    .social-box3 #social .swiper-slide .box{
    	padding: 0 0.3rem;
    	font-size: 0.25rem;
    	color: #666666;
    	line-height: 1.6;
    	text-align: center;
    }
	.social-box3 #social .swiper-button-next,
	.social-box3 #social .swiper-button-prev{
		width: 0.6rem;
		height: 0.6rem;
		margin-top:0;
		top: 35%;
		border-radius: 50%;
		opacity: 1;
	}
	.social-box3 #social .swiper-button-prev{
		background: url(../img/img47.png) center/cover no-repeat;
	}
	.social-box3 #social .swiper-button-next{
		background: url(../img/img48.png) center/cover no-repeat;
	}
	.social-box3 #social .swiper-pagination{
		font-size: 0;
		height:0.4rem;
		bottom: 0;
	}
	.social-box3 #social .swiper-pagination-bullet{
		border-radius: 0;
		font-size: 0.26rem;
		color: #333;
		font-family: 'arial';
		background: none;
		width: auto;
		line-height: 1.8;
		padding: 0 2px;
		height: 100%;
		display: inline-block;
		opacity: 1;
		margin: 0 0.1rem;
		box-sizing:border-box;
		border-bottom: 1px solid transparent;
	}
	.social-box3 #social .swiper-pagination-bullet-active{
		color: #bc2c2c;
		border-bottom: 1px solid #bc2c2c;
	}
	.philo-box1{
		padding: 0.7rem 0.3rem 0.8rem;
		text-align: center;
	}
	.philo-box1 h3{
		font-size: 0.32rem;
		color: #000000;
		line-height: 1.6;
		padding-bottom: 0.2rem;
		position: relative;
		margin-bottom: 0.5rem;
	}
	.philo-box1 h3:before{
		display: none;
		width: 0.3rem;
		background-color: #000;
		height: 1px;
		content: '';
		position: absolute;
		left: calc(50% - 0.15rem);
		bottom: 0;
	}
	.philo-box1 .detaile,
	.philo-box1 .detaile p{
		font-size: 0.26rem;
		color: #555555;
		line-height: 1.6;
	}
	.philo-box1 .detaile p.on{
		color: #ae0505;
	}
	.philo-box2{
		padding:0 0.3rem;
	}
	.philo-box2 .box{
		width: 100%;
		float: left;
		text-align: center;
		padding: 1.2rem 0 1.15rem;
	}
	.philo-box2 .box .img{
		width: 0.67rem;
		height: 0.67rem;
		margin: 0 auto 0.1rem;
	}
	.philo-box2 .box h3{
		font-size: 0.36rem;
		color: #fff;
		line-height: 1.6;
		margin-bottom: 0.1rem;
	}
	.philo-box2 .box .detaile{
		font-size: 0.26rem;
		color: #fff;
		line-height: 1.6;
	}
	.philo-box3{
		padding: 0.9rem 0.3rem 1.3rem;
	}
	.philo-box3 h2{
		font-size: 0.32rem;
		color: #000000;
		line-height: 1.6;
		text-align: center;
		padding-bottom: 0.2rem;
		position: relative;
		margin-bottom: 0.6rem;
	}
	.philo-box3 h2:before,
	.philo-box4 h2:before,
	.philo-box5 h2:before{
		display: none;
		width: 0.3rem;
		background-color: #000;
		height: 1px;
		content: '';
		position: absolute;
		left: calc(50% - 0.15rem);
		bottom: 0;
	}
	.philo-box3 #philo-box3{
		width: 100%;
		height: 100%;
	}
	.philo-box3 #philo-box3 .swiper-slide{
		width: 100%;
		text-align: center;
	}
	.philo-box3 .box{
		width: 100%;
		height: 100%;
	}
	.philo-box3 .box .img{
		width: 0.74rem;
		height: 0.74rem;
		border-radius: 50%;
		border: 1px solid #cacaca;
		margin: 0 auto 0.3rem;
		padding: 0.15rem;
	}
	.philo-box3 .box .img img{
		display: block;
		width: 100%;
	}
	.philo-box3 .box  h3{
		font-size: 0.3rem;
		color: #000000;
		line-height: 1.6;
		margin-bottom: 0.1rem;
	}
	.philo-box3 .box .detaile{
		font-size: 0.24rem;
		color: #666666;
		line-height: 1.6;
	}

	.philo-box3 #philo-box3 .swiper-button-next {
	    background: url(../img/img48.png) center/cover no-repeat;
	}
	.philo-box3 #philo-box3 .swiper-button-prev {
	    background: url(../img/img47.png) center/cover no-repeat;
	}
	.philo-box3 #philo-box3 .swiper-button-next,
	.philo-box3 #philo-box3 .swiper-button-prev{
	    width: 0.6rem;
	    height: 0.6rem;
	    margin-top: 0;
	    top: 35%;
	    border-radius: 50%;
	    opacity: 1;
	}
	.philo-box3 #philo-box3 .swiper-button-disabled{opacity: 0}
	.philo-box4{
		padding: 1.15rem 0.3rem 1.65rem;
		text-align: center;
	}
	.philo-box4 h2,
	.philo-box5 h2{
		font-size: 0.32rem;
		color: #fff;
		line-height: 1.6;
		padding-bottom: 0.2rem;
		position: relative;
		margin-bottom: 0.8rem;
	}
	.philo-box4 h2:before{
		background-color: #fff;
	}
	.philo-box4 .box h3{
		font-size: 0.4rem;
		color: #fff;
		line-height: 1.4;
		margin-bottom: 0.2rem;
	}
	.philo-box4 .box .detaile{
		font-size: 0.24rem;
		color: #ffffff;
		line-height: 1.6;
	}
	.philo-box5{
		padding: 0.8rem 0.3rem;
		text-align: center;
	}
	.philo-box5 h2{
		color: #000000;
		margin-bottom: 0.25rem
	}
	.philo-box5 .box .detaile h3{
		font-size: 0.28rem;
		color: #373737;
		line-height: 1.6;
	}
	.philo-box5 .box .detaile p{
		font-size: 0.24rem;
		color: #373737;
		line-height: 1.6;
	}
	.philo-box5 .box .detaile img{
		width:5.5rem;
		margin: 0 auto;
	}

	.team-phone{
		padding: 0 0.3rem 1rem;
	}
	.team-phone .detaile-dwd h3{
		font-size: 0.32rem;
		color: #b41414;
		line-height: 1.6;
		margin:0.5rem 0 0.3rem;
	}
	.team-phone .detaile-dwd{
		font-size: 0.26rem;
		color: #000000;
		line-height: 1.7;
		text-align: justify;
	}
	.team-phone .detaile-dwd img{
		max-width: 100%;
	}
	.team-pc{
		display: none;
	}


}
@media (min-width:768px){
	.his-ph ul li h3:before {
	    width: 20px;
	    height: 20px;
	    margin-top: -11px;
	}
	.his-ph ul:before {
	    border-left: 2px dashed #bdbdbd;
	    left: 10.5px;
	}
	.social-box3 #social .swiper-button-next,
	.social-box3 #social .swiper-button-prev {
	    width: 0.5rem;
	    height: 0.5rem;
	    top: 20%;
	}
	.philo-box3 #philo-box3 .swiper-slide{
		width: 50%;
	}
}
@media (min-width:1024px){
	.about {
	    padding: 0;
	    width: 1500px;
	    max-width: 92%;
	    margin: 0 auto 60px;
	}
	.about .left {
	    width: 71%;
	    border-right: 1px solid #e3e3e3;
	    float: left;
	    padding: 50px 0 45px;
	    padding-right: 3%;
	}
	.about .right{
		width: 22.3%;
		float: right;
		padding-top: 50px;
		display: block;
	}
	.about .right a{
		-webkit-transition: all 0.4s;
  		transition: all 0.4s;
  		position: relative;
  		top: 0;
  		left: 0;
  		z-index: 0;
  		display: block;
  		width: 100%;
  		box-shadow: 0 0px 15px rgba(0,0,0,0);
	}
	.about .right a img{
		display: block;
		width: 100%;
	}
	.about .right.on a{
		margin-bottom: 8px;
	}
	.about .right a:hover{
		box-shadow: 0 0px 15px rgba(0,0,0,.5);
		z-index: 2;
	}
	.base-title #tits{
		width: 550px;
		float: left;
	}
	.base-title #tits .swiper-slide{
		width: 16.66%;
	}
	.base-title #tits .swiper-slide a{
		padding: 0 10px;
	}
	.about .left .title {
	    margin-bottom: 20px;
	}
	.about .left .title .tit {
	    font-size: 23px;
	}
	.about .left .detaile {
	    font-size: 14px;
	    line-height: 1.9;
	}
	.about .left .list {
	    margin: 35px 0 30px;
	    padding-top: 40px;
	}
	.about .left .title .en{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.about .left .list ul li .en {
	    font-size: 16px;
	    line-height: 1.4;
	    margin-bottom: 10px;
	}
	.about .left .list ul li h2 {
	    font-size: 60px;
	    line-height: 1;
	    margin-bottom: 5px;
	}
	.about .left .list ul li .tit {
	    font-size: 14px;
	    line-height: 1.5;
	    width: 90%;
	}
	.about .left .list ul li:nth-child(odd){
		padding-right: 0
	}
	.about .left .list ul li:nth-child(even){
		padding-right: 0
	}
	.about .left .list ul li{
		width: 33.3%;
		margin-bottom: 40px;
		text-align:left;
	}
	
	.team{
		padding: 0;
		width: 1500px;
		max-width: 92%;
		margin: 70px auto;
	}
	.team .left{
		width: 29%;
		float: left;
	}
	.team .left .top {
	    padding: 30px 25px 0 0;
	    background-color: #b41414;
	    text-align: right;
	    height: 180px;
	    box-sizing: border-box;
	}
	.team .left .top .en {
	    font-size: 20px;
	    color: rgba(255,255,255,.25);
	    text-transform: uppercase;
	    line-height: 1.2;
	    margin-bottom: 15px;
	    font-family: 'HELVETICALTSTDCOND_0';
	}
	.team .left .top h3 {
	    font-size: 18px;
	    color: #ffffff;
	    line-height: 1.4;
	}
	.team .left .top h3 span {
	    font-family: 'HELVETICALTSTDCOND_0';
	    font-size: 20px;
    	margin: 0 3px;
	}
	.team .left .top h2 {
	    font-size: 22px;
	    color: #ffffff;
	    line-height: 1.2;
	}
	.team .left .top h2 span {
	    font-family: 'HELVETICALTSTDCOND_0';
	    font-size: 32px;
    	margin: 0 5px;
	}
	.team .left .titles{
		margin: 11px 0 0;
	}
	.team .left .titles li:nth-child(1),
	.team .left .titles li:nth-child(2),
	.team .left .titles li:nth-child(3){
	    width: 100%;
	    text-align: right;
	    padding: 45px 25px 0 0;
	    box-sizing:border-box;
	    margin-bottom: 11px;
	    box-sizing:border-box;
	    height: 180px;
	    cursor: pointer;
	}
	.team .left .titles li .en {
	    display: block;
	    text-transform: uppercase;
	    font-size: 20px;
	    line-height: 1.2;
	    color: rgba(255,255,255,0.25);
	}
	.team .left .titles li .en span{
		display: block;
	}
	.team .left .titles li h3 {
	    font-size: 18px;
	    color: #ffffff;
	    line-height: 1.8;
	}
	.team .right{
		width: 67.5%;
		float: right;
	}
	.team .right ul li {
	    margin-bottom: 8px;
	    padding: 32px 40px;
	}
	.team .right ul li h3 {
	    font-size: 20px;
	    margin-bottom: 17px;
	}
	.team .right ul li h3 span {
	    font-size: 14px;
	    margin-left: 15px;
	}
	.team .right ul li .detaile {
	    font-size:14px;
	    line-height: 1.7;
	}
	.team .left .titles li:nth-child(1):before,
	.team .left .titles li:nth-child(2):before,
	.team .left .titles li:nth-child(3):before{
	    display: block;
	    width: 0;
	    height: 0;
    	border-right: 15px solid transparent;
    	border-left: 15px solid transparent;
    	border-top: 15px solid transparent;
	    content: '';
	    position: absolute;
	    left: auto;
	    right: -22px;
	    bottom: 50%;
	    margin:0 0 -7.5px 0;
	    -webkit-transition: all 0.4s;
	    transition: all 0.4s;
	    transform:rotate(-90deg);
	    -webkit-transform:rotate(-90deg);
	}
	.team .left .titles li.on:nth-child(1):before {
	    border-top: 15px solid #d7880d;
	}
	.team .left .titles li.on:nth-child(2):before {
	    border-top: 15px solid #4f508e;
	}
	.team .left .titles li.on:nth-child(3):before {
	    border-top: 15px solid #27708d;
	}
	.his-ph{display: none;}
	.his-pc{
		display: block;
		width: 1500px;
		max-width: 92%;
		margin: 0 auto 0px;
		padding: 0 0 85px;
		background: url(../img/img45.jpg) center/cover no-repeat;
	}
	.his-pc #his-pc{
        width: 100%;
        height:600px;
        padding-bottom:30px;
    }
    .his-pc #his-pc .swiper-slide{
        width: 100%;
        position: relative;
    }
    .his-pc #his-pc .swiper-slide:before{
    	height: 0;
    	width: calc(100% - 3px);
    	border-bottom: 1px dashed #807e7e;
    	position: absolute;
    	content: '';
    	bottom: 0;
    	right: 0;
    }
    .his-pc #his-pc .swiper-slide .mbox{
    	position: absolute;
    	bottom: 0;
    	left: 16px;
    	width: 100%;
    	padding:0 40px 100px 0;
        box-sizing:border-box;
    }
    .his-pc #his-pc .swiper-slide .mbox:before{
    	display: block;
    	width: 0;
    	left: 0;
    	bottom: 0;
    	position: absolute;
    	content: '';
    	border-left: 1px dashed #807e7e;
    	height:100px;
    }
    .his-pc #his-pc .swiper-slide h3{
    	font-size: 25px;
    	color: #444444;
    	font-family: 'HELVETICALTSTDCOND_0';
    	line-height: 1.4;
    	margin-bottom: 10px;
    }
    .his-pc #his-pc .swiper-slide .detaile{
    	font-size: 14px;
    	color: #888888;
    	line-height: 1.7;
    	padding-bottom: 15px;
    	border-bottom: 2px solid #b41414;
    }
    .his-pc #his-pc .swiper-slide .year{
    	position: absolute;
    	height: 20px;
    	padding-top: 20px;
    	line-height: 20px;
    	position: absolute;
    	left:0;
    	bottom: -30px;
    	font-size: 16px;
    	color: #444444;
    	font-family: 'HELVETICALTSTDCOND_0';
    }
    .his-pc #his-pc .swiper-slide .year:before{
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		border:1px solid #b41414;
		content: '';
		position: absolute;
		left: 50%;
		top: 6px;
		background-color: #fff;
		margin-left: -3px;
    }
    .his-pc #his-pc .btns{
    	position: absolute;
    	right: 1px;
    	bottom: 7px;
    	border:1px solid #b41414;
    	height: 45px;
    	width: 45px;
    	border-radius: 50%;
    	background-color: #fff;
    	overflow: hidden;
    	z-index: 5;
    }
    .his-pc #his-pc .btns:before{
    	display: block;
    	width: 1px;
    	height: 14px;
    	background-color: #b41414;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	margin: -7px 0 0 -0.5px;
    	content: ''
    }
    .his-pc #his-pc .btns .swiper-button-next,
    .his-pc #his-pc .btns .swiper-button-prev{
		width: 22.5px;
		height: 45px;
		background: none;
		text-align: center;
		line-height: 45px;
		color: #b41414;
		font-family: '宋体';
		font-size: 20px;
		font-weight: bold;
    }
    .his-pc #his-pc .btns .swiper-button-next{
     	right: 0;
    }
    .his-pc #his-pc .btns .swiper-button-prev{
     	left: 0;
    }
    .social-box1{
	    margin: 50px auto 80px;
	    position: relative;
    }
    .social-box1:before{
    	display: block;
    	width: 20px;
    	height: 20px;
    	border-left: 1px solid #e2dddd;
    	border-bottom: 1px solid #e2dddd;
    	content: '';
    	background-color: #fff;
    	position: absolute;
    	left:calc(50% - 10px);
    	bottom: -11px;
    	z-index: 5;
    	transform:rotate(-45deg);
	    -webkit-transform:rotate(-45deg);
    }
    .social-box1 h3 {
	    font-size: 24px;
	    padding: 10px 0;
	    border-top-left-radius: 10px;
		border-top-right-radius:  10px;
	}
	.social-box1 .mian{
		padding: 9% 8%;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.social-box1 .mian:before{
		display: block;
		width: 1px;
		height: 60%;
		background: #ccc;
		position: absolute;
		left: 50%;
		top: 20%;
		content: '';
	}
    .social-box1 .mian i{
	    background: url(../img/img49.jpg) center/80% no-repeat;
	    top: 7%;
    	left: 4%;
	}
	.social-box1 .mian i, .social-box1 .mian em{
	    display: block;
	    width: 33px;
	    height: 31px;
	    content: '';
	    position: absolute;
	}
	.social-box1 .mian em{
	    background: url(../img/img50.jpg) center/80% no-repeat;
	    bottom: 7%;
    	right: 4%;
	    z-index: 2;
	    visibility: inherit;
	}
	.social-box1 .mian .detaile{
		width: 43%;
		float: left;
	}
	.social-box1 .mian, .social-box1 .mian .detaile{
		font-size: 14px;
	}
	.social-box1 .mian .detaile span {
	    font-size: 18px;
	}
	.social-box1 .mian .detaile:last-child{
		margin-left: 14%;
	}
	.social-box2{
		width: 1500px;
		max-width: 92%;
		margin: 0 auto 145px;
		padding: 20px 0 0 0;
	}
	.social-box2 ul{
		padding: 0
	}
	.social-box2 ul li{
		width: 100%;
		float: left;
		margin-top: -40px;
	}
	.social-box2 ul li:first-child{
		margin-top: 0
	}
	.social-box2 ul li .mbox{
		width: 45%;
		float: left;
		box-sizing:border-box;
		border-radius: 10px;
	    padding: 20px 30px;
	    position: relative;
	    margin-bottom: 0;
	    top: 0px;
	    left: 0;
	}
	.social-box2 ul li:nth-child(even) .mbox{
		float: right;
	}
	.social-box2 ul li h3{
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	.social-box2 ul li .detaile{
		font-size: 14px;
	}
	.social-box2:before {
	    width: 25px;
	    height: 25px;
	    left: calc(50% - 12.5px);
	}
	.social-box2 ul:before {
	    left: calc(50% - 0.5px);
	    top: 5px;
	}
	.social-box2 ul li h3:before{display: none;}
	.social-box2 ul li:before,
	.social-box2 ul li:before{
		display: block;
		width: 20px;
		height: 20px;
		top: calc(40% - 11px);
		content: '';
		position: absolute;
		left: calc(50% - 10px);
	}
	.social-box2 ul li:nth-child(even):before{
		background: url(../img/img44.png) center/cover no-repeat;
	}
	.social-box2 ul li:nth-child(odd):before{
		background: url(../img/img44.png) center/cover no-repeat;
	}
	.social-box2 ul li i{
		display: block;
		width: 22px;
		height: 22px;
		position: absolute;
		top: calc(40% - 11px);
		background-color: #fff;
	}
	.social-box2 ul li:nth-child(odd) i{
		right:-12px;
		border-top: 1px solid #ccc;
		border-right:1px solid #ccc;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
	.social-box2 ul li:nth-child(even) i{
		left:-12px;
		border-bottom: 1px solid #ccc;
		border-left:1px solid #ccc;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
	.social-box2 .btns{
	    width: 20px;
	    height: 20px;
	    left: calc(50% - 10px);
	    bottom: -98px;
	    cursor: pointer;
	    padding-bottom: 80px;
	    background: url(../img/img45.png) center top/20px no-repeat;
	}
	.social-box2 .btns:before {
	    height: 70px;
	    width: 70px;
	    left: calc(50% - 35px);
	}
	.social-box3{
		padding: 0;
		width: 1500px;
		max-width: 92%;
		margin: 0 auto 60px;
	}
	.social-box3 #social{
		padding-bottom: 100px;
	}
	.social-box3 #social .swiper-slide .box{
		font-size: 15px;
		padding: 0 20px;
	}
	.social-box3 #social .swiper-slide .pic{
		  -webkit-transition: all ease-in 0.4s;
	    transition: all ease-in 0.4s;
	}
	.social-box3 #social .swiper-slide:hover .pic{
		background-color: #bc2c2c;
		border: 1px solid #bc2c2c;
	}


	.social-box3 #social .swiper-pagination{
		height: 24px;
		margin-bottom: 8px;
	}
	.social-box3 #social .swiper-pagination:before{
		display: block;
		width: calc(45% - 80px);
		left: 70px;
		top: 50%;
		background-color: #cfcfcf;
		height: 1px;
		content: '';
		position: absolute;
	}
	.social-box3 #social .swiper-pagination:after{
		display: block;
		width: calc(45% - 80px);
		right: 70px;
		top: 50%;
		background-color: #cfcfcf;
		height: 1px;
		content: '';
		position: absolute;
	}
	.social-box3 #social .swiper-pagination-bullet{
		font-size: 16px;
		margin: 0 10px;
	}
	.social-box3 #social .swiper-button-next,
	.social-box3 #social .swiper-button-prev{
		bottom: 0;
		top: auto;
		width: 40px;
    	height: 40px;
	    -webkit-transition: all 0.4s;
	    transition: all 0.4s;
	}
	.social-box3 #social .swiper-button-next:hover{
		background: url(../img/img48.1.png) center/cover no-repeat;
	}
	.social-box3 #social .swiper-button-prev:hover{
		background: url(../img/img47.1.png) center/cover no-repeat;
	}
	.philo-box1{
		padding: 75px 0 90px;
	}
	.philo-box1 h3 {
	    font-size: 22px;
	    padding-bottom: 20px;
	    margin-bottom: 50px;
	}
	.philo-box1 .detaile{
		width: 70%;
		margin: 0 auto;
	}
	.philo-box1 .detaile,
	.philo-box1 .detaile p {
	    font-size: 16px;
	    line-height: 1.7;
	}
	.philo-box2{
		width: 100%;
		padding: 0;
	}
	.philo-box2 .box{
		width: 50%;
		padding: 120px 0 115px;
	}
	.philo-box2 .box .img {
	    width: 67px;
	    height: 67px;
	    margin: 0 auto 10px;
	}
	.philo-box2 .box h3 {
	    font-size: 26px;
	    margin-bottom: 10px;
	}
	.philo-box2 .box .detaile {
	    font-size: 16px;
	}
	.philo-box3 {
	    padding: 90px 0 130px;
	    width: 1500px;
	    max-width: 92%;
	    margin: 0 auto;
	}
	.philo-box3 h2 {
	    font-size: 22px;
	    padding-bottom: 20px;
	    margin-bottom: 60px;
	}
	.philo-box3 h2:before{
		width: 30px;
		left: calc(50% - 15px)
	}
	.philo-box3 .box .img {
	    width: 74px;
	    height: 74px;
	    margin: 0 auto 30px;
	    padding: 15px;
	}
	.philo-box3 .box h3 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.philo-box3 .box .detaile {
	    font-size: 14px;
	}
	.philo-box3 #philo-box3 .swiper-button-next, .philo-box3 #philo-box3 .swiper-button-prev{
		width: 40px;
		height: 40px;
	    -webkit-transition: all 0.4s;
	    transition: all 0.4s;
	}
	.philo-box3 #philo-box3 .swiper-button-next:hover{
		background: url(../img/img48.1.png) center/cover no-repeat;
	}
	.philo-box3 #philo-box3 .swiper-button-prev:hover{
		background: url(../img/img47.1.png) center/cover no-repeat;
	}
	.philo-box4 {
	    padding: 115px 0 165px;
	    width: 100%;
	}
	.philo-box4 h2 {
	    font-size: 22px;
	    padding-bottom: 20px;
	    margin-bottom: 80px;
	}
	.philo-box4 .box h3 {
	    font-size: 30px;
	    margin-bottom: 20px;
	}
	.philo-box4 .box .detaile {
	    font-size: 14px;
	    width: 70%;
	    margin: 0 auto;
	}
	.philo-box5 {
	    padding: 80px 0;
	    text-align: center;
	    width: 100%;
	}
	.philo-box5 h2 {
	    margin-bottom: 25px;
	    font-size: 22px;
	    padding-bottom: 20px;
	}
	.philo-box5 h2:before{
		width: 27px;
		left: calc(50% - 13.5px)
	}
	.philo-box5 .box .detaile h3 {
	    font-size: 18px;
	}
	.philo-box5 .box .detaile p {
	    font-size: 14px;
	}
	.philo-box5 .box .detaile img {
	    width: 550px;
	}

	.team-phone{display: none;}
	.team-pc{
		padding: 0;
		display: block;
		width: 1500px;
		max-width: 92%;
		margin: 0 auto 130px;
	}
	.team-pc .detaile-dwd{
	    font-size: 16px;
	    line-height: 1.7;
	}
	.team-pc .detaile-dwd h3 {
	    font-size: 24px;
	    line-height: 1.6;
	    color: #b41414;
	    margin: 70px 0 25px;
	}
	.team-pc .detaile-dwd img{
		max-width: 100%;
	}


}
@media (min-width:1200px){
	.philo-box4 .box .detaile{
		width: 60%;
	}
}

@media (min-width:1300px){
	.team .left .top,
	.team .left .titles li:nth-child(1),
	.team .left .titles li:nth-child(2),
	.team .left .titles li:nth-child(3){
		height: 205px;
		padding-right: 30px;
	}
	.team .left .top .en{
		font-size: 24px;
	}
	.team .left .top h3{
		font-size: 20px;
		line-height: 1.6;
	}
	.team .left .top h2 {
	    font-size: 26px;
	    line-height: 1.3;
	}
	.team .left .top h2 span{
		font-size: 36px;
	}
	.team .left .titles li .en{
		font-size: 24px;
	}
	.team .left .titles li h3{
		font-size: 20px;
	}
	.team .right ul li{
		padding: 40px 52px 45px;
	}
}
@media (min-width:1400px){
	.social-box1 .mian:before{
		height: 46%;
		top: 27%;
	}
	.social-box1 .mian i{
		top: 10%;
	    background: url(../img/img49.jpg) center/100% no-repeat;
	}
	.social-box1 .mian em{
		bottom: 10%;
	    background: url(../img/img50.jpg) center/100% no-repeat;
	}
	.social-box1 .mian {
	    padding:8%;
	}
}

@media (min-width:1500px){
	.social-box1 .mian i{
		top: 14%;
	}
	.social-box1 .mian em{
		bottom: 14%;
	}
	.philo-box4 .box .detaile{
		width: 50%;
	}
}
@media (min-width:1647px){

}

.about .left .list ul li:nth-child(3){ display:none;}one;}