﻿@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: #333;
  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: .24rem/1.6 "Microsoft Yahei", Arial;
  color: #333;
  background: #fff;
  -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: .86rem;
}
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: #aaa;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
.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;
}
.left {
  float: left;
}
.right {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.tac {
  text-align: center;
}
.ico,
.icobef:before,
.icobef:after {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  background-size: 5rem auto;
  vertical-align: middle;
}
.icobef:before,
.icobef:after {
  content: "\20";
  display: block;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: .86rem;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 1px 2px .04rem rgba(0, 0, 0, 0.1);
}
.header .tel {
  border-left: 1px solid #f1f1f1;
  height: .52rem;
  float: left;
  margin-top: .23rem;
  padding-left: .13rem;
  margin-left: .13rem;
  overflow: hidden;
}
.header .tel p {
  font-size: .17rem;
  line-height: .18rem;
}
.header .tel p i {
  width: .18rem;
  height: .18rem;
  background-position: -3.13rem 0;
  margin-right: .05rem;
}
.header .tel h3 {
  font-size: .3rem;
  line-height: .32rem;
  font-weight: bold;
}
.header .logo {
  float: left;
  margin: .17rem 0 0 .26rem;
  display: block;
}
.header .logo img {
  height: .52rem;
  display: block;
}
.header .navBtn {
  width: .8rem;
  height: .86rem;
  text-align: center;
  position: absolute;
  right: 0rem;
  top: 0;
  z-index: 11;
  background: #cc0e17;
}
.header .navBtn i {
  width: .37rem;
  height: .3rem;
  display: block;
  right: .2rem;
  top: .29rem;
  z-index: 11;
  position: absolute;
  background-position: -2.2rem 0;
  transition-duration: .5s;
}
.header .navBtn.close {
  z-index: 222;
}
.header .navBtn.close span {
  z-index: 222;
}
.header .navBtn.close span:nth-child(2) {
  left: -100%;
  opacity: 0;
}
.header .navBtn.close span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.header .navBtn.close span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}
.header .topsearch {
  width: .45rem;
  height: .45rem;
  position: absolute;
  left: .31rem;
  top: .3rem;
  text-align: center;
}
.header .topsearch:before {
  width: .45rem;
  height: .45rem;
  margin: .0rem auto 0;
  background-position: 0 0;
}
.header .on:before {
  background-position: -1.63rem 0;
}
/*tsearch*/
.header .tsearch {
  width: 100%;
  height: 1rem;
  padding: .2rem 3%;
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 1122;
  background: #efefef;
  border-top: 1px solid #d3d3d3;
}
.header .tsearch .txt {
  width: 75%;
  color: #000;
  text-indent: .68rem;
  color: #666;
  font-size: .22rem;
  height: .6rem;
  background: none;
  border: 1px solid #bbb;
  position: absolute;
  left: 3%;
  top: .2rem;
}
.header .tsearch .btn {
  color: #fff;
  font-size: .22rem;
  width: 20%;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  border: 0px;
  background: #cc0e17;
  position: absolute;
  right: 3%;
  top: .2rem;
}
.header .tsearch:before {
  width: .45rem;
  height: .45rem;
  position: absolute;
  left: .3rem;
  top: .3rem;
  background-position: 0 0;
}
.header .tsearch.bsearch {
  display: block;
  position: relative;
  z-index: 10;
  margin: .3rem auto;
  background: none;
  border-top: 0;
  top: 0;
}
.header .tsearch.bsearch .txt {
  height: .76rem;
}
.header .tsearch.bsearch .btn {
  height: .76rem;
  line-height: .76rem;
}
.header .tsearch.bsearch:before {
  top: .36rem;
}
/* banner */
.banner {
  position: relative;
  overflow: hidden;
}
.banner,
.banner li a {
  display: block;
  width: 100%;
}
.banner .list {
  float: left;
  width: 500%;
}
.banner .list li {
  float: left;
  width: 20%;
}
.banner .list img {
  display: block;
  width: 100%;
}
.banner {
  position: relative;
}
.banner .tip {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: .3rem;
  z-index: 10;
}
.banner .tip li {
  margin: 0 .12rem;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}
.banner .tip li span {
  width: .18rem;
  height: .18rem;
  display: block;
  box-sizing: border-box;
  background: none;
  border: .04rem solid #fff;
  border-radius: 100%;
}
.banner .tip li.cur span {
  background: #cc0e17;
}
.index_tit {
  padding-top: .37rem;
  padding-bottom: .37rem;
  text-align: center;
}
.index_tit h3 {
  font-size: .4rem;
  position: relative;
  color: #be0101;
}
.index_tit p {
  font-size: .3rem;
  padding-top: .05rem;
  color: #666;
}
.more {
  background: #be0101;
  height: .77rem;
  line-height: .77rem;
  box-sizing: border-box;
  margin: 0 auto .5rem;
  border-radius: .1rem;
  text-align: center;
}
.more a {
  display: block;
  color: #fff;
  font-size: .3rem;
}
.index_1 {
  background: url(../images/index_1.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: .3rem;
}
.index_1 .index_tit h3 {
  color: #333;
}
.index_1 .t {
  text-align: center;
  font-size: .34rem;
  margin-bottom: .3rem;
}
.index_1 .t h2 {
  color: #be0101;
}
.index_1 li {
  margin-bottom: .4rem;
}
.index_1 li .text .left {
  width: 15%;
  font-size: .6rem;
  color: #be0101;
  line-height: .62rem;
}
.index_1 li .text .right {
  width: 85%;
}
.index_1 li .text .right h4 {
  font-size: .17rem;
  color: #b7b7b7;
  padding-bottom: .1rem;
}
.index_1 li .text .right h3 {
  font-size: .25rem;
}
.index_1 li .text .right span {
  display: block;
  width: .31rem;
  height: 0.04rem;
  background: #be0101;
  margin: .12rem 0;
}
.index_1 li .img {
  margin-top: .3rem;
}
.index_1 li .img img {
  display: block;
  max-width: 100%;
}
.index_1 li:last-child {
  margin-bottom: 0;
}
.box_body {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.5rem 0.25rem .4rem;
  box-shadow: 0.04rem 0.05rem 0.05rem rgba(0, 0, 0, 0.03);
  margin: 0rem 0.3rem .4rem;
}
.index_2 {
  border-bottom: #f0f1f5 solid .5rem;
}
.index_2 .more {
  margin: 0 .3rem .5rem;
}
.index_2 ul {
  padding: 0 .3rem .2rem;
}
.index_2 li {
  width: 32%;
  margin-right: 2%;
  float: left;
  background: #fff;
  text-align: center;
  height: .69rem;
  border: 1px solid #e9e9e9;
  line-height: .69rem;
  margin-bottom: .17rem;
  font-size: .25rem;
  border-radius: .05rem;
  box-sizing: border-box;
}
.index_2 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index_2 li:last-child {
  margin-right: 0;
}
.index_2 .on {
  background: #be0101;
  color: #fff;
}
.index_2 .on a {
  color: #fff;
}
.index_2 .swiper-container-horizontal > .swiper-pagination-bullets,
.index_2 .swiper-pagination-custom,
.index_2 .swiper-pagination-fraction {
  bottom: .5rem;
}
.index_2 .swiper-container {
  padding-bottom: 1.2rem;
}
.index_2 .swiper-container {
  margin: 0 .3rem;
}
.index_2 .swiper-container .swiper-slide img {
  display: block;
  max-width: 100%;
}
.index_2 .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
  background: #fff;
  border: .05rem solid #7f7f7f;
  box-sizing: border-box;
  opacity: 1;
}
.index_2 .swiper-pagination-bullet-active {
  border-color: #be0101;
}
.floor_4 {
  padding: 0 .3rem;
  border-bottom: .4rem solid #eee;
}
.floor_4 .hd {
  margin-bottom: .2rem;
}
.floor_4 .hd li {
  width: 47%;
  float: left;
  background: #eff3f6;
  text-align: center;
  height: .8rem;
  line-height: .8rem;
  margin-bottom: .17rem;
  border-radius: .05rem;
  font-size: .25rem;
}
.floor_4 .hd li:nth-child(2n) {
  float: right;
}
.floor_4 .hd .on {
  background: #cc0e17;
  color: #fff;
  border-color: #be0101;
}
.floor_4 .bd {
  text-align: center;
}
.floor_4 .bd img {
  max-width: 100%;
}
.floor_4 .bd h3 {
  font-size: .4rem;
  padding-top: .4rem;
}
.floor_4 .bd h4 {
  font-size: .3rem;
  padding-bottom: .2rem;
}
.floor_4 .bd h4 span {
  color: #be0101;
  font-weight: bold;
}
.floor_4 .bd .p {
  line-height: .3rem;
  font-size: .24rem;
}
.floor_4 .more {
  text-align: center;
  margin-top: .3rem;
}
.floor_5 .hd li {
  width: 32%;
  margin-right: 2%;
  float: left;
  background: #fff;
  text-align: center;
  height: .69rem;
  border: 1px solid #e9e9e9;
  line-height: .69rem;
  margin-bottom: .17rem;
  font-size: .25rem;
  border-radius: .05rem;
  box-sizing: border-box;
}
.floor_5 .hd li:last-child {
  margin-right: 0;
}
.floor_5 .hd .on {
  background: #be0101;
  color: #fff;
}
.floor_5 .hd .on a {
  color: #fff;
}
.floor_5 .bd dd {
  width: 47%;
  float: left;
  border: 1px solid #e5e5e5;
  padding: .1rem;
  margin-bottom: .3rem;
}
.floor_5 .bd dd figure {
  width: 100%;
  padding-top: 133.33%;
  overflow: hidden;
  position: relative;
}
.floor_5 .bd dd figure img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.floor_5 .bd dd h3 {
  font-size: .25rem;
  padding-top: .2rem;overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;

}
.floor_5 .bd dd p {
  font-size: .2rem;overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;

}
.floor_5 .bd dd:nth-child(2n) {
  float: right;
}
.floor_5 .hd li:nth-child(2n) {
  float: left;
}
.index_3 {
  background: #eee;
  padding-bottom: .5rem;
}
.index_3 .more {
  margin: 0 .3rem;
}
.index_3 .box_body {
  padding-bottom: 0rem;
}
.index_3 .swiper-container-horizontal > .swiper-pagination-bullets,
.index_3 .swiper-pagination-custom,
.index_3 .swiper-pagination-fraction {
  bottom: .5rem;
}
.index_3 .swiper-container {
  padding-bottom: 1.2rem;
}
.index_3 .swiper-container .swiper-slide img {
  display: block;
  max-width: 100%;
}
.index_3 .swiper-container .swiper-slide h3 {
  border-bottom: 1px solid #eee;
  line-height: 1rem;
  color: #be0101;
  text-align: center;
  font-size: .36rem;
  margin-bottom: .15rem;
}
.index_3 .swiper-container .swiper-slide p{ text-overflow: -o-ellipsis-lastline;  overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;
  -webkit-line-clamp: 2;  line-clamp: 2;  -webkit-box-orient: vertical;}
.index_3 .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
  background: #fff;
  border: .05rem solid #7f7f7f;
  box-sizing: border-box;
  opacity: 1;
}
.index_3 .swiper-pagination-bullet-active {
  border-color: #be0101;
}
.index_4 {
  border-bottom: .4rem solid #f0f1f5;
  padding-bottom: .5rem;
}
.index_4 img {
  max-width: 100%;
  display: block;
  margin-bottom: .3rem;
}
.index_4 .text {
  background: #fff;
  text-align: center;
}
.index_4 .text .t h3 {
  text-align: center;
  font-size: .4rem;
  border-bottom: 3px solid #be0101;
  display: inline-block;
  margin: 0 auto;
}
.index_4 .text ul {
  padding: .56rem .3rem .42rem;
}
.index_4 .text li {
  width: 33%;
  float: left;
  border-right: 1px solid #ebebeb;
  text-align: center;
  box-sizing: border-box;
}
.index_4 .text li h3 {
  font-size: .6rem;
  line-height: .72rem;
  padding-bottom: .1rem;
}
.index_4 .text li:first-child {
  width: 32%;
}
.index_4 .text li:last-child {
  border: none;
  width: 35%;
}
.index_4 .text p {
  padding: 0 .3rem .5rem;
  text-align: left;
  font-size: .25rem;
}
.index_4 .more {
  margin: 0 .3rem;
}
.index_5 {
  margin-bottom: .43rem;
  padding: 0 .3rem;
  border-bottom: .4rem solid #f0f1f5;
}
.index_5 li {
  margin-bottom: .5rem;
}
.index_5 li .left {
  width: 40%;
}
.index_5 li .left img {
  max-width: 100%;
}
.index_5 li .right {
  width: 55%;
}
.index_5 li .right h3 {
  font-size: .3rem;
  line-height: .4rem;
  height: .8rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #5a5a5a;
}
.index_5 li .right span {
  display: block;
  width: .29rem;
  height: 2px;
  background: #d5d5d5;
  margin: .1rem 0;
}
.index_5 li .right h4 {
  color: #be0101;
  font-size: .34rem;
  font-weight: bold;
  line-height: .35rem;
}
.mess_main {
  background: url(../images/mess.png) no-repeat center top;
  background-size: 100% 100%;
  text-align: center; margin-bottom:.4rem;
}
.mess_main .t {
  padding-top: .7rem;
}
.mess_main .t h3 {
  text-align: center;
  font-size: .4rem;
  border-bottom: 3px solid #ffc238;
  display: inline-block;
  margin: 0 auto;
}
.mess_main .t p {
  font-size: .3rem;
  padding-top: .1rem;
}
.mess_main .more_btn {
  width: 100%;
  border-radius: .1rem;
  border: none;
  margin-bottom: .4rem;
  margin-top: .4rem;
  height: .78rem;
  line-height: .78rem;
  background: #be0101;
  color: #fff;
  font-size: .3rem;
}
.mess_main .input {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  width: 100%;
  height: 0.75rem;
  line-height: 0.75rem;
  border-radius: 0.1rem;
  margin-top: 0.24rem;
  text-align: center;
  font-size: 0.25rem;
  color: #aaa;
}
.mess_main form {
  padding: 0 .5rem;
}
/*.g-top*/
.g-top {
  width: .84rem;
  height: .84rem;
  position: fixed;
  right: .1rem;
  bottom: 1.5rem;
  display: block;
  z-index: 99;
  background-position: 0 -.54rem;
}
.ico_tel {
  width: .84rem;
  height: .84rem;
  position: fixed;
  right: .1rem;
  bottom: 2.5rem;
  display: block;
  z-index: 99;
  background: url(../images/tel.png) no-repeat;
  background-size: cover;
}
.ico_tel a {
  display: block;
  width: 100%;
  height: 100%;
}
/*footer*/
.footer {
  width: 100%;
  padding: .2rem .3rem;
  background: #e5e5e5;
  color: #444;
  font-size: .24rem;
  text-align: center;
}
/*bnav*/
.footer .bnav {
  width: 100%;
}
.footer .bnav li {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.footer .bnav li a {
  width: 100%;
  display: block;
}
.footer .bnav li .nav1 {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  color: #444;
  font-size: .26rem;
  display: block;
}
.footer .bnav li .nav1:after {
  width: .25rem;
  height: .32rem;
  display: block;
  float: right;
  background-position: -.48rem 0;
  margin-top: .24rem;
}
.footer .bnav li .box {
  padding-bottom: .2rem;
  display: none;
}
.footer .bnav li .box a {
  height: .4rem;
  line-height: .4rem;
  font-size: .22rem;
  color: #444;
  opacity: .8;
}
.footer .bnav li.hover .nav1:after {
  display: block;
}
.footer .copyright {
  width: 100%;
  line-height: .45rem;
  font-size: .22rem;
}
.footer .copyright a {
  color: #444;
}
/* navBar */
.navBar {
  height: 1.1rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: #272727;
  max-width: 640px;
}
.navBar ul {
  width: 100%;
  height: 1.1rem;
  margin: 0 auto;
}
.navBar li {
  float: left;
  width: 20%;
  height: 1.1rem;
}
.navBar li a {
  width: 100%;
  height: 1.1rem;
  display: block;
  text-align: center;
  color: #fff;
}
.navBar li a i {
  width: .43rem;
  height: .43rem;
  background-position: 0 -1.61rem;
  margin-top: .16rem;
}
.navBar li:nth-child(2) a i {
  background-position: -.43rem -1.61rem;
}
.navBar li:nth-child(3) a i {
  background-position: -.86rem -1.61rem;
}
.navBar li:nth-child(4) a i {
  background-position: -1.29rem -1.61rem;
}
.navBar li:nth-child(5) a i {
  background-position: -1.72rem -1.61rem;
}
.navBar li a.hover {
  background: #cc0e17;
  color: #fff;
}
.fa_dl {
  position: fixed;
  background: #cc0e17;
  left: 0;
  bottom: 1.1rem;
  z-index: 10000;
  width: 100%;
  display: block;
  padding: .3rem 2% .1rem;
  box-sizing: border-box;
  display: none;
}
.fa_dl dd {
  width: 31.3%;
  float: left;
  border: 1px solid #5384bf;
  height: .6rem;
  line-height: .6rem;
  box-sizing: border-box;
  text-align: center;
  border-radius: .05rem;
  margin: 0 1%;
  margin-bottom: .2rem;
}
.fa_dl dd a {
  color: #fff;
}
/*subNav*/
.ease {
  transition: all .3s linear;
}
.subNav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 111;
  background: #252525;
  transform: translateX(100%);
}
.subNav .con {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.subNav .title {
  height: 1rem;
  position: relative;
  padding-top: .04rem;
  margin-bottom: .2rem;
  border-bottom: 1px solid #cccccc;
  background: #fff;
}
.subNav .title .logo {
  padding: .2rem 3% 0 5%;
  display: block;
}
.subNav .title .logo img {
  height: .55rem;
  display: block;
}
.subNav .title .close {
  position: absolute;
  width: 1rem;
  height: .98rem;
  top: 0;
  right: 0px;
}
.subNav .title .close:before,
.subNav .title .close:after {
  width: .4rem;
  height: .03rem;
  display: block;
  content: "\20";
  right: .3rem;
  top: .4rem;
  z-index: 11;
  position: absolute;
  background: #666666;
}
.subNav .title .close:before {
  transform: rotate(45deg);
  top: 50%;
}
.subNav .title .close:after {
  transform: rotate(-45deg);
  top: 50%;
}
.subNav .list {
  padding-top: .5rem;
}
.subNav .list li {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  padding: 0 .8rem;
  text-align: center;
}
.subNav .list li a {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #444444;
  color: #fff;
}
.subNav .list li:hover,
.subNav .list li.hover {
  background: #444444;
}
.subNav .subTel {
  margin-left: .4rem;
  margin-top: .3rem;
}
.subNav .subTel span {
  font-size: .22rem;
  line-height: .28rem;
  color: #333333;
}
.subNav .subTel a {
  color: #cc0e17;
  font-size: .46rem;
  display: block;
  font-weight: normal;
}
.subNavShow2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/***********************index css*****************/
/*prolist*/
.prolist .item {
  width: calc(48.5%);
  margin-right: 3%;
  margin-bottom: .2rem;
  float: left;
  position: relative;
}
.prolist .item a {
  width: 100%;
  display: block;
}
.prolist .item h3 {
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
  background: #fff;
}
.prolist .item figure {
  width: 100%;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.prolist .item figure img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
}
.prolist .item:nth-child(2n) {
  margin-right: 0;
}
/*ipro*/
.iproduct {
  width: 100%;
  padding: .5rem 3% .4rem;
  background: #f0f0f0;
}
.iproduct .title {
  width: 100%;
  margin-bottom: .25rem;
  font-size: .34rem;
  font-weight: bold;
  color: #cc0e17;
}
.iproduct .title span {
  color: #999999;
  text-transform: uppercase;
  margin-left: .15rem;
}
.iproduct .title:after {
  width: .54rem;
  height: .3rem;
  margin-top: .1rem;
  background-position: -1.2rem 0;
}
.iproduct .tab {
  width: 100%;
  margin-bottom: .2rem;
}
.iproduct .tab a {
  width: 31.3%;
  margin-left: 3%;
  margin-bottom: .2rem;
  height: .68rem;
  line-height: .68rem;
  display: block;
  float: left;
  text-align: center;
  background: #fff;
}
.iproduct .tab a:nth-child(3n+1) {
  margin-left: 0;
}
.iproduct .morebtn {
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  display: block;
  text-align: center;
  background: #fff;
}
/*inews*/
.inews .title {
  width: 100%;
  height: 2.04rem;
  margin-bottom: .4rem;
  background: #bc2030;
  color: #fff;
  padding: .4rem 3% 0;
  font-size: .34rem;
  position: relative;
}
.inews .title .more {
  width: .84rem;
  height: .84rem;
  display: block;
  position: absolute;
  right: 3%;
  top: .58rem;
  background-position: -1.02rem -.5rem;
}
.inews .title span {
  display: block;
  font-size: .5rem;
  line-height: .5rem;
}
.inews .imglist {
  width: 6rem;
  padding-bottom: .4rem;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.inews .imglist .list {
  width: 500%;
}
.inews .imglist .item {
  float: left;
  width: 6rem;
  padding-bottom: .4rem;
  background: #fff;
  display: block;
}
.inews .imglist .item a {
  display: block;
  width: 100%;
}
.inews .imglist .item img {
  width: 6rem;
  height: 3.38rem;
  display: block;
}
.inews .imglist .item .time {
  color: #666666;
  font-family: arial;
  display: block;
  padding: .3rem 0 .15rem;
}
.inews .imglist .item h3 {
  font-size: .3rem;
  color: #333333;
}
.inews .tip {
  width: 100%;
  height: .2rem;
  position: absolute;
  left: 0;
  bottom: .2rem;
}
.inews .tip span {
  width: .14rem;
  height: .14rem;
  border-radius: 100%;
  margin-right: .14rem;
  display: inline-block;
  vertical-align: top;
  background: #999999;
}
.inews .tip span.cur {
  background: #cc0e17;
}
/*iabout*/
.iabout {
  width: 100%;
  padding-bottom: .8rem;
  position: relative;
  z-index: 20;
  background: #343434 url(../images/iaboutbg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  color: #fff;
}
.iabout .img {
  width: 6rem;
  display: block;
  position: relative;
  overflow: hidden;
}
.iabout .img img {
  width: 100%;
  display: block;
}
.iabout .tit1 {
  width: 3.5rem;
  height: 2rem;
  padding: .1rem;
  background: #da0a1b;
  position: absolute;
  right: 0;
  top: -.42rem;
  z-index: 20;
}
.iabout .tit1 .con {
  border: 1px solid #ed858d;
  color: #fff;
  padding: .28rem .3rem .3rem;
}
.iabout .tit1 .con .en {
  font-size: .34rem;
  line-height: .34rem;
  font-weight: bold;
  margin-bottom: .15rem;
  display: block;
  text-transform: uppercase;
}
.iabout .tit1 .con h3 {
  line-height: .35rem;
  font-size: .24rem;
}
.iabout .tit1 .con h3 span {
  font-size: .26rem;
  display: block;
}
.iabout .tit2 {
  font-size: .34rem;
  color: #fff;
  padding: .45rem 3% .18rem;
}
.iabout .txtcon {
  padding: 0 3% .5rem;
  font-size: .26rem;
  line-height: .5rem;
  color: #fff;
}
.iabout .more {
  width: 2.8rem;
  height: .7rem;
  line-height: .66rem;
  margin-left: 3%;
  color: #fff;
  text-align: center;
  border: .02rem solid #999999;
  font-weight: bold;
  display: block;
}
/**************category****************/
.cateList {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  background: #cc0e17;
  color: #fff;
  position: relative;
}
.cateList .goBack {
  width: .8rem;
  height: .8rem;
  padding-top: .25rem;
  position: absolute;
  left: .1rem;
  top: 0;
}
.cateList .goBack:before {
  width: .2rem;
  height: .32rem;
  display: block;
  margin: 0 auto;
  background-position: -.86rem 0;
}
.cateList h3 {
  font-size: .3rem;
}
.cateList h3 s {
  width: .22rem;
  height: .18rem;
  margin-left: .1rem;
  background-position: -1.23rem 0;
}
.cateList .box {
  width: 100%;
  position: absolute;
  left: 0;
  top: .8rem;
  padding: .3rem 3% .2rem;
  z-index: 11;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}
.cateList .box a {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: .15rem;
  height: .62rem;
  line-height: .6rem;
  border: 1px solid #dddddd;
  font-size: .26rem;
  text-align: center;
  display: block;
  float: left;
}
.cateList .box a:nth-child(2n) {
  margin-right: 0;
}
.cateList .box a.on {
  background: #cc0e17;
  border-color: #cc0e17;
  color: #fff;
}
.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: .8;
}
/*content*/
.content {
  width: 100%;
  padding: .3rem 0 .3rem;
  background: #fff;
}
.content.iteam {
  padding: 0 3% .4rem;
}
/*newsPage*/
.newsPage {
  padding-bottom: .4rem;
}
.newsPage .item {
  width: 94%;
  padding-right: .1rem;
  height: 1.5rem;
  display: block;
  background: #fff;
  margin: 0 auto .22rem;
}
.newsPage .item img {
  width: 2rem;
  height: 1.5rem;
  display: block;
  margin-right: .2rem;
}
.newsPage .item h3 {
  padding-top: .2rem;
  font-size: .26rem;
  line-height: .34rem;
  height: .88rem;
  margin-bottom: .06rem;
  overflow: hidden;
  color: #333333; text-overflow: -o-ellipsis-lastline;  overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;
  -webkit-line-clamp: 2;  line-clamp: 2;  -webkit-box-orient: vertical;
}
.newsPage .item .time {
  color: #999;
  font-size: .22rem;
}
.newsPage .item:first-child {
  padding-top: 0;
}
/*picturePage*/
.picturePage {
  width: 100%;
  padding-bottom: 5%;
}
.picturePage .item {
  width: 45.5%;
  margin-left: 3%;
  margin-bottom: .3rem;
  float: left;border:1px solid #ddd;box-sizing:border-box;
  background: #fff;
}
.picturePage .item a {
  display: block;
  width: 100%;
}
.picturePage .item figure {
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.imgH_ul .item figure{padding-top:133.33%;}
.partner_li .item {
  width: 23%;
  margin-left: 1.5%;
}
.partner_li .item figure {
  padding-top: 100%;
}
.picturePage .item img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.picturePage .item h3 {
  text-align: center;
  line-height: .6rem;
  height: .6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.searchPage .list {
  width: 100%;
  padding: 0;
}
.searchPage .list .item img {
  height: auto;
}
.seeMore {
  width: 94%;
  margin: 0 auto;
  height: .7rem;
  line-height: .7rem;
  display: block;
  text-align: center;
  background: #fff;
}
/*reLink*/
.reLink {
  margin: .2rem 3% .2rem;
  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 .prevLink:before,
.reLink .nextLink:before {
  width: 0.16rem;
  height: 0.26rem;
  position: absolute;
  right: .18rem;
  top: .18rem;
  background-position: -4.45rem 0;
}
.reLink .nextLink {
  border-bottom: 0;
}
/*showInfo*/
.showInfo {
  padding: 0 0 .2rem;
  overflow: hidden;
}
.showInfo article {
  width: 100%;
  padding: .3rem 0;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #dddddd;
}
.showInfo article .title {
  margin: 0 2%;
  font-size: .36rem;
  line-height: .44rem;
  text-align: center;
}
.showInfo article .mark {
  font-size: .22rem;
  padding: .2rem 0 0;
  text-align: center;
  color: #666666;
}
.showInfo article .mark span {
  margin: 0 .06rem;
}
.showInfo .img {
  width: 94%;
  margin: .25rem auto;
}
.showInfo .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.showInfo .contxt {
  padding: .2rem 3% .4rem;
  line-height: .42rem;
  color: #666666; 
}
.showInfo .contxt img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto !important;
}
.showInfo .contxt iframe {
  width: 100%;
}
/*imessage*/
.imessage {
  margin-top: .8rem;
  margin-bottom: .4rem;min-height: 6.3rem;
}
.imessage h2 {
  color: #333333;
  margin-bottom: .3rem;
  text-align: center;
  font-size: .28rem;
}
.imsg {
  width: 93%;
  margin: 0 auto;
}
.imsg .item {
  width: 100%;
  height: .67rem;
  box-sizing: border-box;
  margin-bottom: .28rem;
  position: relative;
  line-height: .67rem;
  border: 1px solid #aaaaaa;
  background: #fff;
}
.imsg .item span.red {
  position: absolute;
  left: .05rem;
  top: .02rem;
  color: red;
}
.imsg .item s {
  width: .35rem;
  height: .32rem;
  position: absolute;
  right: .1rem;
  top: .18rem;
}
.imsg .item s {
  background-position: -1.05rem -.98rem;
}
.imsg .item:nth-child(2) s {
  background-position: -1.46rem -.98rem;
}
.imsg .item:nth-child(3) s {
  background-position: -1.82rem -.98rem;
}
.imsg .item .txt {
  width: 100%;
  height: .65rem;
  text-indent: .2rem;
  line-height: .65rem;
  border: 0px;
  background: none;
  outline: none;
  color: #666;
}
.imsg .item.liuyan {
  width: 100%;
  margin-bottom: .2rem;
  height: 2.08rem;
}
.imsg .item.liuyan textarea {
  width: 100%;
  color: #666;
  overflow: hidden;
  box-sizing: border-box;
  padding: .1rem;
  height: 2.08rem;
  font-family: "微软雅黑";
  resize: none;
  border: 0;
  background: none;
}
.imsg .submit {
  width: 100%;
  height: .68rem;
  cursor: pointer;
  border: 0;
  line-height: .68rem;
  text-align: center;
  color: #fff;
  display: block;
  background: #cc0e17;
}
/*proPage*/
.proPage .item {
  margin: 0 3% .4rem;
  background: #fcfafb;
  border-bottom: .04rem solid #e7e5e6;
}
.proPage .item a {
  display: block;
  width: 100%;
}
.proPage .item a img {
  width: 100%;
  display: block;
}
.proPage .item h3 {
  height: 1rem;
  line-height: 1rem;
  color: #333333;
  font-size: .28rem;
  font-weight: bold;
  padding-left: .2rem;
}
/*aboutPage*/
.aboutPage {
  padding: .3rem 3% .4rem;
  color: #666;
  line-height: .38rem;
  box-sizing: border-box;
}
.aboutPage img {
  max-width: 100%;
}
/*contactPage*/
.contactPage {
  padding-bottom: .3rem;
}
.contactPage .txtcon {
  padding: .2rem 3% .3rem;
}
.contactPage .imessage {
  position: relative;
}
.contactPage .miaod {
  position: absolute;
  width: 100%;
  height: .01rem;
  display: block;
  opacity: 0;
  left: 0;
  top: -1rem;
}
.contactPage .title {
  margin: .2rem 3% .2rem;
  color: #61b32e;
  font-size: .34rem;
  font-weight: bold;
}
.contactPage .mapArea {
  width: 100%;
  overflow: hidden;
  margin-top: .2rem;
}
.BMap_bubble_content {
  font-size: .2rem;
}
/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 640px;
  min-width: 320px;
}
#nativeShare .label {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}
#nativeShare .list {
  width: 4.6rem;
  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/weixin.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;
}
.erro img {
  max-width: 100%;
}
.floor_1 {
  text-align: center;
}
.floor_1 .more{margin:0 .3rem;}
.sitepath a {
  color: #554331;
  text-align: center;
  text-transform: Capitalize;
  font-size: 0.24rem;
  margin-right: 2%;
  display: inline-block;
  margin-left: 2%;
}
.sitepath a a:hover {
  color: #554331;
}
/*sitepath*/
.sitepath {
  padding: 0 2%;
  line-height: .6rem;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
/*字体*/
@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;
  }
} /*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
