tbody {
	border-collapse: collapse;
	border-spacing: 0px;
}

pre {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	font-family: inherit;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}

select,
textarea,
button {
	font-size: 14px;
	padding: 2px 5px;
}

a {
	text-decoration: none;
	color: inherit;
	transition: ease .3s;
}

a:hover {
	text-decoration: none !important;
	color: inherit;
}

th {
	text-align: left;
}

td {
	word-wrap: break-word;
	word-break: break-all;
}

ins,
em {
	text-decoration: none;
	font-style: normal;
}

h1,
h2,
h3,
h4 {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

html {
	background: #ffffff;
	font-size: 14px;
	color: #666;
	font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}

/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

/*重构css结束*/
/*头部css*/
.gd-header {
	background-color: #f6f6f6 !important;
	border-bottom: 1px solid #e9e9e9
}

.gd-header .logo {
	width: 151px;
	height: 60px;
	line-height: 60px;
	color: #009e78;
	margin: 0 15px;
	padding-left: 50px;
	text-align: left;
}

.layout-content {
	background-color: #fff;
	border-left: 1px solid #e9e9e9;
	padding: 30px
}

.gd-p10 {
	padding: 10px;
	margin-left: 500px;
	margin-top: -60px;
	margin-bottom: 0px;
}

.gd-btn {
	display: inline-block;
	line-height: 1;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	overflow: visible;
	cursor: pointer;
	font-weight: 500;
	transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	border-width: 1px;
	border-style: solid;
	padding: 0 12px
}

.gd-btn.gd-light-bg-primary[disabled]:hover {
	border-color: #b3d8ff;
	background-color: #ecf5ff;
	color: #409eff
}

.gd-btn.gd-light-bg-primary:hover {
	border-color: #409eff;
	background-color: #409eff;
	color: #fff
}

.gd-btn.gd-light-bg-success[disabled]:hover {
	border-color: #c2e7b0;
	background-color: #f0f9eb;
	color: #67c23a
}

.gd-btn.gd-light-bg-success:hover {
	border-color: #67c23a;
	background-color: #67c23a;
	color: #fff
}

.gd-btn.gd-light-bg-info[disabled]:hover {
	border-color: #b3d8ff;
	background-color: #f0faff;
	color: #2db7f5
}

.gd-btn.gd-light-bg-info:hover {
	border-color: #2db7f5;
	background-color: #2db7f5;
	color: #fff
}

.gd-btn.gd-light-bg-warning[disabled]:hover {
	border-color: #f5dab1;
	background-color: #fdf6ec;
	color: #f90
}

.gd-btn.gd-light-bg-warning:hover {
	border-color: #f90;
	background-color: #f90;
	color: #fff
}

.gd-btn.gd-light-bg-danger[disabled]:hover {
	border-color: #fbc4c4;
	background-color: #fef0f0;
	color: #ed4014
}

.gd-btn.gd-light-bg-danger:hover {
	border-color: #ed4014;
	background-color: #ed4014;
	color: #fff
}

.gd-btn.gd-light-bg-dark[disabled]:hover {
	border-color: #d3d4d6;
	background-color: #f4f4f5;
	color: #909399
}

.gd-btn.gd-light-bg-dark:hover {
	border-color: #909399;
	background-color: #909399;
	color: #fff
}

.gd-btn.gd-light-bg-white:hover,
.gd-btn.gd-light-bg-white[disabled]:hover {
	border-color: #fff;
	background-color: #fff;
	color: #fff
}

.gd-btn [class*=gd-icon] {
	vertical-align: text-bottom
}

.gd-btn [class*=gd-icon]+span {
	margin-left: 3px;
	display: inline-block
}

.gd-btn-group {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	line-height: 1;
	border-collapse: separate;
	transition: border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out
}

.gd-btn-group:after,
.gd-btn-group:before {
	display: table;
	content: ""
}

.gd-btn-group .gd-btn {
	border-radius: 0 !important
}

.gd-btn-group .gd-btn:first-child {
	border-radius: 4px 0 0 4px !important
}

.gd-btn-group .gd-btn:last-child {
	border-radius: 0 4px 4px 0 !important
}

.gd-btn-group .gd-btn:not(:last-child) {
	margin-right: -1px
}

.gd-btn-group .gd-btn[class*=gd-border-] {
	border-left-color: hsla(0, 0%, 100%, .5);
	border-right-color: hsla(0, 0%, 100%, .5)
}

.gd-btn-group .gd-btn[class*=gd-border-]:first-child {
	border-left-color: transparent
}

.gd-btn-group .gd-btn[class*=gd-border-]:last-child {
	border-right-color: transparent
}

.gd-btn[disabled],
.gd-btn[disabled]:hover {
	opacity: .6;
	cursor: not-allowed
}

.gd-small {
	height: 32px;
	font-size: 13px
}

.gd-bg-primary,
.gd-bg-primary[disabled]:hover {
	background-color: #409eff
}

.gd-bg-primary:hover {
	background-color: #66b1ff;
	border-color: #66b1ff
}

.gd-cf {
	color: #fff
}

.gd-bg-success,
.gd-bg-success[disabled]:hover {
	background-color: #67c23a
}

.gd-bg-success:hover {
	background-color: #85ce61;
	border-color: #85ce61
}

.gd-bg-info,
.gd-bg-info[disabled]:hover {
	background-color: #2db7f5
}

.gd-bg-info:hover {
	background-color: #57c5f7;
	border-color: #57c5f7
}

#layui-layer_clipboard {
	padding: 0px 20px;
}

/*头部css end*/
.nr-body {
	width: 1200px;
	margin: 20px auto;
	line-height: 25px;
}

.nr-body strong {
	color: #da251e;
	font-size: 15px;
}

.gd-header form {
	float: left;
	margin-top: -40px;
	text-align: center;
	margin-left: 870px;
}

.gd-mt-50 {
	margin-top: 50px;
}

/*颜色选择 start*/
.gd_picker_1614064291 {
	border: solid 1px #ff6565;
	width: 110px;
	height: 30px;
	border-right: 30px solid green;
	margin-left: 5px;
	margin-bottom: 10px;
}

/*颜色选择 end*/

@media (max-width: 767px) {

	.gd-header {
		display: none !important;
	}

	.nr-body {
		margin-top: 80px;
		width: 100% !important;
	}

	.nr-body img {
		max-width: 100% !important;
	}
}

.footer {
	margin-top: 100px;
}

.back_150 {
	display: block;
	background: #f6f6f6;
	height: 150px;
	clear: both;
}

.pic_back {
	background: #e9e9e9;
}

.pic_back img {
	padding: 0 5px;
}

/*弹出窗自动换行*/
#layui-layer_clipboard>xmp {
	/*padding: 0px 20px;*/
	white-space: pre-wrap;
}

/*右侧菜单*/
#bodyHtml {
	float: left;
	/* margin-top: 30px; */
	width: 100%;
	transition: all 0.4s linear;
}

.right-side {
	top: 0;
	position: fixed;
	right: 0;
	width: 170px;
	height: 100%;
	background-color: #f4f4f4;
	z-index: 9999999;
	transition: all 0.4s linear;
}

.right-side.off {
	right: -170px;
}

.right-side .side-box {
	margin: 0 0 0 10px;
	padding: 20px 15px;
	width: 160px;
	background-color: #fff;
}

.right-side .right-side-main {
	height: 100%;
	background-color: #f4f4f4;
}

.right-side .side-info {
	margin: 0 0 0 10px;
	padding: 20px 15px;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	border-top: 1px solid #eee;
}

.right-side .side-info .info-box {
	width: 156px;
	height: 430px;
	word-wrap: break-word;
	overflow-y: scroll;
}

.right-side .side-box .submit {
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	border-radius: 2px;
	color: #666;
	cursor: pointer;
	padding: 2px 15px;
}

.right-side .side-box .button-box {
	margin-bottom: 10px;
}

.right-side .side-box .gd-btn {
	width: 130px;
	border: 1px solid #fff;
	margin-bottom: 10px;
}

.right-side .side-box .gd_picker_1614064291 {
	margin-left: 0;
	width: 128px;
}

.right-side .on-off {
	position: absolute;
	display: block;
	top: 0;
	left: -24px;
	width: 24px;
	height: 24px;
	background-color: #f4f4f4;
	border-radius: 10px 0 0 10px;
	cursor: pointer;
}

.right-side .on-off .menu {
	background-color: #666;
	height: 2px;
	width: 15px;
	margin: 6px auto;
	position: relative;
}

.right-side .on-off .menu::before {
	content: "";
	background-color: #666;
	height: 2px;
	width: 15px;
	position: absolute;
	top: 5px;
}

.right-side .on-off .menu::after {
	content: "";
	background-color: #666;
	height: 2px;
	width: 15px;
	position: absolute;
	top: 10px;
}



.wrap_home_2_right {
	width: 630px;
	float: right;
	background: #fff
}

.wrap_home_2_right h1 {
	line-height: 22px;
	font-size: 22px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 19px;
	font-weight: 700;
	position: relative
}

.wrap_home_2_right h1 a {
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

.wrap_home_2_right li {
	padding: 27px 0;
	border-top: 1px solid #f2f2f2;
	overflow: hidden;
	display: block;
}

.wrap_home_2_right li:first-child {
	border-top: none
}

.ab_tit {
	text-align: center;
	margin-bottom: 80px;
}

.ab_tit h1 {
	font-size: 48px;
	line-height: 48px;
	color: #fff;
}

.ab_tit span {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase
}


.mobile_w100 {
	width: 92%;
	margin: 0 auto;
	padding-bottom: 30px
}

.logo_show .left_show span {
	display: block
}

.right_con {
	float: left
}

.right_con {
	color: #666;
	font-size: 14px
}

.right_con h1 {
	margin-bottom: 6px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	margin-top: 10px;
}

.banner .title .p1,
.banner .title .p2,
.banner .title .p3 {
	opacity: 0
}

.ani .banner .title .p1 {
	-webkit-animation: up 0.5s linear 1 backwards;
	animation: up 0.5s linear 1 backwards;
	opacity: 1
}

.ani .banner .title .p2 {
	-webkit-animation: up 0.5s linear 0.5s 1 backwards;
	animation: up 0.5s linear 0.5s 1 backwards;
	opacity: 1
}

.ani .banner .title .p3 {
	-webkit-animation: up 0.5s linear 1s 1 backwards;
	animation: up 0.5s linear 1s 1 backwards;
	opacity: 1
}

.wrap_home_1_right ul li {
	width: 330px;
	float: left;
	height: 270px;
	overflow: hidden
}

.wrap_home_1_right {
	width: 660px;
	float: left
}

.wrap_home_1_left {
	float: left;
	width: 540px;
	overflow: hidden;
	height: 540px;
	position: relative
}

.wrap_home_1_left a {
	height: 100%;
	width: 100%;
	color: #fff
}

.wrap_home_1_left .con_box {
	position: absolute;
	bottom: 48px;
	left: 0;
	height: 180px;
	width: 100%;
	z-index: 1;
}

.wrap_home_1_left .con_box .text_box {
	padding: 60px 40px;
	line-height: 26px;
	font-size: 14px;
	background-color: rgb(199 176 176 / 60%);
}

.wrap_home_1_left .con_box h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 26px;
}

.wrap_home_1_right li {
	position: relative;
	background: #fff;
}

.wrap_home_1_right li a {
	color: #fff;
	font-size: 20px;
}

.wrap_home_1_right li .con_box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.wrap_home_1_right li .con_box .text {
	position: absolute;
	bottom: 32px;
	left: 0;
	width: 100%;
	height: 32px;
	overflow: hidden
}

.wrap_home_1_right li .con_box .text_box {
	padding: 40px
}

.wrap_home_1_right li .con_box .text p {
	background: url(../img/home/c11.png) no-repeat right center;
	padding-right: 20px;
}

.wrap_home_1_right li p {
	padding: 0 38px;
	display: inline
}

.wrap_home_1_right li .con_box h1 {
	font-size: 22px;
	color: #fff;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	margin-bottom: 22px;
}

.wrap_home_1_right li .con_box .con {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 40px;
}

.wrap_home_1_right li .con_box span {
	background: url(../img/home/c4.png) no-repeat;
	width: 46px;
	height: 46px;
	display: block;
}

.wrap_home_1_right li.three .con_box span {
	background: url(../img/home/c3.png) no-repeat;
}

.wrap_home_1_right li.three .con_box h1 {
	font-size: 22px;
	color: #333;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
}

.wrap_home_1_right li.three .con_box .con {
	color: #333;
	font-size: 14px;
	line-height: 26px;
}

.wrap_home_1_left img {
	-webkit-transition: all .6s;
	transition: all .6s
}

.wrap_home_1_left:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-webkit-transition: transform 1.5s linear 0;
	-moz-transform: scale(1.1, 1.1);
	-moz-transition: transform 1.5s linear 0;
	-o-transform: scale(1.1, 1.1);
	-o-transition: transform 1.5s linear 0;
}

.wrap_home_1_right li img {
	-webkit-transition: all .6s;
	transition: all .6s
}

.wrap_home_1_right li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-webkit-transition: transform 1.5s linear 0;
	-moz-transform: scale(1.1, 1.1);
	-moz-transition: transform 1.5s linear 0;
	-o-transform: scale(1.1, 1.1);
	-o-transition: transform 1.5s linear 0;
}



.wrap_home_2_right ul li a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden
}

.wrap_home_2_right ul li:hover a .bottom h2 {
	color: #c30008;
}

.wrap_home_2_right ul li .top {
	width: 195px;
	height: 125px;
	overflow: hidden;
	float: left
}

.wrap_home_2_right ul li .bottom {
	width: 355px;
	margin-left: 10px;
	float: left
}

.wrap_home_2_right ul li .bottom h2 {
	color: #333;
	font-size: 18px;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	margin-bottom: 16px;
}

.wrap_home_2_right ul li .bottom .con {
	color: #666;
	font-size: 14px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 20px;
}

.wrap_home_2_right ul li .bottom i {
	color: #888;
	font-size: 14px;
	line-height: 14px;
	display: block;
	height: 14px;
	overflow: hidden;
}

.home_2_in {
	padding: 30px 35px 0 35px;
	overflow: hidden
}

.wrap_home_2_left .top {
	height: 375px;
	overflow: hidden
}

.wrap_home_2_left {
	float: left;
	width: 542px;
	height: 611px;
	overflow: hidden;
}

.wrap_home_2_left img {
	-webkit-transition: all .6s;
	transition: all .6s
}

.wrap_home_2_left:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-webkit-transition: transform 1.5s linear 0;
	-moz-transform: scale(1.1, 1.1);
	-moz-transition: transform 1.5s linear 0;
	-o-transform: scale(1.1, 1.1);
	-o-transition: transform 1.5s linear 0;
}

.wrap_home_2_right li img {
	-webkit-transition: all .6s;
	transition: all .6s
}

.wrap_home_2_right li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-webkit-transition: transform 1.5s linear 0;
	-moz-transform: scale(1.1, 1.1);
	-moz-transition: transform 1.5s linear 0;
	-o-transform: scale(1.1, 1.1);
	-o-transition: transform 1.5s linear 0;
}

.wrap_home_2_left {
	position: relative;
	background: #fff;
}

.wrap_home_2_left .con_box {}

.wrap_home_2_left .con_box .text_box {
	padding: 35px 35px 0 35px
}

.wrap_home_2_left p {
	padding: 0 38px;
	display: inline
}

.wrap_home_2_left .con_box h1 {
	font-size: 22px;
	color: #333;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 12px;
	font-weight: 700;
}

.wrap_home_2_left .con_box .con {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 57px;
}

.wrap_home_2_left .con_box span {
	background: url(../img/home/data.png) no-repeat right center;
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	border-top: 1px solid #e5e5e5
}

.wrap_home_2_left:hover .con_box span {
	color: #c30008;
	background: url(../img/home/c22.png) no-repeat right center;
}

.anit .w_98 {
	padding: 0 1%
}

.anit .gupiao {
	float: left;
	width: 120px;
}

.anit nav {
	float: left;
	width: 352px;
}

.anit nav ul li {
	margin: 0 12px;
}

.anit .top_links {
	margin-top: 34px;
	width: 300px;
}

.anit .left_link a {
	margin: 0 8px;
}


.wrap_2 {
	position: relative;
	z-index: 2;
	padding-bottom: 100px;
	color: #fff
}

.fafafa {
	background: #f3f3f3
}

/* .wrap_1 {
									padding-bottom: 78px;
								} */

.wrap_1_in .news_video_top .left span {
	float: left
}

.w_1280 {
	width: 1200px;
	margin: 0 auto
}

.en_more a {
	float: right;
	background: url(../img/home/bg_06.png) no-repeat left center;
	font-size: 16px;
	color: #333;
	padding-left: 24px;
	line-height: 19px;
}

.en_more a:hover {
	background: url(../img/home/bg_07.png) no-repeat left center;
}
