@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-shadow: none;
	box-shadow: none;
}
*:focus, *:hover, *:active, *:visited {
	border: none;
	outline: none;
	box-shadow: none;
}
html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
	background: #fff;
	vertical-align: middle;
}
body {
	width: 100%;
	background: #fff;
	font-family: 'Microsoft YaHei', '微软雅黑';
	color: #333;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: middle;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ul, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
img {
	border: none;
}
input, img {
	vertical-align: middle;
}
a {
	text-decoration: none;
	outline: 0;
	color: #333;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0;
	text-shadow: none;
	vertical-align: middle;
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	padding: 0 !important;
}
input::-webkit-input-placeholder {
	color: #B1B1B1;
}
article, aside, footer, header, hgroup, nav, section {
	display: block;
	height: auto;
	overflow: hidden;
}
.cancel{
	width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #fff;
    border-top-left-radius: 2px;
    float: left;
    border: 1px solid #FFBF40;
    margin-left: 10px;
    color: #FFBF40;
    border-radius: 2px;
}
.dn {
	display: none;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.margin_bottom0 {
	margin-bottom: 0 !important;
}
.margin-3-2r {
	margin-top: 3.2rem;
}
.margin-1-5tr {
	margin-top: 1.5rem;
}
.bor_bn {
	border-bottom: none !important;
}
.margin-top4r {
	margin-top: 2rem !important;
}
.clearfix {
	clear: both;
	height: auto;
	overflow: hidden;
}
.green {
	color: #17964C !important;
	display: inline-block !important;
	font-weight: bold;
}
.red {
	color: #C92626 !important;
	display: inline-block !important;
	font-weight: bold;
}
/*首页*/
/*header*/
.hd-inner {
	padding: 20px;
	position: relative;    /*border-bottom: 2px solid #dfe6ed;*/
}
.brand-logo img {
	display: block;
	max-height: 18px;
}
.hd-inner .navbar-buttons {
	position: absolute;
	top: 50%;
	right: .4rem;
	list-style: none;
	margin: 0;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hd-inner .navbar-buttons li {
	float: left;
	margin-left: .15rem;
}
.hd-inner .navbar-buttons li a {
	display: block;
}
.link-user img {
	width: .54rem;
	height: .54rem;
	border-radius: 100%;
	border: .02rem solid #eee;
}
.hd-inner .navbar-buttons li .icon-menu.active {
	margin: .04rem;
	display: inline-block;
	min-width: .46rem;
	position: relative;
	font-size: .24rem;
	line-height: .46rem;
	text-align: center;
	background-color: #41aaaa;
	color: #fff;
}
.hd-inner .navbar-buttons li .icon-menu:hover {
	color: #fff;
	background-color: #007373;
}
.hd-inner .icon-search {
	display: inline-block;
	margin: .04rem;
	width: .46rem;
	line-height: .46rem;
	color: #41aaaa;
	font-size: .4rem;
	text-align: center;
}
/*menu*/
.topNav {
	padding-left: 1.38rem;
	position: relative;
}
.topNav a {
	font-size: 12px;
	color: #666;
	line-height: 1;
	padding: 12px 0 14px;
	text-align: center;
	display: block;
	border-bottom: .06rem solid transparent;
}
.topNav a:hover {
	text-decoration: none;
}
.topNav .active a {
	color: #333;
	border-bottom: .06rem solid #40aaaa;
}
.topNav .meun-home {
	width: 1.38rem;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.topNav .swiper-container {
	width: 100%;
	overflow: hidden;
	font-size: .190rem;
	padding-bottom: 0;
}
.topNav .swiper-slide {
	padding: 0 5px;
	letter-spacing: 2px;
	width: 70px;
	text-align: center;
}
.page {
	width: 100%;
	height: 100%;
	/*position: relative;*/
}
.banner-ph {
	width: 100%;
	height: 13rem;
	background: url("../img/banner.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.banner-ph > .logo {
	width: 4.5rem;
	margin: 2.4rem 0 0.6rem 1.3rem;
}
.banner-ph > .banner-text {
	background: linear-gradient(129deg, rgba(80, 190, 190, 1) 0%, rgba(6, 161, 161, 1) 45%, rgba(0, 153, 176, 1) 73%, rgba(0, 153, 203, 1) 100%);
	width: 16.8rem;
	height: 4.5rem;
	font-size: 1.13rem;
	margin-left: 1.3rem;
	color: #fff;
}
.banner-ph > .banner-text > h4 {
	font-size: 1.13rem;
	padding-top: 0.6rem;
	margin-left: 1rem;
	display: block;
}
.banner-ph > .banner-text > p {
	font-size: 0.88rem;
	margin-left: 1rem;
	padding-top: 0.4rem;
	display: inline-block;
}
.banner-ph > .banner-text > span {
	font-size: 0.88rem;
	margin-left: 1rem;
	padding-top: 0.4rem;
	margin-right: 1rem;
}
.banner-ph > .Subscribe {
	width: 8.88rem;
	height: 2.5rem;
	color: #fff !important;
	line-height: 2.5rem;
	background: #FFC241;
	display: inline-block;
	border-bottom-left-radius: 2px;
	font-size: 1rem;
	float: right;
}
.banner-ph > .Subscribe > img {
	width: 1.38rem;
	height: 1.38rem;
	margin: 0 0.56rem;
}
.padd-main {
	padding: 0.8rem 10px;
}
.padd-main > .title-ph, .video-main > .title-ph {
	margin: 0.6rem 0 0.4rem;
}
.padd-main > .title-ph > img, .video-main > .title-ph > img {
	width: 1.2rem;
	margin-right: 0.2rem;
	vertical-align: middle;
	margin-top: -2px;
}
.padd-main > .title-ph > p, .video-main > .title-ph > p {
	font-size: 1rem;
	display: inline-block;
}
.padd-main > .title-ph > p > span, .video-main > .title-ph > p > span {
	font-size: 0.63rem;
	color: #A0A0A0;
}
.news-ph > li {
	padding: 0.8rem 0;
	border-bottom: 1px solid #EEEEEE;
}
.news-ph > li > img {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	border: 1px solid #eee;
	border-radius: 2px;
}
.news-ph > li > p {
	display: inline-block;
	font-size: 0.9rem;
	width: 72%;
	padding-left: 2%;
	line-height: 1.5rem;
}
.jishu-q > li {
	padding: 0.8rem 0;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	font-size: 0.9rem;
}
.jishu-q > li > p {
	width: 58%;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
	padding-left: 1.6rem;
	display: inline-block;
}
.jishu-q > li > span {
	color: #A2A5AD;
	display: inline-block;
	vertical-align: top;
	float: right;
}
.jishu-q > li > span > img {
	width: 0.75rem;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}
.jishu-q > li > h6 {
	font-size: 0.75rem;
	padding: 1px 4px;
	border-radius: 2px;
	background: #1CAED5;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	float: right;
	margin-left: 4%;
	min-width: 4rem;
	text-align: center;
}
.jishu-q > li::after {
	content: "";
	display: block;
	border-radius: 0.44rem;
	width: 0.44rem;
	height: 0.44rem;
	background: #FFC241;
	position: absolute;
	top: 16px;
	left: 0.4rem;
}
.middle-img {
	padding: 1.6rem 10px 1rem 10px;
	;
	width: 100%;
}
#swiper2 {
	width: 100%;
	height: 30px;
	margin: 1rem 0 0.6rem 0;
}
#swiper2 .swiper-slide {
	text-align: center;
	line-height: 26px;
	height: 26px !important;
	font-size: 12px;
	width: 6.8rem !important;
}
#swiper2 .swiper-slide a {
	color: #333333;
}
#swiper2 .active {
	display: block;
	box-sizing: border-box;
	color: #fff;
	display: block;
	background: #FFC01A;
	border-radius: 3px;
	position: relative;
}
#swiper2 .active::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	display: block;
	bottom: -3px;
	left: 2.8rem;
	background: #FFC01A;
	border-radius: 2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 	/* IE 9 */
	-moz-transform: rotate(45deg); 	/* Firefox */
	-webkit-transform: rotate(45deg); /* Safari 和 Chrome */
	-o-transform: rotate(45deg);
}
.video-main {
	padding: 0.8rem 0 0.8rem 10px;
}
.video-p {
	padding: 0.6rem 10px 0.6rem 4px;
	color: #727272 !important;
	font-size: 0.78rem;
	line-height: 1.4rem;
}
.class-video-outbox {
	width: 100%;
	height: auto !important;
	display: inline-block;
	position: relative;
	background: #fff !important;
}
.class-video {
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	padding-bottom: 0.6rem;
	width: 40% !important;
}
.class-video:last-child {
	margin-right: 10px;
}
.video-img {
	position: relative;
	overflow: hidden;
}
.video-img > a {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("../img/play.png");
	background-repeat: no-repeat;
	background-size: 3rem;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.video-img > img {
	width: 100%;
}
.class-video > h4 {
	font-size: 0.88rem;
	color: #535353;
	margin: 0.6rem 0.4rem 0 0.4rem;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
	width: 96%;
}
.class-video > p {
	padding: 0.2rem 0.4rem;
	color: #B3B3B3;
	font-size: 0.8rem;
}
.class-video > span {
	margin-left: 0.4rem;
	font-size: 0.86rem;
	float: left;
	color: #B3B3B3 !important;
}
.class-video > h6 {
	margin-right: 0.4rem;
	color: #B3B3B3 !important;
	float: right;
	font-size: 0.86rem;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	bottom: 0 !important;
	top: auto !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #328CA3 !important;
}
.net-fr {
	border: 1px solid #ECECEC;
	border-radius: 2px;
	padding: 1.6rem 0;
	margin-top: 0.6rem;
}
.net-fr > p {
	width: 5rem;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 0.75rem;
	color: #fff;
	float: right;
	display: block;
	border-bottom-left-radius: 1.25rem;
	text-align: center;
	margin-top: -1.6rem;
}
.net-fr > .bule-tips {
	background: #40B7FF;
}
.net-fr > .yellow-tips {
	background: #FFBF40;
}
.net-fr > ul {}
.net-fr > ul > li {
	border-bottom: 1px solid #ECECEC;
	padding: 0.75rem 0.6rem;
}
.net-fr > ul > li:last-child {
	border-bottom: none;
}
.net-fr > ul > li > p {
	width: 100%;
	padding-left: 1.63rem;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
	position: relative;
	padding-bottom: 0.6rem;
}
.net-fr > ul > li > p::after {
	content: "";
	width: 0.38rem;
	height: 0.38rem;
	border-radius: 0.38rem;
	display: block;
	background: #FFBF40;
	position: absolute;
	left: 0.6rem;
	top: 0.6rem;
}
.net-fr > ul > li > span {
	font-size: 0.88rem;
	color: #A2A5AD;
}
.net-fr > ul > li > h6 {
	font-size: 0.88rem;
	color: #A2A5AD;
	float: right;
}
.net-fr > ul > li > span > img {
	width: 0.75rem;
	height: 0.75rem;
	vertical-align: top;
	margin-left: 1.6rem;
	margin-top: 0.3rem;
	margin-right: 0.4rem;
}
footer {
	width: 100%;
}
.foot-top {
	padding: 0 10px;
	margin-top: 15px;
}
.foot-top > h4 {
	font-size: 1rem;
	margin-bottom: 10px;
	color: #4C4C4C;
	font-weight: bold;
}
.foot-top > h4 > span {
	font-size: 0.88rem;
	font-weight: normal;
}
.foot-top > p {
	font-size: 0.8rem;
	line-height: 1.4rem;
	text-align: justify;
}
.foot-top > p > span {
	color: #EA4E4E;
}
.foot-bottom {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #4C4C4C;
	background: #F1F6F8;
	padding: 20px 10px;
	margin-top: 20px;
	line-height: 1.4rem;
}
.fixed-box {
	position: fixed;
	right: -170px;
	top: 8rem;
	z-index: 4;
}
.right-slid {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 2.5rem;
	background: #F1F6F8;
	box-shadow: -0.12rem 0rem 0.25rem 0rem rgba(0, 0, 0, 0.18);
	float: left;
	margin-left: -1.5rem;
	margin-top: 0.8rem;
	z-index: 1;
	position: relative;
}
.right-slid > img {
	width: 0.85rem;
	margin-top: 0.8rem;
	margin-left: 0.4rem;
}
.right-fixed {
	padding: 20px 20px;
	background: #F1F6F8;
	z-index: 2;
	position: relative;
}
.right-fixed > h4 {
	font-size: 16px;
	color: #363636;
}
.right-fixed > h4 > img {
	width: 20px;
	margin-right: 10px;
}
.right-fixed > h4 > span {
	color: #A0A0A0;
	font-size: 12px;
	margin-left: 8px;
}
.right-fixed > ul {
	width: 130px;
	list-style: none;
	margin-bottom: 20px;
}
.right-fixed > ul > li {
	margin-top: 25px;
	font-size: 14px;
	cursor: pointer;
}
.right-fixed > ul > li > a > span {
	display: inline-block;
	width: 90px;
	color: #333;
}
.right-fixed > ul > li > a > img {
	width: 14px;
	margin-right: 14px;
	margin-left: 6px;
	margin-top: 5px;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width:320px) {
	html {
		font-size: 12px;
	}
}
@media screen and (min-width:321px) and (max-width:750px) {
	html {
		font-size: 14px;
	}
}
@media screen and (min-width:751px) {
	html {
		font-size: 16px;
	}
}
@media screen and (min-width:413px) and (max-width:425px) {}
@media screen and (min-width:374px) and (max-width:376px) {}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {}