@charset "UTF-8";
/*
.slide {
	transition: all 5.4s ease 0s;
-o-transition: all 5.4s ease 0s;
-moz-transition: all 5.4s ease 0s;
-webkit-transition: all 5.4s ease 0s;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transform: scale(1.0);
	
}
.block_home_slider .flex-active-slide .slide{
	transform: scale(1.1);
	opacity: 1
}*/

.ind_tt{
	text-align: center;
}
.ind_tt .title {
	font-size: 0;
}
.ind_tt .title .en{

}
.ind_tt .title .en i{
	font-family: arial;
	display: inline-block;
	padding: 0 3px;
}

.hide_m {
	display: none;
}

.padd-td2 {
	padding: 2% 0;
}

.padd-td25 {
	padding: 2.5% 0;
}

.padd-td3 {
	padding: 3% 0;
}

.padd-td35 {
	padding: 3.5% 0;
}

.padd-td4 {
	padding: 4% 0;
}

.padd-td3 {
	padding: 3% 0;
}

.padd-td2 {
	padding: 2% 0;
}

.padd-t1 {
	padding-top: 1%;
}

.padd-t2 {
	padding-top: 2%;
}

.padd-t25 {
	padding-top: 2.5%;
}

.padd-t3 {
	padding-top: 3%;
}

.padd-t35 {
	padding-top: 3.5%;
}

.padd-t4 {
	padding-top: 4%;
}

.padd-t45 {
	padding-top: 4.5%;
}

.padd-t5 {
	padding-top: 5%;
}

.padd-b2 {
	padding-bottom: 2%;
}

.padd-b25 {
	padding-bottom: 2.5%;
}

.padd-b3 {
	padding-bottom: 3%;
}

.padd-b35 {
	padding-bottom: 3.5%;
}

.padd-b4 {
	padding-bottom: 4%;
}

.padd-b45 {
	padding-bottom: 4.5%;
}

.padd-b5 {
	padding-bottom: 5%;
}

.sub_ban_m {
	display: none;
}

.img_ys {
	overflow: hidden;
	font-size: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img_ys img {
	display: inline-block;
}

.img_ys:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid rgba(255, 255, 255, .3);
	border-top-color: rgba(255, 255, 255, 0.3);
	border-right-color: rgba(255, 255, 255, 0.3);
	border-bottom-color: rgba(255, 255, 255, 0.3);
	border-left-color: rgba(255, 255, 255, 0.3);
	transform: scale(1.06);
	opacity: 0;
	transition: all .3s ease-out 0s;
}

.img_ys:hover:after {
	transform: scale(1);
	opacity: 1;
	border-color: rgba(230, 252, 82, 0.6);
	border-color: #fff;
}

.img_ys_cp {
	overflow: hidden;
	font-size: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img_ys_cp img {
	display: inline-block;
}

.img_ys_cp:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid rgba(255, 255, 255, .3);
	border-top-color: rgba(255, 255, 255, 0.3);
	border-right-color: rgba(255, 255, 255, 0.3);
	border-bottom-color: rgba(255, 255, 255, 0.3);
	border-left-color: rgba(255, 255, 255, 0.3);
	transform: scale(1.06);
	opacity: 0;
	transition: all .3s ease-out 0s;
}

.img_ys_cp:hover:after {
	transform: scale(1);
	opacity: 1;
	border-color: rgba(41, 85, 205, 0.6);
}

.w-50 {
	width: 50%;
}

.w-55 {
	width: 55%;
}

.w-40 {
	width: 40%;
}

.w-100 {
	width: 100%;
}

.in-blk {
	display: inline-block;
}

.disp-flex {
	width: 100%;
	display: flex;
	flex-flow: wrap;
}

.flex-between {
	justify-content: space-between;
}

.flex-center {
	justify-content: center;
}

.flex-align {
	align-items: center;
}

.flex-align-top {
	align-items: flex-start;
}

.flex {
	display: flex;
}

.flex-align-left {
	text-align: left;
}

.flex-column {
	flex-direction: column;
}

.img-100 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.img-max100 {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;

}

.en {
	text-transform: uppercase;
}

.pd_zy_15 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}


/*子页底部*/

 

/*
   手机底部
   * */

* {
	box-sizing: border-box;
	font-size=62.5%;
	/*计算字体大小  10倍 */
}


/*图片经过效果*/

img {
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}


/*-------分页样式-------*/

.quotes {
	width: 100%;
	clear: both;
	text-align: center;
}

.quotes ul {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
}

.quotes ul li {
	display: inline-block;
	text-align: center;
	line-height: 1;
	font-family: Arial;
	transition: background-color 0.2s ease-out;
	margin-right: 20px;
}

.quotes ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	padding: 10px 14px;
}

.quotes .thisclass a{
	color: #b6774c;
}

.quotes .pre,
.quotes .next {
	background-image: url(../img/news_fy_pre.png);
	background-repeat: no-repeat;
	background-position: center;
}
.quotes .next{
	background-image: url(../img/news_fy_next.png);
}
.quotes .pre:hover,
.quotes .next:hover {

}


/*-------分页样式-------*/


/* CSS Document */

.ban_fonts {
	position: absolute;
	top: 0;
	left: 0;
}

.ban_fonts .ban_font_content {
	height: 100%;
	padding: 0px;
	padding-left: 145px;
	padding-top: 5px;
}

.ban_fonts .ban_font_content p {
	width: 50%;
	float: right;
	padding-top: 3%;
}

.ban_fonts .ban_font_content p span {
	display: block;
}

.ban_fonts .ban_font_content p .title {
	padding: 20px 0;
}

.fon_size0 {
	font-size: 0;
}

.c-b6774c{
	color: #b6774c;
}

.c-4079c8 {
	color: #4079c8;
}

.c-4079c7 {
	color: #4079c7;
}

.c-e7730d {
	color: #e7730d;
}

.c-ccc {
	color: #ccc;
}

.c-797878 {
	color: #797878;
}

.c-cfdafa {
	color: #cfdafa;
}

.c-2955cd {
	color: #2955cd;
}

.c-e1e6f3 {
	color: #e1e6f3;
}

.c-111010 {
	color: #111010;
}

.c-f5f5f5 {
	color: #f5f5f5;
}

.c-898989 {
	color: #898989;
}

.c-f8f6f6 {
	color: #f8f6f6;
}

.c-0d0d0d {
	color: #0d0d0d;
}

.c-0f0e0e {
	color: #0f0e0e;
}

.c-999 {
	color: #999999;
}

.c-b8b8b8 {
	color: #b8b8b8;
}

.c-2b57ca {
	color: #2b57ca;
}

.c-303030 {
	color: #303030;
}

.c-464646 {
	color: #464646;
}

.c-100f0f {
	color: #100f0f;
}

.c-d6aa63 {
	color: #d6aa63;
}

.c-b9b9b9 {
	color: #b9b9b9;
}

.c-cbd1ed {
	color: #cbd1ed;
}

.c-0d0d0c {
	color: #0d0d0c;
}
.c-b87c52{
	color: #b87c52;
}

.c-eceaea {
	color: #eceaea;
}
.bgr-b6774c{
	background: #b6774c;
}
.bgr-f0a023{
	background: #f0a023;
}

.bgr-f8f5f4{
	background: #f8f5f1;
}
.bgr-000{
	background-color: #000000;
}
.bgr-eae5e3{
	background: #eae5e3;
}

.bgr-5e94df {
	background: #5e94df;
}

.bgr-2955cd {
	background: #2955cd;
}

.bgr-f8f8f8 {
	background: #f8f8f8;
}

.bgr-2970d3 {
	background: #2970d3;
}

.bgr-f0f0f0 {
	background: #f0f0f0;
}

.bgr-f7f7f7 {
	background: #f7f7f7;
}

.bgr-212121 {
	background: #212121;
}

.bgr-fafafa {
	background: #fafafa;
}

.bgr-194b9a {
	background: #194b9a;
}

.bgr-f4f4f4 {
	background: #F4F4F4;
}

.bgr-f5f5f5 {
	background: #F5F5F5;
}

.bgr-e6e6e6 {
	background: #E6E6E6;
}

.bgr-999 {
	background: #999999;
}

.bgr-808080 {
	background: #808080;
}

.bgr-666 {
	background: #666666;
}

.bgr-4d4d4d {
	background: #4d4d4d;
}

.nav_logo {
	/*width: 108px;
	height: 78px;*/
	padding: 0px !important;
}

.nav_logo a {
	/*position: relative;*/
	width: 100%;
	height: 100%;
}

.nav_logo a img {
	/*position: absolute;
	bottom: 0px;
	left: 0px;*/
	width: 55%;
	display: inline-block;
}

* {
	box-sizing: border-box;
}

i {
	font-style: normal;
}

.p_white {
	color: #fff;
}

.p_white a {
	color: #fff !important;
}

body {
	font-family: "Microsoft YaHei";
	line-height: 1.6;
}

#header {
	position: fixed;
	top: 0px;
	z-index: 9999;
	height: 122px;
	width: 100%;
	transition: top .5s;
}

#header.hideHead {
	top: -122px;
}

#header nav {
	height: 122px;
	width: 100%;
}

#head {
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
}

.hideHead .head_pc,
.hideHead .head_m {}

.header-navigation #head {
	display: block;
}

.header-navigation.slideUp #head {
	/*height: 0px;*/
}

.fontbold {
	font-weight: bold;
}


/*头部*/

.head_pc {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
	height: 0.84rem;
}

.head_pc .nav_pc {
	height: 100%;
	box-sizing: content-box;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head_pc .nav_pc .rit_con {
	/*position: absolute;*/
	/*right: 0.4rem;*/
	/*top: 0;*/
	display: flex;
	justify-content: flex-end;
}

.head_pc .nav_pc .logo_pc {
	position: absolute;
	left: 0.4rem;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.head_pc .nav_pc .logo_pc .text {
	padding-left: 20px;
}

.head_pc .nav_pc .logo_pc a {
	display: inline-block;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.head_pc .nav_pc .logo_pc a img {
	display: inline-block;
	/*width: 1.57rem;*/
	height:32px;
}

.head_pc .nav_pc .pc_ul {
	text-align: center;
	font-size: 0;
	display: flex;
	width: auto;
}

.head_pc .nav_pc .pc_ul li {
	margin-right: 0.25rem;
	display: inline-block;
	text-align: center;
}

.head_pc .nav_pc .pc_ul .one a {
	display: inline-block;
	position: relative;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.head_pc .nav_pc .pc_ul .one a span {
	padding: 0 0.18rem;
	font-weight: 400;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	display: inline-block;
}

.head_pc .nav_pc .pc_ul .one a span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #f0a023;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.005, 0.355, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.005, 0.355, 1);
	-o-transition: transform 0.6s cubic-bezier(0.645, 0.005, 0.355, 1);
	transition: transform 0.6s cubic-bezier(0.645, 0.005, 0.355, 1);
	transition: transform 0.6s cubic-bezier(0.645, 0.005, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.005, 0.355, 1);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.head_pc .nav_pc .pc_ul .one a:hover span,
.head_pc .nav_pc .pc_ul .one a.a_hv span {
	color: #f0a023;
}

.head_pc .nav_pc .pc_ul .one a:hover span:after,
.head_pc .nav_pc .pc_ul .one a.a_hv span:after {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.headerRgiht {
	position: absolute;
	right: 0.6rem;
	display: flex;
	align-items: center;
}

.fh_index {
	margin-left: 20px;
	position: relative;
	background: transparent url(../img/search03.png) no-repeat right center;
	padding-right: 35px;
}

.headerRgiht form input[type="submit"] {
	width: 65px;
	color: #333;
	cursor: pointer;
	border: none;
	outline: none;
	height: 30px;
	background: transparent url(../img/search02.png) no-repeat right center;
	text-align: left;
	width: 80px;
}

.headerRgiht form input[type="text"] {
	width: 0;
	border: none;
	border-bottom: 1px solid #474747;
	height: 30px;
	outline: none;
	text-indent: 1em;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
}

.headerRgiht form:hover input[type="text"],
.headerRgiht form input[type="text"]:focus {
	width: 150px;
}

.headerRgiht form input[type="text"]:focus {
	border-color: #203071;
}

.headerRgiht form input[type="submit"]:hover {
	color: #203071;
}


/*系列*/
.c-f0a023{
	color: #f0a023;
}
.c-767676 {
	color: #767676;
}

.c-bf9f6c {
	color: #bf9f6c;
}

.c-a9a9a9 {
	color: #a9a9a9;
}

.c-7b7b7b {
	color: #7b7b7b;
}


/*
 通用
 
 * */


/*层叠视频*/

.in_blk {
	display: inline-block;
}

.flex_zy {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.pd_rit_50 {
	padding-right: 50px;
}

.pd_let_50 {
	padding-left: 50px;
}

.pd_sx_25 {
	padding: 25px 0;
}

.pd_sx_70 {
	padding: 70px 0;
}

.pd_sx_60 {
	padding: 60px 0;
}

.pd_sx_50 {
	padding: 50px 0;
}

.pd_btm_25 {
	padding-bottom: 25px;
}

.pd_btm_30 {
	padding-bottom: 30px;
}

.pd_btm_50 {
	padding-bottom: 50px;
}

.pd_top_35 {
	padding-top: 35px;
}

.pd_t_60 {
	padding-top: 60px;
}

.pd_t_50 {
	padding-top: 50px;
}

.pd_t_40 {
	padding-top: 40px;
}

.pd_t_30 {
	padding-top: 30px;
}

.pd_t_20 {
	padding-top: 20px;
}

.pd_b_20 {
	padding-bottom: 20px;
}

.pd_b_30 {
	padding-bottom: 30px;
}

.pd_b_40 {
	padding-bottom: 40px;
}

.pd_b_50 {
	padding-bottom: 50px;
}

.pd_b_60 {
	padding-bottom: 60px;
}

.en {
	text-transform: uppercase;
}

.ind_cont {
	padding: 40px 0;
}

.pd_rit_3 {
	padding-right: 3%;
}

.pd_rit_4 {
	padding-right: 4%;
}

.pd_rit_6 {
	padding-right: 6%;
}

.pd_let_3 {
	padding-left: 3%;
}

.pd_let_4 {
	padding-left: 4%;
}

.head_pc .nav_pc li a:hover span,
.head_pc .nav_pc li a.a_hv span {
	width: 100%;
	left: 0;
}

.head_m,
.page-navigation {
	display: none;
}


/*轮播*/

.block_home_slider {
	position: relative;
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #f0f1f2;
	overflow: hidden;
	border-radius: 0;
}

.block_home_slider .slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	background-size:cover !important;
}




.block_home_slider .slide .abswz {
	position: absolute;
	bottom: -128px;
	height: 128px;
	height: 1.28rem;
	min-height: 100px;
	display: flex;
	align-items: center;
	z-index: 2;
	transition: all 1.4s ease 0s;
	-o-transition: all 1.4s ease 0s;
	-moz-transition: all 1.4s ease 0s;
	-webkit-transition: all 1.4s ease 0s;
}

.block_home_slider .slide .abswz .text-con {
	width: 100%;
	display: block;
	line-height: 1.6;
	padding-left: 50px;
}

.block_home_slider .slide .abswz .text-con .en {
	font-family: "宋体";
	text-transform: initial;
	text-align: left;
	background: url(../img/ind_lb_enz-ico.png) no-repeat left center;
	padding-left: 50px;
}

.block_home_slider .slide .abswz .text-con .cn {
	text-align: left;
	padding-left: 255px;
	padding-left: 11em;
}

.block_home_slider  .flex-active-slide .slide .abswz{
	opacity: 1;
	bottom: 0;
}




.block_home_slider .caption {
	padding: 13px 16px 12px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url(bg_caption.png);
	text-align: left;
}

.block_home_slider .caption p {
	padding-bottom: 0px;
	font-size: 11px;
	color: #dedede;
	text-shadow: 0px -1px #000000;
	line-height: 17px;
}

.block_home_slider .caption p.title {
	padding-bottom: 6px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
}
.block_home_slider:hover .flex-direction-nav{
	opacity: 1;
}
.block_home_slider .flex-direction-nav {
	opacity: 0;
	transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
}
.block_home_slider .flex-direction-nav a {
	width: 27px;
	height: 51px; 
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	background-image: url(../img/ind_lb_pre.png);
	text-indent: -9000px;
	opacity: 0.5;
}

.block_home_slider .flex-direction-nav a.flex-prev {
	left:0.6rem;
}

.block_home_slider .flex-direction-nav a.flex-prev:hover {
	opacity: 1;	
}

.block_home_slider .flex-direction-nav a.flex-next {
	right: 0.6rem;
	background-image: url(../img/ind_lb_next.png);
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
	opacity: 1;
}

.block_home_slider .flex-control-paging {
	position: absolute;
	bottom: 57px;
	width: 50%;
	text-align: center;
	left: initial;
	z-index: 2;
	padding: 0;
}

.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style-type: none;
	display: inline-block;
	text-align: center;
}

.block_home_slider .flex-control-paging li a {
	width: 4px;
	height: 4px;
	background: #999999;
	display: block;
	cursor: pointer;
	margin: 0 5px;
	border-radius: 50%;
}

.block_home_slider .flex-control-paging li a.flex-active {
	color: #b6774c;
	background-color: #b6774c;
}

.block_home_post_feature {
	width: 300px;
}

.block_home_post_feature p {
	padding-bottom: 0px;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}


/*标题*/
.font_st{
	font-family: "宋体";
}

.c-7d5439 {
	color: #7d5439;
}

.c-f3f4f5 {
	color: #f3f4f5;
}

.c-000 {
	color: #000000;
}

.c-666 {
	color: #666;
}

.c-6a6969 {
	color: #6a6969;
}

.c-4c4948 {
	color: #4c4948;
}

.c-221815 {
	color: #221815;
}

.c-474342 {
	color: #474342;
}

.c-eb8a0d {
	color: #eb8a0d;
}

.c-6f6e6f {
	color: #6f6e6f;
}

.bgr-7f1013 {
	background-color: #7f1013;
}

.bgr-f1f1f1 {
	background-color: #f1f1f1;
}

.font100 {
	font-size: 100px;
}

.font88 {
	font-size: 88px;
}

.font50 {
	font-size: 50px;
}

.font48 {
	font-size: 48px;
}

.font42 {
	font-size: 42px;
}
.font40 {
	font-size: 40px;
}


.font36 {
	font-size: 36px;
}

.font35 {
	font-size: 35px;
}

.font32 {
	font-size: 32px;
}

.font30 {
	font-size: 30px;
}

.font28 {
	font-size: 28px;
}
.font26 {
	font-size: 26px;
}

.font22 {
	font-size: 22px;
}

.font20 {
	font-size: 20px;
}

.font18 {
	font-size: 18px;
}

.font16 {
	font-size: 16px;
}

.font14 {
	font-size: 14px;
}

.font1533 {
	font-size: 15.33px;
}

.font1546 {
	font-size: 15.46px;
}

.c-611417 {
	color: #611417;
}

.c-black {
	color: black;
}

.c-545251 {
	color: #545251;
}

.c-7f1013 {
	color: #7f1013;
}

.c-535152 {
	color: #535152;
}

.c-595757 {
	color: #595757;
}

.bgr-f7f8f8 {
	background-color: #f7f8f8;
}

.c-5c5a5a {
	color: #5c5a5a;
}

.c-180d0d {
	color: #180d0d;
}

.c-413d3c {
	color: #413d3c;
}

.c-514f4e {
	color: #514f4e;
}

.font12 {
	font-size: 12px;
}

.c-7b {
	color: #7B7B7B;
}

.c-27ade5 {
	color: #27ADE5;
}

.c-333 {
	color: #333;
}

.c-65 {
	color: #656565;
}

.c-4f4c4b {
	color: #4f4c4b;
}

.c-3e3a39 {
	color: #3e3a39;
}

.c-c3c4c4 {
	color: #c3c4c4;
}

.c-bdbebe {
	color: #bdbebe;
}

.c-fff {
	color: #fff;
}

.c-2a2a2a {
	color: #2a2a2a;
}

.bgr-27ade5 {
	background-color: #27ADE5;
}

.bgr-611417 {
	background-color: #611417;
}

.bgr-fff {
	background-color: #FFFFFF;
}

.bgr-f0f1f2 {
	background-color: #f0f1f2;
}

.w_100 {
	width: 100%;
}

.w_100_max {
	width: 100%;
}

.h_27 {
	height: 27px;
}

a,
.slow {
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

#head,
#main,
#foot {
	width: 100%;
	-webkit-transition: -webkit-transform 500ms;
	transition: transform 500ms;
	margin: auto;
	font-size: 0;
}

#main {
	overflow: hidden;
	padding-top: 0.84rem;
}

.hidden {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* for IE */
	-o-text-overflow: ellipsis;
	/* for Opera */
	-icab-text-overflow: ellipsis;
	/* for iCab */
	-khtml-text-overflow: ellipsis;
	/* for Konqueror Safari */
	-moz-text-overflow: ellipsis;
	/* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis;
	/* for Safari,Swift*/
}


/*公共*/

.w_1200 {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

.w_1000.btm {
	width: 1000px;
	overflow: hidden;
	float: left;
}

.w_1400 {
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

.max-img {
	max-width: 100%;
}


/*底部*/

#foot {}


/*
 pc底部
 * */

.pc_foot .foot_lx .ewm img{
	margin: 0 10px;
}

.pc_foot .copy{
	padding: 0.1rem 0;
}


/*
   手机底部
   * */

.foot_m {
	text-align: center;
	font-size: 12px;
	height: auto;
	padding: 10px 0.5rem;
	background: #F0A023;
	display: none;
}

.foot_m p span {
	display: inline-block;
	color: #fff;
	line-height: 1.6;
}
.foot_m p span a{
	color:#fff;
}


/**/

.head_pc .nav_pc .logo_pc img,
.head_pc .nav_pc .logo_pc {
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}


/*.small .head_pc .nav_pc .logo_pc img {
	transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	-o-transform: scale(0.8, 0.8);
}*/


/*---------------------------------------------------------------------*/

@media screen and (max-width: 1680px) {
	.pd_t_60 {
		padding-top: 55px;
	}
	.pd_t_50 {
		padding-top: 45px;
	}
	.pd_t_40 {
		padding-top: 35px;
	}
	.pd_t_30 {
		padding-top: 25px;
	}
	.pd_t_20 {
		padding-top: 20px;
	}
	.pd_b_20 {
		padding-bottom: 20px;
	}
	.pd_b_30 {
		padding-bottom: 25px;
	}
	.pd_b_40 {
		padding-bottom: 35px;
	}
	.pd_b_50 {
		padding-bottom: 45px;
	}
	.pd_b_60 {
		padding-bottom: 55px;
	}
}

@media screen and (max-width: 1420px) {
	.font48 {
		font-size: 36px;
	}
	.font42 {
		font-size: 30px;
	}
	.font40 {
		font-size: 29px;
	}
	.w_400 {
		width: 23%;
	}
	.h_600 {
		height: 500px;
	}
	.h_660 {
		height: 560px;
	}
	.head_pc .nav_pc .logo_pc a img {
		min-width: initial;
	}
}

@media screen and (max-width:1366px) {
	/*首页start*/
	.ind_qh_textcomm .ind_qh_text .swiper-slide ul {
		padding: 5% 0;
	}
	.seasons-content {
		padding: 0;
	}
	.ind_qh_textcomm .ind_qh_text .swiper-slide {
		height: 100% !important;
		margin: 0 !important;
	}
	.head_pc .nav_pc .logo_pc a img{
		height:25px;
	}
	/*首页end*/
	.head_pc .nav_pc .pc_ul li{
		margin-right: 0;
	}
	.pd_t_60 {
		padding-top: 50px;
	}
	.pd_t_50 {
		padding-top: 40px;
	}
	.pd_t_40 {
		padding-top: 30px;
	}
	.pd_t_30 {
		padding-top: 20px;
	}
	.pd_b_30 {
		padding-bottom: 20px;
	}
	.pd_b_40 {
		padding-bottom: 30px;
	}
	.pd_b_50 {
		padding-bottom: 40px;
	}
	.pd_b_60 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:1200px) {
	/*首页*/
 .block_home_slider .slide .abswz{
 	width: 80%;
 	padding: 0;
 	
 }
 
 
 
 .block_home_slider .flex-control-paging{
 	width: 70%;
 	bottom: 80px;
 }
	/*首页end*/
	 .head_pc .nav_pc .logo_pc a img{
	 	height:20px;
	 }
	 #gy_slider .slide .cont-text .text{
	 	padding: 0 10%;
	 }
	 #gy_slider .flex-direction-nav a.flex-prev{
	 	left: 42%;
	 }
	 #gy_slider .flex-direction-nav a.flex-next{
	 	right: 43%;
	 }
	 .sub_gy .sub_lc .lc_nav{
	 	padding-top: 7%;
	 }
	 
	.pd_sx_70 {
		padding: 40px 0;
	}
	.pd_sx_60 {
		padding: 30px 0 !important;
	}
	.pd_sx_50 {
		padding: 20px 0;
	}
	.pd_btm_50 {
		padding-bottom: 20px;
	}
	.pd_btm_30 {
		padding-bottom: 0.5rem;
	}
	.pd_t_60 {
		padding-top: 40px;
	}
	.pd_t_50 {
		padding-top: 30px;
	}
	.pd_t_40 {
		padding-top: 20px;
	}
	.pd_b_40 {
		padding-bottom: 20px;
	}
	.pd_b_50 {
		padding-bottom: 30px;
	}
	.pd_b_60 {
		padding-bottom: 40px;
	}
	.w_100 {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		overflow: hidden;
		box-sizing: border-box;
	}
	.w_1200 {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
		overflow: hidden;
		box-sizing: border-box;
	}
	.w_1400 {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
	}
	 
	.font50 {
		font-size: 40px;
	}
	.font100 {
		font-size: 60px;
	}
	.font48 {
		font-size: 32px;
	}
	.font42 {
		font-size: 26px;
	}
	.font40 {
		font-size: 25px;
	}
	.font36 {
		font-size: 30px;
	}
	.font35 {
		font-size: 28px;
	}
	.font32 {
		font-size: 26px;
	}
	.font30 {
		font-size: 22px;
	}
	.font28 {
		font-size: 22px;
	}
	.font26 {
		font-size: 20px;
	}
	.font22 {
		font-size: 18px;
	}
	.font20 {
		font-size: 16px;
	}
	.font18 {
		font-size: 14px;
	}
	.font16 {
		font-size: 15px;
	}
	.font14 {
		font-size: 14px;
	}
	.font1533 {
		font-size: 15.33px;
	}
	.font1546 {
		font-size: 15.46px;
	}
}

@media screen and (max-width:1024px) {
	/*首页*/
.ind_c1 .rit-text .text-nr{
	padding: 0.3rem 0;
}
.ind_c1 .rit-text .text-nr .bt{
	margin-bottom: 0;
}
.ind_c1 .rit-text .text-nr .bt_2{
	padding-top: 5%;
}
.ind_c1 .rit-text .text-nr .ms{
	padding-top: 2%;
}
.ind_c1  .let-img{
text-align: center;
}
	/*首页end*/
	.jxfw_nr .show_img{
		display: none;
	}
	.sub_bgt_da{
		background: #f8f5f4 !important;
	}
	.sub_max836_y{
		max-height: initial;
	}
	.sub_news{
		padding-left: 0;
	}
	.quotes ul{
		justify-content: center;
	}
	
	.head_pc .nav_pc .pc_ul .one a span{
		padding: 0 0.15rem;
	}
	.sub_gy .sub_lc .lc_nav li .con{
		width: 51%;
	}
	#gy_slider .flex-control-paging{
		bottom: 20px;
	}
	#gy_slider .flex-direction-nav a{
		bottom: 20px;
	}
	
	.head_pc .nav_pc .rit_con {
		padding-left: 160px;
	}
	.head_pc .nav_pc{
		justify-content: flex-start;
	}
	 
	.w-50 {
		width: 100% !important;
		display: block !important;
	}
	.w-55 {
		width: 100% !important;
		display: block !important;
	}
	.w-40 {
		width: 100% !important;
		display: block !important;
	}
	.img_ys:hover:after {
		transform: scale(1);
		opacity: 0;
		border-color: #bf9f6c;
	}
	.pd_sx_70 {
		padding: 20px 0;
	}
	.img-text {
		padding-bottom: 20px;
	}
	.ind_cont {
		padding: 20px 0;
	}
	.pd_rit_3 {
		padding-right: 0;
	}
	.pd_rit_4 {
		padding-right: 0;
	}
	.pd_rit_6 {
		padding-right: 0;
	}
	.pd_let_3 {
		padding-left: 0;
	}
	.pd_let_4 {
		padding-left: 0;
	}
	
}

@media screen and (max-width:960px) {
	
	.pc_foot {
		display: none !important;
	}
	.foot_m {
		display: block;
	}
	.body-nav {
		height: 100%;
		overflow: hidden;
	}
	.body-nav #main,
	.body-nav #foot {
		-webkit-transform: translate(-176px);
		transform: translate(-176px);
		/*-webkit-transform: translate(-100px);
		transform: translate(-100px);*/
		-webkit-transition: -webkit-transform 800ms;
		transition: transform 800ms;
	}
	.head_pc {
		display: none
	}
	.page-navigation {
		display: block;
	}
	.head_m {
		display: block;
		height: 60px;
		position: fixed;
		box-sizing: content-box;
		width: 100%;
		z-index: 8888; 
		background-color: white;
	}
	.head_m .logo_m {
		position: absolute;
		left: 0.4rem;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.head_m .logo_m img {
		display: block;
		height:20px;
	}
	.head_m .i_h {
		position: absolute;
		top: 11px;
		right: 0.4rem;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}
	.head_m .i_h span {
		position: absolute;
		top: 19px;
		left: 8px;
		width: 24px;
		height: 2px;
		background: #b6774c;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	.head_m .i_h span:after,
	.head_m .i_h span:before {
		content: '\20';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #b6774c;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	.head_m .i_h span:before {
		top: -6px;
	}
	.head_m .i_h span:after {
		bottom: -6px;
	}
	.body-nav .head_m .i_h span {
		background: 0 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.body-nav .head_m .i_h span:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 0;
		top: 0;
	}
	.body-nav .head_m .i_h span:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 0;
		bottom: 0;
	}
	#head .head_m .hide-nav {
		display: none;
		position: fixed;
		top: 40px;
		left: 0;
		right: 176px;
		bottom: 0;
		-webkit-transition: right 650ms;
		transition: right 650ms;
		z-index: 999;
	}
	.body-nav #head .head_m .hide-nav {
		display: block;
	}
	.page-navigation {
		position: fixed;
		width: 100%;
		top: 0px;
		overflow-y: auto;
		position: fixed;
		z-index:8887;
		bottom: 0;
		right: -176px;
		width: 176px;
		-webkit-transition: right 650ms;
		transition: right 650ms;
		background: #b6774c;
	}
	.body-nav .page-navigation {
		right: 0;
		-webkit-transition: right 350ms;
		transition: right 350ms;
	}
	.nav_pad {
		padding: 60px 0 0;
	}
	.page-navigation .link {
		height: 40px;
		line-height: 40px;
		padding-left: 0.4rem;
		padding-right: 0.4rem;
		font-size: 14px;
		color: #fff;
		display: inline-block;
		width: 100%;
	}
	.page-navigation .link .yw_a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.nav_pad .accordion > li:hover,
	.nav_pad .accordion .open {
		background: #5f4839;
	}
	.page-navigation a {
		color: #fff;
	}
	.block_home_slider {
		background: #000;
	}
	/**
	 * Submenu
	 -----------------------------*/
	.submenu {
		display: none;
		background: #bf9f6c;
		font-size: 14px;
	}
	.submenu li {
		background: rgba(255, 255, 255, 0.9);
	}
	.submenu li a {
		color: #333;
	}
	.submenu a {
		display: block;
		text-decoration: none;
		padding: 5px 0;
		padding-left: 20px;
		cursor: pointer;
	}
	.submenu li.li_dd:hover {
		background: rgba(255, 255, 255, 1);
	}
	.submenu li.li_dd:hover a {
		color: #333;
	}
}

@media screen and (max-width:960px) {
	/*首页*/
 .block_home_slider .slide .abswz{
		width: calc(100% - 1rem);
		padding: 0.3rem;
	}
	.block_home_slider .slide .abswz .text-con{
		padding-left: 0;
	}
	
	.ind_c1{
		padding: 0;
	}
	.ind_al{
		padding-left: 0.4rem;
		padding-right: 0.4rem;	
	}
	.ind_c1 .rit-text{
		padding: 0.3rem;
		
	}
	#main{
		padding-top: 60px;
	}
	 .ind_c3.block_home_slider .flex-control-paging{
	 	bottom: 0.3rem;
	 }
	 .ind_c3 .wenzi{
	 	bottom: 0.8rem;
	 }
	/*首页end*/
	.pd_t_60 {
		padding-top: 30px;
	}
	.pd_t_50 {
		padding-top: 20px;
	}
	.pd_b_50 {
		padding-bottom: 20px;
	}
	.pd_b_60 {
		padding-bottom: 30px;
	}
	  
}

@media screen and (max-width:768px) {
	/*首页*/
	 
	/*首页end*/
	.thumbs li{
		width:50%;
	}
	.sub_ar .art_top .a_fh {
    width: 60px;
    height: 30px;
    text-indent: 25px;
    background-position: 5px center;
}
	/*内页*/
	 .sub_gy .sub_lc .lc_nav li{
	 	margin-bottom: 2%;
	 	padding: 2% 0;
	 }
	 .sub_gy .sub_lc .lc_nav li .con{
	 	width: 100%;
	 	padding: 0;
	 	background: none;
 		text-align: left;
	 }
	 .sub_gy .sub_lc .lc_nav li:nth-child(2n+2) .con{
	 	padding: 0;
	 	margin: 0;
 		background: none;

	 }
	 .sub_gy .sub_lc .lc_nav li:nth-child(2n+2){
	 	margin: 0;
	 }
	 .sub_gy .sub_lc{
	 	background: none;
	 }
	 .sub_gy .sub_lc .lc_nav{
	 	padding: 3% 0 0%;
	 }
	 .sub_gy .sub_lc .bg-s{
	 	display: none;
	 }
	/*内页*/
	 
	.pd_sx_60 {
		padding: 20px 0 !important;
	}
	.pd_btm_30 {
		padding-bottom: 0.5rem;
	}
	.pd_btm_25 {
		padding-bottom: 10px;
	}
	.w_1200 {
		width: 100%;
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
	.w_100 {
		width: 100%;
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
	.w_1000.btm {
		width: 100%;
		padding-left: 0.3rem;
		padding-right: 0.3rem;
		margin-bottom: 20px;
	}
	.pd_t_60 {
		padding-top: 20px;
	}
	.pd_b_60 {
		padding-bottom: 20px;
	}
	.font50 {
		font-size: 28px;
	}
	.font100 {
		font-size: 32px;
	}
	.font48 {
		font-size: 22px;
	}
	.font42 {
		font-size: 18px;
	}
	.font36 {
		font-size: 24px;
	}
	.font35 {
		font-size: 22px;
	}
	.font32 {
		font-size: 20px;
	}
	.font30 {
		font-size: 18px;
	}
	.font28{
		font-size: 18px;
	}
	.font26 {
		font-size: 16px;
	}
	.font22 {
		font-size: 16px;
	}
	.font20 {
		font-size: 14px;
	}
	.font18 {
		font-size: 14px;
	}
	.font16 {
		font-size: 13px;
	}
	.font14 {
		font-size: 12px;
	}
	.font1533 {
		font-size: 13.33px;
	}
	.font1546 {
		font-size: 13.46px;
	}
 
	.ind_foot {
		display: none !important;
	}
	 
	.w_1400 {
		width: 100%;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

@media screen and (max-width:640px) {
	 
	 .art_cp .title_info{
	 	float: initial;
	 	padding: 0;
	 }
	 .art_cp .ar_body{
	 	float: initial;
	 	padding: 2% 0;
	 	width: 100%;
	 }
	 #gy_slider .slide .cont-text .text .ms{
	 	display: none;
	 }
	 .sub_al .al_nav li{
	 	width: 47%;
	 	margin-left: 2%;
	 }
	.show_pc {
		display: none;
	}
	.hide_m {
		display: block;
	}
	.block_home_slider .slide .abswz .text-con .cn{
		padding-left: 0rem;
		text-align: right;
	}
	.lx_nr .lx_nav li{
		width: 100%;
	}
	.lx_nr .map{
		height: 3px;
	}
 
}

@media screen and (max-width:500px) {
	.w_1400 {
		width: 100%;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	 
	 
}

@media screen and (max-width:414px) {
	.thumbs li{
		width:100%;
	}
	.pd_btm_30 {
		padding-bottom: 10px;
	}
	.block_home_slider .slide .abswz{
		width: calc(100% - 0.8rem);
		
	}
	.block_home_slider .slide .abswz .text-con .cn{
		text-align: left;
	}
	.mdzsfullSlide .hd ul{
		justify-content: flex-start;
	}
	.mdzsfullSlide .hd ul li{
		margin-bottom: 10px;
	}
}


/*新字体大小*/

@media screen and (max-width:1680px) {
	.font28 {
		font-size: 26px;
	}
	.font26 {
		font-size: 24px;
	}
	.font48 {
		font-size: 46px;
	}
	.font42 {
		font-size: 38px;
	}
	.font40 {
		font-size: 37px;
	}
	.font36 {
		font-size: 32px;
	}
}

@media screen and (max-width:1600px) {
	.font28{
		font-size: 20px;
	}
	.font26 {
		font-size: 22px;
	}
	.font48 {
		font-size: 42px;
	}
	.font42 {
		font-size: 36px;
	}
	.font40 {
		font-size: 35px;
	}
	.font36 {
		font-size: 30px;
	}
}

@media screen and (max-width:1440px) {
	.font28 {
		font-size: 22px;
	}
	.font26 {
		font-size: 20px;
	}
	.font48 {
		font-size: 38px;
	}
	.font42 {
		font-size: 32px;
	}
	.font40 {
		font-size: 31px;
	}
	.font36 {
		font-size: 28px;
	}
}

@media screen and (max-width:1400px) {
	.font28 {
		font-size: 20px;
	}
	.font26 {
		font-size: 18px;
	}
	.font48 {
		font-size: 34px;
	}
	.font42 {
		font-size: 30px;
	}
	.font40 {
		font-size: 29px;
	}
	.font36 {
		font-size: 26px;
	}
}

@media screen and (max-width:1366px) {
	.font28 {
		font-size: 20px;
	}
	.font26 {
		font-size: 18px;
	}
	.font48 {
		font-size: 28px;
	}
	.font42 {
		font-size: 26px;
	}
	.font40 {
		font-size: 25px;
	}
	.font36 {
		font-size: 24px;
	}
}

@media screen and (max-width:1360px) {
	.font28 {
		font-size: 20px;
	}
	.font26 {
		font-size: 18px;
	}
	.font36 {
		font-size: 22px;
	}
}

@media screen and (max-width:1280px) {
	.font28 {
		font-size: 18px;
	}
	.font26 {
		font-size: 16px;
	}
	.font36 {
		font-size: 20px;
	}
}

@media screen and (max-width:1024px) {
	.font36 {
		font-size: 18px;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:440px) {}

@media screen and (max-width:350px) {}