html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	margin: 0;
	font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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 {
	background-color: #ff0;
	color: #000;
}

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;
}

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 {
	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;
}
[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-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: #333;
	text-decoration: none;
}

a:hover {
	color: #023793;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.top {
	height: 40px;
	line-height: 40px;
	background: #f4f3f3;
	font-size: 14px
}

.top a {
	padding: 5px
}

#logo {
	height: 140px;
	width: 100%
}

.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

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

.img-center {
	text-align: center;
	font-size: 0;
}
.img-one {
	height: 200px;
}

.img-fanhui img{
	max-width: 100%;
	max-height: 100%;
	margin-left: 50px;
	margin-bottom: 10px;
}

.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: all 0.5s;
}

.img-cover {
	overflow: hidden;
	position: relative;
}

.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.img-cover span img{
	width: 100%;
	height: 100%;
}


.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}

.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}

#message .m-content {
	margin-top: 8%;
}

#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}

.m-message {
	width: 494px;
	margin: 48px auto 0;
}

.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}

.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}

.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}

.m-message label input.inp,.m-message label textarea,.m-message label.code input {
	width: 73%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}

.m-message label.code {
	line-height: 34px;
}

.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}

.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}

.btn1 {
	display: block;
	line-height: 32px;
	padding-left: 15px;
	background-color: #333;
	color: #fff;
	margin-top: 10px;
}

.btn1:hover {
	background-color: #444;
	color: white;
}

.btn1 span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}

.btn1-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}

.btn1-1 {
	padding-left: 100px;
}

.btn1-1 input.focus {
	background: #333;
	color: #fff;
}

.btn1-1 input.focus:hover {
	background: #444;
}

.btn1-1 input:hover {
	background: #ccc;
}

.kf {
	width: 208px;
	position: fixed;
/* right: 20px; */
	right: -208px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(../images/kefu.png) 12px center no-repeat #023793;
	-ms-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 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .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;
	height: auto;
	background-color: #fff;
}

.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 #023793;
	background-size: 18px auto;
	cursor: pointer;
}

.attr_lianxi{
    background: #ff3131;
    color: #ffffff;
    font-size: 15px;
    margin-left: 5%;
}

.attr_lianxi a{
	background: #023793;
	color: #ffffff;
	font-size: 10px;
}

.kf-side {
	padding: 18px 10px 10px;
	background: #023793;
	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: 400;
}

.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(../images/jt-1.png) no-repeat;
	-ms-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;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
}

.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}

.footer-fix li {
	float: left;
	width: 25%;
}

.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}

.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}

.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}

.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}

.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}

.swiper-button-prev,.swiper-button-next {
	outline: none;
}

.swiper-pagination-bullet-active {
	background-color: #023793;
}

.topbar {
	padding: 8px 0;
	background-color: #f5f5f5;
	color: #6a6a6a;
	border-bottom: 1px solid #eee;
}

.topbar em {
	font-style: normal;
	color: #ddd;
	padding: 0 15px;
}

.topbar a {
	color: #6a6a6a;
}

.topbar a:hover {
	color: #333;
}

.header {
	background-color: #fff;
}

.header .logo {
	float: left;
	font-size: 0;
	height: 70px;
	line-height: 70px;
	text-align: left;
	padding: 15px 0;
}

.header .tel {
	float: right;
	background: url(../images/tel.png) no-repeat 0 center;
	padding-left: 55px;
	margin-top: 25px;
	color: #999;
}

.header .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	color: #023793;
}

.header .text {
	float: left;
	font-size: 16px;
	margin: 20px 0 20px 30px;
	padding: 4px 0 4px 30px;
	border-left: 1px solid #ddd;
	color: #999;
}

.header .text strong {
	display: block;
	font-size: 18px;
	color: #023793;
	margin-bottom: 5px;
}

.header .nav {
	font-size: 0;
	background-color: #023793;
	color: #fff;
}

.header .nav li {
	display: inline-block;
	vertical-align: middle;
}

.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 55px;
	padding: 0 45px;
	color: #fff;
}

.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;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	transform: rotate(135deg);
	right: 15px;
}

.header .nav li.active a,.header .nav li.open a,.header .nav li a:hover {
	color: #fff;
	background-color: #000;
}

.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: 25px;
}

.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
	background-color: rgba(255,255,255,0.9);
}

.header .nav .dropdown-box p {
	margin: 0;
	border-bottom: dotted 1px #ccc;
}

.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: transparent !important;
	line-height: 40px;
	color: #333 !important;
}

.header .nav .dropdown-box a:hover {
	background-color: #fff !important;
	color: #023793 !important;
}

.header .nav li.open .dropdown-box {
	display: block;
}

.menu-btn {
	display: none;
	padding: 6px 0;
	float: right;
	margin-left: 15px;
}

.menu-btn:before,.menu-btn:after,.menu-btn span {
	display: block;
	height: 2px;
	background-color: #023793;
	content: '';
}

.menu-btn:before {
	width: 24px;
}

.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}

.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}

.banner {
	width: 100%;
	background: #fff;
	height: 550px;
	position: relative;
}

.banner .swiper-slide { background-color: #fff;
	background: no-repeat center / cover;
}

.lp-sou {
	padding: 15px 0;
	background-color: #f2f2f2;
}

.lp-sou .hot {
	float: left;
	padding: 7px 0;
	background: url(../images/hot.png) no-repeat 0 center;
	padding-left: 30px;
}

.lp-sou .hot a {
	margin-right: 10px;
}

.lp-sou .hform {
	float: right;
}

.lp-sou .hform input {
	float: left;
	border: 1px solid #eee;
	padding: 6px 12px;
	width: 210px;
	font-size: 14px;
}

.lp-sou .hform button {
	border: 0;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 60px;
	height: 34px;
	color: #fff;
	background: url(../images/search-btn.png) no-repeat center #023793;
	font-size: 0;
}

.lp-link {
	padding: 20px 0;
}

.lp-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #023793;
	padding-bottom: 15px;
}

.lp-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.lp-link ul {
	margin-left: -20px;
}

.lp-link li {
	float: left;
	/* margin-left: 20px; */
	margin-top: 20px;
}

.pc-slide {
	float: left;
	width: 400px;
}

.view .swiper-slide .img-center {
	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 .img-center {
	height: 80px;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	line-height: 80px;
}

.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 .active-nav .img-center {
	border-color: #023793;
}

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;
	cursor: move;
	z-index: 1;
}

.lp-showcase {
	margin: 0 0 40px;
}

.lp-showcase-info {
	margin-left: 430px;
}

.lp-showcase-info h1 {
	font-size: 24px;
	margin: 0 0 30px;
	font-weight: normal;
}

.lp-showcase-info p {
	margin: 5px 0 0;
	color: #666;
	line-height: 1.8;
	min-height: 250px;
}

.lp-showcase-info .tel {
	border-top: 2px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
	height: 42px;
	line-height: 21px;
	font-size: 18px;
}

.lp-showcase-info .tel strong {
	color: #023793;
}

.lp-showcase-info .tel a {
	float: right;
	line-height: 42px;
	padding: 0 25px;
	background-color: #333;
	color: #fff;
}

.section {
	/* padding: 10px 0; */
}

.section-title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 28px;
}
.zlkd {
	padding: 0 15px;
	width: 80%;
	margin: 0 auto;
}

.section-title p {
	color: #999;
	font-size: 14px;
	margin: 5px 0 0;
}

.section-title:after {
	display: block;
	content: '';
	width: 38px;
	height: 3px;
	margin: 15px auto 0;
	/* background-color: #023793; */
}

.in-prod-menu {
	text-align: center;
	font-size: 0;
	margin-bottom: 20px;
}

.in-prod-menu li {
	display: inline-block;
	vertical-align: middle;
}

.in-prod-menu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px 10px;
	font-size: 14px;
	line-height: 1.3;
	position: relative;
	width: 175px;
	height: 44px;
	padding: 0 8px;
	box-sizing: border-box;
	text-align: center;
	word-break: break-word;
}

.in-prod-menu li a:before,.in-prod-menu li a:after {
	position: absolute;
	content: '';
	background-color: #fff;
	width: 16px;
	height: 1px;
	top: 50%;
	display: none;
}

.in-prod-menu li a:before {
	left: 33px;
}

.in-prod-menu li a:after {
	right: 33px;
}

.in-prod-menu li.active a {
	color: #023793;
}

.in-prod-menu li.active a:before,.in-prod-menu li.active a:after {
	display: block;
}

.list-1 {
	margin: -12px 0 0 -12px;
	display: flex;
	flex-wrap: wrap;
}

.list-1 li {
	float: none;
	width: 25%;
	display: flex;
}

.list-1 li a {
	display: flex;
	flex-direction: column;
	width: calc(100% - 24px);
	margin: 12px 0 0 12px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.07);
	transition: all .25s;
}

.list-1 li .img-cover {
	height: 200px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: none;
	padding: 10px;
	box-sizing: border-box;
}
.list-1 li .img-cover span {position: static;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;background: none;}
.list-1 li .img-cover img {max-width: 100%;max-height: 100%;object-fit: contain;display: block;}

.list-1 li .text {
	padding: 10px 12px 14px;
	background: #fff;
	text-align: center;
	margin: 0;
	line-height: normal;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-1 li .text:before {display: none;}

.list-1 li .text p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #1f2937;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 40px;
}

.list-1 li a:hover .img-cover img {
	transform: scale(1.05);
}

/* hover text:before removed */

.list-1 li a:hover .text p {
	color: #023793;
}

.list-1-1 li {
	width: 25%;
}

.bg1 {
	background: url(../images/ys-bg.jpg) no-repeat center / cover;
}

.bg2 {
	background: url(../images/ys-bg2.jpg) no-repeat center / cover;
}

.in-ys-tel {
	display: block;
	background: url(../images/ys-consult.png) no-repeat left center;
	line-height: 42px;
	color: #023793;
	padding-left: 64px;
	margin: 30px auto 0;
	width: 262px;
}

.in-ys-tel strong {
	font-size: 20px;
}

.in-ys dl {
	margin: 0;
	padding: 50px 0;
	border-bottom: solid 1px #C4C4C4;
}

.in-ys dl:last-child {
	border-bottom: 0;
}

.in-ys dt {
	float: right;
	width: 500px;
}

.in-ys dd {
	margin: 0 550px 0 0;
}

.in-ys dd h4 {
	padding-bottom: 15px;
	margin: 0 0 30px;
	overflow: hidden;
}

.in-ys dd h4 i {
	float: left;
	font-style: normal;
	color: #fff;
	background-color: #023793;
	width: 77px;
	line-height: 77px;
	text-align: center;
	border-radius: 50%;
	font-family: Impact;
	font-size: 48px;
}

.in-ys dd h4 span {
	display: block;
	margin-left: 100px;
	font-size: 44px;
	line-height: 1;
	color: #023793;
	padding: 8px 0;
}

.in-ys dd h4 small {
	display: block;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
}

.in-ys dd p {
	margin: 10px 0 0;
	line-height: 2;
	color: #666;
	background: url(../images/ys-icon.png) no-repeat left center;
	padding-left: 20px;
}

.in-ys dd .text {
	margin-left: 70px;
}

.in-ys dd .btn {
	margin-top: 30px;
}

.in-ys dd .btn a {
	display: inline-block;
	margin-right: 15px;
	line-height: 38px;
	background-color: #023793;
	color: #fff;
	padding: 0 30px;
}

.in-ys dd .btn .tel {
	display: inline-block;
	line-height: 38px;
	background: url(../images/ys-tel.png) no-repeat 0 center;
	padding-left: 44px;
}

.in-ys dd .btn .tel strong {
	font-size: 22px;
	color: #023793;
}

.in-ys dl:nth-child(even) dt {
	float: left;
}

.in-ys dl:nth-child(even) dd {
	margin: 0 0 0 550px;
}

@media screen and (min-width:1200px) {
    @	-webkit-keyframes circle {
		0% {
            transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes circle {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
}

.in-ys-list {
}

.in-ys-list li {
	float: left;
	width: 20%;
	position: relative;
	background: url(../images/ys2-line.png) no-repeat center;
}

.in-ys-list li .ys-circle {
	-webkit-animation: circle 10s infinite linear;
	animation: circle 10s infinite linear;
	width: 154px;
	height: 146px;
	margin: 0 auto;
}

.in-ys-list li .ys-circle img {
	display: block;
	width: 100%;
	height: 100%;
}
.anjian{
	width: 200px;
	margin: 0 auto;
    margin-top: 10px;
}
.in-ys-list li .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

.in-ys-list li .icon img {
	display: block;
	margin: 40px auto 4px;
}

.in-ys-list li .icon h3 {
	margin: 0;
	font-weight: normal;
	font-size: 15px;
}

.in-about {
	margin: 0;
}

.in-about dt {
	float: left;
	width: 530px;
}

.in-about dd {
	margin-left: 580px;
}

.in-about dd h4 {
	margin: 0 0 20px;
	font-size: 22px;
}

.in-about dd h4 small {
	display: block;
	color: #999;
	font-weight: normal;
	font-size: 14px;
}

.in-about dd h4:after {
	display: block;
	content: '';
	width: 38px;
	height: 3px;
	margin: 10px 0 0;
	background-color: #023793;
}
.colourone {
	background-color: #b2ceff;
	border: 2px solid #fff;

}
.colourtwo {
	background-color: #bbccc3;
	border: 2px solid #fff;
}
.colourthree {
	background-color: #ffd3d3;
	border: 2px solid #fff;
}
.colourfour {
	background-color: #adadad;
	border: 2px solid #fff;
}
.colourfive {
	background-color: #f2adff;
	border: 2px solid #fff;
}
.coloursix {
	background-color: #ffc146;
	border: 2px solid #fff;
}
.colourseven {
	background-color: #ffb6f9;
	border: 2px solid #fff;
}
.in-about dd p {
	margin: 0;
	text-align: justify;
	color: #666;
	line-height: 1.8;
}

.in-about dd .btn {
	margin-top: 30px;
}

.in-about dd .btn a {
	display: inline-block;
	margin-right: 15px;
	line-height: 38px;
	background-color: #023793;
	color: #fff;
	padding: 0 30px;
}

.in-about-class {
	margin: 15px 0 0 -20px;
}

.in-about-class li {
	float: left;
	width: 25%;
}

.in-about-class li a {
	display: block;
	margin: 15px 0 0 20px;
	position: relative;
}

.in-about-class li img {
	display: block;
}

.in-about-class li .pic {
	width: 285px;
}

.in-about-class li .icon {
	position: absolute;
	color: #fff;
	width: 100%;
	text-align: center;
}

.in-about-class li .icon img {
	display: block;
	margin: 35px auto 7px;
}

.in-about-class li .icon strong {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.in-about-class li .icon b {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.in-about-class li .bg {
	position: absolute;
	background: rgba(2,55,147,0.8);
	width: 100%;
	height: 100%;
	opacity: 0;
}

.in-about-class li:hover .bg {
	opacity: 1;
}

.in-about-class li .line::before,.in-about-class li .line::after {
	position: absolute;
	content: '';
	opacity: 0;
}

.in-about-class li .line::before {
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0,1);
	transform-origin: 0 0;
}

.in-about-class li .line::after {
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1,0);
	transform-origin: 100% 0;
}

.in-about-class li .line::before,
.in-about-class li .line::after {
	transition: opacity 0.35s, transform 0.35s;
}

.in-about-class li:hover .line::before,
.in-about-class li:hover .line::after {
	opacity: 1;
	transform: scale(1);
}

.in-about-class li:hover .line::before,
.in-about-class li:hover .line::after {
	transition-delay: 0.05s;
}

.in-news {
	margin-left: -71px;
}

.in-news .item {
	float: left;
	width: 25%;
}

.in-news .wrap {
	border-left: 1px solid #ddd;
	padding-left: 35px;
	margin-left: 35px;
}

.in-news .tit {
	margin-bottom: 15px;
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
}

.in-news .tit .more {
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}

.in-news .tit strong {
	color: #023793;
	margin-left: 10px;
	font-size: 16px;
}

.in-news .tit strong small {
	font-size: 14px;
	font-weight: normal;
}

.list-2 {
	margin-top: 15px;
}

.list-2 li a {
	display: block;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 15px;
}

.list-2 li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	background-color: #ccc;
	margin-top: -3px;
	border-radius: 50%;
}

.list-2 li a:hover:before {
	background-color: #023793;
}

.footer {
	background-color: #333;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff;
}

.footer-nav {
	background-color: #023793;
	color: #fff;
	margin-bottom: 35px;
}

.footer-nav a {
	color: #fff;
}

.footer-nav ul {
	font-size: 0;
	text-align: center;
}

.footer-nav li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.footer-nav li:before {
	content: "";
	position: absolute;
	top: 17px;
	right: 0;
	width: 1px;
	height: 14px;
	background: #fff;
	border: 0;
}

.footer-nav li:last-child:before {
	display: none;
}

.footer-nav li a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	padding: 0 35px;
}

.footer-copy {
	text-align: center;
	padding: 10px 0;
	background-color: #222;
	margin-top: 35px;
	color: #959595;
}

.footer-copy p {
	margin: 0;
}

.footer-logo {
	float: left;
}

.footer-logo .tel {
	background: url(../images/foot-contact.png) no-repeat center;
	width: 293px;
	line-height: 61px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	font-size: 14px;
}

.footer-logo .tel strong {
	font-size: 20px;
}

.footer-tit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 7px;
}

.footer-tit small {
	margin-left: 10px;
	opacity: 0.6;
	font-size: 14px;
}

.footer-contact {
	float: left;
	margin-left: 80px;
	padding-left: 80px;
	border-left: 1px solid #515151;
	padding-right: 80px;
	border-right: 1px solid #515151;
	width: 340px;
}

.footer-contact p {
	margin: 7px 0px 0px 0px;
	font-size: 14px;
	line-height: 1.8;
}

.footer-ewm {
	float: right;
	margin-left: 30px;
}

.footer-ewm ul {
	margin-left: -10px;
}

.footer-ewm li {
	float: left;
	width: 120px;
	margin-left: 10px;
}

.footer-ewm li p {
	margin: 10px 0 0;
	text-align: center;
	font-size: 12px;
}

.banner-sub {
	height: 450px;
	position: relative;
}

.banner-sub .swiper-slide {
	background: no-repeat center / cover;
}

.section-sub {
	padding: 50px 0;
}

.lp-curmbs {
	padding: 0 0 15px;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 30px;
}

.lp-curmbs span {
	padding-left: 10px;
	border-left: 10px solid #333;
}

.lp-curmbs em {
	font-style: normal;
	padding: 0 5px;
	color: #999;
}

.ct2-sd {
	float: left;
	width: 240px;
}

.ct2-mn {
	float: right;
	width: 930px;
}

.panel-sd {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}

.panel-sd:last-child {
	margin-bottom: 0;
}

.panel-sd .tit {
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 20px 0;
	background-color: #023793;
}

.contact-sd {
	padding: 20px;
}

.contact-sd .ewm {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.contact-sd .ewm p {
	margin: 10px 0 0;
	font-size: 16px;
}

.contact-sd .tel {
	padding-top: 20px;
}

.contact-sd .tel p {
	margin: 0;
	color: #023793;
	font-size: 20px;
	padding-left: 40px;
	font-weight: bold;
}

.lanmu li {
	margin-top: 2px;
}

.lanmu li>a {
	display: block;
	line-height: 50px;
	padding: 0 0 0 25px;
	background-color: #ececec;
	color: #666;
	font-size: 15px;
}

.lanmu li .arr {
	float: right;
	height: 45px;
	width: 40px;
	position: relative;
	cursor: pointer;
}

.lanmu li .arr:after {
	content: '';
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	transform: rotate(135deg);
	right: 15px;
}

.lanmu-box {
	display: none;
}

.lanmu-box p {
	margin: 0;
	border-top: 1px solid #fff;
	padding-left: 15px;
}

.lanmu-box p a {
	padding: 0 25px;
	display: block;
	line-height: 40px;
}

.lanmu li>a:hover,.lanmu li.active>a {
	color: #fff;
	background-color: #023793;
}

.lanmu li.active .arr:after {
	border-color: #fff;
}

.lanmu li.open .lanmu-box {
	display: block;
}

.lanmu li.open .arr:after {
	transform: rotate(225deg);
}

.list-5 li {
	margin-bottom: 15px;
}

.list-5 li a {
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
	overflow: hidden;
}

.list-5 li .img-center {
	float: left;
	width: 250px;
}

.list-5 li .text {
	margin-left: 270px;
}

.list-5 li .text h4 {
	margin: 0;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}

.list-5 li .text h4 span {
	float: right;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

.list-5 li .text p {
	color: #797979;
}

.list-5 li .text .more {
	float: right;
	padding: 6px 12px;
	color: #fff;
	background-color: #B6B6B6;
}

.list-5 li a:hover {
	border-color: #023793;
}

.list-5 li a:hover .text h4 {
	color: #023793;
}

.list-5 li a:hover .text .more {
	background-color: #023793;
}

.pages {
	margin: 40px 0 0;
	text-align: center;
	font-size: 0;
}

.pages a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	transition: all 0.5s;
}

.pages a:hover,.pages a.active {
	background-color: #023793;
	color: #fff;
}

.lp-infocontent-title {
	margin-bottom: 20px;
	text-align: center;
}

.lp-infocontent-title h1 {
	margin: 0;
	font-size: 24px;
}

.lp-infocontent-title p {
	margin: 10px 0 0;
	font-size: 12px;
	color: #999;
}

.lp-infocontent-title p span {
	padding: 0 5px;
}

.lp-infocontent-desc {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 20px;
}

.lp-infocontent-body {
	line-height: 2;
	margin-bottom: 20px;
}

.lp-infocontent-body img {
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}

.lp-infocontent-epx {
	margin-bottom: 20px;
}

.lp-infocontent-epx li {
	line-height: 32px;
	margin-bottom: 5px;
}

.lp-infocontent-epx li span {
	display: inline-block;
	background-color: #A2A2A2;
	color: #fff;
	padding: 0 15px;
	margin-right: 10px;
}

.lp-infocontent-epx li em {
	float: right;
	font-style: normal;
}

.lp-infocontent-return {
	border-top: 1px solid #000;
	line-height: 32px;
}

.lp-infocontent-return a {
	margin-right: 10px;
}

.lp-infocontent-return .more {
	margin: 0;
	float: right;
	background-color: #000;
	color: #fff;
	padding: 0 10px;
}

.lp-infocontent-rem {
	margin-bottom: 20px;
}

.lp-infocontent-rem h4 {
	margin: 0;
	font-size: 24px;
	line-height: 55px;
}

.lp-infocontent-rem li {
	border-top: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 46px;
}

.lp-infocontent-rem li span {
	float: right;
}

.prod-menu {
	margin-bottom: 20px;
	border-bottom: 3px solid #023793;
}

.prod-menu li {
	width: 18%;
	float: left;
	margin: 0px 2px 5px 0px;
}

.prod-menu li a {
	display: block;
	padding: 0 35px;
	line-height: 50px;
	border: 1px solid #ddd;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	background-color: #F1F1F1;
	font-size: 16px;
}

.prod-menu li.active a {
	background-color: #023793;
	color: #fff;
}

.contact {
	margin: 0;
	background-color: #f2f2f2;
}

.contact dt {
	float: right;
	width: 450px;
}

.contact dd {
	margin: 0 450px 0 0;
	padding: 40px;
}

.contact dd h4 {
	margin: 0 0 20px;
	font-size: 24px;
}

.contact dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #a5a5a5;
}

.contact dd p {
	margin: 15px 0 0;
	font-size: 16px;
}

.map {
	margin-top: 30px;
	height: 350px;
}

.qywh dl {
	margin: 0;
	background-color: #f2f2f2;
}

.qywh dt {
	float: left;
	width: 50%;
}

.qywh dd {
	margin-left: 50%;
	padding: 40px 50px;
}

.qywh dd h4 {
	margin: 0 0 20px;
	font-size: 22px;
}

.qywh dd h4 small {
	display: block;
	color: #999;
	font-weight: normal;
	font-size: 14px;
}

.qywh dd h4:after {
	display: block;
	content: '';
	width: 38px;
	height: 3px;
	margin: 10px 0 0;
	background-color: #023793;
}

.qywh dd p {
	margin: 0;
	text-align: justify;
	color: #666;
	line-height: 1.8;
}

.qywh dl:nth-child(even) dt {
	float: right;
}

.qywh dl:nth-child(even) dd {
	margin: 0 50% 0 0;
}

@media screen and (min-width: 768px) {
	.header-fix {
		height: 155px;
	}

	.header-fix .nav {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}
}

@media screen and (max-width: 767px) {
	.top {
		display: none
	}

	body {
		min-width: 320px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.container {
		width: auto;
	}

	#message .m-content .m-message {
		width: 90%;
		padding: 20px;
	}

	.kf {
		display: none;
	}

	.footer-fix {
		display: block;
	}

	.topbar {
		display: none;
	}

	.header {
		padding: 10px 0;
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 0;
		left: 0;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}

	.header .text,.header .tel {
		display: none;
	}

	.header .logo {
		height: 30px;
		line-height: 30px;
		float: none;
		padding: 0;
	}

	.header .nav {
		margin: 10px 0 -10px;
		text-align: left;
		display: none;
		background-color: transparent;
		border-bottom: 0;
	}

	.header .nav ul {
		margin: 0 -15px;
	}

	.header .nav li {
		display: block;
		margin: 0;
		border-top: 1px solid #eee;
		background: none;
	}

	.header .nav li a {
		line-height: 40px;
		padding: 0 15px;
		color: #333;
	}

	.header .nav li .arr {
		display: block;
	}

	.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
		background-color: transparent;
		color: #023793
	}

	.header .nav li.open .arr:after {
		border-color: #023793;
		transform: rotate(225deg);
	}

	.header .nav .dropdown-box {
		position: static;
		background-color: #f5f5f5;
		min-width: auto;
		text-align: left;
		box-shadow: none;
	}

	.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;
	}

	.menu-btn {
		display: block;
	}

	.lp-showcase {
		margin-bottom: 30px;
	}

	.pc-slide {
		float: none;
		width: auto;
	}

	.view .swiper-slide .img-center {
		height: 260px;
		line-height: 260px;
	}

	.lp-showcase-info {
		margin: 20px 0 0;
	}

	.lp-showcase-info h1 {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.lp-showcase-info p {
		margin-top: 10px;
		min-height: auto;
	}

	.lp-showcase-info .tel {
		font-size: 14px;
	}

	.lp-showcase-info .tel strong {
		font-size: 18px;
	}

	.banner {
		height: 160px;
	}

	.lp-sou {
		padding: 0;
	}

	.lp-sou .container {
		padding: 0;
	}

	.lp-sou .hot {
		display: none;
	}

	.lp-sou .hform {
		float: none;
		position: relative;
	}

	.lp-sou .hform input {
		border-color: transparent;
		width: 100%;
		box-sizing: border-box;
		line-height: 20px;
		padding: 9px 60px 9px 15px;
		border-radius: 0;
		border-bottom: 1px solid #eee;
	}

	.lp-sou .hform button {
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 40px;
	}

	.section {
		padding: 10px 0;
	}

	.section-title {
		margin-bottom: 20px;
		font-size: 20px;
		margin-top:25px;
	}

	.section-title p {
		font-size: 12px;
	}

	.section-title:after {
		width: 20px;
		height: 2px;
		margin-top: 10px;
	}

	.in-prod-menu {
		margin-bottom: 10px;
	}

	.in-prod-menu li a {
		width: 112px;
		margin: 0 3px 6px;
		height: 40px;
		font-size: 12px;
		line-height: 1.3;
		padding: 0 6px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		word-break: break-word;
	}

	.in-prod-menu li a:before, .in-prod-menu li a:after {
		display: none !important;
	}

	.list-1 {
		margin: -8px 0 0 -8px;
		display: flex;
		flex-wrap: wrap;
	}

	.list-1 li {
		float: none;
		width: 50%;
		display: flex;
	}

	.list-1 li a {
		margin: 8px 0 0 8px;
		width: calc(100% - 16px);
	}

	.list-1 li .img-cover {height: 140px;padding: 8px;}
	.list-1 li .text {padding: 8px 8px 12px;}
	.list-1 li .text p {font-size: 12px;min-height: 34px;}

	.in-ys-tel {
		margin-top: 5px;
		width: 220px;
		background-size: 100% 100%;
		font-size: 12px;
		line-height: 30px;
	}

	.in-ys-tel strong {
		font-size: 16px;
	}

	.in-ys dl {
		padding: 30px 0;
	}

	.in-ys dt {
		float: none !important;
		width: auto;
	}

	.in-ys dd {
		margin: 20px 0 0 !important;
	}

	.in-ys dd h4 {
		margin-bottom: 15px;
	}

	.in-ys dd h4 i {
		width: 50px;
		line-height: 50px;
		font-size: 30px;
	}

	.in-ys dd h4 span {
		padding: 6px 0;
		margin-left: 60px;
		font-size: 20px;
	}

	.in-ys dd .text {
		margin: 0;
	}

	.in-ys dd p {
		line-height: 1.8;
	}

	.in-ys dd .btn {
		margin-top: 20px;
	}

	.in-ys dd .btn .tel {
		display: block;
		margin-top: 10px;
	}

	.in-ys-list {
		margin-top: -15px;
	}

	.in-ys-list li {
		width: 25%;
		margin-top: 15px;
		background: none;
	}

	.in-ys-list li .ys-circle {
		width: 86px;
		height: 80px;
	}

	.in-ys-list li .icon img {
		width: 21px;
		height: 21px;
		margin-top: 20px;
	}

	.in-ys-list li .icon h3 {
		font-size: 12px;
	}

	.in-about dt {
		width: auto;
		float: none;
	}

	.in-about dd {
		margin: 20px 0 0;
	}

	.in-about dd h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.in-about dd h4 small {
		font-size: 12px;
	}

	.in-about dd h4:after {
		width: 20px;
		height: 2px;
	}

	.in-about dd .btn {
		margin-top: 20px;
	}

	.in-about-class {
		margin: 10px 0 0 -10px;
	}

	.in-about-class li {
		width: 50%;
	}

	.in-about-class li a {
		margin: 10px 0 0 10px;
		overflow: hidden;
	}

	.in-news {
		margin-top: -20px;
	}

	.in-news .item {
		width: 100%;
	}

	.in-news .wrap {
		margin-top: 20px;
	}

	.footer {
		padding-top: 30px;
	}

	.footer-logo {
		display: none;
	}

	.footer-nav {
		display: none;
	}

	.footer-contact {
		float: none;
		width: auto;
		margin: 0 0 20px;
		padding: 0 0 20px;
		border: 0;
		border-bottom: 1px solid #515151;
	}

	.footer-ewm {
		float: none;
		margin: 0;
	}

	.banner-sub {
		height: 130px;
	}

	.section-sub {
		padding: 30px 0;
	}

	.lp-curmbs {
		display: none;
	}

	.ct2-sd {
		display: none;
	}

	.ct2-mn {
		float: none !important;
		width: auto;
	}

	.list-5 li {
		padding-bottom: 15px;
		border-bottom: 1px solid #eee;
	}

	.list-5 li a {
		padding: 0;
		border: 0;
	}

	.list-5 li .img-center {
		float: none;
		width: auto;
		display: none;
	}

	.list-5 li .text {
		margin: 0;
	}

	.list-5 li .text .more {
		display: none;
	}

	.list-5 li .text h4 {
		line-height: 20px;
		font-size: 16px;
	}

	.list-5 li .text p {
		margin: 10px 0 0;
	}

	.pages {
		margin-top: 20px;
	}

	.pages a {
		font-size: 12px;
		line-height: 30px;
		padding: 0 12px;
	}

	.lp-infocontent-title h1 {
		font-size: 18px;
	}

	.lp-infocontent-desc {
		padding: 10px;
	}

	.lp-infocontent-epx li {
		line-height: 24px;
	}

	.lp-infocontent-epx li span {
		font-size: 12px;
		padding: 0 5px;
		margin-right: 5px;
	}

	.lp-infocontent-epx li em {
		display: none;
	}

	.lp-infocontent-return .more {
		display: none;
	}

	.lp-infocontent-return {
		font-size: 12px;
		line-height: 22px;
		padding-top: 5px;
	}

	.lp-infocontent-rem h4 {
		font-size: 18px;
		line-height: 34px;
		margin-bottom: 5px;
	}

	.prod-menu {
		margin-bottom: 15px;
	}

	.prod-menu li {
		margin-right: 5px;
	}

	.prod-menu li a {
		font-size: 80%;
		line-height: 34px;
		padding: 0 15px;
	}

	.contact dt {
		float: none;
		width: auto;
	}

	.contact dd {
		margin: 0;
		padding: 20px;
	}

	.contact dd h4 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.contact dd h4 small {
		font-size: 12px;
	}

	.contact dd p {
		margin: 10px 0 0;
		font-size: 14px;
	}

	.map {
		height: 250px;
	}

	.qywh dt {
		float: none !important;
		width: auto;
	}

	.qywh dd {
		margin: 0 !important;
		padding: 20px;
	}

	.qywh dd h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.qywh dd h4 small {
		font-size: 12px;
	}

	.qywh dd h4:after {
		width: 20px;
		height: 2px;
	}
}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}

.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}

#message .m-content {
	margin-top: 8%;
}

#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}

.m-message {
	width: 494px;
	margin: 48px auto 0;
}

.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}

.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}

.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}

.m-message label input.inp,.m-message label textarea,.m-message label.code input {
	width: 73%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}

.m-message label.code {
	line-height: 34px;
}

.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}

.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}

.btn1 {
	display: block;
	line-height: 32px;
	padding-left: 15px;
	background-color: #333;
	color: #fff;
	margin-top: 10px;
}

.btn1:hover {
	background-color: #444;
	color: white;
}

.btn1 span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}

.btn1-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}

.btn1-1 {
	padding-left: 100px;
}

.btn1-1 input.focus {
	background: #333;
	color: #fff;
}

.btn1-1 input.focus:hover {
	background: #444;
}

.btn1-1 input:hover {
	background: #ccc;
}

.nav #active>a {
	background: #000;
	color: #fff
}

.ab_pages {
	clear: both;
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	overflow: hidden
}

.ab_pages ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0
}

.ab_pages ul a {
	color: #555;
	display: block;
	padding: 5px 11px;
	border: 1px solid #ddd;
	float: left;
	margin: 0 5px;
	font-size: 12px
}

.ab_pages ul a.page-num-current {
	background: #ddd;
}

.ab_pages ul a:hover {
	background: #ddd
}

.navtwo li:hover,.selected {
	background-color: #9da29e;
	border-left: 1px solid #9ef8b6;
}
.anli {
	width:85%;
		margin: 0 auto;
}
.yangzhi {

		width:100%;
}
.ghfw {
	float: left;
	width: 120px;
	height: 101px;
	overflow: hidden;
	margin-right: 5px;
}
.iteminfo{}
.iteminfo_tit{ color:#333; font-size:22px; font-family:"ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“",Arial, Helvetica, sans-serif; border-bottom:1px solid #e3e3e3; font-weight:normal; padding-bottom:12px; line-height:32px;}
.iteminfo_parameter{height: 100%;padding:8px 0;padding-left:70px;}
.iteminfo_parameter_default{ color:#888;}
.iteminfo_parameter dt{/* background-color: #62a8ea; */font-size: 20px;margin-left: 10px;float:left;/* display:inline; *//* width:60px; */white-space:nowrap;/* text-align:right; */color: #023793;}

.iteminfo_mktprice{ font-size:12px; font-family:Arial, Helvetica, sans-serif; text-decoration:line-through;}
.lh32{ line-height:32px;}
.iteminfo_price{ color:#c00; font-size:14px; font-family:Arial, Helvetica, sans-serif; vertical-align:middle;}
.sys_item_price{ color:#c00; font-size:22px; vertical-align:middle;}
.iteminfo_buying{ background:#f7f7f7; padding:12px 0;}
 .sys_item_spec dl{padding:0px;margin:0px;}
		  .sys_item_spec dl dd{padding:0px; margin:0px;}
		  .sys_spec_text{ display:flex;  -webkit-flex-wrap: wrap; flex-wrap: wrap;}
		  .sys_spec_text li{margin: 0px 6px 10px 0;border:#ddd solid 1px;border-radius:4px;padding:5px 10px;/* margin:5px; */}
		  .sys_spec_text li.active{ border:#F00 solid 1px; background:#F00; color:#fff}
		  .sys_spec_text li.active a{color:#fff}
.a_content4 {
	margin-top: 20px;
}
.but{padding:15px;}
.but dt{
       font-size: 20px;
    margin-left: 20px;
    float: left;
    color: #023793;
 }
.ecsx {
	font-size: 20px;
	margin-left: 20px;
	float: left;
	color: #023793;
	}
.ecsxtwo {
		width: 40%;
		margin-bottom: 10px;
		font-size: 20px;
	}
.but .mun{width:60px;height: 30px;line-height: 30px;text-align:center;margin: 0 5px;}
.but .butto{color:#999;border:1px solid #ddd;font-size:12px;line-height: 30px;width: 30px;text-align:center;cursor:pointer;border-radius:3px;}
.btn-danger {
	/* color: #fff; */
	/* background-color: #f96868; */
	/* border-color: #f96868; */
}
.btn-primary {
	color: #fff;
	background-color: #62a8ea;
	font-size:22px;
}
.btn-danger {
	color: #fff;
	font-size:20px;
	background-color: #62a8ea;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
	background: #8ee426;
	border-color: #8ee426;
}
.protit{
	color: #023793;
	font-size:22px;
	text-align:center;
}
.fujia {
text-align:center;
padding-bottom: 15px;border-bottom: 1px solid #eee;
}
.syxw{width: 90%;margin: 0 auto;overflow: hidden;}
.syxwlb{width: 1200px;margin: 20px auto;overflow: hidden;}
.xwlbl{width: 50%;float: left;padding-right: 50px;box-sizing: border-box; overflow: hidden;}
.xwlbl img{width: 100%;height: 100%;margin-bottom: 10px;}
.xwlbr{width: 50%;float: left;overflow: hidden;}
.xwboxw{width: 100%;padding-bottom: 10px;border-bottom: 1px dashed #a2a2a2;margin-bottom: 5px;overflow:hidden;}
.xwxh{width: 120px;height: 120PX; float: left;}
.xwjj{width: 70%;margin-left: 10px;float: left;}
.xwjj p:nth-child(1){font-size: 16px;line-height: 24px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.xwjj p:nth-child(2){font-size: 14px;line-height: 20px;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
@media(max-width:1200px){
	.syxw{width: 98%;}
}
@media(max-width:860px){
	.xwlbl{width: 100%;float: none;margin: 0 auto;padding-right: 0;}
	.xwlbr{width: 90%;float:none;margin: 0 auto;}
	.xwlbl img{width: 100%;/* height:auto; */}
}
@media(max-width:480px){
	.xwlbl{width: 100%;}
	.xwlbr{width: 100%;}
	.xwlbl img{max-height:240px;}
}

.sybt{width: 65%;overflow: hidden;margin: 40px auto;}
.sybt p:nth-child(1){font-size: 38px;text-align: center;color: #1d1d1d;line-height: 38px;margin-bottom: 16px;letter-spacing:6px;position: relative;}
.sybt p:nth-child(1)::before{content: "";position: absolute;width: 280px;height: 1px;border: 120px solid #e1e1e1;border-top: 0;border-bottom: 0; bottom: -9px;left: 50%;transform: translateX(-50%);}
.sybt p:nth-child(1)::after{content: "";position: absolute;width: 280px;height: 5px;border: 40px solid #566f9f;border-top: 0;border-bottom: 0;bottom: -11px;left: 50%;transform: translateX(-50%);}
.sybt p:nth-child(2){font-size: 26px;font-family:times new roman,times,serif;color: #424242;text-align: center;}
@media(max-width:640px){
	.sybt p:nth-child(1){font-size: 26px;line-height: 26px;margin-bottom: 12px;}
	.sybt p:nth-child(2){font-size: 20px;line-height: 20px;}
	.sybt p:nth-child(1)::before{width: 200px;bottom: -7px;}.sybt p:nth-child(1)::after{width: 200px;bottom: -9px;}
}
@media(max-width:480px){
	.sybt{margin:40px auto 20px;}
}
.ckgd{display: block;width: 200px;font-size: 16px;line-height:40px;text-align: center;margin: 10px auto;margin-bottom: 30px;border: 1px solid #5a72a0;color: #536d9e;}
.ckgd:hover{background-color:#d70a00;color: #fff; }
/* ===================== 云南YN建材网 科技感皮肤 v1 ===================== */
/* 仅覆盖视觉样式（颜色/渐变/圆角/阴影/过渡），不改动任何布局与结构。删除本段即可回退。 */
:root{
  --ynjc-p1:#0a1f44;
  --ynjc-p2:#0d3fa8;
  --ynjc-p3:#123a8f;
  --ynjc-c:#00c6ff;
  --ynjc-c2:#7c4dff;
  --ynjc-bg:#f4f8ff;
}
body{
  background-color:#f4f8ff;
  background-attachment:fixed;
  font-family:"PingFang SC","Microsoft YaHei","Segoe UI","Helvetica Neue",Arial,sans-serif;
  color:#2b3a55;
}
/* 顶部信息条 */
.top{background:linear-gradient(90deg,#0a1f44,#0d3fa8);color:#cfdfff;border-bottom:1px solid rgba(255,255,255,.08)}
.top a{color:#cfdfff}
/* 头部 */
.header{background:#fff;border-bottom:3px solid #0d3fa8;box-shadow:0 2px 14px rgba(13,63,168,.08)}
/* 导航 */
.header .nav{background:linear-gradient(90deg,#eef4ff 0%,#dfeaff 100%);box-shadow:0 2px 10px rgba(13,63,168,.10)}
.header .nav li a{position:relative;color:#0a2a6e;transition:color .25s ease}
.header .nav li a::after{content:"";position:absolute;left:50%;bottom:10px;width:0;height:2px;background:linear-gradient(90deg,#00c6ff,#7c4dff);transform:translateX(-50%);border-radius:2px;transition:width .3s ease}
.header .nav li a:hover::after{width:58%}
.header .nav li.active a,.header .nav li.open a,.header .nav li a:hover{background:transparent;color:#0d3fa8;text-shadow:none;font-weight:600}
/* 区块标题 */
.section-title{font-weight:700;color:#0a2a6e;letter-spacing:3px}
.section-title p{color:#7a8aa8}
.section-title:after{background:linear-gradient(90deg,transparent,#00c6ff,#7c4dff,transparent);width:120px;height:3px;border-radius:3px}
.tit{color:#0a2a6e !important}
/* 卡片圆角阴影 */
.list-1 li,.item,.list-2 .item{
  border-radius:14px;background:#fff;border:1px solid rgba(13,63,168,.07);
  box-shadow:0 4px 16px rgba(10,42,110,.07);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.list-1 li:hover,.item:hover,.list-2 .item:hover{transform:translateY(-6px);box-shadow:0 16px 36px rgba(10,42,110,.15);border-color:rgba(0,198,255,.45)}
.list-1 li img,.item img{transition:transform .45s ease}
.list-1 li:hover img,.item:hover img{transform:scale(1.05)}
/* 新闻列表 */
.xwboxw{border-radius:12px;background:#fff;border:1px solid rgba(13,63,168,.06);box-shadow:0 3px 12px rgba(10,42,110,.06);transition:box-shadow .3s ease,transform .3s ease}
.xwboxw:hover{box-shadow:0 12px 28px rgba(10,42,110,.14);transform:translateY(-4px)}
/* 按钮 */
.more,.ckgd,.zlkd,input[type="submit"],.btn{
  background:linear-gradient(135deg,#0d3fa8 0%,#00c6ff 100%) !important;
  color:#fff !important;border:none !important;border-radius:30px;
  box-shadow:0 6px 18px rgba(13,63,168,.32);transition:all .3s ease;
}
.more:hover,.ckgd:hover,.zlkd:hover{box-shadow:0 10px 26px rgba(0,198,255,.5);transform:translateY(-2px);color:#fff !important}
/* 电话强调 */
.header .tel strong,.header .text strong{color:#0d3fa8;background:linear-gradient(90deg,#0d3fa8,#00c6ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
/* 页脚 */
.footer{background:linear-gradient(180deg,#0a1f44 0%,#050f26 100%);color:rgba(255,255,255,.85)}
.footer a{color:rgba(255,255,255,.85)}
.footer-nav{background:linear-gradient(90deg,#0d3fa8,#123a8f);box-shadow:0 -2px 14px rgba(13,63,168,.2)}
/* 搜索框 */
.search-keyword input,.search-keyword input[type=text]{border-radius:20px;border:1px solid rgba(13,63,168,.22);outline:none}
.search-keyword input:focus{border-color:#00c6ff;box-shadow:0 0 0 3px rgba(0,198,255,.15)}
/* 滚动条 */
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{background:#eef3fb}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0d3fa8,#00c6ff);border-radius:6px}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#00c6ff,#7c4dff)}
/* 移动端底部固定导航 */
.footer-fix{background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-top:1px solid rgba(13,63,168,.12)}
/* 图片通用圆角 */
img{border-radius:6px}
/* 链接过渡 */
a{transition:color .25s ease}
/* 选中颜色 */
::selection{background:rgba(0,198,255,.25)}
/* ===================== 科技感皮肤 结束 ===================== */

/* ===================== 云南YN建材网 科技感皮肤 v1.1 增强 ===================== */
/* 删除本段即可回退到 v1.0 */
body{
  background-image:
    linear-gradient(rgba(13,63,168,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,63,168,.07) 1px, transparent 1px);
  background-size: 44px 44px;
  background-attachment: fixed;
}
/* 导航顶部青色光条 */
.header .nav{position:relative}
.header .nav::before{content:"";display:block;height:3px;background:linear-gradient(90deg,#00c6ff 0%,#7c4dff 50%,#00c6ff 100%);position:absolute;top:0;left:0;right:0;z-index:5}
/* 产品卡片：淡青边框 + hover 青色外发光 + 顶部渐变条 */
.list-1 li{position:relative;box-sizing:border-box;overflow:hidden}
.list-1 li::before{display:none}
.item{position:relative;border:1px solid rgba(0,198,255,.16)}
.item:hover{box-shadow:0 0 0 1px rgba(0,198,255,.35),0 18px 40px rgba(10,42,110,.18);border-color:rgba(0,198,255,.45)}
/* 区块标题：渐变下划线加宽 + 文字深蓝 */
.section-title{position:relative}
.section-title:after{width:140px;height:3px}
/* 按钮光晕 */
.more,.ckgd,.zlkd{position:relative;overflow:hidden}
.more::after,.ckgd::after,.zlkd::after{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);transform:skewX(-20deg);transition:left .5s ease}
.more:hover::after,.ckgd:hover::after,.zlkd:hover::after{left:140%}
/* 页脚导航链接 hover */
.footer-nav li a{transition:color .25s,text-shadow .25s}
.footer-nav li a:hover{color:#7fe7ff;text-shadow:0 0 12px rgba(0,198,255,.6)}
/* 头部 logo 光带 */
.header{position:relative}
/* 热门关键词标签 */
.search-keyword a{display:inline-block;padding:2px 10px;border-radius:12px;background:rgba(13,63,168,.06);margin:2px 2px;transition:all .25s}
.search-keyword a:hover{background:linear-gradient(135deg,#0d3fa8,#00c6ff);color:#fff}
/* ===================== 科技感皮肤 v1.1 结束 ===================== */

/* ===================== 列表页移动端两列卡片 ===================== */
/* 让材料总览/材料知识/供货案例/产品检测/技术支持等文章列表在手机上改为两列紧凑卡片，解决"一排只显示一个" */
@media (max-width: 767px){
  .list-5{margin:-8px 0 0 -8px;overflow:hidden}
  .list-5 li{float:left;width:50%;padding-bottom:0;border-bottom:0;margin:0}
  .list-5 li a{display:block;margin:8px 0 0 8px;padding:0;border:1px solid rgba(13,63,168,.08);border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 4px 14px rgba(10,42,110,.07);transition:box-shadow .3s ease}
  .list-5 li a:hover{box-shadow:0 10px 24px rgba(10,42,110,.15)}
  .list-5 li .img-center{display:block;float:none;width:auto;height:auto;margin:0}
  .list-5 li .img-center img{width:100%;height:150px;object-fit:cover;display:block;border-radius:0}
  .list-5 li .text{margin:0;padding:10px 12px}
  .list-5 li .text h4{line-height:20px;font-size:14px;color:#0a2a6e;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}
  .list-5 li .text p{display:none;margin:0}
  .list-5 li .text .more{display:none}
}
/* ===================== 列表页移动端两列卡片 结束 ===================== */

/* ===== 手机端顶部留白修复 ===== */
@media (max-width:767px){
  body{padding-top:0 !important}
}
/* ===== 顶部留白修复 结束 ===== */

/* ===== 两列卡片图片居中强化 ===== */
@media (max-width:767px){
  .list-5 li .img-center,.list-1 li .img-center{position:relative;width:100%;height:150px;overflow:hidden;padding:0!important;margin:0!important;border:0!important;background:none}
  .list-5 li .img-center img,.list-1 li .img-center img{position:absolute;top:0;left:0;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;object-position:center center;display:block;margin:0!important;padding:0!important;border:0!important}
}
/* ===== 图片居中强化 结束 ===== */













/* ===== img-fanhui 返回/首页按钮点击效果 ===== */
.img-fanhui{transition:transform .18s ease,box-shadow .18s ease;cursor:pointer}
.img-fanhui a{display:block;transition:transform .18s ease,filter .18s ease}
.img-fanhui:hover{transform:translateY(-2px)}
.img-fanhui:hover a{filter:brightness(1.08)}
.img-fanhui:active{transform:scale(.9)}
.img-fanhui:active a{filter:brightness(.9)}
/* ===== img-fanhui 点击效果 结束 ===== */

/* ===== 询单按钮点击效果 ===== */
.product-buynow,.anjian .btn{transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;cursor:pointer}
.product-buynow:hover,.anjian .btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(13,63,168,.35);filter:brightness(1.06)}
.product-buynow:active,.anjian .btn:active{transform:scale(.93);box-shadow:0 2px 6px rgba(13,63,168,.25);filter:brightness(.92)}
/* ===== 询单按钮点击效果 结束 ===== */

/* ========== 产品询价区域美化 ========== */
.attr_all_same{
  background:#ffffff !important;
  border:1px solid #eef1f5;
  border-radius:14px;
  padding:16px 18px;
  margin:16px 2px;
  box-shadow:none;
  font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif;
  box-sizing:border-box;
}
.attr_all_same .iteminfo_buying{background:transparent;padding:0;}
/* 提示文字：极简浅灰 */
.attr_all_same .attr_same{
  display:block;
  color:#97a0b2;
  font-size:12px;
  line-height:1.3;
  padding:0 0 0 14px;
  position:relative;
}
.attr_all_same .attr_same::before{
  content:"";
  position:absolute;left:2px;top:6px;
  width:4px;height:4px;border-radius:50%;background:#cdd6e4;
}
.attr_all_same .attr_same:first-child{
  color:#6b7a94;
  font-size:12px;
  font-weight:500;
  background:none;
  border:none;
  border-radius:0;
  padding:0 0 0 14px;
  margin:0;
}
.attr_all_same .attr_same:first-child::before{top:6px;background:#9db8e8;}
.attr_all_same .attr_same + .attr_same{margin-top:0;}
/* 规格标题 */
.attr_all_same .ecsx{
  float:none !important;
  width:auto !important;
  margin:12px 0 8px !important;
  font-size:13px !important;
  font-weight:500;
  color:#6b7686 !important;
}
/* 规格选项：精致浅色 */
.attr_all_same .sys_spec_text li{
  margin:0 6px 8px 0 !important;
  border:1px solid #eef1f5 !important;
  border-radius:8px !important;
  padding:0 !important;
  background:#fafbfc !important;
  overflow:hidden;
  transition:all .18s ease;
}
.attr_all_same .sys_spec_text li a{
  display:block;
  padding:6px 14px;
  color:#4a5568 !important;
  font-size:13px;
  line-height:1.4;
  text-decoration:none !important;
}
.attr_all_same .sys_spec_text li:hover{border-color:#c9d8f5 !important;background:#f5f8ff !important;}
.attr_all_same .sys_spec_text li.active{
  border-color:#7aa7f2 !important;
  background:#eef4ff !important;
  box-shadow:none;
}
.attr_all_same .sys_spec_text li.active a{color:#2563eb !important;font-weight:500;}
/* 数量区 */
.attr_all_same .but{
  display:flex !important;
  align-items:center !important;
  padding:8px 0 2px !important;
  margin:0 !important;
}
.attr_all_same .but dt{
  float:none !important;
  margin:0 12px 0 0 !important;
  font-size:13px !important;
  font-weight:500;
  color:#6b7686 !important;
  white-space:nowrap;
}
.attr_all_same .but .butto{
  width:36px !important;
  height:36px !important;
  line-height:34px !important;
  font-size:18px !important;
  color:#3b82f6 !important;
  background:#f5f8ff !important;
  border:1px solid #e3ecfa !important;
  border-radius:9px !important;
  cursor:pointer;
  transition:all .18s ease;
}
.attr_all_same .but .butto:hover{background:#3b82f6 !important;color:#fff !important;border-color:#3b82f6 !important;}
.attr_all_same .but .butto:active{transform:scale(.94);}
.attr_all_same .but .mun{
  width:60px !important;
  height:36px !important;
  line-height:36px !important;
  font-size:15px !important;
  text-align:center !important;
  border:1px solid #e3ecfa !important;
  border-radius:9px !important;
  margin:0 6px !important;
  color:#333 !important;
  background:#fff !important;
  outline:none;
  box-sizing:border-box;
}
/* 按钮区 */
.attr_all_same .purchase-btn{display:flex;gap:12px;margin-top:14px;}
.attr_all_same .purchase-btn .anjian{
  width:100%;
  margin:0;
  display:flex;
  gap:12px;
}
.attr_all_same .purchase-btn .product-buynow{
  flex:1;
  height:44px;
  border:none !important;
  border-radius:10px !important;
  font-size:15px !important;
  color:#fff !important;
  cursor:pointer;
  background:linear-gradient(135deg,#4a90e2,#3b82f6) !important;
  box-shadow:0 2px 8px rgba(59,130,246,.2);
}
.attr_all_same .purchase-btn a .product-buynow{
  background:linear-gradient(135deg,#3aae9a,#2ea07e) !important;
  box-shadow:0 2px 8px rgba(46,160,126,.18);
}
/* ========== 产品询价区域美化 结束 ========== */


/* ========== 首页材料总览 简洁化 20260903f ========== */
.zlkd{
  background:#f5f7fb !important;
  background-image:none !important;
  border-radius:16px !important;
  overflow:hidden;
  padding:18px 14px 6px !important;
  box-shadow:none !important;
  transform:none !important;
  border:1px solid #eef1f6;
}
.zlkd:hover{box-shadow:none !important;transform:none !important}
.zlkd .lp-link h4{color:#1f2329;font-weight:600;margin:0 0 16px}
.zlkd .list-1{margin:-9px 0 0 -9px}
.zlkd .list-1 li{
  background:none !important;
  border:none !important;
  box-shadow:none !important;
  padding:9px 0 0 9px !important;
  overflow:visible !important;
}
.zlkd .list-1 li::before{display:none}
.zlkd .list-1 li a{
  display:block !important;
  margin:0 !important;
  background:#ffffff !important;
  border:1px solid #eef1f6 !important;
  border-radius:12px !important;
  box-shadow:0 2px 8px rgba(10,42,110,.04) !important;
  overflow:hidden !important;
}
.zlkd .list-1 li .img-cover{border:none;padding-top:72%}
.zlkd .list-1 li .img-cover span{border-radius:0}
.zlkd .list-1 li .text{
  background:none;
  line-height:38px;
  margin:0;
}
.zlkd .list-1 li .text p{color:#2b3245;font-size:13px;font-weight:500}
.zlkd .list-1 li a:hover{
  box-shadow:0 6px 18px rgba(13,63,168,.08);
  border-color:rgba(13,63,168,.18);
  transform:translateY(-2px);
}
.zlkd .list-1 li a:hover .text:before{background:#0d3fa8}
.zlkd .list-1 li a:hover .text p{color:#fff}
@media (max-width:767px){
  .zlkd .list-1{margin:-7px 0 0 -7px}
  .zlkd .list-1 li{padding:7px 0 0 7px !important}
  .zlkd .list-1 li .img-cover{padding-top:68%}
  .zlkd .list-1 li .text{line-height:34px;font-size:12px}
}
/* ========== 首页材料总览 简洁化 结束 ========== */


/* ========== 首页材料总览 重写 20260906d ========== */
.materi-grid{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  flex-wrap:wrap !important;
  gap:12px !important;
}
.materi-grid li{
  width:calc(50% - 9px) !important;
  margin:0 !important;
  padding:0 !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
  float:none !important;
  position:relative !important;
}
.materi-grid li::before{display:none !important}
.materi-grid li a{
  display:block !important;
  margin:0 !important;
  background:#ffffff !important;
  border:1px solid #eef1f6 !important;
  border-radius:12px !important;
  box-shadow:0 2px 8px rgba(10,42,110,.04) !important;
  overflow:hidden !important;
  text-decoration:none !important;
  transition:box-shadow .25s ease,transform .25s ease !important;
}
.materi-grid li a:hover{
  box-shadow:0 6px 18px rgba(13,63,168,.08) !important;
  transform:translateY(-2px) !important;
  border-color:rgba(13,63,168,.18) !important;
}
.materi-grid li .img-cover{
  position:relative !important;
  padding-top:88% !important;
  overflow:hidden !important;
  border:none !important;
  margin:0 !important;
}
.materi-grid li .img-cover span{
  position:absolute !important;
  top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;
  display:block !important;
  border-radius:0 !important;
}
.materi-grid li .img-cover img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border:none !important;
}
.materi-grid li .text{
  background:none !important;
  margin:0 !important;
  padding:10px 8px !important;
  text-align:center !important;
  line-height:1.4 !important;
}
.materi-grid li .text::before{display:none !important}
.materi-grid li .text p{
  margin:0 !important;
  color:#2b3245 !important;
  font-size:13px !important;
  font-weight:500 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
@media (max-width:767px){
  .materi-grid{gap:10px !important}
  .materi-grid li{width:calc(50% - 5px) !important}
  .materi-grid li .img-cover{padding-top:82% !important}
  .materi-grid li .text{padding:8px 6px !important}
  .materi-grid li .text p{font-size:12px !important}
}
/* ========== 首页材料总览 重写 结束 ==========
