﻿@charset "UTF-8";
/*首页焦点轮播 focus*/
.swiper {
	position: relative;
	display: inline-block;
	clear: both;
	width: 100%;
	height: calc(100vw / 3.2);
	padding: 0;
	margin: 100px 0 0 0;
	overflow: hidden;
}

/*
.swiper-wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: calc(100vw / 3.2);
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
}
.swiper-wrapper .swiper-slide {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
*/
.swiper-wrapper .swiper-slide a {
	position: relative;
	display: block;
	width: 100%;
	height: calc(100vw / 3.2);
	padding: 0;
	margin: 0;
}
.swiper-wrapper .swiper-slide a img {
	width: 100%;
	height: calc(100vw / 3.2);
	border: none;
	padding: 0;
	margin: 0;
}
/*
.swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 20px;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.swiper-pagination a {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 5px;
	background: rgba(255,255,255,0.50);
	border-radius: 50%;
	border: none;
	box-sizing: border-box;
}
.swiper-pagination a.on {
	background: rgba(255,255,255,1.00);
}
.swiper-button-prev, .swiper-button-next {
	position: absolute;
	z-index: 9;
	top: 50%;
	display: block;
	width: 40px;
	height: 80px;
	padding: 0;
	margin: 0;
}
.swiper-button-prev {
	background: url(../images/btn_sroll.png) no-repeat 0 0;
	left: 2%;
}
.swiper-button-next {
	background: url(../images/btn_sroll.png) no-repeat -40px 0;
	right: 2%;
}
	*/


.swiper-button-prev, 
.swiper-button-next {	
	display:none;
	transition: 0.5s all ease; 
}		
.swiper:hover .swiper-button-prev, 
.swiper:hover .swiper-button-next {	
	display:flex;
}	


/*首页主体*/ 
.main_wrap {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.section h1.tit {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 1em auto 0.5em auto;
	text-align: center;
	overflow: hidden;
}
.section h1.tit span {
	display: inline-block;
	clear: both;
	width: 100%;
	height: 2em;
	line-height: 2.6em;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	font-size: 24px;
	color: rgba(80,70,70,1.00);
	font-weight: 400;
	letter-spacing: 0.2em;
}
.section h1.tit font {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1em;
	padding: 0.1em 0;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	color: rgba(235,135,85,1.00);
	font-weight: 300;
	letter-spacing: 0;
}
.section h1.tit:after {
	position: absolute;
	content: "";
	z-index: 10;
	left: calc(50% - 50px);
	top: 0;
	display: inline-block;
	width: 100px;
	height: 4px;
	padding: 0;
	margin: 0;
	background: rgba(235,135,85,1.00);
}
.section .con {
	position: relative;
	display: inline-block;
	clear: both;
	width: 1200px;
	height: auto;
	padding: 0;
	margin: 0 auto;
}
.section .more-bar {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.section .more-bar a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	width: max-content;
	height: 40px;
	padding: 0 1.5em;
	margin: 2em 0 1.5em 0;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 300;
	color: rgba(235,135,85,1.00);
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(235,135,85,1.00);
	border-radius: 20px;
	transition: 0.8s all ease; 
}
.section .more-bar a:hover {
	color: rgba(255,255,255,0.8);
	background: rgba(235,135,85,0.80);
}

/*首页-集团简介 */ 
.part_profile {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	min-height: 280px;
	padding: 1em 0;
	margin: 0 auto;
	background: rgba(255,255,255,1.00);
}
.part_profile .con::before {
	position: absolute;
	z-index: 0;
	left: 0;
	top: -80px;
	display: block;
	content: " ";
	width: 350px;
	height: 280px;
	padding: 0;
	margin: 0;
	background: url(../images/about_bg.png) no-repeat 0 0;
	background-size: 100% auto;
}
.part_profile .text_box {
	position: relative;
	display: inline-block;
	float: left;
	width: 70%;
	height: auto;
	min-height: 200px;
	padding: 20px;
	margin: 0 0 0 30%;
	box-sizing: border-box;
}
.part_profile .text_box p {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	color: rgba(98, 86, 86, 1.00);
	text-align: left;
	text-indent: 2em;
	line-height: 160%;
}
/*首页-特色医疗中心 */ 
.part_medicalcenter {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 1em 0;
	margin: 0 auto;
	background: rgba(255,255,255,1.00);
}
.part_medicalcenter .con ul.list_ico {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	height: auto;
	padding: 0.6em 0;
	margin: 0;
	box-sizing: border-box;
	list-style-type: none;
	overflow: hidden;
}
.part_medicalcenter .con ul.list_ico li {
	display: inline-block;
	width: 18%;
	height: 320px;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style-type: none;
	text-align: center;
	overflow: hidden;
	background: rgba(251, 255, 223, 1.00) url(../images/mc_iconbg.png) no-repeat 0 0;
	background-size: 100% 160px;
	border-top: 2px solid rgba(251, 176, 79,1.00);
	box-shadow: 0 0 8px rgba(178,143,88,0.20);
}

.part_medicalcenter .con ul.list_ico li .pic {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 160px;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.part_medicalcenter .con ul.list_ico li .pic img {
	display: block;
	width: 50%;
	height: auto;
	padding: 0;
	margin: 0 0 20px 0;
	border: none;
}
.part_medicalcenter .con ul.list_ico li .text {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	height: 160px;
	padding: 0 25px 20px;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}
.part_medicalcenter .con ul.list_ico li .text>div {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}
.part_medicalcenter .con ul.list_ico li .text .heading {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0.4em 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	font-size: 15px;
	color: rgba(178,143,88,1.00);
	border-top: 1px solid rgba(178,143,88,0.80);
	border-bottom: 1px solid rgba(178,143,88,0.80);
}
.part_medicalcenter .con ul.list_ico li .text .det {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0.4em 0 1em 0;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	font-size: 13px;
	color: rgba(178,143,88,0.80);
}
.part_medicalcenter .con ul.list_ico li .text .more {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 30px;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	border-radius: 15px;
	font-size: 14px;
	color: rgba(255,255,255,1.00);
	background: rgba(251, 176, 79,1.00);
	text-decoration: none;
	cursor: pointer;
}

/*首页-最新资讯*/ 
.part_news {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 1em 0;
	margin: 0 auto;
	background: rgba(255,255,255,1.00);
}
.part_news .con { 
	padding: 1em 0;
	margin: 0 auto 2em auto;
}
/*图文列表*/
.part_news .con ul.list_tp {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.part_news .con ul.list_tp li {
	display: inline-block;
	float: left;
	width: calc(50% - 40px);
	height: auto;
	padding: 0 20px;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.part_news .con ul.list_tp li .pic {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.part_news .con ul.list_tp li .pic img {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	border: none;
}
.part_news .con ul.list_tp li .text {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	background: rgba(255,255,255,1.00);
}
.part_news .con ul.list_tp li .text a {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
}
.part_news .con ul.list_tp li .text .date {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: auto;
	padding: 10px;
	margin: 10px 0;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	font-size: 14px;
	color: rgba(255,255,255,1.00);
	background: rgba(249, 183, 138, 0.90);
}
.part_news .con ul.list_tp li .text .date font, 
.part_news .con ul.list_tp li .text .date b {
	display: inline-block;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
}
.part_news .con ul.list_tp li .text .date b {
	font-size: 20px;
}
.part_news .con ul.list_tp li .text p {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: space-between;
	width: calc(100% - 60px);
	height: auto;
	min-height: 88px;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	text-decoration: none;
	font-size: 15px;
	color: rgba(98, 86, 86, 1.00);
}
.part_news .con ul.list_tp li .text p span.heading {
	display: inline-block;
	padding: 5px 0 0 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 15px;
	color: rgba(51,51,51,0.80);
}
.part_news .con ul.list_tp li .text p span.more {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.part_news .con ul.list_tp li .text p span.more font {
	position: relative;
	display: inline-block;
	width: max-content;
	height: auto;
	padding: 0 20px 0 10px;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 13px;
	color: rgba(235,135,85,1.00);
}
.part_news .con ul.list_tp li .text p span.more font::after {
	position: absolute;
	content: " ";
	display: block;
	width: 4px;
	height: 4px;
	right: 10px;
	top: calc(50% - 3px);
	border: 1px solid rgba(235,135,85,1.00);
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
}


/*低分辨率 pc*/
@media screen and (max-width: 1280px) {	
/*首页主体*/
.section .con { width: 1000px;}
	/*首页-集团简介 */ 
.part_profile .con::before { top: -40px; }
.part_profile .text_box { width: 65%; min-height: 200px; padding: 20px; margin: 0 0 0 35%; }
/*特色医疗中心*/
.part_medicalcenter .con ul.list_ico li {
	width: 18%;
	background: rgba(251, 255, 223, 1.00) url(../images/mc_iconbg.png) no-repeat 0 0;
	background-size: 100% auto;
	}
}

/*移动端 平板电脑*/
@media screen and (max-width:960px){	
	/*首页焦点轮播 focus*/
	.swiper {
		height: calc(100vw / 2);
		margin: 60px 0 0 0;
	}
	.swiper-wrapper .swiper-slide a,
	.swiper-wrapper .swiper-slide a img {
		height: calc(100vw / 2);
	}
	
	.swiper-button-prev, 
	.swiper-button-next {	
		display:none;
	}		
/*wap-首页主体*/	
.section .con {
	width: 100%;
}
/*wap首页-集团简介 */ 
.part_profile {
	height: auto;
	padding: 1em 0;
	margin: 0 auto;
	background: rgba(255,255,255,1.00);
}
.part_profile .con::before {
	display: none;
}
.part_profile .text_box {
	float: none;
	clear: both;
	width: 90%;
	height: auto;
	min-height: 200px;
	padding: 1em;
	margin: 0 auto;
	box-sizing: border-box;
}
.part_profile .text_box p {
	line-height: 160%;
	margin: 0.2em auto;
}

/*wap首页-特色医疗中心 */ 
.part_medicalcenter {
	padding: 0;
	margin: 0 auto;
}
.part_medicalcenter .con ul.list_ico {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
	padding: 0.2em 0;
	margin: 0;
}
.part_medicalcenter .con ul.list_ico li {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	/*width: 86%;*/
	width: 96%;
	height: auto;
	padding: 0;
	margin: 5px auto;
	border: none;
	box-sizing: border-box;
	background: rgba(251, 255, 223, 1.00);
}
.part_medicalcenter .con ul.list_ico li .pic {
	/*width: 20%;*/
	width: 40%;
	height: calc(96vw / 4);
	padding: 1em;
	margin: 0;
	box-sizing: border-box;
	background: rgba(255,255,255,1.00);
}
.part_medicalcenter .con ul.list_ico li .pic img {
	width: 50%;
	height: auto;
	padding: 0;
	margin: 0;
}
.part_medicalcenter .con ul.list_ico li .text {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-between;
	width: 60%;
	height: calc(96vw / 4);
	padding: 10px 1.5em;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}
.part_medicalcenter .con ul.list_ico li .text .heading {
	padding: 0.2em 0;
	font-size: 24px;
	border: none;
	text-align: left;
	border-bottom: 1px solid rgba(178,143,88,0.80);
}
.part_medicalcenter .con ul.list_ico li .text .det {
	height: auto;
	font-size: 18px;
	padding: 0.5em 0 0 0;
	margin: 0;
	box-sizing: border-box;
	text-align: left;
}
.part_medicalcenter .con ul.list_ico li .text .more {
	display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 0.5em 1em;
    margin: 1em 0;
    box-sizing: border-box;
    border-radius: 0.2em;
    font-size: 18px;

}
	
	
	
	

}

/*移动端 大屏手机*/
/* iPhone 13 Pro Max/iPhone 12 Pro Max*/
/*@media only screen and (device-width : 428px) and (device-height : 926px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait),*/	
/* iPhoneXR Max/iPhone11 Pro Max*/	
/*@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait),*/
/* iPhoneXR/iPhone11*/
/*@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation : portrait),*/	
/* iPhone6/7/8 Plus*/
/*@media only screen and (device-width : 414px) and (device-height : 736px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait),	*/
/* iPhoneX/iPhoneXs/iPhone11 Pro/13 mini/12 mini*/
/*@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait),	*/
/* iPhone6/7/8 */
/*@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) and (orientation : portrait),*/
/* iPhone 13 Pro/iPhone 12 Pro*/
/*@media only screen and (device-width : 390px) and (device-height : 844px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait),	*/
/* Galaxy/LG*/
/*@media only screen and (device-width : 360px) and (device-height : 640px) and (orientation : portrait),*/
@media screen and (max-width:640px){

/*wap首页-特色医疗中心 */ 
.part_medicalcenter .con ul.list_ico li .pic {
	height: calc(96vw / 2.5);
}
.part_medicalcenter .con ul.list_ico li .pic img {
	width: 60%;
}
.part_medicalcenter .con ul.list_ico li .text {
	width: 60%;
	height: calc(96vw / 2.5);
}
.part_medicalcenter .con ul.list_ico li .text .heading {
	padding: 0.5em 0;
	font-size: 24px;
}
.part_medicalcenter .con ul.list_ico li .text .det {
	font-size: 18px;
	line-height: 180%;
}

}

@media screen and (max-width:428px){
/*wap首页-特色医疗中心 */ 
.part_medicalcenter {
	padding: 0;
	margin: 0 auto;
}
.part_medicalcenter .con ul.list_ico {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
	padding: 0.2em 0;
	margin: 0;
}
.part_medicalcenter .con ul.list_ico li {
	display: inline-block;
	width: 86%;
	height: auto;
	padding: 0;
	margin: 5px auto;
	background: rgba(251, 255, 223, 1.00);
	border: none;
	box-shadow: 0 0 8px rgba(178,143,88,0.20);
}
.part_medicalcenter .con ul.list_ico li .pic {
	width: 36%;
	height: auto;
	padding: 1em;
	margin: 1.5em auto 0.5em auto;
	background: rgba(255,255,255,1.00);
	border: none;
	border-radius: 50%;
	box-sizing: border-box;
}
.part_medicalcenter .con ul.list_ico li .pic img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
.part_medicalcenter .con ul.list_ico li .text {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	height: auto;
	padding: 0 1em 1.5em;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}
.part_medicalcenter .con ul.list_ico li .text .heading {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0.5em 0;
	margin: 0;
	text-align: center;
	font-size: 18px;
	border:none;
}
	
.part_medicalcenter .con ul.list_ico li .text .det {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0 0.5em 1em;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	font-size: 15px;
}
.part_medicalcenter .con ul.list_ico li .text .more {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 30px;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	border-radius: 15px;
}
	
/*wap首页-最新资讯*/ 
.part_news .con {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 1em 0;
	margin: 0 auto 2em auto;
}
/*wap图文列表*/
.part_news .con ul.list_tp {
	display: inline-block;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.part_news .con ul.list_tp li {
	display: inline-block;
	float: none;
	clear: both;
	width: 86%;
	height: auto;
	padding: 0;
	margin: 5px auto;
	list-style-type: none;
	text-align: center;
}
.part_news .con ul.list_tp li .text a {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	text-decoration: none;
}
.part_news .con ul.list_tp li .text .date {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: auto;
	padding: 10px;
	margin: 10px 0;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	background: rgba(249, 183, 138, 0.90);
}
.part_news .con ul.list_tp li .text .date font, .part_news .con ul.list_tp li .text .date b {
	display: inline-block;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
}
.part_news .con ul.list_tp li .text .date b {
	font-size: 20px;
}
.part_news .con ul.list_tp li .text p {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: space-between;
	width: calc(100% - 60px);
	height: auto;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	text-decoration: none;
	color: rgba(98, 86, 86, 1.00);
}
.part_news .con ul.list_tp li .text p span.heading {
	display: inline-block;
	padding: 5px 0 0 0;
	margin: 0;
	box-sizing: border-box;
	color: rgba(51,51,51,0.80);
}
.part_news .con ul.list_tp li .text p span.more {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.part_news .con ul.list_tp li .text p span.more font {
	position: relative;
	display: inline-block;
	width: max-content;
	height: auto;
	padding: 0 20px 0 10px;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	color: rgba(235,135,85,1.00);
}
.part_news .con ul.list_tp li .text p span.more font::after {
	position: absolute;
	content: " ";
	display: block;
	width: 4px;
	height: 4px;
	right: 10px;
	top: calc(50% - 3px);
	border: 1px solid rgba(235,135,85,1.00);
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
}	
	
}

/*移动端 小屏手机*/
/*iPhone5和iPhone SE*/
/*@media only screen and (device-width : 320px) and (device-height : 568px) and (-webkit-device-pixel-ratio : 2) and (orientation : portrait),*/
/*iPhone4和iPhone 4s*/
/*@media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2) and (orientation : portrait),	*/
@media screen and (max-width:360px){	
	
}

