﻿body {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei,  Hiragino Sans GB, PingFang SC, Arial, Helvetica Neue,sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  /* background: #f8f8f8; */
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
}
div{box-sizing: border-box;}
a {
  text-decoration: none;
  color: #222222;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #191919;
  outline: none;
}
a:focus {
  color: #dd2223;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type="button"],input[type="submit"]{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight:400;
  line-height: 1.5em;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
p{
  line-height: 1.5em;
  font-size:16px;
  margin:0;
  text-align: justify;
}
label{
  margin:0;
}
li{
  font-size:16px;
  list-style:none;
  margin:0;
  padding:0;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.left{
  float:left;
}
.right{
  float:right;
}
.navbar img{max-width: 100%;}
section,.p-t-80{
  padding: 80px 0;
}
.m-t-60{margin-top: 60px}
.p-b-80{padding-bottom: 80px;}
.p-b-0{padding-bottom: 0;}
section img,.p-t-80 img,.logo img{
  width: 100%;
  height: auto!important;
}
.indexA_list img{
  width: 100%;
}
.relative{position: relative;}
.m-t-30{margin-top: 30px;}
@media (max-width:1200px) {
section,.p-t-80{padding: 60px 0;}
.p-b-0{padding-bottom: 0;}
.p-b-80{padding-bottom: 60px;}
}
@media (max-width:992px) {
section,.p-t-80{padding: 40px 0;}
.p-b-0{padding-bottom: 0;}
.p-b-80{padding-bottom: 40px;}
.m-t-60{margin-top: 40px}
}
/*导航 */
.header-area{
  padding: 5px 0;
  background: #f5f5f5;
}
.header-left,.header-right,.header-right a{
  font-size: 14px;
  color: #666666;
}
.header-right i{
  color: #d1b36e;
  margin-right: 6px;
}
.header-wrapper{
  background: #ffffff;
  padding:30px 0;
}
.logo{width: 250px}
.header-nav{width: 74%;margin-top: 10px;}
.header-nav ul{text-align: center;}
.header-nav ul li {
  display: inline-block;
  position: relative;
}
.header-nav ul li a {
  display: block;
  color: #222222;
  font-size: 18px;
  padding:5px 14px;
  border-radius: 47px;
  margin-right: 10px;
}
.header-nav ul li:hover > a,.header-nav ul li .active{
  color: #fff;
  background: #d1b36e;
}
.header-nav ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 131%;
  transform: scaleY(1);
}
.header-nav .submenu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;  
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}
.header-nav .submenu li {
  display: block;
  margin-left: 0;
}
.header-nav .submenu li:nth-child(1) a{padding-top: 20px;}
.header-nav .submenu li a {
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  word-spacing: 2px;
  padding: 9px;
}
.header-nav .submenu li .submenu {
  left: 100%;
  top: 0 !important;
}
.header-nav .submenu li a:hover{
  background: none;
  color: #d1b36e;
}
.info__toggle-btn i{
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  margin-left: 5px;
  color: #d1b36e;
  background: #f6f0e2;
  cursor: pointer;
}
.mobile-toggle-bar{display: none}
.mobile-toggle-bar i{
  display: block;
  width: 50px;
  height: 50px;
  z-index: 9;
  line-height: 50px;
  font-size: 20px;
  color: #d1b36e;
  text-align: center;
  background: #f6f0e2;
  border-radius: 10px;
  cursor: pointer;
}
.info__toggle-btn i:hover,.mobile-toggle-bar i:hover{
  background-color: #d1b36e;
  color: #fff;
}
.extra-info {
  background: #2a5aaf;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 9999;
  transform: translateX(100%);
  padding-bottom: 40px;
}
.extra-info > p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}
.extra-info.info-open {
  transform: translateX(0);
}
.extra-info-left {
  right: inherit;
  left: 0;
  transform: translateX(-100%);
} 
.extra-info.extra-info-left.info-open {
  transform: translateX(0);
}
/* 关闭 */
.close-icon i {
  display: block;
  margin-top: -16px;
  text-align: right;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.logo-side img {width: 155px;}
.side-info {
  border-top: 1px solid rgba(255,255,255,0.5);
  padding: 13px 0 0;
  margin-top: 20px
}
.contact-list h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 10px;
}
.contact-list h4::after {
  display: none;
}
.contact-list p {
  color: #fff;
  opacity: 0.5;
  margin: 0;
  margin-bottom: 4px;
  font-size: 13px;
}
/* 手机端切换 */
.responsive-logo img {
  width: 155px;
}
.mobile-nav-close {
  padding: 0;
  position: absolute;
  right: 20px;
  top: 32px;  
  line-height: 50px;
  border: 0;
  border-radius: 50%;
}
.mobile-nav-close i{
  font-size: 20px;
  color: #666666;
  cursor: pointer;
}
.mean-container .mean-nav {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}
a.meanmenu-reveal {
  display: none !important;
}
.responsive-logo {
  padding: 30px 20px;
}
.mobile-nav {
  position: fixed;
  top: 0;
  background: #ffffff none repeat scroll 0 0;
  right: -100%;
  transition: all 0.5s;
  width: 300px;
  z-index: 999;
  height: 100%;
  padding-top: 0;
}
.mobile-nav ul li a {
  display: block;
  color: #222;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile-nav ul li li {
  padding-left: 15px;
}
.mobile-nav ul li li a {
  text-transform: capitalize;
  font-weight: 400;
}
.show-nav {
  right: 0;
}
.mobile-nav .nav a.nav-link {
  display: block;
  width: 50%;
  float: left;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 10px 0;
}
.mobile-nav .nav a.nav-link.active {
  background-color: #111;
}
.mean-container .mean-nav ul li a {
  border: 0;
  color: #fff;
}
.mean-container .mean-nav ul li a.mean-expand {
  border-color: #2a3a57;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  background: transparent;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #ffffff;
  background-color: #4d72d0;
}
.mean-container .mean-nav ul li:not(:first-child) a {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.mean-nav > ul {
  display: block !important;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	color: #222;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 5%;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
	font-size: 14px;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 10px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%;
}
.mean-container .mean-nav ul li a.mean-expand {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
	border-image: none;
	border-style: none none solid solid;
	border-width: medium medium 1px 1px;
	font-weight: 700;
	height: 30px;
	margin-top: 1px;
	padding: 5px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 26px;
	z-index: 2;
}
.instaream-list{
  width: 32%;
  display: block;
  margin-right: 2%;
  margin-top: 20px;
  float: left;n                                                                                                                                                                                                                                                        
}
.instaream-list:nth-child(3n){margin-right: 0;}
.instaream-list img{width: 100%;}

@media (max-width: 1300px) {
.header-nav .submenu{width: 110%;}
.header-nav .submenu li a{padding: 6px 12px;}
.header-nav{width: 70%;}
}
@media (max-width: 1200px) {
.header-cta,.header-right{display: none;}
.header-nav ul li a{padding: 4px 12px;font-size: 15px;margin-right: 4px;}
.header-wrapper{padding:15px 20px;}
.header-area{padding: 5px 0;}
.header-nav{width: 72%;}
.logo{width: 220px;}
}
@media (max-width: 992px) {
.header-right{display: block;}
.mobile-toggle-bar{display: block;margin-top: 4px;}
.header-nav,.header-area{display: none}
.header-transparent{background: #fff;position: static;}
.header-wrapper{box-shadow: none;padding: 10px 0}
}
@media (max-width:580px) {
.mobile-toggle-bar i{width: 42px;height: 42px;line-height: 42px;}
.logo{width: 180px;}
}
/*-- banner --*/
#slider {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, .25);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 10px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  left: 0;
  top: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 46%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width: 54px;
  height: 54px;
  opacity: 0.5;
  background: transparent url(../image/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 22px;
}
.callbacks_nav.prev {
  right: auto;
  background-position: left top;
  left: 22px;
}
.callbacks_nav:active ,.callbacks_nav.next:hover,.callbacks_nav.prev:hover{
  opacity: 1.0;
}
.callbacks2_nav:active {
  opacity: 1.0;
}
#slider-pager a {
  display: inline-block;
}
#slider-pager span {
  float: left;
}
#slider-pager span {
  width: 100px;
  height: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 30em;
  opacity: 0.6;
}
#slider-pager .rslides_here a {
  background: #fff;
  border-radius: 30em;
  opacity: 1;
}
#slider-pager a {
  padding: 0;
}
#slider-pager li {
  display: inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0%;
  top: 0;
  width: 100%;
}
.rslides li {
  position: relative;
  display: block;
  float: none;
}
.rslides img {
  width: 100%;
  height: auto;
  border: 0;
  height: 100%;
}
.callbacks_tabs {
  list-style: none;
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 0;
  text-align: center;
  width: 100%;
}
.callbacks_tabs li {
  display: inline-block;
}
.callbacks_tabs a {
  visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #fff;
  border: none;
  border-radius: 50%;
}
.callbacks_here a:after {
  background: #4d72d0;
}
@media (max-width:768px) {
.callbacks_nav{width: 36px;height: 36px;background: transparent url(../image/arrows.png) no-repeat left top / cover;opacity: 1;}
.callbacks_tabs a:after{width: 8px;height: 8px;}
.callbacks_tabs{bottom: 10px;}
}
@media (max-width:480px) {
.slider-img-w3layouts{overflow: hidden;}
.rslides img{width: 130%;margin-left: -15%;}
.callbacks_nav{bottom: 10px;}
.callbacks_nav.prev{left: 74%;}
}
/* index-A */
.index-title-h1{
  font-size: 36px;
  color: #222;
  font-weight: 600;
}
.index-title-h1 p{
  font-size: 16px;
  color: #666;
  font-weight: lighter;
}
.center{text-align: center;}
.index-A-list{
  width: 16.667%;
  text-align: center;
}
.index-A-list img{
  width: 130px;
  height: 130px;
  border-radius: 130px;
  border: 6px solid #f3ebd9;
}
.index-A-list p{
  font-size: 16px;
  color: #222;
  text-align: center;
  margin-top: 10px;
}
@media (max-width:1200px) {
.index-A-list img{width: 114px;}
}
@media (max-width:992px) {
.index-A-list img{width: 98px;}
}
@media (max-width:768px) {
.index-A-list{width: 33.333%;margin-top: 10px;}
}
@media (max-width:420px) {
.index-A-list img{width: 88px;border-width: 3px;}
}
.index-B-box{
  border: 5px solid #46454e;
  padding:40px;
}
.index-B-box .index-06img{
  position: absolute;
  right: -42px;
  bottom:0;
  width: 483px;
}
.index-B-box h1{
  position: absolute;
  left: -10px;
  top: -40px;
  font-size: 36px;
  background: #ffffff;
  padding-right: 20px;
  padding-bottom: 10px;
  font-weight: 800;
  color: #d1b36e;
}
.index-B-box-B h6{
  font-size: 28px;
  color: #2a5aaf;
  font-weight: 800;
}
.index-B-box-B h6 span{
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}
.index-B-box-B p{
  font-size: 16px;
  color: #222222;
  margin-top: 10px;
}
.index-A-text{
  background: #f5f5f5;
  padding: 20px;
  margin: 30px 0 0;
}
.index-A-text p{
  font-size: 14px;
  color: #222222;
  margin: 10px 0 0
}
.index-A-text span{
  display: block;
  width: 120px;
  line-height: 32px;
  background: #2a5aaf;
  font-size: 18px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
}
.index-A-img,.index-A-text,.index-B-box-B{width:65%;}
.index-A-img img{
  width: 49%;
  float: left;
  margin-top: 30px;
}
.index-A-img img:nth-child(1){margin-right: 2%;}

@media (max-width:1200px) {
.index-B-box .index-06img{width: 390px;}
.index-B-box h1{font-size: 30px;top: -27px;}
.index-B-box{border-width: 3px;padding: 30px;}
.index-B{padding-top: 10px;}
}
@media (max-width:992px) {
.index-A-img{display: none;}
.index-B-box .index-06img{width: 310px;}
.index-B-box h1{display: none;}
.index-B-box{padding: 20px;}
.index-B-box-B h6{font-size: 24px;}
}
@media (max-width:700px) {
.index-A-img{display: block;}
.index-A-text{position: absolute;left: 0;bottom: -174px;width: 100%;z-index: 999;}
.index-C{margin-top: 170px;}
.index-B-box .index-06img{width: 236px;right: -12px;}
.index-A-img img{margin-top: 12px;}
.index-B{padding-top: 34px;}
}
@media (max-width:630px) {
.index-A-text{bottom: -207px;}
}
@media (max-width:600px) {
.index-B-box .index-06img{position: static;margin: 0 auto;display: block;}
.index-A-text{position: static;}
.index-C{margin-top: 0;}
.index-A-img, .index-A-text, .index-B-box-B{width: 100%;}
.index-B-box-left{background: #fff;position: relative;margin-top: -86px;}
.index-A-text{margin-top: 15px;}
}
@media (max-width:600px) {
.index-A-img img{width: 100%;}
}
/* index-C */
.index-C{
  background: url(../image/bg.jpg) no-repeat center / cover;
}
.index-title-s{
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
  margin-top: 50px;
}
.index-title-box{
  width: 24%;
}
.index-title-box a{
  display: block;
  font-size: 14px;
  line-height: 23.4px;
  font-weight: 500;
  letter-spacing: 5px;
  color: #fff;
  opacity: 0.5;
}
.index-C-left-list{
  width: 23.5%;
  margin-right: 2%;
  background: #fff;
  position: relative;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
.index-C-left-list:last-child{margin-right: 0}
.index-C-left-list img{width: 100%;}
.index-C-content{padding: 20px;}
.index-C-content h3{
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 800;
}
.index-C-content p{
  font-size: 14px;
  color: #666;
  min-height: 126px;
}
.index-C-left-list:hover{margin-top: -10px;cursor: pointer;}
@media (max-width:1300px) {
.index-C-left{padding-left: 20px;}
.index-C-content h3{font-size: 16px;}
.index-C-content p{font-size: 13px;}
}
@media (max-width:1200px) {
.index-title-box{width: 100%}
.index-C-left{width: 100%;padding-left: 0;margin-top: 30px;}
.index-title-s,.index-title-box a{display: none}
.index-title-box,.index-title-box p{text-align: center}
.index-C::after{width: 100%;height: 40%;}
.index-C-content p{min-height: 137px;}
}
@media (max-width:992px) {
.index-C-left{margin-top: 0}
.index-C-left-list img{width: 40%;float: left;}
.index-C-content{width: 60%;float: left;}
.index-C-left-list{width: 100%;margin-right: 0;margin-top: 20px;}
.index-C-content p{min-height: auto;}
}
@media (max-width:620px) {
.index-C-left{margin-top: 0}
.index-C-left-list img{width:100%;}
.index-C-content{width: 100%;}
.index-C-left-list{width: 100%;}
.index-C-content p{min-height: auto;}
}

/* index-D */
.index-D-txt{
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
.index-D-txt h3{
  width: 240px;
  line-height: 36px;
  border: 3px solid #fff;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #d1b36e;
  margin: 0 auto;
}
.index-D-img2{display: none;}
@media (max-width:730px) {
.index-D-img{display: none;}
.index-D-img2{display: block;}
}
/* footer */
footer{
  background: #363942;
  padding-top: 60px;
  padding-bottom: 40px;
}
.footerlist{
  width: 35%;
  float: left;
  padding:30px 30px 0;
}
.footerlist img{width: 100%;}
.footerlist:nth-child(2){
  width: 20%;
  border-left:1px solid rgba(255,255,255,0.4);
  border-right:1px solid rgba(255,255,255,0.4);
  padding:0 40px;
}
.footerlist:nth-child(1) img{
  width: 350px;
}
.footerlist h2{
  font-size: 20px;
  color: #ffffff;
}
.footerlist p{
  font-size: 12px;
  color: #ffffff;
  margin:20px 0;
}
.footerlist h3{
  font-size: 16px;
  color: #ffffff;
}
.footerlist h3 span{
  font-size: 28px;
  padding-left: 6px; 
  font-weight: 800; 
}

.footerpbox{
padding: 20px 0;
  margin-top: 60px;
  border-top: 1px solid #aadbc8;
}
.footerul2{text-align: center;}
.footerul2 li{
  color: #ffffff;
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
 opacity: 0.9;
}
.footerul2 li a{color:#ffffff;}
.footerp{
  margin-top: 20px;
text-align: center;
}
.footerp a,.footerp a:hover{
  color: #ffffff;
}


.footer-bottom{background: #222;}
.footer-bottom p{
  font-size: 13px;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  padding: 10px 0;
}
.footer-bottom p a{color: #fff;}
@media (max-width:1200px){
.footerlist:nth-child(1) img{width: 250px;}
.footer-right{padding-left: 0}
.footerlist h2{font-size: 18px;}
.footerlist p{margin: 10px 0;}
.footerlist h3 span{font-size: 20px;}
.footerlist{width: 39%;}
}
@media (max-width:992px){
.footerlist:nth-child(2){display: none;}
.footerlist:nth-child(1){width: 100%;text-align: center;padding: 0;margin-bottom: 15px;}
.footerlist{width: 100%;padding: 0;}
.footerlist h2,.footerlist p,.footerlist h3{text-align: center;}
.footerlist p{font-size: 16px;}
footer{padding: 30px 0;}
}
@media (max-width:768px){
.footer-left,.footer-logo-wx{display: none}
.footer-right{width: 100%;}
.footer-right-call{text-align: center}
}
@media (max-width:480px){
.footerlist:nth-child(1) img{width: 210px;}
}
/* 栏目——关于禧朵 */
.about-box-images{
  width: 45%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.about-box-content{
  width: 55%;
  padding-left: 60px;
}
.index-title{
  font-size: 14px;
  color: #4d72d0;
  font-weight: 800;
  margin-top: 30px;
}
.index-A-about{
  font-size: 20px;
  color: #666;
  font-weight: lighter;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-indent: 2em;
}
.index-A-about p{
  font-size: 20px;
}
.brand-n p{
	font-size: 20px;
	color: #4d72d0;
	display: inline-block;
	line-height: 1em;
}
@media (max-width:1200px){
.index-title-h1{font-size: 32px;}
.index-title{margin-top: 0;}
.index-A-about{font-size: 18px;padding: 20px 0;margin: 20px 0;}
.index-A-about p{font-size: 18px;}
}
@media (max-width:992px){
.index-title-h1{font-size: 28px;}
.m-t-30{margin-top: 20px;}
.about-box-images{width: 80%;float: none;margin-left: 10%;}
.about-box-content{width: 100%;padding-left: 0;margin-top: 20px;}
}
@media (max-width:580px){
.index-title-h1{font-size: 24px;}
.about-box-images{width: 100%;float: none;margin-left: 0;border-radius: 10px;}
}

/* 栏目——植发项目 */
.pro-list-a{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.pro-list-a:nth-child(3n){margin-right: 0;}
@media (max-width:992px){
.pro-list-a{width: 49%;}
.pro-list-a:nth-child(3n){margin-right: 2%;}
.pro-list-a:nth-child(2n){margin-right: 0;}
}
/* 栏目——植发项目——内容页 */
.product-show-A-box,.show-form-box{
  background: #f5f5f5;
}
.product-show-A{
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 1px 10px 0px rgba(14, 5, 10, 0.2);
}
.product-show-left{width: 40%;}
.product-show-right{
  width: 60%;
  padding-left: 40px;
}
.product-show-right h3{
  font-size: 28px;
  color: #222;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin: 50px 0 30px;
  font-weight: 800;
}
.product-show-right p{
  font-size: 18px;
  color: #666;
  margin-top: 15px;
  line-height: 1.8em;
  min-height: 160px;
}
.pro-show-btn-b a{
  display: block;
  width: 168px;
  float: left;
  background: #d1b36e;
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center; 
}
h5.product-show-title{
  font-size: 24px;
  color: #2a5aaf;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  margin-top: 50px;
}
h5.product-show-title:first-child{margin-top: 0;}
h5.product-show-title::after{
  display: block;
  content: '';
  width: 100px;
  height: 3px;
  background: #d1b36e;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.product-show-B-py{
  margin-top: 100px;
}
.product-show-B-list{
  width: 23.5%;
  margin-right: 2%;
  margin-top: 30px;
}
.product-show-B-list:nth-child(4n){margin-right: 0;}
.product-show-D-list{
  width: 49%;
  margin-right: 2%;
  margin-top: 30px;
}
.product-show-D-list:nth-child(2n){margin-right: 0;}
.product-images02{display: none;}
.product-show-E-list{
  width: 16.66%;
  padding-right: 20px;
  text-align: center;
  margin-top: 30px;
}
.product-show-E-list i{
  display: block;
  font-size: 48px;
  color: #d1b36e;
  text-align: center;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 100px;
  border: 4px solid #d1b36e;
}
.product-show-E-list p{
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width:1200px){
.product-show-A{padding: 20px;}
.product-show-right h3{margin: 20px 0 15px;font-size: 24px;}
.product-show-right p{min-height: 130px;}
.pro-show-btn-b a{font-size: 16px;width: 130px;padding: 6px 15px;}
.product-show-B-py{margin-top: 60px;}
}
@media (max-width:992px){
.product-show-A{padding: 10px;}
.product-show-right p{font-size: 16px;min-height: auto;}
.product-show-right h3{font-size: 20px;}
h5.product-show-title{font-size: 20px;padding-bottom: 10px;}
.product-show-E-list i{width: 90px;height: 90px;line-height: 90px;border-width: 2px;font-size: 35px;}
.product-show-E-list p{font-size: 15px;}
.product-show-E-list{margin-top: 20px;}
.product-show-B-list
}
@media (max-width:768px){
.product-show-E-list{width: 33.333%;}
.product-show-B-list{width: 49%;margin-top: 20px;}
.product-show-B-list:nth-child(4n){margin-right: 2%;}
.product-show-B-list:nth-child(2n){margin-right: 0;}
}
@media (max-width:750px){
.main{display:block!important;}
}
@media (max-width:680px){
.product-show-left{width: 80%;margin-left: 10%;}
.product-show-A{padding: 20px;}
.product-show-right{width: 100%;padding: 0;}
}
@media (max-width:600px){
.product-images01{display: none;}
.product-images02{display: block;}
.product-show-B-py{margin-top: 20px;}
.product-show-D-list{width: 100%;margin-top:20px;}
}
@media (max-width:500px){
.product-show-left{width: 100%;margin-left: 0;}
.product-show-A{padding: 20px;}
.product-show-right{width: 100%;padding: 0;}
}
@media (max-width:390px){
.product-show-E-list i{width: 80px;height: 80px;line-height: 80px;font-size: 28px;}
.product-show-E-list{padding-right: 10px;}
}

/* 栏目——医院医生 */
.dr-img02{display: none;}
@media (max-width:690px){
.dr-img02{display: block;}
.dr-img01{display: none;}
}
/* 栏目——联系我们 */
.pro-show-form input{
  width: 23.5%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #222;
  margin-right: 2%;
  float: left;
  margin-bottom: 15px;
}
.pro-show-form .pro-input{margin-right: 0;}
.pro-show-form textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #222;
}
.btn-form{
  display: block;
  width: 200px;
  padding: 10px 0;
  border-radius: 60px;
  font-size: 20px;
  color: #2a5aaf;
  text-align: center;
  border:1px solid #2a5aaf;
  background: #fff;
  margin: 30px auto 0;
}
.contact-box li {
  width: 32%;
  float: left;
  margin-right: 2%;
	background: #FFFFFF;
  position: relative;
  -o-box-shadow: 0 0 40px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 40px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 40px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,.1);
  box-shadow: 0 0 40px rgba(0,0,0,.1);
  padding-left: 120px;
}
.contact-box li:last-child{margin-right: 0;}
.contact-box li span {
	position: absolute;
	left: 0;
	top: 33px;
	width: 120px;
	text-align: center;
	border-right: 1px dashed #e5e5e5;
}
.contact-box li span img {
  width: 44px;
}
.contact-box li .con {
	height: 110px;
  font-size: 0;
  line-height: 110px;
}
.contact-box li .con div {
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.map-box {
	width: 100%;
	height: 450px;
	position: relative;
}
.map-box img {
	max-width: 1000%;
}
.map-box #allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.map-box .anchorBL{
	display: none;
}
.BMap_Marker div{
  width: 40px!important;
}
@media (max-width:992px){
.pro-show-form input{font-size: 14px;}
.map{width: 100%;margin-left: 0;margin-top: 20px;}
.map-box{height: 380px;}
.btn-form {font-size: 16px;width: 130px;padding: 6px 0;margin-top: 20px;}
.contact-box li{width: 100%;margin-bottom: 10px;}
.contact-box li .con{height: 80px;line-height: 80px;}
.contact-box li span{top: 19px;}
.contact-box li .con div{line-height: 24px;padding: 0 20px;}
}
@media (max-width:650px){
.pro-show-form input{width: 100%;}
}

/* 20220704增 */
.fangan-box-A-right-list{
  border: 1px solid #f1f1f1;
  padding: 20px;
  margin-top: 30px;
  -webkit-box-shadow: 1px 7px 5px rgba(0,0,0,.05);
    -moz-box-shadow: 1px 7px 5px rgba(0,0,0,.05);
    box-shadow: 1px 7px 5px rgba(0,0,0,.05);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  background: #fff;
}
.fangan-box-A-right-list:nth-child(1){margin-top: 0;}
.fangan-box-A-right-list h3{
  font-size: 18px;
  color: #222;
}
.fangan-box-A-right-list p{
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}
.fangan-box-A-right-list img{
  width: 30%;
  float: left;
}
.fangan-box-A-right-list-left{
  width: 70%;
  padding-left: 30px;
  float: left;
}
.fangan-date{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #ccc;
}
.fangan-date span{
  float: left;
  font-size: 14px;
  color: #999;
}
.fangan-date h4{
  font-size: 14px;
  color: #999;
  float: right;
}

.show-title h1{
  font-size: 24px;
  color: #222;
}
.show-title p{
  font-size: 14px;
  color: #666;
  padding: 10px 0 20px;
  border-bottom:1px solid #f1f1f1;
  margin-bottom: 20px;
}
.show-main span{position: static!important;}
.show-main table{width: auto!important;height: auto!important;}
.show-main img{width: auto!important;max-width: 100%;}
@media (max-width:1010px){
.show-title h1{font-size: 20px;margin-top: 16px;}
}