@media (max-width:450px) {
  .channels-body-map{
  height:500px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
  .header {
    padding: 0.625rem;
  position: relative;
}

.logo {}

.logo img {
  height: 2.5rem;
  vertical-align: bottom;
}

.hottel {
  display: none;
}

#nav {
  width: 2.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  z-index: 6;
}

.nav {
  width: 1.875rem;
  height: 1.875rem;
  margin: 0.625rem auto;
}

.icon {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  background-size: 23rem auto;
  vertical-align: middle;
  background-position: 0.25rem -9.6rem;
}

.menubar {
  background-color: #005197;
  /* height: 60px;
  line-height: 60px; */
}

.menu {
  height: 100%;
  margin: auto;
  /* width: 90%; */
}

.menu-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.menu-item>li {
  flex-grow: 0;
  width: 25%;
  line-height: 2.5;
  text-align: center;
  border-right: 1px solid #3071a9;
  border-bottom: 1px solid #3071a9;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.menu-item>li:nth-child(4n) {
  border-right: 0;
}

.menu-item>li>a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 1);
  display: block;
  transition: all 0.5s ease-in-out;
  
}

.menu-item>li>a:hover {
  background-color: #3ba86f;
}

.banner {
  width: 100%;
}

.channel-banner {
  width: 100%;
  height: 6.25rem;
  background: url(../images/channel-banner.jpg) no-repeat center;
  background-size: cover;
}

.channel-banner img {
  display: none;
  height: 100%;
  vertical-align: bottom;
}

.swbanner {
  height: 9.375rem;
}

.products {
  padding: 0.3125rem;
  background-color: #fff;
}

.products-header {
  text-align: center;
  padding-bottom: 0.625rem;
}

.product-tit {
  margin: auto;
  width: 50%;
  font-size: 1.5rem;
  color: #3ba86f;
  font-weight: bold;
  line-height: 2;
  position: relative;
}

.product-tit::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 1px;
  background-color: #efefef;
  left: 0px;
}

.product-desc {
  font-size: 0.625rem;
  color: #909090;
  line-height: 3;
}

.products-type {}

.products-type>ul {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.products-type>ul>li {
  flex-grow: 0;
  width: 33.3333%;
  padding: 0.3125rem;
}

.products-type>ul>li:last-child {
  display: none;
}

.products-type>ul>li>a {
  text-align: center;
  display: block;
  border-radius: 0.3125rem;
  line-height: 2;
  font-size: 0.625rem;
  background-color: #fff;
  padding: 0.3125rem;
  color: #252A2D;
  transition: all 0.5s ease-in-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  box-shadow: 0px 1px 5px #dcdcdc;
}

.products-body {
  display: flex;
  flex-flow: row wrap;
  padding: 1.25rem 0;
}

.products-body-item {
  flex-grow: 0;
  width: 50%;
  /* background-color: #92B8B1; */
  padding: 0.1875rem;
}

.products-body-item-box {
  height: 100%;
  border: 0.0625rem solid #e8e8e8;
  padding: 0.1875rem;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  background-color: #fff;
}

.products-body-item-thumb {
  /* margin: 15px;
  background-color: #ccc;*/
  height: 10rem;
  /* height: 12.5rem; */
  overflow: hidden;
}

.products-body-item-thumb img {
  width: 100%;
  vertical-align: baseline;
}

.products-body-item-tit {
  border-top: 0.0625rem dotted #e8e8e8;
  text-align: center;
  line-height: 3;
  font-size: 0.625rem;
  color: #252A2D;
    text-overflow: ellipsis;  
  white-space: nowrap;
    overflow: hidden;
}

.about {
  background: url(../images/bluebg.jpg) no-repeat;
  background-size: cover;
  padding: 0.625rem;
}

.about-header {
  text-align: center;
}

.about-tit {
  margin: auto;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 3;
}

.about-body {
  color: #fff;
  line-height: 2;
  width: 100%;
  text-indent: 2em;
  font-size: 0.875rem;
  
}

.about-thumb {
  overflow: hidden;
  padding: 0.625rem
}

.about-thumb img {
  width: 100%;
}

#about-us {
  display: none;
}

.btn-container {
  padding: 1.25rem 0;
  text-align: center;
}

.twt-btn {
  display: inline-block;
  border: 0.0625rem solid #fff;
  padding: 0.625rem 3.125rem;
}

.twt-btn-about {
  color: #fff;
}

.news {
  padding: 0.3125rem;
}

.news-header {
  text-align: center;
  padding-bottom: 0.625rem;
}

.news-tit {
  margin: auto;
  width: 50%;
  font-size: 1.5rem;
  color: #3ba86f;
  font-weight: bold;
  line-height: 2;
  position: relative;
}

.news-tit::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 0.0625rem;
  background-color: #efefef;
  left: 0px;
}

.news-desc {
  display: none;
  font-size: 0.625rem;
  color: #909090;
  line-height: 3;
}

.news-body {
  /* display: flex;
  flex-flow: row wrap;
  justify-content: space-between; */
  /* background-color: #009F95; */
}

.news-body-item {
  display: none;
  /* flex-grow: 1; */
  /* background-color: #124769; */
}

.news-body-item:first-child {
  display: inherit;
}

.news-list {}

.news-list-body {
  padding: 0.625rem 0;
}

.news-list-body>ul>li {
  border-bottom: 0.0625rem dotted #e7e7e7;
  display: block;
  background: url(../images/arrow.png) no-repeat left center;
  text-indent: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list-body>ul>li>a {
  line-height: 3rem;
  font-size: 0.875rem;
  color: #333333;
}

.news-list-thumb {
  width: 100%;
  /* height: 120; */
}

.news-list-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.news-date {
  font-size: 0.625rem;
  float: right;
  line-height: 3rem;
  color: #A2A2A2;
}

.footer {
  background-color: #252a2d;
  padding: 1.25rem 0.3125rem;
}

.footer-body {
  display: flex;
  flex-flow: row wrap;
  font-size: 0.625rem;
}

.footer-body-item {
  flex-grow: 1;
}

.footer-body-item:first-child {
  border-bottom: 1px solid #646464;
}

.footer-body-item:nth-child(2n) {
  display: none;
}

.footer-contact {
  display: flex;
  flex-flow: row wrap;
}

.footer-contact-item {
  flex-grow: 1;
  line-height: 3;
  color: #a2a2a2;
  text-align: center;
}

.footer-hottel {
  display: none;
  /* margin-left: 50px; */
}

.footer-qrcode-thumb {
  
  background-color: #fff;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0.9375rem auto 0px auto;
  
}

.footer-qrcode-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.footer-qrcode-desc {
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #f9f9f9;
}

/* mobile swiper */
/* .swiper-button-next, .swiper-button-prev{
background-size:0.85rem 1.375rem;
width: 0.85rem;
height: 1.375rem;
} */

/* pages */
.pages {
  display: flex;
  flex-flow: row wrap;
}
.pages-lf {
  flex-grow: 1;
}
.pages-nav {
  margin: auto;
  /* box-shadow: 3px 5px 5px rgba(0, 0, 0, .2); */
}
.pages-nav-tit {
  /* display: none; */
  width: 50%;
  margin:0.9375rem auto;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  background-color: #124769;
}
.pages-nav-body ul {
  display: flex;
  flex-flow: row wrap;
}
.pages-nav-body ul li {
  flex-grow: 0;
  width: 33.3333%;
}
.pages-nav-body ul li a {
  display: block;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 2rem;
  font-size: 0.625rem;
  color: #252A2D;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pages-nav-body ul li:nth-child(3n) a {
  border-right: 0px;
}
.pages-nav-body ul li:nth-child(n) a {
  border-top: 1px solid #f0f0f0;
}
.pages-nav-body ul li:nth-child(2n) a {
  border-top: 1px solid #f0f0f0;
}
.pages-nav-body ul li:nth-child(3n) a {
  border-top: 1px solid #f0f0f0;
}



.pages-rt {
  flex: 1;
  position: relative;
  padding: 0.1875rem;
}

.pages-rt-current {
  display: none;
  line-height: 3;
  border-bottom: 1px solid #e2e2e2;
}

.pages-rt-current a {
  color: #252A2D;
}

.pages-rt-content {
  padding:0 0.3125rem;  
  line-height: 2rem;
  font-size: 0.875rem;
}
.pages-rt-content img {
    width: 100%;
  }
.pages-rt-content table{
  /*table-layout:fixed;*/
  display:none;
  }
.pages-rt-content table tr{
  width:auto;
  font-size:0.625rem;
  word-wrap:break-word;
  }
.pages-rt-content table tr td{
  width:auto;
  font-size:0.625rem;
  word-wrap:break-word;
  }


.quicklinks {
  /* position: absolute;
  bottom:30px; */
  color: #ccc;
  padding: 0.3125rem 0;
}

.quicklinks a {
  color: #ccc;
  font-size:0.625rem;
}

.pages-service {
  display: none;
  margin: 30px 0px 0px 0px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, .2);
  border: 1px solid #e2e2e2;
}

.pages-service-tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 3;
  color: #fff;
  background-color: #124769;
}

.pages-service p {
  line-height: 3;
  font-size: 16px;
  text-indent: 2em;
  border-bottom: 1px solid #e2e2e2;
}

.pages-news-body {}

.pages-news-body ul li {
  line-height: 3;
  
}

.pages-news-body ul li a {
  color: #252A2D;
  transition: color 0.5s ease-in-out;
}

.pages-news-body ul li a:hover {
  color: #E60012;
  
}

.pages-news-date {
  color: #d2d2d2
}

.pages-content-header {
  padding: 10px 0px;
  text-align: center;
}

.pages-content-header h1 {
  line-height:1.5;
}

.pages-content-header p {
  line-height: 2;
  color: #D0D0D0;
}

.content-nav {
  border-top: 1px dotted #d0d0d0;
  border-bottom: 1px dotted #d0d0d0;
  line-height: 2;
  padding: 15px;
}

.content-nav a {
  color: #252A2D;
}

}

@media (min-width:1200px) {
  .header {
    padding:30px 0px;
  position: relative;
}

.logo {
  width: 460px;
  height: 80px;
}

.logo img {
  width: 100%;
  vertical-align: bottom;
}
.hottel{
  margin-top:20px;
  height: 50px;
  width: 280px;
}
.tel-icon{
  width:50px;
  height: 50px;
  background: url(../images/ico.png) no-repeat;
  margin-right: 15px;
}
.tel-text{
  overflow: hidden;
}
.tel-text h1{
  font-weight: bold;
  color:#626262;
  line-height: 1.5;
}
.banner{
  width:100%;
}
.channel-banner{
  width:100%;
}
.channel-banner img{
  width:100%;
  vertical-align: bottom;
}
.swbanner {
  height: 600px;
}

.i-slogan {
  left: 50%;
  margin-left: -312px;
  position: absolute;
  /* background-color: #000000; */
  z-index: 10;
  top: 50%;
  margin-top: -100px;
  
}

.i-slogan-tit {
  text-align: center;
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  
}

.i-slogan-desc p {
  font-size: 22px;
  font-weight: bold;
}

.menubar {
  background-color: #005197;
  height: 60px;
  line-height: 60px;
}

/*   .menubar-lf {
height: 80px;
float: left;
position: relative;
}

.menubar-rt {
padding: 0px 5px;
overflow: hidden;
height: 80px;
} */

.menu {
  height: 100%;
  margin: auto;
  /* width: 90%; */
}



.menu-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.menu-item>li {
  flex-grow: 1;
  text-align: center;
  
}

.menu-item>li>a {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  display: block;
  transition: all 0.5s ease-in-out;
  
}

.menu-item>li>a:hover {
  background-color: #3ba86f;
}

.header-bottom {
  height: 110px;
  background-color: #6c6c6c;
  border-top: 3px solid #4f4f4f;
}

.products {
  padding: 30px 0px;
  background-color: #f5f5f5;
}

.products-header {
  text-align: center;
  padding-bottom: 20px;
}

.product-tit {
  margin: auto;
  width: 30%;
  font-size: 48px;
  color: #3ba86f;
  font-weight: bold;
  line-height: 2;
  position: relative;
}

.product-tit::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 1px;
  background-color: #b3b3b3;
  left: 0px;
}

.product-desc {
  font-size: 14px;
  color: #909090;
  line-height: 3;
}

.products-type {}

.products-type>ul {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.products-type>ul>li {
  flex-grow: 0;
  padding: 5px;
}

.products-type>ul>li>a {
  text-align: center;
  display: block;
  font-size: 14px;
  background-color: #005197;
  padding: 10px 25px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.products-type>ul>li>a:hover {
  background-color: rgba(30, 159, 255, .8);
  
}

.products-body {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 0px 30px 0px;
}

.products-body-item {
  flex-grow: 0;
  width: 25%;
  /* background-color: #92B8B1; */
  padding: 5px;
}

.products-body-item-box {
  height: 100%;
  border: 1px solid #e8e8e8;
  padding: 5px;
  overflow: hidden;
  
  transition: all 0.5s ease-in-out;
}

.products-body-item-box:hover {
  border: 1px solid #044589;
}

.products-body-item-thumb {
  /* margin: 15px; 
  background-color: #fff;*/
  height: 240px;
  padding:5px;
  overflow: hidden;
}
.products-body-item-thumb img{
  width: 100%;
}

.products-body-item-tit {
  border-top: 1px dotted #e8e8e8;  
  text-align: center;
  line-height: 3;
  font-size:14px;
  color:#252A2D;
}

.about {
  background: url(../images/bluebg.jpg) no-repeat;
  background-size: cover;
  padding: 30px 0px;
}

.about-body {
  color: #fff;
  line-height: 2;
  float: left;
  width: 55%;
  text-indent: 2em;
  font-size: 16px;
  margin-right: 30px;
  
}

.about-thumb {
  overflow: hidden;
  /* background-color: #D4105A; */
  padding: 10px;
  height: 300px;
}

#about-more{
  display: none;
}

.btn-container {
  margin: 30px auto;
}

.twt-btn {
  border: 1px solid #fff;
  padding: 10px 50px;
  transition: all 0.3s ease-in-out;
}

.twt-btn:hover {
  border: 1px solid #fff;
  background-color: #3ba86f;
  color: #fff;
}

.twt-btn-about {
  color: #fff;
}

.news {
  padding: 30px 0px;
}

.news-header {
  text-align: center;
  padding-bottom: 20px;
}

.news-tit {
  margin: auto;
  width: 30%;
  font-size: 48px;
  color: #3ba86f;
  font-weight: bold;
  line-height: 2;
  position: relative;
}

.news-tit::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 1px;
  background-color: #b3b3b3;
  left: 0px;
}

.news-desc {
  font-size: 14px;
  color: #909090;
  line-height: 3;
}

.news-body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  /* background-color: #009F95; */
}

.news-body-item {
  flex-grow: 0;
  width: 32%;
  /* background-color: #124769; */
}

.news-list {}

.news-list-body {
  padding: 10px 0px;
}

.news-list-body>ul>li {
  border-bottom: 1px dotted #e7e7e7;
  display: block;
  background: url(../images/arrow.png) no-repeat left center;
  text-indent: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list-body>ul>li>a {
  line-height: 3;
  font-size: 14px;
  color: #333333;
  transition: all 0.5s ease-in-out;
  
}

.news-list-body>ul>li>a:hover {
  color: #E23C3F;
}

.news-list-thumb {
  width: 100%;
  height: 120px;
}

.news-list-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.news-date {
  font-size: 14px;
  float: right;
  line-height: 3;
  color: #A2A2A2;
}

.footer {
  background-color: #252a2d;
  padding: 30px 0px;
  
}

.footer-body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  font-size: 14px;
}

.footer-body-item {
  flex-grow: 1;
}

.footer-body-item:first-child {
  border-right: 1px solid #646464;
}

.footer-contact {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.footer-contact-item {
  flex-grow: 1;
  line-height: 3;
  color: #a2a2a2;
  text-align: left;
}

.footer-hottel {
  margin-left: 50px;
  
}

.footer-hottel-tit {
  display: inline-block;
  padding: 15px 40px;
  background-color: #0168b5;
  color: #fff;
}

.footer-hotel-No {
  line-height: 3;
  color: #ccc;
  font-size: 28px;
  font-weight: bold;
  
}

.footer-qrcode-thumb {
  background-color: #fff;
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
  
}

.footer-qrcode-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.footer-qrcode-desc {
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #f9f9f9;
}

/* pages */
.pages {
  display: flex;
  flex-flow: row nowrap;
  padding: 30px;
}

.pages-lf {
  width: 300px;
  padding: 30px 0px;
}

.pages-nav {
  margin: auto;
  border: 1px solid #e2e2e2;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, .2);
}

.pages-nav-tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 3;
  color: #fff;
  background-color: #124769;
}

.pages-nav-body {}

.pages-nav-body ul li {
  /* line-height: 3; */
  /* text-indent: 2em; */
  padding-left: 40px;
  border-bottom: 1px dotted #e2e2e2;
  background: url(../images/arrow.png) no-repeat right 15px center;
  
}

.pages-nav-body ul li a {
  line-height: 3;
  font-size: 14px;
  color: #252A2D;
}

.pages-nav-body ul li:hover {
  background-color: rgba(245, 245, 245, 1);
}

.pages-rt {
  flex: 1;
  
  position: relative;
  min-height: 500px;
  padding: 30px;
}

.pages-rt-current {
  line-height: 3;
  border-bottom: 1px solid #e2e2e2;
}

.pages-rt-current a {
  color: #252A2D;
}

.pages-rt-content {
  padding: 30px 0px;
  line-height: 2;
}

.quicklinks {
  /*   position: absolute;
  bottom:30px; */
  padding: 15px 0px;
}

.quicklinks a {
  color: #ccc;
  font-size: 14px;
}

.pages-service {
  margin: 30px 0px 0px 0px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, .2);
  border: 1px solid #e2e2e2;
}

.pages-service-tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 3;
  color: #fff;
  background-color: #124769;
}

.pages-service p {
  line-height: 3;
  font-size: 16px;
  text-indent: 2em;
  border-bottom: 1px solid #e2e2e2;
}

.pages-news-body {}

.pages-news-body ul li {
  line-height: 3;
  
}

.pages-news-body ul li a {
  color: #252A2D;
  transition: color 0.5s ease-in-out;
}

.pages-news-body ul li a:hover {
  color: #E60012;
  
}

.pages-news-date {
  color: #d2d2d2
}

.pages-content-header {
  padding: 10px 0px;
  text-align: center;
}

.pages-content-header h1 {
  line-height: 3;
}

.pages-content-header p {
  line-height: 2;
  color: #D0D0D0;
}

.content-nav {
  border-top: 1px dotted #d0d0d0;
  border-bottom: 1px dotted #d0d0d0;
  line-height: 2;
  padding: 15px;
}

.content-nav a {
  color: #252A2D;
}
.channels-body-map{
  height:500px;
  border: 1px solid #e0e0e0;
  margin-bottom: 50px;
}
/* channels */

}

