@charset "utf-8";
.wrapper{overflow: hidden;}
*,*:before,*:after{box-sizing:border-box}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td{margin: 0; padding: 0;}
body, button, input, select, textarea{font: 14px/1.5 微软雅黑, Arial, sans-serif;}
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; transition: all 0.3s;}
img { max-width: 100%; height: auto; }
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;}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; }
.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{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;}
input[type="button"],
input[type="submit"],
input[type="reset"]{-webkit-appearance: none;}
img{object-fit: cover;}
/*Body*/
body{color: #666; background:#fff;}
a{ color: #666;  }
/* a{ transition: all .3s linear;} */
a:hover{color: #003881;}
.g-in{width:1680px; margin:0 auto;}
.b-in{width:1200px; margin:0 auto;}
.s-in{width:1200px; margin:0 auto;}
.wrapper img{vertical-align:top;}
/* @media screen and (max-width: 1680px){.g-in{width: 1400px;}}
@media screen and (max-width: 1440px){.g-in{width: 1200px;}}
@media screen and (max-width: 1280px){.g-in{width: 92vw;}} */


@font-face {
    font-family: 'MyCustomFont'; /* 这里定义一个名称 */
    src: url('DINCOND-BOLD.OTF') format('woff2'), /* 指定字体文件的路径和格式 */
         url('DINCOND-MEDIUM.OTF') format('woff'); /* 支持多种格式以兼容不同浏览器 */
    font-weight: normal; /* 可选，定义字体的粗细 */
    font-style: normal; /* 可选，定义字体的样式，如斜体 */
  }


.header{position: relative;}
.topArea .cont{display: flex;justify-content: space-between;align-items: center; padding-top: 46px; /*position: fixed;left: 0;top: 0;width: 100%;*/z-index: 10;}
.topArea .icon .tle{color: #003881;font-size: 16px;line-height: 28px;font-weight: bold;padding-left: 38px;background: url(ico1.png) no-repeat left center;margin-left: 57px;position: relative;}
.topArea .icon .tle::after{content: "";left: -27px;top: 50%;margin-top: -15px;border-left: 1px solid #eee;height: 30px;position: absolute;}
.topArea .cont.white{background-color: white;}
.topArea .cont .logo{ width: 220px; }
.topArea .topLink{display: flex;justify-content: space-between;align-items: center;}
.topArea .topLink .toptxt{color: #fff;font-size: 23px;background: url(tell.png)no-repeat left center;padding-left: 35px;margin-left: 50px;background:none;}
.topArea .topLink .nav>ul{display: flex;justify-content: space-between;box-sizing: border-box;}
.topArea .topLink .nav>ul>li{height: 100px;line-height: 100px;text-align: center;margin-right: 80px;}
.topArea .topLink .nav>ul>li:last-child{margin-right: 0;}
.topArea .topLink .nav>ul>li>a{font-size: 16px;color: #ffffff;position: relative;z-index: 1;line-height: 100px;display: block;}
.topArea .topLink .nav .m1{position: relative;font-size: 16px;color: #fff;}
/* .topArea .topLink .nav .m1::before{} */

/* .topArea .topLink .nav>ul>li:hover>a{color: #fff; } */
.ban-swiper .swiper-slide-active .picBox img {-webkit-animation: scale 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);animation: scale 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);}
@keyframes scale
{
    0%{-webkit-transform: scale(1.1); transform: scale(1.1);}
}
@-webkit-keyframes scale  /*Safari Chrome*/
{
    0%{-webkit-transform: scale(1.1); transform: scale(1.1);}
}
@-moz-keyframes scale  /* Firefox */
{
    0%{-webkit-transform: scale(1.1); transform: scale(1.1);}
}
@-o-keyframes scale  /* Opera */
{
    0%{-webkit-transform: scale(1.1); transform: scale(1.1);}
}

.smBox{display: none;}
/* .topArea .topLink .nav li::after{content: '\20';position: absolute;right: 0;bottom: 27px;width: 0;height: 2px;background: #fff;transition: all 0.3s;background: url(icon10000.png) left center;height: 9px;width: 0;background-size: cover;} */

.topArea .topLink .nav li:hover::after{width: 94px;}
/* 
.topArea .topLink .nav .subNav{background: #fff; opacity: 0; visibility: hidden; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; position: absolute; width: 160px; padding: 18px 0 16px; -webkit-transform: translateY(34px); -moz-transform: translateY(30px); transform: translateY(34px); border-radius: 6px; left: 50%; margin-left: -77px; z-index: 2;}
.topArea .topLink .nav .subNav::before{content: ""; width: 15px; height: 15px; background: #fff; border-radius: 2px; position: absolute; left: 50%; margin-left: -8px; top: -5px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);}
.topArea .topLink .nav .subNav::after{content: "";position: absolute;left: 0;top: -18px;width: 100%;height: 100%;z-index: -1;}
.topArea .topLink .nav li:hover .subNav{visibility: visible;opacity: 1;-webkit-transform: translateY(0);-moz-transform: translateY(0);transform: translateY(10px);-webkit-box-shadow: 0 30px 60px 0 rgb(0 0 0 / 20%);box-shadow: 0 30px 60px 0 rgb(0 0 0 / 20%);}
.topArea .topLink .nav .subNav .m2{display: block;height: 40px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;line-height: 40px;font-size: 15px;color: #666;text-align: center;transition: all 0.3s;}
.topArea .topLink .nav .subNav .m2:hover{color: #1c5c9e;}
*/
.nav li .shownav {position:absolute;left: 50%;width: 160px;visibility:hidden;font-size:16px;z-index:1;top: 82px;border-radius: 5px;overflow: hidden;box-shadow: 0 0 10px #c8c8c8;padding: 12px;background: #fff;padding: 0;background: unset;margin-left: -80px;}
.nav li .shownav a { display: block;  padding:10px 10px; background: #fff; color:#000; line-height:20px; text-align:center;}

.nav li .shownav { transform:scale(0); }
.nav li .shownav a {opacity: 0;transform: rotateY(90deg);transition: all .4s ease;}
.nav li .shownav a:hover { color:#1c5c9e; font-weight: bold;}
.nav li:hover .shownav { visibility:visible; }
.nav li:hover .shownav{z-index:10; transform:scale(1);} 
.nav li:hover .shownav a{ opacity:1; transform:none; -webkit-transform:none; -moz-transform:none; -ms-transform:none; -o-transform:none; }
.nav li:hover .shownav a:nth-child(1){ transition-delay:0s}
.nav li:hover .shownav a:nth-child(2){ transition-delay:50ms}
.nav li:hover .shownav a:nth-child(3){ transition-delay:.1s}
.nav li:hover .shownav a:nth-child(4){ transition-delay:150ms}
.nav li:hover .shownav a:nth-child(5){ transition-delay:.2s}
.nav li:hover .shownav a:nth-child(6){ transition-delay:250ms}
.nav li:hover .shownav a:nth-child(7){ transition-delay:.3s}
.nav li:hover .shownav a:nth-child(8){ transition-delay:350ms}
.nav li:hover .shownav a:nth-child(9){ transition-delay:.4s}
.nav li:hover .shownav a:nth-child(10){ transition-delay:450ms}
.nav li:hover .shownav a:nth-child(11){ transition-delay:.5s}
.nav li:hover .shownav a:nth-child(12){ transition-delay:550ms}
.nav li:hover .shownav a:nth-child(13){ transition-delay:600ms}
.nav li:hover .shownav a:nth-child(14){ transition-delay:650ms}
.nav li:hover .shownav a:nth-child(15){ transition-delay:700ms}
.nav li:hover .shownav a:nth-child(16){ transition-delay:750ms}
.nav li:hover .shownav a:nth-child(17){ transition-delay:800ms}
.nav li:hover .shownav a:nth-child(18){ transition-delay:850ms}
.nav li:hover .shownav a:nth-child(19){ transition-delay:900ms}
.nav li:hover .shownav a:nth-child(20){ transition-delay:950ms}



.header .navbar{ height: 30px;width: 30px; margin-right: 20px; margin-left: 20px; display: none;}
.header .navbar .naviconBox{  height: 30px;width: 30px; border-radius: 36px; background-color: #1c5c9e; position: relative;}
.header .navbar .icon-bar{position: absolute;width: 16px;height: 1px;left: 7px;background: #fff;border-radius: 3px;}
.header .navbar .icon-bar:nth-child(1){top: 10px;transition: top .3s ease .4s, transform .3s ease;}
.header .navbar .icon-bar:nth-child(2){top: 15px;}
.header .navbar .icon-bar:nth-child(3){top: 20px;transition: top .3s ease .4s, transform .3s ease;}
body.z-open .header .navbar .icon-bar:nth-child(1){transition: top .3s ease, transform .3s ease;top: 15px; transform: rotate(45deg);}
body.z-open .header .navbar .icon-bar:nth-child(2){transition: background .3s ease 0s;background: transparent;}
body.z-open .header .navbar .icon-bar:nth-child(3){transition: top .3s ease, transform .3s ease;top: 15px; transform: rotate(-45deg);}

.m-nav {display: none;width: 100%;height: 0;right: 0;top: 0;background:#fff;background: rgba(0,0,0,.8);position:fixed;transform:translateZ(0px) rotate(0deg);transition: all 0.3s cubic-bezier(0.4, 0.01, .165, 0.99);z-index: 90;overflow: hidden;background: #f9f9f9;}
.m-nav h2 { margin:0 0 10px; padding:10px 0; border-bottom:1px solid #ddd; font-weight:bold; font-size:16px; line-height:30px; text-align:center;display: none;}
.m-nav li {position:relative;border-bottom: 1px solid #efefef;font-size: 16px;line-height:24px;}
.m-nav li.hasSubNav::before{position: absolute;right: 20px;top: 17px;content: '\20';width: 15px;height: 15px;background: url(pic_71.png) no-repeat center center;background-size: cover;font-family: '\5B8B\4F53';font-size: 20px;color: #fff;transition: all 0.4s;z-index: 10;}
.m-nav li a {display:block;color: #333;height: 56px;line-height: 56px;padding: 0 5%;position: relative;}
.m-nav li a:hover,.m-nav .current a {color: #333;}
.m-nav .m1{display: block;}
.m-nav .current:after { position:absolute; top:50%; left:0; width:5px; height:14px; margin-top:-7px;border-left: 2px solid #cd4f36; content:"";display: none;}
.m-nav li .subNav{display: none;background: #f6f6f6;padding: 0 7%;}
.m-nav li .subNav .m2{font-size: 15px; padding: 0; border-bottom: 1px dashed #e7e7e7;}
.m-nav li .subNav .item:last-child a{border-bottom: none;}
.m-nav li.showSubNav::before{transform: rotateZ(90deg);}
.m-nav .m-nav-close{text-align: center; margin-top: 10px; font-family: Arial; font-size: 28px; color: #1c5c9e; display: none; }

body.z-open .m-nav { height: 100vh; }
body.z-open .logo { opacity: 0; }
body.z-open .toptxt { opacity: 0; }


.footer{background: #434343;padding:0  0 0;position: relative;}
.footer .ft01 .bd .bd1{height: 150px;display: flex;align-items: center;justify-content: space-between;}
.footer .ft01 .bd .bd1 .m_pc{display: flex;}
.footer .ft01 .bd .bd1 .m_pc .pc{margin-right: 12px;}
.footer .ft01 .bd .bd1 .m_pc .pc:last-child{margin-right: 0;}
.footer::after{content: "";left: 0;top: 150px;border-bottom: 1px solid #4d4d4d;position: absolute;width: 100%;}
.footer .bd .bd2  {display: flex;}
.footer .bd .bd2 .bd2_a{width: calc(100% - 618px);}
.footer .bd .bd2 .bd2_b{width: 618px;padding: 50px 0 0 60px;box-sizing: border-box;}
.footer .bd .bd2 .bd2_b .desc .t1{color: #ffffff;font-size: 24px;line-height: 34px;}
.footer .bd .bd2 .bd2_b .mc {margin-top: 30px;}
.footer .bd .bd2 .bd2_b .mc .m1{color: #ffffff;opacity: 0.5;font-size: 16px;line-height: 31px;}
.footer .bd .bd2 .bd2_b .wx{display: flex;margin-top: 30px;}
.footer .bd .bd2 .bd2_b .wx .wx1:nth-child(1){margin-right: 43px;}
.footer .bd .bd2 .bd2_b .wx .wx1{display: flex;flex-direction: column;align-items: center;}
.footer .bd .bd2 .bd2_b .wx .wx1 span{	color: #ffffff;opacity: 0.5;font-size: 14px;line-height: 24px;margin-top: 12px;}







.footer .bd .bd2 .bd2_a{display: flex;padding-top: 40px;padding-bottom: 80px;border-right: 1px solid #4d4d4d;}
.footer .bd .bd2 .bd2_a dl{margin-right: 46px;}
.footer .bd .bd2 .bd2_a dl:last-child{margin-right: 0;}
.footer .bd .bd2 .bd2_a dt a{color: #ffffff;font-size: 16px;line-height: 26px;display: block;}
.footer .bd .bd2 .bd2_a dt{margin-bottom:27px ;}
.footer .bd .bd2 .bd2_a dd a{color: #ffffff;font-size: 14px;line-height: 31px;display: block;opacity: 0.5;}
.footer .bd .bd2 .bd2_a dd a:hover{opacity: 1;}

.footer .ft02{background-color: #171717;	line-height: 46px;text-align: center;color: #ffffff;opacity: 0.5;}
.footer .ft02 a{color: white;}


.sjBox{display: none;}


.g-full { width: 1600px; margin: 0 auto; }
/* @media (max-width:1700px) {
    .g-full { width: 1440px; }
}
@media (max-width:1500px) {
    .g-full { width: 1280px; }
}
@media (max-width:1440px) {
    .g-full { width: 1280px; }
}
@media (max-width:1366px) {
    .g-full { width: 1200px; }
}
@media (max-width:1280px) {
    .g-full { width: 1000px; }
}
@media (max-width:1080px) {
    .g-full { width: 1000px; }
}
@media (max-width:1000px) {
    .g-full { width: 100%; }
} */

/* .header .nav>ul>li.current a{color:#334a6e;font-weight: bold;} */
.header .nav>ul>li>a{position:relative;height:100px;line-height:100px}
/* .header .nav>ul>li.current>a::after{content:"";position:absolute;left:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);bottom:18px;width:100%;background: url(ico2.png) no-repeat center;width: 20px;height: 15px;} */
/* .header .nav>ul>li:hover>a{color:#fff;} */
/* .header .nav>ul>li:hover>a::after{content:"";position:absolute;left:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);bottom:18px;background: url(ico2.png) no-repeat center;width: 20px;height: 15px;} */
/* .header .nav>ul>li.current>a{background: url(ico2.png) no-repeat bottom center;color: white;background-size: cover;}
.header .nav>ul>li:hover>a{background: url(ico2.png) no-repeat bottom center;color: white;background-size: cover;} */
.header .nav>ul>li{padding:0;position: relative;}
.header .nav>ul>li:last-child{margin-right:0}
.header .bottom{height:100px}
.header_p{height:100px}
.header .headbox{height:100px;display:flex;align-items:center}
.banner{overflow:hidden;position:relative}
.topArea_a .headbox .sgBox{display: none;}
/* .showdiv{display: none;} */

/* .topArea_a{ background: white; height: 100px; position: fixed; left: 50%; transform:translate(-50%,0) ; -webkit-transform:translate(-50%,0) ; -moz-transform:translate(-50%,0) ; -ms-transform:translate(-50%,0) ; -o-transform:translate(-50%,0) ; top: 0;width: 100%;} */
.topArea_a .headbox{display: flex;align-items: center;justify-content: space-between;padding-right: 88px;}
/* .topArea_a .topLink{margin-left: 200px;} */
.topArea_a .headbox .icon{margin-left: 65px;display: flex;align-items: center;}

.icon .icon-search{background: url(ico3.png) no-repeat center;width: 16px;height: 16px;display: block;}
.search {   background:rgba(255,255,255,1); border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px;overflow: hidden;  }
.search form { width:240px; background:#fff; font-size:14px; z-index:9; padding: 0 25px; box-sizing: border-box; }
.search form .txt { float:left; height:40px; line-height:40px; padding-left:0; width:calc(100% - 25px); }
.search form .btn { float:right; height:40px; line-height:40px; width:19px; text-align:center; background:url(search.png)no-repeat center; color:#fff; cursor:pointer; }
.serclose { position:absolute; right:-50px; top:-50px; color:#fff; font-size:30px; cursor:pointer; }
.search01 { display:block; }
.header .topArea .nav-ul>li .showdiv{ position: absolute; width: 180%; left: 50%; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); top: 90px;background-color: white;display: none;z-index: 9;}

.showdiv{background: #fff !important}
.showdiv  a{display: block;text-align: center;line-height: 40px;}

.banner{position: relative;box-sizing: border-box;}
.banner  .swiper-pagination{bottom: 40px !important;}
.banner  .swiper-pagination-bullet{ width: 8px; height: 8px; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; background: #f7f7f7; margin: 0 8px !important; opacity: 0.5; position: relative;}
.banner  .swiper-pagination-bullet-active{opacity: 1;}
.banner  .swiper-pagination-bullet-active::after{ opacity: 1; width: 14px; height: 14px; border-radius: 14px; -webkit-border-radius: 14px; -moz-border-radius: 14px; -ms-border-radius: 14px; -o-border-radius: 14px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); content: "";background-color: #f7f7f7;}


/*fixed-contact*/
/* 固定定位 */
.fixed {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background: #136DA1;
}

.fixed ul {
    /* box-shadow: 0 0 15px rgba(0,0,0,.1); */
}

.fixed ul li {
    /* border-bottom: 1px dotted rgb(194, 193, 194); */
    position: relative;
}

.fixed ul li a {
    display: block;
    width: 60px;
    height: 60px;

    text-align: center;
    font-size: 14px;
    color: #555555;
    padding-top: 20px;
}

.fixed ul li a i {
    display: block;
    width: 26px;
    margin: 0 auto 5px;
    font-size: 26px;
}

.fixed ul li .fixedcode {
    position: absolute;
    right: 60px;
    top: -10px;
    width: 120px;
    height: 120px;
    font-weight: bold;
    z-index: 1;
    display: none;

    color: #666;
    transition: all .3s ease;
    font-size: 14px;
    text-align: center;
}

.fixed ul li .fixedcode img {
    width: 120px;
    height: 120px;
}
/* .fixed ul li:hover a{background: #d96941;color: #fff;} */
.fixed ul li:hover a i {
    color: #fff;
}

.fixed ul li:nth-child(3):hover .fixedcode {
    display: block;
    right: 80px;
}

.fixed ul li:nth-child(1):hover .fixedcode, .fixed ul li:nth-child(2):hover .fixedcode {
    display: block;
    right: 80px;
    top: 15px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 0 15px;
    width: 140px;
    border-radius: 5px;
    background: #136DA1;
    color: white;
}
.fixed ul li:nth-child(2):hover .fixedcode{display: block;}
.fixed ul li:last-child {
    border-color: transparent;
}
.fixed ul li.li04 a{padding-top: 0;display: flex;align-items: center;justify-content: center;}
.fixed ul li.li04:hover a{}
.fixed ul li.li02 .fixedcode {right: 80px;}

.mune { position:absolute; right: 0;top: 0; width:152px; height:100px; background: #0D4DA1; z-index:5; cursor:pointer; }
.mune .burger { width:40%; height:1px; background: #fff;  transition: .8s; display:inline-block; position: absolute; left: 30%; top:35px; z-index:2; }
.mune .burger:first-child{ animation: long 2s linear infinite}
.mune .burger:nth-of-type(2){ top:45px; width: 20%; }
.mune .burger:nth-of-type(3){ top:55px; animation: long 3s linear infinite; }


 
.nav-main { font-size:16px; position:fixed; top:0; right:-600px; opacity:0; z-index:100; height:100%; width: 300px;; color:#333; background:#fff; transition:all 0.6s ease 0s; }
.nav-main .pp01 a { color:#333; }

.nav-box { position:relative; perspective:200px; -webkit-perspective:200px; transform-style:preserve-3d; -webkit-transform-style:preserve-3d; height:100%; z-index:99; }
.nav-box .nav01 { height:100vh; }

.nav-ul li .pp01 a { display:block; width:300px; height:80px; line-height:80px; overflow:hidden; text-align:center; position:relative; transition:all .5s; -moz-transition:all .5s;-webkit-transition:all .5s; -o-transition:all .5s; }
.nav-ul li .pp01 a:hover { background:#0d4da1;color:#fff; }
.nav-ul li .pp01 a span {display:block;position:relative;z-index:1;}

.nav-ul li .pp02 { position:fixed; right:300px; top:0;width:180px;height:100vh;background:#0d4da1; z-index:99;visibility:hidden; }
.nav-ul li .pp02.hover { visibility:visible; }

.nav-ul li .pp02 dl { position:absolute; top:50%; left:0; width:100%; right:0; transform: translateY(-50%); z-index:2; }
.nav-ul li .pp02 dl dt a { line-height:80px; display:block;color:rgba(255,255,255,0.4);text-align:center;overflow:hidden;position:relative;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;}
.nav-ul li .pp02 dl dt a:hover {  color: #fff; }

/*
.nav-ul li .pp02 { position:fixed; right:3rem; top:0;width:1.8rem;height:100vh;background:#c5271d;transform:rotateY(-120deg);-webkit-transform:rotateY(-120deg);-moz-transform:rotateY(-120deg);-o-transform:rotateY(-120deg);-ms-transform:rotateY(-120deg);z-index:99;visibility:hidden;transform-origin:0 0;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;-ms-transform-origin:0 0;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition-timing-function:cubic-bezier(.08,.72,.71,.96);-webkit-transition-timing-function:cubic-bezier(.08,.72,.71,.96); }

.nav-ul li .pp02.hover {transform:rotateY(0deg);-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);z-index:15;visibility:visible;}
.nav-ul li .pp02 dl dt a:before {content:'';position:absolute;right:-230%;top:0px;width:200%;height:100%;background:#c5271d;z-index:1;transform:skew(30deg,0);-webkit-transform:skew(30deg,0);-moz-transform:skew(30deg,0);-o-transform:skew(30deg,0);-ms-transform:skew(30deg,0);transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;}
.nav-ul li .pp02 dl dt a:hover:before{right: -60px;}
 */
 
.tel { padding-bottom: 3% ; text-align: center;}
.tel span{ font-size: 20px; color:#0d4da1; }

.navclose{ padding-top: 5%; transition:all .5s; text-align:center; cursor:pointer; }
.navclose img { transition:all .5s; }
.navclose:hover img{ transform: rotate(180deg) scale(1.05);}

.dis-flex-center-center{  display: -webkit-flex; display: flex; align-items: center; justify-content: center;}
.dis-flex-between-center{  display: -webkit-flex; display: flex; justify-content: space-between; align-items: center;}
.dis-flex-center{  display: -webkit-flex; display: flex; align-items: center;}
.dis-flex-between{ display: -webkit-flex; display: flex; justify-content: space-between}
.dis-flex{ display: -webkit-flex; display: flex;}
.flex-column{ flex-direction: column;}
.flex-wrap{ flex-wrap: wrap;}

@keyframes long {
	0% {width:0;}
	25% {width:25%;}
	50% {width:40%;}
	75% {width:25%;}
	to {width:0;}
}


.header {position: relative;}
.topArea{position: absolute;left: 13.4375;width: 100%;top: 0;z-index: 9;border-bottom: 1px solid rgba(255,255,255,0.2);}



.ban-swiper .textBox .cont{transform: translateY(200px);opacity: 0;transition: all 1.5s;}
.ban-swiper .swiper-slide-active .textBox .cont{opacity: 1;transform: translateY(0);}


.banner .txt{ position: absolute; left: 13.4375%; top: 50%; transform:translate(-50%,-50%) ; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); opacity: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; }
.banner .txt .t1{color: #ffffff;font-size: 48px;line-height: 58px;font-weight: bold;}
.banner .txt .t2{color: #ffffff;font-size: 30px;line-height: 40px;margin-top: 28px;position: relative;}
.banner .txt .t2::after{content: "";left: 0;bottom: -43px;border-bottom: 5px solid white;width: 64px;position: absolute;}
.ban-swiper .swiper-slide-active   .txt{ opacity: 1; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }


.top3{height: 60px;background-color: #0d4da1;}
.top3 .bd{display: flex;height: 60px;justify-content: space-between;align-items: center;}
.top3 .bd .hot .t1{color: #ffffff;font-size: 16px;font-weight: bold;}
.top3 .bd .hot{display: flex;align-items: center;}
.top3 .bd .hot a{color: #ffffff;font-size: 14px;opacity: 0.8;margin-left: 25px;}
.top3 .bd .hot a:nth-child(1){margin-left: 35px;}
/* .top3 .bd .search */


.nav .sub { position:absolute; top:90px; width:160px; left:50%; margin-left:-80px; padding-top:30px; visibility:hidden;opacity: 0; transition: all 0.5s; z-index:999; }
.nav .sub dl { position:relative; background:#fff; box-shadow: 0 0 14px rgba(0,0,0,.2); border-radius: 5px; padding:15px 0; }
.nav .sub dl:before {content: '\20'; position: absolute; left: 50%; top: -11px; width: 11px; transform: translateX(-50%); height: 11px; background: url(sub01.png) no-repeat center center; z-index: 2;}
.nav .sub dl dt { width:100%; text-align:center; font-size:16px; }
.nav .sub dl dt a { display:block; color:#333; padding:10px 5px; }
.nav .sub dl dt:hover a { color:#0d4da1; font-weight:bold; }
 
.nav ul li:hover .sub { padding-top:20px; opacity: 1; visibility: visible; }

/*产品中心下拉*/
.nav ul li.li102 { position:unset !important; }
.nav-ul{position: unset !important;}
/* .nav ul li.li103 { position:static; } */

.nav .sub01 { position:absolute; top:90px; width:100%; left:0; right:0; padding:40px 0; background:#fff; visibility:hidden; opacity: 0; transition: all 0.5s; z-index:999; box-shadow: #eee 0px 8px 10px -8px;  }
.nav .sub01:before { position:absolute; top:0; left:0; right:0; display:block; content:""; height:1px; background:#f6f6f6; z-index:2; }
.nav ul li:hover .sub01 { opacity: 1; visibility: visible; }
 
.nav .sub01 .bd01 { float:left; width:50%; }
.nav .sub01 .bd01 dl dt { position:relative; float:left; width:30%; margin-right:5%; border-bottom:1px solid #f6f6f6; }
.nav .sub01 .bd01 dl dt:before { position:absolute; left:0; bottom:-1px; width:0; display:block; content:""; height:1px; background:#0d4da1; z-index:2; transition: all 0.6s; }
.nav .sub01 .bd01 dl dt:nth-child(3n) { margin-right:0; }
.nav .sub01 .bd01 dl dt a { display:block; font-size:16px; line-height:70px; height:70px; padding-right:15px; color:#333; background:url(s01.png) no-repeat center right; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;text-align: left; }

.nav .sub01 .bd01 dl dt:hover:before { width:100%; }
.nav .sub01 .bd01 dl dt:hover a { color:#0d4da1; font-weight:bold; background:url(s02.png) no-repeat center right; }

.nav .sub01 .bd02 { float:right; width:492px; }
.nav .sub01 .bd02 .swiper-slide .pic { background:#f2f2f2; overflow:hidden; }
.nav .sub01 .bd02 .swiper-slide:hover .pc{overflow: hidden;}
.nav .sub01 .bd02 .swiper-slide .pc img { transition: all 0.6s; }
.nav .sub01 .bd02 .swiper-slide .txt { font-size:14px; color:#666; margin-top:15px; }

.nav .sub01 .bd02 .swiper-slide:hover .txt { color:#0d4da1; }
.nav .sub01 .bd02 .swiper-slide:hover .pc img { transform: scale(1.1)!important; }



.fixbox{position: fixed;top: 50%;right: 0;z-index: 90;}
.fix-list{position: relative;}
.fix-list>li {width: 78px;height: 78px;position: relative;}
.fix-list>li .item .ufix2{display: none;}
.fix-list>li:hover .item .ufix2{display: block;}
.fix-list>li:hover .item .ufix1{display: none;}
.fix-list>li .item { display: flex; line-height: 78px; text-align: center; font-size: 14px; opacity: 0.9; filter: alpha(opacity=90); align-items: center; justify-content: center; height: 78px; background-color: #ebebeb; border-radius: 8px; -webkit-filter: alpha(opacity=90);flex-direction: column;align-items: center;justify-content: center; }
.fix-list>li .item  span{line-height: 24px;margin-top: 5px;}
.float-tel { position: absolute; width: 210px; height: auto; padding: 10px; top: 50%; right: 78px; box-shadow: 0 3px 10px rgb(0 0 0 / 30%); background: #fff; display: none; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.float-plan, .float-msg { display: block; position: absolute; width: auto; height: auto; padding: 10px; top: 50%; right: 78px; box-shadow: 0 5px 15px #ddd; background: #fff; text-align: center; display: none; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.float-qr {position: absolute;width: 140px;height: 140px;bottom: 0;right: 60px;box-shadow: 0 5px 15px #ddd;display: none;}
.float-tel a {display: block;color: #333;line-height: 26px;}
.h_wx {width: 130px;box-sizing: border-box;text-align: center;}
.fix-list>li .item.fix-top{background: unset;height: unset;text-align: center;}
.fix-list>li:hover .item{background-color: #e71c2b;}
.fix-list>li:hover .item span{color: white;}
.fix-list>li:hover .item.fix-top{background: unset;}

.nav-ul ul{position:absolute;left:-9999px;-webkit-box-shadow:9px 11px 29px rgba(125,138,152,0.15);-ms-box-shadow:9px 11px 29px rgba(125,138,152,0.15);-moz-box-shadow:9px 11px 29px rgba(125,138,152,0.15);box-shadow:9px 11px 29px rgba(125,138,152,0.15)}
.nav-ul li:hover > ul{left:auto;width: 180px;}
.nav-ul ul ul{margin-left:100%;top:10px}
.nav-ul ul li{height:0;-webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease}
.nav-ul li:hover > ul > li{height:46px}
.nav-ul ul li a{padding:16px;width:180px;height:46px;font-size:14px;background:#ffffff;text-decoration:none;color:#333333;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;text-align: left;}
.nav-ul ul li:hover > a,.nav-ul ul li a:hover{background:#239cd8;color:#333333}
.nav-ul ul li.has-sub > a::before{position:absolute;top:19px;right:20px;display:block;width:2px;height:8px;background:#333333;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
.nav-ul ul li.has-sub > a::after{position:absolute;top:22px;right:17px;width:8px;height:2px;display:block;background:#333333;content:""}
.nav-ul ul li.has-sub:hover > a::after{visibility:visible;opacity:1}
.nav-ul ul li.has-sub:hover > a::before{visibility:hidden;opacity:0}
.nav-ul ul li.has-sub:hover > a::after{border-color:#ffffff}
.header .header-search{display:flex;align-items:center;float:right;margin-left:30px;margin-top:21px}
.header .header-search a{text-align:center;position:relative;display:block;line-height:48px}
.header .header-search i{width:18px;height:18px}
.header .header-search i img{display:block;max-width:100%}
.header .header-search span{color:#fff;margin-left:7px}
.header .header-search i,.header .header-search span{display:inline-block;vertical-align:middle;position:relative;z-index:11}

.header .header-nav,.nav-ul,.nav-ul li,.nav-ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.topArea{position: fixed;left: 0;width: 100%;top: 0;background: transparent;z-index: 12;}
.topArea.on{background: white;}
.topArea .logo_logo2{display: none;}
.topArea.on .logo_logo2{display: block;}
.topArea.on .logo_logo1{display: none;}
.topArea.on .topLink .nav>ul>li>a{color: #333;}

.swiper-button-next:after, .swiper-button-prev:after{display: none;}
.banner .swiper-button-next,.banner .swiper-button-prev{ width: 42px; height: 42px; border-radius: 42px; -webkit-border-radius: 42px; -moz-border-radius: 42px; -ms-border-radius: 42px; -o-border-radius: 42px; border: 1px solid rgba(255,255,255,0.2);bottom: 33.72222%;top: unset;margin-top: 0;}
.banner .swiper-button-prev{background: url(ico16.png)no-repeat center; left: 260px;}
.banner .swiper-button-next{background: url(ico17.png)no-repeat center;left: 336px;right: unset;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 1 !important;}

 .dot svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
  }
.dot svg path {
    opacity: 0;
  }
 .dot svg path.path-loop-bg {
    opacity: 0.2;
  }

  .fix-list>li:nth-child(1):hover .float-tel{display: block;}


  .nav-ul>li:nth-child(3)>ul>li>a{width: 240px;}


  .banner .ban-swiper .swiper-slide .picBox.pcBox{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.banner .ban-swiper .swiper-slide .picBox{overflow: hidden;}
.ban-swiper .swiper-slide .picBox.pcBox{width: 100%; height: 100%; transform: scale(1.1); transition: all 0.8s;}
.ban-swiper .swiper-slide-active .picBox.pcBox{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.banner .ban-swiper .swiper-slide {width: 100vw;height: 100vh;overflow: hidden;}


.fix_bottom{ width: 1400px; position: fixed; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); background: url(bg5.png)no-repeat center;background-size: cover;left: 50%;z-index: 99;border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px;}
.fix_bottom .close{position: absolute;right: -36px;top: -36px;}
.fix_bottom .fix_bottom_box{ height: 120px; display: flex; align-items: center;  }
.fix_bottom .fix_bottom_box .k1{display: flex;align-items: center;padding: 0 80px;box-sizing: border-box;}
.fix_bottom .fix_bottom_box .k1 span{line-height: 30px;font-size: 16px;display: block;color: #ffffff;font-size: 16px;text-align: right;}
.fix_bottom .fix_bottom_box .k1 .t{margin-right: 15px;}
.fix_bottom .fix_bottom_box .k1{margin-right: 55px;}
.fix_bottom .fix_bottom_box .k2{background: url(ico18.png)no-repeat left center;padding-left: 72px;color: #ffffff;font-size: 16px;line-height: 30px;font-weight: bold;margin-right: 105px;}
.fix_bottom .fix_bottom_box .k2 .t1{font-weight: bold;font-size: 24px;}
.fix_bottom .fix_bottom_box .k3 .t{color: #ffffff;line-height: 30px;font-size: 18px;font-weight: bold;}
.fix_bottom .fix_bottom_box .k3 form{display: flex;}
.fix_bottom .fix_bottom_box .k3 form label{display: flex;width: 200px;height: 42px;background-color: #ffffff;border-radius: 6px;padding:0 10px;box-sizing: border-box;margin-right: 10px;align-items: center;justify-content: space-between;}
.fix_bottom .fix_bottom_box .k3 form label .t1{color: #999999;font-size: 14px;}
.fix_bottom .fix_bottom_box .k3 form label .t1 i{color: #d3000e;}
.fix_bottom .fix_bottom_box .k3 form label  input{width: calc(100% - 75px);}
.fix_bottom .fix_bottom_box .k3 form label:last-child input{width: 100%;background: url(ico19.png)no-repeat right 10px center white;  border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; color: #d3000e;font-size: 14px;text-align: left;padding-left: 20px;box-sizing: border-box;}
.fix_bottom .fix_bottom_box .k3 form label:last-child{ width: 125px;padding: 0;}



.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: translateX(100%);transition: all .6s; z-index: 101; }
.slide_box.active { transform: translateX(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; }
.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>a {display: block;height: 45px;color: #333;line-height: 45px;padding-left: 4%;font-size: 15px;}
.slide_nav .nav_down { display:none; }
.slide_nav .nav_down a {display: block;height: 36px;color: #7f7f7f;line-height: 36px;padding-left: 34px;font-size: 14px; background:url(z2.png) 15px center no-repeat; background-size:auto 10px}
.slide_nav .nav_down a:before {}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #283b66;}
.slide_nav li a:hover{ color: #283b66;}
.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 screen and (max-width: 1830px) {
    .topArea_a .headbox{padding-right: 188px;}
    
}

@media screen and (max-width: 1680px) {
    .g-in{width: 1440px;}
    .topArea_a .headbox{padding-right: 120px;}
}
@media screen and (max-width: 1560px) {
    .topArea_a .headbox{padding-right: 188px;}
}
@media screen and (max-width: 1560px) {
    .topArea_a .headbox{padding-right: 110px;}
    .mune {width: 110px;}
    .fix_bottom .close{right: 0;top: -50px;}
}
@media screen and (max-width: 1440px) {
 
    .g-in{width: 1000px;}
    /* .header .navbar {display: block;} */
    /* .topArea .topLink .nav { display: none; }
    .topArea .topLink .toptxt { display: none; } */
    .m-nav{display: block;}
	.m-nav{top: 0;}
    .m-nav li .subNav{padding: 0 35px;}
    /* body.z-open .m-nav{height: 100vh; padding-top: 15vh; } */
    /* .header .navbar{display: block;} */
    .topArea .topLink .nav>ul>li{margin-right: 30px;}
    .topArea_a .headbox{padding-right: 10px;}

    .footer .bd .bd2 .bd2_a dl{margin-right: 20px;}
    .footer .bd .bd2 .bd2_b{width: 365px;padding-left: 30px;}
    .footer .bd .bd2 .bd2_a{width: calc(100% - 365px);}

    .fix_bottom .fix_bottom_box .k1{padding: 0 15px;margin-right: 10px;}
    .fix_bottom .fix_bottom_box .k2{margin-right: 10px;}
    .fix_bottom .fix_bottom_box .k2 .t1{font-size: 18px;}

    .nav .sub01 .bd02{width: 280px;}
    .nav .sub01 .bd01{width: 400px;width: 568px;}
    .fix_bottom{width: 990px;}
    .fix_bottom .close{right: 0;top: -50px;}
}
@media screen and (max-width: 1240px) {
    .topArea_a .headbox{padding-right:50px;}

}
@media screen and (max-width: 1140px) {
    .topArea_a .headbox{padding-right:120px;}

}
@media screen and (max-width: 1000px) {
    .topArea .cont{ padding-top: 0; }
    .topArea .topLink .toptxt { margin-left: 0; }
    .smBox{display: block;}
    .sgBox{display: block;}
    .ban-swiper .swiper-slide .picBox.lgBox{display: none;}
    .topArea .cont { flex-wrap: wrap; }
	.topArea .cont .logo { width: 50%; margin-top: 0; background-size: cover; }
    /* .topArea .topLink { width: 55%; } */
    .topArea .topLink .toptxt{ font-size: 18px; background-size: 16px; padding-left: 25px; margin-left: 0;}
    .header .navbar { margin-left: 20px; margin-right: 0; }
    .topArea_a .headbox .lgBox{display: none;}
    .topArea_a .headbox .sgBox{display: block;}
    .nav{display: none;}
    .header .headbox{height: 70px;}
    .g-in{width: 100%;padding: 0 4%;box-sizing: border-box;}
    .logo img{width: 200px;}
    .mune{height: 70px;}
    .mune .burger{top: 23px;}
    .mune .burger:nth-of-type(2){top: 33px;}
    .mune .burger:nth-of-type(3){top: 43px;}
    .mune{width: 70px;}
    .banner .ban-swiper .swiper-slide{height: unset;}
    .banner .swiper-pagination{bottom: 20px !important;}
    .top3 .bd{flex-direction: column;align-items: unset;height: unset;}
    .top3{height: unset;padding: 30px 0;}
    .search form{width: 100%;}
    .search{margin-top: 20px;}
    .top3 .bd .hot a:nth-child(1){margin-left: 10px;}
    .top3 .bd .hot a{margin-left: 10px;}
    /* .top3 .bd .hot{flex-direction: column;align-items: unset;} */
    .top3 .bd .hot .t1{width: 80px;}
    .top3 .bd .hot .hotnav{width: calc(100% - 80px);}
    .top3 .bd .hot{align-items: unset;}

    .footer .ft01 .bd .bd1{height: unset;padding: 30px 0;flex-direction: column;align-items: unset;}
    .footer .ft01 .bd .bd1 .m_pc{margin-top: 30px;}
    .footer .bd .bd2 .bd2_a{display: none;}
    .footer .bd .bd2 .bd2_b{width: 100%;padding-left: 0;padding-top: 30px;}
    .footer::after{display: none;}
    .footer .bd .bd2 .bd2_b .desc .t1{font-size: 18px ;line-height: 28px;}
    .footer .ft02{line-height: 26px;padding: 30px 0;margin-top: 30px;}
    .footer .bd .bd2 .bd2_b .wx .wx1:nth-child(1){margin-right: 15px;}
    .footer .bd .bd2 .bd2_b .wx{margin-top: 30px;}
    .footer .ft01 .bd .bd1 .f_logo img{width: 200px;}

    .slide_box{width: 80%;        padding: 66px 0 30px;}
    .fix_bottom{display: none;}
    .lgBox.pcBox{display: none;}
    .banner .smBox img{width: 100%;}
}



