﻿@charset "utf-8";
@font-face {
  font-family: 'MyFont';
  src: url('aRegular.ttf')
}
@font-face {
  font-family: 'MyFontB';
  src: url('aBold.ttf')
}
@font-face {
  font-family: 'MyFontL';
  src: url('aLight.ttf')
}
.MyFontL{ font-family: 'MyFontL'; }
.MyFontB{ font-family: 'MyFontB'; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea{ margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 'MyFont', "Microsoft YaHei", sans-serif, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB" }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, i, var { font-style: normal; }
ul, ol { list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align: bottom; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; resize: none; }
textarea{resize:none;border:none;-webkit-appearance:none;border-radius:0;}
input[type=text] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=submit] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=reset] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a { text-decoration: none; outline: none; /*transition-duration: 0.3s, 0.3s;*/ }
.hidden { display: none; }
.invisible { visibility: hidden; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.fn{ float:none; }
.hide{ display:none; }
.show{ display:block; }
.noBg { background: none !important; }
.noBorder { border: none !important; }
.noMg { margin: 0!important; }
.mr0{ margin-right:0 !important; float:right !important;}
p[style='color:red;font-weight:600'] { display:none!important; }
/*.info{text-align: justify; text-justify: inter-ideograph;}*/
html {
  scroll-behavior: smooth;
}
/*Body*/
body {  margin: 0 auto; width: 100%; background: #fff; color:#555; overflow-x: hidden; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #333; }
a:hover { color: #355190; }


.wrapper { position:relative; width:100%; height: 100%; margin:0 auto; }
.nr {width: 1480px; margin: 0 auto; }
@media (max-width: 1600px){
    .nr {width: 1200px;}
}
@media (max-width: 1200px){
    .nr { width:92%}
}
.header{ width:100%; position:absolute; left:0; top:0; z-index:2; height:50px; z-index: 98; transition: all 0.5s; background: linear-gradient(1turn,rgba(255,255,255,0.12),rgba(255,255,255,.4) 89.42%);  -webkit-backdrop-filter: blur(20px);  backdrop-filter: blur(20px);  color: #fff;}
.header .nr{ width: 94%; height: 100%;}
.header .nr .logo{ height:100%; float:left;}
.header .nr .logo a{ display:flex; align-items: center; height:100%; width: 100%; justify-content: center; box-sizing: border-box;}
.header .nr .logo a img{ display:block; height:29px}
.header .nr .logo a .img1{ display:block;}
.header .nr .logo a .img2{ display:none;}
.header .rt{ float: right; height: 100%; display: flex; align-items: center; position: relative;}
.header .rt .menu{ display: none;}
.header .rt .xxx { position: relative; height: 100%; display: flex; align-items: center; margin-left: 20px;}
.header .rt .xxx a{ display: flex; align-items: center ; justify-content: center; height:34px; width: fit-content; font-size: 16px; color: #fff; background: #355190; border-radius: 3px; padding: 0 10px;}
.header .rt .lan{ position: relative; height: 100%; display: flex; align-items: center; margin-left: 20px;}
.header .rt .lan a{ display: block; font-size: 16px; color: #fff;}
.header .rt .sea{ width: 18px; height: 100%; background: url(g_03.png) center center no-repeat; background-size: 100%; cursor: pointer; margin-left: 20px;}
.header .rt .phone{ display: flex; align-items: center;}
.header .rt .phone a{ display: block; background: url(g_02.png) left center no-repeat; background-size:17px; padding-left: 25px; font-size: 16px; color: #fff;}
.header .nr .nav{ height:100%; float: left; margin-left: 7%; }
.header .nr .nav ul{ height:100%; display:flex; width: 100%; justify-content: space-evenly;}
.header .nr .nav ul li{ height:100%; position: relative; margin-right: 45px;}
.header .nr .nav ul li>a{ color:#fff;display:flex; align-items: center; justify-content: center; height:100%; font-size:16px; position:relative; text-align: center; line-height: 1;}
.header .nr .nav ul li.on>a,.header .nr .nav ul li:hover>a{ color:#355190!important;}
.header .nr .nav ul li .nav_down{ width:160px; position:absolute; left:50%; margin-left:-80px; top:100%; z-index:2; display:none}
.header .nr .nav ul li .nav_down dl{ background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); border-radius:0 0 10px 10px; overflow: hidden;}
.header .nr .nav ul li .nav_down a{ display:block; width:100%; text-align:center; padding:12px 0; font-size:14px; border-bottom: 1px solid rgba(0,0,0,0.1); color: #333; position: relative;}
.header .nr .nav ul li .nav_down dd:last-child a{ border-bottom: 0;}
.header .nr .nav ul li .nav_down a:hover{ color:#355190}
.header .nr .nav ul li .nav_down a::after{ content: ""; display: block; width: 0; height: 1px; background: #355190; position: absolute; left: 0; bottom: 0px; transition: all 0.3s linear;  }
.header .nr .nav ul li .nav_down a:hover::after{ width: 100%;}
.header:hover,
.header.white,
.header.white2{ background: #fff;}
.header:hover .nr .logo a .img2,
.header.white .nr .logo a .img2,
.header.white2 .nr .logo a .img2{ display:block;}
.header:hover .nr .logo a .img1,
.header.white .nr .logo a .img1,
.header.white2 .nr .logo a .img1{ display:none;}
.header:hover .nr .nav ul li>a,
.header.white .nr .nav ul li>a,
.header.white2 .nr .nav ul li>a{ color:#333;}
.header:hover .rt .lan a,
.header.white .rt .lan a,
.header.white2 .rt .lan a{ color: #333;}
.header:hover .rt .sea,
.header.white .rt .sea,
.header.white2 .rt .sea{ background: url(g_03_2.png) center center no-repeat; background-size: 100%;}
.header:hover .rt .phone a,
.header.white .rt .phone a,
.header.white2 .rt .phone a{ background: url(g_02_2.png) left center no-repeat; background-size:17px; color: #333;}
.header.white2{ position: relative; box-shadow: 0 4px 4px rgba(0,0,0,.05);}
.header.white{ position: fixed; box-shadow: 0 4px 4px rgba(0,0,0,.05);}


@media (max-width: 1200px){
    .header .nr .menu{ width: 20px; height: 100%; background: url(g_01x.png) center center no-repeat; background-size: 100%; display: block; margin-left: 20px;}
    .header:hover .nr .menu,
    .header.white .nr .menu{ background: url(g_01x_2.png) center center no-repeat; background-size: 100%;}
    .header.white2 .nr .menu{ background: url(g_01x_2.png) center center no-repeat; background-size: 100%;}
    .header .nr .nav{ display: none;}
    .header .rt .xxx{ display: none;}

}
@media (max-width: 750px){
    .header .nr .menu{ width: 16px; margin-left: 12px;}
    .header .nr .lan{ margin-left: 12px;}
    .header .rt .sea{ width: 16px;  margin-left: 12px;}
    .header .rt .phone a{ background-size:18px!important; padding-left: 25px; font-size: 14px;}
}
.slide_box { background: #fff; width: 650px; height: 100% ; box-sizing:border-box; position: fixed; right: 0; top: 0; padding: 50px 50px 50px 50px; box-sizing: border-box; z-index: 999; transform: translateY(-100%);transition: all .6s; z-index: 101; }
.slide_box.active { transform: translateY(0);}
.z_mask { width: 0%; height: 100%; position: fixed;  left: 0; top:0; background: rgba(0,0,0,.8); transition: all .8s; z-index: 101; opacity:0 }
.z_mask.active {width: 100%; }
.slide_nav{ width:100%; height:100%; overflow-y:auto; position:relative; border-top:1px solid #f0f0f0}
.slide_box .close{ width:50px; height:66px; position:absolute; right:0; top:0; cursor:pointer; z-index:2; background:url(close.png) center center no-repeat; background-size:16px}
.slide_nav li { border-bottom:1px solid #f0f0f0;position:relative }
.slide_nav li .jia{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(plus.png) center center no-repeat; display:none; cursor:pointer}
.slide_nav li .jia.on{ display:block; background-size:16px}
.slide_nav li .jian{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(reduce.png) center center no-repeat; display:none; cursor:pointer; background-size:16px}
.slide_nav li .jian.on{ display:block}
.slide_nav li.tel>a{ color:#d95715}
.slide_nav li.tel>a i{ font-family:Arial; vertical-align:top; font-weight:bold}
.slide_nav li>a {display: block;height: 45px;color: #333;line-height: 45px;padding-left: 10px;font-size: 16px;}
.slide_nav .nav_down { display:none; }
.slide_nav .nav_down a {display: block;height: 36px;color: #333;line-height: 36px;padding-left: 34px;font-size: 14px; background:url(reduce.png) 15px center no-repeat; background-size: 10px;}
.slide_nav .nav_down a:before {}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #355190;}
.slide_nav li a:hover{ color: #355190;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}
.slide_nav li .lk{ display: inline-block; vertical-align: top; line-height: 45px; font-size: 15px; color: #333; padding: 0 4% }
.slide_nav li .lk a{ color: #333 }
.slide_nav li .lk a:hover { color: #f26c2a;}
@media all and (max-width:1200px){
	.slide_box{}
	.slide_box { width:100%; padding:66px 0 30px; }
	.z_mask{ }
}




.sea_on{ width:100%; height:100%; left:0; top:0; background:rgba(00,00,00,0.5); position:fixed; z-index:99; display:none}
.sea_on .s1{ width:400px; height:68px; position:absolute; left:50%; margin-left:-200px; top:50%; margin-top:-34px; background:#fff}
.sea_on .s1 .inp1{ width:200px; height:68px; border:0; position:absolute; left:10px; top:0; font-size:14px;}
.sea_on .s1 .inp2{ width:76px; height:68px; background:url(sea.png) center center no-repeat #355190; position:absolute; right:0; top:0; cursor:pointer} 
.sea_on .s1 .gb{ width:30px; height:30px; background:url(gb.png) center center no-repeat; background-size:30px; position:absolute; right:0; top:-50px; cursor:pointer}
@media (max-width:1200px) {
	.sea_on .s1{ width:300px; height:48px;margin-left:-150px;margin-top:-24px;}
	.sea_on .s1 .inp1{ width:180px; height:48px;}
	.sea_on .s1 .inp2{ width:76px; height:48px;} 
	.sea_on .s1 .gb{ width:24px; height:24px; background:url(gb.png) center center no-repeat; background-size:24px; position:absolute; right:0; top:-30px; cursor:pointer}
}


.video{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:99; background:rgba(00,00,00,0.6); display:none}
.video .s1{position:absolute; left:50%;  top:50%; transform:translate(-50%,-50%)}
.video .s1 video{ width:auto; height:60vh}
.video .s1 .gb{ background:url(gb.png) center center no-repeat; width:30px; height:30px; background-size:30px; position:absolute; right:0; top:-40px; cursor:pointer}
@media (max-width:1200px) {
	.video .s1 video{ width:90vw; height:auto}
}


.videos{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:99; background:rgba(00,00,00,0.6); display:none}
.videos .s1{ width: 100%; height: 100%;}
.videos .s1 video{ width:100%; height:100%; object-fit: cover}
.videos .s1 .gb{ background:url(gb.png) center center no-repeat; width:30px; height:30px; background-size:30px; position:absolute; right:0; top:0; cursor:pointer}
@media (max-width:750px) {
    .videos .s1 video{ width:100%; height:100%; object-fit: contain}
}


.footer{ background: #000000; color: #fff;}
.footer a{ color: #fff;}
.footer .ft01{ padding: 120px 0 0;}
.footer .ft01 .nr{ display: flex; justify-content: space-between; align-items: flex-start;}
.footer .ft01 .lt .logo img{ height: 80px;}
.footer .ft01 .lt .t1{ font-size: 18px; line-height: 1; margin-top: 60px;}
.footer .ft01 .lt .t2{ font-size: 18px;  margin-top: 20px; width: 275px;}
.footer .ft01 .lt .t2 a{ font-size: 30px;}
.footer .ft01 .lt .t2 p{ line-height: 1.6; margin-bottom: 5px;}
.footer .ft01 dl dt{ font-size: 18px; line-height: 1; margin-bottom: 30px;}
.footer .ft01 dl dt a{ color: #fff;}
.footer .ft01 dl dd{ font-size: 16px; line-height: 1; margin-bottom: 20px;}
.footer .ft01 dl dd a{ color: #686868;}
.footer .ft01 dl dd a:hover{ color: #fff;}
.footer .ft02{ margin-top: 80px;}
.footer .ft02 .in{ display: flex; flex-direction: row-reverse;}
.footer .ft02 .in .pp{ display: flex;}
.footer .ft02 .in .pp .ewm{ position: relative; margin-left: 22px; cursor: pointer;}
.footer .ft02 .in .pp .ewm .ico img{ width: 20px;}
.footer .ft02 .in .pp .ewm .pic{ position: absolute; width: 120px; left: 50%; transform: translateX(-50%); bottom: 100%; padding-bottom: 5%; visibility: hidden; opacity: 0; transition: all 0.3s;}
.footer .ft02 .in .pp .ewm .pic img{ width: 100%;}
.footer .ft02 .in .pp .ewm:hover .pic{ opacity: 1; visibility: visible;}
.footer .ft02 .in .pp .ewm .pic i{ display: none;}
.footer .ft03 .nr{ margin-top: 25px; padding: 25px 0; border-top: 1px solid rgba(104,104,104,0.5); font-size: 16px; color: #686868; line-height: 2;}
.footer .ft03 .nr a{ color: #686868; }
.footer .ft03 .nr a:hover{ color: #fff; }
@media (max-width:1600px) {
    .footer .ft01{ padding: 80px 0 0;}
    .footer .ft01 .lt .logo img{ height: 70px;}
    .footer .ft01 .lt .t1{ font-size: 16px; margin-top: 50px;}
    .footer .ft01 .lt .t2{ font-size: 16px;  margin-top: 15px; width: 250px;}
    .footer .ft01 .lt .t2 a{ font-size: 26px;}
    .footer .ft01 dl dt{ font-size: 16px; margin-bottom: 30px;}
    .footer .ft01 dl dd{ font-size: 14px; margin-bottom: 20px;}
    .footer .ft02{ margin-top: 60px;}
    .footer .ft02 .in .pp .ewm{ margin-left: 20px;}
    .footer .ft03 .nr{ margin-top: 20px; padding: 20px 0; font-size: 14px;}
}
@media (max-width:1200px) {
    .footer .ft01{ padding:40px 0 0;}
    .footer .ft01 .lt .logo img{ height: 60px;}
    .footer .ft01 .lt .t1{ font-size: 14px; margin-top: 30px;}
    .footer .ft01 .lt .t2{ font-size: 14px;  margin-top: 15px; width: 100%;}
    .footer .ft01 .lt .t2 a{ font-size: 22px;}
    .footer .ft01 dl{ display: none;}
    .footer .ft02{ margin-top: 20px;}
    .footer .ft02 .in{  flex-direction: row;}
    .footer .ft02 .in .pp .ewm{ margin-left: 0; margin-right: 15px;}
    .footer .ft03 .nr{ margin-top: 20px; padding: 20px 0; font-size: 12px;}
}
@media (max-width:750px) {
    .footer .ft02 .in .pp .ewm .pic{ left: 0; transform: translateX(0); width: 100px;}
    .footer .ft01 .lt{ width: 100%;}
    .footer .ft01 .lt .logo{ text-align: center;}
    .footer .ft01 .lt .t1,.footer .ft01 .lt .t2{ text-align: center;}
    .footer .ft02 .in,.footer .ft02 .in .pp{ justify-content: center;}
    .footer .ft02 .in .pp .ewm:last-child{ margin-right: 0;}
    .footer .ft02 .in .pp .ewm .ico{ display: none;}
    .footer .ft02 .in .pp .ewm .pic{ position: relative; left: 0; bottom: 0; transform: translateX(0); opacity: 1; visibility: visible;}
    .footer .ft02 .in .pp .ewm .pic i{ display: block; text-align: center; font-size: 14px; color: #fff;}
    .footer .ft03 .nr{ text-align: center;}

}



.ggfix{ position: fixed; right: 1%; top: 50%; transform: translateY(-50%); width: fit-content; z-index: 98;}
.ggfix .item{ margin: 5px 0; width: 47px; position: relative;}
.ggfix .item .ico{ width: 100%; }
.ggfix .item .ico img{ width: 100%; }
.ggfix .item .pic{ position: absolute; width: 150px; right: 100%; top: 50%; transform: translateY(-50%); display: none; padding-right: 10px;}
.ggfix .item:hover .pic{ display: block;}
.ggfix .item .pic img{ width: 100%;}
.ggfix .item .title{ width: 200px; font-size: 20px; color: #355190 ; background: #fff; display: flex; align-items: center; justify-content: center; height: 40px; display: none; position: absolute; right: 110%; top: 50%; transform: translateY(-50%);}
.ggfix .item:hover .title{ display: flex;}

@media (max-width:1600px) {
    .ggfix .item{ width: 40px;}
}
@media (max-width:1200px) {
    .ggfix .item{ width: 30px;}
}




































