html {
	font-size: 100px;
}

.header {
	padding: 0rem;
}
.embed-responsive-16by9{ padding-bottom: 0%  !important;}
.header-row {
	padding: 0rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.content-title span:nth-child(2) {
	font-size: 0.3rem;
	padding: 0rem 0.1rem 0rem 0.1rem;
	color: #13a89e;
}

.content-title {
	padding: 0.4rem 0rem 0.2rem 0rem;
}

.header-content {
	margin: 0 auto;
}

.phtot-content li {
	color: #13a89e;
	display: inline-block;
	font-size: 0.14rem;
	padding: 0.06rem 0.4rem 0.06rem 0.4rem;
	border: 1px solid #13a89e;
	border-radius: 0.2rem 0.2rem 0.2rem;
	margin-top: 0.06rem;
}

.phtot-content li span {
	width: 0.6rem;
	height: 0.2rem;
	display: block;
	text-align: center;
	line-height: 0.2rem;
}

.phtot-content {
	margin: 0rem;
	padding: 0rem 0rem 0.2rem 0rem;
}

.choosed {
	color: #FFFFFF !important;
	background-color: #13a89e;
}

.medium-img {
	max-width: 100%;
	height: auto;
}

.medium-img img {
	padding: 0.05rem 0.05rem 0.05rem 0.05rem;
	max-width: 100%;
	height: auto;
}

.medium-img-1 {}

.medium-img-2 {
	display: none;
}

.medium-img-3 {
	display: none;
}

.medium-img-4 {
	display: none;
}

.medium-title {
	color: #FFFFFF;
	position: absolute;
	font-size: 0.4rem;
}
	
.menubar{
	padding:0 15%;
}
.fusion-filters .fusion-filter-this a {
    color: #13a89e;
    color: #13a89e;
    color: #13a89e;
    border-color: #13a89e;
    border-color: #13a89e;
    border-color: #13a89e;
	line-height: 31px;
    border-top: 3px solid #13a89e;
}
.fusion-filter a:hover{
	   color: #13a89e;
}

.ulboxulbox{
	position:relative;
}
.ulboxulbox ul{
	/*	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);*/
}
.ulboxulbox .ul-this{
	/*position:absolute;
	width:100%;
	left:0;
	top:0;
	padding:0 15%;*/
		-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
		-webkit-transition: all 0.8s ease 0s ;
	-moz-transition: all 0.8s ease 0s ;
	-ms-transition: all 0.8s ease 0s ;
	-o-transition: all 0.8s ease 0s ;
	transition: all 0.8s ease 0s ;
}
.ulboxulbox ul li{
	margin:2% 0 0  0;
	display:block;
}
.ulboxulbox ul li .liT{
	overflow:hidden;
	margin:15px 0 0 0;
}
.ulboxulbox ul li .liT h3{
	font-size: 22px;
    color: #13a89e;
    /* font-weight: 600; */
	text-align:center;
}
.ulboxulbox ul li .liT h5{
	font-size: 14px;
	color: #44c7be;
	text-align:center;
	margin:0;
}
.fusion-image-wrapper .fusion-rollover {
 background-image: linear-gradient(top, rgba(19,168,158,0.8) 0%, rgba(68,199,190,0.8) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(19,168,158,0.8)), color-stop(1, rgba(68,199,190,0.8)));
    background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fb637e, endColorstr=#ffa3b5), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    background-image: -webkit-linear-gradient(top, rgba(19,168,158,0.8) 0%, rgba(68,199,190,0.8) 100%);
    background-image: -moz-linear-gradient(top, rgba(19,168,158,0.8) 0%, rgba(68,199,190,0.8) 100%);
    background-image: -ms-linear-gradient(top, rgba(19,168,158,0.8) 0%, rgba(68,199,190,0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(19,168,158,0.8) 0%, rgba(68,199,190,0.8) 100%);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}
@media (min-width: 1200px) {}
@media (max-width: 768px) {
	.medium-title {
		font-size: 0.16rem !important;
	}
	.m-row {}
	.m-row ul li {
		padding: 1% 3%;
	}
	.m-row ul li a {
		display: flex;
		justify-content: space-between;
	}
	.m-rle {
		width: 48%;
	}
	.m-rle img {
		width: 100%;
	}
	.m-rri {
		width: 50%;
	}
	.ul-btn {
		position: relative;
	
	}
	.ul-btn div {
		font-size: 15px !important;
	}
}
.ul-li {
	padding: 2% 15%;
}
.ul-li ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ul-li ul li {
	width: 46%;
	margin-bottom: 2%;
	position:relative;
}
.ul-li ul li img {
	width: 100%;
}
.ul-li ul li p {
	font-size: 18px;
	margin: 0;
	margin-top: 10px;
	color: #999;
}
.ul-li ul li .p1 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
}
.ul-li ul li a {
	display: block;
}
.ul-li ul li .spBG{
	position:absolute;
	width:100%;
	height: 365px;
	top:0;
	left:0;
	background-color:rgba(0,0,0,.4);
	display:none;
}
.ul-li ul li:hover .spBG{
	display:block;
}
.ul-btn {
	display: flex;
	width: 100%;
	background: #eee;
	padding: 6px 10px;
	justify-content: space-between;
}
.ul-btn div {
	font-size: 18px;
}
.ul-btn div img {
	width: 25px !important;
	height: 25px !important;
}
.xuan {
	position: relative;
	top: -90%;
	color:#fff;
	background: #13a89e;
	width: 30%;
	text-align: center;
	padding: 8px 10px;
	left: 1%;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
a:hover {
	text-decoration: none;
}
.button-type a{
    font-size: 0.2rem;
    color: #fff;
    text-decoration: none;
}
.footer-ul a{
    font-size: 0.14rem;
        color: #333;
    text-decoration: none;
}
	
@media screen and (max-width:767px) {
	.m-row{
		padding: 0 0 20px 0!important;
	}
		.medium-title{
		top:45%;
	}
	.footer-content-pc-mobile{
		display:block;
	}
	.menubar {
		margin:30px 0 0 0;
		padding:0;
	}
	.fusion-filter {
	    display: inline-block;
	    margin:0 5px;
	    border: none;
	}
	.ulboxulbox ul li .liT h3 {
	    font-size: 16px;
	    color: #13a89e;
	    /* font-weight: 600; */
	    text-align: center;
	}
	.ulboxulbox .ul-this{
		padding:0;
	}
	.ul-li ul li img {
	    height: 120px;
	}
	.fusion-filters{
		margin:0 0 20px 0;
	}
			
}
@media screen and (max-width:375px) {
	.m-rri .p1{
		font-size:16px;
		margin:10px 0 0 0;
	}
	.m-rri .ul-btn {
		padding: 10px 10px;
		bottom: -15px;
	}
	.ul-btn div{
		font-size:14px!important;
	}
	.ul-btn div img {
		width: 15px!important;
		height: 15px!important;
	}
	.ul-li ul li img {
	    height: 92px;
	}
}
@media screen and (max-width:360px) {
	.m-rri .p1{
		font-size:16px;
		margin:10px 0 0 0;
	}
	.m-rri .ul-btn {
		padding: 10px 10px;
		bottom: -15px;
	}
	.ul-btn div{
		font-size:14px!important;
	}
	.ul-btn div img {
		width: 15px!important;
		height: 15px!important;
	}
	.ul-li ul li img {
	    height: 88px;
	}
}
@media screen and (max-width:320px) {
	.m-rri .p1{
		font-size:14px;
		margin:5px 0 0 0;
	}
	.m-rri .ul-btn {
		padding: 10px 10px;
		bottom: -15px;
	}
	.ul-btn div{
		font-size:12px!important;
	}
	.ul-btn div img {
		width: 15px!important;
		height: 15px!important;
	}
	.ul-li ul li img {
		height: 77px;
	}
}