@charset "utf-8";

.amt1 {
	animation-delay: .3s;
	-webkit-animation-delay: .3s;
}

.amt2 {
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
}
.search_tc .search_top .scbox input {
    caret-color: #fff;
}
.amt3 {
	animation-delay: .9s;
	-webkit-animation-delay: .9s;
}

.amt4 {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

.amt5 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}

.amt6 {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}

.amt7 {
	animation-delay: 2.1s;
	-webkit-animation-delay: 2.1s;
}

.amt8 {
	animation-delay: 2.4s;
	-webkit-animation-delay: 2.4s;
}

/*视频*/
.videohide {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.videohide_class {
	visibility: visible;
	opacity: 1;
}

.videohidebg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 10;
}

.vd_click {
	cursor: pointer;
}

.videohidebox i {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #80575F;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}

.videohidebox i.fa-close:hover {
	-webkit-filter: brightness(110%);
}

.videohidebox {
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}
.md .ss1 h3 {
   
    letter-spacing: 0px !important;
}
.videohidebox_class {
	margin-top: 0;
	opacity: 1;
}

.videohidebox_1 {
	width: 100%;
	height: auto;
}

.videohidebox_1 video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.videohidebox_1 p {
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.vdbg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

.hdw {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.ht {
	line-height: 35px;
	color: #ddd;
	background: #444444;
}
.ab4ra:nth-child(4), .ab4ra:nth-child(5) {
    margin-top: 5px !important;
}
.head {
	height: 55px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
/*	background: #fff;*/
    background: rgba(255,255,255,80%);
	transition: .25s;
}
.xd3w.mt_40.disflex.flex_lmr.flex_wrap {
    pointer-events: none;
}
.head_active {
    background: rgba(51,51,51,97%);
}
.g_min_box a span {
    display: none !important;
    line-height: 21px;
    padding-left: 5px;
}
.hdw_height {
	height: 90px;
}
.g_min_box a span {
    display: none !important;
    line-height: 21px;
    padding-left: 5px;
}
.logo {
	display: inline-block;
	height: 29px;
}

.nav span {
	margin-right: 30px;
}

.nava {
	display: block;
	height: 55px;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	color: #666;
	position: relative;
}

.nava i {
	display: block;
	line-height: 55px;
	text-align: center;
	transition: .25s;
}

.nava i:first-child {
	margin-top: -55px;
}

.nav span:hover .nava i:first-child,
.nav span.active .nava i:first-child {
	margin-top: 0;
	color: #333;
  font-size: 15px;
}

.nav span.active .nava::after {
	width: 16px;
	height: 8px;
	background: url(../images/down_03.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: 5px;
	content: "";
}

.hdrsc span {
	width: 55px;
	height: 55px;
	display: block;
	cursor: pointer;
	background: url(../images/sc_03.svg) no-repeat center;
}

.hdrsc span.active {
	background: url(../images/sc_03.svg) no-repeat center;
	background-size: 20px;
}

.head_active .hdrsc span,
.head_list .hdrsc span {
	background: url(../images/sc_03.png) no-repeat center;
}

.head_active .hdrsc span.active,
.head_list .hdrsc span.active {
	filter: inherit;
	background: url(../images/sc_03.png) no-repeat center;
	background-size: 20px;
	filter: grayscale(100%) brightness(500%);
}
.scbox.scbox1{
	opacity: 0;
}
.scbox {
	position: absolute;
	right: 0;
	top: 100%;
	width: 300px;
	/*opacity: 0;*/
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.scbox input {
	height: 45px;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    font-size: 15px;
    padding-left: 43px;
}

.scbox button {
	width: 50px;
	height: 32px;
	background: url(../images/sc_03.svg) no-repeat center;
	position: absolute;
	left: 0;
	top: 0px;
	cursor: pointer;
}

.hdr3_span {
	width: 55px;
	height: 55px;
	display: block;
	cursor: pointer;
	background: url(../images/rnavicon_03.png) no-repeat center;
}

.hdrhide {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transform: scale(0, 1);
	transition: .5s;
	transform-origin: right center;
}

.hdrhide_active {
	opacity: 1;
	visibility: inherit;
	transform: scale(1, 1);
}

.hrhbg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}

.hrw {
	width: 31.5%;
	height: 100%;
	background: #3e3e40;
	color: #fff;
	padding: 20px;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	-webkit-overflow-scrolling: touch;
}

.twhite {
	filter: grayscale(100%) brightness(500%);
}

.hrt {
	padding: 20px 0;
	border-bottom: 2px solid #fff;
}

.hra {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding: 25px 0;
}

.hra h3 a {
	font-size: 18px;
	color: #fff;
}

.hraw {
	margin-top: 10px;
	line-height: 30px;
}

.hraw a {
	margin-right: 20px;
	color: #fff;
}

.hraw a:hover {
	opacity: .85;
}

.ab3rbg_ht::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.ab3rbg_ht::-webkit-scrollbar-track {
	background: #f6f6f6;
	border-radius: 2px;
}

.ab3rbg_ht::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 2px;
}

.ab3rbg_ht::-webkit-scrollbar-thumb:hover {
	background: #747474;
}

.ab3rbg_ht::-webkit-scrollbar-corner {
	background: #f6f6f6;
}

.close_hr {
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat center;
	background-size: 60%;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.head_active .logo,
.head_active .nav span.active .nava::after,
.head_active .hdrsc span,
.head_active .hdr2 img,
.head_active .hdr3_span {
	filter: grayscale(100%) brightness(500%);
}

.head_active .nava,
.head_active .nav span:hover .nava i:first-child,
.head_active .nav span.active .nava i:first-child,
.head_active .hdr2 a,
.head_active .hdr2 {
	color: #fff;
}

.navhide {
	width: 100%;
	padding: 15px 20px;
	position: absolute;
	left: 0;
	top: 100%;
	background: rgba(255, 255, 255, .9);
	display: none;
	transition: .25s;
	z-index: 99;
}
.navhide .wa { width:1200px; margin:0 auto}

.navhide a {
	display: block;
	text-align: center;
	font-size: 15px;
	padding: 15px 0;
	float:left; width:120px
}

.navhide a img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}



.navhide a:hover {
	color: #80575f;
	font-weight: bold;
}

.imd {
	position: relative;
	z-index: 10;
	background: #fff;
}

.ititle {
	font-size: 35px;
	color: #000;
}

.md {
	padding: 60px 0;
}

.iline {
	width: 5px;
	height: 30px;
	background: #b4b4b4;
	border-radius: 4px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.i1aimg {
	width: 52%;
}

.i1aimg img {
	max-width: 100%;
}

.i1aimg_vd {
	position: absolute;
	top: 0;
	width: 90%;
	left: 5%;
}

.vdico {
	width: 65px;
	height: 65px;
	background: url(../images/vd_03.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
}

.i1atxt {
	width: 40%;
}

.i1abimg {
	width: 95%;
	left: 2.5%;
	bottom: 0;
	position: absolute;
}

.morea a {
	padding-bottom:10px; border-bottom:1px #333 solid
}

.morea a:hover {
	margin-left:10px; color: #80575f; border-bottom: 1px solid #80575f;
}

.flex_reverse {
	flex-flow: row-reverse;
}

.i1atxta a {
    color: #77797F;
    display: block;
    float: left;
    width: 33%;
    /*padding-left: 4px;*/
}
.i1atxta div { overflow:hidden}

.i1atxta a:hover {
	color: #3E3E40;
}

.i2a {
	width: 33%;
	margin-bottom: 10px;
}

.i2atxt {
	width: 50%;
	padding: 15px 35px;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

.i2atxt span {
	line-height: 30px;
	display: inline-block;
	border-bottom: 1px solid #999;
	transition: .5s;
}

.i2a:hover .i2atxt span {
	color: #80575f;
	border-bottom: 1px solid #80575f;
	transform: translateX(10px);
}

.foot {
	background: #333;
	color: #fff;
}

.ftl {
	width: 38%;
}

.ftla h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
	padding-right: 20px;
	position: relative;
}

.ftla:nth-child(2) {
    width: 69%;
}
.ftla:nth-child(3) {
    display: none;
}
.downline {
	width: 32px;
	height: 1px;
	background: #5c5c5c;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.ftla p a {
	font-size: 1em;
	color: #999999;
	line-height: 30px;
}

.ftla p a i {
	width: 10px;
	height: 1px;
	background: #5C5C5C;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.ftla p a:hover {
	color: #fff;
}

.ftlaflex p {
	width: 50%;
}

.ft2a {
	padding: 10px 0;
	line-height: 25px;
	font-size: 16px;
	border-bottom: 1px solid #3e3b3b;
	position: relative;
	padding-right: 50px;
}

.ft3a {
	width: 155px;
	margin-left: 30px;
}

.ft3a p {
	margin-top: 15px;
	color: #999;
}

.fb {
	line-height: 30px;
	padding: 10px 0;
	color: #666666;
	background: #444444;
}

.listbn {
	width: 100%;
	height: 700px;
}

.lbnbg {
	padding-bottom: 90px;
}

.lbnbg {
	background: rgba(0, 0, 0, .3);
}

.lbntxt h3 {
	color: #fff;
	font-size: 80px;
}

.lt1w {
	height: 90px;
	background: url(../images/ltbg_03.png) no-repeat right #f5f6f6;
	background-size: 60%;
	padding: 0 5%;
	position: relative;
	margin-top: -90px;
	z-index: 9;
}

.lt1l a {
	color: #333;
}

.lt1l i {
	margin: 0 10px;
}

.lt2 a {
	display: block;
	width: 24.5%;
	text-align: center;
	line-height: 70px;
	background: #f4f4f4;
	font-size: 18px;
}

.lt2 a img {
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -3px;
	transition: .25s;
}

.lt2 a:hover {
	background: #785746;
	color: #fff;
}

.lt2 a:hover img {
	filter: grayscale(100%) brightness(500%);
}

.ab1 {
	background: url(../images/ab1bg_02.png) no-repeat center;
}

.abtop h3 {
	margin-top: -35px;
}

.abtop h1 {
	font-size: 80px;
	height: 80px;
	line-height: 80px;
	font-weight: normal;
	color: #ededed;
}

.abtop1 h1 {
	color: #E3E3E3;
}

.abline {
	width: 59px;
	height: 3px;
	background: #80575f;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.ab1l,
.ab1r {
	position: relative;
	width: 48%;
}

.ab1t,
.ab1txt {
	position: relative;
	z-index: 9;
}

.colorabt {
	color: #80575f;
}

.ab1line {
	width: 30px;
	height: 1px;
	background: #ccc;
}

.ab1txt p {
	/*text-indent: 2em;*/
}

.ab1lb {
	position: absolute;
	right: 0;
	top: 0%;
	width: 32%;
}

.ab1lb img {
	width: 100%;
}

.ab2 {
	background: url(../images/ab2bg_02.jpg) no-repeat center;
}

.ab2a {
	height: 650px;
	width: 33%;
	border-right: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
	padding: 20px 5%;
}

.ab2a:last-child {
	border: 0;
}

.ab2a:hover {
	width: 35%;
	background: rgba(0, 0, 0, .35);
}

.ab2a h3 {
	margin-top: 0 !important;
	transition: .25s;
}

.ab2a .txt {
	opacity: 0;
	transition: .25s;
	visibility: hidden;
	max-height: 500px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.ab2a .txt::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.ab2a .txt::-webkit-scrollbar-track {
	background: #f6f6f6;
	border-radius: 2px;
}

.ab2a .txt::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 2px;
}

.ab2a .txt::-webkit-scrollbar-thumb:hover {
	background: #747474;
}

.ab2a .txt::-webkit-scrollbar-corner {
	background: #f6f6f6;
}

.ab2a:hover h3 {
	margin-top: 0;
}

.ab2a:hover .txt {
	opacity: 1;
	visibility: inherit;
	display: block;
}

.ab3l {
	width: 45%;
}

.ab3rbg {
	background: #f2f2f0;
	padding: 50px 5%;
}

.ab4w {
	padding: 0 20px 40px 20px;
}

.swiper-button-next-ab4,
.swiper-button-prev-ab4 {
	width: 25px;
	height: 49px;
	background: url(../images/ab4btn_03.png) no-repeat center;
	margin-top: 8px;
}
.swiper-button-prev-ab4 {
	transform: rotate(180deg);
}

.ab4l {
	width: 43.8%;
}

.ab4ra {
	width: 49.3%;
	margin-left: .7%;
	margin-top: 8px;
}

.ab4ra:nth-child(1),
.ab4ra:nth-child(2) {
	margin-top: 0;
}

.ab5box {
	width: 49.5%;
}

.ab5atxt {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ab5_03.png) repeat;
	padding: 30px; background-size:auto 100%
}


	.ab5abg { height:252px}
	.ab5a_w50 .ab5abg { height:164px}
	
	.ab5a_w50 .ab5atxt .text16 { line-height:22px}
	.ab5a_w50 .ab5atxt .mt_40 { margin-top:15px}
	.ab5a_w50 .ab5atxt .mt_40 img { width:34px}

.ab5a {
	width: 100%;
	margin-top: 20px;
}

.ab5a_w50 {
	width: 49%;
}


.ab5atxt span {
	transition: .5s;
}

.ab5a:hover .ab5atxt span {
	transform: translateX(20px);
}

.ab5a:hover .ab5atxt {
	background: url(../images/ab5_03.png) repeat;
	background-size: 100% 100%;
}

.prdmd {
	padding: 20px 0;
}

.pdatxt h3 {
	font-size: 30px;
	font-weight: normal;
}

.pdatxt span {
	display: inline-block;
	line-height: 34px;
	border-bottom: 1px solid #999;
	transition: .5s;
}

.pdatxt span:hover {
	color: #80575F;
	border-bottom: 1px solid #999;
	transform: translateX(10px);
}

.pdatxt1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 60px;
}

.pdatxt2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
}

.pdw2 .pda {
	width: 49.5%;
}

.colorfff {
	color: #fff;
}

.pdw3 .pda {
	width: 32.63%;
}

.piat {
	font-size: 18px; background:#F1EFF0; padding:0 15px; line-height:60px
}
.piat a { color:#333333;}
.piat a:hover {
    color: #785746;
    text-decoration: underline;
}
.piat font { font-size:16px; color:red}

.piat i {
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	border-radius: 100%;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.pia.nb .piat { padding:0; background:none; line-height:34px}
.pia.nb .piat i { display:none}
.pia.nb .piab { padding:0}

.piab { font-size:16px; line-height:32px; padding:0 20px;color: #77797f;}
.piab.text18.mt_20 img {max-width: 100%;}
.piab span { display:block; color:#626672}

.xdl {
	padding: 0 5%;
	/*text-indent: 2em;*/
}

.xdr {
	width: 48%;
}

.xd2 .ab2a h3 {
	margin-top: 40%;
}

.xd2 .ab2a:hover h3 {
	margin-top: 0;
}

.xd3a {
	width: 13.5%;
	border-radius: 8px 0 8px 0;
	overflow: hidden;
}

.xd3atxt {
	background: #f7f6f6;
	padding: 20px;
}

.xd3atxt p {
    height: 163px;
    color: #999;
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
}
.ab4ra {
    width: 27.4%;
    margin-left: .7%;
    float: left;
    margin-top: 9px ;
   
}
.ab4ra:nth-child(2), .ab4ra:nth-child(3) {
    margin-top: 0 !important;
}
.xd3atxt i {
	color: #c6c4c4;
	font-size: 30px;
	font-family: "Impact";
}

.xd3 {
	padding-left: 50px;
	padding-right: 50px;
}

.fw1atxt,
.fw1aimg {
	width: 50%;
}

.fw1atxt {
	padding: 30px 50px;
}

.fw1atxt .txt {
	/*text-indent: 2em;*/
}

.fw1a {
	background: #f7f6f6;
}

.fw1a:nth-child(even) {
	flex-flow: row-reverse;
}

.col,
.cor {
	width: 50%;
}

.cor {
	height: 450px;
}

.cow {
	background: url(../images/colbg_03.jpg) no-repeat left top;
	background-size: 50% cover;
}

.col {
    padding: 0 3%;
}

.colimga {
	width: 125px;
	margin-left: 10px;
}

.nitop {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.nitxt * {
	max-width: 100%;
}

.pc_demo {
	display: block;
}

.wap_demo {
	display: none;
}

.coltxt p {
	display: flex;
}

.ab3rbg_ht::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.ab3rbg_ht::-webkit-scrollbar-track {
	background: #f6f6f6;
	border-radius: 2px;
}

.ab3rbg_ht::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 2px;
}

.ab3rbg_ht::-webkit-scrollbar-thumb:hover {
	background: #747474;
}

.ab3rbg_ht::-webkit-scrollbar-corner {
	background: #f6f6f6;
}


@media only screen and (max-width:1700px) {
	.bnimg {
		height: 720px !important;
	}

	.listbn {
		height: 600px;
	}

	.coltxt p {
		font-size: 18px;
	}
}

@media only screen and (min-width:1360px) and (max-width:1480px) {
	.xd3atxt p {
		overflow: inherit;
		line-height: 20px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1359px) {

	.xd3atxt p {

		font-size: 14px;
		line-height: 18px;

	}
}

.news_id .wrap { padding:0; width:90%; max-width:980px; margin:0 auto}

@media only screen and (max-width:1400px) {
	
	.bnimg {
		height: 620px !important;
	}

	.wrap {
		padding: 0 25px;
	}
	

	.nav span {
		margin-right: 30px;
	}

	.i2atxt {
		width: 60%;
	}

	.i2atxt p {
		font-size: 16px;
	}

	.ititle {
		font-size: 30px;
	}

	.ft2a {
		padding-right: 0;
	}

	.ft3a {
		width: 120px;
	}

	.ab2a {
		padding: 20px 2.5%;
	}

	.ab2a h3 {
		font-size: 20px;
	}

	.ab2a .txt {
		font-size: 14px;
	}

	.ab3rbg_ht {
		height: auto;
		overflow: hidden;
		overflow-y: auto;
	}

	.coltxt p {
		font-size: 16px;
	}

	.colimga {
		width: 100px;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1200px){
.navhide {
    width: 100%;
    /* padding: 15px 75px; */
    position: absolute;
    left: 0;
    top: 100%;
    /* margin: 0 auto; */
    background: rgba(255, 255, 255, .9);
    display: none;
    transition: .25s;
    z-index: 99;
}
.navhide {
    display: none !important;
}

.navhide a {
    font-size: 12px;
    margin: 0 -1%;
}
.navhide .wa {
    width: 100%;
    /* background: red; */
    overflow: hidden;
    margin: 0 auto;
}
}
@media only screen and (min-width:768px) and (max-width:900px) {
	.wrap {
		padding: 0 20px;
	}

	.videohidebox {
		width: 80%;
	}

	.bnimg {
		height: 450px !important;
	}

	.nav span {
		margin-right: 3px;
	}

	.navhide a {
		font-size: 12px;
		margin: 0 15px;
	}

	.nava {
		font-size: 14px;
	}

	.logo {
		height: 18px;
	}

	.i2atxt {
		padding: 15px 20px;
	}

	.i2atxt p {
		font-size: 14px;
		line-height: 25px;
	}

	.i2atxt .mt_50 {
		margin-top: 20px;
	}

	.ftl {
		width: 100%;
		margin-bottom: 20px;
		display: none;
	}
.wap_w100 {
    width: 100% !important;
}
	.listbn {
		height: 500px;
	}

	.lbntxt h3 {
		font-size: 50px;
		margin-bottom: 50px;
	}

	.lt1w {
		height: 60px;
		margin-top: -60px;
	}

	.lbnbg {
		padding-bottom: 0;
	}

	.ab1lb {
		width: 40%;
	}

	.ab1lb img {
		width: 100%;
	}

	.ab2a {
		padding: 20px;
	}

	.ab2a h3 {
		font-size: 20px;
	}

	.pdatxt1 {
		padding-top: 20px;
	}

	.pdatxt h3 {
		font-size: 20px;
	}

	.xd3a {
		width: 32.33%;
		margin-top: 20px;
	}

	.colw {
		display: block;
	}

	.colimga {
		margin-left: 0;
		margin-top: 15px;
		margin-right: 15px;
	}
.colimg {
    margin-left: 31px;
}
	.abtop h1 {
		height: 60px;
		font-size: 60px;
		line-height: 60px;
	}

	.ab2a {
		padding: 15px;
	}

	.ab2a h3 {
		font-size: 18px;
	}

	.ab2a .txt {
		font-size: 13px;
		line-height: 25px;
	}

	.ab3rbg_ht {
		height: auto;
		overflow: hidden;
		overflow-y: auto;
	}
	.colw.disflex.flex_lmr.mt_25 {
    width: 268px;
    margin: 0 auto;
}
}
@media only screen and (min-width:900px) and (max-width:1199px) {
	.wrap {
		padding: 0 20px;
	}
	.wrap.disflex.flex_lmr.flex_wrap {
    padding: 0 110px;
}
.colw.disflex.flex_lmr.mt_25 {
    width: 268px;
    margin: 0 auto;
}
.colimg {
    margin-left: 31px;
}
	.videohidebox {
		width: 80%;
	}

	.bnimg {
		height: 450px !important;
	}

	.nav span {
		margin-right: 30px;
	}

.navhide a {
    display: block;
    text-align: center;
    font-size: 11px;
    padding: 15px 0;
    float: left;
    width: 11.9%;
}
	.nava {
		font-size: 14px;
	}

	.logo {
		height: 18px;
	}

	.i2atxt {
		padding: 15px 20px;
	}

	.i2atxt p {
		font-size: 14px;
		line-height: 25px;
	}

	.i2atxt .mt_50 {
		margin-top: 20px;
	}

	.ftl {
		width: 100%;
		margin-bottom: 20px;
		display: none;
	}
.wap_w100 {
    width: 100% !important;
}
	.listbn {
		height: 500px;
	}

	.lbntxt h3 {
		font-size: 50px;
		margin-bottom: 50px;
	}

	.lt1w {
		height: 60px;
		margin-top: -60px;
	}

	.lbnbg {
		padding-bottom: 0;
	}

	.ab1lb {
		width: 40%;
	}

	.ab1lb img {
		width: 100%;
	}

	.ab2a {
		padding: 20px;
	}

	.ab2a h3 {
		font-size: 20px;
	}

	.pdatxt1 {
		padding-top: 20px;
	}

	.pdatxt h3 {
		font-size: 20px;
	}

	.xd3a {
		width: 32.33%;
		margin-top: 20px;
	}

	.colw {
		display: block;
	}

	.colimga {
		margin-left: 0;
		margin-top: 15px;
		margin-right: 15px;
	}

	.abtop h1 {
		height: 60px;
		font-size: 60px;
		line-height: 60px;
	}

	.ab2a {
		padding: 15px;
	}

	.ab2a h3 {
		font-size: 18px;
	}

	.ab2a .txt {
		font-size: 13px;
		line-height: 25px;
	}

	.ab3rbg_ht {
		height: auto;
		overflow: hidden;
		overflow-y: auto;
	}
}
@media only screen and (max-width:950px) {

	.mt_30,
	.mt_35,
	.mt_40,
	.mt_45,
	.mt_50,
	.mt_60,
	.mt_70,
	{
		margin-top: 25px;
	}
	.ab4ra:nth-child(4), .ab4ra:nth-child(5) {
    margin-top: 4.5px !important;
}
	.lt2 a img {
  
    vertical-align: middle;
    margin-right: -10px;
    margin-top: -3px;
    /* font-size: 19px; */
    width: 24%;
    transition: .25s;
}

.lt2 a {
    display: block;
    width: 24.5%;
    text-align: center;
    line-height: 70px;
    background: #f4f4f4;
    font-size: 14px;
}
	.mt_80 {
		margin-top: 70px;
	}
	.i2a {
    width: 100%;
   
}

	/*视频*/
	.videohidebox {
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}

	.videohidebox_1 p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.swiper-container-bn {
		top: 60px;
	}

	.bnimg {
		height: 350px !important;
	}

	.ab2a {
		height: 500px;
	}

	.ab2a .txt {
		font-size: 12px;
		line-height: 22px;
	}

	.ab2a h3 {
		font-size: 16px;
	}

	.title_img {
		height: 40px;
	}

	.ab5atxt {
		padding: 20px 40px;
		background:url(../images/ab5_03.png) repeat;
		background-size:auto 100%;
	}

	.ab5atxt img {
		height: 15px;
	}

	.ab5abg {
		height: 300px;
	}

	.ab5a_w50 .ab5abg {
		height: 200px;
	}

	.lbnbg {
		padding-bottom: 0;
	}

	.listbn {
		height: 400px;
	}
}

@media only screen and (max-width: 580px) {

	.wrap {
		padding: 0 15px;
	}
	.md .ss1 h3 {
    letter-spacing: 0px !important;
}
	.fb .wrap {
    font-size: 12px;
}
	.flex_lmr_wap {
		justify-content: space-between;
		width: 100%;
	}

	.wap_disblock {
		display: block;
	}
.mt_70 {
    margin-top: 30px;
}
	.bnimg {
		height: 150px !important;
	}

	.md {
		padding: 25px 0;
	}
	.md .wrap{
		padding: 0;
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
	}
	.ititle {
		font-size: 22px;
	}

	.iline {
		width: 3px;
		height: 20px;
	}

	.morea a {
		line-height:30px; display:inline-block; border-bottom:1px #999 solid; padding-bottom:0
	}

	.i1atr .titleh3 {
		font-size: 14px;
		line-height: 25px;
	}
	.i1atr .textright { text-align:left}

	.i1atxta a { margin-right:0; display:block; float:left; width:33%}
	.txt.i1atxta.text16.mt_40.color666 div { overflow:hidden}
	.i2a {
		width: 100%;
	}

	.i1a {
		margin-top: 30px;
	}

	.i1a:first-child {
		margin-top: 0;
	}

	.i2atxt {
		padding: 15px 20px;
	}

	.i2atxt p {
		font-size: 14px;
		line-height: 26px;
	}

	.ftl {
		width: 100%;
		display: none;
	}

	.ft2a {
		padding: 10px 0;
		line-height: 30px;
		font-size: 15px;
		padding-right: 0;
	}

	.ft3a {
		width: 35%;
		margin: 0 22px;
	}

	.ft3 {
		justify-content: center;
		margin-top: 15px; width:100%
	}

	.listbn {
		height: 154px;
	}

	.lbntxt h3 {
		margin-bottom: 0;
		font-size: 20px;
	}

	.lt1w {
		margin-top: 10px;
		height: auto;
		padding: 15px;
		display: block;
	}

	.lt1l {
		margin-bottom: 10px;
		width: 100%;
	}

	.lt2 .wrap {
		flex-wrap: wrap;
	}

	.lt2 a {
		width: 50%;
		border: 1px solid #fff;
		line-height: 50px;
		font-size: 15px;
	}
.g_min_box a span {
    display: none;
}
.lt2 a img {
    height: 20px;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -3px;
    width: 16%;
    transition: .25s;
}
	.title_img {
		height: 25px;
	}

	.abtop h3 {
		margin-top: -25px;
	}

	.ab1lb {
		width: 40%;
	}

	.ab1lb img {
		width: 100%;
	}

	.ab2 {
		display: block;
	}

	.ab2a {
		display: block;
		width: 100%;
		height: auto;
		padding: 20px;
	}

	.ab2a h3 {
		margin: 0;
	}

	.ab2a .txt {
		opacity: 1;
		visibility: inherit;
	}

	.ab3rbg {
		padding: 15px;
	}

	.ab5a {
		width: 100% !important;
		margin-top: 15px !important;
	}

	.ab5abg {
		height: 210px !important;
	}

	.pdatxt1 {
		padding-top: 20px;
	}

	.pdatxt h3 {
		font-size: 20px;
	}

	.pdw2 .pda,
	.pdw3 .pda {
		width: 100%;
	}

	.pda1 img {
		min-height: 180px;
	}

	.piab {
		padding: 0;
	}
	.piab img { max-width:100%}

	.piat {
		line-height: 30px;
		font-size: 16px;
	}

	.ab2a:hover {
		width: 100%; background:none
	}

	.xd2 .ab2a h3 {
		margin-top: 0;
	}

	.xd3 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.xd3atxt {
		padding: 15px;
	}

	/*.xd3atxt p {
		font-size: 13px; height:339px
	}*/
 .xd3a:nth-child(1) .xd3atxt p {
		font-size: 13px; height:152px
	}
	.xd3a:nth-child(2) .xd3atxt p {
		font-size: 13px; height:152px
	}
 .xd3a:nth-child(3) .xd3atxt p {
		font-size: 13px; height:146px
	}
	.xd3a:nth-child(4) .xd3atxt p {
		font-size: 13px; height:146px
	}
		.xd3a:nth-child(5) .xd3atxt p {
		font-size: 13px; height:170px
	}
	 .xd3a:nth-child(6) .xd3atxt p {
		font-size: 13px; height:170px
	}
	 .xd3a:nth-child(7) .xd3atxt p {
		font-size: 13px; height:196px
	}
	.xd3a {
		width: 48%;
		margin-top: 15px;
	}

	.fw1atxt {
		padding: 20px;
	}

	.fw1atxt h3 img {
		height: 30px;
	}

	.col {
	
    margin-bottom: 26px;

	}

	.colw {
    display: block;
    margin: 0 auto;
    padding: 0% 0;
    padding-top: 18%;
    width: 247px;
    /* margin-left: 20%; */
    margin-bottom: 102px;
}
.colimg.disflex {
    margin-left: 23px;
}
	.coltxt p {
		font-size: 13px;
	}

	.coltxt p img {
		height: 14px;
	}

	.colimga {
		width: 100px;
		margin-left: 0;
		margin-top: 15px;
		margin-right: 15px;
	}
	.colimga.textcenter p {
    color: #9999;
}
	.cor {
		height: 250px;
	}

	.abtop h1 {
		height: 40px;
		font-size: 36px;
		line-height: 40px;
	}

	.xd3a:last-child {
		width: 100%;
		display: flex;
	}

	.xd3a:last-child .xd3aimg {
		width: 77%;
	}
.ftla:nth-child(3) {
    display: none;
}
	.xd3a:last-child .xd3atxt p {
		height: 56px;
	}

	.swiper-container-ab2 {
		background: rgba(0, 0, 0, .3);
	}
	.swiper-container-ab2 .swiper-wrapper {
		height: 100%!important;
	}
.ab2a .txt {
    opacity: 1!important;
    visibility: inherit!important;
    display: block!important;
    height: 176px!important;
}
	.swiper-pagination-ab2 .swiper-pagination-bullet {
		width: 20px;
		height: 3px;
		background: rgba(255, 255, 255, .5);
		border-radius: 0;
		opacity: 1;
		transition: .25s;
	}

	.swiper-pagination-ab2 .swiper-pagination-bullet-active {
		background: #fff;
	}

	.pc_demo {
		display: none;
	}

	.wap_demo {
		display: block;
	}

	.vdico {
		width: 40px;
		height: 40px;
		background: url(../images/vd_03.png) no-repeat center;
		background-size: 100% 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -20px;
		margin-top: -20px;
	}

	.ab3rbg_ht {
		height: auto;
		overflow: hidden;
		overflow-y: auto;
	}
}
.head_active .logo img {
    filter: invert(1);
}

.flex1 {
  
    color: #999;
}
.flex1 a{
  
    color: #999;
}
.search_tc .search_li {
   width: 600px;
    height: 240px;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -300px;
    background: #fff;
    z-index: 22;
    border-radius: 0 0 20px 20px;
}
.search_tc { position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.48); z-index:88888; display:none}
.search_tc .search_top { position:absolute; top:35px; left:0; width:100%; height:55px; background:#000; z-index:21}
.search_tc .search_li.sfrf {width: 600px;
    height: 240px;
    position: absolute;
    top: 90px;
    left: 79%;
    margin-left: -300px;
    background: #fff;
    z-index: 22;
     border-radius: 0 0 0px 0px;
   }
.search_tc .search_li h3 { padding:23px 0 15px 40px; color:#888; font-size:12px;font-weight:normal;}
.search_tc .search_li ul li { height:34px; font-size:14px; padding:0 10px}
.search_tc .search_li ul li a { display:block; padding:0 50px; line-height:28px}
.search_tc .search_li ul li a:hover { background:#F5F5F7}
.search_tc p { position:absolute; left:0; top:0; right:0; bottom:0;}

.search_tc .search_top .scbox { top:10px; left:50%; margin-left:-290px; width:580px; box-shadow:0 none}
.search_tc .search_top .scbox span { display:block; float:right; background: url(../images/close.png) no-repeat center; width:35px; height:35px; background-size:50%; cursor:pointer; opacity:0.6}
.search_tc .search_top .scbox input { border:0 none; line-height:32px; height:32px; font-family:"SF Pro SC"; color:#FFFFFF; width:80%; font-size:16px; background:none; padding-left:40px; letter-spacing: 1px;}
.search_tc .search_top .scbox button { right:auto; left:0; top:0; width:40px; }
.search_tc .search_top .w100 { width:70%}
::-webkit-input-placeholder {
    color: #9999;
}
