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;
}
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;
}
/*css */
.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: #023c7e;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.mt20 {margin-top:20px;}
.img-center {
	text-align: center;
	font-size: 0;
	margin-right: 10px;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.img-cover {
	overflow: hidden;
	position: relative;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.container {
	padding: 0 15px;
	width: 1300px;
	margin: 0 auto;
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #ce2e33;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}
.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: 14px;
	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-pagination-bullet-active {
	background-color: #e13f38;
}
.str_wrap {
	position: relative;
	overflow: hidden;
}
.str_move {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
	white-space: nowrap;
}
.header {
	background: url(../images/topbg.jpg) no-repeat right;
}
.header .topbar {
	line-height: 40px;
	background-color: #f5f5f5;
	font-size: 14px;
}
.header .topbar ul {
	float: right;
}
.header .topbar li {
	float: left;
	color: #ddd;
}
.header .topbar li.pipe {
	padding: 0 10px;
}
.header .logo {
	float: left;
	font-size: 0;
	height: 80px;
	line-height: 80px;
	text-align: left;
	padding: 15px 0;
}
.header .logo img {width:230px;}
.header .tel {
	float: right;
	margin-top: 34px;
    color: #0152ad;
	display: block;
	font-size: 30px;
	font-family: arial;
	color: #666;
	display:flex; align-items:center;
}
.header .tel svg {width:32px; height:32px; margin-right:6px;}
.header .text {
	float: left;
	font-size: 18px;
	margin: 30px 0 20px 30px;
	padding: 10px 0 5px 0px;
	color:#999;
	
}
.header .text strong {
	display: block;
	font-size: 26px;
}
.header .nav {
	font-size: 0;
	background-color: #0152ad;
	color: #fff;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 1px;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 70px;
	padding: 0 37px;
	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;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #fff;
	background-color: #023c7e;
}
.header .nav li.dropdown {
	position: relative;
}
.header .nav li.dropdown:before {
	content: "";
	position: absolute;
	
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 15px;
}
.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
}
.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-color: rgba(255, 255, 255, 1) !important;
	line-height: 40px;
	border-bottom: 1px solid rgba(81, 179, 223, 0.2);
	color:#000 !important;
}
.header .nav .dropdown-box a:hover {
	background-color: #023c7e !important;
	color:#fff !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: #0d5ba4;
	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 .swiper-slide {
	background: no-repeat center / cover;
	/*height: 570px;*/
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.banner .swiper-pagination {
	bottom: 30px;
}
.banner .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 0.9;
}
.banner .swiper-pagination-bullet-active {
	background-color: #0152ad; opacity: 1;
}

.banner .swiper-slide .con {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 1300px; max-width: 100%;}
.banner .swiper-slide .enText {font-size: 1.0rem;color: #ffffff;}
.banner .swiper-slide strong {font-size: 3.56rem;font-weight: 700;color: #ffffff; display: block;}
.banner .swiper-slide span {font-size: 1.5rem;font-weight: 400;color: #ffffff;letter-spacing: 0.83rem;display: block;}
.banner .swiper-slide .more {margin-top: 2%;}
.banner .swiper-slide .more a {transition: .5s; width: 120px; display:inline-block; height: 40px; line-height:40px; text-align:center; border: 1px solid #ffffff; color: #fff; font-size: 16px;}
.banner .swiper-slide .more a:hover {border-color: #32489D;}

.yunu-sou {
	padding: 25px 0;
	border-bottom: 1px solid #eee;
}
.yunu-sou .hot {
	float: left;
	padding: 7px 0;
}
.yunu-sou .hot a {
	margin-right: 10px;
}
.yunu-sou .hform {
	float: right;right: -40px;
  position: relative;
}
.yunu-sou .hform input {
	float: left;
	border: 1px solid #eee;
	padding: 8px 18px;
	width: 300px;
	border-radius:30px;
	font-size: 14px;
}
/*css */
.yunu-sou .hform button {
	border: 0;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 34px;
	position: relative;
	right:44px;
	color: #fff;
	font-size: 0;
	background:none;
	top:2px;
}
.yunu-sou .hform button svg {width:20px; height:20px;}
.section {
	padding: 70px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: bold;
}
.section-title span {
	color: #0495d6;
}
.section-title p {padding:0; margin:0;}
.section-title img {width:160px;}
.section-title small {
	display: block;
	color: #999;
	font-size: 16px;
	font-weight: normal;
}
.title-1 {
	border-bottom: 1px solid #e2e2e2;
	font-size: 24px;
	color: #0152ad;
	padding-bottom: 15px;
	margin-bottom: 30px;
	line-height: 32px;
}
.title-1 .more {
	float: right;
	font-size: 14px;
}
.title-1 small {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin-left: 10px;
}
/* 首页菜单 */
.in-prd-cate {
	float: left;
	width: 260px; overflow:hidden; padding:20px; background:#fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 76, 151, 0.08);
box-shadow: 0px 0px 15px 0px rgba(0, 76, 151, 0.08);box-sizing: border-box;
}
.in-prd-cate .tit {
	color: #0152ad;
	font-size: 24px;
	padding-bottom:13px;
	border-bottom:#efefef 1px solid; margin-bottom:20px;
}
.in-prd-cate .tit svg {float:right; width:32px; height:32px; margin-top:2px;}
.in-prd-cate dl {
	padding: 0px;
	margin: 0;
}
.in-prd-cate dt a {
	display: block;
	line-height: 55px;
	background-image: linear-gradient(to left, #166bca, #0152ad);
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom:#d6d7dc 1px solid;
	padding-left: 18px;
}
.in-prd-cate li a {
	display: block;
	line-height: 56px;
	font-size: 15px;
	border-bottom: 1px solid #d6d7dc;
	background: #fff;
	padding-left: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent:10px;
}
.in-prd-cate ul {margin-top:-10px;}
.in-prd-cate li a:before { content:""; float:left; margin-top:28px; background:#999; margin-left:3px; width:10px; height:1px;}
.in-prd-cate li a:hover {color:#fff; background-image: linear-gradient(to left, #166bca, #0152ad);}
.in-prd-cate li a.cur {color:#fff; background-image: linear-gradient(to left, #166bca, #0152ad);}
.in-prd-cate li a.cur:before { background:#fff;}
.in-prd-cate li a:hover:before { background:#fff;}
.in-prd-cate dd a:before { content:""; float:left; margin-top:28px; background:#999; margin-left:3px; width:10px; height:1px;}
.in-prd-cate dt a:hover {color:#fff}
.in-prd-cate dd {
	margin: 0;
}
.in-prd-cate dd a {
	display: block;
	line-height: 56px;
	font-size: 15px;
	border-bottom: 1px solid #d6d7dc;
	background: #fff;
	padding-left: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent:10px;
}
.in-prd-cate dd a:before { content:""; float:left; margin-top:28px; background:#999; margin-left:3px; width:10px; height:1px;}
.in-prd-cate dd a:hover {background:#fafafa; color:#0152ad;}
.in-prd-cate dd a:hover:before { background:#0152ad;}

.in-prd-con {float: right;width: 970px; background:#fff; padding:20px;}
.list-1 {margin: -20px -10px 0 -20px;}
.list-1 li {float: left; width: 33.333333%;}

.list-1 li a {
	display: block;
	margin: 10px 0 0 20px;
}
.list-1 li .img-center {
	background-color: #fff;
	/*height: 250px;
	line-height: 250px;*/
	border: 1px solid #ddd;
}
.list-1 li p {
	text-align: center;
	margin: 10px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-1 li a:hover .img-center {
	border-color: #51b3df;
}
.list-1-1 li .img-center {
	height: 220px;
	line-height: 220px;
}
.in-case-menu {
	float: left;
	width: 300px;
}
.in-case-menu li a {
	display: block;
	background: url(../images/ag2.png) no-repeat center / 100% 100%;
	line-height: 64px;
	padding-left: 64px;
	font-size: 16px;
	padding-right: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in-case-menu li.active a {
	background-image: url(../images/ag1.png);
	color: #fff;
}
.in-case-con {
	margin-left: 325px;
}
.in-case-con dl {
	margin: 0;
	overflow: hidden;
}
.in-case-con dt {
	float: left;
	width: 436px;
}
.in-case-con dd {
	margin-left: 466px;
}
.in-case-con dd h4 {
	margin: 0;
	font-size: 18px;
}
.in-case-con dd p {
	margin: 20px 0 0;
	color: #777;
	line-height: 2;
	text-align: justify;
	height: 258px;
}
.in-case-con dd .more {
	width: 120px;
	line-height: 38px; text-align:center;
	color: #333; display:block; background:#fff; border:#ccc 1px solid;
}


.in-case-con dd .more:hover {background-image: linear-gradient(to left, #166bca, #0152ad); color:#fff; border:none;}



.in-honours ul {
	font-size: 0;
}
.in-honours li {
	width: 280px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.in-honours li a {
	display: block;
}
.in-honours li .img-center {	
    height:202px;
    line-height:202px;
	background-color: #fff;
}
.in-honours li p {
	text-align: center;
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.in-about {
	margin: 0;
}
.in-about dt {
	float: left;
	width: 526px;
}
.in-about dd {
	margin-left: 550px;
}
.in-about dd p {
	margin: 0;
	line-height: 2;
	text-align: justify;
}
.bg {background: #f7f7f7;}
.bg1 {
	color: #fff;
	background: url(../images/bg1.jpg) no-repeat center / cover;
}
.bg2 {
	background: url(../images/bg2.jpg) no-repeat center / cover;
}
.bg3 {background:#fff; padding:20px; box-sizing:border-box;}
.bg1 .section-title span {
	color: #fff;
}
.bg1 .section-title small {
	color: #fff;
}
.in-lc {
	margin: -20px 0 0 -20px;
}
.in-lc li {
	float: left;
	width: 33.333333%
}
.in-lc li a {
	display: block;
	margin: 20px 0 0 20px;
	position: relative;
	color: #fff;
}
.in-lc li .img-cover {
	padding-top: 76%;
}
.in-lc li .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	margin: 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
}
.in-news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.in-news .item {background:#fff; padding:20px; border-radius:0px;
-webkit-box-shadow: 0px 0px 29px 0px rgba(0, 76, 151, 0.08);
box-shadow: 0px 0px 29px 0px rgba(0, 76, 151, 0.08);box-sizing: border-box;}

.in-news .img-center {
	margin-bottom: 20px;
}
.in-news .title-1 {
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.list-2 li {
	border-bottom: 1px dotted #ccc;
}
.list-2 li a {
	display: block;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; text-indent:8px;
}
.list-2 li a:before { content:""; float:left; margin-top:22px; background:#ccc; margin-left:3px; width:4px; height:4px; border-radius:50%;}
.list-2 li span {
	float: right;
	font-size: 14px;
	color: #666;
}
.yunu-link {
	padding: 20px 0;
}
.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #0495d6;
	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 {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.footer {
	padding: 50px 0 40px 0;
	background-color: #2d3237;
	color: #fff;
}
.footer a {
	color: #bec3cc;
}
.footer a:hover {
	color: #fff;
}
.footer-nav {
	margin-bottom: 30px;
	font-size: 0;
	padding-bottom:30px;
	text-align: center;
	border-bottom:#666 1px solid;
}
.footer-nav a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin: 0 25px;
}
.footer-ewm {
	float: right;
	width: 110px;
	text-align: center;
}
.footer-ewm .ewm img {width:100%;}
.footer-ewm:first-child {margin-left:30px;}
.footer-ewm p {
	margin: 10px 0 0;
	font-size: 14px;
}
.footer-info {
	margin-right: 160px;
	background: url(../images/footlogo.png) no-repeat 0 center;
	padding-left: 280px;
	background-size:20%;
}
.footer-info p {
	margin: 5px 0 0;
}
.banner-sub {
	height: 400px;
	background: no-repeat center / cover;
}
.ct2-sd {
	float: left;
	width: 260px;
}
.ct2-mn {
	float: right;
	width: 1018px; background:#fff; padding:20px; box-sizing:border-box;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 76, 151, 0.08);
box-shadow: 0px 0px 15px 0px rgba(0, 76, 151, 0.08);box-sizing: border-box;
}
.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: 20px;
	background: url(../images/k1.jpg) no-repeat center / cover;
	padding: 20px 0;
}
.contact-sd {
	padding: 20px;
	line-height: 1.8;
	font-size: 13px;
}
.lanmu li {
	border-bottom: 1px dotted #ddd;
}
.lanmu li:last-child {
	border-bottom: 0;
}
.lanmu li>a {
	display: block;
    line-height: 70px;
    font-size: 15px;
    background: url(../images/aao_10.jpg) left center no-repeat;
    padding-left: 28px;
  
    
}

.lanmu li .arr {
	float: right;
	height: 45px;
	width: 40px;
	position: relative;
	cursor: pointer;
}
.lanmu 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;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.lanmu-box {
	display: none;
}
.lanmu-box p {
	margin: 0;
	border-top: 1px dotted #ddd;
	padding-left: 15px;
}
.lanmu-box p a {
	padding: 0 25px;
	display: block;
	line-height: 40px;
}
.lanmu-box p.on a {
	color: #023c7e;
}
.lanmu li>a:hover, .lanmu li.active>a {
	color: #023c7e;
}
.lanmu li.open .lanmu-box {
	display: block;
}
.lanmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.sub-tit {
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	color: #292929;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.curmbs {
	float: right;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.curmbs svg {width:20px; height:20px; float:left; margin-right:6px;}
.curmbs em {font-style: normal;	padding: 0 5px; font-family:"宋体";}
.curmbs a {color: #666;}
.curmbs a:hover {color: #023c7e;}
.list-3 li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.list-3 li a {
	display: block;
	overflow: hidden;
}
.list-3 li .img-center {
	float: left;
	width: 240px;
}
.list-3 li .text {
	margin-left: 260px;
}
.list-3 li .text h4 {
	font-size: 20px;
	margin: 0;
}
.list-3 li .text .date {
	margin-top: 10px;
	color: #999;
	font-size: 14px;
}
.list-3 li .text p {
	margin: 10px 0 0;
	color: #777;
	line-height: 1.8;
	text-align: justify;
}
.list-3 li .text span {
	float: right;
	line-height: 24px;
	border: 1px solid #ddd;
	border-radius: 60px;
	padding: 3px 20px;
	margin-top: 10px;
}
.list-3 li a:hover .text span {
	background-color: #0152ad;
	color: #fff;
	border-color: #0152ad;
}
.list-4 li {
	border-bottom: 1px dotted #ccc;
}
.list-4 li a {
	display: block;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
	padding-left: 20px;
}
.list-4 li span {
	float: right;
	font-size: 14px;
	color: #666;
}
.content-title {
	margin-bottom: 20px;
	text-align: center;
}
.content-title h1 {
	font-size: 22px;
	margin: 0;
}
.content-title p {
	margin: 15px 0 0;
	font-size: 14px;
	color: #999;
	border-top: 1px dashed #ddd;
	padding-top: 15px;
}
.content-title p span {
	padding: 0 10px;
	display: inline-block;
}
.content-body {
	line-height: 1.8;
}
.content-body img {
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}
.content-exp {
	padding: 10px 15px;
	font-size: 14px;
	background-color: #f5f5f5;
	margin-top: 20px;
	border-radius: 5px;
}
.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yunu-showcase {
	margin: 0 0 20px;
	padding-bottom: 20px;
	
}
.yunu-showcase-info {
	margin-left: 430px;
}
.yunu-showcase-info h1 {
	font-size: 20px;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}
.yunu-showcase-info p {
	margin: 12px 0 0;
	color: #333;
	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: 150px;
	text-align: center;
	border-radius: 0px;
	background-color: #0152ad;
}
.yunu-showcase-info .tel a:hover {background:#023c7e;}
.yunu-showcase-info .tel a:last-child {background:#fff; border:#ddd 1px solid; color:#333; width:120px;}
.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;
                line-height: 80px;*/
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	
}
.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: #dd0000;
}
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;
}
.map {
	height: 400px;
	margin-top: 20px;
}
 @media screen and (max-width: 767px) {
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;
}
.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 .topbar, .header .text, .header .tel {
	display: none;
}

.header .logo {
	height: 50px;
	line-height: 50px;
	float: none;
	padding: 0;
	margin: -10px 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: #51b3df
}
.header .nav li.open .arr:after {
	border-color:#51b3df;
	-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;
}
/*css */
.header .nav .dropdown-box a:hover {
	background-color: transparent !important;
}
.menu-btn {
	display: block;
}
.banner .swiper-slide {
	height: auto;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.yunu-sou {
	padding: 0;
	border-bottom: 0;
}
.yunu-sou .container {
	padding: 0;
}
.yunu-sou .hot {
	display: none;
}
.yunu-sou .hform {
	float: none;
	position: relative;
}
.yunu-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;
}
.yunu-sou .hform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
}
.in-prd-cate {
	display: none;
}
.in-prd-con {
	float: none;
	width: auto;
}
.section {
	padding: 30px 0;
}
.section-title {
	margin-bottom: 20px;
	font-size: 22px;
}
.section-title small {
	font-size: 14px;
	margin-top: 5px;
}
.title-1 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	
	
}
.title-1 small {
	font-size: 14px;
}
.list-1 {
	margin: -15px 0 0 -15px;
}
.list-1 li {
	width: 50%;
}
.list-1 li a {
	margin: 15px 0 0 15px;
}
/*.list-1 li .img-center {
	height: 188px;
	line-height: 188px;
}*/
.list-1 li p {
	margin-top: 10px;
}
.list-1 li a:hover .img-center {
	border-color:#51b3df;
}
.list-1-1 li .img-center {
	height: 108px;
	line-height: 108px;
}
.in-case-menu {
	display: none;
}
.in-case-con {
	margin: 0;
}
.in-case-con dt {
	float: none;
	width: auto;
}
.in-case-con dd {
	margin: 15px 0 0;
}
.in-case-con dd p {
	height: auto;
	margin: 10px 0 0;
	line-height: 1.8;
}
.in-case-con dd .more {
	margin-top: 15px;
}
.in-honours li {
	width: 140px;
}
.in-honours li .img-center {
	height: 150px;
	line-height: 150px;
}
.in-honours li p {
	margin-top: 10px;
}
.in-about dt {
	float: none;
	width: auto;
}
.in-about dd {
	margin: 15px 0 0;
}
.in-about dd p {
	line-height: 1.8;
}
.in-lc li {
	width: 100%;
}

.in-news {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.in-news .item {padding:10px;}
.in-news .img-center {
	display: none;
}
.in-news .title-1 {
	font-size: 18px;
}
.footer {
	padding: 30px 0;
}
.footer-nav {
	display: none;
}
.footer-ewm {
	display: none;
}
.footer-info {
	background: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.banner-sub {
	height: 130px;
}
.ct2-sd {
	display: none;
}
.ct2-mn {
	float: none;
	width: auto;
}
.sub-tit {
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.curmbs {
	display: none;
}
.pages {
	margin-top: 20px;
}
.pages a {
	font-size: 14px;
	line-height: 30px;
	padding: 0 12px;
}
.list-3 li .img-center {
	float: none;
	width: auto;
}
.list-3 li .text {
	margin: 15px 0 0;
}
.list-3 li .text h4 {
	font-size: 16px;
}
.list-3 li .text p {
	font-size: 14px;
}
.list-4 li a {
	line-height: 40px;
	padding-left: 15px;
}
.content-title {
	margin-bottom: 15px;
}
.content-title h1 {
	font-size: 18px;
}
.content-title p {
	margin-top: 10px;
	padding-top: 10px;
}
.content-title p span {
	padding: 0 5px;
}
.content-exp {
	margin-top: 15px;
}
.pc-slide {
	float: none;
	width: auto;
}
.yunu-showcase-info {
	margin: 20px 0 0;
}
.yunu-showcase-info h1 {
	padding-bottom: 10px;
}
.yunu-showcase-info p {
	margin-top: 10px;
}
.map {
	height: 200px;
}
}
.pagination p{
                margin:0;
                cursor:pointer
            }
            .pagination{
                height:40px;text-align:center;
                padding:20px 0px;
            }
            .pagination a{
                display:inline-block;
                margin-right:10px;
                padding:2px 12px;
                height:24px;
                border:1px #cccccc solid;
                background:#fff;
                text-decoration:none;
                color:#808080;
                font-size:12px;
                line-height:24px;
            }
            .pagination a:hover{
                color:#e62022;
                background: white;
                border:1px #e62022 solid;
            }
            .pagination a.cur{
                border:none;
                background:#e62022;
                color:#fff;
            }
            .pagination p{
                display:inline-block;
                padding:2px 12px;
                font-size:12px;
                height:24px;
                line-height:24px;
                color:#bbb;
                border:1px #ccc solid;
                background:#fcfcfc;
                margin-right:8px;
            }
            .pagination p.pageRemark{
                border-style:none;
                background:none;
                margin-right:0px;
                padding:4px 0px;
                color:#666;
            }
            .pagination p.pageRemark b{
                color:red;
            }
            .pagination p.pageEllipsis{
                border-style:none;
                background:none;
                padding:4px 0px;
                color:#808080;
            }
            .dates li {font-size: 14px;margin:20px 0}
            .dates li span{float:right}
			

          .cpxgtj {
		   margin: 0 0 1;
           color: #51b3df;
           font-size: 16px;
           border-left: 6px solid #51b3df;
            padding-left: 8px;
		
			}
			

.chanpinxinxi {
    width: 100%;
	height:45px;
	margin-bottom:20px; 
	border-bottom: 1px solid #51B3DF;
}
.chanpinxinxi li{
float:left;
width: 23%;
line-height:45px;
font-size: 15px;
text-align:center;
}



.activexx {
    background-color: #51b3df;
    color: #fff; 
	font-weight:bold;
	margin-right:5px;

}
.active12{
  background-color:#f7f7f7;
  margin-right:3px;

}




.img22{
	width: 22%!important;
	margin-right: 10px;
	margin-top: 8px;
	}
.bqsm
	{
	padding: 10px 15px;
    font-size: 14px;
	border: 1px solid #ddd;
    margin-top: 20px;
    border-radius: 5px;
	}
	   
.anniu {
	display: block;
    width: 120px;
    line-height: 38px;
    text-align: center;
    margin-top: 35px;
    font-size: 16px;
}
.anniu a{color: #333; display:block; background:#fff; border:#ccc 1px solid;}
.anniu a:hover {background-image: linear-gradient(to left, #166bca, #0152ad); color:#fff; border:none;}

.copyright {
    margin-top: 20px;
    margin-bottom: 0px;
}
.price{
 color: #ff0000;
 font-size:16px;
 
}
.ser_table {
    width: 100%;

}
.ser_table .ser_title {
    background: #f2f2f2;
}
.ser_table tr {
    border-bottom: 1px solid #f2f2f2;
}
.ser_table th {
    line-height: 55px;

}


/*��ҳ��ʽ*/
.pglist{
padding: 30px 0 15px;
width:100%;
text-align: 
center;clear: both;
}
.pglist a,.pglist span{
color: #666;
padding: 0 15px;
margin: 0 3px;
display: inline-block;
vertical-align: middle;
line-height: 34px;
background: #fff;
border: 1px solid #edebeb;
}
.pglist a:hover,.pglist span{
display:inline-block;
color: #fff;
background: #dd0000;
border-color: #dd0000;
box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}
.pglist a.page-num-current{
display:inline-block;
color: #fff;
background:#dd0000;
border-color:#dd0000;
box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}


.zt_jt_box009main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 20px;
    overflow: hidden;
}
.zt_jt_box009main dl {
    width: 540px;
    float: left;
    padding-left: 20px;
    padding-right: 30px;
    overflow: hidden;
    padding-bottom: 40px;
}
.zt_jt_box009main dl dt i {
    float: left;
    padding-right: 10px;
}

.zt_jt_box009main dl dd {
    clear: both;
    padding-left: 42px;
    font-size: 15px;
}



/* fixed-bar */
@media screen and (max-width: 1050px) {
.wrap-box{
display: none;
}
.fixed-bar{
display: none;
}
}
.hotpro {}
.hotpro img {max-width:100%;}
.hotpro .t {white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis; padding-bottom:10px; padding-top:5px;}
.fixed-bar .icon,.fixed-bar .consult-list .tel-icon{background:url("../images/JS_02.png") no-repeat;}
.fixed-bar .icon{display:block;position:absolute;top:50%;left:50%;width:23px;height:12px;overflow:hidden;margin:-18px 0 0 -12px;background-position:right -220px;text-indent:-999em;}
.fixed-bar{position:fixed;right:0px;bottom:50px;z-index:50;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))-30);}
.fixed-bar .gotop{position:relative;z-index:1;display:block;width:68px;height:36px;overflow:hidden;margin:-1px 0 0;padding:32px 0 0;border:1px solid #e6e6e6;border-top:1px dashed #eaeaea;background-color:#fff;color:#666;font:normal 14px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";text-align:center;}
.fixed-bar .share{height:68px;overflow:hidden;margin:-1px 0 0;border:1px solid #e6e6e6;}
.fixed-bar .gotop:hover{z-index:10;border-color:#2acb6b;background-color:#2acb6b;color:#fff;text-decoration:none;}
.fixed-bar .gotop:hover .icon{background-position:right -251px;}
.fixed-bar .consult-box{border:1px solid #e6e6e6;}
.fixed-bar .consult-box .consult-header{position:relative;height:36px;margin:-1px -1px 0;background:#2acb6b;}
.fixed-bar .consult-box .consult-title{color:#fff;font:normal 16px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";text-align:center;}
.fixed-bar .consult-box .icon{display:none;top:0;left:-28px;width:28px;height:36px;overflow:hidden;margin:0;background-position:-80px -530px;cursor:pointer;}
.fixed-bar .consult-box .icon:hover{background-position:-110px -530px;}
.fixed-bar .consult-list{margin:0 2px -1px;padding:9px 0;border-bottom:1px dashed #eaeaea;}
.fixed-bar .consult-list li{padding:6px 0 6px 3px;color:#666;font:normal 12px/24px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";}
.fixed-bar .consult-list span,.fixed-bar .consult-list a{float:left;line-height:24px;}
.fixed-bar .consult-list span{padding-right:10px;}
.fixed-bar .consult-list img{vertical-align:top;}
.fixed-bar .wide-bar{width:150px;background:#fff;}
.fixed-bar .wide-bar .share .bds_more{width:148px;_width:146px;background-position:-252px -568px;}
.fixed-bar .wide-bar .share .bds_more:hover{background-position:-354px -568px;}
.fixed-bar .wide-bar .gotop{width:148px;}
.fixed-bar .consult-list .tel-icon{margin-left:-15px;padding:0 0 0 20px;background-position:-591px -264px;}

.page {text-align:center; margin-top:20px;}
.page a {display: inline-block; border:#efefef 1px solid; background:#fff; width:32px; height:32px; line-height:32px; margin-left:5px; font-size:16px;}
.page a.crt {background:#0152ad; color:#fff;}
.page a:hover {background:#0152ad; color:#fff;}
 