* {margin: 0;padding: 0;box-sizing: border-box;line-height:100%;}
body {font-size: 14px;font-family: Microsoft YaHei;overflow-x: hidden;}
em, i {font-style: inherit;font-weight: inherit;}
ul {list-style: none;}
a {text-decoration: none;color: #333;}
tr, td {padding: 0 !important;}
input, textarea {outline: none;border: none;}

@font-face {
font-family:DIN Medium;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}


@font-face {
  font-family: 'iconfont';  /* Project id 3841433 */
  src: url('//at.alicdn.com/t/c/font_3841433_tfo4vz56x8.woff2?t=1678696440755') format('woff2'),
       url('//at.alicdn.com/t/c/font_3841433_tfo4vz56x8.woff?t=1678696440755') format('woff'),
       url('//at.alicdn.com/t/c/font_3841433_tfo4vz56x8.ttf?t=1678696440755') format('truetype');
}

/*head*/
.head {padding: 1.5% 1%;overflow: hidden;position:  relative;z-index: 5;}
.head:before {content:'';width: 13%;height:100%;background: #006cb5;position:absolute;top: 0;right:0;z-index:-1;}
.head_box {/* max-width: 1800px; */margin:0 auto;display: flex;align-items: center;justify-content: space-between;}
.head_logo {display: flex;align-items: center;}
.head_logo i {width:50%;}
.head_logo i img {width:100%;}
.head_logo p {font-size: 25px;font-weight:  bold;padding: 0 0 0 20px;display:  flex;flex-direction:  column;position: relative;}
.head_logo p:before {content:'';width:100%;height:100%;background: url(https://memberpic.114my.com.cn/gaoxiangyq/uploadfile/image/20230302/20230302102029_2024478606.png)no-repeat right top;position:absolute;background-size: contain;right: -15%;top: -77%;transform: rotate(24deg);z-index: -1;opacity: 0.5;}
.head_logo p b {}
.head_logo p b em {color: #c91622;font-family:  DIN Medium;}
.head_logo p span {font-size: 20px;font-weight:  lighter;color:  #666;padding: 1% 0 0;}
.head_con {width: 62%;display:  flex;flex-direction:  column;margin: 0 0 0 18px;}
.head_txt {padding: 1.2% 3%;display: flex;justify-content: space-between;}
.head_txt p i {font-size: 18px;margin: 0 10px 0 0;}
.head_txt p {font-size:16px;display:  flex;align-items:  center;font-weight:  lighter;letter-spacing: 0.5;}
.head_txt a {font-size: 15px;font-weight:  lighter;}
.head_nav {width: 100%;display:  flex;justify-content:  space-between;align-items:  center;} 
.head_nav ul {display: flex;align-items: center;width: 77%;justify-content:  space-between;}
.head_nav li {/* width: 20%; */}
.head_nav li a {font-size: 16px;position: relative;}
.head_nav li>a:before {content:'';width:0;height: 2px;background: #b22a2e;position:absolute;bottom: 0;left:0;transition:0.5s;z-index: 1;}
.head_nav li>a:after {content:'';width:100%;height: 57px;position:absolute;left: 0;}
.head_nav li:hover a:before,.head_nav>ul>li.cur a:before {width:100%;}
.head_nav>p {display:flex;align-items:  center;position:  relative;margin: 0 0 0 15px;z-index: 5;color:  #fff;/* background:  #c91622; */}
.head_nav>p i {font-size: 24px;border-radius:  50%;display:  flex;justify-content:  center;align-items:  center;}
.head_nav>p em {display:flex;flex-direction:  column;font-size: 15px;font-weight:  lighter;padding:  0 0 0 10px;}
.head_nav>p>em>span {font-size: 24px;font-family:  DIN Medium;padding: 1% 0 0;white-space:  nowrap;}
@media screen and (max-width:1300px) {
.head:before {width:17%;}
}


/*banner*/
.banner{position: relative;height: 100%;overflow: hidden;background: #fff;margin: 0 !important;}
.banner a{/* position: absolute; *//* width:100%; *//* height: 900px; *//* z-index: 3; *//* opacity: 0; *//* z-index: 555; */overflow: hidden;}
.banner a img{height: auto;transform:scale(1.1);width: 100% !important;margin: 0 !important;}
.banner a.active{z-index:5;opacity: 1;}
.banner a.active img{transform: scale(1.1);opacity: 1;}
.banner .slick-active img {    transition: 6s linear; transform: scale(1);}
.banner a img{
	transition:transform 5s linear,opacity 1s linear;
	-webkit-transition:transform 5s linear,opacity 1s linear;
	-o-transition:transform 5s linear,opacity 1s linear;
	-moz-transition:transform 5s linear,opacity 1s linear;
	-ms-transition:transform 5s linear,opacity 1s linear;
}
.banner .ban_dot {display: flex !important;width: 100%;justify-content: flex-start;align-items: flex-end;/* margin: 2% 0 0; */position: absolute;bottom: 5%;left: 5%;}
.banner .ban_dot li {width: 2px;height: 10px;display: inline-block;background: #fff;margin: 0 0.3%;transition: 0.5s;/* border-radius: 50%; */position: relative;z-index: 5;overflow: hidden;}
.banner .ban_dot li:before {content:'';width: 100%;height:0;/* background: #0a519a; */position:absolute;bottom: 0;left:0;z-index:-1;transition:1s all;}
.banner .ban_dot li.slick-active {height: 40px;}
.banner .ban_dot li.slick-active:before {height:100%; }
.banner .ban_dot li button {font-size:0;border: none;outline: none;}
.banner .slick-prev:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-next:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-prev {left: 3% !important;transform: rotate(180deg) !important;z-index: 5;}
.banner .slick-next {right: 3% !important;top: 45% !important;}
.banner .slick-prev:before, .banner .slick-next:before {opacity: 0;transition: all ease 0.5s;}
.banner:hover .slick-prev:before, .banner:hover .slick-next:before {opacity: 1;}

/*pro*/
    .pro {padding: 4% 1% 2%;overflow: hidden;/* background: url(https://memberpic.114my.com.cn/gaoxiangyq/uploadfile/image/20230301/20230301163756_301384845.jpg)no-repeat center top fixed; */position:relative;z-index: 5;background: #f8f8f8;}
.pro:before {content:'';width:100%;height:100%;/* background: linear-gradient(to right,#006cb5 50%,transparent); */position:absolute;top:0;left:0;z-index:-1;}
    .pro_box {max-width: 1600px;margin: 0 auto;}
    .pro_tit {display: flex;justify-content: center;align-items: center;padding: 0 0 1% 0;position: relative;z-index: 5;}
.pro_tit:before {content:'';width:100%;height:1px;background: #eee;position:absolute;bottom:0;left:0;display: none;}
.pro_tit:after {content:'';width: 2%;height:3px;background: #c91622;position:absolute;bottom: -1px;left:0;z-index: 1;right: 0;margin: 0 auto;display: none;}
    .pro_tit p {display: flex;align-items: center;font-size: 32px;/* color: #fff; */font-weight: bold;justify-content: center;flex-direction: column;}
    .pro_tit p span {font-family: Arial;text-transform: uppercase;font-size: 18px;color: #666;padding: 10% 0 0;font-weight: normal;}
    .pro_tit a {font-size: 22px;/* font-weight: lighter; *//* color: #fff; */display: none;}
.pro_tab {position:relative;margin: 2% 0 0;}
.pro_nav {}
.pro_nav ul {display:flex;width: 100%;justify-content: center;border-bottom: 1px solid #eee;}
.pro_nav li {width:12%;position: relative;z-index: 5;padding: 0 0 2% 0;}
.pro_nav li:before {content:'';width:0;height:2px;background:#006cb5;position:absolute;bottom:0;left:0;z-index: 5;transition: 0.5s;}
.pro_nav li.on:before  {width:100%;}
.pro_nav li a {display:flex;flex-direction: column;align-items: center;}
.pro_nav li a i {font-size: 28px;color: #006cb5;}
.pro_nav li a span {font-size: 16px;font-weight: lighter;padding: 6% 0 0;}
    .pro_con {margin: 3% 0 0;}
    .pro_con ul {/* display: flex; */}
    .pro_con li {width: 24%;margin: 0 0.1%;position: relative;}
.pro_con li a {display:flex;flex-direction: column;overflow:hidden;}
    .pro_con li i {position:relative;} 
 .pro_con li i:before {content:'';width:100%;height:100%;background: rgba(0,0,0,0.4);position:absolute;top:0;left:0;z-index: 1;}
    .pro_con li a img {width:100%;height: auto;transition: 0.5s;}
.pro_con li:hover img {transform:scale(1.1);}
.pro_con li span a {font-size: 16px;/* font-family: Arial; *//* padding: 3% 0 0; */}
 .pro_con li br {display:none;}
    .pro_con li span {font-size: 22px;/* position: absolute; */bottom: 0;left: 0;z-index: 5;display: flex;flex-direction: column;color: #fff;padding: 7%;width: 100%;background: #fff;}
    .pro_con li p span {font-size: 15px;font-family: Arial;padding: 3% 0 0;}
  .pro_con .ban_dot {display: flex !important;width: 100%;left: 0;justify-content: center;align-items: center;margin: 4% 0 0;text-decoration: overline;width: 100%;height: 1px;background: rgba(0,0,0,0.1);z-index: -1;display: none !important;}
  .pro_con .ban_dot li {width: 6px;height: 6px;display: inline-block;background: #333;margin: 0 3%;transition: 0.5s;border-radius: 50%;position: relative;z-index: 5;cursor: pointer;}
  .pro_con .ban_dot li:before {content:'';width: 18px;height: 18px;border: 1px solid #333;position:absolute;top:0;left: -7px;border-radius:50%;margin: auto;bottom: 0;opacity:0;transition:0.5s;transform:scale(0);}
  .pro_con .ban_dot li.slick-active:before {opacity:1;transform:scale(1);}
  .pro_con .ban_dot li button {font-size:0;border: none;outline: none;}
  .pro_btn {display: flex;width: 98%;/* justify-content: center; *//* position: absolute; *//* top: 50%; *//* left: 0; *//* right: 0; *//* margin: 0 auto; *//* align-items:  center; */justify-content: space-between;}
  .pro_btn i:hover  {background:#c91622;color:#fff;border:none;}
  .pro_btn>i {width: 50px;height: 80px;cursor: pointer;font-size: 28px;display: flex !important;justify-content: center;align-items: center;top: 50%;border-radius: 5px;transition: 0.5s;position: absolute;background: #edf2f5;font-weight: bold;color: #0082eb;margin: 0 12px;opacity: 0;letter-spacing: 10px;}
  .pro_btn>i:first-child {left: 3%;transform: rotate(180deg);}
  .pro_btn>i:last-child {right: 3%;}
.pro_tab:hover .pro_btn>i:first-child {left:1%;opacity:1;}
.pro_tab:hover .pro_btn>i:last-child {right: 1%;opacity:1;}

/*char*/
.char {padding: 4% 1%;overflow: hidden;position: relative;z-index: 5;/* background: url(https://memberpic.114my.com.cn/gaoxiangyq/uploadfile/image/20221230/20221230094641_721114080.jpg)no-repeat center top fixed; */display: none;}
.char:before {content:'';width: 100%;height: 100%;background: rgba(201, 22, 34, 0.8);position: absolute;top:0;left: 0;z-index: -1;display: none;}
.char_box {max-width: 1500px;margin: 0 auto;}
.char_tit {display: flex;justify-content:  center;align-items:  center;flex-direction:  column;display: none;}
.char_tit p {display: flex;font-size:  36px;/* color:  #fff; */}
.char_tit p b {/* color: #fff; */font-weight: normal;}
.char_tit span {font-size: 16px;padding:  1% 0 0;/* color: #fff; */font-weight:  lighter;opacity: 0.8;}
.char_con {/* margin: 4% 0 0; */}
.char_con ul {display: flex;justify-content: space-between;}
.char_con li {display: flex;flex-direction: column;align-items: center;background: #fff;width: 24%;padding: 2% 0 2%;overflow:  hidden;transition: 0.5s;border: 1px solid #eee;justify-content: center;}
.char_con li:hover {transform: translateY(-15px);}
.char_con li i {font-size: 48px;}
.char_con li p {font-size: 22px;display: flex;flex-direction: column;align-items: center;padding: 7% 0 0;}
.char_con li p span {font-size: 15px;padding: 5% 8% 0;font-weight:  lighter;line-height: 30px;text-align:  center;}
.char_con li em {overflow:hidden;margin: 8% 0 0;transition:0.5s;display: none;}
.char_con li:hover em {/* margin: -30% 0 0; */}
.char_con li em img {width: 100%;height: auto;}

/*adva*/
.adva {padding: 4% 1%;overflow: hidden;background:  #fff;width: 100%;margin: -4% auto 0;position:  relative;z-index: 5;display: none;}
.adva_box {max-width: 1500px;margin: 0 auto;}
.adva_tit {display: flex;justify-content: space-between;align-items: center;}
.adva_tit p {display: flex;flex-direction: column;font-size: 36px;}
.adva_tit p span {font-size: 32px;padding: 4% 0 0;font-weight:  bold;}
.adva_tit a {font-size: 16px;font-weight:  lighter;width: 10%;background: #c91622;color: #fff;padding: 1% 0;display: flex;justify-content: center;}
.adva_tab {display: flex;justify-content:space-between;margin: 3% 0 0;overflow:  hidden;}
.adva_nav {width:20%;}
.adva_nav ul {display: flex;flex-direction: column;}
.adva_nav li {display: flex;padding: 12.8% 10%;align-items:  center;position:relative;z-index: 6;transition:  0.8s;}
.adva_nav li:before {content:'';width: 0;height:100%;background: #c91622;position:absolute;left:0;transition: 0.8s;z-index: -1;}
.adva_nav li:hover:before,.adva_nav li.on:before {width:120%;}
.adva_nav li:hover,.adva_nav li.on {color:#fff;}
.adva_nav li+li {border-top:1px solid #eee;}
.adva_nav li i {font-size: 27px;}
.adva_nav li p {font-size: 22px;padding: 0 0 0 15px;}
.adva_nav>p {background: #c91622;display:  flex;flex-direction:  column;align-items:  center;padding: 14.4% 0;font-size: 22px;color:  #fff;}
.adva_nav>p>span {font-size: 28px;font-family:  DIN Medium;padding: 3% 0 0;}
.adva_con {width: 80%;overflow:  hidden;}
.adva_con ul {display: flex;transition: 0.8s;}
.adva_con li {width: 100%;flex-shrink: 0;position:  relative;}
.adva_pic {width: 100%;}
.adva_pic i {}
.adva_pic i img {width: 100%;height: auto;}
.adva_txt {display: flex;flex-direction: column;position:  absolute;top: 0;left:  0;background: rgba(201, 22, 34, 0.8);color:  #fff;width: 60%;right:  0;bottom:  0;margin:  auto;height: 60%;padding: 4%;}
.adva_txt p {font-size: 27px;display:  flex;flex-direction:  column;font-weight:  bold;}
.adva_txt p>span {font-size: 15px;font-family:  Arial;font-weight:  lighter;padding: 2% 0 0;opacity: 0.6;}
.adva_txt em {font-size: 16px;display:  flex;flex-direction:  column;margin: 7% 0 0;border-top: 1px solid rgba(255, 255, 255, 0.2);padding: 5% 0 0;}
.adva_txt em>span {font-size: 15px;line-height:  32px;font-weight:  lighter;position:  relative;z-index: 5;padding: 0 0 0 5%;}
.adva_txt em>span+span {margin:1% 0 0;}
.adva_txt em>span:before {content:'\eb94';font-size:16px;position:absolute;left:0;top:0;font-family: 'iconfont';}

/*about*/
.about {padding: 4% 1%;overflow: hidden;position: relative;z-index: 5;background: url(https://memberpic.114my.com.cn/gaoxiangyq/uploadfile/image/20230302/20230302093214_835780986.jpg)no-repeat center top fixed;display: none;}
.about:before {content:'';width:100%;height:100%;background: rgba(255,255,255,0.1);position:absolute;top:0;left:0;z-index:-1;}
.about_box {max-width: 1600px;margin: 0 auto;}
.about_tab {display: flex;justify-content:  space-between;align-items:  center;}
.about_txt {width: 45%;display:  flex;flex-direction:  column;}
.about_txt>p {font-size: 36px;display:  flex;flex-direction:  column;font-family:  DIN Medium;/* padding: 0 0 0 15px; */white-space:  nowrap;color: #006cb5;}
.about_txt p span {font-size: 28px;text-transform:  uppercase;font-family:  Arial;margin: 0 0 1% 0;}
.about_txt em {font-size: 16px;line-height: 32px;font-weight:  lighter;margin: 6% 0 0;}
.about_txt ul {display: flex;align-items:  center;margin: 7% 0 0;}
.about_txt li {display:flex;/* width: 32%; */align-items:  center;margin: 0px 5% 0 0;}
.about_txt li a {font-size: 16px;background: #006cb5;color:  #fff;border-radius:  40px;display:  flex;justify-content:  center;padding: 9% 0;width: 160px;}
.about_txt li i {font-size: 24px;width:  50px;height:  50px;background:  #fff;box-shadow: 0 0 20px #ddd;border-radius:  50%;display:  flex;justify-content:  center;align-items:  center;}
.about_txt li p {padding: 0 0 0 15px;white-space: nowrap;font-family: DIN Medium;font-size: 26px;}
.about_pic {width:50%;position:  relative;/* display: none; */}
.about_pic i {overflow: hidden;display: none;}
.about_pic i img {width: 100%;height: auto;}
.about_pic em {overflow: hidden;width: 30%;position:  absolute;left: 33%;top: -3vw;}
.about_pic em>img {width: 100%;height: auto;opacity: 0;}
/*video*/
.about_video {position: absolute;top: 0;right:  0;width:  50%;display:  flex;justify-content:  center;align-items:  center;height:  100%;}
/*ship*/
.video_sp{float:left; padding:27px 0px;}
.ripple img {width: 20px;height: 20px;position: relative;z-index: 5;}
.ripple,.ripple:before,.ripple:after {position: absolute;left: 50%;top: 50%;height: 60px;width: 60px;margin-top: -30px;margin-left: -30px;border-radius: 50%;-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255,0.64);-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);box-shadow: 0 0 0 0 #006cb5;animation: ripple 3s infinite;background: #006cb5;}
.ripple{padding:6px 3px;background: rgba(255, 255, 255, 0.5); display: flex;justify-content: center;align-items: center;}
.ripple:before {-webkit-animation-delay:.9s;animation-delay:0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.ripple:after {-webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
.video_box{background:rgba(0,0,0,0.6); top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;position: fixed;}
.video{position: fixed;top:-100%;left:71%;margin-top:-250px;margin-left:-575px;transition:600ms ease;z-index:999;}
.video_box.cur .video,.video_box.cur .video_x{top:40%;transition:600ms ease;}
.video_x1{}

@-webkit-keyframes ripple {
    70% {-webkit-box-shadow: 0 0 0 50px rgba(244, 68, 56, .0);box-shadow: 0 0 0 50px rgba(244, 68, 56, .0);}
    100%{-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);}
}

.video_box{width:100%;height:100%;background:rgba(0,0,0,0.6);top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:50%;margin-top:-250px;margin-left:-500px;transition:600ms ease;}
.video_box.cur .video,.video_box.cur .video_x{top:50%;transition:600ms ease;}
.video_x{width:50px;height:50px;border-radius:50px;background:#fff;position: fixed;top:-100%;left:50%;margin-left:520px;margin-top:-250px;text-align: center;line-height:50px;font-size:22px;font-weight: lighter;cursor: pointer;transition:600ms ease;}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, .0);
		        box-shadow: 0 0 0 50px rgba(0, 0, 0, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
		        box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
	}
}

/*appli*/
.appli {overflow: hidden;position: relative;/* height: 41.38vw; */padding: 4% 1%;}
.appli_box {max-width:1600px;margin:0 auto;}
.appli_tit {display: flex;flex-direction: column;/* color: #fff; */position: relative;z-index: 9;/* padding: 0 0 0 6%; */align-items: center;}
.appli_tit p {font-size: 32px;display: flex;flex-direction: column;position: relative;align-items: center;font-weight: bold;}
.appli_tit p:before {content:'Application case';position:absolute;bottom: -64px;left:0;text-transform: uppercase;font-family: Arial;font-size: 18px;display: none;}
.appli_tit p:after {content:'+';font-family: iconfont;font-size: 24px;position: absolute;left: 11%;bottom: -62px;display: none;}
.appli_tit p span {font-size: 18px;font-weight: lighter;padding: 10% 0 0;text-transform: uppercase;font-family: Arial;color: #666;}
.appli_tab {/* position:absolute; *//* top:0; *//* left:0; *//* width:100%; *//* height: 100%; */position: relative;margin: 3% 0 0;}
.appli_con {position: absolute;bottom: 0;left: 0;width: 100%;z-index: 5;height: 100%;overflow: hidden;}
.appli_con ul {display: flex;justify-content: space-between;height: 100%;}
.appli_con li {display: flex;flex-direction: column;align-items: center;color: #fff;width: 20%;height: 100%;position: relative;z-index: 5;border-right: 1px solid rgba(255,255,255,0.1);justify-content: center;/* padding: 0 0 5% 0; */top: 0;bottom: 0;margin: auto 0;}
.appli_con li:after {content:'';width:100%;height:0;background: linear-gradient(to top, rgba(0,108,181,0.5) 0 ,transparent);position:absolute;bottom:0;left:0;transition:0.5s;z-index:-1;}
.appli_con li:hover:after {height:50%;}
.appli_con li i {font-size: 33px;width: 60px;height: 60px;border-radius: 50%;border: 1px solid #fff;display: flex;justify-content: center;align-items: center;}
.appli_con li a {font-size: 22px;display: flex;flex-direction: column;align-items: center;margin: 7% 0 0;color:#fff;}
.appli_con li a span {font-size: 12px;text-transform: uppercase;padding: 8% 0 0;opacity: 0.5;}
.appli_call {overflow:hidden;}
.appli_call ul {display:flex;    transition: 0.5s;}
.appli_call li {position: relative;width:100%;flex-shrink: 0;}
.appli_call li:after {content:'';width:100%;height:100%;background: rgba(0,108,181,0.2);position:absolute;top:0;left:0;}
.appli_call li>a {}
.appli_call li>a img {width:100%;height: auto;}
.appli_call li p {display:none;}

/*sup*/
.ys_c{width: 100%;background: url(https://memberpic.114my.com.cn/gaoxiangyq/uploadfile/image/20230313/20230313150705_1530346673.jpg) no-repeat center fixed;padding: 4% 1%;position: relative;z-index: 5;}
.ys_c:before {content:'';width:100%;height:100%;position:absolute;background: rgba(28,129,197,0.1);top:0;left:0;z-index: -1;}
.gytit_c{text-align: center;} 
.gytit_c b{font-size: 36px;color: #333;} 
.gytit_c p{font-size: 18px;color: #a9a9a9;padding:15px 0;} 
.ys_tit b{font-weight: normal;font-size: 32px;color: #fff;display: block;font-weight: bold;}
.ys_tit b span{font-size: 38px;color: #fff;font-weight: bold;}
.ys_tit{text-align: center;}
.ys_tit p{font-size: 18px;color: #fff;padding-top: 10px;text-transform: uppercase;font-family: Arial;}
.ys_tit p span{font-size: 18px;color:#1aa0e1;}
.sup{margin-top: 60px;}
.sup_t h3 {font-size:40px; text-align: center; font-weight: normal; padding-top:50px; line-height:43px; }
.sup_t h3 span { display: block; font-size: 18px; color:#888; font-weight: normal; font-weight:100; }
.sup_t h3 b{ color:#009fde;}

.sup{line-height:24px;font-size: 16px;position: relative;z-index: 1;clear: both;padding: 3% 0 0;color: #fff;width: 100%;overflow: hidden;max-width: 1980px;display: block;margin: 0 auto;}
.gy{max-width: 1500px;margin: 0 auto;min-width: 1200px;width: 100%;} 
.leit{ width: 100%; height:610px; }
.leit ul{ width: 100%; display: flex;}
.leit li{ cursor:pointer; transition:all 0.5s; position: relative; height: 610px; width:25%; background:#fff; padding:35px; overflow:hidden;}
.leit li+li{margin-left: 5px;}
.leit li:nth-child(1) .hav{background:#fff url(https://memberpic.114my.com.cn/gaoxiangyq/uploadfile/image/20221227/20221227170954_693129914.jpg) top center no-repeat;}
.leit li:nth-child(2) .hav{background:#fff url(https://memberpic.114my.com.cn/gaoxiangyq/uploadfile/image/20221227/20221227170955_283699111.jpg) top center no-repeat;}
.leit li:nth-child(3) .hav{background:#fff url(https://memberpic.114my.com.cn/gaoxiangyq/uploadfile/image/20221227/20221227170954_2111810748.jpg) top center no-repeat;}
.leit li:nth-child(4) .hav{background:#fff url(https://memberpic.114my.com.cn/gaoxiangyq/uploadfile/image/20221227/20221227170954_272032323.jpg) top center no-repeat;}
.leit li img{ display: block; }
.hav{height: 400px; }

.shu2{ font-size: 30px; color: #fff; }
.leit li.on .shu2{opacity: 0;display: none;}
.shu2 span {display:block;font-size:28px;color: #006cb5;font-weight:bold;margin-top:30px;}
.shu2 p{color: #dfdfdf;font-size: 14px;margin-top: 9px;}
.shu2 b{font-size: 102px;color: #f1f1f1;display: block;margin-top: 20px;}
.shu2 em{ display: block; font-size: 16px; text-align: center; color: #f6f6f6; line-height:40px; text-transform:uppercase;font-style: normal;}

.bock{ width:100%;opacity:0;box-sizing: border-box;transition:0.5s; padding:32px 0 45px;}
.bock i{display: block;font-size: 102px;color: #f1f1f1;position: absolute;bottom: -33px;right: 26px;font-weight: bold;}
.leit li.on .bock{opacity: 1;}
.bock b{font-size:28px;color: #006cb5;font-weight:bold;display:flex;align-items:center;}
.bock b span{font-size: 16px;color: #666;display: inline-block;padding-left: 72px;position: relative;}
.bock b span:before{content: ""; position: absolute; width: 30px; height:1px; background:#d6d6d6; left:18px; top:50%;}
.bock p {width: 100%;padding-top: 17px;line-height: 30px;font-size: 14px;color: #969696;position: relative;z-index: 2;}

/*mol*/
.mol {padding: 4% 1%;overflow: hidden;display: none;}
.mol_box {max-width: 1500px;margin: 0 auto;}
.mol_tit {display: flex;flex-direction: column;align-items: center;}
.mol_tit span {font-size: 18px;color:  #c91622;text-transform:  uppercase;font-family:  Arial;}
.mol_tit b {font-size: 36px;font-weight: normal;}
.mol_tit p {font-size: 16px;padding: 1% 0 0;font-weight: lighter;color: #999;}
.mol_con {margin: 3%  0 0;}
.mol_call {}
.mol_call ul {}
.mol_call li {display: flex !important;flex-direction: column;align-items: center;margin: 0 0.2%;}
.mol_call li a {overflow: hidden;}
.mol_call li a img {width: 100%;height: auto;filter: brightness(110%);transition: 0.5s;}
.mol_call li:hover img {transform:scale(1.1);}
.mol_call li p {width: 100%;background: #f5f5f5;padding: 8% 0;text-align: center;position: relative;z-index: 5;}
.mol_call li p:before,.mol_call li p:after {content:'';width:2px;height: 50%;background: #c91622;position:absolute;top: 0;bottom: 0;margin: auto;transition:0.5s;z-index: -1;}
.mol_call li p:before { left: 0;}
.mol_call li p:after { right: 0;}
.mol_call li:hover p:before,.mol_call li:hover p:after {width:50%;height:100%;}
.mol_call li p a {font-size: 16px;transition:0.5s;}
.mol_call li:hover p a {color:#fff;}
.mol_more {width: 200px;display: flex;justify-content: center;align-items: center;margin: 5% auto 0;padding: 1%;position: relative;z-index:5;border: 1px solid #ddd;}
.mol_more:before,.mol_more:after {content:'';width:12px;height:12px;background: #c91622;position:absolute;transition:0.5s;z-index:-1;}
.mol_more:before {left:0;top:0;}
.mol_more:after {bottom:0;right:0;}
.mol_more:hover:before,.mol_more:hover:after {width:100%;height:100%;}
.mol_more a {font-size: 16px;transition:0.5s;}
.mol_more:hover a  {color:#fff;}
.mol_call .ban_dot {display: none !important;}
.mol_call button {display: none !important;}

/*about1*/
.about1 {overflow: hidden;padding: 4% 1%;/* background: #f8f8f8 url(https://memberpic.114my.com.cn/gaoxiangyq/uploadfile/image/20221116/20221116173642_838932571.jpg)no-repeat center top; */position: relative;z-index: 5;}
.about1:before {content:'';width:100%;height: 34%;/* background: rgba(201,152,38,0.9); */position:absolute;top:0;left:0;z-index: -1;}
.about1_box {max-width: 1500px;margin: 0 auto;position: relative;}
.about1_tit {display: flex;justify-content: center;align-items: center;flex-direction: column;}
.about1_l {display: flex;flex-direction: column;align-items: center;}
.about1_l b {font-size: 32px;/* color: #fff; */}
.about1_l b span {font-size: 20px;text-transform:  uppercase;font-weight:  lighter;font-family: Arial;}
.about1_l p {font-size: 18px;padding: 9% 0 0;/* color: #fff; */text-transform: uppercase;font-family: Arial;color: #666;}
.about1_num {width: 100%;}
.about1_num ul {display: flex;margin: 3% 0 0;width: 100%;justify-content:  space-between;}
.about1_num li {display: flex;flex-direction: column;align-items:  center;width: 25%;border-right: 1px solid #eee;}
.about1_num li:last-child {border-right:none;}
.about1_num li span {display: flex;align-items: flex-start;}
.about1_num li span b {font-size: 60px;font-family:  DIN Medium;color: #006cb5;}
.about1_num li span i {width: 20px;height: 20px;border-radius: 50%;display: flex;justify-content: center;align-items: center;/* background: #333; */font-size: 14px;color: #006cb5;margin: 6% 0 0;font-size: 18px;}
.about1_num li p {font-size: 16px;font-weight: lighter;margin: 2% 0 0;}
.about1_com {display:flex;margin: 4% 0 0;justify-content: space-between;align-items: center;}
.about1_txt1 {width: 47%;display: flex;flex-direction: column;}
.about1_txt1 b {font-size: 28px;display: flex;flex-direction: column;position: relative;z-index: 5;}
.about1_txt1 b:before {content:'';width: 7%;height: 4px;background: #333;position: absolute;bottom: -90%;left: 0;}
.about1_txt1 b span {font-size: 30px;text-transform: uppercase;font-family: Arial;margin: 0 0 1% 0;}
.about1_txt1 p {font-size: 16px;line-height: 32px;margin: 10% 0 0;font-weight: lighter;}
.about1_txt1>a {font-size: 16px;border: 2px solid #006cb5;border-radius: 40px;padding: 2%;width: 24%;display: flex;justify-content: center;margin: 7% 0 0;color: #006cb5;}
.about1_pic {width:50%;}
.about1_pic ul {display:flex;flex-wrap:wrap;justify-content: space-between;}
.about1_pic li {width:49%;display: flex;flex-direction: column;position: relative;}
.about1_pic li:nth-child(n+3) {margin: 2% 0 0;}
.about1_pic li a {overflow:hidden;}
.about1_pic li i {overflow:hidden;}
.about1_pic li i img {width:100%;height:auto;transition: 0.5s;}
.about1_pic li:hover img {transform:scale(1.1);}
.about1_pic li p {font-size:14px;position: absolute;bottom: 0;right: 0;background: #006cb5;padding: 2%;color: #fff;font-weight: lighter;}

/*news*/
.news {padding: 4% 1%;overflow: hidden;background: #f8f8f8;}
.news_box {max-width: 1500px;margin: 0 auto;}
.news_tab {}
.news_tit {display:flex;align-items: center;justify-content: center;width: 100%;flex-direction: column;/* color: #fff; */}
.news_tit p {font-size: 18px;font-weight: lighter;padding: 1% 0 0;}
.news_tit span {font-size: 36px;position: relative;font-weight: bold;}
.news_tit span:before {content:'';width:10px;height:10px;/* background: #c91622; */position:absolute;left: -24%;top: 21%;}
.news_tit span:after {content:'';width:10px;height:10px;/* background: #c91622; */position:absolute;right: -24%;top: 21%;}
.news_nav {width: 40%;margin: 3% auto 0;display: none;}
.news_nav ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.news_nav li {display:  flex;justify-content:  center;align-items:  center;background: #fff;margin: 0 12px;width: 100%;padding: 1.5% 25px;/* border-radius: 40px; */position: relative;overflow: hidden;z-index: 5;box-shadow: 0px 0px 20px #ddd;}
.news_nav li:before {content:'';width:0;height:100%;background: #c91622;position:absolute;top:0;left:0;transition:0.5s;z-index:-1;}
.news_nav li.on:before {width:100%;}
.news_nav li i {font-size: 18px;line-height:  24px;display: none;}
.news_nav li a {font-size: 18px;line-height: 24px;/* padding-left: 4px; */white-space: nowrap;}
.news_nav li.on,.news_nav li.on a {color: #fff;font-weight: bold;}
.news_list{width: 100%;display: flex;transition:all .5s;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{display: flex;justify-content: space-between;flex-shrink: 0;width:100%;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 32%;position: relative;transition:0.5s;padding: 20px;background: #fff;display: flex !important;flex-direction: column-reverse;margin: 0 0.1%;border: 1px solid #f8f8f8;}
.news_list .news_div_item_date{position: absolute;bottom: 22px;display: block;left: 19px;height: 22px;font-size: 21px;color: #666;}
.news_list .news_div_item_date::before{content:'';}
.news_list .news_div_item_content{height: 76px;}
.new_column {display:none;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 17px;line-height: 22px;color: #666;font-family: Arial;}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 19px;display: block;margin-bottom: 40px;position:relative;transition:0.3s;font-weight: 100;padding-top: 18px;}
.news_list .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';bottom: -176px;left: 0;width: 130px;height: 40px;background: #fff;border-radius: 20px;line-height: 40px;color: #666;font-size: 13px;transition:0.5s;border: 1px #f6f5f5 solid;text-align: center;box-sizing: border-box;padding-left: 30px;}
.news_list .news_div_item_a::after{position:absolute;font-size: 18px;width: 18px;height: 14px;left: 22px;transition:0.5s;font-family: 'iconfont';content: "\eb94";color: #666;bottom: -163px;}
.news_list .news_div_item_body{font-size: 14px;color: #999;line-height: 26px;font-weight:100;display: none;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;transition: 0.5s;}
.news_list .news_div_item:hover .news_div_item_a{color: #006cb5;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #006cb5;color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after{color: #fff;}
.new_ic{overflow:hidden;margin: 4% auto 0;}
.news_list .news_div_item:hover .news_div_item_pic img  {    transform: scale(1.1);transition: 0.5s;}
.news_div_item_pic {overflow: hidden;}
  .new_btn {display: flex;/* width: 72%; *//* justify-content: center; *//* position: absolute; *//* top: 50%; *//* left: 0; *//* right: 0; *//* margin: 0 auto; *//* align-items:  center; */justify-content: center;margin: 3% 0 0;}
  .new_btn i:hover  {background:#006cb5;color:#fff;border:none;}
  .new_btn>i {width: 50px;height: 50px;cursor: pointer;font-size: 28px;display: flex !important;justify-content: center;align-items: center;top: 34%;border-radius: 50%;transition: 0.5s;/* position: absolute; */background: #edf2f5;font-weight: bold;color: #006cb5;margin: 0 12px;/* opacity: 0; */letter-spacing: 10px;}
  .new_btn>i:first-child {left: 3%;transform: rotate(180deg);}
  .new_btn>i:last-child {right: 3%;}

/*mor*/
.mor {display:none;}
    .mor_box {}
    .mor_con {}
    .mor_con ul {display: flex;}
    .mor_con li {display: flex;flex-direction: column;width: 50%;position: relative;/* z-index: 5; */overflow: hidden;}
.mor_con li:before {content:'';width:100%;height:100%;background: rgba(255,255,255,0.3);position:absolute;top:0;left:0;z-index: 1;}
    .mor_con li i {font-size: 18px;text-transform: uppercase;font-style: italic;color: #999;font-family: Arial;margin: 0 0 2% 0;}
    .mor_con li p {font-size: 32px;position: absolute;display: flex;flex-direction: column;padding: 10%;z-index: 5;width: 100%;height: 100%;}
    .mor_con li p span {font-size: 15px;font-weight: lighter;line-height: 32px;margin: 3% 0 0;}
    .mor_con li a {/* position:relative; */}
.mor_con li p b {font-size: 60px;color: #999;margin: 4% 0 0;}
.mor_con li p b:before {content:'';width:50px;height:50px;border: 1px dashed #999;border-radius: 50%;position: absolute;top: 62%;left: 14%;}
    .mor_con li em {overflow:hidden;}
    .mor_con li em img {width: 100%;height: auto;transition: 0.5s;}
.mor_con li:hover img {transform:scale(1.1);}

/*copy*/
.copy {overflow: hidden;padding: 0 1%;background: #efefef;}
.copy_box {max-width: 1500px;margin: 0 auto;}
.copy_top {padding: 4% 0 3%;border-bottom: 1px solid rgba(255,255,255,0.1);display: flex;justify-content: space-between;}
.copy_top i {}
.copy_top i img {width:100%;height:auto;}
.copy_top p {display: flex;align-items: center;font-size: 17px;font-weight: lighter;/* color: #fff; */}
.copy_top p i {font-size: 24px;margin: 0 10px 0 0;}
.copy_top p span {font-size: 32px;font-family:  DIN Medium;}
.copy_con {display: flex;justify-content: space-between;padding: 4% 0;}
.copy_nav {width: 52%;}
.copy_nav ul {display: flex;justify-content:space-between;width: 100%;}
.copy_nav li p {font-size: 18px;line-height: 20px;margin-bottom: 20px;font-weight: bold;/* color: #fff; */}
.copy_nav li a {font-size: 14px;line-height: 36px;display: flex;/* color: #fff; */transform:translateX(0);transition:0.5s;}
.copy_nav li a:hover  {transform:translateX(10px)}
.copy_pic {width: 32%;}
.copy_pic ul {display: flex;justify-content:  space-between;width:  100%;}
.copy_pic li {width: 30%;display: flex;flex-direction: column;align-items: center;}
.copy_pic li i {overflow: hidden;padding:  1%;border: 1px solid #eee;}
.copy_pic li i img {width: 100%;height: auto;}
.copy_pic li p {font-size: 16px;padding: 5% 0 0;/* color: #fff; */}

/*end*/
.end {padding: 1.2% 1%;overflow:hidden;background: #222;}
.end_box {max-width: 1500px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.end_box em {color: #fff;font-size: 15px;}
.end_box em>a {font-size: 15px;color: #fff;}
.end_box>a {font-size: 15px;color: #fff;}