@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Noheader{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);transition: all .4s ease;}


body.HeaderHide .Noheader{box-shadow: none;}
body.HeaderHide .Container-wrapper{margin-top: 0;}
body.HeaderHide .Noheader{transform: translateY(-85px);}

body.site-up .Noheader {transform: translate(0,-85px);}


.nologo{float: left;height: 105px;display: flex;align-items: center;position: relative;z-index: 999;}
.nologo img{max-width: 380px;height: 35px;}
.nologo img.s{display: block;}
.nologo img.h{display: none;}

.no-xiang{float: right;position: relative;z-index: 999;margin-left: 12px;}
.no-xiang-menu{display: flex;align-items: center;height: 100px;}
.no-xiang-menu span{display: block;padding-left: 26px;background: url('/template/default/images/84.svg') no-repeat left center /18px auto;line-height: 22px;font-size: 16px;color: #444;font-family: Arial;}
.no-xiang.active .no-xiang-menu span{color: #2C5697;}


.no-shang{float: right;position: relative;z-index: 999;margin-left: 12px;}
.no-xiang-menu{display: flex;align-items: center;height: 100px;}
.no-xiang-menu span{display: block;padding-left: 26px;background: url('/template/default/images/84.svg') no-repeat left center /18px auto;line-height: 22px;font-size: 16px;color: #444;font-family: Arial;}
.no-shang.active .no-xiang-menu span{color: #2C5697;}

/* 多个语言 */
.no-xiang-more{display: none;z-index: 9;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 85px;left: 50%;margin-left: -80px;}
.no-xiang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;}
.no-xiang-more a{display: block;font-size: 16px;color: #666;text-align: center;padding: 10px 0;}
.no-xiang-more a span{display: inline-block;}
.no-xiang-more a:hover {color: #fff;background: #2C5697;}
.no-xiang.active .no-xiang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}

.no-shiang{float: right;}
.no-shiang-click{width: 40px;height: 100px;cursor: pointer;background: url('/template/default/images/85.svg') no-repeat center /24px auto;position: relative;z-index: 999;}
.no-shiang-click.active{background: url('/template/default/images/86.svg') no-repeat center/18px auto;}
.no-shiang-item{display: none;position: absolute;width: 100%;height: 85px;line-height: 85px;top: 0;left: 0;z-index: 99;text-align: right;}
.no-shiang-item .contain{padding-right: 148px;}
.no-shiang-item.active{display: block;}
.no-shiang-item input, .no-shiang-item button{display: inline-block;vertical-align: middle;}
.no-shiang-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-size: 16px;color: #747474;background: white;}
.no-shiang-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.no-shiang-item button{width: 50px;height: 40px;border-color:white;background: url('/template/default/images/88.svg') no-repeat center /24px auto;cursor: pointer;margin-right: 0;}
body.onSearch .nohonbar{visibility: hidden;opacity: 0;}

.nohonbar{width: 90%;visibility: visible;opacity: 1;}
body.PC .nohonbar{display: block !important;}
.nohonbar ul{display: flex;justify-content: flex-end;}
.nohonbar li{float: left;margin: 0 22px;position: relative;z-index: 9;}
.nohonbar li:last-child{margin-right: 0;}
.nohonbar li:first-child{margin-left: 0;}
.nomenu{position: relative;height: 100px;display: flex;align-items: center;font-size: 16px;color: #444;transition: color .4s ease;}
.nomenu::before{content: "";width: 100%;left: 0;opacity: 0;height: 2px;position: absolute;bottom:24px;background: #fff;transition: all .4s ease;}
.nohonbar li:hover .nomenu, .nohonbar li.active {color: #fff !important;}
.nohonbar li.active.nomenu{color: #fff !important;font-size:16px;}
.nohonbar li.active .nomenu::before,.nohonbar li:hover .nomenu::before{opacity: 1;}
.noshifs2{display: none;}
.grwtrd{display: none;position: absolute;background: #ffffff;top: 100px;left: 50%;width: 1050px;margin-left: -850px;}
.grwtrd a{display: block;float:left;width: 33.33%;height: 54px;line-height: 54px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;}
.grwtrd a.active, .grwtrd a:hover{background: #2C5697;color: #fff;}

.nohonhead{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.nohonhead span{width: 100%;height: 2px;background: #777;display: block;position: relative;transition: all .2s linear;}
.nohonhead span:before,.nohonhead span:after{content: "";position: absolute;height: 2px;background: #777;display: block;left: 0;width: 100%;transition: all .2s linear;}
.nohonhead span:before{top: -7px;}
.nohonhead span:after{top: 7px;}
.nohonhead.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.nohonhead.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.nohonhead.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent;}
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}

/* 透明 */
body.NoGap .Container-wrapper{margin-top: 0;}
body.Lucency .Noheader{background: #2c569700;box-shadow: none;}
body.Lucency .nologo img.s{display: block;}
body.Lucency .nologo img.h{display: block;}
body.Lucency .nomenu{color: #fff;}
body.Lucency .no-shiang-click{background-image: url('/template/default/images/88.svg');}
body.Lucency .no-xiang-menu span{color: #ffffff;background-image: url('/template/default/images/89.svg');}
body.Lucency .nohonhead span{background: #fff;}
body.Lucency .nohonhead.active span{background-color: #777;}
body.Lucency .nohonhead span:before,body.Lucency .nohonhead span:after{background: #fff;}
body.Lucency .nohonhead.active span:before,body.Lucency .nohonhead.active span:after{background: #fff;}



/* 底部 */
.Footer-wrapper{width: 100%;background: #181818;position: relative;z-index: 9;}
.Footer-items{width: 100%;padding: 92px 0 84px;}
.nofubar{float: right;width: 100%;overflow: hidden;user-select: none;padding-bottom: 60px;}
.nofubar ul {display: flex;width: 80%;justify-content: space-between;flex-wrap: wrap;}
.nofubar li{width: auto;}
.nofumenus{font-size: 20px;color: #333;font-weight: 700;display: block;}
.fsdfgg{width: 100%;margin-top: 12px;}
body.PC .fsdfgg{display: block !important;}
.fsdfgg a{display: block;font-size: 18px;color: #999;line-height: 1;padding: 7px 0;transition: all .4s ease;}
.fsdfgg a:hover{color: #e60414;}



@media all and (max-width:1100px) {.popVideo-items{width: 92%;padding: 34px 0 0;}.popVideo-close{right: 0;}.popVideo-video iframe{height: 400px;}}
@media all and (max-width:640px) {.popVideo-video iframe{height: 200px;}}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .Nohfesco{width: 1440px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .Nohfesco, .contain-1440{width: 1200px;}
    .contain{width: 1080px;}
    .backTop {right: 30px;bottom: 40px;}
}


@media screen and (max-width: 1440px) {
 .grwtrd{margin-left: -650px;}   
 .grwtrd a{font-family:MiSans-ExtraLight;}
.navsjko p{font-family:MiSans-Light;}	
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .Nohfesco, .contain-1440{width: 960px;}
    .contain{width: 880px;}

    .nohonbar li { margin: 0 18px;}

    .Footer-items{padding: 80px 0 80px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.onSearch .nohonbar{visibility: visible;opacity: 1;}
    .Nohfesco, .contain-1440, .contain{width: 92%;}
    .Container-wrapper{margin-top: 0px;}
    .Noheader .Nohfesco{width: 100%;}
    .nologo, .no-shiang-click, .no-xiang-menu{height: 60px;}
    .nologo{margin-left: 4%;}
    .nologo img{max-height: 44px;}
    .nohonhead{display: flex;margin-right: 4%;}
    .no-xiang{margin: 0 12px 0 4px;display:none}
    .no-shang{margin: 0 12px 0 4px;}
    .no-xiang-more{width: 120px;margin-left: -60px;top: 60px;}
    .no-xiang-more a{padding: 6px 0;}
    .nohonbar{display: none;width: 100%;margin-right: 0;top: 60px;left: 0;padding: 20px 0;}
    .nosjodf{height: calc(100vh - 20px);}
    .nohonbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;background: white;}
    .nohonbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .nohonbar.active li{opacity: 1;transform: translateY(0);}
    .nomenu{height: 44px;padding: 0 4%;color: #3e3e3e;}
    body.Lucency .nomenu {color: #3e3e3e;}
    .nomenu::before{display: none;}
    .noshifs2{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url('/template/default/images/83.svg') no-repeat center /18px auto;}
    .noshifs2.active{transform: rotate(180deg);}
    .nohonbar li:hover .nomenu{color: #747474 !important;}
    .nohonbar li.active .nomenu{color: #2C5697 !important;}
    .grwtrd {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .grwtrd a {height: 50px;line-height: 50px;text-align: left;padding: 0 10%;width: 50%;}
    .no-shiang-item {display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;background: #fff;}
    .no-shiang-item .contain {padding-right: 0;}
    .no-shiang-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;}
    .no-shiang-item.active input[type="text"] {animation: none;}
    .no-shiang-item button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #2C5697 url('/template/default/images/93.svg') no-repeat center /26px auto !important;z-index: 2;}
    .no-shiang-click.active {background-image: url('/template/default/images/86.svg') !important;}
    
    .Footer-items{padding: 60px 0 ;}
    .Footer-items .contain-1440 {width: 100%;}
    .nofubar{width: 100%;margin-top: 16px;margin-bottom: 40px;}
    .nofubar li{width: 100% !important;}
    .nofumenus {height: 40px;line-height: 40px;padding: 0 4%;position: relative;}
    .nofumenus::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right: 0;top: 0;background: url('/template/default/images/92.svg') no-repeat center /16px auto;}
    .nofumenus.active::after{transform: rotate(180deg);}
    .fsdfgg a{padding: 15px 4%;}
    .fsdfgg{display: none;margin-top: 0;}
	.newslist .newslist2 > li {width: calc(100% / 3);}
    .newslist2 li:nth-child(4),.newslist2 li:nth-child(5),.newslist2 li:nth-child(6),.newslist2 li:nth-child(7) {display:none;}
	.newslist .newslist2 .crknewap .rktitle2 {padding: 0;font-size: 14px;}
	.container{max-width: 90%;padding:0;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}

    .nologo img {max-width: 140px; height: 30px; }
.nofubar {padding-bottom: 0px;}
.nofubar ul{width:100%;}
.no2nav {padding-top:0;}
.noh-top {margin: 0 auto 0;}
    .nofumenus::after {background: url(/template/default/images/83.svg) no-repeat center /14px auto;}
}