@charset "utf-8";
.mm {
  margin: 0 auto;
}
.box {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.sbox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* 浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 元素类型 */
.db {
  display: block;
}
.dn {
  display: none;
}
/*文字排版、颜色*/
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  font-family: '微软雅黑', Arial, "Microsoft heiti", "黑体", "宋体", sans-serif;
  color: #333;
  font-size: 14px;
}
body,
button,
input,
select,
textarea {
  outline: none;
}
input,
select,
textarea {
  font-size: 100%;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: middle;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
menu,
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
ins,
a,
a:visited {
  text-decoration: none;
  outline: none;
}
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
/*input[type="checkbox"]{ background:#2460aa; color:#fff; -webkit-text-shadow:none; border-color:#2157db; margin-right:0.08rem; border-radius:2px; -webkit-box-shadow:none;}*/
/*去除ios浏览器中input button的风格*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  outline: none;
}
/*移除html5 input="number"的小箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*四大按钮色*/
.blink {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin: 10px;
  background: #000 url(/hui.jpg) no-repeat;
  /*background:#000 url(/jin.jpg) no-repeat;*/
  background-size: 150px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: scratchy 5s linear forwards infinite;
}
@keyframes scratchy {
  0% {
    background-position: -50% 0;
  }
  20% {
    background-position: 0% 0px;
  }
  40% {
    background-position: 50% 0px;
  }
  60% {
    background-position: 100% 0px;
  }
  80% {
    background-position: 150% 0px;
  }
  100% {
    background-position: 300% 0px;
  }
}
a {
  color: #333;
}
.bb {
  box-sizing: border-box;
}
.ochu {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
}
.sli li {
  list-style-type: disc;
  text-indent: 0em;
  margin: 5px 0;
  list-style-position: inside;
}
.slit li {
  list-style-type: disc;
  text-indent: 0em;
  margin: 5px 0;
  font-size: 20px;
  list-style-position: inside;
}
.clit {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.clit li {
  list-style-type: none;
  text-indent: 2em;
  margin: 5px 0;
  font-size: 20px;
  list-style-position: inside;
}
.dlit {
  margin-top: 30px;
}
.dlit li {
  list-style-type: disc;
  text-indent: 0em;
  margin: 5px 0;
  font-size: 20px;
  color: #C50E3E;
  list-style-position: inside;
}
.fcolor {
  color: #C50E3E;
  font-size: 25px!important;
  font-weight: bold;
  text-align: left;
}
.flink {
  background: #C50E3E;
  padding: 8px 30px;
  color: #fff;
  font-size: 20px!important;
}
.frlink {
  background: #C50E3E;
  padding: 8px 30px;
  color: #fff !important;
  font-size: 20px!important;
  float: right;
}
/*移动下拉上拉样式*/
.mheader {
  width: 100%;
  height: 20vw;
  line-height: 20vw;
  font-size: 4vw;
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
}
.mcont {
  width: 100%;
  height: calc(100% - 36vw);
  position: fixed;
  top: 20vw;
}
.mcont .mescroll {
  width: 100%;
  height: 100%;
  padding: 4vw;
  box-sizing: border-box;
}
.mcont .mescroll .mescroll_cont .list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px #e0dddb dashed;
  margin: 2.66666667vw 0 3.33333333vw;
}
.mcont .mescroll .mescroll_cont .list div {
  width: 15%;
  height: 8vw;
  line-height: 8vw;
  text-align: center;
}
.mcont .mescroll .mescroll_cont .list div:nth-child(2) {
  width: 60%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mcont .mescroll .mescroll_cont .list div:nth-child(3) {
  width: 25%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mcont .mescroll .mescroll_end {
  text-align: center;
}
.mfooter {
  width: 100%;
  height: 16vw;
  line-height: 16vw;
  font-size: 4vw;
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: 999;
  bottom: 0;
}
.header {
  width: 100%;
  height: 120px;
  background: url(/images/yellow-map.jpg);
  position: fixed;
  z-index: 2999;
  left: 0;
  top: 0;
}
.header .logo {
  float: left;
}
.header .menu {
  float: right;
  width: 1300px;
  height: 50px;
  margin-top: 68px;
  margin-right: 30px;
}
.header .menu ul {
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .menu ul li {
  line-height: 52px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 25px;
  position: relative;
}
.header .menu ul li a {
  color: #333;
}
.header .menu ul li a:hover {
  color: #C50E3E;
}
.header .menu ul li i {
  float: right;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #C50E3E;
  margin-top: 23px;
  transition: all 0.5s;
}
.header .menu ul li .nav {
  width: 580px;
  height: auto;
  display: none;
  position: absolute;
  background: #f3f3f3;
  z-index: 3999;
  top: 52px;
  left: -260px;
  padding: 30px;
}
.header .menu ul li .nav .nav_left {
  width: 180px;
  float: left;
  height: auto;
  border-right: 1px solid #e0dddb;
  padding-right: 40px;
}
.header .menu ul li .nav .nav_left a {
  width: 100%;
  color: #666;
  font-weight: 400;
  height: 50px;
  border: 0;
  margin-top: 0;
  line-height: 50px;
  display: block;
  border-bottom: 1px dashed #929191;
}
.header .menu ul li .nav .nav_left a:hover {
  color: #C50E3E;
  font-weight: bold;
}
.header .menu ul li .nav .nav_left a:nth-child(1) {
  height: 40px;
  line-height: 20px;
}
.header .menu ul li .nav .nav_right {
  width: 300px;
  padding-left: 40px;
  float: left;
}
.header .menu ul li .nav .nav_right img {
  margin-bottom: 20px;
  width: 335px;
}
.header .menu ul li:hover .nav {
  display: block;
}
.header .menu ul li:hover i {
  transition: all 0.5s;
  transform: rotate(180deg);
}
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner video {
  width: 100%;
  height: auto;
}
.banner .ban_d {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 10;
}
.banner .ban_d .dw {
  width: 100%;
  height: 400px;
  z-index: 10;
  left: 0;
  top: 350px;
  position: absolute;
}
.banner .ban_d .dw p:nth-child(1) {
  font-size: 80px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 10px;
}
.banner .ban_d .dw p:nth-child(2) {
  font-size: 140px;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  letter-spacing: 20px;
}
.aboutus {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(/images/index_04.png) 0 0 no-repeat;
  padding: 120px 0px 120px;
  box-sizing: border-box;
}
.aboutus .aboutus_left {
  width: 40%;
  height: auto;
  overflow: hidden;
  float: left;
  margin-left: 170px;
}
.aboutus .aboutus_left .title {
  font-size: 36px;
  color: #C50E3E;
  border-bottom: 4px solid #ffc838;
  width: 470px;
  padding-bottom: 12px;
  font-weight: bold;
}
.aboutus .aboutus_left .ftitle {
  color: #333;
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.aboutus .aboutus_left .cont {
  min-height: 400px;
}
.aboutus .aboutus_left .cont p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
  justify-content: center;
}
.aboutus .aboutus_left .sankuai {
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0px;
}
.aboutus .aboutus_left .sankuai .sbox {
  width: 26%;
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: 10px;
}
.aboutus .aboutus_left .sankuai .sbox p:nth-child(1) {
  font-size: 36px;
  font-weight: bold;
}
.aboutus .aboutus_left .sankuai .sbox p:nth-child(2) {
  font-size: 18px;
  padding: 6px 0 10px;
  font-weight: bold;
}
.aboutus .aboutus_left .sankuai .sbox p:nth-child(3) {
  font-size: 18px;
}
.aboutus .aboutus_left .sankuai .sbox:nth-child(1) {
  background: #333;
}
.aboutus .aboutus_left .sankuai .sbox:nth-child(1) p:nth-child(1) {
  color: #fff;
}
.aboutus .aboutus_left .sankuai .sbox:nth-child(1) p:nth-child(2) {
  color: #ffc838;
}
.aboutus .aboutus_left .sankuai .sbox:nth-child(1) p:nth-child(3) {
  color: #fff;
}
.aboutus .aboutus_left .sankuai .sbox:nth-child(2) {
  background: #ffc838;
}
.aboutus .aboutus_left .sankuai .sbox:nth-child(2) p:nth-child(1) {
  color: #333;
}
.aboutus .aboutus_left .sankuai .sbox:nth-child(2) p:nth-child(2) {
  color: #C50E3E;
}
.aboutus .aboutus_left .sankuai .sbox:nth-child(2) p:nth-child(3) {
  color: #333;
}
.aboutus .aboutus_left .sankuai .sbox:nth-child(3) {
  background: #C50E3E;
}
.aboutus .aboutus_left .sankuai .sbox:nth-child(3) p:nth-child(1) {
  color: #fff;
}
.aboutus .aboutus_left .sankuai .sbox:nth-child(3) p:nth-child(2) {
  color: #ffc838;
}
.aboutus .aboutus_left .sankuai .sbox:nth-child(3) p:nth-child(3) {
  color: #fff;
}
.aboutus .aboutus_right {
  width: 42%;
  height: auto;
  float: right;
  padding-top: 58px;
}
.aboutus .aboutus_right iframe {
  width: 100%;
  height: 615px;
}
.tonghang {
  width: 100%;
  height: auto;
  background: url(/images/yellow-map.jpg);
  padding: 80px 50px;
  box-sizing: border-box;
}
.tonghang .logo {
  margin-left: 30px;
  margin-bottom: 50px;
}
.tonghang .cont {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 6px solid #C50E3E;
}
.tonghang .cont .swiper-contoo {
  height: 520px;
}
.tonghang .cont .swiper-contoo .swiper-slide {
  margin-bottom: 5px;
  float: left;
  height: 240px!important;
}
.tonghang .cont .swiper-contoo .swiper-slide img {
  border-radius: 50%;
  width: 225px;
}
.tonghang .cont .swiper-contoo .swiper-slide img:nth-child(1) {
  margin-bottom: 30px;
}
.weizhi {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 160px 160px 80px;
  background: url(/images/weizhi.jpg) left center no-repeat;
}
.weizhi .left {
  width: 50%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}
.weizhi .left img {
  width: 100%;
}
.weizhi .right {
  width: 45%;
  float: right;
  height: auto;
}
.weizhi .right .title {
  font-size: 36px;
  color: #C50E3E;
  border-bottom: 4px solid #ffc838;
  width: 100%;
  padding-bottom: 12px;
  font-weight: bold;
}
.weizhi .right .ftitle {
  color: #333;
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.weizhi .right .cont {
  min-height: 400px;
}
.weizhi .right .cont p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
  justify-content: center;
}
.guanjianchanye {
  width: 1504px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 120px;
}
.guanjianchanye .title {
  text-align: center;
  border-bottom: 4px solid #ffc838;
  width: 160px;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.7;
  color: #C50E3E;
}
.guanjianchanye .cont {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 50px;
}
.guanjianchanye .cont div {
  float: left;
}
.jl {
  width: 100%;
  height: 800px;
}
.jl .title {
  text-align: center;
  color: #C50E3E;
  font-size: 36px;
  width: 260px;
  border-bottom: 4px solid #ffc838;
  margin: 0 auto 50px;
  line-height: 1.7;
  font-weight: bold;
}
.jl .cont {
  width: 100%;
  height: 450px;
  text-align: left;
  background: url(/images/Funding2-1.jpg) center center no-repeat;
  padding-top: 160px;
}
.jl .cont p {
  width: 1200px;
  margin: 0 auto;
  font-size: 22px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.jl .cont ul {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.jl .cont ul li {
  color: #fff;
  letter-spacing: 3px;
  font-size: 22px;
  line-height: 1.7;
}
.jl .cont p:nth-child(3) {
  text-align: center;
  margin-top: 50px;
}
.jl .cont p:nth-child(3) a {
  color: #fff;
  font-size: 22px;
}
.news {
  width: 1500px;
  height: 720px;
  margin: 0 auto;
  padding: 50px 0 20px;
  background: url(/images/news_bottom_bg.jpg) left bottom no-repeat;
  margin-bottom: 130px;
}
.news .title {
  font-size: 38px;
  border-bottom: 4px solid #ffc838;
  color: #C50E3E;
  font-weight: bold;
  width: 220px;
  line-height: 2;
}
.news .cont {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.news .cont .one {
  width: 600px;
  height: auto;
  overflow: hidden;
  float: left;
}
.news .cont .one .nbox {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news .cont .one .nbox img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
.news .cont .one .nbox p {
  font-size: 18px;
  color: #333;
  line-height: 2.6;
}
.news .cont .one .nbox p:nth-child(2) {
  font-weight: bold;
}
.news .cont .one .nbox a i {
  color: #C50E3E;
  font-size: 30px;
  transform: rotate(270deg);
  display: block;
  float: left;
}
.news .cont .two {
  width: 884px;
  height: auto;
  float: right;
  /*滑动总宽度*/
}
.news .cont .two .goodness .swiper-wrapper {
  width: 884px;
  overflow: hidden;
  height: 330px!important;
  padding-left: 0;
  margin: 0;
}
.news .cont .two .goodness {
  width: 884px;
  height: auto;
  margin: 0;
  position: relative;
  padding: 0;
}
.news .cont .two .nbox {
  width: 200px!important;
  height: auto;
  overflow: hidden;
  margin-right: 21px;
}
.news .cont .two .nbox img {
  width: 100%;
  height: 133px;
  margin-bottom: 10px;
}
.news .cont .two .nbox p {
  font-size: 18px;
  color: #333;
  line-height: 2.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .cont .two .nbox p:nth-child(2) {
  font-weight: bold;
  line-height: 1.6;
}
.news .cont .two .nbox a i {
  color: #C50E3E;
  font-size: 30px;
  transform: rotate(270deg);
  display: block;
  float: left;
}
.news .cont .two .nav-arrow {
  position: relative;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  height: 0;
}
.news .cont .two .nav-arrow .arrow {
  position: absolute;
}
.news .cont .two .nav-arrow .arrow:hover {
  position: absolute;
}
.news .cont .two .nav-arrow .arrow i {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.news .cont .two .nav-arrow .prev {
  right: 130px;
  top: 660px;
}
.news .cont .two .nav-arrow .prev i {
  background: url(/images/news_bottom_button_01.png) left center no-repeat;
}
.news .cont .two .nav-arrow .next {
  right: 60px;
  top: 660px;
}
.news .cont .two .nav-arrow .next i {
  background: url(/images/news_bottom_button_03.png) right center no-repeat;
}
.news .cont .two .nav-arrow .prev:hover,
.news .cont .two .nav-arrow .next:hover {
  opacity: 1;
}
.footer {
  width: 100%;
  height: 520px;
  background: url(/images/yellow-map.jpg);
  background-size: 100%;
  position: relative;
  padding-top: 90px;
  box-sizing: border-box;
}
.footer .footer_logo {
  width: 161px;
  height: 114px;
  position: absolute;
  left: 130px;
  top: 50px;
  z-index: 999;
}
.footer .footer_gzh {
  width: 120px;
  height: 170px;
  position: absolute;
  right: 130px;
  top: 50px;
  z-index: 999;
}
.footer .footer_gzh img {
  width: 120px;
}
.footer .footer_gzh p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 2.2;
}
.footer .footer_center {
  width: 800px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer_center a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.footer .footer_border {
  width: 740px;
  height: 2px;
  background: #333;
  margin: 20px auto;
}
.footer .footer_bottom {
  width: 700px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.footer .footer_bottom a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.footer .footer_city {
  width: 100%;
  height: 250px;
  background: url(/images/city-footer.png) bottom center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nbanner {
  width: 100%;
  height: 600px;
}
.nban01 {
  background: url(/images/01.jpg) center bottom no-repeat;
}
.nban02 {
  background: url(/images/02.jpg) center bottom no-repeat;
}
.nban03 {
  background: url(/images/03.jpg) center bottom no-repeat;
}
.nban04 {
  background: url(/images/04.jpg) center bottom no-repeat;
}
.nban05 {
  background: url(/images/05.jpg) center bottom no-repeat;
}
.nban06 {
  background: url(/images/06.jpg) center bottom no-repeat;
}
.nban07 {
  background: url(/images/07.jpg) center bottom no-repeat;
}
.nban08 {
  background: url(/images/10.jpg) center bottom no-repeat;
}
.nban09 {
  background: url(/images/09.jpg) center bottom no-repeat;
}
.nban010 {
  background: url(/images/08.jpg) center bottom no-repeat;
}
.nav {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e0dddb;
  background: #fff;
}
.nav .cont {
  width: 1300px;
  height: 60px;
  margin: 0 auto;
}
.nav .cont .cleft {
  width: 100%;
  height: 60px;
  padding-left: 30px;
  background: url(/images/house.png) left center no-repeat;
  box-sizing: border-box;
}
.nav .cont .cleft a {
  font-size: 14px;
  color: #333;
  line-height: 60px;
}
.order {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 600px;
  background: url(/images/weizhi.jpg) left center no-repeat;
}
.order .cont {
  width: 1300px;
  height: auto;
  overflow: hidden;
  min-height: 600px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.order .cont .cleft {
  width: 24%;
  height: auto;
  overflow: hidden;
  float: left;
}
.order .cont .cleft .title {
  font-size: 28px;
  font-weight: bold;
  background: url(/images/yellow-map.jpg);
  box-sizing: border-box;
  padding: 30px 0 30px 30px;
}
.order .cont .cleft ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff url(/images/icon02.png) 280px center no-repeat;
  background-size: 20px;
  border-bottom: 1px solid #e0dddb;
  padding-left: 30px;
  box-sizing: border-box;
}
.order .cont .cleft ul li a {
  color: #333;
  font-size: 20px;
}
.order .cont .cleft ul li a:hover {
  color: #C50E3E;
  text-decoration: none;
  font-weight: bold;
}
.order .cont .cleft ul li .action {
  color: #C50E3E;
  text-decoration: none;
  font-weight: bold;
}
.order .cont .cright {
  width: 70%;
  height: auto;
  overflow: hidden;
  float: right;
}
.order .cont .cright .title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.order .cont .cright .content {
  padding-top: 40px;
}
.order .cont .cright .content .wbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px 0 30px;
}
.order .cont .cright .content .wbox .lb {
  float: left;
  width: 45%;
  height: auto;
  overflow: hidden;
}
.order .cont .cright .content .wbox .rb {
  float: right;
  width: 45%;
  height: auto;
  overflow: hidden;
}
.order .cont .cright .content .wbox .fw {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  margin-bottom: 10px;
}
.order .cont .cright .content .wbox .fcolor {
  color: #C50E3E;
  font-size: 25px;
}
.order .cont .cright .content .wbox p:first-child {
  text-indent: 0;
}
.order .cont .cright .content .wbox p {
  font-size: 20px;
  line-height: 1.8;
}
.order .cont .cright .content .wbox .lb p:first-child,
.order .cont .cright .content .wbox .rb p:first-child {
  margin-top: 30px;
}
.order .cont .cright .content .wbox .bg01 {
  height: 420px;
  background: url(/images/https___cdn.sanity.io_images_ilk5z5y8_production_9e3cd59d8ec9ef9500cacc2d11b125eabe9b28ea-1000x600-1.jpg) 50% top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .wbox .bg02 {
  height: 420px;
  background: url(/images/IMG_2622.jpg) left top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .wbox .bg03 {
  height: 420px;
  background: url(/images/harry-hundal-nD8tEBdQhRM-unsplash-scaled.jpg) 50% top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .wbox .bg04 {
  height: 420px;
  background: url(/images/https___cdn.sanity.io_images_ilk5z5y8_production_d672558cff2ea88ca28725f75d5cb1c978f9955e-800x800-1.jpg) left top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .wbox .bg05 {
  height: 420px;
  background: url(/images/https___cdn.sanity.io_images_ilk5z5y8_production_1765957b9beed7a55ffaf8b8de3cd2966656bf57-1000x600-1.jpg) left top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .wbox .bg06 {
  height: 420px;
  background: url(/images/Tech-_-Life-Sciences-Shoot-2024-Launchport-8-min.jpg) left top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .wbox .bg07 {
  height: 420px;
  background: url(/images/Tech-_-Life-Sciences-Shoot-2024-Longeviti-30.jpg) left top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .wbox .bg08 {
  height: 420px;
  background: url(/images/NextStep.jpg) left top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .wbox .bg09 {
  height: 420px;
  background: url(/images/Arcon-2.jpg) left top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .wbox .bg10 {
  height: 420px;
  background: url(/images/ionstoragesystems.jpg) left top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .wbox .bg11 {
  height: 420px;
  background: url(/images/mp02.jpg) -100px top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .wbox .bg11 {
  height: 420px;
  background: url(/images/Baltimoreroads-768x552.jpg) left top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .wbox .bg12 {
  height: 420px;
  background: url(/images/Tech-Shoot-2024-TAC-13-min.jpg) -100px top no-repeat;
  background-size: auto 400px;
}
.order .cont .cright .content .tongxing {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 4px solid #C50E3E;
  margin: 40px 0;
  width: 170px;
}
.order .cont .cright .content img {
  max-width: 100%;
}
.order .cont .cright a {
  color: #C50E3E;
  font-size: 18px;
}
.order .cont .center {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .center .title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.order .cont .center .content {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 60px;
}
.order .cont .center .content .map {
  width: 650px;
  height: 450px;
  float: left;
}
.order .cont .center .content .text {
  width: calc(100% - 650px);
  background: #f7f7f7;
  height: 450px;
  float: left;
  box-sizing: border-box;
  padding-left: 50px;
  padding-top: 15px;
}
.order .cont .center .content .text p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.order .cont .center .content .text p:first-child,
.order .cont .center .content .text p:nth-child(8) {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.order .cont .center .content .ztext p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.order .cont .center .content .ztext img {
  display: block;
  margin: 30px auto;
  max-width: 1200px;
}
.order .cont .center .content .wbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px 0 30px;
}
.order .cont .center .content .wbox .lb {
  float: left;
  width: 45%;
  height: auto;
  overflow: hidden;
}
.order .cont .center .content .wbox .rb {
  float: right;
  width: 45%;
  height: auto;
  overflow: hidden;
}
.order .cont .center .content .wbox .rb2 {
  width: 50%;
}
.order .cont .center .content .wbox .fw {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  margin-bottom: 10px;
}
.order .cont .center .content .wbox .fcolor {
  color: #C50E3E;
  font-size: 25px;
}
.order .cont .center .content .wbox p {
  font-size: 20px;
  line-height: 1.8;
}
.order .cont .center .content .wbox .lb p:first-child,
.order .cont .center .content .wbox .rb p:first-child {
  margin-top: 30px;
}
.order .cont .center .content .wbox .bg01 {
  height: 500px;
  background: url(/images/461-09.05.14-MPA-SMT-Berth-4-Cranes_McAllen_1.jpg) 50% top no-repeat;
  background-size: 100% 500px;
}
.order .cont .center .content .wbox .bg02 {
  height: 500px;
  background: url(/images/Bus-with-flag.jpeg) left top no-repeat;
  background-size: 100% 500px;
}
.order .cont .center .content .wbox .bg03 {
  height: 500px;
  background: url(/images/43523004554_a725539443_o.jpg) 50% top no-repeat;
  background-size: 100% 500px;
}
.order .cont .center .content .wbox .bg04 {
  height: 500px;
  background: url(/images/shutterstock_1808378857RF-2.jpg) left top no-repeat;
  background-size: 100% 500px;
}
.order .cont .center .content .wbox .bg05 {
  height: 500px;
  background: url(/images/Tech-Shoot-2024-TAC-14.png) left top no-repeat;
  background-size: 100% 500px;
}
.order .cont .center .content .wbox .bg06 {
  height: 450px;
  background: url(/images/JHU7233.jpg) 0px 0px no-repeat;
  background-size: auto 400px;
}
.order .cont .center .content .wbox .bg07 {
  height: 450px;
  background: url(/images/UMBC4-Credit-UMBC-Marlayna-Demond-min.jpg) 0px top no-repeat;
  background-size: auto 400px;
}
.order .cont .center .content .wbox .bg08 {
  height: 450px;
  background: url(/images/HowardCC3.jpg) 0 top no-repeat;
  background-size: auto 400px;
}
.order .cont .center .content .wbox ul {
  margin-top: 10px;
}
.order .cont .center .content .wbox ul li {
  font-size: 20px;
  line-height: 1.7;
}
.order .cont .center .content .clogo {
  text-align: center;
}
.order .cont .center .content .clogo img {
  width: 120px;
  margin-left: 30px;
}
.order .cont .center .content .clogo p {
  font-size: 18px;
  line-height: 2;
}
.order .cont .center .content .clogo .ct {
  font-size: 24px;
  font-weight: bold;
}
.order .cont .center .content .clogo .lt {
  text-align: left;
}
.order .cont .center .content .clogo .ct01 {
  background: url(/images/ldl/02.jpg) left center no-repeat;
  background-size: 30%;
  text-indent: 190px;
  margin-bottom: 20px;
}
.order .cont .center .content .clogo .ct02 {
  background: url(/images/ldl/01.jpg) left center no-repeat;
  background-size: 30%;
  text-indent: 190px;
  margin-bottom: 20px;
}
.order .cont .news_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.order .cont .news_list ul li {
  width: 100%;
  height: 260px;
  padding: 30px;
  box-sizing: border-box;
  border: #fff 1px solid;
  border-bottom: #e0dddb 1px solid;
}
.order .cont .news_list ul li .left {
  width: 300px;
  height: 200px;
  float: left;
  overflow: hidden;
}
.order .cont .news_list ul li .left img {
  width: 300px;
  height: 200px;
  transition: all 0.5s;
  transform: scale(1);
}
.order .cont .news_list ul li .left img:hover {
  transition: all 0.5s;
  transform: scale(1.4);
  width: 100%;
}
.order .cont .news_list ul li .center {
  width: 670px;
  float: left;
  margin-left: 35px;
}
.order .cont .news_list ul li .center .title {
  font-weight: bold;
  color: #333;
  font-size: 24px;
  padding-bottom: 20px;
  display: block;
  text-align: left;
}
.order .cont .news_list ul li .center .text {
  font-size: 20px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.8;
}
.order .cont .news_list ul li .right {
  width: 140px;
  height: 200px;
  float: right;
  text-align: center;
}
.order .cont .news_list ul li .right p:first-child {
  font-size: 72px;
  font-weight: bold;
  color: #666;
}
.order .cont .news_list ul li .right p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  color: #666;
}
.order .cont .news_list ul li:hover {
  border: #C50E3E 1px solid;
}
.order .cont .news_show {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.order .cont .news_show .title {
  font-size: 34px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.order .cont .news_show .cdate {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  color: #666;
}
.order .cont .news_show .contc {
  font-size: 16px;
}
.order .cont .news_show .contc img {
  padding: 20px 0;
}
.order .cont .fpage {
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 14px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.order .cont .fpage a {
  font-size: 14px;
  color: #666;
  border: #e0dddb 1px solid;
  padding: 5px 10px;
  margin: 0 5px;
}
.order .cont .fpage a:hover {
  background: #C50E3E;
  color: #fff;
  text-decoration: none;
}
.order .cont .fpage .action {
  background: #C50E3E;
  color: #fff;
}
.floatFns {
  position: fixed;
  z-index: 9988;
  right: 0;
  top: 430px;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
}
.floatFns .item {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 10px;
  width: 72px;
  height: 72px;
  text-align: center;
  background: #C50E3E;
}
.floatFns .item .stay {
  z-index: 2;
  position: relative;
  width: 72px;
  height: 65px;
  padding-top: 7px;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  color: #fff;
}
.floatFns .item:hover {
  background: url(/images/yellow-map.jpg);
  background-size: 100%;
}
.floatFns .item .stay:hover {
  text-decoration: none;
}
.floatFns .item p {
  width: 100%;
  height: 40px;
}
.floatFns .item p i {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}
.floatFns .item:hover .stay {
  color: #333;
}
.floatFns .item:hover .stay i {
  color: #333;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .header {
    height: 60px;
  }
  .logo img {
    height: 60px;
  }
  .menu {
    display: none;
  }
  .web-menu {
    display: block!important;
  }
  .web-nav {
    display: block!important;
  }
  .web-menu {
    width: 30px;
    height: 30px;
    float: right;
    padding: 20px 0 6px;
    display: block;
    margin-right: 30px;
  }
  .web-menu span {
    display: block;
    width: 100%;
    height: 4px;
    background: #333;
    margin-bottom: 6px;
  }
  .web-menu span:nth-child(3) {
    margin-bottom: 0;
  }
  .web-menu p {
    display: none;
  }
  .web-menu p img {
    width: 30px;
  }
  .web-nav {
    width: 100%;
    height: 0;
    position: relative;
    float: left;
  }
  .web-nav .web-nav-content {
    width: 60%;
    height: 0;
    background: #333;
    position: absolute;
    top: 0px;
    left: -20px;
    z-index: 999;
    transition: height 1s;
  }
  .web-nav .web-nav-content ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px 30px;
    display: none;
  }
  .web-nav .web-nav-content ul li {
    height: 60px;
    border-bottom: 1px solid #666;
    line-height: 60px;
    text-indent: 1em;
    background: url(/images/left-arr.png) right center no-repeat;
    background-size: 6px;
  }
  .web-nav .web-nav-content ul li a {
    color: #fff;
    font-size: 16px;
  }
  .web-nav .web-nav-hover {
    height: calc(100vh - 60px);
    transition: height 1s;
  }
  .banner {
    height: 280px;
    padding-top: 60px;
  }
  .banner .dw {
    top: 60px!important;
    height: 100px!important;
    display: none;
  }
  .banner .dw p:nth-child(1) {
    font-size: 28px!important;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px!important;
  }
  .banner .dw p:nth-child(2) {
    font-size: 36px!important;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
    letter-spacing: 6px!important;
    margin-top: 10px;
  }
  .banner video source {
    height: 280px!important;
  }
  .aboutus {
    background: none;
    padding-top: 0;
    padding-bottom: 40px;
  }
  .aboutus .aboutus_left {
    width: 84%;
    margin-left: 8%;
  }
  .aboutus .aboutus_left .title {
    font-size: 24px;
  }
  .aboutus .aboutus_left .ftitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .aboutus .aboutus_left .sbox p:first-child {
    font-size: 24px!important;
  }
  .aboutus .aboutus_left .sbox p:nth-child(3) {
    font-size: 18px!important;
  }
  .aboutus .aboutus_right {
    width: 84%;
    margin-right: 8%;
    padding-top: 20px;
  }
  .aboutus .aboutus_right video {
    width: 100%;
  }
  .tonghang {
    padding: 40px 25px 20px;
  }
  .tonghang .logo {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .tonghang .logo img {
    height: 60px;
  }
  .tonghang .cont {
    padding-bottom: 20px;
    border-bottom: 3px solid #C50E3E;
    width: 330px!important;
    margin: 0 auto;
  }
  .tonghang .cont .swiper-contoo {
    height: 240px!important;
  }
  .tonghang .cont .swiper-contoo .swiper-wrapper {
    height: 240px!important;
  }
  .tonghang .cont .swiper-contoo .swiper-wrapper .swiper-slide {
    width: 110px!important;
    height: 240px!important;
  }
  .tonghang .cont .swiper-contoo .swiper-wrapper .swiper-slide img {
    width: 102px!important;
  }
  .tonghang .cont .swiper-contoo .swiper-wrapper .swiper-slide img:first-child {
    margin-bottom: 7px!important;
  }
  .weizhi {
    padding: 30px 20px 30px;
    background: none;
  }
  .weizhi .left {
    width: 100%;
    margin-top: 20px;
    height: 240px!important;
  }
  .weizhi .left img {
    height: 240px!important;
  }
  .weizhi .right {
    width: 100%;
    padding-top: 30px;
  }
  .weizhi .right .title {
    font-size: 24px;
  }
  .weizhi .right .ftitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .guanjianchanye {
    width: 100%;
    padding-bottom: 80px;
  }
  .guanjianchanye .title {
    font-size: 24px;
    width: 120px;
  }
  .guanjianchanye .cont {
    width: 100%;
    padding-top: 20px;
  }
  .guanjianchanye .cont div {
    width: 50%!important;
  }
  .guanjianchanye .cont div img {
    width: 100%;
    height: 165px;
  }
  .jl {
    height: 470px;
  }
  .jl .title {
    font-size: 24px;
    width: 170px;
    margin-bottom: 30px;
  }
  .jl .cont {
    background-size: 400% auto;
    background-position: center top;
    height: 390px;
    padding-top: 30px;
  }
  .jl .cont p {
    width: 90%;
    font-size: 16px;
  }
  .jl .cont p a {
    font-size: 16px!important;
    padding: 5px 20px;
  }
  .jl .cont p:nth-child(3) {
    margin-top: 20px;
  }
  .jl ul {
    width: 90%!important;
    margin: 0 auto;
  }
  .jl ul li {
    font-size: 16px!important;
  }
  .news {
    width: 340px;
    margin: 0 auto 40px;
    height: 430px;
  }
  .news .title {
    font-size: 24px;
    width: 130px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .news .cont {
    width: 100%;
  }
  .news .cont .one {
    display: none;
  }
  .news .cont .two {
    width: 100%;
  }
  .news .cont .two .index_cont {
    overflow: hidden;
  }
  .news .cont .two .index_cont .goodness {
    width: 100%;
  }
  .news .cont .two .index_cont .swiper-slide {
    width: 340px!important;
  }
  .news .cont .two .index_cont .swiper-slide img {
    height: 170px;
  }
  .news .cont .two .index_cont .nbox {
    margin-right: 0;
  }
  .news .cont .two .nav-arrow .prev {
    top: 300px;
    right: 70px;
  }
  .news .cont .two .nav-arrow .next {
    top: 300px;
    right: 0;
  }
  .footer {
    width: 100%;
    padding-top: 200px;
    height: 380px;
  }
  .footer .footer_logo {
    left: 30px;
  }
  .footer .footer_gzh {
    right: 30px;
    z-index: 58;
  }
  .footer .footer_center {
    display: none;
  }
  .footer .footer_border {
    width: 90%;
  }
  .footer .footer_bottom {
    width: 100%;
  }
  .nbanner {
    width: 100%;
    background-size: 180% 200px;
    height: 200px;
    padding-top: 60px;
  }
  .nav {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .nav .cont {
    width: 100%;
    box-sizing: border-box;
  }
  .nav .cont .ceft {
    width: 90%;
    box-sizing: border-box;
  }
  .order {
    background: none;
  }
  .order .cont {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .order .cont .center .content {
    padding-top: 30px!important;
  }
  .order .cont .center .content .map {
    width: 100%!important;
    height: auto!important;
    overflow: hidden!important;
  }
  .order .cont .center .content .map img {
    width: 100%;
  }
  .order .cont .center .content .text {
    width: 100%!important;
    padding-left: 0!important;
    height: auto!important;
    overflow: hidden!important;
  }
  .order .cont .center .content .text p {
    font-size: 16px!important;
  }
  .order .cont .center .content .text p:first-child {
    font-size: 24px!important;
  }
  .order .cont .center .content .wbox .lb {
    width: 100%!important;
  }
  .order .cont .center .content .wbox .rb {
    width: 100%!important;
  }
  .order .cont .center .content .wbox .bg01 {
    height: 220px!important;
    background: url(/images/461-09.05.14-MPA-SMT-Berth-4-Cranes_McAllen_1.jpg) 50% top no-repeat;
    background-size: 100% 220px!important;
  }
  .order .cont .center .content .wbox .bg02 {
    height: 220px!important;
    background: url(/images/Bus-with-flag.jpeg) left top no-repeat;
    background-size: 100% 220px!important;
  }
  .order .cont .center .content .wbox .bg03 {
    height: 220px!important;
    background: url(/images/43523004554_a725539443_o.jpg) 50% top no-repeat;
    background-size: 100% 220px!important;
  }
  .order .cont .center .content .wbox .bg04 {
    height: 220px!important;
    background: url(/images/shutterstock_1808378857RF-2.jpg) left top no-repeat;
    background-size: 100% 220px!important;
  }
  .order .cont .center .content .wbox .bg05 {
    height: 220px!important;
    background: url(/images/Tech-Shoot-2024-TAC-14.png) left top no-repeat;
    background-size: 100% 220px!important;
  }
  .order .cont .center .content .wbox .bg06 {
    height: 220px!important;
    background: url(/images/JHU7233.jpg) 0px 0px no-repeat;
    background-size: auto 220px!important;
  }
  .order .cont .center .content .wbox .bg07 {
    height: 220px!important;
    background: url(/images/UMBC4-Credit-UMBC-Marlayna-Demond-min.jpg) 0px top no-repeat;
    background-size: auto 220px!important;
  }
  .order .cont .center .content .wbox .bg08 {
    height: 220px!important;
    background: url(/images/HowardCC3.jpg) 0 top no-repeat;
    background-size: auto 220px!important;
  }
  .order .cont .center .content .clogo .ct01 {
    text-indent: 110px;
  }
  .order .cont .center .content .clogo .ct02 {
    text-indent: 110px;
  }
  .order .cont .cleft {
    display: none;
  }
  .order .cont .cright {
    width: 100%!important;
  }
  .order .cont .cright .content .wbox .lb {
    width: 100%!important;
  }
  .order .cont .cright .content .wbox .rb {
    width: 100%!important;
  }
  .order .cont .cright .content .wbox .bg01 {
    height: 220px!important;
    background: url(/images/https___cdn.sanity.io_images_ilk5z5y8_production_9e3cd59d8ec9ef9500cacc2d11b125eabe9b28ea-1000x600-1.jpg) 50% top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg02 {
    height: 220px!important;
    background: url(/images/IMG_2622.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg03 {
    height: 420px!important;
    background: url(/images/harry-hundal-nD8tEBdQhRM-unsplash-scaled.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg04 {
    height: 220px!important;
    background: url(/images/https___cdn.sanity.io_images_ilk5z5y8_production_d672558cff2ea88ca28725f75d5cb1c978f9955e-800x800-1.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg05 {
    height: 220px!important;
    background: url(/images/https___cdn.sanity.io_images_ilk5z5y8_production_1765957b9beed7a55ffaf8b8de3cd2966656bf57-1000x600-1.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg06 {
    height: 220px!important;
    background: url(/images/Tech-_-Life-Sciences-Shoot-2024-Launchport-8-min.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg07 {
    height: 220px!important;
    background: url(/images/Tech-_-Life-Sciences-Shoot-2024-Longeviti-30.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg08 {
    height: 220px!important;
    background: url(/images/NextStep.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg09 {
    height: 220px!important;
    background: url(/images/Arcon-2.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg10 {
    height: 220px!important;
    background: url(/images/ionstoragesystems.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg11 {
    height: 220px!important;
    background: url(/images/mp02.jpg) -100px top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg11 {
    height: 220px!important;
    background: url(/images/Baltimoreroads-768x552.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg12 {
    height: 220px!important;
    background: url(/images/Tech-Shoot-2024-TAC-13-min.jpg) 0px top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content table {
    width: 100%!important;
  }
  .order .cont .cright .content table tr td img {
    width: 100%;
  }
  .order .cont .cright .content img {
    max-width: 100%;
    height: auto!important;
  }
  .order .cont .mav {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 30px;
  }
  .order .cont .mav ul {
    width: 100%;
  }
  .order .cont .mav ul li {
    width: calc(50% - 9px);
    height: 40px;
    margin: 0 10px 18px 0;
    text-align: center;
    background: #333;
    float: left;
    background: #f2f2f2;
    border: #e0dddb 1px solid;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .order .cont .mav ul li a {
    line-height: 40px;
    font-size: 14px;
    color: #000;
  }
  .order .cont .mav ul .action {
    background: #C50E3E;
  }
  .order .cont .mav ul .action a {
    color: #fff !important;
  }
  .order .cont .mav ul li:nth-child(2n) {
    margin-right: 0;
  }
  .order .cont .news_list ul li {
    padding: 0!important;
    padding-top: 15px!important;
    height: auto!important;
    overflow: hidden;
  }
  .order .cont .news_list ul li .left {
    width: 45%;
    height: auto!important;
  }
  .order .cont .news_list ul li .left img {
    width: 100%;
    height: auto;
  }
  .order .cont .news_list ul li .center {
    width: 50%;
    margin-left: 5%;
    padding-bottom: 20px;
  }
  .order .cont .news_list ul li .center .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    padding-bottom: 6px;
  }
  .order .cont .news_list ul li .center .text {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.6;
  }
  .order .cont .news_list ul li .right {
    display: none;
  }
  .order .cont .fpage {
    display: none;
  }
  .floatFns {
    position: fixed;
    z-index: 9988;
    right: 0;
    top: 430px;
    -webkit-transition: all 320ms ease-out 0s;
    transition: all 320ms ease-out 0s;
  }
  .floatFns .item {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 10px;
    width: 55px;
    height: 60px;
    text-align: center;
    background: #C50E3E;
  }
  .floatFns .item .stay {
    z-index: 2;
    position: relative;
    width: 55px;
    height: 45px;
    padding-top: 7px;
    overflow: hidden;
    border-radius: 0px;
    display: block;
    color: #fff;
  }
  .floatFns .item:hover {
    background: url(/images/yellow-map.jpg);
    background-size: 100%;
  }
  .floatFns .item span {
    font-size: 12px;
  }
  .floatFns .item .stay:hover {
    text-decoration: none;
  }
  .floatFns .item p {
    width: 100%;
    height: 24px;
  }
  .floatFns .item p i {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
  }
  .floatFns .item:hover .stay {
    color: #333;
  }
  .floatFns .item:hover .stay i {
    color: #333;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .web-menu {
    display: none;
  }
  .web-nav {
    display: none;
  }
  .mav {
    display: none!important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .header {
    height: 80px;
  }
  .logo img {
    height: 80px;
  }
  .menu {
    display: none;
  }
  .web-menu {
    display: block!important;
  }
  .web-nav {
    display: block!important;
  }
  .web-menu {
    width: 30px;
    height: 30px;
    float: right;
    padding: 27px 0 22px;
    display: block;
    margin-right: 30px;
  }
  .web-menu span {
    display: block;
    width: 100%;
    height: 4px;
    background: #333;
    margin-bottom: 6px;
  }
  .web-menu span:nth-child(3) {
    margin-bottom: 0;
  }
  .web-menu p {
    display: none;
  }
  .web-menu p img {
    width: 30px;
  }
  .web-nav {
    width: 100%;
    height: 0;
    position: relative;
    float: left;
  }
  .web-nav .web-nav-content {
    width: 60%;
    height: 0;
    background: #333;
    position: absolute;
    top: 0px;
    left: -20px;
    z-index: 999;
    transition: height 1s;
  }
  .web-nav .web-nav-content ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px 30px;
    display: none;
  }
  .web-nav .web-nav-content ul li {
    height: 60px;
    border-bottom: 1px solid #666;
    line-height: 60px;
    text-indent: 1em;
    background: url(/images/left-arr.png) right center no-repeat;
    background-size: 6px;
  }
  .web-nav .web-nav-content ul li a {
    color: #fff;
    font-size: 16px;
  }
  .web-nav .web-nav-hover {
    height: calc(100vh - 80px);
    transition: height 1s;
  }
  .banner .dw {
    top: 80px!important;
  }
  .aboutus {
    padding-top: 40px;
  }
  .aboutus .aboutus_right {
    padding-top: 40px;
  }
  .tonghang {
    padding: 40px 25px 20px;
  }
  .tonghang .logo {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .tonghang .logo img {
    height: 60px;
  }
  .tonghang .cont {
    padding-bottom: 20px;
    border-bottom: 3px solid #C50E3E;
    width: 660px!important;
    margin: 0 auto;
  }
  .tonghang .cont .swiper-contoo {
    height: 240px!important;
  }
  .tonghang .cont .swiper-contoo .swiper-wrapper {
    height: 240px!important;
  }
  .tonghang .cont .swiper-contoo .swiper-wrapper .swiper-slide {
    width: 110px!important;
    height: 240px!important;
  }
  .tonghang .cont .swiper-contoo .swiper-wrapper .swiper-slide img {
    width: 102px!important;
  }
  .tonghang .cont .swiper-contoo .swiper-wrapper .swiper-slide img:first-child {
    margin-bottom: 7px!important;
  }
  .guanjianchanye {
    width: 100%;
    padding-bottom: 80px;
  }
  .guanjianchanye .title {
    font-size: 24px;
    width: 120px;
  }
  .guanjianchanye .cont {
    width: 100%;
    padding-top: 20px;
  }
  .guanjianchanye .cont div {
    width: 50%!important;
  }
  .guanjianchanye .cont div img {
    width: 100%;
    height: 310px;
  }
  .jl {
    height: 480px;
  }
  .jl .title {
    font-size: 24px;
    width: 170px;
    margin-bottom: 30px;
  }
  .jl .cont {
    background-size: 150% auto;
    background-position: center top;
    height: 350px;
    padding-top: 70px;
  }
  .jl .cont p {
    width: 90%;
    font-size: 20px;
  }
  .jl .cont p a {
    font-size: 16px!important;
    padding: 5px 20px;
  }
  .jl .cont p:nth-child(3) {
    margin-top: 40px;
  }
  .jl ul {
    width: 90%!important;
    margin: 0 auto;
  }
  .jl ul li {
    font-size: 20px!important;
  }
  .news {
    width: 680px;
    margin: 0 auto 40px;
    height: 430px;
  }
  .news .title {
    font-size: 24px;
    width: 130px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .news .cont {
    width: 100%;
  }
  .news .cont .one {
    display: none;
  }
  .news .cont .two {
    width: 100%;
  }
  .news .cont .two .index_cont {
    overflow: hidden;
  }
  .news .cont .two .index_cont .goodness {
    width: 100%;
  }
  .news .cont .two .index_cont .swiper-slide {
    width: 320px!important;
  }
  .news .cont .two .index_cont .swiper-slide img {
    height: 170px;
  }
  .news .cont .two .index_cont .nbox {
    margin-right: 10px;
    margin-left: 10px;
  }
  .news .cont .two .nav-arrow .prev {
    top: 300px;
    right: 70px;
  }
  .news .cont .two .nav-arrow .next {
    top: 300px;
    right: 0;
  }
  .footer {
    width: 100%;
    padding-top: 200px;
    height: 380px;
  }
  .footer .footer_logo {
    left: 30px;
  }
  .footer .footer_gzh {
    right: 30px;
    z-index: 58;
  }
  .footer .footer_center {
    display: none;
  }
  .footer .footer_border {
    width: 90%;
  }
  .footer .footer_bottom {
    width: 100%;
  }
  .order {
    background: none;
  }
  .order .cont {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .order .cont .center .content {
    padding-top: 30px!important;
  }
  .order .cont .center .content .map {
    width: 100%!important;
    height: auto!important;
    overflow: hidden!important;
  }
  .order .cont .center .content .map img {
    width: 100%;
  }
  .order .cont .center .content .text {
    width: 100%!important;
    padding-left: 0!important;
    height: auto!important;
    overflow: hidden!important;
  }
  .order .cont .center .content .text p {
    font-size: 16px!important;
  }
  .order .cont .center .content .text p:first-child {
    font-size: 24px!important;
  }
  .order .cont .center .content .wbox .lb {
    width: 100%!important;
  }
  .order .cont .center .content .wbox .rb {
    width: 100%!important;
  }
  .order .cont .center .content .wbox .bg01 {
    height: 220px!important;
    background: url(/images/461-09.05.14-MPA-SMT-Berth-4-Cranes_McAllen_1.jpg) 50% top no-repeat;
    background-size: 100% 220px!important;
  }
  .order .cont .center .content .wbox .bg02 {
    height: 220px!important;
    background: url(/images/Bus-with-flag.jpeg) left top no-repeat;
    background-size: 100% 220px!important;
  }
  .order .cont .center .content .wbox .bg03 {
    height: 220px!important;
    background: url(/images/43523004554_a725539443_o.jpg) 50% top no-repeat;
    background-size: 100% 220px!important;
  }
  .order .cont .center .content .wbox .bg04 {
    height: 220px!important;
    background: url(/images/shutterstock_1808378857RF-2.jpg) left top no-repeat;
    background-size: 100% 220px!important;
  }
  .order .cont .center .content .wbox .bg05 {
    height: 220px!important;
    background: url(/images/Tech-Shoot-2024-TAC-14.png) left top no-repeat;
    background-size: 100% 220px!important;
  }
  .order .cont .center .content .wbox .bg06 {
    height: 250px!important;
    background: url(/images/JHU7233.jpg) center 0px no-repeat;
    background-size: 470px!important;
  }
  .order .cont .center .content .wbox .bg07 {
    height: 250px!important;
    background: url(/images/UMBC4-Credit-UMBC-Marlayna-Demond-min.jpg) center top no-repeat;
    background-size: 470px!important;
  }
  .order .cont .center .content .wbox .bg08 {
    height: 250px!important;
    background: url(/images/HowardCC3.jpg) center top no-repeat;
    background-size: 470px!important;
  }
  .order .cont .center .content .clogo .ct01 {
    text-indent: 220px;
  }
  .order .cont .center .content .clogo .ct02 {
    text-indent: 220px;
  }
  .order .cont .cleft {
    display: none;
  }
  .order .cont .cright {
    width: 100%!important;
  }
  .order .cont .cright .content .wbox .lb {
    width: 100%!important;
  }
  .order .cont .cright .content .wbox .rb {
    width: 100%!important;
  }
  .order .cont .cright .content .wbox .bg01 {
    height: 220px!important;
    background: url(/images/https___cdn.sanity.io_images_ilk5z5y8_production_9e3cd59d8ec9ef9500cacc2d11b125eabe9b28ea-1000x600-1.jpg) 50% top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg02 {
    height: 220px!important;
    background: url(/images/IMG_2622.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg03 {
    height: 420px!important;
    background: url(/images/harry-hundal-nD8tEBdQhRM-unsplash-scaled.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg04 {
    height: 220px!important;
    background: url(/images/https___cdn.sanity.io_images_ilk5z5y8_production_d672558cff2ea88ca28725f75d5cb1c978f9955e-800x800-1.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg05 {
    height: 220px!important;
    background: url(/images/https___cdn.sanity.io_images_ilk5z5y8_production_1765957b9beed7a55ffaf8b8de3cd2966656bf57-1000x600-1.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg06 {
    height: 220px!important;
    background: url(/images/Tech-_-Life-Sciences-Shoot-2024-Launchport-8-min.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg07 {
    height: 220px!important;
    background: url(/images/Tech-_-Life-Sciences-Shoot-2024-Longeviti-30.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg08 {
    height: 220px!important;
    background: url(/images/NextStep.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg09 {
    height: 220px!important;
    background: url(/images/Arcon-2.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg10 {
    height: 220px!important;
    background: url(/images/ionstoragesystems.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg11 {
    height: 220px!important;
    background: url(/images/mp02.jpg) -100px top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg11 {
    height: 220px!important;
    background: url(/images/Baltimoreroads-768x552.jpg) left top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content .wbox .bg12 {
    height: 220px!important;
    background: url(/images/Tech-Shoot-2024-TAC-13-min.jpg) 0px top no-repeat;
    background-size: 100%;
  }
  .order .cont .cright .content table {
    width: 100%!important;
  }
  .order .cont .cright .content table tr td img {
    width: 100%;
  }
  .order .cont .cright .content img {
    max-width: 100%;
    height: auto!important;
  }
  .order .cont .mav {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 30px;
  }
  .order .cont .mav ul {
    width: 100%;
  }
  .order .cont .mav ul li {
    width: calc(50% - 9px);
    height: 40px;
    margin: 0 10px 18px 0;
    text-align: center;
    background: #333;
    float: left;
    background: #f2f2f2;
    border: #e0dddb 1px solid;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .order .cont .mav ul li a {
    line-height: 40px;
    font-size: 14px;
    color: #000;
  }
  .order .cont .mav ul .action {
    background: #C50E3E;
  }
  .order .cont .mav ul .action a {
    color: #fff !important;
  }
  .order .cont .mav ul li:nth-child(2n) {
    margin-right: 0;
  }
  .order .cont .news_list {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .order .cont .news_list ul li {
    width: 100%;
    height: 230px;
    padding: 30px;
    box-sizing: border-box;
    border: #fff 1px solid;
    border-bottom: #e0dddb 1px solid;
  }
  .order .cont .news_list ul li .left {
    width: 30%;
    height: 170px;
    float: left;
    overflow: hidden;
  }
  .order .cont .news_list ul li .left img {
    width: 100%;
    height: 140px;
    transition: all 0.5s;
    transform: scale(1);
  }
  .order .cont .news_list ul li .left img:hover {
    transition: all 0.5s;
    transform: scale(1.4);
    width: 100%;
  }
  .order .cont .news_list ul li .center {
    width: calc(50% - 35px);
    float: left;
    margin-left: 35px;
  }
  .order .cont .news_list ul li .center .title {
    font-weight: bold;
    color: #333;
    font-size: 24px;
    padding-bottom: 10px;
    display: block;
    text-align: left;
  }
  .order .cont .news_list ul li .center .text {
    font-size: 20px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.8;
  }
  .order .cont .news_list ul li .right {
    display: block!important;
    width: 20%;
    height: 170px;
    float: right;
    text-align: center;
  }
  .order .cont .news_list ul li .right p:first-child {
    font-size: 42px;
    font-weight: bold;
    color: #666;
  }
  .order .cont .news_list ul li .right p:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    color: #666;
  }
  .order .cont .news_list ul li:hover {
    border: #C50E3E 1px solid;
  }
  .order .cont .fpage {
    display: block!important;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 14px;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .order .cont .fpage a {
    font-size: 14px;
    color: #666;
    border: #e0dddb 1px solid;
    padding: 5px 10px;
    margin: 0 5px;
  }
  .order .cont .fpage a:hover {
    background: #C50E3E;
    color: #fff;
    text-decoration: none;
  }
  .order .cont .fpage .action {
    background: #C50E3E;
    color: #fff;
  }
  .floatFns {
    position: fixed;
    z-index: 9988;
    right: 0;
    top: 430px;
    -webkit-transition: all 320ms ease-out 0s;
    transition: all 320ms ease-out 0s;
  }
  .floatFns .item {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 10px;
    width: 72px;
    height: 72px;
    text-align: center;
    background: #C50E3E;
  }
  .floatFns .item .stay {
    z-index: 2;
    position: relative;
    width: 72px;
    height: 65px;
    padding-top: 7px;
    overflow: hidden;
    border-radius: 20px;
    display: block;
    color: #fff;
  }
  .floatFns .item:hover {
    background: url(/images/yellow-map.jpg);
    background-size: 100%;
  }
  .floatFns .item .stay:hover {
    text-decoration: none;
  }
  .floatFns .item p {
    width: 100%;
    height: 40px;
  }
  .floatFns .item p i {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
  }
  .floatFns .item:hover .stay {
    color: #333;
  }
  .floatFns .item:hover .stay i {
    color: #333;
  }
}
