@charset "utf-8";
.small_banner{
	position: fixed;
	left:0;
	/*top:0;*/
	top:81px;
	width:100%;
/*	clear: both;*/
	overflow: hidden;
/*	border-top: 1px solid red;
	border-bottom: 1px solid red;*/
/*	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;*/
	/*background-attachment: fixed;*/
	transition: all 0.5s;


}
.small_banner .text{
	position: absolute;
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	margin:auto;	
	height: 80px;
	z-index: 2;
	color: #FFFAFE;
	display: inline-block;
}
.small_banner .text  h1{
	font-size: 40px;
	font-weight: bold;
}
.small_banner .text  h2{
	margin-top: 10px;
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.small_banner .text .des{
    margin-top: 20px;
    font-size: 14px;
}
.small_banner .text .des p{
    margin-bottom: 0px;
}
.section,
.child_nav,
.nav_list{
	clear: both;
	overflow: hidden;	
}
.section{
	/*background-color: #F5F5F5;*/
	background-color: #F5F5F5;
	position: relative;
	z-index:9;
}
.section_con{
	padding:60px 0px;
}
.section_con p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 28px;
	color: #666;
}
.child_nav{
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.nav_list{
	float: left;
}
.select_list{
	float: right;
}
.nav_list li{
	float: left;
	position: relative;
}
.nav_list li::after{
	content: "";
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 2px;
	background-color:#28ADC2;
	opacity: 0;
	transition: all 0.3s;
}
.nav_list li.cur::after{
	opacity: 1;
}
.nav_list li a{
	display: block;
	padding:20px 25px;
	font-size: 16px;
	color: #333;
/*	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	transition: all 0.3s;
}
.nav_list li.cur a,
.nav_list li a:hover{
	color: #28ADC2;
}
.select_list .pub_form{
	margin-top: 14px;
}
/*公用部分*/
.pub_form form,
.pub_form{
	width:470px;
	height: 36px;
}
.pub_form select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;

	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;

	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/select_down.png") no-repeat scroll 93% center transparent;
	background-size: 10px auto;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.pub_form select::-ms-expand { 
	display: none; 
}
.pub_form .box_group,
.pub_form select,
.pub_form input[type="text"],
.pub_form input[type="submit"]{
	border-radius: 18px;
}
.pub_form .select_box,
.pub_form input[type="text"]{
	border:1px solid #DFDFDF;
}
.pub_form .box_group{
	float: right;
	height: 36px;
	font-size: 14px;
	margin-left: 10px;
}
.pub_form .select_box{
	margin-left: 0;
	width:200px;
	background-color: #fff;
}
.pub_form .input_box{
	width:260px;
	overflow: hidden;
}
.pub_form select {
	height: 34px;
	width:100%;
	padding-left: 10px;
	color: #666;
	border:none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pub_form option{

}
.pub_form input{
	border:none;
	padding:0 18px;
	height: 100%;
}
.pub_form input[type="text"]{
	background-color: #EEEEEE;	
	width:200px;
}
.pub_form input[type="submit"]{
	width:50px;
	padding:0;
	background-color: #26AEC4;
	margin-left: 10px;
	color: #fff;
	float: right;
}
/*//公用部分*/

.center_select_list{
	clear: both;
}
.center_select_list .pad_box{
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding:10px;
	width:490px;
	border-radius: 28px;
}
.center_select_list .pub_form{
	
}




.news_list li,
.news_list{
	clear: both;
}

.news_list {

}
.news_list li{
	overflow: hidden;
	background-color: #fff;
	padding:15px;
	margin-bottom: 30px;
	transition: all 0.5s;
}
.news_list li:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.news_list li:last-child{
	margin-bottom: 0;
}
.news_list .pad_box{

}

.news_list .date,
.news_list .pic,
.news_list .info{
	float: left;
}
.news_list .date,
.news_list .pic a{
	border-radius:5px;
}
.news_list .date{
	text-align: center;
	width:12%;
	background-color: #F5F5F5;
}
.news_list .pic{
	width:28%;
	padding:0 15px;
}
.news_list .info{
	width:60%;
	padding-left: 10px;
}

.news_list .img_empty .date{
	width:12%;
}
.news_list .img_empty .pic{
	display: none;
}
.news_list .img_empty .info{
	width:88%;
}

.news_list .date time,
.news_list .tit a,
.news_list .more a{
	transition: all 0.3s;
}
.news_list .tit a:hover,
.news_list li:hover time,
.news_list .more a:hover{
	color: #26AEC4;
}
.news_list .date time,
.news_list .date strong{
	display: block;
	color: #666;
}
.news_list .date time{
	font-size:26px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 10px;
}
.news_list .img_empty .date time{
	margin-top: 40px;
}
.news_list .date strong{
	font-size: 16px;
	font-weight: normal;
}
.news_list .pic a{
	overflow: hidden;
	display: block;	
	position: relative;
	height: 193px;
	background-color: #fff;
}
.news_list .pic img{
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	margin:auto;
}
.news_list .tit,
.news_list .tit a{
	font-size: 18px;
}
.news_list .tit{
	margin-top:25px;
}
.news_list .img_empty .tit{
	margin-top:15px;
}
.news_list .tit a{
	display: block;
	color: #333;
	font-weight: bold;
}
.news_list .con,
.news_list .more a{
	color: #666;
}
.news_list .con{
	overflow: hidden;
	height: 43px;
	margin-top: 15px;
	margin-bottom:25px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news_list .img_empty .con{
	/*margin-bottom: 0;*/
}
.news_list .con p{
	text-indent: 0;	
	margin-bottom: 0;
}
.news_list .more{
	border-top: 1px solid #EEEEEE;
	padding-top: 15px;
}
.news_list .img_empty .more{
	padding-bottom: 15px;
}
.news_list .more a{
	font-size: 15px;
}












.sidebar_box .art_info,
.sidebar_box{
	clear: both;
	overflow: hidden;
}

.sidebar_box .art_con,
.sidebar_box .good_news{
	float: left;
}
.sidebar_box .art_con{
	width:70%;
	padding:30px;
	background-color: #fff;
}
.sidebar_box .good_news{
	width:30%;
}

.sidebar_box .art_tit{
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin-bottom:30px;
}
.sidebar_box .art_info{

}
.side_lists,
.side_content{
	float: left;
}
.side_lists {
	width:20%;
	border-right: 1px solid #eee;
	padding-right: 30px;
}

.side_lists .pub_style{
	text-align: center;
	background-color: #F5F5F5;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	padding:20px 0;
}
.side_lists .icon{
	display: block;
	width:25px;
	height: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
}
.side_lists .show_num .icon{
	background-image: url(../img/show.png);
}
.side_lists .share_box .icon{
	background-image: url(../img/fx.png);
}
.side_lists .small,
.side_lists .big{
	display: block;
}
.side_lists .small{
	color: #666;
	font-size: 14px;
	margin-bottom:3px;
	margin-top:3px;
}
.side_lists .big{
	color: #333;
	font-size: 20px;
}
.side_lists .date{

}
.side_lists .show_num{

}
.side_lists .share_box{
	margin-bottom: 0;
}
.bdsharebuttonbox{
	width:40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}
.bdshare-button-style0-32 a{
	float: none;
	display: block;
	clear: both;
	background-image: none;
	background-position: 0 0 !important;
	background-size: 40px auto;
	width: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	margin-top: 10px !important;
	text-indent: 0 !important;
}
.bdshare-button-style0-32 .bds_weixin{
	background-image: url(../img/icon_wx.png);
}
.bdshare-button-style0-32 .bds_sqq{
	background-image: url(../img/icon_qq.png);
}
.bdshare-button-style0-32 .bds_tsina{
	background-image: url(../img/icon_sina.png);
}
.bdshare-button-style0-32 .bds_qzone{
	background-image: url(../img/icon_kj.png);
}
.bdshare-button-style0-32 .bds_weixin:hover{
	background-image: url(../img/icon_wx_hover.png);
}
.bdshare-button-style0-32 .bds_sqq:hover{
	background-image: url(../img/icon_qq_hover.png);
}
.bdshare-button-style0-32 .bds_tsina:hover{
	background-image: url(../img/icon_sina_hover.png);
}
.bdshare-button-style0-32 .bds_qzone:hover{
	background-image: url(../img/icon_kj_hover.png);
}
.bdshare-button-style0-32 .bds_more{
	color: #666 !important;
	font-size: 14px;
	text-align: center;
	background:none;
	height: 25px !important;
}


.side_content{
	width:80%;
	padding-left: 30px;
	font-size: 14px;
	color: #666;
}
.p_n,
.side_content_con{
	clear: both;
	overflow: hidden;
}
.side_content img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 10px;
}
.side_content p{
}


.p_n{
	background-color: #eee;
	padding:10px 15px;
	margin-top: 15px;
}
.p_n .p_page,
.p_n .n_page{
	float: left;
	width: 50%;
}
.p_n,
.p_n a{
	color: #666;
	font-size: 13px;	
}
.p_n a{
	display: block;
	width:85%;
	transition:all 0.3s;
}
.p_n a:hover{
	color: #28ADC2;
}
.p_n .p_page a{
	float: left;
}
.p_n .n_page a{
	float: right;
	text-align: right;
}










.good_news{
	padding-left: 30px;
}
.good_news .pad_box{
	background-color: #fff;
	padding:15px;

}
.good_news .title{
	font-weight: bold;
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
}

.good_news_list{

}
.good_news_list li{
	margin-bottom: 20px;
}
.good_news_list a{

}
.good_news_list .pic{

}
.good_news_list img{

}
.good_news_list .tit{
	font-size: 15px;
	color: #666;
	font-weight: bold;
	margin-top: 10px;
	transition: all 0.3s;
}
.good_news_list .tit:hover{
	color: #28ADC2;
}







.display_banner{
	position: relative;
}
.display_banner  {
	width:100%;
	margin: 0 auto;
}
.swiper_big_pic .swiper-container {
	width:100%;
	height: auto;
}
.swiper_big_pic .arrow-left,
.swiper_big_pic .arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}
.swiper_big_pic .arrow-left {
	/*background: url(../img/display_ban_l.png) no-repeat left top;*/
	left: 10px;
}
.swiper_big_pic .arrow-right {
	/*background: url(../img/display_ban_r.png) no-repeat left bottom;*/
	right: 10px;
}
.swiper_big_pic .swiper-slide{
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.swiper_big_pic .swiper-slide img{
	/*opacity: 0;*/
}
.swiper_big_pic .swiper-slide h1{
	font-size: 12px;
	padding:10px;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	color: #fff;
	bottom: 0;
	left:0;
	width:100%;
	height:auto;
	z-index: 5;
}
.preview_box{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 145px;
	background-color: rgba(0,0,0,0.3);
	z-index: 2;
	opacity: 0;
	transition:opacity 0.6s;
}
.display_banner:hover .preview_box{
	opacity: 1;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container,
.preview .swiper-slide ,
.preview .arrow-left,
.preview .arrow-right{
	height: 125px;
}
.preview .swiper-container {
	width:90%;
}
.preview .swiper-slide {
	padding:0 6px;
	cursor:pointer;
}
.preview .swiper-slide{
	color: #fff;
}
.preview .swiper-slide .bg_pic{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
	width:100%;
	height: 100%;
}
.preview .arrow-left,
.preview .arrow-right{
	position: absolute;
	top:0;
	width: 60px;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px auto;
}
.preview .arrow-left {
	background-image: url(../img/display_ban_l.png);
	left:0;
}
.preview .arrow-right {
	background-image: url(../img/display_ban_r.png);
	right:0;
}
.preview .active-nav .bg_pic {
	position: relative;
}
.preview .tit{
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 100%;	
	transition: all 0.3s;
}
.preview .swiper-slide.active-nav .tit{
	height:35px;
}
.preview .tit h1{
	color: #fff;
	font-size: 14px;
	padding:10px;
	height: 35px;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
}

.display-des{
    padding: 30px 70px;
    font-size: 18px;
    line-height: 28px;
    color: #666;
}
.display-des h3{
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.display-des p{
    text-indent: 0;
    margin-bottom: 0;
}

.culture-img{
    float: right;
    width: 48%;
}
.culture-left{
    padding-right: 20px;
    overflow: hidden;
}
.culture-left > h1{
    position: relative;
    margin-bottom: 40px;
    color: #eee;
    /* font-family: arial; */
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
}
.culture-left > h1 span{
    position: absolute;
    bottom: 12px;
    left: 0;
    color: #333;
    font-size: 48px;
    line-height: 1;
}
.wh_list li{
	margin-bottom: 20px;
	margin-top: 20px;
}
.wh_list li:last-child{
	margin-bottom: 0;
}
.wh_list .center_con{
	width:100%;
	margin-top: auto;
	margin-bottom: auto;
	color: #333;
}
.wh_list .icon{
    position: relative;
	display: block;
	margin-bottom: 18px;
	width:42px;
	height: 42px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
/*.wh_list li:nth-child(1) .icon{
	background-image: url(../img/wh_icon1.png);
}
.wh_list li:nth-child(2) .icon{
	background-image: url(../img/wh_icon2.png);
}
.wh_list li:nth-child(3) .icon{
	background-image: url(../img/wh_icon3.png);
}
.wh_list li:nth-child(4) .icon{
	background-image: url(../img/wh_icon4.png);
}*/
.wh_list h1{
	font-size: 26px;
	font-weight: bold;
}
.wh_list .info{
    height: 198px;
    margin-top: 20px;
	font-size: 18px;
	overflow: hidden;
}

.wh_list .info p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    text-indent: 0;
    vertical-align: top;
}
.wh_list .info p span{
    font-size: 14px;
    line-height: 24px;
}



.pz_box .tit,
.pz_box{
	clear: both;
	overflow: hidden;
}
.pz_box{
	margin-top:30px;
}
.pz_box .click_show:first-child{
	display: block;
}
.pz_box .info,
.pz_list{
	float: left;
}
.pz_box .info{
	width:34%;
}
.pz_box .ss_info{
	width:100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.pz_list{
	width:66%;
}
.pz_box .tit{
	font-weight: bold;
	color: #333;
	font-size: 24px;
	margin-bottom: 15px;
}
.pz_box .detail{
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.pz_box .detail p{
	text-indent: 0;
}
.pz_list{

}
.pz_list li{
	float: left;
	width:100%;
	padding-left: 15px;
}
.pz_list img{

}

.pz_list_b,
.pz_list_a .art_con,
.pz_list_a{
	clear: both;
	overflow: hidden;
}
.pz_list_a{
	margin-left: -15px;
	margin-right: -15px;
	font-size: 0;
}
.pz_list_a .item{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.pz_list_a img{

}
.pz_list_a .con{

}
.pz_list_a .tit{
	color:#333;
	font-size: 20px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
}
.pz_list_a .art_con{
	color: #666;
	line-height: 22px;
	text-indent: 22px;
}
.pz_list_a .art_con,
.pz_list_a .art_con p{
	font-size: 12px;
}


.pz_list_b{
	width:  100%; 
	/*height: 180px; */
	height:480px;
	overflow: hidden;
	clear: both;
}
.pz_list_b .item{
	width: 20%;  
	float: left; 
	position: relative;
	/*overflow: hidden;*/
	transition: all 0.5s;
}
.pz_list_b:hover .item{ 
	width: 15%; 
}
.pz_list_b .item:hover{ 
	width: 40%; 
}
.pz_list_b img{
	width:480px;
	height: 480px;
}
.pz_list_b .item:hover img{	

}
.pz_list_b .con{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.3);
	padding-left: 15px;
	padding-right: 15px;
	transition: background 0.5s;
}
.pz_list_b .item:hover .con{
	background-color:rgba(40,173,194,0.8);
}
.pz_list_b .center_text{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	/*height: 85px;*/
	height: 30px;
	margin-top: auto;
	margin-bottom: auto;
	transition: all 0.5s;
}
.pz_list_b .item:hover .center_text{
	height: 85px;
}
.pz_list_b .tit{
	color: #fff;
	font-size: 28px;
}
.pz_list_b .line{
	display: block;
	border-top:1px solid #fff;
	width:25px;
	margin:15px auto;
	transform: translateY(-30px);
	opacity: 0;
	transition: all 0.5s;
}
.pz_list_b strong{
	display: block;
	font-size: 15px;
	transform: translateY(-50px);
	opacity: 0;
	transition: all 0.5s;
}
.pz_list_b .item:hover strong,
.pz_list_b .item:hover .line{
	transform: translateY(0px);
	opacity: 1;
}



.radius_nav_box,
.radius_nav{
	clear: both;
	overflow: hidden;
}
.radius_nav_box{
	position: relative;
	text-align: center;
	background-color: #fff;
	border-radius: 25px;
}
.radius_nav_box .move_block{
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	border-radius: 25px;
	background-color: #28ADC2;
}
.radius_nav{
	position: relative;
	z-index: 2;
}
.radius_nav li{
	float: left;
	width:25%;
}
.radius_nav li a{
	display: block;
	height:50px;
	line-height: 50px;
	color: #666;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.8s;
}
.radius_nav li.cur a{
	color: #fff;
}



.about_us_box{
/*	background: url(../img/about_bg_text.png) no-repeat left top;
	background-size:300px auto;*/
}
.about_us_box .text dd,
.about_us_box .tit,
.about_us_box{
	clear: both;
	overflow: hidden;
}
.about_us_box .tit{
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}
.about_us_box .text .tit{
	position: relative;
	padding-bottom:15px;
}
.about_us_box .text .tit::after{
	position: absolute;
	content:"";
	left:0;
	bottom:0;
	width:30px;
	border-bottom:1px solid #5EBED2;
}
.about_us_box .text{
	float: left;
	width:20%;
}
.about_us_box .detail{
	float: left;
	width:40%;
	padding-right: 15px;
}
.about_us_box .info{
	float: left;
	width:40%;
}
.about_us_box .con{
	color: #666;
}
.about_us_box .con p{

}
.about_us_box .pic{
	float: left;
	width:100%;
}
.about_us_box .text dl{
}
.about_us_box .text dd{
	margin-bottom: 10px;
}
.about_us_box .text dd:last-child{
	margin-bottom: 0;
}
.about_us_box dd .icon{
	width:35px;
	height:35px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
}
.about_us_box dd:nth-child(1) .icon{
	background-image: url(../img/about_icon1.png);
}
.about_us_box dd:nth-child(2) .icon{
	background-image: url(../img/about_icon2.png);
}
.about_us_box dd:nth-child(3) .icon{
	background-image: url(../img/about_icon3.png);
}
.about_us_box dd:nth-child(4) .icon{
	background-image: url(../img/about_icon4.png);
}
.about_us_box .text strong{
	color: #666;
	font-weight: normal;
	font-size: 14px;
	float: left;
	margin-left: 15px;
	padding-top: 8px;
}
.about_us_box .text span{
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
}
.about_us_box .pic img{
	/*box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
}

/*涡水由来*/
.origin-header{
    position: relative;
    overflow: hidden;
}
.origin-header .img{
    float: right;
    width: 69%;
}
.origin-header .info{
    position: absolute;
    left: 0;
    top: 0;
    width: 31%;
    padding: 50px;
}
.origin-header .info h1{
    width: 80px;
}
.origin-header .info .des{
    margin-top: 60px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-indent: 2em;
    text-align: justify;
}
.origin-content{
    max-width: 560px;
    margin: 60px auto 0;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    text-align: justify;
    color: #666;
}
.origin-content p {
    margin-bottom: 0;
}
.origin-content img{
    max-width: 222px;
    margin-left: auto;
    margin-right: auto;
}
.origin-bg {
    width: 100%;
}
.origin_con{
    padding-bottom: 0;
}

.xl_pro_box{
	position: relative;
	margin-top: 30px;
	padding-left: 40px;
	padding-right:40px;
}

.xl_pro_box .info{
	position: relative;
	background: #fff;
	border-radius:15px;
	
}
/*.xl_pro_box .pic,
.xl_pro_box .detail{
	display: inline-block;
}*/
.xl_pro_box .pic{
    position: relative;
    float: left;
	/*position: absolute;
	top:50px;
	left: -150px;*/
	width:300px;
	height: 300px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 50px;
	/*background: url(../img/pro1_child_bg.png) no-repeat center center;*/
	/*background-size: 100% 100%;*/
	/*overflow: hidden;*/
	border-radius: 15px;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
}

.xl_pro_box .detail{
	/*width:100%;*/
	padding:50px 30px 30px;
	overflow: hidden;
}
.xl_pro_box .shop{
	position: absolute;
	right:-35px;
	top:110px;
	height: 180px;

}
.xl_pro_box .pic img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height:100%;
}
.xl_pro_box .pic h2{
    position: absolute;
    top: 95%;
    left: 0px;
    width:100%;
    padding: 6px 10px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background: rgba(255,255,255,0.3);
    overflow: hidden;
}
.xl_pro_box .tit{
	color: #333;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}
.xl_pro_box .con{
	color: #666;
}
.xl_pro_box .attr_list{
	clear: both;
	overflow: hidden;
	font-size: 0;
	margin-top: 30px;
}
.xl_pro_box .attr_list dd{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.xl_pro_box .attr_list a{
	position: relative;
	display: block;
	width:100px;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
	border:1px solid #EEEEEE;
	transition: all 0.3s;	
}
.xl_pro_box .attr_list dd.cur a,
.xl_pro_box .attr_list a:hover{
	border-color: #28ADC2;
}
.xl_pro_box .attr_list img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	width:auto;
	height: auto;
	max-width: 80%;
	max-height:80%;
	margin: auto;
}
.xl_pro_box .attr_list h2{
    display: none;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	color: #333;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	bottom:5px;
	left: 0;
	width: 100%;
	height: auto;	
	padding: 0 10px;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 70%,rgba(255,255,255,0.3) 30%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 70%,rgba(255,255,255,0.3) 30%);
	background: linear-gradient(bottom, rgba(255,255,255,1) 70%,rgba(255,255,255,0.3) 30%);
}
.xl_pro_box .shop a,
.xl_pro_box .shop img{
	width:70px;
	height:70px;	
}
.xl_pro_box .shop a{
	display: block;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.xl_pro_box .shop a:first-child{
	margin-bottom: 40px;
}
.xl_pro_box .shop img{

}
.contact_box .contact_list li,
.contact_box .ewm_list,
.contact_box .contact_list,
.contact_pub_tit,
.contact_box{
	clear: both;
	overflow: hidden;
}
.contact_box .left,
.contact_box .right{
	float: left;
	width:50%;
}
.contact_box .left{
}
.contact_box .right{
	/*border:1px solid blue;*/
}
.contact_pub_tit{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.contact_box .contact_pub_tit{
	margin-top: 5px;
}
.contact_box .contact_list{

}
.contact_box .contact_list li{
	margin-bottom: 20px;
}
.contact_box .contact_list .icon,
.contact_box .contact_list strong{
	float: left;
}
.contact_box .contact_list .icon{
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;	
	width:25px;
	height:25px;
}
.contact_box .contact_list li:nth-child(1) .icon{
	background-image: url(../img/contact_list1.png);
}
.contact_box .contact_list li:nth-child(2) .icon{
	background-image: url(../img/contact_list2.png);
}
.contact_box .contact_list li:nth-child(3) .icon{
	background-image: url(../img/contact_list3.png);
}
.contact_box .contact_list strong{
	color: #666;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	width:calc(100% - 25px);
}
.contact_box .ewm_list{
	margin-top: 20px;
}
.contact_box .ewm_list dd{
	float: left;
	text-align: center;
}
.contact_box .ewm_list dd:first-child{
	margin-right: 60px;
}
.contact_box .ewm_list img{
	width:auto;
	height: auto;
	max-width: 180px;
	max-height: 180px;
}
.contact_box .ewm_list strong{
	color: #333;
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-top: 15px;
}

.message_form{
	clear: both;
	overflow: hidden;
	padding:50px 0 200px 0;
	width:100%;
	height: 100%;
	/*border:1px solid red;*/
	background: url(../img/xf.png) no-repeat center center;
	background-size: contain;
}
.message_form .contactUs{
	width:58%;
	margin-left: auto;
	margin-right: auto;
}


.job_box{
	clear: both;
	overflow: hidden;
}

.job_box .left,
.job_box .right{
	float: left;
}
.job_box .left{
	width:60%;
}
.job_box .right{
	width:40%;
	padding-left: 30px;
}
.job_box .job_info{
	margin-bottom: 30px;
}
.job_box .job_info:last-child{
	margin-bottom: 0;
}
.job_box .job_info .contact_pub_tit{
	margin-bottom:15px;
}
.job_box .job_info dd{
	font-size: 14px;
	color: #666;
	clear: both;
	overflow: hidden;
}
.job_box .job_info strong,
.job_box .job_info b{
	font-weight: normal;
	float: left;
}

.job_box .job_info strong{
	width:45px;
}
.job_box .job_info b{
	width:calc( 100% - 45px );
}


.job_tab{
	min-width: 702px;
}
.job_tab .title_list{
	background: #999999;
	clear: both;
	overflow: hidden;
}
.job_tab .title_list li,
.job_tab .info_list dd{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.job_tab .title_list li:nth-child(1),
.job_tab .info_list dl dd:nth-child(1){
	width:130px;
}
.job_tab .title_list li:nth-child(2),
.job_tab .info_list dl dd:nth-child(2){
	width:70px;
}
.job_tab .title_list li:nth-child(3),
.job_tab .info_list dl dd:nth-child(3){
	width:140px;
}
.job_tab .title_list li:nth-child(4),
.job_tab .info_list dl dd:nth-child(4){
	width:120px;
}
.job_tab .title_list li:nth-child(5),
.job_tab .info_list dl dd:nth-child(5){
	width:90px;
}
.job_tab .title_list li:nth-child(6),
.job_tab .info_list dl dd:nth-child(6){
	width:calc(100% - 590px);
}
.job_tab .title_list li{
	float: left;
	/*width:16.666%;*/
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.job_tab .info_list{
	background: #fff;
}
.job_tab .info_list li{
	border-bottom: 1px solid #F0F0F0;
}
.job_tab .info_list li:last-child{
	border-bottom: none;
}
.job_tab .info_list dl{
	clear: both;
	overflow: hidden;	
	cursor: pointer;
}
.job_tab .info_list dd{
	float: left;
	/*width:16.666%;	*/
	color: #666;
	font-size: 14px;
}
.job_tab .info_list .button_box{
	
}
.job_tab .info_list .button{
	display: block;
	width:30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	border:1px solid #d2d2d2;
	text-align: center;
	font-family:"宋体","楷体";
	font-style: normal;
	margin:10px auto 0;
	font-size: 14px;
	transition: all 0.5s;
}
.job_tab .info_list li.cur .button{
	transform: rotate(-90deg);
	background-color: #EEEEEE;
}
.job_tab li .job_details{
	background: #EEEEEE;
	color: #666;
	padding:15px;
	display: none;
}







.pro_ul{
	clear: both;
	overflow: hidden;
}
.pro_ul li{
	float: left;
}
.pro_ul .li1{
	width: 33.33%;
    background-color: #0081ba;
}
.pro_ul .li2{
	width:33.33%;
	background-color: #deb657;
}
.pro_ul .li3{
	width:33.33%;
	background-color: #193826;
}
.pro_ul .li4,
.pro_ul .li5,
.pro_ul .li6,
.pro_ul .li7{
	width:33.33%;
}
.pro_ul .li4{
	background-color: #e6006a;
}
.pro_ul .li5{
	background-color: #0a2d87;
}
.pro_ul .li6{
	background-color: #ffea01;
}
.pro_ul .li7{
	background-color: #c8e7e9;
}
.pro_ul .li8{
	background-color: #fee100;
}
.pro_ul li a{
	position: relative;
	overflow: hidden;
	display: block;
	width:100%;
	/*height: 100%;*/
	height: 280px;
}
.pro_ul li img{
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.pro_ul li .after,
.pro_ul li .before{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;

}
.pro_ul li .before img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin:auto;
	max-width: 80%;
	max-height: 80%;
}
.pro_ul li .after{
	opacity: 0;
	transition: all 0.5s;
}
.pro_ul li a:hover .after{
	opacity: 1;
}
.pro_ul li .bg{
	position: absolute;
	top:0;
	bottom:0;
	width:100%;
	height: 100%;
	background:#fff;
	/* background: url(../img/pro_bg_img1.jpg) no-repeat center center; */
	/* background-size: cover; */
}
/* .pro_ul .li5 .bg{ */
	/* background-image: url(../img/pro_bg_img2.jpg); */
/* } */
/* .pro_ul .li6 .bg{ */
	/* background-image: url(../img/pro_bg_img3.jpg); */
/* } */
/* .pro_ul .li7 .bg{ */
	/* background-image: url(../img/pro_bg_img4.jpg); */
/* } */
.pro_ul li .thumb_img{
	position: absolute;
	left:0;
	right: 0;
	/* bottom:-50px; */
	margin-left: auto;
	margin-right: auto;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
/* .pro_ul .li4 .thumb_img{/*待删除*/ */
    /* bottom: 0; */
    /* width: 100%; */
    /* height: 100%; */
/* } */
/*.pro_ul .li3 .thumb_img{
	bottom:-105px;
	transform:scale(1.6);
}*/
/*.pro_ul li .tit{
	position: absolute;
	right:8%;
	top:0;
	width:25px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}*/


























.pro_list{
	font-size: 0;
}
.pro_list .item{
	font-size: 14px;
}


.pro_section_con{
	padding:0;
	background: url(../img/pro3_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.pro_dz .center_info,
.pro_dz .c_btn strong,
.pro_dz,
.pro_dz .center_box,
.pro_dz .c_btn{
	position: absolute;	
}
.pro_dz .center_info,
.pro_dz .c_btn strong,
.pro_dz,
.pro_dz .center_box{
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin:auto;
	transition: left 0.8s;
}
.pro_dz .center_box.slide_box{
	left:-420px;
}
.pro_dz{
	width:100%;
	/*height: 600px;*/
	height: 100%;
	/*border:1px solid red;*/
}
.pro_dz .center_box{
	width:400px;
	height: 400px;
	border-radius: 50%;
	/*background:url(../img/pro_bg_c.png) no-repeat center center;*/
	background-size: 430px auto;
}
.pro_dz .c_btn,
.pro_dz .c_btn strong{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.pro_dz .c_btn{
	display: block;
	width:90px;
	height: 90px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
	transition:all 0.3s;
}
.pro_dz .c_btn strong{
	width:auto;
	height: auto;
	max-width: 50px;
	max-height:100%;
}
.pro_dz .c_btn1,
.pro_dz .c_btn2{
	top: 35px;
}
.pro_dz .c_btn3,
.pro_dz .c_btn4{
	top: 270px;
}
.pro_dz .c_btn3,
.pro_dz .c_btn1{
	left: 40px;
}
.pro_dz .c_btn4,
.pro_dz .c_btn2{
	left: 270px;
}
.pro_dz .c_btn1 strong{
	background-image: url(../img/pro2_text1.png);
}
.pro_dz .c_btn2 strong{
	background-image: url(../img/pro2_text2.png);
}
.pro_dz .c_btn3 strong{
	background-image: url(../img/pro2_text3.png);
}
.pro_dz .c_btn4 strong{
	background-image: url(../img/pro2_text4.png);
}
.pro_dz .c_btn1.cur strong,
.pro_dz .c_btn1:hover strong{
	background-image: url(../img/pro2_text1_hover.png);
}
.pro_dz .c_btn2.cur strong,
.pro_dz .c_btn2:hover strong{
	background-image: url(../img/pro2_text2_hover.png);
}
.pro_dz .c_btn3.cur strong,
.pro_dz .c_btn3:hover strong{
	background-image: url(../img/pro2_text3_hover.png);
}
.pro_dz .c_btn4.cur strong,
.pro_dz .c_btn4:hover strong{
	background-image: url(../img/pro2_text4_hover.png);
}
.pro_dz .c_btn.cur,
.pro_dz .c_btn:hover{
	background-image: url(../img/c_btn_shui.png);
	transform: scale(1.2);
}
.pro_dz .c_btn.cur strong,
.pro_dz .c_btn:hover strong{
	transform: scale(0.8);
}
.pro_dz .center_info{
	width:120px;
	height: 180px;
	text-align: center;
}
.pro_dz .center_info img,
.pro_dz .center_info a{
	margin-left: auto;
	margin-right: auto;
}
.pro_dz .center_info img{
	width:80px;
	height: auto;
}
.pro_dz .center_info strong,
.pro_dz .center_info a{
	display: block;
	color: #28adc2;
}
.pro_dz .center_info strong{
	font-size: 16px;
	margin:15px 0;
	font-weight: normal;
}
.pro_dz .center_info a{
	border:1px solid #28adc2;
	width:100px;
	height: 30px;
	border-radius: 15px;
	line-height: 28px;
	font-size: 14px;
	transition: all 0.5s;
}
.pro_dz .center_info a:hover{
	letter-spacing: 2px;
}









.dz_pub_con{
	position: absolute;
	top:0;
	left:0;
	background-color: rgba(255,255,255,0.85);
	padding:15px 30px;
	width:480px;
	height: 560px;
/*	border:1px solid red;*/
	display: none;
}
.dz_pub_con1,
.dz_pub_con3,
.dz_pub_con2,
.dz_pub_con4{
	top: -50px;
}
.dz_pub_con1,
.dz_pub_con3{
	left: -480px;
}
.center_box.slide_box .dz_pub_con1,
.center_box.slide_box .dz_pub_con3,
.dz_pub_con2,
.dz_pub_con4{
	left: 400px;
}
.dz_pub_con .tit{
/*	margin-bottom: 15px;*/
}
.dz_pub_con .tit img{
	width:auto;
	height: auto;
}
.dz_pub_con .tit .details{
	clear: both;
	overflow: hidden;
}
.dz_pub_con .con1_list{
	clear: both;
	overflow: hidden;
	margin-left:-8px;
	margin-right: -8px;
	margin-top: 5px;
}
.dz_pub_con .con1_list li{
	float: left;
	width: 50%;
	padding:8px;
}
.dz_pub_con .con1_list .pad_box{
	background-color: #fff;
	padding:10px;
}
.dz_pub_con .con1_list h2{
	font-size: 16px;
	text-align: center;
	padding:5px;
	margin-bottom: 5px;
}
.dz_pub_con .con1_list .pic{
	height: 180px;
	position: relative;
}
.dz_pub_con .con1_list img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin:auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.dz_pub_con .con3_list{
	clear: both;
	overflow: hidden;
	margin-top: 15px;
}
.dz_pub_con .con3_list li{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #28ADC2;
	border-radius: 10px;
	position: relative;
	margin-bottom:45px;
	width:200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.dz_pub_con .con3_list li:nth-child(2){
	transform: translate(55px);
}
.dz_pub_con .con3_list li:nth-child(3){
	transform: translate(85px);
}
.dz_pub_con .con3_list li:nth-child(4){
	transform: translate(115px);
}
.dz_pub_con .con3_list li::after{
	content: "";
	position: absolute;
	right:30px;
	bottom:-15px;
	width:0;
	height: 0;
	border-style: solid;
	border-width:15px 12px 0 12px;
	border-color: #28ADC2 transparent transparent transparent;
}
.dz_pub_con .con3_list li:last-child::after{
	display: none;
}
.dz_pub_con .con2_list{
	margin-top: 15px;
}
.dz_pub_con .con2_list li,
.dz_pub_con .con2_list{
	clear: both;
	overflow: hidden;
}

.dz_pub_con .con2_list li{
	margin-bottom: 5px;
}
.dz_pub_con .con2_list li:last-child{
	margin-bottom: 0;
}
.dz_pub_con .con2_list .big_tit,
.dz_pub_con .con2_list .small_tit{
	font-size: 20px;	
	font-weight: bold;
}
.dz_pub_con .con2_list .big_tit{
	color: #28ADC2;
}
.dz_pub_con .con2_list .small_tit,
.dz_pub_con .con2_list p{
	color: #333;
}
.dz_pub_con .con2_list .small_tit{
	margin-top: 8px;
	margin-bottom:8px;
}
.dz_pub_con .con2_list p{
	text-indent: 0;
}




.dz_pub_con .con4_list li,
.dz_pub_con .con4_list {
	clear: both;
	overflow: hidden;
}
.dz_pub_con .con4_list{
	margin-top: 15px;
}
.dz_pub_con .con4_list li{
	background-color: #fff;
	font-size: 14px;
	padding:10px;
}
.dz_pub_con .con4_list li:first-child{
	margin-bottom: 10px;
}
.dz_pub_con .con4_list .l_con,
.dz_pub_con .con4_list .r_con{
	float: left;
	width:50%;
}
.dz_pub_con .con4_list .l_con{
	
}
.dz_pub_con .con4_list .r_con{
	position: relative;
	height: 180px;
}
.dz_pub_con .con4_list h5{
	color: #fff;
	background-color: #0088D2;
	width:130px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
}
.dz_pub_con .con4_list .attr{
	color: #333;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.dz_pub_con .con4_list .attr strong,
.dz_pub_con .con4_list .attr b{
	float: left;
	font-weight: normal;
}
.dz_pub_con .con4_list .attr strong{
	width:45px;
}
.dz_pub_con .con4_list .attr b{
	width:calc(100% - 45px);
}
.dz_pub_con .con4_list dl{
	color: #0088D2;
	clear: both;
	overflow: hidden;
}
.dz_pub_con .con4_list dd{
	border:1px solid #0088D2;
	float: left;
	margin-right: 10px;
	padding:3px;
	line-height:15px;
}
.dz_pub_con .con4_list .price{
	color: #333;
	margin-top: 15px;
	padding-top: 10px;
	position: relative;
}
.dz_pub_con .con4_list .price::before{
	position: absolute;
	content: "";
	width:130px;
	height: 0;
	border-top:1px solid #C0C0C0;
	left:0;
	top:0;	
}
.dz_pub_con .con4_list .price strong,
.dz_pub_con .con4_list .price span{

}
.dz_pub_con .con4_list .price strong{
	font-size: 16px;
	font-weight: normal;
}
.dz_pub_con .con4_list .price span{
	font-size: 18px;
	color: #E20002;
}
.dz_pub_con .con4_list .r_con img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin:auto;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.video_list li,
.video_box{
	clear: both;
	overflow: hidden;
}
.video_box{
}
.video_box .video_con,
.video_box .video_list{
	float: left;
}
#web_video source,
.video_box .video_con,
.video_box .video_list{
	height: 500px;
}
.video_box .video_con{
	width:66%;
}
.video_box .video_list{
	width:34%;
	background: #333;	
}
#web_video {
	width:100%;
	height:100%;
	/*object-fit:fill;*/
	background-color: #000;
}
.video_list li{
	cursor: pointer;
	color: #fff;
	padding:10px;
	border-bottom: 1px solid #5A5A5A;
	transition: all 0.3s;
}
.video_list li.cur{
	background-color: #28ADC2;
}
.video_list .thumb_pic,
.video_list .info{
	float: left;
}
.video_list .thumb_pic{
	width:115px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.video_list .info{
	padding-left: 20px;
	width:calc(100% - 115px);
}
.video_list .tit{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom:10px;
}
.video_list time{
	font-size: 13px;
	display: block;
}




.hd_ban_box{
	position: relative;
	clear: both;
	overflow: hidden;
}
.hd_ban_box .ban_btn{
	position: absolute;
	top:0;
	bottom:0;
	margin-top: auto;
	margin-bottom: auto;
	width:40px;
	height: 40px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 40%;
	background-color:rgba(0,0,0,0.3);
	cursor:pointer;
	opacity: 0;
	z-index:99;	
	transition:background-color 0.3s , opacity 0.5s;
}
.hd_ban_box:hover .ban_btn{
	opacity: 1;
}
.hd_ban_box .ban_btn:hover{
	background-color:rgba(0,0,0,0.5);
}
.hd_ban_box .ban_btn_l{
	background-image: url(../img/banner_btn_left.png);
	left:2%;
}
.hd_ban_box .ban_btn_r{
	background-image: url(../img/banner_btn_right.png);
	right:2%;
}
.hd_ban_box .left_con,
.hd_ban_box .right_con{
	float: left;
}
.hd_ban_box .left_con{
	width:66.7%;
}
.hd_ban_box .right_con{
	width:33.3%;
}
.hd_ban{
	
}
.hd_ban_left{

}
.hd_ban_top{

}
.hd_ban_bottom{

}
.hd_ban .slick-dots,
.hd_ban .slick-arrow{
	display: none !important;
}
.hd_ban .limit_box a{
	display: block;
	overflow: hidden;
	height:100%;
}
.hd_ban .limit_box img{
	width:100%;
	height: 100%;
}
.hd_ban_left .limit_box a{
	height: 366px;
}
.hd_ban_top .limit_box a,
.hd_ban_bottom .limit_box a{
	height: 183px;
}

.all_honor_box,
.good_honor_box,
.honor_box{
	clear: both;
	overflow: hidden;
}
.good_honor_box{
	background:url(../img/honor_bg.png) no-repeat center bottom;
	background-size: cover;
	padding-top:150px;
	padding-bottom:120px;
	/*position: relative;*/
}
.honor_banner,
.honor_banner .slick{
	overflow: visible;
}
.honor_banner .slick-list{

}
.honor_banner{
	width:70%;
	margin-left: auto;
	margin-right: auto;
}
.honor_banner .limit_box{

}
.honor_banner .limit_box a{
	position: relative;
	display: block;
	overflow: hidden;
	height:300px;
	padding-top:100px;
	padding-left: 60px;
	/*border:1px solid red;*/
}
.honor_banner .limit_box .year{
	position: absolute;
	top:-80px;
	left:70px;
	color:#9AEDE0;
	font-size: 260px;
	font-weight: bold;
}
.honor_banner .limit_box .year span{
	font-size: 110px;
}
.honor_banner .limit_box .pic{
	width:230px;
	height: 160px;
	position: relative;
	float: left;
	border:1px solid #ddd;
}
.honor_banner .limit_box .pic img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin:auto;
	width:auto;
	height: auto;
	max-width:100%;
	max-height: 100%;
}
.honor_banner .limit_box .con{
	float: left;
	width:calc(100% - 230px);
	padding-left: 30px;

}
.honor_banner .limit_box .tit{
	font-size: 24px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transform: translateY(135px);

}

.honor_banner .slick-prev:focus,
.honor_banner .slick-prev{
	left:-12%;
}
.honor_banner .slick-next:focus,
.honor_banner .slick-next{
	right:-12%;
}
.honor_banner .slick-prev:focus,
.honor_banner .slick-prev,
.honor_banner .slick-next:focus,
.honor_banner .slick-next,
.honor_banner .slick-prev:hover,
.honor_banner .slick-next:hover{
	background-color:transparent;
}
.honor_banner .slick-prev:focus,
.honor_banner .slick-prev,
.honor_banner .slick-prev:hover{
	background-image: url(../img/honor_btn_l.png);
}
.honor_banner .slick-next:focus,
.honor_banner .slick-next,
.honor_banner .slick-next:hover{
	background-image: url(../img/honor_btn_r.png);
}
.honor_banner .slick-arrow{
	width:55px;
	height:55px;
}
.honor_banner .slick-prev:focus,
.honor_banner .slick-prev,
.honor_banner .slick-next:focus,
.honor_banner .slick-next,
.honor_banner .slick-prev:hover,
.honor_banner .slick-next:hover{
	background-size: contain;
}
.honor_banner .slick-dots{
	display: none !important;
}



.all_honor_box{
	background: url(../img/honor_shui.png) no-repeat;
	background-position: 0 0;
	background-size: cover;	
	padding-top: 50px;
	padding-bottom: 100px;
	margin-top: -40px;
	animation: ani_move 15s linear infinite alternate;
	position: relative;
}
@keyframes ani_move{
	0%{
		background-position:0 0;
	}
	100%{
		background-position:-185px 0;
	}	
}
.honor_list{
	margin-top: 50px;
	text-align: center;
	height: 220px;
	overflow: hidden;
}
.honor_list li{
}
.honor_list a{
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding:0 20px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	transition: all 0.5s;
}
.honor_list a:hover,.honor_list .swiper-slide-active a{
	background-color: rgba(255,255,255,0.5);	
}
.honor_list img{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	filter: alpha(opacity:0);
	opacity:0;
}
.honor_list .tit{
	color: #083f2c;
	font-size: 18px;
	display: inline-block;
}
.honor_list .icon{
	display: inline-block;
	width:22px;
	height: 22px;
	background:url(../img/ellipsis.png) no-repeat center center;
	background-size: contain;
	transform: translateY(5px);
	margin-left:10px;
}








/*发展历程*/
#scroller li,
#wrapper {
	height: 80px;
}
#wrapper {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	width:85%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	z-index:9;
}
#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;	
}
#scroller ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	cursor: move;
}
#scroller li {
	float: left;
	width: 200px;
	position: relative;
}
#scroller li .con{
	position: absolute;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	width:50%;
	text-align: center;
}
#scroller li:nth-child(odd) .con{
	top:0;	
}
#scroller li:nth-child(even) .con{
	bottom:0;	
}
#scroller li time{
	font-size: 24px;
	color: #28ADC2;
	display: block;
	transition: all 0.3s;
}
#scroller li.cur time{
	color: #083F2C;
	padding-bottom: 5px;
}
#scroller li .dot{
	display: block;
	width:20px;
	height:20px;
	border:3px solid #28ADC2;
	border-radius: 50%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s;
}
#scroller li.cur .dot{
	background-color: #083F2C;
	border-color: #083F2C;
}


















/*弹出相册*/
.pop_view_alpha,
.pop_view{
	display: none;
}
.pop_view_alpha{
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 9998;
}
.pop_view {
	position: fixed;
	top:10%;
	left:0;
	right:0;
	margin:auto;
	width:60%;
	/*height: 60%;*/
	height: auto;
	background-color: #fff;
	z-index: 9999;
}
.pop_view .pic{
	/*padding:15px 15px 0 15px;*/
}
.pop_view .pic img{
	display: block;
	width:100%;
	height:auto;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.pop_view .tit{
	text-align: center;
	color: #666;
	font-size: 13px;
	padding:10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pop_view_close{
	position: absolute;
	top:-25px;
	right:-25px;
	width:30px;
	height:30px;
	background: url(../img/pop_view_close.png) no-repeat center center;
	background-size: 60% auto;
	border-radius: 50%;
	border:2px solid #fff;
	cursor:pointer;
}
/*//弹出相册*/

















/*自定义滚动条*/
/*.scroll_content{
	height:700px; 
	overflow:auto;
}*/
._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #ddd;
	width:5px;
}
.mCSB_draggerRail{
	background: #EBEBEB !important;
}
/*//自定义滚动条*/

.page{
	height:auto;
	overflow:hidden;
	color:#3A4650;
	clear: both;
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.page a{
	border:1px solid #28ADC2;
	background: #28ADC2;
	color:#fff;
	text-decoration: none;
	transition:all 0.3s;
}
.page a:hover,
.page .current{
	background:#333;
	border:1px solid #333;
	color:#fff;
}
.page a,
.page .current{
	font-size:12px;
	margin:2px;	
	display:inline-block;
	padding:5px 10px;
}
.page .l_l{
	font-size:12px;
	margin-top:5px;
}
.page .l_r{
	margin-top: 5px;
}

/*图片弹出层效果调整*/
.viewer-container {
	z-index: 1000 !important;
}
.viewer-footer{
	bottom:15px;
}
.viewer-navbar{
	display: none;
}
.viewer-button {
	top: -32px;
	right: -32px;
/*	width: 80px;
	height: 80px;*/
	border-radius:0;
	background-color: #28ADC2;
}
/*图片弹出层效果调整*/

.top_line{
	border-top: 1px solid #E6E6E6;
}
.bot_line{
	border-bottom: 1px solid #E6E6E6;
}
.fix_top{
	margin-top: 60px;
}
.fix_bot{
	margin-bottom: 38px;
}
.img_auto{
	display: block;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin:10px auto;
}
p.unindent{
	text-indent: 0px;
}
.mar_top{
	margin-top: 10px;
}
.mar_bot{
	margin-bottom: 10px;
}
.modal{
	z-index: 99999;
}
a.appJob{
	color: #fff;
	padding:6px 16px;
	font-size: 12px;	
	margin-bottom: 10px;
	margin-left:0px;
	background:none;
	border:1px solid #3A4650;
	color: #3A4650;
}
a.appJob:hover{
	color: #fff !important;
	background: #3A4650;
	border-color: #3A4650;
}
a.appJob:focus{
	color: #3A4650;
	outline: none;
}
.form-control{
	border-radius: 0px;
}
.form-control:focus{
	border:1px solid #000;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
.form-control:hover{
	border:1px solid #000;
}
.btn{
	background: #3A4650;
	border-radius:0px;
	transition:all 0.2s;
	color:#fff;
	border:none;
}
 .btn:hover{
	color:#fff;
	border-color:#bbb;
	background:#bbb;
}
.contactUs textarea{
	height: 180px;
}
.message_form .contactUs textarea{
	height: 80px;
	resize:none;
}
.contactUs input[type="text"],
.contactUs textarea{
	border:1px solid #ccc; 
	font-size: 14px;
	box-shadow: none;
	border-radius: 2px;
	background: #fff;
}
.message_form .contactUs input[type="text"],
.message_form .contactUs textarea{
	border:1px solid #d7d7d7; 
	background: #f5f5f5;
}
.contactUs input[type="text"]:hover,
.contactUs textarea:hover,
.contactUs input[type="text"]:focus,
.contactUs textarea:focus{	
	box-shadow: none;
	border:1px solid #28ADC2;
}
.contactUs .message_submit{
	padding-right: 0px !important;
}

/*在线留言*/
.contactUs i{
	display:inline-block;
	color:#ce2009;
	font-style:normal;
	margin-right:5px;
	vertical-align:middle;
}
.contactUs label{
	color:#555;
}
.btnOk{
	background:#28ADC2;
	padding:7px 15px;
	width: 150px;
	color:#fff;
	border:none;
	font-size: 14px;
	border-radius: 2px;
	transition: all 0.5s ease 0s;
}
.message_form .btnOk{
	width:100%;
	border:1px solid #28ADC2;
	color: #28ADC2;
	background: #F5F5F5;
}
.message_form .btnOk:hover{
	color: #fff;
}
.btnOk:hover{
	background:#28ADC2;
}
.contactUs .form-group{
	margin-left: 0px;
	margin-right: 0px;
}
.contactUs img{
	width:100px;
	height: 34px;
	margin-top:0;
}
.yzm_pic{
	padding-left: 0;
}
.yzm_pic img{
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
/*--在线留言*/

.next_prev{
	margin-top: 25px;
}

.next_prev  div{
	float: left;
	width:50%;
}
.next_prev .l_r{
	text-align: right;
}
.next_prev a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 14px;
	color: #666;
	width:90%;
	transition:all 0.3s;
}
.next_prev a:hover{
	color: #28ADC2;
}


/*用途*/
.use_con{
    /*padding-bottom: 0;*/
}
.use-list{
    width: 100%;
    padding-bottom: 160px;
    overflow: hidden;
}
.use-list li{
    position: relative;
    float: left;
    width: 25%;
    padding-bottom: 37.5%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.use-list li .box{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.use-list li::-webkit-scrollbar { 
   display: none;
}
.use-list li.noactive{
    width: 22.222222233333333333333333333333%;
}
.use-list li.active{
    width: 33.3333333%;
}
.use-list img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.use-list .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.use-list .active .info{
    top: 100%;
    height: auto;
    padding: 12px 20px;
}
.use-list .box:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.use-list .active .box:after{
    opacity: 0;
    filter: alpha(opacity=0);
}
.use-list .info h1{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    font-size: 42px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 2;
}
.use-list .active .info h1{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
    color: #333;
}
.use-list .info .des{
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}
.use-list .active .info .des{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*水与生命*/
.life{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    text-align: justify;
    overflow: hidden;
}
.life img{
    max-width: 100%;
    width: 110px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.life h1{
    position: relative;
    padding: 12px 0;
    margin-bottom: 5px;
    font-size: 24px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}
.life .text1 h1:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #29adc6;
}
.life p{
    margin-bottom: 0;
    text-indent: 0;
}
.life h3{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    font-weight: bold;
}
.life .text1{
    float: left;   
    width: 20.83%;
    padding-right: 30px;
}
.life .text2{
    float: left;
    width: 38.89%;
    padding-right: 50px;
}
.life .text3{
    position: relative;
    float: left;
    width: 40.28%;
}
.time-list{
    position: relative;
    width: 100%;
    height: 210px;
}
.time-list:before{
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    max-width: 420px;
    width: 90%;
    height: 100%;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    -moz-border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    border-bottom: none;
}
.life .text3 img{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 58px;
}
.time-list p{
    position: absolute;
    top: 100%;
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    opacity: 0;
    filter: alpha(opacity=0)
}
.time-list i{
    display: inline-block;
    margin-right: 6px;
    font-style: normal;
    color: #28adc2;
}
.time-list .active p{
    opacity: 1;
    filter: alpha(opacity=100)
}
.time-list span{
    position: absolute;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-family: arial;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.time-list li:nth-of-type(1) span {
    bottom: 0;
    left: 0;
    color: #fff;
    background: #666;
}
.time-list li:nth-of-type(2) span {
    left: 6%;
    bottom: 40%;
    color: #666;
    background: #e1e1e1;
}
.time-list li:nth-of-type(3) span {
    left: 20%;
    bottom: 74%;
    color: #7b7b7b;
    background: #bababa;
}
.time-list li:nth-of-type(4) span {
    top: 0;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    color: #666;
    background: #e8e8e8;
}
.time-list li:nth-of-type(5) span {
    right: 20%;
    bottom: 74%;
    color: #7b7b7b;
    background: #bababa;
}
.time-list li:nth-of-type(6) span {
    right: 6%;
    bottom: 40%;
    color: #fff;
    background: #7b7b7b;
}
.time-list li:nth-of-type(7) span {
    right: 0;
    bottom: 0;
    color: #666;
    background: #e1e1e1;
}

.time-list li:nth-of-type(1).active span {
    background: #fe0000;
}
.time-list li:nth-of-type(2).active span {
    color: #fff;
    background: #fe6603;
}
.time-list li:nth-of-type(3).active span {
    color: #fe6603;
    background: #ffcd6c;
}
.time-list li:nth-of-type(4).active span {
    color: #fe0000;
    background: #fff7ca;
}
.time-list li:nth-of-type(5).active span {
    color: #fe6603;
    background: #ffcd6c;
}
.time-list li:nth-of-type(6).active span {
    color: #fff;
    background: #fe6603;
}
.time-list li:nth-of-type(7).active span {
    color: #20518d;
    background: #caeaff;
}
/**{
	-ms-behavior: url(./Public/js/backgroundsize.htc);
	behavior: url(./Public/js/backgroundsize.htc);
}*/
@media (min-width: 1200px){
	.small_banner{
		/*height: 320px;*/
	}
}
@media (max-width:1199px){
	.small_banner{
		/*height: 300px;*/
	}
	.small_banner .text{
		height: 70px;
	}
	.small_banner .text  h1{
		font-size: 35px;
	}
	.small_banner .text  h2{
		margin-top: 8px;
		font-size: 22px;
	}
	.news_list .date time{
		font-size:24px;
		margin-top: 40px;
	}
	.news_list .tit{
		margin-top:15px;
	}
	.news_list .con{
		margin-bottom:15px;
	}

	.news_list .img_empty .date time{
		margin-top: 50px;
	}
	.news_list .img_empty .con{
		margin-bottom: 15px;
	}


	.news_list .pic a{
		height: 156px;
	}

	.sidebar_box .art_tit{
		font-size: 24px;
	}




	.preview_box{
		height: 120px;
	}
	.preview .swiper-container,
	.preview .swiper-slide ,
	.preview .arrow-left,
	.preview .arrow-right{
		height: 100px;
	}
	.preview .arrow-left,
	.preview .arrow-right{
		width: 50px;
		background-size: 12px auto;
	}
	.pz_box .tit{
		font-size: 22px;
	}
	.pz_box .ss_info{
		width:100%;
	}
	.pz_list_a .tit{
		font-size: 19px;
	}
	.about_us_box .detail{
		/*width:40%;*/
		padding-right: 30px;
	}
	.about_us_box .info{
		/*width:60%;*/
	}
	.xl_pro_box .pic{
		width:250px;
		height: 250px;
	}
	.xl_pro_box .detail{
	    padding-top: 40px;
		/*padding-left: 120px;*/
	}
	.xl_pro_box .pic img{
		/*max-height:180px;*/
	}
	.xl_pro_box .pic h2{
        font-size: 16px;
        line-height: 26px;
    }
	.xl_pro_box .shop{
		top:90px;
	}

	.contact_box .left{
		width:40%;
	}
	.contact_box .right{
		width:60%;
	}
	.contact_pub_tit{
		font-size: 22px;
		margin-bottom: 20px;
	}

	.contact_box .ewm_list img{
		max-width: 140px;
		max-height: 140px;
	}
	.contact_box .ewm_list dd:first-child{
		margin-right: 30px;
	}
	.job_box .left{
		width:100%;
	}
	.job_box .right{
		width:100%;
		padding-left:0;
		margin-top: 20px;
	}


	.job_tab .title_list li:nth-child(1),
	.job_tab .info_list dl dd:nth-child(1){
		width:150px;
	}
	.job_tab .title_list li:nth-child(2),
	.job_tab .info_list dl dd:nth-child(2){
		width:100px;
	}
	.job_tab .title_list li:nth-child(3),
	.job_tab .info_list dl dd:nth-child(3){
		width:230px;
	}
	.job_tab .title_list li:nth-child(4),
	.job_tab .info_list dl dd:nth-child(4){
		width:160px;
	}
	.job_tab .title_list li:nth-child(5),
	.job_tab .info_list dl dd:nth-child(5){
		width:120px;
	}
	.job_tab .title_list li:nth-child(6),
	.job_tab .info_list dl dd:nth-child(6){
		width:calc(100% - 760px);
	}
	#web_video source,
	.video_box .video_con,
	.video_box .video_list{
		height: 450px;
	}

	.video_list .tit{
		font-size: 15px;
		margin-top: 12px;
	}
	.video_list time{
		font-size: 12px;
	}
	.hd_ban_left .limit_box a{
		height: 303px;
	}
	.hd_ban_top .limit_box a,
	.hd_ban_bottom .limit_box a{
		height: 151px;
	}

	.honor_banner .limit_box a{
		padding-left: 40px;
	}
	.honor_banner .limit_box .year{
		top:-35px;
		left:40px;
		font-size: 220px;
	}
	.honor_banner .limit_box .year span{
		font-size: 70px;
	}

	.honor_banner .limit_box .tit{
		font-size: 20px;
	}
	.pro_ul li a{
		height: 220px;
	}

/*	.pro_ul li .tit{
		width:20px;
	}*/

	.pro_ul li .thumb_img{
		bottom:-42px;
	}
	/*.pro_ul .li3 .thumb_img{
		bottom:-115px;
	}*/

	.pop_view {
		width:65%;
	}

    .culture-left > h1{
        margin-bottom: 30px;
        font-size: 80px;
        line-height: 80px;
    }
    .culture-left > h1 span{
        font-size: 40px;
    }
    .wh_list li{
        margin-bottom: 18px;
        margin-top: 18px;
    }
    .wh_list .icon{
        margin-bottom: 16px;
        width: 38px;
        height: 38px;
    }
    .wh_list h1{
        font-size: 22px;
    }
    .wh_list .info{
        height: 110px;
        margin-top: 18px;
    }
    
    .wh_list .info p {
        font-size: 16px;
        line-height: 26px;
    }
    /*涡水由来*/
    .origin-header .info{
        padding: 36px;
    }
    .origin-header .info h1{
        width: 70px;
    }
    .origin-header .info .des{
        margin-top: 50px;
    }
    .origin-content{
        margin: 50px auto 0;
    }
    /*用途*/
   .use_con{
       padding-bottom: 30px;
   }
    .use-list{
        padding-bottom: 186px;
    }
    .use-list .active .info{
        padding: 12px 18px;
    }
    .use-list .info h1{
        width: 34px;
        font-size: 32px;
    }
    /*水与生命*/
    .life img{
        width: 90px;
    }
    .life h1{
        padding: 10px 0;
        font-size: 20px;
        line-height: 28px;
    }
    .life .text1{
        width: 32%;
        padding-right: 40px;
    }
    .life .text2{
        width: 68%;
        padding-right: 0px;
    }
    .life .text3{
        width: 100%;
        margin-bottom: 100px;
        margin-top: 50px;
    }
    .time-list{
        width: 420px;
        height: 210px;
        margin-left: auto;
        margin-right: auto;
    }
    
}
@media (max-width: 991px){
	.small_banner{
		/*height: 280px;*/
	}
	.small_banner .text{
		height: 65px;
	}
	.small_banner .text  h1{
		font-size: 32px;
	}
	.small_banner .text  h2{
		margin-top: 8px;
		font-size: 20px;
	}


	.news_list .date{
		width:14%;
	}
	.news_list .pic{
		width:35%;
	}
	.news_list .info{
		width:51%;
	}
	.news_list .tit{
		margin-top:10px;
	}


	.news_list .img_empty .date{
		width:14%;
	}
	/*.news_list .img_empty .pic{
		display: none;
	}*/
	.news_list .img_empty .info{
		width:86%;
	}
	.news_list .pic a{
		height: 148px;
	}
	.sidebar_box .art_tit{
		font-size: 21px;
	}
	.good_news .title{
		font-size: 16px;
	}
	.sidebar_box .art_con{
		width:75%;
	}
	.sidebar_box .good_news{
		width:25%;
	}
	.good_news_list .tit{
		font-size: 14px;
	}
	.side_content,
	.side_content p{
		font-size: 13px;
	}
	.good_news{
		padding-left:15px;
	}


	.preview_box{
		height: 100px;
	}
	.preview .swiper-container,
	.preview .swiper-slide ,
	.preview .arrow-left,
	.preview .arrow-right{
		height: 80px;
	}
	.preview .arrow-left,
	.preview .arrow-right{
		width: 35px;
	}
    
    .display-des{
        padding: 20px 50px;
    }
    
    .culture-img{
        position: absolute;
        right: 10px;
        width: 100%;
    }
    .culture-left {
        padding-right: 0px;
    }
    .culture-left > h1{
        margin-bottom: 20px;
        font-size: 60px;
        text-align: center;
    }
    .culture-left > h1 span{
        right: 0;
        bottom: 18px;
        font-size: 34px;
    }
    .wh_list li{
        margin-bottom: 16px;
        margin-top: 16px;
        text-align: center;
    }
    .wh_list .icon{
        margin-bottom: 14px;
        width: 32px;
        height: 32px;
        margin-left: auto;
        margin-right: auto;
    }
    .wh_list h1{
        font-size: 18px;
        color: #fff;
    }
    .wh_list .info p{
        color: #fff;
    }
    
	.pz_box .info{
		width:34%;
	}
	.pz_box .ss_info{
		width:100%;
	}
	.pz_list{
		width:66%;
	}
	.pz_box .tit{
		font-size: 20px;
		margin-bottom: 10px;
	}	
	.pz_list_a .tit{
		font-size: 18px;
	}
	.radius_nav li a{
		font-size: 14px;
	}

	.about_us_box .detail,
	.about_us_box .info{
		/*width:100%;*/
	}
	.about_us_box .detail{
		padding-right: 0;
		margin-bottom: 25px;
	}
	.about_us_box .text{
		width:30%;
	}
	.about_us_box .detail{
		width:70%;
	}
	.about_us_box .info{
		width:100%;
	}
	.about_us_box .pic{
		/*width:70%;*/
	}
	.xl_pro_box .info {
        /*padding: 40px 40px 20px;*/
    }
	.xl_pro_box .pic{
		width:200px;
		height: 200px;
	}
	.xl_pro_box .detail{
		/*padding-left: 80px;*/
		padding-bottom: 10px;
	}
	.xl_pro_box .tit {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .xl_pro_box .attr_list {
        margin-top: 20px;
    }
    .xl_pro_box .attr_list a {
        width: 90px;
        height: 90px;
    }
	.xl_pro_box .pic img{
		/*max-height:150px;*/
	}
	.xl_pro_box .pic h2{
	    padding: 8px 10px;
        font-size: 14px;
        line-height: 24px;
    }

	.xl_pro_box .shop{
		top:60px;
	}
	.contact_box .left{
		width:35%;
	}
	.contact_box .right{
		width:65%;
	}
	.message_form .contactUs textarea{
		height:34px;
		padding-top: 8px;
	}

	.contact_pub_tit{
		font-size: 18px;
		margin-bottom: 30px;
	}
	.contact_box .contact_pub_tit{
		margin-top: 20px;
	}

	.contact_box .ewm_list img{
		max-width: 100px;
		max-height: 100px;
	}
	.contact_box .ewm_list{
		margin-top: 0;
	}
	.contact_box .ewm_list dd:first-child{
		margin-right: 20px;
	}



	.job_tab .title_list li:nth-child(1),
	.job_tab .info_list dl dd:nth-child(1){
		width:150px;
	}
	.job_tab .title_list li:nth-child(2),
	.job_tab .info_list dl dd:nth-child(2){
		width:80px;
	}
	.job_tab .title_list li:nth-child(3),
	.job_tab .info_list dl dd:nth-child(3){
		width:180px;
	}
	.job_tab .title_list li:nth-child(4),
	.job_tab .info_list dl dd:nth-child(4){
		width:100px;
	}
	.job_tab .title_list li:nth-child(5),
	.job_tab .info_list dl dd:nth-child(5){
		width:100px;
	}
	.job_tab .title_list li:nth-child(6),
	.job_tab .info_list dl dd:nth-child(6){
		width:calc(100% - 610px);
	}

	#web_video source,
	.video_box .video_con,
	.video_box .video_list{
		height: 380px;
	}

	.video_box .video_con{
		width:60%;
	}
	.video_box .video_list{
		width:40%;
	}
	.hd_ban_left .limit_box a{
		height:234px;
	}
	.hd_ban_top .limit_box a,
	.hd_ban_bottom .limit_box a{
		height: 117px;
	}



	.honor_banner .limit_box a{
		padding-left:20px;
	}
	.honor_banner .limit_box .year{
		top:-15px;
		left:20px;
		font-size: 180px;
	}
	.honor_banner .limit_box .year span{
		font-size: 50px;
	}

	.honor_banner .limit_box .tit{
		font-size:17px;
	}

	.pro_ul li a{
		height: 170px;
	}
/*	.pro_ul li .tit{
		width:17px;
	}*/
	.pro_ul li .thumb_img{
		bottom:-27px;
	}
	/*.pro_ul .li3 .thumb_img{
		bottom:-88px;
	}*/
	.honor_list .tit{
		font-size: 16px;
	}
	.pop_view {
		top:15%;
		width:70%;
	}
    /*涡水由来*/
    .origin-header .info{
        padding: 20px;
    }
    .origin-header .info h1{
        width: 50px;
    }
    .origin-header .info .des{
        margin-top: 36px;
        font-size: 14px;
        line-height: 28px;
    }
    .origin-content{
        margin: 36px auto 0;
    }
    /*用途*/
    .use_con{
       padding-bottom: 24px;
    }
    .use-list{
        padding-bottom: 210px;
    }
    .use-list .active .info{
        padding: 10px 16px;
    }
    .use-list .info h1{
        width: 26px;
        font-size: 24px;
    }
    /*水与生命*/
    .life img{
        width: 80px;
    }
    .life .text1{
        width: 36%;
    }
    .life .text2{
        width: 64%;
    }
}
@media (max-width: 767px){
	.btnOk{
		width: 100%;
	}	
	.btnOk,
	.contactUs input[type="text"],
	.contactUs textarea{
		font-size: 12px;
	}
	.contactUs textarea{
		height: 85px;
	}
	.fix_top{
		margin-top: 0px;
	}
	.fix_bot{
		margin-bottom: 0px;
	}
	.small_banner{
		/*height: 150px;		*/
		/*background-attachment: scroll;*/
		position: relative;
	}
	.small_banner .text{
		height: 42px;
		text-align: center;
	}
	.small_banner .text  h1,
	.small_banner .text  h2{
		font-weight: bold;
	}
	.small_banner .text  h1{
		font-size: 18px;
	}
	.small_banner .text  h2{
		font-size: 16px;
		margin-top:5px;
	}
	.section{
		
	}
	.section_con{
		padding:15px;
	}
	.section_con p{
		font-size: 12px;
		line-height: 22px;
		text-indent: 24px;
	}
	.next_prev{
		margin-top: 15px;
	}
	.next_prev  div{
		width:100%;
	}
	.next_prev .l_r{
		text-align: left;
		margin-top: 5px;
	}
	.page{
		margin-top: 5px;
	}
	.next_prev a{
		font-size: 12px;
	}
	/*公用部分*/
	.center_select_list .pub_form form,
	.center_select_list .pub_form,
	.center_select_list .pub_form .select_box,
	.center_select_list .pub_form .input_box,
	.center_select_list .pub_form select,
	.center_select_list .pad_box{
		width:100%;
	}
	.center_select_list .pub_form form,
	.center_select_list .pub_form{
		height: auto;
	}
	.center_select_list .pub_form .box_group{
		font-size: 14px;
		margin-left: 0;
	}
	.center_select_list .pub_form .select_box{
		margin-left: 0;
		margin-top: 10px;
	}
	.center_select_list .pub_form select {
		height: 34px;
		padding-left: 10px;
	}
	.center_select_list .pub_form option{

	}
	.center_select_list .pub_form input{
		height: 100%;
	}
	.center_select_list .pub_form input[type="text"]{
		width:calc( 100% - 60px );
	}
	/*//公用部分*/
	.center_select_list .pad_box{
		padding:10px;
		border-radius:0;
		clear: both;
		overflow: hidden;
	}

	
	.news_list .pic,
	.news_list .info,
	.news_list .img_empty .info{
		width:100%;		
	}

	.news_list .img_empty .pic,
	.news_list .date{
		display: none;
	}
	.news_list .pic{
		padding:0;
		margin-bottom: 15px;
	}
	.news_list .info{
		padding-left:0;
	}
	.news_list .tit{
		margin-top:0;
	}
	.news_list .tit,
	.news_list .tit a{
		font-size: 15px;
	}
	.news_list .more{
		display: none;
	}
	.news_list .con{
		height: auto;
		margin-top: 10px;
		margin-bottom:0;
		font-size:12px;
		line-height:22px;
	}
	.news_list li{
		padding:15px;
		margin-bottom:15px;
	}
	.news_list li:hover{
		box-shadow:none;
	}
	.news_list li:first-child{
		margin-top:15px;
	}
	.news_list .img_empty .tit {
	    margin-top: 0;
	}	
	.news_list .img_empty .con {
		margin-bottom: 0;
	}
	.news_list .pic a{
		height: auto;
	}
	.news_list .pic a img{
		position: static;
		width:100%;
	}
	.sidebar_box .art_con{
		width:100%;
		padding:15px;
	}
	.side_content{
		width:100%;
		padding-left:0;
		font-size: 12px;
	}
	.sidebar_box .art_tit{
		font-size: 16px;
		line-height: 22px;
		margin-bottom:15px;
		text-align: center;
	}
	.art_time{
		clear: both;
		overflow: hidden;
		display: block;
		text-align: center;
		font-size: 12px;
		color: #999;
		margin-top:5px;
		margin-bottom: 10px;
		border-bottom:1px dotted #ddd;
		padding-bottom: 10px;
	}




	.p_n{
		margin-top: 10px;
	}
	.p_n .p_page,
	.p_n .n_page{
		width: 100%;
	}
	.p_n .p_page{
		margin-bottom:5px;
	}
	.p_n,
	.p_n a{
		font-size: 12px;
	}
	.p_n a{
		width:100%;
	}
	.p_n .p_page a,
	.p_n .n_page a{
		float: none;
	}
	.p_n .n_page a{
		text-align: left;
	}


	.preview_box,
	.preview .swiper-container,
	.preview .swiper-slide ,
	.preview .arrow-left,
	.preview .arrow-right{
		height: 50px;
	}
	.preview .tit,
	.preview .arrow-left,
	.preview .arrow-right{
		display: none;
	}
	.preview .swiper-container {
		width:100%;
	}
	.preview_box{
		position: static;
		opacity: 1;
	}
	.preview .swiper-slide {
		padding:0;
		position: relative;
	}
	.preview .swiper-slide::after{
		content: "";
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
		transition: all 0.3s;
	}
	.preview .swiper-slide.active-nav::after{
		background-color: rgba(0,0,0,0);
	}

    .display-des{
        padding: 20px 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .display-des h3{
        font-size: 16px;
        line-height: 26px;
    }
    
    .culture-img{
        right: 0px;
        display: none;
    }
    .culture-left > h1{
        margin-bottom: 18px;
        font-size: 48px;
    }
    .culture-left > h1 span{
        bottom: 10px;
        font-size: 30px;
    }
    .wh_list li{
        margin-bottom: 14px;
        margin-top: 14px;
    }
    .wh_list .icon{
        width: 28px;
        height: 28px;
    }
    .wh_list h1{
        font-size: 16px;
        color: #333;
    }
    .wh_list .info {
        height: auto;
        margin-top: 16px;
    }
    .wh_list .info p {
        font-size: 14px;
        line-height: 24px;
        color: #666;
    }
    .wh_list .info p span {
        font-size: 12px;
    }

	.pz_list li,
	.pz_box .info,
	.pz_list{
		width:100%;
	}
	.pz_box{
		margin-top:20px;
	}
	.pz_box .tit{
		font-size:16px;
		margin-bottom:8px;
	}
	.pz_list li{
		padding-left:0;
	}
/*	.pz_list li:last-child{
		margin-top: 15px;
	}*/
	.radius_nav li{
		width:50%;
	}
	.radius_nav li:nth-child(3),
	.radius_nav li:nth-child(4){
		margin-top: 10px;
	}
	.radius_nav li:nth-child(odd){
		padding-right: 5px;
	}
	.radius_nav li:nth-child(even){
		padding-left: 5px;
	}
	.radius_nav_box{
		background-color: transparent;
		border-radius: 0;
	}
	.radius_nav li a{
		background-color: #fff;
		height:30px;
		line-height: 30px;
		border-radius: 15px;
		font-size: 12px;
		transition: all 0.3s;
	}
	.radius_nav li.cur a{
		background-color: #28ADC2;
	}
	.about_us_box .text{
		width:100%;
	}
	.about_us_box .detail{
		padding-right: 0;
		margin-bottom: 10px;
		width:100%;
	}
	.about_us_box .pic{
		/*width:100%;*/
	}
	.about_us_box .text{
		margin-bottom: 15px;
	}
	.about_us_box .tit{
		font-size: 16px;
		margin-bottom:10px;
	}
	.about_us_box dd .icon{
		width:25px;
		height:25px;
	}

	.about_us_box .text strong{
		font-size: 12px;
		margin-left: 10px;
		padding-top: 4px;
	}
	.about_us_box .text span{
		font-size: 14px;
	}
	.about_us_box{
		/*background-size:150px auto;*/
	}
	.about_us_box .text .tit{
		padding-bottom:10px;
	}
	.xl_pro_box{
		margin-top:15px;
		padding-left: 0;
		padding-right:0;
		border-top-left-radius:10px;
		border-top-right-radius:10px;
		overflow: hidden;
	}

	.xl_pro_box .pic{
		width:100%;
		height: 200px;	
		margin-right: 10px;
		border-radius: 0;	
	}
	.xl_pro_box .detail{
		width:100%;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.xl_pro_box .info{
		padding:0;
		border-radius: 0;
	}
	.xl_pro_box .tit{
		font-size:16px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.xl_pro_box .attr_list h2{
		font-size: 12px;
		/*height: 16px;*/
	}
	.xl_pro_box .attr_list dd {
        margin-right: 6px;
        margin-bottom: 6px;
    }
    .xl_pro_box .attr_list a {
        width: 80px;
        height: 80px;
    }
	.xl_pro_box .shop a,
	.xl_pro_box .shop img{
		width:30px;
		height:30px;	
	}
	.xl_pro_box .shop{
		right:10px;
		top:10px;
		height: 180px;
	}	
	.xl_pro_box .shop a{
		/*display: inline-block;*/
	}
	.xl_pro_box .shop a:first-child{
		margin-bottom:10px;
	}
	.message_form .contactUs textarea{
		height:100px;
		resize:vertical;
	}
	.contact_box .left,
	.contact_box .right{
		width:100%;
	}


	.message_form{
		padding:0;
		height:auto;
		background:none;
		margin-top: 15px;
	}
	.message_form .contactUs{
		width:100%;
	}
	.contact_box .ewm_list strong{
		font-size: 12px;
		margin-top:8px;
	}
	.contact_box .contact_list .icon{
		width:20px;
		height:20px;
	}
	.contact_box .contact_list li{
		margin-bottom: 15px;
	}
	.contact_box .contact_list strong{
		font-size: 12px;
		padding-left: 10px;
		width:calc(100% - 20px);
	}	
	.contact_pub_tit{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.contact_box .contact_pub_tit{
		margin-top:10px;
	}




	.job_tab .title_list li,
	.job_tab .info_list dd{
		height: 45px;
		line-height:45px;
	}
	.job_tab .title_list li:nth-child(1),
	.job_tab .info_list dl dd:nth-child(1){
		width:130px;
	}
	.job_tab .title_list li:nth-child(2),
	.job_tab .info_list dl dd:nth-child(2){
		width:70px;
	}
	.job_tab .title_list li:nth-child(3),
	.job_tab .info_list dl dd:nth-child(3){
		width:150px;
	}
	.job_tab .title_list li:nth-child(4),
	.job_tab .info_list dl dd:nth-child(4){
		width:120px;
	}
	.job_tab .title_list li:nth-child(5),
	.job_tab .info_list dl dd:nth-child(5){
		width:90px;
	}
	.job_tab .title_list li:nth-child(6),
	.job_tab .info_list dl dd:nth-child(6){
		width:calc(100% - 600px);
	}

	.job_tab .title_list li{
		font-size: 13px;
	}
	.job_tab .info_list dd{
		font-size: 12px;
	}
	.job_tab .info_list .button{
		margin:8px auto 0;
	}
	.job_box .job_info dd{
		font-size: 12px;
	}


	.job_box .job_info{
		margin-bottom: 15px;
	}
	.job_box .job_info:last-child{
		margin-bottom: 0;
	}
	.job_box .job_info .contact_pub_tit{
		margin-bottom:10px;
	}

	.pro_dz .center_box.slide_box{
		left:0;
	}
	.pro_dz .center_box{
		width:270px;
		height:270px;		
		background-size: 270px auto;
	}
	.pro_dz .c_btn{
		width:50px;
		height:50px;
	}

	.pro_dz .c_btn strong{
		max-width:30px;
	}

	.pro_dz .c_btn1,
	.pro_dz .c_btn2{
		top: 35px;
	}
	.pro_dz .c_btn3,
	.pro_dz .c_btn4{
		top: 185px;
	}
	.pro_dz .c_btn3,
	.pro_dz .c_btn1{
		left: 35px;
	}
	.pro_dz .c_btn4,
	.pro_dz .c_btn2{
		left: 185px;
	}

	.pro_dz .center_info{
		width:95px;
		height: 108px;
	}

	.pro_dz .center_info img{
		width:45px;
	}

	.pro_dz .center_info strong{
		font-size: 14px;
		margin:7px 0;
	}
	.pro_dz .center_info a{
		width:80px;
		height:24px;
		border-radius: 12px;
		line-height:24px;
		font-size: 12px;
	}
	.pro_dz .center_info a:hover{
		letter-spacing:0;
	}


	.dz_pub_con{
		padding:15px 30px;
		width:380px;
		height: 490px;
		transform: scale(0.73);
	}
	.dz_pub_con1,
	.dz_pub_con3,
	.dz_pub_con2,
	.dz_pub_con4{
		top:-110px;
	}
	.dz_pub_con1,
	.dz_pub_con3,
	.center_box.slide_box .dz_pub_con1,
	.center_box.slide_box .dz_pub_con3,
	.dz_pub_con2,
	.dz_pub_con4{
		left:-55px;
	}


	.video_box .video_con,
	#web_video source{
		height: auto;
	}
	.video_box .video_con{
		width:100%;
	}


	.video_list_banner,
	.video_list_banner .limit_box{
		background-color: #333;	
	}
	.video_list_banner .limit_box{
		cursor: pointer;		
	}
	.video_list_banner .thumb_pic{
		width:100%;
		height: 60px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		border:2px solid #333;
		transition: all 0.3s;
	}
	.video_list_banner .limit_box.cur .thumb_pic{
		/*background-color: #28ADC2;*/
		border-color:#28ADC2;
	}

	#web_video_xs{
		width:100%;
		height: auto;
		background-color: #000;
	}

	.hd_ban_top{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.hd_ban_box .left_con,
	.hd_ban_box .right_con{
		width:100%;
	}
	.hd_ban .limit_box img{
		height: auto;
		max-height: 100%;
	}
	.hd_ban .limit_box img,
	.hd_ban_left .limit_box a,
	.hd_ban_top .limit_box a,
	.hd_ban_bottom .limit_box a{
		height:auto;
	}
	.hd_ban .slick-dots{
		display: block !important;
	}

	.good_honor_box{
		padding:10px 15px 60px;
	}
	.honor_banner{
		width:100%;
	}
	.honor_banner .limit_box a{
		position: static;
		height:auto;
		padding-top:0;
		padding-left:0;
	}
	.honor_banner .limit_box .year{
		position: static;
		font-size: 30px;
	}
	.honor_banner .limit_box .year span{
		font-size: 18px;
	}
	.honor_banner .limit_box .pic{
		width:100%;
		height: auto;
		border:none;
	}
	.honor_banner .limit_box .con{
		width:100%;
		padding-left:0;
		height: auto !important;
	}
	.honor_banner .limit_box .pic img{
		position: static;
		width:100%;
	}
	.honor_banner .limit_box .tit{
		font-size: 13px;
		overflow: visible;
		white-space: normal;
		/*text-overflow: ellipsis;*/
		/*word-wrap:break-word;*/
		transform: translateY(0);
		margin-top: 10px;
		line-height: 24px;
	}
	.pro_ul .li1,
	.pro_ul .li2,
	.pro_ul .li3,
	.pro_ul .li4,
	.pro_ul .li5,
	.pro_ul .li6{
		width:50%;
	}
	.pro_ul li a{
		height: 130px;
	}
	.pro_ul .li7{
		width:100%;
	}
/*	.pro_ul li .tit{
		width:14px;
		right:6%;
	}*/
	.pro_ul .li7 .tit{
		right:3%;
	}

	.pro_ul li .thumb_img{
		bottom:-22px;
	}
	/*.pro_ul .li3 .thumb_img{
		bottom:-67px;
	}*/
	.honor_list li{
		margin-bottom: 10px;
	}
	.honor_list a{
		padding:0 10px;
		height: auto;
		line-height:22px;
		border-radius: 0;
	}
	.honor_list .tit{
		font-size: 13px;
		width:90%;
		line-height: 22px;
	}
	.honor_list a:hover{
		background-color: transparent;	
	}
	.honor_list .icon{
		display: none;
	}
	.all_honor_box{
		background-position: 0 0;
		padding-top: 30px;
		padding-bottom: 25px;
		margin-top: -40px;
		animation: ani_move 15s linear infinite alternate;
	}


	#scroller li,
	#wrapper {
		height: 60px;
	}
	#wrapper {
		width:90%;
	}
	#scroller {

	}
	#scroller ul {

	}
	#scroller li {
		width: 120px;
	}
	#scroller li .con{
		width:50%;
	}
	#scroller li:nth-child(odd) .con{
		top:0;	
	}
	#scroller li:nth-child(even) .con{
		bottom:0;	
	}
	#scroller li time{
		font-size:17px;
	}
	#scroller li.cur time{
		padding-bottom:3px;
	}
	#scroller li .dot{
		width:15px;
		height:15px;
		border-width:2px;
	}
	.pz_box .ss_info{
		margin-bottom: 10px;
	}
	.pz_list_a .item{
		margin-bottom: 15px;
	}
	/*.pz_list_a .item:last-child{
		margin-bottom: 0;
	}*/

	.pz_list_b{
		height:auto;
	}
	.pz_list_b .item,
	.pz_list_b:hover .item,
	.pz_list_b .item:hover{ 
		width:100%; 
	}
	.pz_list_b .item{
		margin-bottom: 15px;
	}
	.pz_list_b .item:last-child{
		margin-bottom:0;
	}
	.pz_list_b img{
		width:100%;
		height:auto;
	}
	.pz_list_b .item:hover .con{
		background: rgba(0,0,0,0.3);
	}
	.pz_list_b .center_text,
	.pz_list_b .item:hover .center_text{
		height: 60px;
	}
	.pz_list_b .center_text{
		padding-left: 15px;
		padding-right: 15px;
	}
	.pz_list_b .tit{
		font-size: 18px;
	}
	.pz_list_b .line{
		margin:10px auto;
	}
	.pz_list_b strong{
		font-size: 12px;
	}
	.pz_list_b .line,
	.pz_list_b strong,
	.pz_list_b .item:hover strong,
	.pz_list_b .item:hover .line{
		transform: translateY(0px);
		opacity: 1;
	}
	.pop_view .tit{
		font-size: 12px;
		padding:5px;
	}
	.pop_view {
		top:25%;
		width:80%;
	}
	.swiper_big_pic .swiper-slide img{
		opacity: 1 !important;
	}
    /*涡水由来*/
    .origin-header .img{
        width: 100%;
    }
    .origin-header .info{
        position: relative;
        float: left;
        width: 100%;
        padding: 20px;
    }
    .origin-header .info h1{
        width: 32px;
    }
    .origin-header .info .des{
        margin-top: 24px;
    }
    .origin-content{
        margin: 10px auto 0;
    }
    /*用途*/
    .use-list{
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .use-list .active .info{
        padding: 8px 12px;
    }
    /*.use-list .info h1{
        width: 18px;
        font-size: 18px;
    }*/
    .use-list li.noactive {
        width: 100%;
    }
    .use-list li.active{
        width: 100%;
    }
    .use-list li {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 0;
    }
    .use-list li .box {
        position: relative;
        float: left;
        width: 36%;
        height: 0;
        padding-bottom: 37.5%;
    }
    .use-list li .box:after{
        display: none;
    }
    .use-list .info {
        position: static;
        float: right;
        width: 62%;
        padding: 8px 12px;
    }
    .use-list .info h1 {
        position: static;
        width: 100%;
        font-size: 14px;
        line-height: 28px;
        -webkit-transform: translate(0%,0%);
        -moz-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
        -o-transform: translate(0%,0%);
        transform: translate(0%,0%);
        color: #333;
    }
    .use-list .info .des {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    /*水与生命*/
    .life img{
        width: 72px;
    }
    .life .text1{
        padding-right: 30px;
    }
}
@media only screen and (max-width: 567px) {
    .culture-left > h1{
        margin-bottom: 16px;
        font-size: 42px;
    }
    .culture-left > h1 span{
        bottom: 24px;
        font-size: 26px;
    }
    /*用途*/
    .use-list li .box {
        width: 100%;
    }
    .use-list .info {
        width: 100%;
    }
    .use-list .info h1{
        text-align: center;
    }
    /*水与生命*/
    .life .text1{
        width: 100%;
        padding-right: 0px;
    }
    .life .text2{
        width: 100%;
        margin-top: 30px;
    }
    .life .text3 {
        margin-bottom: 100px;
        margin-top: 30px;
    }
    .time-list{
        width: 100%;
        height: 0;
        margin-top: 30px;
        padding-bottom: 50%;
    }
    .time-list:before {
         max-width: none; 
    }
    .life .text3 img{
        width: 16%;
    }
    .time-list span{
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
    
}