@keyframes pulse {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255,255,255,0.4);
    transform: scale(0.95);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 0 10px rgba(255,255,255,0);
    transform: scale(0.95);
  }
}

body {
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  color: #666;
  overflow-x: hidden;
  /* width: expression(document.body.clientWidth <= 1200? "1200px": "auto"); */
  /* min-width: 1200px; */
  font-family: MyriadPro;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
input,
button,
textarea {
  outline: none;
  font-family: MyriadPro;
}
input:-ms-input-placeholder {
  color: #a2abb6;
}
input::-webkit-input-placeholder {
  color: #a2abb6;
}
.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.imgbox img {
  max-width: 100%;
  vertical-align: top;
}
*::-webkit-scrollbar {
  width: 8px;
  background-color: #e4e4e4;
}
*::-webkit-scrollbar-thumb {
  background-color: #eb5635;
  border-radius: 8px;
  width: 1px;
}

.uppercase {
  text-transform: uppercase;
}
.chen {
  color: #eb5635;
}
.hei {
  color: #2e343b;
}
.bgfa {
  background: #fafafa;
}
.pb65 {
  padding-bottom: 65px;
}
.header {
  background: #fff;
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 54px;
  transform: translateX(-50%);
  height: 94px;
  box-sizing: border-box;
  padding: 0 30px 0 20px;
  z-index: 2;
}
.headerr {
  position: relative;
  padding-left: 76px;
}
.headerr::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 94px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f1f1f1;
}
.headerr::after {
  content: "";
  display: inline-block;
  border: 1px solid #eee;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  background: url(../images/icon1.png) no-repeat center center;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.box1 {
  background: url(../images/img2.jpg) no-repeat center bottom;
  height: 502px;
  background-size: auto 95%;
}
.box1m {
  width: 1150px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 660px;
  padding-top: 80px;
}
.box1mt {
  position: relative;
  font-weight: normal;
  padding-bottom: 22px;
}
.box1mt::before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 4px;
  background: #eb5635;
  position: absolute;
  left: 0;
  bottom: 0;
}
.box1mta {
  color: #686868;
  font-size: 40px;
  line-height: 40px;
}
.box1mtb {
  color: #d4d4d4;
  font-size: 15px;
  margin-left: 35px;
  line-height: 20px;
}
.box1m h2 {
  line-height: 55px;
  padding: 10px 0;
  color: #4f4f4f;
  font-size: 40px;
  font-family: Gotham-Bold;
  font-weight: bold;
}
.box1m p {
  color: #b1b1b1;
  font-size: 17px;
  font-family: verdana;
  left: -1px;
}
.box2 {
  position: relative;
  padding-bottom: 33px;
}
.box2::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 80px);
  background: #fafafa;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 1;
}
.box2::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat center 484px;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.box2al {
  width: 490px;
  background: #fff;
}
.box2alr {
  width: calc(100% - 246px);
  box-sizing: border-box;
  padding: 0 0 0 30px;
}
.box2alr h2 {
  color: #4b4b4b;
  font-size: 27px;
}
.box2alr p {
  color: #b1b1b1;
  font-size: 16px;
  line-height: 26px;
  padding: 25px 0 20px;
}
.box2alr li {
  color: #eb5635;
  font-size: 17px;
  position: relative;
  padding-left: 54px;
  letter-spacing: 1px;
}
.box2alr li span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #eb5635;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #eb5635;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
}
.box2alr li:nth-child(2) {
  margin: 25px 0;
}
.box2am {
  width: 235px;
  background: #fff;
}
.box2am img {
  vertical-align: top;
  width: 100%;
}
.box2am p {
  color: #4b4b4b;
  font-size: 27px;
}
.box2ar {
  width: 404px;
}
.box2ar img {
  vertical-align: top;
  width: 100%;
}
.title h2 {
  position: relative;
  color: #222;
  font-size: 35px;
  line-height: 32px;
  font-family: Gotham-Bold;
}
.title h2::before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 7px;
  background: #eb5635;
  position: absolute;
  left: 0;
  bottom: -18px;
}
.title p {
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.box2b {
  background: #fff;
  padding: 35px 0 30px 85px;
}
.box2b li {
  width: 365px;
  margin-bottom: 40px;
}
.box2b li:nth-child(3n) {
  width: auto;
}
.box2b li img {
  width: 104px;
  vertical-align: top;
}
.box2b li h2 {
  color: #222;
  font-size: 17px;
  font-family: Gotham-Bold;
  line-height: 15px;
  text-transform: uppercase;
  margin: 15px 0 20px;
}
.box2b li p {
  color: #666;
  font-size: 17px;
  line-height: 24px;
}
.box2c {
  background: #fff;
  padding: 25px 22px 15px;
}
.box2c p {
  color: #666;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}
.footer {
  width: 1150px;
  margin: 0 auto;
}
.icon3a {
  background: url(../images/icon3a.png) no-repeat left top;
  padding-left: 34px;
  box-sizing: border-box;
  width: 255px;
}
.icon3b {
  background: url(../images/icon3b.png) no-repeat left top;
  padding-left: 39px;
  box-sizing: border-box;
}
.icon3c {
  background: url(../images/icon3c.png) no-repeat left 5px;
  padding-left: 32px;
  box-sizing: border-box;
  width: 125px;
}
.icon4 {
  background: url(../images/icon4.png) no-repeat left top;
  padding: 0 0 12px 84px;
}
.icon4 p {
  font-family: Arial;
}

.footerb {
  border-top: 1px solid #f2f2f2;
  color: #cbcbcb;
  font-size: 15px;
  line-height: 40px;
  padding: 10px;
}
.footerb a {
  color: #cbcbcb;
  margin-left: 20px;
}

@media screen and (max-width: 1536px) {
}

@media screen and (max-width: 1441px) {
  .img6 {
    right: 0;
  }
}

@media screen and (max-width: 1368px) {
}

/* header */
.my-header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #181938;
}

.my-header .my-wrap {
  height: 100%;
  max-width: 1150px;
  margin: auto;
}
.my-header .my-wrap .my-logo {
  padding: 15px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.my-header .my-wrap .my-logo a {
  display: block;
  height: 70px;
}
.my-header .my-wrap .my-logo a img {
  height: 100%;
}
.my-header .my-wrap .my-logo span {
  font-size: 32px;
  color: #ffffff;
  font-weight: bolder;
}
/* header */

/* sele define */
.key-val {
  h3 {
    font-size: 20px;
    color: #bf3078;
  }
  p {
    font-size: 14px;
    color: #666;
  }
}
/* sele define */

@media screen and (min-width: 768px) {
  .banner {
    background: url(../images/img1.jpg) no-repeat center center;
    background-size: cover;
    height: 947px;
    position: relative;
    z-index: 1;
    padding-top: 100px;
  }
  .bannerm {
    padding: 280px 12px 0;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .bannerm h2 {
    color: #fff;
    font-size: 40px;
    line-height: 30px;
    padding: 0 0 29px;
    position: relative;
    text-transform: uppercase;
  }
  .bannerm h2::before {
    content: "";
    display: inline-block;
    width: 180px;
    height: 4px;
    background: #eb5635;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .bannerm h3 {
    font-family: Gotham-Bold;
    color: #fff;
    font-size: 36px;
    line-height: 55px;
    padding: 10px 0 30px;
  }
  .bannerm p {
    color: #e0dfdf;
    font-family: verdana;
    font-size: 16px;
    line-height: 30px;
  }
  .link {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    background: #eb5635;
    font-family: Gotham-Bold;
    font-size: 18px;
    color: #f8f8f8;
    animation: pulse 1s infinite alternate;
  }
  .link:hover {
    transform: translateY(-5px);
  }
}

@media screen and (max-width: 767px) {
  .banner {
    width: 100%;
    background: url(../images/img1.jpg) no-repeat center center;
    /* height: 447px; */
    position: relative;
    z-index: 1;
    padding-top: 100px;
  }
  .banner .bannerm {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0;
    padding: 10px;
  }
  .banner .bannerm h2 {
    font-size: 24px;
    color: #fff;
  }
  .banner .bannerm h3 {
    font-size: 20px;
    color: #d8d3d3;
  }
  .banner .bannerm p {
    font-size: 17px;
    color: #afabab;
  }
  .link {
    align-self: center;
    width: 190px;
    height: 40px;
    border-radius: 25px;
    background: #eb5635;
    font-family: Gotham-Bold;
    font-size: 18px;
    color: #f8f8f8;
    animation: pulse 1s infinite alternate;
  }
  .link:hover {
    transform: translateY(-5px);
  }

  .box1 {
    background: url(../images/img2.jpg) no-repeat center bottom;
    background-size: 200% auto;
  }
  .box1m {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 0px;
    padding: 20px 10px 10px 10px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  .box1mt {
    position: relative;
    font-weight: normal;
    padding-bottom: 22px;
  }
  .box1mt::before {
    content: "";
    display: inline-block;
    width: 180px;
    height: 4px;
    background: #eb5635;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .box1mta {
    color: #686868;
    font-size: 22px;
    line-height: 24px;
  }
  .box1mtb {
    color: #d4d4d4;
    font-size: 15px;
    margin-left: 15px;
    display: none;
  }
  .box1m h2 {
    line-height: 35px;
    padding: 5px 0;
    color: #454444;
    font-size: 20px;
    font-family: Gotham-Bold;
    font-weight: bold;
  }
  .box1m p {
    color: #b1b1b1;
    font-size: 17px;
    font-family: verdana;
    left: -1px;
  }

  .box2 {
    position: relative;
    padding-bottom: 23px;
  }
  .box2::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(100% - 80px);
    background: #fafafa;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
  }
  .box2::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) no-repeat center 484px;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .box2 .wrap {
    padding: 10px;
  }
  .flex-between {
    display: flex;
    flex-flow: column nowrap;
  }
  .box2al {
    width: 100%;
    background: #fff;
    display: flex;
    flex-flow: column nowrap;
  }
  .box2al img {
    width: 100%;
    display: none;
  }
  .box2alr {
    /* width: calc(100% - 246px); */
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .box2alr h2 {
    color: #4b4b4b;
    font-size: 20px;
  }
  .box2alr p {
    color: #b1b1b1;
    font-size: 15px;
    /* line-height: 26px; */
    padding: 15px 0;
  }
  .box2alr li {
    color: #eb5635;
    font-size: 17px;
    position: relative;
    padding-left: 54px;
    letter-spacing: 1px;
  }
  .box2alr li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #eb5635;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #eb5635;
    font-size: 15px;
    text-align: center;
    line-height: 36px;
  }
  .box2alr li:nth-child(2) {
    margin: 25px 0;
  }
  .box2am {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
  }
  .box2am img {
    vertical-align: top;
    width: 100%;
  }
  .box2am p {
    color: #4b4b4b;
    font-size: 18px;
  }
  .box2ar {
    width: 100%;
  }
  .box2ar img {
    vertical-align: top;
    width: 100%;
  }
  .title h2 {
    position: relative;
    color: #222;
    font-size: 20px;
    line-height: 32px;
    font-family: Gotham-Bold;
  }
  .title h2::before {
    content: "";
    display: inline-block;
    width: 47px;
    height: 7px;
    background: #eb5635;
    position: absolute;
    left: 0;
    bottom: -4px;
  }
  .title p {
    color: #999;
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
  }
  .box2b {
    background: #fff;
    padding: 15px 0;
  }
  .box2b li {
    width: 365px;
    margin-bottom: 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .box2b li:nth-child(3n) {
    width: 100%;
  }
  .box2b li img {
    width: 104px;
    vertical-align: top;
  }
  .box2b li h2 {
    color: #222;
    font-size: 17px;
    font-family: Gotham-Bold;
    line-height: 15px;
    text-transform: uppercase;
    margin: 15px 0 20px;
  }
  .box2b li p {
    color: #666;
    font-size: 17px;
    line-height: 24px;
  }
  .box2c {
    background: #fff;
    padding: 25px 22px 15px;
  }
  .box2c p {
    color: #666;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .footer {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
  .footer .flex-between {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }
  .icon3a {
    background: url(../images/icon3a.png) no-repeat left top;
    padding-left: 34px;
    box-sizing: border-box;
    width: 255px;
  }
  .icon3b {
    background: url(../images/icon3b.png) no-repeat left top;
    padding-left: 39px;
    box-sizing: border-box;
  }
  .icon3c {
    background: url(../images/icon3c.png) no-repeat left 5px;
    padding-left: 32px;
    box-sizing: border-box;
    width: 125px;
  }
  .icon4 {
    background: url(../images/icon4.png) no-repeat left top;
    background-size: auto 60px;
    padding: 0 0 12px 84px;
  }
  .icon4 p {
    font-family: Arial;
  }
  
  .footerb {
    border-top: 1px solid #f2f2f2;
    color: #cbcbcb;
    font-size: 15px;
    line-height: 40px;
    padding: 10px;
  }
  .footerb a {
    color: #cbcbcb;
    margin-left: 20px;
  }
}
