﻿/*通用类*/
*{
	margin:0;		
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*兼容老设备的rem-px基准*/
html{
	font-size:42.6667px;	
}
@media screen and (max-width: 320px){ 
  html{
  	font-size:42.6667px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){ 
  html{
  	font-size:48px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){ 
  html{
  	font-size:50px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){ 
  html{
  	font-size:55px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){ 
  html{
  	font-size:64px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){ 
  html{
  	font-size:96px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){ 
  html{
  	font-size:102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
@media screen and (min-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
/*新设备的rem-vw标准*/
html{	
	overflow-x:hidden;
	font-size:13.3333333333vw;	/*一便rem.js失效，这里起作用*/
}

body{		
	width:100%;	
	min-width:320px;
	min-height: 100vh;
	margin:0 auto;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.24rem;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	color:#171719;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#171719;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #171719 !important;
}
textarea::-webkit-input-placeholder {
	color: #171719 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}

.header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	height: 0.76rem;
	width: 100%;
	background:#000;
}
.header .homea{
	display: block;
	width: 0.76rem;
	height: 0.76rem;
	position: absolute;
	left: 0.1rem;
	bottom: 0;
	background:url(../images/homea.png) no-repeat center center;
	background-size:100% 100%;
}
.header .tela{
	display: block;
	width: 0.76rem;
	height: 0.76rem;
	position: absolute;
	right: 0.1rem;
	top: 0;
	background:url(../images/tela.png) no-repeat center center;
	background-size:100% 100%;
}
.header .title{
	text-align: center;
	line-height: 0.76rem;
	font-size:0.24rem;
	color:#fff;
}
.header_zw{
	height: 0.76rem;
	clear: both;
}
.full{
	display: block;
	width: 100%;
	height:auto;
}
.out{
	position: relative;
}
.tabs1{
	padding-bottom:0.3rem;
}
.tabs1 .handle{
	width: 6.9rem;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	margin:0 auto 0.1rem auto;
	display:flex;
	justify-content: space-between;
	background:#ffcd5b;
}
.tabs1 .btn{
	display: block;
	font-size:0.3rem;
	color:#000;
	font-weight: bold;
	width: 50%;
	position: relative;
}
.tabs1 .btn i{
	display: none;
}
.tabs1 .hover{
	color:#fff;
	position: relative;
	background:#000000;
}
.tabs1 .hover i{
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	background:#000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -0.08rem;
	margin-left: -0.08rem;
}
.fm{
	height: 6.15rem;
	background:url(../images/fm.png) no-repeat top center;
	background-size:100% 100%;
	box-sizing:border-box;
	padding-top:1.18rem;
}
.fm .in{
	height: 1.1rem;
}
.fm .text{
	width: 5rem;
	height: 0.92rem;
	background:none;
	border:0;
	font-size:0.3rem;
	margin-left:1.7rem;
}
.fm select{
	width: 5rem;
	height: 0.92rem;
	background:none;
	border:0;
	font-size:0.3rem;
	margin-left:1.7rem;
}
.fm .send{
	width: 100%;
	height: 1.3rem;
	border:0;
	background:none;
}

.area2{
	display:flex;
	justify-content: space-between;
}
.area2 img{
	display: block;
	width: 50%;
}
.bs{
	height: 6.34rem;
	background:url(../images/bs.jpg) no-repeat top center;
	background-size:100% 100%;
	box-sizing:border-box;
	padding-top:1.6rem;
}
.bs .handle{
	width: 6.3rem;
	margin:0 auto 0.2rem auto;
	height: 0.6rem;
	line-height: 0.6rem;
	border-bottom:1px solid #254b91;
}
.bs .bn{
	display: block;
	float: left;
	width: 50%;
	position: relative;
	height: 0.6rem;
	text-align: center;
	font-size:0.26rem;
	font-weight: bold;
}
.bs .hover{
	color:#254b91;
}
.bs .hover i{
	display: block;
	width: 0.7rem;
	height: 2px;
	background:#254b91;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-0.35rem;
}
.bs .name{
	text-align: center;
	line-height: 2.4;
}
.bs .con{
	display: none;
	width: 6.3rem;
	margin:0 auto;
}
.bs .con img{
	display: block;
	width: 100%;
}
.bs .show{
	display: block;
}
.footer{
	width: 100%;
    height: 1rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: #3d3c3b;
    background-size: 100% 100%;
}
.footer .rt{
	float: right;
	width: 3.9rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background:#f7851e;
	text-align: center;
	border-radius:0.4rem;
	color:#fff;
	font-size:0.28rem;
	margin:0.1rem 0.3rem 0 0;
}
.footer .bn{
	color:#fff;
	padding:0 0.3rem;
}
.footer span { background:#f27e15; border-radius:1rem; top:0.14rem; position:absolute; right:0.2rem; padding:0.2rem ;
	
}
.footer span a{ color:#fff; display:inline-block; padding:0 0.2rem; border-right:#fff solid 1px;}
.footer span a:last-child{ border:none}
.footer_zw{
	height: 1rem;
	clear: both;
}.abtn img {
	width: 1rem;
	margin-left: 0.2rem
}

.fm2{
	height: 8.27rem;
	background:url(../images/fm2.jpg) no-repeat top center;
	background-size:100% 100%;
	box-sizing:border-box;
}
.fm2 .in{
	height: 1.1rem;
}
.fm2 .text{
	width: 5rem;
	height: 0.92rem;
	background:none;
	border:0;
	font-size:0.3rem;
	margin-left:1.7rem;
}
.fm2 .send{
	width: 100%;
	height: 1.3rem;
	border:0;
	background:none;
}

.out{
	height: 15.9rem;
	background:url(../images/im4a.jpg) no-repeat top center;
	background-size:100% 100%;
	box-sizing:border-box;
	padding-top:5.44rem;
	position: relative;	
}
.t3_slider{
	padding-bottom:0.8rem;
}
.t3_slider img{
	display: block;
	width: 100%;
	margin:0 auto;
}
.t3_slider .swiper-pagination-bullet{
	background:#959595;
	opacity: 1;	
}
.t3_slider .swiper-pagination-bullet-active{
	background:#f37a1a;
}
.cm_head{
	position: relative;
}
.cm_head .pos{
	position: absolute;
	left: 0;
	top: -0.76rem;
}
.area1{
	background:url(../images/area1.jpg) no-repeat top center;
	background-size:100% auto;
	padding-top:1rem;
}
.area3{
	height: 12.87rem;	
	background:url(../images/area2.jpg) no-repeat top center;
	background-size:100% 100%;
}
.tabs2{
	padding:2rem 0.4rem 0 0.4rem;
}
.tabs2 .handle{
	text-align: center;	
	border-bottom:1px solid #f37a1a;
	height: 0.4rem;	
	line-height: 0.4rem;	
}
.tabs2 span{
	display: inline-block;	
	width: 1rem;	
	text-align: center;	
	margin:0 0.15rem;
}
.tabs2 .hover{
	color:#f37a1a;
	border-bottom:2px solid #f37a1a;
}
.tabs2 #vdo{
	width: 6.3rem;	
	height: 3.5rem;	
	display: block;	
	margin:0.52rem auto 0 auto;
}
.fm2{
	height: 6.86rem;	
	background:url(../images/fm2.png) no-repeat top center;
	background-size:100% 100%;
	padding-top:2.33rem;
}
.area4{
	position: relative;	
	height: 6.72rem;	
	background:url(../images/area4.jpg) no-repeat top center;
	background-size:100% 100%;
	box-sizing:border-box;
	padding:2.5rem 0.4rem 0 0.4rem;
}
.area4 .mar{
	height: 2.7rem;
	position: relative;
	overflow: hidden;
	width: 7.1rem;
}
.area4 li{
	height: 2.7rem;
	float: left;
	width: 4.3rem;
}
.area4 img{
	display: inline-block;
	height:2.7rem;
	width:auto;
	margin-right:0.2rem;
	float: left;
}

.navs{
	text-align: center;
	line-height: 0.76rem;
}
.navs a{
	color:#fff;
	display: inline-block;
	padding:0 0.2rem;
}
.navs .hover{
	color:#272727;
	background:#ec9641;
}

.tabs3{
	padding-bottom:0.3rem;
}
.tabs3 .handle{
	width: 6.9rem;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	margin:0 auto 0.1rem auto;
	display:flex;
	justify-content: space-between;
	
}
.tabs3 .btn{
	display: block;
	font-size:0.3rem;
	color:#000;
	font-weight: bold;
	width: 50%;
	position: relative;
	background:#ffcd5b;
	width: 32%;
}
.tabs3 .btn i{
	display: none;
}
.tabs3 .hover{
	color:#fff;
	position: relative;
	background:#000000;
}
.tabs3 .hover i{
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	background:#000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -0.08rem;
	margin-left: -0.08rem;
}