html,body{
	font-family: "Roboto-Regular";
	background: #fff;
}
/*html{
	scroll-behavior:smooth;
}*/
body{
	padding-top: 126px;
}
select,input,textarea,button{
	font-family: "Roboto-Regular";
}
.wrapper{
	overflow: hidden;
}
*{
    -webkit-tap-highlight-color: transparent;
 }
.bgf7{
	background: #f7f7f7;
}

img {
    max-width: 100%;
}

.dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 9999999;
}
.dialog_content.trans{
	visibility: visible;
  	opacity: 1;
  	margin-top: -145px;
}
.dialog_content{
	width: 490px;
	height: 290px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -245px;
	border-radius: 4px;
	padding: 35px 50px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s linear;
}
.dialog_content .close{
	position: absolute;
	font-size: 30px;
	color: #a6a6a6;
	top: 10px;
	right: 10px;
}
.dialog_content .tt{
	font-size: 24px;
	color: #03793E;
	text-align: center;
	margin-bottom: 15px;
}
.dialog_content .text{
	color: #666666;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 10px;
}
.dialog_content form{
	width: 100%;
}
.dialog_content form input{
	outline: none;
	border: none;
	background: #dedede;
	width: 100%;
	height: 45px;
	border-radius: 4px;
	margin-bottom: 15px;
	font-size: 16px;
}
.dialog_content form .input{
	padding-left: 15px;
	border: 1px solid transparent;
}
.dialog_content form .input:focus{
	border-color: #15ab8d;
}
.dialog_content form input::-webkit-input-placeholder{
	color: #afafaf;
	font-size: 16px;
}
.dialog_content form .dia_sub{
	background: #03793E;
	color: #fff;
	cursor: pointer;
}
.side_r{
	display: none;
	position: fixed;
	bottom: 20%;
	right: 1%;
	z-index: 999999;
}
.side_r dd{
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.side_r dd .tt{
	border: 1px solid #e6e6e6;
	width: 50px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #fff;
	border-bottom: none;
	cursor: pointer;
	position: relative;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.side_r dd:last-child .tt{
	border-bottom: 1px solid #e6e6e6;
}
.side_r dd .iconfont{
	font-size: 20px;
	color: #03793E;
}
.side_r dd:nth-child(3) .iconfont{
	font-size: 24px;
}
.side_r dd:last-child .iconfont{
	font-size: 30px;
}
.side_r dd .text{
	width: 200px;
	height: 45px;
	line-height: 44px;
	border: 1px solid #e6e6e6;
	border-right: 0;
	background: #fff;
	position: absolute;
	top: 0px;
	right: 50px;
	font-size: 14px;
	color: #444;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	font-family: "Roboto-Light";
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.side_r dd:hover{
	overflow: initial;

}
.side_r dd:hover .tt{
	background: #f4f4f4;
}
.side_r dd:hover .text{
	opacity: 1;
	visibility: visible;
}

.header_box{
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}
.head_t{
	height: 38px;
	line-height: 38px;
	background: #03793E;
	color: #fff;
	font-size: 14px;
}
.head_t a{
	color: #fff;
}
.h_t_phone i{
	font-size: 18px;
	float: left;
	margin-right: 10px;
}
.h_t_phone span{
	float: left;
	line-height: 40px;
}
.h_t_email{
	margin: 0 0px 0 50px;
}
.h_t_email i{
	font-size: 20px;
	float: left;
	margin-right: 15px;
}
.h_t_email span{
	float: left;
	line-height: 40px;
}
.h_t_tip {
	font-size: 16px;
}
.h_t_tip a{
	float: right;
	width: 102px;
	height: 25px;
	background: #0b7862;
	
	text-align: center;
	line-height: 25px;
	border-radius: 4px;
	margin: 6px 0 0 35px;
}
.head_b{
	height: 90px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.logo{
	width: 170px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.logo .table{
	height: 90px;
}
.logo a{
	width: 170px;
}
.logo a img{
	display: block;
	height: auto;
	float: left;
}
.mobile_head{
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999999;
	background: #fff;
}
.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: #03793E;
	border-radius: 4px;
	margin: 0 0 7px 0;
}

.head_b .wrapper{
	overflow: inherit;
}
.menu{
	width: calc(100% - 197px);
	padding-left: 185px;
	float: left;
	/*transition: all 0.5s;
	-webkit-transition: all 0.5s;*/
}
.menu_dl dd{
	float: left;
	height: 90px;
	padding: 0px 35px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_dl dd:nth-child(2){
	position: initial;
}
.menu_dl dd:last-child{
	padding-right: 0;
}
.menu_dl dd:after,.menu_dl dd:nth-child(3):before{
	content: "";
	position: absolute;
	width: 1px;
	height: 16px;
	background: #e5e5e5;
	top:46px;
	right: 0;
}
.menu_dl dd:nth-child(3):before{
	right: auto;
	left: 0;
}

.menu_dl dd:nth-child(2):after,.menu_dl dd:last-child:after{
	display: none;
}
.menu_tt a{
	text-align: left;
	display: block;
	width: 100%;
	color: #242424;
	font-size: 18px;
	height: 90px;
	line-height: 90px;
	padding: 0 0px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_tt a:after{
	content: "";
    display: block;
    height: 3px;
    width: 0;
    position: relative;
    bottom: 3px;
    z-index: 0;
    margin: 0 auto;
    background: #03793E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu_dl dd:last-child:after{
	display: none;
}

.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_dl dd.hover .menu_tt a:after{
	width: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.menu_dl dd.hover .menu_tt a:before{
	opacity: 1;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.menu_second_box{
	clear: both;
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 999999;
	width: 100%;
	background:rgba(255,255,255,.97);
	box-shadow: 0px 5px 10px rgba(155,155,155,.5);
	border: 1px solid #f5f5f5;
	border-top: none;
	padding: 40px 0px 20px;
}
.menu_two{
	float: left;
	width: 25%;
	margin-bottom: 35px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/*border-bottom: 1px solid #ddd;*/
}
.menu_two:nth-child(4n+1){
	clear: both;
}
.menu_two_tt{
	display: block;
	width: 100%;
	color: #444;
	margin-bottom: 10px;
	font-size: 18px;
	
}
.menu_two_text a{
	display: block;
	font-size: 16px;
	color: #444;
	line-height: 28px;
	font-family: "Roboto-Light";
}
.menu_two_text a label{
	display: inline-block;
	margin-right: 5px;
}
.menu_two_text a:hover{
	color: #019d7e;
}
.menu_second_box .menu_two:last-child{
	border-color: transparent;
}
.menu_two_tt .text{
	float: left;
	width: 100%;
	
}
.menu_two_tt i{
	/*font-size: 10px;*/
}
.menu_two.hover .menu_two_tt a{
	/*background: #157efb;*/
	color: #03793E;
}

.mobile_head .h_t_email{
		margin-left: 15px;
}
.mobile_head .h_t_email i{
	font-size: 16px;
	margin-right: 5px;
}
.mobile_head .h_t_tip span{
	display: none;
}
.mobile_head .h_t_tip a{
	width: 86px;
	font-size: 12px;
}
.mobile_head .head_b .wrapper{
	position: relative;
}
	.mobile_head .menu_btn {
		display: block;
		right: 0px;
		top: 25px;
	}
	.mobile_head .search_box{
		height: 80px;
	}
	.mobile_head .search_inp{
		height: 60px;
	}
	.mobile_head .menu {
		display: none;
		position: absolute;
		top: 90px;
		left: 0;
		width: 100%;
		z-index: 999;
		padding: 10px;
		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: 0px 0px;
	}
	.mobile_head .menu_dl dd{
		border-bottom: 1px solid #eee;
	}
	.mobile_head .menu_dl dd:last-child{
		border: none;
	}
	.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;
		float: right;
		color: #666;
		margin-top: 10px;
		font-size: 20px;
		cursor: pointer;
	}
	.mobile_head .menu_two{
		width: 50%;
	}
	.mobile_head .menu_tt a {
		float: left;
		height: 45px;
		line-height: 45px;
		width: 80%;
		padding: 0;
		color: #333;
	}
	.mobile_head .menu_second_box {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		border: none;
	}
	.mobile_head .head_search{
		width: 33px;
		height: 33px;
		line-height: 33px;
		position: absolute;
		right: 140px;
		margin: 0;
		top: 82px;
		background: none;
		
	}
	.mobile_head .head_search i{
		font-size: 30px;
		color: #2465C1;
	}

/*
 * banner
 */
.banner_box{
	position: relative;
	z-index: 10;
}
.banners .owl-controls{
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-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: #157efb;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


}


/*
	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: right;
}
.page a{
	display: inline-block;
	padding: 0 14px;
	height: 35px;
	line-height: 35px;
	margin: 2px 3px;
	font-size: 14px;
	color:#03793E;
	border: 1px solid #03793E;
}
.page a:last-child{
	padding: 0 20px;
}
.page a:hover ,.page a.hover{
	background: #03793E;
	color: #fff;
}
.page a i{
	font-size: 12px;
}
/***footer***/
.footer{
	background: #03793E;
	position: relative;
	z-index: 10;
}
.foot_logo{
	margin-bottom: 20px;
}
.footer_t .wrapper{
	overflow: hidden;
	padding: 40px 35px;
	position: relative;
}
.footer_t .item{
	width: 230px;
	float: left;
	font-family: "Roboto-Light";
}
.footer_t .item:nth-child(1){
	width: 350px;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	margin-left: 0;
	margin-top: 0;
}
.footer_t .item:nth-child(1) i{
	float: left;
	font-size: 24px;
	width: 30px;
	text-align: center;
	margin-top: 4px;
}
.footer_t .item:nth-child(1) i.icon-shouji1{
	font-size: 30px;
}
.footer_t .item:nth-child(1) i.icon-weizhi{
	font-size: 28px;
}
.footer_t .item:nth-child(1) .foot_wrap a{
	width: calc(100% - 30px);
	float: left;
	padding-left: 15px;
	line-height: 28px;
}

.footer_t .foot_wrap li{
	margin-bottom: 15px;
}
.footer_t .foot_wrap li label{
	display: inline-block;
	margin-right: 10px;
}
.footer_t .foot_wrap a{
	display: block;
	color: #fff;
	font-size: 16px;
	
}

.footer_t .foot_wrap a:hover{
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	text-decoration: underline;
}
.footer_t .item:nth-child(2){
	margin: 0 100px;
}

.footer_t .item:last-child{
	margin-right: 0;
	float: right;
}
.foot_title{
	
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
}

.footer_b{
	background: #444444;
	color: #a4a4a4;
	font-size: 16px;
	font-family: "Roboto-Light";
}
.footer_b .wrapper{
	padding: 18px 0;
	
}
.footer_b_text{
	float: left;
	
}
.footer_b_r a{
	color: #fff;
	display: inline-block;
}
.footer_b_r label{
	display: inline-block;
	margin: 0 10px;
	color: #fff;
}
.footer_b_r a:hover{
	text-decoration: underline;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

/*
 * ind_box1
 */
.ind_box1.index{
	padding: 60px 0 0;
	position: relative;
	background: #f1f4f7;
	z-index: 22;
}
.ind_box1.index .wrapper{
	overflow: initial;
	position: relative;
}
.ind_box1.index .pro_type_box{
	width: 100%;	
	margin-top: -128px;
	
}
.ind_box1.index .pro_type_box a{
	display: block;
	width: 25%;
	float: left;
	height: 68px;
	line-height: 68px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #444444;
	position: relative;
	border-right: 1px solid #6d6d6d;
}
.ind_box1.index .pro_type_box a:last-child{
	border: none;
}
.ind_box1.index .pro_type_box a:before{
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 50%;
	left: 50%;
	background: #15ab8d;
	z-index: 1;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.index .pro_type_box a span{
	position: relative;
	z-index: 2;
}
.ind_box1.index .pro_type_box a:hover:before{
	width: calc(100% + 1px);
}
.ind_box1.index .list{
	padding: 40px 0;
	display: flex;
}
.ind_box1.index .item{
	float: left;
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	background: #fff;
	border: 1px solid #ececec;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.index .item:last-child{
	margin-right: 0;
}
.ind_box1.index .item .pic{
	overflow: hidden;
}
.ind_box1.index .item .con{
	border-top: 1px solid #ececec;
	padding: 30px;
}
.ind_box1.index .item .con .tt{
	font-size: 18px;
	color: #444;
	margin-bottom: 20px;
}
.ind_box1.index .item .con .text{
	font-size: 16px;
	color: #555;
	line-height: 24px;
	font-family: "Roboto-Light";
	margin-bottom: 10px;
}
.ind_box1.index .item:hover{
	box-shadow: 0px 0px 15px rgba(155,155,155,.3);
	
}
.ind_box2.index .wrapper{
	display: flex;
	overflow: initial;
}
.ind_box2.index .ind_l{
	width: 50%;
	min-height: 634px;
	float: left;
	position: relative;
}
.ind_box2.index .ind_l:before{
	content: "";
	width: 1103px;
	height: 634px;
	background: url(../images/ind_img5.png)no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: -145px;
	z-index: 3;
}
.ind_box2.index .ind_l_wrap{
	position: relative;
	z-index: 4;
	padding: 100px 30px 0;
	font-family: "Roboto-Thin";
	color: #fff;
}
.ind_box2.index .ind_l_wrap .tt{
	font-size: 60px;
	margin-bottom: 35px;
}
.ind_box2.index .tab_box{
	display: flex;
}
.ind_box2.index .tab_box a{
	width: 135px;
	float: left;
	margin-right: 10px;
	
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "Roboto-Light";
	
	position: relative;
	overflow: hidden;
}
.ind_box2.index .tab_box a:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: #fff;
	top: -100%;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.index .tab_box .tab_a_wrap{
	position: relative;
	z-index: 2;
	padding: 30px 0 25px;
	border: 1px solid #fff;
}
.ind_box2.index .tab_box .tab_a_wrap:before{
	content: "";
	width: 31px;
	height: 17px;
	background: url(../images/icon12.png)no-repeat center center;
	background-size:cover;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -17px;
	z-index: 3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.index .tab_box a .iconfont{
	font-size: 65px;
	margin-bottom: 10px;
	height: 65px;
	line-height: 65px;
}
.ind_box2.index .tab_box a .iconfont.icon-pinpai{
	font-size: 56px;
}
.ind_box2.index .tab_box a .iconfont.icon-dingzhi{
	font-size: 58px;
}
.ind_box2.index .tab_box a.active{
	background: #f4ffff;
	color: #03793E;
}
.ind_box2.index .tab_box a.active .tab_a_wrap:before{
	bottom: -1px;
}
.ind_box2.index .tab_box a.active:after{
	top: 0;
}
.ind_box2.index .list{
	margin-top: 40px;
}
.ind_box2.index .list .item{
	display: none;
}
.ind_box2.index .list .item:first-child{
	display: block;
}
.ind_box2.index .list .item_tt{
	font-size: 30px;
	font-family: "Roboto-Bold";
	margin-bottom: 15px;
}
.ind_box2.index .list .item_text{
	font-size: 16px;
	line-height: 28px;
}
.ind_box2.index .ind_r{
	width: 50%;
	float: left;
	position: relative;
}
.ind_box2.index .ind_r .ind_r_scroll{
	position: absolute;
	width: 1008px;
	left: 0;
	top: 0;
}
.ind_box2.index .owl-controls{
	position: relative;
	margin-top: -40px;
	z-index: 10;
}
.ind_box2.index .owl-theme .owl-dots .owl-dot span{
	background: #fff;
}
.ind_box2.index .owl-theme .owl-dots .owl-dot.active span, .ind_box2.index .owl-theme .owl-dots .owl-dot:hover span{
	background: #03793E;
}
.title {
	margin-bottom: 50px;
}
.title .tt{
	font-size: 60px;
	color: #444;
	font-family: "Roboto-Thin";
	
}
.title .tt .imp{
	font-family: "Roboto-Regular";
}
.title .text{
	font-size: 24px;
	color: #ffff;
	margin-top: 5px;
	 font-family: "Roboto-Light";
}
.title .line{
	width: 100px;
	height: 3px;
	background: #f32b3d;
	margin: 15px 0;
}
.ind_box3.index{
	padding: 70px 0;
}
.ind_box3.index .ind_l{
	width: 50%;
	float: left;
	padding: 8px 15px 0;
}
.ind_box3.index .ind_l .tt{
	font-size: 24px;
	color: #444;
	margin-bottom: 15px;
}
.ind_box3.index .ind_l .text{
	font-size: 16px;
	color: #444;
	line-height: 28px;
	 font-family: "Roboto-Light";
	 margin-bottom: 50px;
}
.ind_box3.index .ind_l .ind_video_btn{
	width: 606px;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}
.ind_box3.index .ind_l .play_btn{
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	background: #03793E;
	color: #fff;
	text-align: center;
	z-index: 2;
	top: 50%;
	left: 50%;
	line-height: 80px;
	margin: -40px 0 0 -40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.index .ind_l .play_btn:hover{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	box-shadow: 0px 0px 51px rgba(17,79,67,1);
}
.ind_box3.index .ind_l .play_btn i{
	font-size: 45px;
}
.ind_box3.index .ind_r{
	width: 50%;
	float: left;
	padding-left: 66px;
}
.ind_box3.index .ind_r .item{
	border: 1px solid #e0e0e0;
}
.ind_box3.index .ind_r a{
	display: block;
	border-bottom: 1px solid #e0e0e0;
	height: 76px;
	line-height: 76px;
	 font-family: "Roboto-Light";
	 font-size: 18px;
	 color: #444;
}
.ind_box3.index .ind_r a:nth-child(2n){
	background: #fafafa;
}
.ind_box3.index .ind_r a:last-child{
	border: none;
}
.ind_box3.index .ind_r a .tt{
	width: calc(100% - 85px);
	float: left;
	border-right: 1px solid #e0e0e0;
	padding-left: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.index .ind_r a .more{
	width: 85px;
	height: 76px;
	float: left;
	text-align: center;
	position: relative;
}
.ind_box3.index .ind_r a .more:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	width: 0px;
	height: 0px;
	background: #03793E;
	border-radius: 100%;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.index .ind_r a .more span{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16.5px 0 0 -16.5px;
	display: inline-block;
	width: 33px;
	height: 33px;
	border: 1px solid #03793E;
	text-align: center;
	line-height: 33px;
	border-radius: 100%;
	color: #03793E;
	z-index: 2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.index .ind_r a .more span i{
	font-size: 25px;
}
.ind_box3.index .ind_r a:hover .tt{
	color: #0eaf8f;
}
.ind_box3.index .ind_r a:hover .more span{
	color: #fff;
}
.ind_box3.index .ind_r a:hover .more:before{
	width: 33px;
	height: 33px;
}
.ind_box4.index .ind_t{
	background: #03793E;
	padding: 20px 0;
	color: #fff;
	 font-family: "Roboto-Light";
}
.ind_box4.index .ind_t .tt{
	font-size: 36px;
}
.ind_box4.index .ind_t dl{
	margin-top: 40px;
}
.ind_box4.index .ind_t dd{
	float: left;
	width: 145px;
	height: 145px;
	border: 2px solid #2d9b64;
	background: #216242;
	border-radius: 100%;
	margin-right: 32px;
	position: relative;
	text-align: center;
}
.ind_box4.index .ind_t dd:after{
	content: "";
	width: 32px;
	height: 0.5px;
	border-top: 1px dashed #fff;
	position: absolute;
	top: 50%;
	right: -33px;
	z-index: 0;
}
.ind_box4.index .ind_t dd:last-child{
	margin-right: 0;
}
.ind_box4.index .ind_t dd:last-child:after{
	display: none;
}
.ind_box4.index .ind_t dd .num{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #f4ffff;
	text-align: center;
	line-height: 40px;
	color: #0ea184;
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: -25px;
	margin-left: -20px;
}
.ind_box4.index .ind_t dd .text{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 16px;
	color: #fff;
}
.ind_box4.index .ind_b{
	background: url(../images/ind_img12.jpg)no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}
.ind_box4.index .ind_b .title .tt{
	color: #fff;
}
.ind_box4.index .ind_b .ind_wrap{
	background: #fff;
	padding: 30px 26px 0;
}
.ind_box4.index .ind_b .item{
	float: left;
	width: calc((100% - 107px) / 4);
    margin-right: 35px;
    margin-bottom:40px;
}
.ind_box4.index .ind_b .item:nth-child(4n){
	margin-right: 0;
}
.ind_box4.index .ind_b .item:nth-child(4n+1){
	clear: both;
}
.ind_box4.index .ind_b .item a{
	display: block;
}
.ind_box4.index .ind_b .tips{
	height: 45px;
	background: #d9d9d9;
}
.ind_box4.index .ind_b .tips_pic{
	width: 58px;
	float: left;
}
.ind_box4.index .ind_b .tip_con{
	width: calc(100% - 58px);
	float: left;
	padding-left: 12px;
	font-size: 12px;
	 font-family: "Roboto-Light";
	 padding-top: 3px;
}
.ind_box4.index .ind_b .tip_con span{
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ind_box4.index .ind_b .tip_con label{
	font-family: "Roboto-Bold";
}
.ind_box4.index .ind_b .pic{
	overflow: hidden;
}
.ind_box4.index .ind_b .item .tt{
	font-size: 14px;
	color: #444;
	margin: 15px 0;
}
.read_more{
	font-family: "Roboto-Regular";
	color: #14b494;
	font-size: 16px;
}
.ind_box4.index .ind_b .item:hover .pic img{
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.ind_box5.index{
	padding: 60px 0;
}
.ind_box5.index .ind_wrap{
	padding: 0 53px;
}
.ind_box5.index .item{
	float: left;
	width: calc((100% - 160px) / 3);
	margin-right: 80px;
	font-family: "Roboto-Light";
}
.ind_box5.index .item:last-child{
	margin-right: 0;
}
.ind_box5.index .item .pic{
	position: relative;
	overflow: hidden;
}
.ind_box5.index .item .pic .tips{
	position: absolute;
	width: 75px;
	height: 75px;
	background: url(../images/icon1.png)no-repeat center center;
	background-size: cover;
	top: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 12px 0 0 5px;
}
.ind_box5.index .item .tt{
	font-size: 18px;
	color: #444;
	margin: 22px 0 15px;
	font-family: "Roboto-Regular";
}
.ind_box5.index .item .text{
	color: #555;
	font-size: 16px;
	line-height: 28px;
}
.ind_box5.index .item .read_more{
	margin-top: 35px;
}

.ind_box5.index .item:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.ind_box6.index{
	background: #f4f4f4;
	padding: 60px 0;
}
.ind_box6.index .wrapper{
	padding: 0 30px;
}
.ind_box6.index .title{
	margin-bottom: 20px;
}
.ind_box6.index .title .tt{
	font-size: 52px;
	color: #222;
	line-height: 65px;
	font-family: "Roboto-Thin";
}
.ind_box6.index .title .tt .imp{
	font-family: "Roboto-Light";
}
.ind_box6.index .ind_l{
	width: 420px;
	float: left;
}
.ind_box6.index .ind_l .con{
	font-family: "Roboto-Light";
	font-size: 16px;
	color: #666;
	padding-right: 10px;
	line-height: 28px;
}
.ind_box6.index .ind_r{
	width: calc(100% - 420px);
	float: left;
	padding: 0 20px 0 70px;
}
.faq_list dd {
	height: auto;
	margin-bottom: 7px;
	float: left;
	width: calc((100% - 10px) / 3);
	margin-right: 5px;
}
.faq_list dd:nth-child(3){
	margin-right: 0;
}
.faq_list dd:last-child {
	width: 100%;
	margin-right: 0;
}
.faq_list dd .tt{
	float: left;
	font-size: 14px;
	width: 80px;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;
}
.faq_list dd .tt .red {
	color: #f00;
	font-size: 18px;
	margin-right: 4px;
}
.faq_list dd .tt span{
	float: right;
}

.faq_inp,
.faq_area {
	float: left;
	width: 100%;
	height: 42px;
	font-size: 16px;
	color: #444;
	outline: none;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	resize: none;
	padding-left: 13px;
	background: #fff;
}

.faq_inp::-webkit-input-placeholder,
.faq_area::-webkit-input-placeholder {
	color: #444444;
	font-size: 16px;
	font-family: "Roboto-Light";
}

.faq_inp:focus,
.faq_area:focus {
	border-color: #03793E;
}

.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 {
	border: none;
	outline: none;
	color: #fff;
	width: 100%;
	font-size: 16px;
	height: 42px;
	background: #03793E;
	margin-top: 10px;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*
 *sub_banner 
 */
.sub_banner{
	height: 340px;
	background-size: cover!important;
	
}

/*
 * location
 */
.location{
	height: 45px;
	line-height: 45px;
	background: #e8e8e8;
}
.location_tips{
	font-size: 18px;
	color: #444;
}
.location_l{
	font-family: "Roboto-Light";
	font-size: 14px;
	color: #444;
}
.location_l .text a{
	color: #444;
	font-size: 14px;
	margin: 0 3px;
}
.location_l .text a:hover{
	color: #149c81;
}
.ind_box1.about{
	padding: 80px 0;
}
.about_title{
	margin-bottom: 40px;
	color: #444;
}
.about_title .tip{
	display: none;
	font-size: 36px;
	font-weight: bold;
}
.about_title .tt{
	font-family: "Roboto-Light";
	font-size: 30px;
	margin-bottom: 3px;
}
.about_title .text{
	font-family: "Roboto-Light";
	font-size: 16px;
	padding: 0 195px;
	line-height: 28px;
}
.ind_box1.about{
	padding: 50px 0;
}
.ind_box1.about .item{
	border-top: 1px solid #a7c3cf;
	padding: 42px 0 42px 25px;
}
.ind_box1.about .icon{
	width: 141px;
	height: 131px;
	background: url(../images/icon6.png)no-repeat center center;
	float: left;
}
.ind_box1.about .item:nth-child(2) .icon{
	background-image: url(../images/icon7.png);
}
.ind_box1.about .item:nth-child(3) .icon{
	background-image: url(../images/icon8.png);
}
.ind_box1.about .item:nth-child(4) .icon{
	background-image: url(../images/icon9.png);
}
.ind_box1.about .con{
	width: calc(100% - 141px);
	padding-left: 55px;
	float: left;
	font-family: "Roboto-Light";
}
.ind_box1.about .con .tt{
	font-size: 36px;
	color: #00a282;
	margin-bottom: 10px;
}
.ind_box1.about .con .text{
	font-size: 16px;
	color: #222;
	line-height: 28px;
	margin-bottom: 30px;
}
.ind_box1.about .con .imgs img{
	float: left;
	max-width: 48%;
	margin-right: 4%;
}
.ind_box1.about .con .imgs img:nth-child(2){
	margin-right: 0;
}
.ind_box1.about .item:nth-child(3) .imgs img,.ind_box1.about .item:nth-child(4) .imgs img{
	max-width: 100%;
	margin-right: 0;
}
.ind_box1.blog{
	padding: 55px 0;
}
.blog_l{
	width: 290px;
	float: left;
}
.blog_l .blog_serch{
	width: 100%;
	border: 2px solid #03793E;
	height: 44px;
	margin-bottom: 28px;
}
.blog_l .blog_serch .blog_input{
	width: calc(100% - 50px);
	float: left;
	height: 40px;
	padding-left: 15px;
	font-size: 14px;
	outline: none;
	border: none;
}
.blog_l .blog_serch .blog_btn{
	width: 50px;
	float: left;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-left: 1px solid #dcdcdc;
	
	margin-top: 7px;
	position: relative;
	
}
.blog_l .blog_serch .blog_btn .blog_sub{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: transparent;
	border: none;
	cursor: pointer;
}
.blog_l .blog_serch .blog_btn .btn_text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.blog_l .blog_serch .blog_btn .btn_text i{
	font-size: 22px;
	font-weight: bold;
}
.blog_l .tt{
	width: 100%;
	height: 50px;
	background: #03793E;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	padding-left: 15px;
}
.blog_l .text{
	margin: 15px 0;
}
.blog_l .text li{
	
	padding: 16px 8px;
	font-size: 16px;
	border-top: 1px solid #dcdcdc;
}
.blog_l .text li a{
	color: #009e7f;
}
.blog_l .text li i{
	width: 20px;
	float: left;
}
.blog_l .text li span{
	display: block;
	padding-left: 5px;
	width: calc(100% - 20px);
	float: left;
	color: #009e7f;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.blog_l .hot_pro .con{
	margin: 10px 0;
}
.blog_l .hot_pro .item{
	padding: 15px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-bottom: 1px solid #dcdcdc;
}
.blog_l .hot_pro .pic{
	width: 161px;
	float: left;
}
.blog_l .hot_pro .item_tt{
	width: calc(100% - 161px);
	float: left;
	font-size: 16px;
	color: #444;
	font-family: "Roboto-Light";
	padding: 10px 0 0 10px;
	line-height: 26px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.blog_l .hot_pro .item:hover{
	border-color: #009e7f;
}
.blog_l .hot_pro .item:hover .item_tt{
	color: #009e7f;
}
.blog_l .text li:hover span,.ind_box1.pro_list .blog_l .li_text a:hover{
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
	color: #009e7f;
}
.blog_r{
	width: calc(100% - 290px);
	float: left;
	padding-left: 45px;
}
.blog_r .item{
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
}
.blog_r .item:first-child{
	padding-top: 0;
}
.blog_r .item .pic{
	width: 299px;
	float: left;
	overflow: hidden;
}
.blog_r .item .con{
	width: calc(100% - 299px);
	float: left;
	padding-left: 50px;
}
.blog_r .item .con .tt{
	font-size: 18px;
	color: #444;
}
.blog_r .item .con .tips{
	color: #0da385;
	font-size: 14px;
	font-style: italic;
	margin: 10px 0;
	font-family: "Roboto-Light";
}
.blog_r .item .con .dates{
	float: left;
	margin-right: 20px;
}
.blog_r .item .con .tag{
	float: left;
}
.blog_r .item .con .author{
	float: left;
	margin-left: 20px;
}
.blog_r .item .con .text{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	font-family: "Roboto-Light";
	margin-bottom: 30px;
}
.blog_r .item:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.det_title .tt{
	font-size: 36px;
	color: #444;
}
.det_title .tips{
	font-size: 16px;
	color: #444;
	font-family: "Roboto-Light";
	padding: 10px 0 15px;
	
}
.det_title .tips .date{
	margin: 0 45px;
}
.det_title .tips .share .imgs{
	margin-left: 10px;
}
.det_title .tips .tags{
	margin-left: 30px;
}
.det_content{
	padding: 30px 20px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.det_content .text{
	font-family: "Roboto-Light";
	color: #444444;
	font-size: 16px;
	line-height: 26px;
}
.det_content .imgs{
	margin: 50px 0;
}
.det_content .imgs img{
	max-width: 100%;
}
.det_content .tt{
	font-size: 24px;
	font-weight: bold;
	color: #10957b;
	margin-bottom: 20px;
}
.det_article{
	padding: 26px 0px;
	font-size: 14px;
}
.article_clm{
	float: left;
	width: 50%;
	margin-bottom: 35px;
}
.article_clm .pic{
	width: 100px;
	float: left;
}
.article_clm .pic img{
	max-width: 100%;
}
.article_clm .con{
	width: calc(100% - 100px);
	float: left;
	padding-left: 10px;
	
}
.article_clm .con .tt{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
.det_article a{
	color: #444;
	font-family: "Roboto-Light";
}
.det_article a img{
	width: 200px;
	max-width: 100%;
	margin-bottom: 10px;
}
.det_article a:hover{
	color: #269d81;
	text-decoration: underline;
}
.inpuiry{
	background: #f4f4f4;
	border-top: 10px solid #03793E;
	padding: 30px 40px;
}
.inpuiry .faq_tt{
	font-size: 24px;
	color: #444;
	margin-bottom: 5px;
	font-weight: bold;
	
	
}
.inpuiry .faq_text{
	font-family: "Roboto-Light";
	font-size: 16px;
	line-height: 28px;
	color: #444;
	margin-bottom: 30px;
}
.inpuiry .faq_list{
	padding-right: 40px;
}
.inpuiry .faq_list dd{
	width: 100%;
	margin-bottom: 15px;
}
.inpuiry .faq_list dd .tt{
	width: 120px;
	font-size: 16px;
	font-family: "Roboto-Light";
	color: #444;
	float: left;
	margin-right: 0;
}
.inpuiry .faq_list dd .faq_inp,.inpuiry .faq_area{
	width: calc(100% - 140px);
	float: left;
	margin-left: 20px;
	border-color: #03793E;
}
.inpuiry .faq_list dd .faq_inp::-webkit-input-placeholder,
.inpuiry .faq_list dd .faq_area::-webkit-input-placeholder{
	color: #b9b9b9;
}
.inpuiry .faq_btn{
	width: calc(100% - 180px);
	margin-left: 140px;
}
.ind_box1.contact {
	padding: 50px 0;
}

.ind_box1.contact .about_title .tt{
	font-family: "Roboto-Regular";
	font-size: 36px;
	font-weight: bold;
}
.ind_box1.contact .inpuiry{
	float: left;
	width: calc(100% - 370px);
	margin-right: 70px;
}
.contact_r{
	width: 300px;
	float: right;
}
.contact_r dd{
	padding: 30px 5px;
	border-top: 1px solid #dcdcdc;
}
.contact_r dd:last-child{
	border-bottom: 1px solid #dcdcdc;
}
.contact_r dd .iconfont{
	width: 55px;
	float: left;
	font-size: 48px;
	color: #03793E;
	text-align: center;
}
.contact_r dd .icon-dianhua{
	font-size: 45px;
}
.contact_r dd .icon-shouji1,.contact_r dd .icon-whatsapp{
	font-size: 55px;
}
.contact_r dd .con{
	float: left;
	width: calc(100% - 55px);
	padding-left: 10px;
	font-size: 16px;
	color: #444;
}
.contact_r dd .con .tt{
	font-family: "Roboto-Light";
	margin-bottom: 10px;
}
.contact_r dd .con .text a{
	color: #444;
	display: block;
}
.contact_r dd .con .text a:hover{
	color: #03793E;
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
}
.ind_box1.contact .map{
	margin-top: 40px;
	border: 5px solid #dcdcdc;
}
.ind_box1.contact .map img{
	max-width: 100%;
	display: block;
}
.ind_box1.pro_list .blog_l .text li i{
	margin-top: 2px;
}
.ind_box1.pro_list .blog_l .li_tt{
	font-size: 18px;
	margin-bottom: 5px;
}
.ind_box1.pro_list .blog_l .li_text{
	padding-left: 20px;
}
.ind_box1.pro_list .blog_l .li_text a{
	display: block;
	color: #444;
	font-family: "Roboto-Light";
	font-size: 16px;
	line-height: 28px;
}
.ind_box1.pro_list .blog_l .text li:hover span{
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.blog_r .pro_list_wrap{
	border-bottom: 1px solid #dcdcdc;
}
.blog_r .pro_list_wrap li{
	float: left;
	width: calc((100% - 40px) / 3);
	margin: 0 20px 20px 0;
} 
.blog_r .pro_list_wrap li:nth-child(3n){
	margin-right: 0;
}
.blog_r .pro_list_wrap li:nth-child(3n+1){
	clear: both;
}
.blog_r .pro_list_wrap li .pic{
	border: 1px solid #dcdcdc;
	text-align: center;
	overflow: hidden;
}
.blog_r .pro_list_wrap li .con{
	padding: 25px 15px;
}
.blog_r .pro_list_wrap li .con .tt{
	font-size: 18px;
	color: #444;
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.blog_r .pro_list_wrap li .con .text{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 10px;
	font-family: "Roboto-Light";
	max-height: 75px;
}
.blog_r .pro_list_wrap li .con .btns a{
	width: 50%;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-family: "Roboto-Light";
	font-size: 16px;
	color: #fff;
	border-right: 1px solid #fff;
	display: block;
	background: #03793E;
}
.blog_r .pro_list_wrap li .con .btns a:nth-child(2){
	background: #5c5c5c;
}
.blog_r .pro_list_wrap li .pic:hover img{
	transform: scale(1.1);
	-webkit-transform:  scale(1.1);
}
.blog_r .pro_list_wrap li .con .tt:hover a{
	color: #03793E;
}
.blog_r .pro_list_wrap li .con .btns a:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.big_pic_show {
	width: 550px;
	height: 100%;
	z-index: 1;
}
.bigpic {
	width: 550px;
	height:414px;
	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: 550px !important;
	height:414px !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:550px;
	height:80px;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}

.move_content{
	clear:both;
	width:550px;
	height:80px;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;
}
.rexiaoPic {
	overflow:hidden;
	width:550px;
	height:80px;
}
.sell_order {
	width:9999px;
	position:absolute
}
.rexiaoPic li{
	width:105px;
	height:80px;
	float:left;
	display:block;
	margin:0 6px 0 0;
	background:#fff;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	border: 1px solid #dcdcdc;
	position: relative;
}
.rexiaoPic li:after{
	/*content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 105px;
	height: 80px;
	background: rgba(4,83,113,.5);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;*/
}
.rexiaoPic li.hover{
	border-color: #0d9479;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.rexiaoPic li img{
	width:105px;
	height:80px;
}
/*^^^^datu end^^^^*/

.pro_det_wap_scroll{
	display: none!important;
	width: 300px;
	margin: auto;
	max-width: 100%;
}
.pro_det_wap_scroll .item{
	border: 1px solid #dcdcdc;
}
.p_det_inf{
	width: calc(100% - 550px);
	padding: 5px 0px 0 60px;
}
.p_det_inf_tt .tt{
	font-size: 30px;
	margin-bottom: 15px;
}
.p_det_inf_tt .text{
	font-size: 16px;
	line-height: 30px;
	font-family: "Roboto-Light";
}
.p_det_inf_tt .line{
	width: 100%;
	height: 1px;
	background: #dcdcdc;
	margin: 60px 0 30px;
}
.p_det_inf_text .tips{
	font-size: 14px;
	color: #444;
	line-height: 28px;
}
.p_det_inf_text .tips:first-child{
	color: #0d9479;
	font-size: 16px;
}
.p_det_inf_text .tips:first-child a{
	color: #0d9479;
	border-bottom: 1px solid #0d9479;
}
.p_det_inf_text li label{
	font-family: "Lato-Bold";
}
.p_det_btns {
	margin-top: 30px;
}
.p_det_btns a{
	display: block;
	width: calc(100% - 60px);
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #0d9479;
}

.p_det_btns a i{
	float: left;
	margin-right: 15px;
	margin-left: 32%;
	font-size: 27px;
}
.p_det_btns a:nth-child(2) i{
	font-size: 24px;
	
}
.p_det_btns a span{
	float: left;
}
.p_det_share {
	margin-top:30px;
}
.p_det_share .text{
	float: left;
	font-size: 14px;
	color: #666;
	margin-right: 10px;
}
.pro_det_b{
	margin-top: 40px;
}
.pro_det_box a{
	width: 25%;
	float: left;
	height: 48px;
	background: #4c4c4c;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 24px;
	font-family: "Roboto-Light";
	border-right: 1px solid #666;
}
.pro_det_box.fixed{
	position: fixed;
	top: 126px;
	z-index: 9999;
	width: 1036px;
}
.pro_det_box a.active{
	background: #03793E;
}
.pro_det_content{
	padding: 55px 5px 0px;
	color: #444;
	font-size: 16px;
}
.pro_det_content .tt{
	position: relative;
	font-size: 24px;
	padding-left: 35px;
	margin-bottom: 10px;
}
.pro_det_content .tt:before{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 26px;
	height: 26px;
	background: url(../images/icon10.png)no-repeat center center;
	background-size: cover;
}
.pro_det_content .text{
	padding-left: 35px;
	font-family: "Roboto-Light";
	line-height: 30px;
	margin-bottom: 30px;
}
.pro_det_content .imgs{
	padding-left: 35px;
	margin-bottom: 40px;
}
.pro_det_content .imgs img{
	float: left;
	max-width: calc((100% - 15px) / 4);
	margin: 0 5px 0px 0;
}
.pro_det_content .imgs img:last-child{
	margin-right: 0;
}
.pro_det_t .owl-theme .owl-dots .owl-dot.active span, .pro_det_t .owl-theme .owl-dots .owl-dot:hover span{
	background: #0d9479;
}
.gallery_scroll {
	margin: 30px 0;
}
.gallery_scroll .item{
	padding: 0;
	border: none;
	position: relative;
}
.gallery_scroll .item:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
	z-index: 20;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.gallery_scroll .center .item:before{
	opacity: 0;
	visibility: hidden;
}
.gallery_scroll .item:hover img{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.pro_des .owl-theme .owl-dots .owl-dot span, .pro_des .owl-theme .owl-dots .owl-dot span{
	background: #949494;
}
.pro_des .owl-theme .owl-dots .owl-dot.active span, .pro_des .owl-theme .owl-dots .owl-dot:hover span{
	background: #03793E;
}
.pro_det_video .tt{
	height: 46px;
	line-height: 46px;
	background: #e6e6e6;
	font-size: 24px;
	color: #444;
	padding-left: 25px;
}
.pro_det_video .con{
	padding: 40px 0;
}
.pro_det_video .ind_video_btn{
	width: 459px;
	margin: auto;
}
.pro_det_video .ind_video_btn .pic{
	position: relative;
}
.pro_det_video .ind_video_btn .play_btn{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -30px;
	width: 60px;
	height: 39px;
	background: #d01717;
	text-align: center;
	line-height: 39px;
	color: #fff;
	border-radius: 12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_det_video .ind_video_btn .play_btn i{
	font-size: 30px;
}
.pro_det_video .ind_video_btn:hover .play_btn{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	border-radius: 20px;
}
.pro_det_video .ind_video_btn .video_tt{
	font-size: 24px;
	color: #444;
	margin-top: 10px;
	text-align: center;
}
.projects_wrap{
	border-bottom: 1px solid #dcdcdc;
}
.projects_wrap .pro_item{
	float: left;
	width: calc((100% - 72px) / 3);
    margin-right: 36px;
    margin-bottom:40px;
}
.projects_wrap .pro_item:nth-child(3n){
	margin-right: 0;
}
.projects_wrap .pro_item:nth-child(3n+1){
	clear: both;
}
.projects_wrap .pro_item a{
	display: block;
}
.projects_wrap .pro_item .tips{
	height: 45px;
	background: #d9d9d9;
}
.projects_wrap .pro_item .tips_pic{
	width: 58px;
	float: left;
}
.projects_wrap .pro_item .tip_con{
	width: calc(100% - 58px);
	float: left;
	padding-left: 12px;
	font-size: 12px;
	 font-family: "Roboto-Light";
	 padding-top: 3px;
}
.projects_wrap .pro_item .tip_con span{
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.projects_wrap .pro_item .tip_con label{
	font-family: "Roboto-Bold";
}
.projects_wrap .pro_item .pic{
	overflow: hidden;
}
.projects_wrap .pro_item .tt{
	font-size: 16px;
	color: #444;
	margin: 15px 0;
}
.pro_table table tr td{
	color: #444;
    font-size: 14px;
    padding: 15px 10px;
    border: 2px solid #bbb;
    text-align: center;
}
.pro_table {
    overflow-x: auto;
    width: 100%;
}
.pro_det_content .pro_des img{
	max-width: 100%;
	display: inline-block;
}
.banner_box .btns {
	position: absolute;
	top: 50%;
	left: -50px;
	z-index: 10;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	line-height: 50px;
	margin-top: -25px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.banner_box .btns.next_btn {
	left: auto;
	right: -50px;
}

.banner_box .btns i {
	font-size: 30px;
	color: #03793E;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.banner_box .prev_btn i {
	transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
}

.banner_box:hover .prev_btn {
	left: 5%;
}

.banner_box:hover .next_btn {
	right: 5%;
}

.banner_box .btns:hover {
	background: #03793E;
}

.banner_box .btns:hover i {
	color: #fff;
}
.des_video iframe {
	display: block;
	margin: auto;
	width: 600px!important;
	height: 300px!important;
}