
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	margin: 0;
	font-family:  "Microsoft YaHei",sans-serif, Gilroy, Arial, Calibri, PingFangSC-Regular, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
	line-height: 1.5;
	font-size: 14px;
	background: #ffff;
	color: #595959;
}

::selection {
	background-color: #d79630;
	color: #ffffff;
}

p, .p , h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: #d79630;
	border-radius: 2px;
	border: 2px solid #d79630;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.cls {
	clear: both;
}

.pcxs {
	display: block;
}

.pcxs1 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.sjxs {
	display: none;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}

table {
	border: 1px #ccc solid;
	border-collapse: collapse
}

td {
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	border: 1px #ccc solid;
}

div {
	margin: 0;
	padding: 0;
}

#translate {
	display: none;
}

body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html [type=button],/* 1 */ [type=reset], [type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}


::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {
	display: block;
}

pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

audio, video, canvas {
	display: inline-block;
}

template, [hidden] {
	display: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #6c3204;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.img-cover {
	overflow: hidden;
}

.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.container {
	padding: 50px 15px;
	width: 100%;
	max-width: 1650px;
	margin: 0 auto;
	overflow: hidden;
}

.containerdh {
	padding: 0px 15px;
	width: 100%;
	max-width: 1650px;
	margin: 0 auto;
	overflow: hidden;
}

.containert {
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}

* {
	outline: none;
	box-sizing: border-box;
}
/*客服*/
.kf {
	width: 208px;
	position: fixed;
	/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}

.kt-top {
	height: 40px;
	line-height: 40px;
	background: url("../images/kefu.png") 12px center no-repeat #007ccb;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}

.kt-top span:hover {
	transform: rotate(90deg);
}

.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}

.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.kf .con {
	overflow: hidden;
	background: #fff;
}

.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}

.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}

.kf .qq li a img {
	padding-right: 6px;
}

.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url('../images/lianxi.png') 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}

.kf .contact {
	margin-top: 1px;
}

.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}

.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}

.kf .con h5.qr-icon {
	background: url('../images/erweima.png') 16px center no-repeat;
}

.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}

.kf .con .qr img {
	width: 110px;
	height: 110px;
}

.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url('../images/huidaodingbu.png') center center no-repeat #007ccb;
	background-size: 18px auto;
	cursor: pointer;
}

.kf-side {
	padding: 18px 10px 10px;
	background: #007ccb;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}

.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}

.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}

.kf-side span.on {
	background: url('../images/jt-2.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}

.header {
	position: fixed;
	background-image: linear-gradient(0deg, #ffffff00 0%, #000000c4 100%);
	width: 100%;
	top: 0px;
	z-index: 999;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.hactive {
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.header .logo {
	float: left;
	font-size: 0;
	height: 100px;
	line-height: 50px;
	text-align: left;
	padding: 25px 0;
}

.header .logo img {
	max-width: 220px;
	height: auto;
}

.header .logo img:nth-child(2) {
	display: none;
}

.hactive .logo img {
	display: none;
}

.hactive .logo img:nth-child(2) {
	display: block;
}

.hactive .nav li.active a {
	color: #d79630;
	font-weight:700;
}

.header .nav {
	float: right;
	font-size: 0;
}

.header .nav li {
	display: inline-block;
	vertical-align: middle;
	background: url('') no-repeat right center;
}

.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 100px;
	padding: 0 18px;
	color: #fff;
}

.header .nav li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #d79630;
	transition: width 0.5s ease-out;
}

.hactive .nav li a {
	display: block;
	font-size: 16px;
	line-height: 100px;
	padding: 0 18px;
	color: #2a2a2a;
}

.header .nav li a:hover::after {
	width: 100%;
}

.header .nav li a:hover {
	color: #fff;
}

.hactive .nav li a:hover {
	color: #d79630;
}

.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}

.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 8px;
}

.header .nav li.dropdown {
	position: relative;
}

.header .nav li.dropdown:before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 5px;
	color: #fff;
}

.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: left;
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
}

.hactive .nav li.dropdown:before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 5px;
	color: #2a2a2a;
}

.header .nav .dropdown-box p {
	margin: 0;
}

.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background: #fff;
	line-height: 40px;
	color: #2a2a2a;
}

.header .nav .dropdown-box a:hover {
	background-color: #d79630 !important;
	color: #fff;
}

.nav li.active a {
	color: #fff;
}

.nav li.active a:after {
	width: 100%;
}

.header .nav li.open .dropdown-box {
	display: block;
}

.hform {
	width: 160px;
}

.hform input {
	float: left;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 6px 12px;
	line-height: 22px;
	width: 100px;
	border-radius: 10px 0px 0px 10px;
}

.hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 60px;
	height: 36px;
	background: #d79630;
	color: #fff;
	line-height: 36px;
	font-size: 14px;
	border-radius: 0px 10px 10px 0px;
}

.head_lan {
	width: 140px;
	height: 40px;
	float: right;
	background: #d79630;
	margin-top: 30px;
	border-radius: 30px;
	margin-left: 30px;
}

.head_lan .lan {
	font-size: 14px;
	width: 100%;
	line-height: 40px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.head_lan .lan .iconfont1 {
	font-family: 'FontAwesome';
	line-height: 40px;
	height: 40px;
	width: 30px;
	text-align: center;
	margin-left: 15px;
	display: inline-block;
}

.lan .iconfont1:before {
	content: '\f0ac';
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
}

.head_lan .lan a {
	font-size: 14px;
	display: block;
	width: 36px;
	height: 32px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	padding: 0px;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
	width: 25px;
	height: 3px;
}

.hamburger-menu {
	position: relative;
	transform: translateY(8px);
	background: #d79630;
	transition: all 0ms 300ms;
}

.hamburger-menu.animate {
	background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 9px;
	background: #d79630;
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background: #d79630;
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-btn {
	display: none;
	padding: 18px 0;
	float: right;
	margin-left: 25px;
	cursor: pointer;
	font-size: 16px;
}

.banner .swiper-slide {
	background: no-repeat center / cover;
	height: 630px;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.banner .swiper-pagination {
	bottom: 30px;
}

.banner .swiper-pagination-bullet {
	width: 44px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #015cb5;
}

.yunu-showcase {
	margin: 0 auto 20px;
}

.yunu-showcase-info {
	margin-left: 430px;
}

.yunu-showcase-info h1 {
	font-size: 20px;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}

.yunu-showcase-info p {
	margin: 15px 0 0;
	color: #666;
	line-height: 1.8;
}

.yunu-showcase-info .tel {
	margin-top: 15px;
}

.yunu-showcase-info .tel a {
	line-height: 42px;
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	border-radius: 5px;
	background-color: #015cb5;
}

.pc-slide {
	float: left;
	width: 100%;
}

.view .swiper-slide .imgauto {
	width: 100%;
	height: 300px;
	line-height: 300px;
}

.view .swiper-container {
	width: 100%;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	margin: 0 30px;
}

.preview .swiper-slide .imgauto {
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav .imgauto {
	border: 1px solid #015cb5;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.yunu-sou {
	padding: 0;
	background-color: rgba(242, 242, 242, 1);
	;
}

.yunu-sou .hot {
	float: left;
	padding: 0;
	font-size: 16px;
}

.mnav {
	padding: 0px;
}

.mnav li {
	display: inline-block;
	padding: 0;
	margin: 0
}

.mnav li a {
	display: block;
	font-size: 16px;
	color: #555;
	line-height: 50px;
	width: 150px;
	margin: 0;
	text-align: center;
	height: 50px;
	padding: 0;
}

.mnav li a:hover, .mnav li.active a, .mnav li a.current {
	color: #fff;
	font-weight: normal;
	background: rgb(215, 150, 48);
}

.yunu-sou .hform {
	float: right;
}

.yunu-sou .hform input {
	float: left;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 6px 12px;
	line-height: 16px;
	width: 210px;
}

.yunu-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 30px;
	background: #d82634;
	color: #fff;
}

.yunu-link {
	padding: 20px 0;
}

.yunu-link a {
	font-size: 18px;
}

.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	padding-bottom: 15px;
}

.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.yunu-link ul {
	margin-left: -20px;
}

.yunu-link li {
	display: block;
	float: left;
	padding: 0 5px;
	margin: 5px 8px;
	border: 1px solid #888;
	line-height: 32px;
	min-width: 100px;
	height: 32px;
	text-align: center;
}

.section {
	padding: 0px 0 0px 0;

}

.section-title {
	display: block;
	width: 360px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	padding: 0 0px;
	background-image: linear-gradient(to right,#d79630 0,#784900 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.section-title span.s2 {
	margin: 0 25px;
}

.section-title span.s1 {
	vertical-align: top;
	line-height: 1;
	display: inline-block;
	width: 31px;
	height: 44px;
	background: url(../images/pubc-title-icon1.png) no-repeat;
}

.section-title span.s3 {
	vertical-align: top;
	line-height: 1;
	display: inline-block;
	width: 31px;
	height: 44px;
	background: url(../images/pubc-title-icon2.png) no-repeat;
}

.tline {
	border-top-style: solid;
}

.tline {
	border-top-color: rgba(215, 150, 48, 1);
	border-top-width: 5px;
}

.tline {
	margin: 10px 0;
	width: 50px;
	height: 5px;
	opacity: 1;
	filter: alpha(opacity:100);
	display: block;
	vertical-align: middle;
}

.section-title small {
	display: block;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #888;
}

.section-title p {
	font-size: 18px;
	color: #888;
	font-weight: normal;
	line-height: 1.5;
}

.section-title:after {
}
.section-titleesg {
	display: block;
	width: 360px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	padding: 0 0px;
	background-image: linear-gradient(to right,#d79630 0,#784900 100%);
	-webkit-background-clip: text;
	color: transparent;
}
.in-prd-cate {
	float: left;
	width: 246px;
}

.in-prd-cate dl {
	margin: 0 0 10px;
}

.in-prd-cate dt {
	margin-bottom: 10px;
}

.in-prd-cate dt a {
	display: block;
	line-height: 50px;
	background: url(../images/cpfl.jpg) no-repeat center;
	color: #fff;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

.in-prd-cate dt a:hover {
	background-image: url(../images/cpflh.jpg);
}

.in-prd-cate dd {
	margin: 0;
	border: 1px solid #ddd;
	padding: 10px 20px 12px;
}

.in-prd-cate dd li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
}

.in-prd-con {
	float: right;
	width: 922px;
}

.list-1 {
	margin: 0px 0 0 -20px;
	border-top: 0px #ddd solid;
	padding-bottom: 20px
}

.list-1 li {
	float: left;
	width: 25%;
}

.list-1 .wrap {
	margin: 20px 0 0 20px;
	background-color: #f5f5f5;
	padding: 10px;
}

.list-1 .img-cover {
	display: block;
}

.list-1 .img-cover span {
	padding-top: 75%;
}

.list-1 .text {
	border-top: 0;
	padding: 20px 0 0px;
	text-align: left;
	font-size: 14px;
}

.list-1 .text h4 {
	margin: 0;
	font-weight: normal;
	min-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-1 .text a span {
	color: #007ccb;
	display: block;
}

.list-1 .wrap:hover a span {
	color: #fff;
}

.list-1 .text p {
	margin: 15px 0 0;
	font-size: 14px;
}

.list-1 .text .bt {
	display: inline-block;
	margin: 0 15px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	background-color: #015cb5;
	border: 1px solid transparent;
}

.list-1 .wrap:hover {
	background-color: #1ea18c;
}

.list-1 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-1 .wrap:hover a {
	color: #fff;
}

.list-1 .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}

.list-1 .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333;
}

.list-11 {
	margin: -20px 0 0 -20px;
}

.list-11 li {
	float: left;
	width: 25%;
}

.list-11 .wrap {
	margin: 20px 0 0 20px;
	background-color: #f5f5f5;
	padding: 10px;
}

.list-11 .img-cover {
	display: block;
}

.list-11 .img-cover span {
	padding-top: 75%;
}

.list-11 .text {
	border-top: 0;
	padding: 20px 0 10px;
	text-align: center;
}

.list-11 .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-11 .text p {
	margin: 15px 0 0;
	font-size: 14px;
}

.list-11 .text .bt {
	display: inline-block;
	margin: 0 15px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	background-color: #015cb5;
	border: 1px solid transparent;
}

.list-11 .wrap:hover {
	background-color: #d82634;
}

.list-11 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-11 .wrap:hover a {
	color: #fff;
}

.list-11 .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}

.list-11 .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333;
}

.list-12 {
	margin: -20px 0 0 -20px;
}

.list-12 li {
	float: left;
	width: 33.33333%;
}

.list-12 .wrap {
	margin: 20px 0 0 20px;
	background-color: #f5f5f5;
	padding: 10px;
}

.list-12 .img-cover {
	display: block;
}

.list-12 .img-cover span {
	padding-top: 68%;
}

.list-12 .text {
	border-top: 0;
	padding: 20px 0 10px;
	text-align: left;
}

.list-12 .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-12 .text p {
	margin: 15px 0 0;
	font-size: 14px;
}

.list-12 .text .bt {
	display: inline-block;
	margin: 0 0px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	background-color: #015cb5;
	border: 1px solid transparent;
}

.list-12 .wrap:hover {
	background-color: #015cb5;
}

.list-12 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-12 .wrap:hover a {
	color: #fff;
}

.list-12 .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}

.list-12 .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333;
}

.bgk {
}

.bg1 {
	background: #05806c;
}

.bg1 .section-title {
	color: #fff;
}

.bg1 .section-title a {
	color: #fff;
}

.bg1 .section-title:after {
	display: none;
}

.bg-yazhou {
	padding: 50px 0 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}

.show-list h3 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}

.text-center {
	text-align: center;
}

.in-choose {
	width: 580px;
}

.in-choose dl {
	margin: 0 0 40px;
	background: no-repeat 0 0;
	padding-left: 70px;
}

.in-choose dt {
	padding: 10px 0;
	font-weight: bold;
	background: url(../images/strong_bg.png) 0 bottom repeat-x;
	font-size: 22px;
	color: #555;
}

.in-choose dt small {
	color: #999;
	font-weight: normal;
	padding-left: 10px;
	font-size: 12px;
}

.in-choose dd {
	margin: 10px 0 0;
	background: url(../images/chooselist_bg.png) no-repeat left 5px;
	padding-left: 30px;
	text-align: justify;
	color: #666;
}

.in-choose-left {
	float: left;
}

.in-choose-right {
	float: right;
}

.in-choose-right dl {
	margin: 40px 0 0;
}

.in-jjfa {
	margin-left: -28px;
}

.in-jjfa li {
	float: left;
	width: 25%;
}

.in-jjfa li a {
	display: block;
	background-color: #fff;
	margin-left: 28px;
	border-bottom: 3px solid #dddddd;
}

.in-jjfa li .img-cover {
	position: relative;
}

.in-jjfa li .img-cover span {
	padding-top: 66.7%;
}

.in-jjfa li .img-cover p {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 12px 0;
}

.in-jjfa li .text {
	height: 200px;
	padding: 30px 15px;
	position: relative;
	background-color: #f5f5f5;
}

.in-jjfa li .text p {
	margin: 0 0 6px;
	color: #666;
	font-size: 13px;
	padding-left: 24px;
	background: url(faico.jpg) no-repeat 0 5px;
	line-height: 1.85;
}

.in-jjfa li .text .more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 30px;
	background-color: #adadad;
	color: #fff;
	padding: 0 20px;
}

.in-jjfa li a:hover .img-cover p {
	background-color: #015cb5;
}

.in-jjfa li a:hover .text .more {
	background-color: #015cb5;
}

.in-jjfa1 {
	margin-left: -28px;
}

.in-jjfa1 li {
	float: left;
	width: 30%;
	padding-left: 3.3333%;
	margin-bottom: 15px;
}

.in-jjfa1 li a {
	display: block;
	background-color: #fff;
	margin-left: 28px;
	border-bottom: 3px solid #dddddd;
}

.in-jjfa1 li .img-cover {
	position: relative;
}

.in-jjfa1 li .img-cover span {
	padding-top: 66.7%;
}

.in-jjfa1 li .img-cover p {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 12px 0;
}

.in-jjfa1 li .text {
	height: 100px;
	padding: 30px 20px;
	position: relative;
	background-color: #f5f5f5;
}

.in-jjfa1 li .text p {
	margin: 0 0 8px;
	color: #666;
	font-size: 13px;
	padding-left: 24px;
	background: url(faico.jpg) no-repeat 0 5px;
	line-height: 1.85;
}

.in-jjfa1 li .text .more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 30px;
	background-color: #adadad;
	color: #fff;
	padding: 0 20px;
}

.in-jjfa1 li a:hover .img-cover p {
	background-color: #015cb5;
}

.in-jjfa1 li a:hover .text .more {
	background-color: #015cb5;
}

.hy-menu {
	float: right;
	width: 760px;
	margin-top: -30px;
}

.hy-menu li {
	float: left;
	width: 33.333333%;
}

.hy-menu li a {
	display: block;
	margin: 30px 0 0 30px;
}

.hy-menu li a:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #015cb5;
	margin-top: 15px;
	visibility: hidden;
}

.hy-menu li h4 {
	margin: 0;
	position: relative;
	font-size: 16px;
	color: #fff;
	background-color: #666;
	width: 185px;
	text-align: center;
	line-height: 2;
	font-weight: normal;
}

.hy-menu li h4 small {
	position: absolute;
	font-size: 15px;
	width: 26px;
	line-height: 26px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #f7c433;
	left: -15px;
	top: -15px;
	font-weight: bold;
}

.hy-menu li p {
	margin: 10px 0 0;
	color: #666;
	font-size: 13px;
	line-height: 1.8;
	height: 46px;
	overflow: hidden;
}

.hy-menu li.active h4 {
	background-color: #015cb5;
}

.hy-menu li.active a:after {
	visibility: visible;
}

.hy-con {
	float: left;
	width: 390px;
}

.hy-con .swiper-slide .img-center {
	position: relative;
	padding: 0px 10px 0 0;
}

.hy-con .swiper-slide .img-center:before {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	content: '';
}

.hy-con .swiper-slide .img-center img {
	position: relative;
}

.tel-tl {
	background: url(xban.jpg) no-repeat center #1867c6;
	color: #fff;
}

.tel-tl dl {
	margin: 0;
}

.tel-tl dt {
	float: left;
}

.tel-tl dt a {
	display: block;
	width: 145px;
	line-height: 50px;
	background-color: #f7c433;
	color: #015cb5;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.tel-tl dd {
	float: left;
	margin-left: 20px;
	line-height: 1;
}

.tel-tl dd strong {
	display: block;
	font-size: 30px;
	font-family: Impact;
	margin-top: 5px;
}

.bg2 {
	background-image: linear-gradient(rgba(42,53,83,.7),rgba(42,53,83,.7)), url(../images/rzbg.jpg);
	color: #fff;
	background-position: 0 0,50%;
	background-repeat: repeat,no-repeat;
	background-size: auto,cover;
	justify-content: center;
	align-items: center;
	display: flex;
}

.bg2 small {
	color: #fff;
}

.bg2 .section-title:after {
	background-image: url(cptit.png);
}

.in-rz {
	margin-left: -52px;
}

.in-rz li {
	float: left;
	width: 151px;
	margin-left: 52px;
}

.in-rz li .wrap {
	display: table;
	width: 100%;
	height: 151px;
	position: relative;
}

.in-rz li .wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(rzico.png) no-repeat 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.in-rz li .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 25px;
}

.in-rz li .inner p {
	margin: 0;
}

.in-rz li:nth-child(2) .wrap:before {
	background-position: -214px 0;
}

.in-rz li:nth-child(3) .wrap:before {
	background-position: -427px 0;
}

.in-rz li:nth-child(4) .wrap:before {
	background-position: -642px 0;
}

.in-rz li:nth-child(5) .wrap:before {
	background-position: -855px 0;
}

.in-rz li:nth-child(6) .wrap:before {
	background-position: -1068px 0;
}

.in-rz li .wrap:hover:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.in-rz-tel {
	margin-top: 50px;
	text-align: center;
}

.in-rz-tel p {
	margin: 0 auto;
	width: 480px;
	background: url(rztel.png) no-repeat 0 0;
	height: 64px;
	padding-left: 110px;
	font-size: 16px;
	line-height: 40px;
}

.in-rz-tel strong {
	color: #f7c433;
	font-size: 30px;
	font-family: Impact;
}

.in-rz-tel .btn {
	display: block;
	width: 190px;
	line-height: 45px;
	color: #fff;
	background-color: #d82634;
	margin: 20px auto 0;
}

.bgw {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 660px;
	background-image: url('/images/1.jpg');
	background-repeat: no-repeat;


	background-position: center center;
	background-blend-mode: multiply;
	background-attachment: fixed;
	background-size: cover;
}

.bgfz5 {
	background: #efefef;
}

.bglxwm {
	background: #eee;
	border-bottom: 3px #d79630 solid;
	overflow: hidden;
}
.bg4 {
	background: #d79630;color:#fff;
}
.bg3 {
	background: url(../images/bg3.jpg) repeat center 0;
}

.bg3 .section-title:after {
	background-image: url(zjtit.jpg);
}

.bgyw {
	background: url(/images/yewubj.jpg);
}
.bgni {
	background:rgba(0,80,140, 0.9) url('/images/5.jpg') no-repeat fixed center; position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 460px;
	background-blend-mode: multiply;
	background-size: cover
}

.bgpp {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 660px;
	background-image: url('/images/ppbj.jpg');
	background-repeat: no-repeat;


	background-position: center center;
	background-blend-mode: multiply;
	background-attachment: fixed;
	background-size: cover;
}
.bgxw {
	background:rgba(0,80,140, 0) url('/images/6.jpg') no-repeat fixed center; position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 660px;
	background-blend-mode: multiply;
	background-size: cover
}
.bgzl {
	background:rgba(0,80,140, 0) url('/images/2.jpg') no-repeat fixed center; position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 660px;
	background-blend-mode: multiply;
	background-size: cover
}
 .gjsnitem {
    width: 40%;
    background-color: rgba(226, 148, 38, 0.7);
   
    border-radius: 10px;
    padding: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(226, 148, 38,0.9);
    border-image: initial;
}
.bgzl .section-title {
	margin: 30px 0 0 0;
}


.gsmsbg {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 660px;
	background-image: url('/images/bg1.jpg');
	background-repeat: no-repeat;


	background-position: center center;
	background-blend-mode: multiply;
	background-attachment: fixed;
	background-size: cover;
}
.in-product {
	margin: 0;
	border: 0px #ddd solid;
}

.in-product dt {
	float: left;
	width: 350px;
}

.in-product dt img {
	width: 100%;
	height: 100%;
}

.in-product dd {
	margin-left: 350px;
	padding: 30px;
}

.in-product dd h4 {
	margin: 0 0 25px;
	font-size: 24px;
}

.in-product dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	letter-spacing: -1px;
}

.in-product dd h4:after {
	display: block;
	content: '';
	width: 130px;
	height: 3px;
	background-color: #015cb5;
	margin-top: 15px;
}

.in-product dd p {
	margin: 0;
	color: #666;
	line-height: 1.5;
	text-align: justify;
}

.in-product dd .more {
	float: left;
	margin: 10px 10px 10px 0;
	line-height: 40px;
	width: 135px;
	text-align: center;
	color: #fff;
	background-color: #d82634;
}

.in-product dd .more1 {
	float: left;
	padding: 0 10px;
	margin: 10px 10px 10px 0;
	line-height: 40px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #888;
}

.in-about {
	width: 100%;
	margin: 20px 0 80px 0;
}

.in-about dt {
	float: left;
}

.section:nth-child(2n) .in-about dt {
	float: right;
}

.in-about dd {
	float: right;
	width: 40%;
	padding: 0 0px;
margin-inline-start: 0px;
}
.in-about dd.jtqwys{
padding-top:80px;
}
.section:nth-child(2n) .in-about dd {
	float: left;
}

.in-about dd h4 {
	margin: 20px 0 20px;
	font-size: 48px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	background-image: linear-gradient(to right,#d79630 0,#784900 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.in-about dd h4 ena {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #888;
	font-family: arial,helvetica,sans-serif;
	line-height: 2;
	margin: 0px 0 0px;
}

.in-about dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 24px;
	color: #d79630;
	line-height: 2;
	margin: 30px 0;
}

.in-about .img-center {
	display: block;
	width: 800px;
	min-height: 200px;
	height: auto;
	margin-top: 50px;
	padding: 0px 0;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.in-about .img-center img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-about .img-center img:hover {
	transform: scale(1.10);
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	background: url('/images/play-button.png') no-repeat center center;
	background-size: cover;
	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: transform 0.5s ease;
}

.in-about .img-center .play-button:hover {
}

.in-about dd p {
	margin: 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
}

.in-about .more {
	display: block;
	margin-top: 30px;
	line-height: 44px;
	width: 200px;
	padding: 0 20px;
	text-align: center;
	color: #d79630;
	border: 2px #d79630 solid;
}

.in-about .more:hover {
	color: #fff;
	background: #d79630;
}

.in-jjzb {
	width: 100%;
	height: auto;
	margin: 20px 0;
	overflow:hidden;
}

.in-jjzb dt {
	float: right;
}


.in-jjzb dd {
	float: left;
	width: 40%;
	padding: 100px 0 30px 0;
	margin-inline-start: 0px;
	
}
.section:nth-child(2n) .in-jjzb dt {
	float: left;
}

.section:nth-child(2n) .in-jjzb dd {
	float: right;
}
.in-jjzbt{
	width:100%;height:526px;position:relative;clear:both;margin:20px 0;
}
.in-jjzbt .jjzbtimg {
	position:absolute;overflow:hidden;
}
.in-jjzbt .jjzbtimg img{
	width:100%;height:100%;object-fit: contain;
}
.in-jjzbt .jjzbtimg:nth-child(1){
	top:50%; left:50%;width:66.667%;height:100%;transform: translate(-50%, -50%);
}
.in-jjzbt .jjzbtimg:nth-child(2){
	top:0; left:0;width:16%;height:31%;
}
.in-jjzbt .jjzbtimg:nth-child(3){
	top:50%; left:0;transform: translate(0,-50%);width:16%;height:31%;
}
.in-jjzbt .jjzbtimg:nth-child(4){
	bottom:0; left:0;width:16%;height:31%;
}
.in-jjzbt .jjzbtimg:nth-child(5){
	top:0; right:0;width:16%;height:31%;
}
.in-jjzbt .jjzbtimg:nth-child(6){
	top:50%; right:0;transform: translate(0,-50%);width:16%;height:31%;
}
.in-jjzbt .jjzbtimg:nth-child(7){
	bottom:0; right:0;width:16%;height:31%;
}
.in-jjzb dd h4 {
	margin: 20px 0 20px;
	font-size: 36px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	background-image: linear-gradient(to right,#d79630 0,#784900 100%);
	-webkit-background-clip: text;
	color: transparent;
}
.in-jjzb dd h3 {
	letter-spacing: 5px;margin: 20px 0 20px;height:60px;font-size:24px;text-align: justify;line-height:30px;margin: 15px 0 5px;color:#d79630;
}
.in-jjzb dd h3 small {
	letter-spacing: 2px;font-size:24px;
}
.in-jjzb dd h2 {
	letter-spacing: 4px;margin: 20px 0 20px;height:60px;font-size:24px;text-align: justify;line-height:30px;margin: 15px 0 5px;color:#d79630;
}
.in-jjzb dd h2 small {
	letter-spacing: 2px;font-size:24px;
}
.in-jjzb dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 24px;
	color: #d79630;
	line-height: 2;
	margin: 30px 0;
}

.in-jjzb .img-center {
	display: block;
	width: 800px;
	min-height: 200px;
	height: auto;
	margin-top: 0px;
	padding: 0px 0;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.in-jjzb .img-center img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	border-radius: 0px;
}

.in-jjzb .img-center img:hover {
	transform: scale(1.10);
}
.in-jjzb .img-center li {
	display:block;
	float:left;
	width:calc(50% - 20px);
	height:200px;
	margin:10px;
	
}
.in-jjzb .img-center .dbxmtop {
	position:relative;
	height:30px;
	background: linear-gradient(to right, rgba(220,150,100,.3), rgba(255,255,255,.3));
	border-radius: 15px 0 0 15px;
	padding-left:50px;
	color:#d79630;
	line-height:30px;
	font-size:18px;
	font-weight:700;
	text-align:left
}
.in-jjzb .img-center .dbxmtop .dbtopimg{
	position: absolute;
	width:30px;
	top:-5px;
	left:10px;
}
.in-jjzb .img-center .dbxmtxt {
	border-radius: 10px;
	height:120px;
	background:#ddd;
	padding:10px;
	font-weight:normal;
	margin:10px 0;
	font-size:16px;
	text-align:left;
	line-height: 2;
}
.in-jjzb dd p {
	margin: 30px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
}
.in-jjzb .jjzbimg{
   display: block;
   width: 100%;
}
.in-jjzb .jjzbimg img {
   width: 100%;
   height: 100%;
   object-fit: cover;transition: all 0.5s;
}
.in-jjzb .jjzbimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.in-jjzb .jjzbtxt p {
	margin: 20px 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
}
.in-jjzb .more {
	display: block;
	margin-top: 30px;
	line-height: 44px;
	width: 300px;
	padding: 0 20px;
	text-align: center;
	color: #d79630;
	border: 2px #d79630 solid;
}

.in-jjzb .more:hover {
	color: #fff;
	background: #d79630;
}
.in-gsll {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 20px auto;
	overflow:hidden;
}
.in-gsll .gsllimg{
   display: block;
   width: 100%;
}
.in-gsll .gsllimg img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.in-gsll .gsllimg img:hover {
	transform: scale(1.10);
}
.in-gscwyw{
	margin:20px auto;width:1200px;height:696px;position:relative;clear:both;
}
.in-gscwyw .gscwywt {
	position:absolute;overflow:hidden;border:1px #ddd solid;
}
.in-gscwyw .gscwywt:nth-child(1) img{
   width:100%;
   height:100%;
   object-fit: contain;
}
.gscwywt{
	padding:15px 20px;
}
.gscwtop{
	float:left;display:block;width:100%;height:30px;overflow:hidden;
}
.gscwtxh {
	float:left;border-radius: 15px;width:30px;height:30px;line-height:30px;background:#d79630;color:#fff;text-align:center;font-weight:bolder;
}
.gscwtit {
	float:left;height:30px;line-height:30px;color:#d79630;text-align:left;font-size:20px;padding-left:5px;border-bottom:1px #d79630 solid;font-weight:bolder;
}
.in-gscwyw .gscwywt:nth-child(2n+1) .gscwtxh {
	float:right;
}
.in-gscwyw .gscwywt:nth-child(2n+1) .gscwtit {
	float:right;padding-right:5px
}

.gscwtxt {
	float:left;display:block;width:100%;margin-top:20px;overflow:hidden;font-size:16px;line-height:2;
}
.gscwtxt img{
	float:left;margin-right:10px;width:180px;height:115px;
}
.in-gscwyw .gscwywt:nth-child(4) .gscwtxt {
	width:90%;
}
.in-gscwyw .gscwywt:nth-child(5) .gscwtxt {
	width:90%;float:right;
}
.in-gscwyw .gscwywt:nth-child(2n+1) .gscwtxt img{
	float:right;margin-left:10px;margin-right:0px;
}
.in-gscwyw .gscwywt:nth-child(1){
	top:50%; 
	left:50%;
	width:33%;
	height:56%;
	transform: translate(-50%, -50%);border-radius:50%;
	background:#fff;
	border:1px #ddd solid;
	z-index:200;
}
.in-gscwyw .gscwywt:nth-child(2){
	top:0; 
	left:0;
	width:48%;
	height:31%;
	background: linear-gradient(to right, #eee, #ffffff);
	border-radius: 0 30px 0 20px;
}
.in-gscwyw .gscwywt:nth-child(4){
	top:50%; 
	left:0;
	transform: translate(0,-50%);
	width:38%;height:31%;
	background: linear-gradient(to right, #eee, #ffffff);
	border-radius: 20px 0 0 20px;
}
.in-gscwyw .gscwywt:nth-child(6){
	bottom:0; 
	left:0;
	width:48%;
	height:31%;
	background: linear-gradient(to right, #eee, #ffffff);
	border-radius: 20px 0 30px 0;
}
.in-gscwyw .gscwywt:nth-child(3){
	top:0; 
	right:0;
	width:48%;
	height:31%;
	background: linear-gradient(to left, #eee, #ffffff);
	border-radius: 30px 0 20px 0;
}
.in-gscwyw .gscwywt:nth-child(5){
	top:50%; 
	right:0;
	transform: translate(0,-50%);
	width:38%;
	height:31%;
	background: linear-gradient(to left, #eee, #ffffff);
	border-radius: 0 20px 20px 0;
}
.in-gscwyw .gscwywt:nth-child(7){
	bottom:0; 
	right:0;
	width:48%;
	height:31%;
	background: linear-gradient(to left, #eee, #ffffff);
	border-radius: 0 20px 0 30px;
}
.in-fzgh {
	width:100%;height:auto;overflow:hidden;padding:10px 0;
}
.in-fzgh .fzghl{
	float:left;width:37%;height:352px;height:auto;margin-right:8px;
}
.in-fzgh:nth-child(2n) .fzghl {
	float:right;margin-left:8px;margin-right:0px
}
.in-fzgh .fzghl img{
	display:block;width:100%;height:auto;object-fit: contain;
}
.in-fzgh .fzghr {
	float:right;width:calc(63% - 8px);height:352px;height:auto;background:#d79630;
}
.in-fzgh:nth-child(2n) .fzghr {
	float:left;background:#d3d3d4;
}
.in-fzgh .fzghr .fzghrl {
	float:left;width:24.7035%;
}
.in-fzgh .fzghr .fzghrl img {
	display:block;width:100%;height:100%;object-fit: contain;
}
.in-fzgh .fzghr .fzghrr {
	float:right;width:75.2965%;padding:20px;
}
.in-fzgh .fzghr .fzghrr h4{
	margin-top:30px;font-size:36px;font-weight:bold;color:#fff;
}
.in-fzgh:nth-child(2n) .fzghr .fzghrr h4{
	color:#d79630;;
}
.in-fzgh .fzghr .fzghrr p{
	display:block;margin-top:30px;font-size:18px;line-height:2;color:#fff;text-align: justify;
}
.in-fzgh:nth-child(2n) .fzghr .fzghrr p{
	color:#595959;;
}

.in-cybj {
	width:100%;min-height:450px;overflow:hidden;padding:10px 0;
}
.in-cybj .fzghl{
	float:left;width:45%;height:450px;overflow:hidden;
}
.in-cybj:nth-child(2n) .fzghl {
	float:right;margin-left:0px;margin-right:0px
}
.in-cybj .fzghl img{
	display:block;width:100%;height:auto;object-fit: contain;
}
.in-cybj .fzghr {
	float:right;width:55%;min-height:450px;height:auto;background:#d79630;overflow:hidden;
}
.in-cybj:nth-child(2n) .fzghr {
	float:left;background:#eee;
}
.in-cybj .fzghr .fzghrr {
	float:right;width:100%;padding:20px 40px 20px 40px;
}
.in-cybj .fzghr .fzghrr h4{
	margin-top:30px;font-size:36px;font-weight:bold;color:#fff;
}
.in-cybj:nth-child(2n) .fzghr .fzghrr h4{
	color:#d79630;
}
.in-cybj .fzghr .fzghrr p{
	display:block;margin-top:30px;font-size:16px;line-height:2;color:#fff;text-align: justify;
}
.in-cybj:nth-child(2n) .fzghr .fzghrr p{
	color:#595959;;
}
.in-cybj .more{
	display: block;
    margin-top: 30px;
    line-height: 44px;
    width: 200px;
    padding: 0 20px;
    text-align: center;
    background:#fff;
    color: #d79630;
    border: 2px #fff solid;
}
.in-cybj .more:hover{
	display: block;
    margin-top: 30px;
    line-height: 44px;
    width: 200px;
    padding: 0 20px;
    text-align: center;
    background:#d79630;
    color: #fff;
    border: 2px #fff solid;
}
.in-zhfw {
	display:block;margin:0 auto;width:1200px;height:650px;
}
.in-zhfw .zhfwt {
	display:block;width:100%;height:140px;
}
.in-zhfw .zhfwt .zhfwtl {
	display:flex;float:left;width:54%;height:100px;border:1px #d79630 solid;border-radius:10px;margin:20px 0;padding:10px;
}
.zhfwtit {
	display:flex;float:left;width:156px;height:80px;background:#d79630;border-radius:10px;color:#fff;justify-content: center;align-items: center;font-size:18px;font-weight:bold;text-align:center;
}
.zhfwlist1 {
	display:block;float:left;width:80px;height:80px;background:#eee;border:1px #e1e1e1 solid;border-radius:10px;color:#d79630;font-size:14px;text-align:center;margin:0 0 0 13px;padding:0px;
}
.zhfwlistt1 {
	width:100%;height:35px;margin:10px auto;overflow:hidden;
}
.zhfwlistt1 img {
	display:block;width: 100%;height:100%;object-fit: contain;
}
.zhfwlistw1 {
	margin: 0 auto;width:80px;height:30px;font-size:16px;font-weight:bold;
}
.zhfwtr {
	display:block;float:right;width:44%;height:100px;border:1px #d79630 solid;border-radius:10px;margin:20px 0;padding:10px;
}
.zhfwlist2 {
	display:flex;float:left;width:103px;height:80px;background:#eee;border:1px #e1e1e1 solid;border-radius:10px;color:#d79630;justify-content: center;align-items: center;font-size:14px;text-align:center;margin:0 0 0 13px;
}
.zhfwlistt2 {
	display:flex;float:left;width:38px;height:38px
}
.zhfwlistt2 img {
	display:block;width: 100%;height:100%;object-fit: contain;
}
.zhfwlistw2 {
	display:flex;float:left;width:38px;height:38px;font-size:16px;font-weight:bold;;justify-content: center;align-items: center;
}
.zhfwlist3 {
	display:flex;float:left;width:158px;height:80px;background:#d79630;border-radius:10px;color:#fff;justify-content: center;align-items: center;font-size:18px;font-weight:bold;text-align:center;margin:0 0 0 8px;padding:10px
}
.zhfwlistt3 {
	margin-right:8px
}
.zhfwlistt3 img{
	border-radius:50%
}
.zhfwlistw3 {
	text-align:left
}
.zhfwm {
	display:block;float:left;width:100%;height:400px;border:1px #d79630 dashed;border-radius:10px;margin:0;padding:10px;
}
.zhfwmx {
float:left;width:570px;height:380px;
}
.zhfwmx img{
display:block;width: 100%;height:100%;object-fit: contain;
}
.zhfwmz {
display:flex;float:left;width:110px;height:380px;justify-content: center;align-items: center;
}
.zhfwmz img{
display:block;width: 100%;height:100%;object-fit: contain;
}
.zhfwms {
float:right;width:400px;height:380px;
}
.zhfwms img{
display:block;width: 100%;height:100%;object-fit: contain;
}


.in-about2 {
	margin: 0;
	min-height: 300px;
}

.in-about2 dt {
	float: right;
	width: 49%;
}

.in-about2 dd {
	float: left;
	width: 100%;
	padding: 20px 0px 20px 0;
	color: #fff;
	text-align: justify;
	line-height: 2;
	border-radius: 20px;
	margin-inline-start: 0px;
}

.in-about2 p {
	line-height: 2;
	font-size: 16px;
	text-indent: 32px;
}

.i_fangan {
	float: left;
	width: 48%;
	padding: 2%;
}

.i_fangan .lrw {
	width: 100%;
	height: 100%;
	align-items: baseline;
	border: 1px #f5f5f5 solid;
}

.i_fangan .lrw .imgmo {
	position: relative;
}

.i_fangan .lrw .imgmo img {
	display: block;
}

.i_fangan .lrw .imgmo:nth-child(2) {
	margin-top: 5%;
}

.i_fangan .lrw .imgmo .mtitle {
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
	padding: 8px 10px;
	background: rgba(215, 150, 48, 1);
	color: #fff;
	display: flex;
	justify-content: space-between;
	font-weight: normal;
	align-items: center;
	opacity: 1;
}

.i_fangan .lrw .imgmo .mtitle img {
	width: 13px;
	height: 14px;
	display: block;
}

.i_fangan .lrw .imgmo .hpa10 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(4, 23, 46, .8);
	opacity: 0;
	padding: 20px;
}

.i_fangan .lrw .imgmo .hpa10 .titles {
	font-size: 18px;
	font-weight: bolder;
	color: #d79630;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.i_fangan .lrw .imgmo .hpa10 .neifons {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	margin: 10px 0;
	text-align: left;
	font-weight: normal;
}

.i_fangan .lrw .imgmo .hpa10 .ans {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}

.i_fangan .lrw .imgmo .hpa10 .ans a {
	display: inline-block;
}

.i_fangan .lrw .imgmo .hpa10 .ans a img {
	width: 100%;
}

.i_fangan .lrw .imgmo .hpa10 .ans2 {
	text-align: right;
	right: 8%;
}

.i_fangan .lrw .imgmo:hover .mtitle {
	opacity: 0;
	transition: all 1s;
}

.i_fangan .lrw .imgmo:hover .hpa10 {
	opacity: 1;
	transition: all 1s;
}

.gswlms {
	float: left;
	width: 96%;
	padding: 2%;
	padding-top: 100px;
	height: auto;
}

.gswlms .lrw {
	width: 100%;
	height: 100%;
	align-items: baseline;
	
}

.gswlms .lrw .imgmo {
	position: relative;
}

.gswlms .lrw .imgmo img {
	display: block;
	border-radius: 20px;
	border: 1px #f5f5f5 solid;
}

.gswlms .lrw .imgmo:nth-child(2) {
	margin-top: 5%;
}

.gswlms .lrw .imgmo .mtitle {
	position: absolute;
	left: 50%;
	top: -100px;
	transform: translate(-50%, 0);
	letter-spacing: 2px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(235, 235, 235, 1);
	border: 5px #fff solid;
	color: #d79630;
	display: block;
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	line-height: 120px;
	opacity: 1;
	z-index: 20
}

.gswlms .lrw .imgmo .mtitle img {
	width: 13px;
	height: 14px;
	display: block;
}

.gswlms .lrw .imgmo .hpa10 {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(215, 150, 48, .8);
	opacity: 0;
	padding: 20px;
	border-radius: 10px;
}

.gswlms .lrw .imgmo .hpa10 .titles {
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
	margin-top: 100px;
	color: #fff;
	display: block;
}

.gswlms .lrw .imgmo .hpa10 .neifons {
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	margin: 10px 0;
	text-align: center;
	font-weight: normal;
}

.gswlms .lrw .imgmo .hpa10 .ans {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}

.gswlms .lrw .imgmo .hpa10 .ans a {
	display: inline-block;
}

.gswlms .lrw .imgmo .hpa10 .ans a img {
	width: 100%;
}

.gswlms .lrw .imgmo .hpa10 .ans2 {
	text-align: right;
	right: 8%;
}

.gswlms .lrw .imgmo:hover .mtitle {
	background: rgba(215, 150, 48, 1);
	color: #fff;
	transition: all 1s;
}

.gswlms .lrw .imgmo:hover .hpa10 {
	opacity: 1;
	transition: all 1s;
}

.gswlms .more1 {
	display: block;
	margin-top: 30px;
	line-height: 44px;
	width: 150px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	border: 2px #fff solid;
}


.in-about2 .more1 {
	display: block;
	margin-top: 30px;
	line-height: 44px;
	width: 200px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	border: 2px #fff solid;
}

.in-about2 .more1:hover {
	color: #fff;
	background: #d79630;
	border: 2px #d79630 solid;
}

.in-nhub {
	width: 100%;
	margin-top: 50px;
	background: #eee url('/images/hub1bg.jpg') no-repeat right bottom;
}

.in-nhub  dt {
	float: left;
}

.in-nhub dd {
	float: right;
	width: 45%;
	padding: 50px 50px;
	margin-inline-start: 0px;
}

.in-nhub dd h4 {
	margin: 20px 0 20px;
	font-size: 48px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	background-image: linear-gradient(to right,#d79630 0,#784900 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.in-nhub dd h4 ena {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #888;
	font-family: arial,helvetica,sans-serif;
	line-height: 2;
	margin: 0px 0 0px;
}

.in-nhub dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 24px;
	color: #d79630;
	line-height: 2;
	margin: 30px 0;
}

.in-nhub dd p {
	margin: 50px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
}

.in-nhub .img-center {
	display: block;
	width: 55%;
	height: 450px;
	background: #d79630;
	padding: 30px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.in-nhub .img-center img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-nhub .img-center img:hover {
	transform: scale(1.10);
}

.in-nhub .img-center .img-xs {
	position: absolute;
	overflow: hidden;
}

.in-nhub .img-center .img-xs:nth-child(1) {
	bottom: 20px;
	left: 20px;
	width: 25%;
	z-index: 40
}

.in-nhub .img-center .img-xs:nth-child(2) {
	bottom: 20px;
	left: calc(25% + 40px);
	width: 25%;
	z-index: 40
}

.in-nhub .img-center .img-xs:nth-child(3) {
	top: 20px;
	right: 20px;
	width: 65%;
	z-index: 20
}
.in-cjrh {
	width: 100%;
	margin-top: 50px;
	background: #eee;
}

.in-cjrh  dt {
	float: left;
}

.in-cjrh dd {
	float: right;
	width: 25%;
	padding: 40px 20px;
	margin-inline-start: 0px;
}

.in-cjrh dd h4 {
	margin: 20px 0 20px;
	font-size: 36px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	background-image: linear-gradient(to right,#d79630 0,#784900 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.in-cjrh dd h4 ena {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #888;
	font-family: arial,helvetica,sans-serif;
	line-height: 2;
	margin: 0px 0 0px;
}

.in-cjrh dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 24px;
	color: #d79630;
	line-height: 2;
	margin: 30px 0;
}

.in-cjrh dd p {
	margin: 50px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
}

.in-cjrh .img-center {
	display: block;
	width: 75%;
	height: 580px;
	background: #d79630;
	padding: 20px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.in-cjrh .img-center img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-cjrh .img-center img:hover {
	transform: scale(1.10);
}

.in-cjrh .img-center .img-xs {
	position: absolute;
	overflow: hidden;
}

.in-cjrh .img-center .img-xs:nth-child(1) {
	bottom: 20px;
	left: 1%;
	width: 32%;
	z-index: 40
}

.in-cjrh .img-center .img-xs:nth-child(2) {
	bottom: 20px;
	left: 34%;
	width: 32%;
	z-index: 40
}

.in-cjrh .img-center .img-xs:nth-child(3) {
	top: 20px;
	right: 1%;
	width: 32%;
	z-index: 20
}
.in-cjrh .img-center .img-xs:nth-child(4) {
	bottom: 20px;
	right: 1%;
	width: 32%;
	z-index: 20
}
.in-jsnr  {
	width: 100%;
	margin-top: 50px;
	background: #d79630;
}

.in-jsnr dt {
	float: right;
}

.in-jsnr dd {
	float: left;
	width: 30%;
	padding: 50px 50px;
	margin-inline-start: 0px;
	color:#fff;
}

.in-jsnr dd h4 {
	margin: 20px 0 20px;
	font-size: 36px;
	
	font-weight: 700;
	line-height: 1;
	
	-webkit-background-clip: text;
	color: transparent;
}


.in-jsnr dd p {
	margin: 50px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
}

.in-jsnr .img-center {
	display: block;
	width: 70%;
	height: 600px;
	background: #fff;
	padding: 30px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.in-jsnr .img-center img {
display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-jsnr .img-center img:hover {
	transform: scale(1.10);
}

.in-jsnr .img-center .img-xs {
	position: absolute;
	overflow: hidden;

}

.in-jsnr .img-center .img-xs:nth-child(1) {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 20
}
.in-jsnr .img-center .img-xs:nth-child(2) {
	bottom: 0px;
	left: 0px;
	width: 49%;
	z-index: 40
}

.in-jsnr .img-center .img-xs:nth-child(3) {
	bottom: 0px;
	right: 0;
	width: 49%;
	z-index: 40
}

.in-esge  {
	width: 100%;
	margin-top: 50px;
	background: #d79630;
}

.in-esge dt {
	float: right;
}

.in-esge dd {
	float: left;
	width: 30%;
	padding: 50px 50px;
	margin-inline-start: 0px;
	color:#fff;
}

.in-esge dd h4 {
	margin: 20px 0 20px;
	font-size: 36px;
	
	font-weight: 700;
	line-height: 1;
	
	-webkit-background-clip: text;
	color: transparent;
}


.in-esge dd p {
	margin: 50px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
}

.in-esge .img-center {
	display: block;
	width: 70%;
	height: 448px;
	background: #fff;
	padding: 30px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.in-esge .img-center img {
display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-esge .img-center img:hover {
	transform: scale(1.10);
}

.in-esge .img-center .img-xs {
	position: absolute;
	overflow: hidden;

}

.in-esge .img-center .img-xs:nth-child(1) {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 20
}
.in-esge .img-center .img-xs:nth-child(2) {
	bottom: 0px;
	left: 0px;
	width: 49%;
	z-index: 40
}

.in-esge .img-center .img-xs:nth-child(3) {
	bottom: 0px;
	right: 0;
	width: 49%;
	z-index: 40
}

.in-gaishizongbu  {
	width: 100%;
	margin-top: 50px;
	background: #eee;
}

.in-gaishizongbu dt {
	float: right;
}

.in-gaishizongbu dd {
	float: left;
	width: 25%;
	padding: 50px 50px;
	margin-inline-start: 0px;
	
}

.in-gaishizongbu dd h4 {
	margin: 20px 0 20px;
	font-size: 36px;
	
	font-weight: 700;
	line-height: 1;
	
	-webkit-background-clip: text;
	color: transparent;
}


.in-gaishizongbu dd p {
	margin: 50px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
}

.in-gaishizongbu .img-center {
	display: block;
	width: 75%;
	height: 730px;
	background: #fff;
	padding: 30px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.in-gaishizongbu .img-center img {
display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-gaishizongbu .img-center img:hover {
	transform: scale(1.10);
}

.in-gaishizongbu .img-center .img-xs {
	position: absolute;
	overflow: hidden;

}

.in-gaishizongbu .img-center .img-xs:nth-child(1) {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 20
}
.in-gaishizongbu .img-center .img-xs:nth-child(2) {
	bottom: 0px;
	left: 0px;
	width: 33%;
	z-index: 40
}
.in-gaishizongbu .img-center .img-xs:nth-child(3) {
	bottom: 0px;
	left: 50%;
	width: 33%;
	transform: translate(-50%, 0);
	z-index: 40
}
.in-gaishizongbu .img-center .img-xs:nth-child(4) {
	bottom: 0px;
	right: 0;
	width: 33%;
	z-index: 40
}
.in-xxhjs {
	width: 100%;
	margin-top: 50px;
	background: #d79630;
}

.in-xxhjs dt {
	float: right;
}

.in-xxhjs dd {
	float: left;
	width: 25%;
	padding: 50px 50px;
	margin-inline-start: 0px;
	
}

.in-xxhjs dd h4 {
	margin: 20px 0 20px;
	font-size: 36px;
	
	font-weight: 700;
	line-height: 1;
	
	-webkit-background-clip: text;
	color: transparent;
}


.in-xxhjs dd p {
	margin: 50px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
	color: #fff;
}

.in-xxhjs .img-center {
	display: block;
	width: 75%;
	height: 700px;
	background: #fff;
	padding: 30px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.in-xxhjs .img-center img {
display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-xxhjs .img-center img:hover {
	transform: scale(1.10);
}

.in-xxhjs .img-center .img-xs {
	position: absolute;
	overflow: hidden;

}

.in-xxhjs .img-center .img-xs:nth-child(1) {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 20
}
.in-xxhjs .img-center .img-xs:nth-child(2) {
	bottom: 0px;
	left: 0px;
	width: 33%;
	z-index: 40
}
.in-xxhjs .img-center .img-xs:nth-child(3) {
	bottom: 0px;
	left: 50%;
	width: 33%;
	transform: translate(-50%, 0);
	z-index: 40
}
.in-xxhjs .img-center .img-xs:nth-child(4) {
	bottom: 0px;
	right: 0;
	width: 33%;
	z-index: 40
}

.in-dsjpt {
	width: 100%;
	margin-top: 50px;
	
}

.in-dsjpt dt {
	margin:0 auto;
}

.in-dsjpt dd {
	margin:0 auto;
	width: 100%;
	height:auto;
	padding: 0px;
	margin-inline-start: 0px;
	
}

.in-dsjpt dd h4 {
	margin: 20px 0 20px;
	font-size: 36px;
	
	font-weight: 700;
	line-height: 1;
	
	-webkit-background-clip: text;
	color: transparent;
}


.in-dsjpt dd p {
	margin: 20px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;

}

.in-dsjpt .img-center {
	display: block;
	width: 100%;
	height: auto;
	
	padding: 0px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.in-dsjpt .img-center img {
display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-dsjpt .img-center img:hover {
	transform: scale(1.02);
}

.in-dsjpt .img-center .img-xs {

	overflow: hidden;

}






.in-nhubqk {
	width: 100%;
	margin-top: 50px;
	background: #eee url('/images/hub2bg.jpg') no-repeat left bottom;
}

.in-nhubqk  dt {
	float: right;
}

.in-nhubqk dd {
	float: left;
	width: 45%;
	padding: 50px 50px;
	margin-inline-start: 0px;
}

.in-nhubqk dd h4 {
	margin: 20px 0 20px;
	font-size: 48px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	background-image: linear-gradient(to right,#d79630 0,#784900 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.in-nhubqk dd h4 ena {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #888;
	font-family: arial,helvetica,sans-serif;
	line-height: 2;
	margin: 0px 0 0px;
}

.in-nhubqk dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 24px;
	color: #d79630;
	line-height: 2;
	margin: 30px 0;
}

.in-nhubqk dd p {
	margin: 50px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
}

.in-nhubqk .img-center {
	display: block;
	width: 55%;
	height: 450px;
	background: #d79630;
	padding: 30px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.in-nhubqk .img-center img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-nhubqk .img-center img:hover {
	transform: scale(1.10);
}

.in-nhubqk .img-center .img-xs {
	position: absolute;
	overflow: hidden;
}

.in-nhubqk .img-center .img-xs:nth-child(1) {
	top: 80px;
	left: 30px;
	height: 280px;
	z-index: 40
}

.in-nhubqk .img-center .img-xs:nth-child(2) {
	top: 80px;
	right: 30px;
	height: 280px;
	z-index: 40
}

.in-shxy {
	width: 100%;
	margin: 0px;
	background: #d79630;
	display: block;
}

.in-shxy dt {
	float: right;
}

.in-shxy dd {
	float: left;
	width: 45%;
	padding: 50px 50px;
	margin-inline-start: 0px;
}

.in-shxy dd h4 {
	margin: 20px 0 20px;
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;

	-webkit-background-clip: text;
	color: transparent;
}

.in-shxy dd h4 ena {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #888;
	font-family: arial,helvetica,sans-serif;
	line-height: 2;
	margin: 0px 0 0px;
}

.in-shxy dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 24px;
	
	line-height: 2;
	margin: 30px 0;
}

.in-shxy dd p {
	margin: 50px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
	color:#fff;
}

.in-shxy .img-center {
	display: block;
	width: 55%;
	height: 450px;
	
	padding: 30px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	margin: 0;
}

.in-shxy .img-center img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-shxy .img-center img:hover {
	transform: scale(1.10);
}

.in-shxy .img-center .img-xs {
	position: absolute;
	overflow: hidden;
}

.in-shxy .img-center .img-xs:nth-child(1) {
	top: 80px;
	left: 10px;
	height: 280px;
	z-index: 40
}

.in-shxy .img-center .img-xs:nth-child(2) {
	top: 80px;
	right: 10px;
	height: 280px;
	z-index: 40
}


.in-gszl {
	width: 100%;
	margin: 0px;
	background: #d79630;
	display: block;
}

.in-gszl dt {
	float: right;
}

.in-gszl dd {
	float: left;
	width: 45%;
	padding: 50px 50px;
	margin-inline-start: 0px;
}

.in-gszl dd h4 {
	margin: 20px 0 20px;
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;

	-webkit-background-clip: text;
	color: transparent;
}

.in-gszl dd h4 ena {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #888;
	font-family: arial,helvetica,sans-serif;
	line-height: 2;
	margin: 0px 0 0px;
}

.in-gszl dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 24px;
	
	line-height: 2;
	margin: 30px 0;
}

.in-gszl dd p {
	margin: 50px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
	color:#fff;
}

.in-gszl .img-center {
	display: block;
	width: 55%;
	height: 412px;
	
	padding: 0px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	margin: 0;
}

.in-gszl .img-center img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-gszl .img-center img:hover {
	transform: scale(1.10);
}

.in-gszl .img-center .img-xs {
	position: absolute;
	overflow: hidden;
}


.in-zhll {
	width: 100%;
	margin-top: 0px;

}

.in-zhll  dt {
	float: right;
}

.in-zhll dd {
	float: left;
	width: 40%;
	padding: 0px 20px;
	margin-inline-start: 0px;
}

.in-zhll dd h4 {
	margin: 120px 0 20px;
	font-size: 36px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	background-image: linear-gradient(to right,#d79630 0,#784900 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.in-zhll dd h4 ena {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #888;
	font-family: arial,helvetica,sans-serif;
	line-height: 2;
	margin: 0px 0 0px;
}

.in-zhll dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 24px;
	color: #d79630;
	line-height: 2;
	margin: 30px 0;
}

.in-zhll dd p {
	margin: 50px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
}

.in-zhll .img-center {
	display: block;
	width: 55%;
	height: 400px;
	
	padding: 30px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.in-zhll .img-center img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-zhll .img-center img:hover {
	transform: scale(1.10);
}

.in-zhll .img-center .img-xs {
	position: absolute;
	overflow: hidden;
}

.in-zhll .img-center .img-xs:nth-child(1) {
	top: 80px;
	left: 10px;
	height: 280px;
	z-index: 40
}

.in-zhll .img-center .img-xs:nth-child(2) {
	top: 80px;
	right: 10px;
	height: 280px;
	z-index: 40
}
.in-rczl {
	width: 100%;
	margin-top: 0px;

}

.in-rczl  dt {
	float: right;
}

.in-rczl dd {
	float: left;
	width: 40%;
	padding: 0px 20px;
	margin-inline-start: 0px;
}

.in-rczl dd h4 {
	margin: 20px 0 20px;
	font-size: 36px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	background-image: linear-gradient(to right,#d79630 0,#784900 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.in-rczl dd h4 ena {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #888;
	font-family: arial,helvetica,sans-serif;
	line-height: 2;
	margin: 0px 0 0px;
}

.in-rczl dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 24px;
	color: #d79630;
	line-height: 2;
	margin: 30px 0;
}

.in-rczl dd p {
	margin: 50px 0 0 0;
	line-height: 2;
	text-align: justify;
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
}

.in-rczl .img-center {
	display: block;
	width: 55%;
	height: 400px;
	
	padding: 30px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.in-rczl .img-center img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.in-rczl .img-center img:hover {
	transform: scale(1.10);
}

.in-rczl.img-center .img-xs {
	position: absolute;
	overflow: hidden;
}

.nahub {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.nahub img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nahub：hover img {
}

.mtitle {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 8px 10px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	display: flex;
	justify-content: space-between;
	font-weight: normal;
	align-items: center;
	opacity: 1;
}

.nahub .hpa10 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(4, 23, 46, .6);
	opacity: 0;
	width: 100%;
}

.nahub:hover .hpa10 {
	opacity: 1;
	transition: all 1s;
}

.nahub .ans {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.nahub .hpa10 .ans a {
	display: inline-block;
}

.nahub .hpa10 .ans .more1 {
	display: block;
	margin-top: 30px;
	line-height: 44px;
	width: 200px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	border: 2px #fff solid;
}
.xytx {
	display:block;
	width:100%;
	height:150px;
	margin:20px 0;
	overflow:hidden;
}
.xytxl1 {
	float:left;
	display:flex;
	align-items: center;
	width:40px;
	height:150px;
	background:#d79630;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:0 5px;
	border-radius:5px;
}
.xytxr1 {
	float:right;display:flex;align-items: center;width:calc(100% - 80px);height:150px;border:0px #d79630 solid;border-radius:5px;
}
.xytxlist1 {
	float:left;display:flex;align-items: center;justify-content: center;width:30%;height:100%;
}
.xytxnr {
	width:100px;height:100px;border:1px #d79630 solid;border-radius:50%;
}
.xytxnrt {
	margin-top:10px;
}
.xytxnrw {
	font-size:18px;color:#d79630;
}
.xytxnrw1 {
	font-size:14px;color:#d79630;
}
.xytxlist2 {
	float:left;display:flex;align-items: center;justify-content: center;width:5%;height:100%;
}
.xytxnr1 {
	width:100px;height:100px;border:0px #d79630 solid;border-radius:50%;line-height:100px;font-size:30px;color:#d79630
}
.xytxl2 {
	float:left;display:flex;align-items: center;width:40px;height:150px;background:#d79630;font-size:14px;font-weight:bold;color:#fff;text-align:center;padding:0 10px;border-radius:5px;
}
.xytxr2 {
	float:right;display:flex;align-items: center;width:calc(100% - 80px);height:150px;border:1px #d79630 solid;border-radius:5px;
}

.ct2-mn .more {
	display: block;
	margin-top: 30px;
	line-height: 40px;
	width: 300px;
	text-align: center;
	color: #fff;
	background-clip: border-box;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-image: linear-gradient(170deg, #11809c 0%, #005d7b 70%);
}

.ct2-mn .more:hover {
	background-image: linear-gradient(170deg, #31909c 0%, #37908b 70%);
}

.in-prof {
	margin: 0;
}

.in-prof dt {
	float: right;
	width: 650px;
}

.in-prof dd {
	margin-right: 650px;
	padding: 30px;
}

.in-prof dd h4 {
	margin: 0 0 20px;
	font-size: 18px;
	color: #940f03;
}

.in-prof dd h4 small {
	display: block;
	font-weight: 600;
	font-size: 32px;
	color: #51616f;
	line-height: 1.25;
}

.in-prof .img-center {
	padding: 30px 0;
	background-repeat: no-repeat;
}

.in-prof .img-center img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.in-prof dd p {
	margin: 0;
	color: #51616f;
	line-height: 1.5;
	text-align: justify;
	font-size: 18px;
	font-style: normal;
}

.in-prof dd .more {
	display: block;
	margin-top: 30px;
	line-height: 40px;
	width: 135px;
	text-align: center;
	color: #fff;
	background-clip: border-box;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-image: linear-gradient(170deg, #11809c 0%, #005d7b 70%);
}

.in-prof dd .more:hover {
	background-image: linear-gradient(170deg, #31909c 0%, #37908b 70%);
}

.in-about1 {
	border: 0px #ddd solid;
	margin: 0;
	padding: 10px
}

.in-about1 dt {
	float: left;
	width: 520px;
	margin-top: 20px;
}

.in-about1 dd {
	margin-left: 520px;
	padding: 15px;
}

.in-about1 .img-center {
	padding: 0;
	background-repeat: no-repeat;
}

.in-about1 .img-center img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.in-about1 dd h4 {
	margin: 0 0 20px;
	font-size: 18px;
	color: #05806c;
}

.in-about1 dd h4 small {
	display: block;
	font-weight: 600;
	font-size: 32px;
	color: #05806c;
	line-height: 1.25;
}

.in-about1 dd p {
	margin: 0;
	color: #666;
	line-height: 1.8;
	text-align: justify;
}

.in-about1 dd .more {
	display: block;
	margin-top: 20px;
	line-height: 40px;
	width: 135px;
	text-align: center;
	color: #fff;
	background-color: #d82634;
}

.in-news {
	margin-left: 0px;
	margin-top: 45px;
	position: relative;
    display: flex;
    justify-content: space-between;
}

.in-news .item {
	float: left;
	width: 30%;
	
   background-color: #fff;
   border: 6px #fff solid;
   border-radius: 3px;
   border-bottom:3px #d79630 solid;
}
.in-news .tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.in-news .tit small {
	color: #999;
	padding-left: 5px;
	font-weight: normal;
	font-size: 16px;
}
.in-news .tit .more {
	float: right;
	color: #999;
	font-weight: normal;
}
.in-news .tit .more:hover {
	color: #015cb5;
}
.in-news .tit:after {
	margin-top: 20px;
	display: block;
	content: '';
	width: 45px;
	height: 2px;
	background-color: #015cb5;
}
.in-news .img-center {
	 
}
.in-news .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
width: 100%; 
  height: 300px; 
  object-fit: cover; 


}
.in-news .img-center a:hover img {
	opacity: 0.7;
}
.in-news .list {

	padding: 0px 15px 15px 15px;
	
	
}
.in-news .list h2{
font-size:18px;
color: #d79630;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	font-weight: 700;
min-height:52px;
}
.in-news .list p{
font-size:14px;
margin:10px 0;
	font-weight: normal;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.in-news .list li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 18px;
}
.in-news .list li a{
	font-size:12px
}
.in-news .list .btn {
	display: block;
	width: 130px;
	line-height: 36px;
	text-align: center;
	background-color: #d82634;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 20px;
	background-clip: border-box;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.in-news .list .newdate {
	color: #aaa;
}
.morenew {
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: center;
	width: 100%;
	
}

.morenew .more1 {
	display: block;
	margin: 0px auto;
	line-height: 44px;
	width: 220px;
	text-align: center;
	color: #d79630;
	border: 2px #d79630 solid;

	transition: all 1s;
	border-width: 1px;
	border-style: solid;
}

.morenew .more1:hover {
	color: #fff;
	background: #d79630;
}

#marquee {
	height: 350px;
	overflow: hidden;
}

#marquee li {
	border-bottom: 1px dotted #d2d2d2;
}

#marquee li a {
	display: block;
	padding: 20px 0;
}

#marquee li h4 {
	margin: 0;
	background: url(icon_askw.png) no-repeat 0 0;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 30px;
	padding-bottom: 5px;
}

#marquee li p {
	margin: 10px 0 0;
	color: #999;
	background: url(icon_askd.png) no-repeat 0 0;
	line-height: 1.8;
	padding-left: 30px;
	height: 50px;
	overflow: hidden;
}

.section-title1 {
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	padding: 0 0px;
	background-image: linear-gradient(to right,#d79630 0,#d79630 100%);
	-webkit-background-clip: text;
	color: transparent;
}
.section-title4 {
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
	padding: 0 0px;
	background-image: linear-gradient(to right,#d79630 0,#d79630 100%);
	-webkit-background-clip: text;
	color: transparent;
}
.mslist {
	display: block;
	margin: 20px auto;
	width: 90%;
	height: auto;
	overflow: hidden;
	padding: 20px 0
}

.mslist li {
	display: block;
	float: left;
	margin: 0 2%;
}

.mslist li .msxcsx {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.mslist .mshead {
	display: block;
	position: relative;
	width: 100%;
	height: 56px;
	padding-top: 20px;
	overflow: hidden;
}

.mslist .mshead .mstitle {
	display: block;
	width: 100%;
	height: 36px;
	font-size: 24px;
	line-height: 36px;
	background-image: linear-gradient(to right, #fff, #d79630);
	color: #be7800;
	text-shadow: -1px -1px 0 #fff,  
     1px -1px 0 #fff,
     -1px  1px 0 #fff,
      1px  1px 0 #fff;
	overflow: hidden;
}

.mslist .mshead img {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.mslist .xcsxzt {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.mslist .xcsxzt img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.msxctxt {
	position: absolute;
	padding: 10px;
	top: 20%;
	font-size: 18px;
	line-height: 40px;
	text-indent: 36px;
}

.fz5list {
	display: block;
	width: 100%;
	height: auto;
	margin: 20px auto;
	overflow: hidden;
	padding: 20px 0;
}

.fz5list li {
	display: block;
	float: left;
	margin: 20px 2%;
}

.fz5l {
	float: left;
	width: 130px;
	height: 150px;
	line-height: 150px;
	background: url('/images/fz1.png') no-repeat;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	font-family: sans-serif;
	color: #fff;
	margin: 0 10px 0 0;
}

.fz5r {
	float: left;
	width: 70%;
	height: 150px;
	line-height: 25px;
	background: #d79630;
	border: 1px #d79630 solid;
	color: #fff;
	border-radius: 20px;
	padding: 10px;
}

.fz5list li:nth-child(2n) .fz5l {
	background: url('/images/fz2.png') no-repeat;
	color: #d79630;
}

.fz5list li:nth-child(2n) .fz5r {
	background: #fff;
	color: #333;
}

.fz5title {
	font-size: 18px;
	font-weight: 700;
}

.fz5txt {
	font-size: 14px;
	text-indent: 28px;
	padding: 5px 0;
}

.gsmslist {
	display: block;
	width: 90%;
	height: auto;
	margin: 20px auto;
	overflow: hidden;
	padding: 20px 0;
}

.gsmslist li {
	position: relative;
	display: block;
	float: left;
	margin: 20px 2%;
	margin-left: 50px;
}

.gsmsl {
	position: absolute;
	float: left;
	margin-left: 1px;
	margin-top: 25px;
	left: -50px;
	transform: translate(0, 0);
	letter-spacing: 2px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(218, 142, 5, 1);
	border: 5px #fff solid;
	box-shadow: 0 0 1px 1px rgba(218, 142, 15, 1);
	display: block;
	opacity: 1;
	z-index: 20;
}

.gsmsl .wlmstitle {
	margin: 0 auto;
	width: 60%;
	margin-top: 10%;
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

.gsmsr {
	position: relative;
	float: left;
	width: 86%;
	overflow: hidden;
	z-index: 10;
	height: 150px;
}

.gsmsr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gsmsr .gsmsrtxt {
	position: absolute;
	width: 50%;
	height: 100%;
	padding-left: 50px;
	background: linear-gradient(-65deg, transparent 0%, transparent 25%, rgba(204,204,204,1) 25%, rgba(255,255,255,1) 100%);
	left: 0;
	top: 0;
}

.gswlmstitle {
	color: #d79630;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 150px;
	line-height: 30px;
	margin-top: 30px;
}

.gswlmstxt {
	font-size: 14px;
	text-align: center;
	width: 150px;
	line-height: 30px;
	margin-top: 10px;
}

.gsmslist li:nth-child(2n) .gsmsl {
	left: 78%;
}

.gsmslist li:nth-child(2n) .gsmsr .gsmsrtxt {
	left: 50%;
	right: 0;
	width: 50%;
	background: linear-gradient(65deg, transparent 0%, transparent 25%, rgba(204,204,204,1) 25%, rgba(255,255,255,1) 100%);
	padding-left: 70px;
	text-align: right;
}

.gsmslist li:nth-child(2n) .gsmsr .gswlmstitle {
	padding-right: 0px;
}

.gsmslist li:nth-child(2n) .gsmsr .gswlmstxt {
	margin-right: 0px;
}

.gsmsdy {
	font-size: 16px;
	line-height: 2;
}

.hyyllist {
	display: block;
	width: 90%;
	height: auto;
	margin: 20px auto;
	overflow: hidden;
	padding: 20px 0;
}

.hyyllist li {
	position: relative;
	display: block;
	float: left;
	margin: 20px 2%;
	margin-left: 50px;
}

.hyyll {
	position: absolute;
	float: left;
	margin-left: 1px;
	margin-top: 25px;
	left: -50px;
	transform: translate(0, 0);
	letter-spacing: 2px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(218, 142, 5, 1);
	border: 5px #fff solid;
	box-shadow: 0 0 1px 1px rgba(218, 142, 15, 1);
	display: block;
	opacity: 1;
	z-index: 20;
}

.hyyll .hyylmstitle {
	margin: 0 auto;
	width: 60%;
	margin-top: 10%;
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

.hyylr {
	position: relative;
	float: left;
	width: calc(100% - 50px);
	overflow: hidden;
	z-index: 10;
	height: 150px;
	border:1px #aaa dashed;
}

.hyylr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hyylr .hyylrtxt {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-left: 60px;
   padding-right:10px;
	left: 0;
	top: 0;
}

.hyylmstitle {
	color: #d79630;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	width: 100%;
	line-height: 30px;
	margin-top: 30px;
}

.hyylmstxt {
	font-size: 14px;
	text-align: left;
	width: 100%;
	line-height: 1.5;
	margin-top: 0px;
	padding:5px;
}





.section-title2 {
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	padding: 0 0px;
	background-image: linear-gradient(to right,#333 0,#333 100%);
	-webkit-background-clip: text;
	color: transparent;
}
.section-title3 {
	display: block;
	width: 40%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	padding: 0 0px;
	background-image: linear-gradient(to right,#d79630 0,#784900 100%);
	-webkit-background-clip: text;
	color: transparent;
}
/* footer begin*/
footer {
	background: url('/images/dbbj.jpg');
	color: #888;
	width: 100%;
	height:100%;
	padding:0px 0 0 0;
}

.share {
	margin: 20px auto;
	text-align: center;
}

footer #fh5co-foot-info {
	border-top: 3px #d79630 solid;
	padding: 30px 0 0px 10px;
	overflow: hidden;
}

footer #fh5co-foot-info a {
	line-height: 35px;
	color: #888;
}

footer #fh5co-foot-info h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0;
}

footer #fh5co-foot-info h2 a {
	font-size: 18px;
	font-weight: normal;
	color: #e39300;
}

footer #fh5co-foot-info h4 {
	color: #fff;
	margin: 0 0 25px;
	padding-bottom: 15px;
	font-size: 18px;
	text-shadow: none;
	position: relative
}

.foot-contact {
	line-height: 35px;
	color: #888;
}

footer #fh5co-foot-info h4:before {
	content: '';
	width: 45px;
	height: 2px;
	background: #13a0b2;
	position: absolute;
	bottom: 0
}

footer #fh5co-foot-info img {
	max-width: 100%
}

.list-nav1 {
	margin: 10px 10px;
	text-align: center;
}

.list-nav1 li {
	text-align: center;
}

footer #fh5co-foot-info img.positioned {
	margin-top: -180px;
	position: relative;
	bottom: 20px;
	width: auto;
	max-width: none;
	float: right
}

footer #fh5co-foot-info .f-contact-box, footer #fh5co-foot-info .f-news-box {
	padding: 0 15px;
}

footer #fh5co-foot-info .f-about-box {
	margin-bottom: 30px;
	padding-right: 15px;
}

footer #fh5co-foot-info .f-about-box a.read-more {
	color: #fff
}

footer #fh5co-foot-info .f-about-box a.read-more i {
	padding-left: 10px;
	font-size: 12px;
}

footer #fh5co-foot-info .f-about-box a.read-more:hover {
	color: #13a0b2
}

footer #fh5co-foot-info .f-about-box .content-box {
	margin: 0 0px 11px 0;
}

footer #fh5co-foot-info .f-about-box p, footer #fh5co-foot-info .f-about-box .content-box {
	color: #fff
}

footer #fh5co-foot-info .f-about-box .social {
	text-align: left;
	margin: 0px 0 15px
}

footer #fh5co-foot-info .f-about-box .social li {
	display: block;
	float: left;
	margin-right: 10px;
	height: 48px;
}

footer #fh5co-foot-info .f-about-box .social li a {
	margin-top: 18px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: 0 0;
	border: 1px solid #797a7c;
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	margin-right: 2px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	margin-bottom: 0
}

footer #fh5co-foot-info .f-about-box .social li a:before {
	background: 0 0
}

footer #fh5co-foot-info .f-about-box .social li:hover a {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	background: #f6bb19;
	color: #171B20
}

footer #fh5co-foot-info .f-about-box .social #f-weixin-id {
	position: relative
}

footer #fh5co-foot-info .f-about-box .social .weixint-content {
	background-clip: padding-box;
	border: 1px solid rgba(204, 213, 219, 0.8);
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	left: -42px;
	min-height: 32px;
	padding: 0;
	position: absolute;
	text-align: left;
	bottom: 46px;
	white-space: normal;
	width: 116px;
	z-index: 1800;
	background: #fff;
}

footer #fh5co-foot-info .f-about-box .social .weixint-content:before {
	position: absolute;
	bottom: -9px;
	left: 46px;
	width: 0;
	height: 0;
	content: '';
}

footer #fh5co-foot-info .f-about-box .social .weixint-content:after {
	position: absolute;
	bottom: -8px;
	left: 46px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
	content: '';
}

footer #fh5co-foot-info .f-about-box .social .weixint-content img {
	width: 110px;
	height: 110px;
}

footer #fh5co-foot-info .f-news-box ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none
}

footer #fh5co-foot-info .f-news-box ul li {
	margin-bottom: 3px
}

footer #fh5co-foot-info .f-news-box ul li a {
	color: #797a7c;
	text-decoration: none;
	display: block;
	margin-bottom: 15px
}

footer #fh5co-foot-info .f-news-box ul li a:active, footer #fh5co-foot-info .f-news-box ul li a:focus, footer #fh5co-foot-info .f-news-box ul li a:hover {
	text-decoration: none
}

footer #fh5co-foot-info .f-news-box ul li a:hover {
	color: #13a0b2
}

footer #fh5co-foot-info .f-news-box ul li a:before {
	content: '\f105';
	font-family: fontawesome;
	margin-right: 12px
}

footer #fh5co-foot-info .f-contact-box li {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 18px;
	width: 100%;
	float: left;
	color: #797a7c
}

footer #fh5co-foot-info .f-contact-box li a {
	margin-bottom: 0;
	color: #797a7c
}

footer #fh5co-foot-info .f-contact-box li:last-child {
	border: none
}

footer #fh5co-foot-info .f-contact-box li i {
	font-size: 23px;
	margin-right: 10px;
	color: #13a0b2;
	float: left;
	font-weight: normal
}

footer #fh5co-foot-info .f-pic-box {
	padding-left: 15px;
}

footer #fh5co-foot-info .f-pic-box .gallery li {
	float: left;
	height: 49px;
	overflow: hidden;
	width: 69px
}

footer #fh5co-foot-info .f-pic-box .gallery a {
	display: block
}

footer #fh5co-foot-info .f-pic-box .gallery img {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	width: 64px;
	height: 43px;
}

footer #fh5co-foot-info .gallery img:hover {
	opacity: .5
}

footer input.zcddk {
	display: none;
}

footer #fh5co-foot-copy {
	background: #d79630;
	border-top: 1px #ddd solid;
	padding: 20px 0;
	color: #fff;
	overflow: hidden;
}
	#fh5co-foot-copy .container {
		padding: 0px;
	}
footer #fh5co-foot-copy a {
	color: #fff!important;
	line-height: 30px;
	padding: 0 10px;
}

footer #fh5co-foot-info .jtw200 {
	width: 200px;
	font-size: 18px;
	font-weight: normal;
	float: left;
}

footer #fh5co-foot-info .jtw200 a {
	font-size: 18px;
	font-weight: normal;
	color: #e39300;
}

footer #fh5co-foot-info .jtw300 {
	width: 400px;
	font-size: 18px;
	font-weight: normal;
	float: left;
}

footer #fh5co-foot-info .jtw300 a {
	font-size: 18px;
	font-weight: normal;
	color: #e39300;
}
/* footer end*/
.banner-sub {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 100px;
	background: rgba(255,255,255,1);
	overflow: hidden;
}

.banner-sub img {
	width: 100%;
	display: block;
	opacity: 1;
	animation: bannerimg 2s
}

@keyframes bannerimg {
	from {
		transform: scale(1.2)
	}

	to {
		transform: scale(1)
	}
}

.sl_heading {
	width: 100%;
	max-width: 1650px;
	position: absolute;
	top: 60%;
	left: 8.3333333%;
	color: #fff;
	font-size: 48px;
	line-height: 50px;
	font-weight: bold;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

.ct2 {
	padding: 0;
}

.ct2-sd {
	float: right;
	width: 240px;
}

.ct2-sd .dropdown-menu {
	color: #fff;
	position: absolute;
	top: 90px;
	right: 0;
	width: 240px;
}

.ct2-sd-right {
	float: right;
}

.ct2-mn {
	margin: 0 auto;
	max-width: 1560px;
	border-top: 0px solid #ddd;
	overflow: hidden;
}

.ct2-mn-left {
	float: left;
}

.panel-sd {
	margin-bottom: 20px;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #d79630;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.panel-sd .tit {
	background: #d79630;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
}

.panel-sd .bd {
	border: 0px solid #ddd;
	padding: 10px;
}

.contact-sd .tel {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	text-align: center;
}

.contact-sd .tel strong {
	display: block;
	font-family: Impact;
	margin-top: 15px;
	font-size: 22px;
}

.contact-sd p {
	margin: 10px 0 0;
	line-height: 1.8;
	color: #666;
}

.lanmu .tit1 {
	line-height: 50px;
	background: #ccc url('') repeat-x;
	color: #555;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}

.lanmu li {
	margin-bottom: 10px;
}

.lanmu li:last-child {
	margin-bottom: 0;
}

.lanmu li>a {
	display: block;
	line-height: 36px;
	background-color: #eee;
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
}

.lanmu li>a.current {
	background-color: #fda203;
	color: #fff;
}

.lanmu-box {
	margin-top: 10px;
}

.lanmu-box p {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
	margin: 0;
}

.lanmu-box p a {
	font-size: 12px;
}

.lanmu-box p a.current {
	color: #ff0000;
}

.position {
	margin-bottom: 20px;
	border-top: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 8px 10px;
	overflow: hidden
}

.ptit {
	float: left;
	font-size: 18px;
}

.daohang {
	float: right;
	background: url(../images/logo_03.png) no-repeat 0 center;
	padding-left: 25px;
	line-height: 40px;
}

.daohang a {
	font-size: 14x
}

.pages {
	margin: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.pages a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.pages a:hover, .pages a.active {
	background-color: #015cb5;
	color: #fff;
}

.list-4 li {
	float: left;
	width: 99%;
	margin-bottom: 10px;
	height: 212px;
	background-color: #f8f8f8;
	border-radius: 5px;
	border: 1px #f8f8f8 solid;
}

.list-4 li:nth-child(2n) {
	background-color: #fff;
	
}

.list-4 li a {
	display: block;
	overflow: hidden;
	padding: 20px;
}

.list-4 li:hover {
	background-color: #fff;
	border: 1px #d79630 solid;
}

.list-4 li .more {
	float: right;
	line-height: 36px;
	width: 90px;
	text-align: center;
	color: #888;
	margin-top: 20px;
}

.list-4 li .more1 {
	float: right;
	line-height: 36px;
	width: 90px;
	text-align: center;
	color: #888;
	margin-top: 20px;
}

.list-4 li .date {
	float: left;
	width: 200px;
	height: auto;
	text-align: center;
	padding: 14px 0 0 0;
	font-size: 12px;
}

.list-4 li .date img {
	max-width: 100%;
	border-radius: 1px;
	display: block;
	transition-duration: .5s;
	object-fit: cover;
}

.list-4 li .date strong {
	display: block;
	font-family: Impact;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px;
}

.list-4 li .text {
	margin: 20px 20px 0 225px;
}

.list-4 li .text h4 {
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 16px;
}
.istop{
	float:left;width:25px;text-align:center;color:red;border:1px red solid;font-size:14px;margin-right:5px;
}
.list-4 li .text h2 {
	margin: 0 0 10px 0;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
}

.list-4 li .text p {
	margin: 10px 0 0;
	line-height: 1.8;
	height: auto;
	overflow: hidden;
	color: #888;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-5 li {
	margin-bottom: 10px;
}

.list-5 li a {
	display: block;
	overflow: hidden;
	padding: 20px;
	background-color: #f8f8f8;
	border-radius: 30px;
	border: 1px #1ea18c solid;
}

.list-5 li a:hover {
	background-color: #fff;
}

.list-5 li .more {
	float: right;
	line-height: 36px;
	width: 90px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 20px;
}

.list-5 li .text {
	margin: 0 110px 0 5px;
}

.list-5 li .text h4 {
	margin: 0;
	overflow: hidden;
	color: #1ea18c;
	font-size: 18px;
}

.list-5 li .text p {
	margin: 5px 0 0;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	color: #666;
	text-align: left;
	font-family: Calibri;
}



.list-7 li a {
	display: block;
	line-height: 26px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-7 li span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 3px;
	margin-right: 5px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.list-7 li:nth-of-type(1) span, .list-7 li:nth-of-type(2) span, .list-7 li:nth-of-type(3) span {
	background-color: #015cb5;
}

.content-title {
	margin-bottom: 20px;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
}

.content-title h1 {
	font-size: 30px;
	margin: 0;
}

.content-title h1 span {
	font-size: 18px;
	width: 100%;
	color: #015cb5;
	display: block;
}

.content-title p {
	margin: 15px 0 0;
	font-size: 12px;
	color: #888;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

.content-title p span {
	padding: 0 10px;
	display: inline-block;
	line-height: 20px;
	padding-left: 30px;
}

.emap {
	width: 100%;
	min-height: 400px;
}

.nd_source {
	background: url(../images/source.png) no-repeat left;
	padding-left: 30px;
}

.nd_time {
	background: url(../images/time_icon.png) no-repeat left;
	padding-left: 20px;
}

.nd_watch {
	background: url(../images/watch.png) no-repeat left;
	padding-left: 32px;
}

.content-body {
	line-height: 2em;
	padding: 10px;
	border: 0px #ddd solid;
	overflow: hidden;
	font-size: 18px;
}

.content-body img {
	max-width: 100% !important;
	height: auto !important;
	padding: 5px 0;
}

.content-body video {
margin: 10px auto;
   display: block;
   width: 100% !important;
	max-width: 1080px;
	height: auto !important;
	text-align: center;
	
}

.video-container {
	position: relative;
	width: 100%;
 /* 或者指定宽?*/
	height: 0;
	padding-bottom: 56.25%;
 /* 16:9 宽高?*/
}

.video-container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.content-exp {
	padding: 10px 15px;
	font-size: 14px;
	background-color: #f5f5f5;
	margin: 20px 0;
	border-radius: 5px;
}

.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cp-content-tit {
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #fff;
	padding: 10px;
	font-size: 16px;
	border-bottom: 1px #ddd solid;
}

.cp-content-tit small {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	padding-left: 5px;
}

.cp-about {
	margin: 0 0 20px;
}

.cp-about dt {
	float: left;
	width: 560px;
}

.cp-about dd {
	margin-left: 610px;
	padding-top: 50px;
}

.cp-about dd h4 {
	color: #015cb5;
	margin: 0;
	font-size: 16px;
}

.cp-about dd p {
	margin: 15px 0 0;
}

.yunu-message {
	margin-bottom: 20px;
	border: 1px #ddd solid;
	padding: 20px;
}

.contactl {
	float: left;
	padding: 40px;
	background: #fff;
	width: 45%;
	height: auto;
	overflow: hidden;
	line-height: 2;
	border-bottom: 3px #d79630 solid;
}

.contactr {
	float: right;
	padding: 40px;
	background: #fff;
	width: 50%;
	height: auto;
	overflow: hidden;
	line-height: 2;
	border-bottom: 3px #d79630 solid;
}

.form-group {
	margin-bottom: 15px;
}

.form-label {
	line-height: 42px;
	display: block;
	float: left;
	width: 110px;
	text-align: right;
}

.form-label span {
	color: #c5262b;
}

.form-content {
	margin-left: 0px;
}

.form-control {
	line-height: 20px;
	font-size: 14px;
	padding: 10px 15px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #ced4da;
	border-radius: 5px;
}

.form-content.yzm .form-control {
	width: 200px;
}

.form-content.yzm img {
	padding-top: 10px;
	width: auto;
}

select.form-control {
	height: 1.7rem;
}

.form-submit {
	padding: 10px 20px;
	color: #fff;
	width: 200px;
	background-color: #d82634;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
}

.form-button {
	padding: 10px 20px;
	color: #fff;
	background-color: #767676;
	border: 0;
	cursor: pointer;
	border-radius: 0.15rem;
	font-size: 14px;
}

.hlbd .form-group {
	float: left;
	width: 100%;
}

.list-6 {
	margin: -20px 0 0 -20px;
}

.list-6 li {
	float: left;
	width: 25%;
}

.list-6 li a {
	display: block;
	margin: 20px 0 0 20px;
}

.list-6 li .img-cover {
	border: 1px solid #efefef;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-6 li .img-cover span {
	padding-top: 75%;
}

.list-6 li .text {
	margin-top: 10px;
	text-align: center;
	font-family: Calibri;
	font-size: 12px;
}

.list-6 li .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-6 li a:hover .img-cover {
	border-color: #015cb5;
}

.list-6 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.yunu-menu-inner {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20px;
}

.yunu-menu-inner a {
	float: left;
	width: 16.666666666%;
}

.yunu-menu-inner span {
	display: block;
	margin-left: 1px;
	background-color: #f4f4f4;
	color: #333;
	font-size: 18px;
	line-height: 55px;
}

.yunu-menu-inner a:hover span, .yunu-menu-inner a.active span {
	background: #015cb5;
	color: #fff;
}

.box-main {
	padding: 40px;
	background-color: #f5f5f5;
}

.about-desc {
	margin-bottom: 0px;
	line-height: 1.8;
	text-align: justify;
	padding: 10px;
	border: 1px #ddd solid;
	overflow: hidden;
}

.about-desc img {
	max-width: 100%
}

.about-list {
	margin-left: -15px;
	margin-bottom: 40px;
}

.about-list li {
	float: left;
	width: 20%;
}

.about-list li a {
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
	margin-left: 15px;
}

.about-list li .text {
	margin-top: 15px;
}

.about-list li .text h4 {
	margin: 0;
	font-size: 16px;
	text-align: center;
	color: #015cb5;
}

.about-list li .text p {
	margin: 10px 0 0;
	line-height: 1.8;
	text-align: justify;
	height: 150px;
	overflow: hidden;
}

.about-list li a:hover {
	border-color: #015cb5;
}

.about-ser {
	margin: 0;
	border: 1px solid #ddd;
}

.about-ser dt {
	float: left;
	width: 220px;
}

.about-ser dd {
	margin-left: 220px;
	padding: 15px 20px;
}

.about-ser dd h4 {
	color: #015cb5;
	margin: 0 0 10px;
	font-size: 16px;
}

.about-ser dd p {
	margin: 5px 0 0;
}

.about-ser dd strong {
	color: red;
}

.contact-desc {
	margin-bottom: 40px;
}

.contact-desc h4 {
	margin: 0;
	display: inline-block;
	padding: 0 40px;
	background-color: #015cb5;
	color: #fff;
	line-height: 34px;
	font-size: 16px;
}

.contact-desc p {
	margin: 20px 0 0;
	text-align: justify;
	line-height: 1.8;
}

.contact-about {
	background-color: #fff;
	margin-bottom: 40px;
}

.cpjs1 {
	font-size: 18px;
	line-height: 36px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
}

.map {
	height: 300px;
}

.liuyan {
	background: url(on_bj.jpg) no-repeat center top;
	padding: 50px 0 50px 430px;
}

.list-2 {
	margin: 10px 10px 0 10px;
}

.list-2 li {
	float: left;
	width: 33.3%;
}

.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	border: 0px solid #ccc;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 2px;
}

.list-2 li .img-center {
	overflow: hidden;
	height: 260px;
	line-height: 260px;
	position: relative;
	background: #fff;
	border-radius: 10px 10px 0 0;
}

.list-2 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	max-width: 100%;
}

.list-2 li .img-center i {
	position: absolute;
	font-size: 40px;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-top: -5%;
	margin-left: -5%;
	display: block;
}

.list-2 li .img-center i:hover {
	color: #c00;
}

.list-2 li a:hover {
}

.list-2 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	max-width: 100%;
}

.list-2 li .tpname {
	padding: 10px;
	text-align: center;
	background: #eee;
	font-size: 18px;
	min-height: 50px;
	border-radius: 0 0 10px 10px;
}

.list-2 li .tpname a {
}

.list-3 {
	margin: 0px 0px 0 0px;
}

.list-3 li {
	float: left;
	width: 25%;
	list-style-type: none;
}

.list-3 li a {
	display: block;
	margin: 10px 10px 10px 10px;
	border: 2px solid #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 2px;
}

.list-3 li a:hover {
	border-bottom: 2px #d79630 solid;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.list-3 li .img-center {
	overflow: hidden;
	height: 270px;
	line-height: 270px;
	position: relative;
	background: #fff;
}

.list-3 li .img-center img {
	max-width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 0px;
	object-fit: cover;
}

.list-3 li .img-center i {
	position: absolute;
	font-size: 40px;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-top: -5%;
	margin-left: -5%;
	display: block;
}

.list-3 li .img-center i:hover {
	color: #c00;
}

.list-3 li a:hover {
}

.list-3 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-3 li .tpname {
	padding: 10px;
	text-align: center;
	background: #fff;
	font-size: 16px;
	min-height: 60px;
	line-height: 30px;
}

.list-y4 {
	margin: 0px 0px 0 0px;
}

.list-y4 li {
	float: left;
	width: 25%;
	list-style-type: none;
}

.list-y4 li a {
	display: block;
	margin: 10px 10px 10px 10px;
	border: 0px solid #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 0px;
}

.list-y4 li a:hover {
	border-bottom: 2px #d79630 solid;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.list-y4 li .img-center {
	overflow: hidden;
	height: auto;
	
	position: relative;
	background: #fff;
}

.list-y4 li .img-center img {
	max-width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 0px;
	object-fit: cover;
}

.list-y4 li .img-center i {
	position: absolute;
	font-size: 40px;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-top: -5%;
	margin-left: -5%;
	display: block;
}

.list-y4 li .img-center i:hover {
	color: #c00;
}

.list-y4 li a:hover {
}

.list-y4 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-y4 li .tpname {
	position: absolute;
	
	color: #fff;
	bottom: 0;
	left: 0;
	display: block;
	padding: 0px;
	text-align: center;
	background: rgba(227,147,0,.8);
	font-size: 18px;
	width:100%;
	height: 30px;
	line-height: 30px;
}
.list-nigaishi {
	padding: 200px 0 50px 0;
  display: flex;
  justify-content: center; 
  align-items: center; 
}

.list-nigaishi li {
	float: left;
	width: 12.5%;
	list-style-type: none;
	
}

.list-nigaishi li a {
	
	margin: 10px 10px 10px 10px;
	border: 0px solid #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 0px;
}

.list-nigaishi li a:hover {
	border-bottom: 0px #d79630 solid;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.list-nigaishi li .img-center {
	overflow: hidden;
	height: auto;
display: flex;
  justify-content: center; 
  align-items: center;  
}

.list-nigaishi li .img-center img {
	max-width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 0px;
	object-fit: cover;
}
.list-nigaishi a:hover img {
transform: translateY(-5px);
}
.list-nigaishi li .img-center i {
	position: absolute;
	font-size: 40px;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-top: -5%;
	margin-left: -5%;
	display: block;
}

.list-nigaishi li .img-center i:hover {
	color: #c00;
}

.list-nigaishi li a:hover {
}


.list-nigaishi li .tpname {


color:#fff;

	padding: 0px;
	text-align: center;
	
	font-size: 16px;
	width:100%;
	height: 60px;
	line-height: 30px;
}
.list-nigaishi li .tpname a{


color:#fff;

}

.list-30 {
	margin: 0px -10px 0 -10px;
}

.list-30 li {
	float: left;
	width: 33.33333%;
	list-style-type: none;
}

.list-30 li a {
	display: block;
	margin: 10px 10px 10px 10px;
	border: 0px solid #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 0px;
}

.list-30 li a:hover {

	-webkit-transition: all 1s;
	transition: all 1s;
}

.list-30 li .img-center {
	overflow: hidden;
	width:100%;
	height: auto;
	
	position: relative;
	
}

.list-30 li .img-center img {
	max-width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 0px;
	object-fit: cover;
	display: block;
}

.list-30 li .img-center i {
	position: absolute;
	font-size: 40px;
	color: #fff;
	top: 50%;
	left: 50%;
	margin-top: -5%;
	margin-left: -5%;
	display: block;
}

.list-30 li .img-center i:hover {
	color: #c00;
}

.list-30 li a:hover {
}

.list-30 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}





.yunu-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #015cb5;
	z-index: 10;
	display: none;
}

.yunu-footer-fix li {
	float: left;
	width: 25%;
}

.yunu-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}

.yunu-footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

.yunu-footer-fix li i.i1 {
	background-image: url(f_01.png);
}

.yunu-footer-fix li i.i2 {
	background-image: url(f_02.png);
}

.yunu-footer-fix li i.i3 {
	background-image: url(f_03.png);
}

.yunu-footer-fix li i.i4 {
	background-image: url(f_04.png);
}

.ndate {
	float: right;
	color: #aaa;
	font-size: 12px;
}

.fl {
	float: left;
}


.apage {
	margin: 20px auto;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 20px 5px;
	text-align: center;
	overflow: hidden;
}

#pages {
	padding: 14px 0 10px;
	text-align: right;
	margin-right: 0px;
	border-top: 1px #ddd solid;
}

#pages a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 5px
}

#pages a.a1 {
	background: #fff;
	width: 56px;
	padding: 0
}

#pages a.a2 {
	background: #fff;
	width: 86px;
	padding: 0
}

#pages a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
}

#pages span {
	display: inline-block;
	height: 22px;
	padding: 0 5px;
	line-height: 22px;
	background: #ff0000;
	border: 1px solid #ff0000;
	color: #fff;
	text-align: center;
}

.f_13 {
	font-size: 13px;
}

.liuyan1 {
	margin: 0 auto;
	max-width: 636px;
	overflow: hidden;
	display: block;
}

.liuyan1 UL {
	margin: 0 auto;
	max-width: 636px;
}

.liuyan1 ul li {
	line-height: 30px;
	margin: 10px;
	max-width: 636px;
}

.liuyan1 ul li pp {
	float: left;
	width: 80px;
	text-align: right;
	line-height: 30px;
}

.liuyan1 ul li img {
	width: 60px
}

.liuyan1 ul li input.w6b {
	width: 60%;
	padding: 2px;
	border: 1px #ddd solid;
	height: 30px;
}

.liuyan1 ul li textarea {
	width: 60%;
	height: 60px;
	padding: 2px;
	border: 1px #ccc solid;
}

.liuyan1 ul li input.tskd {
	width: 100px;
}

.liuyan1 ul li.fbly {
	margin: 20px auto;
	text-align: center
}

.liuyan1 ul li input.fblyp {
	width: 100px;
	height: 40px;
}

.gotop-wrapper {
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 1001;

}


.gotop-wrapper a.fixed-contact {

	width: 48px;
	height: 48px;
	margin: 0 0 5px 0;
	overflow: hidden;
	background: url(../images/icon-contact-fixed.png) no-repeat center;
		background-color: rgba(0,0,0,0.3);
	background-color: #969696\9;
	border-radius: 80px;
}
.gotop-wrapper a.fixed-tel {

	width: 48px;
	height: 48px;
	margin: 0 0 5px 0;
	overflow: hidden;
	background: url(../images/icon-tel-fixed.png) no-repeat center;
		background-color: rgba(0,0,0,0.3);
	background-color: #969696\9;
	border-radius: 80px;
}
.gotop-wrapper a.fixed-gotop {
	display: none;
	_display: none !important;
	width: 48px;
	height: 48px;
	overflow: hidden;
	background: url(../images/icon-gotop-fixed.gif) no-repeat center;
		background-color: rgba(0,0,0,0.3);
	background-color: #969696\9;
	border-radius: 80px;
}
.gotop-wrapper a:hover {
	background-color: rgba(215,150,48,0.9);
	background-color: #d79630\9;
}
.whatsapp-contact-btn {
	z-index: 999;
	cursor: pointer;
	box-shadow: 12px 12px 60px rgb(75 139 236 / 80%);
	border-radius: 50%;
	position: fixed;
	left: 20px;
	bottom: 50px;
	width: 48px;
	height: 48px;
	transition: .2s ease;
}

@media screen and (max-width: 1199px) {
	body {
		min-width: 320px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.bgk {
		background-image: none;
	}

	.pcxs {
		display: none;
	}

	.pcxs1 {
		display: none;
	}

	.sjxs {
		display: block;
	}

	.in-about1 dd p {
		text-align: left;
	}

	.container {
		width: auto;
		padding: 20px 15px;
	}

	.fr {
		float: left;
	}

	.fl {
		float: right;
	}

	.kf {
		display: none;
	}

	.header {
		padding: 10px 0 4px 0;
		top: 0px;
		position: relative;
		z-index: 100;
		width: 100%;
		left: 0;
		-webkit-box-shadow: 0 0 10px #ddd;
		box-shadow: 0 0 10px #ddd;
		background: #eee;
	}

	.header .topbar, .header .text, .header .tel {
	}

	.header .logo {
		height: 50px;
		line-height: 30px;
		float: left;
		padding: 0px 0;
	}

	.header .logo img {
		display: none;
	}

	.header .logo img:nth-child(2) {
		display: block;
		max-width: 160px;
		margin-top: 10px;
	}

	.header .nav {
		margin: 60px 0 10px;
		text-align: left;
		display: none;
		background-color: transparent;
		border-bottom: 0;
		float: none;
	}

	.header .nav ul {
		margin: 0 -15px;
	}

	.header .nav li {
		display: block;
		margin: 0;
		background: none;
	}

	.header .nav li a {
		line-height: 40px;
		padding: 0 15px;
		color: #940f03;
	}

	.header .nav li .arr {
		display: block;
	}

	.header .nav li:hover, .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
		color: #c00
	}

	.header .nav li.open .arr:after {
		border-color: #c00;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	.header .nav .dropdown-box {
		position: static;
		background-color: #f5f5f5;
		min-width: auto;
		text-align: left;
	}

	.header .nav .dropdown-box a {
		color: #333 !important;
		border-top: 1px dotted #ddd;
		padding: 0 15px;
		line-height: 40px;
		background-color: transparent !important;
		border-bottom: 0;
	}

	.header .nav .dropdown-box a:hover {
		background-color: transparent !important;
	}

	.header .nav li.dropdown:before {
		color: #fff
	}

	.menu-btn {
		display: block;
	}

	.header .nav li.dropdown:before {
		border: 0px solid transparent;
	}

	.banner .swiper-slide {
		height: 200px;
	}

	.banner .swiper-pagination {
		bottom: 10px;
	}

	.banner .swiper-pagination-bullet {
		width: 24px;
		height: 4px;
	}

	.pc-slide {
		float: none;
		width: auto;
	}

	.sl_heading {
		top: 30%;
		font-size: 24px;
	}

	.list-5 li .text {
		margin: 0 0px 0 5px;
	}

	.list-5 li .more {
		float: left;
	}

	.yunu-showcase-info {
		margin: 20px 0 0;
	}

	.yunu-showcase-info h1 {
		padding-bottom: 10px;
	}

	.yunu-showcase-info p {
		margin-top: 10px;
	}

	.yunu-sou {
		padding: 10px 0;
	}

	.yunu-sou .container {
	}

	.yunu-sou .hot {
	}

	.yunu-sou .hform {
		float: none;
		position: relative;
	}

	.yunu-sou .hform input {
		font-size: 14px;
		border-color: transparent;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 20px;
		padding: 9px 60px 9px 15px;
		border-radius: 0;
		background-color: #f5f5f5;
	}

	.yunu-sou .hform button {
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 40px;
		font-size: 14px;
	}

	.yunu-message {
		padding: 10px;
	}

	.section {
		padding: 0px 0;
	}

	.section-title {
		padding: 20px 10px;
		margin-bottom: 0px;
		font-size: 30px;
	}

	.section-title small {
		font-size: 12px;
	}

	.section-title:after {
		height: 12px;
		margin-top: 5px;
	}

	.bgzl .section-title {
	margin: 0px;
	}
.item {
    width: 100%;

    }
    .in-about2 p {
    line-height: 2;
    font-size: 14px;
    text-indent: 28px;
}
	.in-news .list {
		padding: 15px 0px 15px 10px;
	}
.gswlms .lrw .imgmo .hpa10 .titles {
	font-size: 30px;

}
	.content-title h1 {
		font-size: 18px;
	}

	.content-title h1 span {
		font-size: 14px;
	}

	.contactl {
		width: 100%;
	}

	.contactr {
		width: 100%;
	}
.section-title3{
	width: 100%;
}
	.in-prd-cate {
		display: none;
	}

	.in-prd-con {
		float: none;
		width: auto;
	}

	.list-1 {
		margin: -10px 0 0 -10px;
	}

	.list-1 li {
		width: 100%;
	}

	.list-11 li {
		width: 50%;
	}

	.list-12 li {
		width: 100%;
	}

	.list-1 .wrap {
		margin: 10px 0 0 10px;
	}

	.list-1 .text {
		padding: 10px 0 0;
	}

	.list-1 .text p {
		display: none;
	}

	.in-choose-left, .in-choose-right {
		float: none;
	}

	.in-choose {
		width: auto;
	}

	.in-choose dl {
		background-size: 30px auto;
		margin: 0 0 20px;
		padding-left: 40px;
	}

	.in-choose dt {
		padding-top: 0;
		font-size: 18px;
	}

	.in-choose dd {
		padding-left: 20px;
	}

	.in-choose .img-center {
		display: none;
	}

	.in-choose-right dl {
		margin: 20px 0 0;
	}

	.in-jjfa {
		margin: -10px 0 0 -10px;
	}

	.in-jjfa li {
		width: 50%;
	}

	.in-jjfa li a {
		margin: 10px 0 0 10px;
	}

	.in-jjfa li .img-cover p {
		font-size: 14px;
		padding: 8px 0;
	}

	.in-jjfa li .text {
		padding: 10px;
		height: 140px;
	}

	.in-jjfa li .text p {
		font-size: 12px;
		line-height: 1.45;
		padding-left: 20px;
		background-position: 0 3px;
	}

	.in-jjfa li .text .more {
		display: none;
	}

	.in-jjfa1 {
		margin: -10px 0 0 -10px;
	}

	.in-jjfa1 li {
		width: 45%;
		padding-left: 5px;
	}

	.in-jjfa1 li a {
		margin: 10px 0 0 10px;
	}

	.in-jjfa1 li .img-cover p {
		font-size: 14px;
		padding: 8px 0;
	}

	.in-jjfa1 li .text {
		padding: 10px;
		height: 100px;
	}

	.in-jjfa1 li .text p {
		font-size: 12px;
		line-height: 1.45;
		padding-left: 20px;
		background-position: 0 3px;
	}

	.in-jjfa1 li .text .more {
		display: none;
	}

	.hy-con {
		display: none;
	}

	.hy-menu {
		float: none;
		width: auto;
		margin: -20px 0 0 -10px;
		overflow: hidden;
	}

	.hy-menu li a {
		margin: 20px 0 0 10px;
	}

	.hy-menu li a:after {
		display: none;
	}

	.hy-menu li h4 {
		font-size: 14px;
		width: auto;
		background-color: #015cb5;
	}

	.hy-menu li h4 small {
		display: none;
	}

	.hy-menu li p {
		font-size: 12px;
		line-height: 1.45;
		height: 52px;
	}

	.tel-tl {
		text-align: center;
		background-image: none;
	}

	.tel-tl dt {
		float: none;
	}

	.tel-tl dt a {
		margin: 0 auto;
	}

	.tel-tl dd {
		margin: 20px 0 0;
		float: none;
	}

	.in-rz {
		margin: -20px 0 0;
	}

	.in-rz li {
		width: 50%;
		margin: 20px 0 0;
	}

	.in-rz li .wrap {
		width: 151px;
		margin: 0 auto;
	}

	.in-rz-tel {
		margin-top: 30px;
	}

	.in-rz-tel p {
		background: none;
		width: auto;
		padding: 0;
		height: auto;
	}

	.in-rz-tel strong {
		display: block;
	}

	.in-product dt {
		float: none;
		width: auto;
	}

	.in-product dd {
		margin: 0;
		padding: 20px;
	}

	.in-product dd h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.in-product dd h4:after {
		width: 65px;
		margin-top: 10px;
	}

	.in-product dd .more {
	}

.in-nhub {
 
    margin-top: 10px;

}

	.in-nhub dt {
		float: none;
		width: 100%;
	}

	.in-nhub dd {
		margin: 0;
		padding: 20px;
		width: 100%;
	}

	.in-nhub dd p {
		margin: 0px;
		padding: 0px;
	}

	.in-nhub .img-center {
		width: 100%;
		min-height: 400px;
		height: auto;
		padding:10px;
	}

	.in-nhub .img-center .img-xs {
		position: static;
	}

	.in-nhub .img-center .img-xs:nth-child(n) {
		width: 100%;
	}
.in-nhubqk {

    margin-top: 20px;

}
	.in-nhubqk dt {
		float: none;
		width: 100%;
	}

	.in-nhubqk dd {
		margin: 0;
		padding: 50px 20px;
		width: 100%;
	}

	.in-nhubqk dd p {
		margin: 0px;
		padding: 0px;
	}

	.in-nhubqk .img-center {
		width: 100%;
		min-height: 300px;
		height: auto;
	}

	.in-nhubqk .img-center .img-xs {
		position: static;
	}

	.in-nhubqk .img-center .img-xs img {
		padding: 20px 0;
	}

	.in-nhubqk .img-center .img-xs:nth-child(n) {
		width: 100%;
		height: auto;
	}
	.in-shxy {

    margin-top: 20px;

}
	.in-shxy dt {
		float: none;
		width: 100%;
	}
.in-shxy dd h4 {

	font-size: 30px;

}
	.in-shxy dd {
		margin: 0;
		padding: 20px;
		width: 100%;
	}

	.in-shxy dd p {
		margin: 0px;
		padding: 0px;
	}

	.in-shxy .img-center {
		width: 100%;
		min-height: 300px;
		height: auto;
	}

	.in-shxy .img-center .img-xs {
		position: static;
	}

	.in-shxy .img-center .img-xs img {
		padding: 20px 0;
	}

	.in-shxy .img-center .img-xs:nth-child(n) {
		width: 100%;
		height: auto;
	}
	
	
	
	.in-cjrh dt {
		float: none;
		width: 100%;
	}

	.in-cjrh dd {
		margin: 0;
		padding: 20px;
		width: 100%;
	}

	.in-cjrh dd p {
		margin: 0px;
		padding: 0px;
	}

	.in-cjrh .img-center {
		width: 100%;
		min-height: 300px;
		height: auto;
	}

	.in-cjrh .img-center .img-xs {
		position: static;
	}

	.in-cjrh .img-center .img-xs img {
		padding: 20px 0;
	}

	.in-cjrh .img-center .img-xs:nth-child(n) {
		width: 100%;
		height: auto;
	}
	.in-zhll dt {
		float: none;
		width: 100%;
	}

	.in-zhll dd {
		margin: 0;
		padding: 0px;
		width: 100%;
	}

	.in-zhll dd p {
		margin: 0px;
		padding: 0px;
	}
   .in-zhll dd h4 {
    margin: 0 0 20px 0;
    font-size: 30px;
 
}
	.in-zhll .img-center {
		width: 100%;
		min-height: 300px;
		height: auto;
		padding:0px;
	}

	.in-zhll .img-center .img-xs {
		position: static;
	}

	.in-zhll .img-center .img-xs img {
		padding: 20px 0;
	}

	.in-zhll .img-center .img-xs:nth-child(n) {
		width: 100%;
		height: auto;
	}
	.in-rczl dt {
		float: none;
		width: 100%;
	}

	.in-rczl dd {
		margin: 0;
		padding: 0px;
		width: 100%;
	}

	.in-rczl dd p {
		margin: 0px;
		padding: 5px 0;
	}
   .in-rczl dd h4 {
    margin: 0 0 20px 0;
    font-size: 30px;
 
}
	.in-rczl .img-center {
		width: 100%;
		
		height: auto;
		padding:0px;
	}

	.in-rczl .img-center .img-xs {
		position: static;
	}

	.in-rczl .img-center .img-xs img {
		padding: 0px 0;
	}
	.in-gaishizongbu dd {
    float: none;
    width: 100%;
    padding: 10px;
   
}
.in-gaishizongbu dd p {
    margin: 10px 0 0 0;

}
.in-gaishizongbu .img-center {

    width: 100%;
    height:auto;
    padding: 10px 0;

}
.in-gaishizongbu .img-center .img-xs {
position: static;
}
.in-gaishizongbu .img-center .img-xs img{
padding:5px 0;
}
.in-gaishizongbu .img-center .img-xs:nth-child(n) {

	width: 100%;
height: auto;
}
.in-gaishizongbu .img-center .img-xs:nth-child(3) {

    transform: translate(0, 0);

}
.in-gaishizongbu dt {
    float: none;
    width: 100%;
}
.in-xxhjs dd {
    float: none;
    width: 100%;
    padding: 10px;
   
}
.in-xxhjs dd p {
    margin: 10px 0 0 0;

}
.in-xxhjs .img-center {

    width: 100%;
    height:auto;
    padding: 10px 0;

}
.in-xxhjs .img-center .img-xs {
position: static;
}
.in-xxhjs .img-center .img-xs img{
padding:5px 0;
}
.in-xxhjs .img-center .img-xs:nth-child(n) {

	width: 100%;
height: auto;
}
.in-xxhjs .img-center .img-xs:nth-child(3) {

    transform: translate(0, 0);

}
.in-xxhjs dt {
    float: none;
    width: 100%;
}
.list-nigaishi li {

    width: 50%;
min-height:210px;
}
.list-nigaishi li .tpname {

    font-size: 16px;

}
.hyyllist {

    width: 100%;
    height: auto;

    padding: 0px 0;
}
.hyylmstitle {

    font-size: 16px;

    width: 100%;

    margin-top: 10px;
}
.gjsnitem {
	width: 100%;
}
	.in-about2 dd {
		margin: 0px auto;
		padding: 5px;
		width: 100%;
	}

	.in-about2 dt {
		margin: 0px auto;
		padding: 25px;
		width: 100%;
	}

	.i_fangan {
		width: 100%;
		max-width: 360px;
	}

	.i_fangan .lrw .imgmo .hpa10 .titles {
		font-size: 16px;
	}

	.i_fangan .lrw .imgmo .hpa10 .neifons {
		font-size: 12px;
		line-height: 20px;
	}

	.section {
	}

	.bgw {
background-position: top left -200px;
	}
	.in-about dt {
		float: none;
		width: 100%;
	}
.in-about {
    width: 100%;
    margin: 20px 0;
}
	.in-about dd {
		margin: 0;
		padding: 0px;
		width: 100%;
	}
	.in-about dd.jtqwys {
padding-top:0px;
	}	
	.in-about dd h4 {
		font-size: 30px;
		margin: 10px 0 0 0px;
	}

	.in-about dd h4:after {
		width: 65px;
		margin-top: 10px;
	}

	.in-about dd .more {
		margin-top: 20px;
	}

	.in-about dd h4 small {
		margin: 10px 0 10px 0;
		font-size: 18px;
	}

	.in-about dd p {
		text-align: left;
	}

	.in-about dt {
		overflow: hidden;
	}

	.in-about .img-center {
		float: none;
		width: 100%;
		height: auto;
		padding: 20px 0;
	}
	.in-jjzb dt {
		float: none;
		width: 100%;
	}

	.in-jjzb dd {
		margin: 0;
		padding: 5px;
		width: 100%;
	}
	.in-jjzb dd h4 {
		font-size: 30px;
		margin: 10px 0 0 0px;
		color: #d79630;
	}
.in-jjzb dd h3 {
    float: left;
    width: 100%;
    height: 50px;
    font-size: 16px;
letter-spacing: 6px;
    line-height: 24px;
    margin: 5px 0 5px;

}
.in-jjzb dd h3 small{
letter-spacing: 4px;
    font-size: 16px;
}
.in-jjzb dd h2 {
    float: left;
    width: 100%;
    height: 50px;
    font-size: 16px;
letter-spacing: 5px;
    line-height: 24px;
    margin: 5px 0 5px;

}
.in-jjzb dd h2 small{
letter-spacing: 4px;
    font-size: 16px;
}
	.in-jjzb dd h4:after {
		width: 65px;
		margin-top: 10px;
	}

	.in-jjzb dd .more {
		margin-top: 20px;
	}

	.in-jjzb dd h4 small {
		margin: 10px 0 10px 0;
		font-size: 18px;
	}

	.in-jjzb dd p {
		text-align: left;
	}

	.in-jjzb dt {
		overflow: hidden;
	}

	.in-jjzb .img-center {
		float: none;
		width: 100%;
		height: auto;
		padding: 20px 0 5px 0;
	}
.in-jjzb dd p {
    margin: 10px 0;
  
}
.in-jjzb .img-center li{
	width: 100%;margin:0;
}
.in-jjzbt{
	position: static;height:auto;
}
.in-jjzbt .jjzbtimg{
	position: static;
}
.in-jjzbt .jjzbtimg:nth-child(n) {
	width:100%;
	
	transform: translate(0, 0);
}
.in-jjzb .img-center .dbxmtxt {
   height:auto;
	
	}
	.in-prof dt {
		float: none;
		width: auto;
	}

	.in-prof dd {
		margin: 0;
		padding: 20px;
	}

	.in-prof dd h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.in-prof dd h4:after {
		width: 65px;
		margin-top: 10px;
	}

	.in-prof dd .more {
		margin-top: 20px;
	}

	.in-prof dd h4 small {
		font-size: 18px;
	}

	.in-prof dd p {
		text-align: left;
		font-size: 12px;
	}

	.in-about1 dt {
		float: none;
		width: auto;
	}

	.in-about1 dd {
		margin: 0;
		padding: 20px;
	}

	.in-about1 dd h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.in-about1 dd h4:after {
		width: 65px;
		margin-top: 10px;
	}

	.in-about1 dd .more {
		margin-top: 20px;
	}

	.img-center {
		background-size: 100% auto;
	}

	.in-news {
		margin-top: 20px;
		display: block;
	}

	.in-news .item {
		float: none;
		
		margin-top: 40px;
		width: 100%;
	}
.in-news .img-center img {

    height: 250px;

}
	.in-news .tit {
		margin-bottom: 20px;
	}

	.in-news .tit:after {
		margin-top: 10px;
	}
	
.section-title3 {
	padding: 10px;
}
	footer {
		padding: 0px 0 0 0;
	}
	footer .container {
		padding: 10px;
	}

	.footer-logo {
		display: none;
	}

	.footer-ewm {
		display: none;
	}

	.footer-ewm p {
		font-size: 12px;
	}

	.footer-info {
		float: none;
		margin-right: 95px;
		font-size: 12px;
	}

	.footer-link {
	}

	.line-big h2 a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		display: block;
	}

	.foot-contact {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.banner-sub {
		width: 100%;
		height: 200px;
		margin-top: 0px;
		overflow: hidden;
	}

	.banner-sub img {
		height: 100%;
		object-fit: cover;
	}

	.pages {
		margin-top: 15px;
	}

	.pages a {
		font-size: 12px;
		line-height: 30px;
		padding: 0 12px;
	}

	.ct2 {
		padding: 10px;
	}

	.ct2-sd {
		float: none;
		width: auto;
	}

	.ct2-mn {
		float: none;
		width: auto;
	}

	.position {
		font-size: 12px;
	}

	.daohang {
		display: none;
	}

	.list-4 li {
		width: 100%;
		height: auto;
	}

	.list-4 li a {
		padding: 10px;
	}

	.list-4 li .more {
		display: none;
	}

	.list-4 li .date {
		font-size: 12px;
		width: 100%;
		padding: 10px 0;
		overflow: hidden;
	}

	.list-4 li .date strong {
		font-size: 18px;
	}

	.list-4 li .text {
		margin: 0 0 0 0px;
	}

	.list-4 li .text h2 {
		width: 100%;
		font-size: 12px;
	}

	.list-4 li .text h4 {
		width: 100%;
		font-size: 14px;
	}

	.list-4 li .text p {
		font-size: 12px;
		height: auto;
		margin-top: 2px;
	}

	.list-4 li .more1 {
		float: left;
		text-align: left;
	}

	.content-title {
		margin-bottom: 15px;
	}

	.content-title p {
		margin-top: 10px;
		padding-top: 10px;
	}

	.content-title p span {
		padding-left: 32px;
	}

	.content-exp {
		margin-top: 15px;
	}

	.cp-about dt {
		float: none;
		width: auto;
	}

	.cp-about dd {
		margin: 0;
		padding-top: 20px;
	}

	.cp-about dd p {
		margin-top: 10px;
	}

	.form-group {
		margin-bottom: 10px;
	}

	.form-label {
		line-height: 34px;
		width: 85px;
	}

	.form-content {
		margin-left: 0px;
	}

	.form-control {
		padding: 6px 10px;
	}

	.hlbd .form-group {
		width: 100%;
	}

	.form-content.yzm .form-control {
		width: 150px;
	}

	.form-content.yzm .img {
		height: 34px;
		width: 90px;
	}

	.list-6 {
		margin: -10px 0 0 -10px;
	}

	.list-6 li {
		width: 50%;
	}

	.list-6 li a {
		margin: 10px 0 0 10px;
	}

	.yunu-menu-inner {
		display: none;
	}

	.box-main {
		padding: 15px;
	}

	.about-desc {
		margin-bottom: 0px;
		padding: 10px;
		text-align: left;
	}

	.about-list {
		margin: -10px 0 15px -10px;
	}

	.about-list li {
		width: 50%;
	}

	.about-list li a {
		padding: 5px;
		margin: 10px 0 0 10px;
	}

	.about-ser dt {
		float: none;
		width: auto;
	}

	.about-ser dt img {
		width: 100%;
	}

	.about-ser dd {
		margin: 0;
		padding: 15px;
	}

	.contact-desc {
		margin-bottom: 15px;
	}

	.contact-desc h4 {
		font-size: 14px;
		padding: 0 15px;
	}

	.contact-desc p {
		margin-top: 10px;
	}

	.contact-about {
		margin-bottom: 15px;
	}

	.contact-about dd {
		padding: 15px;
	}

	.liuyan {
		padding: 0;
		background: none;
	}

	.list-2 {
		margin: -10px 0 0 -10px;
	}

	.list-2 li {
		width: 100%;
	}

	.list-2 li a {
		margin: 10px 0 0 10px;
	}

	.list-2 li .img-center {
		width: 100%;
		height: auto;
		line-height: 0;
	}

	.list-3 {
		margin: -10px 0 0 -10px;
	}

	.list-3 li {
		width: 100%;
	}

	.list-3 li a {
		margin: 10px 0 0 10px;
	}

	.list-3 li .img-center {
		width: 100%;
		height: auto;
		line-height: 0;
	}
	.list-30 {
		margin: -10px 0 0 -10px;
	}

	.list-30 li {
		width: 100%;
	}

	.list-30 li a {
		margin: 10px 0 0 10px;
	}

	.list-30 li .img-center {
		width: 100%;
		height: auto;
		line-height: 0;
	}	
.list-y4 {
		margin: -10px 0 0 -10px;
	}

	.list-y4 li {
		width: 100%;
	}

	.list-y4 li a {
		margin: 10px 0 0 10px;
	}

	.list-y4 li .img-center {
		width: 100%;
		height: auto;
		line-height: 0;
	}
	.yunu-footer-fix {
		display: block;
	}

	.pcxs {
		display: none
	}

	.pcbxs {
		display: block;
	}

	.gswlms .lrw .imgmo .hpa10 .titles {
		margin-top: 50px;
	}

	.list-nav {
		display: none;
	}

	footer #fh5co-foot-info h2 {
		position: relative;
		line-height: 1;
	}

	footer input.zcddk {
		display: block;
		border: none;
		background: none;
		font-size: 24px;
		position: absolute;
		right: 0px;
		top: 0px;
		color: #d79630;
		font-family: 'Courier New';
		padding: 0;
		width: 50px;
	}

	.section-title1 {
		font-size: 30px;
		line-height: 2;
		padding-left:10px;
	}

	.mslist li {
		width: 100%;
	}

	.mslist .mshead .mstitle {
		font-size: 16px;
		font-weight: 700;
	}

	.mslist li:nth-child(2) {
		margin: 10px 0;
	}

	.msxctxt {
		position: absolute;
		padding: 10px;
		top: 10%;
		font-size: 16px;
		line-height: 30px;
		text-indent: 32px;
	}

	.fz5list li {
		width: 100%;
	}

	.fz5list li .fz5r {
		width: 98%;
	}

	.fz5l {
		width: 65px;
		height: 75px;
		line-height: 75px;
		font-size: 24px;
		background-size: cover;
	}

	.fz5list li:nth-child(2n) .fz5l {
		background-size: cover;
	}

	.gsmsl {
		position: absolute;
		float: left;
		margin-top: 10px;
		left: -50px;
		transform: translate(0, 0);
		letter-spacing: 2px;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		background: rgba(218, 142, 5, 1);
		border: 5px #fff solid;
		display: block;
		opacity: 1;
		z-index: 20;
	}

	.gsmsl .wlmstitle {
		margin: 0 auto;
		width: 60%;
		margin-top: 15%;
		font-size: 16px;
		font-weight: bolder;
		text-align: center;
		line-height: 1.5;
		color: #fff;
	}

	.gsmsr {
		height: 100px;
	}

	.gsmslist li:nth-child(2n) .gsmsl {
		margin-left: 1px;
		margin-top: 10px;
		left: -50px;
	}

	.gsmslist .gsmsr .gsmsrtxt {
		width: 70%;
		padding-left: 10px;
	}

	.gsmslist .gsmsr .gswlmstitle {
		margin-top: 10px;
	}

	.gsmslist li:nth-child(2n) .gsmsr .gsmsrtxt {
		left: 0;
		width: 70%;
		background: linear-gradient(-65deg, transparent 0%, transparent 25%, rgba(204,204,204,1) 25%, rgba(255,255,255,1) 100%);
		padding-left: 10px;
	}

	.gsmslist li:nth-child(2n) .gsmsr .gswlmstitle {
		color: #d79630;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		width: 150px;
		line-height: 30px;
		margin-top: 10px;
		margin-left: 0px;
	}

	.gsmslist li:nth-child(2n) .gsmsr .gswlmstxt {
		margin-left: 0px;
	}

	.gsmslist {
		width: 100%;
	}
	.in-gscwyw {
		width: 100%;
		height:auto;
		position: static;
		
	}
.in-gscwyw .gscwywt:nth-child(n){
	width:100%;
	position: static;
	height:auto;
	margin-bottom:20px;
	overflow: hidden;
	border-radius:10px
}
.in-gscwyw .gscwywt:nth-child(2n+1) .gscwtxh {
	float:left;
}
.in-gscwyw .gscwywt:nth-child(2n+1) .gscwtit {
	float:left;padding-right:5px
}

.in-gscwyw .gscwywt:nth-child(1){
	top:0%; 
	left:0%;
	width:100%;
	height:100%;
	transform: translate(0, 0);border-radius:50%;
	background:#fff;
	border:0px #ddd solid;
	z-index:200;
}
.in-gscwyw .gscwywt:nth-child(4){

	transform: translate(0,0);

}
.in-gscwyw .gscwywt:nth-child(5){

	transform: translate(0,0);

}
.in-gscwyw .gscwywt:nth-child(4) .gscwtxt {
	width:100%;
}
.in-gscwyw .gscwywt:nth-child(5) .gscwtxt {
	width:100%;
}
.in-gscwyw .gscwywt .gscwtxt {
	font-size:16px;
}
.in-jsnr dd {
width:100%;padding:10px
}
.in-jsnr .img-center {
    width: 100%;
    min-height: 400px;
    height: auto;
    padding:0px;
}
	.in-jsnr .img-center .img-xs {
		position: static;
	}

	.in-jsnr .img-center .img-xs:nth-child(n) {
		width: 100%;margin:10px 0;
	}
.in-esge dd {
width:100%;padding:10px
}
.in-esge .img-center {
    width: 100%;
    min-height: 400px;
    height: auto;
    padding:0px;
}
	.in-esge .img-center .img-xs {
		position: static;
	}

	.in-esge .img-center .img-xs:nth-child(n) {
		width: 100%;margin:10px 0;
	}	
	.xytx {

	height:200px;
	
}
	.xytxl1 {
	
	width:100%;
	height:30px;
	background:#d79630;
	font-size:18px;
   text-align:center;
	

}
.xytxr1 {
width:100%;
}
.xytxl2 {
	
	width:100%;
	height:30px;
	background:#d79630;
	font-size:18px;
   text-align:center;
	

}
.xytxr2 {
width:100%;margin-top:5px;border:0px;
}
.in-fzgh .fzghl{
	float:none;width:100%;height:352px;height:auto;margin-right:0px;
}
.in-fzgh:nth-child(2n) .fzghl {
	float:none;margin-left:0px;margin-right:0px
}

.in-fzgh .fzghr {
	float:none;width:100%;height:352px;height:auto;background:#d79630;overflow:hidden;
}
.in-fzgh:nth-child(2n) .fzghr {
	float:none;background:#d3d3d4;
}
.in-fzgh .fzghr .fzghrr h4{
	margin-top:10px;font-size:24px;
}
.in-fzgh .fzghr .fzghrr p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;

}
.in-cybj{
 height:auto;overflow:visible;
}
.in-cybj .fzghl{
	float:none;width:100%;height:auto;margin-right:0px;
}
.in-cybj:nth-child(2n) .fzghl {
	float:none;margin-left:0px;margin-right:0px
}

.in-cybj .fzghr {
	float:none;width:100%;height:auto;background:#d79630;
}
.in-cybj:nth-child(2n) .fzghr {
	float:none;background:#e3e3e3;
}
.in-cybj .fzghr .fzghrr h4{
	margin-top:10px;font-size:24px;
}
.in-cybj .fzghr .fzghrr p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;

}
.in-cybj .fzghr .fzghrr {
    float: right;
    width: 100%;
    padding: 20px;
}
.in-zhfw {
	width:100%;height: auto;overflow:hidden;
}
.in-zhfw .zhfwt {
overflow:hidden;
    height: auto;
}
.in-zhfw .zhfwt .zhfwtl {
    display: block;
    width: 100%;
    height:auto;
overflow:hidden;
}
.zhfwtit {
    display: block;
    float: none;
    width: 100%;
    height: 30px;
overflow:hidden;
}
.zhfwlist1 {

    margin: 5px 0 5px 13px;
    
}
.zhfwtr {

    float: none;
    width: 100%;
    height: auto;
  overflow:hidden;  
}
.zhfwlist2 {
 
    margin: 5px 0 5px 13px;
}
.zhfwlist3 {

    margin: 5px 0 5px 8px;

}
.zhfwm {
	float:none;width:100%;height:auto;overflow:hidden;  
}

.zhfwmx {
    float: none;
    width: 100%;
    height: auto;
}
.zhfwmz {
margin:0 auto;
    float: none;
height:115px;
}
.zhfwmz img{
	transform: rotate(90deg);
}
.zhfwms {
    margin:0 auto;
    float: none;
    width: 80%;
    height: auto;
}

	.contactl {
		width: 100%;
	}

	.contactr {
		width: 100%;
	}

	.content-body {
		font-size: 14px;
	}
	.list-nigaishi {
    padding: 30px 0 30px 0;
     display: block;
}
}

@media (min-width:1200px) and (max-width:1480px) {
	.header .nav li a {
		display: block;
		font-size: 14px;
		line-height: 100px;
		padding: 0 15px;
		color: #2a2a2a;
	}

	.header .logo {
		width: 150px;
		padding: 30px 0;
	}
}