
/* 头部 */
.Header-wrapper{width: 100%;background-color: transparent;position: fixed;left: 0;top: 0;z-index: 999999;}

.Header-container{width: 94%;margin-left: 3%;height: 74px;line-height: 74px;}
.Header-logo{float: left;}
.Header-logo img{height: auto;}
.Header-navbar{float: right;}
.Header-navbar ul{padding-top: 10px;}
.Header-navbar ul li{
    position: relative;overflow: hidden;float: left;height: 50px;margin: 0 24px;padding: 0 6px;
    line-height: 50px;border-bottom: 3px solid transparent;box-sizing: border-box;
}
.Header-menu{
    display: block;font-family: 'METROMEDIUMLT';font-size: 18px;color: #fff;height: 50px;line-height: 50px;
    text-align: center;text-transform: uppercase;position: relative;
}
.Header-menu span{display: block;font-weight: bold;font-family: "微软雅黑", Microsoft YaHei;}
.Header-menu:hover{color: #f70206;}
.Header-navbar ul li.ontrue .Header-menu{color: #f70206;}
.Header-navbar ul li.ontrue {border-color: #f70206;}
.Header-navbar ul li:last-child{margin-right: 0;}

/* 手机展开收缩 */
.Header-control{float: right;height: 60px;line-height: 60px;width: 34px;position: relative;padding-top: 29px;display: none;}
.Header-control span{display: block;width: 100%;height: 2px;background-color: #fff;position: relative;}
.Header-control span:before,.Header-control span:after{content: "";display: block;width: 100%;height: 2px;background-color: #fff;position: absolute;left: 0px;}
.Header-control span:before{top: -10px}
.Header-control span:after{top: 10px;}
.Header-control.ontrue span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-control.ontrue span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-control.ontrue 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(8px) rotate(0);transform: translateY(8px) rotate(0); }
	100% {-moz-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); } 
}
@-webkit-keyframes buttonAnimationBefore {
	0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
	50% {-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
	100% {-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) 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(10px) rotate(0);-ms-transform: translateY(10px) rotate(0);-webkit-transform: translateY(10px) rotate(0);transform: translateY(10px) rotate(0); }
	100% {-moz-transform: translateY(10px) rotate(45deg);-ms-transform: translateY(10px) rotate(45deg);-webkit-transform: translateY(10px) rotate(45deg);transform: translateY(10px) rotate(45deg); } }
@-moz-keyframes buttonAnimationAfter {
	0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
	50% {-moz-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
	100% {-moz-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); } 
}
@-webkit-keyframes buttonAnimationAfter {
	0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
	50% {-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
	100% {-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) 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(-10px) rotate(0);-ms-transform: translateY(-10px) rotate(0);-webkit-transform: translateY(-10px) rotate(0);transform: translateY(-10px) rotate(0); }
	100% {-moz-transform: translateY(-10px) rotate(-45deg);-ms-transform: translateY(-10px) rotate(-45deg);-webkit-transform: translateY(-10px) rotate(-45deg);transform: translateY(-10px) 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); } 
}



/* 底部 */
.Footer-wrapper{width: 100%;overflow: hidden;}
.Footer-containerBg{width: 100%;background: url('../images/public/bgFooter.jpg');background-size: cover;padding: 150px 0 40px 0;overflow: hidden;}
.Footer-container{width: 94%;margin-left: 3%;}
.Footer-left{width: 28%;float: left;overflow: hidden;padding-right: 4.44%;}
.Footer-left-logo{overflow: hidden;}
.Footer-left-words{width: 100%;overflow: hidden;margin-top: 24px;}
.Footer-left-words p{font-size: 14px;color: #fff;line-height: 24px;}
.Footer-center{width: 59%;float: left;}
.Footer-center ul li{float: left;}
.Footer-center ul li:nth-child(1){width: 50%;padding-right: 10%;}
.Footer-center ul li:nth-child(2),.Footer-center ul li:nth-child(3){width: 25%;padding-right: 5%;}
.Footer-center ul li img{width: 50px;height: 50px;display: block;transition: all .6s ease;}
.Footer-center ul li h6{font-size: 16px;color: #fff;margin-top: 22px;line-height: 26px;}
.Footer-center ul li p{font-size: 16px;color: #fff;margin-top: 24px;word-wrap: break-word;line-height: 26px;}
.Footer-center ul li:hover img{transform: translateY(-10px);}
.Footer-right{width: 13%;float: right;overflow: hidden;}
.Footer-right-ewm{width: 100%;text-align: right;}
.Footer-right-ewm img{width: 168px;height: 164px;}
.Footer-right-icon{width: 100%;overflow: hidden;font-size: 0;margin-top: 20px;text-align: right;}
.Footer-right-icon a{display: inline-block;margin: 0 10px;opacity: .5;filter:alpha(opacity=50);}
.Footer-right-icon a:hover{opacity: 1;filter: alpha(apacity=100);}
.Footer-friend{width: 100%;overflow: hidden;padding-top: 84px;font-size: 0;}
.Footer-friend span{display: inline-block;font-size: 13px;color: #fff;vertical-align: middle;margin-top: 4px;}
.Footer-friend a{display: inline-block;font-size: 13px;color: #fff;vertical-align: middle;margin: 4px 12px 0 4px;}
.Footer-friend a:hover{color: #f70206;}

.Footer-copy-container{width: 100%;overflow: hidden;background-color: #292929;padding: 40px 0;}
.Footer-copy{width: 94%;margin-left: 3%;}
.Footer-copy p{float: left;font-size: 14px;color: #fff;}
.Footer-copy h6{float: right;font-size: 0;}
.Footer-copy h6 a{font-size: 14px;color: #fff;display: inline-block;vertical-align: middle;}
.Footer-copy h6 span{font-size: 14px;color: #fff;display: inline-block;vertical-align: middle;margin: 0 12px;}
.Footer-copy h6 a:hover{color: #f70206;}

/* 置顶 */
.Backtop{
    position: fixed;right: 2%;bottom: 6.6%;z-index: 999999;width: 44px;
    height: 44px;cursor: pointer;display: none;background: rgba(176, 176, 176, .8) url('../images/public/toTop.png') no-repeat center center;
}
.Backtop:hover{background-color: #f70206;}

/* 分页 */
.fullpage-container{width: 100%;overflow: hidden;padding: 0 0 60px 0;}
.casefullpage-container{background-color: #f0f0f0;}
.fullpage{width: 94%;margin-left: 3%;font-size: 0;text-align: left;}
.fullpage a{display: inline-block;font-size: 16px;color: #777;margin: 4px 10px 0 0;padding: 4px 10px;transition: all .6s;font-family: 'METROMEDIUMLT';border-bottom: 2px  solid transparent;}
.fullpage a:hover{color: #f70206;}
.fullpage a.on{border-bottom-color: #f70206;}

/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .Footer-center ul li:nth-child(1) {width: 56%;padding-right: 7.2%;}
    .Footer-center ul li:nth-child(2),.Footer-center ul li:nth-child(3) {width: 22%;padding-right: 4%;}
}

@media all and (max-width:1460px) {
    .Footer-left {width: 24%;padding-right: 3%;}
    .Footer-center {width: 59%;}
    .Footer-right {width: 17%;}
    .Footer-center ul li:nth-child(1) {width: 58%;padding-right: 4%;}
    .Footer-center ul li:nth-child(2), .Footer-center ul li:nth-child(3) {width: 21%;padding-right: 2%;}
    .Header-navbar ul li{margin: 0 18px;}
}

@media all and (max-width:1300px) {
    .Footer-containerBg {padding: 120px 0 40px 0;}
    .fullpage-container {padding: 0 0 44px 0;}
}
@media all and (max-width:1200px) {
    .Footer-containerBg {padding: 100px 0 40px 0;}
    .Footer-left {width: 23%;padding-right: 2%;}
    .Footer-center {width: 58%;}
    .Footer-right {width: 19%;}
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .Header-wrapper {background-color: #323232;}
    .Header-control{display: block;}
    .Header-navbar{width: 100%;display: none;float: left;}
    .Header-container{height: 60px;line-height: 60px;}
    .Header-logo img{height: 32px;}
    .Header-navbar ul{padding-top: 0;}
    .Header-navbar ul li {width: 100%;margin: 0;padding: 0;border-bottom: none;height: 44px;line-height: 44px;}
    .Header-menu{height: 44px;line-height: 44px;font-size: 18px;text-align: left;}
    .Footer-containerBg {padding: 34px 0 40px 0;}
    .Footer-left {width: 100%;padding-right: 0%;}
    .Footer-left-words {margin-top: 16px;}
    .Footer-center{width: 100%;margin-top: 12px;}
    .Footer-center ul li:nth-child(1),.Footer-center ul li:nth-child(2),.Footer-center ul li:nth-child(3){width: 100%;padding-right: 0;margin-top: 20px;}
    .Footer-center ul li h6{height: 52px;margin-top: 0;margin-left: 66px;}
    .Footer-center ul li p{margin-top: 16px;width: 100%;}
    .Footer-right{width: 100%;margin-top: 30px;}
    .Footer-right-ewm{text-align: center;}
    .Footer-right-icon{text-align: center;margin-top: 18px;}
    .Footer-friend{padding-top: 32px;}
    .Footer-friend a {margin: 4px 5px 0 4px;}
    .Footer-copy-container {padding: 20px 0;}
    .Footer-copy p{width: 100%;text-align: center;float: none;}
    .Footer-copy h6{float: none;margin-top: 12px;text-align: center;}
    .Footer-center ul li img{float: left;}
    .Footer-center ul li:nth-child(2) h6, .Footer-center ul li:nth-child(3) h6{height: auto;}
    .Footer-center ul li:nth-child(2) p, .Footer-center ul li:nth-child(3) p{width: auto;margin-left: 66px;margin-top: 0;}

    .Container-wrapper{padding-top: 60px;overflow: hidden;width: 100%;}

    .Backtop{bottom: 3%;}
}
  #right-link {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 2;
    /*background-color: #fff;*/
}
#right-link ul {
    margin: 0;
    position: relative;
    z-index: 9;
}#right-link ul li:first-child {
    /*border-top: 1px solid #ccc;*/
}#right-link ul li a {
    display: block;
    display: flex;
    width: 65px;
    height: 65px;
    border-top: none;
    color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f70206;
    font-size: 12px;
    margin-top: 2px;
}
#right-link ul li a i {
    font-size: 30px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
#right-link ul li a img{
    width: 32px;
}

#right-link>ul>li>a:hover{
    /*color: ;*/
    background:#f70206 !important ;
}
.vx-Img{
    /*position: absolute;*/
    /*left: -120px;*/
    display: none;
    position: absolute;
    left: -142px;
    background: #f70206;
    color: white;
    padding: 10px;
    width: 120px;
    text-align: center;

}
.right-link ul li{
    position: relative;
    display: flex;
    align-items: center;
}
.right-link ul li:hover .vx-Img{
    display: block;
}
.vx-ImgShow{
    display: block !important;
}

.vx-Img img{
    width: 100%;
}

