@font-face {
  font-family: family;
  src: url("../fonts/Gilroy-Medium-2.eot");
  src: local("☺"), url("../fonts/Gilroy-Medium-2.woff") format("woff"),
    url("../fonts/Gilroy-Medium-2.ttf") format("truetype"),
    url("../fonts/Gilroy-Medium-2.svg") format("svg");
}


* {
  margin: 0;
  padding: 0;
}

#app,
body,
html {
  width: 100%;
  background-color: #fff;
  font-family: "PingFang SC", "Source Han Sans SC", "HanHei SC",
    "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体,
    Arial, sans-serif;
  color: #585453;
}

.en {
  font-family: family, Tahoma, Geneva, sans-serif;
  font-weight:bold
}

html {
  font-size: 120px;
}

body {
  font-size: 15px;
}

li {
  list-style: none;
  display: inline-block;
}
.main {
  max-width: 1600px;
  margin: 0 auto;
}
img {
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #585453;
}
a,
a:visited {
  text-decoration: none;
}
a:visited {
  color: transparent;
}
em,
i {
  font-style: normal;
}
button,
input,
select {
  vertical-align: middle;
  outline: none;
  border: none;
  font-size: 14px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #909399;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #909399;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}

:root {
  --themaBlue: #2266bb;
  --themaBlack: #070708;
}

/* swiper初始化 ↓↓↓ */
.swiper {
  overflow: hidden;
}

.swiper-container,
.swiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* swiper初始化 ↑↑↑ */

.maxWidth {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

.maxWidthPlus {
  max-width: 1950px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

.empty {
  height: 111px;
}

/* header */

header.on {
  /*box-shadow: 0 4px 10px #f3f3f3;*/
}

header.op {
  background-color: transparent;
  border: 0;
}

header.op .menuBtn > img {
  filter: brightness(100);
}

header .logo1 {
  display: block;
}

header .logo2 {
  display: none;
}

header.op .logo2 {
  display: block;
}

header.op .logo1 {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all .4s;
  padding-top: 26px;
  background-color: white;
  border-bottom: 1px solid #eff3f6; 
}

header .maxWidth {
  display: flex;
  padding-top: 17px;
  padding-bottom: 17px;
  align-items: center;
  justify-content: space-between;
}

header .maxWidth .logo {
  padding: 20px 0 15px;
}

header .right .menuBtn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all .4s;
}

.empty {
  height: 88px;
}

main {
  max-width: 1550px;
  margin: 0 auto;
}

body.grey {
  background-color: #f5f5f5;
}

.index_head a {
  color: white;
}

.index_head ._left > div {
  display: inline-block;
}

.index_head ._left > div::after {
  background-color: white;
}

.index_head ._right a.l1 {
  background-color: transparent;
}

/* subnav */

.pro_nav:hover .subNavMian {
  opacity: 1;
  z-index: 9;
  height: 300px;
  padding-top: 80px;
}

.subNavMian {
  position: fixed;
  display: flex;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 111px;
  left: 0;
  opacity: 1;
  overflow: hidden;
  transition: all .4s;
  box-sizing: border-box;
  justify-content: center;
  background-color: white;
  box-shadow: 0 0 7px #b6b6b6;
}

.subNavMian .left {
  margin-right: 40px;
  font-size: 30px;
  font-weight: bold;
}

.subNavMian .right {
  display: flex;
  text-align: center;
  justify-content: space-around;
}

.subNavMian .right a {
  margin-right: 10px;
  color: var(--themaBlack);
}

.subNavMian .right p {
  line-height: 40px;
}

/* footer */
footer {
  padding: 100px 0 45px;
  background-color: #1f1f1f;
}

footer .top {
  display: flex;
  line-height: 80px;
  align-items: center;
  justify-content: space-between;
}

footer .top .l > a {
  display: inline-block;
  margin-right: 80px;
  vertical-align: middle;
}

footer .top .m {
  display: inline-block;
}

footer .top .m li {
  margin-right: 40px;
}

footer .top .m a {
  color: white;
  font-size: 15px;
}

footer .top .m a:hover {
  text-decoration: underline;
}

footer .top .r a {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

footer .md {
	padding-bottom:150px;
  padding-top: 65px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-top: 1px solid rgba(255, 255, 255, .1);
}

footer .md > div {
  display: inline-block;
  vertical-align: top;
}

footer .md .left p,
footer .md p.hasMb {
  margin-bottom: 30px;
}

footer .md p {
  line-height: 30px;
  font-size: 15px;
  color: #656565;
}

footer .md p.title {
  margin-bottom: auto;
}

footer .md .left span {
  display: block;
}

footer .md span,
footer .ft span {
  color: white;
}

footer .md .left .tel { 
  font-size: 30px;
  font-weight: bold;
  color: white;
}

footer .md .left .tel a{ color:#fff}

footer .md .left {
  margin-right: 60px;
}

footer .md .right span,
footer .ft span {
  margin-right: 5px;
}

footer .md .twoList > div {
  display: inline-block;
  margin-right: 75px;
  vertical-align: top;
}

footer .ft {
  display: flex;
  margin-top: 40px;
  padding-bottom: 105px;
  align-items: flex-start;
  justify-content: space-between;
}

footer .ft .l .putImg {
  display: inline-block;
  margin-right: 45px;
  text-align: center;
  vertical-align: top;
}

footer .ft .l .putImg img {
  display: block;
  margin: 0 auto 10px;
}

footer .ft .l .putImg .txt > div {
  display: inline-block;
  margin-right: 15px;
}

footer .ft .l .txt {
  display: inline-block;
}

footer .ft .l .txt p {
  margin-bottom: 10px;
}

footer .ft .l .txt p a{color: #585453;}

footer .ft .l .txt > div {
  display: inline-block;
  vertical-align: top;
}

footer .ft .r {
  display: flex;
  height: 110px;
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
}

footer .ft .r a {
  display: inline-block;
  color: white;
  cursor: pointer;
}

footer .ft .r a:hover {
  text-decoration: underline;
}

footer .ft .r div a {
  margin-left: 15px;
}

footer .ft .r p {
  color: white;
}

footer .ft .r .map {
  display: inline-block;
  margin: 0 50px;
}

.putImg {
  overflow: hidden;
}

.putImg img {
  transition: all .4s;
}

/* 菜单 */
.menuPart {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  font-size: 0;
  transition: all .4s;
}

.menuPart.on {
  z-index: 111;
  opacity: 1;
}

.menuPart > div {
  display: inline-block;
  width: 50%;
  height: 100%;
  flex: 1;
  vertical-align: top;
}

.menuPart .left {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menuPart .right {
  position: relative;
  padding-top: 165px;
  padding-bottom: 165px;
  padding-left: 175px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch!important;
    overflow-y: auto;
}

.menuPart .right .close {
  position: absolute;
  display: flex;
  top: 33px;
  right: 33px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--themaBlue);
}

.menuPart .right .close img {
  display: block;
  margin: auto;
}

.menuPart .right .ctMain .t .name {
  display: block;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: var(--themaBlue);
}

.menuPart .right .ctMain .putNav {
  margin-bottom: 50px;
}

.menuPart .right .ctMain .t ul {
  display: inline-block;
  margin-right: 185px;
  vertical-align: top;
}

.menuPart .right .ctMain .t ul:first-child li {
  display: block;
  margin-bottom: 35px;
}

.menuPart .right .ctMain .t ul:first-child li a {
  display: block;
  font-size: 26px;
  line-height: 26px;
  color: #8c8c8c;
  font-weight: bold;
}

.menuPart .right .ctMain .t ul:first-child li.on a,
.menuPart .right .ctMain .t ul:first-child li a:hover {
  color: var(--themaBlack);
}

.menuPart .right .ctMain .t ul:last-child li {
  display: block;
  margin-bottom: 16px;
}

.menuPart .right .ctMain .t ul:last-child li a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #8c8c8c;
  font-weight: bold;
}

.menuPart .right .ctMain .t ul:last-child li.on a,
.menuPart .right .ctMain .t ul:last-child li a:hover {
  color: var(--themaBlack);
}

.menuPart .right .b .adr {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: bold;
  color: var(--themaBlack);
}

.menuPart .right .b .adr p {
  margin-bottom: 15px;
}

.menuPart .right .b .tel {
  font-size: 25px;
  font-weight: bold;
  color: var(--themaBlack);
}


/* 视频 */
.menuAbout.active {
  z-index: 1666;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.menuAbout .menuMain {
  display: none;
}

.menuAbout {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.55s;
  background-color: rgba(255, 255, 255, 0);
}

.menuAbout .wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  max-width: 70%;
  max-height: 60%;
  transform: translate(-50%, -50%);
}

.menuAbout .closeBtn {
  display: block;
  margin: 30px 30px 190px auto;
  cursor: pointer;
  max-width: 49px;
}

.menuAbout .menuMain {
  display: none;
}

.menuAbout .closeBtn {
  margin: 30px 0 10px auto;
}

.menuAbout video {
  display: block;
  margin: 0 auto;
  width:100%;
}


.cbBtn {
  position: fixed;
  right: 12px;
  bottom: 20%;
  width: 80px;
  height: 80px;
  z-index: 6;
  cursor: pointer;
}





@media (max-width:1450px) {


}

@media (max-width:1024px) {
.menuPart > div{ width:100%;}
.menuPart .left{ display:none}
.menuPart .right{ padding:20% 10%}
.menuPart .right .ctMain .t ul{ width:50%; margin-right:0}
footer .top,footer .ft{ display:block;}
footer .ft .r{ text-align:left;}
footer{ padding:10% 0 15%;}
footer .ft{padding-bottom:0;}
}


@media (max-width:768px) {
.menuAbout .wrap{ top:0; left:0;transform: translate(0,40%); max-width:inherit; max-height:inherit; margin:0 auto;}
footer .md{ margin:5% 0; padding:5% 0;}
footer .md .twoList{ padding:5% 0;}
footer .ft .r div a{ margin-left:0; margin-right:15px;}
footer .ft .r p{ line-height:35px;}
footer .ft .r .map{ margin-left:15px;}
footer .ft .l .txt{ margin:0 0 10%;}
}

@media (max-width:640px) {
.menuPart .right .ctMain .t ul:first-child li a{ font-size:18px;}
.menuPart .right .ctMain .t ul:first-child li{ margin-bottom:25px;}
.menuPart .right .ctMain .t ul:last-child li a{ font-size:16px;}
.menuPart .right .ctMain .t .name{ font-size:34px;}
.menuPart .right .close{ width:50px; height:50px;}
footer .top{ line-height:50px;}
footer .top .m{ margin:5% 0;}
footer .top .m a{ font-size:14px;}
footer .md{ margin:10% 0; padding:10% 0;}
footer .md .left .tel{ font-size:30px;}
footer .ft .l .txt{ margin:10% 0;}
footer{ padding:10% 0 25%;}
}


