/*------style.css  start------*/
/*less*/
@c: center;
@small: 12px;
@mid: 14px;
@big: 16px;
@b: #000;
@g: #666;
@r: #d41c29;
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.db {
  display: block;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.full {
  width: 100%;
  height: 100%;
}
.box {
  display: inline-block;
}
.none {
  display: none;
}
.pc {
  display: none !important;
}

html {
  font: 62.5% "微软雅黑", Arial;
  color: #929292;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  height: 100%;
  background: #fafafa;
}

html {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

html,
html body {
  width: 100%;
  /* height: 100%;
    overflow: hidden; */
  background: #fff !important;
  font-size: 0.38rem;
}

body.open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.imgcw {
  margin: 0 auto;
  display: block;
  float: none;
  max-width: 100%;
  height: auto;
}

html .scrollView {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
}
.articlehead .scrollView {
  height: 100%;
}

.transform {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#sitecontent {
  background: #fff;
  z-index: 1;
  position: relative;
  height: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
body.open #sitecontent {
  transform: translate3d(-260px, 0, 0);
  -webkit-transform: translate3d(-260px, 0, 0);
}
#header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
.header-gap{
  height: 60px;
}
#header .btn {
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0);
  margin-top: 5px;
}
.lcbody {
  width: 30px;
  height: 30px;
  position: relative;
  transform: translateZ(0px) rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.lcitem {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateZ(0px) rotate(0deg);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
  -webkit-transform: translateZ(0px) rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s
    cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
  width: 30px;
  height: 30px;
}
.lcitem .rect {
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  top: 14px;
  transition: transform 0.2s ease 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease 0.2s;
}
.lcitem .rect.top {
  transform: translate3d(0px, -6px, 0px);
  -webkit-transform: translate3d(0px, -6px, 0px);
}
.lcitem .rect.bottom {
  transform: translate3d(0px, 6px, 0px);
  -webkit-transform: translate3d(0px, 6px, 0px);
}

#leftcontrol {
  opacity: 0;
  width: 260px;
  height: 100%;
  background: #fafafa;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
body.open #leftcontrol {
  opacity: 1;
}
#leftcontrol > ul {
  padding-top: 0px;
}
#leftcontrol ul li {
  display: block;
  min-height: 49px;
  font-size: 0.4rem;
  width: 100%;
  border-top: 1px solid #ebebeb;
}
#leftcontrol ul li a {
  display: block;
  color: #666;
  padding: 0 25px;
  font-family: "HELVETICANEUELTPRO-THEX";
  height: 50px;
  line-height: 51px;
}
#leftcontrol ul li a span {
  display: inline-block;
}
#leftcontrol ul li a span.circle {
  border: #d8d8d8 1px solid;
  border-radius: 5px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  margin-right: 15px;
  position: relative;
  top: 1px;
}
#leftcontrol ul li a span.more {
  width: 12px;
  height: 12px;
  position: relative;
  float: right;
  top: 20px;
}
#leftcontrol ul li a span.more span {
  background: #474747;
  position: absolute;
}
#leftcontrol ul li a span.more span.h {
  width: 12px;
  height: 2px;
  transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
}
#leftcontrol ul li a span.more span.v {
  transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0);
  -webkit-transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0);
}
#leftcontrol > ul > li.active a {
  background: #333;
  color: #fff;
}
#leftcontrol ul li.active a span.circle {
  border-color: #fff;
  background-color: #fff;
  margin-right: 15px;
}
#leftcontrol ul li.active a span.more span.v {
  transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0);
}
#leftcontrol ul li .subnav {
  height: 0;
  overflow: hidden;
}
#leftcontrol ul.subnav li a {
  background: #ebebeb;
  color: #4e4e4e;
}
#leftcontrol ul.subnav li a i {
  color: #b4b4b4;
  margin-right: 20px;
  font-size: 0.5rem;
}
#leftcontrol ul.subnav li a.active {
  background: #555;
  color: #fff;
}
body.open .lcbody {
  transform: translateZ(0px) rotate(90deg);
  -webkit-transform: translateZ(0px) rotate(90deg);
}
body.open .lcitem {
  transform: translateZ(0px) rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  -webkit-transform: translateZ(0px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s
    cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
body.open .lcitem.bottom {
  transform: translateZ(0px) rotate(-45deg);
  -webkit-transform: translateZ(0px) rotate(-45deg);
}

body.open .lcitem .rect {
  transition: transform 0.2s ease 0s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
#rightcontrol {
  width: 100%;
  height: 100%;
  background: #fafafa;
  position: fixed;
  top: 0;
  z-index: -1;
}

.pctop {
  display: none;
}

#header .logo {
  float: left;
  margin-top: 12px;
  margin-left: 15px;
}

/*banner*/
#indexbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#indexbanner .bx-controls {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 999;
  width: 100%;
  color: rgba(0, 0, 0, 1);
}
#indexbanner .bx-controls .bx-pager {
  text-align: center;
}
#indexbanner .bx-controls .bx-pager div {
  display: inline-block;
  margin: 0 2px;
}
#indexbanner .bx-controls .bx-pager div a {
  display: block;
  width: 35px;
  height: 3px;
  overflow: hidden;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
}
#indexbanner .bx-controls .bx-pager div a.active {
  background-color: rgba(255, 255, 255, 1);
}
#indexbanner .bx-controls .bx-controls-direction {
  display: none;
}
#indexbanner .bx-controls {
  display: block;
}
#indexbanner img {
  display: block;
  max-width: 100%;
}
.insidebanner img {
  display: block;
}
#indexbanner .home_bd {
  position: relative;
}
#indexbanner .des-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#indexbanner .des-box .p1 {
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
}
#indexbanner .des-box .p2 {
  color: #fff;
  font-size: 12px;
}
.insidebanner {
  margin-top: 90px;
}

.container {
  width: 96%;
  margin: auto;
}

.tit {
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
.tit .cn {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.tit .cn span {
  color: #333;
  text-transform: uppercase;
}
.tit .line {
  width: 300px;
  height: 1px;
  background: #e8e8e8;
  margin: auto;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tit .line:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 3px;
  background: #71bf44;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
}
.tit .intro {
  color: #999;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}

#indexproduct {
  width: 100%;
  overflow: hidden;
  padding: 25px 0px 0;
}
.product {
  width: 100% !important;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
.product .con {
  margin-top: 20px;
}
.product .list {
  display: flex;
  flex-wrap: wrap;
}
.product .list .item {
  width: 100%;
  overflow: hidden;
}
.product .list .item .im {
  position: relative;
  overflow: hidden;
}
.product .list .item .im img {
  transition: all 0.6s ease 0s;
}
.product .list .item .im p {
  /* position: absolute; */
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1.4;
  font-weight: bold;
  padding: 15px 25px;
  font-size: 15px;
  color: #000;
  box-sizing: border-box;
}
.product .list .item .detail {
  padding: 35px 25px;
}
.product .list .item .detail p {
  color: #fff;
  position: relative;
  padding-left: 17px;
  line-height: 20px;
  font-size: 12px;
}
.product .list .item .detail p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 3px;
  top: 6px;
  background-color: #fff;
}
.product .list .item:nth-child(1) .detail {
  background-color: #2862b4;
}
.product .list .item:nth-child(2) .detail {
  background-color: #154487;
}
.product .list .item:nth-child(3) .detail {
  background-color: #0074b7;
}
.product .list .item:nth-child(4) .detail {
  background-color: #0074b7;
}
.product .list .item:nth-child(5) .detail {
  background-color: #004181;
}
.product .list .item:nth-child(6) .detail {
  background-color: #2862b4;
}
.product .list .item:hover .im img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -moz-transform: scale(1.1, 1.1); /* Firefox */
  -webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
  -o-transform: scale(1.1, 1.1); /* Opera */
}
.product .list .item:hover .im p {
  color: #014099;
}

.about-news {
  display: flex;
  flex-direction: column;
}

.about-news {
  display: flex;
  flex-direction: column;
  position: relative;
}
.about-news .item {
  flex: 1;
  margin: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.about-news .about{
  margin: 0;
  padding-bottom: 20px;
}
.about-news .im {
  display: none;
}
.about-news .im img {
  transition: all 0.6s ease 0s;
}
.about-news .item:hover .im img {
  transform: rotate(360deg);
}
.about-news .title {
  margin: 20px 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.about-news .con {
  padding: 20px 20px 0 20px;
  color: #fff;
}
.about-news .about {
  background: url("../images/bg1.png");
}
.about-news .about .title{
  color: #fff;
  padding: 20px 20px 0 20px;
  margin: 0;
}
.about-news .news {
  background: url("../images/bg2.png");
}
.about-news .contact {
  background: url("../images/bg3.png");
}

.about-news .about .con {
  line-height: 1.7;
  color: #fff;
}
.about-news .news li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.about-news .news li:last-child {
  margin-bottom: 0px;
}
.about-news .news li a {
  color: #fff;
  line-height: 1.2;
}
.about-news .news li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url("../images/pic4.png");
  width: 18px;
  height: 18px;
}
.about-news .contact li {
  position: relative;
  padding-left: 46px;
  margin-bottom: 20px;
  height: 33px;
  display: flex;
  align-items: center;
}
.about-news .contact li:last-child {
  margin-bottom: 0px;
}
.about-news .contact li a {
  color: #fff;
  line-height: 1.2;
}
.about-news .contact .li1::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url("../images/pic5.png");
  width: 28px;
  height: 28px;
}
.about-news .contact .li1 a {
  font-size: 27px;
}
.about-news .contact .li2 a {
  font-size: 16px;
}
.about-news .contact .li2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url("../images/pic6.png") no-repeat;
  width: 25px;
  height: 33px;
}
.product-index .left-nav {
  display: none;
}

.about-news .newss li {
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
  line-height: 1.4;
}
.about-news .newss li a p {
  font-size: 12px;
  color: #585656;
}
.about-news .newss li a div {
  margin-top: 5px;
  font-size: 14px;
  color: #111111;
}
.about-news .contactt {
  border-bottom: 1px solid #e4e4e4;
}
.about-news .contactt li {
  padding-left: 28px;
  background: url("../images/pic12.png") no-repeat left;
  background-size: 14px 14px;
  margin-bottom: 10px;
}
.about-news .contactt .li1 a {
  font-size: 14px;
  font-weight: bold;
  color: #3b3b3b;
}
.about-news .contactt .li2 a {
  font-size: 12px;
}
.about-news .contactt li:last-child {
  padding-left: 28px;
  background: url("../images/pic13.png") no-repeat left;
  background-size: 14px 14px;
}
#indexabout {
  width: 100%;
  padding: 25px 0;
  background: url(../images/about_bg.jpg) no-repeat center;
  background-size: cover;
}
.about {
  margin: auto;
  overflow: hidden;
}
.about .abtit .cn {
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: bold;
}
.about .abtit .intro {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
}

.about .con {
  overflow: hidden;
  line-height: 25px;
  color: #fff;
}
.about .con .right {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}
.about .con .right img {
  max-width: 100%;
}

.about .con .right .details {
  color: #ffffff;
}
.about .con .right .details * {
  color: #ffffff;
}
.about .con .left {
  float: right;
}
.about .con .left img {
  width: 100%;
}
.about .more {
  width: 120px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  display: block;
  margin-left: 20px;
  position: relative;
  z-index: 5;
  margin-top: 10px;
  border-radius: 38px;
}
/* .about .more:before {
  content: "";
  width: 0;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
  transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.about .more:hover:before {
  width: 100%;
} */

#indexnews {
  width: 100%;
  padding: 25px 0px;
  overflow: hidden;
}
.news {
  margin: auto;
}
.news .con {
  margin-top: 25px;
}
.news .con ul {
  overflow: hidden;
}
.news .con ul li {
  width: 100%;
  overflow: hidden;
  padding: 13px 0px;
  border-bottom: 1px solid #f0f0f0;
}
.news .con ul li a {
  width: 100%;
  display: block;
}
.news .con ul li .details {
  overflow: hidden;
}
.news .con ul li .pic {
  width: 100%;
  margin-top: 8px;
  overflow: hidden;
}
.news .con ul li .pic img {
  width: 100%;
  width: 100%;
}
.news .con ul li .date {
  width: 20%;
  float: left;
}
.news .con ul li .date .date1 {
  font-size: 18px;
  font-weight: lighter;
  color: #999;
}
.news .con ul li .date .date2 {
  font-size: 13px;
  margin-top: 10px;
  font-weight: lighter;
  color: #999;
}
.news .con ul li .conn {
  width: 80%;
  float: left;
}
.news .con ul li .tt {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: 0.6s;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .con ul li .des {
  line-height: 24px;
  height: 48px;
  color: #999;
  font-size: 13px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .con {
  display: flex;
  flex-direction: column;
}
.news .con .right {
  flex: 1;
  padding-left: 20px;
}
.news .con .left img {
  max-width: 100%;
}
.news .con .right .title {
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  margin-bottom: 17px;
}
.news .con .right .mc {
  line-height: 23px;
  color: #666666;
}

#indexcase {
  width: 100%;
  overflow: hidden;
  padding-top: 25px;
}

.case {
  background: url(../images/case.png) no-repeat center;
  background-size: cover;
  padding: 10px 0px 20px 0px;
  margin-top: 15px;
}
.case ul {
  display: flex;
  flex-wrap: wrap;
}
.case ul li {
  flex: 1 0 50%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.case ul li .pic {
  margin-bottom: 15px;
}
.case ul li .title {
  margin-bottom: 14px;
  font-size: 20px;
  color: #fff;
}
.case ul li .des {
  color: #fff;
  line-height: 25px;
}

#ne_nav {
  width: 100%;
  line-height: 40px;
}
#ne_nav .container {
  width: 100%;
}
#ne_nav .ne_nav_item {
  margin: 0 auto;
  padding: 0 20px;
  background-color: #f5f5f5;
}
#ne_nav p {
  line-height: 40px;
  padding-left: 30px;
  background: url(../images/home.png) no-repeat left center;
}

.right-detail {
  flex: 1 1 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.pxxm.show .info {
  display: flex;
  flex-direction: column;
}
.pxxm.show .pic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.pxxm.show .pic img {
  max-width: 100%;
}
.pxxm.show .pic .pic-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 226px;
  background-color: #f0f3f8;
}
.pxxm.show .pic img {
  /* position: absolute; */
  z-index: 1;
}
.pxxm.show .detail {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.pxxm.show .detail .title {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0.6rem;
  font-weight: bold;
}
.pxxm.show .detail .other {
  background-color: #f0f3f8;
  border-radius: 4px;
  padding: 20px 20px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.6;
}
.pxxm.show .detail .other .other-title {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.pxxm.show .detail .other p {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.pxxm.show .detail .other .other-title1 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.pxxm.show .detail .download {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 40px;
  bottom: 30px;
  box-sizing: border-box;
}
.pxxm.show .detail .download img {
  margin-bottom: 14px;
}
.pxxm.show .cpjs-tips {
  margin: 20px 0;
  height: 34px;
  background-color: #f0f3f8;
  padding: 0 23px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #1f1f1f;
}
.editor {
  margin: 10px 15px;
  line-height: 220%;
  max-width: 100%;
  overflow: hidden;
}
.editor * {
  max-width: 100%;
}

.col {
  line-height: 220%;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 5rem;
}
.col h2 {
  text-align: center;
  font-weight: normal;
  color: #000;
  font-size: 0.42rem;
}
.col h3 {
  text-align: center;
  font-weight: normal;
  font-size: 0.32rem;
}
.col * {
  max-width: 100%;
}

.phonecol {
  line-height: 220%;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 10rem;
}
.phonecol h2 {
  text-align: center;
  font-weight: normal;
  color: #000;
  font-size: 0.42rem;
}
.phonecol h3 {
  text-align: center;
  font-weight: normal;
  font-size: 0.32rem;
}
.phonecol * {
  max-width: 100%;
}

.pccol {
  display: none;
}

.service {
  min-height: 10rem;
  padding-bottom: 0.8rem;
}
.service .detail {
  margin-top: 0.6rem;
  width: 100%;
}
.service .detail .mt {
  color: #1c5a99;
  font-size: 0.47rem;
  font-weight: bold;
  padding-left: 8px;
  position: relative;
}
.service .detail .mt:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1c5a99;
  left: 0;
  top: 8px;
}
.service .detail .mc {
  width: 100%;
  background: #1c5a99;
  margin-top: 0.4rem;
  padding: 0.5rem 0;
}
.service .detail .mc p {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.3rem;
  color: #fff;
  font-size: 0.38rem;
}

.zxfw table {
  width: 100%;
}
.zxfw tr {
  width: 100%;
  float: left;
  margin-right: 2%;
}
.zxfw tr:nth-child(2n) {
  margin: 0px;
}
.zxfw th {
  width: 100%;
  line-height: 36px;
  text-indent: 15px;
  display: block;
  text-align: left;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}
.zxfw td {
  width: 100%;
  display: block;
}
.zxfw td input {
  width: 100%;
  height: 36px;
  text-indent: 15px;
  color: #999999;
  border: 1px solid #e7e7e7;
  font-size: 14px;
}
.zxfw #f_content {
  width: 100%;
}
.zxfw #f_content textarea {
  width: 100%;
  border: 1px solid #e7e7e7;
  line-height: 36px;
  text-indent: 15px;
  font-size: 14px;
}
.zxfw #btnSubmit {
  width: 210px;
  height: 35px;
  background: #e35f13;
  border: none;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.TopCat_description {
  margin: 15px auto;
}

.pxxm {
  margin: auto;
  min-height: 10rem;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}
.pxxm ul {
  width: 100%;
}
.pxxm ul li {
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 22px;
}
.pxxm ul li a {
  border: #f2f2f2;
}
.pxxm ul li:nth-child(2n) {
  margin-right: 0px;
}
.pxxm ul li .pic {
  position: relative;
  border: 1px solid #dce1e8;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  padding: 20px 0;
}
/* .pxxm ul li .pic .pic-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #f0f3f8;
} */
.pxxm ul li .pic img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: 0.3s;
}
.pxxm ul li p {
  width: 100%;
  margin: 12px 0 10px;
  display: block;
  text-align: center;
  height: 20px;
  line-height: 1.5;
  overflow: hidden;
}
.pxxm ul li .title .line {
  width: 37px;
  height: 6px;
  background-color: #115dc8;
  border-radius: 3px;
  display: flex;
  margin: 0 auto;
}
.pxxm ul li:hover .pic {
  border: 1px solid #014099;
}
.pxxm ul li:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -moz-transform: scale(1.1, 1.1); /* Firefox */
  -webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
  -o-transform: scale(1.1, 1.1); /* Opera */
}
.pxxm ul li:hover p {
  color: #014099;
}

.photos ul li .pic img {
  max-width: 100%;
  max-height: 100%;
}


/* 产品列表 */
.photos-box{
  border-top: 1px solid #e8e8e8;
}
.photos {
  width: 100%;
  min-height: 450px;
  margin-bottom: 20px;
  margin-top: 30px;
  overflow: hidden;
}
.photos ul {
  width: 100%;
  box-sizing: border-box;
}
.photos ul li {
  width: 48%;
  margin-right: 2%;
  float: left;
  margin-bottom: 10px;
}
.photos ul li a {
  border: #f2f2f2;
}
.photos ul li:nth-child(2n) {
  margin-right: 0px;
}
.photos ul li .pic {
  position: relative;
  background: #f8f8f8;
  height: 140px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  padding: 5px 7px;
  box-sizing: border-box;
}
.photos ul li .pic .pic-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 136px;
  background: #f0f3f8;
}
.photos ul li .pic img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: 0.3s;
}
.photos ul li p {
  width: 100%;
  display: block;
  text-align: center;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  white-space: nowrap;
}
.photos .photos-title {
  display: none;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 64px;
  padding-bottom: 28PX;
}
.photos .photos-title::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 6px;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  border-radius: 3px;
  background-color: #494949;
}
.photos ul li .title .line {
  /* width: 37px;
  height: 6px;
  background-color: #115dc8;
  border-radius: 3px;
  display: flex;
  margin: 0 auto; */
}
.photos ul li:hover .pic {
  /* border: 1px solid #014099; */
}
.photos ul li:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -moz-transform: scale(1.1, 1.1); /* Firefox */
  -webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
  -o-transform: scale(1.1, 1.1); /* Opera */
}
.photos ul li:hover p {
  color: #014099;
}
.photos_show .info{
  /* padding-top: 20px; */
}
.photos_show .pic p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  margin: 0px 0 20px;
}
.photos_show img{
  max-width: 100%;
}

.client_info {
  min-height: 10rem;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}
.client_info .detail {
  margin-bottom: 0.3rem;
}
.client_info .detail .mt {
  font-size: 0.45rem;
  color: #333;
  position: relative;
  display: inline-block;
}
.client_info .detail .mt:after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #cecece;
  left: 0;
  top: 0.7rem;
}
.client_info .detail .mc {
  margin-top: 0.7rem;
}
.client_info .detail .mc .list {
  width: 49%;
  height: 4rem;
  border: 1px solid #cecece;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.3rem;
}
.client_info .detail .mc .list:nth-child(2n) {
  margin-right: 0;
}
.client_info .detail .mc .list .img {
  width: 100%;
  height: 2rem;
  margin-top: 0.3rem;
}
.client_info .detail .mc .list p {
  text-align: center;
  padding: 0 0.1rem;
  line-height: 0.6rem;
  height: 1.2rem;
  overflow: hidden;
  margin-top: 0.2rem;
}

.xwzx {
  width: 100%;
  min-height: 10rem;
}
.xwzx ul {
  min-height: 6rem;
  margin-top: 0.3rem;
}
.xwzx ul li {
  width: 100%;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 3px 2px rgba(204, 204, 204, 0.3);
}
.xwzx ul li a {
  height: 100%;
  padding: 0.4rem 0.3rem;
  background: #fff;
  display: block;
  overflow: hidden;
}
.xwzx ul li .pic {
  width: 100%;
}
.xwzx ul li .pic img {
  width: 100%;
}
.xwzx ul li .tt {
  font-size: 0.4rem;
  color: #333;
  margin-top: 0.4rem;
  line-height: 1.6;
}
.xwzx ul li .des {
  height: 1.2rem;
  line-height: 0.6rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
  font-size: 0.32rem;
  color: #444141;
}
.xwzx ul li .date {
  margin-top: 0.3rem;
  background: url(../../images/time.png) no-repeat left center;
  font-size: 0.32rem;
  color: #444141;
}

.zbzx {
  width: 100%;
  min-height: 10rem;
  margin-bottom: 1rem;
  margin-top: 0.3rem;
  overflow: hidden;
}
.zbzx ul li {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  border-bottom: 1px dashed #dfdfdf;
}
.zbzx ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.zbzx ul li .tt {
  float: left;
  width: 70%;
  font-size: 0.35rem;
}
.zbzx ul li .date {
  float: right;
  color: #999;
  font-size: 0.35rem;
}

.contact_info {
  min-height: 10rem;
  margin-bottom: 1rem;
}
.contact_info .mt {
  margin-top: 0.6rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.contact_info .mt .tt {
  float: left;
  font-size: 0.45rem;
  color: #080808;
  margin-top: 0.2rem;
}
.contact_info .mt .phone {
  float: right;
}
.contact_info .mt .phone p {
  margin-bottom: 0.15rem;
  text-align: right;
}
.contact_info .mt .phone span {
  font-size: 0.36rem;
  color: #1c5a99;
}
.contact_info .con {
  margin-top: 0.3rem;
  line-height: 220%;
}
.contact_info .detail {
  margin-top: 0.5rem;
}
.contact_info .detail .list {
  width: 100%;
  padding: 0.36rem 0.2rem;
  padding-top: 0.5rem;
  background: #f5f5f5;
  display: block;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.contact_info .detail .list .tt {
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
  font-size: 0.38rem;
  color: #000;
  font-weight: bold;
  border-bottom: 1px dashed #d5d5d5;
}
.contact_info .detail .list .des {
  font-size: 0.32rem;
  line-height: 200%;
  padding-left: 0.5rem;
  padding-right: 0.3rem;
  margin-top: 0.2rem;
  color: #666;
}

.office_info {
  min-height: 10rem;
  margin-bottom: 1rem;
}
.office_info .mt {
  margin-top: 0.6rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.office_info .mt .tt {
  float: left;
  font-size: 0.45rem;
  color: #080808;
  margin-top: 0.2rem;
}
.office_info .mt .phone {
  float: right;
}
.office_info .mt .phone p {
  margin-bottom: 0.15rem;
  text-align: right;
}
.office_info .mt .phone span {
  font-size: 0.36rem;
  color: #1c5a99;
}
.office_info .con {
  margin-top: 0.4rem;
}
.office_info .con .im {
  width: 100%;
}
.office_info .con .content {
  line-height: 0.7rem;
  margin-top: 0.3rem;
}
.office_info .detail {
  margin-top: 0.5rem;
}
.office_info .detail .tt {
  padding-bottom: 0.3rem;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
}
.office_info .detail .content {
  margin-top: 0.3rem;
  line-height: 0.7rem;
}

input[type="text"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

.orientation {
  margin-top: 20px;
}

/* 招聘 */
.recruit {
  width: 100%;
  min-height: 450px;
  overflow: hidden;
  padding: 0px 0px 20px;
}
.recruit-th {
  width: 100%;
  overflow: hidden;
  background: #ebebeb;
  border-bottom: 1px solid #ffffff;
  line-height: 20px;
}
.recruit-th ul {
  width: 100%;
  overflow: hidden;
  height: 50px;
}
.recruit-th ul li {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.recruit .icJoin {
  border-bottom: 1px solid #ffffff;
}
.recruit ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit ul li:nth-child(6n + 1) {
  width: 20%;
}
.recruit ul li:nth-child(6n + 2) {
  width: 20%;
}
.recruit ul li:nth-child(6n + 3) {
  width: 10%;
}
.recruit ul li:nth-child(6n + 4) {
  width: 10%;
}
.recruit ul li:nth-child(6n + 5) {
  width: 20%;
}
.recruit ul li:nth-child(6n + 6) {
  width: 20%;
}
.recruit-td {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
.recruit-td ul {
  overflow: hidden;
}
.recruit-td ul li {
  font-size: 17px;
  color: #333;
  padding: 25px 0px;
}
.recruit-td ul li:last-child {
  color: #fec23a;
  font-size: 15px;
}
.recruit .item-bd {
  width: 88%;
  line-height: 40px;
  margin: auto;
}
.recruit .icJoin:hover {
  background: #fff;
}
.recruit .icJoin.active {
  background: #fff;
}
.recruit-gwzz {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

/* 产品详情 */
.product_show .cp-product {
  width: 94%;
  margin: auto;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 15px;
}
.product_show .cp-product .cp-pic {
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
  float: left;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: -ms-flex;
  -ms-align-items: center;
}
.product_show .cp-product .cp-pic img {
  display: block;
  margin: auto;
}
.product_show .cp-product .cp-details {
  width: 100%;
  float: right;
}
.product_show .cp-title {
  font-size: 16px;
  color: #000;
  padding: 15px 0px;
}
.product_show .cp-des {
  padding: 15px 0px;
}
.product_show .cp-buy {
  background: #e45e15;
  width: 125px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.product_show .bg {
  height: 100%;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
.product_show .bg_left {
  width: 100%;
  height: auto;
  float: left;
}
.product_show .bg_right {
  float: left;
  position: absolute;
  left: 490px;
  z-index: 100;
  display: none;
}
.product_show .show {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  z-index: 100;
  border: 1px solid #e8e8e8;
  cursor: move;
}
.product_show .show img {
  width: 100%;
}
.product_show .mask {
  width: 240px;
  height: 180px;
  display: none;
  background: #000;
  filter: Alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.product_show .bigshow {
  width: 480px;
  height: 360px;
  overflow: hidden;
  margin-left: 10px;
  display: none;
  border: 1px solid #e8e8e8;
}
.product_show .bigshow img {
  width: 960px;
  height: 720px;
}
.product_show .smallshow {
  width: 100%;
  height: 70px;
  position: relative;
}
.product_show .smallshow img {
  width: 100%;
  height: 70px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  transition: all 0.5s;
}
.product_show .smallshow > .middle_box {
  margin-left: 30px;
  margin-right: 30px;
  width: 370px;
  overflow: hidden;
  height: 70px;
}
.product_show .smallshow .middle {
  overflow: hidden;
  transition: all 0.5s;
  height: 70px;
}
.product_show .smallshow .middle > li {
  width: 83px;
  height: 70px;
  float: left;
  cursor: pointer;
  padding: 0 5px;
}
.product_show .smallshow > p {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
}
.product_show .smallshow > .prev {
  left: 0;
  background: url(../images/hover-prev.png) no-repeat;
  transition: all 0.5s;
}
.product_show .smallshow > .next {
  right: 0;
  background: url(../images/hover-next.png) no-repeat;
  transition: all 0.5s;
}
.product_show .smallshow > .prev.prevnone {
  left: 0;
  background: url(../images/prev.png) no-repeat;
  cursor: not-allowed;
}
.product_show .smallshow > .next.nextnone {
  right: 0;
  background: url(../images/next.png) no-repeat;
  cursor: not-allowed;
}

.inset.inset-bg {
  background-color: #f0f3f8;
  padding: 0px 0 10px;
  border-top: 10px solid #f0f3f8;
}
.page-show {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}
.page-show .m-title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.page-show .m-desc {
  font-size: 14px;
  color: #1f1f1f;
  margin-bottom: 20px;
}
.page-show .info-box {
}
.page-show .info-box .left {
  margin-right: 10px;
}
.page-show .info-box .list {
  display: flex;
  margin-bottom: 24px;
}
.page-show .info-box .list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-show .info-box .list .item-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.page-show .info-box .list .item-title p {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.page-show .info-box .detail {
  line-height: 2.2;
}
.page-show .info-box .right * {
  max-width: 100%;
}

#footer {
  width: 100%;
  background-color: #fff;
}
.footer_top {
  background: #fff;
}
.footer_nav {
  line-height: 35px;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
}
.footer_nav ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.footer_nav ul li .title a {
  color: #838383;
  font-size: 14px;
}

.footer_nav p {
  display: inline-block;
  color: #fff;
}
.footer_nav p.tel {
  color: #0dc63f;
  font-size: 16px;
}

.footer_top .address {
  padding-bottom: 20px;
}
.footer_top .address .address-1 {
  display: flex;
  padding-top: 16px;
  align-items: center;
  display: -webkit-flex;
  justify-content: center;
  -webkit-align-items: center;
}
.footer_top .address .address-1 img {
  max-width: 80%;
  display: block;
}
.footer_top .address .address-2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_top .address .address-2 ul li a {
  color: #fff;
  text-transform: capitalize;
}
.footer_top .address .address-2 ul li a:hover {
  color: #98171d;
}
.footer_top .address .address-2 ul .line {
  padding: 0 6px;
  color: #fff;
}
.footer_top .address .address-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 16px;
  font-weight: bold;
  font-size: 24px;
}
.footer_top .address .address-3 p {
  color: #fff;
}
.footer_bottom {
  display: none;
}
.footer_bottom1 {
  /* height: 25px;
  line-height: 25px; */
  font-size: 13px;
  color: #000;
  background: fff;
  text-align: center;
  line-height: 25px;
}
.footer_bottom1 * {
  color: #000 !important;
}

#sidenav {
  width: 100%;
  background: #f5f5f5;
}
#sidenav ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 0 10px;
}
#sidenav ul li {
  position: relative;
  width: 24%;
  margin-right: calc(4% / 3);
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
}
#sidenav ul li:nth-child(4n) {
  margin-right: 0;
}
#sidenav ul li a {
  color: #000;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sidenav ul li a.cur {
  font-weight: bold;
}
#sidenav ul li a.cur::after {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background-color: #014099;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sidenav ul:nth-child(2) {
  background-color: #f8f8f8;
}
#sidenav ul:nth-child(2) a {
  font-size: 14px;
}
#sidenav ul:nth-child(3) {
  background-color: #f5f5f5;
}
#sidenav ul:nth-child(3) a {
  font-size: 12px;
}

#sidenav.en ul li{
  width: unset;
  margin-right: 15px;
}

.sidenav_item {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.sidenav_item li {
  width: 32%;
  margin-right: 2%;
  box-sizing: border-box;
  padding: 5px 0;
}
.sidenav_item li:nth-child(3n) {
  margin-right: 0;
}
.sidenav_item li a {
  color: #000;
  font-size: 14px;
}
.sidenav_item li a.cur {
  color: #f70404;
}

.mypage {
  text-align: center;
  margin: auto;
  margin-top: 15px;
}
.mypage span,
.mypage a {
  display: inline-block;
  vertical-align: top;
  color: #557bda;
  border: 1px solid #557bda;
  padding: 4px 8px;
  margin: 5px;
  font-size: 12px;
}
.mypage span.current,
.mypage a.current {
  background: #557bda;
  color: #fff;
}
