@charset "UTF-8";
*, *:after, *:before {
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent; }

/*清除掉ios自带圆角*/
input, button {
  /* -webkit-appearance: none; */
  border-radius: 0; }

html {
  -webkit-text-size-adjust: 100%;
  height: 100% ；; }

body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
  /*开启moblie网页快速滚动和回弹的效果*/
  -webkit-overflow-scrolling: touch;
  color: #333;
  min-height: 100%;
  /* 2018年 过去了 我该何去何从 
  *
  * 没有钱的日子 该怎么过
  */ }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  　display: block; }

ol, li, ul {
  list-style: none; }

a, img {
  /*阻止长按页面，弹出菜单的方法。*/
  -webkit-touch-callout: none; }

a {
  text-decoration: none;
  color: #333; }

img {
  display: block;
  outline: none;
  border: 0; }

input, textarea {
  outline: 0;
  border: none;
  display: block;
  resize: none;
  /* -webkit-appearance: none;
  appearance:none; */ }

.container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clear {
  clear: both; }

.clearFloat {
  zoom: 1; }
  .clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden; }

.allW {
  width: 100%;
  overflow: hidden; }
  .allW > img {
    display: block;
    width: 100%; }

.ma {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.g-line {
  height: 0.6rem;
  background-color: #f0f0f0; }

/*修改placeholder的字体颜色*/
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000; }

input:-ms-input-placeholder {
  color: #000; }

input::-webkit-input-placeholder {
  color: #000; }

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
  display: block;
  width: 100%; }

.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-container .swiper-pagination-custom, .swiper-container .swiper-pagination-fraction {
  bottom: 0.375rem; }

.pagination-line .swiper-container {
  padding-bottom: 1.2rem; }
.pagination-line .swiper-pagination-bullet {
  width: 1.375rem;
  height: 0.2125rem;
  border-radius: 0.1rem; }

.pagination-circle .swiper-container {
  padding-bottom: 1.35rem; }
.pagination-circle .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border: 1px #000 solid;
  background-color: rgba(0, 0, 0, 0); }
.pagination-circle .swiper-pagination-bullet-active {
  border: 1px #007aff solid; }

.coverflow {
  margin-bottom: 1.2rem; }
  .coverflow .swiper-slide {
    width: 60%; }
    .coverflow .swiper-slide span {
      display: block;
      width: 100%;
      font-size: 0rem;
      text-align: center; }
  .coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem; }

.m-lead {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 0.5rem;
  height: 13.875rem;
  background: url(../images/a_03.jpg) no-repeat center center;
  background-size: 21.75rem 12.4125rem;
  margin-top: -11.475rem;
  background-color: #fff;
  position: relative;
  padding: 3.225rem 1.5rem 0;
  box-shadow: 0 0 5px #515151; }
  .m-lead p {
    font-size: 0.75rem;
    line-height: 1.55;
    text-indent: 2em; }

.m-pub-t {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center; }
  .m-pub-t .b2 {
    padding: 0.5rem 1.425rem;
    border: 1px #99c6c3 solid;
    margin-top: 0.15rem;
    height: 3.975rem; }
  .m-pub-t .i1 {
    display: block;
    width: 18rem; }
  .m-pub-t .i2 {
    display: block;
    width: 0.975rem;
    margin: 0 auto; }
  .m-pub-t h6 {
    font-size: 0.45rem;
    color: #6e6e6e;
    text-align: center;
    text-transform: uppercase;
    padding: 0.225rem 0; }
  .m-pub-t .b1 {
    padding: 0 0.15rem;
    height: 3.975rem;
    border: 1px #017069 solid; }

.m-panel1 {
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 1rem; }
  .m-panel1 .p {
    font-size: 0.75rem;
    line-height: 1.6;
    text-indent: 2em; }
  .m-panel1 ul {
    padding-top: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .m-panel1 ul li {
      width: 7.5rem;
      height: 13.425rem; }
      .m-panel1 ul li b {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 0.975rem;
        color: #fff;
        padding-top: 0.3375rem; }
      .m-panel1 ul li p {
        font-size: 0.675rem;
        line-height: 1.6875;
        text-indent: 2em;
        padding: 1.375rem 0.3rem 0; }
    .m-panel1 ul li:nth-of-type(1) {
      background: url(../images/v1_13.jpg) no-repeat;
      background-size: 100% 100%; }
    .m-panel1 ul li:nth-of-type(2) {
      background: url(../images/v1_15.jpg) no-repeat;
      background-size: 100% 100%; }
    .m-panel1 ul li:nth-of-type(3) {
      background: url(../images/v1_17.jpg) no-repeat;
      background-size: 100% 100%; }

.m-pub-t-bgc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1.25rem;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  background-color: #eee;
  padding: 1.25rem 0 1.5rem; }
  .m-pub-t-bgc .b2 {
    padding: 0.65rem 1.425rem;
    border: 1px #99c6c3 solid;
    margin-top: 0.15rem;
    height: 5.1rem; }
  .m-pub-t-bgc .i1 {
    display: block;
    width: 18rem; }
  .m-pub-t-bgc .i2 {
    display: block;
    width: 0.975rem;
    margin: 0 auto; }
  .m-pub-t-bgc h5 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    font-size: 0.45rem;
    color: #6e6e6e;
    text-align: center;
    text-transform: uppercase;
    padding: 0.375rem 0; }
    .m-pub-t-bgc h5 span {
      font-size: 0.9rem;
      color: #ffcb3f;
      padding: 0 1rem;
      background-color: #017069;
      border-radius: 2rem; }
  .m-pub-t-bgc .b1 {
    padding: 0 0.15rem;
    height: 5.1rem;
    border: 1px #017069 solid; }

.m-link {
  background-color: #eee;
  padding: 0 0.375rem; }
  .m-link .p1 {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 0.75rem 0.375rem; }
    .m-link .p1 img {
      display: block;
      width: 100%; }
    .m-link .p1 p {
      font-size: 0.75rem;
      line-height: 1.6;
      text-indent: 2em;
      padding: 0 0.5rem 0.75rem; }
  .m-link h1 {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.975rem;
    height: 2.25rem;
    background: url(../images/zh_30.jpg) no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    color: #fff;
    padding-top: 0.6rem; }
  .m-link .p {
    font-size: 0.75rem;
    line-height: 1.6;
    text-indent: 2em;
    padding: 1rem 0.375rem; }
  .m-link ul {
    padding-bottom: 1px; }
    .m-link ul li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -moz-box-pack: space-between;
      -webkit-moz-box-pack: space-between;
      box-pack: space-between;
      background-color: #fff;
      border-radius: 0.5rem;
      margin-bottom: 0.75rem;
      padding: 0.75rem 0.375rem; }
      .m-link ul li img {
        display: block;
        width: 6.6rem; }
      .m-link ul li .i2 {
        width: 7.2375rem; }
      .m-link ul li .txt {
        width: 14.7rem; }
        .m-link ul li .txt h2 {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          font-size: 0.9rem;
          color: #017069;
          font-weight: bold;
          align-items: center;
          padding-bottom: 0.225rem;
          border-bottom: 1px #ccc solid; }
          .m-link ul li .txt h2 b {
            width: 1.0875rem;
            height: 1.275rem;
            line-height: 1.2rem;
            text-align: center;
            font-size: 0.75rem;
            color: #fff;
            background: url(../images/zh_33.jpg) no-repeat;
            background-size: 100% 100%;
            margin-right: 0.225rem; }
        .m-link ul li .txt p {
          font-size: 0.675rem;
          line-height: 1.6;
          padding-top: 0.225rem;
          text-indent: 2em; }

.ts-ppagination {
  padding-left: 50%; }
  .ts-ppagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1; }
  .ts-ppagination .swiper-pagination-bullet-active {
    background-color: #017069; }

.m-doc {
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .m-doc > p {
    font-size: 0.75rem;
    line-height: 1.6;
    text-indent: 2em;
    margin-bottom: 1rem; }
  .m-doc .main img {
    display: block;
    width: 100%; }
  .m-doc .main p {
    background-color: #017069;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.6;
    padding: 0.375rem 0.6rem;
    border-radius: 0 0 0.5rem 0.5rem; }
    .m-doc .main p b {
      font-weight: bold;
      color: #f9cf25; }

.iller {
  width: 96.875%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #eee;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5625rem; }
  .iller .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.225rem; }
    .iller .list b {
      flex: 1;
      writing-mode: vertical-rl;
      /*从左向右 从右向左是 writing-mode: vertical-rl;*/
      writing-mode: tb-rl;
      /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
      text-align: center;
      padding-right: 0.1rem;
      background-color: #d9951e;
      color: #fff;
      font-size: 0.75rem;
      margin-right: 0.15rem; }
    .iller .list img {
	  height:5.9rem;	
      display: block;
      width: 20.25rem; }
  .iller h1 {
    width: 22.125rem;
    margin: 0 auto;
    padding: 0.5rem 0 0.375rem;
    border-bottom: 1px #ccc solid;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #017069; }
    .iller h1 b {
      color: #d9951e; }
  .iller em {
    display: block;
    width: 2rem;
    height: 3px;
    background-color: #017069;
    margin: -2px auto 0.375rem; }
  .iller h2 {
    padding: 0.375rem 0.5625rem;
    font-size: 0.75rem; }
  .iller p {
    font-size: 0.675rem;
    line-height: 1.675;
    padding-bottom: 0.3rem; }
    .iller p b {
      display: inline-block;
      background-color: #017069;
      color: #fff;
      padding: 0 0.15rem;
      margin-right: 0.225rem; }

.m-la-panel {
  height: 16.2375rem;
  background: url(../images/la_26.jpg) no-repeat;
  background-size: 100% 100%; }
  .m-la-panel p {
    font-size: 0.75rem;
    line-height: 1.75;
    text-indent: 2em;
    padding: 0rem 0.8625rem 1rem; }
  .m-la-panel .m-gd {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    .m-la-panel .m-gd ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .m-la-panel .m-gd ul li {
        width: 7.5rem;
        margin-right: 0.375rem; }
        .m-la-panel .m-gd ul li img {
          display: block;
          width: 100%;
          border-radius: 0.35rem; }

.m-pub-t-bgc2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  padding: 1.25rem 0 1.5rem; }
  .m-pub-t-bgc2 .b2 {
    padding: 0.65rem 1.425rem;
    border: 1px #99c6c3 solid;
    margin-top: 0.15rem;
    height: 5.1rem; }
  .m-pub-t-bgc2 .i1 {
    display: block;
    width: 15rem;
    margin: 0 auto; }
  .m-pub-t-bgc2 .i2 {
    display: block;
    width: 0.975rem;
    margin: 0 auto; }
  .m-pub-t-bgc2 h5 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    font-size: 0.45rem;
    color: #6e6e6e;
    text-align: center;
    text-transform: uppercase;
    padding: 0.375rem 0; }
    .m-pub-t-bgc2 h5 span {
      font-size: 0.9rem;
      color: #ffcb3f;
      padding: 0 1rem;
      background-color: #017069;
      border-radius: 2rem; }
  .m-pub-t-bgc2 .b1 {
    padding: 0 0.15rem;
    height: 5.1rem;
    border: 1px #017069 solid; }

/* .zl-swt{
	padding: 0rem change(0) 5rem;
	background-color: #fff;
	margin-top: 0.375rem;
	h1{
		font-size: change(30);
		text-align: center;
		line-height: change(60);
		color: #fff;
		margin-bottom: 1rem;
		background-color: #049294;
		font-weight: bold;
	}

	h2{
		font-size: change(22);
		text-align: center;
		margin-bottom: 0.75rem;
	}

	.list{
		display: none;
		margin-bottom: 0.75rem;
		padding: 0 change(35);
		.c{
			@include flex;
			align-items: flex-start;
			img{
				display: block;
				width: change(80);
				margin-right: 1rem;
			}

			em{
				display: block;
				width: 0.5rem;
				height: 0.5rem;
				background-color: #f2f2f2;
				border-bottom: 1px #ccc solid;
				border-left: 1px #ccc solid;
				transform: rotate(45deg);
				margin-right: -0.25rem;
				margin-top: 1rem;
			}

			p{
				font-size: change(20);
				color: #222;
				background-color: #f2f2f2;
				border:1px #ccc solid;
				border-radius: 0.25rem;
				flex:1;
				line-height: 1.5;

				padding: 0.3rem 0.5rem;
			}
		}
	}
}
.zl-btn{
	@include flex;
	align-items: center;
	padding: 0.5rem 0.75rem 0.5rem;
	position: fixed;
	bottom: 0;
	max-width: 640px;
	width: 100%;
	background-color: #b3b3b3;
	input{
		flex:1;
		background-color: #fff;
		font-size: change(22);
		text-indent: 0.25rem;
		line-height: change(46);
		border-radius: 0.3rem;
		text-indent: 0.5rem;
	}

	a{
		@include flex;3426434260
		align-items: center;
		margin-left: 0.5rem;
		background-color: #049294;
		border-radius: 0.3rem;
		padding: 0 0.375rem;
		line-height: change(46);
		color: #fff;
		font-weight: bold;
		font-size: change(20);
	}
	a:last-child{
		background-color: #ff8604;
	}
} */

/*# sourceMappingURL=main.css.map */
.m-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-nav ul li {
    width: 25%;
    text-align: center;
    line-height: 2.25rem;
    font-size: 0.825rem;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid; }
  .m-nav ul li:nth-of-type(4n) {
    border-right: none; }
  .m-nav ul li:nth-of-type(n+5) {
    border-bottom: none; }
	
.m-address {
  height: 12.675rem;
  background: url(/syym/images/g_130.jpg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 4.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1rem 0.75rem 0; }
  .m-address .l {
    flex: 1; }
    .m-address .l .logo {
      width: 15rem;
      margin-bottom: 0.75rem; }
      .m-address .l .logo img {
        display: block;
        width: 100%; }
    .m-address .l .list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      font-size: 0.825rem;
      line-height: 1.35;
      color: #fff; }
      .m-address .l .list img {
        display: block;
        width: 1.875rem;
        margin-right: 0.225rem; }
      .m-address .l .list a {
        display: block;
        font-weight: bold;
        color: #f9d12f;
        font-size: 1.05rem;
        line-height: 1; }
    .m-address .l h6 {
      font-size: 0.6rem;
      color: #fff; }
  .m-address .r {
    padding-top: 1rem;
    width: 7.6875rem;
    font-size: 0.6rem;
    color: #fff;
    text-align: center; }
    .m-address .r img {
      display: block;
      width: 6.3375rem;
      margin: 0 auto 0.75rem; }	