﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*字体图标 BEGIN*/
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  /* IE9*/
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*<i class="iconfont">&#x33;</i>*/
/*字体图标 END*/
/*初始化css BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
  background: none;
}
input{
  background: inherit !important;
}

textarea{
  background: inherit !important;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*初始化css END*/
/*Public section BEGIN*/
html,
body {
  max-width: 640px;
  min-width: 320px;
  margin: 0px auto;
  position: relative;
  position: 0px;
  font-family: "微软雅黑";
  font-size: 12px;
  line-height: 26px;
}
img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}
.cg_gaba {
  height: 15px;
  width: 15px;
  vertical-align: middle;
  padding-right: 3px;
}
/*截取字符串 只显示一行文字哦*/
.cg_cutword a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.cg_cutword_a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/*Public section END*/
/*分享 BEGIN*/
.cg_share_box {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 5px;
}
.cg_share {
  clear: both;
  height: 30px;
  line-height: 30px;
  background: #eae9e9;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  position: relative;
}
.cg_share_left,
.cg_share_right {
  width: 50%;
  height: 30px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.cg_share_center {
  height: 20px;
  line-height: 18px;
  position: absolute;
  width: 20px;
  font-size: 14px;
  top: 5px;
  left: 50%;
  margin-left: -10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  color: #aaaaaa;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 1px #e8e3e3;
     -moz-box-shadow: 0px 0px 0px 1px #e8e3e3;
          box-shadow: 0px 0px 0px 1px #e8e3e3;
}
.cg_share_center span,
.cg_share_center em {
  height: 7px;
  width: 4px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 8px;
}
.cg_share_center span {
  top: -5px;
}
.cg_share_center em {
  bottom: -5px;
}
.cg_share_hs {
  position: fixed;
  height: 100%;
  z-index: 99;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  top: 0px;
}
.cg_share_hs img {
  float: right;
  max-width: 100% !important;
}
/*分享 END*/
/*苹果手机字体兼容设置开始  PS 不可以修改任何东西*/
@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
/*苹果手机字体兼容设置完成*/
/*回到顶部+横屏提示 开始*/
.stop_hp {
  display: none;
  position: fixed;
  width: 100%;
  height: 150%;
  left: 0;
  top: -50%;
  z-index: 100000;
  background: #000 url(../images/stop_hp.jpg) center bottom no-repeat;
  -moz-background-size: auto 67%;
    -o-background-size: auto 67%;
       background-size: auto 67%;
}
.qgl_totop {
  display: none;
  position: fixed;
  right: 5px;
  bottom: 20px;
  z-index: 120;
  height: 30px;
  width: 30px;
  background: url(../images/xl28.png) no-repeat center;
  -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
       background-size: 30px 30px;
}
/*回到顶部+横屏提示 开始*/
.cg_header{
	height: 1.28rem;
	background: #fff;
	padding-left: .24rem;
	padding-right: .24rem;
}
.cg_header a.logo{
	float: left;
	width: 2.94rem;
	height: .8rem;
	display: block;
	margin-top: .25rem;
}
.cg_header a.logo img{
	width: 2.94rem;
	height: .8rem;
}
.top{
	width: .41rem;
	height: .27rem;
	float: right;
	margin-top: .35rem;
}
.list{
	width: 100%;
	height: 100%;
	position: absolute;top: 1.28rem;
	background: #FFF;
	opacity: .95;
	z-index: 99;
	display: none;
	overflow-y: auto;
}
.gb{
	height: .8rem;
	font-size: .24rem;
	color: #666;
	line-height: .8rem;
	margin-top: .25rem;
}
.gb img{
	width: .24rem;
	height: .24rem;
	vertical-align: middle;
	float: left;
	margin-top: .25rem;
	margin-left: .2rem;
	margin-right: .2rem;
}
.list ul li.sy{
	height: .75rem;
	border-bottom: 1px solid #eeeeee;
	line-height: .8rem;
}
.list>ul>li>a{
	font-size: .24rem;
	color: #333333;
	margin-left: .2rem;
	float: left;
}
.list>ul>li>a.on{
  color: #3d928d;
}
.list>ul>li{
	height: .75rem;
	border-bottom: 1px solid #eeeeee;
	line-height: .8rem;
	padding-right: .3rem;
	clear: both;
	position: relative;
}
.list ul li em{
	float: right;
}
.list ul li em img{
	width: .25rem;
	height: .13rem;
}
.sub{
	width: 100%;
	float: left;
	display: none;
}
.sub ul li{
	line-height: .6rem;
}
.sub ul li a{
	margin-left: .2rem;
	font-size: .22rem;
  color: #666;
  display: inline-block;
  width: 100%;
}
.sub ul li a.on{
  color: #3d928d;
}
.c_zhe{
	 position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9;
  display: none;
}
/*首页*/
.banner{
	height: 3.67rem;
	background-image: url(../images/ban1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 2.59rem;
	padding-top: .4rem;
}
.banner .swiper-container{
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	height: 3.25rem;
}
.ban-xw{
  width: 100%;
  height: .65rem;
  background: #3d928d;
  opacity: .9;
  position: absolute;bottom: 0;
  line-height: .65rem;
}
.ban-xw h3{
  float: left;
  margin-left: .25rem;
}
.ban-xw h3 a{
  font-size: .26rem;
  color: #fff;
  font-weight: normal;
}
.ban-xw span{
  float: right;
  font-size: .24rem;
  color: #fff;
  margin-right: .25rem
}
.by1{
  height: 2.4rem;
  border-bottom: .23rem solid #e6eaed;
  padding-left: .24rem;
  padding-right: .24rem;
 }
 .by1 ul{
   width: 8rem;
 }
 .by1 ul li{
   width: 1.2rem;
   height: 1.9rem;
   float: left;
   margin-right: .68rem;
 }
 .by1 ul li>a{
    display: block;
    width: 1.27rem;
    height: 1.27rem;
 }
 .by1 ul li h2{
   display: block;
   height: .6rem;
   text-align: center;
   line-height: .6rem;
   margin-top: .2rem;
 }
 .by1 ul li h2 a{
    font-size: .26rem;
    color: #333;
 }
 .yw{
   height: 4.3rem;
 }
 .yw-bt{
   height: .9rem;
   border-bottom: 1px solid #eeeeee;
 }
 .yw1{
   width: 1.65rem;
   height: .7rem;
   float: left;
   background-image: url(../images/yw1.png);
   background-position: center left ;
   background-repeat: no-repeat;
   background-size: .44rem .44rem;
   text-align: right;
   line-height: .8rem;
   margin-left: .24rem;
   margin-top: .1rem;
 }
 .yw1 h2 a{
   font-size: .26rem;
   color: #333;
   font-weight: normal;
 }
 .yw-bt>a{
   float: right;
   display: block;
   width: 1.4rem;
   height: .35rem;
   background: #bda179;
   font-size: .22rem;
   color: #fff;
   text-align: center;
   line-height: .35rem;
   margin-top: .39rem;
 }
 .yw2{
   height: 3rem;
   padding-left: .24rem;
   padding-right: .24rem;
 }
 .xw1{
   height: 1.2rem;
   overflow: hidden;
   margin-top: .25rem;
 }
 .xw1>a{
   display: block;
   float: left;
   width: 1.95rem;
   height: 1.2rem;
 }
 .xw1>a img{
  width: 1.95rem;
  height: 1.2rem;
  float: left;
 }
 .xw2{
   width: 4.85rem;
   height: 1.2rem;
   float: right;
 }
 .xw2-z1{
   height: .9rem;
   overflow: hidden;
   font-size: .24rem;
   color: #333;
   float: left;
   line-height: .37rem;
   width: 100%;
 }
 .xw2 span{
   font-size: .24rem;
   color: #3d928d;
   display:block;
   float: left;
 }
 .xw3{
   min-height: 1.60rem;
   clear: both;
   margin-top: .3rem;
   overflow: hidden;
 }
 .xw3 ul li{
   height: .5rem;
   overflow: hidden;
   margin-bottom: .1rem;
 }
 .xw3 ul li em{
   float: left;
   display: block;
   width: .06rem;
   height: .06rem;
   margin-right: .12rem;
 }
 .xw3 ul li h3{
     width:6rem;
   float: left;
   display:block;
   overflow:hidden;
   text-overflow:ellipsis;
   white-space:nowrap;
 }
 .xw3 ul li h3 a{
   font-size: .24rem;
   color: #333;
   font-weight: normal;
 }
 .xw3 ul li span{
   float: right;
   font-size: .24rem;
   color: #3d928d;
 }
 .xx{
   margin-top: .1rem;
 }
 .td{
    min-height: 4.6rem;
    margin-top: .2rem;
    overflow: hidden;
 }
 .td-bt{
   background-image: url(../images/td2.png);
   
 }
 .swiper-container1{
   margin-left: 10px;
   margin-right: 10px;
 }
 .td1{
   height: 3.45rem;
   margin-top: .35rem;
   position: relative;
 }
 .td-tu{
   display: block;
   width: 2.68rem;
  height: 3.45rem;
  float: left;
 }
 .td1-zj1{
   height: 3.45rem;
 }
 .td-z{
  width: 3.82rem;
  height: 3.45rem;
  float: left;
  margin-left: .5rem;
 }
 .td-z span{
  font-size: .26rem;
  color: #3d928d;
 }
 .td-z p{
   font-size: .24rem;
   color: #666;
 }
 .td-z div.z2{
   height: 1.18rem;
   overflow: hidden;
   font-size: .24rem;
   color: #666;
   line-height: .42rem;
 }
 .td-z div.z1{
   width: 100%;
   margin-top: -.1rem;
   font-size: .26rem;
   color: #3d928d;
   font-weight: bold;
   float: left;
 }
 .td4{
   height: .5rem;
   margin-top: .3rem;
 }
 .td4 a{
   display: inline-block;
   width: 1.55rem;
   height: .5rem;margin-right: .3rem;
   font-size: .24rem;
   color: #fff;
   line-height: .5rem;
   text-align: center;
 }
 .yy{
   background: #3d928d;
 }
 .xx1{
   background: #bda179;
 }
 .hl1{
   background-image: url(../images/hl1.png)
 }
 .hl{
   height: 4.7rem;
   margin-top: .3rem;
   margin-bottom: .3rem;
 }
 .hl2{
  height: 3.35rem;
  padding-left: .24rem;
  padding-right: .24rem;
  margin-top: .25rem;

 }
 .hl2 ul li{
   height: .65rem;
   border-bottom: 1px dotted #bababa;
   line-height: .65rem;
   overflow: hidden;
 }
 .hl2 ul li em{
  float: left;
  display: block;
  width: .06rem;
  height: .06rem;
  margin-right: .12rem;
 }
 .hl2 ul li h3{
   float: left;
 }
 .hl2 ul li h3 a{
   font-size: .24rem;
   color: #333;
   font-weight: normal;
   float: left;
 }
 .hl2 ul li span{
  float: right;
  font-size: .24rem;
  color: #3d928d;
}
.bot{
  height: 1.85rem;
  background: #232323;
  padding-left: .24rem;
  padding-right: .24rem;
  line-height: .45rem;
}
.bot p.bot1{
  font-size: .24rem;
  color: #666;
  margin-top: .25rem;
  display: inline-block;
}
.bot p{
  font-size: .24rem;
  color: #999;
}
.bot p a{
  font-size: .24rem;
  color: #999;
}
.sub_banner{
  height: .2.38rem;
  overflow: hidden;
}
.sub_banner .swiper-container2{
  position: relative;
}
.sub_banner .swiper-container2 .swiper-pagination{
  position: absolute;bottom: 0;
}
.swiper-pagination span{
  width: .11rem;
  height: .11rem;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #fff;
  background: inherit;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}
.zy-bt{
  height: .84rem;
  background: #3d928d;
  text-align: center;
  line-height: .84rem;
  color: #fff;
  font-size: .32rem;
}
.kk{
  min-height: 8rem;
  padding-left: .24rem;
  padding-right: .24rem;
  overflow: hidden;
}
.tu{
  width: 4.22rem;
  height: 1.05rem;
  margin-top: .3rem;
}
.ct{
  min-height: 5rem;
  margin-top: .5rem;
}
.ct-bt{
  height: .53rem;
}

.ct-bt span{
  float: left;
  font-size: .32rem;
  color: #3d928d;
}
.ct-bt a{
  display: block;
  float: right;
  width: 1.89rem;
  height: .53rem;
  background: #3d928d;
  color: #fff;
    font-size: .24rem;
    text-align: center;
    line-height: .53rem;
}
.ct1{
  font-size: .24rem;
  color: #666;
  line-height: .5rem;
  padding-top: .45rem;
  padding-bottom: .45rem;
}
.ct2{
  margin-bottom: .45rem;
}
.jyzn1{
  height: 5.7rem;
  margin-top: .15rem;
}
.jyzn1 img{
  width: 7.04rem;
  height: 5.7rem;
}
.jyzn2{
  min-height: 3rem;
  font-size: .24rem;
  color: #333;
  padding-top: .6rem;
  padding-bottom: .6rem;
  line-height: .45rem;
}
.ksjj-bt{
  height:.45rem;
  background-image: url(../images/ksjj1.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 1.04rem .03rem;
  font-size: .26rem;
  color: #333;
  line-height: .45rem;
  margin-top: .4rem;
}
.ksjj{
  min-height: 4rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.ksjj ul li{
  height: .75rem;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
.ksjj ul li em{
  display: block;
  float: left;
  width: .06rem;
  height: .05rem;
  background-image: url(../images/ksjj2.jpg);
  background-size: .06rem .05rem;
  margin-right: .2rem;
  margin-top: .4rem
}
.ksjj ul li a{
  display: block;
  width: 6.1rem;
  height: .75rem;
  float: left;
  font-size: .24rem;
  color: #333;
  line-height: .75rem;
  font-weight: normal;
}
.ksjj ul li span{
  display: block;
  float: right;
  width: .13rem;
  height: .26rem;
  background-image: url(../images/ksjj3.png);
  background-size: .13rem .26rem;
  margin-top: .25rem;
}
.ksjj ul .on em{
  background-image: url(../images/ksjj2_2.jpg);
}
.ksjj ul .on a{
  color: #3d928d;
}
.ksjj ul .on span{
  background-image: url(../images/ksjj3_3.png);
}
.lxwm{
  width: 100%;
  height: 2.85rem;
  margin-top: .8rem;
}
.lxwm iframe{
  width: 100%;
  height: 100%;
}
.lxwm1{
  min-height: 1.9rem;
  margin-top: .35rem;
}
.lxwm-z1{
  font-size: .3rem;
  color: #3d928d;
  text-align: center
}
.lxwm-z2{
  font-size: .24rem;
  color: #666;
  line-height: .7rem;
  margin-top: .3rem
}
.ldxx{
  min-height: 3rem;
  border-bottom: 1px solid #e5e5e5;
  padding-top: .3rem;
}
.ldxx h1{
  min-height: .7rem;
  text-align: center;
  line-height: .7rem;
  color: #3d928d;
  font-size: .28rem;
}
.ldxx1{
  height: .55rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  line-height: .55rem;
  font-size: .24rem;
  color: #333;
}
.ldxx2{
  min-height: 3rem;
  margin-top: .5rem;
}
.ldxx1 a{
  font-size: .24rem;
  color: #333;
}
.ldxx2-zj1{
  min-height: 3.86rem;
  overflow: hidden;
}
.ldxx-tu{
  width: 2.82rem;
  height: 3.86rem;
  float: left;
  margin-right:.5rem;
}
.ldxx-tu img{
  width: 100%;
  height: 100%;
}
.ldxx-z{
  min-width: 3.75rem;
  min-height: 3.86rem;
  font-size: .24rem;
  color: #666;
  line-height: .49rem;
  padding-bottom:.2rem;
}
.ldxx-z2{
  min-height: 1.5rem;
   font-size: .24rem;
   color: #666;
   line-height: .49rem;
}
.fenye{
  height: 2rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-right:.24rem;
}
.fenye a{
  display: block;
  overflow:hidden;
  height: .5rem;
  line-height: .5rem;
  font-size: .22rem;
  color: #333;
  margin-bottom: .25rem;
  text-overflow:ellipsis;
   white-space:nowrap;
   margin-bottom: .2rem;
}
.fenye a span{
  display: inline-block;
  width: 1.4rem;
  height: .5rem;
  border-radius: 3px;
  text-align: center;
  line-height: .5rem;
  font-size: .22rem;
  color: #fff;
  background: #3d928d;
  margin-right:.3rem;
}
.fenye a.on span{
  background: #232323;
}
.tdxx1{
  position: relative;
}
.yuyue{
  display: block;
  height: .5rem;
  width: 1.4rem;
  position: absolute;
  right: 0;bottom: -.9rem;
  text-align: center;
  line-height: .5rem;
  font-size: .24rem;
  color: #fff;
  background: #3d928d;
}
.ryxx{
  width: 4.84rem;
  height: 3.15rem;
  margin: .4rem auto;
  margin-bottom: 0;
}
.ryxx img{
  width: 4.84rem;
  height: 3.15rem;
}
.xwxx{
  padding-bottom: .3rem;
  margin-top:.3rem;
}
.xwxx-bt{
  height: .7rem;
}
.xwxx-bt img{
  width: 2.64rem;
  height: .7rem;
}
.ynwh{
  height: 4.23rem;
  margin-top: .6rem;
}
.ynwh img{
  width: 7.1rem;
  height: 4.23rem;
}
.ynwh1{
  min-height: 2rem;
  line-height: .5rem;
  font-size: .24rem;
  color: #333;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.tdlb{
  min-height: 8rem;
  margin-top: .55rem;
  overflow: hidden;
  margin-bottom: .5rem;
}
.tdlb ul li{
  width: 2.95rem;
  height: 5.4rem;
  float: left;
  margin-bottom: .7rem;
}
.tdlb-tu{
  display: block;
  width: 2.82rem;
  height: 3.86rem;
}
.tdlb1{
  height: 1.6rem;
}
.tdlb1 span{
  float: right;
  font-size: .24rem;
  color: #3d928d;
  font-weight: bold;
}
.tdlb span.sp1{
  float: left;
}
.tdlb1 p{
  clear: both;
  width: 100%;
  font-size: .24rem;
  color: #666;
}
.tdlb2{
  height: .4rem;
  margin-top: .15rem;
}
.tdlb2 a{
  display: block;
  float: left;
  width: 1.13rem;
  height: .4rem;
  background: #6dd1cb;
  color: #fff;
  font-size: .24rem;
  text-align: center;
  line-height: .4rem;
}
.tdlb2 a.a1{
  background: #3e3e3e;
  float: right;
}
.fy{
  min-height: 1rem;
  text-align: center;
}
.fy a{
  display: inline-block;
  width: .47rem;
  height: .47rem;
  border-radius: 5px;
  text-align: center;
  font-size: .22rem;
  color: #646464;
  line-height: .47rem;
  border: 1px solid #e5e5e5;
  margin-right: .15rem;
  margin-bottom: .2rem;
}
.fy span{
  display: inline-block;
  width: .47rem;
  height: .47rem;
  border-radius: 5px;
  text-align: center;
  font-size: .22rem;
  color: #646464;
  line-height: .47rem;
  border: 1px solid #e5e5e5;
  margin-right: .15rem;
}
.fyy {
    display:inline-block;
}
.fy a img{
  width: .12rem;
  height: .21rem;
}
.fy .fy1{
  display: inline-block;
  width: .47rem;
  height: .47rem;
  vertical-align: middle;
  border-radius: 5px;
   border: 1px solid #e5e5e5;
   line-height: .47rem;
}
.fy1 select{
  width: .3rem;
  height: .4rem;
  border: none;
  outline: none;
  float: left;
  margin-left: .07rem;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  text-align: center;
  margin-top: .01rem;
}
.fy1 img{
  float: left;
  width: .02rem;
  height: .28rem;
  margin-top: .1rem
}
.fy1 a{
  float: left;
  margin-left: .25rem;
  color: #646464;
}
.yyjj{
  min-height: 1.1rem;
  margin-top: .5rem;
}
.yyjj span{
  font-size: .32rem;
  color: #3d928d;
}
.yyjj p{
  font-size: .22rem;
  color: #3d928d;
  display: inline-block;
}
.yyjj1{
  min-height: .8rem;
  font-size: .24rem;
  color: #333;
  line-height: .5rem;
}
.yyjj2{
  height: 2.73rem;
  margin-top: .35rem;
  margin-bottom: .35rem;
}
.yyjj2 img{
  width: 7.02rem;
  height: 2.73rem;
}
.ld{
  min-height: 8rem;
  margin-top: .45rem; 
  overflow: hidden;
}
.ld ul li{
  width: 3.2rem;
  height: 5rem;
  float: left;
}
.ld-tu{
  display: block;
  width: 2.82rem;
  height: 3.86rem;
  border: .19rem solid #eeeeee;
}
.ld-tu img{
  width: 2.82rem;
  height: 3.86rem;
}
.ld ul li h3{
  height: .68rem;
  display: block;
  line-height: .68rem;
  color: #333;
  text-align: center;
}
.ld ul li h3 a{
  color: #333;
  font-size: .24rem;
  font-weight: normal;
}
.ry{
  min-height: 8rem;
  overflow: hidden;
  margin-top: .6rem;
  margin-bottom: .6rem
}
.ry ul li{
  height: 2.9rem;
  width: 3.32rem;
  float: left;
}
.ry-tu{
  display: block;
  width: 3.15rem;
  height: 2.05rem;
  border: .1rem solid #f1f1f1;
}
.ry ul li h3{
  display: block;
  height: .6rem;
  line-height: .6rem;
}
.ry ul li h3 a{
  font-size: .24rem;
  color: #333;
  font-weight: normal;
}
.zpp{
  padding: 0;
}
.ypp{
  background: #fff;
}
.zp{
  min-height: 8rem;
  margin-top: .6rem;
}
.zp1{
  min-height: .7rem;
  margin-bottom: .2rem;
}
.zp1-bt{
  height: .7rem;
  background: #f6f6f6;
  padding-left: .24rem;
  padding-right: .24rem;
  line-height: .7rem;
}
.zp1-bt span{
  float: left;
  font-size: .26rem;
  color: #333;
}
.bt1{
  float: right;
  width: .91rem;
  height: .28rem;
  background-image: url(../images/zp2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: .91rem .28rem;
  margin-top: .2rem;
}
.zp2{
  padding-left: .38rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  background: #f6f6f6;
  display: none;
}
.zp2-zj1{
  width: 3.75rem;
  min-height: 1.6rem;
  float: left;
  font-size: .24rem;
  color: #333;
  line-height: .53rem;
}
.zp2-zj2{
  width: 3.12rem;
  min-height: 1.6rem;
  float: left;
  font-size: .24rem;
  color: #333;
  line-height: .53rem;
}
.zp3{
  min-height: 5.2rem;
  clear: both;
  padding-top: .3rem;
  line-height: .55rem;
}
.zp3 p{
  font-size: .24rem;
  color: #333;
}
.zp4{
  display: block;
  width: 2.7rem;
  min-height: .6rem;
  border-radius: 3px;
  background: #3d928d;
  text-align: center;
  line-height: .6rem;
  font-size: .24rem;
  color: #fff;
  margin-left: 2rem;
  margin-bottom: 0;
  margin-top: .5rem;
}
.zp1 .on{
  background: #3d928d;
}
.zp1 .on span{
  color: #fff;
}
.zp1 .on .bt1{
  background-image: url(../images/zp1.png);
}
.zzjg{
  width: 6.79rem;
  min-height: 4.39rem;
  margin:.45rem auto;
  overflow: hidden;
}
.zzjg img{
  /* width: 6.79rem;
  height: 4.39rem; */
}
.zhe{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 9;
  display: none;
}
.yyk{
  width: 5.7rem;
  height: 5.9rem;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -2.9rem;
  margin-left: -2.8rem;
  background: #fff;
  border-radius: 3px;
  z-index: 99;
  display: none;
}
.yyk h1{
  display: block;
  height: .6rem;
  font-size: .28rem;
  color: #3d928d;
  text-align: center;
  font-weight: normal;
  margin-top: .3rem;
} 
.yyk1{
  width: 4.65rem;
  height: .55rem;
  border-radius: 3px;
  border: 1px solid #dcdbdc;
  margin: .25rem auto;
  line-height: .55rem;
}
.yyk1 span{
  font-size: .24rem;
  color: #333;
  margin-left: .2rem;
}
.yyk1 input{
  width: 3.05rem;
  height: .54rem;
  line-height: .54rem;
  font-size: .24rem;
  color: #999;
  border: none;
  outline: none;
}
.yzm span{
  float: left;
}
.yzm input{
  width: 2.4rem;
  float: left;
}
.yzm em{
  display: block;
  width: .82rem;
  height: .55rem;
  float: left;
  background-image: url(../images/yy1.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: .01rem .33rem;
}
.yzm em img {
  width:.82rem;
  height:.5rem;            
}
.yyk2{
  width: 4.65rem;
  height: .55rem;
  border-radius: 3px;
  background: #3d928d;
  text-align: center;
  line-height: .55rem;
  margin: .35rem auto;
  color: #fff;
  font-size: .24rem;
}
.swiper-container1{
  position: relative;
}
.tdd{
  position: absolute;right: 0;top: -.9rem;
  width: 1.2rem;
  height: .38rem;
}
.tdd div{
  display: inline-block;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  line-height: .38rem;
}
.tdd .swiper-button-prev{
  width: .5rem;
  height: .38rem;
  background: #3d928d;
  position: absolute;left: 0;top: .38rem;
}
.tdd .swiper-button-next{
  width: .5rem;
  height: .38rem;
  margin-left: .1rem;
  background: #3d928d;
  position: absolute;right: 0;top: .38rem;
}
.tdd .swiper-button-next .swiper-button-disabled{
  background: #bda179;
}
.dt{
  min-height: 8rem;
}
.xwdt{
  padding: 0;
}
.dt1{
  height: 1.6rem;
  border-bottom: .18rem solid #eeeeee;
  padding-left: .24rem;
  padding-right: .24rem;  
  padding-top: .3rem
}
.dt2{
  padding-left: .24rem;
  padding-right: .24rem;
  min-height: 3rem;
}
.dt2 ul li{
  height: .55rem;
  line-height: .55rem;
  border-bottom: 1px dotted #d2d1d1;  
  margin-bottom: -1px;
}
.yp{
  min-height: 7rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.yp1{
  height: .9rem;
  border-bottom: 1px solid #d8d8d8;
  line-height: .9rem;
}
.yp1 span{
  font-size: .26rem;
  color: #333;
}
.yp1 input{
  width: 5.4rem;
  height: .8rem;
  line-height: .9rem;
  font-size: .24rem;
  color: #999;
  border: none;
  outline: none;
}
.yp1-s{
  display:block;
  width: 5.7rem;
  height: .8rem;
  float: left;
  background-image: url(../images/yp1.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: .18rem .13rem;
}
.yp1-ss span{
  float: left;
}
.yp1-s select{
  width: 4rem;
  height: .8rem;
  appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
outline: none;
border: none;
font-size: .24rem;
  color: #999;
  background: #fff;
  line-height: .8rem;
}
.yp2{
  height: 1.6rem;
  border-bottom: 1px solid #d8d8d8;
  line-height: .55rem;
}
.yp2 span{
  font-size: .26rem;
  color: #333;
  float: left;
}
.yp2 textarea{
  width: 5.64rem;
  height: 1.2rem;
  float: left;
  outline: none;
  border: none;
  margin-top: .17rem;
  resize: none;
  font-size: .24rem;
  color: #999;
}
.yp3{
  height: .9rem;
  border-bottom: 1px solid #d8d8d8;
  line-height: .9rem;
}
.yp3 span{
  font-size: .26rem;
  color: #333;
  float: left;
}
.yp3 input{
  width: 4rem;
  height: .9rem;
  line-height: .9rem;
  font-size: .24rem;
  color: #999;
  outline: none;
  border: none;
  float: left;
}
.yzm1{
  width: .83rem;
  height: .35rem;
  float: left;
  border-left: 1px solid #dcdbdc;
  padding-left: .25rem;
  margin-top: .25rem;
}
.yzm1 img{
  float: left;
}
.yp4{
  width: 2.75rem;
  height: .6rem;
  background: #3d928d;
  line-height: .6rem;
  text-align: center;
  color: #fff;
  font-size: .28rem;
  border-radius: 3px;
  margin: .5rem auto;
}
/*# sourceMappingURL=all.css.map */
