/*上海易尼信息科技有限公司 技术支持-by eniok.com 2025-04-18 18:10:31*/
html{ padding:0px;margin:0px;font-family:'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;font-size:calc(100vw / 10);}
body {
	font-family:
    -apple-system, BlinkMacSystemFont, 
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "PingFang SC", "Microsoft YaHei",
    sans-serif;
	background: #111111;
	color: #ebebeb;
	font-size: 14px;
}
/* 代码块专用 */
pre, code {
  font-family:
    "Courier New", Courier, 
    "Lucida Console", Monaco,
    monospace;
}
input, select, textarea {
	font-family:
    -apple-system, BlinkMacSystemFont, 
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "PingFang SC", "Microsoft YaHei",
    sans-serif;
	background: #111111;
	color: ##111111;
	font-size: 14px;
}
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1168px;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
.img {
	overflow: hidden;
}
.img img {
	max-width: 100%;
}
* {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.gotop {
    z-index: 98;
	position: fixed;
	cursor: pointer;
	transition: all 0s;
	display: none;
	bottom: 15%;
	right: 10px;
	width: 50px;
	height: 50px;
	background: url(../images/top.svg) no-repeat center center;
	background-size: 100% auto;
}
.gotop:hover {
	opacity: 0.8
}
/*----------header----------*/
.header {
	position: absolute;
	top: 50px;
	left: 5%;
	width: 90%;
	z-index: 999;
    /*background: linear-gradient(to right, rgb(0 0 0 / 20%), rgb(255 255 255 / 80%)),url('https://example.com/your-image.jpg');*/
    background-size: cover;
    background-position: center;
    position: fixed;
}
.header .wrap {
	width: 100%;
	max-width: inherit;
	height: 110px;
	background: rgb(29 29 29 / 80%);
}
.header .logo {
	text-align: center;
	line-height: 110px;
}
.header .logo img {
	vertical-align: middle;
}
.menu_wrap {
	cursor: pointer;
	color: #fff;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -15px;
	display: block;
	padding-left: 50px;
	background: url(../images/menu.svg) no-repeat left center;
	line-height: 30px;
}
.header.fixed {
	position: fixed;
}
.header.fixed1 {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
}
.header.fixed .menu_wrap {
	background: url(../images/menu2.svg) no-repeat left center;
}
.menu {
	display: none;
}
.head_time {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	right: 30px;
	color: #fa4067;
	background: url(../images/icon1.svg) no-repeat right center;
	padding-right: 45px;
	font-size: 25px;
}
.menu_fixed {
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 100;
	background: #1b1919;
	padding: 80px 0;
}
.menu_fixed.on {
	top: 0;
}
.menu_fixed p {
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 80px;
	text-align: center;
	width: 100%;
	color: #746c70;
}
.menu_fixed p a {
	color: #2ca6e0
}
.menu_fixed .menu {
	height: 100%;
	display: table;
	width: 100%;
}
.menu_fixed .menu ul {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.menu_fixed .menu ul li a {
	display: block;
	margin: 0 auto;
	width: 370px;
	text-align: center;
	line-height: 78px;
	border: 1px solid #3f3e3e;
	border-top: 0;
	font-size: 22px;
	color: #fff;
}
.menu_fixed .menu ul li a:hover, .menu_fixed .menu ul li.on a {
	color: #2ca6e0
}
.menu_fixed .menu ul li:first-child a {
	border-top: 1px solid #3f3e3e
}
.banner .wrap {
	max-width: 1168px;
}
.banner .item * {
	transition: all 0.5s;
}
.banner .item {
	position: relative;
}
.banner .item img {
	display: block;
	width: 100%;
}
.banner .item .text {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -50px;
	line-height: 50px;
	text-align: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
}
.banner .item .text h2 {
	margin-bottom: 10px;
	font-size: 44px;
	font-weight: normal;
}
.banner .item .btn {
	margin-top: 100px;
}
.btn a {
	display: inline-block;
	width: 120px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-top: 1px solid #2ca6e0;
	border-bottom: 1px solid #2ca6e0;
	font-size: 14px;
}
.btn a:hover {
	width: 200px;
	color: #2ca6e0
}
.banner.owl-theme .owl-controls {
	bottom: 10%;
}
.banner.owl-theme .owl-dots {
	counter-reset: nav;
}
.banner.owl-theme .owl-dots .owl-dot span {
	position: relative;
	margin: 0 2px;
	padding: 0;
	width: 20px;
	height: 1px;
	background: #2ca6e0
}
.banner.owl-theme .owl-dots .owl-dot span:before {
	counter-increment: nav;
	content: "0" counter(nav);
	position: absolute;
	top: 0;
	margin-top: -15px;
	left: 0;
	width: 100%;
	line-height: 30px;
	color: #fff;
	opacity: 0;
}
.banner.owl-theme .owl-dots .owl-dot.active span, .banner.owl-theme .owl-dots .owl-dot:hover span {
	background: none;
}
.banner.owl-theme .owl-dots .owl-dot.active span:before, .banner.owl-theme .owl-dots .owl-dot:hover span:before {
	opacity: 1;
}
.page_tit {
	position: relative;
	text-align: center;
	padding: 40px 0;
}
.page_tit label {
	display: block;
	margin: 0 auto;
	width: 1px;
	height: 25px;
	background: #2ca6e0
}
.page_tit h3 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 45px;
}
.page_tit p {
	line-height: 20px;
}
.page1 {
	padding-bottom: 50px;
	background: #111111;
}
.page1_list ul { /*margin:0 -1.5%; overflow:hidden;*/
}
.page1_list ul li {
	max-width: 364px;
	margin: 0 auto; /*margin:0 1.5%; width:30.333%; float:left;*/
	text-align: center;
}
.page1_list ul .text {
	padding: 20px;
	color: #fff;
    display: block;
    padding: 0 20px;
    border: 0px solid #2ca6e0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), /* 左侧透明 */ rgb(44 44 44), /* 中间半透明黑色 */ rgba(0, 0, 0, 0) /* 右侧透明 */);
}
.page1_list ul a {
	color: #fff;
}
.page1_list ul h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
.page1_list ul p {
	text-transform: uppercase;
	color: #746c70
}
.tag_head {
	text-align: center;
	margin-bottom: 30px;
	white-space: nowrap;
	overflow-x: auto;
}
.tag_head span {
	line-height: 32px;
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}
.tag_head span a {
	color: #fff;
	display: block;
	padding: 0 20px;
	border: 1px solid #2ca6e0;
	/*background: linear-gradient(to right, #21b9e0, #fa4067);*/
}
.tag_head span a:hover {
	background: #2ca6e0;
}
.page2 {
	background: #1b191a;
}
.page2_list ul {
	overflow: hidden;
}
.page2_list li {
	float: left;
	width: 25%;
}
.page2_list li img {
	display: block;
}
.page2_list li a {
	display: block;
	position: relative;
	background: #000;
}
.page2_list li .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
}
.page2_list li .text p {
	height: 0;
	transform: translateY(15px)
}
.page2_list li .text h3 {
	line-height: 42px;
	background: url(../images/bg1.png) repeat-x center center;
	padding: 0 17px;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-weight: normal;
	color: #2ca6e0
}
.page2_list li a:hover img {
	transform: scale(1.1);
	opacity: 0.5
}
.page2_list li a:hover .text {
	bottom: auto;
	top: 50%;
	margin-top: -40px;
}
.page2_list li a:hover .text h3 {
	background: none;
	text-align: center;
}
.page2_list li a:hover .text p {
	display: block;
	transform: translateY(0px);
	text-align: center;
}
.more.btn {
	text-align: center;
	padding: 40px 0;
}
.page3 {
	padding: 80px 0;
	background: #211d1c
}
.page3_text {
	width: 43%;
}
.page3_text .tit span {
	display: block;
	padding-left: 40px;
	background: url(../images/icon2.png) no-repeat left center;
	font-size: 32px;
}
.page3_text .tit {
	margin-bottom: 50px;
}
.page3_text .text {
	line-height: 26px;
	color: #9c9398
}
.page3_text .text p {
	text-align: justify;
}
.more1 {
	margin-top: 40px;
}
.more1 a {
	color: #2ca6e0
}
.more1 a span {
	display: inline-block;
	padding-right: 50px;
	background: url(../images/icon3.svg) no-repeat right center;
}
.more1 a:hover span {
	padding-right: 60px;
}
.page3_list {
	width: 45%;
}
.page3_list ul li .img {
	float: left;
	margin-right: 20px;
}
.page3_list ul li .text {
	overflow: hidden;
}
.page3_list ul li {
	clear: both;
	padding: 20px 0;
	border-bottom: 1px solid #413c37
}
.page3_list ul li:first-child {
	padding-top: 0
}
.page3_list ul li .text h3 a {
	font-size: 18px;
	font-weight: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2ca6e0
}
.page3_list ul li .text h3 a:hover {
	color: #fff;
}
.page3_list ul li .text h3 {
	margin-bottom: 5px;
}
.page3_list ul li .text span {
	display: block;
	line-height: 35px;
	font-size: 12px;
	color: #554e52
}
.page3_list ul li .text p {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	color: #9c9398;
	overflow: hidden;
}
/*.page4_list ul{ overflow:hidden;}*/
.page4_list ul li {
	max-width: 270px;
	margin: 0 auto;
	text-align: center; /*width:32.333%; float:left;margin:0 0.5%;*/
}
.page4_list ul li .text {
	color: #9c9398;
	font-size: 12px;
	padding: 30px 0;
}
.page4_list ul li .text h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page5 {
	background: #1f1e1c;
	padding-bottom: 40px;
}
.page5_owl .item {
	padding-bottom: 30px;
	text-align: center;
	background: #393533;
}
.page5_owl .liuyan .logo {
	/*padding-bottom: 30px;*/
	text-align: center;
	background: #1f1e1c;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 垂直居中 */
    align-items: center;     /* 水平居中 */
    min-height: 100px;       /* 需要明确高度 */
}
.page5_owl .tijiao {
	/*padding-bottom: 30px;*/
	text-align: center;
	background: #1f1e1c;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 垂直居中 */
    align-items: center;     /* 水平居中 */
    min-height: 100px;       /* 需要明确高度 */
}
.page5_owl .item.on {
	background: #2e2a29
}
.page5_owl .item .img {
	height: 220px;
	line-height: 220px;
	margin: 20px;
	padding-top: 20px;
}
.page5_owl .item img {
	margin: 0 auto;
	display: inline-block !important;
	vertical-align: middle;
}
.page5_owl .text h3 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
}
.page5_owl .text p {
	line-height: 24px;
	max-width: 175px;
	margin: 0 auto;
}
.page5_owl .text ul {
	margin-top: 80px;
}
.page5_owl .text ul li {
	margin: 20px;
}
.page5_owl .text ul li span {
	line-height: 25px;
	display: block;
	max-width: 130px;
	margin: 0 auto;
	height: 12px;
	border-bottom: 1px solid #2ca6e0;
	margin-bottom: 10px;
}
.page5_owl .text ul li span label {
	display: inline-block;
	padding: 0 10px;
	background: #393533;
	color: #2ca6e0
}
.page5_owl .on .text ul li span label {
	background: #2e2a29
}
.page5_cur {
	position: absolute;
	bottom: 30px;
	right: -100px;
}
.page5_cur span {
	cursor: pointer;
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	background-color: #242321;
	background-position: center center;
	background-repeat: no-repeat;
}
.page5_cur span.prev {
	background-image: url(../images/cur3.png);
}
.page5_cur span.next {
	background-image: url(../images/cur4.png);
}
.page5_cur span.prev:hover {
	background-image: url(../images/cur3-1.png);
}
.page5_cur span.next:hover {
	background-image: url(../images/cur4-1.png);
}
.page5_cur span:hover {
	background-color: #393534
}
.page5_list {
	width: 90%;
	margin: 0 auto;
}
.footer {
	background: #111111;
	padding-top: 50px;
	text-align: center;
}
.footer .wrap {
	max-width: 1360px;
}
.footer .logo {
	text-align: center;
	margin-bottom: 40px;
}
.foot_lt .list ul {
	margin: 0 5%;
	overflow: hidden;
}
.foot_lt .list ul li {
	width: 44%;
	margin: 0 3%;
	float: left;
	margin-bottom: 20px;
	line-height: 46px;
}
.foot_lt .list ul li span {
	display: block;
	float: left;
	width: 50px;
	color: #767676
}
.foot_lt .list ul li .text {
	overflow: hidden;
}
.div_input {
	border: 1px solid #3f3e3e;
	padding: 0 20px;
	line-height: 44px;
}
.div_input input {
	color: #fff;
	width: 100%;
	border: 0;
	background: none;
}
.foot_rt {
	width: 50%;
	text-align: right;
	float: right;
}
.foot_rt h3 {
	font-size: 24px;
	font-weight: normal;
	color: #767676;
	margin-bottom: 70px;
}
.foot_b {
	margin-top: 80px;
	border-top: 1px solid #222;
	padding: 40px 0;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #767676
}
.foot_b a {
	color: #767676
}
/*----------mainer----------*/
.mainer {
}
/*----------footer----------*/
.footer {
}
.foot_rt {
	display: none;
}
.foot_lt {
	width: 100%;
	float: none;
}
/*----------custom----------*/

.page_tit.ny_tit {
	padding: 220px 0 80px;
}
.tag_head.case_head {
	padding-top: 30px;
}
.page_count {
	text-align: center;
	padding: 55px 0;
}
.page_count a {
	display: inline-block;
	line-height: 32px;
	padding: 0 10px;
	border: 1px solid #31a6e0;
	font-size: 13px;
	color: #31a6e0;
	margin: 0 5px;
}
.page_count a.in, .page_count a:hover, .page_count a:active {
	background: #31a6e0;
	color: #fff;
}
.page_about {
}
.page_about .web {
	background: #1b191a;
	padding: 37px 0 110px;
}
.page_about .web .text {
	margin-top: 38px;
}
.page_about .web .text h3 {
	font-size: 24px;
	font-weight: normal;
	color: #2ca6e0;
}
.page_about .web .text p {
	text-align: justify;
	font-size: 16px;
	line-height: 40px;
	color: #ada8a7;
}
.page1.about_service {
	background: #211d1c;
}
.page_tit.contact_tit {
	padding: 75px 0;
}
.page5.page_news {
	background: #1b191a;
}
.news_list {
}
.news_list ul li {
	border: 1px solid #1b191a;
	margin-top: 30px;
	background: #302c2b;
}
.news_list ul li .img {
	float: left;
	width: 41%;
}
.news_list ul li .img img {
	display: block;
	width: 100%;
}
.news_list ul li .web {
	overflow: hidden;
}
.news_list ul li .web .tit {
	color: #fff;
	background: #31a6e0;
	padding: 30px 30px 30px 20px;
}
.news_list ul li .web .tit p {
	font-size: 14px;
}
.news_list ul li .web .tit h3 {
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.news_list ul li .web .tit h3 a {
	color: #fff;
}
.news_list ul li .web .text {
	padding: 25px 30px 0 20px;
}
.news_list ul li .web .text p {
	font-size: 14px;
	line-height: 24px;
	color: #ada8a7;
}
.news_list ul li .web .news_btn {
	padding-left: 20px;
	margin-top: 70px;
}
.news_list ul li .web .news_btn a {
	display: inline-block;
	width: 42px;
	height: 17px;
	background: url(../images/icon3.svg) no-repeat center center;
}
.news_list ul li:hover {
	border-color: #31a6e0;
}
.page_news .page_count {
	text-align: right;
}
.page2.page_service {
}
.page_service .page4_list {
	padding: 105px 0;
}
.details_box {
	padding: 40px 0 20px;
}
.details_box .tit {
	text-align: center;
	color: #fff;
	background: #31a6e0;
	padding: 30px 0 25px;
}
.details_box .tit h3 {
	font-size: 18px;
	font-weight: normal;
}
.details_box .tit p {
	font-size: 14px;
	margin-top: 13px;
}
.details_box .web {
	padding: 25px 0 70px;
}
.details_box .web p {
	font-size: 14px;
	color: #ada8a7;
	line-height: 24px;
	margin-top: 24px;
	text-align: justify;
}
.details_btn {
}
.details_btn p {
	font-size: 14px;
	color: #31a6e0;
	margin-top: 20px;
}
.details_btn p label {
	display: inline-block;
	border-bottom: 1px solid #1f1e1c;
}
.details_btn p span {
	display: inline-block;
	margin-right: 27px;
}
.details_btn p a {
	color: #31a6e0;
}
.details_btn p label:hover {
	border-bottom: 1px solid #31a6e0;
}
 @media only screen and (max-width: 1410px) {
.page5_cur {
	right: 0;
}
}
@media only screen and (max-width: 1200px) {
.header {
	top: 20px;
	left: 20px;
	right: 20px;
	width: initial;
}
.banner .item .btn {
	margin-top: 50px;
}
.banner .item .text h2 {
	font-size: 36px;
}
}
 @media only screen and (max-width: 1024px) {
.banner .item .text h2 {
	font-size: 30px;
}
.banner .item .text {
	font-size: 16px;
}
.banner .item .btn {
	margin-top: 30px;
}
}
@media only screen and (max-width: 800px) {
.page2_list li {
	width: 33.333%;
}
.header .logo {
	line-height: 90px;
}
.header .wrap {
	height: 90px;
}
.page_tit h3 {
	font-size: 26px;
}
.news_list ul li .img {
	width: 50%;
}
.news_list ul li .web .news_btn {
	margin-top: 10px;
}
.news_list ul li .web .text {
	padding-top: 5px;
}
.news_list ul li .web .text p {
	line-height: 22px;
}
.news_list ul li .web .tit {
	padding: 20px;
}
}
 @media only screen and (max-width: 750px) {
.page {
	overflow: hidden;
}
.mainer {
	margin-top: 100px;
}
.header {
	position: fixed;
	top: 10px;
	left: 10px;
	right: 10px;
}
.menu_wrap {
	left: 15px;
	padding-left: 40px;
}
.header .logo img {
	height: 40px;
}
.head_time {
	right: 15px;
	font-size: 12px;
}
.header .logo {
	line-height: 70px;
	background: rgba(22, 22, 23, .95);
}
.header .wrap {
	height: 70px;
}
.banner .item .text {
	margin-top: -70px;
	line-height: 25px;
	font-size: 14px;
}
.banner .item .text h2 {
	font-size: 20px;
}
.banner .item .text .btn {
	margin-top: 10px;
}
.btn a {
	line-height: 35px;
}
.page1_list ul {/*white-space:nowrap; overflow-x:auto;*/
}
.page1_list ul li {
	float: none;/*width:190px;*/
	display: inline-block;
	margin: 0 10px;
}
.page2_list li {
	width: 50%;
}
.page3_list, .page3_text {
	width: 96%;
	margin: 0 auto;
	float: none;
}
.page4_list ul li {/*width:200px;display:inline-block;float:none;margin:0 5px;*/
	margin: 0 auto;
}
/*.page4_list ul{white-space:nowrap; overflow-x:auto;}*/
.page4_list ul p {
	white-space: initial;
	line-height: 20px;
	padding: 0 20px;
}
.page5_cur {
	display: none;
}
.page5_owl .text ul {
	margin-top: 20px;
}
.foot_lt, .foot_rt {
	width: 96%;
	margin: 0 auto;
	float: none;
}
.foot_rt {
	text-align: center;
}
.foot_rt h3 {
	margin-bottom: 20px;
}
.foot_b {
	margin-top: 20px;
	padding: 10px 0;
	height: 110px;
}
.more1 {
	margin: 20px 0;
}
.page5_owl .item .img {
	line-height: 180px;
	height: 180px;
	margin: 20px;
}
.page5_owl.owl-theme .owl-dots .owl-dot.active span, .page5_owl.owl-theme .owl-dots .owl-dot:hover span {
	background: #31a6e0
}
.menu_fixed .menu ul li a {
	font-size: 16px;
	width: 80%;
	line-height: 45px;
}
.menu_fixed p {
	/*padding: 0 15px;*/
	/*width: auto;*/
	line-height: 25px;
	font-size: 12px;
	 display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    text-align: center;      /* 确保文本也居中（备用） */
}
.page_tit.ny_tit {
	padding-top: 30px;
	padding-bottom: 50px;
}
.page_about .web {
	padding: 20px;
}
.details_box .tit {
	padding: 15px;
}
.details_box .tit h3 {
	font-size: 16px;
	line-height: 30px;
}
.details_box .web {
	padding: 10px;
}
.details_box .web p {
	line-height: 20px;
}
.details_btn p {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ewm {
	width: 150px;
	margin: 0 auto;
}
.ewm img {
	width: 100%;
}
.page_about .web .text p {
	line-height: 24px;
	font-size: 14px;
}
.page_about .web .text h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.tag_head span a {
	padding: 0 10px;
}
.page_tit.contact_tit {
	padding: 10px 0;
}
.news_list ul li .img {
	width: 100%;
	float: none;
}
.news_list ul li .web .tit {
	padding: 20px;
}
.news_list ul li .web .news_btn {
	margin-top: 20px;
	padding-bottom: 10px;
}
.page_count {
	padding: 20px 0;
	text-align: center;
}
.page_news .page_count {
	text-align: center;
}
.page_count a {
	padding: 0 5px;
	min-width: 20px;
}
.head_time {
	display: none;
}
.header .logo {
	text-align: right;
	padding-right: 20px;
}
.banner .item {
	overflow: hidden;
}
.banner .item .img1 {
	width: 150%;
	margin-left: -25%;
}
.banner .item .text {
	padding: 0 20px;
	box-sizing: border-box;
}
.page2_list li .text h3 {
	font-size: 16px;
}
.page_tit {
	padding: 25px 0;
}
.page3 {
	padding: 40px 0;
}
.foot_lt .list ul li {
	width: 100%;
	margin: 15px 0;
}
.foot_lt .list ul {
	margin: 0 auto;
}
.news_list ul li {
	margin-top: 10px;
}
.page4_list, .page1_list {
	width: 80%;
	margin: 0 auto;
}
.page1_list .owl-carousel .owl-stage-outer, .page4_list .owl-carousel .owl-stage-outer {
	overflow: initial;
}
}
.case_info_modal.in {
}
.case_info_modal {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	color: #000;
}
.case_info_modal .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.case_info_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.case_info_modal .cont {
	overflow-y: auto;
	padding: 10px;
	position: relative;
	background: #fff;
}
.c_scolll {
	position: relative;
	max-width: 1074px;
	width: 90%;
	margin: 0 auto;
}
.case_info_modal .cont h3 {
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #010101;
}
.case_info_modal .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 33px;
	height: 33px;
	border-radius: 33px;
	background-color: #000;
	background-image: url(../images/close.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 100
}
.case_info_modal {
	transition: all 0s;
}
.case_info_modal .cont .close:hover {
	background-color: #2ca6e0
}
.img_owl .item {
	overflow: hidden;
}
.img_owl img {
	width: 100%;
}
.img_owl {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.img_owl .div_o {
	width: 80%;
	margin: 0 auto;
	max-width: 617px;
}
.img_cur {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -12px;
}
.img_cur span {
	cursor: pointer;
	display: block;
	width: 22px;
	height: 36px;
	background: url(../images/cur5.png) no-repeat center center;
}
.img_cur span.span_prev:hover {
	background: url(../images/cur5-1.png) no-repeat center center;
}
.img_cur span.span_next {
	background: url(../images/cur6.png) no-repeat center center;
}
.img_cur span.span_next:hover {
	background: url(../images/cur6-1.png) no-repeat center center;
}
.img_text {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
	line-height: 26px;
	font-size: 14px;
	color: #7e7e7e;
	margin-top: 30px;
}
@media only screen and (max-width: 750px) {
.img_text {
	width: 95%;
}
.img_owl {
	width: 100%;
}
}
/*新增翻页样式 www.mrtheme.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
#maximg img{ max-width:100% !important; height:auto !important}

.abouttxt{ font-size:15px; line-height:36px; color:#ada8a7}

/*search-form*/
#searchbox{display:table-cell;vertical-align:middle;display: flex;justify-content: center; /* 水平居中 */}
#searchbox .box{float:right;width:500px;max-width:50%;position:relative;padding-right:42px;}
#searchbox .s{height:42px;line-clamp:24px;padding:2px 1em;border-radius:0px 0 0 0px;background-color:#fff;width:100%;font-size:14px;}
#searchbox .submit{position:absolute;right:0;top:0;width:42px;height:100%;background:#31a6e0 url(../images/search-icon.png) no-repeat center center;background-size:60% auto;cursor:pointer;}

@media only screen and (max-width:768px){
	/*768px*/
	#searchbox .box{width:250px;max-width:95%;padding-right:32px;}
	#searchbox .s{height:32px;line-height:22px;padding-top:5px;padding-bottom:5px;}
	#searchbox .submit{width:32px;}
}
/*底部咨询*/
.footer-zixun{ position:fixed;z-index:999;left:0;right:0;bottom:0;background:#111111;overflow:hidden;height:1.3rem;border-top:solid 0.5px #222222;padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
.footer-zixun .footer-left{ width:32%;margin-left:3%;overflow:hidden;float:left;}
.footer-zixun .footer-left ul{}
.footer-zixun .footer-left ul li{ width:50%;float:left;}
.footer-zixun .footer-left ul li .iconfont{ margin-top:.2rem;display:block;text-align:center;font-size:.52rem;line-height:1;color:#555;}
.footer-zixun .footer-left ul li p{ font-weight:bold;margin-top:.09rem;font-size:.28rem;line-height:1;color:#999;text-align:center;}

.footer-right{ width:65%;float:right;overflow:hidden;}
.footer-right .btn-form{ margin-top:.15rem;margin-right:.44rem;margin-left:.3rem;text-align:center;height:1rem;line-height:1rem;background:#fa4067;color:#fff;font-size:.38rem;font-weight:bold;border-radius:1rem;}

.weixin-bg{ display:none;position:fixed;z-index:1000;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,0.6);}
.weixin{ padding:.22rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001;width:60%;background:#fff;border-radius:.44rem;}
.weixin img{ width:100%;}
.weixin p{ padding:.3rem 0;text-align:center;line-height:1;color:#999;font-size:.38rem;}
.close-weixin{ position:absolute;left:0;right:0;bottom:-1.4rem;text-align:center;,line-height:1;color:#fff;}
.close-weixin .iconfont{ font-size:.82rem;}

.footer-form-bg{ display:none;position:fixed;z-index:999;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,0.6);}
.footer-form{ transform:translateY(150%);position:fixed;z-index:1001;bottom:0;left:0;right:0;overflow:hidden;background:#fff;padding:.44rem;border-radius:.44rem .44rem 0 0;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.footer-form h2{ text-align:center;font-size:.48rem;line-height:.68rem;margin-bottom:.6rem;color: #1b1919;}
.footer-form p{ line-height:1.8;font-size:.36rem;color:#fa4067;margin-bottom:.4rem;}
.footer-form ul{ margin-left:-.2rem;}
.footer-form ul li{ width:100%;float:left;margin-bottom:.4rem;}
.footer-form ul li .box{ margin-left:.2rem;position:relative;}
.footer-form ul li .box input.intext{ font-weight:bold;padding:0;height:1rem;line-height:1rem;border:0;background:#f5f5f5;outline:none;width:100%;font-size:.34rem; font-family:'Microsoft Yahei';color:#333;padding:0 .3rem;box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-radius:.2rem;}
.footer-form ul li .box textarea{ resize:none;font-weight:bold;padding:0;height:2.6rem;line-height:1rem;border:0;background:#f5f5f5;outline:none;width:100%;font-size:.34rem; font-family:'Microsoft Yahei';color:#333;padding:0 .3rem;box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-radius:.2rem;}
.footer-form ul li .box span.tips{ color:#999;line-height:1rem;font-size:.34rem;position:absolute;z-index:2000;top:0;right:.3rem;}
.footer-form ul li .box input.submit{ font-weight:bold;padding:0;height:1rem;line-height:1rem;border:0;background:#3c5dc5;color:#fff;outline:none;width:100%;font-size:15px; font-family:'Microsoft Yahei';text-align:center;cursor:pointer;cursor:pointer;-webkit-appearance:none;border-radius:.2rem;}
.footer-form ul li:last-child{ margin-bottom:0;padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
.close-footer-form{ position:absolute;z-index:2000;top:.44rem;right:.44rem;height:.68rem;line-height:.68rem;color: #fa4067;}
.close-footer-form .iconfont{ font-size:.62rem;}
.footer-form-top{ transform:translateY(0);}