/*@font-face{
	font-family:SourceHanSansCN-Regular;
	src: url("./SourceHanSansCN-Regular.otf");
	font-weight: normal;
	font-style: normal;
}*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 23.4px;
	/*font-family: SourceHanSansCN-Regular;*/
	
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
img, a{
	font-size: 0;
	outline: none;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}
.swiper-container {
    width: 100%;
    height: 100vh;
}
.container{
	width: 100%;
}
.f_content{
	background: #fff;
	height: 810px;
}
/*第一部分*/
	/*头部*/
.header{
	height: 12vh;
	position: relative;
}
.header .logo{
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 132px;
    height: auto;
    transform: translateY(-50%);
}
.wrapper{
	position: relative;
	float: left;
	margin-left: 14.58%;
	width: 30.45%;
}
.header_left{
	float: left;
	height: 12vh;
	line-height: 12vh;
}
.header .header_text{
	box-sizing: content-box;
	font-size: .683rem;
	height: 4.02rem;
	position: absolute;
/*	margin-right: 14.8%;
*/	width: 18.2%;
	right: 14.8%;
	float: right;
	white-space: nowrap;
}
.header_float{
	height: 4.02rem;
	line-height: 4.02rem;
}
.header .header_text .activited{
	color: #1890FF;
}
.header .header_text a{
	text-decoration: none;
	font-size: .683rem;
	display: inline-block;
	height: 1rem;
	margin-right: 18.4%;
	vertical-align: middle;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height: 1rem;
	cursor: pointer;
}
.header .header_text .header_last{
	margin-right: 0;
}
.smallbtn {
	display: none;
}

 /*主体*/
.main_content{
	width: 100%;
	height: 88vh;
	position: relative;
	text-align: center;
}
.center{
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.focusIn{
	display: block;
	opacity:0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .7s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;
}
.main_content .content_title{
	margin: auto;
	font-size: 1.28rem;
	font-weight:bold;
	color:rgba(51,51,51,1);
	letter-spacing: .2rem;
}
.main_content .secondtitle{
	font-size: .90rem;
	font-weight:300;
	color:rgba(102,102,102,1);
	margin: 0 auto;
	margin-top: .51rem;
}
#f_img{
	/*position: absolute;*/
	width: 39.7%;
	height: auto;
	display: inline-block;
	margin-top: 2.56rem;
	min-width: 420px;
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	/*图片自下而上渐入*/
/*	top: 400%;
    opacity:0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .7s ease-in-out;
    -o-transition: opacity .7s ease-in-out;
    transition: opacity .7s ease-in-out;*/
}
/*第二部分*/
.s_content{
	background:rgba(240,244,250,1);
	height: 525px;
	width: 100%;
	position: relative;
}
.s_content .content{
	text-align: center;
	width: 44.3%;
}
.s_content .content .title{
	margin: 0 auto;
	font-size: .77rem;
	font-family:SourceHanSansCN-Regular;
	font-weight:400;
	color:rgba(51,51,51,1);
	letter-spacing: 1px;
}
.s_content .content .details{
	text-align: left;
	margin-top: 1.24rem;
}
.s_content .content .details p{
	font-size:12px;
	font-family:MicrosoftYaHei;
	color:rgba(51,51,51,1);
	line-height:18px;
}
.s_img{
	height: auto;
	width: 100%;
	margin-top: 2.478rem;
}
/*第三部分*/
.t_content{
	width: 100%;
	background:rgba(255,255,255,1);
}
.t_content .container{
	width: 100%;
	height: 78vh;
	position: relative;
	text-align: center;
}
.t_content .container .content{
	width: 44.3%;
	text-align: left;
}
.t_content .container .content .t_img{
	height: auto;
	width: 100%;
	margin-top: 2.564rem;
}
.t_content .container .title{
	font-size: .77rem;
	text-align: center;
}
.t_content .container .details p{
	text-align: left;
	font-size: .513rem;
	font-family:MicrosoftYaHei;
	color:rgba(153,153,153,1);
	line-height: 18px;
}
/*第三部分的footer*/
.t_footer{
	font-size:12px;
	font-family:MicrosoftYaHei;
	color:rgba(204,204,204,1);
	line-height:23px;
	background:rgba(71,76,95,1);
	text-align: center;
	height: 22vh;
	width: 100%;
}
.t_footer_content{
	padding-top: 30px;
	width: 61.3%;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	text-align: left;
}
.t_title{
	height:20px;
	font-size:15px;
	font-family:MicrosoftYaHei;
	color:#fff;
	line-height:20px;
	font-weight: normal;
}

/*移动端的footer*/
.footer{
	display: none;
	font-size: .51rem;
	font-family:MicrosoftYaHei;
	color:rgba(153,153,153,1);
	line-height: 1rem;
	background:rgba(240,244,250,1);
	text-align: center;
}
.contact{
	margin-top: 3%;
	font-size: .77rem;
	font-family:SourceHanSansCN-Regular;
	font-weight:400;
	color:rgba(51,51,51,1);
}

.footer_content{
	margin:0 auto;
	margin-top: 6.25%;
	width: 600px;
	display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;     /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_list{
	box-sizing: border-box;
	width: 12.17rem;
    padding: .55rem 0 .5rem 1.28rem;
	background: #fff;
	margin-bottom: 1.28rem;
	text-align: left;
}
.footer_list .title{
	height:20px;
	font-size:15px;
	font-family:MicrosoftYaHei;
	color:rgba(51,51,51,1);
	line-height:20px;
	font-weight: normal;
}
.footer_list ul, .t_footer_list ul{
	list-style: none;
	margin-top: 12px;
}
.footer_list ul li, .t_footer_list ul li{
	font-size: .51rem;
}
.footer > p{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	padding: 15px 0;
	background-color: #474C5F;
	outline: 9999px solid #474C5F;
	clip: rect(0 9999px 9999px 0);
}


@media screen and (max-width:480px){
	/*移动端头部*/
  .header_text{
  	display: none;
  }
  .header{
  	position: relative;
  }
  .wrapper{
  	margin-left: 8%;
  	overflow: hidden;
  }
  /*移动端菜单*/
  .smallbtn{
  	display: block;
  	position: absolute;
  	top: 40%;
  	right: 10%;
  	width: 1rem;
	height: 15px;
	border-top: 3px solid #474C5F;
	border-bottom: 3px solid #474C5F;
	background-color: #474C5F;
	padding: 3px 0;
	background-clip: content-box;
	cursor: pointer;
  }
  .menu{
  	outline: none;
  	background: #fff;
  	box-sizing: border-box;
  	display: none;
  	box-sizing: content-box;
  	position: absolute;
  	margin-top: 20px;
  	width: 3rem;
  	top:100%;
  	right:-100%;
  	border: 1px solid #999;
  	border-radius: 5px;
  	padding: 15px;
  	box-shadow: 0 0 4px rgba(0,0,0,.2);
  	z-index: 2;
  	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
  }
  /*.menu:before{
  	content: "";
  	position: absolute;
  	display: block;
    right: 1.16rem;
    top: -9px;
    width: 15px;
    height: 15px;
    box-shadow: 0 0 4px rgba(0,0,0,0);
    border: 1px solid #999;
    border-bottom: 0 solid transparent;
    border-right: 0 solid transparent;
    transform: rotate(45deg);
    z-index: 0;
  }
  .menu:after{
  	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    right: 1rem;
    bottom: 99%;
  }*/
  .menu ul{
  	list-style: none;
  	position: relative;
  }
  .menu ul li a{
  	font-size: .68rem;
  	font-weight: 400;
  	font-family: SourceHanSansCN-Regular;
  	letter-spacing: 1px;
  	color: #333;
  	text-decoration: none;
  	margin-bottom: .64rem;
  }
  .menu .activited{
  	color: #1890FF;
  }
  .line:after{
  	content: '';
  	height: 1px;
  	width: 100%;
  	position: absolute;
	bottom: 44%;
	z-index: 1;
	left: 0;
	background-color: #999;
  }
  .menu .about{
  	margin-bottom: 0;
  }
  .s_img, .t_content .container .content .t_img{
	width: 100%;
	min-width: 0px;
  }
  #f_img{
  	width: 90%;
  	min-width: 0px;
  }
 /* .main_content .content_title{
	width: 3.16rem;
	font-size: 1.28rem;
}*/
  .s_content .content {
    text-align: center;
    width: 90%;
  }

  /*第三部分*/
  .t_content .container .content {
    width: 90%;
    text-align: left;
  }
  .t_content .container{
  	height: 100vh;
  }
  .t_footer{
  	display: none;
  }
  /*移动端footer*/
  .footer{
  	display: block;
  }
  .footer_content{
  	width: 65%;
  	margin-top: 4%
  }
  .footer_content .footer_list{
  	margin:0 auto;
  	margin-bottom: 10px;
  }
}