body,ul,p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color:#333;
}
img {
	display: block;
	transition: ease 0.5s;
}

body {
	background: #fff;
}

h2 {
	margin: 0;
}
ul {
	list-style: none;
}
.page-inside {
	/*width: 70%;*/
	margin: 0 auto;
	position: relative;
}

.page-head {
	position: fixed;
	top:0;
	left: 0;
	background: rgba(0,0,0,0.3);
	min-width: 100%;
	left:0;
	/*margin-left: -700px;*/
	z-index: 9997;
}


.head-inside {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 85%;
	min-width: 1000px;
	margin: 0 auto;
}

.head-nav li {
	display: inline-block;
	width: 120px;
}

.head-nav li:last-child {
	margin-right: 80px;
}

.head-nav li a {
	display: block;
	color:#fff;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	text-align: center;
	transition: ease 0.3s;
}

.head-nav li.active > a {
	background: #FFBD3A;
	color:#fff !important;
}

.head-nav li a:hover {
	background: #FFBD3A;
	color:#fff;
}
.logo img {
	width: 20px;
	/*float: left;*/
	display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 15px;
}
.logo span {
	float: left;
	display: block;
	line-height: 70px;
	margin-left: 100px;
	font-weight: 700;
	font-size: 20px;
	color:#fff;
}

.telephone p {
	text-align: right;
}

.telephone p:last-child {
  font-size: 22px;
  color: #1B730B;
  margin-top: 5px;
}
.page-banner {
	position: relative;
	min-width: 1000px;
}

.page-banner img{
  width: 100%;
  height: 616px;
}

.banner-cover {
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  width: 569px;
  background: rgba(255,255,255,0.6);
  border-radius: 4px;
  text-align: center;
  padding: 50px;
}

.banner-cover p {
	font-size: 30px;
	font-weight: 700;
	position: relative;
}
.banner-cover p img {
	width: 85px;
	height: 113px;
	display: inline-block;
	position: absolute;
	bottom:-70px;
	left: 40px;
}

.banner-cover a {
	display: inline-block;
	background: #1B730B;
	color:#fff;
	height: 40px;
	line-height: 40px;
	width: 120px;
	border-radius: 4px;
	text-align: center;
	transition: ease 0.3s;
	margin-top: 40px;
}
.banner-cover a:hover {
	background: #1B730B;
	opacity: 0.9;
}

.page-panel {
	width: 70%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}

.panel-item img {
	display: inline-block;
	width: 100%;
}

.panel-item {
	border-radius: 8px;
	text-align: center;
	width: 20%;
	flex-shrink: 0;
	padding: 30px 0 50px;
	/*padding: 30px;*/
}

.our-products {
	margin: 0 auto;
}

.our-products .panel-item {
	width: 365px;
	padding: 0;
	background: transparent;
}

.our-products .panel-item img {
	width: 100%;
	height: 254px;
	border-radius: 0;
	margin-bottom: 5px;
}
.our-products .panel-item img + p {
	font-weight: 700;
	font-size: 18px;
}

.bg-gray {
	background: #F7F5F8;
	padding: 50px 0;
}

.title-wrap {
	text-align: center;
	margin-bottom: 50px;
}
.title-wrap > p:first-child {
	font-size: 28px;
	margin-bottom: 10px;
}
.title-wrap > p + p {
	font-size: 12px;
	color: rgb(159, 159, 159);
	padding-bottom: 15px;
}
.title-line {
	width: 70%;
	margin: 0 auto;
}
.width-inside {
	min-width: 1000px;
}
.bg-white {
	background: #fff !important;
}

.news-wrap {
	overflow: hidden;
}

.news-wrap .news-left,
.news-wrap .news-right {
	width:50%;
	float: left;
}
.news-wrap .news-left > img {
	width: 100%;
	/*height: 293px;*/
	float: left;
}

.news-wrap .news-right {
	padding-left: 30px;
}

.news-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*margin-bottom: 10px;*/
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}
.news-item:first-child {
	padding-top: 0;
}

.news-item img {
	width: 70px;
	height: 60px;
	margin-right: 15px;
}

.news-item .news-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.news-item .news-time {
	color:#666;
	font-size: 12px;
}

.news-left > div {
	width: 50%;
	float: left;
	padding-left: 5px;
	box-sizing: border-box;
}

.news-left > div img {
	width: 100% !important;
	height: 144px;
	margin-bottom: 5px;
	display: block;
}
.news-left > div img:last-child {
	margin-bottom: 0;
}

.bg-dark {
	background: #343343;
	padding: 50px 0;
}

.bg-dark .contect-us h2 {
	color:#fff;
}

.bg-dark .page-panel {
	margin: 0 auto;
}

.bottom-info {
	display: flex;
	justify-content: space-between;
	color:#fff;
	font-size: 15px;
}

.bottom-info h2 {
	color:#1B730B;
	margin: 20px 0 40px;
}

.top-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.bottom-info > div {
	flex-shrink: 0;
}

.info-list {
	margin-bottom: 20px;
}

.sub-message {
	display: inline-block;
	background: #1B730B;
	color:#fff;
	text-align: center;
	width: 58px;
	height: 31px;
	line-height: 31px;
	border-radius: 4px;
	margin-left: 114px;
}

.message-us input,
.message-us textarea {
	width: 300px;
	border-radius: 4px;
	border: none;
	padding: 0 10px;
}

.message-us input {
	height: 32px;
	line-height: 32px;
}
.message-us textarea {
	height: 80px;
	padding: 10px;
	resize:none;
}
.message-us > div {
	margin-bottom: 15px;
}

.message-us label {
	display: inline-block;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}
.ver-top {
	vertical-align: top;
}

.message-title {
	padding-left: 114px;
}

.page-bottom {
	background: #343343;
	font-size: 12px;
  color: #fff;
  text-align: center;
  height: 38px;
  line-height: 38px;
  min-width: 1000px;
}

.company-text {
	padding-bottom: 100px;
}
.small-height {
	height: 263px !important;
}

.product-tabs {
	width: 100%;
	width: 70%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.product-tabs li {
	width: 25%;
	float: left;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}

.product-tabs li:last-child {
	margin-right: 0;
}

.product-tabs li a {
	display: block;
	background: #1B730B;
	color:#fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	transition: ease 0.3s;
}

.product-tabs li.active a {
	background: #005329;
}

.product-tabs li a:hover {
	background: #005329;
}

.data-wrap {
	width: 100%;
}

.data-wrap .panel-item {
	width:22% !important;
	float: left;
	padding-bottom: 0;
}

.data-wrap .panel-item {
	margin-right: 4%;
	background: transparent;
}
.data-wrap .panel-item img {
	border-radius: 0;
	width: 100%;
	height: 214px;
	margin-bottom: 5px;
}
.data-wrap .panel-item img + p {
	font-weight: 700;
	overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
}

.data-wrap .panel-item:nth-child(4n+4) {
	margin-right: 0;
}

.mod-pagination {
	color: #404040;
	font-size: 12px;
	line-height: 1.42857143;
	text-align: center;
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
}
.mod-pagination li {
	display: inline-block;
}
.mod-pagination-first {
	color: #404040;
	font-size: 12px;
	box-sizing: border-box;
	display: inline;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	line-height: 30px;
	list-style: none;
	box-shadow: 0 0 0 #999999;
}
.mod-pagination-link {
	list-style: none;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	padding: 6px 12px;
	line-height: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-radius: 2px;
	background-color: #eeeeee;
	font-size: 12px;
	color: #666666;
	text-decoration: none;	
}
.mod-pagination-next,
.mod-pagination-last,
.mod-pagination-prev  {
	color: #404040;
	font-size: 12px;
	box-sizing: border-box;
	display: inline;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	line-height: 30px;
	list-style: none;
	box-shadow: 0 0 0 #999999;
}
.mod-pagination li.active .mod-pagination-link {
	list-style: none;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	padding: 6px 12px;
	line-height: 15px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	font-size: 12px;
	border-color: #1B730B;
	background-color: #1B730B;
	color: white;
	text-decoration: none;
}
.mod-pagination li .mod-pagination-link:hover {
  border-color: #999999;
  background-color: #eeeeee;
  background: linear-gradient(to bottom, none 0%, none 100%);
  color: #444444;
}

.mod-pagination li.active .mod-pagination-link:hover {
  border-color:#1B730B;
  background: #1B730B;
  color:#fff;
}

.news-data {
	width: 70%;
	margin: 0 auto 50px;
}

.mod-list-item {
	position: relative;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  *position: relative;
  *margin-bottom: -4px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px dotted #cccccc;
  text-align: left;
  width: 100%;
  padding-left: 15px;
}
.mod-list-item .mod-list-title {
  float: left;
  height: 44px;
  color: #666666;
  font-size: 14px;
  text-decoration: none;
  width: 1100px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
}
.mod-list-item .mod-list-date {
	display: inline-block;
  float: right;
  display: block;
  color: #999999;
  font-size: 12px;
}

.mod-list-title:hover {
	text-decoration: underline;
	color:#333;
}
.mod-list-item:before {
	content:"";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #666;
  border-style: solid;
  -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
}

.news-detail {
	width: 70%;
	margin: 0 auto;
}

.news-detail .detail-title {
	text-align: center;
}

.detail-title h2 {
	font-size: 32px;
	color:#292929;
	font-weight: normal;
	margin-bottom: 20px;
}
.detail-title h2 + p {
	color:#999;
	font-size: 12px;
	margin-bottom: 20px;
}
.detail-title h2 + p span {
	display: inline-block;
}
.detail-title h2 + p span:first-child {
	margin-right: 50px;
}

.next-detail {
	border-top: 1px solid #ddd;
	padding: 10px 0;
	margin-top: 50px;
	text-align: right;
	font-size: 14px;
}
.next-detail a{
  color:#666;
}

.dark-color {
	color:#666;
}

.logo-text,
.tmap-scale-control,
.tmap-zoom-control {
	display: none;
}

.message-us canvas + div img {
	display: none;
}

.flex-two {
	width: 70%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}

.flex-two .product-tabs li {
	width: 100% !important;
	margin-bottom: 1px;
}

.flex-two .product-tabs {
	flex-shrink: 0;
	width: 170px;
	margin: 0;
}

.flex-two .news-detail {
	flex-shrink: 0;
	width: calc(100% - 210px);
	margin: 0;
}

.title-name {
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	margin-bottom: 20px;
}
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 70%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-body {
	width: 360px;
}

.swiper-body .gallery-top img {
	width: 100%;
}

.top-wrap {
	display: flex;
	justify-content: flex-start;
}

.page-name {
  margin: 0 20px 20px;
  border-bottom: 1px solid #ddd;
  height: fit-content;
  width: 100%;
  padding-bottom: 20px;
  font-size: 24px;
  color:#444;
}
.line-one {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.line-two {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*翻页*/
.paging { 
  padding:20px 0; 
  overflow:hidden; 
  zoom:1;
  text-align: center;
}
.paging .paging-in,
.paging .num {
  /*float:right;*/
  display: inline-block;
}

.paging a,
.paging span { 
  float:left; 
  margin-left:4px; 
  padding:0 9px; 
  display:inline-block;
  border:1px solid #cde; 
  background:#fff; 
  line-height:24px; 
  border-radius:2px;
}
.paging a:hover { 
  background:#eef2f5; 
  color:#069; 
  text-decoration:none;
}
.paging span { 
  border-color:#fff; 
  background:#fff; 
  color:#aaa;
}
.paging .curr { 
  border-color:#069; 
  background:#08c; 
  color:#fff;
}
.paging .unuse { 
  border-color:#ddd; 
  background:#f2f2f2; 
  color:#999;
}
.paging .goto { 
  padding-right:0;
}
.paging .txts { 
  margin:0 5px; 
  padding:2px; 
  display:inline-block; 
  width:25px; 
  height:18px; 
  border:1px solid #ccc; 
  border-top-color:#999; 
  line-height:18px; 
  text-align:center; 
  vertical-align:top;
}
.paging .btn { 
  margin-left:5px; 
  display:inline-block; 
  height:24px; 
  width:40px; 
  border:1px solid #08c; 
  border-bottom-color:#036; 
  background:#08c; 
  color:#fff; 
  cursor:pointer; 
  vertical-align:top; 
  border-radius:2px;
}

.english {
	position: relative;
	left: 10px;
	top:-23px;
}

.index-swiper {
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
}

.index-swiper {
	height: auto;
}

.index-swiper img {
	width: 100%;
}
.swiper-pagination-bullet {
	background: #fff;
}
.swiper-pagination-bullet-active {
	background: #FFBD3A;
}

.width-full {
	width: 100% !important;
}

.flex-four {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.flex-three {
  display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.flex-three a {
	width: 20%;
	padding-bottom: 30px;
}
.flex-three + .flex-three {
	margin-bottom: 100px;
}
.has-bg {
	position: relative;
	background: #FFF9EE;
	width: 100%;
	min-width: 1000px;
}

.cover-content {
	width: 100%;
	padding: 50px 0;
}

.cover-ul {
	display: flex;
	justify-content: space-around;
}

.cover-ul li {
  width: 24%;
  text-align: center;
}

.cover-ul li .item-name{
  font-size: 20px;
  font-weight: 700;
  color:#3C394A;
  margin-bottom: 10px;
}
.cover-ul li .item-name + p {
	font-size: 15px;
	color:#798995;
}

.cover-ul li img {
	width: 100%;
	margin-bottom: 15px;
}
.child-banner {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}


.cover-title {
	width: 100%;
	margin-bottom: 50px;
}

.page-breadcrumb {
	width: 70%;
	margin: 0 auto;
	padding: 20px 0 40px;
}

.page-breadcrumb ul li {
	display: inline-block;
	color:#333;
	font-weight: 700;
	font-size: 14px;
}

.page-breadcrumb ul li.curr{
	color:#F49712;
}

.page-footer {
	background: #242424;
	padding: 50px 0 20px;
	width: 100%;
	min-width: 1000px;
}

.page-footer .ul-wrap{
	width: 70%;
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	padding-bottom: 50px;
}

.page-footer .ul-wrap ul li {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.page-footer .ul-wrap ul li a {
	color:#fff;
}

.page-footer .ul-wrap ul li:first-child {
	color:#F1D24B;
	font-size: 16px;
	margin-bottom: 15px;
}

.artical-name {
	font-size: 20px;
	font-weight: 700;
	color:#F49712;
	margin-bottom: 15px;
}
.artical-time {
	font-size: 14px;
	color:#999;
	margin-bottom: 30px;
}
.artical-content {
	margin-bottom: 50px;
}
.page-artical {
	width: 70%;
	margin: 0 auto;
}
.related-wrap {
	background: #F4FAF9;
	padding: 20px 0;
	width: 100%;
	min-width: 1000px;
}
.related-wrap > p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.related-wrap ul{
	width: 70%;
	margin: 0 auto;
}
.related-wrap ul {
	display: flex;
	justify-content: flex-start;
}

.related-wrap ul li {
  width: 31%;
  text-align: center;
  background: #fff;
  overflow: hidden;
  margin-right: 3.5%
}
.related-wrap ul li:nth-child(3n+3) {
	margin-right: 0;
}
.related-wrap ul li p {
	padding: 15px;
}
.related-wrap ul li img{
  width: 100%;
}
.artical-left {
	overflow: hidden;
}

.artical-left img,
.related-wrap ul li a img {
	transition: ease 0.5s;
}

.artical-left img:hover,
.related-wrap ul li a:hover img {
  transform: scale(1.1,1.1);
}

.banner-title {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
	color:#fff;
	font-size: 22px;
	font-weight: 700;
}

.artical-item {
	background: #FFF9EE;
}

.page-artical a {
	background: #fff;
	width: 70%;
	margin: 0 auto;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.page-artical a .artical-left {
	width: 40%;
	margin-right: 2%;
}
.page-artical a .artical-right {
	width: 58%;
}
.page-artical a .artical-right h2 {
	font-size: 18px;
	font-weight: 700;
	/*text-align: center;*/
	color:#F49712;
	/*margin-top: 40px;*/
	margin-top: 0;
	margin-bottom: 15px;
}

.page-artical a .artical-right p {
	padding-right: 2%;
}

.page-artical a .artical-left img{
	width: 100%;
}
.bg-artical {
	width: 100%;
	min-width: 1000px;
	background: #FFF9EE;
	padding: 20px 0 50px;
}
.line-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}
.line-four {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}

.rtl-item {
	flex-direction: row-reverse;
}

.rtl-item h2 {
	padding-left: 15px;
}

.rtl-item .artical-left {
	margin-right: 0 !important;
	margin-left: 2%;
}

.rtl-item .artical-right p {
	padding-right: 0 !important;
	padding-left: 2%;
}
.flex-two {
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.flex-two a{
  width: 49.2% !important;
  margin: 0 0 20px 0;
  border:1px solid #F49712;
  box-sizing: border-box;
}

.flex-two a h2 {
	margin-top: 10px !important;
	color:#333 !important;
	font-size: 16px !important;
}

.flex-two a .artical-right {
	align-items: center;
}

.head-nav li {
  position: relative;
}

.head-nav li:hover .drop-down {
	display: block;
	animation: flipInX 0.6s 1;
	-webkit-animation: flipInX 0.6s 1;
}
.head-nav li .drop-down a:hover {
	color:#fff;
}

.head-nav li .drop-down {
	display: none;
	position: absolute;
	width: 120px;
	top: 40px;
	left: 0;
	background: rgba(255,255,255,0.5);
	font-size: 14px;
}
.head-nav li .drop-down a {
	color:#333;
}

.general-title {
	background: #F49712;
	color:#fff;
	font-size: 15px;
	padding: 5px 30px;
}
.artical-phone img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	position: relative;
	top: 7px;
}

.artical-phone {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-top: 30px;
}
.artical-title {
	font-size: 16px;
	color:#F49712;
	font-weight: 700;
	text-align: center;
	margin: 30px 0;
}

.artical-table {
	width: 100%;
	font-size: 14px;
	margin-bottom: 50px;
	text-align: center;
}

.artical-table tr th {
	background: #F7D117;
	padding: 10px;
}

.artical-table tr td {
	background: #FFF2CC;
	padding: 10px;
}

.hd-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px !important;
}

.hd-img img{
  width: 190px !important;
}
.hd-img + .artical-right {
	width: calc(98% - 220px) !important;
}

.page-artical a .artical-right p.line-two {
	margin-bottom: 15px;
}

.news-bg {
	background: #F1D24B;
	width: 100%;
	min-width: 1000px;
}
.news-bg .bg-inside {
	width: 70%;
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-bg .bg-inside .news-swiper {
	width: calc(100% - 120px);
	height: 70px;
	line-height: 70px;
}

.news-bg .bg-inside {
	position: relative;
}

.news-bg .bg-inside .news-title {
	width: 120px;
	font-style: 16px;
	font-weight: 700;
}
.news-bg .swiper-slide {
	padding-right: 50px;
	box-sizing: border-box;
}
.swiper-nav {
	position: absolute;
	right: 0;
	top: 23px;
	width: 50px;
}
.news-title img {
	display: inline-block;
	width: 22px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.page-item {
	width: 70%;
	min-width: 1000px;
	margin: 50px auto;
}

.page-item .item-title {
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	color:#F49712;
	margin-bottom: 30px;
}
.message-swiper {
	padding-bottom: 50px;
	height: auto;
}
.message-swiper .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.message-swiper .swiper-slide .slide-left {
	width: 40%;
}
.message-swiper .swiper-slide .slide-right {
	width:60%;
}
.message-swiper .swiper-slide .slide-left img {
	width: 100%;
}

.slide-right .page-artical {
	width: 100% !important;
	padding-bottom: 0 !important;
	justify-content: flex-end;
}
.slide-right .page-artical a {
	width: 90% !important;
}
.slide-right .page-artical a:last-child {
	margin-bottom: 0;
}
.slide-right .page-artical a .artical-right h2 {
	text-align: left;
}

.message-swiper .swiper-pagination-bullet {
	width: 90px;
	height: 3px;
	background: #ccc;
	border-radius: 0;
	opacity: 1;
}
.message-swiper .swiper-pagination-bullet-active {
	background: #FFC879;
}
.message-swiper .swiper-pagination {
	bottom: 0;
}

.item-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.item-flex .item-left {
	width: 22%;
	padding-right: 15px;
}
.item-flex .item-right {
	width: 78%;
}
.three-swiper {
	height: auto;
}
.three-bg {
	padding:60px 0;
}
.online-title {
	font-size: 28px;
  color: #F49712;
  font-weight: 700;
  margin-bottom: 10px;
}
.online-text {
	font-size: 16px;
  color: #242424;
}
.three-swiper a img {
	width: 100%;
}
.three-swiper .line-one {
	font-size: 22px;
  color: #F49712;
  font-weight: 700;
}
.three-swiper .line-two {
	font-size: 16px;
  color: #242424;
  margin-top: 14px;
}
.three-swiper .tags-text {
	font-size: 16px;
  color: #F49712;
  margin-top: 30px;
}
.three-info {
	background: #fff;
	padding:20px;
}

.six-swiper .swiper-button-prev,
.six-swiper .swiper-button-next,
.three-swiper .swiper-button-prev,
.three-swiper .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 30px;
}

.six-swiper .swiper-button-prev:after,
.six-swiper .swiper-button-next:after,
.three-swiper .swiper-button-prev:after,
.three-swiper .swiper-button-next:after {
	content: "";
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
  font-size: 30px;
	border-radius: 50%;
	background: rgba(0,0,0,0.3);
	color:#fff;
}
.six-swiper .swiper-button-prev:after,
.three-swiper .swiper-button-prev:after {
	content: "<";
}
.six-swiper .swiper-button-next:after,
.three-swiper .swiper-button-next:after {
	content: ">";
}

.three-swiper .swiper-slide {
	overflow: hidden;
}

.three-swiper img {
	transition: ease 0.5s;
}

.three-swiper img:hover {
  transform:scale(1.1,1.1)
}

.healthy-wrap {
	display: flex;
	justify-content: flex-start;
}

.healthy-wrap > div {
	width: 32%;
	margin-right: 2%;
}
.healthy-wrap > div:nth-child(3n+3) {
	margin-right: 0;
}

.healthy-wrap > div a {
	display: block;
	margin-bottom: 15px;
}

.healthy-wrap > div a img {
	width: 100%;
}

.healthy-info {
	height: 140px;
	padding:20px;
	box-sizing: border-box;
}

.healthy-info .healthy-title {
	font-size: 18px;
  color: #242424;
  font-weight: 700;
}
.healthy-nav {
	position: relative;
	padding:20px 0;
}

.healthy-nav:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.healthy-tags {
	font-size: 16px;
  color: #737373;
  font-weight: 700;
  margin-top: 15px;
}
.healthy-wrap img {
	vertical-align: middle;
}

.healthy-wrap a {
	overflow: hidden;
}

.healthy-wrap .img-wrap {
	height: 178px;
	overflow: hidden;
}
.healthy-wrap .img-wrap img {
	width: 100%;
}
.bg-yellow {
	background: #FFBD3A;
}
.healthy-wrap .has-border {
	border: 1px solid #FFBD3A;
}

.healthy-middle a {
	position: relative;
}
.healthy-middle a img {
	width: 100%;
	height: 230px;
}
.healthy-middle a .healthy-info {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 60px 20px;
	
}
.healthy-middle a .healthy-info p {
	color:#fff;
}
.healthy-middle a .healthy-info .healthy-tags{
  color:#B8B8B7;
}

.healthy-middle .healthy-nav:after {
	border-color: #fff;
}
.healthy-right .bg-yellow {
	position: relative;
}
.healthy-right .bg-yellow .img-wrap {
	height: 230px;
	width: 100%;
}
.healthy-right .bg-yellow .img-wrap img {
	width: 100%;
	height: 100%;
}
.healthy-right .bg-yellow .healthy-info {
	background: rgba(184,204,77,0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 60px 20px;
	z-index: 99;
}
.healthy-right .has-border .healthy-info{
	height: 230px;
  padding: 65px 20px;
}
.healthy-wrap a .healthy-title {
	transition: ease 0.5s;
}

.healthy-wrap a:hover .healthy-title {
  transform: translateY(-5px);
}

.healthy-wrap a:hover img{
	transform:scale(1.1,1.1)
}
.ani {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}

.index-swiper .swiper-slide-active img {
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transition: 4s all;
  -webkit-transition: 4s all;
}

.six-swiper {
	height: 650px;
}

.six-swiper .swiper-slide {
  text-align: center;
  background: #fff;
  height: calc((100% - 30px) / 2);
  overflow: hidden;
}

.slide-left img {
  transition: ease 0.5s;
}
.six-swiper img {
	width: 100%;
	transition: ease 0.5s;
}

.slide-left img:hover,
.six-swiper .swiper-slide:hover img {
  transform: scale(1.1,1.1);
}
.six-swiper img{
  width: 100%;
  height: 250px;
}

.six-swiper p {
	font-style: 20px;
	font-weight: 700;
	color:#F49712;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	background: #FFF0DB;
}

.fixed-head {
	position: fixed;
	background: rgba(255,255,255,0.8);
}

.fixed-head .head-nav li a,
.fixed-head .logo span {
	color:#242424;
}

.fixed-head .head-nav li a:hover {
	color:#fff;
}
.fixed-head .head-nav li .drop-down {
	background: rgba(0,0,0,0.3);
}

.fixed-head .head-nav li .drop-down a {
	color:#fff;
}

.page-copyright {
	text-align: center;
	color:#fff;
	font-size: 12px;
	width: 100%;
	min-width: 1000px;
}

.page-copyright a {
	color: #fff;
	margin-left: 5px;
	text-decoration: underline;
}

.head-nav li > a:hover {
	background: transparent !important;
	color:#FFBD3A !important;
}

.head-nav li.active > a {
	background: unset !important;
	color:#FFBD3A !important;
}

.logo a {
	color:#fff;
}

.fixed-head .logo a {
	color:#333;
}

.logo-flex {
	display: flex;
	padding: 20px 0;
	align-items: center;
}

.logo-flex img {
	width: 40px;
	top: 0;
}
.logo-flex {
	color:#fff;
}
.logo-flex p:first-child {
	font-size: 25px;
}

.fixed-head .logo-flex {
	color:#333;
}
.page-bottom-flex {
	display: flex;
	width: 70%;
	margin: 0 auto;
	color:#fff;
	justify-content: space-between;
	font-size: 14px;
}

.page-bottom-flex .ul-wrap{
	width: 60%;
	justify-content: space-between;
	min-width: unset;
	margin: 0;
} 
.scrool-code {
	width: 27%;
}
.code-flex {
	display: flex;
	color:#fff;
	font-size: 14px;
	align-items: center;
	margin-bottom: 15px;
}
.code-list-info {
	margin-bottom: 5px;
}
.code-flex img {
	width: 80px;
	margin-right: 12px;
}

.common-question {
	background: #F1D24B;
	padding: 20px 0;
	min-width: 1000px;
}
.question-title {
	width: 70%;
	margin: 0 auto;
	min-width: 1000px;
	color:#333;
	font-size: 24px;
	font-weight: 700;
}
/*.question-title img {
	display: inline-block;
	width: 30px;
	margin-right: 8px;
	position: relative;
	top: 7px;
}*/

.question-item {
	margin-bottom: 50px;
}

.question-item p:first-child {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  border-left: 7px solid #FFBD3A;
  padding-left: 10px;
}

.question-item p:last-child {
  font-size: 16px;
}

.enroll-notice {
	background: #F1F9FF;
}
.enroll-notice p:first-child {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.enroll-notice p:last-child {
  font-size: 16px;
  font-weight: normal;
}

.appointment-flex {
	display: flex;
	align-items: center;
	background: #F1F9FF;
}
.appointment-form,
.appointment-flex > img {
	width: 50%;
}

.appointment-form {
	background: #F1F9FF;
	padding: 30px 60px;
}

.appointment-form h2 {
	text-align: center;
	color:#333;
}

.appointment-item {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.appointment-item label {
	width: 110px;
	font-size: 18px;
	font-weight: 700;
	text-align: right;
	color:#333;
	margin-right: 15px;
}
.appointment-item input {
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  background: #fff;
  border:1px solid #ccc;
  border-radius: 4px;
  flex: 1;
  transition: ease 0.5s
}
.appointment-item input:focus {
	outline: none;
	border-color:orange;
}

.appointment-btn {
	display: block;
	width: 160px;
	height: 64px;
	line-height: 64px;
	background: #F1D24B;
	border-radius: 8px;
	color:#515151;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 40px auto 0;
}

.appointment-cover {
	background: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 9998;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
}
.appointment-modal {
	background: #fff;
	padding: 50px 150px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
}

.appointment-modal img {
	display: inline-block;
	width: 60px;
	margin-bottom: 20px;
}
.appointment-modal div {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
.appointment-modal p {
	font-size: 18px;
	margin-bottom: 30px;
}

.swiper-button-prev,
.swiper-button-next {
	background: unset !important;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
	pointer-events: unset !important;
}

.healthy-wrap img {
	object-fit:cover;
}

.new-healthy-top {
	margin-bottom: 30px;
}


.healthy-cell {
	background: #f0f0f0;
	display: flex;
	transition: ease 0.5s;
	overflow: hidden;
}

.healthy-cell:hover {
	background: #FFBD3A;
	color:#fff;
}

.healthy-cell:hover .time-card {
	color:#fff;
}

.healthy-cell:hover .cell-text {
	color:#fff;
}

.healthy-cell:hover img {
	transform: scale(1.1,1.1);
}

.healthy-cell-bd {
	flex: 1;
}
.healthy-cell-bd p {
	padding: 0 30px;
}
.healthy-cell-ft img {
	width: 660px;
}

.date-time .time-card {
	background: #FFBD3A;
	color:#333;
	display: inline-block;
	padding: 10px 20px;
	margin: 30px;
	transition: ease 0.5s;
}
.date-time .time-card p:first-child {
	font-size: 24px;
	font-weight: 700;
}
.date-time .time-card p:last-child {
	font-size: 12px;
}

.cell-name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.cell-text {
	font-size: 12px;
	color:#999;
	transition: ease 0.5s;
}

.new-healthy-bottom {
	display: flex;
	justify-content: space-between;
}

.bottom-three {
	display: flex;
	justify-content: flex-start;
	width: calc(100% - 410px);
}

.bottom-three .healthy-cell {
	width: 32%;
	margin-right: 2%;
}

.bottom-three .healthy-cell:last-child {
	margin-right: 0;
}

.bottom-three .time-card {
	background: transparent;
	margin: 40px 0 5px;
}

.bottom-three .healthy-cell-bd p {
	padding: 0;
}

.bottom-three .cell-name {
  margin-bottom: 10px;
}

.bottom-three .healthy-cell-bd > p {
	padding: 0 20px;
}

.new-healthy-bottom > .healthy-cell{
  width: 390px;
}

.new-healthy-bottom > .healthy-cell .healthy-cell-bd p {
	padding: 0;
}
.new-healthy-bottom > .healthy-cell .line-one {
	font-size: 12px;
	font-weight: 700;
	margin-left: 15px;
}

.bottom-three .cell-name {
	font-size: 14px;
}

.inside-cell {
	display: flex;
	align-items: center;
}

.inside-cell .time-card{
  margin: 0;
}

.new-healthy-bottom img {
	width: 390px;
}

@media screen and (max-width: 1280px) {
	.head-nav li {
		width: 90px;
	}
}



/*@media screen and (max-width: 1000px) {
	.logo span {
		margin-left: 10px !important;
	}
}

@media screen and (max-width: 70%) {
	.page-item,
	.news-bg .bg-inside,
	.related-wrap ul,
	.page-artical,
	.page-breadcrumb,
	.page-footer .ul-wrap,
	.title-two,
	.child-banner,
  .page-head,
  .index-swiper,
  .page-panel,
  .head-inside {
    width: 100%;
  }
  .page-head {
  	min-width: unset;
  	left: 0;
  	margin-left: 0;
  }
}*/
