@charset "UTF-8";
/*@font-face {
    font-family: 'INTER';
    src: url('/wcs/Tpl/home/mobile/font/INTERSTATECOND.eot');
    src:
    url('/wcs/Tpl/home/mobile/font/INTERSTATECOND.eot?#font-spider') format('embedded-opentype'),
    url('/wcs/Tpl/home/mobile/font/INTERSTATECOND.woff') format('woff'),
    url('/wcs/Tpl/home/mobile/font/INTERSTATECOND.ttf') format('truetype'),
    url('/wcs/Tpl/home/mobile/font/INTERSTATECOND.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* 初始化CSS */
* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

fieldset, img {
  border: none;
  vertical-align: middle;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

li {
  list-style-type: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "PingFangSC-Regular", "Microsoft Yahei", "SimSun", Arial, sans-serif;
}

select, input {
  vertical-align: middle;
}

select, input, textarea {
  margin: 0;
  font-size: 12px;
}

input[type=text], input[type=password], textarea {
  outline-style: none;
}

textarea {
  font-family: "PingFangSC-Regular", "Microsoft Yahei", "SimSun", Arial, sans-serif;
  resize: none;
}

body {
  font: 12px "PingFangSC-Regular", "Microsoft Yahei", "SimSun", Arial, sans-serif;
  color: #333;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

i, em {
  font-style: normal;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

/*html5*/
article, aside, footer, header, section, footer, nav, figure, main {
  display: block;
}

/*小号文字  scale以12号字体为基准 需写现实字号巨细*/
.font_adjust {
  -webkit-text-size-adjust: none;
}

.font_scale8 {
  -webkit-transform: scale(0.66);
}

.font_scale10 {
  -webkit-transform: scale(0.83);
}

.font_lc {
  -webkit-transform-origin: left center;
}

.font_rc {
  -webkit-transform-origin: right center;
}

.font_up {
  text-transform: uppercase;
}

/*文字截断*/
.TXTovehid {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*transition*/
.tran200 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tran300 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tran400 {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.tran500 {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.tran1000 {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}

.scaleimg:hover .pic em {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.rotateY:hover {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.translateX:hover {
  -webkit-transform: translateX(-6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
}

.w90p {
  width: 90%;
  margin: 0 auto;
}

body {
  max-width: 750px;
  margin: 0 auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

a, div {
  text-decoration: none;
  color: inherit;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "PingFangSC-Regular", "Microsoft Yahei";
}

input[type=submit], select {
  -webkit-appearance: none;
  appearance: none;
}

*:before, *:after {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(/wcs/Tpl/home/mobile/images/grayBg.png) repeat;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999;
  opacity: 0;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  height: 36px;
  padding: 40px;
  background: #fff;
  width: 60%;
  margin: 0 auto;
  top: 50%;
  margin-top: -58px;
  background: #FFF;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hidden_search .text {
  width: 100%;
  height: 20px;
  padding: 8px 0;
  font-size: 14px;
  color: #444;
  background: none;
  border: none;
  font-family: "Microsoft Yahei";
}

.hidden_search .btn {
  display: block;
  background: url(/wcs/Tpl/home/mobile/images/search_icon.jpg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 36px;
  text-indent: -999em;
  border: none;
  cursor: pointer;
}

.hidden_search .search_wrap {
  border: 1px solid #e4eaec;
  border-radius: 20px;
  position: relative;
  padding-right: 56px;
  padding-left: 20px;
  height: 36px;
}

.hidden_search .close_btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  width: 22px;
  height: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hidden_search .close_btn:after, .hidden_search .close_btn:before {
  background: #cccccc;
  width: 20px;
  height: 3px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
}

.hidden_search .close_btn:before {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hidden_search .close_btn:after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
}

.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before {
  background: #19408c;
}

.header .menuIcon {
  width: 20px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .menuIcon span {
  display: block;
  height: 2px;
  background: #153373;
  margin-top: 5px;
  position: relative;
}

.header .menuIcon span:first-child {
  margin-top: 0;
}

.navForm {
  background: #fff;
  border-radius: 3px;
}

.navForm .text {
  width: 80%;
  height: 32px;
  border: none;
  background: none;
  font-size: 14px;
  color: #555;
  line-height: 32px;
  text-indent: 8px;
}

.navForm .subm {
  width: 20%;
  height: 32px;
  border: none;
  background: url(/wcs/Tpl/home/mobile/images/search_icon.jpg) no-repeat center;
  cursor: pointer;
}

.w94p {
  width: 94%;
  margin: 0 auto;
}

.header {
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding: 0 3%;
}
.header .wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10%;
  position: relative;
}
.header .wrap .goBack {
  height: 100%;
  width: 10%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background: url(/wcs/Tpl/home/mobile/images/goBack.png) no-repeat left center;
  background-size: auto 0.52rem;
}
.header .wrap .searchBtn {
  height: 100%;
  width: 10%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/wcs/Tpl/home/mobile/images/searchBtn.png) no-repeat center right;
  background-size: 0.6rem;
  cursor: pointer;
}
.header .wrap .logo {
  display: block;
  width: 100%;
  height: 1.1733333333rem;
  line-height: 1.1733333333rem;
  font-size: 0;
  text-align: center;
}
.header .wrap .logo img {
  height: 0.8266666667rem;
}

.nav {
  padding: 0.2rem 0;
  background-image: -moz-linear-gradient(90deg, #153373 0%, #1e428f 100%);
  background-image: -webkit-linear-gradient(90deg, #153373 0%, #1e428f 100%);
  background-image: -ms-linear-gradient(90deg, #153373 0%, #1e428f 100%);
}
.nav ul li {
  width: 25%;
}
.nav ul li a {
  display: block;
  font-size: 0.4rem;
  color: #ffffff;
  font-weight: 300;
  line-height: 0.7733333333rem;
  text-align: center;
}

.nav.nyNav ul li {
  width: auto;
  min-width: 25%;
  box-sizing: border-box;
  padding: 0 0.1333333333rem;
}
.nav.nyNav ul li.on a {
  color: #72a8db;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 0.2666666667rem;
}
.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 46.15%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .swiper-pagination {
  height: 6px;
  line-height: 6px;
  font-size: 0;
  bottom: 0.2666666667rem;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 0.1733333333rem;
  background: #153373;
  opacity: 0.6;
}

.prodList {
  margin-bottom: 0.4rem;
}
.prodList li {
  width: 48.4%;
}
.prodList li a {
  display: block;
}
.prodList li a .pic {
  width: 100%;
  height: 0;
  padding-bottom: 64.7%;
  position: relative;
  overflow: hidden;
}
.prodList li a .pic em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.prodList li a h5 {
  height: 0.88rem;
  line-height: 0.64rem;
  font-size: 0.4266666667rem;
  color: #333333;
  font-weight: normal;
  text-align: center;
}
.prodList li a:hover h5 {
  color: #153373;
}
.prodList li:nth-child(2n) {
  float: right;
}

.prodList.prodList1 li a .pic {
  height: 2.9333333333rem;
  line-height: 2.9333333333rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 0;
}
.prodList.prodList1 li a .pic img {
  max-width: 100%;
  max-height: 100%;
}

.iMain {
  margin-bottom: 0.9466666667rem;
}
.iMain .ititle {
  padding-top: 0.2666666667rem;
  height: 1.68rem;
  line-height: 1.68rem;
  font-size: 0.64rem;
  color: #333333;
  text-align: center;
}
.iMain .isect1 .recom {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #dbdbdb;
}
.iMain .isect1 .recom a {
  display: block;
}
.iMain .isect1 .recom a .pic {
  width: 42.73%;
  overflow: hidden;
}
.iMain .isect1 .recom a .pic em {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.iMain .isect1 .recom a .text {
  width: 52.7%;
  padding-top: 0.1466666667rem;
}
.iMain .isect1 .recom a .text h5 {
  font-size: 0.4rem;
  line-height: 0.5866666667rem;
  color: #2d2d2d;
  font-weight: normal;
  height: 1.1733333333rem;
  overflow: hidden;
  margin-bottom: 0.2933333333rem;
}
.iMain .isect1 .recom a .text span {
  display: block;
  font-size: 0.3466666667rem;
  line-height: 0.7733333333rem;
  color: #999999;
}
.iMain .isect1 .recom a:hover .text h5 {
  color: #153373;
}
.iMain .isect1 ul li {
  border-bottom: 1px solid #dbdbdb;
}
.iMain .isect1 ul li a {
  display: block;
  padding-right: 2.4666666667rem;
  position: relative;
  /*height: pxTorem(90px);
  line-height: pxTorem(90px);*/
  height: 1.0666666667rem;
  line-height: 1.0666666667rem;
}
.iMain .isect1 ul li a h5 {
  font-size: 0.4rem;
  color: #2d2d2d;
  font-weight: normal;
}
.iMain .isect1 ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.3466666667rem;
  color: #999999;
}
.iMain .isect1 ul li a:hover h5 {
  color: #153373;
}
.iMain .isect2 {
  overflow: hidden;
}
.iMain .isect3 {
  margin-top: -0.3466666667rem;
}
.iMain .tabWrap .tabs {
  margin-bottom: 0.4rem;
  text-align: center;
  font-size: 0;
}
.iMain .tabWrap .tabs ul {
  display: inline-block;
}
.iMain .tabWrap .tabs ul li {
  height: 0.6666666667rem;
  font-size: 0.4266666667rem;
  line-height: 0.4266666667rem;
  color: #333333;
  font-weight: bold;
  position: relative;
  margin: 0 0.3066666667rem;
  cursor: pointer;
}
.iMain .tabWrap .tabs ul li:before {
  content: "";
  width: 0.7866666667rem;
  height: 0.1333333333rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.4rem;
  border-radius: 0.0666666667rem;
  background: #f8c301;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  opacity: 0;
  visibility: hidden;
}
.iMain .tabWrap .tabs ul li.active:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}
.iMain .tabWrap .container {
  width: 100%;
  overflow: hidden;
}
.iMain .tabWrap .container .swiper-slide ul li {
  margin-top: 0.2666666667rem;
}
.iMain .tabWrap .container .swiper-slide ul li a {
  display: block;
  position: relative;
}
.iMain .tabWrap .container .swiper-slide ul li a .pic {
  width: 45.584%;
  overflow: hidden;
}
.iMain .tabWrap .container .swiper-slide ul li a .pic em {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.iMain .tabWrap .container .swiper-slide ul li a h5 {
  width: 37%;
  position: absolute;
  right: 6.8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.4266666667rem;
  line-height: 0.64rem;
  color: #333333;
  font-weight: normal;
  max-height: 1.28rem;
  overflow: hidden;
}
.iMain .tabWrap .container .swiper-slide ul li a:hover h5 {
  color: #153373;
}
.iMain .tabWrap .container .swiper-slide ul li:first-child {
  margin-top: 0;
}

.footer .item1 {
  padding: 0.4rem 16% 0.2933333333rem;
  background: #f0f0f0;
}
.footer .item1 .top {
  padding-right: 1.7333333333rem;
  min-height: 1.6266666667rem;
  position: relative;
}
.footer .item1 .top .qrcode {
  width: 1.6266666667rem;
  height: 1.6266666667rem;
  position: absolute;
  right: 0;
  top: 0;
}
.footer .item1 .top .qrcode img {
  width: 100%;
  height: 100%;
}
.footer .item1 .top ul li {
  margin-bottom: 0.1866666667rem;
  min-height: 0.6933333333rem;
  position: relative;
  font-size: 0.3466666667rem;
  color: #333333;
  line-height: 0.5333333333rem;
  padding: 0.08rem 0 0.08rem 0.9333333333rem;
}
.footer .item1 .top ul li:before {
  content: "";
  width: 0.6933333333rem;
  height: 0.6933333333rem;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/wcs/Tpl/home/mobile/images/wechat.png) no-repeat center;
  background-size: 100% 100%;
}
.footer .item1 .top ul li:nth-child(2):before {
  background-image: url(/wcs/Tpl/home/mobile/images/sina.png);
}
.footer .item1 .text {
  font-size: 0.3466666667rem;
  color: #333333;
  line-height: 0.6rem;
}
.footer .item2 {
  padding: 0.24rem 3% 0.1733333333rem;
  background: #153373;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.48rem;
}
.footer .item2 p {
  margin-bottom: 0.04rem;
}
.footer .item2 p span {
  margin-right: 0.4rem;
}
.footer .item2 p span:last-child {
  margin-right: 0;
}

.nyBanner {
  width: 100%;
  height: 0;
  padding-bottom: 34.667%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nyBanner .text {
  position: absolute;
  left: 3%;
  top: 0.6rem;
  min-width: 3.2rem;
  height: 1.6rem;
  background: #72a8db;
  box-sizing: border-box;
  padding: 0.28rem 0.2666666667rem 0;
}
.nyBanner .text .ch {
  font-size: 0.48rem;
  line-height: 0.5866666667rem;
  color: #ffffff;
}
.nyBanner .text .en {
  font-size: 0.4rem;
  line-height: 0.44rem;
  color: #ffffff;
}

.nyWrap {
  margin-bottom: 0.6rem;
  min-height: 5.0666666667rem;
}
.nyWrap .path {
  margin-bottom: 0.2133333333rem;
  padding-left: 0.56rem;
  background: url(/wcs/Tpl/home/mobile/images/path.png) no-repeat left center;
  background-size: auto 0.3866666667rem;
  font-size: 0.2933333333rem;
  line-height: 1rem;
  color: #999999;
}
.nyWrap .path a:hover {
  color: #153373;
}
.nyWrap .newsWrap .recom a {
  display: block;
  height: 2.4rem;
  padding-left: 4.4rem;
  position: relative;
}
.nyWrap .newsWrap .recom a .pic {
  width: 4rem;
  height: 2.4rem;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.nyWrap .newsWrap .recom a .pic em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nyWrap .newsWrap .recom a .text {
  width: 100%;
  position: relative;
  top: -0.1066666667rem;
}
.nyWrap .newsWrap .recom a .text h5 {
  font-size: 0.3733333333rem;
  line-height: 0.6rem;
  color: #2d2d2d;
  font-weight: normal;
  margin-bottom: 0.5066666667rem;
}
.nyWrap .newsWrap .recom a .text span {
  display: block;
  font-size: 0.3466666667rem;
  line-height: 0.56rem;
  color: #999999;
}
.nyWrap .newsWrap .recom a .text p {
  font-size: 0.32rem;
  line-height: 0.4533333333rem;
  color: #666666;
  height: 0.9066666667rem;
  overflow: hidden;
}
.nyWrap .newsWrap .list {
  margin-bottom: 0.5333333333rem;
}
.nyWrap .newsWrap .list li {
  border-bottom: 1px solid #dbdbdb;
}
.nyWrap .newsWrap .list li a {
  display: block;
  height: 1.1066666667rem;
  line-height: 1.1066666667rem;
  height: 1.04rem;
  line-height: 1.04rem;
  font-size: 0.3466666667rem;
  padding: 0 2.2666666667rem 0 0.4266666667rem;
  position: relative;
}
.nyWrap .newsWrap .list li a h5 {
  color: #333333;
  font-weight: normal;
}
.nyWrap .newsWrap .list li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
}
.nyWrap .newsWrap .list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.0933333333rem;
  width: 0;
  height: 0;
  border-left: 0.1466666667rem solid #dbdbdb;
  border-bottom: 0.1066666667rem solid transparent;
  border-top: 0.1066666667rem solid transparent;
}
.nyWrap .newsWrap .list li a:hover:before {
  border-left-color: #153373;
}
.nyWrap .newsWrap .list li a:hover h5 {
  color: #153373;
}
.nyWrap .page {
  text-align: center;
}
.nyWrap .page .wrap {
  display: inline-block;
}
.nyWrap .page .wrap a {
  height: 0.9333333333rem;
  padding: 0 0.28rem;
  border: 1px solid #dbdbdb;
  margin: 0 0.1333333333rem;
  font-size: 0.4266666667rem;
  color: #999999;
  line-height: 0.88rem;
}
.nyWrap .page .wrap span {
  height: 0.9333333333rem;
  margin: 0 0.1333333333rem;
  font-size: 0.4266666667rem;
  color: #999999;
  line-height: 0.9333333333rem;
}
.nyWrap .page .wrap span b {
  font-weight: bold;
  color: #333;
}
.nyWrap .page .wrap .text {
  width: 0.88rem;
  height: 0.9333333333rem;
  border: 1px solid #dbdbdb;
  margin: 0 0.1333333333rem;
  font-size: 0.4266666667rem;
  color: #999999;
  line-height: 0.88rem;
  text-align: center;
}
.nyWrap .page .wrap a.on {
  background: #153373;
  border-color: #153373;
  color: #fff;
}
.nyWrap .passage {
  margin-top: -0.1333333333rem;
  padding-bottom: 0.6666666667rem;
}
.nyWrap .passage .psgTit {
  text-align: center;
  margin-bottom: 0.3066666667rem;
}
.nyWrap .passage .psgTit h5 {
  margin-bottom: 0.16rem;
  font-size: 0.4rem;
  line-height: 0.64rem;
  color: #2d2d2d;
  font-weight: normal;
}
.nyWrap .passage .psgTit .info {
  font-size: 0;
  line-height: 0.5333333333rem;
  color: #999999;
}
.nyWrap .passage .psgTit .info span {
  display: inline-block;
  font-size: 0.2666666667rem;
  margin: 0 0.2666666667rem;
}
.nyWrap .passage .psgTit .info span:nth-child(1) {
  padding-left: 0.4rem;
  background: url(/wcs/Tpl/home/mobile/images/psgIcon1.png) no-repeat left center;
  background-size: auto 0.2933333333rem;
}
.nyWrap .passage .psgTit .info span:nth-child(2) {
  padding-left: 0.4rem;
  background: url(/wcs/Tpl/home/mobile/images/psgIcon2.png) no-repeat left center;
  background-size: auto 0.2933333333rem;
}
.nyWrap .passage .psgTit .info span:nth-child(3) {
  padding-left: 0.4rem;
  background: url(/wcs/Tpl/home/mobile/images/psgIcon3.png) no-repeat left center;
  background-size: auto 0.2933333333rem;
}
.nyWrap .passage .psgCont {
  font-size: 0.32rem;
  /*line-height: pxTorem(38px);*/
  line-height: 1.6;
  color: #666666;
  padding-bottom: 0.9066666667rem;
  border-bottom: 1px solid #dbdbdb;
}
.nyWrap .passage .psgCont * {
  max-width: 100% !important;
}
.nyWrap .passage .psgCont img {
  max-width: 100% !important;
  height: auto !important;
}
.nyWrap .passage .psgCont p {
  text-indent: 0 !important;
}
.nyWrap .passage .psgLink {
  padding-top: 0.0933333333rem;
}
.nyWrap .passage .psgLink ul li {
  margin-top: 0.5866666667rem;
  font-size: 0.3466666667rem;
  line-height: 0.56rem;
}
.nyWrap .passage .psgLink ul li p {
  color: #999999;
}
.nyWrap .passage .psgLink ul li h5 {
  color: #333333;
  font-weight: normal;
}
.nyWrap .passage .psgLink ul li h5:hover {
  color: #153373;
  text-decoration: underline;
}
.nyWrap .jobList .dl .dt {
  border-bottom: 1px solid #dbdbdb;
  padding: 0.2666666667rem 0 0.2666666667rem 0.6533333333rem;
  position: relative;
  line-height: 0.5733333333rem;
  font-size: 0.3466666667rem;
  color: #333333;
  cursor: pointer;
}
.nyWrap .jobList .dl .dt h5 {
  font-weight: normal;
}
.nyWrap .jobList .dl .dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.0933333333rem;
  width: 0;
  height: 0;
  border-left: 0.1466666667rem solid #dbdbdb;
  border-bottom: 0.1066666667rem solid transparent;
  border-top: 0.1066666667rem solid transparent;
}
.nyWrap .jobList .dl .dd {
  background: #f0f0f0;
  padding: 0.16rem 0.24rem;
  font-size: 0.32rem;
  color: #666666;
  line-height: 0.5066666667rem;
  display: none;
}
.nyWrap .jobList .dl .dd .item {
  margin-top: 0.2666666667rem;
}
.nyWrap .jobList .dl .dd .item .tit {
  font-size: 0.3466666667rem;
}
.nyWrap .jobList .dl .dd .item:first-child {
  margin-top: 0;
}
.nyWrap .jobList .dl.on .dt {
  border-color: #f0f0f0;
}
.nyWrap .jobList .dl.on .dt h5 {
  color: #153372;
}
.nyWrap .jobList .dl.on .dt:before {
  border-left-color: #153372;
}
.nyWrap .about {
  font-size: 0.32rem;
  line-height: 0.5066666667rem;
  color: #333333;
}
.nyWrap .about * {
  max-width: 100% !important;
}
.nyWrap .about img {
  max-width: 100% !important;
  height: auto !important;
}
.nyWrap .about .tit {
  text-align: center;
  margin: -0.0666666667rem 0 0.5333333333rem;
}
.nyWrap .about .tit .ch {
  line-height: 0.5866666667rem;
  font-size: 0.48rem;
  color: #f8c400;
  font-weight: normal;
}
.nyWrap .about .tit .en {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #999999;
  font-weight: normal;
  text-transform: uppercase;
}
.nyWrap .honor {
  margin-top: -0.3466666667rem;
}
.nyWrap .honor .hNav {
  margin-bottom: 0.4rem;
  width: 100%;
  overflow: hidden;
}
.nyWrap .honor .hNav .swiper-slide {
  width: auto;
}
.nyWrap .honor .hNav .swiper-slide a {
  display: block;
  height: 1.0666666667rem;
  line-height: 1.0666666667rem;
  position: relative;
  font-size: 0.4rem;
  color: #333333;
}
.nyWrap .honor .hNav .swiper-slide a:before {
  content: "";
  width: 0.5333333333rem;
  height: 0.08rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.2666666667rem;
  border-radius: 0.04rem;
  background: #f6c500;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  opacity: 0;
  visibility: hidden;
}
.nyWrap .honor .hNav .swiper-slide.on a {
  color: #153373;
  font-weight: bold;
}
.nyWrap .honor .hNav .swiper-slide.on a:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}
.nyWrap .honor .honorList li {
  width: 48%;
  margin-bottom: 0.2666666667rem;
}
.nyWrap .honor .honorList li a {
  display: block;
}
.nyWrap .honor .honorList li a .pic {
  width: 100%;
  height: 0;
  /*padding-bottom: 64.705%;*/
  position: relative;
  overflow: hidden;
  height: 2.9333333333rem;
  line-height: 2.9333333333rem;
  font-size: 0;
  background: #f0f0f0;
  text-align: center;
}
.nyWrap .honor .honorList li a .pic img {
  max-width: 100%;
  max-height: 100%;
}
.nyWrap .honor .honorList li a .pic em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nyWrap .honor .honorList li a h5 {
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  font-size: 0.4266666667rem;
  color: #333333;
  font-weight: normal;
}
.nyWrap .honor .honorList li a:hover h5 {
  color: #153373;
}
.nyWrap .honor .honorList li:nth-child(2n) {
  float: right;
}
.nyWrap .honor .honorList.caseList li a .pic {
  height: 0;
  padding-bottom: 134%;
}
.nyWrap .honor.noMarTop {
  margin-top: 0;
}
.nyWrap .contact .mapWrap {
  height: 5rem;
  border: 1px solid #c4c5c6;
  margin-bottom: 0.7466666667rem;
}
.nyWrap .contact .text {
  font-size: 0.32rem;
  line-height: 0.5066666667rem;
  color: #333333;
}
.nyWrap .contact .text .tit {
  font-size: 0.4rem;
  color: #153373;
  font-weight: normal;
}
.nyWrap .devlop {
  position: relative;
}
.nyWrap .devlop .line {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 1.0933333333rem;
  top: 0;
  background: #cdcdcd;
}
.nyWrap .devlop .dl {
  padding-left: 1.3333333333rem;
  position: relative;
  min-height: 38px;
  position: relative;
  padding-bottom: 0.1333333333rem;
}
.nyWrap .devlop .dl .dt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.3466666667rem;
  line-height: 0.5066666667rem;
  color: #6a6a6a;
  font-weight: bold;
}
.nyWrap .devlop .dl .dd {
  line-height: 0.5066666667rem;
}
.nyWrap .devlop .dl:last-child {
  padding-bottom: 0;
}
.nyWrap .devlop .dl:before {
  content: "";
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border: 2px solid #cdcdcd;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 1rem;
  top: 0.16rem;
  z-index: 2;
}
.nyWrap .network ul li {
  width: 32%;
  margin: 0 2% 0.2666666667rem 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 1.0666666667rem;
  line-height: 1.0666666667rem;
  text-align: center;
  font-size: 0.32rem;
  color: #333;
}
.nyWrap .network ul li a {
  display: block;
}
.nyWrap .network ul li:hover {
  border-color: #153373;
  background: #153373;
  color: #fff;
}
.nyWrap .network ul li:nth-child(3n) {
  margin-right: 0;
}

/*# sourceMappingURL=common.css.map */
<!--耗时1756376394.3714秒-->