.part1 {
	width: 100%;
	float: left;
	background-color: #fff;
	padding-top: 3%;
	padding-bottom: 3%;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

#lmbt {
	width: 100%;
	float: left;
	text-align: left;


}

#lmbt dd {
	float: left;
	font-size: 24px;
	color: #000;
}

#lmbt dd.bai {
	color: #fff;
	text-align: center;
	width: 100%;
}

#lmbt span {
	float: right;
	margin-right: 2.5%;
	color: #f3873f;
	font-weight: bold;
	line-height: 2;
	font-size: 16px;
}

#lmbt span a {
	color: #f3873f;
}

#lmbt span i {
	margin-right: 8px;
	transition: all 0.6s ease-in-out 0s;
}

#lmbt span a:hover i {
	margin-right: 12px;
}

#lmbt span.d1 {
	margin-top: -20px;
}

#more {
	width: 100%;
	float: left;
	margin-top: 2.5%;
	text-align: center;
}

#more A {
	display: inline-block;
	padding: 5px 40px;
}

#almore{
	width: 100%;
	float: left;
	margin-top: 50px;
	text-align: center;
}

#almore a{
 padding: 15px 50px;
 border: 1px #5a5a5a solid;
}

#almore a:hover{
	color: #5a5a5a;
}

#part2a {
	width: 100%;
	float: left;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: #fff;
	overflow: hidden;
}

#part2 {
	width: 100%;
	float: left;
	padding-top: 3.5%;
	padding-bottom: 3%;
	overflow: hidden;

}

#part3 {
	width: 100%;
	float: left;
	overflow: hidden;
	background-image: url(bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 3.5%;
	padding-bottom: 3.5%;
	background-size: cover;
}

#part4 {
	width: 100%;
	float: left;
	overflow: hidden;
	background-color: #f3873f;
}

#lmdf {
	float: right;
	width: 100%;
	font-size: 0px;
	text-align: left;
	margin-top: 4%;
	margin-bottom: 20px;
	overflow: hidden;
}

#lmdf A {
	padding-left: 15px;
	line-height: 35px;
	font-size: 15px;
	padding-right: 15px;
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
	border-radius: 4px;
}

#lmdf A i {
	color: #cc0000;
	margin-right: 8px;
	transition: all 0.6s ease-in-out 0s;
}

#lmdf A:hover {
	color: #fff;
	background-color: #f3873f;
}

#lmdf A:hover i {
	color: #fff;
	margin-right: 12px;
}

#ztlm, .case {
	width: 100%;
	float: left;
}

#ztlm ul, .case ul {
	LIST-STYLE-TYPE: none;
	overflow: hidden;
}

#ztlm ul li{
	width: 33.33%;
	float: left;
	overflow: hidden;
	position: relative;
}



#ztlm ul li img {
    width: 100%;
    top: 0;
    position: relative;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
#ztlm ul li .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
	height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#ztlm ul li .buttons {
    position: absolute;
    top: 90%;
    left: 50%;
	width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#ztlm ul li .buttons .fa{
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    height: 40px;
	font-size: 25px;
	width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
#ztlm ul li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#ztlm ul li:hover .ovrly{
    opacity: 1;
}
#ztlm ul li:hover .buttons .fa {
    opacity: 1;
}

#ztlm ul li .title, .case  ul li .title{
	margin-top: -50px;
}

.dtl29 {
    width: 33.33%;
	float: left;
    position: relative;
    overflow: hidden;
   
}
.dtl29 img {
    width: 100%;
	height: 100%;
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl29:hover img{
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} 
.dtl29 .dtl {
    background: rgba(51, 51, 51, 0.5);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl29 .dtl h3,
.dtl29 .dtl p,
.dtl29 .dtl a {
    position: relative;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl29 .dtl h3 {
    padding: 10px 15px;
    width: 100%;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}
.dtl29 .dtl p {
	position: absolute;
	bottom: 20px;
    padding: 0 15px;
    font-size: 16px;
	display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
overflow:hidden;
    line-height: 1.2;
    color: #fff;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.dtl29 .dtl a {
    margin-right: 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #333;
    float: right;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 13px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
}
.dtl29 .dtl a:hover {
    background: #e6e6e6;
    border: 1px solid #adadad;
}

.dtl29:hover .dtl p,
.dtl29:hover .dtl a,
.dtl29:hover .dtl h3 {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.dtl29:hover .dtl {
    visibility: visible;
    opacity: 1;
}



.m20 {
	margin-top: 2.5%
}

#ywly {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 2%;
}

#ywly ul {
	list-style-type: none;
	margin-left: -2%;
}

#ywly UL LI {
	width: 28.33%;
	float: left;
	text-align: center;
	padding: 1.5%;
	background-color: #fff;
	margin-left: 2%;
	overflow: hidden;
	margin-top: 1%;
	margin-bottom: 1%;
	cursor: pointer;
	position: relative;
	box-shadow: 0px 1px 8px #ccc;
	-webkit-box-shadow: 0px 1px 8px #ccc;
	-moz-box-shadow: 0px 1px 8px #ccc;
}

#ywly UL LI p {
	font-weight: bold;
	color: #333;
	font-size: 16px;
	transition: all 0.6s ease-in-out 0s;
	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 1.8;
}

#ywly UL LI h4 {
	font-weight: normal;
	line-height: 25px;
	color: #999;
	text-align: left;
	height: 50px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#ywly UL LI:hover p {
	color: #f3873f;
}

#ywly UL LI span {
	display: inline-block;
	border: #fff solid 1px;
	padding: 5px 25px;
	font-size: 14px;
	color: #fff;
	margin-top: 30%;
}

#ywly UL LI dd {
	display: block;
	width: 100%;
	padding-bottom: 65%;
	overflow: hidden;
	position: relative;
}

#ywly UL LI dd:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0);
	z-index: 100;
}

#ywly UL LI:hover dd:before {
	top: 3%;
	left: 3%;
	right: 3%;
	bottom: 3%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(0, 0, 0, 0.1);
}

#ywly ul li img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 100%;
	transition: all 0.6s ease-in-out 0s;
}

#ywly UL LI:hover img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}

#gsys {
	width: 100%;
	float: left;
	margin-top: 3%;
	position: relative;
	z-index: 1;
	display: block;
	border-radius: 10px;
}

#gsys.qy {
	background-color: #999;
}

#gsys_1 {
	width: 50%;
	float: right;
	cursor: pointer;
	overflow: hidden;
}

#gsys_1 .video{
	width: 100%;
}

#gywm_1 {
	width: 50%;
	float: right;
	padding: 8% 3%;
	overflow: hidden;
	background-color: #000000;
}

#gsys .tp {
	position:absolute;
	width: 48%;
	left: 0px;
	height: 100%;

}

#gsys .tp p{
	text-indent: 0px;
}

#gsys .tp .intro{
	font-size: 21px;
	line-height: 42px;
	overflow: hidden;
    display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
}

#gsys .more{
	width: 100%;
    position: absolute;
    text-align: right;
    font-size: 22px;
	bottom: 12px;
}


.hm-abdata{width:90%;float:left; margin-top: 100px; margin-left: 5%;}
.hm-abdata ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.hm-abdata ul li{ float:left; color:#7e7e7e; text-align: center; position: relative;}
.hm-abdata ul li .tit span{ font-size:56px; font-weight:800; font-family: 'Noto Serif SC';}
.hm-abdata ul li .tit sup{ top:-20px; position: absolute; font-size: 40px; font-weight:lighter;}
.hm-abdata ul li .note{
	font-size: 20px;
}

#gsys .tp:before {
	
}

#gsys .tp:hover:before {}

#gsys_1 h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 2;
	margin-top: 4%;
}

#gsys_1.qy h2 {
	color: #f3873f;
}

#gsys_1 h3 {
	font-size: 18px;
	line-height: 1.8;

}

#gsys_1.qy h3 {
	color: #777;
}

#gsys_1 h4 {
	font-size: 16px;
	margin-top: 4%;
	color: #fff;
}

#gsys_1.qy h4 {
	color: #333;
}

#gsys_1.qy p {
	color: #f3873f;
	background-image: url(yq1.png);
}

#gsys_1 p {
	color: #fff;
	line-height: 1.8;
	margin-top: 3%;
	font-size: 16px;
	font-weight: bold;
	background-image: url(yq.png);
	background-repeat: no-repeat;
	background-position: left 10%;
	padding-left: 30px;
}

#gsys_2 {
	width: 100%;
	float: left;
	margin-top: 3%;
}

#gsys_2 LI {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

#gsys_2 LI dd {
	width: 100%;
	float: left;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

#gsys_2 LI dd:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0);
	z-index: 100;
}

#gsys_2 LI:hover dd:before {
	top: 3%;
	left: 3%;
	right: 3%;
	bottom: 3%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(0, 0, 0, 0.1);
}

#gsys_2 LI .nr h2 {
	line-height: 2;
	font-weight: normal;
	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
	font-size: 24px;
	color: #f3873f;
	margin-top: 2%;
	margin-bottom: 2%;
}

#gsys_2 LI .nr h3 {
	font-size: 15px;
	overflow: hidden;
	color: #333;
	margin-bottom: 3%;
	verflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 75px;
	line-height: 25px;
}

#gsys_2 LI img {
	width: 100%;
	min-height: 100%;
	transition: all 0.4s ease-in-out 0s;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#gsys_2 LI .nr {
	width: 100%;
	text-align: left;
	float: left;
}

#gsys_2 LI p {
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	text-align: left;
	background-image: url(yq1.png);
	background-repeat: no-repeat;
	background-position: left 10%;
	line-height: 25px;
	height: 50px;
	color: #999;
}

#gsys_2 LI p.qt {
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #f3873f;
	font-weight: bold;
	background-position: left center;
}

#gsys_2 LI:hover img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}

#gsys_2 LI:hover .nr h2 {
	color: #f3873f;
}

#gsys_2 .owl-controls .owl-dots .owl-dot {
	margin-top: 1%;
}

#gsys_2 .owl-controls .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 12px 4px;
	background-color: rgba(0, 0, 0, 0.4);
}

#gsys_2 .owl-controls .owl-dots .owl-dot.active span,
#gsys_2 .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #f3873f;
}

#gsys_2 .owl-controls .owl-nav {
	filter: Alpha(Opacity=0);
	transition: all 0.4s ease-in-out 0s;
	-moz-opacity: 0;
	opacity: 0
}

#gsys_2:hover .owl-controls .owl-nav {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1
}

#gsys_2 .owl-controls .owl-nav .owl-next,
#gsys_2 .owl-controls .owl-nav .owl-prev {
	position: absolute;
	width: 5%;
	top: 0px;
	height: 80%;
	background: none;
	line-height: 0px;
	font-size: 0px;
	background-size: 45%;
}

#gsys_2 .owl-controls .owl-nav .owl-next {
	left: 0px;
	background-image: url(la.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#gsys_2 .owl-controls .owl-nav .owl-prev {
	right: 0px;
	background-image: url(ra.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#jjfa {
	width: 100%;
	float: left;
	margin-top: 2%;
}

#jjfa li {
	list-style-type: none;
}

#jjfa .owl-controls .owl-dots .owl-dot {
	margin-top: 1%;
}

#jjfa .owl-controls .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 12px 4px;
	background-color: rgba(0, 0, 0, 0.4);
}

#jjfa .owl-controls .owl-dots .owl-dot.active span,
#jjfa .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #f3873f;
}

#jjfa .owl-controls .owl-nav .owl-next,
#jjfa .owl-controls .owl-nav .owl-prev {
	position: absolute;
	background: none;
	top: 0px;
	width: 50px;
	height: 83%;
	line-height: 0px;
	font-size: 0px;
	border: rgba(255, 255, 255, 0) solid 3px;
}

#jjfa .owl-controls .owl-nav .owl-next {
	left: -80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/l3.png)
}

#jjfa .owl-controls .owl-nav .owl-prev {
	right: -80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/l4.png)
}

#faan {
	width: 100%;
	float: left;
	position: relative;
}

#faan .tpa {
	width: 100%;
	position: relative;
	padding-top: 60%;
	overflow: hidden;
	border-radius: 10px;

}

#faan .tpa:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0);
	z-index: 100;
}

#faan:hover .tpa:before {
	top: 3%;
	left: 3%;
	right: 3%;
	bottom: 3%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(0, 0, 0, 0.1);
}

#faan .tpa img {
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 100%;
	transition: all 0.4s ease-in-out 0s;
}

#faan:hover .tpa img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	transform: scale(1.10);
}

#faan .nra {
	width: 100;
	% float: left;
}

#faan .nra .js {
	width: 90%;
	float: left;
	padding: 5%;
	background-color: #F9F9F9;
}

#faan .nra .js h4 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 2;
	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
}

#faan:hover .nra .js h4 {
	color: #f3873f
}

#faan .nra .js span {
	display: inline-block;
	line-height: 30px;
	border-radius: 2px;
	color: #f3873f;
	transition: all 0.4s ease-in-out 0s;
	font-style: normal;
	margin-top: 6%;
	font-size: 16px;
}

#faan .nra .js p {
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}

#faan .nra .js span i {
	margin-right: 8px;
	line-height: 30px;
	color: #f3873f;
	transition: all 0.6s ease-in-out 0s;
}

#faan:hover .nra .js span {
	background-color: #f3873f;
	padding-left: 5%;
	padding-right: 5%;
	color: #fff;
}

#faan:hover .nra .js span i {
	color: #fff;
	margin-right: 12px;
}

#news {
	width: 100%;
	float: left;
	margin-top: 2%;
}

#news li {
	list-style-type: none;
	width: ;
}

#news .owl-controls .owl-dots .owl-dot {
	margin-top: 1%;
}

#news .owl-controls .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 12px 4px;
	background-color: rgba(0, 0, 0, 0.4);
}

#news .owl-controls .owl-dots .owl-dot.active span,
#news .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #f3873f;
}

#news .owl-controls .owl-nav .owl-next,
#news .owl-controls .owl-nav .owl-prev {
	position: absolute;
	background: none;
	top: 25%;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	line-height: 0px;
	font-size: 0px;
	border: rgba(255, 255, 255, 0) solid 2px;
}

#news .owl-controls .owl-nav .owl-next {
	left: -80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/l3.png)
}

#news .owl-controls .owl-nav .owl-next:hover,
#news .owl-controls .owl-nav .owl-prev:hover {
	border: #f3873f solid 2px;
}

#news .owl-controls .owl-nav .owl-prev {
	right: -80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/l4.png)
}

#newsa {
	width: 100%;
	float: left;
	position: relative;
}

#newsa .tpa {
	width: 100%;
	position: relative;
	padding-top: 60%;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}

#newsa .tpa:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0);
	z-index: 100;
}

#newsa:hover .tpa:before {
	top: 3%;
	left: 3%;
	right: 3%;
	bottom: 3%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

#newsa .tpa img {
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 100%;
	transition: all 0.4s ease-in-out 0s;
}

#newsa:hover .tpa img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}

#gsys_2 LI:hover .nr h2 {
	color: #f3873f;
}

#newsa .nra {
	width: 100;
	float: left;
}

#newsa .nra .js {
	width: 90%;
	float: left;
	padding: 5%;
	background-color: #F9F9F9;
}

#newsa .nra .js h4 {
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}

#newsa .nra .js h2 {
	font-size: 16px;
	color: #333;
	line-height: 2;
	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
	margin-bottom: 5px;
}

#newsa:hover .nra .js h4,
#newsa:hover .nra .js h2,
#newsa:hover .nra .js p,
#newsa:hover .nra .js span {
	color: #fff
}

#newsa:hover .nra .js {
	background-color: #f3873f;
}

#newsa .nra .js span {
	display: inline-block;
	line-height: 30px;
	border-radius: 2px;
	color: #f3873f;
	transition: all 0.4s ease-in-out 0s;
	font-style: normal;
	margin-top: 4%;
	font-size: 16px;
}

#newsa .nra .js p {
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #999999;
	font-size: 16px;
	line-height: 25px;
	height: 75px;
	text-align: left;
}

#newsa .nra .js span i {
	margin-right: 8px;
	line-height: 30px;
	color: #f3873f;
	transition: all 0.6s ease-in-out 0s;
}

#newsa:hover .nra .js span i {
	color: #fff;
	margin-right: 12px;
}

#qyfz {
	width: 100%;
	float: left;
	margin-top: 2%;
}

#qyfz li {
	list-style-type: none;
}

#qyfz .owl-controls .owl-dots .owl-dot {
	margin-top: 1%;
}

#qyfz .owl-controls .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 12px 4px;
	background-color: rgba(0, 0, 0, 0.4);
}

#qyfz .owl-controls .owl-dots .owl-dot.active span,
#qyfz .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #f3873f;
}

#qyfz .owl-controls .owl-nav .owl-next,
#qyfz .owl-controls .owl-nav .owl-prev {
	position: absolute;
	background: none;
	top: 0px;
	width: 50px;
	height: 83%;
	line-height: 0px;
	font-size: 0px;
	border: rgba(255, 255, 255, 0) solid 2px;
}

#qyfz .owl-controls .owl-nav .owl-next {
	left: -80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(l3.png)
}

#qyfz .owl-controls .owl-nav .owl-next:hover,
#qyfz .owl-controls .owl-nav .owl-prev:hover {
	border: #f3873f solid 2px;
}

#qyfz .owl-controls .owl-nav .owl-prev {
	right: -80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(l4.png)
}

#qyfza {
	width: 100%;
	float: left;
	position: relative;
}

#qyfza .tpa {
	width: 100%;
	position: relative;
	padding-top: 60%;
	overflow: hidden;

}

#qyfza .tpa:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0);
	z-index: 100;
}

#qyfza:hover .tpa:before {
	top: 3%;
	left: 3%;
	right: 3%;
	bottom: 3%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(0, 0, 0, 0.1);
}

#qyfza .tpa img {
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 100%;
	transition: all 0.4s ease-in-out 0s;
}

#qyfza:hover .tpa img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(-3deg);
	-webkit-transform: scale(1.1) rotate(-3deg);
	-moz-transform: scale(1.1) rotate(-3deg);
	-ms-transform: scale(1.1) rotate(-3deg);
}

#qyfza .nra {
	width: 100;
	% float: left;
}

#qyfza .nra .js {
	width: 90%;
	float: left;
	padding: 5%;
	background-color: #F9F9F9;
}

#qyfza.ny .nra .js {
	background-color: #fff;
}

#qyfza .nra .js h2 {
	font-size: 22px;
	color: #333;
	line-height: 2;
	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
	margin-bottom: 5px;
	font-weight: normal;
}

#qyfza:hover .nra .js h4,
#qyfza:hover .nra .js h2,
#qyfza:hover .nra .js p,
#qyfza:hover .nra .js span {
	color: #fff
}

#qyfza:hover .nra .js {
	background-color: #f3873f;
}

#qyfza .nra .js span {
	display: inline-block;
	line-height: 25px;
	border-radius: 2px;
	color: #f3873f;
	transition: all 0.4s ease-in-out 0s;
	font-style: normal;
	margin-top: 4%;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding-left: 30px;
	height: 50px;
}

#qyfza .nra .js p {
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #555;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	height: 75px;
	text-align: left;
}

#qyfza .nra .js span i {
	margin-right: 8px;
	line-height: 25px;
	color: #f3873f;
	transition: all 0.6s ease-in-out 0s;
	position: absolute;
	left: 0px;
	top: 0px;
}

#qyfza:hover .nra .js span i {
	color: #fff;
}

#fwtx {
	width: 100%;
	margin-top: 3.5%;
	float: left;
	position: relative;
	text-align: center;
	z-index: 1;
}

#fwtx .bz_device {
	display: inline-block;
	width: 40%;
	z-index: 10;
}

#fwtx .swiper-container {
	width: 100%;
}

#fwtx .swiper-container .swiper-slide {
	width: 100%;
	color: rgb(255, 255, 255);
	overflow: hidden;
}

#fwtx .swiper-container .swiper-slide dd {
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
}

#fwtx .swiper-container .swiper-slide dd img {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#fwtx .swiper-container .swiper-slide .nr {
	width: 95%;
	padding: 2.5%;
	float: left;
	background-color: #fff;
	display: block;
	padding-bottom: 25px;
}

#fwtx .swiper-container .swiper-slide .nr h4 {
	color: #f3873f;
	line-height: 1.8;
	font-size: 24px;
	font-weight: normal;
	display: block;
}

#fwtx .swiper-container .swiper-slide .nr h5 {
	color: #f3873f;
	line-height: 1.8;
	font-size: 14px;
}

#fwtx .swiper-container .swiper-slide .nr .js {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	text-align: left;
	overflow-y: auto;
	height: 200px;
}

#fwtx .swiper-container .swiper-slide .nr .js::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #F5F5F5
}

#fwtx .swiper-container .swiper-slide .nr .js::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2
}

#fwtx .swiper-container .swiper-slide .nr .js::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .6);
	background-color: #888;
}

#bz_swiper .swiper-pagination-bullets {
	left: 0px;
	width: 94%;
	text-align: right;
	padding: 0px 3%;
	bottom: 10px;
	position: absolute;
	z-index: 10;
}

#bz_swiper .swiper-pagination-bullet {
	background: rgb(0, 0, 0, 0.5);
	margin: 0px 3px;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
}

#bz_swiper .swiper-pagination-bullet-active {
	background: #f3873f;
}

#fwtx .tab_wrap {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

#fwtx .bz_tab {
	width: 25%;
	float: left;
	-webkit-transform: scale(0.90);
	-moz-transform: scale(0.90);
	-o-transform: scale(0.90);
	transform: scale(0.90);
	transition: all 0.4s ease-in-out 0s;
	margin-bottom: 16px;
	margin-top: 16px;
	margin-right: 50%;
	Alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#fwtx .tab_wrap li {
	cursor: pointer;
}

#fwtx .tab_wrap li .tp {
	padding-top: 80%;
	display: block;
	overflow: hidden;
	background-color: #999999;
	float: left;
	width: 100%;
	position: relative;
	background-color: #FFF;
}

#fwtx li:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#fwtx .tab_wrap li .tp img {
	position: absolute;
	width: 100%;
	left: 0px;
	display: block;
	top: 0px;
	height: auto;
	min-height: 100%;
}

#fwtx .tab_wrap li .tp h3 {
	position: absolute;
	left: 0px;
	font-size: 14px;
	bottom: 0px;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
	line-height: 2;
	width: 96%;
	padding: 2%;
}

#fwtx .tab_wrap li.tab_active .tp h3 {
	background-color: rgba(0, 74, 150, 0.6)
}

#fwtx li:nth-of-type(2n) {
	float: right;
	margin-right: 0px;
}

#fwtx .tab_active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	Alpha(Opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}

#link {
	width: 98%;
	float: left;
	background-color: #f2f2f2;
	padding: 1%;
}

#link_1 {
	width: 100%;
	float: left;
	line-height: 25px;
}

#link_1 b {
	color: #f3873f;
	font-size: 18px;
}

#link_1 b span {
	font-size: 16px;
	color: #f3873f;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
}

#link_1 A {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 15px;
}

#twlb {
	width: 100%;
	float: left;
	text-align: center;
}

#twlb ul {
	list-style-type: none;
	margin-left: -2%;
}

#twlb ul li {
	width: 31.33%;
	margin-left: 2%;
	overflow: hidden;
	float: left;
	margin-top: 1%;
	margin-bottom: 1%;
}

#twlb ul li .tp {
	width: 100%;
	padding-top: 70%;
	float: left;
	overflow: hidden;
	position: relative;
}

#twlb ul li .tp img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	transition: all 0.6s ease-in-out 0s;
}

#twlb ul li .tp:after {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0);
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.1);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}

#twlb ul li:hover .tp:after {
	top: 3%;
	left: 3%;
	right: 3%;
	bottom: 3%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-image: url(xq.png);
}

#twlb ul li .bt {
	line-height: 2;
	font-size: 15px;
	overflow: hidden;
	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
	color: #333;
	margin-top: 5px;
	font-weight: bold;
}

#twlb ul li .nrc {
	display: block;
	width: 95%;
	float: left;
	padding: 2.5%;
	background-color: #f7f7f7;
}

#twlb ul li p {
	float: left;
	width: 100%;
	text-align: left;
}

#twlb ul li .js {
	line-height: 22px;
	height: 44px;
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #888;
}

#twlb ul li .more .time {
	color: #777;
	font-size: 14px;
	line-height: 24px;
}

#twlb ul li .more {
	margin-top: 4px;
	color: #555;
}

#twlb ul li .more .xx {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	border-radius: 20px;
	float: right;
	border: #ddd solid 1px;
	color: #f3873f;
	line-height: 25px;
}

#twlb ul li A {
	display: block;
	width: 100%;
	height: 100%;
}

#twlb ul li:hover A .bt,
#twlb ul li:hover A .more .time {
	color: #f3873f;
}

#twlb ul li:hover A .xx {
	color: #fff;
	background-color: #f3873f;
	border: #f3873f solid 1px;
}

#twlb ul LI A:hover img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}


.swiper {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .swiper {
	margin-left: auto;
	margin-right: auto;
  }