html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "DM Sans", "PingFang SC", "Gilroy", -apple-system, "Sofia Pro", "Microsoft YaHei", "Helvetica Neue", "Arial", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul,
li,
ol {
  list-style: none;
}

dl,
dd {
  margin: auto;
}

input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

a,
a:visited {
  color: #333;
}

a:link,
a:visited {
  text-decoration: none;
  outline: none;
}

a {
  cursor: pointer;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.margin-t30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 2560px) {
  html {
    font-size: 25.6px !important;
  }
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 19.2px !important;
  }
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 16.8px!important;
  }
}

@media screen and (max-width: 1380px) {
  html {
    font-size: 14.4px!important;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 12.8px!important;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 10px!important;
  }
}

.am-topbar-collapse.am-collapse {
  width: 63%;
  overflow: hidden;
}

.compatibleStyle {
  display: none!important;
}

.header {
  width: 100%;
}

.am-container-1 {
  max-width: 1200px;
  margin: 0 auto;
  height: 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.am-container-1 .left img {
  width: 200px;
}




#daohang .left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#daohang .left .logo-title {
  display: flex;
  flex-direction: column;
}

#daohang .left .logo-title span:nth-of-type(1) {
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  
  margin-bottom: 7px;
  font-family: '黑体';
  color: #0075C1;
}

#daohang .left .logo-title span:nth-of-type(2) {
  font-size: 13px;
  display: inline-block;
  height: 13px;
  line-height: 13px;
  font-weight: 600;
  color: #0075C1;
}

.am-container-2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.am-container-2 img {
  margin-bottom: 5px;
}




.tablist ul li:not(:first-of-type) .mselect {
  background: #FFFFFF;
  border-radius: 0.73rem;
  color: #6794B4;
}

.tablist ul,
.tablist ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0!important;
}

.tablist ul li:not(:last-of-type) {
  margin-right: 33px;
}

.tablist ul li a:hover {
  cursor: pointer;
  transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}

.tablist ul li a:hover:not(.mselect) {
  color: #0075C1!important;
}

.tablist ul li:not(:last-of-type) a {
  display: block;
  white-space: nowrap;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  padding: 3px 13px 4px;
  font-size: 16px;
}

.tablist ul li:last-of-type {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tablist ul li:last-of-type span {
  font-size: 1.4trm;
  color: #fff;
  margin-left: 0.9rem;
}

.am-topbar-nav>li>a:after {
  display: none;
}

#tel-pc a {
  color: #fff;
  white-space: nowrap;
}

.gotoback:hover,
.gotojob:hover {
  cursor: pointer;
}




.propmt {
  display: none;
}




.moduleHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding-top: 40px;
}

.moduleHead hr {
  border-radius: 5px;
  width: 40px;
  height: 5px;
  background-color: #0075C1;
  margin-bottom: 15px;
  margin-top: 14px;
}

.moduleHead>span:nth-of-type(1) {
  font-size: 20px;
  color: #323232;
  margin-bottom: 5px;
  font-weight: 400;
}

.moduleHead>span:nth-of-type(2) {
  font-size: 14px;
  color: #A0A0A0;
}




.banner {
  position: relative;
}

.topimg .bkimg {
  width: 100%;
  height: 715px;
  object-fit: cover;
}

.topimg .topfirst {
  display: block;
  font-size: 56px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 100px;
  width: 100%;
  text-align: center;
  z-index: 222;
}

.topimg .topsecond {
  position: absolute;
  font-size: 2.552rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: -375px;
  width: 100%;
  text-align: center;
  letter-spacing: 7px;
}

.topimg .bkimgindex {
  width: 100%;
  height: calc(100vh - 65px);
  object-fit: cover;
  min-height: 31.25rem;
}

.hwave {
  width: 100%;
  height: 57px;
  margin-top: -19px;
  bottom: 0;
  position: absolute;
  z-index: 111;
}

.topvideo {
  width: 100%;
  height: calc(100vh);
  object-fit: cover;
}

.btdown {
  position: absolute;
  bottom: 50px;
  float: left;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btdown img {
  width: 2.9rem;
  margin-bottom: 0.5rem;
}

.btdown span {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #FFFFFF;
}

.btdown:hover {
  cursor: pointer;
}




.job .moduleBody {
  max-width: 1200px;
  margin: 0 auto;
}

.job .moduleBody ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.job .moduleBody ul li {
  flex: 0 0 33%;
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.personjob .moduleBody ul li {
  flex: 0 0 25%;
}

.job .moduleBody ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.job .moduleBody ul li span {
  font-size: 20px;
}

.pagehover {
  background-color: #0075C1;
  color: #fff!important;
}

.imgout {
  width: 208px;
  height: 208px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.51rem;
}

.job .moduleBody ul li img {
  width: 208px;
  height: 208px;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.job .moduleBody ul li:hover img {
  cursor: pointer;
  transform: scale(1.2);
}

.job .moduleBody ul li:hover span {
  color: #0075C1;
}




.left2::before {
  left: 130%!important;
  z-index: -1!important;
}

.news-all {
  margin-top: 10px 0;
}

.news-content {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-img img {
  width: 254px;
  height: 144px;
  overflow: hidden;
  margin-right: 0.78rem;
}




.words-title div {
  font-size: 15px;
}




.news-content-all div {
  padding: 0;
}

@media only screen and (max-width:1330px) {}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:915px) {}

@media only screen and (max-width:768px) {
  .job .moduleBody ul li img,
  .imgout {
    width: 10.8rem;
    height: 10.8rem;
  }
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }
  .am-container-1 .left img {
    width: 130px;
  }
  .pcshow {
    display: flex!important;
  }
  .telshow {
    display: none!important;
  }
  .propmt {
    display: none;
    width: 50px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid#0075C1;
    color: #0075C1;
    background-color: #fff;
    text-align: center;
    position: absolute;
    opacity: 1;
    animation: hiden 0.8s linear;
  }
  @-webkit-keyframes hiden {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .propmt::before {
    content: "";
    border-width: 4px 4px 4px 4px;
    border-style: solid;
    border-color: #0075C1 transparent transparent transparent;
    position: absolute;
    top: 28px;
    left: 2rem;
  }
  .propmt::after {
    content: "";
    border-width: 2px 2px 5px 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 28px;
    left: 2rem;
    position: absolute;
  }
  .hwave {
    margin-top: -4.7rem;
    height: 3rem;
  }
  .am-collapse.am-in {
    display: block!important;
    overflow: inherit;
  }
  .btdown {
    display: none;
  }
  .hmask {
    width: 100%;
    height: 100vh;
    background: rgba( 0, 0, 0, 0.5);
    position: absolute;
    z-index: 1111;
  }
  .header {
    position: inherit!important;
  }
  #logo1 {
    display: block!important;
  }
  #logo2 img {
    display: none;
    height: 41px;
  }
  .am-topbar-collapse {
    padding: 0;
    margin: 0;
  }
  .hmask ul {
    background-color: #fff;
    padding: 0 4.45rem;
  }
  .hmask ul li {
    height: 4rem;
    line-height: 4rem;
  }
  .hmask ul li:not(:last-of-type) {
    border-bottom: 1px solid #D2D2D2;
  }
  .am-container-1 {
    height: 65px;
  }
  .am-container-1 .left .logo1 img {
    width: 41px;
  }
  .news-img img {
    width: 94%
  }
  .topimg {
    width: 100%;
    
  }
  .topimg .bkimgindex {
    height: 28rem;
    min-height: 0;
  }
  .topimg .bkimg {
    height: 275px;
  }
  .topimg .topsecond {
    top: 44%;
    font-size: 1.7rem;
    margin-top: 0;
  }
  #logo1 {
    margin-left: 3.2rem;
  }
  .am-topbar-toggle {
    margin-right: 2.2rem;
  }
  .moduleHead>span:nth-of-type(1) {
    font-weight: bold;
    font-size: 18px;
  }
  .moduleHead>span:nth-of-type(2) {
    font-size: 0.9rem;
  }
  .gotoup {
    display: none!important;
  }
  
  .am-container-2 .service-center {
    width: 100%;
  }
  .am-container-2 img {
    width: 100%
  }
  .gotoback {
    padding: 0 3.2rem;
    display: flex;
    flex-direction: row;
  }
  .gotoback img {
    margin-right: 0.65rem;
  }
  .service-ul li {
    padding: 0 3.2rem;
  }
  .service-content {
    padding: 0;
  }
  .service-ul {
    margin-top: 0!important;
  }
  .companyAddress {
    padding: 0 6%;
  }
  .am-topbar-nav>li+li {
    margin-top: 0;
  }
  #doc-topbar-collapse a {
    width: 100%;
    display: block;
    font-size: 14px;
  }
}

@media only screen and (max-width:640px) {}