@font-face {
    font-family: 'zw_iconfont';  /* project id 249974 */
    src: url('//at.alicdn.com/t/font_249974_yi4hgg174u.eot');
  src: url('//at.alicdn.com/t/font_249974_yi4hgg174u.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_yi4hgg174u.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_yi4hgg174u.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_yi4hgg174u.svg#iconfont') format('svg');
}
.webIcon{
    font-family: "zw_iconfont" !important;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'Conv_ImpactLTStd';
	src: url('http://cdn.jihuinet.com/wechat/upload/ImpactLTStd.eot');
	src: local('☺'), url('http://cdn.jihuinet.com/wechat/upload/ImpactLTStd.woff') format('woff'),
	url('http://cdn.jihuinet.com/wechat/upload/ImpactLTStd.ttf') format('truetype'),
	url('http://cdn.jihuinet.com/wechat/upload/ImpactLTStd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input, textarea{
    -moz-user-select: text;
    -o-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
a:focus{
    text-decoration: none;
}
		  #zw_header.header_pc{
    width: 100%;
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 22px;
    position: relative;
    z-index: 1000;
}
#zw_header.header_pc .header_content{
    width: 1170px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#zw_header.header_pc .logo{
    position: absolute;
    left: 0;
    top: 0;
}
#zw_header.header_pc .logo a{
    width: 60px;
    height: 60px;
    display: block;
    font-size: 0;
}
#zw_header.header_pc .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#zw_header.header_pc .nav_block{
    height: 60px;
    padding: 14px 0;
    position: absolute;
    right: 0;
    top: 0;
}
#zw_header.header_pc .nav_block .wechat{
    width: 32px;
    height: 32px;
    position: relative;
    margin-left: 14px;
    float: left;
}
#zw_header.header_pc .wechat a.wechat_icon{
    width: 32px;
    height: 32px;
    display: block;
    background-color: #2e0f6e;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#zw_header.header_pc .wechat a.wechat_icon:hover{
    background-color: #e10000;
}
#zw_header.header_pc .wechat .webIcon{
    font-size: 20px;
    color: #fff;
}
#zw_header.header_pc .wechat .webIcon:after{
    content: "\e603";
}
#zw_header.header_pc .wechat .wechat_content{
    display: none;
    border: 1px solid #ccc;
    position: absolute;
    right: -54px;
    width: 140px;
    top: 50px;
    padding: 9px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
}
#zw_header.header_pc .wechat .wechat_content:after{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    top: -6px;
    right: 64px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#zw_header.header_pc .wechat .wechat_content .code{
    width: 120px;
    height: 120px;
    font-size: 0;
    background-color: #eee;
    margin-bottom:6px;
}
#zw_header.header_pc .wechat .wechat_content .code img{
    width: 100%;
    height: 100%;
}
#zw_header.header_pc .wechat .wechat_content p{
    text-align: center;
    line-height: 24px;
}
#zw_header.header_pc .nav_block .search{
    width: 32px;
    height: 32px;
    position: relative;
    margin-left: 14px;
    float: left;
}
#zw_header.header_pc .search a.search_icon{
    width: 32px;
    height: 32px;
    display: block;
    background-color: #2e0f6e;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#zw_header.header_pc .search a.search_icon:hover{
    background-color: #e10000;
}
#zw_header.header_pc .search .webIcon{
    font-size: 16px;
    color: #fff;
}
#zw_header.header_pc .search .webIcon:after{
    content: "\e913";
}
#zw_header.header_pc .search .search_content{
    display: none;
    border: 1px solid #ccc;
    position: absolute;
    right: -7px;
    width: 250px;
    top: 50px;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
}
@-webkit-keyframes avia_pop {
    0% { -webkit-transform:scale(0.8); }
    100% { -webkit-transform:scale(1); }
}
@keyframes avia_pop {
    0% { transform:scale(0.8); }
    100% { transform:scale(1); }
}
#zw_header.header_pc .search .search_content:after{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    top: -6px;
    right: 17px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#zw_header.header_pc .search .search_content .search_text{
    width: 188px;
    padding: 0 10px;
    border: none;
    outline: none;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    background-color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#zw_header.header_pc .search .search_content .search_btn{
    float: left;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    background-color: #999;
    color: #fff;
    position: relative;
    z-index: 5;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#zw_header.header_pc .search .search_content .search_btn:hover{
    background-color: #2e0f6e;
}
#zw_header.header_pc .search .search_content .search_btn .webIcon{
    font-size: 16px;
    color: #fff;
}
#zw_header.header_pc .nav_block .lang{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #999;
    float: left;
    padding-right: 14px;
    position: relative;
}
#zw_header.header_pc .nav_block .lang:after{
    content: "";
    width: 1px;
    height: 12px;
    display: block;
    background-color: #e6e6e6;
    position: absolute;
    right: 0;
    top: 10px;
}
#zw_header.header_pc .nav_block .lang a{
    color: #999;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#zw_header.header_pc .nav_block .lang a:hover{
    color: #2e0f6e;
}
#zw_header.header_pc .nav{
    display: inline-block;
    *display:inline;
    *zoom:1;
}
#zw_header.header_pc .nav .nav_ul{
    overflow: hidden;
}
#zw_header.header_pc .nav .nav_list{
    float: left;
    padding: 15px 0;
    margin-left: 20px;
}
#zw_header.header_pc .nav .nav_list a{
    width: 86px;
    display: block;
    height: 30px;
    text-align: center;
}
#zw_header.header_pc .nav_list.nav_list_index a{
    width: 58px;
}
#zw_header.header_pc .nav_list .nav_rotate{
    display: block;
    height: 30px;
    perspective: 200;
    -webkit-perspective: 200;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    position:relative;
}
/*#zw_header.header_pc .nav_list a:hover .nav_rotate{
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
}
#zw_header.header_pc .nav .active a .nav_rotate{
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
}*/
#zw_header.header_pc .nav_list .nav_rotate span{
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    left:0;
    transition: 0.25s;
    -webkit-transition: 0.25s;
}
#zw_header.header_pc .nav_list .nav_rotate span.nav_name {
	transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    top:0;
}
#zw_header.header_pc .nav .active .nav_rotate span.nav_name,
#zw_header.header_pc .nav_list a:hover .nav_rotate span.nav_name {
	top: 20px;
    background: #ccc;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#zw_header.header_pc .nav_list .nav_rotate span.nav_back_name{
	transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    top:-20px;
    background-color: #2e0f6e;
    color: #fff;
}
#zw_header.header_pc .nav .active .nav_rotate span.nav_back_name,
#zw_header.header_pc .nav_list a:hover .nav_rotate span.nav_back_name {
	top: 0;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
/* 移动端 */
#zw_header .header_mobile{
    width: 100%;
    height: 16vw;
    background-color: #fff;
    position: relative;
}
#zw_header .header_mobile .header_content{
    text-align: center;
    position: relative;
    z-index: 100;
    box-shadow: 0 0 1vw #ccc;
}
#zw_header .header_mobile .logo{
    display: inline-block;
    height: 16vw;
    width: auto;
    padding: 1vw 0;
}
#zw_header .header_mobile .logo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
#zw_header .header_mobile .nav_icon{
    width: 16vw;
    height: 16vw;
    padding: 5vw;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#zw_header .header_mobile .nav_icon .webIcon{
    font-size: 6vw;
    color: #2e0f6e;
    width: 6vw;
    height: 6vw;
    display: block;
    text-align: center;
    line-height: 6vw;
}
#zw_header .header_mobile .nav_icon .webIcon:after{
    content: "\e7ff";
}
#zw_header .header_mobile .search_icon{
    width: 16vw;
    height: 16vw;
    padding: 5vw;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
#zw_header .header_mobile .search_icon .webIcon{
    font-size: 6vw;
    color: #2e0f6e;
    width: 6vw;
    height: 6vw;
    display: block;
    text-align: center;
    line-height: 6vw;
}
#zw_header .header_mobile .search_icon .webIcon:after{
    content: "\e6f9";
}
#zw_header .header_mobile .search_block{
    position: absolute;
    width: 100vw;
    height: 14vw;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 16vw;
    z-index: 10;
    overflow: hidden;
    padding-left: 2vw;
    height: 0;
    transition: all ease-in-out .3s;
}
#zw_header .header_mobile .search_block.active{
    height: 14vw;
}
#zw_header .header_mobile .search_text{
    height: 14vw;
    float: left;
    width: calc(100vw - 16vw);
    padding: 0 3vw;
}
#zw_header .header_mobile .search_btn{
    width: 14vw;
    height: 14vw;
    padding: 4vw;
    display: block;
    float: right;
}
#zw_header .header_mobile .search_btn .webIcon{
    font-size: 6vw;
    color: #2e0f6e;
    width: 6vw;
    height: 6vw;
    display: block;
    text-align: center;
    line-height: 6vw;
}
#zw_header .header_mobile .search_btn .webIcon:after{
    content: "\e6f9";
}
#zw_header .nav_mobile{
    position: fixed;
    height: 100%;
    width: 80vw;
    z-index: 200;
    left: -80vw;
    top: 0;
    background-color: #f3f3f3;
    padding-top: 6vw;
    transition: all .3s;
}
#zw_header .nav_mobile.active{
	left: 0;
}
#g_web{
	position: relative;
	left: 0;
    transition: all .3s;
}
#g_web.active{
    left: 80vw;
}
#g_body{
	overflow: auto;
}
#g_body.active{
    overflow: hidden;
}
#zw_header .close_nav{
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}
#zw_header .nav_mobile .nav_list{
    width: 100%;
    height: 14vw;
    line-height: 14vw;
    box-sizing: content-box;
    border-bottom: 1px solid #ccc;
}
#zw_header .nav_mobile .nav_list.nav_active{
    background-color: #fff;
}
#zw_header .nav_mobile .nav_list a{
    width: 50vw;
    font-size: 4vw;
    display: inline-block;
    padding: 0 5vw;
    line-height: 14vw;
    color: #666;
}
#zw_header .nav_mobile .nav_list.nav_active a{
    color: #2e0f6e;
}
		  #zw_banner_inside.banner_inside_pc{
    width: 100%;
    max-width: 1920px;
    height: 400px;
    margin: 0 auto;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
#zw_banner_inside.banner_inside_mobile{
	width: 100%;
	height: 40vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
		  #zw_breadNav.breadNav_pc{
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #ddd;
}
#zw_breadNav.breadNav_pc .nav_content{
    width: 1170px;
    margin: 0 auto;
    height: 48px;
    overflow: hidden;
}
#zw_breadNav.breadNav_pc .nav_content .location{
    display: block;
    line-height: 48px;
    font-size: 12px;
    color: #666666;
    float: left;
}
#zw_breadNav.breadNav_pc .nav_content ul{
    float: left;
}
#zw_breadNav.breadNav_pc .nav_content li{
    line-height: 48px;
    float: left;
    font-size: 0;
}
#zw_breadNav.breadNav_pc .nav_content li .separate_icon{
    font-size: 12px;
    display: inline-block;
    line-height: 48px;
    color: #666666;
    margin: 0 8px;
}
#zw_breadNav.breadNav_pc .nav_content li a{
    font-size: 12px;
    color: #666666;
    transition: all 0.3s;
}
#zw_breadNav.breadNav_pc .nav_content li a:hover{
    color: #2e0f6e;
}
#zw_breadNav.breadNav_pc .nav_content li a.active{
    color: #2e0f6e;
}
/* 移动端 */
#zw_breadNav.breadNav_mobile{
    width: 100%;
    height: 12vw;
    box-sizing: content-box;
    border-bottom: 1px solid #ddd;
}
#zw_breadNav.breadNav_mobile .nav_content{
    padding: 0 3vw;
    height: 12vw;
    overflow: hidden;
}
#zw_breadNav.breadNav_mobile .nav_content .location{
    display: block;
    line-height: 12vw;
    font-size: 3vw;
    color: #666;
    float: left;
}
#zw_breadNav.breadNav_mobile .nav_content ul{
    float: left;
    height: 12vw;
}
#zw_breadNav.breadNav_mobile .nav_content li{
    height: 12vw;
    line-height: 12vw;
    float: left;
    font-size: 0;
}
#zw_breadNav.breadNav_mobile .nav_content li .separate_icon{
    font-size: 3vw;
    display: inline-block;
    line-height: 12vw;
    color: #666;
    margin: 0 1vw;
}
#zw_breadNav.breadNav_mobile .nav_content li a{
    font-size: 3.5vw;
    color: #666;
}
#zw_breadNav.breadNav_mobile .nav_content li a.active{
    color: #2e0f6e;
}
		  #zw_honor .fancybox{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s cubic-bezier(.5,0,0,1);
    transition: opacity .5s cubic-bezier(.5,0,0,1);
}
#zw_honor .fancybox.active{
    opacity: 1;
    pointer-events: all;
}
#zw_honor .fancybox .fancybox-bg{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    opacity: .87;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
#zw_honor .fancybox .fancybox-bg:before{
    content: '';
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .75;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
}
#zw_honor .fancybox .fancybox-content{
    padding: 44px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#zw_honor .fancybox .swiper-pagination{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    min-width: 44px;
    padding: 0 16px;
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    pointer-events: none;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    background-color: #fff;
}
#zw_honor .fancybox .fancybox-toolbar{
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#zw_honor .fancybox .fancybox-toolbar a{
    display: block;
    width: 44px;
    height: 44px;
    padding: 10px;
    float: left;
}
#zw_honor .fancybox .fancybox-toolbar .close-btn{
    background-color: #2e0f6e;
}
#zw_honor .fancybox .fancybox-toolbar .close-btn .webIcon{
    width: 24px;
    height: 24px;
    display: block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 26px;
}
#zw_honor .fancybox .fancybox-toolbar .close-btn .webIcon:after{
    content: "\e7d3";
}
#zw_honor .fancybox .fancybox-toolbar .fullscreen-btn{
    background-color: #fff;
}
#zw_honor .fancybox .fancybox-toolbar .fullscreen-btn .webIcon{
    width: 24px;
    height: 24px;
    display: block;
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
}
#zw_honor .fancybox .fancybox-toolbar .fullscreen-btn .webIcon:after{
    content: "\e952";
}
#zw_honor .fancybox .swiper-btn{
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99997;
    transition: all 1s;
    -webkit-transition: all 1s;
}
#zw_honor .fancybox .swiper-btn:hover{
    background-color: #2e0f6e;
}
#zw_honor .fancybox .swiper-btn.swiper-prev{
    left: 0;
    transform: rotateY(180deg) translateY(-50%);
    -webkit-transform: rotateY(180deg) translateY(-50%);
}
#zw_honor .fancybox .swiper-btn.swiper-next{
    right: 0;
}
#zw_honor .fancybox .swiper-btn.swiper-button-disabled{
    display: none;
}
#zw_honor .fancybox .swiper-btn .webIcon{
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 28px;
    color: #333;
    font-size: 26px;
    transition: all 1s;
    -webkit-transition: all 1s;
}
#zw_honor .fancybox .swiper-btn:hover .webIcon{
    color: #fff;
}
#zw_honor .fancybox .swiper-btn .webIcon:after{
    content: "\e94f";
}
#zw_honor .swiper-fancybox{
    height: 100%;
}
#zw_honor .swiper-fancybox .swiper-wrapper{
    height: 100%;
}
#zw_honor .swiper-fancybox .swiper-slide{
    height: 100%;
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#zw_honor .swiper-fancybox .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.05);
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
}
#zw_honor.mode_mobile .swiper-fancybox .swiper-slide{
    padding: 0 3vw;
}
#zw_honor.mode_mobile .fancybox .swiper-btn{
    top: auto;
    bottom: 0;
}
#zw_honor.mode_mobile .fancybox .fancybox-toolbar .fullscreen-btn{
    display: none;
}
#zw_honor.mode_pc{
	padding-top: 40px;
    padding-bottom: 60px;
}
#zw_honor.mode_pc .honor_title{
	width: 1170px;
    margin: 0 auto;
    text-align: center;
}
@font-face {
	font-family: 'webfont_honor_h1';
	src: url('//at.alicdn.com/t/webfont_3xgvtwoora.eot'); /* IE9*/
	src: url('//at.alicdn.com/t/webfont_3xgvtwoora.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('//at.alicdn.com/t/webfont_3xgvtwoora.woff') format('woff'), /* chrome、firefox */
	url('//at.alicdn.com/t/webfont_3xgvtwoora.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('//at.alicdn.com/t/webfont_3xgvtwoora.svg#NotoSansHans-Black') format('svg'); /* iOS 4.1- */
}
#zw_honor.mode_pc .honor_title h1{
	text-align: center;
    font-size: 38px;
    line-height: 50px;
    color: #2e0f6e;
    font-family: "webfont_honor_h1";
}
#zw_honor.mode_pc .honor_content{
	width: 1170px;
    margin: 0 auto;
    font-size: 0;
    padding-top: 40px;
}
#zw_honor.mode_pc .honor_list{
	display: inline-block;
	vertical-align: top;
	width: 370px;
    margin-right: 30px;
    margin-bottom: 40px;
}
#zw_honor.mode_pc .honor_list:nth-child(3n){
	margin-right: 0;
}
#zw_honor.mode_pc .honor_list .panel-link{
	display: block;
	width: 100%;
	height: 247px;
	transition: all .5s;
    -webkit-transition: all .5s;
}
#zw_honor.mode_pc .honor_list .panel-link:hover{
	transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
	box-shadow: 0 0 30px #666;
	-webkit-box-shadow: 0 0 30px #666;
}
#zw_honor.mode_pc .honor_list .panel-link img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#zw_honor.mode_pc .honor_list .honor_name{
	text-align: center;
	font-size: 15px;
	line-height: 35px;
}
/* 移动端 */
#zw_honor.mode_mobile{
	padding-top: 7vw;
    padding-bottom: 7vw;
}
#zw_honor.mode_mobile .honor_title{
	text-align: center;
}
#zw_honor.mode_mobile .honor_title h1{
    font-size: 7vw;
    line-height: 1.2;
    color: #2e0f6e;
    font-family: "webfont_honor_h1";
}
#zw_honor.mode_mobile .honor_content{
	padding: 0 5vw;
    padding-top: 5vw;
}
#zw_honor.mode_mobile .honor_list{
	display: inline-block;
	vertical-align: top;
	width: 90vw;
	margin-bottom: 3vw;
}
#zw_honor.mode_mobile .honor_list .panel-link{
	display: block;
	width: 100%;
	height: 60vw;
	padding: 5vw;
	border-radius: 1vw;
	box-shadow: 0 0 2vw #999;
    -webkit-box-shadow: 0 0 2vw #999;
}
#zw_honor.mode_mobile .honor_list .panel-link img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#zw_honor.mode_mobile .honor_list .honor_name{
	text-align: center;
	font-size: 3.5vw;
	line-height: 10vw;
}
		  #zw_footer.footer_pc{
    width: 100%;
}
#zw_footer.footer_pc .top{
    height: 288px;
    padding-top: 58px;
    background-color: #2e0f6e;
}
#zw_footer.footer_pc .top .top_content{
    width: 1170px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#zw_footer.footer_pc .top .logo_block img{
    margin-bottom: 12px;
}
#zw_footer.footer_pc .top .logo_block p{
    font-size: 12px;
    line-height: 24px;
    color: #aca6bf;
}
#zw_footer.footer_pc .top .nav_block h1{
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 12px;
}
#zw_footer.footer_pc .top .nav_block li{
    line-height: 24px;
}
#zw_footer.footer_pc .top .nav_block li a{
    font-size: 12px;
    color: #aca6bf;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#zw_footer.footer_pc .top .nav_block li a:hover{
    color: #e10000;
}
#zw_footer.footer_pc .top .code_block{
    width: 130px;
    text-align: center;
}
#zw_footer.footer_pc .top .code_block .code_pic{
    width: 130px;
    height: 130px;
    font-size: 0;
    background-color: #a193be;
    margin-bottom: 12px;
}
#zw_footer.footer_pc .top .code_block .code_pic img{
    width: 100%;
    height: 100%;
}
#zw_footer.footer_pc .top .code_block p{
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}
#zw_footer.footer_pc .bottom{
    height: 89px;
    border-top: 1px solid #563d89;
    background-color: #2e0f6e;
}
#zw_footer.footer_pc .bottom .bottom_content{
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
    color: #aca6bf;
}
#zw_footer.footer_pc .bottom .bottom_content span{
    display: block;
    float: left;
    line-height: 88px;
    margin-right: 12px;
}
#zw_footer.footer_pc .bottom .bottom_content span a{
    font-size: 12px;
    color: #aca6bf;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#zw_footer.footer_pc .bottom .bottom_content span a:hover{
    color: #e10000;
}
#zw_footer.footer_pc .bottom .bottom_content ul{
    float: right;
}
#zw_footer.footer_pc .bottom .bottom_content ul li{
    float: left;
    margin-left: 6px;
    padding: 28px 0;
}
#zw_footer.footer_pc .bottom .bottom_content li a{
    width: 32px;
    height: 32px;
    display: block;
    background-color: #9787b7;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#zw_footer.footer_pc .bottom .bottom_content li a:hover{
    background-color: #e10000;
}
#zw_footer.footer_pc .bottom .bottom_content li a.btn_wechat{
    line-height: 34px;
}
#zw_footer.footer_pc .bottom .bottom_content li a .webIcon{
    color: #2e0f6e;
}
#zw_footer.footer_pc .bottom .bottom_content li a.btn_qq .webIcon{
    font-size: 18px;
}
#zw_footer.footer_pc .bottom .bottom_content li a.btn_wechat .webIcon{
    font-size: 22px;
}
#zw_footer.footer_pc .bottom .bottom_content li a.btn_weibo .webIcon{
    font-size: 20px;
}
#zw_footer.footer_pc .bottom .bottom_content li a.btn_qq .webIcon:after{
    content: "\e62d";
}
#zw_footer.footer_pc .bottom .bottom_content li a.btn_wechat .webIcon:after{
    content: "\e603";
}
#zw_footer.footer_pc .bottom .bottom_content li a.btn_weibo .webIcon:after{
    content: "\e726";
}
/* 移动端 */
#zw_footer.footer_mobile{
    width: 100%;
}
#zw_footer.footer_mobile .copyright{
    font-size: 3.5vw;
    border-top: 1px solid #563d89;
    line-height: 12vw;
    padding: 0 3vw;
    color: #aca6bf;
    background-color: #2e0f6e;
    text-align: center;
    box-sizing: content-box;
}
#zw_footer.footer_mobile .nav{
    padding: 0 3vw;
    background-color: #2e0f6e;
    border-bottom: 1px solid #563d89;
}
#zw_footer.footer_mobile .nav ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#zw_footer.footer_mobile .nav li{
    line-height: 12vw;
}
#zw_footer.footer_mobile .nav a{
    font-size: 3.5vw;
    color: #fff;
}
#zw_footer.footer_mobile .logo{
    text-align: center;
    background-color: #2e0f6e;
    padding: 4vw;
}
#zw_footer.footer_mobile .logo p{
    font-size: 3.5vw;
    color: #aca6bf;
}
#zw_footer.footer_mobile .logo .logo_block{
    font-size: 0;
    max-width: 20vw;
    margin: 0 auto;
    margin-bottom: 4vw;
}
#zw_footer.footer_mobile .logo .logo_block img{
    width: 100%;
    height: auto;
}
