

.top{
	margin: 0 auto;
	display: block;
}
/*导航栏*/
/*banner*/
.news_banner{
	background: url(../images/news_banner.jpg) no-repeat center;
	height: 340px;
	min-width: 1200px;
}
.join_banner{
	background: url(../images/join_banner.jpg) no-repeat center;
	height: 340px;
	min-width: 1200px;
}
a{
	transition: all .3s;
}
.down_banner{
	background: url(../images/jishu_banner.jpg) no-repeat center;
	height: 340px;	
	min-width: 1200px;
}
.about_banner{
	background: url(../images/about_banner.jpg) no-repeat center;
	height: 340px;
	min-width: 1200px;
}
.case_banner{
	background: url(../images/case_banner.jpg) no-repeat center;
	height: 340px;
	min-width: 1200px;
}
/*banner*/
/*新闻详情 begin*/
.news-art {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news-art ul {
	display: inline-block
}
.news-art a {
	display: block;
	float: left;
	background: #ededed;
	padding: 13px 20px;
	color: #696666;
	font-size: 16px;
	margin-right: 10px;
	border-radius: 5px;
	transition: all 0s;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	-ms-transition: all 0s;
	-moz-transition: all 0s;
}
.news-art .news-on,
.news-art li:hover a {
	color: #fff;
	background: #6cbe9a;
}
.news-art li {
    display: inline;
}
.news-cen {
    width: 100%;
    height: auto;
    background: #f8f8f8;
    padding-top: 27px;
    padding-bottom: 30px;
    min-width: 1200px;
}
.de-content {
	width: 710px;
	margin: 0 auto;
	border-top: 1px solid #eeeeee;
	margin-top: 30px;
	padding-top: 30px;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}
.de-content img
{
	margin:0px auto;
	display: block;
	height: auto;
}
.de-content *,
.de-content,
.technology_de .technology_body,
.technology_de .technology_body *{
	text-align: justify;
	color: #666666!important;
	line-height: 28px;
	font-size: 14px!important;/*margin-bottom: 25px;*/
}
.de-page.mar{
	width: 100%;
}
.news-de-left {
    width: 800px;
    background: #fff;
    float: left;
}
.de-tit {
    font-size: 24px;
    color: #666666;
    margin: 0 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
    line-height: 38px;
}
.news-de-left-ul {
    text-align: center;
}
.news-de-left ul {
    display: inline-block;
}
.news-de-left ul li {
    display: inline;
    color: #999999;
    font-size: 13px;
    padding: 0 6px;
    border-left: 1px solid #b4b4b4;
}
.news-de-left ul li a {
    color: #999999;
    transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    font-size: 13px;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
}
.news-de-left ul li:first-child{
	border-left: none;
}
.de-page {
    width: 710px;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.de-page-right,
.de-page-left {
    width: 50%;
    color: #666666;
    text-align: right;
    font-size: 14px;
    position: relative;
    padding-right: 15px;
    box-sizing: border-box;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.de-page-right{
    float: right;
}
.de-page-left {
    float: left;
    padding: 0;
    padding-left: 15px;
    text-align: left;
}
.de-page-right::before,
.de-page-left::before{
	content: '';
	position: absolute;
}
.de-page-right::before{
	right: 0;
}
.de-page-left::before{
	content: '';
	left: 0;
}
.de-page a{
    color: #666666;
    font-size: 14px;
	height: 1.2em;
	line-height: 1.2em;
	display: inline;
	width: 330px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.de-page a:hover{
	color: #6bbe9a;
}
.de-page .page_next{
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	line-height: 1.2;
}
.hot-art {
    width: 310px;
    height: auto;
    background: #fff;
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.hot-art a{
	font-size: 14px;
}
.hot-art a:hover{
	color: #64c29d;
}
.hot-art li{
	line-height: 30px;
}
.news-right {
    width: 310px;
    float: left;
    margin-left: 30px;
}
.hot-art-tit {
    width: 290px;
    height: 48px;
    line-height: 48px;
    background: #64c29d;
    color: #fff;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}
.hot-art li {
    padding-left: 30px;
    background: url(../images/list.jpg) no-repeat 15px center;
	padding-right: 10px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.recom-art {
    margin-top: 25px;
}
/*新闻详情 end*/
/*新闻列表 begin*/
.news-left {
    width: 800px;
    background: #fff;
    float: left;
}
.news-text-left-tit {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-text-left {
    width: 670px;
    margin: 0 auto;
    display: block;
    float: left;
}
.news-text {
    padding: 0px 25px;
    border-top: 1px solid #eeeeee;
    overflow: hidden;
}
.news-text:first-child{
	border-top: none;
}
.news-text-left dl {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.news-text-left dl dt {
    width: 204px;
    height: 128px;
    float: left;
    text-align: center;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.news-text-left dl dd {
    width: 415px;
    float: left;
    margin-left: 30px;
}
.news-text-left-re {
    font-size: 13px;
    color: #999999;
    line-height: 24px;
    margin-top: 10px;
    text-align: justify;
}	
.number {
    float: left;
    color: #999999;
    font-size: 14px;
    padding-left: 25px;
    background: url(../images/eye.png) no-repeat center left;
}
.news-text-right {
    float: right;
    color: #cccccc;
    margin-top: 52px;
}
.news-time {
    font-size: 24px;
    color: #cccccc;
}
.news-year {
    font-size: 16px;
    margin-top: 5px;
    text-align: right;
    color: #cccccc;
}
.news-text-tag {
    width: 415px;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 23px;
}
.news-page {
    overflow: hidden;
    padding-top: 30px;
}
.news-page li {
    float: left;
    margin-right: 15px;
}
.news-page li.disabled{display: none;}
.news-page li.active span {
	color: #fff;
	background: #6cbe9a;
}
.news-page li a, .news-page li span{
    padding: 9.5px 13px;
    display: block;
    background: #ffffff;
    color: #666;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
}
.news-page li .news-on,
.news-page li a:hover,
.news-page li .on {
    color: #fff;
    background: #6cbe9a;
}
/*新闻列表 end*/
/*加入我们 begin*/
.join_job{
	background: #f8f8f8;
	padding-top: 77px;
	min-width: 1200px;
}
.join_job .join_box{
	background: #fff;
	width: 585px;
	height: 332px;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0 30px;
	position: relative;
}
.join_job .swiper-container{
	padding-bottom: 77px;
}
.join_job .swiper-container-horizontal>.swiper-pagination-bullets, 
.join_job .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 30px;
}
.join_job .swiper-pagination-bullet-active{
	background: #6bbe9a;
}
.join_job .join_box{
	float: left;
}
.join_job .join_box *{
	font-size: 14px;
}
.join_job .join_box > p{
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #eee;
	font-size: 18px;
	margin-bottom: 25px;
}
.join_job .join_box .over_scroll{
	overflow-x: hidden;
	height: 140px; 
	position: relative;
}
/*.over_scroll::-webkit-scrollbar,
.content_over::-webkit-scrollbar{
	width: 2px;
}
.over_scroll::-webkit-scrollbar-track,
.content_over::-webkit-scrollbar-track {
	background-color: #eee;
}
.over_scroll::-webkit-scrollbar-thumb,
.content_over::-webkit-scrollbar-thumb {
	background-color: #6bbe9a;
}*/
.join_job .join_box .over_scroll ._panel-box > span{
	display: block;
	margin-bottom: 15px;
}
.join_job .join_box .over_scroll ._panel-box > em{
	color: #666;
	margin-bottom: 15px;
	display: block;
}
.join_job .join_box .over_scroll .job_describe{
	margin-bottom: 7px;
}
.join_job .join_box .job_mess,
.join_job .join_box .job_mess *{
	line-height: 30px;
}
.join_job .join_box .job_email{
	position: absolute;
	bottom: 45px;
	padding: 0 30px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.join_job .join_box .job_email a{
	color: #019192;
	font-size: 14px;
	background: url(../images/contact_img2.png) no-repeat center left;
	padding-left: 30px;
	display: inline-block;
	margin-right: 14px;
}
.join_job .join_box .job_mess *,
.join_job .join_box .job_mess{
	color: #666;
}
.join_job .join_box .job_email b{
	color: #999;
}
.join_contact{
	background: url(../images/contact_img.png) no-repeat left 75px;
	padding: 75px 0;
}
.join_contact .join_conleft{
	float: left;
	margin-left: 90px;
	margin-top: 50px;
}
.join_contact .join_conleft h2{
	color: #878786;
	font-size: 30px;
	margin-bottom: 32px;
}
.join_contact .join_conleft p{
	color: #019192;
	font-size: 18px;
	margin-bottom: 18px;
}
.join_contact .join_bgaddress{
	margin-top: 16px;
}
.join_contact .join_conaddress{
	margin-bottom: 3px;
}
.join_contact .join_conaddress *{
	font-size: 14px;
	color: #666;
}
.join_contact .join_conaddress::after{
	content: '';
	display: block;
	clear: both;
}
.join_contact .join_conaddress span{
	width: 60px;
	display: block;
	text-align: justify;
	float: left;
}
.join_contact .join_conaddress em{
	float: left;
}
.join_contact .join_conaddress span:after {
    display: inline-block;
    width: 100%;
    content: '';
}
.join_contact .join_conaddress.text_left span{
	text-align: right;
}
.join_contact .join_conright{
	display: block;
	overflow: hidden;
	width: 712px;
	height: 430px;
	border-radius: 3px;
	float: right;
}
/*加入我们 end*/
/*资料下载*/
.down_contact{
	background: #f8f8f8;
	padding-top: 75px;
	min-width: 1200px;
}
.down_contbox,
.technology_box{
	background: #fff;
	width: 585px;
	height: 145px;
	border-radius: 5px;
	margin-left: 30px;
	margin-bottom: 30px;
	padding: 0 30px;
	float: left;
	box-sizing: border-box;
}
.index_1230{
	width: 1230px;
	margin-left: -30px;
}
.index_1220{
	width: 1220px;
	margin-left: -20px;
}
.down_contbox .down_btn{
	background: #6bbe9a;
	display: block;
	width: 83px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	float: right;
}
.down_contbox .down_tit,
.technology_box a{
	float: left;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
}
.technology_box a{
	display: block;
	width: 350px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.2;
}
.down_contbox .border{
	border-bottom: 1px dashed #e6e6e6;
	padding-top: 30px;
	padding-bottom: 18px;
	margin-bottom: 16px;
}
.down_contbox p,
.down_contbox span{
	font-size: 14px;
	color: #999;
	float: left;
}
.down_contbox span{
	float: right;
}
.downlist_page{
	text-align: center;
	padding-bottom: 65px;
}
.downlist_page ul{
	font-size: 0;
}
.downlist_page li{
	display: inline-block;
	margin: 0 3.5px;
}
.downlist_page li.disabled{display: none;}
.downlist_page li a,.downlist_page li.active span,.downlist_page li.active span{
	width: auto;
	height: auto;
	padding: 9.5px 13px;
    display: block;
    background: #ffffff;
    color: #666;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
}
.downlist_page li a:hover,
.downlist_page li.active span,
.downlist_page .thisclass a,
.downlist_page li .on{
	background: #64c29d;
	border-color: #64c29d;
	color: #fff;
}
/*资料下载*/
/*技术资料*/
.technology_box{
	transition: all .3s;
	height: 176px;
}
.technology_box:hover{
	box-shadow: 1px 1px 7px rgba(0,0,0,0.12);
}
.technology_box a{
	transition: all .3s;
}
.technology_box a:hover,
.technology_box:hover a{
	color: #019192;
}
.technology_box .clear{
	border-bottom: 1px dashed #e6e6e6;
	padding-top: 30px;
	padding-bottom: 15px;
}
.technology_box span{
	display: block;
	float: right;
	color: #999;
	font-size: 14px;
	line-height: 35px;
}
.technology_box p{
	font-size: 14px!important;
	color: #666!important;
	line-height: 30px!important;
	margin-top: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*技术资料*/
/*技术资料详情*/
.technology_de{
	padding-bottom: 75px;
}
.technology_de .news-de-left{
	width: 1200px;
	float: none;
	padding: 0 50px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
}
.technology_de .news-de-left h1{
	font-weight: 600;
	color: #666;
	font-size: 24px;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 20px;
}
.technology_de .news-de-left .news-de-left-ul{
	border-bottom: 1px solid #ececec;
	padding-bottom: 18px;
	margin-bottom: 25px;
}
.technology_body{
	padding-bottom: 25px;
	border-bottom: 1px solid #ececec;
}
.technology_body,
.technology_body *{
	box-sizing: border-box;
	line-height: 30px;
	color: #666; 
}
.technology_page{
	padding-bottom: 75px; 
}
.technology_page .next,
.technology_page .pre{
	margin-top: 20px;
	font-size: 14px;
	color: #999;
}
.technology_page .pre{
	margin-top: 22px;
}
.technology_page .next a,
.technology_page .pre a{
	font-size: 14px;
	color: #666;
}
.technology_page .next a:hover,
.technology_page .pre a:hover{
	color: #019192;
}
/*技术资料详情*/
/*常见问题*/
.question_box{
	width: 585px;
	height: 231px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 29px 30px 25px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}
.question_box .ques_tit{
	position: relative;
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
	padding-left: 45px;
	height: 27px;
	line-height: 27px;
	border-bottom: 1px dashed #e6e6e6;
	padding-bottom: 18px;
	overflow: hidden;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.question_box .ques_tit::after,
.content_over::after{
	content: 'Q';
	display: block;
	position: absolute;
	width: 28px;
	height: 27px;
	background: #6bbe9a;
	text-align: center;
	line-height: 27px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	left: 0;
	top: 0;
	border-radius: 3px;
}
.content_over{
	overflow-x: hidden;
	position: relative;
	height: 115px;
}
.content_over ._panel-box{
	padding-left: 45px;
	padding-right: 50px;
	box-sizing: border-box;
	text-align: justify;
}
.content_over::after{
	content: 'A';
	margin: 0;
	top: 8px;
	background: #ededed;
	color: #666;
}
.content_over *,
.content_over{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: justify;
}
/*常见问题*/
/*关于我们*/
.about-story h2 {
    font-size: 30px;
    color: #666666;
    text-align: center;
    padding-top: 80px;
    font-weight: normal;
}
.about-story-bg {
	width: 760px;
    height: 583px;
    background: url(../images/about-img1.png) no-repeat center;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #333333;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
}
.about-story-bg h4 {
    font-size: 24px;
    color: #333333;
    font-weight: 100 !important;
}
.about-story span {
    display: block;
    margin-top: 15px;
    padding-bottom: 12px;
}
.about-story p {
    color: #666666;
}
.about-story-bg p {
    line-height: 31px;
}
.about-po1 {
    left: 96px;
}
.about-po1, .about-po2, .about-po3 {
    position: absolute;
    bottom: 13px;
    line-height: 1em!important;
    font-size: 0;
}
.about-po2 {
    left: 285px;
}
.about-po3 {
    right: 96px;
}
.about-story h2, .about-sl h2, .about-yj h2, .about-ry h2, .about-time h2,.about_honor h2 {
    font-size: 30px;
    color: #666666;
    text-align: center;
    padding-top: 75px;
    font-weight: normal;
}
.about-ten1 {
    padding-top: 50px;
}
.about-ten1-left {
    width: 349px;
    float: left;
    text-align: left;
}
.about-timg1 {
    margin-top: 35px;
}
.about-timg2 {
    margin-top: 47px;
    font-size: 0;
}
.about-ten1-right {
    float: left;
    margin-left: 20px;
    font-size: 0;
}
.index-over {
    overflow: hidden;
}
.about-ten2-left {
    width: 349px;
    float: left;
    text-align: right;
    margin-top: 20px;
}
.about-ten2-right {
    width: 830px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.ten2-right-img {
    float: left;
}
.ten2-right-wz {
    width: 450px;
    float: right;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    text-align: justify;
}
.ten2-right-t1 {
    margin-top: 40px;
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
.about_mess.ten2-right-t1{
	margin-top: 50px;
	margin-bottom: 20px;
}
.ten2-right-t3 {
    width: 100%;
    overflow: hidden;
}
.ten2-right-t2 span,
.ten2-right-t1 span,
.ten2-right-t2 a{
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}
.ten2-right-t2 a{
	font-weight: normal;
}
.ten2-right-t2 {
    width: 210px !important;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 13px;
}
.about-sl{
	background: #f8f8f8;
	margin-top: 80px;
	min-width: 1200px;
	padding-bottom: 75px;
}
.bx-wrapper {
	width: 1200px !important;
	padding-left: 0px !important;
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	padding: 0;
 *zoom: 1;
	max-width: none !important;
}
.bx-wrapper .bx-pager {
	text-align: center;
	padding-top: 30px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #89cbae;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #6cbe9a;
	width: 11px;
	height: 11px;
	transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
}
.about_honor .swiper-slide {
	height: 261px;
	text-align: center !important;
	overflow: hidden;
}
.about_honor .swiper-slide span{
	height:258px;
	display: table-cell;
	vertical-align:middle;
	float: none !important;
	text-align: center;
	margin:0 auto;
	border: 1px solid #dddddd;
}
.about_honor .swiper-slide img{
	max-height: 100%;
	text-align: center;
}
.about_honor .swiper-button-prev{
	left: -124px;
	background: url(../images/about-left.png) no-repeat 0;
}
.about_honor .swiper-button-next{
	right: -125px;
	background: url(../images/about-right.png) no-repeat;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40%;
	outline: 0;
	width: 20px;
	height: 36px;
	z-index: 9999;
	text-indent: -999em;
}
.about_honor .width.index_1200{
	width: 960px;
	position: relative;
}
.about_honor .width.index_1200 .index_1200{
	margin-top: 45px;
	padding-bottom: 125px;
}
.about_honor .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 75px;
}
.about_honor .swiper-pagination-bullet,
.join_job .swiper-pagination-bullet{
	background: #89cbae;
	opacity: 1;
}
.join_job .swiper-pagination-bullet-active,
.about_honor .swiper-pagination-bullet-active{
	background: #6cbe9a;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
/*关于我们*/
/*案例列表*/
.case_content{
	background: #f8f8f8;
	padding-top: 75px;
	min-width: 1200px;
}
.case_content li span{
	width: 890px;
	height: 592px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.case_bg{
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.case_content .case_box{
	width: 285px;
	height: 370px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.case_content .case_box em{
	width: 285px;
	height: 370px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.case_content .case_box p{
	position: absolute;
	color: #fff;
	font-size: 16px;
	z-index: 99;
	bottom: 18px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	overflow: hidden;
	white-space: nowrap;
	transition: all .3s;
	text-overflow: ellipsis;
	line-height: 1.2;
}
.case_content .case_box p *{
	color: #fff;
	font-size: 16px;
}

.case_box .case_hide{
	width: 239px;
	height: 310px;
	position: absolute;
	background: rgba(107,190,154,0.94);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 3px;
	opacity: 0;
	transition: all .3s;
	z-index: 2;
}
.case_box .case_hide p{
	margin-top: 93px;
	font-size: 16px; 
}
.case_box .case_hide .tit{
	font-size: 18px;
	color: #fff;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	width: 80%;
	text-align: center;
	margin-top: 95px;
	margin-bottom: 65px; 
	line-height: 1.2;
}
.case_box .case_hide .tit *{
	color: #fff;
}
.case_box .case_hide .more{
	width: 96px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,0.44);
	background: rgba(103,183,149,0.44);
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.case_box:hover .case_hide{
	opacity: 1;
}
.case_box:hover p{
	opacity: 0;
}
.case_content .index_1230{
	padding-bottom: 10px;
}
.case_content .index_1230{
	text-align: center;
}
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	background: rgba(56, 56, 56, 0.5)
}
.reveal-modal {
	visibility: hidden;
	top: 0% !important;
	left: 0%;
	bottom: 0;
	right: 0;
	width: 1100px;
	height: 780px;
	position: fixed;
	z-index: 101;
	margin: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
}
.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}
.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}
.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}
.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}
.close-reveal-modal {
	width: 20px;
	height: 20px;
	background: url(../images/close.png) no-repeat center;
	position: absolute;
	right: 35px;
	top: 35px;
	transition: all 0s;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	-ms-transition: all 0s;
	-moz-transition: all 0s;
	cursor: pointer;
}
.reveal-modal .swiper-button-prev {
    background: url(../images/about-left.png) no-repeat center;
    left: 36px;
}
.reveal-modal *{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.reveal-modal .swiper-button-next {
	right: 0;
    background: url(../images/about-right.png) no-repeat center;
    right: 36px;
}
.reveal-modal .swiper-container{
	width: 890px;
	height: 592px;
	border-radius: 5px;
}
.case_de p{
	margin-top: 55px;
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}
/*案例列表*/
@media screen and (max-width: 1440px) {
	.reveal-modal {
		width: 800px;
		height: 567px;
	}
	.reveal-modal .swiper-container{
		width: 580px;
		height: 385px;
	}
}