@charset "UTF-8";
@font-face {
  font-family: "ArialMT";
  src: url('/html/class/template/font/ArialMT.eot');
  src: url('/html/class/template/font/ArialMT.eot') format('embedded-opentype'),
    url('/html/class/template/font/ArialMT.woff2') format('woff2'),
    url('/html/class/template/font/ArialMT.woff') format('woff'),
    url('/html/class/template/font/ArialMT.ttf') format('truetype'),
    url('/html/class/template/font/ArialMT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Microsoft-Yi-Baiti";
  src: url('/html/class/template/font/MicrosoftYiBaiti.eot');
  src: url('/html/class/template/font/MicrosoftYiBaiti.eot') format('embedded-opentype'),
    url('/html/class/template/font/MicrosoftYiBaiti.woff2') format('woff2'),
    url('/html/class/template/font/MicrosoftYiBaiti.woff') format('woff'),
    url('/html/class/template/font/MicrosoftYiBaiti.ttf') format('truetype'),
    url('/html/class/template/font/MicrosoftYiBaiti.svg') format('svg');
}
@font-face {
  font-family: "Roboto-Regular";
  src: url('/html/class/template/font/RobotoRegular.eot');
  src: url('/html/class/template/font/RobotoRegular.eot') format('embedded-opentype'),
    url('/html/class/template/font/RobotoRegular.woff2') format('woff2'),
    url('/html/class/template/font/RobotoRegular.woff') format('woff'),
    url('/html/class/template/font/RobotoRegular.ttf') format('truetype'),
    url('/html/class/template/font/RobotoRegular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINCond-Black";
  src: url('/html/class/template/font/DINCondBlack.eot');
  src: url('/html/class/template/font/DINCondBlack.eot') format('embedded-opentype'),
    url('/html/class/template/font/DINCondBlack.woff2') format('woff2'),
    url('/html/class/template/font/DINCondBlack.woff') format('woff'),
    url('/html/class/template/font/DINCondBlack.ttf') format('truetype'),
    url('/html/class/template/font/DINCondBlack.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*reset css*/
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}
html,
body {
  font-family: "Microsoft YaHei", "sans-serif", "ArialMT";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0px;
  padding: 0px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #333;
  /* transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s; */
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border: none;
}
button {
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
select::-ms-expand {
  display: none;
}
input::-ms-clear {
  display: none;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s; */
}
blockquote,
q {
  quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}
/* a:visited{color: #333;} */
a {
  color: #333;
}
/*p,a{word-break: break-all;}*/
.section {
  width: 100%;
  position: relative;
}
.pull-right {
  float: right;
}
.dis-table {
  display: table;
  width: 100%;
  height: 100%;
}
.dis-cell {
  display: table-cell;
  vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
em {
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  border: none;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/*单行文本省略号*/
.dot {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dot2,
.dot3,
.dot4,
.dot5,
.dot6 {
  display: -webkit-box;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
/*多行文本省略号*/
.dot2 {
  -webkit-line-clamp: 2;
}
.dot3 {
  -webkit-line-clamp: 3;
}
.dot4 {
  -webkit-line-clamp: 4;
}
.dot5 {
  -webkit-line-clamp: 5;
}
.dot6 {
  -webkit-line-clamp: 6;
}
/*盒子布局*/
.flexsb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.flexsa {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.flexlf {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: left;
}
.flexed {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.flexce {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.cflexce {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.flexace {
  align-items: center;
}
/* scrollbar */
.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px
}
.scrollbar:vertical {
  display: none
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #e7e7e7;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #0076C0;
}
.scrollbar::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #0076C0;
}
.scrollbar::-webkit-scrollbar-thumb:vertical:active {
  background-color: #0076C0;
}
@media screen and (max-width: 767px) {
  .scrollbar::-webkit-scrollbar {
    width: 2px;
    height: 2px
  }
}
/* placeholder */
.input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #666;
}
.input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #666;
}
.input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 15px;
  color: #666;
}
.input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 15px;
  color: #666;
}
.input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #666;
}
.section7 .input::-webkit-input-placeholder,
.section7 textarea::-webkit-input-placeholder {
  color: #fff;
}
.section7 .input::-moz-placeholder,
.section7 textarea::-moz-placeholder {
  color: #fff;
}
.section7 .input:-moz-placeholder,
.section7 textarea:-moz-placeholder {
  color: #fff;
}
.section7 .input:-ms-input-placeholder,
.section7 textarea:-ms-input-placeholder {
  color: #fff;
}
.contact3 .input::-webkit-input-placeholder,
.contact3 textarea::-webkit-input-placeholder {
  font-size: 18px;
}
.contact3 .input::-moz-placeholder,
.contact3 textarea::-moz-placeholder {
  font-size: 18px;
}
.contact3 .input:-moz-placeholder,
.contact3 textarea:-moz-placeholder {
  font-size: 18px;
}
.contact3 .input:-ms-input-placeholder,
.contact3 textarea:-ms-input-placeholder {
  font-size: 18px;
}
@media screen and (max-width: 1366px) {
  .input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 14px;
  }
  .input:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 14px;
  }
  .input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .contact3 .input::-webkit-input-placeholder,
  .contact3 textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact3 .input::-moz-placeholder,
  .contact3 textarea::-moz-placeholder {
    font-size: 16px;
  }
  .contact3 .input:-moz-placeholder,
  .contact3 textarea:-moz-placeholder {
    font-size: 16px;
  }
  .contact3 .input:-ms-input-placeholder,
  .contact3 textarea:-ms-input-placeholder {
    font-size: 16px;
  }
}
.pad-80 {
  padding: 80px 0;
}
.padt-70 {
  padding-top: 65px;
}
.padt-52 {
  padding-top: 52px;
}
.padt-80 {
  padding-top: 80px;
}
.padb-80 {
  padding-bottom: 80px;
}
.padb-70 {
  padding-bottom: 70px;
}
.mart-52 {
  margin-top: 52px;
}
.mart-42 {
  margin-top: 42px;
}
.mart-80 {
  margin-top: 80px;
}
.marb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .mart-52 {
    margin-top: 35px;
  }
  .padt-52 {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1259px) {
  .pad-80 {
    padding: 60px 0;
  }
  .padt-70 {
    padding-top: 55px;
  }
  .padt-80 {
    padding-top: 60px;
  }
  .padb-80 {
    padding-bottom: 60px;
  }
  .padb-70 {
    padding-bottom: 55px;
  }
  .padt-52 {
    padding-top: 35px;
  }
  .mart-52 {
    margin-top: 30px;
  }
  .marb-80 {
    margin-bottom: 60px;
  }
  .mart-42 {
    margin-top: 20px;
  }
  .mart-80 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pad-80 {
    padding: 50px 0;
  }
  .padt-70 {
    padding-top: 45px;
  }
  .padt-80 {
    padding-top: 50px;
  }
  .padb-80 {
    padding-bottom: 50px;
  }
  .padb-70 {
    padding-bottom: 45px;
  }
  .padt-52 {
    padding-top: 20px;
  }
  .mart-52 {
    margin-top: 20px;
  }
  .marb-80 {
    margin-bottom: 50px;
  }
  .mart-80 {
    margin-top: 50px;
  }
}
/* @media screen and (max-width: 1024px) {
  .footer .foot-top-cont{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .footer .footerphone-menu{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
} */
img,
a,
.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.pic img,
.pic,
.section1 .section1-cont li .section1-img,
.service3 .swiper-slide .service3-img,
.service3 .swiper-slide .service3-img img,
.culture3 .culture3-img,
.culture3 .culture3-img img {
  overflow: hidden;
  width: 100%;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.section1 .section1-cont li:hover .section1-img img,
.section3 .section3-img:hover img,
.section6 .swiper-slide:hover .section6-img img,
.section5 .section5-img:hover img,
.product1 .product1-ul li:hover .product1-img img,
.pic:hover img,
.proinfo5 .proinfo5-img:hover img,
.service3 .swiper-slide:hover .service3-img img,
.about3 .about3-img:hover img,
.culture3 .culture3-ul li:hover .culture3-img img,
.new1 .new1-ul li:hover .section6-img img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.section1 .section1-cont li:hover .section1-tit,
.section6 .swiper-slide:hover .section6-font .tit,
.section6 .swiper-slide:hover .section6-font .btn em,
.section6 .swiper-slide:hover .section6-font .btn span,
.menu-list .head-subnav a:hover,
.product1 .product1-ul li:hover .product1-tit,
.bread a:hover,
.page a:hover span,
.page a:hover em,
.service4 .service4-font p:hover,
.about4 .swiper-slide:hover .about4-tit,
.new1 .new1-ul li:hover .section6-font .btn em,
.new1 .new1-ul li:hover .section6-font .btn span,
.new1 .new1-ul li:hover .section6-font .tit,
.contact1 .contact1-ul li:hover .contact1-font,
.talent1 .talent1-font p:hover,
.talent2 .talent2-ul li:hover .talent2-font .tit {
  color: #0787d8;
}
.section4 .section4-ul li:hover .section4-icon img {
  transform: rotateY(180deg);
}
.section7 .section7-ul li:hover .section7-icon,
.service3 .swiper-slide:hover .icon img,
.talent2 .talent2-ul li:hover .talent2-icon img {
  transform: translateY(10px);
}
.section1 .section1-icon img,
.section3 .section3-icon img,
.icon img,
.section5 .section5-num img,
.section5 .section5-simg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hui {
    background: #f7f7f7;
}