/*基础*/
body{
    background-color: #fff;
}
.y-1580{
    width: 1580px;
    margin: 0 auto;
}
.y-1210{
    width:1210px;
    margin: 0 auto;
}
.y-1360{
    width:1360px;
    margin: 0 auto;
}
.base-top{
    margin-top: 80px;
}
.nav-animation{
    animation: nav_opacity 0.3s linear;
    animation-fill-mode: forwards;
}
@keyframes nav_opacity{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@media (max-width: 1650px) {
    .y-1580{
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width: 1600px){
    .base-top {
        margin-top: 75px;
    }
}
@media (max-width:1500px){
    .base-top {
        margin-top: 72px;
    }
}
@media (max-width:1400px){
    .y-1360,
    .y-1580{
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .base-top {
        margin-top: 66px;
    }
}
@media (max-width:1300px){
    .y-1210{
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .base-top {
        margin-top: 60px;
    }
}
@media (max-width:1200px){
    .base-top {
        margin-top: 55px;
    }
    .y-1210, .y-1360, .y-1580 {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width:990px){
    .base-top {
        margin-top: 40px;
    }
    .y-1210,
    .y-1360,
    .y-1580{
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width:767px){
    .base-top{
        margin-top: 28px;
    }
    .y-1210,
    .y-1360,
    .y-1580{
        padding-left: 10px;
        padding-right: 10px;
    }
}



/*头部*/
.header-wrap{
    width: 100%;
    background-color: rgba(0,0,0,0);
    transition: all 500ms;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.head-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-item>a{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #ffffff;
}
.head-shopping span{
    font-size: 16px;
    color: #ffffff;
}
.head-content{
    display: flex;
    justify-content: space-between;
    width: 88.35%;
    transition: all 400ms;
}
.head-rg>li,
.head-item{
    display: inline-block;
}
.head-item{
    padding-right:67px;
    position: relative;
}
.head-rg>li:nth-last-of-type(1),
.head-item:nth-last-of-type(1){
    padding-right: 0;
}
.head-item>a{
    padding:32px 0;
    display: inline-block;
    position: relative;
}
.head-item>a::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 9px;
	height: 12px;
    background-image: url('../../images/nav-active.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 400ms;
    opacity: 0;
}

#head-active>a::after{
    opacity: 1;
}



.head-list{
    opacity: 1;
    visibility: visible;
}
.head-rg{
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
}
.head-rg>li{
    padding-right:27px;
}
.head-user img,
.head-search img{
    position: relative;
    top: -2px;
}
.head-shopping img{
    position: relative;
    padding-right: 5px;
    top: -3px;
}
.head-other,
#head-search-active,
.header-wrap:hover{
    background-color: #fff;
}
.head-other .head-shopping span,
.head-other .head-item>a,
.header-wrap:hover .head-shopping span,
.header-wrap:hover .head-item>a{
    color: #333;
}
.head-other .head-user>img:nth-of-type(1),
.head-other .head-search>img:nth-of-type(1),
.header-wrap:hover .head-user>img:nth-of-type(1),
.header-wrap:hover .head-search>img:nth-of-type(1),
.head-user>img:nth-of-type(2),
.head-search>img:nth-of-type(2){
    display: none;
}
.head-other .head-user>img:nth-of-type(2),
.head-other .head-search>img:nth-of-type(2),
.header-wrap:hover .head-user>img:nth-of-type(2),
.header-wrap:hover .head-search>img:nth-of-type(2){
    display: block;
}
.head-search{
    cursor: pointer;
}
.head-search-box{
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25% !important;
}
.head-search-box>form>div{
    display: flex;
    width: 540px;
    align-items: center;
    justify-content: space-between;
}
.head-search-box>form>div input{
    height: 50px;
    width: 0;
    border: 0;
    padding: 0 10px;
    outline: none;
    font-size: 16px;
    transition: all 500ms;
}
.head-search-box>form>div>div img{
    position: relative;
    right: -30px;
    opacity: 0;
    transition: all 500ms;
}
.head-search-box>form>div input::-webkit-input-placeholder{
    font-size: 16px;
}
#head-search-active .head-search-box{
    opacity: 1;
    visibility: visible;
}
#head-search-active .head-search-box>form>div input{
    width: calc(100% - 40px);
}
#head-search-active .head-search-box>form>div>div img{
    right: 0;
    opacity: 1;
}
.head-search-box>img{
    cursor: pointer;
    transition: all 600ms;
    opacity: 0;
}
#head-search-active .head-search-box>img{
    opacity:1;
    transform: rotate(180deg);
}


.head-big-menu-wrap{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: all 600ms;
    overflow: hidden;
    height: 0;
    opacity: 0;
    border-top: 1px solid #ececec;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
     box-sizing: border-box; /* Opera/IE 8+ */ 
     box-shadow: 0px 5px 9px 0px rgb(0 0 0 / 9%);
}
.head-big-menu-wrap>div{
    padding: 50px 0;
}
.head-menu-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.head-menu-item{
    width: 33.33%;
    padding: 0 65px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.head-menu-item:nth-of-type(1n),
.head-menu-item:nth-of-type(2n),
.head-menu-item:nth-of-type(3n){
    margin-bottom: 85px;
}
.head-hx-menu-item:nth-last-of-type(1)::after,
.head-menu-item:nth-of-type(3)::after,
.head-menu-item:nth-of-type(6)::after{
    display: none;
}
.head-hx-menu-item::after,
.head-menu-item::after{
    content:'';
    display: block;
    width: 1px;
	height: 159px;
	background-color: #a1a1a1;
	opacity: 0.2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.head-submenu{
    width: 140px;
}
.head-submenu>p{
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #262626;
}
.head-submenu>span{
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #7d7d7d;
}
.head-submenu>ul{
    margin-top: 15px;
}
.head-submenu>ul>li{
    margin-top: 7px;
    line-height: 1.5;
}
.head-submenu>ul>li>a{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #7d7d7d;
}
.head-submenu>ul>li:nth-of-type(1){
    margin-top: 0;
}
.head-menu-img{
    width: calc(100% - 140px);
    text-align: center;
    padding-right: 32px;
}
.head-menu-img img{
    max-width: 100%;
    transition: all 600ms;
}
.head-menu-img:hover img{
    transform: scale(0.88);
}
.head-hx-menu-list{
    display: flex;
    justify-content: space-between;
}
.head-hx-menu-item{
    width: 33.33%;
    padding: 0 30px;
    text-align: center;
    position: relative;
}
.head-hx-menu-item>div{
    display: inline-block;
    text-align: left;
}
.head-hx-menu-item>div h3{
	font-size: 23px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 1px;
	color: #000000;
    margin-bottom: 28px;
    position: relative;
}
.head-hx-menu-item>div h3::before{
    content: '';
    display: block;
    width: 9px;
	height: 9px;
	background-color: #50ba91;
    border-radius: 50%;
    position: absolute;
    left: -22px;
    top: 9px;
}
.head-hx-menu-item>div li{
    margin-top: 12px;
    line-height: 1.5;
}
.head-hx-menu-item>div li a{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #333333;
}

.head-jy-menu-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 160px;
}
.head-jy-list{
    width: calc(100% - 500px);
}
.head-jy-list>h3{
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	color: #000000;
    margin-bottom: 30px;
}
.head-jy-wrap li{
    width: 48%;
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 25px;
}
.head-jy-wrap li a{
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #333333;
}
.head-jy-wrap li:nth-last-of-type(1),
.head-jy-wrap li:nth-last-of-type(2){
    margin-bottom: 0;
}
.head-jy-img{
    width: 460px;
}
.head-item:hover .head-small-menu{
    transform: translate(-50%,0);
    opacity: 1;
    visibility: visible;
}
.head-item:nth-child(5) .head-small-menu{
    left: calc(50% - 36px);
}
.head-small-menu{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,20px);
    border-top: 2px solid #50ba91;
    min-width: 100%;
    white-space: nowrap;
    background-color: #fff;
    transition: all 600ms;
    opacity: 0;
    visibility: hidden;
}
.head-small-menu ul{
    padding: 0 6px;
}
.head-small-menu ul li{
    border-bottom: 1px solid rgba(191,191,191,0.2);
    text-align: center;
    padding: 12px 0;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
}
.head-small-menu ul li a{
	color: #666666;
    transition: all 400ms;
}
#head-small-active a,
.head-small-menu ul li a:hover{
    color: #50ba91;
}

@media (max-width: 1650px) {
    .head-search-box{
        right: 80px;
    }
    .head-item{
        padding-right: 50px;
    }
    .head-item:nth-child(5) .head-small-menu {
    left: calc(50% - 25px);
}
    .head-small-menu{
        /*left: calc(50% - (50px / 2));*/
    }
}
@media (max-width:1600px){
    .head-item>a{
        font-size: 17px;
    }
    .head-menu-list{
        padding: 0 30px;
    }
    .head-submenu>p{
        font-size: 17px;
    }
    .head-submenu>ul{
        margin-top: 13px;
    }
    .head-menu-item:nth-of-type(1), .head-menu-item:nth-of-type(2), .head-menu-item:nth-of-type(3){
        margin-bottom: 80px;
    }
    .head-hx-menu-item>div h3{
        font-size: 21px;
        margin-bottom: 24px;
    }
    .head-big-menu-wrap>div{
        padding: 48px 0;
    }
    .head-jy-list>h3{
        font-size: 21px;
    }
}
@media (max-width:1500px){
    .head-item>a{
        font-size: 16px;
    }
    .head-shopping span{
        font-size: 15px;
    }
    .head-submenu>ul>li{
        margin-top: 5px;
    }
    .head-big-menu-wrap>div {
        padding: 46px 0;
    }
    .head-menu-item:nth-of-type(1), .head-menu-item:nth-of-type(2), .head-menu-item:nth-of-type(3) {
        margin-bottom: 75px;
    }
    .head-menu-item{
        padding: 0 62px;
    }
    .head-hx-menu-item>div h3{
        font-size: 20px;
        margin-bottom: 22px;
    }
    .head-jy-list>h3{
        font-size: 20px;
        margin-bottom: 26px;
    }
    .head-jy-wrap li{
        margin-bottom: 8px;
    }
    .head-small-menu ul li{
        padding: 11px 0;
    }
}
@media (max-width:1400px){
    .head-item>a{
        padding: 30px 0;
    }
    .head-content{
        width: 90%;
    }
    .head-item {
        padding-right: 46px;
    }
    .head-item:nth-child(5) .head-small-menu {
    left: calc(50% - 20px);
}
    .head-small-menu {
        /*left: calc(50% - (40px / 2));*/
    }
    .head-submenu>p{
        font-size: 16px;
    }
    .head-big-menu-wrap>div{
        padding: 44px 0;
    }
    .head-menu-item:nth-of-type(1), .head-menu-item:nth-of-type(2), .head-menu-item:nth-of-type(3) {
        margin-bottom: 72px;
    }
    .head-menu-item {
        padding: 0 58px;
    }
}
@media (max-width:1300px){
    .head-item {
        padding-right: 35px;
    }
    .head-small-menu {
        /*left: calc(50% - (35px / 2));*/
    }
    .head-item:nth-child(5) .head-small-menu {
    left: calc(50% - 17.5px);
}
    .head-jy-list>h3,
    .head-hx-menu-item>div h3{
        font-size: 19px;
    }
    .head-big-menu-wrap>div {
        padding: 41px 0;
    }
    .head-menu-item:nth-of-type(1), .head-menu-item:nth-of-type(2), .head-menu-item:nth-of-type(3) {
        margin-bottom: 68px;
    }
    .head-menu-item {
        padding: 0 52px;
    }
    .head-shopping span{
        font-size: 15px;
    }
    .head-rg>li {
        padding-right: 23px;
    }
}
@media (max-width:1200px){
    .head-item>a{
        font-size: 15px;
    }
    .head-shopping span {
        font-size: 14px;
    }
    .head-rg>li {
        padding-right: 21px;
    }
    .head-item {
        padding-right: 25px;
    }
    .head-small-menu {
        /*left: calc(50% - (25px / 2));*/
    }
    .head-item:nth-child(5) .head-small-menu {
    left: calc(50% - 12.5px);
}
    .head-jy-list>h3, .head-hx-menu-item>div h3 {
        font-size: 18px;
    }
    .head-item>a {
        padding: 27px 0;
    }
    .head-jy-menu-wrap{
        padding: 0 70px;
    }
    .head-hx-menu-item>div li a,
    .head-jy-wrap li a{
        font-size: 15px;
    }
    .head-menu-list {
        padding: 0 15px;
    }
    .head-menu-item {
        padding: 0 26px;
    }
    .head-big-menu-wrap>div {
        padding: 36px 0;
    }
    .head-submenu>p {
        font-size: 15px;
    }
    .head-submenu>ul>li {
        margin-top: 3px;
    }
    .head-submenu>ul {
        margin-top: 10px;
    }
    .head-menu-img {
        padding-right: 26px;
    }
    .head-menu-item:nth-of-type(1), .head-menu-item:nth-of-type(2), .head-menu-item:nth-of-type(3) {
        margin-bottom: 57px;
    }
    .head-hx-menu-item>div h3 {
        margin-bottom: 18px;
    }
    .head-hx-menu-item>div li{
        margin-top: 10px;
    }
    .head-jy-img {
        width: 400px;
    }
    .head-jy-list>h3{
        margin-bottom: 22px;
    }
    .head-jy-wrap li {
        margin-bottom: 5px;
    }
    .head-search-box>form>div input{
        height: 45px;
        font-size: 14px;
    }
    .head-search-box>form>div input::-webkit-input-placeholder{
        font-size: 14px;
    }
}

/* 手机端 */
.m_header{
	display: none;
}
@media (max-width: 990px) {
    .header-wrap{
        display: none;
    }
	.m_header {
		display: block;
		position: relative;
		height: 50px;
		left: 0;
		top: 0;
        z-index:999;
	}
	.sp_header {
		height: 50px;
		overflow: hidden;
		background: #fff;
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 0;
		z-index: 999;
	}
	.sp_logo {
		padding: 10px;
		float: left;
		height: 50px
	}
	.sp_logo img {
		margin: auto;
		max-height: 30px
	}
	.sp_nav {
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 15px
	}
	.sp_nav span {
		display: block;
		background: #50ba91;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}
	.sp_nav span:nth-of-type(1) {
		top: 0px
	}
	.sp_nav span:nth-of-type(2) {
		top: 10px
	}
	.sp_nav span:nth-of-type(3) {
		top: 20px
	}
	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}
	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}
	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}
	.sjj_nav {
		position: fixed;
		z-index: 9;
		background: #ffffff;
		width: 100%;
		height: calc(100% - 50px);
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
	}
	.nav_show {
		top: 50px
	}
	.sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px);
    }
	.sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}
	.sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999
	}
	.sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #ddd solid;
		height: 30px;
		padding: 0px 7px 0 7px
	}
	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}
	.sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin: 0 20px;
		position: relative;
		line-height: 40px;
		font-size: 14px
	}
	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid
	}
	.sjj_nav ul li ul {
		display: none
	}
	.sjj_nav ul li a {
		color: #666;
		width: 100%;
		display: block
	}
	.sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left
	}
	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #555
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #f5b247
	}
	.sjj_nav ul li ul li>ul {
		margin-left: 10px
	}
    .mp-search{
        padding: 18px 20px;
        background-color: #f7f9fa;
    }
    .mp-search form p{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mp-search form p input{
        width: calc(100% - 40px);
        height: 35px;
        margin-left: 21px;
        outline: none;
        border: 1px solid #ddd;
        padding: 0 10px;
        border-radius: 5px;
    }
    .mp-search form p button{
        background-color: rgba(0,0,0,0);
    }

    .mp_pt{
        margin:15px 20px 0;
    }
    .mp_pt a:nth-of-type(1){
        margin-right: 20px;
    }
    .mp_pt a:nth-of-type(1) img{
        top: -3px;
        margin-right: 6px;
    }
    .mp_pt a:nth-of-type(1) span{
        color: #666;
    }
    .mp_pt img{
        position: relative;
        top: -5px;
    }
}






/*底部导航*/
.foot-section{
    padding-top: 90px;
    background-color: #272727;
}
.foot-copy>div,
.foot-wrap{
    width: 1476px;
    margin: 0 auto;
}
.foot-top{
    display: flex;
    justify-content: space-between;
}
.foot-top-rg>h3,
.foot-fa>h5,
.foot-top-item>li:nth-of-type(1) h5{
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffffff;
}
.foot-top-item>li{
    line-height: 1;
    margin-top: 30px;
}
.foot-top-item>li:nth-of-type(1){
    margin-top: 0;
}
.font-fa-title,
.font-fa-content>a,
.foot-top-item>li>a{
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.5);
    transition: all 200ms;
    position: relative;
}
.font-fa-content:hover>a,
.foot-top-item>li:hover>a{
    transform: scale(1.1);
    color: #ffffff;
}
.foot-fwzc>li:nth-of-type(4),
.foot-fwzc>li:nth-last-of-type(2){
    margin-top: 52px;
}
.foot-mtzx>li:nth-of-type(3){
    margin-top:52px;
}
.foot-hot a::after,
.foot-new a::after{
    content: '';
    display: block;
    width: 21px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    right: -5px;
    bottom: 100%;
}
.foot-new a::after{
    background-image: url('../../images/foot-new.png');
}
.foot-hot a::after{
    background-image: url('../../images/foot-hot.png');
}


.foot-fa{
    width: 364px;
}
.foot-fa-list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height:300px;
    max-width: 100%;
}
.font-fa-title{
    margin-top: 28px;
}
.font-fa-content{
    margin-top: 20px;
    line-height: 1;
}
.font-fa-content a{
    position: relative;
    white-space: nowrap;
    padding-left:21px;
}
.font-fa-content a::before{
    content: "";
    display: block;
    width: 11px;
    height: 2px;
    background-color: #a1a1a1;
    position: absolute;
    left: 0 ;
    top: 50%;
    transform: translateY(-50%);
}
.font-fa-content:hover a::before{
    background-color: #fff;
}
.foot-fa-list>li{
    margin-right:62px;
    width: 80px;
    line-height: 1;
}




.foot-top-rg>p{
    margin-top: 30px;
}
.foot-top-rg>p>span{
    font-size: 14px;
    line-height: 30px;
    color: #0c82db;
    margin-left:6px;
}
.foot-top-rg>div{
    width: 95px;
    height: 23px;
    background-color: #0c82db;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 18px;
}
.foot-top-rg>div span{
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-left: 8px;
}
.foot-lx{
    max-width: 275px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.6);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.foot-lx>span:nth-of-type(2){
    width: calc(100% - 75px);
    /* word-break: break-all */
}
.foot-top-rg>ul>li:nth-last-of-type(1){
    display: flex;
    margin-top: 18px;
}
.foot-top-rg>ul>li:nth-last-of-type(1) div{
    width: 65px;
}
.foot-top-rg>ul>li:nth-last-of-type(1) div img{
    width: 100%;
}
.foot-top-rg>ul>li:nth-last-of-type(1) div p{
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.8);
    margin-top: 10px;
    text-align: center;
}
.foot-top-rg>ul>li:nth-last-of-type(1) div:nth-last-of-type(1){
    margin-left: 35px;
}
.foot-bottom{
    margin-top: 136px;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}
.foot-bottom li,
.foot-bottom li a{
    font-size: 14px;
    line-height:1;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.5);
}
.foot-bottom li:nth-last-of-type(1){
    margin-right: 0;
}
.foot-bottom li{
    margin-right: 50px;
}
.foot-bottom li:nth-of-type(1){
    margin-right: 40px;
}
.foot-bottom li a:hover{
    color: #fff;
}
.foot-copy{
    border-top: 1px solid rgba(115,115,115,0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px 0 111px;
}
.foot-copy>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-copy>div>ul>li{
    display: inline-block;
    margin-right: 40px;
}
.foot-copy>div>ul:nth-last-of-type(1) li:nth-last-of-type(1),
.foot-copy>div>ul>li:nth-last-of-type(1){
    margin-right: 0;
}
.foot-copy>div>ul>li>a,
.foot-copy>div>ul>li>span{
    font-size: 14px;
    line-height:1;
    color: rgba(255,255,255,0.3);
}
.foot-copy>div>ul:nth-last-of-type(1) li{
    margin-right: 16px;
}
.foot-copy>div>ul:nth-of-type(1){
    width: calc(100% - 150px);
}
@media (max-width: 1650px) {
    .foot-copy>div, .foot-wrap{
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
    }

}
@media (max-width:1600px){
    .foot-bottom{
        margin-top: 127px;
    }
    .foot-section{
        padding-top: 85px;
    }
    .foot-copy{
        padding: 31px 0 105px;
    }
    .foot-copy>div, .foot-wrap{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width:1500px){
    .foot-section {
        padding-top: 82px;
    }
    .foot-bottom {
        margin-top: 122px;
    }
    .foot-bottom li a img{
        width:52px;
    }
}
@media (max-width:1400px){
    .foot-copy>div, .foot-wrap{
        padding-left: 50px;
        padding-right: 50px;
    }
    .foot-section {
        padding-top: 77px;
    }
    .foot-bottom {
        margin-top: 108px;
    }
    .foot-copy {
        padding: 27px 0 100px;
    }
    .foot-top-item>li{
        margin-top: 27px;
    }
    .foot-fwzc>li:nth-of-type(4), .foot-fwzc>li:nth-last-of-type(2) {
        margin-top: 47px;
    }
    .foot-top-rg>p{
        margin-top: 27px;
    }
    .font-fa-title{
        margin-top:26px;
    }
}
@media (max-width:1300px){
    .foot-bottom li a img {
        width: 42px;
    }
    .foot-bottom li {
        margin-right: 45px;
    }
    .foot-bottom {
        margin-top: 104px;
    }
    .foot-section {
        padding-top: 74px;
    }
    .foot-copy>div>ul:nth-last-of-type(1) li {
        margin-right: 14px;
    }
}
@media (max-width:1200px){
    .foot-copy>div, .foot-wrap{
        padding-left: 40px;
        padding-right: 40px;
    }
    .foot-fa-list>li{
        margin-right: 30px;
    }
    .foot-fa {
        width:330px;
    }
    .foot-section {
        padding-top: 70px;
    }
    .foot-bottom {
        margin-top: 96px;
    }
    .foot-bottom li:nth-of-type(1) {
        margin-right: 30px;
    }
    .foot-copy {
        padding: 25px 0 95px;
    }
}
@media (max-width:990px){
    .foot-copy>div, .foot-wrap{
        padding-left: 25px;
        padding-right: 25px;
    }
    .foot-top{
        flex-wrap: wrap;
    }
    .foot-section {
        padding-top: 55px;
    }
    .foot-top-item>li{
        margin-top: 25px;
    }
    .font-fa-title{
        margin-top: 24px;
    }
    .foot-top-rg{
        margin-top: 32px;
        width: 100%;
    }
    .foot-fwzc>li:nth-of-type(4), .foot-fwzc>li:nth-last-of-type(2) {
        margin-top: 44px;
    }
    .font-fa-content{
        margin-top: 19px;
    }
    .foot-top-rg>p{
        margin-top:15px;
    }
    .foot-bottom li a img{
        width: 40px;
    }
    .foot-bottom li:nth-of-type(1),
    .foot-bottom li {
        margin-right: 20px;
    }
    .foot-lx{
        max-width: 100%;
    }
    .foot-bottom {
        margin-top: 66px;
    }
    .foot-copy>div{
        flex-wrap: wrap;
    }
    .foot-copy>div>ul{
        text-align: center;
    }
    .foot-copy>div>ul:nth-of-type(2),
    .foot-copy>div>ul:nth-of-type(1){
        width: 100%;
    }
    .foot-copy>div>ul:nth-of-type(1)>li{
        margin: 0 10px;
    }
    .foot-copy>div>ul:nth-of-type(2){
        margin-top: 10px;
    }
    .foot-copy{
        padding: 25px 0 30px;
    }
}
@media (max-width:767px){
    .foot-copy>div, .foot-wrap{
        padding-left: 12px;
        padding-right: 12px;
    }
    .foot-top-rg,
    .foot-fa{
        width: 100%;
        margin-top: 28px;
    }
    .foot-section {
        padding-top: 35px;
    }
    .foot-top-item>li, .font-fa-title{
        margin-top: 20px;
    }
    .foot-fwzc>li:nth-of-type(4), .foot-fwzc>li:nth-last-of-type(2) {
        margin-top: 36px;
    }
    .foot-top-rg>p {
        margin-top: 15px;
    }
    .foot-bottom{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }
    .foot-bottom li:nth-of-type(1) {
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .foot-bottom li{
        margin: 5px 8px;
    }
    .foot-copy>div>ul>li{
        line-height: 1.5;
    }
    .foot-copy {
        padding: 20px 0 28px;
    }
    .foot-fa-list{
        max-height: 299px;
    }
    .foot-top-rg>ul>li:nth-last-of-type(1){
        justify-content: center;
    }
}



/*右侧悬浮*/
.right-fixed{
    position: fixed;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.right-fixed ul li{
    width: 65px;
    height: 65px;
    background-color: #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 3px;
    transition: all 600ms;
}
.right-fixed ul li:nth-last-of-type(1){
    margin-bottom: 0;
}
.right-wrap{
    min-height: 50px;
    position: absolute;
    right: calc(100% + 30px);
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px
    rgba(0, 0, 0, 0.18);
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 600ms;
}
.right-wrap div{
    width: 15px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.right-fixed li:nth-of-type(2) .right-wrap{
    width:142px;
    height: 142px;
}
.right-fixed ul li:hover .right-wrap{
    opacity: 1;
    visibility: visible;
}
.right-fixed ul li:hover{
    background-color: #50ba91;
}
.right-wrap>img{
    width: 100%;
}
.right-wrap>p{
    white-space: nowrap;
}
@media (max-width:1600px){
    .right-fixed ul li{
        width: 60px;
        height: 60px;
    }
}
@media (max-width:1500px){
    .right-fixed{
        right: 25px;
    }
}
@media (max-width:1300px){
    .right-fixed ul li {
        width: 55px;
        height: 55px;
    }
}
@media (max-width:990px){
    .right-fixed ul li>img{
        width: 18px;
    }
    .right-fixed ul li {
        width: 45px;
        height: 45px;
    }
    .right-fixed {
        right: 16px;
    }
}
@media (max-width:767px){
    .right-fixed{
        display: none;
    }
}