*,html,body{padding: 0;margin: 0;font-family: 'Noto Sans SC';font-weight: 400;}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,pre,td,textarea,th,ul{margin: 0;padding: 0;}
header,hgroup,nav,menu,main,section,article,summary,details,aside,figure,figcaption,footer{display: block;margin: 0;padding: 0;}
select,option,input,button,textarea{border: none;background: none;box-shadow: none;outline: none;resize: none;}
a,a:hover,a:focus{outline: none;text-decoration: none;}
img{vertical-align: middle;height: auto;}
dt,ul,ol{list-style-type: none;}
em,i{font-style: normal;}
p{margin-bottom: 10px;}
p:last-child{margin-bottom: 0;}
.w-100{width: 100%;}
.h-100{height: 100%;}
.obj-cover{object-fit: cover;}
.pos-r{position: relative;}
.pos-a{position: absolute;}
body{box-sizing: border-box;}
.animate-5{transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.animate-5:hover{transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.space{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.clamp{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.content-width{word-wrap: break-word !important;word-wrap: break-word !important;}
.content-width h4{line-height: 1.75;font-weight: 700;color: #333;margin-bottom: 4px;}
.content-width img{max-width: 100% !important;height: auto !important;}
.content-width table,.content-width video{width: 100% !important;height: auto !important;margin: 10px 0 !important;}
.content-width table tbody tr td{padding: 6px 12px !important;border: 1px solid #eee !important;}
.content-width table tbody tr td p{margin-bottom: 0 !important;}
@media (min-width: 3840px){.wrapcontent{max-width: 3840px;margin: auto;}}
@media (min-width: 2560px){.wrapcontent{max-width: 2560px;margin: auto;}}
@media (min-width: 1680px){.wrapcontent{max-width: 1920px;margin: auto;}}
.hideScroll{overflow: hidden;}
.fw-700{font-weight: 700;}
.fw-600{font-weight: 600;}
.fw-500{font-weight: 500;}



.pcheaderTop{padding: 20px 0;background: #fff;}
.pcheaderTop .flexnavs{display: flex;align-items: center;justify-content: space-between;}
.pcheaderTop .logo-box{display: flex;align-items: flex-end;justify-content: space-between;}
.pcheaderTop .logo-box img{max-height: 100px;}
.pcheaderTop .logo-box .gsname{margin-left: 20px;font-size: 28px;font-weight: bold;font-family: '楷体';color: #174089;}
.pcheaderTop .language a{position: relative;font-size: 16px;color: #666;line-height: 30px;padding-right: 10px;margin-right: 10px;}
.pcheaderTop .language a:last-child{padding-right: 0;margin-right: 0;}
.pcheaderTop .language a:last-child:after{display: none;}
.pcheaderTop .language a:after{content: "";display: inline-block;position: absolute;right: 0;top: 50%;z-index: 10;width: 1px;height: 12px;background: #ccc;margin-top: -6px;}
.pcheaderTop .language a:hover{color: #174089;}
.pcheaderTop .other-box{position: absolute;right: 15px;}
.phone-nav{display: none;}

.pcheaderEnd{width: 100%;height: 60px;line-height: 60px;background: #174089;}
.pc-nav-box ul>li{width: 16.66%;float: left;position: relative;}
.pc-nav-box ul>li>a{display: block;text-align: center;font-size: 18px;color: #fff;}
.pc-nav-box ul>li.active>a,.pc-nav-box ul>li:hover>a{background: #c7a054;}
.pc-nav-box ul>li .hide-box{min-width: 100%;text-align: center;padding: 0 15px;background: #fff;border: 1px solid #eee;position: absolute;top: 100%;left: 50%;transform: translateX(-50%) translateY(10px);z-index: 10;opacity: 0;visibility: hidden;transition: transform 0.3s ease;}
.pc-nav-box ul>li:hover .hide-box{opacity: 1;visibility: visible;transform: translateX(-50%) translateY(0);}
.pc-nav-box ul>li .hide-box .list div{line-height: 36px;}
.pc-nav-box ul>li .hide-box .list a{display: inline-block;white-space: nowrap;font-size: 14px;line-height: 36px;color: #333;position: relative;}
.pc-nav-box ul>li .hide-box .list a:before{content: "";width: 0;height: 2px;background: #c7a054;position: absolute;left: 0;bottom: 0;}
.pc-nav-box ul>li .hide-box .list a:hover:before{width: 100%;}
.pc-nav-box ul>li .hide-box .list a:hover{color: #c7a054;}
.pc-nav-box ul>li .hide-box-navs{display: flex;min-width: 100%;background: #fff;border: 1px solid #eee;position: absolute;top: 100%;left: 50%;transform: translateX(-50%) translateY(10px);z-index: 10;opacity: 0;visibility: hidden;transition: transform 0.3s ease;}
.pc-nav-box ul>li:hover .hide-box-navs{opacity: 1;visibility: visible;transform: translateX(-50%) translateY(0);}
.pc-nav-box ul>li .hide-box-navs dl.item{min-width: 200px;padding: 10px 15px;white-space: nowrap;}
.pc-nav-box ul>li .hide-box-navs dl.item dt{font-size: 18px;color: #5d5d5d;position: relative;}
.pc-nav-box ul>li .hide-box-navs dl.item dd{margin-top: 10px;}
.pc-nav-box ul>li .hide-box-navs dl.item dd a{font-size: 14px;padding-bottom: 4px;color: #333;position: relative;}
.pc-nav-box ul>li .hide-box-navs dl.item dd a:hover{color: #c7a054;}
.pc-nav-box ul>li .hide-box-navs dl.item dd a:before{content: "";width: 0;height: 2px;background: #c7a054;position: absolute;left: 0;bottom: 0;}
.pc-nav-box ul>li .hide-box-navs dl.item dd a:hover:before{width: 100%;}
.pc-nav-box ul>li .hide-box-navs dl.item dd a:hover{color: #c7a054;}

.banner_zuo_you{display: flex;flex-wrap: wrap;justify-content: space-between;}
.banner_zuo_you .bannerzuoswiper,.banner_zuo_you .banneryouswiper{width: 48%;}
.slideBox .bannerswiper .swiper-pagination-bullets{bottom: 8px;}
.slideBox .bannerswiper .swiper-pagination-bullet{width: 8px;height: 8px;opacity: 1;background: #eee;}
.slideBox .bannerswiper .swiper-pagination-bullet-active{background: #174089;}

.footeritem{width: 100%;background: #174089;overflow: hidden;}
.footeritem .flexwrap{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footeritem .flexwrap dl{width: 275px;}
.footeritem .flexwrap dl>dt{font-size: 20px;padding-bottom: 10px;color: #e0dddd;}
.footeritem .flexwrap dl>dd{font-size: 14px;line-height: 2;color: #e0dddd;}
.footeritem .flexwrap dl>dd>a{color: #e0dddd;}
.footeritem .flexwrap dl>dd>a:hover{color: #fff;}
.footeritem .flexwrap .weblink{display: flex;flex-wrap: wrap;}
.footeritem .flexwrap .weblink a{display: block;width: 40px;height: 40px;border-radius: 50%;margin-right: 15px;}
.footeritem .flexwrap .copyright{line-height: 40px;color: #838383;}
.footeritem .flexwrap .copyright a{margin-left: 6px;color: #838383;}
.footeritem .flexwrap .copyright a:hover{color: #fff;}
.page_info{display: none;}
.page_list{margin-top: 60px;display: flex;flex-wrap: wrap;justify-content: center;}
.page_list a{display: block;width: 24px;height: 24px;line-height: 24px;text-align: center;font-size: 14px;margin: 4px;font-family: '宋体' !important;background: #f7f8f9;color: #333;}
.page_list a.on,.page_list a:hover{background: #174089;color: #fff;}
.page_list a.cur.on{background: #eee;color: #666;}

@media(max-width: 991px){
    .content-width table{white-space: nowrap;overflow-x: auto;display: -webkit-box;-webkit-overflow-scrolling: touch;display: flex;flex-direction: column;}
    .header-nav,.pcheaderTop .language,.pcheaderTop .logo-box .gsname,.pcheaderEnd{display: none;}
    .pcheaderTop{width: 100%;padding: 0;height: 60px;line-height: 60px;position: fixed;top: 0;left: 0;z-index: 999;}
    .pcheaderTop .logo-box img{max-height: 40px;}
    .pcheaderTop .logo-box .test,.pcheaderTop .toptel,.pc-header-end{display: none;}
    .nav-icon{display: block;width: 25px;height: 25px;position: relative;margin-top: 28px;}
    .nav-icon span{display: block;width: 25px;position: relative;border: 1px solid #ff6500;}
    .nav-icon{display: block;width: 25px;height: 25px;position: relative;margin-top: 30px;}
    .nav-icon span{display: block;width: 25px;position: relative;border: 1.5px solid #333;border-radius: 80px;}
    .nav-icon span:after,.nav-icon span:before{content: '';position: absolute;display: block;width: 25px;background: #333;border: 1.5px solid #333;transition: all 0.3s ease;box-sizing: border-box;left: -1px;}
    .nav-icon span:before{transform: rotate(0deg) translateY(-10px);}
    .nav-icon span:after{transform: rotate(0deg) translateY(7px);}
    .nav-icon.on span{background-color: transparent;border-color: transparent;}
    .nav-icon.on span:before{transform: rotate(-45deg) translateY(0);}
    .nav-icon.on span:after{transform: rotate(45deg) translateY(0);}
    .phone-nav{display: block;position: fixed;right: -100%;width: 100%;height: 100vh;top: 60px;background: #fff;transition: all 0.2s ease;z-index: 28;}
    .phone-nav ul{padding: 10px 0;max-height: calc(100vh - 120px);overflow-y: auto;}
    .phone-nav ul::-webkit-scrollbar-track{width: 4px;background-color: #f9f9f9;}
    .phone-nav ul::-webkit-scrollbar-thumb{background-color: #f3f3f3;}
    .phone-nav ul>li{border-bottom: 1px solid #efefef;}
    .phone-nav ul li .cat{padding-right: 60px;position: relative;}
    .phone-nav ul li a{display: block;padding: 0 15px;font-size: 18px;line-height: 50px;color: #333;}
    .phone-nav ul li .cat:before,.phone-nav ul li .cat:after{content: "";position: absolute;top: 50%;transform: translateY(-50%);background: #999;position: absolute;z-index: 10;}
    .phone-nav ul li .cat:before{width: 2px;height: 14px;right: 19px;transition: transform 0.3s ease;}
    .phone-nav ul li .cat:after{width: 14px;height: 2px;right: 13px;}
    .phone-nav ul li.on .cat:before{transform: translateY(-50%) rotate(90deg);}
    .phone-nav ul li .navs{padding-bottom: 10px;display: none;}
    .phone-nav ul li .navs a{font-size: 16px;padding: 0 25px;line-height: 40px;color: #666;}
    .phone-nav ul li.on .cat a,.phone-nav ul li.active .cat a,.phone-nav ul li .cat a:hover{color: #174089;}
    .phone-nav ul li .navs .name a{font-size: 14px;padding: 0 35px;line-height: 30px;color: #999;}
    .phone-nav ul li .navs .name a:hover{color: #174089;}
    .phone-nav .language{text-align: center;margin-top: 15px;font-size: 0;}
    .phone-nav .language a{position: relative;font-size: 14px;color: #666;line-height: 30px;padding-right: 12px;margin-right: 12px;}
    .phone-nav .language a:last-child{padding-right: 0;margin-right: 0;}
    .phone-nav .language a:last-child:after{display: none;}
    .phone-nav .language a:after{content: "";display: inline-block;position: absolute;right: 0;top: 50%;z-index: 10;width: 1px;height: 12px;background: #ccc;margin-top: -6px;}
    .phone-nav ul li .navs a:hover,.phone-nav .language a:hover{color: #174089;}

    .slideBox{margin-top: 60px;}
    .banner_zuo_you{padding: 0;}
    .banner_zuo_you .bannerzuoswiper{width: 100%;margin-bottom: 10px;}
    .banner_zuo_you .banneryouswiper{width: 100%;margin-top: 10px;}
    .slideBox .bannerswiper .swiper-pagination-bullets{bottom: 4px;}
    .slideBox .bannerswiper .swiper-pagination-bullet{width: 6px;height: 6px;}
    .footeritem .flexwrap{margin: 0;}
    .footeritem .flexwrap dl{width: 100%;}
    .footeritem .flexwrap dl.navs{display: none;}
    .footeritem .flexwrap .weblink{margin: 20px 0;}
    .footeritem .flexwrap .weblink a{width: 32px;height: 32px;margin-right: 12px;}
    .footeritem .flexwrap .copyright{line-height: 24px;}
    .page_list{margin-top: 30px;}
    .page_list a{width: 20px;height: 20px;line-height: 20px;font-size: 12px;margin: 2px;}
}