html,body{
	font-family: tahoma;
	background: #fff;
	
}
/*html{
	scroll-behavior:smooth;
}*/
select,input,textarea,button{
	font-family: tahoma;
}
.wrapper{
	overflow: hidden;
}
*{
    -webkit-tap-highlight-color: transparent;
 }
.bgf7{
	background: #f7f7f7;
}
.dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 9999;
}
.header_box{
	background: #fff;
	position: relative;
	z-index: 99999;
}
.head_t{
	height: 60px;
	line-height: 44px;
	background: #fff;
	border-top: 4px solid #00886e;
	border-bottom: 1px solid #d8d8d8;
	padding-top: 6px;
}
.head_t a{
	color: #00886e;
}
.h_t_l i{
	font-size: 22px;
	color: #00886e;
	float: left;
	margin-right: 5px;
}
.h_t_l i.icon-youxiang1{
	font-size: 20px;
}
.h_t_l a{
	font-size: 14px;
}
.h_t_l a:hover{
	text-decoration: underline;
}
.h_t_tel{
	margin: 0 30px;
}
.h_t_r a{
	font-size: 20px;
	float: left;
	color: #00886e;
	margin-left: 10px;
}
.h_t_r a.icon-youtube,.h_t_r a.icon-linkedin{
	font-size: 18px;
}
.h_t_r a.icon-google-plus{
	font-size: 16px;
}
.h_t_r a:hover{
	transform: translateY(-5px);
}

.head_b{
	height: 100px;
}
.logo{
	width: 205px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.logo .table{
	height: 100px;
}
.logo a{
	width: 319px;
}
.logo a img{
	display: block;
	height: auto;
	float: left;
}
.mobile_head{
	display: none;
	/*position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999999;*/
	background: #fff;
	border-bottom: 1px solid #6bb421;
}
.menu_btn{
	display: none;
	float: right;
	position: absolute;
	right: 0;
	top:8px;
	padding: 9px 13px;
	cursor: pointer;
}
.menu_btn span{
	display: block;
	height: 4px;
	width: 34px;
	background: #6bb421;
	border-radius: 4px;
	margin: 0 0 7px 0;
}
.head_search{
	width: 270px;
	height: 35px;
	float: right;
	border: 1px solid #c7c7c7;
	background: #fff;
	position: relative;
	margin-top: 35px;
}
.head_search .icon_box{
	cursor: pointer;
}
.header_box .search_box{
	display: block;
}
.head_search i{
	font-size: 16px;
	color: #fff;
}
.mobile_head .search_box{
	z-index: 9;
	display: none;
	position: absolute;
	border: 1px solid #DCDCDC;
	left: 0px;
	top: 160px;
	width: 100%;
	height: 100px;
	background: #fff;
	z-index: 9999;
	box-shadow: 0px 10px 15px rgba(36,101,193,.3);
}
.search_box_wrap{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	padding: 0px 10px;
	
}
.search_inp{
	float: left;
	width: calc(100% - 30px);
	height: 35px;
	color: #444;
	font-size: 16px;
	border: none;
	background: none;
	padding-left: 5px;
}
.search_inp::-webkit-input-placeholder{
	color: #bbcee5;
	font-size: 16px;
}

.search_btn_box{
	position: relative;
	width: 35px;
	height: 35px;
	float: right;
	
}
.search_btn{
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
	width: 35px;
	height: 35px;
	border: none;
	background: none;
	cursor: pointer;
}
.search_icon{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #0068b7;
	font-size: 18px;
	font-weight: bold;
}
.header_box .wrapper{
	overflow: inherit;
}
.menu{
	width: calc(100% - 475px);
	padding-left: 20px;
	float: left;
	font-family: tahoma;
	/*transition: all 0.5s;
	-webkit-transition: all 0.5s;*/
}
.menu_dl dd{
	float: left;
	height: 100px;
	position: relative;
	/*padding: 0px 20px;*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_dl dd:last-child{
	padding-right: 0;
}
.menu_dl dd:hover,.menu_dl dd.hover{
	
	
}
.menu_dl dd:hover .menu_tt a,.menu_dl dd.hover .menu_tt a{
	color: #fff;
	background: #00886e;
}
.menu_tt a{
	display: block;
	width: 100%;
	color: #242424;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 0 22px;
	border-radius: 4px;
	margin-top: 35px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.menu_tt_ico{
	float: right;
	display: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #666;
	font-size: 16px;
	margin-top: 4px;
}




.menu_second_box{
	clear: both;
	display: none;
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 999999;
	width: 260px;
	background:#eaf6f8;
	box-shadow: 0px 5px 10px rgba(155,155,155,.5);
	/*border: 1px solid #f5f5f5;*/
	border-top: none;
	/*padding: 20px 0px;*/
}
.menu_two{
	clear: both;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/*border-bottom: 1px solid #ddd;*/
}
.menu_tt i{
	float: right;
	display: none;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 45px;
	margin-right: 5px;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_tt i.trans{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_two_tt{
	display: block;
	width: 100%;
	color: #444;
	
	font-size: 14px;
	/*padding: 0 20px;*/
}

.menu_second_box .menu_two:last-child{
	border-color: transparent;
}
.menu_two_tt .text{
	float: left;
	width: 100%;
	padding: 15px;
}
.menu_two_tt i{
	/*font-size: 10px;*/
}
.menu_two.hover .menu_two_tt a{
	background: #02a586;
	color: #fff;
}

.mobile_head .h_t_email{
		margin-right: 0;
	}
	.mobile_head .menu_btn {
		display: block;
		right: 70px;
		top: 88px;
	}
	.mobile_head .search_box{
		height: 80px;
	}
	.mobile_head .search_inp{
		height: 60px;
	}
	.mobile_head .menu {
		display: none;
		position: absolute;
		top: 160px;
		left: 0;
		width: 100%;
		z-index: 999;
		padding: 10px 9%;
		margin: 0;
		background: #fff;
		border-top: 1px solid #F1F1F1;
		border-bottom: 1px solid #F1F1F1;
		overflow-y: auto;
		transition: all 0s;
    	-webkit-transition: all 0s;
	}
	
	.mobile_head .menu_dl dd {
		width: 100%;
		color: #fff;
		height: auto;
		position: static;
		padding: 0;
	}
	.mobile_head .menu_dl dd:first-child .menu_tt{
		border: none;
	}
	.mobile_head .menu_tt {
		border-top: none;
		border-bottom: 1px solid #eee;
	}
	.mobile_head .menu_tt:before {
		display: none;
	}
	.mobile_head .menu_tt i{
		display: block;
	}
	.mobile_head .menu_tt a {
		float: left;
		height: 45px;
		line-height: 45px;
		width: calc(100% - 20px);
		padding-left: 20px;
		color: #333;
		margin-top: 0;
	}
	.mobile_head .menu_second_box {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		border: none;
	}
	.mobile_head .search_box_wrap{
		width: 80%;
		margin-left: 12%;
		padding: 0 ;
		margin-top: 10px;
	}
	.mobile_head .head_search{
		width: 33px;
		height: 33px;
		line-height: 33px;
		position: absolute;
		right: 140px;
		margin: 0;
		top: 95px;
		background: none;
		border: none;
	}
	.mobile_head .head_search i{
		font-size: 30px;
		color: #6bb421;
	}
	.mobile_head .search_icon{
		color: #6bb421;
	}
/*fix-nav*/

.fix_nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 55px;
	z-index: 999;
	background: #fff;
	border-top: 2px solid #6bb421;
	background-size: auto 100%;
	box-sizing: border-box;
}

.fix_nav li {
	float: left;
	width: 25%;
	height: 65px;
}

.fix_nav li a {
	width: 100%;
	height: 65px;
	text-align: center;
	overflow: hidden;
}

.fix_nav li:last-child a {
	background: none;
}

.fix_nav li a .icon {
	display: block;
	color: #6bb421;
	text-align: center;
	position: relative;
	
}

.fix_nav li a .icon i {
	font-size: 21px;
}
.fix_nav li a .icon i.icon-product{
	/*font-size: 35px;*/
}
.fix_nav li a .icon i.icon-shouye {
	display: block;
	
}

.fix_nav li:nth-child(1) .icon {
	margin-top: 5px;
	margin-bottom: 5px;
}
.fix_nav li:nth-child(2) .icon i{
	font-size: 25px;
}
.fix_nav li:nth-child(2) a .icon {
	margin-top: 5px;
	margin-bottom: 0px;
}
.fix_nav li:nth-child(2) a .text{
	margin-top: -1px;
}
.fix_nav li:nth-child(3) a .icon{
	margin-top: 5px;
    margin-bottom: 3px;
}
.fix_nav li:nth-child(3) a .icon i{
	font-size: 23px;
}
.fix_nav li:nth-child(4) a .icon {
	margin-top: 9px;
	margin-bottom: 1px;
}
.fix_nav li a .icon i.icon-chat{
	font-size: 22px;
}

.fix_nav li a .text {
	color: #6bb421;
	font-weight: bold;
	font-size: 12px;
}

.fix_nav li.active i {
	color: #6bb421;
}

.fix_nav li.active .text {
	color: #6bb421;
}
/*
 * banner
 */
.banner_box{
	position: relative;
}
.banners .owl-controls{
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}
.banners.owl-theme .owl-dots .owl-dot span{
	width: 100px;
	height: 2px;
	background: #fff;
	margin: 5px 7px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.banners.owl-theme .owl-dots .owl-dot.active span, .banners.owl-theme .owl-dots .owl-dot:hover span{
	background: #00886e;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/***title****/



/*
	more_btn 	
*/
.more_btn1{
	display: block;
	width: 185px;
	height: 43px;
	color: #fff;
	font-size: 14px;
	line-height: 43px;
	text-align: center;
	background: #222;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-family: "Montserrat-Medium";
}
.more_btn1 i,.more_btn2 i{
	font-size: 12px;
}
.more_btn1:hover{
	background: #E1192B;
}
.more_btn2{
	display: block;
	width: 178px;
	height: 45px;
	color: #242424;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	border-left: 5px solid #0a5512;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	
}
.more_btn2:hover,.ind_box4.index .ind_r .item:hover .more_btn2{
	background: #77a720;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/**page**/
.page{
	padding: 40px 0;
	text-align: center;
}
.page a{
	display: inline-block;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	margin: 2px 3px;
	font-size: 14px;
	color:#fff;
	background: #1b212b;
	
}
.page a:first-child,.page a:last-child{
	padding: 0 20px;
}
.page a:hover ,.page a.hover{
	background: #30b2e4;
}
.page a i{
	font-size: 12px;
}
/***footer***/
.footer{
	background: #002b23;
	position: relative;
	z-index: 10;
}

.footer_t .wrapper{
	overflow: hidden;
	padding: 60px 0 40px;
	position: relative;
}
.footer_t .item{
	width: 270px;
	float: left;
	
}
.footer_t .item:nth-child(3){
	width: 360px;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	margin-left: 0;
	margin-top: 0;float: right;
}
.foot_title{
	margin-bottom: 25px;
}
.footer_t .foot_title a{
	font-size: 24px;
	font-weight: bold;
	color: #bbbbbb;
}
.footer_t .foot_list li{
	margin-bottom: 15px;
}
.footer_t .foot_list li i{
	font-size: 24px;
	color: #03bf9b;
	float: left;
	display: block;
	width: 24px;
}
.footer_t .foot_list li i.icon-tel{
	font-size: 22px;
}
.footer_t .foot_list li a{
	display: block;
	color: #bbb;
	font-size: 14px;
	width: calc(100% - 24px);
	float: left;
	padding-left: 10px;
	line-height: 24px;
}
.footer_t .foot_list li:nth-child(2) a:nth-child(3){
	margin-left: 24px;
}
.footer_t .foot_list a:hover,.footer_t  .item:nth-child(2) .foot_list a:hover{
	color: #fff;
}
.footer_t  .item:nth-child(2){
	margin: 0 0 0 140px;
}
.footer_t  .item:nth-child(2) .foot_list a{
	width: 100%;
	display: block;
	color: #bbb;
	font-size: 14px;
	padding: 13px 0;
	border-bottom: 1px solid #606060;
}
.footer_t  .item:nth-child(2) .foot_list a:first-child{
	padding-top: 0;
}
.footer_t  .item:nth-child(1){
	width: 200px;
	text-align: center;
	float: left;
}
.footer_t  .item:nth-child(1) .share_t{
	color: #8f9192;
	font-size: 18px;
	margin: 5px 0 10px;
}
.footer_t  .share_wrap a{
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 100%;
	background: #00886e;
	text-align: center;
	line-height: 33px;
	color: #002b23;
	margin: 0 2px;
}
.footer_t  .share_wrap a i{
	font-size: 22px;
}
.footer_t  .share_wrap a:nth-child(2) i,.footer_t  .share_wrap a:nth-child(4) i{
	font-size: 20px;
}
.footer_t  .share_wrap a:nth-child(5) i{
	font-size: 18px;
}
.footer_t  .share_wrap a:hover{
	background: #fff;
}
.footer_b{
	color: #888;
	font-size: 12px;
	border-top: 2px solid #5c686b;
	text-align: center;background: #000
}
.footer_b .wrapper{
	padding: 18px 0;background: #000
	
}
.footer_b_text{
	text-align: center;
	color: #8f9192;
	font-size: 14px;
}
.footer_b_text a{
	color: #03bf9b;
	margin-left: 10px;
}
.footer_b_text a:hover{
	text-decoration: underline;
}

.title {
	margin-bottom: 40px;
}
.title .tt{
	font-size: 40px;
	
	font-family: tahoma;
	font-weight: bold;
}
.title .tt a{
	color: #444444;
}
.title .text{
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	margin-top: 10px;
	/*padding: 0 350px;*/
}
.title .line{
	width: 100px;
	height: 3px;
	background: #f32b3d;
	margin: 15px 0;
}
/*
 * ind_box1
 */
.ind_box1.index{
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background: #fbfcfe;
}
.ind_box1.index .item{
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 15px;
}
.ind_box1.index .item img{
	display: inline-block;
}
.ind_box1.index .item .tt{
	font-family: tahoma;
	font-size: 16px;
	margin-top: 5px;
}
.ind_box2.index{
	padding: 60px 0;
} 
.ind_box2.index .item{
	width: 269px;
	border: 1px solid #e2e2e2;
	float: left;
	position: relative;
	margin-right: 40px;
	margin-bottom: 20px;
	overflow: hidden;
}
.ind_box2.index .item:nth-child(4n){
	margin-right: 0;
}
.ind_box2.index .item .con{
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(3,191,155,.9);
	transition: all .5s;
	-webkit-transition:all .5s; 
}

.ind_box2.index .item .con span{
	font-family: tahoma;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.ind_box2.index .item:hover .con{
	bottom: 0;
}
.ind_box3.index {
	padding: 70px 0 80px;
	background: #fbfcfe;
}
.ind_box3.index .ind_l{
	width: 50%;
	float: left;
	padding-right: 43px;
}
.ind_box3.index .ind_l .ind_video_btn{
	border: 1px solid #dadada;
	padding: 5px;
	
}
.ind_box3.index .ind_l .ind_video_btn .pic{
	position: relative;
	overflow: hidden;
}
.ind_box3.index .ind_l .ind_video_btn:hover .pic img{
	transform: scale(1.02);
}
.ind_box3.index .ind_l .ind_video_btn .pic:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.1);
}
.play_btn{
	width: 128px;
	height: 145px;
	background: url(../images/icon5_b.png)no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -64px 0 0 -72px;
}
.ind_box3.index .ind_l .con{
	font-family: tahoma;
	font-size: 14px;
	line-height: 22px;
	margin: 30px 0;
}
.ind_box3.index .ind_r{
	width: 50%;
	float: left;
	padding-left: 40px;
	font-family: tahoma;
}
.read_more{
    display: block;
	width: 173px;
	height: 42px;
	background: #00886e;
	color: #fff;
	line-height: 42px;
	text-align: center;
	font-family: tahoma;
	font-size: 14px;
	border-radius: 4px;
	transition: all .5s;
	-webkit-transition:all .5s;
}
.read_more:hover{
	background: #2da10f;
}
.ind_box3.index .ind_r .item{
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
}
.ind_box3.index .ind_r .item:first-child{
	padding-top: 0;
}
.ind_box3.index .ind_r .date,.ind_box1.news .item .date{
	width: 88px;
	height: 88px;
	border: 1px solid #575757;
	text-align: center;
	transition: all .5s;
	-webkit-transition:all .5s;
	float: left;
}
.ind_box3.index .ind_r .date label,.ind_box1.news .item .date label{
	font-size: 30px;
	display: inline-block;
	margin-top: 15px;
}
.ind_box3.index .ind_r .date span,.ind_box1.news .item .date span{
	font-size: 14px;
}
.ind_box3.index .ind_r .con{
	width: calc(100% - 88px);
	padding: 0 30px;
	float: left;
	font-size: 14px;
	line-height: 24px;
}
.ind_box3.index .ind_r .tt{
	font-weight: bold;
	color: #444444;
	margin-bottom: 10px;
	transition: all .5s;
	-webkit-transition:all .5s;
}
.ind_box3.index .ind_r .text{
	color: #888;
}
.ind_box3.index .ind_r .item:hover .date{
	border-color: #00886e;
	color: #00886e;
}
.ind_box3.index .ind_r .item:hover .tt{
	color: #00886e;
}

/*
 * location
 */
.location_wrap{
	height: 75px;
	line-height: 75px;
	background: #03bf9b;
	color: #fff;
	padding-left: 20px;
	font-family: tahoma;
	font-size: 18px;
}
.location_wrap .iconfont{
	font-size: 25px;
	margin-right: 10px;
}
.location_l .text a{
	color: #fff;
	margin: 0 3px;
}
.location_l .text a:hover{
	color: #00886e;
}
.ind_box1.about{
	padding: 50px 0 60px;
	font-family: tahoma;
}
.ind_box1.about .wrapper{
	padding: 0 20px;
}
.ind_box1.about .tips{
	font-size: 24px;
	color: #888888;
	margin-bottom: 5px;
}
.ind_box1.about .tt{
	font-weight: bold;
	font-size: 36px;
	color: #444;
	margin-bottom: 10px;
}
.ind_box1.about .text{
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 30px;
}
.ind_box1.about .ind_b{
	font-size: 14px;
	color: #888888;
	line-height: 26px;
}
.ind_box1.about .ind_l{
	width: 50%;
	float: left;
	padding-right: 20px;
}
.ind_box1.about .ind_r{
	width: 50%;
	float: left;
	padding-left: 30px;
}
.ind_box2.about {
	background: #e7effb;
	padding: 40px 0 60px;
}
.ind_box2.about .wrapper{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.ind_box2.about .ind_l{
	width: 60%;
	float: left;
	position: relative;
}
.ind_box2.about .ind_l .about_scroll{
	width: 84%;
	margin-left: 8%;
}
.ind_box2.about .ind_l .owl-controls{
	display: none;
}
.ind_box2.about .ind_l .prev_btn,.ind_box2.about .ind_l .next_btn{
	width: 31px;
	height: 31px;
	background: url(../images/icon_arrow_left.png)no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 2%;
	margin-top: -16px;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition:all .5s;
}
.ind_box2.about .ind_l .next_btn{
	left: auto;
	right: 2%;
	background-image: url(../images/icon_arrow_right.png);
}
.ind_box2.about .ind_l .prev_btn:hover,.ind_box2.about .ind_l .next_btn:hover{
	transform: translateY(-5px)
}
.ind_box2.about .ind_r{
	width: 40%;
	
	float: left;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	padding-left: 50px;
}
.ind_box2.about .ind_r_wrap{
	
}
.ind_box2.about .ind_r .tt{
	font-weight: bold;
	font-size: 48px;
	color: #00886e;
	margin-bottom: 20px;
}
.ind_box2.about .ind_r .text{
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}
.ind_box3.about {
	padding: 60px 0 150px;
	background: url(../images/about_img3.jpg)no-repeat center center;
	background-size: cover;
	font-family: tahoma;
}

.ind_box3.about .ind_t_l{
	width: 55%;
	float: left;
	padding-left: 50px;
	padding-right: 30px;
}
.ind_box3.about .ind_t_l .tt{
	font-size: 30px;
	font-weight: bold;
	
	color: #444444;
	line-height: 30px;
}
.ind_box3.about .ind_t_l .text{
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0;
}
.ind_box3.about  .con{
	font-size: 14px;
	line-height: 24px;
}
.ind_box3.about .ind_t_r{
	width: 45%;
	padding: 0 20px;
	text-align: center;
	float: left;
}
.ind_box3.about .ind_t_r img{
	max-width: 100%;
	margin-top: 20px;
}
.ind_box3.about .ind_b{
	font-size: 14px;
	line-height: 24px;
	padding: 0 50px;
	margin-top: 30px;
}
.ind_box4.about{
	padding: 70px 0 40px;
}
.ind_box4.about .ind_l{
	width: 50%;
	float: left;
	text-align: center;
}
.ind_box4.about .ind_l img{
	max-width: 100%;
}
.ind_box4.about .ind_r{
	width: 50%;
	float: left;
	padding: 30px 50px 0 90px;
}
.ind_box4.about .ind_r .tt{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ind_box4.about .ind_r .text{
	font-size: 14px;
	line-height: 26px;
}
.ind_box5.about{
	height: 466px;
	background: url(../images/about_img13.jpg)no-repeat center center;
	background-size: cover;
}
.ind_box5.about .ind_l{
	width: 50%;
	float: left;
	padding: 50px 20px;
	font-size: 14px;
	line-height: 24px;
}
.ind_box6.about{
	padding: 50px 0 80px;
}
.ind_box6.about .item{
	float: left;
	width: 274px;
	margin-right: 34px;
}
.ind_box6.about .item:last-child{
	margin-right: 0;
}
.ind_box6.about .ind_t{
	overflow: hidden;
}
.ind_box6.about .ind_b{
	font-size: 36px;
	color: #0d3b8c;
	margin-top: 40px;
}
.ind_box1.why{
	padding: 60px 0;
}
.ind_box1.why .wrapper{
	padding: 0 50px;
}
.ind_box1.why .ind_t .tt{
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 20px;
	color: #444444;
}
.ind_box1.why .ind_t .text{
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}
.ind_box1.why .ind_b{
	margin-top: 60px;
}
.ind_box1.why .ind_l{
	float: left;
	width: 50%;
	padding-right: 40px;
}
.ind_box1.why .ind_r{
	width: 50%;
	float: left;
	padding: 60px 0px 0 30px;
}
.ind_box1.why .ind_r .tt{
	font-size: 30px;
	color: #444;
	margin-bottom: 30px;
}
.ind_box1.why .ind_r li,.ind_box3.why .item li{
	font-size: 14px;
	color: #666;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 24px;
}
.ind_box1.why .ind_r li:before,.ind_box3.why .item li:before{
	content: "";
	position: absolute;
	width: 9px;
	height: 12px;
	background: url(../images/icon2.png)no-repeat center center;
	background-size: cover;
	top: 6px;
	left: 0;
}
.ind_box1.why .owl-controls{
	bottom: 10px;
	position: absolute;
	z-index: ;
	width: 100%;
	
}
.ind_box1.why .owl-theme .owl-dots .owl-dot span{
	margin: 5px;
	background: #fff;
}
.ind_box1.why .owl-theme .owl-dots .owl-dot.active span,.ind_box1.why  .owl-theme .owl-dots .owl-dot:hover span{
	background: #00886e;
}
.ind_box2.why{
	background: #e3edfc;
	padding: 50px 0 30px;
}
.ind_box2.why .ind_l{
	width: 50%;
	padding-left: 50px;
	float: left;
	padding-top: 30px;
}
.ind_box2.why .ind_l .tt{
	font-size: 30px;
	color: #444;
}
.ind_box2.why .ind_l .item{
	width: 50%;
	float: left;
	margin-top: 30px;
	display: flex;
}
.ind_box2.why .ind_l .icon{
	width: 78px;
	height: 78px;
	border: 2px solid #00886e;
	text-align: center;
	line-height: 78px;
	border-radius: 100%;
	float: left;
}
.ind_box2.why .ind_l .icon i{
	font-size: 40px;
	color: #00886e;
}
.ind_box2.why .ind_l .con{
	float: left;
	width: calc(100% - 78px);
	padding-left: 15px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	color: #444;
}
.ind_box2.why .ind_l .con .text{
	width: 100%;
	padding-right: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.ind_box2.why .ind_r{
	width: 50%;
	padding: 0 20px;
	float: left;
	text-align: center;
}
.ind_box2.why .ind_r img{
	max-width: 100%;
}
.ind_box3.why{
	padding: 30px 0 70px;
}
.ind_box3.why .item{
	display: flex;
	margin-top: 60px;
}
.ind_box3.why .item .pic{
	width: 50%;
	float: left;
}
.ind_box3.why .item .pic img{
	max-width: 100%;
}
.ind_box3.why .item .con{
	width: 50%;
	float: left;
	padding-left: 70px;
	position: relative;
}
.ind_box3.why .item:nth-child(2n) .con{
	order: -1;
	padding: 0 70px 0 0;
}
.ind_box3.why .item .tt{
	font-size: 30px;
	color: #444;
	margin-bottom: 25px;
}
.ind_box3.why .item .con_wrap{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ind_box3.why .item:nth-child(2n) .con_wrap{
	padding-right: 70px;
}
.ind_box3.why .item li{
	margin-bottom: 6px;
}
.title1{
	margin-bottom: 50px;
}
.title1 .tt{
	font-weight: bold;
	font-size: 36px;
	color: #444444;
}
.ind_box1.case{
	padding: 50px 0 80px;
}
.ind_box1.case .item{
	width: 375px;
	float: left;
	margin-right: 37px;
}
.ind_box1.case .item:nth-child(3n){
	margin-right: 0;
}
.ind_box1.case .item .tt{
	font-size: 14px;
	color: #444;
	margin: 20px 0 25px;
	line-height: 24px;
	min-height: 48px;
	transition: all .5s;
	-webkit-transition:all .5s;
}
.ind_box1.case .item .pic{
	overflow: hidden;
}
.ind_box1.case .item:hover img{
	transform: scale(1.02);
}
.ind_box1.case .item:hover .tt{
	color: #00886e;
}
.ind_box1.contact{
	padding: 60px 0 40px;
}
.ind_box1.contact .ind_l{
	width: 350px;
	float: left;
}
.ind_box1.contact .ind_l .tt{
	font-weight: bold;
	font-size: 24px;
	color: #444;
	margin-bottom: 20px;
}
.ind_box1.contact .ind_l .text{
	font-size: 14px;
	line-height: 24px;
	color: #444444;
	margin-bottom: 30px;
}
.ind_box1.contact .ind_l li{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
}
.ind_box1.contact .ind_l li a{
	display: block;
}
.ind_box1.contact .ind_l li a span{
	color: #3387cf;
}
.ind_box1.contact .ind_l li a:hover{
	transform: translateX(5px);
}
.ind_box1.contact .ind_r{
	float: left;
	width: calc(100% - 350px);
	padding-left: 170px;
}
.ind_box1.contact .ind_r .tips{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

/*faq-BOX*/
.faq_box {
	padding-bottom: 30px;
	background: #fff;
	overflow: hidden;
	width: 100%;
	float: left;
	position: relative;
}

.faq_box form{
	width: 100%;
}
.faq_list {
	clear: both;
	overflow: hidden;
}

.faq_list dd {
	height: auto;
	margin-bottom: 12px;
	float: left;
	width: 50%;
	margin-right: 0;
	padding: 0 15px 0 0;
}
.faq_list dd:nth-child(2n){
	padding: 0 0 0 15px;
}
.faq_list dd:last-child {
	width: 100%;
	padding: 0;
}
.faq_list dd .tt{
	font-size: 14px;
	margin-bottom: 8px;
	min-height: 10px;
}
.faq_list dd .tt .red {
	color: #f00;
	font-size: 18px;
	margin-right: 4px;
}
.faq_list dd .tt span{
	float: left;
}

.faq_inp,
.faq_area {
	float: left;
	width: 100%;
	height: 35px;
	font-size: 14px;
	color: #333;
	outline: none;
	border: 1px solid #bebebe;
	border-radius: 2px;
	resize: none;
	padding-left: 13px;
	
}

.faq_inp::-webkit-input-placeholder,
.faq_area::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

.faq_inp:focus,
.faq_area:focus {
	border-color: #30b2e4;
}

.doub .faq_inp {
	margin-bottom: 25px;
}

.faq_area {
	height: 125px;
	padding-top: 15px;
}
.faq_area::-webkit-input-placeholder{
	padding-top: 0;
	line-height: 20px;
}


.faq_btn {
	display: block;
	width: 235px;
	height: 44px;
	border: none;
	background: #00886e;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	border-radius: 4px;
	margin-top: 10px;
}
.ind_box1.contact .ind_r dd select.faq_inp {
    color: #999999;
}
.ind_box1.news{
	padding: 50px 0;
}
.ind_box1.news .title1{
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.ind_box1.news .title1 .tips{
	padding-top: 10px;
}
.ind_box1.news .title1 .tips a{
	display: inline-block;
	width: 180px;
	height: 33px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #b5b5b5;
	font-size: 16px;
	color: #444;
	border-radius: 4px;
}
.ind_box1.news .title1 .tips a.hover,.ind_box1.news .title1 .tips a:hover{
	background: #00886e;
	color: #fff;
	border-color: #00886e;
}
.ind_box1.news .item{
	padding: 30px 35px;
	border-bottom: 1px solid #dedede;
	transition: all .5s;
	-webkit-transition:all .5s;
}
.ind_box1.news .item .pic{
	width: 252px;
	float: left;
}
.ind_box1.news .item .date{
	float: right;
	margin-top: 30px;
	background: #fff;
}
.ind_box1.news .item .con{
	float: left;
	width: calc(100% - 340px);
	padding: 25px 65px 0 50px;
}
.ind_box1.news .item .con .tt{
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	margin-bottom: 20px;
}
.ind_box1.news .item .con .text{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.ind_box1.news .item:hover {
	background: #eff2f9;
}
.ind_box1.news_det{
	padding: 40px 0;
}
.ind_box1.news_det .news_det_tt{
	font-size: 30px;
	color: #444;
	margin-bottom: 30px;
}
.ind_box1.news_det .news_det_date{
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 20px;
}
.ind_box1.news_det .news_det_date .date{
	display: inline-block;
}
.ind_box1.news_det .news_det_date .tips{
	display: inline-block;
	margin: 0 20px;
}
.ind_box1.news_det .news_det_date .share_box{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.ind_box1.news_det .news_det_date i{
	float: left;
	font-size: 20px;
	color: #00886e;
	margin-right: 10px;
}
.ind_box1.news_det .news_det_date i.icon-fenlei{
	font-size: 23px;
	
}
.ind_box1.news_det .news_det_date span{
	float: left;
	line-height: 22px;
	font-size: 14px;
	color: #666;
}
.ind_box1.news_det .news_det_date span em{
	color: #00886e;
}
.ind_box1.news_det .news_det_date .share_box .tt{
	margin-right: 10px;
}
.ind_box1.news_det .content{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	padding: 10px 0;
}
.ind_box1.news_det .content .img{
	margin: 50px 0 0;
}
.ind_box1.news_det .content .img img{
	max-width: 100%;
}
.det_page{
	margin-top: 20px;
	padding: 20px 60px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}
.det_page_clm{
	line-height: 30px;
	
}
.det_page_clm .icon{
	display: none;
	float: left;
	width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #303030;
    margin: 9px 8px 0 0;
}
.det_page_clm .tt{
	float: left;
	font-size: 14px;
	width: 40px;
}
.det_page_clm a{
	color: #666;
	width: calc(100% - 40px);
	padding-left: 15px;
	float: left;
	padding-top: 1px;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.det_page_clm a:hover{
	text-decoration: underline;
	color: #00886e;
}
.ind_box1.news_det .back_list{
	width: 295px;
	height: 45px;
	display: block;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	border-radius: 4px;
	margin: 50px auto 20px;
	background: #00886e;
	color: #fff;
	max-width: 100%;
}

.ind_box1.news_det .back_list:hover{
	background: #208c0c;
}
.ind_box1.service{
	padding: 50px 0 30px;
}
.ind_box1.service .ind_wrap{
	display: flex;
}
.ind_box1.service .item{
	width: 380px;
	float: left;
	margin-right: 30px;
	border: 1px solid #dbdbdb;
	padding: 30px;
}
.ind_box1.service .item:last-child{
	margin-right: 0;
}
.ind_box1.service .item .icon{
	height: 120px;
	line-height: 120px;
	text-align: center;
}
.ind_box1.service .item .icon i{
	font-size: 100px;
	color: #4ea73d;
}
.ind_box1.service .item .icon i.icon-jishu{
	font-size: 90px;
}
.ind_box1.service .item .tt{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 10px 0 20px;
}
.ind_box1.service .item .text{
	font-size: 14px;
	line-height: 24px;
	color: #888;
}
.ind_box2.service{
	padding: 60px 0;
	background: #f2f7f9;
}
.ind_box2.service .ind_wrap{
	padding: 0 18px;
}
.ind_box2.service .item{
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #dbdbdb;
	padding: 25px 70px;
}
.ind_box2.service .item .icon{
	float: left;
	width: 26px;
	height: 26px;
	background: url(../images/icon1.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.service .item .con{
	float: left;
	width: calc(100% - 26px);
	padding-left: 25px;
}
.ind_box2.service .item .con .tt{
	font-size: 18px;
	color: #444;
	margin-bottom: 15px;
}
.ind_box2.service .item .con .text{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.ind_box2.service .tipsss{
	font-size: 30px;
	color: #444;
	margin-top: 50px;
}
.ind_box2.service .tipsss a{
	color: #00886e;
	text-decoration: underline;
}
.ind_box3service{
	padding: 0px 0;
	background: #f2f7f9;
}
.ind_box3service .ind_wrap{
	padding: 0 0px;
}
.ind_box3service .item{
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #dbdbdb;
	padding: 5px 10px;
}
.ind_box3service .item .icon{
	float: left;
	width: 26px;
	height: 26px;
	background: url(/images/icon1.png)no-repeat center center;
	background-size: cover;
}
.ind_box3service .item .con{
	float: left;
	/*width: calc(100% - 26px);*/
	padding-left: 20px;margin:10px 0;
}
.ind_box3service .item .con .tt{
	font-size: 18px;
	color: #444;
	margin-bottom: 15px;
}
.ind_box3service .item .con .text{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.ind_box3service .tipsss{
	font-size: 30px;
	color: #444;
	margin-top: 20px;
}
.ind_box3service .tipsss a{
	color: #00886e;
	text-decoration: underline;
}
.ind_box1.pro{
	padding: 60px 0;
}
.ind_box1.pro .pro_tab{
	margin-bottom: 50px;
}
.ind_box1.pro .pro_tab a{
	float: left;
	width: 20%;
	text-align: center;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
  height:58px;
	line-height: 24px;
	border: 1px solid #9e9e9e;
	font-size: 15px;
	color: #444;
	border-right:none ;
}

.ind_box1.pro .pro_tab a:last-child{
	border-right: 1px solid #9e9e9e;
}
.ind_box1.pro .pro_tab a:hover,.ind_box1.pro .pro_tab a.hover{
	background: #00886e;
	color: #fff;
}
.ind_box1.pro .title1{
	margin-bottom: 40px;
}
.ind_box1.pro .pro_t .pic{
	width: 368px;
	float: left;
	max-width: 100%;
}
.ind_box1.pro .pro_t .pic img{
	max-width: 100%;
}
.ind_box1.pro .pro_t .con{
	width: calc(100% - 368px);
	float: left;
	padding: 10px 50px 0 100px;
}
.ind_box1.pro .pro_t .con .tt{
	font-size: 36px;
	color: #444;
	margin-bottom: 15px;
}
.ind_box1.pro .pro_t .con .text{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.ind_box1.pro .pro_b{
	margin-top: 10px;
}
.ind_box1.pro .pro_b .item{
	background: #f4fafb;
	margin-bottom: 25px;
	
}
.ind_box1.pro .pro_b .item a{
	display: flex;
}
.ind_box1.pro .pro_b .item .pic{
	width: 327px;
	float: left;
	overflow: hidden;
}
.ind_box1.pro .pro_b .item .con{
	width: calc(100% - 327px);
	float: left;
	position: relative;
	padding: 33px 150px 33px 55px;
}
.ind_box1.pro .pro_b .item .con .tt{
	font-size: 20px;
	margin-bottom: 15px;
}
.ind_box1.pro .pro_b .item .con .text{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.ind_box1.pro .pro_b .item .more{
	width: 105px;
	height: 101px;
	background: url(../images/icon3.png)no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
}
.ind_box1.pro .pro_b .item .more i{
	display: block;
	width: 29px;
	height: 29px;
	background: url(../images/icon4.png)no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 20px;
	bottom: 10px;
	transition: all .5s;
	-webkit-transition:all .5s;
}
.ind_box1.pro .pro_b .item:hover .pic img{
	transform: scale(1.05);
}
.ind_box1.pro .pro_b .item:hover .more i{
	right: 15px;
}
.big_pic_show {
	width: 580px;
	height: 100%;
	z-index: 1;
}
.bigpic {
	width: 580px;
	height:348px;
	margin-bottom: 7px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.bigpic a {
	display: block;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width: 580px !important;
	height:443px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	width: 88px !important;
	height: 88px !important;
	background:url(../images/float_layer.png) repeat center center;
	cursor:move;
	z-index: 99;
}
.bigimg{
	width:800px;
	height: auto;
}
.moveBox{
	width:580px;
	height:88px;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}

.move_content{
	clear:both;
	width:580px;
	height:88px;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;
}
.rexiaoPic {
	overflow:hidden;
	width:580px;
	height:88px;
}
.sell_order {
	width:9999px;
	position:absolute
}
.rexiaoPic li{
	width:140px;
	height:88px;
	float:left;
	display:block;
	margin:0 6px 0 0;
	background:#fff;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	position: relative;
}
.rexiaoPic li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 140px;
	height: 88px;
	border: 1px solid #dcdcdc;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.rexiaoPic li.hover:after{
	border-color: #00886e;	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.rexiaoPic li img{
	width:140px;
	height:88px;
}
/*^^^^datu end^^^^*/

.ind_box1.pro_det .pro_det_wap_scroll{
	display: none;
	width: 90%;
	margin-left: 5%;
    max-height:202px!important;
    overflow:hidden;
}

.ind_box1.pro_det .pro_det_wap_scroll .owl-controls{
   position:absolute;
  margin-top:-40px;
  z-index:22;
  width:100%;
}
.ind_box1.pro_det .pro_det_wap_scroll .item{
	border: 1px solid #dcdcdc;
}
.ind_box1.pro_det .pro_det_wap_scroll img{
	max-width:100%;
}
.p_det_inf{
	width: calc(100% - 580px);
	padding: 5px 30px 0 50px;
}
.p_det_inf_tt{
	font-size: 30px;
	margin-bottom: 20px;
}
.p_det_inf_text .tt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.p_det_inf_text .con{
	font-size: 14px;
	line-height: 24px;
}
.p_det_contact{
	margin-top: 50px;
	font-size: 14px;
	line-height: 25px;
}
.p_det_contact i{
	font-size: 25px;
	color: #00886e;
	float: left;
	margin-right: 10px;
}
.pro_email{
	margin-right: 30px;
}
.pro_tel i{
	font-size: 20px;
}
.p_det_contact a{
	color: #00886e;
}
.p_det_contact a:hover{
	text-decoration: underline;
}
.p_det_btns{
	margin-top: 30px;
}
.p_det_btns a {
	display: block;
	width: 240px;
	height: 40px;
	border: 1px solid #00886e;
	border-radius: 20px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #00886e;
	float: left;
	margin-bottom: 5px;
}
.p_det_btns a:first-child{
	margin-right: 20px;
}
.p_det_btns a:hover {
	background: #00886e;
	color: #fff;
}
.pro_det_t{
	padding: 50px 0;
	border-bottom: 1px solid #333;
}
.p_det_share {
	margin-top: 30px;
}
.p_det_share .text{
	font-size: 14px;
	color: #444;
	float: left;
	line-height: 30px;
	margin-right: 5px;
}
.pro_det_b .item{
	margin: 30px 0;
}
.pro_det_b .item:first-child{
	margin-bottom: 0;
}

.pro_det_b .item .tt{
	font-size: 24px;
	color: #444444;
	font-weight: bold;
	margin-bottom: 20px;
}
.pro_det_b .item .con{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-bottom: 30px;
}
.pro_det_b .item .pro-table{
	font-size: 16px;
	color: #666;
	line-height:200%;
	margin-bottom: 30px;
}
.pro_det_b .item .item_l{
	width: calc(100% - 312px);
	padding-right: 180px;
	float: left;
}
.pro_det_b .item .item_r{
	width: 312px;
	float: right;
}
.pro_det_b .item .item_r .play_btn{
	width: 106px;
	height: 120px;
	margin: -53px 0 0 -60px;
}

.pro-table table tr td {
    color: #444;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
}
.pro_cases dd{
	width: 283px;
	float: left;
	margin-right: 20px;
	
}
.pro_cases dd:last-child{
	margin-right: 0;
}
.pro_cases dd a{
	display: block;
	position: relative;
	overflow: hidden;
}
.pro_cases dd a .text{
	position: absolute;
	width: calc(100% - 1px);
	padding: 0 12px;
	height: 34px;
	line-height: 34px;
	font-size: 14pxs;
	color: #fff;
	left: 1px;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,.8);
}
.pro_cases dd a:hover img{
	transform: scale(1.02);
}
.pro_inquiry{
	margin: 50px 0;
}
.pro_des_content{
	overflow: hidden;
}
.pro_des_content .con{
	font-size: 16px;line-height: 200%
}
.pro_inq_l{
	width: calc(100% - 337px);
	float: left;
	padding-right: 65px;
}
.pro_inq_l .tt{
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}
.pro_inq_l .text{
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin-bottom: 25px;
}
.pro_inq_l .faq_list dd .tt{
	font-weight: normal;
}
.pro_inq_l .faq_box{
	padding-bottom: 0;
}
.pro_inq_l .faq_area{
	height: 100px;
}
.pro_inq_r{
	width: 337px;
	float: right;
	background: url(../images/pro_img8.jpg)no-repeat center center;
	background-size: cover;
	padding: 38px 35px 60px;
	color: #fff;
}
.pro_inq_r .tt{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.pro_inq_r .con_ways {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #fff;
}
.pro_inq_r .con_ways .iconfont{
	width: 40px;
	float: left;
	font-size: 30px;
}
.pro_inq_r .con_ways .ways_con{
	float: left;
	width: calc(100% - 40px);
	padding-left: 10px;
	
}
.pro_inq_r .con_ways .ways_con a{
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 28px;
}
.pro_inq_r .con_ways .email{
	margin-top: 5px;
}
.pro_inq_r .con_ways .email .ways_con a{
	line-height: 38px;
}
.pro_inq_r .con_ways .ways_con a:hover{
	text-decoration: underline;
}
.pro_inq_r .tipss{
	width: 100%;
	height: 78px;
	background: rgba(255,255,255,.3);
	padding: 18px;
}
.pro_inq_r .tipss .iconfont{
	float: left;
	width: 40px;
	font-size: 38px;
}
.pro_inq_r .tipss .tip_text{
	width: calc(100% - 40px);
	float: left;
	padding-left: 10px;
	font-size: 16px;
	line-height: 20px;
}
.pro_inq_r .reply{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
}
.pro_interest{
	margin-bottom: 60px;
}
.pro_interest .tt{
	font-size: 24px;
	font-weight: bold;
	color: #444;
}
.pro_interest .item{
	float: left;
	width: 370px;
	margin-right: 30px;
}
.pro_interest .item:last-child{
	margin-right: 0;
}
.pro_interest .item .text{
	font-size: 16px;
	color: #444;
	margin-top: 20px;
}
.pro_interest .item .pic{
	overflow: hidden;
	
}
.pro_interest .item:hover .pic img{
	transform: scale(1.02);
}
.pro_interest .item:hover .text{
	color: #00886e;
}
.pro-table{
    overflow-x: hidden!important;
}
.table_wrap{
   overflow-x: auto;
}
.pro_det_b .item img{
  max-width:100%;
}
.slide_r{
 
    		position: fixed;
    		z-index: 99999999;
    		bottom: 25%;
    		right: 0%;
    	}
    	.slide_r a{
    		display: block;
    		width: 45px;
    		height: 45px;
    		line-height: 45px;
    		text-align: center;
    		background: #00886e;
    		color: #fff;
    		border-bottom: 1px solid #fff;
    	}
    	.slide_r a i{
    		font-size: 25px;
    	}
.slide_r a.back_top{
	display:none;
   
}
.slide_r a.back_top.show{
	display: block;
}
    	.back_top i{
    		display: inline-block;
    		transform: rotate(-90deg);
    	}
    	.slide_r a:nth-child(3){
    		line-height: 40px;
    	}
    	.slide_r a:last-child{
    		border: none;
    	}
    	.slide_r a:hover{
    		background: #2b821b;
    	}


.blue {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 20px/100% Arial, Helvetica, sans-serif;
    padding: .6em 2em .6em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}