﻿@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
    min-height: 100vh;
	margin:0 auto;
	line-height:28px;
	overflow-x:hidden;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input:focus {
outline: none;
-webkit-user-select: none;
}
input, select, img {
	vertical-align: middle;
}
input:-webkit-autofill {
    background: transparent;
    transition: background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: unset;
}
a:hover{
	color:#5dc2d0;}
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1400px;
	position: relative;
}
h3 {
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
img, a {
	border: 0;
}
li {
	list-style-position:inside;
}
ul{
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt, .fl{
	float: left;
}
.frt, .fr{
	float: right;
}
.blank{
	height:10px;
	overflow:hidden;
	}
.blank2{
	height:20px;
	overflow:hidden;
	}
.clear ,.cl{
	clear: both;
}
.clear:after, .clear:before, .cl:after, .cl:before{
	content: '';
	clear: both;
	display: table;
}

img {
	max-width: 100%;
}
.row{
	 --bs-gutter-x:1.5rem;
	 --bs-gutter-y:0;
	 display:flex;
	 flex-wrap:wrap;
	 margin-top:calc(var(--bs-gutter-y) * -1);
	 margin-right:calc(var(--bs-gutter-x) * -.5);
	 margin-left:calc(var(--bs-gutter-x) * -.5)}
 .row>*{
	 flex-shrink:0;
 width:100%;
 max-width:100%;
 padding-right:calc(var(--bs-gutter-x) * .5);
 padding-left:calc(var(--bs-gutter-x) * .5);
 margin-top:var(--bs-gutter-y)
 }
.img img {
	display: block;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0px solid rgba(255,255,255,0);
	z-index: 100;
}
.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 0px solid rgba(255,255,255,0.5);
}
.img:hover img {
	transform: scale(1.1) rotate(0deg);
	-o-transform: scale(1.1) rotate(0deg);
	-webkit-transform: scale(1.1) rotate(0deg);
	-moz-transform: scale(1.1) rotate(0deg);
	-ms-transform: scale(1.1) rotate(0deg);
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.list-paddingleft-2 li,.list-paddingleft-1 li{
	list-style-position:inside;
	position:relative;
	margin-left:30px;
	}

.list-paddingleft-2 li:before{
	content:'';
	position:absolute;
	left:-30px;
	background-color:#666;
	border-radius:50%;
	display:block;
	width:8px;
	height:8px;
	top:50%;
	transform: translateY(-50%);
	}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	padding: 2px;
	max-width: 600px;
	margin: 0 auto;
	width: 90%;
	background: #eee;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 40px;
	cursor: pointer;
}
.modal_cont .close:hover {
	background-color: #eee
}
.modal_cont .item {
	width: 50%;
	float: left;
	padding: 0;
	font-size: 18px;
	color: #444;
}
.modal_cont .item p {
	line-height: 70px;
	text-align: center;
}
.modal_cont .item .box {
	margin: 2px;
}
.modal_cont .item .box .img1 {
	background: #fff;
	text-align: center;
	padding: 45px 0;
	height: 200px;
	font-size: 20px;
	color: #222;
}
.modal_cont .item .box .img2 img {
	padding: 20px 0;
}
.modal_cont .item .box .img1 img {
	display: block;
	margin: 0 auto;
}
.modal_cont .item .box .img1 img {
	max-width: 200px;
}
.bgc{
	background-color:#f2f2f2;
	}
.page_location {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	/*border-bottom: 1px solid #eee;*/
	background-color:#e5e5e5;
	color:#5cc2cf;
}
.page_location .wrap {
	color: #5cc2cf;
	font-size: 16px;
}
.page_location .wrap i{
	padding: 0 5px 0 10px;
	color:#5cc2cf;
	font-size:20px;
	}
.page_location .wrap a {
	color: #29cb4f;
}
.page_location .wrap a.syf{
	color:#333;}
/*----------header----------*/
.mc_a1_top{
	margin-top:80px;}
.header {
	line-height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color:#fff;
	box-shadow:2px 2px 2px rgb(0,0,0,.1);

}


.logo {
	position:absolute;
	top: 0;
	left: 0;
	line-height:80px;
}
.logo img {
	
}
.logod{
    position: relative;
    left: 0;
    top:0;
    z-index: 1;
    transition: all .36s;
	vertical-align: middle;
	max-height:35px;
}

.logof{
    position: absolute;
    left: 0;
    top:50%;
	transform: translate(0,-50%);
    z-index: 1;
    transition: all .36s;
	vertical-align: middle;
	max-height:50px;
}
.top_search {
	float:left;
	height: 80px;
	width: 34px;
	position: relative;
}
.nav-hide .top_search {
	height: 99px;
}
.top_search .input1 {
	width: 83%;
	text-indent: 10px;
	line-height: 30px;
	height: 30px;
	outline: medium;
	background: none;
	color: #9c9c9c;
	text-align: left;
	font-size: 13px;
	border: 0;
}
.top_search span {
	color:#333;
	font-size:20px;
	
}
.top_search span:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.top_search .search_con {
	display: none;
	position: absolute;
	bottom: -56px;
	right: 0px;
	width: 300px;
	height: 39px;
	padding-top: 23px;
	padding-bottom: 19px;
	background: url(../images/top_bg2.png) no-repeat;
	z-index: 100;/* border:1px solid #eee;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);border-radius: 2px;*/
}
.top_search .search_con .input1 {
	height: 39px;
	line-height: 39px;
	background: #f8f8f8;
	border: 0;
	padding-left: 5px;
	margin-left: 16px;
	padding-right: 47px;
	width: 174px;
	float: left;
	outline: none;
}
.top_search .search_con .bnts {
	float: left;
	width: 40px;
	height: 39px;
	background: url(../images/head_pic2.png) no-repeat 15px 10px;
	background-size:20px auto;
	cursor: pointer;
	border:0;
}
/*.top_search .search_con .bnts:hover {
	transition: all 0.3s;
	background: url(../images/head_pic2.png) no-repeat;
}
*/
.menu{ text-align:center}
.menu ul li {
	margin: 0 15px;
	position: relative; display:inline-block
}
.menu ul li .drop {
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	padding: 20px 0;
	background: #fff;
	left: 0;
	top: 100%;
	position: absolute;
	z-index: 100;
}
.menu ul li .drop a {
	line-height: 38px;
}
.menu ul li a {
	/*min-width: 100px;*/
	text-align: center;
	display: block;
	color:#333;
	font-size:18px;
}
.menu ul li a span {
	position:absolute;
	bottom:0px;
	left:50%;
	transform: translate(-50%,0);
	height:3px;
	width:0px;
	background-color:#ccc;
	transition:all ease-in .3s;	
}
.menu ul li a:hover span , .menu ul li.on >a span{
	width:50px;
	background-color:#5dc2d0;
}
.menu > ul > li > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0px;
	width: 100%;
	margin: 0 auto;
	content: '';
	z-index: -1;
}
.menu ul li a:hover, .menu ul li.on >a{

	color:#5dc2d0;
}
.menu > ul > li:hover > a:after, .menu > ul > li.on > a:after {
	height: 100%;
	width: 100%;
	color:#5dc2d0;
}
.menu .sub {
	display:none; /*默认隐藏*/
	width: 100%;
	padding: 0;
	position:fixed;
	top:80px;
	left: 0;
	background: #fff;
	z-index: 110;
	border-top: 1px solid #ededed;
	opacity:1;
}

.menu .sub dl {
	text-align: center;
	margin:0 auto;
	width: 900px;
	display:flex;
	justify-content:center;
	padding-top:20px;
}

.menu .sub dd {
	float: left;
	vertical-align: middle;
	list-style: none;
	text-decoration: none;
	margin-right: 5%;
	position:relative;
	padding-bottom:40px;
}
.menu .sub dd img{
	height:35px;
	padding-right:10px;
	display:block;
	float:left;
	}
.menu .sub dd a {
	padding:10px 0;
		line-height: 25px;
	color: #29cb4f;
	font-size: 16px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:left;
}
.menu .sub dd p{
	padding:0;
	}
.menu .sub dd p a{
	line-height:25px;
	height:25px;
	padding:0;
	text-align:left;
	margin-left:52px;
	color:#333;
	font-size:14px;
	}
.menu .sub dd span{
	position:absolute;
	bottom:0px;
	left:52px;}
.menu .sub dd span a{
	font-size:12px;
	color:#5dc2d0;
	}
.menu .sub dd a:hover {
	color: #5dc2d0;
}
.yuzhih a{
	border:1px solid #ccc;
	border-radius:20px;
	line-height:30px;
	 margin-top: 20px;
    display: inline-block;
    padding: 0 6px;
}
.yuzhih{
	float:right;}
.yuzhih a span.iconfont{
	font-size:20px;
	}
.yuzhih a:hover{
	background-color:#5dc2d0;
	color:#fff;}
.top_search span{
	color:#333;}
.header_top_lan{
    cursor: pointer;
    position: relative;
    line-height: 34px;
    display: inline-block;
    position: relative;
	font-size:14px;
	color:#333;
	float:left;
	margin-top:24px;
}
.header_top_lan span.iconfont{
	font-size:24px;
	}

.language{
    position: absolute;
    top: 44px;
    right: 0;
    display: none;
    width: 105px;
    text-align: center;
    background: #fff;
	padding:10px 20px;
    box-shadow: 2px 2px 20px 1px #c9c9c9;
    z-index: 9999999;
}
.language a{
    display: block;
    width: 85px;
    height: 34px;
    line-height: 34px;
}
.language a:hover{
    color: #5dc2d0;
}
.head_icon {
	position: absolute;
	top: 0;
	right: 0;
}
.head_icon span {
	cursor: pointer;
	display: inline-block;
	line-height: 23px;
	height: 26px;
	vertical-align: middle;
	position: relative;
	padding: 0 5px;
	border-left: 1px solid #fff;
}
.head_icon span:first-child {
	border-left: 0;
}

.head_icon label {
	right: 100%;
	top: 50%;
	margin-top: -20px;
	background: #ff7124;
	color: #fff;
	line-height: 40px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	display: none;
}
.head_icon span:hover label {
	display: block;
}
.head_icon label:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left-color: #ff7124
}




.mainer {
	margin-top: 80px;
}
/*----------mainer----------*/
	
.page {
	padding: 45px 0;
}
.page_tit {
	margin-bottom: 20px;
	padding-left:20px;
}
.page_tit1{
	text-align:center;
	line-height:1.5em;
	}
.page_tit h3,.page_tit1 h3{
	color:#333;
	font-size:32px;
	font-weight:bold;
	line-height:50px;
	margin-bottom:15px;
}
.page_tit h2{
	color:#333;
	font-size:18px;
	margin-bottom:15px;
	}
.page_tit p {
	font-size: 18px;
	color: #333;
}
.page.on {
	background: #f8f8fa
}
.bge{
	background:#eeeeee;}
.page1 {
	padding: 0;
}
.page_num {
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	margin-top: -65px;
	z-index: 10;
	position: relative;
	background: #fff;
}
.page_num ul {
	padding: 25px 0;
	overflow: hidden;
}
.page_num li {
	width: 25%;
	float: left;
	text-align: center;
	margin-left: -1px;
	border-left: 1px solid #e7e3e2;
	padding: 5px 0;
	color: #999;
}
.page_num li h3 {
	font-size: 36px;
	padding: 0 18px;
	background: url(../images/icon2.png) no-repeat right top;
	display: inline-block;
	margin-bottom: 20px;
	color: #333;
}

ul:after {
	content: '';
	display: block;
	clear: both;
}
.service_list ul{
	display: flex;
    justify-content: space-between;
	padding:0 30px;

	}
.service_list > ul > li {
	width: 32%;
	float: left;
	padding:0;
	background-color:#fff;
	margin:20px 0.8%;
	box-shadow:2px 2px 5px rgb(0,0,0,.2);
	border-radius:5px;
}
.service_list > ul > li .img{
	border-radius:5px 5px 0 0;
	}
.service_list ul li a h3{
	line-height:60px;
	font-size:16px;
	font-weight:bold;
	padding:0 3%;
	}
.service_list ul li a .date{
	padding:0 3%;
	font-size:14px;
	color:#666666;
	}
.service_list ul li a .date i{
	font-size:38px;
	color:#5dc2d0;
	font-weight:bold;}



	

.page_banner {
	background: url(../images/img1.jpg) no-repeat center center;
	background-size: 100% auto;
	background-attachment: fixed;
	padding: 88px 0;
	text-align: center;
}
.page_banner .box {
	max-width: 500px;
	width: 80%;
	margin: 0 auto;
	background: #ff7124;
	padding: 48px 0;
	color: #fff;
}
.page_banner .box h3 {
	padding-top: 45px;
	background: url(../images/icon4.png) no-repeat top center;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}
.page_banner .box p {
	width: 90%;
	text-align: center;
	line-height: 28px;
	margin: 0 auto;
	max-width: 375px;
}
.page_banner {
	position: relative;
	z-index: 1;
}
.page_banner .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	z-index: -1;
}
.about_img {
	position: relative;
	text-align: center;
	padding: 70px 0;
}
/*----------footer----------*/

/*底部*/
.footer{background:rgba(93,194,208,1);  line-height:30px;}
.footer_b{ padding-top:20px; padding-bottom:10px; display:flex;  justify-content: center;}
.footer_b p{font-size: 12px;line-height: 30px;}

.footer_t{padding:60px 30px;}
.ft_col1{
	width:30%;
padding:0 25px;
margin:0 15px;

}
.fline{border-left:1px solid #ccc;	}
.ft_col1 .tit{font-size:18px; padding-left:10px; color: #333;}
.ft_col1 .box{padding-top: 15px;padding-left:10px;}
.ft_col1 .lk{font-size: 14px;line-height: 30px;display: block;}
.ft_col1 a.lk:hover{color: #fff;text-decoration: underline;}
.ft_col1 .fline a.lk:hover{color: #00c630;text-decoration: underline;}
.ft_txt{width: 330px;padding:10px 0 10px 0px;}

.ft_txt .brief{
	margin-top:40px;}
.ft_txt .brief a{font-size: 38px;color:#fff;line-height: 42px; font-weight:normal; margin:0px 20px 10px 2px;}
.ft_txt .brief a i.ft3{
	background:url(../images/ft3.png) no-repeat center center;
	background-size:30px;
	width:30px;
	height:30px;
	display:inline-block;
	}
.ft_txt .brief a i.fa-caret-right{
	background-color:#fff;
	color:#5dc2d0;
	height:20px;
	line-height:20px;
	padding:0 12px 0 15px;
	border-radius:3px;
	font-size:22px;
	}
.ft_txt1{ position:relative;}
.ft_txt1 .brief{
	margin-top:-40px;}
.ft_txt1 .brief a{font-size: 34px;color:#000;line-height: 32px; margin:0px 20px 30px 2px;}
.ft_txt1 .brief a i.ft3{
	background:url(../images/ft2.png) no-repeat center center;
	background-size:25px;
	width:30px;
	height:25px;
	display:inline-block;
	}
.ft_txt1 .brief a i.fa-caret-right{
	background-color:#000;
	color:#5dc2d0;
	height:20px;
	line-height:20px;
	padding:0 12px 0 15px;
	border-radius:3px;
	font-size:22px;
	}	
.inmail{
	color:#333;
	margin-right:5%;
	line-height:30px;
	font-size:18px;
	}
.inmail h2{
	color:#000;
	font-size:30px;
	line-height:50px;
	}
.inmail img{
	height:25px;
	padding:0 5px;
	}
.wb1{
	height:58px;
	padding:0 15px;
	line-height:50px;
	font-size:14px;
	border:none;
	width:420px;
	border-radius:5px;

	}
.an1{
	height:58px;
	line-height:58px;
	background-color:#fff;
	display:inline-block;
	padding:0 60px;
	border-radius:5px;
	margin-left:20px;
	color:#5dc2d0 !important;
	font-size:16px;
	}
.font{
	text-align:center;
	line-height:50px;
	line-height:50px;
	border-top:1px solid #eee;
	font-size:14px;
	}

/*联系我们内容页*/
.contlx{
	background:rgb(220,220,220);
	width:100%;
	position:relative;
	}
.contit{
	width:26%;
	padding:80px 20px;
	background: linear-gradient(to right, #5dc2d0, #29ca4f);
	text-align:right;
	font-size:48px;
	font-weight:bold;
	color:#fff;
	letter-spacing:20px;
	position:relative;
	line-height:60px;
	}
.conta{
	width:62%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	position:absolute;
	right:5%;
	margin-top:25px;
	}
.conta dl{
	width:52%;
	float:left;
	text-align:center;
	margin:25px 1.5%;
	vertical-align:middle;
	}
.conta dl dt{
	display:inline-block;
	color:#5dc2d0;
	margin-bottom:20px;	
	}
.conta dl dt i{
	font-size:78px;
	}

.conta dl dd{
	display:block;
	color:#333;
	line-height:25px;
	font-size:16px;
	letter-spacing:1px;
	font-weight:normal;
	}
.div_input {
	line-height: 50px;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #d9d9e0;
	margin-bottom:25px;
	font-size: 16px;
	border-radius:10px;
}
.div_input input {
	width: 100%;
	border: none;
	background: none;
		color:#999;
}
.div_input textarea {
	height: 100px;
	padding: 10px 0;
	resize: none;
	width: 100%;
	background: none;
	border: none;
}
.contact .box {
	padding:45px 65px;
	background: #eee;

	font-size:16px;
}
.contact .box .item {
	width: 86%;
	background-color:#ffffff;
	box-shadow:0px  10px 20px rgb(0,0,0,.2);
	border-radius:20px;
	padding:3% 7%;
}
.contact .box h3 {
	font-size: 30px;
    font-weight: bold;
	color: #333;
	letter-spacing: 2px;
	line-height: 50px;
	margin-bottom: 5px;
	text-align:center;
}
.contact .box h3 span{
	background: linear-gradient(to right, #5dc2d0, #29ca4f); /* 从蓝色到绿色 */
            -webkit-background-clip: text; /* Safari/Chrome */
            -webkit-text-fill-color: transparent; /* Safari/Chrome */
            
	}
.contact .box h3 p{
	font-size:14px;
	font-weight:normal;
	line-height:20px;}
.btn2 a:hover {
background: linear-gradient(to left, #5dc2d0, #29ca4f);
}
.btn2 a{
	color: #fff;
	height:55px;
	line-height:55px;
	border-radius:15px;
	border-color: #5dc2d0;
	display:block;
	background: linear-gradient(to right, #5dc2d0, #29ca4f);
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.btn2 {
	position: relative;
	z-index: 1;
	margin-bottom:20px;
}
.btn {
	width:100%;
	background: #313131;
	color: #fff;
	height:55px;
	line-height:55px;
	border-radius:15px;
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border:0px;
}
/*新闻列表页*/

.service_list1 ul{
	padding:0 30px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

	}
.service_list1 > ul > li {
	width: 28%;
	float: left;
	padding:0;
	background-color:#fff;
	margin:20px 2.1%;
	box-shadow:2px 2px 5px rgb(0,0,0,.2);
	border-radius:10px;
	overflow:hidden;
	flex: 1 0 auto;
}
.service_list1 > ul > li .img{
/*	border-radius:0 0 10px 10px;*/
	}
.service_list1 ul li a h3{
	line-height:70px;
	height:70px;
	background:linear-gradient(to left, #5dc2d0, #29ca4f);
	font-size:18px;
	font-weight:bold;
	padding:0 3%;
	color:#fff;
	}
.service_list1 ul li a .date{
	padding:10px 3%;
	font-size:14px;
	color:#666666;
	line-height:22px;
	}
.service_list1 ul li a .date p{
	background:linear-gradient(to left, #5dc2d0, #29ca4f);
	-webkit-background-clip: text; /* Safari/Chrome */
            -webkit-text-fill-color: transparent; /* Safari/Chrome */
	}
.service_list1 ul li a .date i{
	font-size:16px;
	color:#5dc2d0;
	font-weight:bold;}
.service_list1 ul li a:hover .date i{
	color:#f60;}
.newspage{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	position:relative;
	max-width:2000px;
	margin:0 auto;}
.newst{
	width:40%;
	text-align:center;
	margin-left:5%;
	font-size:14px;
	}
.newst h3{
	text-align:center;
	padding:10% 10% 0 10%;
	font-size:28px;
	background:linear-gradient(to right, #5dc2d0, #29ca4f);
	-webkit-background-clip: text; /* Safari/Chrome */
            -webkit-text-fill-color: transparent; /* Safari/Chrome */
			line-height:45px;
			  text-overflow:clip;
    white-space: normal;
	font-weight:bold;
	}
.newst i{
	color:#5dc2d0;
	font-size:18px;
	display:block;
	margin-top:5px;
	}
.newspic{
	width:55%;
	text-align:right;
	}
.cnetern{
	padding:10px;
	margin-top:20px;
	}
.cnetern img{
	height:20px;
	padding:0 5px;
	}

/*解决方案*/
.banner img {
	display: block;
	position:relative;
}
.cnlcen{
		 line-height:28px;
	 padding:20px 120px 40px 10px;
	 position:absolute;
	 left:20%;
	 top:35%;
	 color:#fff;
	 width:58%;
	 font-size:24px;
	 }	
.cnlcen h3{
	font-weight:bold;
	 line-height:75px;
	 font-size:58px;
	 letter-spacing:2px;
	 
	}
.cnlist::before {
    content: '';
    display: block;
	width:5px;
	height:100%;
	background:linear-gradient(to top, #5dc2d0 40%, #29ca4f 42%);
	border-radius:2px;
	position:absolute;
	left:0;
	top:0;
	}
		
.cnlist{
	
	min-height:200px;
	position:relative;
	border-radius:2px;
	}

.cnlist dl{
	width:100%;
	display:flex;
	justify-content: space-between;
    flex-wrap:nowrap;
	align-items: center!important;
	margin-bottom:40px;
	}
.cnlist dl dt{
	width:20%;
	position:relative;
	text-align:center;
	margin-right:4%;
	}
.cnlist dl dt span{
	display:block;
	border-bottom:1px solid #b5b5b5;
	line-height:35px;
	height:35px;
	margin-left:15px;
	text-align:center;
	margin-bottom:20px;
	}
.cnlist dl dt img{
	width:55%;
	
	}
.cndian {
    position:absolute;
    animation: bordershow 3s infinite;
	left:-6px;
	top:25px;
}
.cndian {
    display:inline-block;
    width:5px;
    height:5px;
    background: #5dc2d0;
 border: 6px solid #5dc2d0;
    border-radius: 50%;
	line-height:20px;
	text-align:center;
	color:#fff;
}

.cndian::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(41, 202, 79, 0.2);
}

.cndian::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(41, 202, 79, 0.2);
}

.cndian::before {
    animation: boderM1 3s .75s infinite;
}

.cndian::after {
    animation: boderM1 3s infinite;
}

@keyframes boderM1 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }

}

@keyframes bordershow1 {

    50% {
        box-shadow: 0px 0px 10px 0 #5dc2d0;
    }

}

.ry_list ul li {
	width: 25%;
	float: left;
}
.ry_list ul li:nth-child(4n+1) {
	clear: both;
}
.ry_list ul li .box {
	margin: 20px;
	
}
.ry_list ul li .box .img {
background-color:#eeeeee;
	text-align:center;
	margin:0 auto;
	padding:40px 0;
}
.ry_list ul li .box .img img {
		max-height:220px;
		margin:0 auto;
	
}
.ry_list ul li .box p {
	line-height: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 18px;
}
.ry_list {
	margin: 50px 0;
}

.ry_list1 {
  overflow: hidden;
  max-height: 540px; /* 初始最大高度 */
  transition: max-height 0.3s ease-out; /* 平滑过渡效果 */
}
 
.ry_list1.show-all {
  max-height: none; /* 显示全文时移除限制 */
}
.ry_list1 ul li {
	width: 33.333%;
	float: left;
	align-items:center;
	justify-content:center;
	
}
.ry_list1 ul li:nth-child(3n+1) {
	clear: both;
}
.ry_list1 ul li .box {
	margin: 20px;
	background-color:#eeeeee;
}
.ry_list1 ul li .box .img {

	text-align:center;
	margin:0 auto;
	padding:40px 0;
	min-height:220px;
	position:relative;
}
.ry_list1 ul li .box .img img {
		max-height:320px;
		margin:0 auto;
	
	
}
.ry_list1 ul li .box p {
	line-height: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 18px;
	color:#5cc2cf;
}
.ry_list1 ul li a:hover .box p{
	color:#29cb4f;
	}
.ry_list1 {
	margin: 50px 0;
}
.more1{
	text-align:center;
	margin:0 auto;
	
	}
.more1 a{	
	height:90px;
	line-height:90px;
	display:inline-block;
	padding:0 7%;
	background:linear-gradient(to left, #5dc2d0, #29ca4f);
	font-size:24px;
	color:#f0efef;
	letter-spacing:1px;
	border-radius:20px;	
	transition:all ease-in 1s;
	}
.more1 a:hover{
	background:linear-gradient(to right, #5dc2d0, #29ca4f);
	}
.titel1{
	font-size:46px;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	}
.titel1 img{
	height:60px;
	margin:0 10px;}



.cncenl{
	width:45%;
	margin-top:50px;
	}
#ifocus {MARGIN: 0px auto; background-color:#efefef; position:relative;  WIDTH: 423px;  HEIGHT: 430px;}
#ifocus_pic {POSITION: relative; MARGIN: 10px 10px; WIDTH: 403px; DISPLAY: inline; FLOAT: left; HEIGHT: 320px; OVERFLOW: hidden}
#ifocus_piclist {POSITION: absolute}
#ifocus_piclist LI { WIDTH: 403px; HEIGHT: 320px; text-align:center; OVERFLOW: hidden}
#ifocus_piclist IMG {HEIGHT: 320px; margin:0 auto; }
#ifocus_btn { text-align:center; WIDTH: 100%; position:absolute;
left:0px;
bottom:10px;
 }
#ifocus_btn_ul{ 
WIDTH: 100%; display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	align-items: center!important;
	 }
#ifocus_btn LI {FILTER: alpha(opacity=50); LIST-STYLE-TYPE: none; background-color:#fff;
padding:5px;
 HEIGHT: 56px; CURSOR: pointer; opacity: 0.5; -moz-opacity: 0.5;
 margin:5px;
 border:1px solid #fff;}
#ifocus_btn IMG {MARGIN: 3px 4px 0px 10px; HEIGHT: 46px}
#ifocus_btn .active {FILTER: alpha(opacity=100); BACKGROUND: no-repeat; opacity: 1; background-color:#fff; border:1px solid #5dc2d0; -moz-opacity: 1}

.cncenl img{
	max-width:80%;
	max-height:320px;
	text-align:center;
	margin:0 auto;
	}
.cncenr{
	width:55%;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.cncenr .text{
	font-size:16px;
	}
.cncenr .text h2{
	font-size:18px;
	color:#5dc2d0;
	letter-spacing:1px;
	font-weight:600;
	margin-bottom:5px;
	}
.cnan{
	display:flex;
	justify-content:center;
	}
.cnan a{
	display:inline-block;
	line-height:60px;
	height:60px;
	padding:0 10%;
	background:linear-gradient(45deg, #5dc2d0 50%, #29ca4f);
	color:#fff;
	text-align:center;
	margin-top:25px;
	border-radius:10px;
	font-size:18px;
	letter-spacing:2px;
	}
.cnan a:hover{

	background:linear-gradient(45deg, #29ca4f , #5dc2d0 50%);
		}

.case_details1 tr:nth-child(2n+1){
	background-color:#ebf8f9}
.case_details1 tr td{
	padding:0 10px;
	height:35px;
	line-height:35px;
	}
.case_details {
	padding: 0 20px;
	/*background: #f8f8fa;*/
	margin: 0px 0 ;
}
.case_details .tit{
	padding: 20px 0px 10px;
	line-height:35px;
		
}
.case_details .tit h2{
	font-size: 26px;
	margin-bottom: 15px;
	line-height:50px;
	font-weight: normal;
	border-bottom: 1px solid #cecece;
	display:inline-block;
}
.case_details .tit p,.case_details1 .tit p {
	color: #333;
	font-size:18px;
	padding:0;

}
.case_details .case_cur {
	display:block;
	height:40px;
	line-height:40px;
	color:#666;
	padding:20px 0;
	
}

.case_details1 {
	padding: 0 30px;
	margin: 10px 0 80px 0;
	line-height:28px;
	position:relative;
}
.case_details1 .tit  {
	padding: 0px 0px 20px;
	border-bottom: 1px solid #d9d9e0;
}
.case_details1 .tit h2{
	color:#5dc2d0;
	font-size: 24px;
	margin-bottom: 25px;
	font-weight:bold;
	}
.case_details1 .tit li{
	display:block;
	}
/*关于我们开始*/

.about1 {
	margin-top: 30px;
	word-wrap: break-word; 
	word-break: normal; 
}

.hr3{
	text-align:center;
	position:relative;
	height:60px;
	line-height:50px;
	font-size: 30px;
	color: #333;
	margin-bottom: 10px;
	font-weight:bold;
	padding: 40px 0 0px 0;
	}
.hr3::before{
	content: '';
    display: block;
	width:80px;
	height:3px;
	background:#5dc2d0;
	position:absolute;
	left:50%;
	bottom:0px;
	transform: translateX(-50%);
		}
.fztext{
	padding-top:5%;
	padding-bottom:5%;
	position:relative;
	}
.fzbg{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	}
.about1 .item:first-child {
	border-top: 0;
}

.aboutwh{
	background:url(../images/a6.webp) no-repeat center;
	background-size:cover;
	padding:40px 0;
	}

.aboutwhz{
	color:#fff;
	font-size:1em;
	line-height:1.2em;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
	}
.aboutwhz dl{
	width:34%;
	margin:10px 1.2%;
	border:1px solid #fff;
	color:#fff;
	padding:30px 20px;
	text-align:center;
	cursor:pointer;
	}
.aboutwhz dl dd{
	margin-bottom:20px;}
.aboutwhz dl dt{
	min-height:130px;
	}
.aboutwhz dl dt h1{
	font-size:2em;
	line-height:2em;
	}
.aboutwhz dl.fhover1{
	background-color:#5dc2d0;
	border:1px solid #5dc2d0;
	}
.absj ul{
	padding:0px;
	list-style:none;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
	}
.absj ul li{
	width:34%;
	font-size:20px;
	color: #666;
	line-height:40px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	border-right:2px solid #ccc;
	padding:60px 0 60px 0;	
	}
.absj ul li:last-child{
	border-right:0px;}
.absj ul li:first-child{
	background:linear-gradient(to bottom, #29ca4f , #5dc2d0 80%);}
	
.absj ul li span{
	color: #fff;
	padding-left:8px;
	font-family:'Manrope-Medium';
	font-weight:bold;
	line-height:40px;
	font-size:42px;
	}	
.absj ul li strong{
	font-family:'Manrope-Medium';
	font-weight:bold;
	color: #fff;
	font-size:42px;
	}
.bg2{
	background:#5dc2d0;
	padding-top:160px;
	position:relative;
	margin-top:-168px;
	z-index:-1;
	}
.aboutfz{
	background:url(../images/fzbg.webp) no-repeat center;
	background-size:cover;
	}
.hr4{
	text-align:center;
	position:relative;
	height:60px;
	line-height:50px;
	font-size: 30px;
	color: #fff;
	font-weight:bold;
	padding: 40px 0 0px 0;
	}
.hr4::before{
	content: '';
    display: block;
	width:80px;
	height:3px;
	background:#5dc2d0;
	position:absolute;
	left:50%;
	bottom:0px;
	transform: translateX(-50%);
		}
.hr5{
	text-align:center;
	position:relative;
	height:30px;
	line-height:30px;
	font-size: 16px;
	letter-spacing:1px;
	color: #fff;
	}

.hr6{
	text-align:center;
	position:relative;
	line-height:60px;
	font-size: 46px;
	letter-spacing:1px;
	color: #29ca4f;
	font-weight:bold;
	}
/*动力解决方案*/
.class-active{
	position:relative;
	line-height:25px;
}
.class-active p{
	padding:0;
	text-align:center;
	}
.slick-prev { left: -35px;}
.slick-next { right: -35px;}
.dllist dl{
	position:relative;
	height:100%;
	margin:30px auto;
	margin-bottom:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	}
.dllist dl dd{
	width:60%;
	position:relative;
	text-align:center;
	}
.dllist dl dd img{
	max-height:500px;
	}
.dllist dl dt{
	line-height:30px;
	font-size:18px;
	}
.dllist h3{
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:30px;
	letter-spacing:1px;
	color:#333333;
	text-align:center;
	}
.dlan a{
	display:inline-block;
	padding:0 100px;
	border:1px solid #5dc2d0;
	border-radius:25px;
	height:50px;
	line-height:50px;
	margin-top:25px;
	color:#5dc2d0;
	transition:all ease-in .3s;
	font-size:16px;
	}
.dlan a:hover{
	background-color:#5dc2d0;
	color:#fff;
	}












.pagesize {
	text-align: center;
	padding: 70px 0;
}
.pagesize a {
	display: inline-block;
	line-height: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 16px;
	padding: 0 10px;
	margin: 5px;
	vertical-align: middle;
	background-color: #f4f4f4;
	color: #666;
}
.pagesize a:hover, .pagesize a.on {
	background-color: #ff7124;
	color: #fff;
}
.pagesize a.prev {
	background-image: url(../images/cur5.png);
}
.pagesize a.next {
	background-image: url(../images/cur6.png);
}
.pagesize a.prev:hover {
	background-image: url(../images/cur1.png);
}
.pagesize a.next:hover {
	background-image: url(../images/cur2.png);
}
.news_box .news_lt {
	width: 534px;
	background: #f4f4f4;
	float: left;
	padding: 45px 0;
}
.news_box .news_lt .box {
	width: 90%;
	max-width: 376px;
	margin: 0 auto;
}
.news_box .news_lt .time {
	height: 36px;
	color: #999;
}
.news_lt .text {
	line-height: 24px;
}
.news_lt .text h3 {
	padding: 20px 0 15px;
	font-size: 18px;
	font-weight: normal;
}
.news_lt .text .btn a {
	margin-left: 0;
	margin-top: 15px;
}

/*----------custom----------*/

.news_d_list ul li {
	position: relative;
	margin: 10px 0;
	padding: 0 40px;
}
.news_d_list {
	margin: 30px 0;
	position: relative;
}
.news_d_list .line {
	position: absolute;
	width: 1px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 40px;
	bottom: 20px;
	background: #c4c4c4
}
.news_d_list ul li:after {
	content: '';
	display: block;
	clear: both;
	opacity: 0
}
.news_d_list ul li .date {
	position: relative;
	width: 47%;
	padding-left: 3%;
	float: right;
	text-align: left;
	overflow: hidden;
	height: 160px;
}
.news_d_list ul li .date .img {
	position: absolute;
	top: 0;
	left: -100%;
}
.news_d_list ul li .date h3 {
	background: url(../images/icon13.png) no-repeat right bottom;
	padding-bottom: 40px;
	padding-top: 25px;
	color: #999;
	font-size: 32px;
	line-height: 26px;
	font-weight: normal;
}
.news_d_list ul li:nth-child(2n+1) .date h3 {
	background: url(../images/icon14.png) no-repeat right bottom;
}
.news_d_list ul li .date span {
	font-size: 14px;
	display: block;
	margin-top: 10px;
}
.news_d_list ul li .text {
	position: relative;
	line-height: 32px;
	width: 47%;
	padding-right: 3%;
	float: left;
}
.news_d_list ul li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: 4px solid #fff;
	background: #c4c4c4;
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0 auto;
	right: 0;
}
.news_d_list ul li .text h3 {
	padding-top: 20px;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
.news_d_list ul li .text p {
	color: #666;
	height: 64px;
	overflow: hidden;
}
.news_d_list ul li:nth-child(2n+1) .text {
	float: right;
	padding: 0;
	padding-left: 3%;
}
.news_d_list ul li:nth-child(2n+1) .date {
	float: left;
	text-align: right;
	padding: 0;
	padding-right: 3%;
}
.news_d_list ul li:hover {
	background: #ff7124
}
.news_d_list ul li:hover h3, .news_d_list ul li:hover p, .news_d_list ul li:hover span {
	color: #fff !important;
}
.news_d_list ul li:hover .date .img {
	left: 0;
}
.news_d_list ul li:hover:before {
	z-index: -1;
	opacity: 1;
}
.news_d_list ul li:hover .date h3 {
	float: right;
}
.news_d_list ul li:nth-child(2n+1):hover .date h3 {
	float: left;
}
.news_d_list ul li:nth-child(2n+1) .date .img {
	left: auto;
	right: -100%;
}
.news_d_list ul li:nth-child(2n+1):hover .date .img {
	right: 0
}
.news_d_list ul li:nth-child(2n) .text {
	text-align: right;
}


.banner_page {
	/*margin-top: 80px;*/
}
.banner_page .banner .item .text {
	color: #4f392d;
}
.page_tag {
	padding: 40px 0;
	line-height: 20px;
	background: #f8f8fa;
	text-align: center;
}
.page_tag span {
	display: inline-block;
	font-weight: bold;
}
.page_tag ul {
}
.page_tag li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}
.page_tag li:first-child {
	border-left: 0;
}
.page_tag li a {
	color: #666;
	display: block;
	line-height: 36px;
	margin-top: -2px;
	background: #fff;
	padding: 0 25px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.page_tag li a:hover, .page_tag li.on a {
	color: #fff;
	background: #ff7124;
}

.page_tag.page_tag3 {
	background: none;
	margin: 30px 0;
}
.page_tag3.page_tag li a {
	padding: 0 20px;
	background: #f2f2f5;
}
.page_tag3.page_tag li.on a, .page_tag3.page_tag li a:hover {
	background: #ff7124
}
.his_list {
	margin: 80px 0;
	position: relative;
}
.his_list .line {
	z-index: -1;
	position: absolute;
	top: 40px;
	left: 146px;
	width: 1px;
	bottom: 0;
	background: #c4c4c4;
}
.his_list .item i {
	position: absolute;
	top: 25px;
	left: 139px;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #c4c4c4;
	border: 4px solid #fff;
	z-index: 10
}
.his_list .item {
	margin-top: 20px;
	color: #666;
}
.his_list .item:after {
	content: '';
	display: block;
	clear: both;
}
.his_list .item .date {
	position: relative;
	display: block;
	width: 146px;
	text-align: center;
	float: left;
	line-height: 66px;
	font-size: 32px;
	color: #999;
}
.his_list .item .text {
	line-height: 32px;
	padding: 17px 30px 15px 45px;
	min-height: 110px;
	overflow: hidden;
}
.his_list .item h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}
.team_list li {
	width: 33.333%;
	float: left;
}
.team_list li a {
	margin: 18px;
	display: block;
}
.team_list ul {
	margin: -18px;
}
.team_list ul:after {
	content: '';
	display: block;
	clear: both;
}
.page_list, .page {
	overflow: hidden;
}
.page1 {
	overflow: initial;
}
.team_details {
	margin: 80px 0;
	line-height: 32px;
}
.team_details .title .img {
	width: 337px;
	margin-right: 40px;
	float: left;
}
.team_details .title .img img {
	width: 100%;
}
.team_details .title:after {
	content: '';
	display: block;
	clear: both;
}
.team_details .title .text {
	background: #f8f8fa;
	padding: 20px;
	overflow: hidden;
}
.team_details .title h3 {
	font-size: 26px;
	margin-bottom: 5px;
}
.team_details .title .text > p {
	color: #666;
}
.team_details .list .item {
	padding: 30px 0;
	border-top: 1px solid #d9d9e0;
}
.team_details .list .item:first-child {
	border-top: 0;
}
.team_details .list .item h3 {
	line-height: 20px;
	font-size: 18px;
	margin: 10px 0 20px;
}
.zp_list {
	margin: 80px 0;
}


.zp_p_list {
	margin: 0 auto;
	line-height: 28px;
	color: #4c4c4c;
}
.zp_p_list a {
	color: #be9a78;
}
.bold {
	font-weight: bold;
}
.zp_p_list .list {
	color: #666;
	border-bottom: 1px solid #ebefef;
	margin-bottom: 15px;
}
.zp_p_list .list:last-child {
	border-bottom: 0;
}
.zp_p_list li.on.wow {
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.zp_p_list .list h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	line-height: 40px;
}
.zp_p_list .text > ul > li {
	list-style: decimal;
	margin-left: 20px;
}
.zp_list > ul > li {
	margin-top: 20px;
}
.zp_p_list .box {
	padding: 0 20px;
}
.zp_p_list .box .list {
	padding: 20px 0;
}
.zp_p_list .text h4 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}
.zp_p_list .title {
	cursor: pointer;
	line-height: 78px;
	;
	background: url(../images/icon12.png) no-repeat 98% center #f8f8fa;
	padding: 0 20px;
}
.zp_p_list .title span {
	display: inline-block;
	margin-right: 75px;
	color: #666;
}
.zp_p_list .title span.span1 {
	font-size: 22px;
	color: #000;
}
.zp_p_list .box {
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
}
.zp_p_list .on .title, .zp_p_list li:hover .title {
	background: url(../images/icon12-1.png) no-repeat 98% center #ff7124;
}
.zp_p_list .on .title span, .zp_p_list li:hover .title span {
	color: #fff;
}


.cnan1{
	display:block;
	position:absolute;
	bottom:0px;
	left:5%;
	}
.cnan1 a{
	display:inline-block;
	padding:0 35px;
	line-height:40px;
	height:40px;
	background-color:#6063dc;
	color:#fff;
	text-align:center;
	border-radius:10px;
	margin:20px 20px 0 20px;
	}

.case_cur a {
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid #d9d9e0;
	line-height: 20px;
	color: #666;
}
.case_cur a:hover {
	color: #ff7124;
}
.case_cur a:first-child {
	border-left: 0;
}
.case_cur a:last-child {
	padding-right: 0;
}
.case_details .text {
	padding-bottom: 40px;
	margin-bottom: 50px;
	line-height: 25px;
	color: #666;
}
.case_details .text p {
	margin-top: 10px;
}
.case_list ul {
	margin: 0 -30px;
}
.case_list ul li {
	width: 33.333%;
	float: left;
}
.case_list ul li:nth-child(3n+1) {
	clear: both;
}
.case_list ul li a {
	display: block;
	margin: 20px 30px;
	background: #f8f8fa;
}
.case_list ul li a:hover {
	background: #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1)
}
.case_list .text {
	padding: 20px;
	line-height: 32px;
	color: #666;
}
.case_list .text:after {
	display: block;
	height: 30px;
	width: 100%;
	content: '';
	background: url(../images/icon15.png) no-repeat left center;
}
.case_list a:hover .text:after {
	background: url(../images/icon16.png) no-repeat right center;
}
.case_list .text h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}
.case_list2 .img {
	width: 210px;
	float: left;
	margin-right: 30px;
}
.case_list2 ul li {
	width: 50%;
	float: left;
}
.case_list2 ul li a:after {
	content: '';
	display: block;
	clear: both;
}
.case_list2 ul li:nth-child(3n+1) {
	clear: none;
}
.case_list2 ul li:nth-child(2n+1) {
	clear: both;
}
.case_list2 {
	margin-bottom: 50px;
}
.case_list2 h3 {
	margin-top: 10px;
}
.case_list2 .p1 {
	margin-bottom: 15px;
	margin-top: -5px;
}
.case_list2 .text {
	padding-left: 0;
	overflow: hidden;
}
.case_list2 .text p {
	max-height: 64px;
	overflow: hidden;
}
.case_list2 .text:after {
	margin-top: 10px;
}
.news_list li a {
	background: #f8f8fa;
	display: block;
}
.news_list li a:after {
	content: '';
	display: block;
	clear: both;
}
.news_list li {
	margin-bottom: 30px;
}
.news_list li .img {
	float: left;
	width: 214px;
	margin-right: 30px;
}
.news_list li .d_text {
	overflow: hidden;
}
.news_list {
	margin: 80px 0;
}
.news_list li a {
	display: block;
}
.news_list li h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.news_list li .tit label {
	display: block;
	font-size: 32px;
	margin-bottom: 10px;
}
.news_list li .tit {
	position: relative;
	margin-bottom: 14px;
}
.news_list li .tit span {
	color: #666
}
.news_list li .tit span {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}
.news_list li .text {
	padding-right: 40px;
	background: url(../images/icon15.png) no-repeat right bottom;
}
.news_list li a:hover {
	background: #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.news_list li a:hover .text {
	background: url(../images/icon16.png) no-repeat right bottom;
}
.news_list li .text p {
	max-width: 700px;
	color: #666;
	line-height: 32px;
}
.news_list li .d_text {
	padding-right: 30px;
	padding-top: 30px;
}

.page_tag2 ul li {
	width: 20%;
	float: left;
	line-height: 64px;
	text-align: center;
}
.page_tag2 ul li a {
	display: block;
	color: #333
}
.page_tag2 {
	background: #f8f8fa;
	overflow: hidden;
}
.page_tag2 ul li a:hover, .page_tag2 ul li.on a {
	background: #ff7124;
	color: #fff;
}
.service_p_list {
	margin: 50px 0;
}
.service_p_list ul li {
	background: #eeeeee;
	clear: both;
	padding:20px;
	margin-bottom: 30px;
}
.service_p_list ul li:after {
	clear: both;
	content: '';
	display: block;
}
.service_p_list ul li:hover {
	background: #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.service_p_list ul li:hover .btn {
	left: 100%;
	margin-left: -136px;
}
.service_p_list ul li:hover .btn a {
	margin-left: auto;
	margin-right: 0;
	background: #ff7124
}
.service_p_list ul li .img {
	float: left;
	width: 346px;
	margin-right: 30px;
}
.service_p_list .text {
	position: relative;
	height: 220px;
	padding-right: 30px;
	overflow: hidden;
	line-height: 28px;
	color: #666
}
.service_p_list ul li .date{
	display:inline-block;
	padding:10px 25px 10px 0;
	height:100%;
	position:relative;
	top:15%;
	font-size:14px;
	/*transform: translate(0,-50%);*/
	}
.service_p_list ul li .date span{
	display:block;
	height:35px;
	line-height:35px;
	font-size:28px;
	text-align:left;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #ccc;
	}
.service_p_list .text .btn {
	position: absolute;
	left: 0;
}
.service_p_list .text .btn a {
	margin-left: 0;
	margin-top: 20px;
	background: #a5a5a5;
	border: 0;
	color: #fff;
	width: 106px;
}
.service_p_list .text h3 {
	padding-top: 45px;
	font-size: 16px;
	color: #333;
	font-weight:bold;
	white-space:normal;
	text-overflow:inherit;
}
.service_p_list .text h4 {
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
.service_p_list .text h4 span {
	display: inline-block;
	margin-right: 30px;
}
.service_p_list .d_text {
	height: 64px;
	overflow: hidden;
}


 @media only screen and (max-width: 1600px) {
.banner .item .text {
	font-size: 26px;
}
}
 @media only screen and (max-width: 1400px) {
.header .menu {
	margin-left: 150px;
}
.inlink a{
	width:156px;
		}
}
 @media only screen and (max-width: 1200px) {
.banner .item .text {
	font-size: 20px;
}
.banner img {
	width: 120%;
	margin-left: -10%;
	max-width: initial;
}
.news_box .news_lt {
	width: 48%;
}

.service_list ul {
	margin: 0px;
}
.service_list ul li {
	box-sizing: border-box;
}
.service_list > ul > li {
	width: 30%;}
.banner .img1 img {
	max-width: initial;
	width: 150%;
	margin-left: -25%;
}
.team_list li a {
	margin: 5px;
}
.team_list ul {
	margin: -5px;
}
.page {
	padding: 20px 0;
}
.case_details .case_cur {
	padding:0px;
	
}
.page_banner {
	padding: 50px 0;
}
.head_icon {
	display: none;
}
.header .menu {
	margin-left: 150px;
	height:80px;
	overflow:hidden;
}
.menu .sub dl {
	width: 700px;
}
.menu .sub dd {
	margin-right: 4%;
}
.cnan1{
	left:0px;
	}
.ft_col1:nth-child(4){ display:none;}
.inlink{
display: flex; 
	justify-content: space-between;
	 flex-wrap: wrap;
	 }
.inlink a {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 55px;
    text-align: center;
    padding: 5px 5px;
    background: rgba(255,255,255);
    overflow: hidden;
    border: 1px solid #ececec;
    vertical-align: middle;
    margin: 6px 2px; 
}}
 @media only screen and (max-width: 1000px) {
.cnlist dl dt{
	width:25%;
	margin-right:2%;
	} 

.banner .item .text {
	font-size: 18px;
}
.banner img {
	width: 150%;
	margin-left: -25%;
}
.menu ul li a {
	min-width: 80px;
}
.page_num li h3 {
	font-size: 30px;
}

.page_team .img {
	width: 50%;
}
.page_team .text {
	padding-top: 40px;
}
.foot ul li {
	margin-right: 10px;
}
.ry_list ul li .box .img{
	padding:20px 0;
	
}
.ry_list ul li .box .img img {
		max-height:180px;
		margin:0 auto;
	
}
.cnan1{
	left:0px;
	}
.ft_txt{
	display:none;}

}
 @media only screen and (max-width: 900px) {
	.cnlist dl dt{
	width:35%;
	margin-right:2%;
	}
	 .conta{
		 width:67%;
	right:0%;
	}
.ft_col1{
	padding:0;}
.ft_col1 .tit {
    font-size: 14px;
}
.news_box .news_lt .box {
	max-width: 300px;
}
.news_rt li a {
	padding: 33px 20px
}
.page_tag li {
	padding: 0 10px;
}
.page_tag ul {
	margin: 0 -10px;
}
.page_tag {
	padding: 30px 0;
}
.about1 .item {
	padding: 20px;
	line-height: 30px;
}
.his_list .item .text {
	line-height: 25px;
	font-size:16px;
}
.zp_p_list .title span {
	margin-right: 30px;
}
.zp_p_list .box .list {
	padding: 10px 0;
}
.service_p_list .text h4 span {
	margin-right: 10px;
}
.service_p_list .d_text {
	line-height: 25px;
	height: 50px;
}
.service_p_list .text {
	line-height: 25px;
}
.page_team .item {
	padding: 0 50px;
}
.zp_list {
	margin: 30px 0;
}
.case_list ul li {
	width: 50%;
}
.case_list ul li:nth-child(3n+1) {
	clear: none;
}
.case_list ul li:nth-child(2n+1) {
	clear: both;
}
.case_list .text {
	line-height: 25px;
	padding: 10px;
}
.case_list .text p {
	height: 75px;
	overflow: hidden;
}
.contact .box {
	padding: 20px;
}
.div_input textarea {
	height: 100px;
}
.contact .list li {
	margin-bottom: 10px;
}
.cnan1{
	left:-2%;
	}
.cnan1 a{
	margin:10px;}
}
.case_list .text p {
	height: 96px;
	overflow: hidden;
}
 @media only screen and (max-width: 750px) {
	.cnlist dl{
		display:block;
		}
	 	.cnlist dl dt{
	width:100%;
	margin-right:2%;
	}
.newst {
    width: 90%;
  }
  .newspic {
    width: 100%;
    text-align: left;
}
.titel1 {
    font-size: 2em;
    line-height: 2em;

}
.ht80{
	height:40px;}
.cnlist dl dt img{
	width:20%;
	margin-bottom:20px;
	}
.cnlist dl dd{
	width:100%;
	}
	 .logo img{ height:60px;}
.ft_col1{
	padding:0;}
.head_icon {
	display: none;
}
.header .menu {
	position: fixed;
	top: 80px;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	margin-left: 0
}
.menu ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0;
}
.menu ul li a {
	line-height: 45px;
	font-size: 18px;
	color:#333;
}
.menu ul {
	padding-top: 0px;
}
.menu .sub,.menu .sub dl{
	display:none;
	}
.header .logo {
	position: absolute;
	z-index: 1001;
	line-height: 80px;
}
.menu_wrap {
	position: absolute;
	top: 20px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center #5dc2d0;
	background-size: 25px auto;
	right: 5px;
}
.h_menu .menu_wrap {
	background: url(../images/menu-1.png) no-repeat center center #5dc2d0;
	background-size: 25px auto;
}
.menu > ul > li > a:after {
	height: 1px;
}
.h_menu .menu {
	left: 0;
}
.header {
	line-height: 80px;
	height: 80px;
}

.menu ul li .drop {
	position: initial;
	top: auto;
	left: auto;
	width: 100%;
	padding: 0;
}
.menu ul li .drop ul {
	padding: 0;
	border-top: 1px solid #ddd
}
.menu ul li a:hover span {
	display:none;}
.hr3{
	padding-top:10px;}
.bg2{
	padding-top:100px;
	    margin-top: -118px;}
.absj ul li{
	width:42%;
	font-size:14px;
	line-height:25px;
	padding:30px 0;
			}
.absj ul {
 align-items:stretch;}
.absj ul li span{
    font-size:20px;
	padding-left:3px;
	letter-spacing:0px;
	}
.absj ul li strong{
    font-size:20px;
	}
.page_num li {
	width: 50%;
	margin: 5px 0;
	box-sizing: border-box;
}
.service_list ul{
	    display:block;
    justify-content:normal;
	padding:0 10px;
	}

.service_list ul li {
	width: 100%;
	clear:both;
	margin:20px auto;
}
.service_list ul li li {
	width: 100%;
}
.aboutwhz{
	display:block;
	line-height: 1.8em;
	}
.aboutwhz dl{
	width:92%;
	padding:30px 4%;
	margin:20px 0px;
	}
.service_list1 ul{
	padding:0 15px;}
.service_list1 > ul > li{
	width:100%;
	margin: 20px 0;
	}

.page_tit,.page_tit1 {
	margin-bottom: 20px;
}
.news_box .news_rt, .news_box .news_lt {
	float: none;
	width: 100%;
}
.news_box .news_lt .box {
	max-width: initial;
	width: 95%;
}
.news_box .news_lt {
	padding: 15px 0;
}
.news_lt .text h3 {
	padding: 0;
}
.news_lt .text p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.news_lt .text .btn a {
	line-height: 30px;
}
.news_box .news_lt .box .img {
	width: 200px;
	float: left;
	margin-right: 20px;
}
.news_box .news_lt .box {
}
.news_box .news_lt .box .text {
	overflow: hidden
}
.news_rt li a {
	padding: 20px;
}
.footer .wrap {
	display: table;
	line-height: 30px;
}
.footer p {
	font-size: 12px;
}
.footer_b{
	display:block;}
.footer_b div {
	float: none;
	vertical-align: middle;
	
}
 /*底部*/
  .footer_t{padding:20px 0 5px;}
  .ft_col1{width:100%;margin-bottom: 10px;}
  .ft_txt{width: 100%;display: none;}
  .ft_col1 .tit{font-size: 14px;}
  .ft_col1 .box{padding-top: 5px;}
  .ft_col1 .lk{font-size: 12px;line-height: 24px;display: inline-block;margin-right: 15px;}
  .footer_b p{font-size: 12px;line-height: 22px;}
  .ft_txt{
	  display:none;}
.fline{
	border-left:0px;}
.inmail {
	margin-right:0px;
	}
.banner_page {
	margin-top: 0
}
.team_list li {
	width: 50%;
}
.team_list li:nth-child(3n+1) {
	clear: none;
}
.team_list li:nth-child(2n+1) {
	clear: both;
}
.ry_list ul li .box {
	margin: 5px;
}
.ry_list ul li {
	width: 33.333%;
	overflow:hidden;
}
.ry_list ul li:nth-child(4n+1) {
	clear: none;
}
.ry_list ul li:nth-child(3n+1) {
	clear: both;
}
.ry_list ul li .box .img{
	padding:10px 0;
	
}
.ry_list ul li .box .img img {
		max-height:170px;
		margin:0 auto;
	
}

.ry_list1 ul li {
	width: 50%;
	overflow:hidden;
}
.ry_list1 ul li .box .img {
    padding: 40px 0;
    min-height: 150px;
 
}
.service_p_list ul li .img {
	width: 300px;
	margin-right: 20px;
}
.service_p_list .d_text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 50px;
}
.service_p_list .text .btn a {
	margin-top: 10px;
}
.news_list li .img {
	margin-left: 30px;
}
.news_list li .d_text {
	padding-top: 20px;
}
.full {
	display: none;
}
.team_details {
	line-height: 25px;
}
.team_details .title .text p {
	margin-bottom: 1px;
}
.team_details .title .text {
	padding: 20px;
}
.team_details .title .img {
	height: 398px;
}
.modal_cont .item .box .img1 img {
	max-width: initial;
	width: 150px;
}
.modal_cont .item .box .img2 img {
	max-width: initial;
	width: 50%;
}
.modal_cont .item .box .img1 {
	padding: 10px 0;
	height: 150px
}
.modal_cont .item p {
	line-height: 30px;
	font-size: 14px;
}
.cnlcen{
	width:75%;
	padding-bottom:20px;
	padding-right:20px;
	line-height:20px;
	left:10%;
	}
.case_details .case_cur span.fr{
	clear:both;
	float:left;
	}
.cnan1 a{
	display:block;
	}
.dllist dl dt{
	left:0%;
	width:99%;
	top:-5%;
	}

.dllist dl:nth-child(2) dt{
	left:0%;
	top:-12%;
	width:99%;
	}
.dllist dl:nth-child(3) dt{
	left:0%;
	top:5%;
	width:71%;
	}
.dllist dl:nth-child(4) dt{
	left:71%;
	top:3%;
	width:30%;
	}
.dllist dl:nth-child(5) dt{
	left:0%;
	top:-7%;
	width:93%;
	}
.dllist dl:nth-child(6) dt{
	left:62%;
	top:3%;
	width:35%;
	}
.wb1{
	width:56%;
	}
.an1{
	padding: 0 6%;}
}
 @media only screen and (max-width: 550px) {
.team_details .title .img {
	height: auto;
}

.service_list .text {
	padding: 10px;
}
.about {
	line-height: 25px;
}
.btn a {
	margin-top: 20px;
}
.news_box .news_lt .box .img {
	width: 150px;
}
.news_lt .text p {
	margin-top: 0
}
.news_lt .text .btn a {
	margin-top: 5px;
}
.news_box .news_lt .time {
	height: auto;
	margin-bottom: 10px;
}
.news_rt li a {
	padding: 10px;
}
.news_rt li .tit {
	margin-bottom: 5px;
}
.page_banner {
	background: url(../images/img1.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.page_tag {
	padding: 15px 0;
	margin-bottom: 15px;
}
.about1 .item {
	padding: 10px 0;
	font-size: 14px;
	line-height: 25px;
}
.about1 .item h3 {
	margin-bottom: 10px;
}
.page_tag li {
	padding: 0 5px;
}
.his_list .item .date {
	float: none;
	line-height: 40px;
	text-align: left;
	font-size: 20px;
	padding-left: 10px;
}
.his_list .item .text {
	padding: 0 10px;
}
.his_list .item {
	padding-left: 20px;
}
.his_list .line {
	left: 15px;
}
.his_list .item i {
	left: -8px;
	top: 13px;
}
.his_list .item {
	margin-top: 15px;
}
.his_list .item:first-child {
	margin-top: 20px;
}
.his_list {
	margin-top: 0
}
.page_tag ul {
	margin: 0 -5px;
}
.page_tag .frt {
	float: none;
	text-align: left;
}
.ry_list ul li {
	width: 50%;
}
.ry_list ul li .box p {
	font-size: 16px;
	line-height: 40px;
}
.ry_list ul li:nth-child(3n+1) {
	clear: none;
}
.ry_list ul li:nth-child(2n+1) {
	clear: both;
}

.ry_list1 ul li {
	width:100%;
	overflow:hidden;
}
.ry_list1 ul li .box .img {
    padding: 40px 0;
    min-height: 180px;
 
}

.banner .text h2 {
	margin-bottom: .5em;
}
.banner .item .text {
	font-size: 14px;
	
}
.banner .img1 img {
	width: 180%;
	margin-left: -40%;
}
.team_details .title .img {
	border-right: 0;
	margin: 0 auto;
	float: none;
}

.service_p_list ul li .img {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.service_p_list .d_text {
	white-space: normal;
	height: 50px;
}
.case_details {
	margin-top: 0;
	padding: 0 10px;
}
.news_list li .img {
	width: 150px;
	margin-left: 0;
	margin-right: 10px;
	float: left;
}
.news_list li .d_text {
	padding-top: 0
}
.news_list li .tit {
	padding-left: 0;
	padding-right: 0;
	background: none;
	margin-bottom: 10px;
}
.news_list li .text {
	padding: 0;
	padding-right: 30px;
	height: 25px;
	height: 50px;
}
.page_num {
	margin-top: 0
}
.owl-theme .owl-dots {
	margin-bottom: 10px
}
.banner_cur {
	margin-top: -35px;
}
.case_details .case_cur {
	float: none;
	text-align: left;
	text-align: center;
	padding-top: 15px;
	line-height:25px;
	height:70px;
}
.case_details .tit p {
	float: none;
}
.case_cur a:first-child {
	padding-left: 0
}
.zp_p_list .title {
	line-height: 25px;
	padding: 15px 20px;
}
.page_contact .list ul li {
	float: none;
	width: 100%;
	float: none;
}
.page_contact .list .box .img1 {
	line-height: 80px;
	float: left;
	width: 80px;
}
.page_contact .list .box {
	height: 80px;
}
.page_contact .list .box .text {
	padding-top: 20px;
	overflow: hidden;
	text-align: left;
}
.page_contact .list .box p {
	width: 100%;
	height: auto;
}
.page_contact .list .text h3 {
	margin-bottom: 10px;
}
.page_contact .list li:after {
	content: '';
	display: block;
	clear: both;
}
.page_contact .list2 ul li {
	width: 100%;
	float: none;
}
.page_contact .list2 {
	padding-top: 20px;
}
.foot ul li {
	width: 4.1em
}
.case_details .text {
	line-height: 25px;
}
.pagesize {
	padding: 20px 0;
}
.case_details .tit {
	padding-top: 20px;
}
.zp_p_list .box .list {
	margin-bottom: 5px;
}
.page_tag span {
	display: none;
}
.case_details .text p {
	text-align: justify;
}
.page_team .img {
	margin-right: 20px;
}
.page_team .item {
	padding: 0
}
.page_team .text {
	padding-top: 20px;
}
.page_team .d_text {
	margin-top: 10px;
}
.page_team .btn a {
	margin-top: 10px;
}
.news_d_list ul li {
	margin-bottom: 20px;
}
.news_d_list ul li .date .img {
	position: initial;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
}
.news_d_list ul li .date h3 {
	display: none;
}
.news_d_list ul li .date {
	height: auto;
}
.news_d_list ul li {
	padding: 0
}
.news_d_list ul li .text h3 {
	padding-top: 0
}
.news_d_list .line {
	top: 20px;
}
.news_d_list ul li .text h3 {
	font-size: 16px;
}
.news_d_list ul li .text p {
	line-height: 25px;
	height: 75px;
}
.news_d_list ul li:before {
	top: 9px;
}
.case_list ul li a {
	margin: 5px;
}
.case_list2 .img {
	margin: 0 auto;
}
.case_list ul {
	margin: 0 auto;
}
.case_list2 .img {
	width: auto;
	float: none;
}
.case_list2 .text {
	padding: 10px;
}
.case_list .text h3 {
	margin: 0 auto;
}
.case_list2 .text p {
	max-height: initial;
	height: 75px;
	line-height: 25px;
}
.case_list2 .text p.p1 {
	height: auto;
}
.page_tag.page_tag3 {
	margin: 10px 0;
}
.page_tag2 ul li {
	line-height: 45px;
}
.contact .box .item {
	margin-bottom: 10px;
}
.contact .page_tit p {
	font-size: 14px;
}
.news_list li .text p {
	line-height: 25px;
}
.news_list li .d_text {
	padding-right: 10px;
}
.news_list li .tit {
	padding-top: 15px;
}
.team_details, .news_list, .ry_list {
	margin: 30px 0;
}
.team_details .list .item {
	padding: 20px 0;
}
.case_details {
	margin: 10px 0;
}
.his_list .line {
	top: 20px;
	left: 19px;
}
.case_details .text {
	margin-bottom: 0
}
.service_p_list ul li .img img {
	width: 100%;
}
.service_p_list .text {
	padding: 15px;
	padding-top: 0;
	height: auto;
	padding-bottom: 65px;
}
.service_p_list .text .btn {
	left: 15px;
}
.team_details .title .img {
	width: 100%;
}
.service_p_list .text h3 {
	padding-top: 0
}
.news_list li .tit span {
	display: none;
}
.news_list li {
	margin-bottom: 10px;
}
.dllist h3{
	font-size:1.4em;
	margin-top:10px;
	}
.conta{
	display:block;
	width:62%;
	}
.conta dl{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;}
.conta dl dt{
	margin-bottom:10px;
	}
.conta dl dt i{
	font-size:48px;
	
	}
.hr6{
	font-size:2em;}
.case_details1{
	padding:0px;
	}
#ifocus {
    WIDTH: 100%;
    HEIGHT: 430px;
}
#ifocus_pic {
	margin:0px;
}
#ifocus_pic li{
		text-align:left;
	}

.fl,.fr{
	clear:both;
	}
.cncenl{
	width:100%;
	margin-top:0px;
	}

.cncenr{
	width:100%;
	margin-top:30px;
	}
.cnan a {

    padding: 0 20px;
	display:block;
   
}	

.cnan1{

	width:95%;
	position:relative;
	}
.cnan1 a{
	margin:20px 20px;
	display:block;
	}	
.cnan1 a span{
	padding-right:10px;
	}	
.dllist dl dt{
	position:relative;
	left:1%;
	width:99%;
	top:0%;
	}

.dllist dl:nth-child(2) dt{
	left:0%;
	top:0%;
	width:99%;
	}
.dllist dl:nth-child(3) dt{
	position:absolute;
	left:1%;
	top:10%;
	width:71%;
	}
.dllist dl:nth-child(4) dt{
	left:1%;
	top:0%;
	width:99%;
	}
.dllist dl:nth-child(5) dt{
	left:1%;
	top:0%;
	width:99%;
	}
.dllist dl:nth-child(6) dt{
	left:1%;
	margin-top:10%;
	width:99%;
	}
	.inlink a {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 55px;
    text-align: center;
    padding: 5px 5px;
    background: rgba(255,255,255);
    overflow: hidden;
    border: 1px solid #ececec;
    vertical-align: middle;
    margin: 6px 2px; 
}
}
@media only screen and (max-width: 360px) {
	

	
}
.pagebar { padding:0 20px 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:Arial, Helvetica, sans-serif;}
.pagination i{
	font-size:14px;}
.text-secondary{ text-align:center; padding:20px 0}
#maximg img{ max-width:100%; height:auto !important}