@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
.ease {
  transition: all .3s linear;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
html {
  width: 100%;
  min-height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  font: 0.24rem/1.6 "Microsoft Yahei", Arial;
  color: #333;
  background: #f1f1f1 url(../images/bodybg.jpg) repeat 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:before,
body:after {
  content: "";
  width: 100%;
  display: block;
}
body:before {
  height: .84rem;
}
body:after {
  height: .9rem;
}
img {
  border: 0px;
}
em,
b {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: .24rem;
}
ul,
ol {
  list-style-type: none;
}
input,
button,
textarea {
  outline: none;
  font-family: "Microsoft Yahei", Arial;
  font-size: .24rem;
  -webkit-appearance: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.hidden {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
}
/*公用样式*/
.layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.tac {
  text-align: center;
}
.hide,
.hidden {
  display: none;
}
.icon,
.iconbef:before,
.iconbef:after {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  background-size: 4rem auto;
  vertical-align: middle;
}
.iconbef:before,
.iconbef:after {
  content: "\20";
  display: block;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: .9rem;
  z-index: 101;
  background: #000;
  opacity: .6;
}
/******HTML默认结束******/
/***************top and bottom css*********************/
/**header_main**/
.header_main {
  width: 100%;
  height: .9rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #c21d24;
}
.header_main .header {
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 10;
}
.header_main .bg {
  width: 100%;
  height: .92rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/headerbg.png) no-repeat center top;
  background-size: auto .92rem;
}
.header_main .logo {
  display: block;
  padding-top: .06rem;
  color: #c21d24;
  width: 70%;
  padding-left: .1rem;
}
.header_main .logo img {
  display: block;
  height: .8rem;
  max-width: 1000%;
}
.header_main .search_ico {
  display: block;
  position: absolute;
  right: .9rem;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: .8rem;
  height: .9rem;
  padding-top: .26rem;
}
.header_main .search_ico:before {
  width: .4rem;
  height: .4rem;
  margin: 0 auto;
  background-position: -0.65rem 0;
}
.header_main .search_ico.on {
  background: #f5f5f5;
}
.header_main .search_ico.on:before {
  background-position: -1.92rem 0;
}
.header_main .tsearch {
  width: 100%;
  height: 1rem;
  padding: .2rem 3%;
  position: absolute;
  left: 0;
  top: .9rem;
  z-index: 1122;
  background: #f5f5f5;
}
.header_main .tsearch .txt {
  width: 75%;
  color: #000;
  text-indent: .3rem;
  color: #666;
  font-size: .22rem;
  height: .6rem;
  background: #fff;
  border: none;
  position: absolute;
  left: 3%;
  top: .2rem;
  border-bottom-left-radius: .5rem;
  border-top-left-radius: .5rem;
}
.header_main .tsearch .btn {
  color: #fff;
  font-size: .22rem;
  width: 20%;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  border: 0px;
  background: url(../images/search-ico.png) no-repeat center #c21d24;
  position: absolute;
  right: 3%;
  top: .2rem;
  border-bottom-right-radius: .5rem;
  border-top-right-radius: .5rem;
  background-size: .4rem auto;
}
.header_main .navbtn {
  width: .9rem;
  height: .9rem;
  padding-top: .28rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.header_main .navbtn:before {
  width: .42rem;
  height: .4rem;
  display: block;
  margin: 0 auto;
  background-position: -1.4rem 0;
}
.header_main .navbtn.cur:before {
  background-position: 0 0;
}
.header_main .goBack {
  width: 1rem;
  height: .9rem;
  position: absolute;
  left: 0;
  top: 0;
}
.header_main .goBack:before {
  width: 0.24rem;
  height: 0.4rem;
  margin: .28rem auto 0;
  background-position: -2.62rem -0.44rem;
  display: block;
}
.header_main h3 {
  font-size: .3rem;
  text-align: center;
  color: #fff6d6;
  position: relative;
  z-index: 100;
  width: 50%;
  margin: 0 auto;
  height: 0.9rem;
  line-height: 0.9rem;
}
.header_main h3 s {
  width: .24rem;
  height: .2rem;
  display: inline-block;
  margin-left: .06rem;
  background-position: -3.46rem 0;
}
.header_main h3.on s {
  background-position: -3.12rem 0;
}
.header_main .menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: .9rem;
  padding: .3rem 3% .2rem;
  z-index: 11;
  background: url(../images/bodybg.jpg) repeat 0 0;
  display: none;
}
/*subNav*/
.subNav {
  position: fixed;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: .9rem;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.subNav .subNavCon {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/bodybg.jpg) repeat 0 0;
}
.subNav ul {
  width: 100%;
  padding: .1rem 0 .5rem;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 1rem;
}
.subNav li {
  width: 94%;
  display: block;
  line-height: 0.8rem;
  margin: 0 3%;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.subNav li a {
  display: block;
  color: #333;
  font-size: 0.26rem;
  width: 100%;
  float: left;
}
.subNav li s {
  width: .3rem;
  height: .3rem;
  display: block;
  text-align: center;
  color: #333;
  font-size: .24rem;
  background-position: -0.98rem -0.52rem;
  margin-top: .28rem;
  position: absolute;
  right: .1rem;
  top: 0;
}
.subNav li .box {
  display: none;
}
.subNav li .box a {
  border-color: #f9f9f9;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #333 !important;
  font-size: .24rem;
}
.subNav li.on > a {
  color: #c21d24;
}
.subNav li.on s {
  background-position: -1.38rem -0.52rem;
}
.subNav li.hover a {
  color: #c21d24;
}
.subNavShow {
  display: block;
}
/***footer****/
.footer_main {
  text-align: center;
  color: #dddddd;
  line-height: .4rem;
  font-size: .2rem;
  padding: .6rem 0 .4rem;
  background: #1f1f1f url(../images/footerbg.jpg) no-repeat center top;
}
.footer_main a {
  color: #dddddd;
}
.navBar {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: .9rem;
  position: fixed;
  bottom: 0px;
  z-index: 100;
  background: #fff;
}
.navBar ul {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -0.1rem;
  height: 1rem;
  margin: 0 auto;
  background: url(../images/navBarbg.png) no-repeat center top;
  background-size: cover;
}
.navBar ul li {
  float: left;
  width: 25%;
  height: 1rem;
}
.navBar ul li a {
  width: 100%;
  height: 1rem;
  padding-top: .15rem;
  font-size: .22rem;
  display: block;
  text-align: center;
  color: #fbeccd;
}
.navBar ul li a:before {
  width: .45rem;
  height: .42rem;
  display: block;
  margin: 0 auto;
}
.navBar ul li:nth-child(1) a:before {
  background-position: 0.06rem -0.92rem;
}
.navBar ul li:nth-child(2) a:before {
  background-position: -0.528rem -0.92rem;
}
.navBar ul li:nth-child(3) a:before {
  background-position: -1.12rem -0.92rem;
}
.navBar ul li:nth-child(4) a:before {
  background-position: -1.7rem -0.92rem;
}
/*悬浮工具*/
.g_top {
  width: 0.68rem;
  height: 0.68rem;
  padding-top: 0.12rem;
  background: #000;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 1.4rem;
  display: block;
  z-index: 999;
  opacity: 0.89;
}
.g_top:before {
  width: 0.42rem;
  height: 0.36rem;
  margin: 0.08rem auto 0;
  background-position: -2.58rem 0;
}
.g_top:hover {
  background: #c21d24;
}
/***************top and bottom css end*********************/
/* imgtog */
.imgtog {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 4.8rem;
}
.imgtog .list {
  float: left;
  width: 500%;
  height: 4.8rem;
}
.imgtog .list .item {
  float: left;
  width: 20%;
  height: 4.8rem;
}
.imgtog .list .item img {
  width: 100%;
  height: 4.8rem;
  display: block;
}
.imgtog .bg {
  width: 100%;
  height: .4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: url(../images/bannerbg-line.png) no-repeat center bottom;
  background-size: auto .4rem;
}
.imgtog .prev,
.imgtog .next {
  width: .3rem;
  height: .45rem;
  position: absolute;
  top: .9rem;
  z-index: 20;
}
.imgtog .prev {
  left: .1rem;
  background-position: -0.98rem 0;
}
.imgtog .next {
  right: .1rem;
  background-position: -1.4rem 0;
}
.imgtog .tip {
  height: .2rem;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: .65rem;
  margin-left: 0;
  z-index: 10;
}
.imgtog .tip span {
  width: .32rem;
  height: .3rem;
  margin: 0 .08rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  background: url(../images/banner-ico.png) no-repeat 0 center;
  background-size: auto .3rem;
}
.imgtog .tip span.cur {
  background-position: -0.42rem center;
}
.imgtog.banner {
  height: 4rem;
}
.imgtog.banner .list {
  height: 4rem;
}
.imgtog.banner .list .item {
  height: 4rem;
}
.imgtog.banner .list .item img {
  height: auto;
}
.showInfo .imgtog {
  height: 6.4rem;
}
.showInfo .imgtog .list {
  height: 6.4rem;
}
.showInfo .imgtog .list .item {
  height: 6.4rem;
}
.showInfo .imgtog .list .item img {
  height: 6.4rem;
}
.iMore {
  width: 94%;
  height: .75rem;
  line-height: .73rem;
  text-align: center;
  color: #fff;
  margin: .3rem auto .3rem;
  display: block;
  background: url(../images/indexMorebg.png) no-repeat center center;
  font-family: "宋体";
  background-size: auto .75rem;
  border-radius: .06rem;
}
.iMore.iMore2 {
  background-image: url(../images/indexmorebg2.png);
}
.iMore:link,
.iMore:visited {
  color: #fff;
}
.indexmore {
  text-align: center;
  padding: .2rem 0;
}
.indexTit {
  width: 100%;
  height: .6rem;
  line-height: .58rem;
  margin-bottom: .4rem;
  text-align: center;
  color: #c21d24;
  font-weight: bold;
  font-size: .5rem;
  background: url(../images/indexTitbg.png) no-repeat center center;
  background-size: auto .6rem;
}
.menu {
  padding: 0 3% .15rem;
}
.menu a {
  width: 48.5%;
  margin: 0 3% .2rem 0;
  overflow: hidden;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  background: url(../images/itab-libg.png) no-repeat center center;
  background-size: auto .75rem;
  display: block;
  font-size: .26rem;
  color: #fff;
  font-weight: bold;
  font-family: "宋体";
  float: left;
}
.menu a:nth-child(2n) {
  margin-right: 0;
}
.menu a:hover,
.menu a.hover {
  background-image: url(../images/itab-libg-hover.png);
}
.prolist {
  padding: 0 3% 0;
}
.prolist .item {
  width: 48.5%;
  float: left;
  margin: 0 3% .26rem 0;
  padding: .12rem .12rem 0;
  text-align: center;
  background: url(../images/pro-libg.png) no-repeat center top;
  background-size: cover;
}
.prolist .item a {
  width: 100%;
  display: block;
}
.prolist .item:nth-child(2n) {
  margin-right: 0;
}
.prolist .item figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: .05rem;
  border-bottom: 1px solid #dddddd;
}
.prolist .item figure img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-top-right-radius: .05rem;
  border-top-left-radius: .05rem;
}
.prolist .item h3 {
  height: 0.68rem;
  line-height: 0.68rem;
  overflow: hidden;
}
.prolist.prolist4 .item {
  background-image: url(../images/icaselibg.png);
}
.prolist.prolist4 .item figure {
  padding-top: 75%;
}
.baselist {
  padding: 0 3%;
}
.baselist .item {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  margin-bottom: .16rem;
  text-align: center;
}
.baselist .item a {
  width: 100%;
  display: block;
}
.baselist .item:nth-child(2n) {
  margin-right: 0;
}
.baselist .item figure {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.baselist .item figure s {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  background: url(../../images/zz.png) no-repeat center center;
  background-size: cover;
}
.baselist .item figure img {
  width: 99%;
  height: 99%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: .05rem;
}
.baselist .item h3 {
  height: 0.72rem;
  line-height: 0.72rem;
  overflow: hidden;
}
.baselist img {
  max-width: 100%;
}
/*newslist*/
.newslist {
  padding: 0 3% .02rem;
}
.newslist .item {
  padding-left: 1.62rem;
  margin-bottom: .4rem;
  position: relative;
  display: block;
}
.newslist .item .time {
  width: 1.2rem;
  height: 1.2rem;
  padding-top: .25rem;
  padding-right: .06rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: url(../images/news-timebg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  font-size: .2rem;
}
.newslist .item .time .day {
  display: block;
  font-size: .24rem;
}
.newslist .item img {
  width: 1.8rem;
  height: 1.35rem;
  display: block;
  margin-right: .25rem;
}
.newslist .item h3 {
  font-size: .3rem;
  line-height: 0.45rem;
  height: 0.45rem;
  margin-bottom: .06rem;
  overflow: hidden;
  color: #333333;
}
.newslist .item .txt {
  color: #666666;
  line-height: .3rem;
  height: .6rem;
  overflow: hidden;
  font-size: .22rem;
}
/**********************index css*************************/
.iproduct {
  width: 100%;
  padding: .3rem 0;
}
.iadvan {
  width: 100%;
  padding: .8rem 0 .5rem;
  background: url(../images/iadvanbg.jpg) no-repeat center top;
  background-size: cover;
}
.iadvan .indexTit {
  margin-bottom: .45rem;
  background-image: url(../images/indexTitbg2.png);
  color: #fff;
}
.iadvan .list {
  margin: 0 3% 1.3rem;
}
.iadvan li {
  width: 48%;
  height: 6rem;
  margin: 0 4% .25rem 0;
  padding-top: .6rem;
  float: left;
  position: relative;
  background: url(../images/iadvan-libg.png) no-repeat center top;
  background-size: cover;
}
.iadvan li:nth-child(2n) {
  margin-right: 0;
}
.iadvan li .img {
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.iadvan li .img img {
  width: 1.98rem;
  height: 1.98rem;
  margin: 0 auto;
  display: block;
}
.iadvan li .img:before {
  width: 100%;
  height: 100%;
  content: "\20";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: url(../images/advan-zz.png) no-repeat center center;
  background-size: cover;
}
.iadvan li h3 {
  width: 100%;
  height: .62rem;
  line-height: .62rem;
  text-align: center;
  color: #fff;
  font-family: "宋体";
  font-weight: bold;
  margin: .2rem auto .2rem;
  font-size: .26rem;
  background: url(../images/iadvan-h3bg.png) no-repeat center center;
  background-size: auto .62rem;
}
.iadvan li .txt {
  line-height: .3rem;
  font-size: .22rem;
  padding: 0 .3rem;
  height: 1.2rem;
  overflow: hidden;
  text-align: center;
}
.ixbanner {
  width: 100%;
}
.ixbanner .img {
  display: block;
  margin: 0 auto;
  max-width: 6rem;
  height: .8rem;
}
.ixbanner .btn {
  padding-top: .32rem;
  text-align: center;
}
.ixbanner .btn a {
  display: inline-block;
  width: 2.8rem;
  height: .75rem;
  line-height: .72rem;
  text-align: center;
  margin: 0 .1rem;
  background: url(../images/ixbanner-btnbg.png) no-repeat 0 center;
  background-size: auto .75rem;
  color: #fbeccd;
}
.ixbanner .btn a:before {
  width: .32rem;
  height: .38rem;
  display: inline-block;
  margin-right: .14rem;
}
.ixbanner .btn a.zx:before {
  background-position: 0 -0.5rem;
}
.ixbanner .btn a.tel {
  background-position: -3rem center;
  color: #333;
}
.ixbanner .btn a.tel:before {
  background-position: -0.44rem -0.5rem;
}
.icase {
  padding: .6rem 0;
}
.icase .indexTit {
  margin-bottom: .5rem;
}
.icase .imgtog {
  width: 6.01rem;
  height: 4.57rem;
  display: block;
  margin: 0 auto .25rem;
  background: url(../images/icase-libigbg.png) no-repeat center center;
  background-size: cover;
}
.icase .imgtog .list {
  height: 4.57rem;
}
.icase .imgtog .item {
  width: 6.01rem;
  height: 4.57rem;
  overflow: hidden;
  padding-top: .1rem;
}
.icase .imgtog .item img {
  width: 5.8rem;
  height: 4.35rem;
  display: block;
  margin: 0 auto;
}
.icase .imgtog .tip {
  padding-right: .3rem;
  text-align: right;
  bottom: .3rem;
}
.icase .imgtog .tip span {
  width: .2rem;
  height: .2rem;
  background: url(../images/case-tip.png) no-repeat 0 center;
  background-size: auto .2rem;
  margin: 0 .08rem;
}
.icase .imgtog .tip span.cur {
  background-position: -0.3rem center;
}
.icase .prolist4 {
  width: 6rem;
  margin: 0 auto;
  padding: 0;
}
.iabout {
  width: 100%;
  height: 17.7rem;
  position: relative;
  padding: 1.1rem 0;
  background: url(../images/iaboutbg.jpg) no-repeat center bottom;
  background-size: cover;
}
.iabout .indexTit {
  margin-bottom: 1.3rem;
  color: #fff;
  background-image: url(../images/indexTitbg3.png);
}
.iabout .iaboutcon {
  width: 6rem;
  height: 9.66rem;
  padding: 3.3rem 0 0;
  margin: 0 auto 2.4rem;
  background: url(../images/iabouttxtbg.jpg) no-repeat center top;
  background-size: center top;
  position: relative;
  background-size: cover;
}
.iabout .iaboutcon .img1,
.iabout .iaboutcon iframe {
  width: 5.4rem;
  height: 4.05rem;
  position: absolute;
  left: .3rem;
  top: -0.76rem;
  display: block;
  overflow: hidden;
}
.iabout .iaboutcon .img2 {
  width: 4.05rem;
  position: absolute;
  left: 1.2rem;
  bottom: -1.5rem;
  display: block;
}
.iabout .iaboutcon .t {
  color: #fbeccd;
  font-size: .3rem;
  font-family: "宋体"; text-align: center;
  padding: .4rem .3rem .25rem;
}
.iabout .iaboutcon .txt {
  color: #fbeccd; text-align: center;
  font-size: .22rem;
  line-height: .4rem;
  height: 1.6rem;
  overflow: hidden;
  padding: 0 .3rem;
}
.iabout .iaboutcon .more {
  width: 3.68rem;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  color: #333;
  background: url(../images/iabout-morebg.png) no-repeat center center;
  font-weight: bold;
  background-size: cover;
  display: block;
  margin: .5rem auto 0;
}
.iabout .ixbanner .btn .zx {
  background-position: -6.02rem center;
  color: #c21d24;
}
.iabout .ixbanner .btn .zx:before {
  background-position: -1.74rem -0.5rem;
}
.inews {
  padding: .6rem 0 .4rem;
}
/***************index css end*********************/
.content {
  padding: .4rem 0 .5rem;
  min-height: 7.5rem;
  width: 100%;
  overflow: hidden;
}
.singlePage .txtcom{ padding:0 3% .2rem; } 
.singlePage .txtcom img{ max-width:100%; display:block; }  
/****reLink***/
/*reLink*/
.reLink {
  margin: .2rem 0 .2rem;
  text-align: left;
  border: 1px solid #dddddd;
  color: #333;
}
.reLink .prevLink,
.reLink .nextLink {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
  overflow: hidden;
  text-indent: .18rem;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.reLink .nextLink {
  border-bottom: 0;
}
.recomCon .tit2 {
  font-size: .3rem;
  padding: .28rem 3%;
}
.recomCon .tit2 a {
  float: right;
  font-size: .24rem;
  margin-top: .08rem;
  color: #666;
}
.singlePage .txtcon {
  line-height: .42rem;
  padding: 0 3%;
}
.singlePage .txtcon img {
  max-width: 100%;
  height: auto !important;
}
.singlePage .tit {
  text-align: center;
  padding: .1rem 0 .4rem;
}
.singlePage .tit .p1 {
  font-size: .3rem;
  margin-bottom: .1rem;
}
.singlePage .tit .p2 {
  font-size: .2rem;
}
.singlePage .tit .p2 a {
  color: #c21d24;
}
/*imsg*/
.imsglist {
  width: 94%;
  margin: 0 auto;
}
.imsglist .item {
  width: 100%;
  height: .7rem;
  line-height: .68rem;
  margin-bottom: .22rem;
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: .06rem;
  overflow: hidden;
}
.imsglist .item .red {
  position: absolute;
  left: .05rem;
  top: .02rem;
  color: red;
}
.imsglist .item .t {
  width: 1.58rem;
  height: .68rem;
  border-right: 1px solid #dcdcdc;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  background: #f8f8f8;
  color: #999999;
}
.imsglist .item .txt {
  width: 100%;
  height: .68rem;
  padding-left: 1.68rem;
  line-height: .65rem;
  border: 0px;
  background: none;
  outline: none;
  color: #666;
}
.imsglist .item.textarea {
  width: 100%;
  margin-bottom: .2rem;
  height: 2.08rem;
}
.imsglist .item.textarea .t {
  height: 2.08rem;
}
.imsglist .item.textarea textarea {
  width: 100%;
  color: #666;
  overflow: hidden;
  box-sizing: border-box;
  padding: .1rem 0 .1rem 1.69rem;
  height: 2.08rem;
  font-family: "微软雅黑";
  resize: none;
  border: 0;
  background: none;
}
.imsglist .submit {
  width: 100%;
  height: .7rem;
  cursor: pointer;
  border: 0;
  line-height: .7rem;
  text-align: center;
  color: #fff;
  display: block;
  background: #c21d24;
  border-radius: .06rem;
}
.contactPage {
  padding-top: .2rem;
}
.contactPage .txtcon {
  line-height: .42rem;
  padding: 0 3% .4rem;
}
.contactPage .txtcon img {
  max-width: 100%;
  height: auto !important;
}
.contactPage .tit {
  text-align: center;
  padding: .3rem 0 .4rem;
}
.contactPage .tit .p1 {
  font-size: .3rem;
  margin-bottom: .1rem;
}
.contactPage .tit .p2 {
  font-size: .2rem;
}
.contactPage .tit .p2 a {
  color: #c21d24;
}
.contactPage .conlist {
  width: 94%;
  margin: 0 auto;
  padding-bottom: .2rem;
}
.contactPage .conlist .item {
  width: 100%;
  color: #333333;
  padding: .3rem 0 .26rem .7rem;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.contactPage .conlist .item s {
  width: .7rem;
  height: .55rem;
  display: block;
  position: absolute;
  left: 0;
  top: .32rem;
  background: url(../images/contact-ico.png) no-repeat 0.1rem 0;
  background-size: auto .55rem;
}
.contactPage .conlist .item span {
  line-height: .26rem;
  color: #333333;
  margin-bottom: .07rem;
  font-size: .26rem;
  display: block;
}
.contactPage .conlist .item strong {
  font-family: arial;
  font-weight: normal;
  color: #c21d24;
}
.contactPage .conlist .item strong a {
  font-size: .26rem;
  color: #c21d24;
  font-weight: bold;
}
.contactPage .conlist .item.email s {
  background-position: -1.45rem center;
}
.contactPage .conlist .item.address s {
  background-position: -0.65rem center;
}
.contactPage .conlist .item.address strong {
  color: #666;
  font-size: .22rem;
  font-weight: normal;
}
.contactPage .mapArea {
  width: 100%;
  height: 3.4rem;
  overflow: hidden;
  margin: 0 0 .3rem;
}
/*showInfo*/
.showInfo article {
  width: 100%;
  padding: 0 3%;
  text-align: center;
}
.showInfo article .mark {
  font-size: .22rem;
  padding: .2rem 0 .2rem;
  text-align: center;
  color: #666666;
  border-bottom: 1px solid #e2e2e2;
}
.showInfo article .mark span {
  margin: 0 .06rem;
}
.showInfo article .title {
  font-size: .36rem;
  line-height: .44rem;
  text-align: center;
}
.showInfo article .contxt {
  padding: .2rem 0 .4rem;
  line-height: .42rem;
  text-align: left;
  color: #666666;
}
.showInfo article .contxt img {
  max-width: 100%;
  height: auto !important;
}
.showInfo.showPro {
  padding-top: 0;
}
.showInfo.showPro .title {
  padding: .2rem 0;
  color: #c21d24;
  text-align: left;
}
.showInfo.showPro .show-tit {
  width: 100%;
  text-align: left;
  background: url(../images/show-titbg.png) no-repeat center right;
  font-size: .3rem;
  color: #c21d24;
  background-size: 6.4rem auto;
}
.BMap_bubble_title a {
  border-radius: .03rem;
  display: inline-block;
  height: .45rem;
  line-height: .45rem;
  overflow: hidden;
  padding: 0 .2rem;
  font-size: .2rem;
  background: #c21d24;
  color: #fff;
}
.BMap_bubble_title a:hover {
  background: #ffde00;
  font-size: .2rem;
}
.BMap_bubble_title span {
  display: block;
  line-height: .28rem;
}
.BMap_bubble_content {
  font-size: .2rem;
  line-height: .26rem;
}
/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 640px;
  min-width: 320px;
}
#nativeShare .label {
  width: 1rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}
#nativeShare .list {
  width: 5rem;
  float: right;
}
#nativeShare .list span {
  height: 0.9rem;
  width: 0.9rem;
  padding: 0;
  display: inline-block;
}
#nativeShare .list span i {
  margin: 0 auto;
  width: 0.63rem;
  height: 0.63rem;
  display: block;
}
#nativeShare .weibo i {
  background-image: url('../images/weibo.png');
  background-size: cover;
}
#nativeShare .weixin i {
  background-image: url('../images/weixin_friend.png');
  background-size: cover;
}
#nativeShare .weixin_timeline i {
  background-image: url('../images/weixin.png');
  background-size: cover;
}
#nativeShare .qq i {
  background-image: url('../images/qq.png');
  background-size: cover;
}
#nativeShare .qzone i {
  background-image: url('../images/qqzone.png');
  background-size: cover;
}
#nativeShare .more i {
  background-image: url('../images/more.png');
  background-size: cover;
}
#nativeShare .list span.qzone,
#nativeShare .list span.more {
  width: 0.73rem;
}
#fenxiang {
  display: none;
}
.fenx {
  height: 1.0rem;
  width: 100%;
}
.fenx .tt {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}
.fenx .bdsharebuttonbox {
  width: 80%;
  float: right;
}
.fenx .bdsharebuttonbox a {
  margin-left: 0.2rem;
}
#bdfx a {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0;
  padding: 0;
  margin: 0px 0.08rem;
  display: inline-block;
}
#bdfx .d1 {
  background: url(../images/qqzone.png) no-repeat center;
  background-size: 100% 100%;
}
#bdfx .d2 {
  background: url(../images/weibo.png) no-repeat center;
  background-size: 100% 100%;
}
embed {
  width: 100% !important;
  height: auto !important;
}
/******common css end*******/
.g_wximg {
  position: fixed;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  display: none;
}
.g_wximg .close {
  background: url(../images/close.png) no-repeat center;
  background-size: .4rem auto;
  width: .4rem;
  height: .4rem;
  cursor: pointer;
  position: fixed;
  right: 18%;
  top: 18%;
  text-align: center;
  display: block;
  z-index: 12;
}
.g_wximg .bdtel img {
  width: 4.0rem !important;
  display: block;
}
.bdtel {
  position: fixed;
  top: 22%;
  z-index: 10;
  padding: 0 0 .1rem;
  max-width: 640px;
  min-width: 320px;
}
.bdtel .upIn {
  width: 6.4rem;
  display: block;
  text-align: center;
  color: #fff;
  padding: 4%;
  margin: 0 auto;
}
.bdtel p {
  padding: 2%;
  text-align: center;
  color: #fff;
}
.bdtel img {
  margin: 0 auto;
  display: block;
  max-width: 80% !important;
}
.bdtelbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 640px;
  min-width: 320px;
  display: none;
}
.bga {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
/*****通用*****/
@media only screen and (min-width: 641px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 540px) {
  html {
    font-size: 84.375px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 64.6875px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 62.5px;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 58.5938px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 56.25px;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
