@font-face {
    font-family: SourceHanSans;
    src: url("../font/Source_Han_Sans_SC_Normal_Normal.otf");
}
body{
    font-size: .14rem;
    font-family: 'SourceHanSans';
}
.container {
    max-width: 17.50rem;
    margin: 0 auto;
}
.container1555 {
    max-width: 15.55rem;
    margin: 0 auto;
}
.background{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*{
    color: #433C37;
}
.flex-container1 { display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap; }
.flex-container2 { display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap; }
.flex-container3 { display: flex;align-items: flex-end;justify-content: space-between;flex-wrap: wrap; }
.flex-container4 { display: flex;align-items: center;justify-content: space-around;flex-wrap: wrap; }
.flex-container5 { display: flex;align-items: center;flex-wrap: wrap; }
.flex-container6 { display: flex;align-items: flex-start;flex-wrap: wrap; }
.flex-container7 { display: flex;align-items: flex-end;flex-wrap: wrap; }
.textover1{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.textover2{text-overflow: ellipsis !important;overflow: hidden !important;white-space: nowrap;}
.textover3{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.header{
    width: 100%;
    padding: .2rem 0;
    background: #fff;
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
    transition: all .3s;
}
.header.header-fixed {padding:.1rem 0;}
.header nav{width: 100%; background-color: #fff;}
.nav-left .logo img{width: 2.26rem;}
.nav-right{
    display: flex;
    margin-right: .2rem;
}
.nav-right .language{
    position: relative;
}
.nav-right .language>a{
    display: flex;
    align-items: center;
    font-size: .22rem;
    padding: .1rem .4rem .1rem 0;
    position: relative;
}
.nav-right .language>a img{
    width: .25rem;
    margin-right: .05rem;
    margin-top: .05rem;
}
.nav-right .language>a::after{
    content: '>';
    font-family: '宋体';
    font-size: .22rem;
    font-weight: bold;
    position: absolute;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}
.nav-right .language ul{
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 .05rem .05rem #f7f7f7;
    position: absolute;
    left: 0;
    top: 100%;
    transition: all .5s;
}
.nav-right .language:hover ul{
    opacity: 1;
}
.nav-right .language ul li a{
    display: flex;
    align-items: center;
    font-size: .22rem;
    padding: .1rem .3rem;
}
.nav-right .language ul li a img{
    width: .25rem;
    margin-right: .05rem;
    margin-top: .05rem;
}
.nav-right .language ul li a:hover{
    font-weight: bold;
}
.nav-right .nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nav-right .nav li{font-size: .18rem;color: #433C37;margin-right: .6rem;}
.nav-right .nav li a{border-bottom: 2px solid transparent; padding-bottom: .05rem; transition: all .3s;}
.nav-right .nav li:hover a,
.nav-right .nav li.current-menu-item a{font-weight: bold; border-bottom: 2px solid #433C37;}
.nav-right .nav li:last-child{width: 1.6rem;background-color: #433C37;color: #fff;font-size: .18rem;border-radius: .4rem;text-align: center;padding: .1rem 0;}
.nav-right .nav li:last-child a{color: #fff;}
.mg190{height: 1.1rem;}
.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow: auto;
	z-index: 99999999;
	background: #fff;
    z-index: 8;
}
.nav_box .box{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.nav_box .nav-title {
	height: .57rem;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    visibility: hidden;
}

.nav_box .nav-title .navclose {
	width: .22rem;
	height: .22rem;
	display: block;
	font-size: 0;
	line-height: .41rem;
	position: absolute;
	right: .15rem;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title .navclose img {
	width: 100%;
}

.nav_box .nav-title h1 {
	text-align: left;
	width: .68rem;
	margin-left: .15rem;
	line-height: 0;
	padding-top: .11rem;
}

.nav_box .nav-title h1 img {
	width: 100%;
}

.nav_box .navlist {
	width: 100%;
	padding-bottom: .20rem;
}

.nav_box .navlist ul.clearfix>li {
	float: left;
	width: 100%;
	font-size: .16rem;
	line-height: .60rem;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	padding: 0 .15rem;
	text-transform: capitalize;
}

.nav_box .navlist ul.clearfix>li>a {
	display: block;
	color: #433c37;
	position: relative;
}

.nav_box .navlist ul.clearfix>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url(../images/icon_jt.png) no-repeat center center / cover;
}

.nav_box .navlist ul.clearfix>li>a.cur:before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 32%;
    transition: all 1s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.navlist>ul.clearfix>li ul.sub-menu {
	border-top: 1px solid rgba(255, 255, 255, .06);
	display: none;
	padding: .10rem 0;
    transition: none;
}

.navlist>ul.clearfix>li ul.sub-menu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: .14rem;
	line-height: .34rem;
}
.nav_box .box .language ul{
    display: flex;
    justify-content: space-evenly;
}
.nav_box .box .language ul li a{
    display: block;
    font-size: 16px;
    padding: 5px 30px;
    border: 1px solid #aaa;
    color: #433c37;
    border-radius: 30px;
}
.nav_box .box .language ul li a.on{
    color: #fff;
    background: #433C37;
}
/* .fixed-head .navbar span,.fixed-head .navbar span:nth-of-type(2),.fixed-head .navbar span:nth-of-type(3) {background-color: #3c81da;} */
.nav_box{
    transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
}
.nav_box.cur{left: 0;    
	transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
    z-index: -1;
}
/* navbar */
.navbar {width: .30rem;cursor: pointer;display: none;position: relative;}
.navbar span:nth-of-type(1),.navbar span:nth-of-type(2),.navbar span:nth-of-type(3) {width: .2rem; height: .02rem; background-color: #433c37; border-radius: 3rem; position: absolute;transition: transform 0.15s ease;}
.navbar span:nth-of-type(2),.navbar span:nth-of-type(3) { content: ""; display: block;}
.navbar span:nth-of-type(2) {top: -.07rem;}
.navbar span:nth-of-type(3) {bottom: -.07rem;}
.navbar span:nth-of-type(1) {top: 50%; margin-top: -.015rem; transition-duration: 0.3s;transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);}
.navbar span:nth-of-type(2) {transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease}
.navbar span:nth-of-type(3) {transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease}
.navbar.is-active span:nth-of-type(1){transform: rotate(225deg);transition-delay: 0.14s;transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);}
.navbar.is-active span:nth-of-type(2) {top: 0;opacity: 0;transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease;}
.navbar.is-active span:nth-of-type(3) {bottom: 0;transform: rotate(-50deg);transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;}

.window-search-bg{position: fixed;top: 0;left: 0;z-index: 9;width: 100%;height: 100%; background-color: rgba(0,0,0,.7);visibility: hidden; opacity: 0; z-index: 1000;}
.window-search {transition: all .3s;width: 100%;height: auto; padding: .50rem 0; background-color: rgb(255, 255, 255);visibility: hidden;opacity: 0;transform: translateY(-.10rem);}
.window-search .window-search-logo {max-width: 1.50rem;display: block;margin: 0 auto .25rem;}
.close-search {position: absolute;top: .45rem;right: .45rem;width: .35rem;height: .35rem;cursor: pointer;}
.close-search span {position: absolute;top: .17rem;left: .06rem;width: .25rem;height: .02rem;background-color: #e01c26;}
.close-search span:first-child {transform: rotate(45deg);}
.close-search span:last-child {transform: rotate(-45deg);}
.window-searchform {max-width: 6.00rem;font-size: 0;margin: 0 auto;padding: 0 .15rem;}
.window-searchform input {float: left;display: block;padding-left: .10rem;width: 79%;border: none;background: none;border: 1px solid #e01c26;line-height: .44rem;color: #777;font-size: 16rem;outline: none;}
.window-searchform button {float: left;display: block;border: 1px solid #e01c26;line-height: .46rem;width: 20%;padding: 0 .10rem;font-size: .16rem;background-color: #e01c26;color: #fff;outline: none;}
.window-searchShow {visibility: visible; opacity: 1; transform: translateY(0);}
@media (max-width: 768px) {
    .container1555{
        max-width: 100%;
        margin: 0 20px;
    }
    .nav-right{
        display: none;
    }
    .navbar {
        display: block;
    }
    .container{
        margin: 0 10px;
        max-width: 768px;
    }
    .header{
        height: 60px;
        padding: 15px 0;
    }
    .header-inner{
        height: 60px;
    }
    .nav-left .logo img{
        width: 100px;
    }
    .header.header-fixed{
        padding: 15px 0;
    }
    .navbar{
        width: 30px;
    }
    .navbar span:nth-of-type(1), .navbar span:nth-of-type(2), .navbar span:nth-of-type(3){
        width: 20px;
        height: 2px;
    }
    .navbar span:nth-of-type(1){
        margin-top: -1.5px;
    }
    .navbar span:nth-of-type(2){
        top: -7px;
    }
    .navbar span:nth-of-type(3){
        bottom: -7px;
    }
    .nav_box .nav-title{
        height: 60px;
    }
    .nav_box .navlist{
        padding-bottom: 20px;
    }
    .nav_box .navlist ul.clearfix>li{
        padding: 0 15px;
    }
    .nav_box .navlist ul.clearfix>li a{
        font-size: 16px;
        line-height: 60px;
    }
    .mg190{
        height: 60px;
    }
}
@media (max-width: 500px){
    .margin82{
        margin-top: 40px;
    }
    .index-title{
        margin-bottom: 20px;
    }
    .index-title h3{
        font-size: 22px;
    }
    .index-title p{
        font-size: 14px;
        line-height: 28px;
    }
    .padding80{
        padding: 20px 0;
    }
}
/* 加入 联系 */
.groupinfo{
    background: #fff;
}
.groupinfo .groupinfo-left{width: 49.5%;height: 4rem; position: relative;background-color: #F3F3F3;}
.groupinfo-left .title{font-size: .4rem;color: #433C37;font-weight: 700;text-align: center; width: 100%; z-index: 9;position: absolute;top: 45%;left: 0;transform: translateY(-50%); transition: all 1s;}
.groupinfo-left .info{font-size: .54rem;color: #fff;text-align: center;width: 100%;position: absolute;top: 52%;left: 0;transform: translateY(-50%); transition: all 1s;}
.groupinfo .groupinfo-left:hover .title{
    transform: translateY(-150%);
}
.groupinfo .groupinfo-left:hover .info{
    transform: translateY(0);
}
.pagepath{padding: .37rem .80rem;box-sizing: border-box;background-color: #5C524B; width: 100%;border-bottom: 1px solid rgba(255, 255, 255, .5);}
.pagepath div,.pagepath a{color:#9A9A9A ;font-size:.2rem;margin-right: .43rem;}
.pagepath .act{color: #fff;}
.pagepath a:hover{
    color: #fff;
}
footer{padding:.8rem 1rem .2rem 1rem;position: relative;box-sizing: border-box;background-color: #5C524B;width: 100%;}
.footer-left{width: 15%;text-align: center;margin-right: 13%;}
.footer-left a{display: block; margin-bottom: .63rem;width: 100%;}
.footer-left a img{width: 100%;}
.footer-left a:last-child img{margin-bottom: 0;}
.footer-right{width: 60%;}
.footer-top li{width: 2.4rem;margin-bottom: .2rem;font-size: .18rem;color: #fff;}
.footer-top ul:nth-child(3) li{width: 4rem;margin-bottom: .2rem;font-size: .18rem;color: #fff;}
.footer-top li a{font-size: .18rem;color: #fff;}
.footer-rightBottom{width: 3.65rem;position: absolute;bottom:1.49rem}
.footer-language{font-size: .24rem;margin-bottom:.43rem;color: #fff;}
.footer-rightBottom p{font-size: .18rem;color: #fff;}
.footer-rightBottom  span{font-size: .18rem;color: #fff;}
.footer-linkicon{display: flex; position: absolute;bottom: 1.49rem;right: 2.1rem;width: 2rem;}
.footer-linkicon a {width:27%;margin-right: .14rem;}
.footer-linkicon a:last-child{margin-right: 0;}
.footer-linkicon a img{width:100%;}
.pagebottom{position: absolute;right: .8rem;transform:rotate(90deg);bottom: 50%; cursor: pointer;}
.pagebottom .pageText{ color: #fff;font-size: .16rem;}
.footer-content{
    font-size: .18rem;
    color: #cfcfcf;
    padding: .60rem 0 .20rem;
    background-image: url(../images/footer_bg.jpg);
}
.footer-content .footer-logo a{
    display: flex;
}
.footer-content .footer-logo a img{
    width: 1.8rem;
    height: .4rem;
}
.footer-content .nav-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.nav-content .content-left{
    display: flex;
    margin-top: .60rem;
}
.nav-content .content-left .content-item{
    display: flex;
    align-items: center;
    margin-right: 1.25rem;
}
.nav-content .content-left .content-item img{
    width: .55rem;
    margin-right: .20rem;
}
.nav-content .content-left .content-item .info{
    color: #999;
    font-size: .16rem;
}
.nav-content .content-left .content-item .info .white{
    color: #fff;
    line-height: .36rem;
}
.nav-content .content-left .content-item .info .white span{
    font-size: .22rem;
    line-height: .40rem;
}
.nav-content .content-right{
    display: flex;
    margin-top: .30rem;
    margin-bottom: .75rem;
}
.nav-content .content-right .wx-item{
    text-align: center;
    margin-left: .30rem;
}
.nav-content .content-right .wx-item img{
    width: .9rem;
}
.nav-content .content-right .wx-item p{
    color: #999;
    font-size: .16rem;
    margin-top: .08rem;
}
.footer-copyright .container{
    display: flex;
    justify-content: center;
    margin-top: .20rem;
}
.footer-copyright .container p{
    color: #ddd;
    font-size: .14rem;
}
.footer-copyright .container p a{
    display: inline-block;
    color: #ddd;
    margin: 0 .05rem;
}
.footer-copyright .container p a:hover{
    color: #fff;
}
.fixed{
    position: fixed;
    top: 90%;
    right: .20rem;
    z-index: 999;
}
.fixed .up{
    width: .66rem;
    border: 1px solid #0065c3;
    border-radius: .34rem;
    text-align: center;
    background: #fff;
    padding: .15rem 0 .30rem;
}
.fixed .up .up-item{
    cursor: pointer;
    margin-top: .20rem;
}
.fixed .up .up-item a{
    display: block;
}
.fixed .up .up-item p{
    color: #0065c3;
    font-size: .12rem;
    margin-top: .08rem;
}
.fixed .up .up-item strong{
    display: none;
}
.fixed .up .up-item:nth-child(2),
.fixed .up .up-item:nth-child(3){
    position: relative;
}
.fixed .up .up-item:nth-child(2):hover strong{
    display: block;
    color: #fff;
    font-size: .30rem;
    background: #0065c3;
    padding: .03rem .10rem .06rem;
    position: absolute;
    right: .65rem;
    top: 50%;
    transform: translateY(-50%);
    animation-name: anBox;
    animation-duration: 1s;
}
.fixed .up .up-item .wx-img{
    display: none;
}
.fixed .up .up-item .wx-img img{
    width: 1.20rem;
}
.fixed .up .up-item:nth-child(3):hover .wx-img{
    display: block;
    background: #0065c3;
    padding: .05rem;
    position: absolute;
    right: .65rem;
    top: 50%;
    transform: translateY(-50%);
    animation-name: anBox;
    animation-duration: 1s;
}
.fixed .top{
    display: none;
    justify-content: center;
    align-items: center;
    width: .4rem;
    height: .4rem;
    border: 1px solid #eee;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.fixed .top.header-fixed{
    display: flex;
}

@keyframes anBox{
    from{opacity: 0;}
    to{opacity: 1;}
}
@media (max-width: 768px){
    .groupinfo .groupinfo-left{
        height: 100px;
    }
    .groupinfo-left .title{
        font-size: 16px;
        top: 40%;
    }
    .groupinfo-left .info{
        font-size: 18px;
        top: 60%;
    }
    .groupinfo .groupinfo-left:hover .title{
        transform: translateY(-50%);
    }
    .groupinfo .groupinfo-left:hover .info{
        transform: translateY(-50%);
    }
    .pagepath{
        padding: 10px 20px;
    }
    .pagepath div, .pagepath a{
        font-size: 12px;
        margin-right: 15px;
    }
    .footer-content{
        padding: 20px 0;
    }
    .footer-content .container .footer-nav{
        display: none;
    }
    .footer-copyright .container{
        flex-wrap: wrap;
    }
    .footer-connection{
        display: none;
    }
    .footer-copyright{
        margin-top: 0;
        border-top: none;
    }
    .footer-copyright .container p{
        font-size: 14px;
        line-height: 26px;
    }
    /* footer .flex-container6{
        display: none;
    }
    footer{
        padding: 10px;
    } */
    footer{
        padding: 20px 10px;
    }
    .footer-left{
        width: 25%;
        margin-right: 10%;
    }
    .footer-top li a{
        font-size: 12px;
    }
    .footer-top li{
        width: auto;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .footer-top ul:nth-child(3){
        width: 100%;
        margin-top: 20px;
    }
    .footer-top ul:nth-child(3) li{
        width: 100%;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .footer-rightBottom{
        width: auto;
        bottom: 30px;
    }
    .footer-language{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .footer-rightBottom span{
        font-size: 12px;
    }
    .footer-rightBottom p{
        font-size: 12px;
        margin-right: 10px;
    }
    .footer-linkicon{
        width: auto;
        bottom: 70px;
        right: 30px;
    }
    .footer-linkicon a{
        width: 20px;
        margin-right: 5px;
    }
    .pagebottom{
        right: 0;
    }
    .pagebottom .pageText{
        font-size: 12px;
    }
    .footer-left a{
        margin-bottom: 30px;
    }
}
@media (max-width: 500px){
    footer{
        padding-bottom: 0;
    }
    .footer-right{
        width: 50%;
    }
    .footer-left {
        width: 30%;
        margin-right: 5%;
    }
    .footer-top ul:nth-child(3){
        margin-top: 10px;
    }
    .footer-left a {
        margin-bottom: 40px;
    }
    .pagebottom{
        top: 15%;
        right: -15px;
        bottom: auto;
    }
}
@media (max-width: 400px){
    footer {
        padding-bottom: 30px;
    }
    .footer-linkicon{
        bottom: 60px;
    }
    .footer-rightBottom {
        bottom: 20px;
    }
}