@font-face {
	font-family: "FZXBSJW";  
	src: url('../fonts/FZXBSJW.woff2') format('woff2'),
		 url('../fonts/FZXBSJW.woff') format('woff'),
		 url('../fonts/FZXBSJW.ttf') format('truetype'); 
}
@font-face {
	font-family: "FZXBSJW";  
	src: url('../fonts/FZXBSJW.woff2') format('woff2'),
		 url('../fonts/FZXBSJW.woff') format('woff'),
		 url('../fonts/FZXBSJW.ttf') format('truetype'); 
}
.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 0 0 0 0.8rem;
    transform: none !important;
}

.header.hide {
    top: -2rem
}

.header .logo {
    display: inline-block;
    padding: 0.2rem 0;
}
header .logo1{display: none;}
.home_box[num='0'] .header .logo1{display: block;}
.header .logo1 {
    position: relative;
}

.header .logo1 img {
    max-height: 0.65rem;
}

.header .top_links {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-image: -moz-linear-gradient(0deg, rgb(0, 155, 69) 0%, rgb(1, 117, 182) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 155, 69) 0%, rgb(1, 117, 182) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 155, 69) 0%, rgb(1, 117, 182) 100%);
    padding: 0 0.4rem 0 0.4rem;
    border-radius: 0 0 0 0.6rem;
}

.header .top_links a {
    line-height: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
    cursor: pointer;
}

.header .top_links a.ico1 {
    background: url(../images/header_ico1.svg) left center no-repeat;
    padding: 0 0.18rem 0 0.38rem;
    margin: 0 0.2rem 0 0;
    position: relative;
    background-size: auto 1.5em;
}

.header .top_links a.ico1::before {
    content: "";
    display: block;
    width: 0.01rem;
    height: 0.22rem;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.11rem;
}

.header .top_links a.ico2 {
    background: url(../images/header_ico2.svg) left center no-repeat;
    padding: 0 0.18rem 0 0.32rem;
    margin: 0 0.13rem 0 0;
    position: relative;
    background-size: auto 1.2em;
}

.header .top_links a.ico2::before {
    content: "";
    display: block;
    width: 0.01rem;
    height: 0.22rem;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.11rem;
}

.header .top_links a.ico3 {
    background: url(../images/en.png) left center no-repeat;
    padding: 0 0rem 0 0.35rem;
    background-size: auto 1.5em;
}


.nav_img_box {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.86, 0, 0.07, 0.995);
    -ms-transition: all 1.2s cubic-bezier(0.86, 0, 0.07, 0.995);
    -moz-transition: all 1.2s cubic-bezier(0.86, 0, 0.07, 0.995);
    -webkit-transition: all 1.2s cubic-bezier(0.86, 0, 0.07, 0.995);
    -o-transition: all 1.2s cubic-bezier(0.86, 0, 0.07, 0.995);
    width: 100vw;
    height: 0;
    z-index: 10;
    padding: 0;
    overflow: hidden;
    background-image: -moz-linear-gradient(-8deg, rgb(58, 199, 109) 0%, rgb(1, 117, 181) 100%);
    background-image: -webkit-linear-gradient(-8deg, rgb(58, 199, 109) 0%, rgb(1, 117, 181) 100%);
    background-image: -ms-linear-gradient(-8deg, rgb(58, 199, 109) 0%, rgb(1, 117, 181) 100%);
}


@-webkit-keyframes colorSpin {
    0% {
        filter: hue-rotate(0deg)
    }

    25% {
        background-position: 0% 100%
    }

    50% {
        background-position: 60% 80%;
        filter: hue-rotate(140deg)
    }

    75% {
        background-position: 60% 100%
    }

    100% {
        filter: hue-rotate(0deg)
    }
}

@keyframes colorSpin {
    0% {
        filter: hue-rotate(0deg)
    }

    25% {
        background-position: 0% 100%
    }

    50% {
        background-position: 60% 80%;
        filter: hue-rotate(140deg)
    }

    75% {
        background-position: 60% 100%
    }

    100% {
        filter: hue-rotate(0deg)
    }
}

.nav_img_box.on {
    opacity: 1;
    height: 100vh;
    box-sizing: border-box;
    padding: 0.55rem 0 0vh;
    /* display: flex; */
    /* flex-direction: column; */
}

.nav_content {
    position: relative;
    /* padding: 19rem 0 0; */
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.nav_content .close {
    position: absolute;
    right: 0;
    width: 0.38rem;
    height: 0.38rem;
    border: .02rem solid #fff;
    border-radius: 50%;
    background: url(../images/close.svg) center no-repeat;
    right: 1.3rem;
    ;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.nav_content .logo2 {
    text-align: center;
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* top: 0; */
}

.nav_content .logo2 img {
    display: inline-block;
}


.nav {
    margin-top: 0.8rem;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/bg4.png) no-repeat 3vw bottom;
    background-size: 82% 100%;
    ;
    position: absolute;
    left: 0;
    top: 0;
}

.nav ul {
    /* font-size: 0; */
    /* text-align: justify; */
    text-justify: inter-ideograph;
    margin: 0 0 0 -0.1rem;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.nav ul::after {
    content: '';
    width: 100%;
    display: none;
    *display: inline;
    *zoom: 1;
}

.nav ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    /* margin: 0 0 0 0.45rem; */
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    transform: perspective(50rem);
    -moz-transform: perspective(50rem);
    -o-transform: perspective(50rem);
    -webkit-transform: perspective(50rem);
    margin: 0 0 0 0.1rem;
    line-height: 0.4rem;
}

.nav ul li>a {
    font-size: 0.24rem;
    display: block;
    position: relative;
    color: #fff;
    transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}

.nav ul li:hover>a, .nav ul li>a.on {
    text-shadow: none;
}

.subNav {
    white-space: normal;
    padding: 0.3rem 0 0rem;
}

.subNav dl {}

.subNav dd {
    display: block;
}

.subNav a {
    color: #fff;
    display: block;
    line-height: 0.4rem;
    font-size: 0.18rem;
    white-space: nowrap;
    text-align: left;
}

.subNav a:hover {}

.nav .nav_links {
    color: #fff;
    text-align: right;
    position: relative;
    margin: 0.3rem 0;
}

.nav .nav_links a {
    display: inline-block;
    color: #fff;
    padding: 0 0.25rem;
}

.nav .nav_links div a:last-child {
    padding-right: 0;
}

.nav .nav_links div {
    margin-bottom: 0.15rem;
}

.nav .nav_links div:last-child {
    margin-bottom: 0rem;
}

.bot {
    position: relative;
    box-sizing: border-box;
    padding: 6vh 0;
    background: url(../images/bg3.png) no-repeat;
    background-size: cover;
}

.bot .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bot dl {
    display: flex;
    color: #fff;
    position: relative;
    display: flex;
    margin-left: 0.6rem;
    overflow: hidden;
    flex: 1;
    overflow: hidden;
}

.bot dt {
    margin-right: 0.4rem;
}

.bot dd {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.bot dd div:nth-child(2) {
    margin: 0 0.2rem;
}

.bot dd a {
    color: rgb(199, 216, 239);
    display: block;
    /* line-height: 2.25; */
    line-height: 1.5;
    margin-bottom: 0.15rem;
}

.bot dd a:hover {
    color: #fff;
}


.pop_box {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.pop_box.on {
    display: block;
}

.pop_box .pop_box_bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
    cursor: pointer;
}

.pop_box .pop_box_bg .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 6%;
    top: 10%;
    background: url(../images/close.png) center/contain;
    border: none;
}

.pop_box .ser {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: calc(100% - 0.4rem);
}

.pop_box .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 6%;
    top: 10%;
    background: url(../images/close.png) center/contain;
}





.header .top_links {}

.header .top_links .arrow, .header .top_links .item, .header .top_links .item::before {
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.header .top_links .item {
    color: #666;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0 0 .2rem;
    line-height: .3rem;
    z-index: 2;
    width: .4rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem
}

.header .top_links .item {
    color: #666;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0 0 .2rem;
    line-height: .3rem;
    z-index: 2;
    width: .4rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    background: url(../fonts/header_link_bg.svg) center no-repeat;
    background-size: 100% auto
}

.header .top_links .log_info {
    background: 0 0;
    width: auto;
    font-size: 16px
}

.header .top_links .log_info a {
    display: inline-block;
    padding-left: 10px;
    cursor: pointer
}

.header .top_links .item em {
    position: absolute;
    background: #fff;
    z-index: 2;
    font-size: 12px;
    line-height: 1.2;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-style: initial;
    display: none;
    padding: 4px 6px;
    filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, .2));
    white-space: nowrap
}

.header .top_links .item.log_info em {
    display: none !important
}

.header .top_links .item span {
    display: inline-block;
    font-size: 20px
}

.header .top_links .item:first-child {
    margin: 0
}

.header .top_links .icon-header-link4 {
    color: #9c2226
}

.header .top_links .search_link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0 0 .3rem;
    line-height: .3rem;
    z-index: 2;
    width: .4rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #9c2226
}

.log_out {
    cursor: pointer !important
}

.nav2 {
    margin: 0 auto;
    position: relative;
    text-align: center
}

.nav2 li {
    margin: 0 .39rem;
    position: relative;
    width: auto
}

.nav2 a {
    display: block;
    position: relative;
    line-height: .85rem;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    margin-left: 0;
    font-weight: 700
}

.nav2 li.active a, .nav2>ul>li.current>a, .nav2>ul>li>a.current {
    color: #e29c45
}

.detail_nav2 {
    position: absolute;
    width: 660px;
    overflow: hidden;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    top: 100%;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: left
}

.detail_nav2.active {
    overflow: visible;
    height: auto
}

.detail_nav2 .box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .3rem;
    right: .2rem;
    display: none;
    z-index: 10;
    padding: 0
}

.detail_nav2 .box.active {
    display: block
}

.detail_nav2 a {
    color: #9b2125;
    line-height: 24px;
    padding: 9px 0 9px 18px;
    position: relative;
    display: inline-block;
    width: 33.3%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    vertical-align: top
}

.detail_nav2 a.current {
    color: #e29c45
}

.detail_nav2 a::before {
    content: '';
    display: block;
    border: .01rem dashed #cc7a7d;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 17px
}

.detail_nav2 a.current::before {
    border-color: #e29c45
}

.detail_nav2_bg {
    position: relative;
    width: 100%;
    max-width: initial;
    z-index: 1;
    display: block;
    filter: drop-shadow(0 5px 9.5px rgba(0, 0, 0, .1))
}

.detail_nav2_bg .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #eddfdf
}

.detail_nav2_bg .st1 {
    opacity: .2;
    fill: none;
    stroke: #991f23;
    stroke-width: .8761;
    stroke-miterlimit: 3.5043;
    enable-background: new
}

.detail_nav2 a {
    color: #7b841a
}

.detail_nav2 a::before {
    border-color: #adb26b
}

.detail_nav2_bg .st1 {
    stroke: #767f15
}

.detail_nav2_bg .st0 {
    fill: #eceddf
}

.home_nav_side_line {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: .02rem solid rgba(255, 255, 255, .2);
    width: .38rem;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.home_nav_side_line::after, .home_nav_side_line::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: .02rem solid rgba(255, 255, 255, .2);
    border-bottom: .02rem solid rgba(255, 255, 255, .2);
    height: 25%
}

.home_nav_side_line::after {
    height: 75%
}

.home_nav_side_line .l {
    position: absolute;
    width: .02rem;
    height: 100%;
    background: url(../fonts/a479730f409f457c94b1b451d1dc76af.woff);
    background: url(../fonts/mob_nav_btn.svg);
    background-size: 100% 100%
}

.mob_nav_btn {
    height: 34px;
    text-align: left;
    width: 34px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
    margin-right: 0;
    font-weight: 700;
    text-align: right;
    right: 30px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/mob_nav_btn.svg);
    background-size: 100% 100%
}

.mob_nav_btn span {
    position: absolute;
    left: calc((100% - 14px)/ 2);
    top: calc((100% - 1px)/ 2);
    width: 14px;
    height: 1px;
    background-color: #fff;
    animation-duration: .5s;
    animation-fill-mode: both
}

.mob_nav_btn span:nth-child(1) {
    transform: translateY(2px) rotate(0);
    animation-name: outfirst
}

.mob_nav_btn span:nth-child(2) {
    transform: translateY(-2px) rotate(0);
    animation-name: outsecond
}

.mob_nav_btn span:nth-child(3) {
    transform: translateY(-2px) rotate(0);
    animation-name: outthird
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg)
    }

    100% {
        transform: translateY(-4px) rotate(0)
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg)
    }

    100% {
        transform: translateY(0) rotate(0)
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg)
    }

    100% {
        transform: translateY(4px) rotate(0)
    }
}

.mob_nav_btn.on span:nth-child(1) {
    animation-name: clickfirst
}

.mob_nav_btn.on span:nth-child(2) {
    animation-name: clicksecond
}

.mob_nav_btn.on span:nth-child(3) {
    animation-name: clickthird
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0)
    }

    100% {
        transform: translateY(0) rotate(45deg)
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0)
    }

    100% {
        transform: translateY(0) rotate(-45deg)
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}




@media screen and (max-width:767px) {
    .mob_nav_btn {
        width: 30px;
        height: 30px;
        background-size: 100% auto;
        right: 20px
    }

    .mobile-nav {
        padding-top: 110px;
        padding-bottom: 0
    }

    .mobile-nav li a {
        line-height: 30px
    }

    .mobile-nav dd a {
        line-height: 20px
    }

    .mobile-nav .arrow {
        top: 5px
    }
}
   

.home_nav3.home_nav.show_search {
    left: 0;
    transform: none;
    opacity: 0;
    z-index: -1
}

.home_nav3.home_nav.show_search.on {
    opacity: 1;
    z-index: 9999;
    padding: 0
}

.home_nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.4rem;
    background: url(../images/side_bg2.png) #8e9914;
    padding: .39rem 0 0 .4rem;
    box-sizing: border-box;
    z-index: 21;
    transform: translateX(-2.5rem);
    transition: all ease .3s;
    -ms-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s
}

.swiper-wrapper .home_nav {
    position: absolute;
    transform: translateX(-2.4rem)
}

.swiper-wrapper .swiper-slide-active .home_nav {
    position: absolute;
    transform: translateX(0)
}

.side_logo {
    display: block;
    margin: 0 auto .5rem;
    width: 1.5rem
}

.home_nav_side_line {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: .02rem solid rgba(255, 255, 255, .2);
    width: .38rem;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.home_nav_side_line::after, .home_nav_side_line::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: .02rem solid rgba(255, 255, 255, .2);
    border-bottom: .02rem solid rgba(255, 255, 255, .2);
    height: 25%
}

.home_nav_side_line::after {
    height: 75%
}

.home_nav_side_line .l {
    position: absolute;
    width: .02rem;
    height: 100%;
    background: url(../images/line2.png);
    right: -.02rem;
    top: 0
}

.home_nav_side_line .o1 {
    position: absolute;
    height: .02rem;
    width: 100%;
    background: url(../images/line1.png);
    left: 0;
    top: calc(12.5% - 1px)
}

.home_nav_side_line .o2 {
    position: absolute;
    height: .02rem;
    width: 100%;
    background: url(../images/line1.png);
    left: 0;
    top: calc(37.5% - 1px)
}

.home_nav_side_line .o3 {
    position: absolute;
    height: .02rem;
    width: 100%;
    background: url(../images/line1.png);
    left: 0;
    top: calc(62.5% - 1px)
}

.home_nav_side_line .o4 {
    position: absolute;
    height: .02rem;
    width: 100%;
    background: url(../images/line1.png);
    left: 0;
    top: calc(87.5% - 1px)
}

.home_nav.show_search .home_nav_side_line {
    left: -.5rem
}

.home_nav.show_search .side_search .link {
    display: block
}

.home_nav.show_search .side_search .search input.notxt {
    opacity: 1
}

.home_nav.show_search {
    width: 100vw;
    text-align: center;
    padding: 0;
    z-index: 1000;
    transition: all cubic-bezier(.215, .61, .355, 1) .5s;
    -ms-transition: all cubic-bezier(.215, .61, .355, 1) .5s;
    -moz-transition: all cubic-bezier(.215, .61, .355, 1) .5s;
    -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .5s;
    -o-transition: all cubic-bezier(.215, .61, .355, 1) .5s
}

.home_nav::before {
    content: '';
    background: url(../images/side_bg2.png), url(../images/search_bg.png) center bottom no-repeat #8e9914;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    font-size: 0;
    width: 100vw;
    transform: translateX(-100vw);
    transition: all cubic-bezier(.215, .61, .355, 1) .5s;
    -ms-transition: all cubic-bezier(.215, .61, .355, 1) .5s;
    -moz-transition: all cubic-bezier(.215, .61, .355, 1) .5s;
    -webkit-transition: all cubic-bezier(.215, .61, .355, 1) .5s;
    -o-transition: all cubic-bezier(.215, .61, .355, 1) .5s
}

.home_nav.show_search::before {
    transform: translateX(0)
}

.home_nav .search_close {
    display: none;
    position: fixed;
    right: .5rem;
    top: .5rem;
    width: .7rem;
    height: .7rem;
    background: url(../images/search_close.png) center no-repeat rgba(255, 255, 255, .1);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10
}

.home_nav.show_search .search_close {
    display: block
}

.home_nav.show_search .side_logo {
    display: none
}

.home_nav .search_title {
    display: none
}

.home_nav.show_search .search_title {
    color: #fff;
    margin: .92rem 0 .48rem;
    display: block;
    position: relative;
    z-index: 2
}

.home_nav.show_search .side_search {
    margin: 0 auto;
    height: .78rem;
    width: 11.1rem;
    position: relative;
    border-radius: 1rem
}

.home_nav.show_search .side_search .cover {
    display: none
}

.home_nav.show_search .search {
    background: rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: .5rem;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    flex-direction: row-reverse
}

.home_nav.show_search .search input.notxt1 {
    width: .78rem;
    background-color: #e29c45;
    border-radius: 50% 50% 50% 0;
    height: calc(100% + 2px)
}

.home_nav.show_search .search input.notxt {
    width: calc(100% - .52rem);
    padding-left: .3rem;
    color: rgba(255, 255, 255, .6);
    font-family: inherit;
    background-size: .18rem auto;
    font-size: .18rem;
    flex-shrink: 1;
    position: relative
}

.home_nav.show_search .advanced_search {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 1.5rem;
    height: .7rem;
    padding: 0 .3rem;
    border: .01rem solid #8f9db2;
    border-radius: .5rem;
    line-height: .7rem;
    text-align: left;
    color: #8f9db2;
    font-weight: 700;
    margin: 0 -1.94rem 0 0
}

.home_nav.show_search .advanced_search::before {
    content: '';
    display: block;
    border-top: .1rem solid #8c9db6;
    border-left: .07rem solid transparent;
    border-right: .07rem solid transparent;
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%)
}

.search_select {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
    font-size: 18px;
    z-index: 5;
    min-width: 1.8rem;
    cursor: pointer;
    width: auto;
    flex-shrink: 0
}

.search_select .arrow {
    position: absolute;
    width: .4rem;
    height: .4rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.search_select .arrow::before {
    content: '';
    position: absolute;
    border-top: 7px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.search_select .t {
    color: #fff;
    position: relative;
    padding-left: .3rem;
    padding-right: .4rem;
    top: 50%;
    transform: translateY(-50%);
    min-width: 6em;
    text-align: left;
    display: inline-block;
    line-height: .78rem;
    font-size: .18rem
}

.fast_search {
    margin: 18px auto -10px;
    text-align: left;
    width: 10.5rem;
    display: block;
    line-height: .28rem;
    position: relative;
    z-index: 2
}

.fast_search .title {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 0 .06rem 0 0
}

.fast_search .btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 .13rem 10px 0;
    color: rgba(255, 255, 255, .8);
    cursor: pointer;
    background: rgba(0, 0, 0, .1);
    padding: .08rem .22rem;
    max-width: 2.8rem;
    border-radius: 1rem
}

.fast_search .btn p {
    font-size: .16rem;
    line-height: 2em;
    max-height: 4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.fast_search .clear_history {
    display: inline-block;
    vertical-align: top;
    font-size: .16rem;
    line-height: 2em;
    padding: .08rem .22rem;
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.fast_search .btn:hover, .fast_search .clear_history:hover {
    color: #fff
}

.wrap_search .fast_search {
    width: auto
}

.fast_search2 {
    margin: .16rem auto .26rem;
    width: 10.8rem;
    position: relative;
    padding: 28px 0 4px;
    z-index: 2;
    text-align: left
}

.fast_search2::before {
    content: '';
    display: block;
    width: .16rem;
    height: .16rem;
    position: absolute;
    left: 1.3rem;
    top: -.09rem;
    transform: rotate(135deg);
    border: 1px solid rgba(255, 255, 255, .15);
    clip-path: polygon(0 0, 100% 100%, 0 100%)
}

.fast_search2::after {
    content: '';
    display: block;
    clip-path: polygon(0 0, 1.27rem 0, 1.4rem 30%, 1.5rem 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid rgba(255, 255, 255, .15);
    z-index: -1
}

.fast_search2 ul {
    margin: 0 0 0 -.61rem;
    padding: 0 .43rem
}

.fast_search2 li {
    width: auto;
    margin-bottom: 20px
}

.fast_search2 .item {
    margin: 0 0 0 .61rem;
    padding: 0;
    cursor: pointer;
    position: relative
}

.fast_search2 .title {
    margin: 0 0 0;
    line-height: .32rem;
    height: .32rem;
    padding: 0 .14rem 0 .16rem;
    position: relative;
    white-space: nowrap;
    color: #fff;
    overflow: visible;
    min-width: 4em;
    border: 1px solid transparent;
    font-size: .16rem
}

.fast_search2 i {
    width: .16rem;
    height: .16rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    border-radius: 50%;
    font-size: 0;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, .6);
    box-sizing: border-box;
    color: #fff;
    z-index: 2
}

.fast_search2 .title, .fast_search2 i, .fast_search2 ul {
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

.fast_search2 li.active .title {
    color: #e29c45;
    border: 1px solid rgba(226, 156, 69, .8)
}

.fast_search2 li.active i {
    width: .22rem;
    height: .22rem;
    border-radius: 50%;
    font-size: .14rem;
    text-align: center;
    line-height: .22rem;
    background: #e29c45;
    border-color: transparent
}

.fast_search2 {
    display: block
}

.fast_search2.on {
    display: none
}

.fast_search3 {
    position: relative;
    z-index: 2
}

.fast_search3 ul {
    margin: 0 auto -.1rem;
    padding: .4rem 0 0
}

.wrap_search .fast_search3 ul {
    padding: .2rem 0 0
}

.fast_search3 li {
    width: auto
}

.fast_search3 .item {
    margin: 0 .08rem .1rem;
    position: relative;
    padding: .14rem .2rem;
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-mask-image: radial-gradient(circle at .11rem .11rem, transparent .11rem, #000 0);
    mask-image: radial-gradient(circle at .11rem .11rem, transparent .11rem, #000 0);
    -webkit-mask-position: -.11rem -.11rem;
    mask-position: -.11rem -.11rem;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    background-image: radial-gradient(circle at .11rem .11rem, rgba(255, 255, 255, .5) .11rem, transparent .11rem);
    background-position: -.11rem -.11rem;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    font-size: .16rem
}

.color_select {
    position: relative;
    z-index: 2;
    padding: 30px 0 0
}

.color_select .item {
    display: inline-block;
    width: 20px;
    height: 17px;
    margin: 0 5px;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative
}

.color_select .item1 {
    background: #767f15
}

.color_select .item2 {
    background: #ba2227
}

.color_select .item3 {
    background: #3e90b0
}

.color_select .item4 {
    background: #a19e8f
}

.color_select .item.on {
    border: 2px solid rgba(255, 255, 255, .3)
}

@media screen and (min-width:1920px) {
    .fast_search, .fast_search3 .item {
        font-size: .16rem
    }
}

@media screen and (max-width:1000px) {
    .fast_search2, .home_nav.show_search .fast_search, .home_nav.show_search .side_search {
        width: 90%
    }
}

@media screen and (max-width:1440px) {
    .nav2 li {
        margin: 0 .2rem
    }

    .fast_search2 i, .fast_search2 li.active i {
        width: 14px;
        height: 14px;
        line-height: 10px
    }

    .fast_search2 li.active i::before {
        font-size: 12px;
        transform: scale(.8)
    }
}

@media screen and (max-width:767px) {
    .search_select .t {
        font-size: 13px
    }

    .fast_search2 {
        display: none
    }

    .fast_search2.on {
        display: block
    }
}


@media screen and (max-width:1000px) {
    header .logo1{display: block;}
    .header {
        position: relative; 
        background-image: -moz-linear-gradient(-8deg, rgb(58, 199, 109) 0%, rgb(1, 117, 181) 100%);
        background-image: -webkit-linear-gradient(-8deg, rgb(58, 199, 109) 0%, rgb(1, 117, 181) 100%);
        background-image: -ms-linear-gradient(-8deg, rgb(58, 199, 109) 0%, rgb(1, 117, 181) 100%);
        padding: 0 0 0 20px;
    } 
    .header .top_links {
        display: none;
    }

    header {
        position: relative;
    }


    .mobile_header_cover {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 100%;
        background: rgba(0, 0, 0, .7);
        z-index: 9;
        transition: all ease-in-out .2s;
        -ms-transition: all ease-in-out .2s;
        -moz-transition: all ease-in-out .2s;
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s
    }

    .mobile_header_cover.on {
        bottom: 0
    }

    .mobile-header {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 995;
        overflow: auto;
        background-image: -moz-linear-gradient(-8deg, rgb(58, 199, 109) 0%, rgb(1, 117, 181) 100%);
        background-image: -webkit-linear-gradient(-8deg, rgb(58, 199, 109) 0%, rgb(1, 117, 181) 100%);
        background-image: -ms-linear-gradient(-8deg, rgb(58, 199, 109) 0%, rgb(1, 117, 181) 100%);
        display: none;
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
        padding-left: 55px;
        padding-right: 20px
    }

    .mobile-header.on {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: y_scale;
        display: block
    }

    .mobile-header .home_nav_side_line {
        width: 30px
    }

    .mobile-nav {
        width: 100%;
        padding-top: 70px
    }

    .mobile-nav ul {
        max-height: calc(100vh - 185px);
        overflow: auto
    }

    .mobile-nav ul::-webkit-scrollbar {
        width: 0
    }

    .mobile-nav li {
        position: relative;
        padding: 0 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0)
    }

    .mobile-nav li a {
        display: block;
        line-height: 45px;
        text-decoration: none;
        font-size: 18px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        color: #fff;
        position: relative
    }

    .mobile-nav dd a {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: returnToNormal;
        animation-name: returnToNormal
    }

    @-webkit-keyframes returnToNormal {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes returnToNormal {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .mobile_subNav {
        padding: 0 0 0 0px;
        overflow: hidden
    }

    .mobile-nav dd a {
        height: 20px;
        line-height: 20px;
        border-top: 1px solid rgba(135, 135, 135, .1);
        font-size: 16px;
        padding: 10px 40px;
        position: relative
    }

    .mobile-nav dd:first-child a {
        border-top: 0
    }

    .mobile-nav dd:hover a {
        color: #fff
    }

    .mobile-nav .arrow {
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 2.5rem;
        cursor: pointer;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 40px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background: url(../images/mobile_arrow1.png) center no-repeat;
    }

    .mobile_subNav {
        display: none;
    }

    li.on .mobile_subNav {
        display: block
    }

    .mobile-nav li.on>.arrow {
        background-image: url(../images/mobile_arrow2.png)
    }

    .mob_links1 {
        color: #fff;
        line-height: 1.5;
        margin: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 10px;
    }

    .mob_links1 a {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        margin: 0 10px 5px;
    }

    .mob_links2 {
        text-align: center;
        line-height: 1.5;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 10px;
    }

    .mob_links2 dd {
        display: inline-block;
        margin: 0 10px 5px;
    }

    .mob_links2 a {
        color: #fff;
        opacity: .8;
        font-size: 14px
    }

    .mobile_search {
        clear: both;
        position: relative;
        background: #fff;
        overflow: hidden;
        margin: 10px 0 0;
        height: 40px;
    }

    .mobile_search .search {
        width: 100%;
        height: 40px;
        background: #fff;
        z-index: 999;
    }

    .mobile_search .search input.notxt {
        position: absolute;
        width: calc(100% - 50px);
        height: 100%;
        color: #999;
        left: 0rem;
        top: 0px;
        padding: 0;
        margin: 0;
        outline: none;
        font-size: 14px;
        z-index: 3;
        padding: 0 0 0 20px;
        background: transparent;
        border: 0;
        box-sizing: border-box;
    }

    .mobile_search .search input.notxt1 {
        position: absolute;
        width: 46px;
        height: 100%;
        border: none;
        right: 0;
        cursor: pointer;
        z-index: 4;
        font-size: 0;
        bottom: 0;
        background: url(../images/m_search.png) no-repeat center center;
        padding: 0;
    }


}





  
.footer{padding: 0.84rem 0 0 ;}
.footer1{text-align: center;}
.footer1 a{display: inline-block;}
.footer2{margin: 0.54rem 0 0;border-top: 0.02rem solid rgb(199, 216, 239);border-bottom: 0.02rem solid rgb(199, 216, 239);position: relative;display: flex;align-items: center;}
.footer2::before{content: '';display: block;width: 1px;height: 100%;background: rgb(199, 216, 239);position: absolute;left: 50%;top: 0;}
.footer2 .lt{width: 50%;}
.footer2 .lt dl{border-bottom: 0.02rem solid rgb(199, 216, 239);display: flex;box-sizing: border-box;padding: 0.4rem  0.5rem 0.25rem 0;}
.footer2 .lt dl:last-child{border-bottom: none;-top: 0.2rem;}
.footer2 .lt dt{width: 1.3rem;color: #fff;}
.footer2 .lt dd{flex: 1;overflow: hidden;display: flex;flex-wrap: wrap;}
.footer2 .lt dd a{display: inline-block;color: rgb(199, 216, 239);box-sizing: border-box;padding-right: .1rem;min-width: 10em;margin-bottom: 0.15rem;}
.footer2 .lt dd a:hover{color: #fff;}
.footer2 .lt dl:nth-child(1) a:nth-child(even){min-width: 16em; }
.footer2 .rt{width: 50%;display: flex;align-items: center;justify-content: center;box-sizing: border-box;padding: 0rem 0.2rem 0rem;}
.footer2 .rta{text-align: center;}
.footer2 .rta img{display: inline-block;max-width: 4em;}
.footer2 .rta p{color: rgb(255, 255, 255);line-height: 1.5;margin: 0.1rem 0 0;}
.footer2 .rtb{margin-left: 0.5rem;}
.footer2 .rtb p{color: #fff;line-height: 1.5;margin-bottom: 0.1rem;}
.footer2 .rtb p span{display: inline-block;width: 4em;text-align: justify;text-align-last: justify;}
.footer2 .rtb p b{font-weight: normal;}
.rtc{display: flex;margin: 0.45rem 0 0;}
.rtc .share-item{width: 0.7rem;height: 0.7rem;position: relative;margin-left: 1rem;}
.rtc .share-item:first-child{margin-left: 0rem;}
.rtc .share-item.weixin{background: url(../images/footer_ico1.png) no-repeat center;background-size: cover;}
.rtc .share-item.weibo{background: url(../images/footer_ico2.png) no-repeat center;background-size: cover;}
.rtc .share-item .code{position:absolute;bottom:100%;left:50%;margin-left:-70px;margin-bottom:10px;margin-top:15px;padding:10px;width:140px;background-color:#fff;border-radius:3px;box-shadow:0 0 10px rgba(0,0,0,0.15);border-radius:5px;box-sizing:border-box;visibility: hidden;opacity: 0;transform:translateY(-10px);transition:all 0.2s ease-out 0s;z-index: 99;}
.rtc .share-item .code img{display:block;width:100%;}
.rtc .share-item:hover .code{visibility:visible;opacity:1;transform:none;}

.footer3{color: rgb(199, 216, 239);line-height: 2.25;text-align: center;margin: 0.2rem 0 0;padding-bottom: 0.2rem;}

 
@media screen and (max-width:1000px) { 
	.footer2{flex-direction: column;}
	.footer2::before{display: none;}
	.footer2 .lt{width: 100%;}
	.footer2 .rt{width: 100%;}
	.footer2 .lt dt{width: 5em;}
	.footer2 .lt dd a{min-width: auto;box-sizing: border-box;padding-right: 15px; }
	.footer2 .lt dl:nth-child(1) a:nth-child(even){min-width: auto; }
	.footer2 .rt{padding-bottom: 20px;}
}
@media screen and (max-width:767px) {}
@media screen and (max-width:479px) {}