body { color:#666; font-size:16px; font-family:"barlowM","Harmony","Arial","pingfang","Microsoft YaHei","瀹嬩綋"; -webkit-tap-highlight-color: transparent; }
*{-webkit-tap-highlight-color: transparent;outline:none;}
html{ overflow-y:scroll;}
html.noscroll{ overflow: hidden; }
form,div,body,img,p,img,dl,dt,dd,h2,h1,h3{ margin:0px; padding:0px; border:0; }
a:link{ text-decoration:none; behavior:url(/scripts/blur.htc);}
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none;}
a:focus { -moz-outline-style: none; }
a:active{ outline:none; text-decoration:none;}
em,i{ font-style:normal; }
ul,li{ list-style:none; margin:0; padding:0;}
input,textarea,select{ color:#333; margin:0; padding:0; font-size:12px; font-family:Arial; vertical-align:middle;}
input:focus,textarea:focus{ outline:none;}
/*鍒犻櫎鐏嫄涓嬫寜閽粯璁ゆ牱寮?/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
	border:none; padding:0;
}

/*娴姩*/
.clearboth:after{ display:block; clear:both; content:""; overflow:hidden; height:0; }
.clearboth{ *zoom:1;}
.float_l{ float:left;}
.float_r{ float:right;}


/*瀛椾綋*/
.Arial { font-family:Arial;}
.YaHei { font-family:"microsoft yahei","瀹嬩綋";}
@font-face {
    font-family: "barlow";
    src: url("../css/Barlow-Bold.otf") format("truetype");
}
@font-face {
    font-family: "barlowM";
    src: url("../css/Barlow-Medium.otf") format("truetype");
}
@font-face {
    font-family: "Harmony";
    src: url("../css/HarmonyOS.ttf") format("truetype");
}

/*涓婁笅闂磋窛*/
.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb18{ margin-bottom:18px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb35{ margin-bottom:35px;}
.mb40{ margin-bottom:40px;}
.mb45{ margin-bottom:45px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb80{ margin-bottom:80px;}
.mb100{ margin-bottom:100px;}
.pt10{ padding-top: 10px; }

/*鍏敤*/
.div100{ width:100%;}
.B{ font-weight:bold;}
.Text_l{ text-align:left;}
.Text_r{ text-align:right;}
.Text_c{ text-align:center;}
.animate{ transition:all ease 0.3s; }
.flexbox{ display: flex; }

.container{ max-width: 1920px; margin: 0 auto; overflow: hidden; width: 100%; padding-bottom: 150px; }
.all{ width:1600px; margin:0 auto; }
.mainH2{ font-size: 40px; color: #000; text-align: center; }

.mainHead{ position: fixed; width: 100%; height: 100px; z-index: 100010; transition: all 0.3s ease; }
.mainHead>.all{ position: relative; height: 100%; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; background: #fff; }
.mainHead.active>.all{ box-shadow: 0 5px 10px rgba(80,80,80,.3); height: 100px; } 
.mainHead .mainLogo{ position: absolute; left: 50px; top: 0; width: 185px; height: 100%; }
.mainHead .mainLogo a{ display: block; height: 100%; background: url(../images/mainLogo.png) no-repeat center; background-size: auto 100%; }
.mainHead .mainMenu{ position: absolute; right: 50px; top: 0; height: 100%; color: #fff; z-index: 2; }
.mainHead .mainMenu .li{ float: left; position: relative; height: 100%; margin-right: 20px; }
.mainHead .mainMenu .li a{ display: block; position: relative; height: 100%; font-size: 16px; color: #000;; padding: 0 20px; line-height: 100px; transition: all 0.3s ease; }
.mainHead .mainMenu .li a::after{ position: absolute; border-radius: 8px; content: ''; width: 8px; left: 0; top: 50%; margin-top: -4px; height: 8px; background: #2e69b3; transition: all 0.5s ease; transform: scale(0); }
.mainHead .mainMenu .li a.active::after{ transform: scale(1); }
.mainHead .mainMenu .li a:hover,.mainHead .mainMenu .li a.active{ color: #2e69b3; }
.mainHead .mainMenu .login{ color: #fff; float: left; display: inline-block; padding: 0 50px 0 18px; line-height: 46px; transition: all 0.3s ease; background: #193174; position: relative; border-radius: 50px; margin-top: 27px; }
.mainHead .mainMenu .login::after{ content: ''; position: absolute; right: 20px; width: 20px; height: 100%;background: url(../images/user.png) no-repeat center; }

.mainHead .mainBtn{ position:absolute; right:20px; top:30px; width:24px; height:18px; z-index:2; cursor:pointer; visibility: hidden; opacity: 0; }
.mainHead .mainBtn span{ display:block; width:100%; height:2px; background:#000; position:absolute; left:0; }
.mainHead .mainBtn .sp1{ top:0; transform:translateX(0); }
.mainHead .mainBtn .sp2{ top:8px; background:none; transform:rotateY(0); }
.mainHead .mainBtn .sp2 em{ display:block; background:#000; height:2px; }
.mainHead .mainBtn .sp3{ bottom:0; transform:translateX(0); }
.mainHead .mainBtn:hover .sp2 em{ animation: btnmove .5s linear 0s normal forwards 1; }
.mainHead.cur .mainBtn .sp1{ transform:translateX(-100%); transition:all ease 0.3s; opacity:0; }
.mainHead.cur .mainBtn .sp2{ transition:all 0.3s ease 0.1s; transform:rotateY(90deg); }
.mainHead.cur .mainBtn .sp3{ transform:translateX(100%); transition:all ease 0.3s; opacity:0; }

.mainHead .mainClose{ visibility: hidden; opacity: 0; position:absolute; z-index: 1; width:26px; right:20px; top:30px; height:18px; cursor:pointer; transform:rotate(0); }
.mainHead.cur .mainClose{ z-index: 3; opacity: 1; transition: all 0.4s ease 0.5s; }
.mainHead .mainClose span{ display:block; height:2px; top:50%; margin-top:-1px; background:#272727; position:absolute; width:100%; transform:rotate(0); }
.mainHead.cur .mainClose span.sp1{ transform:rotate(45deg); transition:all 0.3s ease 1s; }
.mainHead.cur .mainClose span.sp2{ transform:rotate(-45deg); transition:all 0.3s ease 1s; }

.slideMenu{ position: fixed; width: 100%; z-index: 1; left: 0; background: #fff; box-shadow: 0 5px 10px rgb(31 67 144 / 30%); top: 100px; transition: all 0.3s ease; opacity: 0; transition: all 0.3s ease; visibility: hidden; transform: translateY(20px); }
.slideMenu.cur{ opacity: 1; visibility: visible; transform: translateY(0); }
.slideMenu.active{ top: 100px; }
.slideMenu .cutbox{ display: none; padding: 50px 0; }
.slideMenu .flexbox{ align-items: center; justify-content: space-between; }
.slideMenu .imgbox{ width: 20%; margin-right: 5%; }
.slideMenu .imgbox img{ width: 100%; }
.slideMenu .btnbox{ width: 60%; }
.slideMenu .btnbox a{ margin-right: 5%; font-size: 24px; color: #000; position: relative; padding: 20px 10px; }
.slideMenu .btnbox a::after{ position: absolute; content: ''; width: 100%; left: 0; bottom: 0; height: 1px; background: #2e69b3; width: 0; transition: all 0.3s ease; }
.slideMenu .btnbox a:hover{ color: #2e69b3; }
.slideMenu .btnbox a:hover::after{ width: 100%; }
.slideMenu .title{ width: 200px; }
.slideMenu .title h3{ font-size: 34px; color: #000; font-weight: normal; margin-bottom: 15px; }
.slideMenu .title .en{ opacity: 0.16; color: #000; font-size: 40px; font-family: "Arial"; font-weight: 900; }

.ziMenu{ position:fixed; width:40%; height:100%; padding-top: 80px; box-sizing: border-box; z-index:1002; top:0; right:-40%; transition:all 0.4s ease 0.2s; display: none; background:#fff; }
.ziMenu.cur{ transition:all 0.4s ease 0.3s; right: -1px; }
.ziMenu .bg{ position: absolute; top: 120px; bottom: 40px; width: 100%; overflow-y: auto; }
.ziMenu ul{ margin-bottom: 10px; line-height: 40px; padding-left: 20px; }
.ziMenu li{ font-size: 16px; padding-left: 20px; }
.ziMenu li a{ color: #000; transition: all 0.3s ease; font-size: 18px; }
.ziMenu li a:hover{ color: #2e69b3; }
.ziMenu .language{ color: #000; padding: 40px 0 0 40px; font-size: 16px; }
.ziMenu .language a{ margin: 0 20px; color: #333; vertical-align: middle; }
.ziMenu .language a.active{ color: #2e69b3; }
.mainMask{ width: 100%; height: 100%; z-index: 1001; background: rgba(0,0,0,.3); visibility: hidden; opacity: 0; left: 0; top: 0; position: fixed; display: none; }

.mainFoot{ padding: 70px 0 90px; background: url(../images/footBg.jpg) no-repeat center; background-attachment: fixed; background-size: cover; margin-top: -150px; border-top-right-radius: 150px; position: relative; z-index: 1; color: #fff; overflow: hidden; }
.mainFoot .flexbox{ display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; }
.mainFoot .flexbox::after{ content: ''; position: absolute; width: 1px; height: 100%; background: url(../images/fline.png) repeat-y center; left: 50%; opacity: .35; }
.mainFoot .title{ font-size: 40px; margin-bottom: 40px; }
.mainFoot .message{ width: 40%; }
.mainFoot .formbox .li{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 15px; font-size: 22px; }
.mainFoot .formbox .sp{ width: 100%; position: relative; }
.mainFoot .formbox .inpbox{ width: 47%; position: relative; }
.mainFoot .formbox input{ border: none; width: 100%; box-sizing: border-box; background: #fff; height: 48px; border-radius: 10px; padding: 0 20px; transition: all 0.5s ease; font-size: 14px; border-radius: 48px; }
.mainFoot .formbox .code input{ padding-right: 120px; }
.mainFoot .formbox .code img{ position: absolute; right: 0; top: 0; height: 48px; width: 120px; border-top-right-radius: 48px; border-bottom-right-radius: 48px; }
.mainFoot .formbox textarea{ background: #fff; padding: 20px; box-sizing: border-box; width: 100%; resize: none; font-size: 14px; height: 110px; border-radius: 18px; border: none; }
.mainFoot .formbox textarea:focus{ border-color: #008aff; }
.mainFoot .formbox .sub{ padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.mainFoot .formbox .sub span{ line-height: 48px; }
.mainFoot .formbox button{ border: none; background: #193174; color: #fff; border-radius: 48px; width: 140px; height: 48px; cursor: pointer; font-size: 16px; transition: all 0.3s ease; }
.mainFoot .formbox button:hover{ opacity: 0.8; }
.mainFoot .contact{ width: 40%; }
.mainFoot .contact .li{ padding-left: 45px; position: relative; display: flex; align-items: center; min-height: 35px; margin-bottom: 25px; line-height: 24px; }
.mainFoot .contact .li::after{ content: ''; top: 50%; left: 0; margin-top: -17px; position: absolute; width: 35px; height: 35px; border-radius: 35px; }
.mainFoot .contact .li a{ color: #fff; }
.mainFoot .contact .li1::after{ background: #fff url(../images/fIcon1.png) no-repeat center; }
.mainFoot .contact .li2::after{ background: #fff url(../images/fIcon2.png) no-repeat center; }
.mainFoot .contact .li3::after{ background: #fff url(../images/fIcon3.png) no-repeat center; }
.mainFoot .contact .code{ padding-top: 20px; }
.mainFoot .contact .code img{ margin-bottom: 5px; }
.mainCopy{ background: #132939; padding: 90px 0 70px; }
.mainCopy .flexbox{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.mainCopy .flexbox img{ height: 76px; }
.mainCopy .flexbox .menu{ margin-bottom: 25px; }
.mainCopy .flexbox .menu a{ color: #fff; }
.mainCopy .flexbox .menu a:hover{ color: #008aff; }
.mainCopy .flexbox .menu span{ margin: 0 50px; }
.mainCopy .flexbox p{ font-size: 14px; color: #999; text-align: right; }

.mainPage .flexbox{ justify-content: space-between; align-items: center; }
.mainPage .flexbox .prev{ padding-left: 25px; background: url(../images/index/more4.png) no-repeat left; color: #999; transition: all 0.3s ease; }
.mainPage .flexbox .prev:hover{ background: url(../images/index/more5.png) no-repeat left; color: #193174; }
.mainPage .flexbox .next{ padding-right: 25px; background: url(../images/index/more3.png) no-repeat right; color: #999; transition: all 0.3s ease; }
.mainPage .flexbox .next:hover{ background: url(../images/index/more2.png) no-repeat right; color: #193174; }
.mainPage .flexbox .btn a{ margin: 0 14px;  font-size: 18px; position: relative; width: 18px; display: inline-block; color: #000; text-align: center; }
.mainPage .flexbox .btn a.active,.mainPage .flexbox .btn a:hover{ color: #193174; }
.mainPage .flexbox .btn a::after{ content: ''; position: absolute; height: 0; width: 100%; bottom: -18px; background: #193174; left: 0; transition: all 0.3s ease; }
.mainPage .flexbox .btn a:hover::after,.mainPage .flexbox .btn a.active::after{ height: 2px; }
.mainPage .flexbox .back{ display: inline-block; position: relative; border: 1px solid #999; color: #999; padding: 0 50px 0 30px; line-height: 46px; transition: all 0.3s ease; border-radius: 50px; }
.mainPage .flexbox .back::after{ content: ''; position: absolute; width: 12px; height: 100%; right: 30px; top: 0; background: url(../images/index/more3.png) no-repeat right; transition: all 0.3s ease; }
.mainPage .flexbox .back:hover{ color: #183073; border: 1px solid #183073; }
.mainPage .flexbox .back:hover::after{ background: url(../images/index/more2.png) no-repeat right; }

.scrollTop{ position: fixed; bottom: 100px; right: 60px; width: 45px; height: 45px; background: #fff; color: #193174; font-size: 14px; border-radius: 50px; padding-top: 20px; box-sizing: border-box; text-align: center; cursor: pointer; font-family: Arial; transition: all 0.3s ease; z-index: 100; display: none; }
.scrollTop:hover{ opacity: 0.8; }
.scrollTop::after{ position: absolute; content: ''; width: 12px; height: 12px; transform: rotate(-90deg); top: 5px; left: 50%; margin-left: -6px; background: url(../images/index/more2.png) no-repeat center; }
.scrollTop::before{ content: ''; position: absolute; width: 59px; height: 59px; left: -7px; top: -7px; background: #fff; opacity: 0.19; border-radius: 60px; }
.videoMask{ position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 100011; background: rgba(0,0,0,0.4); }
.videoFix{ position: fixed; width: 900px; background: #000; max-width: 90%; margin: -225px 0 0 -450px; top: 50%; left: 50%; z-index: 100011; }
.videoFix .close{ position: absolute; right: -40px; top: -40px; width: 30px; height: 30px; cursor: pointer; background: url(../images/close2.png) no-repeat center; background-size: 80%; }
.videoFix .close:hover{ transform: rotate(180deg); transition: all 0.5s ease; }
.videoFix video{ width: 100%; }
.messageBtn{ position: fixed; z-index: 100; right: 0; bottom: 200px; width: 125px; height: 125px; border-radius: 20px; background: #fff; box-shadow: 0 5px 20px rgb(48 163 221 / 20%); text-align: center; display: flex; align-content: center; flex-wrap: wrap; cursor: pointer; }
.messageBtn p{ width: 100%; font-size: 18px; color: #193174; }
.messageBtn span{ display: block; width: 100%; height: 34px; background: url(../images/message.png) no-repeat center; margin-bottom: 10px; }

.messageBtn02{
    bottom:64px;
}
.messageBtn02 span{
    background: url(../images/ESS.png) no-repeat center;
}


@media only screen and (max-width: 1700px) {
    .all{ width: 1500; }
}
@media only screen and (max-width: 1580px) {
    .all{ width: 1400px; }
    .mainHead>.all{ width: 96%; }
    .slideMenu .btnbox a{ font-size: 18px; }
    .slideMenu .title{ width: 140px; }
    .slideMenu .title h3{ font-size: 24px; margin-bottom: 20px; }
    .slideMenu .title .en{ font-size: 28px; }
    .mainCopy .flexbox img{ height: 55px; }
    .mainCopy .flexbox .menu span{ margin: 0 30px; }
}
@media only screen and (max-width: 1480px) {
    .all{ width: 1300px; }
}
@media only screen and (max-width: 1380px) {
    .all{ width: 1200px; }
}
@media only screen and (max-width: 1260px) {
    .all{ width: 100%; padding: 0 20px; box-sizing: border-box; }
    .mainHead .mainMenu{ right: 20px; }
    .mainHead .mainMenu li{ margin-right: 20px; }
}
@media only screen and (max-width: 1120px) {
    .scrollTop{ display: none !important; }
    .mainMenu,.slideMenu{ display: none; }
    .mainHead .mainBtn{ opacity: 1; visibility: visible; }
    .mainMask{ visibility: visible; opacity: 1; }
    .mainHead,.mainHead.active,.mainHead.active>.all{ height: 80px; }
    .mainHead .mainBtn span,.mainHead .mainBtn .sp2 em{ background: #193174; }
    .mainHead.active .mainBtn span,.mainHead.active .mainBtn .sp2 em{ background: #193174; transition: all 0s; }
    .mainHead .mainClose{ visibility: visible; }
    .ziMenu{ display: block; }
    .mainHead .mainLogo{ width: 150px; left: 20px }
    .mainHead .mainLogo a{ background-size: auto 90% !important; }
    .mainCopy .flexbox{ justify-content: center; }
    .mainCopy .flexbox img{ margin-bottom: 30px; }
    .mainCopy .flexbox p{ text-align: center; }
}
@media only screen and (max-width: 840px) {
    .mainCopy .flexbox .menu span{ margin: 0 20px }
    .mainFoot .message{ width: 100%; margin-bottom: 20px; }
    .mainFoot .contact{ width: 100%; }
    .mainFoot .message::after{ bottom: 0; left: 0; width: 100%; height: 1px; background: url(../images/fline2.png) repeat-x center; }
    .mainFoot .flexbox::after{ display: none; }
    .mainFoot .contact .code{ text-align: center; }
}
@media only screen and (max-width: 510px) {
    .mainFoot{ padding: 40px 0 }
    .ziMenu{ width: 60%; right: -60%; }
    .mainCopy{ padding: 20px 0 }
    .mainCopy .flexbox .menu{ display: none; }
    .mainCopy .flexbox img{ height: 50px; margin-bottom: 10px; }
    .mainCopy .flexbox p{ font-size: 12px; }
    .mainFoot .formbox .li{ margin-bottom: 0; }
    .mainFoot .formbox .inpbox{ width: 100%; margin-bottom: 15px; }
    .container{ padding-bottom: 0 }
    .mainFoot{ margin-top: -40px; border-top-right-radius: 40px; }
    .mainFoot .title{ font-size: 24px; margin-bottom: 25px; }
    .mainFoot .formbox button{ height: 40px; }
    .mainFoot .contact .li{ margin-bottom: 20px; }
    .mainFoot .contact .code img{ width: 80px; }
    .mainFoot .message{ border-bottom: 1px dashed #fff; }
    .mainFoot .formbox .sub span{ line-height: 30px; margin: 10px 0 20px; }
    .messageBtn{ display: none; }
}
@keyframes btnmove {
	0%{ transform:rotate(0); }
    20%{ transform:rotate(5deg); }
    40%{ transform:rotate(-5deg); }
    60%{ transform:rotate(5deg); }
    80%{ transform:rotate(-5deg); }
    100%{ transform:rotate(0); }
}