.fix:after {
  content: "";
  display: block;
  clear: both;
}
.Box_con {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
#load-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
#load-box .picture {
  position: absolute;
  width: 200px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -100px;
}
#load-box .load-img {
  position: absolute;
  width: 200px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -100px;
  background: url("../images/load/logo1.png") no-repeat top left;
  -webkit-animation: load 3s infinite linear;
  animation: load 3s infinite linear;
}
#load-box .tbox {
  position: absolute;
  width: 200px;
  height: 35px;
  top: 50%;
  left: 50%;
  margin: 65px 0 0 -100px;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  color: #999;
}
@-webkit-keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 200px;
  }
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 200px;
  }
}
/*nav*/
#header {
  width: 100%;
  position: fixed;
  z-index: 999;
}
#header .mainsVw {
  background-color: #fff;
}
#header .mainsVw .container {
  height: 50px;
  padding: 20px 0;
}
#header .mainsVw .container:after {
  content: "";
  clear: both;
  display: block;
}
#header .mainsVw .logo {
  float: left;
}
#header .mainsVw .logo a {
  display: block;
}
@media (max-width: 767px) {
  #header .mainsVw .logo a {
    padding: 8px 0;
    width: 125px;
  }
}
#header .mainsVw .nav {
  float: left;
  position: absolute;
  left: 22.2%;
}
#header .mainsVw .nav .minNav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#header .mainsVw .nav .minNav > ul > li {
  z-index: 2;
}
#header .mainsVw .nav .minNav > ul > li > a {
  padding: 17px 27px 33px;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#header .mainsVw .nav .minNav > ul > li > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  right: 10px;
  background-color: #e81320;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#header .mainsVw .nav .minNav > ul > li > a:hover {
  color: #e81320;
}
#header .mainsVw .nav .minNav > ul > li > a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width: 768px) {
  #header .mainsVw .nav {
    display: none;
  }
}
#header .mainsVw .Telephone {
  float: right;
  max-width: 162px;
  height: 49px;
}
#header .mainsVw .Telephone .call img {
  width: 24px;
  height: 21px;
  display: inline-block;
  vertical-align: bottom;
}
#header .mainsVw .Telephone .call p {
  display: inline-block;
  font-size: 18px;
  color: #666666;
}
#header .mainsVw .Telephone .T_number {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #e81320;
}
@media (max-width: 1600px) {
  #header .mainsVw .nav {
    left: 20.2%;
  }
  #header .mainsVw .nav .minNav > ul > li > a {
    padding: 17px 24px 33px;
  }
}
@media (max-width: 1500px) {
  #header .mainsVw .nav .minNav > ul > li > a {
    padding: 17px 1.2em 33px;
  }
}
@media (max-width: 1440px) {
  #header .mainsVw .nav .minNav > ul > li > a {
    padding: 17px 1em 33px;
  }
  #header .mainsVw .Telephone .call p {
    font-size: 16px;
  }
  #header .mainsVw .Telephone .T_number {
    font-size: 19px;
  }
}
@media (max-width: 1270px) {
  #header .mainsVw .nav .minNav > ul > li > a {
    padding: 17px 0.8em 33px;
  }
}
@media (max-width: 1200px) {
  /*#header .mainsVw .nav {
    left: 292px;
  }*/
  #header .mainsVw .Telephone {
    display: none;
  }
  #header .mainsVw .nav {
    left: 29.2%;
  }
  #header .mainsVw .nav .minNav > ul > li > a {
    padding: 17px 0.5em 33px;
  }
  #header .mainsVw .Telephone .call p {
    font-size: 17px;
  }
  #header .mainsVw .Telephone .T_number {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  /*#header .mainsVw .nav .minNav > ul > li > a {
    padding: 17px 0.8em 33px;
  }
  #header .mainsVw .nav {
    left: 275px;
  }*/
  #header .mainsVw .nav {
    display: none;
  }
}
@media (max-width: 996px) {
  #header {
    height: 70px;
  }
  #header .mainsVw .container {
    padding: 10px 0;
  }
}
#nav {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 996px) {
  #nav {
    display: block;
  }
}
#nav ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#nav ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#nav ul li a:hover {
  color: #d80c18;
}
/*menuBtn*/
.menuBtn {
  display: none;
  width: 50px;
  margin-top: 19px;
  cursor: pointer;
  right: 0;
  position: fixed;
  text-align: left;
  z-index: 9;
}
@media (max-width: 1024px) {
  .menuBtn {
    display: block;
    margin-right: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .menuBtn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .menuBtn {
    margin-right: 12px;
  }
}
.menuBtn span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #333;
  border-radius: 5px;
  margin: 6px auto;
  transition: all 0.5s;
}
.menuBtn.onBtn span {
  background-color: #fff;
}
.menuBtn.onBtn span:nth-child(1) {
  position: relative;
  top: 7px;
  transform: rotate(45deg);
}
.menuBtn.onBtn span:nth-child(2) {
  transform: rotate(-45deg);
}
.menuBtn.onBtn span:nth-child(3) {
  display: none;
}
/*footer*/
#footer .mainsVw {
  background-color: #222222;
}
#footer .mainsVw .container .f_top {
  padding-top: 55px;
  padding-bottom: 34px;
}
#footer .mainsVw .container .f_top:after {
  content: "";
  display: block;
  clear: both;
}
#footer .mainsVw .container .f_top li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
#footer .mainsVw .container .f_top li:after {
  content: "";
  display: block;
  clear: both;
}
#footer .mainsVw .container .f_top li .images {
  float: left;
  width: 110px;
  margin-right: 17px;
}
#footer .mainsVw .container .f_top li .icon {
  float: left;
  width: 31px;
  margin-right: 10px;
}
#footer .mainsVw .container .f_top li .txt {
  float: left;
  padding-top: 10px;
}
#footer .mainsVw .container .f_top li .txt dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
#footer .mainsVw .container .f_top li .txt dd {
  font-size: 13px;
  line-height: 26px;
  color: #cccccc;
}
#footer .mainsVw .container .f_top li > p {
  padding-top: 10px;
  line-height: 26px;
  color: #cccccc;
}
#footer .mainsVw .container .f_top li > p a {
  color: #cccccc;
}
#footer .mainsVw .f_bottom {
  padding-top: 26px;
  text-align: center;
  padding-bottom: 24px;
  border-top: 1px solid #333;
}
#footer .mainsVw .f_bottom dt {
  display: inline-block;
  font-size: 13px;
  color: #eeeeee;
}
#footer .mainsVw .f_bottom dd {
  display: inline-block;
  margin: 0 8px;
}
#footer .mainsVw .f_bottom dd:nth-child(2) {
  margin-left: 5px;
}
#footer .mainsVw .f_bottom dd a {
  color: #cccccc;
  font-size: 13px;
}
#footer .mainsVw .f_bottom dd a:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  #footer .mainsVw .container .f_top li .images {
    width: 95px;
  }
  #footer .mainsVw .container .f_top li {
    width: 50%;
  }
  #footer .mainsVw .container .f_top {
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  #footer .mainsVw .container .f_top li {
    width: 100%;
  }
  #footer .mainsVw .f_bottom {
    display: none;
  }
  #footer .mainsVw .container .f_top {
    padding-top: 30px;
  }
  #footer .mainsVw .container .f_top li .txt dt {
    margin-bottom: 5px;
  }
  #footer .mainsVw .container .f_top li .txt dd {
    line-height: 18px;
  }
  #footer .mainsVw .container .f_top li .txt {
    width: 84%;
  }
}
/*page*/
.page {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page a span{
  display: block;
  margin-right: 5px;
  padding: 0 16px;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  background-color: #eee;
  color: #333;
  transition: all 0.3s linear;

}
.page a:hover span{
  background: #e81320;
  color: #fff;
}
.page a.active span {
  background: #e81320;
  color: #fff;
}
.more {
  width: 90px;
  text-align: left;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 0;
}
.more span:nth-child(1) {
  font-size: 16px;
  color: #666;
  vertical-align: text-bottom;
}
.more span:nth-child(2) {
  display: inline-block;
  margin-left: 9px;
  width: 20px;
  height: 6px;
  vertical-align: super;
  background: url("../images/home_18.png") no-repeat center center / cover;
  transition: all 0.4s;
}
.more:hover span:nth-child(1) {
  color: #333;
}
#T_images {
  padding-top: 90px;
}
@media (max-width: 996px) {
  #T_images {
    padding-top: 70px;
  }
}
#T_images .bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#T_images .con {
  padding: 94px 0 104px;
}
#T_images .con h2 {
  margin-bottom: 28px;
  font-size: 42px;
  color: #ffffff;
}
#T_images .con p {
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  #T_images .con {
    padding: 74px 0 84px;
  }
}
@media (max-width: 996px) {
  #T_images .con {
    padding: 54px 0 64px;
  }
  #T_images .con h2 {
    font-size: 34px;
  }
  #T_images .con p {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #T_images .con {
    padding: 34px 0 44px;
  }
  #T_images .con h2 {
    margin-bottom: 14px;
    font-size: 25px;
  }
  #T_images .con p {
    font-size: 13px;
  }
}
#T_position .container {
  padding: 20px 0;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  #T_position .container {
    font-size: 13px;
  }
}
#T_position .container a {
  margin: 0 5px;
  display: inline-block;
  color: #666;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #T_position .container a {
    margin: 0 2px;
  }
}
#T_position .container a:nth-child(1) {
  margin-left: 0;
}
#T_position .container a:nth-last-child(1) {
  color: #333;
}
#T_position .container a:hover {
  color: #333;
}
.heads h3 {
  margin-bottom: 28px;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 987px) {
  .heads h3 {
    font-size: 36px;
  }
}
.heads p {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .heads h3 {
    margin-bottom: 15px;
    font-size: 22px!important;
  }
  .heads p {
    font-size: 14px!important;
    line-height: 28px!important;
  }
}
.readList p {
  font-size: 15px;
  line-height: 46px;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s;
}
.readList p a {
  display: inline-block;
  font-size: 15px;
  line-height: 46px;
  color: #333333;
  transition: all 0.3s;
}
.readList p:nth-child(1) {
  float: left;
}
.readList p:nth-child(2) {
  float: right;
}
.readList p:hover {
  color: #e81320 !important;
}
.readList p:hover a {
  color: #e81320;
}
.readList .break {
  width: 140px;
  margin: 0 auto;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background-color: #333333;
  border-radius: 23px;
  transition: all 0.3s;
}
.readList .break:hover {
  background-color: #e81320;
}
/*wWList*/
.wWList {
  padding-top: 44px;
}
.wWList:after {
  content: "";
  display: block;
  clear: both;
}
.wWList li {
  float: left;
  width: 25%;
  max-width: 400px;
  height: 270px;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  box-sizing: border-box;
  text-align: center;
}
.wWList li:nth-child(2),
.wWList li:nth-child(3),
.wWList li:nth-child(4) {
  border-left: none;
}
.wWList li h4 {
  margin-top: 53px;
  font-size: 48px;
  line-height: 36px;
  color: #e81320;
}
.wWList li .tit {
  margin-top: 27px;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.wWList li .text {
  max-width: 288px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
/*wWList2*/
.wWList2:after {
  content: "";
  display: block;
  clear: both;
}
.wWList2 .w_item {
  float: left;
  margin-right: 80px;
  width: 480px;
  height: 300px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.wWList2 .w_item:nth-child(3n) {
  margin-right: 0;
}
/*t_tab*/
.t_tab {
  margin-top: 25px;
}
.t_tab ul:after {
  content: "";
  display: block;
  clear: both;
}
.t_tab ul li {
  float: left;
  margin-right: 2px;
}
.t_tab ul li a {
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
  color: #333;
  background-color: #f5f5f5;
  transition: all 0.3s;
}
.t_tab ul li a:hover {
  color: #fff;
  background-color: #333333;
}
/*caseList*/
.caseList {
  margin-top: 32px;
}
.caseList:after {
  content: "";
  display: block;
  clear: both;
}
.caseList a {
  float: left;
  width: 480px;
  margin-right: 80px;
  margin-bottom: 30px;
}
.caseList a:nth-child(3n) {
  margin-right: 0;
}
.caseList a .images {
  width: 100%;
  overflow: hidden;
}
.caseList a .images img {
  transition: all 3s;
}
.caseList a .text {
  position: relative;
  height: 70px;
  padding: 0 28px;
  line-height: 70px;
  background-color: #fff;
}
.caseList a .text:after {
  content: "";
  display: block;
  clear: both;
}
.caseList a .text h5 {
  float: left;
  font-size: 18px;
  color: #222222;
  transition: color 0.3s;
}
.caseList a .text p {
  float: right;
  font-size: 13px;
  color: #666666;
}
.caseList a .text span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 0%;
  border-bottom: 1px solid #e81320;
  transition: all 1s;
}
.caseList a:hover .images img {
  transform: scale(1.2);
}
.caseList a:hover .text h5 {
  color: #e81320;
}
.caseList a:hover .text span {
  width: 100%;
}
.about_list ul:after {
  content: "";
  display: block;
  clear: both;
}
.about_list ul li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.about_list ul li:nth-child(5n) {
  border-right: none;
}
.about_list ul li a {
  position: relative;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.about_list ul li a img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.about_list ul li a img:nth-child(2) {
  position: relative;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about_list ul li a:hover {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(180deg);
}
@media (max-width: 1600px) {
  .wWList li {
    width: 25%;
  }
  .wWList li .text {
    max-width: 90%;
  }
  .wWList2 .w_item {
    float: left;
    margin-right: 5%;
    width: 30%;
  }
  .caseList a {
    margin-right: 5%;
    width: 30%;
  }
}
@media (max-width: 996px) {
  .wWList li h4 {
    margin-top: 40px;
  }
  .wWList li .text {
    font-size: 14px;
  }
  .wWList2 .w_item {
    width: 47.3%;
  }
  .wWList2 .w_item:nth-child(3n) {
    margin-right: 5%;
  }
  .wWList2 .w_item:nth-child(2n) {
    margin-right: 0;
  }
  .caseList a {
    width: 47.3%;
  }
  .caseList a:nth-child(3n) {
    margin-right: 5%;
  }
  .caseList a:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .readList p:nth-child(1) {
    float: none;
  }
  .readList p:nth-child(2) {
    float: none;
  }
  .readList .break {
    margin-top: 20px;
  }
  #case_list .S_item1 .c_con .readList p span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
  }
  .wWList li {
    width: 50%;
    height: 233px;
  }
  .wWList li:nth-child(3) {
    border-top: none;
    border-left: solid 1px #d9d9d9;
  }
  .wWList li:nth-child(4) {
    border-top: none;
  }
  .wWList li h4 {
    margin-top: 30px;
  }
  .wWList li .tit {
    margin-top: 17px;
    margin-bottom: 9px;
  }
  .wWList2 .w_item {
    width: 100%;
  }
  .t_tab ul li {
    float: left;
    margin-right: 8px;
    margin-bottom: 6px;
  }
  .t_tab ul li a {
    height: 40px;
    padding: 0 12px;
    line-height: 40px;
  }
  .t_tab {
    margin-top: 5px;
  }
  .caseList a {
    width: 100%;
  }
  .caseList a .text {
    height: 50px;
    padding: 0 12px;
    line-height: 50px;
  }
  .about_list li {
    width: 33.33% !important;
  }
  .about_list ul li:nth-child(5n) {
    border-right: 1px solid #eee;
  }
  .about_list ul li:nth-child(3n) {
    border-right: none;
  }
}
@keyframes zAnim {
  0% {
    transform: translate(0px);
  }
  30% {
    transform: translate(10px);
  }
  60% {
    transform: translate(20px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes zLeft {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes myfirst {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 100%;
    top: 0px;
  }
  50% {
    left: 100%;
    top: 100%;
  }
  75% {
    left: 0px;
    top: 100%;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes myScale {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  50%,
  75% {
    transform: scale(1.2);
  }
  75%,
  100% {
    opacity: 0;
  }
}
@keyframes myScaleIme {
  0% {
    transform: scale(1);
  }
  45%,
  70% {
    transform: scale(1.3);
  }
  70%,
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.InUp {
  opacity: 1!important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
/*# sourceMappingURL=public.css.map */