/* 基础样式 */
body{
	margin: 0;
	background-color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*min-width: 1300px;*/
	/*padding-top: 30px;*/
	/*padding-top: 30px;*/
	/*min-width: 1300px;*/
}
*{
	outline: none;
}
a{
	text-decoration: none;
}
h1, h2, h3, h4 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    /* display: block; */
    /* font-size: 1.5em; */
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    /* font-weight: bold; */
}

dl, dt, dd
{ margin:0; padding:0;}
ul, ol, li {
    list-style: none;
	padding:0;
	margin:0;
}
.fl {
    float: left;
}
p{
	margin: 0;
}
/* 超出隐藏 */
.of-ellipsis{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 多行文本超出隐藏 */
.of-ellipsis-2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.of-ellipsis-3{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.of-ellipsis-4{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.of-ellipsis-5{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.of-ellipsis-6{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.of-ellipsis-7{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.of-ellipsis-8{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}


/*顶栏*/


.top-bar{
	width: 100%;
	height:1.0rem;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
}
.top-bar .show-bar {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 100;
	background-color: #ffffff;
	align-items: center;
	justify-content: space-between;
	padding: 0 .3rem;
}
.top-bar .show-bar .top-ligo{
	width: 2.50rem;
	height: .58rem;
	display: block;
}
.top-bar .show-bar .top-ligo img{
	height: 100%;
	width: 100%;
}

.top-bar .show-bar .menu-btn{
	width: .38rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	height: .33rem;
}
.top-bar .show-bar .menu-btn span{
	display: block;
	width: .5rem;
	background-color: #333;
	height: .04rem;
	position: relative;
	border-radius: .03rem;
	transition: opacity 300ms, transform 300ms, width 300ms;
	transform-origin: left;
}

.top-bar .show-bar .menu-btn.acts span:nth-child(2){
	opacity: 0;
}
.top-bar .show-bar .menu-btn.acts span:first-child{
	transform: rotateZ(50deg);
	width: 100%;
}
.top-bar .show-bar .menu-btn.acts span:last-child{
	transform: rotateZ(-50deg);
	width: 100%;
}
.top-bar .show-bar .menu-btn.acts span::before{
	opacity: 0;
	right: 0%;
}
.top-bar .top-menu{
	width: 100%;
	position: absolute;
	height: auto;
	min-height: 120px;
    background: linear-gradient(to bottom, #0068b1, #008bd7);
	top: 1.0rem;
	transition: transform 300ms;
	transform: translateY(-100%);
	left: 0;
	padding-bottom: 1.8rem;
}
.top-bar .top-menu.acts{
	transform: translateY(0%);
}
.mask{
	z-index: 200;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	pointer-events: none;
	opacity: 0;
	transition: opacity 300ms;
}
.mask.acts{
	pointer-events: auto;
	opacity: 1;
}
.top-bar .top-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 0 .3rem;
}
.top-bar .top-menu ul li{
	line-height: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.top-bar .top-menu ul li:last-child{
	border-bottom: none;
}
.top-bar .top-menu ul li a{
	display: block;
	line-height: 1rem;
	width: 100%;
	color: #fff;
}

.ys_navph2_lang {
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    text-align: center;
}

.ys_navph2_lang_btn {
    display: inline-block;
    padding: 0.2rem;
    cursor: pointer;
}
.ys_navph2_lang_btn img {
    width: 0.35rem;
	height:0.35rem;
	margin-right:0.1rem;
}
.ys_navph2_lang_btn span{
	color:#fff;
	font-size:0.26rem;
}
.ys_navph2_list a {
    color: #fff;
}




.foot {
    width: 100%;
    overflow: hidden;
    background-color: #f5f6f9;
	padding: .4rem 0rem 1.5rem;

	text-align:center;
}
.foot p{
	color: #999;
	font-size:0.22rem;
	line-height:0.4rem;	
	
}

.ipr-tabbar {
    width: 100%;
    box-shadow: 0 -4px 10px #f1f1f1;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #fff;
    z-index: 777;
	color:#666;
}
.ipr-tabbar a{ 
display:block;
}

.ipr-tabbar .ipr-tabbar-item {
    width:20%;
    text-align:center;
	float:left;
}

.ipr-tabbar .ipr-tabbar-item.active {
    color: #236add;
}

.ipr-tabbar .ipr-tabbar-item .ipr-tabbar-label {
    transform: scale(.85);
}

.ipr-tabbar .ipr-tabbar-item i{
    position: relative;
    z-index: 100;
    padding-top: 0;
    padding-bottom: 0;
    width: .46rem;
    height: .46rem;
    line-height: .53rem;
    top: .13rem;
	display:block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	margin:0 auto;

}
.ipr-tabbar .ipr-tabbar-item span{
	display:block;
	margin-top:0.15rem;
}
.ipr-tabbar .ipr-tabbar-item.active .icon-index {
    background-image:url(../img/icon_nav1.png);
}
.ipr-tabbar .ipr-tabbar-item i.icon-service {
    background-image:url(../img/icon_nav2.png);
}

.ipr-tabbar .ipr-tabbar-item i.icon-query {
    background-image:url(../img/icon_nav3.png);
    width: 0.93rem;
    height: 0.93rem;
    position: relative;
    margin-top: -.5rem;
    background-size: .88rem .88rem;
    border-radius: 50%;
}
.ipr-tabbar .ipr-tabbar-item i.icon-consult {
background-image:url(../img/icon_nav4.png);
}	

.ipr-tabbar .ipr-tabbar-item i.icon-myuser {
background-image:url(../img/icon_nav5.png);
}


.search-link {
	width:70%;
    height: 0.65rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #F2F2F2;
    border-radius: 0.32667rem;
    padding: 0 0.29333rem;
}

.search-link img {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.10667rem;
}
.search-link span {
    font-size: 0.26rem;
    color: #999999;
}

.common_title_back{
    display: block;
    width: 5.3333vw;
    height: 11.7333vw;
    background: url(../img/icon_leftarrow.png) no-repeat 0/2.4vw 4.2667vw;
}




footer{ 
	background:#0f0f0f;
	padding:0.6rem 0 0;
}
.t_dilogo {
    margin-bottom:0.4rem;
	padding:0 0.4rem
}
.t_dilogo a {
	width: 2.10rem;
	height: .49rem;
	display: block;
}
.t_dilogo a img {
	max-width:100%;
}
.t_diul {
    margin-bottom:0.2rem;
	padding:0 0.4rem
}
.t_diicon {
	width:0.26rem;
    margin-right:0.2rem;
	position: relative;
	float:left;
}
.t_diicon img {
    width: 100%;
}
.t_diwen{
	font-size:0.26rem;
	color:#a1a1a1;
}
.t_footsh {
	padding:0 0.4rem;
    margin-bottom:0.3rem;
	margin-top:0.5rem;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.t_shareli{
	width:30%;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.t_sharefl{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.t_shareli {
    position: relative;
	margin:0 0.1rem;
}
.t_shareic {
    width: 0.4rem;
    cursor: pointer;
}
.t_shareic img {
    width: 100%;
}
.t_fuer {
    position: absolute;
    width: 1.5rem;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.t_shareli .t_fuer {
    opacity: 0;
}
.t_shareli:first-of-type .t_fuer {
    left: 0px;
    transform: translateX(0);
}
.t_shareli:hover .t_fuer {
    opacity: 1;
	display:block;
}
.t_shareli:last-of-type .t_shareic {
    width: 0.35rem;
	cursor: pointer;
}
.t_fuer img {
    width: 100%;
}
.t_wailian{ 
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.t_waili {
	padding:0 0.2rem;
}
.t_waixin {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.t_waizi {
    color: #999;
    font-size:0.24rem;
    margin-right:0.1rem;
    transition: all 0.36s;
}
.t_waiic {
    width: 0.3rem;
}
.t_waiic img{
	width:100%;
}
.t_waili1 {
	position:relative;
}
.t_waili1::before {
    content: '';
    height: 17px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background: rgba(102, 102, 102, .3);
}
.t_footdown{
	border-top:solid 1px #252525;
	padding:0.2rem 0.4rem;
	font-size:0.22rem;
	color:#a1a1a1;
	line-height:1.8;

}


.pageList {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .7rem;
    padding-left: 0;
    margin: 0;
}

.pageList ul {
    display: inline-block;
    padding-left: 0;
    margin: 0.3rem 0 0.6rem;
    border-radius: 4px;
}
.pageList ul li {
    display: block;
    float: left;
	margin:0 0.1rem;
}
.pageList ul li a{
	padding:0.1rem 0.2rem;
	border:solid 1px #eee;
	background:#fff;
	color:#333;
	font-size:0.24rem;
}
.pageList ul li a:hover{
	background:#008bd7;
	color:#fff;

}


