﻿body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,/* structural elements 结构元素 */
dl,dt,dd,ul,ol,li,/*  list elements 列表元素*/
pre,/* text formatting elements 文本格式元素 */
fieldset,lengend,button,input,textarea, /* form elements 表单元素 */
th,td{margin:0;padding:0;}
body,button,input,textarea{border:none; }
/* font:12px SF Pro SC,SF Pro Text,PingFang SC,Helvetica, Arial, "\5b8b\4f53", sans-serif; */
address,cite,dfn,em,var{font-style: normal;}
code,kbd,pre,samp,tt{ font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small{font-size: 12px;}/* 小于 12px 的中文很难阅读，让 small 正常化 */
img,input{vertical-align: middle; border:none;}
ul,ol,li{list-style: none;}
a{text-decoration:none;outline:none;transition: all .5s;}
/* a:hover{text-decoration: underline;} */
table{border-collapse: collapse;border-spacing: 0;}
html,body{-webkit-text-size-adjust:none;}
*{padding:0;margin:0;-webkit-tap-highlight-color:transparent;}
font{font-size:12px;}
.clear{height:1px;clear:both;margin-bottom:-1px;overflow:hidden;visibility:hidden;display:block;}
/* .left{ float:left;display: inline-block;}.right{float:right;display: inline-block;} */
.clearfix:after{content:'\20';display:block;height:0;clear:both;overflow:hidden;}
.clearfix{*zoom:1;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.text-left{text-align: left;}
i,em{font-style: normal;vertical-align: middle;display: inline-block;}
input,button,select,textarea{ outline:none;height: auto;line-height: normal;-webkit-appearance: none;}
button{cursor:pointer;outline: none;background: none;}
.c66{color: #666;}.c88{color: #888;}
.c99{color: #999;}
.pointer{cursor: pointer;}
.cf00{color: #f00;}
.cyellow{color: #fe9e1f;}
.bgf5{background: #f5f5f5;}
.c1{color: #f85c55}
/* 黄色 */
.c2{color: #f8d907}
/* 地黄色 */
.c2_1{color: #db8304;}
.bdnone{border-bottom: none;}
.yichu{overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.yichu3{overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;}
/*垂直水平居中*/
.vm{top: 50%;left: 50%; position: absolute;-webkit-transform: translate(-50%, -50%);transform:translate(-50%, -50%);}
/*垂直居中*/
.vtm{top: 50%; position: absolute;-webkit-transform: translate(0, -50%);transform:translate(0, -50%);}
.vt{left: 50%; position: relative;-webkit-transform: translate(-50%, 0);transform:translate(-50%, 0);}

.text-ellipsis{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
h1,h2,h3,h4,h5{font-weight: normal;}

.img-responsive{display: block;width: 100%;height: auto;}
.t-line{text-decoration: underline;}
.bgf{background: #fff;}
.bgf4{background: #f4f4f4;}
.cred_a{color: #b7030f;}
table{width: 100%;border-collapse: collapse;}
span,em{display: inline-block;}
.int::-webkit-input-placeholder { /* WebKit browsers */
    color:#959595;
}
.int:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #959595;
}
.int::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#959595;
}
.int:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#959595;
}
.flex_end{
	display: flex;
	justify-content: flex-end;
}

.flex_vtop{
	display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
	-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start
}
.flex_center{
	display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
	webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;
	-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center
}
.flex_justify,.djustify{
	display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
	-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;
	-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.flex_box_1{
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-flex-shrink:1;
	-ms-flex-negative:1;
	flex-shrink:1
}

.marauto{margin: auto;}
.flex{
    display: flex;
    align-items: center;
}

.flex-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{
	font-weight: normal;
	margin:0 auto;
	line-height:1;
	position: relative;
	font-size: 14px;
	color: #000;
	font-family: PingFang SC,Helvetica Neue,Hiragino Sans GB,Heiti SC,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}

.ovf{overflow: hidden;}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;font-weight: normal;}
ul { list-style:none;}
*{ margin:0px; padding:0px;list-style: none;}
img { border:0px;display: block;max-width: 100%;object-fit: cover;}
h2,h4{font-weight: normal;}
.clear{ clear:both;}
.clearfix{ zoom: 1; }
.clearfix:after { content: ''; display: block; clear: both; }
.fl {float:left;}
.fr {float:right;}
.hidden{display: none;}
.line-1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*-----------------头部开始--------------------*/

button:focus,input:focus,select:focus{
	outline: none;
}
.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.img-responsive {
	display: block;
	height: auto;
	width: 100%;
	max-width: 100%;
}

.a-color-green{color: #35A486;}
.a-color-gray{color: #a8a8a8;}
.a-color-white{color: #fff !important;}
.a-bg-green{background: #35A486;}
html {
	font-size: calc(100vw / 1920 * 16);
}
.wrap{
	padding-left: 10rem;
	padding-right: 10rem;
}

@media(max-width:1024px){
	.wrap{
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
.gutter {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
}

.grid {
    display: grid;
}

.h100 {
    height: 100% !important;
}
.w100 {
    width: 100%;
}
.w50{width: 50%;}
.bgsz {
    background-size: cover !important;
}
.transition{
	transition:all .5s;
}
.hvimg{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 1s;
}
.hvimghover:hover .hvimg{
	transform: scale(1.1);
}
.hvimghover img.img{
	transition: 1s;
}
.hvimghover:hover img.img{
	transform: scale(1.1);
}
.ov{overflow: hidden;}

.posrelative {position: relative;}

.flex1{
	flex: 1;
}
.bold{font-weight: bold;}

.a-font-size16{
	/* 16px */
    font-size: 16px; /*16px*/
}
.a-font-size18{
    font-size: 18px;/*18px*/
}
.a-font-size20{
    font-size: 20px;/*20px*/
}
.a-font-size24{
    font-size: 24px;/*24px*/
}
.a-font-size30{
    font-size: 30px;/*30px*/
}
.a-font-size36{
    font-size: 36px;/*36px*/
}
.a-font-size40{
    font-size: 40px;/*40px*/
}
.a-font-size14{
    font-size: 14px;/*14px*/
}
.a-font-size12{
    font-size: 12px;
}
.lh-24{line-height: 24px;}
.lh-30{line-height: 30px;}
.a-color-red{color: #e2342d;}
.a-color-blue{color: #012245 !important;}
.a-color-g{color: #7d7d7d;}
.a-mt10{margin-top: 10px;}
.a-mt15{margin-top: 15px;}
.a-mt20{margin-top: 20px;}
.a-mt30{margin-top: 30px;}
.a-mt40{margin-top: 40px;}
.a-mb10{margin-bottom: 10px;}
.a-mb10{margin-bottom: 10px;}
.a-mb15{margin-bottom: 15px;}
.a-mb20{margin-bottom: 20px;}
.a-mb30{margin-bottom: 30px;}
.a-mb40{margin-bottom: 40px;}
.a-ml10{margin-left: 10px;}
.a-ml20{margin-left: 20px;}
.a-ml30{margin-left: 30px;}
.a-mr10{margin-right: 10px;}
.a-mr20{margin-right: 20px;}
.a-mr30{margin-right: 30px;}
.a-pl10{padding-left: 10px;}
.a-pl40{padding-left: 40px;}
.a-pr40{padding-right: 40px;}
.a-pt20{padding-top: 20px;}
.a-pt30{padding-top: 30px;}

@font-face {
	font-family: "raMedium";
	src: url(../font/raMedium.ttf);
}
@font-face {
	font-family: "raReg";
	src: url(../font/raReg.ttf);
}
@font-face {
	font-family: "raLight";
	src: url(../font/raLight.ttf);
}
@font-face {
	font-family: "raBold";
	src: url(../font/raBold.ttf);
}
@font-face {
	font-family: "raSem";
	src: url(../font/raSem.ttf);
}
.raBold{
	font-family: "raBold";
}
.raMedium{
	font-family: "raMedium";
}
.raLight{
	font-family: "raLight";
}
.raSem{
	font-family: "raSem";
}
.tt{text-transform: uppercase;}

body{
	font-family: "raReg";
}

.head_wap {
    display: none;
}
.flex_wrap{
	flex-wrap: wrap;
}

@media only screen and (max-width:1024px) {
	.flex_wap_wrap{
		flex-wrap: wrap;
	}
	.waplogin {
		font-size: 15px;
	}
	.login_box{
		position: absolute;
		right: 80px;
	}
	.login_box a{margin-left: 15px;}
	.whead{
		height:70px;
		background: #000;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
		box-shadow: 0 0 15px rgba(0,0,0,.15);
		display: flex;
		align-items: center;
		padding: 0 15px;
	}
	.waphd_height{
		width: 100%;
		height: 70px;
	}
	.wlogo{
		display: inline-block;
	}
	.wlogo img{
		display: block;
		border: 0;
		width: 160px;
	}
	.waphdlg{
		display: inline-block;
	}
	.waphdlg img{
		display: block;
		height: 20px;
	}
	.whead i{
		display: block;
		width: 70px;
		height: 70px;
		background: url(../images/navicon.png) no-repeat center;
		background-size: 40%;
		color: #fff;
		text-align: center;
		line-height: 70px;
		font-size: 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99999999;
	}
	.whead i img{
		vertical-align: middle;
		margin-top: -3px;
		display: none;
	}
	.wapnav{
		width: 240px;
	    height: 100%;
	    position: fixed;
	    right: 0;
	    top: 0;
	    background: #fff;
	    z-index: 9999;
	    margin-right: -240px;
	    transition: .5s;
		overflow-y: scroll;
   		-webkit-overflow-scrolling: touch;
	}
	.wapnava {
		padding: 0 0 15px 0;
	}
	.wapnavtop{
		color: #fff;
		height: 60px;
		line-height: 60px;
		padding: 0 15px;
		border-bottom: 1px solid #eee;
		display: flex;
		align-items: center;
	}
	.wapnavtop i{
		display: block;
		width: 60px;
		height: 60px;
		background: none;
		color: #222;
		text-align: center;
		line-height: 50px;
		font-size: 18px;
		position: absolute;
		background: url(../images/close.png) no-repeat center;
		background-size: 30%;
		right: 0;
		top: 0;
		z-index: 99999999;
	}
	.wapprda i, .wapprda1 i {
	    display: block;
	    position: absolute;
	    right: 15px;
	    top: 0;
	    height: 44px;
	    line-height: 44px;
	    transition: .25s;
	}
	.wapprda_active i,.wapprda1_active i{
		transform:rotate(90deg);
	}
	.wapnavtop i img{
		vertical-align: middle;
		margin-top: -3px;
	}
	.wapnava p{
		display: block;
	}
	.wapnava span{
		width: 100%;
	}
	.wapnava a.wapprda{
		display: block;
		height: 50px;
		line-height: 48px;
		padding: 0 25px;
		color: #666;
		width: 100%;
		border-bottom: 1px solid #eee;
		font-size: 15px;
		font-family: "gilroybold";
	}
	.wpheadhide a{
		display: block;
		height: 48px;
		line-height: 46px;
		padding: 0 25px;
		color: #444;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.wapnava1{
		background: url(../images/navabg_06.png) no-repeat center;
		color: #E60012;
		text-align: center;
		border-bottom: 0 !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.wapnavp1{
		text-align: center;
		font-weight: bold;
	}
	.head_wap{
		display: block;
	}
	.head_pc{
		display: none;
	}
	.waphide{
		display: none;
	}
	.wapprda,.wapprda1{
		position: relative;
	}
	.wapprda i,.wapprda1 i{
		display: block;
		position: absolute;
		right: 15px;
		top: 0;
	}
	.wapprda i img,.wapprda1 i img{
		height: 10px;
	}
	.wpheadhide{
		display: none;
	}
	.wpheadhide em{
		display: block;
	}
	.wpheadhide a{
		font-size: 14px;
		padding-left: 30px;
		color: #666;
	}
	.wpheadhide1{
		display: none;
	}
	.wpheadhide1 a{
		padding-left: 50px !important;
		background: #fff !important;
		color: #999;
	}
	.waphides{
		display: none;
	}
	.waphides a{
		font-size: 12px;
		color: #666;
		display: block;
		height: 37px;
		line-height: 37px;
		border-bottom: 1px solid #aaa;
		padding: 0 30px;
	}
	.wapclicka {
		background: url(../images/sj.jpg) no-repeat right center;
	}
	.swiper-container-bn .swiper-button-next-bn,.swiper-container-bn .swiper-button-prev-bn{
		display: none;
	}
	.wpnvbg{
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		background: rgba(0,0,0,.7);
		opacity: 0;
		visibility: hidden;
		transition: .25s;
	}
	.wpnvbg_active{
		opacity: 1;
		visibility: inherit;
	}
	.wapnav_active{
		right: 0;
		top: 0;
		height: 100%;
		margin-right: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.waplga{
		padding: 0 15px;
	}
	.waplga a{
		display: inline-block;
		width: 47%;
		height: 34px;
		background: #fff;
		color: #0760A5;
		line-height: 32px;
		font-size: 13px;
		border: 1px solid #0760A5;
	}
	.waplga a.active{
		background: #0760A5;
		color: #fff;
	}
	.waplga a.waplga_ac{
		display: block;
		margin: 0 auto;
		float: none;
		background: #fff;
		color: #0760A5;
	}
	.lh-24 {
		line-height: 18px;
	}
	.a-font-size18 {
		font-size: 15px;
	}
	.a-font-size24 {
		font-size: 18px;
	}
	.a-mb30{
		margin-bottom: 20px;
	}
	.a-mt30 {
		margin-top: 20px;
	}
	.a-mb20{margin-bottom: 15px;}
	.a-font-size36 {
		font-size: 24px;
	}
	.a-mb40 {
		margin-bottom: 30px;
	}
	.a-font-size16 {
		font-size: 14px;
	}
	.a-font-size30 {
		font-size: 22px;
	}
	.lh-30 {
		line-height: 24px;
	}
	.lh-24 {
		line-height: 20px;
	}
	.a-font-size20 {
		font-size: 15px;
	}
}

.wapprda i img, .wapprda1 i img{display: inline-block;}
.swiper-notification{display: none;}

