@charset "utf-8";

/* Style Reset
-----------------------------------------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

ul,
li,
dl,
dt,
dd,
ol {
	display: block;
	list-style: none;
}

fieldset,
img {
	border: 0;
}

iframe {
	background-image: none;
}

.clear {
	clear: both;
	height: 0px;
}

.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img {
	border: 0px;
}

body {
	font-family: "Amazon";
	color: #000;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	line-height: 1;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.none {
	display: none;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h10px {
	height: 10px;
	width: 100%;
	clear: both;
}

.h15px {
	height: 15px;
	width: 100%;
	clear: both;
}

.h25px {
	height: 25px;
	width: 100%;
	clear: both;
}

.h50px {
	height: 50px;
	width: 100%;
	clear: both;
}

.mt20px {
	margin-top: 20px !important;
}
.w-100{
	width: 100%;
}
.w1004 {
	width: 1004px;
	margin: 0 auto;
}

.w1600 {
	width: 1600px;
	margin: 0 auto;
}

.w100 {
	width: 100%;
	overflow: hidden;
}

.blod {
	font-weight: bold;
}

html {
	-webkit-text-size-adjust: none;
	font-size: 12px;
}

center {
	text-align: center;
	line-height: 60px;
}

em {
	font-style: normal;
}

.tecen {
	text-align: center;
}

.red {
	color: red;
}

i,
em {
	font-style: normal;
}

.bge {
	background: #eee !important;
}

.bgf4 {
	background: #f4f4f4 !important;
}

.bgf5 {
	background: #f5f5f5 !important;
}

.flex-1 {
	flex: 1;
}

.d-flex {
	display: flex;
}

.a-center {
	align-items: center;
}

.f-column {
	flex-direction: column;
}

.a-end {
	align-items: end;
}

.j-center {
	justify-content: center;
}

.j-sb {
	justify-content: space-between;
}

.j-end {
	justify-content: end;
}

.pl-5vw {
	padding-left: 5vw;
}

.pr-5vw {
	padding-right: 5vw;
}

.text-right {
	text-align: right;
}

.img {
	display: block;
	max-width: 100%;
}
.content{
	overflow: hidden;
}
/*
内容样式开始
头部信息
*/
#app,#picture {
	display: flex;
	flex-direction: column;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

.header {
	padding-top: 1.5vw;
	padding-bottom: 1.5vw;
	position: relative;
}

.h_a {
	display: block;
}

.h_a .logo {
	display: block;
	width: 22.1875vw;
}

.h_b {}

.h_b_a,.h_b_a2 {
	min-width: 20vw;
	height: 4.5vw;
	background: #EF333A;
	border-radius: 0px 0px 16px 16px;
	position: absolute;
	top: 0;
	right: 5vw;

	font-family: FZLanTingHeiS-R-GB;
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
}

.h_b_a img,.h_b_a2 img{
	display: block;
	width: 100%;
}

.h_b_b {
	display: flex;
	align-items: center;
	justify-content: end;
}

.h_b_b .son {
	display: block;
	padding: 0 1.3vw;
	position: relative;
}

.h_b_b .son em {
	display: block;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #9B8579;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}

.h_b_b .son::after {
	width: 1px;
	height: 12px;
	background: #9B8579;
	position: absolute;
	left: 100%;
	top: 0;
	content: " ";
}

.h_b_b .son span {
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #9B8579;
	text-align: center;
}

.h_b_b .son:last-child{
	padding-right: 0;
}
.h_b_b .son:last-child::after{
	display: none;
}


.footer {
	padding: 3.8vw 0;
	display: flex;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.ft_a {
	flex: 1050;
	height: 80px;
	background: #BCBDC0;
	border-radius: 0px;

	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #231F20;
	/* letter-spacing: 6px; */
}

.ft_b {
	flex: 870;
	height: 80px;
	background: #EF333A;
	border-radius: 0px;

	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
}
.footer2{
	padding: 38px 0;
	display: flex;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ft_con{
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-around;
	align-items: center;
}

.ft_a2{
	height: 50px;
	flex: 660;
	background: #BCBDC0;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #231F20;
	position: relative;
}
.ft_a2:after{
	position: absolute;
	width: 100%;
	height: 50px;
	background: #BCBDC0;
	top: 0;
	right: 100%;
	content: " ";
}
.ft_b2{
	height: 50px;
	flex: 540;
	background: #EF333A;
	border-radius: 0px;

	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
}
.ft_b2:after{
	position: absolute;
	width: 100%;
	height: 50px;
	background: #EF333A;
	top: 0;
	left: 100%;
	content: " ";
}


.h_line {
	width: 100%;
	height: 0;
	border-top: #413e3f dotted 3px;
	margin-bottom: .5vw;
}

.f_line {
	width: 100%;
	height: 0;
	border-top: #413e3f dotted 3px;
	margin-top: .5vw;
}



.header2{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	width: 100%;
}
.h_a2 .logo2 {
	display: block;
	width: 180px;
}
.h_b_a2 {
	min-width: 200px;
	height: 40px;
	background: #EF333A;
	border-radius: 0px 0px 16px 16px;
	position: absolute;
	top: 0;
	right: 0;
	font-family: FZLanTingHeiS-R-GB;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}


.h_b_b2 {
	display: flex;
	align-items: center;
	justify-content: end;
}

.h_b_b2 .son {
	display: block;
	padding: 0 13px;
	position: relative;
}

.h_b_b2 .son em {
	display: block;
	font-family: Arial;
	font-weight: 400;
	font-size: 12px;
	color: #9B8579;
	text-align: center;
	padding-bottom: 6px;
	position: relative;
}

.h_b_b2 .son::after {
	width: 1px;
	height: 12px;
	background: #9B8579;
	position: absolute;
	left: 100%;
	top: 0;
	content: " ";
}

.h_b_b2 .son span {
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #9B8579;
	text-align: center;
}

.h_b_b2 .son:last-child{
	padding-right: 0;
}
.h_b_b2 .son:last-child::after{
	display: none;
}


/*
首页
*/
#ind_ban {
	background: #f8f8f8;
	position: relative;
	z-index: 1;
}

.focus {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.f-img-list {
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	/*background: url('../images/f-img-list-bg.jpg');*/
}

.f-img-list li {
	height: 100%;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
}

.f-img-list li.on {
	z-index: 105;
}

.pagination{
	position: absolute;
	width: 100%;
	bottom: 5%;
	z-index: 101;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.pagination .swiper-pagination-switch{
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}
.pagination .swiper-active-switch{
	width: 28px;
	height: 14px;
	border-radius: 7px;
	background: #EF333A;
}


.focus-page-btn {
	width: 60px;
	height: 60px;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 110;
	transform: translateY(-50%);
	transition: all ease-in-out .3s;
}

.focus-btn-prev {
	right: 50%;
	transform: translateX(-620px);
	background: url('../images/banner_lf.png');
	background-size: 100% 100%;
}

.focus-btn-next {
	left: 50%;
	transform: translateX(620px);
	background: url('../images/banner_ri.png');
	background-size: 100% 100%;
}

#ind_ban:hover .focus-page-btn {
	opacity: 1;
}

/*
关于我们
*/

.nmain_bg{
	background-color: #f3f3f4;
}
.nmain_bg.picture{
	align-items: center;
}
.nmain_bg2{
	background: #E7E8E9;
}
#nmain {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.n_tit {
	padding: 1.6vw 0 0.8vw;
	border-bottom: #F19296 solid 2px;
}

.n_tit .cn {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #EF333A;
	line-height: 1;
}

.n_tit .en {
	font-family: Arial;
	font-weight: 400;
	font-size: 24px;
	color: #EF333A;
	line-height: 1;
}

.n_tit .line {
	width: 2px;
	height: 30px;
	background: #EF333A;
	margin: 0 15px;
}

.ab_con {
	padding-top: 1.5vw;
}

.ab_a {
	flex: 800;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #231F20;
	line-height: 1.6;
	margin-right: 5%;
}

.ab_b {
	flex: 864;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #555555;
	line-height: 1.5;
}

.ab_a>p,.ab_a>div,.ab_b>p,.ab_b>div{
	padding-bottom: 1.25vw;
}

/*
分布图
*/
.fbt_con {
	margin: 1vw auto;
	width: 1117px;
	/*background: url('../images/map.jpg') center center no-repeat;
	background-size: 100% auto;*/
	position: relative;
}

.dian_con{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 22;
}

.dian_con .son{
	position: absolute;
	width: 23px;
	height: 23px;
	background: url('../images/p_logo.png') center center no-repeat;
	background-size: 100% auto;
	cursor: pointer;
}

.dian_con .son .left{
	position: absolute;
	right: 110%;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	text-align: right;
	line-height: 1.1;
}
.dian_con .son .bottom{
	position: absolute;
	left: 50%;
	top: 110%;
	transform: translateX(-50%);
	width: 60px;
	text-align: center;
	line-height: 1.1;
}
.dian_con .son .right{
	position: absolute;
	left: 110%;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	text-align: left;
	line-height: 1.1;
}

.dian_con .son .top{
	position: absolute;
	bottom: 110%;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	text-align: center;
	line-height: 1.1;
}


/*
联系我们
*/
.ct_a {
	flex: 30;
	background: #E7E8E9;
	box-sizing: border-box;
	margin-right: 4%;
}

.ct_a_a .cn {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 26px;
	color: #666666;
	line-height: 1;
}

.ct_a_a .en {
	font-family: Arial;
	font-weight: 400;
	font-size: 22px;
	color: #666666;
	line-height: 1;
	padding-top: .5vw;
}

.ct_a_b {
	padding-top: 2vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 2;
}


.ct_b {
	flex: 66;
	background-size: cover;
}
.ct_b img{
	display: block;
	width: 100%;
}

/*
媒体详情
*/
.d_class {
	padding: 1vw 0;
	max-width: 1200px;
	margin: 0 auto;
}

.d_class .key {
	padding: 14px 0;
	border-radius: 0 100px 100px 0;
	border: 2px solid #919191;
	border-left: none;
	position: relative;
}
.d_class .key:after{
	width: 1000%;
	height: 2px;
	background: #919191;
	position: absolute;
	right: 100%;
	top:-2px;
	content: " ";
}

.d_class .key:before{
	width: 1000%;
	height: 2px;
	background: #919191;
	position: absolute;
	right: 100%;
	bottom:-2px;
	content: " ";
}
.d_class .key.on{
	border-color: #EF333A;
}
.d_class .key.on:before,.d_class .key.on:after{
	background: #EF333A;
}

.d_class .key_2 {
	border-radius: 0 140px 140px 0;
}

.d_class .key_1 {
	border-radius: 0 180px 180px 0;
}

.d_class .key_0 {
	border-radius: 0 220px 220px 0;
}

.d_class .key .zd {
	width: 310px;
	cursor: pointer;
}

.d_class .key_3 .zd{
	width: 270px;
}

.d_class .key.key_3 .zd .ico{
	margin-left: 0;
}

.d_class .key .zd .ico {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 14px 0 40px;
}

.d_class .key .zd .cn {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #929292;
	line-height: 1;
}

.d_class .key .zd .en {
	font-family: Arial;
	font-weight: 400;
	font-size: 12px;
	color: #929292;
	line-height: 1;
	padding-top: 10px;
}

.d_class .key .zd.on .cn,.d_class .key .zd.on .en{
	color: #EF333A;
}

.d_list{
	max-width: 1200px;
	margin: 0 auto;
}

.d_list dl {
	padding: 1vw 0;
	border-bottom: #EF333A dotted 3px;
}

.d_list dl:last-child{
	border-bottom: none;
}

.d_list dl dt {
	margin-right: 3.33%;
	width: 30%;
}

.d_list dl dd .bt .txt {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #EF333A;
	line-height: 1;
}

.d_list dl dd .bt .cn {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #EF333A;
	line-height: 1;
}

.d_list dl dd .bt .line {
	width: 1px;
	height: 14px;
	background: #EF333A;
	margin: 0 0.8vw;
}

.d_list dl dd .bt .en {
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #EF333A;
	line-height: 1;
}

.d_list dl dd .ms {
	padding-top: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}

.pfbg {
	background: rgba(0, 0, 0, .6);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.pf_close{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.pf_con {
	max-width: 1000px;
	background-color: #fff;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 0 50px;
	position: relative;
	z-index: 2;
}

.pf_c_a {

	position: relative;
	border-bottom: #EF333A solid 2px;
}

.pf_c_a .l {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 22px;
	color: #231F20;
	display: flex;
	align-items: center;
	padding-top: 1.25vw;
	
}

.pf_c_a .r .a {
	padding: 1.8vw 0 0;

}

.pf_c_a .r .a .cn {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #231F20;
	line-height: 1;
	margin-bottom: 10px;
	text-align: right;
}

.pf_c_a .r .a .en {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 12px;
	color: #231F20;
	line-height: 1;
	text-align: right;
}


.pf_c_a .r .line {
	width: 1px;
	height: 70px;
	background: #EF333A;
	margin: 0 .9vw;
}

.pf_c_a .r .b {
	padding: 1.25vw 0 1vw;
	width: 80px;
}




.pf_c_b {
	padding: 35px 0;
}

.pf_c_b .l {
	flex: 300;
}

.pf_c_b .c {
	flex: 230;
	margin: 0 40px;
}

.pf_c_b .r {
	flex: 300;
}

.pf_c_b .r .r_a {
	font-family: SimHei;
	font-size: 18px;
	color: #E85413;
	line-height: 1.2;
	padding-bottom: .5vw;
}

.pf_c_b .r .r_b {
	font-family: SimHei;
	font-size: 14px;
	color: #231F20;
	line-height: 1.8;
}

/*
分页
*/
.pages {
	padding: 3vw 0;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 24px;
	color: #919191;
	line-height: 1;
}

.pages a {
	color: #919191;
	padding: 0 10px;
}

.pages a.current,
.pages a:hover {
	color: #EF333A;
}

.pages .auto{
	font-family: '黑体';
}

.pages .on{
	color: #231F20;
}

.pages2 {
	padding: 26px 0;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	color: #919191;
	line-height: 1;
}

.pages2 a {
	color: #919191;
	padding: 0 10px;
}

.pages2 a.current,
.pages2 a:hover {
	color: #EF333A;
}

.pages2 .auto{
	font-family: '黑体';
}

.pages2 .on{
	color: #231F20;
}

/*
合作伙伴
*/

.posire{
	position: relative;
}

.gd_con{
	overflow: hidden;
}

.gd_con ul{
	width: 10000%;
}

.gd_con li{
	width: 175px;
	height: 505px;
	padding-top: 5px;
}
.gd_con li .son{
	width: 150px;
	height: 150px;
	margin-bottom: 25px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.pc_gd_con .cur_left{
	width: 60px;
	height: 60px;
	position: absolute;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
	background: url('../images/hb_lf.png');
	background-size: 100% 100%;
	opacity: 0;
	transition: all ease-in-out .3s;
}

.pc_gd_con .cur_right{
	width: 60px;
	height: 60px;
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	background: url('../images/hb_ri.png');
	background-size: 100% 100%;
	opacity: 0;
	transition: all ease-in-out .3s;
}

.pc_gd_con:hover .cur_right,.pc_gd_con:hover .cur_left{
	opacity: 1;
	cursor: pointer;
}


.detail_btn{
	cursor: pointer;
}

/*
 媒体下载
 * */
.down_con{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.d_a{
	flex: 600;
	overflow: hidden;
	opacity: 0;
	transition: all ease-in-out .3s;
}
.d_a.on{
	opacity: 1;
}

.d_a img{
	display: block;
	border-radius: 10px;
}


.d_b{
	flex: 600;
	overflow: hidden;
}
.d_b_a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 30px;
	color: #666666;
	line-height: 1.2;
}

.d_b_b{
	font-family: Arial;
	font-weight: 400;
	font-size: 26px;
	color: #666666;
	line-height: 1.2;
	padding: .5vw 0 3vw;
}

.d_b .btn{
	width: 9.6875vw;
	cursor: pointer;
}

.wzsm{
	text-align: center;
	color: #919191;
	padding: 20px;
	font-size: 14px;
}

/* 整个滚动条 */
::-webkit-scrollbar {
  width: 6px; /* 水平滚动条的高度、垂直滚动条的宽度 */
  height: 6px; /* 水平滚动条的高度 */
}
 
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* 颜色和样式 */
}
 
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #888; /* 滑块颜色 */
}
 
/* 滑块hover效果 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.h_b .wap_nav,.wap_bg,.wap_ncon,.wfbt_con,.wap_pfpic_show,.wap_gd_con,.wap_class,#down_w2{
	display: none;
}

@media(min-width:1360px) and (max-width:1440px){
	/*#app.wap_auto,#app.down_app{*/
		/*overflow-x: hidden;*/
		/*width: 100%;*/
		/*height: auto;*/
		/*display: block;*/
	/*}*/
	
	
	/*.d_list dl dd .bt .txt{*/
		/*font-size: 24px;*/
	/*}*/
	/*.pf_c_b .r .r_a{*/
		/*font-size: 22px;*/
	/*}*/
	/*.h_b_a,.ft_b,.ct_a_a .cn,.d_b_a{*/
		/*font-size: 21px;*/
	/*}*/
	/*.n_tit .cn,.n_tit .en{*/
		/*font-size: 20px;*/
	/*}*/
	/*.d_list dl dd .ms,.ct_a_a .en,.d_b_b{*/
		/*font-size: 18px;*/
	/*}*/
	/*.d_list dl dd .bt .cn,.d_list dl dd .bt .en,.ab_a,.pf_c_a .l{*/
		/*font-size: 16px;*/
	/*}*/
	/*.pf_c_b .r .r_b{*/
		/*font-size: 15px;*/
	/*}*/
	/*.d_class .key .zd .cn,.ft_a,.ab_b,.ct_a_b{*/
		/*font-size: 14px;*/
	/*}*/
	/*.h_b_b .son span{*/
		/*font-size: 13px;*/
	/*}*/
	/*.h_b_b .son em,.d_class .key .zd .en,.pf_c_a .r .a .en,.pf_c_a .r .a .cn{*/
		/*font-size: 10px;*/
	/*}*/
	
	/*.d_class .key{*/
		/*border-left: none;*/
	/*}*/
	
	/*.d_list dl dd .bt .line{*/
		/*height: 17px;*/
		/*width: 1px;*/
	/*}*/
	/*.n_tit .line{*/
		/*width: 1px;*/
		/*height: 21px;*/
		/*margin: 0 10px;*/
		/*background: #EF333A;*/
	/*}*/
	/*.pf_con{*/
		/*max-width: 996px;*/
	/*}*/
	/*.pf_c_a .r .line{*/
		/*height: 50px;*/
	/*}*/
	/*.pf_c_a .r .b{*/
		/*width: 57px;*/
	/*}*/
	/*.pf_c_a .r .a .cn{*/
		/*margin-bottom: 6px;*/
	/*}*/
	/*.h_b .wap_nav,.wap_bg,.wap_ncon,.wfbt_con,.wap_pfpic_show,.wap_gd_con,.wap_class,#down_w2{*/
		/*display: none;*/
	/*}*/
}

@media(min-width:1200px) and (max-width:1440px){
	#app.wap_auto,#app.down_app,#picture{
		height: auto;
		display: block;
		overflow-x: hidden;
		width: 100%;
	}
	/*.d_list dl dd .bt .txt{*/
		/*font-size: 24px;*/
	/*}*/
	/*.pf_c_b .r .r_a{*/
		/*font-size: 22px;*/
	/*}*/
	/*.h_b_a,.ft_b,.ct_a_a .cn,.d_b_a{*/
		/*font-size: 21px;*/
	/*}*/
	/*.n_tit .cn,.n_tit .en{*/
		/*font-size: 20px;*/
	/*}*/
	/*.d_list dl dd .ms,.ct_a_a .en,.d_b_b{*/
		/*font-size: 18px;*/
	/*}*/
	/*.d_list dl dd .bt .cn,.d_list dl dd .bt .en,.ab_a,.pf_c_a .l{*/
		/*font-size: 16px;*/
	/*}*/
	/*.pf_c_b .r .r_b{*/
		/*font-size: 15px;*/
	/*}*/
	/*.d_class .key .zd .cn,.ft_a,.ab_b,.ct_a_b{*/
		/*font-size: 14px;*/
	/*}*/
	/*.h_b_b .son span{*/
		/*font-size: 13px;*/
	/*}*/
	/*.h_b_b .son em,.d_class .key .zd .en,.pf_c_a .r .a .en,.pf_c_a .r .a .cn{*/
		/*font-size: 10px;*/
	/*}*/
	
	
	/*.d_list dl dd .bt .line{*/
		/*height: 17px;*/
		/*width: 1px;*/
	/*}*/
	/*.n_tit .line{*/
		/*width: 1px;*/
		/*height: 21px;*/
		/*margin: 0 10px;*/
		/*background: #EF333A;*/
	/*}*/
	/*.pf_con{*/
		/*max-width: 996px;*/
	/*}*/
	/*.pf_c_a .r .line{*/
		/*height: 50px;*/
	/*}*/
	/*.pf_c_a .r .b{*/
		/*width: 57px;*/
	/*}*/
	/*.pf_c_a .r .a .cn{*/
		/*margin-bottom: 6px;*/
	/*}*/
	.h_b .wap_nav,.wap_bg,.wap_ncon,.wfbt_con,.wap_pfpic_show,.wap_gd_con,.wap_class,#down_w2{
		display: none;
	}

}

@media(min-width:751px) and (max-width:1279px){
	.h_b .wap_nav,.wap_bg,.wap_ncon,.wfbt_con,.wap_pfpic_show,.wap_gd_con,.wap_class,#down_w2{
		display: none;
	}

}

@media(max-width:750px){
	.d_class,.gd_con,#down_w{
		display: none;
	}
	#app.wap_auto{
		height: auto;
		min-height: 100vh;
		overflow-y: auto;
	}
	.nmain_bg.picture{
		align-items: unset;
	}
	
	.d_b_a,.n_tit .cn{
		font-size: 20px;
	}
	.pf_c_b .r .r_a{
		font-size: 19px;
	}
	.ct_a_a .cn,.n_tit .en{
		font-size: 18px;
	}
	.d_list dl dd .bt .txt,.d_b_b{
		font-size: 17px;
	}
	.pages,.ct_a_b,.ab_a,.ab_b,.ct_a_a .en{
		font-size: 16px;
	}
	.d_list dl dd .ms,.d_list dl dd .bt .cn,.d_list dl dd .bt .en{
		font-size: 15px;
	}
	.pf_c_a .l,.pf_c_b .r .r_b{
		font-size: 13px;
	}
	.pf_c_a .r .a .cn,.pf_c_a .r .a .en{
		font-size: 7px;
	}
	
	.n_tit{
		padding: 4vw 0;
		margin: 0 4vw;
	}
	.n_tit .line{
		width: 1px;
		height: 16px;
	}
	.wap_bg{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.6);
		z-index: 101;
		display: none;
	}
	.pr-5vw{
		padding-right: 4vw;
	}
	.pl-5vw{
		padding-left: 4vw;
	}
	.header,.header2{
		padding-top: 6vw;
		padding-bottom: 6vw;
	}
	.h_a .logo,.h_a2.logo2{
		width: 40vw;
	}
	.h_b_a,.h_b_a2{
		width: 38vw;
		font-family: FZLanTingHeiS-R-GB;
		font-weight: 400;
		font-size: 15px;
		color: #FFFFFF;
		height: 8.6vw;
		border-radius: 0 0 10px 10px;
	}
	.h_b .wap_nav,.h_b2 .wap_nav{
		position: absolute;
		width: 40px;
		height: 40px;
		right: 4vw;
		top: 45%;
		background: url('../images/wap_nav.png') center center no-repeat;
		background-size: 75% auto;
		display: block;
	}
	.footer,#down_w2,.ft_con{
		display: block;
	}
	.footer .ft_a,.footer2 .ft_a2{
		text-align: center;
		font-size: 15px;
		line-height: 1.6;
		flex: 1;
		height: 68px;
	}
	.footer .pl-5vw{
		padding-left: 0;
		flex: 1;
		text-align: center;
	}
	.footer .pr-5vw{
		padding-right:0;
	}
	.footer .ft_a span,.footer2 .ft_a2 span{
		display: block;
		font-size: 15px;
		text-align: center;
	}
	.footer .ft_b,.footer2 .ft_b2{
		width:100%;
		flex: 1;
		height: 50px;
		font-size: 16px;
		justify-content: center;
	}

	.h_b_b,.h_b_b2{
		display: none;
	}
	
	.wap_ncon{
		background: #fff;
		width: 73vw;
		position: fixed;
		top: 0;
		left: 27vw;
		height: 100vh;
		z-index: 102;
		display: none;
	}
	.w_a{
		padding: 6vw 4vw 6vw;
		position: relative;
	}
	.nlogo{
		width: 40vw;
		display: block;
	}
	.wap_ncon .wap_nav{
		position: absolute;
		width: 40px;
		height: 40px;
		right: 4vw;
		top: 45%;
		background: url('../images/wap_nav.png') center center no-repeat;
		background-size: 75% auto;
	}
	
	.h_line,.f_line {
		border-top: #413e3f dotted 2px;
	}
	
	.w_b_b{
		flex-direction: column;
		justify-content: flex-start;
	}
	.w_b_b .son{
		width: 85%;
		box-sizing: border-box;
		margin: 0 5% 0 10%;
		height: 86px;
		background: url('../images/wap_nav_ico.png') right center no-repeat;
		background-size: 8vw auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.w_b_b .son::after,.fbt_con{
		display: none;
	}
	.w_b_b .son em{
		text-align: left;
		font-size: 14px;
		color: #9B8579;
	}
	.w_b_b .son span{
		text-align: left;
		font-size: 21px;
		color: #9B8579;
	}
	
	.ab_con{
		display: block;
		padding: 4vw 7vw;
	}
	.ab_a{
		text-align: justify;
		padding-bottom: 3vw;
		margin-right: 0;
	}
	.ab_b{
		text-align: justify;
	}
	
	
	#picture{
		height: 100vh;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	
	.wfbt_con{
		margin: 4vw;
		display: block;
		background: url('../images/wap_map.png') center center no-repeat;
		background-size: contain;
	}
	
	.wap_pfpic{
		position: fixed;
		left: 0;
		top: 0;
		height: 100vh;
		width: 73vw;
		background: #fff;
		z-index: 103;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		display: none;
	}
	.wap_pfnr{
		height: 100vh;
	}
	.wap_pfpic .wap_nav_back{
		position: absolute;
		width: 40px;
		height: 40px;
		right: 4vw;
		top: 45%;
		background: url('../images/wap_nav_back.png') center center no-repeat;
		background-size: 75% auto;
		display: block;
	}
	.wap_pfpic .wap_nr{
		flex: 1;
		padding: 4vw 4vw 4vw 6vw;
		overflow: hidden;
		overflow-y: auto;
	}
	.wap_pfpic .wap_nr .son{
		display: block;
		height: 30px;
		margin-bottom: 26px;
		background: url('../images/wap_nav_ico.png') right center no-repeat;
		background-size: 5.8vw auto;
		line-height: 30px;
		font-size: 18px;
		color: #9B8579;
	}
	.pf_con{
		max-width: 92vw;
		padding: 0 4vw;
	}
	.pf_c_a .r .line{
		margin-left: 3vw;
		margin-right: 3vw;
	}
	.pf_c_a .r .a .cn{
		margin-top: 8px;
		margin-bottom: 6px;
	}
	.pf_c_a .r .b{
		width: 11vw;
		padding-top: 2vw;
		padding-bottom: 3vw;
	}
	.pf_c_a .r .line{
		height: 8vw;
	}
	
	.pf_c_b{
		flex-direction: column;
		padding: 5vw 0;
	}
	.pf_c_b .c{
		width: 48vw;
		margin: 4vw auto;
	}
	.pf_c_b .r,.pf_c_b .l{
		padding: 0 10vw;
	}	
	.pages{
		padding: 5vw 0 8vw;
	}
	.d_list dl{
		display: block;
		padding: 4vw 0;
		border-bottom: #EF333A dotted 2px;
	}
	.d_list dl dt{
		width: 100%;
		margin-right: 0;
		margin-bottom: 4vw;
	}
	.d_list dl dd .bt .txt{
		flex: 1;
	}
	.d_list dl dd .bt .line{
		width: 1px;
		height: 15px;
		margin: 0 3vw;
	}
	
	.wap_class{
		padding: 4vw;
		display: flex;
	}
	.wap_class .son .pic{
		width: 8vw;
		height: 8vw;
		margin: 0 auto 3vw;
	}
	.wap_class .son div{
		font-size: 15px;
		text-align: center;
		color: #919191;
	}
	.wap_class .son.on div{
		color: #EF333A;
	}
	
	.wap_contact{
		flex-direction: column;
	}
	.ct_a{
		padding-top: 4vw;
		padding-bottom: 4vw;
		margin-left: 4%;
		flex: none;
	}
	.ct_b{
		flex: 1;
	}
	
	.wap_gd_con{
		overflow: hidden;
		display: block;
	}
	
	.wap_gd_con ul{
		width: 10000%;
	}
	
	.wap_gd_con li{
		width: 23vw;
		height: 115vw;
	}
	.wap_gd_con li .son{
		width: 23vw;
		height: 23vw;
	}
	
	.wap_gd_con .cur_left{
		width: 10vw;
		height: 10vw;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background: url('../images/hb_lf.png');
		background-size: 100% 100%;
		opacity: 0;
		transition: all ease-in-out .3s;
	}
	
	.wap_gd_con .cur_right{
		width: 10vw;
		height: 10vw;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background: url('../images/hb_ri.png');
		background-size: 100% 100%;
		opacity: 0;
		transition: all ease-in-out .3s;
	}
	
	.wap_gd_con:hover .cur_right,.wap_gd_con:hover .cur_left{
		opacity: 1;
		cursor: pointer;
	}
	
	#down_h{
		flex-direction: column;
		justify-content: center;
	}
	#down_w,#down_w2{
		flex: initial;
		width: 100%;
	}
	.d_b{
		flex: initial;
		padding-top: 4vw;
	}
	.d_b .btn{
		width: 30vw;
	}
	
	#ind_ban:hover .focus-page-btn {
		opacity: 1;
	}
	.focus-page-btn{
		width: 13vw;
		height: 13vw;
		opacity: 1;
	}
	.pagination .swiper-pagination-switch{
		width: 9px;
		height: 9px;
	}
	.pagination .swiper-active-switch{
		width: 18px;
		height: 9px;
	}
	.ct_a_b{
		padding-top: 4vw;
		line-height: 1.5;
	}
	.ct_a_a .cn{
		padding-bottom: 10px;
	}
	.header2{
		padding-left: 4vw;
		padding-right: 4vw;
		box-sizing: border-box;
	}
	.h_b_a2{
		right: 5vw;
		min-width: auto;
	}
	.h_a2 .logo2{
		width: 40vw;
	}
	.footer2{
		padding: 3.8vw 0;
	}
	.footer2 .ft_a2{
		flex: 1;
	}
	.footer2 .ft_a2>div{
		flex: 1;
	}
}