﻿@charset "UTF-8";
/* @font-face {
font-family: "DINPro-CondensedBold";
src: url('../font/DINPro-Bold.eot');
src: url('../font/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
url('../font/DINPro-Bold.woff2') format('woff2'),
url('../font/DINPro-Bold.woff') format('woff'),
url('../font/DINPro-Bold.ttf') format('truetype'),
url('../font/DINPro-Bold.svg#DINPro-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "ArialMT";
src: url('../font/ArialMT.eot');
src: url('../font/ArialMT.eot') format('embedded-opentype'),
url('../font/ArialMT.woff2') format('woff2'),
url('../font/ArialMT.woff') format('woff'),
url('../font/ArialMT.ttf') format('truetype'),
url('../font/ArialMT.svg#ArialMT') format('svg');
font-weight: normal;
font-style: normal;
} */
@font-face {
font-family: "HarmonyOS_Sans_SC_Medium";
src: url('../font/HarmonyOS_Sans_SC_Medium.eot');
src: url('../font/HarmonyOS_Sans_SC_Medium.eot?#iefix') format('embedded-opentype'),
url('../font/HarmonyOS_Sans_SC_Medium.woff2') format('woff2'),
url('../font/HarmonyOS_Sans_SC_Medium.woff') format('woff'),
url('../font/HarmonyOS_Sans_SC_Medium.ttf') format('truetype'),
url('../font/HarmonyOS_Sans_SC_Medium.svg#HarmonyOS_Sans_SC_Medium') format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}
/* @font-face {
font-family: "Roboto-Regular";
src: url('../font/RobotoRegular.eot');
src: url('../font/RobotoRegular.eot') format('embedded-opentype'),
url('../font/RobotoRegular.woff2') format('woff2'),
url('../font/RobotoRegular.woff') format('woff'),
url('../font/RobotoRegular.ttf') format('truetype'),
url('../font/RobotoRegular.svg#RobotoRegular') format('svg');
font-weight: normal;
font-style: normal;
} */
/*reset css*/
html {
font-size: calc(100vw/19.2);
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
font-size: 16px;
line-height: 1.5;
color: #333;
background-color: #fff;
overflow-x: hidden;
}
html,body{font-family:"Microsoft YaHei","sans-serif","ArialMT";}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
margin: 0px;
padding: 0px;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
text-decoration: none;
color:#333;
/* transition: all .4s ease 0s;
-webkit-transition: all .4s ease 0s;
-moz-transition: all .4s ease 0s;
-ms-transition: all .4s ease 0s;
-o-transition: all .4s ease 0s; */
}
a:active,
a:hover {
outline: 0;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
img {
border: 0;
vertical-align: middle;
}
svg:not(:root) {
overflow: hidden;
}
pre {
overflow: auto;
}
textarea{width: 100%;max-width: 100%;resize: none;}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font-family: inherit;
font-size: inherit;
line-height: inherit;
background: none;
border:none;
}
button {
overflow: visible;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
}
button,
select {
text-transform: none;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
select::-ms-expand { display: none; }
input::-ms-clear{display: none;}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
* {
margin:0;
padding:0;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
margin:0;
padding:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s; */
}
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
ul{list-style:none;}
h1,h2,h3,h4,h5,h6{
font-family: inherit;
font-weight: 400;
color: inherit;
}
/* a:visited{color: #333;} */
a{color: #333;}
/*p,a{word-break: break-all;}*/
.section{width: 100%;position: relative;}
.pull-right{float: right;}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
.clearfix:before,.clearfix:after{
content: " ";display: table;
}
.clearfix:after{
clear: both;
}
em{font-style: normal;}
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
img {
border: none;
max-width: 100%;
vertical-align: middle;
display: block;
margin: 0 auto;
}
/*单行文本省略号*/
.dot{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.dot2,.dot3,.dot4,.dot5,.dot6{display:-webkit-box;display: -webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap: break-word; -webkit-box-orient:vertical;}
/*多行文本省略号*/
.dot2{-webkit-line-clamp:2;}
.dot3{-webkit-line-clamp:3;}
.dot4{-webkit-line-clamp:4;}
.dot5{-webkit-line-clamp:5;}
.dot6{-webkit-line-clamp:6;}
/*盒子布局*/
.flexsb{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-between;}
.flexsa{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-around;}
.flexlf{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: left;}
.flexed{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: flex-end;}
.flexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;}
.cflexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;flex-direction: column;flex-wrap: wrap;}
.flexace{align-items: center;}
/* scrollbar */
.scrollbar::-webkit-scrollbar{
width:4px;
height:4px
}
.scrollbar::-webkit-scrollbar-button:vertical{
display:none;
}
.scrollbar::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
border-radius: 10px;
background: #ededed;
}
.scrollbar::-webkit-scrollbar-corner{
background-color:#ffffff;
}
.scrollbar::-webkit-scrollbar-thumb{
border-radius:0;background-color: #237dcf;
}
.scrollbar::-webkit-scrollbar-thumb:vertical:hover{
background-color: #237dcf;
}
.scrollbar::-webkit-scrollbar-thumb:vertical:active{
background-color: #237dcf;
}
@media screen and (max-width: 767px) {
.scrollbar::-webkit-scrollbar {width:2px;height:2px}
}
/* placeholder */
.input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
font-size: 16px;
color: #cfcfcf;
}
.input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
font-size: 16px;
color: #cfcfcf;
}
.input::-moz-placeholder,
textarea::-moz-placeholder{
font-size: 16px;
color: #cfcfcf;
}
.input:-moz-placeholder,
textarea:-moz-placeholder{
font-size: 16px;
color: #cfcfcf;
}
.input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
font-size: 16px;
color: #cfcfcf;
}
@media screen and (max-width: 1366px) {
.input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
font-size: 14px;
}
.input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
font-size: 14px;
}
.input::-moz-placeholder,
textarea::-moz-placeholder{
font-size: 14px;
}
.input:-moz-placeholder,
textarea:-moz-placeholder{
font-size: 14px;
}
.input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
font-size: 14px;
}
}
.padt-90{
padding-top: 85px;
}
.padt-100{
padding-top: 100px;
}
.padb-100{
padding-bottom: 100px;
}
.padb-90{
padding-bottom: 85px;
}
.pad-100{
padding: 100px 0;
}
.padt-40{
padding-top: 40px;
}
.mart-60{
margin-top: 60px;
}
.mart-40{
margin-top: 40px;
}
@media screen and (max-width: 1459px) {
.padt-90{
padding-top: 65px;
}
.padt-100{
padding-top: 80px;
}
.padb-100{
padding-bottom: 80px;
}
.padb-90{
padding-bottom: 65px;
}
.pad-100{
padding: 80px 0;
}
.mart-60{
margin-top: 30px;
}
}
@media screen and (max-width: 767px) {
.padt-90{
padding-top: 45px;
}
.padt-100{
padding-top: 60px;
}
.padb-100{
padding-bottom: 60px;
}
.padb-90{
padding-bottom: 45px;
}
.pad-100{
padding: 60px 0;
}
.padt-40{
padding-top: 30px;
}
.mart-40{
margin-top: 30px;
}
}
/* @media screen and (max-width: 1024px) {
.footer .foot-top-cont{
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}
.footer .footerphone-menu{
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}
} */
img,
a,
.swiper-button-next, .swiper-button-prev{
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.section1 .section1-img img,
.pic img,
.pic,
.qyft .qyft-img,
.qyft .qyft-img img,
.tzgg1 .tzgg1-img img,
.tzgg1 .tzgg1-img,
.tzgg2 .tzgg2-nul .tzgg2-nimg img,
.new1 .new1-img img,
.new1 .new1-img,
.new2 .new2-limg img,
.new2 .new2-limg,
.new4 .new4-img img,
.new4 .new4-img,
.cylfw2 .cylfw2-img img,
.cylfw2 .cylfw2-img {
overflow: hidden;
width: 100%;
-webkit-transition: 1.5s;
-ms-transition: 1.5s;
-moz-transition: 1.5s;
-o-transition: 1.5s;
transition: 1.5s;
}
.section1 .swiper-slide:hover .section1-img img,
.pic:hover img,
.wyfw1 .wyfw1-swiper .swiper-slide:hover .wyfw1-simg img,
.qyft .qyft-rtul li:hover .qyft-icon img,
.qyft .qyft-ul li:hover .qyft-img img,
.tzgg1 .tzgg1-ul li:hover .tzgg1-img img,
.tzgg1 .tzgg1-left .swiper-slide:hover .tzgg1-img img,
.tzgg2 .tzgg2-nul li:hover .tzgg2-nimg img,
.new1 .new1-rtli:hover .new1-img img,
.new1 .new1-left:hover .new1-img img,
.new2 .new2-lul li:hover .new2-limg img,
.new4 .swiper-slide:hover .new4-img img,
.cylfw2 .swiper-slide:hover .cylfw2-img img,
.yqgk4 .yqgk4-img:hover img{
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}
.section1 .section1-tpul a:hover,
.section1 .swiper-slide:hover .section1-font .tit,
.section1 .section1-rtul li:hover .section1-rtul-time,
.section2 .section2-ul li:hover .section2-name .name,
.section5 .section5-ul li:hover .section5-font .tit,
.section6 .section6-ul li:hover .section6-font,
.section2 .section2-btn:hover span,
.section2 .section2-btn:hover em,
.section1 .section1-tit .dec:hover span,
.section1 .section1-tit .dec:hover em,
.join4 .join4-more:hover,
.wyfw2 .wyfw2-ul dd:hover,
.qyft .qyft-rtul li:hover .qyft-rtft .tit,
.qyft .qyft-ul li:hover .qyft-font .tit,
.tzgg2 .tzgg2-nul li:hover .tzgg2-nfont .tit,
.tzgg2 .ctit-ul li:hover .tit,
.new2 .new2-lul li:hover .new2-lfont .tit,
.new2 .new2-rul li:hover .tit,
.new4 .swiper-slide:hover .tit,
.cylfw1 .cylfw1-ul li:hover .cylfw1-font .tit,
.cylfw2 .swiper-slide:hover .cylfw2-font .tit,
.zwzh1 .zwzh1-depart li:hover .zwzh1-cetit{
color: #038bd5;
}
.section3 li:hover .section3-icon img,
.section8 .section8-list li:hover .section8-icon img,
.section5 .section5-ul li:hover .section5-icon img,
.talent4 .talent4-li:hover .talent4-icon img,
.join2 .join2-ul li:hover .join2-icon,
.joinfo .joinfo-li:hover .talent4-icon img,
.cylfw1 .cylfw1-ul li:hover .cylfw1-icon img{
transform: translateY(-15px);
}
.zwzh1 .zwzh1-ask:hover .zwzh1-icon img,
.zwzh1 .zwzh1-per:hover .zwzh1-icon img,
.zwzh1 .zwzh1-ctul li:hover .zwzh1-cticon img,
.yqgk5 .yqgk5-hotli:hover .yqgk5-hoticon.addr img{
transform: translateY(-5px);
}
.tzgg2 .tzgg2-rlink li:hover .tzgg2-rlinkicon img,
.tzgg2 .tzgg2-bot li:hover .tzgg2-bicon img {
transform: rotateY(180deg);
}
.section1 .section1-icon img,
.section3 .section3-icon img,
.section7 .section7-logoimg img,
.section8 .section8-icon img,
.icon img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

.rich_media_content {
visibility: initial !important;
}

.rich_media_content * {
max-width: 100% !important;
box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
word-wrap: break-word !important;
}

.rich_media_title {
font-size: 22px;
line-height: 1.4;
margin-bottom: 14px;
}

.not_in_mm .rich_media_meta_list {
position: relative;
z-index: 1;
}

.rich_media_meta_list {
margin-bottom: 22px;
line-height: 20px;
font-size: 14px;
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.rich_media_meta_list em {
font-style: normal;
}

.rich_media_meta_text {
color: rgba(0,0,0,0.3);
}

.contact {
text-align: center;
}

.contact-ul {
width: 40%;
text-align: left;
background-color: white;
margin-right: 60%;
padding: 30px 30px;
box-shadow: 0px 0px 46px 0px rgb(55 55 55 / 10%);
}

.contact-ul li {
margin-bottom: 13px;
}

.contact-ul li h5, .contact-ul li h5 a {
font-size: 18px;
line-height: 26px;
color: #0066b3;
font-family: "ArialMT";
}

.contact-ul li p {
font-size: 16px;
line-height: 24px;
font-family: "ArialMT";
}

.contact-ul li img {
width: 160px;
display: inline-block;
}

.contact-ul li .tel {
color: #0066b3;
/* font-size: 21px; */
}

.contact-iframe {
height: 100%;
width: 60%;
position: absolute;
top: 0;
left: 40%;
}


@media screen and (max-width: 767px) {
.contact-ul {
width: 100%;
margin: auto;
}

.contact-iframe {
position: static;
width: 100%;
left: 0;
height: 500px;
}
}
.v-msg {
position: fixed;
width: 500px;
bottom: 20%;
display: none;
z-index: 999;
}

.v-msg-on { /* border: 27px solid white; */
display: block;
}

.index-video {
width: 100%;
border: 26px solid white;
}

.v-msg-gb {
text-align: center;
/* background-color: white; */
position: absolute;
right: 6px;
top: 6px;
cursor: pointer;
}

.v-msg-gb img {
width: 18px;
}

.pro-video {
width: 100%;
}

.pro-qh {
display: none;
overflow: hidden;
height: 390px;
overflow: hidden;
}

.pro-qh-on {
display: block;
}

.pro-anniu {
text-align: center;
height: 40px;
margin-top: 20px;
}

.pro-anniu p {
display: initial;
background-color: #b5b5b5;
padding: 10px 15px;
color: white;
margin: 10px;
border-radius: 4px;
cursor: pointer;
}

.pro-anniu p:hover {
color: white;
background-color: #49b231;
}

.pro-anniu .pro-anniu-on {
color: white;
background-color: #49b231;
}


@media (max-width: 1659px) {

.pro-qh {
overflow: hidden;
height: 390px;
overflow: hidden;
}
}

@media (max-width: 1459px) {

.pro-qh {
overflow: hidden;
height: 360px;
overflow: hidden;
}
}

@media (max-width: 1259px) {

.pro-qh {
overflow: hidden;
height: 310px;
overflow: hidden;
}
}

@media (max-width: 767px) {
.v-msg-on { /* border: 27px solid white; */
display: block;
}

.v-msg {
position: fixed;
width: 50%;
bottom: 20%;
display: none;
z-index: 999;
}

.v-msg-on { /* border: 27px solid white; */
display: block;
}

.index-video {
width: 100%;
border: navajowhite;
border-right: 25px solid white;
}

.v-msg-gb {
text-align: center;
/* background-color: white; */
position: absolute;
right: 4px;
top: 40%;
cursor: pointer;
}

.v-msg-gb img {
width: 18px;
}
}
