@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
}
.wrap {
  max-width: 1200px !important;
  margin: 0 auto;
}
.no-margin {
  margin: 0 !important;
}
.clear {
  clear: both;
}
.none {
  display: none;
}
.img-position-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  padding: auto;
}
.imgAuto {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.wCenter {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.overflowHidden {
  overflow: hidden;
}
header {
  width: 100%; /*font-family: "microsoft yahei";*/ font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  position: relative;
}
header .headInfo {
  width: 100%; /*height: 40px;*/ height: 70px;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 999;
  font-size: 16px;
}
header .headInfo .left {
  float: left; /*line-height: 40px;*/ line-height: 70px;
}
header .headInfo .right {
  float: right;
}
header .headInfo .right .icon {
  float: right;
}
header .headInfo .right .icon li {
  float: right;
  color: #fff;
  width: 26px;
  height: 26px;
  margin: 7px 5px 0 5px;
  transition: all 0.3s;
}
header .headInfo .right .icon li:nth-child(1) {
  background: url("head_qq.png") no-repeat center center;
}
header .headInfo .right .icon li:nth-child(2) {
  background: url("head_weibo.png") no-repeat center center;
}
header .headInfo .right .icon li:nth-child(3) {
  background: url("head_weixin.png") no-repeat center center;
}
header .headInfo .right .icon li:nth-child(1):hover {
  background: url("head_qq_h.png") no-repeat center center;
}
header .headInfo .right .icon li:nth-child(2):hover {
  background: url("head_weibo_h.png") no-repeat center center;
}
header .headInfo .right .icon li:nth-child(3):hover {
  background: url("head_weixin_h.png") no-repeat center center;
}
header .headInfo .right .icon li a {
  display: block;
  width: 100%;
  height: 100%;
}
header .headInfo .right .phone {
  float: right; /*line-height: 40px;*/ line-height: 70px;
  background: url("head_phone.png") no-repeat center left;
  padding-left: 25px;
  margin-right: 20px;
}
header .head {
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
header .headAbs {
  position: absolute;
  bottom: -100px;
  z-index: 999;
}
header .headFix {
  position: fixed;
  top: 0;
  z-index: 999;
}
header .head .logo { /*width: 170px;*/ width: 220px;
  line-height: 100px;
  float: left;
  overflow: hidden;
}
header .head .logo img {
  width: 100%;
  line-height: 90px;
}
header .head .icon-menu {
  width: 35px;
  line-height: 90px;
  overflow: hidden;
  cursor: pointer;
}
header .head .icon-menu img {
  width: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
header .head .icon-menu:hover img {
  opacity: 0.6;
}
header .hNav {
  height: 100px; /*transition: all 0.3s;*/ float: right;
  width: 80%;
}
header .hNav nav {
  width: 100%;
  height: 100%;
}
header .hNav nav > ul {
  width: 100%;
  height: 100%;
}
header .hNav nav > ul > li {
  float: left;
  width: 11.11%;
  height: 100%;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
header .hNav nav > ul > li h1 {
  font-size: 1.2em;
  color: #333;
  line-height: 30px;
}
header .hNav nav > ul > li h2 {
  font-size: 1.2em;
  color: #333;
  line-height: 30px;
}
header .hNav nav > ul > li span {
  color: #333;
}
header .hNav nav > ul > li > ul {
  display: none;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 999;
}
header .hNav nav > ul > li > ul > li {
  width: 100%;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 35px;
  transition: all 0.3s;
  overflow: hidden;
}
header .hNav nav > ul > li > ul > li a {
  display: block;
  color: #fff;
}
header .hNav nav > ul > li > ul > li:hover {
  background-color: #e60012;
}
header .hNav nav > ul > li:hover {
  background-color: #e60012;
}
header .hNav nav > ul > li:hover h1 {
  color: #fff;
}
header .hNav nav > ul > li:hover h2 {
  color: #fff;
}
header .hNav nav > ul > li:hover span {
  color: #fff;
}
header .hNav nav > ul > .active {
  background-color: #e60012;
}
.active {
  background-color: #e60012;
  color: #fff;
}
/*.wCenter.active{background-color: #e60012;}*/
header .hNav nav > ul > .active h1 {
  color: #fff;
}
header .hNav nav > ul > .active h2 {
  color: #fff;
}
header .hNav nav > ul > .active span {
  color: #fff;
}
header .hNav nav > ul > li:hover ul {
  display: inherit;
}
header .roll {
  height: 60px;
}
header .roll .logo {
  line-height: 60px;
}
header .roll .hNav {
  height: 60px;
}
header .roll .hNav nav > ul > li span {
  display: none;
}
header .head .right {}
/*banner*/
.bannerbox {
  width: 100%; /*height:800px;*/ height: 500px;
  transition: all 1s; /* margin-top: -40px;*/ margin-top: 100px;
}
#banner { /*height:800px;*/ height: 500px;
  position: relative;
  overflow: hidden;
  transition: all 1s;
}
#banner .main_image { /*height:800px;*/ height: 500px;
  position: relative;
  overflow: hidden;
  transition: all 1s;
}
#banner .main_image ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
  overflow: hidden;
}
#banner .main_image li a {
  display: block;
}
#banner .main_image li span {
  display: block;
  width: 100%; /*height:800px;*/ height: 500px;
  transition: all 1s;
}
#banner div.flicking_con {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 999;
  width: 300px;
  height: 21px;
  margin: 0 0 0 -50px;
}
#banner div.flicking_con a {
  float: left;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -1000px
}
#banner div.flicking_con a.on {
  background-position: 0 -21px
}
#banner #btn_prev, #btn_next {
  z-index: 11111;
  position: absolute;
  display: block;
  width: 29px !important;
  height: 29px !important;
  top: 50%;
  margin-top: -30px;
  display: none;
  transition: all 0.5s;
}
#banner #btn_prev {
  background: url(main_btn_arrow_lr.png) no-repeat left bottom;
  left: 20px;
}
#banner #btn_prev:hover {
  background: url(main_btn_arrow_lr.png) no-repeat right bottom;
}
#banner #btn_next {
  background: url(main_btn_arrow_lr.png) no-repeat left top;
  right: 20px;
}
#banner #btn_next:hover {
  background: url(main_btn_arrow_lr.png) no-repeat right top;
}
.main { /*font-family: "microsoft yahei";*/ font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
/*main title*/
.main .mTitle {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: url("title_line.png") no-repeat center center;
  overflow: hidden;
}
.main .mTitle .big {
  display: inline-block;
  font-size: 4em;
  font-weight: bold;
  color: #e60012;
  text-transform: uppercase;
}
.main .mTitle .text {
  display: inline-block;
  text-align: left;
}
.main .mTitle .text h1 {
  font-size: 2em;
  color: #e60012;
}
.main .mTitle .text span {
  font-size: 1.2em;
  color: #e60012;
}
.main .content {
  padding: 20px 0;
}
/*product*/
.main .product .swiper-container {
  padding: 10px;
}
.main .pItem {
  overflow: hidden;
  height: 220px;
  position: relative;
  transition: all 0.3s;
  border: 1px solid #dcdcdc;
}
/*.main .pItem .img{width: 100%; height: 100%; transition: all 0.3s;}*/
.main .pItem .img {
  width: 80%;
  height: 80%;
  transition: all 0.3s;
  text-align: center;
  margin: 0 auto;
}
.main .pItem .text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
}
.main .pItem .hover {
  width: 100%;
  height: 100%;
  background-color: rgba(230, 0, 18, 0.6);
  position: absolute;
  top: 220px;
  left: 0;
  color: #fff;
  font-size: 1.2em;
  transition: all 0.5s ease-in-out;
}
.main .pItem:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-color: #e60012;
}
.main .pItem:hover .img {
  transform: scale(1.1);
}
.main .pItem:hover .text {
  bottom: -40px;
}
.main .pItem:hover .hover {
  top: 0;
}
/*about*/
.main .about {
  width: 100%;
  overflow: hidden;
  background: url("about_bg.jpg") no-repeat center center;
  background-size: cover;
}
.main .about .left {
  float: left;
  width: 40%;
  height: 320px;
  transition: all 0.3s;
}
.main .about .left .img {
  width: 100%;
  height: 100%;
}
.main .about .right {
  float: right;
  width: 58%;
  height: 320px;
  transition: all 0.3s;
  background: url("about_more.png") no-repeat center left;
  background-size: auto 100%;
  padding: 30px 10px 30px 120px;
  position: relative;
}
.main .about .right .title {
  color: #e60012;
  font-size: 1.6em;
}
.main .about .right .text {
  margin: 10px 0;
  line-height: 25px;
  color: #333;
  height: 200px;
  overflow: hidden;
}
.main .about .right .more {
  width: 35px;
  height: 76px;
  background-color: #e60012;
  position: absolute;
  bottom: 63px;
  left: 66px;
  transition: all 0.3s;
  border: 1px solid #e60012;
}
.main .about .right .more a {
  display: block;
  width: 100%;
  height: 100%;
  writing-mode: tb-rl;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.main .about .right .more:hover {
  background-color: #fff;
}
.main .about .right .more:hover a {
  color: #e60012;
}
/*news*/
.main .news {
  width: 100%;
  overflow: hidden;
  background: url("news_bg.jpg") no-repeat center center;
  background-size: cover;
}
.main .news .left {
  float: left;
  width: 50%; /*padding: 0 10px;*/ padding: 6px 10px;
  transition: all 0.3s;
}
.main .news .left .img {
  width: 100%; /*height: 280px;*/ height: 245px;
  transition: all 0.3s;
}
.main .news .left .title {
  height: 30px;
  line-height: 30px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  color: #333;
  position: relative;
  padding-right: 80px;
  overflow: hidden;
}
.main .news .left .title span {
  font-size: 1em;
  color: #666;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
}
.main .news .left .text {
  margin: 10px 0;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  color: #333;
  transition: all 0.3s;
}
.main .news .left:hover .text {
  color: #e60012;
}
.main .news .left:hover .img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  transform: scale(1.05);
}
.main .news .right {
  float: right;
  width: 50%;
  padding: 0 10px;
}
.main .news .right .nItem {
  width: 100%;
  height: 80px;
  border: 1px solid #fff;
  overflow: hidden;
  transition: all 0.3s;
  margin: 5px 0;
}
.main .news .right .nItem .date {
  float: left;
  width: 80px;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  color: #333;
}
.main .news .right .nItem .date .day {
  font-size: 2.2em;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.main .news .right .nItem .info {
  overflow: hidden;
  padding: 5px;
}
.main .news .right .nItem .info .title {
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
  height: 22px;
  overflow: hidden;
}
.main .news .right .nItem .info .text {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #333;
}
.main .news .right .nItem:hover .date {
  background-color: #e60012;
  color: #fff;
  width: 100px;
}
.main .news .right .nItem:hover {
  border-color: #e60012;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
/*partner*/
.main .partner .list { /*height: 180px;*/
}
.main .partner .list li {
  float: left; /*width: 14.66%;*/ width: 23%;
  margin: 10px 1%; /*height: 75px;*/ height: 175px;
  border: 1px solid #cccccc;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  transition: all 0.3s;
}
.main .partner .list li img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.main .partner .list li {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.main .partner .list li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.main .partner .more {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e60012;
  color: #fff;
  font-size: 1.2em;
  margin: 20px auto;
  cursor: pointer;
  transition: all 0.3s;
}
.main .partner span {
  transition: all 0.3s;
}
.main .rotate180 {
  transform: rotate(180deg);
}
/*other*/
.main .other {
  width: 100%;
  height: 250px;
  padding: 20px 0;
  background: url("contact_bg.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.main .other .wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .other .contact {
  width: 48%;
  float: left;
  height: 100%;
}
.main .other .oTitle {
  width: 150px;
  float: left;
  height: 100%;
}
.main .other .oTitle h2 {
  font-size: 1.6em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
.main .other .oTitle span {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  text-align: left;
}
.main .other .content {
  overflow: hidden;
  color: #fff;
}
.main .other .contact .content li {
  line-height: 25px;
  color: #fff;
}
.main .other .message {
  width: 48%;
  float: right;
  height: 100%;
}
.main .other .message input[type="text"] {
  width: 49%;
  float: left;
  height: 50px;
  padding: 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #e60012;
  outline: none;
  color: #fff;
}
.main .other .message input[type="text"]:nth-of-type(2) {
  margin-left: 2%;
}
.main .other .message textarea {
  width: 100%;
  height: 80px;
  margin-top: 10px;
  padding: 10px;
  display: block;
  resize: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #e60012;
  background: none;
  color: #fff;
}
.main .other .message input[type="submit"] {
  width: 100px;
  height: 40px;
  background-color: #e60012;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
  border: none;
  color: #fff;
}
/*footer*/
footer {
  width: 100%;
  height: 100px;
  background-color: #303030;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  line-height: 20px;
  overflow: hidden; /*font-family: "microsoft yahei";*/ font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
footer .link {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
footer .link li {
  display: inline-block;
  color: #fff;
}
footer .link li a {
  margin: 0 5px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #e60012;
  text-decoration: underline !important;
}
/*page*/
/*nav menu*/
.page {
  padding: 30px 0;
}
.page .left {
  float: left;
  width: 21%;
  transition: all 0.3s;
}
.page .right {
  float: right;
  width: 77%;
  transition: all 0.3s;
}
.page .left .navMenu {
  width: 100%;
  overflow: hidden;
}
.page .left .navMenu .navTitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #e60012;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.page .left .navMenu .navTitle h1 {
  font-size: 1.5em;
  display: inline-block;
}
.page .left .navMenu .navTitle h2 {
  font-size: 1.5em;
  display: inline-block;
}
.page .left .navMenu .navTitle span {
  font-size: 1em;
}
.page .left .navMenu .navUl li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 5px;
  background-color: #f4f4f4;
  transition: all 0.3s;
}
.page .left .navMenu .navUl li a {
  color: #333;
  display: block; /*text-shadow: 0 2px 5px rgba(0,0,0,0.3);*/ background: url("nav_icon.png") no-repeat 15px center;
  transition: all 0.3s;
}
.page .left .navMenu .navUl li:hover {
  background-color: #e60012;
}
.page .left .navMenu .navUl li:hover a {
  color: #fff;
  background: url("nav_icon_h.png") no-repeat 20px center;
}
.page .left .navMenu .navUl .act {
  background-color: #e60012;
}
.page .left .navMenu .navUl .act a {
  color: #fff;
  background: url("nav_icon_h.png") no-repeat 20px center;
}
.page .left .navMenu .navUl .active {
  background-color: #e60012;
}
.page .left .navMenu .navUl .active a {
  color: #fff;
  background: url("nav_icon_h.png") no-repeat 20px center;
}
.page .left .navMenu .navContact {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f4f4;
}
.page .left .navMenu .navContact .title {
  width: 100%;
  height: 90px;
  background: url("navcontact_bg.png") no-repeat center center;
  text-align: center;
  color: #fff;
}
.page .left .navMenu .navContact .title h1 {
  font-size: 1.5em;
}
.page .left .navMenu .navContact .title h2 {
  font-size: 1.5em;
}
.page .left .navMenu .navContact .title span {
  font-size: 1em;
}
.page .left .navMenu .navContact .img {
  width: 100%;
  height: 100px;
  margin: 10px 0;
}
.page .left .navMenu .navContact .info {
  width: 100%;
  padding: 10px;
}
.page .left .navMenu .navContact .info li {
  line-height: 25px;
}
.page .navMenu2 {
  overflow: hidden;
  padding-top: 10px;
}
.page .navMenu2 .tlt {
  width: 100%;
  line-height: 50px;
  padding: 0 15px;
  background: #e60012;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.page .navMenu2 .tlt span {
  position: absolute;
  right: 25px;
  line-height: 50px;
}
.page .navMenu2 .sjdnav2 ul {
  padding: 0;
  margin: auto;
}
.page .navMenu2 .sjdnav2 li {
  width: 100%;
  height: 40px;
  text-align: center;
  background: #fff;
  border-bottom: 2px solid #e60012;
  transition: all 0.3s;
}
.page .navMenu2 .sjdnav2 li:hover {
  color: #fff;
  background: #e60012;
}
.page .navMenu2 .sjdnav2 li a {
  display: block;
  color: #000;
  line-height: 40px;
  transition: all 0.3s
}
.page .navMenu2 .sjdnav2 li:hover a {
  color: #fff;
}
.page .navMenu2 .sjdnavhide2 {
  height: 0;
  overflow: hidden;
}
.page .right .rTitle {
  width: 100%;
  border-bottom: 3px double #d3d3d3;
  height: 40px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}
.page .right .rTitle h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}
.page .right .rTitle h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}
.page .right .rTitle span {
  position: absolute;
  right: 0;
  top: 0;
}
.page .right .rTitle span a {
  color: #333;
}
/*about.html*/
.page .aboutHtml .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-align: center;
}
.page .aboutHtml .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page .aboutHtml .text { /*margin-top: 20px; */ line-height: 25px;
  color: #333;
}
.page .aboutHtml .text img {
  max-width: 100%;
  height: auto;
}
/*case.html*/
.page .caseHtml .pItem {
  width: 31.33%;
  margin: 10px 1%;
  float: left;
}
/*productShow.html*/
.page .productShowHtml {
  text-align: center;
}
.page .productShowHtml .title {
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e60012;
  color: #fff;
  font-size: 1.3em;
}
.page .productShowHtml .img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 100%;
  text-align: center;
  margin: 20px auto;
  overflow: hidden;
}
.page .productShowHtml .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.page .productShowHtml .text {
  text-align: left;
  line-height: 25px;
  color: #333;
}
.page .productShowHtml .line {
  border-bottom: 1px dashed #666;
  margin: 10px 0;
}
/*contact.html*/
.page .contactHtml li {
  line-height: 25px;
}
.page .contactHtml .map {
  width: 100%;
  margin-top: 20px;
  height: 350px;
}
#map, #dituContent {
  width: 100%;
  height: 100%;
}
/*news.html*/
.page .newsHtml .list {
  padding: 0 10px;
}
.page .newsHtml .nItem {
  width: 100%;
  height: 140px;
  padding: 10px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #f3f3f4;
  transition: all 0.3s;
}
.page .newsHtml .nItem .img {
  float: left;
  width: 180px;
  height: 100%;
  margin-right: 10px;
}
.page .newsHtml .nItem .tlt {
  overflow: hidden;
  height: 100%;
}
.page .newsHtml .nItem .tlt .title {
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.page .newsHtml .nItem .tlt .text {
  color: #999;
  margin-top: 10px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  ransition: all 0.3s;
}
.page .newsHtml .nItem:hover {
  background-color: #e60012;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.page .newsHtml .nItem:hover .title {
  color: #fff;
}
.page .newsHtml .nItem:hover .text {
  color: #fff;
}
/*newsShow.html*/
.page .newsShowHtml .tlt {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #d3d3d3;
}
/*.page .newsShowHtml .tlt .title{font-size: 1.2em; font-weight: bold; color: #333;}*/
.page .newsShowHtml .tlt .title {
  font-size: 1.8em;
  color: #333;
}
.page .newsShowHtml .tlt .date {
  color: #d3d3d3;
  font-size: 1em;
  margin-top: 10px;
}
.page .newsShowHtml .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-align: center;
  margin: 10px 0;
}
.page .newsShowHtml .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page .newsShowHtml .text {
  line-height: 22px;
  color: #333;
}
.page .newsShowHtml a{color: #fff;}

/*cooperation.html*/
.page .cooperationHtml .list li {
  float: left;
  width: 14.66%;
  margin: 10px 1%;
  height: 75px;
  border: 1px solid #cccccc;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  transition: all 0.3s;
}
.page .cooperationHtml .list li img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.page .cooperationHtml .list li {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.page .cooperationHtml .list li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
/*message.html*/
.page .messageHtml table {
  margin: auto;
}
.page .messageHtml table td:nth-of-type(2) {
  width: 300px;
  height: 50px;
  padding: 5px 0;
}
.page .messageHtml table td input[type='text'] {
  width: 100%;
  height: 40px;
  outline: none;
  padding: 10px;
}
.page .messageHtml table td textarea {
  width: 100%;
  height: 150px;
  resize: none;
  padding: 10px;
  outline: none;
}
.page .messageHtml input[type="submit"] {
  width: 200px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #e60012;
  color: #fff;
  border: none;
  margin: auto;
  display: block;
}
@media (max-width:1199px) {
  header .headInfo {
    padding: 0 15px;
  }
  header .head {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bannerbox {
    height: 600px;
  }
  #banner {
    height: 600px;
  }
  #banner .main_image {
    height: 600px;
  }
  #banner .main_image li span {
    height: 600px;
  }
  header .head .right {
    width: auto;
  }
  .main .content {
    padding: 20px 15px;
  }
  .page {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  header .roll {
    height: auto;
  }
  header .roll .logo {
    line-height: 90px;
  }
  header .roll .hNav {
    height: auto;
  }
  header .headAbs {
    position: absolute;
    bottom: auto;
    z-index: 999;
  }
  header .head {
    height: 90px;
    padding: 0 15px;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
  }
  header .head .logo {
    width: 80%;
    line-height: 90px;
    margin-right: 0;
  }
  header .head .logo img {
    width: 175px;
    height: auto;
  }
  /*mobile*/
  header .sjdnav {
    width: 150px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 100px;
    z-index: 5;
  }
  header .sjdnav ul {
    padding: 0;
    margin: 0;
  }
  header .sjdnav li {
    height: 39px;
    display: block;
    padding: 0;
    background-color: rgba(230, 0, 18, 0.6);
    text-align: center;
    margin-bottom: 1px;
  }
  header .sjdnav li:hover {
    background-color: #e60012;
  }
  header .sjdnav li a {
    display: block;
    color: #fff;
    line-height: 39px;
  }
  header .sjdnavhide {
    height: 0;
    overflow: hidden;
  }
  .bannerbox {
    height: 400px;
    margin-top: 0;
  }
  #banner {
    height: 400px;
  }
  #banner .main_image {
    height: 400px;
  }
  #banner .main_image li span {
    padding: 100px 0 0 0;
    height: 400px;
  }
  .main .pItem {
    height: 200px;
  }
  .page .left {
    float: none;
    width: 100%;
  }
  .page .right {
    float: none;
    width: 100%;
  }
  .page .newsHtml .list {
    padding: 0;
  }
}
@media (max-width:767px) {
  body {
    margin-bottom: 76px;
  }
  header .head {
    height: 80px;
  }
  header .head .logo {
    line-height: 80px;
  }
  header .head .logo img {
    width: 150px;
  }
  header .head .icon-menu {
    width: 30px;
    line-height: 80px;
  }
  /*monile*/
  header .sjdnav {
    left: 0;
    top: 80px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(245, 245, 245, 0.2);
  }
  header .sjdnav li {
    text-align: right;
    margin-bottom: 0;
    padding: 0 3%;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: solid 1px #e60012;
    transition: all 0.3s;
  }
  header .sjdnav li:hover {
    color: #f5f5f5;
    background: #e60012;
  }
  header .sjdnav li a {
    color: #e60012;
    line-height: 40px;
    transition: all 0.3s
  }
  header .sjdnav li:hover a {
    color: #fff;
  }
  .bannerbox {
    height: 300px;
  }
  #banner {
    height: 300px;
  }
  #banner .main_image {
    height: 300px;
  }
  #banner .main_image li span {
    height: 300px;
  }
  #banner #btn_prev, #btn_next {
    margin-top: 0;
  }
  .main .pItem {
    height: 160px;
  }
  .main .pItem .hover {
    font-size: 1em;
  }
  .main .mTitle .big {
    font-size: 2em;
  }
  .main .mTitle .text h1 {
    font-size: 1.2em;
  }
  .main .mTitle .text span {
    font-size: 1em;
  }
  .main .about .left {
    float: none;
    width: 100%;
    height: 200px;
  }
  .main .about .right {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .main .news .left {
    float: none;
    width: 100%;
  }
  .main .news .right {
    float: none;
    width: 100%;
  }
  .main .partner .list li {
    width: 23%;
  }
  .main .other {
    height: auto;
  }
  .main .other .contact {
    float: none;
    width: 100%;
  }
  .main .other .message {
    float: none;
    width: 100%;
    display: none;
  }
  .main .other .oTitle {
    width: 100%;
    float: none;
  }
  .main .other .message input[type="submit"] {
    width: 100%;
  }
  footer { /*height: 50px; */ height: 80px;
    padding: 10px;
    line-height: 30px;
  }
  .page .aboutHtml .text {
    line-height: 22px;
  }
  .page .caseHtml .pItem {
    width: 48%;
    height: 220px;
  }
  .page .newsHtml .nItem {
    height: 130px;
  }
  .page .newsHtml .nItem .img {
    width: 130px;
  }
  .page .messageHtml table {
    width: 100%;
  }
  .page .messageHtml table td:nth-of-type(2) {
    width: auto;
  }
  .page .messageHtml input[type="submit"] {
    width: 100%;
  }
  .page .cooperationHtml .list li {
    width: 23%;
  }
  .text p img {
    width: 100% !important;
    height: 100% !important;
  }
  .pageinfo {
    display: none;
  }
}
}
@media (max-width: 480px) {
  /*header .head .logo img{width: 230px;}*/
  .bannerbox {
    height: 260px;
  }
  #banner {
    height: 260px;
  }
  #banner .main_image {
    height: 260px;
  }
  #banner .main_image li span {
    height: 260px;
  }
  .main .about .right .title {
    font-size: 1.1em;
  }
  .main .news .left .img {
    height: 160px;
  }
  .page .caseHtml .pItem {
    height: 160px;
  }
  .text p img {
    width: 100% !important;
    height: 100% !important;
  }
  .pageinfo {
    display: none;
  }
}
/*浮动QQ*/
.dock {
  position: fixed;
  right: 0px;
  width: 50px;
  -moz-opacity: 0.9;
  opacity: 0.9;
  z-index: 200;
  font-size: 14px;
  /*font-family:'微软雅黑';*/
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.dock.close {
  z-index: 50;
}
.dock ul.icons {
  position: absolute;
  list-style: none;
  right: 0px;
  padding: 0px;
  width: 50px;
  border: 1px solid #333;
  border-right: none;
  background: #111;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.dock.close ul.icons {
  right: -70px;
}
.dock ul.icons li i {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background: url(icons.png) no-repeat;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  z-index: 210;
}
.dock ul.icons li.active i {
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.dock ul.icons li.up i {
  background-position: -63px -150px;
}
.dock ul.icons li.tel i {
  background-position: -62px -108px;
}
.dock ul.icons li.im i {
  background-position: -63px -20px;
}
.dock ul.icons li.wechat i {
  background-position: -59px -66px;
}
.dock ul.icons li.down i {
  background-position: -63px -190px;
}
.dock ul.icons li p {
  display: block;
  position: absolute;
  top: 50px;
  right: -260px;
  /*padding: 15px 20px;*/
  padding: 20px 12px;
  height: 120px;
  color: White;
  line-height: 30px;
  border: 1px solid #333;
  border-right: none;
  background: #111;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .4s ease-in-out .1s;
  -moz-transition: all .4s ease-in-out .1s;
  -ms-transition: all .4s ease-in-out .1s;
  -o-transition: all .4s ease-in-out .1s;
  transition: all .4s ease-in-out .1s;
  overflow: hidden;
  z-index: 201;
}
.dock ul.icons li.active p {
  right: 50px;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dock ul.icons li.tel p {
  width: 140px;
  height: 130px;
  line-height: 30px
}
.dock ul.icons li.im p {
  width: 140px;
  height: 130px;
  line-height: 30px
}
.dock ul.icons li.im p a {
  display: block;
  margin-top: 12px;
  width: 100px;
  height: 35px;
  line-height: 32px;
  color: #00dfb9;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00dfb9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.dock ul.icons li.im p a:hover {
  color: White;
  background: #0f8773;
  border: 1px solid #0f8773;
}
.dock ul.icons li.wechat p {
  width: 170px;
  height: 160px;
  line-height: 30px
}
.dock ul.icons li.wechat p img {
  border: 2px solid #000;
}
.dock a.switch {
  position: absolute;
  display: block;
  top: 252px;
  right: 11px;
  width: 26px;
  height: 26px;
  background: url(icons.png) no-repeat 0px -640px;
  cursor: pointer;
  -webkit-transition-delay: .15s;
  -moz-transition-delay: .15s;
  -ms-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}
.dock a.switch.off {
  background-position: -32px -640px;
}
/*page*/
.lmlpage {
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}
.lmlpage li {
  background: #fff; /* border: 1px solid #000;  */ color: #000;
  display: inline;
  font-weight: normal;
  list-style-type: none;
  margin: 0;
  margin-right: 6px !important:;
  overflow: hidden;
  padding: 1px 5px;
  padding-right: 0 !important:;
  text-align: center;
}
.lmlpage li a {
  color: #000;
  margin: 0;
  padding: 0;
}
.lmlpage li.thisclass {
  background: #ec054b;
  border: 1px solid #ec054b;
  color: #ffffff;
}
.lmlpage li.thisclass a {
  color: #fff
}
.lmlpage li.pageinfo {
  background: #fff;
  border: 1px solid #ec054b;
  color: #000;
  display: inline;
  font-weight: normal;
  list-style-type: none;
  margin: 0;
  margin-right: 6px !important:;
  overflow: hidden;
  padding: 1px 5px;
  padding-right: 0 !important:;
  text-align: center;
}