@charset "utf-8";
/*全局样式*/
html {
  overflow-x: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none !important;
}
ul,
li,
dl,
dt,
dd {
  list-style-type: none;
}
i {
  font-style: normal;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.container-fluid {
  max-width: 1230px !important;
}
.tr5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: initial;
}
.sizeCover {
  background-position: 50% 50%;
  background-size: cover;
}
.vertical_centerbox {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.vertical_center {
  display: table-cell;
  vertical-align: middle;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header {
  position: relative;
}
header .main1 .top {
  height: 36px;
  background-color: #f5f5f5;
  line-height: 36px;
}
header .main1 .top .you i {
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 5px -2px;
  background-color: #000;
}
header .main1 .logo {
  height: 108px;
  line-height: 108px;
  position: relative;
  font-size: 0;
}
header .main1 .logo img {
  max-height: 80%;
}
header .main1 .logo1 {
  margin-left: 15px;
  padding-left: 15px;
}
header .main1 .logo1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #bbbbbb;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
header .main1 .search {
  width: 300px;
  height: 32px;
  margin-top: 38px;
}
header .main1 .search input {
  width: calc(100% - 42px);
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
  float: left;
  border: 1px solid #d5d5d5;
}
header .main1 .search button {
  float: left;
  width: 42px;
  height: 32px;
  background: #003577 url(../images/sousuo.png) center no-repeat;
  border: 0;
}
header .main1 .tel {
  padding-left: 50px;
  background: url(../images/24hour.png) no-repeat left 10px;
  font-size: 16px;
  line-height: 18px;
  margin-left: 14px;
  margin-top: 25px;
}
header .main1 .tel h5 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #003577;
}
header nav {
  background: #003577;
}
header nav .ul {
  font-size: 0;
  margin: 0;
}
header nav .ul > li {
  position: relative;
  float: left;
  text-align: center;
  width: 16.6666%;
}
header nav .ul > li > a {
  position: relative;
  line-height: 60px;
  display: block;
  color: #fff;
  font-size: 16px;
}
header nav .ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
}
header nav .ul > li > ul > li {
  position: relative;
  font-size: 13px;
  background: #0068b7;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .ul > li > ul > li > a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 6px;
}
header nav .ul > li > ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 160%;
  z-index: 100;
}
header nav .ul > li > ul > li > ul > li {
  position: relative;
  font-size: 13px;
  background: #0068b7;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .ul > li > ul > li > ul > li > a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 6px;
}
header nav .ul > li > ul > li > ul > li:hover {
  background-color: #003577;
}
header nav .ul > li > ul > li:hover {
  background-color: #003577;
}
header nav .ul > li > ul > li:hover > ul {
  display: block;
}
header nav .ul > li:hover {
  background-color: #0068b7;
}
header nav .ul > li:hover > ul {
  display: block;
}
header nav .ul > li.active {
  background-color: #0068b7;
}
header nav .ul > li:nth-child(n+2)::after {
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
header .ydd_btn {
  width: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  bottom: 40px;
  right: 15px;
}
header .ydd_btn span {
  display: block;
  width: 100%;
  height: 6px;
  background: #003577;
}
header .ydd_btn span.span02 {
  margin: 5px 0;
}
header .ydd_btn.click span {
  background: #003577;
}
header .ydd_btn.click span.span01 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  top: 6px;
  margin-top: 0px;
}
header .ydd_btn.click span.span02 {
  width: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin: 0.5px 0;
}
header .ydd_btn.click span.span03 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  top: -8px;
  margin-top: 0px;
}
header .sjdnav {
  display: none;
  width: 150px;
  height: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2000;
}
header .sjdnav ul {
  padding: 0;
  margin: 0;
}
header .sjdnav ul li {
  display: block;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.7);
}
header .sjdnav ul li a {
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
}
header .sjdnav ul li:hover {
  background: #003577;
}
header .sjdnav ul li:last-child {
  border: none;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  border-radius: 0;
}
.banner .sizeCover {
  padding-top: 33.33%;
}
.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.mg {
  padding: 50px 0;
}
.textbox {
  text-align: center;
  margin-bottom: 43px;
}
.textbox h2 {
  font-size: 36px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 18px;
}
.textbox h2::after {
  content: "";
  display: block;
  width: 148px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #0068b7;
}
.textbox p {
  font-size: 18px;
  color: #5f5f5f;
}
.serve {
  background: url(../images/serve.jpg) no-repeat center center / cover;
}
.serve .box .list {
  display: block;
  text-align: center;
  padding: 28px;
  background-color: #fff;
  cursor: pointer;
}
.serve .box .list .imgbox {
  max-width: 158px;
  border: 10px solid #cce1f1;
  border-radius: 50%;
  padding: 2px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
}
.serve .box .list .imgbox .overflow {
  border-radius: 50%;
}
.serve .box .list .imgbox .img {
  border-radius: 50%;
  padding-top: 100%;
}
.serve .box .list .textbox1 h3 {
  font-size: 24px;
  margin: 20px 0;
}
.serve .box .list .textbox1 .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5f5f5f;
  font-size: 16px;
  min-height: 90px;
  height: 90px;
  line-height: 30px;
}
.serve .box .list .textbox1 .more {
  font-size: 16x;
  color: #04449d;
  padding-top: 20px;
}
.serve .box .list:hover .imgbox .img {
  transform: scale(1.06);
}
.serve .box .list:hover .more {
  color: #d0252b;
}
.about {
  position: relative;
}
.about .container-fluid {
  position: relative;
  z-index: 3;
}
.about::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 416px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #cce1f1 url(../images/about2.png) no-repeat center center / cover;
  z-index: 1;
}
.about::before {
  content: "";
  display: block;
  width: 100%;
  height: 416px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/about1.jpg) no-repeat center center / cover;
  z-index: 2;
}
.about .textbox {
  color: #fff;
}
.about .textbox h2::after {
  background-color: #fff;
}
.about .textbox p {
  color: #fff;
}
.about .box {
  width: 100%;
  background-color: #fff;
}
.about .box .a-top {
  padding: 29px;
}
.about .box .a-top .a-left {
  width: 50%;
}
.about .box .a-top .videobox {
  width: 567px;
  height: 419px;
  width: 100%;
  background-color: #000;
}
.about .box .a-top .videobox video {
  width: 100%;
  height: 100%;
}
.about .box .a-top .a-right {
  margin-left: 23px;
  width: calc(50% - 23px);
}
.about .box .a-top .a-right h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
}
.about .box .a-top .a-right h3 {
  position: relative;
  font-size: 18px;
  color: #004986;
  line-height: 33px;
  padding-bottom: 10px;
}
.about .box .a-top .a-right h3::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #003577;
}
.about .box .a-top .a-right .text {
  height: 280px;
  overflow: hidden;
  font-size: 14px;
  color: #747474;
  line-height: 28px;
  margin: 12px 0;
}
.about .box .a-top .a-right a {
  display: inline-block;
  padding: 9px 12px;
  border-radius: 10px;
  color: #fff;
  background: #0068b7;
}
.about .box .a-top .a-right a:hover {
  background: #003577;
}
.about .box .a-bottom {
  font-size: 0;
  width: 100%;
  border-top: 1px solid #d2d2d2;
}
.about .box .a-bottom a {
  width: 16.2%;
  display: inline-block;
  padding: 33px 0;
  font-size: 18px;
  text-align: center;
  border-left: 1px solid #d2d2d2;
}
.about .box .a-bottom a:nth-child(1) {
  border-left: 0;
}
.about .box .a-bottom a:hover {
  color: #0068b7;
}
.about .box .a-bottom a span {
  font-size: 58px;
  display: block;
}
.about .shebei .more {
  position: relative;
  border-bottom: 1px solid #fff;
  margin: 45px 0 28px;
  font-size: 0;
}
.about .shebei .more div {
  position: relative;
  display: inline-block;
  line-height: 32px;
  padding: 0 30px 0 15px;
}
.about .shebei .more div span {
  display: block;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.about .shebei .more div::before {
  content: "";
  display: block;
  height: 32px;
  width: 100%;
  border-top: 0px solid transparent;
  border-bottom: 32px solid #d0252b;
  border-right: 15px solid transparent;
  position: absolute;
  left: 0px;
  top: 0;
}
.about .shebei .more a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #0068b7;
}
.about .shebei .more a:hover {
  color: #d0252b;
}
.about .list {
  background: #fff;
  padding: 10px;
  display: block;
  text-align: center;
}
.about .list .overflow .img {
  padding-top: 83%;
  width: 100%;
}
.about .list p {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
.about .list:hover .overflow .img {
  transform: scale(1.06);
}
.about .list:hover p {
  color: #003577;
}
.goodness .title {
  text-align: center;
  overflow: hidden;
}
.goodness .title h2 {
  display: inline-block;
  position: relative;
  font-size: 48px;
  font-weight: 700;
  padding: 0 30px;
}
.goodness .title h2 i {
  font-style: italic;
  color: #0068b7;
  font-size: 78px;
}
.goodness .title h2::before {
  content: "";
  display: block;
  width: 1000px;
  height: 1px;
  position: absolute;
  left: 100%;
  bottom: 0;
  margin: auto 0;
  top: 24px;
  background-color: #00a8ff;
}
.goodness .title h2::after {
  content: "";
  display: block;
  width: 1000px;
  height: 1px;
  position: absolute;
  right: 100%;
  bottom: 0;
  margin: auto 0;
  top: 24px;
  background-color: #00a8ff;
}
.goodness .title p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  color: #5f5f5f;
}
.goodness .title .down {
  font-size: 40px;
  color: #0068b7;
  line-height: 60px;
}
.goodness .content {
  background-color: #f6f6f6;
  min-height: 250px;
  position: relative;
  margin-bottom: 30px;
  padding-right: 40%;
}
.goodness .content .textbox1 {
  padding: 23px 0;
}
.goodness .content .textbox1 .pic {
  margin: 0 15px 0;
  width: 75px;
  height: 87px;
  background: url(../images/goodness1.png) no-repeat center center / contain;
  text-align: center;
  line-height: 87px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.goodness .content .textbox1 .text {
  width: calc(100% - 105px);
}
.goodness .content .textbox1 .text h4 {
  font-size: 26px;
  line-height: 36px;
  color: #0068b7;
  font-weight: 700;
}
.goodness .content .textbox1 .text .text1 {
  border-top: 1px dashed #d2d2d2;
  font-size: 14px;
  line-height: 33px;
  margin-top: 8px;
  padding-top: 3px;
}
.goodness .content .img {
  max-width: 40%;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.goodness .box .content:nth-child(even) {
  padding-left: 40%;
  padding-right: 0;
  background-color: #fff;
}
.goodness .box .content:nth-child(even) .img {
  right: inherit;
  left: 0;
}
.goodness .box .content:nth-child(4) {
  background-color: #f6f6f6;
}
.telbox {
  max-height: 178px;
  padding-top: 9.27%;
}
.quality.mg {
  padding-bottom: 0;
}
.quality .list {
  width: calc(50% - 14px);
  margin-left: 14px;
  margin-bottom: 14px;
  border: 2px solid #0068b7;
}
.quality .list .title {
  font-size: 22px;
  color: #fff;
  line-height: 56px;
  text-align: center;
  background-color: #0068b7;
}
.quality .list .title i {
  width: 40px;
  height: 35px;
  margin-top: 12px;
  margin-right: 15px;
  line-height: 35px;
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
  background: url(../images/quality.png) center center / cover;
}
.quality .list .content {
  padding: 7px 9px 17px;
}
.quality .list .content .imgbox {
  width: 45%;
}
.quality .list .content .imgbox .img {
  width: 100%;
  height: 290px;
}
.quality .list .content .textbox1 {
  padding-left: 14px;
  width: 55%;
  text-align: left;
}
.quality .list .content .textbox1 .text {
  width: 100%;
  height: 242px;
  font-size: 13px;
  line-height: 34px;
  overflow: hidden;
  color: #727272;
  margin-bottom: 16px;
}
.quality .list .content .textbox1 a {
  font-size: 18px;
  color: #0068b7;
}
.quality .list .content .textbox1 a:hover {
  color: #d0252b;
}
.quality .list .content:hover .img {
  transform: scale(1.06);
}
.sync {
  background: #cce1f1 url(../images/about2.png) no-repeat center center / cover;
}
.sync .box {
  max-width: 1340px;
}
.sync .box .list {
  display: block;
  background-color: #fff;
  padding: 12px 12px 0;
  line-height: 36px;
  text-align: center;
}
.sync .box .list .img {
  border: 1px solid #ececec;
  position:relative;
}

.sync .box .list .img::before{content:""; display:block; padding-top:76.875%;}
.sync .box .list .img video{position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 1s;
    -webkit-transition: all 1s;}

.sync .box .list .img .img1 {
  padding-top: 76.28%;
}

.sync .box .list .tt {
  font-size: 18px;
  text-transform: uppercase;
}
.sync .box .list:hover .img .img1 {
  transform: scale(1.06);
}
.sync .box .prev {
  width: 30px;
  height: 66px;
  margin-top: -33px;
  border-radius: 10px;
  background: #0068b7 url(../images/btn.png) center no-repeat;
}
.sync .box .next {
  width: 30px;
  height: 66px;
  margin-top: -33px;
  border-radius: 10px;
  background: #0068b7 url(../images/btn.png) center no-repeat;
  transform: rotate(-180deg);
}
.process.mg {
  padding-bottom: 25px;
}
.process .listbox {
  font-size: 0;
}
.process .list {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.process .list .border {
  width: 183px;
  height: 183px;
  border: 20px solid #e5f0f8;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.process .list .border .overflow {
  width: 100%;
  height: 100%;
  background-color: #0068b7;
}
.process .list .border .img {
  padding-top: 50%;
  padding-left: 50%;
  margin: 0 auto;
  transform: translateY(50%);
}
.process .list h5 {
  font-size: 24px;
  line-height: 42px;
  padding: 0 10px;
  margin-top: 14px;
}
.process .list p {
  padding: 0 10px;
  line-height: 25px;
  font-size: 16px;
  color: #757575;
  margin-bottom: 30px;
}
.process .list:hover .overflow {
  background-color: #003577;
}
.process .processbox {
  padding-top: 17.23%;
}
.information.mg {
  padding-bottom: 0;
}
.information .list {
  position: relative;
  padding-bottom: 28px;
  display: block;
}
.information .list .img {
  padding-top: 71.79%;
}
.information .list h5 {
  font-size: #000;
  font-size: 18px;
  line-height: 40px;
  padding-top: 8px;
}
.information .list p {
  font-size: 14px;
  height: 112px;
  color: #676767;
  line-height: 28px;
  overflow: hidden;
}
.information .list .more {
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  right: 0;
  bottom: 0;
  color: #0068b7;
}
.information .list .more:hover {
  color: #d0252b;
}
.information .list:hover .img {
  transform: scale(1.06);
}
.information .more1 {
  text-align: center;
  margin: 40px auto 0;
  display: block;
  width: 126px;
  line-height: 34px;
  color: #fff;
  border-radius: 5px;
  background-color: #0068b7;
}
.information .more1:hover {
  background-color: #003577;
}
.recruit {
  width: 100%;
  height: 100%;
  background: url(../images/recruit1.jpg) no-repeat center center / cover;
}
.recruit .contant .text {
  position: relative;
  padding: 16px 16px 36px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.recruit .contant .text .text1 {
  height: 168px;
  line-height: 28px;
  font-size: 14px;
  color: #757575;
  overflow: hidden;
}
.recruit .contant .text .first {
  font-size: 18px;
}
.recruit .contant .text .title {
  font-size: 16px;
}
.recruit .contant .text span {
  color: #000;
}
.recruit .contant .text span:nth-child(1) {
  font-size: 18px;
}
.recruit .contant .text a {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 18px;
  color: #0068b7;
}
.recruit .contant .text a:hover {
  color: #d0252b;
}
.recruit .contant .left {
  width: 50%;
}
.recruit .contant .left .img {
  height: 402px;
  margin-bottom: 14px;
  border: 1px solid #e5e5e5;
}
.recruit .contant .left .text {
  padding: 16px 16px 36px;
}
.recruit .contant .left .text .text1 {
  height: 224px;
}
.recruit .contant .left .text a {
  bottom: 10px;
}
.recruit .contant .right {
  width: 50%;
  padding-left: 14px;
}
.recruit .contant .right .text:nth-child(n-1) {
  margin-bottom: 14px;
}
.neiye {
  padding: 24px 0;
}
.nav {
  padding-right: 20px ;
  width: 260px;
}
.nav .text {
  font-size: 32px;
  font-weight: 700;
  line-height: 70px;
  background: #003577;
  color: #fff;
  text-align: center;
}
.nav .list a {
  font-size: 14px;
  line-height: 40px;
  background: #003577;
  color: #fff;
  text-indent: 2em;
  display: block;
  margin-top: 2px;
}
.nav .list a:hover {
  color: #000;
  background-color: #81a1ce;
}
.nav .list a.active {
  color: #000;
  background-color: #81a1ce;
}
.nav .address {
  background: url(../images/PCBA.jpg) no-repeat center center / cover;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 5px;
}
.nav .address h2 {
  font-size: 28px;
  font-weight: 700;
}
.nav .address img {
  margin: 14px auto;
}
.nav .address span {
  font-size: 14px;
  line-height: 28px;
}
.nav .address h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.nav .address .last {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.inside {
  width: calc(100% - 260px);
}
.inside .top {
  background-color: #f6f6f6;
  font-size: 0;
  margin-bottom: 20px;
}
.inside .top div {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  background-color: #003577;
  display: inline-block;
  padding: 0 6px;
}
.inside .product {
  margin: 0 -10px;
}
.inside .product .list {
  display: block;
  width: 25%;
  padding: 0 10px 10px;
  text-align: center;
}
.inside .product .list2{ width:33.333%; }
.inside .product .list .img {
  border: 1px solid #ebebeb;
  background-color: #fff;
  position:relative;
}
.inside .product .list .img::before{content:""; display:block; padding-top:76.875%;}
.inside .product .list .img video{position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 1s;
    -webkit-transition: all 1s;}
    
.inside .product .list .img .img1 {
  padding-top: 80%;
}
.inside .product .list:hover .img1 {
  transform: scale(1.1);
}
.inside .product .list .tt {
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 15px;
}
.danye {
  font-size: 16px;
  line-height: 38px;
}
.danye .ditu {
  width: 100%;
}
.information .list1 {
  display: block;
  background-color: #f4f4f4;
  padding: 20px;
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
}
.information .list1 .imgbox1 {
  width: calc(16% + 80px);
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.information .list1 .imgbox1 .img {
  height: 148px;
}
.information .list1 .date {
  font-size: 12px;
  color: #a8a8a8;
  line-height: 22px;
}
.information .list1 .textbox1 {
  width: calc(84% - 80px);
  padding-left: 20px;
}
.information .list1 .textbox1 h5 {
  font-size: 19px;
  line-height: 26px;
  color: #000;
  padding: 6px 0 2px 0;
}
.information .list1 .textbox1 .text2 {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 4px;
}
.information .list1 .textbox1 .more {
  width: 90px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  color: #ffffff;
  background-color: #d4d4d4;
}
.information .list1:hover {
  background-color: #fff;
  border: 1px solid #00b7ee;
}
.information .list1:hover .img {
  transform: scale(1.06);
}
.information .list1:hover h5 {
  color: #00b7ee;
}
.information .list1:hover .more {
  background: #00b7ee;
}
.glory {
  margin: 0 -10px;
}
.glory .list {
  display: block;
  width: 25%;
  padding: 0 10px 20px;
  text-align: center;
}
.glory .list .img {
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.glory .list .img .img1 {
  padding-top: 126%;
}
.glory .list:hover .img {
  border: 1px solid #003577;
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
}
.danye .bt {
  color: #003577;
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
}
.danye .data {
  color: #555555;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
  border-top: 1px dashed #d8d8d8;
  padding-top: 10px;
  margin-top: -5px;
}
.danye .pic {
  margin: 0 auto 15px auto;
  display: block;
}
.danye .pic img {
  display: block;
  margin: 0 auto;
}
.danye .dt {
  height: 400px;
  position: relative;
  margin: 20px auto;
}
footer .main2 {
  background-color: #112839;
  padding: 34px 0 25px;
}
footer .logobox {
  width: 18%;
  height: 150px;
  line-height: 150px;
}
footer .logobox img {
  max-width: 80%;
}
footer h5 {
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}
footer .textbox1 {
  width: 30%;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  border-left: 1px solid #3f4d58;
  border-right: 1px solid #3f4d58;
  padding: 10px 18px;
}
footer .textbox2 {
  width: 26%;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  border-right: 1px solid #3f4d58;
  padding: 10px 18px;
}
footer .textbox3 {
  width: 22%;
  padding-left: 10px;
  padding-top: 10px;
  color: #fff;
}
footer .textbox3 h5 {
  padding-left: 10px;
}
footer .textbox3 .ewm {
  max-width: 50%;
  display: block;
  text-align: center;
  padding-left: 10px;
  margin-top: 3px;
  float: left;
}
footer .textbox3 .ewm img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
footer .textbox3 .ewm1 {
  margin-left: 0;
}
footer .foot {
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  background-color: #0b1824;
}
.hot {
  height: 50px;
  background: #142d70;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: solid 2px #fff;
  width: 100%;
}
.hot span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.hot h6 {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.hot .row div a {
  display: block;
  color: #fff;
  padding: 7px 0;
}
.dbbox {
  position: fixed;
  left: 0;
  bottom: 52px;
  z-index: 99;
  width: 100%;
}
.dbbox .dbs {
  position: relative;
  padding: 0 15px;
  display: none;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
.dbbox .dbs.ewm-box {
  text-align: center;
}
.dbbox .dbs.ewm-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(../img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.fenxiang-box:after {
  content: "";
  position: absolute;
  left: 75%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(../img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.ewm-box img {
  max-width: 140px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
  position: relative;
  padding: 6px 0;
  width: 20%;
  height: 44px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
  position: absolute;
  left: 50%;
  top: 6px;
  margin: 0 0 0 -16px;
  float: inherit !important;
  display: block;
}
@media (max-width: 1230px) {
  header .main1 .search {
    width: 260px;
  }
}
@media (max-width: 1199px) {
  .about .box .a-top .a-right .text {
    line-height: 30px;
  }
  footer .textbox1 {
    border-left: 0;
    width: 33.33%;
    padding-left: 0;
  }
  footer .textbox2 {
    width: 33.33%;
  }
  footer .textbox3 {
    width: 33.33%;
    padding-right: 0;
  }
  .serve .box .list {
    padding: 24px 10px;
  }
  .serve .box .list .textbox1 h3 {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .goodness .title h2 {
    font-size: 34px;
    margin-bottom: 6px;
  }
  .goodness .title h2 i {
    font-size: 44px;
  }
  .goodness .content {
    padding-right: 42%;
  }
  .process .list .border {
    width: 150px;
    height: 150px;
    border: 10px solid #e5f0f8;
  }
}
@media (max-width: 991px) {
  .about .box .a-top .a-right .text {
    line-height: 28px;
  }
  .about .box .a-bottom a {
    width: 33.33%;
    padding-right: 4px;
  }
  .about .box .a-bottom a:nth-child(n+4) {
    border-top: 1px solid #d2d2d2;
  }
  footer .textbox1 {
    border-left: 0;
    width: 100%;
  }
  footer .textbox2 {
    width: 100%;
    padding-left: 0px;
    border-right: 0;
  }
  footer .textbox2 h5 {
    display: none;
  }
  footer .textbox3 {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  footer .textbox3 h5 {
    padding-left: 0;
  }
  footer .textbox3 .ewm {
    padding-left: 0;
    padding-right: 10px;
  }
  footer {
    margin-bottom: 50px;
  }
  .about .box .a-top .a-right h2 {
    font-size: 22px;
  }
  .telbox {
    display: none;
  }
  .goodness.mg {
    padding-bottom: 0px;
  }
  .quality .list .content .imgbox {
    width: 100%;
  }
  .quality .list .content .imgbox .img {
    width: 100%;
    height: auto;
    padding-top: 120%;
  }
  .quality .list .content .textbox1 {
    width: 100%;
  }
  .process .list .border {
    width: 120px;
    height: 120px;
  }
  .process .list h5 {
    font-size: 20px;
    margin-top: 0;
  }
  .process .list p {
    font-size: 13px;
    line-height: 21px;
  }
  .process.mg {
    padding-bottom: 0;
  }
  .recruit .contant .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .recruit .contant .left .img {
    height: auto;
    padding-top: 65%;
  }
  .recruit .contant .right {
    width: 100%;
    padding: 0;
  }
  .recruit .contant .text .text1 {
    height: auto;
    max-height: 270px;
  }
  .recruit .contant .left .text .text1 {
    height: auto;
  }
  .nav {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .nav .text {
    position: relative;
    font-size: 20px;
    line-height: 44px;
    text-align: left;
    padding: 0 20px;
  }
  .nav .text i {
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 44px;
  }
  .nav .list {
    display: none;
  }
  .nav .list a {
    text-align: center;
    padding: 0;
  }
  .nav .address {
    display: none;
  }
  .inside {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .ydd_btn {
    bottom: 32px;
  }
  .about::before {
    height: 20%;
  }
  .about::after {
    height: 80%;
  }
  .about .box .a-top .a-left {
    width: 100%;
  }
  .about .box .a-top .a-right {
    width: 100%;
    margin-top: 10px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .banner .swiper-container-horizontal .swiper-pagination-custom,
  .banner .swiper-container-horizontal .swiper-pagination-fraction {
    bottom: 2px;
  }
  footer .textbox1 {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  footer .textbox2 {
    width: 100%;
    padding-left: 0;
    border-right: 0;
  }
  footer .textbox3 {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }
  header .main1 .logo {
    height: 90px;
    max-width: calc(100% - 50px);
    line-height: 90px;
  }
  .process .list {
    width: 33.33%;
  }
  .goodness .title h2 {
    font-size: 25px;
    font-weight: 700;
    padding: 0 38px;
  }
  .goodness .title h2 i {
    font-size: 30px;
  }
  .goodness .title p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0px;
  }
  .goodness .title .down {
    font-size: 28px;
    line-height: 38px;
  }
  .goodness .content {
    min-height: inherit;
    margin-bottom: 30px;
    padding: 0;
    background: fixed !important;
  }
  .goodness .content .textbox1 {
    padding: 0;
    position: relative;
  }
  .goodness .content .textbox1 .pic {
    height: 49px;
    line-height: 49px;
    width: 54px;
    font-size: 20px;
    margin: 0;
    position: absolute;
    left: -6px;
    top: 0;
  }
  .goodness .content .textbox1 .text {
    width: 100%;
  }
  .goodness .content .textbox1 .text h4 {
    font-size: 19px;
    line-height: 34px;
    padding: 6px 0 14px 50px;
  }
  .goodness .content .textbox1 .text .text1 {
    font-size: 14px;
    line-height: 28px;
    margin: 0px;
    padding: 6px 0 0 0px;
  }
  .goodness .content .img {
    transform: translateY(0);
    max-width: 100%;
    position: relative;
    margin: 13px auto 0 !important;
    max-height: inherit;
    display: block;
    top: inherit;
    right: inherit;
  }
  .goodness .box .content:nth-child(even) {
    padding-left: 0%;
    padding-right: 0;
    background-color: #fff;
  }
  .goodness .box .content:nth-child(even) .img {
    right: inherit;
    left: 0;
  }
  .goodness .box .content:nth-child(4) {
    background-color: #f6f6f6;
  }
  .inside .product .list {
    width: 50%;
  }
  .inside .product .list .tt {
    font-size: 14px;
  }
  .glory .list {
    width: 33.33%;
  }
  .danye {
    font-size: 14px;
    line-height: 28px;
  }
  .danye .dt {
    height: 260px;
    margin: 10px auto;
  }
  .danye .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .danye .data {
    margin-top: -6px;
    padding-top: 6px;
  }
  .danye .pic {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .process .list {
    width: 50%;
  }
  .mg {
    padding: 18px 0;
  }
  .textbox {
    margin-bottom: 18px;
  }
  .textbox h2 {
    font-size: 25px;
    padding-bottom: 5px;
    margin-bottom: 9px;
  }
  .textbox h2::after {
    width: 108px;
    height: 2px;
    bottom: -1px;
  }
  .textbox p {
    font-size: 13px;
  }
  .serve .box .list {
    padding: 6px;
  }
  .serve .box .list .textbox1 h3 {
    font-size: 16px;
    margin: 9px 0;
  }
  .serve .box .list .textbox1 p {
    font-size: 12px;
    min-height: 60px;
    height: 60px;
    line-height: 20px;
  }
  .serve .box .list .textbox1 a {
    font-size: 14px;
    padding-top: 5px;
  }
  .about .textbox {
    color: #fff;
  }
  .about .textbox h2::after {
    background-color: #fff;
  }
  .about .textbox p {
    color: #fff;
  }
  .about .box {
    background: transparent;
  }
  .about .box .a-top {
    padding: 0 0 10px;
  }
  .about .box .a-top .a-left {
    width: 100%;
  }
  .about .box .a-top .videobox {
    height: 316px;
  }
  .about .box .a-top .a-right h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
  }
  .about .box .a-top .a-right p {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 7px;
  }
  .about .box .a-top .a-right p::after {
    height: 4px;
  }
  .about .box .a-top .a-right .text {
    height: 230px;
    font-size: 13px;
    line-height: 32px;
    margin: 6px 0;
  }
  .about .box .a-top .a-right a {
    font-size: 12px;
    padding: 6px 10px;
  }
  .about .box .a-bottom {
    border-top: 1px solid #e5e5e5;
  }
  .about .box .a-bottom a {
    padding: 26px 0;
    font-size: 13px;
    border-left: 1px solid #e5e5e5;
  }
  .about .box .a-bottom a:nth-child(n+4) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .about .box .a-bottom a:nth-child(4) {
    border-left: 0;
  }
  .about .box .a-bottom a span {
    font-size: 38px;
  }
  .about .shebei .more {
    margin: 14px 0 17px;
  }
  .about .shebei .more div {
    padding: 0 22px 0 9px;
  }
  .about .shebei .more div span {
    font-size: 13px;
  }
  .about .shebei .more a {
    font-size: 13px;
  }
  .about .list {
    padding: 0;
  }
  .about .list p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 4px;
  }
  .quality .list {
    width: 100%;
    margin: 0;
    margin-bottom: 14px;
  }
  .quality .list .title {
    font-size: 17px;
    line-height: 46px;
  }
  .quality .list .title i {
    width: 37px;
    height: 34px;
    margin-top: 9px;
    margin-right: 8px;
    line-height: 33px;
    font-size: 15px;
  }
  .quality .list .content {
    padding: 7px 10px 10px;
  }
  .quality .list .content .imgbox {
    width: 100%;
  }
  .quality .list .content .imgbox .img {
    width: 100%;
  }
  .quality .list .content .textbox1 {
    padding-left: 0px;
    width: 100%;
    text-align: inherit;
  }
  .quality .list .content .textbox1 .text {
    width: 100%;
    height: 172px;
    margin-bottom: 0;
  }
  .sync .box .list {
    padding: 0;
    line-height: 34px;
  }
  .sync .box .list .img {
    border: 1px solid #ececec;
  }
  .sync .box .list .tt {
    font-size: 15px;
  }
  .information .list h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .information .list .more {
    font-size: 16px;
    line-height: 20px;
  }
  .information .more1 {
    margin: 16px auto 0;
    width: 104px;
  }
  footer .foot {
    line-height: 23px;
    padding: 6px 0;
  }
  .process .processbox {
    padding-top: 26%;
  }
  .information .list1 {
    padding: 0;
    border: 0;
    background: fixed;
    margin-bottom: 15px;
  }
  .information .list1 .imgbox1 {
    width: calc(16% + 80px);
    border: 0;
  }
  .information .list1 .imgbox1 .img {
    height: 122px;
  }
  .information .list1 .textbox1 {
    padding-left: 14px;
  }
  .information .list1 .textbox1 h5 {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .information .list1 .textbox1 .text2 {
    line-height: 23px;
    height: 46px;
    margin-top: 0;
  }
  .information .list1 .textbox1 .more {
    width: 80px;
    line-height: 22px;
    text-align: center;
    margin-top: 6px;
  }
  .information .list1:hover {
    background: fixed;
    border: 0;
  }
}
@media (max-width: 479px) {
  .about .box .a-top .videobox {
    height: 280px;
  }
  header .main1 .logo img {
    max-height: 54%;
  }
  footer .textbox3 {
    display: flex;
    justify-content: center;
  }
  footer .textbox3 h5 {
    font-size: 0;
  }
  footer .textbox3 .ewm {
    padding: 0 5px;
  }
  .recruit .contant .text {
    padding-bottom: 38px;
  }
  .recruit .contant .left .text a {
    bottom: 13px;
  }
  .glory {
    margin: 0 -5px;
  }
  .glory .list {
    width: 50%;
    padding: 0 5px 10px;
  }
}
