@charset "utf-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  background: #ffffff;
  font-family: 'Microsoft YaHei', serif;
  overflow-x: hidden;
  transition: all .4s;
  -webkit-transition: all .4s;
}

ul, li, ol, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
  list-style: none;
  padding: 0;
  margin: 0;
}

input, textarea {
  outline: none;
}

::-webkit-input-placeholder {
  color: #bdbdbd;
}

::-moz-placeholder {
  color: #bdbdbd;
}

:-ms-input-placeholder {
  color: #bdbdbd;
}

a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  color: #D7000F;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both
}

/*图片放大*/
div.imgZoom {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.imgZoom img {
  transition: all .4s;
  -webkit-transition: all .4s;
}

.imgZoom:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

/*图片旋转*/
.imgRotate img {
  -webkit-transition: -webkit-transform 2s ease-out;
  -moz-transition: -moz-transform 2s ease-out;
  -o-transition: -o-transform 2s ease-out;
  -ms-transition: -ms-transform 2s ease-out;
}

.imgRotate img:hover {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

/* 水平镜像翻转 */
.mirrorRotateLevel img {
  transition: all 1s;
  -webkit-transition: all 1s;
}

.mirrorRotateLevel:hover img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  /*兼容IE*/
}

/*按钮鼠标经过变暗*/
.wlp-button:hover {
  filter: alpha(opacity=90);
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)) !important;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)) !important;
}

/*鼠标经过有阴影*/
.wlp-shadow:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important;
}

/*鼠标经过上浮并加阴影*/
.wlp-flow-shadow {
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.wlp-flow-shadow:hover {
  transform: translate3d(0, -8px, 0);
  -webkit-transform: translate3d(0, -8px, 0);
  -webkit-box-shadow: 0 0px 10px #e9e9e9;
  box-shadow: 0 0px 10px #e9e9e9;
}

/*图片经过遮罩*/
.wlp-filter:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  border: none;
}

.w1660 {
  width: 1660px;
  margin: 0 auto;
}

.w1580 {
  width: 1580px;
  margin: 0 auto;
}

.w1240 {
  width: 1240px;
  margin: 0 auto;
}

.flexSB {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flexL {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flexC {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flexR {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  line-height: 110px;
  padding: 0 70px;
  z-index: 2;
  transition: all 0.5s;
}

header.top {
  position: relative;
}

header.on {
  transition: all .5s;
  background: rgba(0, 0, 0, 1);
}

header .logo {
  background: url(../images/logo02.png) no-repeat center;
  background-size: cover;
  height: 110px;
  width: 171px;
  position: relative;
  z-index: 4;
}

header:hover {
  background: black;
}

header:hover .logo {
  background: url(../images/logo01.png) no-repeat center;
}

header.on .logo {
  background: url(../images/logo01.png) no-repeat center;
  background-size: cover;
  height: 110px;
  width: 171px;
}

header .nav {
  position: absolute;
  right: 0;
  left: 0;
  padding-right: 230px;
  z-index: 3;
}

.menu-toggle {
  display: none;
}

header .nav li {
  margin: 0 30px;
}

header > div:last-child {
  position: relative;
  z-index: 4;
}

.language a {
  margin-right: 26px;
  position: relative;
}

.language a:first-child:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  background: #808080;
  right: -12px;
  top: 50%;
  margin-top: -7px;
}

header .search {
  cursor: pointer;
}

.nav li a:hover {
  color: #D7000F;
}

.nav li.focus a {
  color: #D7000F;
}

.nav li:nth-child(3) > a {
  position: relative;
}

.nav li:nth-child(3) > a:after {
  content: '';
  position: absolute;
  background: url(../images/icon09.png) no-repeat center;
  background-size: cover;
  width: 96px;
  height: 0;
  overflow: hidden;
  left: 0;
  bottom: 0;
  margin-left: -16px;
  transition: all 1s;
}

.nav li:nth-child(3):hover > a:after {
  height: 16px;
  transition: all 1s;
}

.nav li:hover div {
  height: 180px;
  transition: all 1s;
}

.nav li div {
  position: absolute;
  left: 0;
  right: 0;
  background: url(../images/secondaryMenuBC.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 1s;
}

.nav li div dl {
  width: 1224px;
  margin: 0 auto;
  padding: 23px 0;
}

.nav li div dl:after {
  width: 21%;
  content: '';
}

.nav li.focus div dl dd a {
  color: #666;
}

.nav li.focus div dl dd a:hover {
  color: #D7000F;
}

.nav li div dl a {
  color: #666666;
}

.nav li div dl a i {
  margin-right: 10px;
}

.nav li div dl dd {
  line-height: 50px;
  width: 21%;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}

.iBanner {
  position: relative;
  z-index: 1;
}

.iBanner img {
  width: 100%;
}

.banner {
  position: relative;
}

.banner > img {
  width: 100%;
}

.AD {
  height: 160px;
  text-align: center;
  padding: 48px 0;
}

.AD h2 {
  color: #333333;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 6px;
}

.AD h2 i {
  margin-right: 14px;
}

.iProList {
  background: #EBECED;
  padding-top: 45px;
}

.iProList.proList {
  background: #ffffff;
}

.proList img {
  width: 70% !important;
}

.iProList ul li {
  width: calc(100% / 4 - 46px);
  padding-top: 10px;
  padding-bottom: 40px;
  border: 1px solid #D1D1D1;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
  color: black;
  margin-right: 46px;
  margin-bottom: 40px;
}

.iProList ul li:nth-child(4n) {
  margin-right: 0;
}

.iProList ul li p {
  margin: 20px 0;
}

.iProList ul li a:last-child {
  width: 220px;
  line-height: 40px;
  background: #D7000F;
  margin: 0 auto;
  color: white;
  font-size: 14px;
}

.iProList ul li a:last-child:hover {
  background: #A9000C;
}

.iNewPro {
  background: url(../images/newPro.jpg) center fixed;
  width: 100%;
  height: 400px;
  background-size: cover;
  text-align: center;
  color: white;
  padding-top: 110px;
}

.iNewPro h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 24px;
}

.iNewPro a {
  font-size: 14px;
  width: 300px;
  line-height: 50px;
  margin: 50px auto 0;
  border: 1px solid #C9C9C9;
}

.more {
  background: #333333;
  height: 420px;
  padding-top: 40px;
}

.more ul li {
  width: 400px;
  position: relative;
}

.more ul li div:first-child {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: white;
  border-bottom: 3px solid #D7000F;
  line-height: 76px;
}

.more ul li div:nth-child(2) {
  color: #A9A9A9;
  font-size: 14px;
  line-height: 22px;
  padding: 20px 0;
  text-align: justify;
}

.more ul li > a:last-child {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: -20px;
}

.more ul li a img {
  height: 113px;
}

.more ul li:nth-child(2) div:nth-child(2) a {
  color: #A9A9A9;
  line-height: 22px;
  border-bottom: 1px solid #A9A9A9;
  display: table;
}

.more ul li:last-child div:nth-child(2) p:first-child {
  font-size: 14px;
  text-align: center;
}

.more ul li:last-child div:nth-child(2) p:nth-child(2) {
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}

.iServe {
  margin-top: 10px;
  height: 320px;
  background: #f5f5f5;
  position: relative;
  margin-bottom: 220px;
}

.iServe > div {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  height: 430px;
  background: #ffffff;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  padding: 60px 130px;
}

.serveTab {
  border-bottom: 1px solid #E5E5E5;
}

.serveTab li {
  width: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
  color: black;
  position: relative;
  line-height: 70px;
}

.serveTab li i {
  display: none;
}

.serveTab li.on i {
  display: inline-block;
  margin-right: 14px;
}

.serveTab li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 6px;
  left: 0;
  bottom: -4px;
  background: #4D4D4D;
  transition: all 1s;
}

.serveTab li:hover:after {
  width: 100%;
  transition: all 1s;
}

.serveTab li.on:after {
  width: 100%;
  transition: all 0.4s;
}

.serveShow li {
  display: none;
  align-items: center;
  padding: 45px 0;
  border-bottom: 1px solid #E9E9E9;
}

.serveShow li.on {
  display: flex;
}

.serveShow li p {
  width: 880px;
  line-height: 32px;
  text-align: justify;
  display: inline-block;
}

.serveShow li a {
  display: inline-block;
  color: #666666;
  margin: 0 auto;
  font-size: 14px;
  width: 300px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #000000;
}

.iNews ul li:first-child {
  width: 25%;
}

.iNews ul li:first-child div:nth-child(3) {
  padding: 0 40px;
  background: #F2F2F2;
}

.imgZoom a img {
}

.iNews {
  padding-bottom: 50px;
}

.iNews ul li:first-child div:nth-child(3) p:first-child {
  font-size: 14px;
  color: #d7000f;
  line-height: 40px;
}

.iNews ul li:first-child div:nth-child(3) p:last-child {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  padding-bottom: 17px;
}

.iNews ul li:first-child > p {
  line-height: 45px;
  font-size: 26px;
  color: #333333;
}

.iNews ul li:last-child > p {
  line-height: 45px;
  font-size: 26px;
  color: #333333;
}

.iNews ul li:last-child p:last-child {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 25px;
}

.iNews ul li:first-child > a {
  line-height: 50px;
  text-align: center;
  color: #d7000f;
  font-size: 14px;
  background: #E6E6E6;
}

.iNews ul li:nth-child(2) {
  width: 50%;
  max-width: 715px;
}

.iNews ul li:nth-child(2) > a {
  font-size: 14px;
  color: #333333;
  text-align: right;
  line-height: 45px;
}

.iNews ul li:nth-child(2) dl dd {
  margin-bottom: 50px;
}

.iNews ul li:nth-child(2) dl dd:last-child {
  margin-bottom: 0;
}

.iNews ul li:nth-child(2) dl dd > div:first-child {
  width: 80px;
  height: 80px;
  text-align: center;
  background: #F2F2F2;
}

.iNews ul li:nth-child(2) dl dd:hover > div:first-child {
  background: #D7000F;
}

.iNews ul li:nth-child(2) dl dd > div:first-child p:first-child {
  font-size: 40px;
  border-bottom: 1px solid #E1E1E1;
}

.iNews ul li:nth-child(2) dl dd > div:first-child p:last-child {
  font-size: 12px;
  line-height: 26px;
  color: #9D9D9D;
}

.iNews ul li:nth-child(2) dl dd:hover > div:first-child p:first-child {
  color: #ffffff;
  border-bottom-color: #E34D57;
}

.iNews ul li:nth-child(2) dl dd:hover > div:first-child p:last-child {
  color: #ffffff;
}

.iNews ul li:nth-child(2) dl dd > div:last-child {
  width: calc(100% - 90px);
  max-width: 610px;
}

.iNews ul li:nth-child(2) dl dd > div:last-child p:first-child {
  font-size: 18px;
  line-height: 26px;
  height: 40px;
  font-weight: bold;
  color: black;
  padding-top: 14px;
  overflow: hidden;
}

.iNews ul li:nth-child(2) dl dd > div:last-child p:last-child {
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  color: #666666;
}

.iNews ul li:nth-child(3) {
  width: 23%;
  position: relative;
}

.trust {
  background: url(../images/trust.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 229px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 34px;
}

.trust i {
  margin-right: 12px;
}

.partner {
  background: url(../images/partner.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 520px;
  position: relative;
}

.partner > ul {
  position: absolute;
  width: 1640px;
  left: 50%;
  top: 60px;
  margin-left: -810px;
  height: 360px;
  background: white;
  padding-top: 50px;
}

.partner > ul li {
  width: 25%;
}

footer {
  color: #B4B4B4;
  height: 140px;
  background: #343434;
}

footer > div {
  align-items: center;
  height: 100%;
}

footer > div > div:nth-child(2) {
  width: 510px;
}

footer > div > div:last-child {
  width: 27%;
  text-align: right;
  cursor: pointer;
}

footer > div > div:nth-child(2) div div:first-child {
  display: flex;
  align-items: center;
  margin-right: 18px;
}

footer > div > div:nth-child(2) div div:last-child {
  line-height: 28px;
}

footer > div > div:nth-child(2) div div:last-child div:last-child {
  font-weight: bold;
}

.search_box {
  width: 100%;
  position: fixed;
  top: -110px;
  height: 110px;
  left: 0;
  z-index: 99999;
  padding: 0 50px;
  background: #D7000F;
  color: white;
}

input::-webkit-input-placeholder {
  color: white;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.search_box dl {
  width: 100%;
  border-bottom: #fff solid 1px;
  overflow: hidden;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.search_box dl input[type='text'] {
  width: 80%;
  height: 50px;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 5px;
}

.search_box dl input[type='submit'] {
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center;
  font-size: 0;
  border: none;
  cursor: pointer;
}

.search_box dl .search_off {
  width: 30px;
  height: 30px;
  background: url(../images/icon16.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
  cursor: pointer;
}

/*about*/
.intro {
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intro h2 {
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 30px;
}

.intro p {
  font-size: 18px;
  line-height: 32px;
}

.intro ul {
  margin-top: 50px;
  padding: 0 140px;
}

.intro ul li p:last-child {
  font-size: 26px;
  font-weight: bold;
  line-height: 52px;
}

.culture {
  padding: 60px 0;
}

.culture ul li {
  width: 30%;
}

.culture > p {
  text-align: center;
  width: 940px;
  margin: 0 auto;
}

.culture > p:first-child {
  font-size: 34px;
  color: #333333;
}

.culture > p:nth-child(2) {
  font-size: 14px;
  line-height: 32px;
  margin: 20px auto;
}

.culture ul li p {
  width: 100%;
  height: 80px;
  background: #F5F5F5;
  padding-left: 20px;
  line-height: 80px;
}

.culture ul li:nth-child(2) p {
  padding-top: 8px;
  width: 100%;
  height: 80px;
  background: #F5F5F5;
  padding-left: 20px;
  line-height: 32px;
}

.certificate {
  background: url(../images/certificate.jpg) no-repeat left;
  background-size: cover;
  width: 100%;
  height: 550px;
  position: relative;
}

.certificate .swiper-container {
  position: absolute;
  width: calc(100% - 400px);
  right: 0;
  top: 120px;
}

.certificate p {
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
}

.certificate .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*新品上市*/
.newPro {
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newPro h2 {
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 30px;
}

.newPro input {
  width: 700px;
  line-height: 70px;
  height: 70px;
  font-size: 22px;
  padding-left: 25px;
  color: #999999;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input::-moz-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

.newPro button {
  width: 70px;
  height: 70px;
  background: url(../images/buttonSearch.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  outline: none;
  border: none;
  cursor: pointer;
  top: 28px;
  right: -10px;
}

.newPro p {
  width: 795px;
  text-align: right;
  margin: 25px auto;
  font-size: 22px;
}

.proTab {
  margin: 30px auto;
}

.proTab p {
  display: none;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  background: #343434;
  line-height: 50px;
  color: white;
  position: relative;
}

.proTab p:after {
  content: '';
  position: absolute;
  background: url(../images/newsicon.jpg) no-repeat center;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  right: 20px;
  border-radius: 50%;
  transition: all .5s;
}

.proTab p.on:after {
  transform: rotate(45deg);
  transition: all .5s;
}

.proTab li {
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
}

.proTab li.on a {
  background: #DFDFDF;
  color: #d7000f;
}

.proTab li a {
  color: #666;
  display: block;
  padding: 0 29px;
}

.proTab li a:hover {
  color: #d7000f;
}

/*分页*/
.page {
  margin: 10px 0 50px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page.news {
  margin: 50px auto;
}

.page span {
  line-height: 36px;
  display: inline-block;
  margin: 0 15px;
  width: 40px;
}

.page span.first, .page span.last {
  width: auto;
}

.page span a {
  color: #666666;
}

.page span.current {
  background: #d7000f;
}

.page span.current a {
  color: white;
}

.page span.prev {
  background: url(../images/prev.jpg) no-repeat center;
  background-size: cover;
  width: 15px;
  height: 36px;
}

.page span.last {
  background: url(../images/prev.jpg) no-repeat center;
  transform: rotate(180deg);
  background-size: cover;
  width: 15px;
  height: 36px;
}

/*产品详情*/
.proDetail {
  position: relative;
  height: 640px;
  border-bottom: 4px solid #d7000f;
}

.proDetailTab {
  /*height: 440px;*/
  /*overflow-y: scroll;*/
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
  padding: 20px 0;
}

.proDetailTab .swiper-container {
  height: 600px;
  padding: 30px 0;
}

.proDetailTab .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E6E6E6;
}

.proDetailTab .swiper-slide.on {
  border-color: #d7000f;
}

.proDetailTab .swiper-button-prev {
  background-image: none;
  top: 30px;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-left: -10px;
  border-top: 3px solid #d7000f;
  border-left: 3px solid #d7000f;
  transform: rotate(45deg);
  outline: none;
}

.proDetailTab .swiper-button-next {
  background-image: none;
  bottom: 30px;
  margin-top: 270px;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-left: -10px;
  border-top: 3px solid #d7000f;
  border-left: 3px solid #d7000f;
  transform: rotate(-135deg);
  outline: none;
}

.proDetailTab li {
  width: 160px;
  height: 130px;
  border: 2px solid #E6E6E6;
  margin-bottom: 24px;
  cursor: pointer;
}

.proDetailTab li.on {
  border-color: #d7000f;
}

.proDetailTab li img {
  width: 100%;
}

.proDetailShow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.proDetailShow li {
  height: 100%;
  display: none;
}

.proDetailShow li.on {
  display: flex;
}

.proDetailShow li .proImg {
  width: 730px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.proDetailShow li .proImg > img {
  width: 375px;
}

.magnifying {
  position: absolute;
  right: 150px;
  bottom: 150px;
}

.proData {
  background: url(../images/proDetailBc.jpg) no-repeat center;
  background-size: cover;
  height: 100%;
  width: 850px;
  padding-left: 70px;
  padding-right: 130px;
  padding-top: 40px;
}

.proData p:first-child {
  font-size: 36px;
  font-weight: bold;
  color: black;
}

.proData p:nth-child(2) {
  font-size: 26px;
  font-weight: bold;
}

.proData p:nth-child(3) {
  font-size: 18px;
  margin-top: 30px;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 10px;
}

.proData p:nth-child(4) {
  margin-top: 10px;
  font-size: 18px;
  line-height: 32px;
}

.proData a {
  margin-top: 10px;
  width: 180px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #d7000f;
  background: white;
}

.relevantPor {
  background: url(../images/relevantBc.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 180px;
}

/*新闻*/
.newsTit {
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newsTit h2 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 10px;
}

.newsTit a {
  display: inline-block;
}

.recommendNews {
  margin: 40px auto;
}

.recommendNews:after {
  content: '';
  width: 31%;
}

.recommendNews li {
  width: 31%;
  margin-bottom: 20px;
}

.recommendNews li a {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
}

.recommendNews li a p:nth-child(2) {
  margin-top: 10px;
  font-size: 18px;
  color: black;
  font-weight: bold;
}

.recommendNews li a p:nth-last-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.recommendNews li a p:last-child {
  margin-top: 30px;
  font-size: 14px;
  color: #d7000f;
  width: 180px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #d7000f;
}

.newsList {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.newsList li {
  height: 110px;
  border-bottom: 1px solid #D3D3D3;
  position: relative;
  align-items: center;
  padding-left: 65px;
}

.newsList li:after {
  content: '';
  position: absolute;
  background: url(../images/newsicon.jpg) no-repeat center;
  background-size: cover;
  width: 60px;
  height: 60px;
  right: 38px;
  top: 50%;
  margin-top: -30px;
  transition: all .5s;
}

.newsList li:hover:after {
  transform: rotate(180deg);
  transition: all .5s;
}

.newsList li div:first-child p:first-child {
  font-size: 40px;
  color: #d7000f;
}

.newsList li div:nth-child(2) {
  line-height: 110px;
  display: block;
}

.newsList li div:first-child p:last-child {
  font-size: 12px;
  color: #999999;
}

.newsList li a {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  margin-left: 75px;
}

.newsList li a:hover {
  color: #d7000f;
}

/*新闻详情*/
.newsDetailTit {
  text-align: center;
  background: #E8E8E8;
  padding: 60px 0;
}

.newsDetailTit h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2b2b2b;
}

.newsDetailTit i {
  margin-right: 8px;
}

.newsDetail {
  margin: 45px auto;
}

.newsDPge img {
  background-color: #999999;
  margin-bottom: 6px;
}

.newsDPge img:hover {
  background-color: rgb(215, 0, 15);
}

.newsDetail li:nth-child(2) {
  text-align: center;
  width: 60%;
  font-size: 16px;
  line-height: 32px;
}

.newsDetail li:nth-child(3) {
  width: 300px;
  border: 12px solid #F4F4F4;
  height: 460px;
  padding: 30px;
}

.newsDetail li:nth-child(3) > p {
  font-size: 26px;
  font-weight: bold;
}

.newsDetail li:nth-child(3) div {
  padding: 25px 0;
  border-bottom: 1px solid #CECECE;
}

.newsDetail li:nth-child(3) div:last-child {
  border-bottom: none;
}

.newsDetail li:nth-child(3) div a {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.newsDetail li:nth-child(3) div a:hover {
  color: #d7000f;
}

.newsDetail li:nth-child(3) div p {
  margin-top: 10px;
}

/*技术文案*/
.copywriterList {
  margin-top: 50px;
}

.copywriterList li {
  margin-bottom: 20px;
}

.copywriterList li:last-child {
  margin-bottom: 0;
}

.copywriterList li > p {
  line-height: 70px;
  font-size: 26px;
  padding-left: 28px;
  background: #CCCCCC;
  color: #6C6C6C;
  position: relative;
}

.copywriterList li > p:after {
  content: '';
  position: absolute;
  background: url(../images/copywriter01.png) no-repeat center;
  background-size: cover;
  width: 36px;
  height: 41px;
  right: 41px;
  top: 50%;
  transform: translateY(-50%);
}

.copywriterList li div {
  display: none;
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
  padding: 10px 30px;
}

.copywriterList li.on > p {
  background: #d7000f;
  color: white;
  cursor: pointer;
}

.copywriterList li.on > p:after {
  background: #d7000f;
  background: url(../images/copywriter02.png) no-repeat center;
}

/*服务优势*/
.server {
  margin: 50px auto;
}

.server li:first-child {
  width: 13%;
  min-width: 210px;
}

.server li:last-child {
  width: 80%;
}

.server li:first-child a {
  cursor: pointer;
  padding-left: 27px;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #666666;
  position: relative;
  border-left: 4px solid #E6E6E6;
}

.server li:first-child a.on {
  border-color: #d7000f;
}

.server li p {
  font-size: 16px;
  line-height: 32px;
}

.server li:last-child > div {
  display: none;
  line-height: 32px;
}

.server li:last-child > div.on {
  display: block;
}

.server li:last-child p.serverName {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5em;
  color: #4c4c4c;
  position: relative;
  margin-bottom: 30px;
}

.server li:last-child p.serverName:after {
  content: '';
  position: absolute;
  width: 96px;
  height: 4px;
  background: #d7000f;
  left: 0;
  bottom: -10px
}

/*联系我们*/
.contact {
  color: #666666;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact a {
  display: inline-block;
  color: #666666;
}

.contact a:hover {
  color: #d7000f;
}

.contactContent {
  background: #f5f5f5;
  padding: 55px 0;
}

.contactContent > div.w1240 > div:first-child {
  background: url(../images/contact01.jpg) no-repeat center;
  background-size: cover;
  width: 500px;
  height: 500px;
  padding: 50px;
}

.contactContent > div > div > div {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: white;
  padding-top: 15px;
  padding-left: 35px;
  font-size: 14px;
  line-height: 32px;
}

.feedback form {
  width: 670px;
}

.feedback form input, .feedback form textarea {
  font-size: 18px;
  padding-left: 10px;
  line-height: 50px;
}

#name, #tel, #email {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.feedback form label {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: table-cell;
}

.feedback form label span {
  color: #d7000f;
}

.feedback form div.flexSB div {
  width: 48%;
}

.feedback form div.flexSB div div {
  display: flex;
  align-items: center;
  height: 50px;
}

.feedback form div.flexSB div div input[type="radio"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 20px;
}

.feedback form div.flexSB div div input[type="radio"]:first-child {
  margin-left: 0;
}

#record {
  width: 100%;
  resize: none;
  height: 140px;
  line-height: 32px;
  font-family: 'Microsoft YaHei', serif;
  font-size: 16px;
  font-weight: 400;
}

form button {
  width: 180px;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  outline: none;
  position: relative;
  left: 0;
  background: #d7000f;
  background-size: cover;
  color: white;
  border: none;
  height: 50px;
  cursor: pointer;
}

#map {
  width: 100%;
  height: 350px;
}

/*客服*/
.service {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: url(../images/service.png) no-repeat center;
  background-size: cover;
  height: 162px;
  width: 400px;
  z-index: 999;
}

.service > div {
  position: absolute;
  width: 210px;
  height: 100px;
  right: 30px;
  bottom: 15px;
}

.service > div p {
  font-size: 18px;
  line-height: 26px;
  color: white;
}

.service > div span {
  display: inline-block;
  width: 84px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ffffff;
  color: white;
  margin-top: 15px;
  cursor: pointer;
}

.service > div span:last-child {
  background: white;
  color: #2599BA;
  margin-left: 30px;
}

.iBanner .swiper-button-next {
  right: 70px;
  background: url(../images/bannerNext.png) no-repeat center;
  background-size: cover;
  width: 24px;
  height: 60px;
  margin-top: -30px;
}

.iBanner .swiper-button-prev {
  left: 70px;
  background: url(../images/bannerNext.png) no-repeat center;
  background-size: cover;
  width: 24px;
  height: 60px;
  margin-top: -30px;
  transform: rotate(180deg);
}

.iBanner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  opacity: 1;
}

.iBanner .swiper-pagination-bullet-active {
  background: #d7000f;
}

.magnifier img {
  max-height: max-content;
}

/*===/分页=============================*/
.fenye {
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  margin: 50px 0;
}

.fenye .prev, .fenye .next {
  line-height: 1;
  color: #666;
  padding: 8px 14px;
  margin-right: 8px;
  display: inline;
  font-family: "宋体";
  font-size: 24px;
  font-weight: bold;
}

.fenye a {
  line-height: 1;
  color: #666;
  padding: 8px 14px;
  margin-right: 8px;
  display: inline;
}

.fenye a:hover {
  color: #d7000f;
}

.fenye a.current {
  line-height: 1;
  color: #fff;
  background: #d7000f;
  padding: 8px 14px;
  margin-right: 8px;
}

@media (max-width: 1660px) {
  .w1660 {
    width: 90%;
  }

  .service {
    display: none;
  }

  .more ul li {
    width: 30%;
    margin-right: 5%;
  }

  .more ul li:nth-child(3n) {
    margin-right: 0;
  }

  .serveShow li p {
    width: 63%;
  }

  .iNews ul li:first-child {
  }

  .iNews ul li:nth-child(2) {
  }

  .iNews ul li:nth-child(3) {
  }

  .partner > ul {
    width: 85%;
    height: auto;
    margin-left: 11px;
    transform: translateX(-50%);
  }

  .proDetailShow li .proImg {
    width: 70%;
  }

  .proData {
    width: 30%;
    padding: 0 0 0 10px;
  }

  .magnifying {
    display: none;
  }

  .certificate .swiper-container {
    width: calc(100% - 400px);
  }

  .partner {
    height: 410px;
  }

  .partner > ul {
  }
}

@media (max-width: 1580px) {
  .w1580 {
    width: 100%;
    padding: 0 10px;
  }

  /*.iNews ul li:nth-child(3) {*/
  /*  width: 100%;*/
  /*  text-align: center;*/
  /*}*/

}

@media (max-width: 1240px) {
  .iProList ul li {
    width: 30%;
    margin-right: 5%;
  }

  .iProList ul li:nth-child(3n) {
    margin-right: 0;
  }

  .iProList ul li:nth-child(4n) {
    margin-right: 5%;
  }

  footer {
    height: 40px;
  }

  footer > div > div:nth-child(1) {
    width: 100%;
    text-align: center;
  }

  footer > div > div:nth-child(2), footer > div > div:last-child {
    display: none;
  }

  .menu-toggle {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    float: right;
    z-index: 99999;
    display: block;
  }

  .menu-toggle span {
    width: 35px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: relative;
    opacity: 1;
    transition: all 300ms;
    margin: 32px 0 0 12px;
  }

  .menu-toggle span:before {
    content: "";
    width: 35px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    transition: all 300ms;
  }

  .menu-toggle span:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    transition: all 300ms;
  }

  .cur span {
    width: 0;
  }

  .cur span:before {
    transform: rotate(-45deg);
    top: 0;
  }

  .cur span:after {
    transform: rotate(45deg);
    top: 0;
  }

  .w1660 {
    width: 100%;
    padding: 0 10px;
  }

  header {
    height: 60px;
    line-height: 60px;
    position: relative;
    background: black;
  }

  header .logo, header.on .logo {
    background: url(../images/logo01.png) no-repeat center;
    background-size: cover;
    height: 60px;
    width: 90px;
  }

  header .nav {
    padding: 0 40px;
    height: 100vh;
    display: none;
    background: black;
    margin-top: 60px;
  }

  header .nav li:hover div {
    height: 0;
  }

  .nav li:nth-child(3):hover > a:after {
    height: 0;
  }

  .recommendNews li {
    width: 48%;
  }

  .recommendNews:after {
    width: 48%;
  }

  .w1240 {
    width: 100%;
    padding: 0 10px;
  }

  .iServe > div {
    padding: 10px;
  }

  .intro ul {
    margin-top: 10px;
  }

  .intro h2 {
    margin-bottom: 10px;
  }

  .culture ul li {
    margin-bottom: 20px;
    width: 48%;
  }

}

@media (max-width: 768px) {

  .certificate {
    height: 405px;
  }

  .AD {
    height: auto;
    padding: 10px 0;
  }

  .iProList ul li, .more ul li {
    width: 47.5%
  }

  .iProList ul li:nth-child(2n), .more ul li:nth-child(2n), .iProList ul li:nth-child(6n) {
    margin-right: 0 !important;
  }

  .iProList ul li:nth-child(3n), .more ul li:nth-child(3n) {
    margin-right: 5%;
  }

  .iProList ul li:nth-child(4n) {
    margin-right: 0;
  }

  .more {
    height: auto;
  }

  .more ul li {
    margin-bottom: 30px;
  }

  .serveShow li p {
    width: 100%;
    display: block;
  }

  .serveShow li a {
    display: none;
  }

  .iNews ul li:first-child, .iNews ul li:nth-child(2), .iNews ul li:nth-child(3) {
    width: 100%;
  }

  .iNews ul li:nth-child(3) video {
    width: 100%;
  }

  .iNews ul li:nth-child(2) dl dd > div:last-child {
    width: calc(100% - 100px);
  }

  .partner {
    background: none;
    height: 360px;
  }

  .partner > ul {
    top: 0;
  }

  .culture > p, .culture ul li, .culture ul li img {
    width: 100%;
  }

  .intro h2 {
    font-size: 18px;
  }

  .intro p {
    font-size: 14px;
    line-height: 1.5em;
  }

  .intro ul {
    padding: 0 20px;
  }

  .intro ul li p:last-child {
    font-size: 14px;
    line-height: 1.5em;
  }

  .newPro input {
    width: calc(100% - 100px);
  }

  .newPro h2 {
    display: none;
  }

  .newPro p {
    width: 100%;
    margin: 10px auto;
  }

  .proDetailShow li .proImg, .proData {
    width: 100%;
  }

  .proDetail {
    height: 940px;
  }

  .proData {
    height: auto;
    padding-bottom: 20px;
  }

  .proDetailShow li {
    height: 640px;
  }

  .proDetailTab {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(0%, 0%);
  }

  .proDetailTab .swiper-container {
    height: auto;
    width: 100%;
    padding: 45px 0 0;
  }

  .proDetailTab .swiper-button-next {
    left: auto;
    right: 0;
    top: 8px;
    bottom: auto;
    margin-top: 0;
    margin-right: 10px;
    transform: rotate(135deg);
  }

  .proDetailTab .swiper-button-prev {
    left: 0;
    margin-left: 10px;
    transform: rotate(-45deg);
  }

  .proDetailShow li .proImg {
    height: 86%;
  }

  .proData p:nth-child(3) {
    margin-top: 20px;
  }

  .recommendNews li {
    width: 100%;
  }

  .newsDetail li, .newsDetail li:nth-child(3) {
    margin-top: 20px;
    width: 100% !important;
  }

  .newsDPge {
    text-align: right;
  }

  .newsDPge a {
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  .newsDPge img {
    margin-bottom: 0;
  }

  .newsDetail {
    margin: 0;
  }

  .contactContent > div.w1240 > div:first-child {
    width: 100%;
  }

  .feedback, .feedback form {
    width: 100%;
  }

  .banner img {
    height: 200px;
    object-fit: cover;
  }

  .banner img.about {
    height: 400px;
    object-fit: cover;
  }

  .intro ul li {
    width: 30%;
  }

  .intro ul li img {
    height: 40px;
    object-fit: cover;
  }

  .iProList ul li:nth-child(n) {
    width: 48%;
    margin-right: 0 !important;
    height: auto;
    padding-bottom: 0;
  }

  .iProList ul li:nth-child(2n-1) {
    margin-right: 4% !important;
  }

  .iProList ul li a:last-child {
    width: 100%;
  }

  .iBanner .swiper-button-next {
    right: 10px;
  }

  .iBanner .swiper-button-prev {
    left: 10px;
  }


  .certificate .swiper-container {
    top: 75px;
  }

  .server li:last-child {
    width: 100%;
  }

  .iNews ul li:first-child div:nth-child(3) {
    padding: 0 10px;
  }

  .more ul li:nth-child(3n) {
    display: none;
  }

  .more ul li div:first-child a, .more ul li div:first-child p {
    display: inline-block;
    line-height: 50px;
    font-size: 24px;
  }

  .more ul li a img {
    height: 50px;
  }

  .more {
    padding: 20px 0;
  }

  .serveTab li {
    font-size: 18px;
  }

  .partner > ul li {
    width: 50%;
  }

  .partner > ul {
    position: relative;
    width: 100%;
    padding: 10px 0;
    left: 0;
    transform: translateX(0);
    margin: 0;
  }

  .partner {
    height: auto;
  }
}

@media (max-width: 375px) {
  .culture {
    margin-top: 20px;
  }

  .iBanner .swiper-container {
    height: 250px;
  }

  .iBanner .swiper-container img {
    height: 100%;
    object-fit: cover;
  }

  header {
    padding: 0 70px 0 20px;
  }

  .about {
    height: auto;
  }

  .intro p, .intro ul {
  }

  .intro ul li {
    width: 30%;
  }

  .intro ul li img {
    height: 40px;
    object-fit: cover;
  }

  .contactContent > div.w1240 > div:first-child {
    padding: 10px;
  }

  .newsDetailTit h2 {
    font-size: 24px;
  }

  .iBanner .swiper-button-next, .iBanner .swiper-button-prev {
    display: none;
  }

  .AD h2 {
    font-size: 24px;
  }

  .iProList ul {
    padding-top: 20px;
  }

  .more ul li:nth-child(n) {
    width: 100%;
    margin-right: 0 !important;
  }

  .iProList ul li:nth-child(n) {
    width: 48%;
    margin-right: 0 !important;
    height: auto;
  }

  .iProList ul li:nth-child(2n-1) {
    margin-right: 4% !important;
  }

  .iProList ul li a:last-child {
    width: 100%;
  }

  .serveTab li {
    font-size: 14px;
  }

  .serveShow li {
    padding: 10px 0;
  }

  .iServe > div {
    height: auto;
  }

  .partner > ul li {
    width: 50%;
  }

  footer {
    height: 60px;
    line-height: 30px;
  }

  .proTab p {
    display: block;
  }

  .proTab li {
    width: 100%;
    display: none;
  }

  .iProList {
    padding-top: 0;
  }

  .page span {
    margin: 0 8px;
  }

  .proDetailTab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    left: 0;
    position: relative;
  }

  .proDetailShow {
    position: relative;
  }

  .proDetailShow li .proImg {
    height: 375px;
  }

  .proData p:first-child {
    font-size: 24px;
  }

  .proData p:nth-child(2) {
    font-size: 16px;
  }

  .proData p:nth-child(3) {
    font-size: 14px;
  }

  .proData p:nth-child(4) {
    font-size: 14px;
  }

  .proDetail {
    height: auto;
    padding-bottom: 25px;
  }

  .newsList li {
    padding-left: 0;
  }

  .newsList li div:first-child {
    display: none;
  }

  .newsList li a {
    margin-left: 10px;
    overflow: hidden;
  }

  .newsList li:after {
    right: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .copywriterList li > p {
    line-height: 50px;
  }

  .feedback form input, .feedback form textarea {
    font-size: 14px;
  }

  .culture > p:nth-child(2) {
    text-align: justify;
  }


  .certificate .swiper-container {
    top: 75px;
  }

  .copywriterList li > p {
    padding-left: 10px;
    font-size: 16px;
  }

  .copywriterList li > p:after {
    right: 5px;
  }

  .copywriterList li div {
    padding: 10px;
    font-size: 12px;
    line-height: 24px;
  }

  .server li:last-child p.serverName {
    font-size: 36px;
  }
}

/*.w1660 {
	*//*  width:1660px;
	*//*  margin:0 auto;
	*//*
}
*//*.w1580 {
	*//*  width:1580px;
	*//*  margin:0 auto;
	*//*
}
*//*.w1240 {
	*//*  width:1240px;
	*//*  margin:0 auto;
	*//*
}
*/
