*{margin:0; padding:0; list-style: none; }
body {font-family:Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;  font-size:16px;-webkit-text-size-adjust: none;}
/* 清理浮动 */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}
a{ text-decoration: none; }
a:hover{}
.hide{display:none;}
.pagewidth{ width: 1660px; margin:0 auto; transition-duration: 0.2s;}
img{ border:none; display: block;}
span:focus {outline: none !important;}
button,textarea{-webkit-appearance: none;border-radius: 0;outline: none;}
body{--blue:#005ca9; --orange:#ff6600;--bg:#f5f5f8;}
h1,h2,h3,h4,h5{ font-weight:500;line-height: 1.6em;}
p,a,div{line-height: 1.6em;}
.pager{ text-align:center; padding-top:40px;  padding-bottom: 40px;}
.pager a{background: var(--blue); color: #fff; transition-duration: 0.2s; display: inline-block; padding: 18px 80px; border-radius:50px; }
.pager a:hover{background:var(--blue); opacity: 0.9; color:#fff; }
.pager .loadmore-nodata{background: #fff;border-radius: 6px;color: #ddd; display: inline-block;padding: 18px 80px; border-radius:50px; }
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grey;
    filter: gray;
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}



@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow/Barlow-Medium.eot');
    src: url('../font/Barlow/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Barlow/Barlow-Medium.woff2') format('woff2'),
        url('../font/Barlow/Barlow-Medium.woff') format('woff'),
        url('../font/Barlow/Barlow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow/Barlow-Bold.eot');
    src: url('../font/Barlow/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Barlow/Barlow-Bold.woff2') format('woff2'),
        url('../font/Barlow/Barlow-Bold.woff') format('woff'),
        url('../font/Barlow/Barlow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow/Barlow-Regular.eot');
    src: url('../font/Barlow/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Barlow/Barlow-Regular.woff2') format('woff2'),
        url('../font/Barlow/Barlow-Regular.woff') format('woff'),
        url('../font/Barlow/Barlow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.header{ padding-top: 40px; background:rgba(255, 255, 255, 0);border-bottom: rgba(255, 255, 255, 0) solid 1px; position:fixed;left:0;right:0; top:0px; z-index:1000; transition-duration: 0.3s;  }
.header .pagewidth{display:flex; align-items: center; height: 72px; justify-content: space-between;  }
.header .logo{ width:25%}
.header .logo{ transition-duration: 0.3s;}
.header .logo img{ height:60px; transition-duration: 0.3s; }
.header .logo img.color{ display: none;}
.header .logo img.white{ display: block; }
.header .logo:hover img{ transform:scale(1.05); }



.header .pc_menu { display:flex; justify-content:space-between; align-items:center; width:60%; }
.header .pc_menu ul{}
.header .pc_menu ul li{  }
.header .pc_menu a { text-decoration: none;color:rgba(255, 255, 255, 0.8);font-weight: 500;padding:15px 24px;font-size: 18px; line-height: 1.2em; display: block; text-align: center; }
.header .pc_menu ul {margin: 0;padding: 0;list-style: none;}
.header .pc_menu ul li.current-menu-item { background:rgba(0,0,0,0.1); }
.header .pc_menu > ul > li { display: block;float: left;position: relative; display: block; }
.header .pc_menu > ul > li a i{display: inline-block; transition-duration: 0.3s}
.header .pc_menu > ul > li a:hover i{transform:rotate(180deg)}
.header .pc_menu ul li.active a{color:#fff; font-weight:normal; }
.header .pc_menu ul li:hover a{color:#fff; font-weight:normal; }


.header .pc_menu > ul > li > ul { background-color: #222;position: absolute; visibility: hidden; opacity: 0; top: 60px; width: 140px;margin-left:-70px; z-index: 999; right: 0px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); padding-top: 12px; padding-bottom: 12px; left: 50%; background:#fff;border-radius:3px; transition-duration:0.3s }
.header .pc_menu > ul > li > ul:after{content: ""; position:absolute;top: -6px; left: 50%; margin-left: -8px; border: 8px solid transparent; border-top-width: 0; border-bottom-color: #fff; }
.header .pc_menu > ul > li:hover > ul { visibility:visible; opacity: 1; top: 50px;}
.header .pc_menu > ul > li:hover p{ opacity: 1; }
.header .pc_menu > ul > li:hover img{ opacity: 1; }
.header .pc_menu > ul > li > ul > li { position: relative; width: 100%;}
.header .pc_menu > ul > li > ul > li a{ color:#333!important; font-size:15px; display:block; }
.header .pc_menu > ul > li > ul > li a:hover{ color:var(--blue)!important; background:#f1f1f1; font-size:15px; }
.header .pc_menu > ul > li a p{  font-weight: bold;font-size: 12px; color: #333; opacity: 0.5; height: 16px; line-height: 1em; }
.header .pc_menu > ul > li a img{ display: block; width: 32px; height: 32px; margin:5px auto; margin-bottom: 5px; opacity: 0.5;}
.header .pc_menu > ul > li > ul > li > ul { display:none;position: absolute;left: 100%;top: 20px;}
.header .pc_menu > ul > li > ul > li:hover > ul { display:block;background-color: #333; }
.header .pc_menu ul li.current-menu-item p{ color: #fff; opacity: 1; }
.header .pc_menu ul li.current-menu-item img{ color: #fff; opacity: 1; }
.header .trigger{display: none;}
.header .pc_menu > ul > li:nth-child(3) > ul{width: 200px;margin-left: -100px;}
.header .pc_menu > ul > li:nth-child(4) > ul{width: 240px;margin-left: -120px;}

.header .right{ display:flex; justify-content:right; width:40%;  align-items: center; grid-gap: 50px;}
.header .right .service a{ font-size:18px; color:#fff; }
.header .right .search{ font-size:18px; color:#fff; }
.header .right .contact a{transition-duration: 0.3s; border-radius:50px; color: #fff; border:#fff solid 1px; padding-left:40px; padding-right:40px; height: 46px; line-height: 46px; font-size: 18px; display:inline-block; }
.header .right .form a{ transition-duration: 0.3s; border-radius:50px; color: #fff; border:#fff solid 1px; padding-left:40px; padding-right:40px; height: 46px; line-height: 46px; font-size: 18px; display:inline-block; }
.header .right .contact a:hover{background: var(--orange); border:var(--orange) solid 1px;}
.header .right .form a:hover{background: var(--orange); border:var(--orange) solid 1px;}

.fixed { padding-top:10px; padding-bottom: 10px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); background:rgba(255, 255, 255, 0.8);-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px); }
.fixed .pc_menu a { text-decoration: none;color: #333;}
.fixed .pc_menu > ul > li a.active {color:var(--blue);  position: relative;}
.fixed .pc_menu a:hover{ color: var(--blue)!important; font-weight: bold;}
.fixed .pc_menu > ul > li a.active:after{bottom:-11px;background: var(--blue);}
.fixed .pc_menu ul li.active a{color:var(--blue); font-weight:normal; }
.fixed .pc_menu ul li:hover a{ color: var(--blue); font-weight:normal; }


.fixed .logo img.color{display: block;}
.fixed .logo img.white{display: none;}


.fixed .right .search{ font-size:18px; color:#333; }
.fixed .right .contact a{transition-duration: 0.3s; border-radius:50px; color: #333; border:#333 solid 1px; padding-left:40px; padding-right:40px; height: 46px; line-height: 46px; font-size: 18px; display:inline-block; }
.fixed .right .form a{ transition-duration: 0.3s; border-radius:50px; color: #333; border:#333 solid 1px; padding-left:40px; padding-right:40px; height: 46px; line-height: 46px; font-size: 18px; display:inline-block; }
.fixed .right .contact a:hover{background: var(--orange); border:var(--orange) solid 1px;color: #fff;}
.fixed .right .form a:hover{background: var(--orange); border:var(--orange) solid 1px;color: #fff;}









.innernav {width: 20px;height: 16px;position: absolute;top: 30px;right: 20px; }
.innernav .icon-bar {width: 100%;height: 2px;position: absolute;left: 0;background:#fff;-webkit-transition: all 0.3s;transition: all 0.3s;}
.innernav .icon-bar.top {top: 0;}
.innernav .icon-bar.middle {top: 50%;margin-top: -1px;}
.innernav .icon-bar.bottom {bottom: 0;}
.bgwhite .innernav .icon-bar {background:var(--blue);}
.main_nav {display: table;width: 50%;height: 100%;position: fixed;top: 0;right: -50%;bottom: 0;background:var(--blue);z-index: 999;-webkit-transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);}
.main_nav .close_nav {width: 20px;height: 20px;position: absolute;  top: 25px;  right: 25px;cursor: pointer;}
.main_nav .close_nav:before,
.main_nav .close_nav:after {content: '';width: 100%;height: 2px;background: #fff;position: absolute;top: 50%;left: 0;margin-top: -1px;-webkit-transition: all 0.3s 0.3s;transition: all 0.3s 0.3s;}
.main_nav .close_nav:before {-webkit-transform: rotate(0);transform: rotate(0);}
.main_nav .close_nav:after {-webkit-transform: rotate(0);transform: rotate(0);}
.main_nav.open {right: 0;}
.main_nav.open .close_nav:before {-webkit-transform: rotate(45deg);transform: rotate(45deg);transition-delay: 0;}
.main_nav.open .close_nav:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);transition-delay: 0;}
.main_nav .menu {display: table-cell;vertical-align: middle;text-align: center;}
.main_nav .menu li {display: block;position: relative;}
.main_nav .menu li:not(:last-child) {margin-bottom: 5px;}
.main_nav .menu li.animated {left: 25px;opacity: 0;-webkit-transition: all 0.3s;transition: all 0.3s; margin-bottom: 20px;}
.main_nav .menu li.animated.show {left: 0;opacity: 1;}
.main_nav .menu li a {display: block;font-size:20px;font-weight: 700;color: #fff;}
.main_nav .menu li a.active {color: #fff;}
.main_nav .menu li ul {display: none;max-width: 80%;margin: 10px auto;}
.main_nav .menu li ul li {display:block;position: relative;}
.main_nav .menu li ul li a {font-size: 16px;font-weight: normal;color: #fff;padding: 0 5px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.main_nav .menu li ul li a.active,
.main_nav .menu li ul li a:hover {color: #fff;}
.main_nav .menu li ul li a.active {font-weight: bold;}
.main_overlay {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 99;background: rgba(17, 17, 17, 0.9);opacity: 0;visibility: hidden;cursor: pointer;-webkit-transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);}
.main_overlay.open {opacity: 1;visibility: visible;}



.bgwhite {background:rgba(255, 255, 255, 0.8);  height:100px;box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);  }

 

.footer{ background:#f4f4f8; padding-top:80px; }
.footer .menu{display: flex; justify-content: space-between;}
.footer .menu .nav{  }
.footer .menu .nav h3{ color:#333333; font-size:21px; font-weight:500; margin-bottom: 20px;  }
.footer .menu .nav h3 a{ color:#333333; }
.footer .menu .nav ul{padding-bottom:80px; }
.footer .menu .nav ul li{ line-height:40px; }
.footer .menu .nav ul li a{ color:#666666; font-size:16px; }
.footer .menu .nav ul li a:hover{ color:var(--blue);}
.footer .menu .contact{border-left:#e1e2e6 solid 1px; padding-left:100px; }
.footer .menu .contact h3{ color:#333333; font-size:21px; font-weight:500; margin-bottom: 20px;  }
.footer .menu .contact ul {display: grid; grid-template-columns: repeat(2, 1fr);}
.footer .menu .contact ul li p{ font-size:15px; color:#777; }
.footer .menu .contact ul li h3{ color:var(--blue);font-family: 'Barlow'; font-size:28px; }
.footer a:hover{ color:var(--blue);}
.copy{padding-top:35px; color: #333;font-size:16px; padding-bottom:35px;border-top:#e1e2e6 solid 1px; }
.copy { display: flex; justify-content: space-between;  align-items: center;}
.copy p span{ margin-left:30px; }
.copy p a{ color:#333; }
.copy p a:hover{color:var(--blue);}


/*大屏幕*/
@media screen and (max-width: 3600px) {

}

@media screen and (max-width: 1920px) {
.pagewidth{ width: 1320px; margin:0 auto;}
body{width: auto;background: #fff;}

}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {
}

/*手机*/
@media screen and (max-width: 480px) {
.pagewidth{ width: auto; margin:0px auto; overflow:hidden; padding-left: 20px; padding-right: 20px;}
.header .logo img{ height: 40px; transition-duration: 0.3s; }
.header .pc_menu{display:none;}
.header .trigger{display: block;}
.header .search{display: none;}
.header{ padding-top:0px; background:rgba(255, 255, 255, 0);border-bottom: rgba(255, 255, 255, 0) solid 1px; position:fixed;left:0;right:0; top:0px; z-index:55; transition-duration: 0.3s;  }
.fixed {background: rgba(255, 255, 255, 0.8);}
.fixed .innernav .icon-bar{background:#333;}

.header .right{ }
.header .right .search{ display: none; }
.header .right .form{ display: none; }
.header .right .contact{ display: none; }


 

.footer{ background:#f4f4f8; padding-top:40px; }
.footer .menu{display:block; justify-content: space-between; padding-bottom: 20px;}
.footer .menu .nav{}
.footer .menu .nav h3{ color:#333; font-size:18px; font-weight:500; margin-bottom: 10px;  }
.footer .menu .nav h3 a{ color:#333; }
.footer .menu .nav ul{display: grid; grid-template-columns: repeat(3, 1fr);padding-bottom: 20px;}
.footer .menu .nav ul li{ line-height:1.4em; margin-bottom:10px; }
.footer .menu .nav ul li a{ color:#666; font-size:15px; }
.footer .menu .nav ul li a:hover{ color:var(--blue);}
.footer .menu .contact{border-left:none; padding-left:0px; }
.footer .menu .contact h3{ color:#333; font-size:18px; font-weight:500; margin-bottom: 20px;  }
.footer .menu .contact ul {display: grid; grid-template-columns: repeat(2, 1fr);}
.footer .menu .contact ul li p{ font-size:15px; color:#666; }
.footer .menu .contact ul li h3{ color:var(--blue);font-family: 'Barlow'; font-size:18px; }
.footer a:hover{ color:var(--blue); }
.copy{padding-top:25px; text-align: left; color: #333;font-size:15px; padding-bottom:25px;border-top:#e1e2e6 solid 1px; }
.copy { display:block; justify-content: space-between;  align-items: center;}
.copy p span{ margin-left:0px; margin-right:30px; }
.copy p a{ color:#333; }
.copy p a:hover{ color:var(--blue); }
}
/*小尺寸手机*/
@media screen and (max-width: 320px) {}
/*横屏*/
@media all and (orientation : landscape) {} 
/*竖屏*/
@media all and (orientation : portrait){}




