@font-face { font-family: 'Montserrat-ExtraBold'; src: local('Montserrat-ExtraBold'), url(../fonts/Montserrat-ExtraBold.ttf) format('truetype');}
@font-face { font-family: 'montserrat-bold'; src: local('montserrat-bold'), url(../fonts/montserrat-bold.ttf) format('truetype');}

@font-face { font-family: 'Montserrat-SemiBold'; src: local('Montserrat-SemiBold'), url(../fonts/Montserrat-SemiBold.ttf) format('truetype');}

html,body{
	font-family:"Montserrat-Regular",arial,verdana;
	position: relative;
}
input, button, textarea,select{
	font-family:"Montserrat-Regular",arial,verdana;	
}
.bgf8{
	background: #f8f8f8;
}
.bgef{
	background: #efefef;
}

.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 6;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header.head_fixed{
	background: rgba(0,0,0,.38);
    height: 70px;
    line-height: 70px;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,.15);
    transition: background-color .6s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header.head_fixed .menu_down{
	top:70px;
}

.header_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.logo{
	width:17%;
	padding: 0 3%;
	height:100%;
	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;
}

.logo img{
	display: block;
	 
}
.header.head_fixed .logo{
}
.header.head_fixed .logo img{
	height: 70px;
	max-width: none;
}
.menu{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.menu_dl_box{
}
.menu_dl{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.menu_dl dd{
	float: left;
	position: relative;
	margin: 0 2px;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 0 40px;
	font-family: "Montserrat-SemiBold";
	line-height: 94px;
	text-transform: capitalize;
	position: relative;
	cursor: pointer;
	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;
}
.header.head_fixed .menu_tt .text{
	line-height: 70px;
}
.menu_dl dd.hover .menu_tt .text{
	color: #fff;
	background: #f2911f;
}

.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top:94px;
	z-index: 9;
	width: 244px;
	background:rgba(255,255,255,.89);
	padding: 20px 15px;
	box-shadow: 0 2px 6px rgba(115,115,115,.2);
}
.menu_down a{
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 12px 0;
	color: #333;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.menu_down a:last-child{
	border: 0;
}
.menu_down a:hover{
	color: #fff;
	background: #019141;
}

.head_r{
	padding: 0 3%;
	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;
}
.head_r_item{
	width: 30px;
	height: 30px;
	position: relative;
	margin: 0 15px;
}
.head_r_item_icon{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.head_search_icon:after{
	content: "";
	display: block;
	position: absolute;
	right: -15px;
	top: 6px;
	width: 1px;
	height: 18px;
	background: #fff;
}

.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.search_box{
	display: none;
	position: fixed;
	left:50%;
	top: 50%;
	z-index: 5;
	margin:-30px 0 0 -450px;
	z-index: 9;
	width:900px;
	height: 60px;
	padding: 10px;
	background: #f5f5f5;
}
.search_box_text{
	width: calc(100% - 90px);
	height: 40px;
	border: 0;
	font-size: 14px;
	padding-left: 20px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 14px;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #019141;
	font-size: 26px;
	background: none;
	font-weight: bold;
	border: 0;
}

.search_box_close{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	text-align: center;
	color: #999;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.search_box_close:hover{
	transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.head_lag_down{
	position: absolute;
	right: 0;
	top: 36px;
	display: none;
	width: 120px;
	padding: 10px;
	background: rgba(255,255,255,.89);
	box-shadow: 0 0 15px rgba(115,115,115,.3);
}
.head_lag_down a{
	display: block;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
}
.head_lag_down a.hover{
	color: #fff;
	background: #019141;
}






/*
 * wap head
 */
.mobile_header{
	display: none;
	clear: both;
	width: 100%;
	height: 52px;
	position: relative;
	z-index: 8;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.mobile_header_top{
	width: 100%;
	height: 58px;
	position: relative;
}


.mobile_logo{
	width: 180px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 50px;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 14px 15px 7px 14px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 3px;
	width: 32px;
	background: #333;
	border-radius: 2px;
	margin-bottom: 7px;
}
.mobile_search_icon{
	color: #fff;
	font-size: 26px;
	width: 50px;
	height: 52px;
	text-align: center;
	line-height: 52px;
}


.mobile_lag_icon{
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 52px;
	margin-right: 61px;
	cursor: pointer;
}
.mobile_lag_box{
	display: none;
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	text-align: center;
	padding: 20px;
	background: #fff;
}
.mobile_lag_box a{
	display: inline-block;
	width: 120px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	background: #232f3e;
}



.mobile_menu_box{
	display: none;
	position: absolute;
	left: 0;
	top:52px;
	z-index: 5;
	width:100%;
	background: #f1f1f1;
	padding: 20px;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 20px;
	margin-bottom: 8px;
}
.mobile_menu_tt{
	font-size: 16px;
	font-family: "MarkPro-Medium";
	margin-bottom: 6px;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	line-height: 30px;
	text-transform: uppercase;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/menu_ico.png) no-repeat center center;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down{
	display:none;
	padding:8px 0 8px 10px;
}
.mobile_menu_down_clm{
	margin-bottom: 10px;
}
.mobile_menu_down_clm_tt{
	display: block;
	color: #333;
	font-size: 14px;
}
.mobile_menu_down_clm_list{
	padding-left: 15px;
}
.mobile_menu_down_clm_list a{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #232f3e;
}


.mobile_search_box{
	position: absolute;
	left: 0;
	top: 52px;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fff;
}
.mobile_search_box form{
	width: 100%;
	padding:2px;
	border-radius: 5px;
	border: 1px solid #ddd;
	
}
.mobile_search_text{
	float: left;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	width:calc(100% - 40px);
	border: 0;
}

.mobile_search_btn{
	float: right;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: none;
	color: #009944;
}


.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}


/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}
.banner.owl-carousel{
}
.banner.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
}
.banner.owl-theme .owl-dots .owl-dot span{
    background: rgba(0,0,0,.3);
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
    background: #009944;
}
.banner_bg{
	position: absolute;
	left: 0;
	bottom: -35px;
	z-index: 2;
	width: 100%;
}
.banner_bg img{
	display: block;
}

.banner_prev,
.banner_next{
	position: absolute;
	left: -60px;
	top: 50%;
	z-index: 3;
	width: 50px;
	height: 80px;
	margin-top: -40px;
	background:rgba(0,0,0,.3) url(../images/banner_icon.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner_next{
	left: auto;
	right: -60px;
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.banner_box:hover .banner_prev{
	left: 20px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner_box:hover .banner_next{
	right: 20px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*
 * ind_box1
 */
.ind_box1{
	padding: 5% 0;
	position: relative;
	z-index: 3;
}
.ind_box1:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 335px;
	background: #00883c;
}
.ind_box1_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    position: relative;
    z-index: 2;
}
.ind_box1_l{
	width: 50%;
}
.title1{
	display: block;
	margin-bottom: 30px;
	padding: 35px 0 0 0;
	position: relative;
}
.title1 .tt_bg{
	position: absolute;
	left: 0;
	top: 0;
	color: #f5f5f5;
	font-size: 82px;
	font-family: "montserrat-bold";
	line-height: 1;
}
.title1 .tt{
	color: #333;
	font-size: 48px;
	font-family: "Montserrat-ExtraBold";
	position: relative;
	z-index: 2;
	margin-bottom: 28px;
}
.title1 .tt .green{
	color: #009944;
}
.title1 .line{
	width: 104px;
	height: 3px;
	background: #f08200;
}

.ind_box1_l_tt{
	font-size: 26px;
	color: #333;
	font-family: "montserrat-bold";
	margin-bottom: 12px;
}
.ind_box1_l_text{
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin-bottom: 82px;
}

.ind_box1_l_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: ;
}
.ind_box1_l_list dd{
	float: left;
	width:calc((100% - 56px) / 3);
	margin-right: 28px;
}
.ind_box1_l_list dd:last-child{
	margin-right: 0;
}
.ind_box1_l_list dd a{
	display: block;
	text-align: center;
	background: #00aa4c;
	padding:28px 5%;
	position: relative;
}
.ind_box1_l_list dd a:after{
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border:1px solid #33bb70;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1_l_list dd a .icon{
	width: 60px;
	height: 60px;
	margin: 0 auto 13px;
}
.ind_box1_l_list dd a .icon img{
	display: block;
}
.ind_box1_l_list dd .tt{
	font-size: 16px;
	color: #fff;
	font-family: "montserrat-bold";
}
.ind_box1_l_list dd .tt2{
	color: #fff;
	font-size: 16px;
	padding: 5px 0 13px;
}
.ind_box1_l_list dd .more{
	width: 22px;
	height: 22px;
	background:#009b45 url(../images/more_icon1.png) no-repeat center center;
	border-radius: 22px;
	margin: 0 auto;
}

.ind_box1_l_list dd a:hover:after{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box1_r{
	width: 50%;
	padding-left: 4%;
	position: relative;
}
.ind_box1_r_text{
	position: absolute;
	right: 20px;
	top: 45px;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	font-family: "Montserrat-SemiBold";
}
.ind_box1_r_text .num_box{
	font-size: 16px;
	font-family: "Montserrat-SemiBold";
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
}
.ind_box1_r_text .num{
	font-size: 80px;
	line-height: 0.65;
	font-family: "montserrat-bold";
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
}
.ind_box1_r_text .num_tt{
	font-size: 30px;
}

.ind_box1_r_scroll.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	width: 100%;
    bottom: 25px;
}
.ind_box1_r_scroll.owl-theme .owl-dots .owl-dot span{
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 14px;
	background: none;
	margin: 0 4px;
}
.ind_box1_r_scroll.owl-theme .owl-dots .owl-dot.active span, 
.ind_box1_r_scroll.owl-theme .owl-dots .owl-dot:hover span{
    border-color:#f08200;
    background: #f08200;
}


/*
 * ind_box2
 */
.ind_box2{
	padding: 60px 0;
	background: #f5f5f5;
}
.ind_box2 .title1 .tt_bg{
	color: #fff;
	text-align: center;
	width: 100%;
}
.ind_box4 .title1 .tt_bg,
.ind_box6 .title1 .tt_bg{
	color: #f5f5f5;
	text-align: center;
	width: 100%;
}





.ind_pro_list{
	margin-bottom: 30px;
}
.ind_pro_list_scroll.owl-carousel .owl-stage-outer{
	padding: 10px 0;
}

.pro_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_list1 dd{
	float: left;
	width: calc((100% - 40px) / 3);
	margin-right:20px;
	margin-bottom: 20px;
}
.ind_pro_list a{
	display: block;
	background: #fff;
	border: 2px solid #e3e3e3;
}
.pro_list1_pic{
	overflow: hidden;
	padding: 19px;
}
.pro_list1_pic img{
	display: block;
	width: 100%;
}
.pro_list1_con{
	text-align: center;
	padding: 28px 30px;
	border-top: 1px solid #eee;
}
.pro_list1_tt{
	font-size: 18px;
	color: #333;
	font-family: "Montserrat-SemiBold";
}

.pro_list1_text{
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color: #666;
	margin: 20px 0 28px;
}
.more_btn1{
	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;
	width: 160px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #009944;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.more_btn1 .icon{
	width: 14px;
	height: 12px;
	background: url(../images/more_icon2.png) no-repeat center center;
	margin-left: 6px;
}
.more_btn1:hover{
	background: #f08200;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_pro_list a:hover .more_btn1{
	background: #f08200;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_pro_list a:hover{
	border-color: #009944;
	box-shadow: 0 0 10px rgba(115,115,115,.3);
}
.ind_pro_list a:hover .pro_list1_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}

.ind_pro_btn_box{
	position: relative;
}
.ind_pro_btn_box:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #e8e8e8;
}
.ind_pro_btn_box_con{
	position: relative;
	z-index: 2;
	width: 212px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding: 0 10px;
    margin: 0 auto;
    background: #f5f5f5;
}
.ind_pro_prev,
.ind_pro_next{
	width: 45px;
	height: 45px;
	background: #fff url(../images/more_icon3.png) no-repeat center center;
	border-radius: 45px;
	cursor: pointer;
	border: 1px solid #e4e4e4;
}
.ind_pro_next{
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.ind_pro_more{
	width: 54px;
	height: 44px;
	border-radius: 8px;
	background: #fff url(../images/more_icon4.png) no-repeat center center;
	border: 1px solid #e4e4e4;
}



.ind_box3{
	height: 700px;
	padding:4% 0 12%;
	background: url(../images/ind_fix_bg1.jpg) no-repeat center fixed;
	position: relative;
}
.ind_box3_b_bg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.ind_box3_b_bg img{
	display: block;
}
.ind_box3_wrap{
	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;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.ind_box3_l{
	width: 460px;
}
.ind_box3_l img{
	display: block;
}
.ind_box3_r{
	width: calc(100% - 460px);
	padding-left: 20px;
}
.ind_box3_r_title{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	margin-bottom: 30px;
}
.ind_box3_r_title .tt{
	color: #fff;
	font-size: 48px;
	padding-bottom: 25px;
	border-bottom: 3px solid #fff;
	font-family: "Montserrat-ExtraBold";
}
.ind_box3_r_title .text{
	max-width: 428px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
}


.ind_faq_list dd a{
	display: block;
	background: #00aa4c;
	padding: 40px 50px;
	border: 1px solid #33bb70;
}
.ind_faq_title{
	padding-bottom: 19px;
	border-bottom: 1px solid #00bb54;
}
.ind_faq_title .icon,
.ind_faq_con .icon{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #f08200;
	border-radius: 30px;
}
.ind_faq_title .tt{
	width: calc(100% - 30px);
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding:3px 0 3px 9px;
}
.ind_faq_text{
	border-top: 1px solid #00a248;
	padding-top: 18px;
	padding-bottom: 0;
	border-bottom: 0;
}


.ind_faq_list_scroll.owl-theme .owl-controls{
    padding-top: 20px;
}
.ind_faq_list_scroll.owl-theme .owl-dots .owl-dot span{
	width: 13px;
	height: 13px;
    background: none;
    border: 1px solid #fff;
    border-radius: 13px;
}
.ind_faq_list_scroll.owl-theme .owl-dots .owl-dot.active span, 
.ind_faq_list_scroll.owl-theme .owl-dots .owl-dot:hover span{
    background: #f08200;
    border-color: #f08200;
}



.ind_box4{
	padding: 4% 0;
}

.ind_box4_bars{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin-bottom: 30px;
}
.ind_box4_bars .item{
	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;
	padding: 0 25px;
	height: 58px;
	line-height: 28px;
	color: #333;
	font-size: 18px;
	font-family: "Montserrat-SemiBold";
	border: 2px solid #dcdcdc;
	margin-left: -2px;
	cursor: pointer;
}
.ind_box4_bars .item.hover,
.ind_box4_bars .item:hover{
	color: #fff;
	background: #009944;
}

.ind_box4_tabs{
	position: relative;
}
.ind_box4_tabs_item{
	position: relative;
	z-index: 1;
	background:#fff;
}
.ind_box4_tabs_item:nth-child(2){
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.ind_box4_tabs_item.hover{
	z-index: 5;
}
.pro_list2{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_list2 dd{
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.pro_list2 dd a{
	display: block;
	overflow: hidden;
	position: relative;
}
.pro_list2_con1{
	display: block;
	position: relative;
}
.pro_list2_con1 .pic{
	overflow: hidden;
}
.pro_list2_con1 .pic img{
	display: block;
	width: 100%;
}
.pro_list2_con1 .tt{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 110px;
	font-size: 18px;
	padding-bottom: 35px;
	color:#fff;
	font-family: "Montserrat-SemiBold";
	background: -webkit-linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0,0,0,.6)), to(rgba(0,0,0,0)));
	background: linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	transition: all 0.7s;
    -webkit-transition: all 0.7s;
}


.pro_list2_con2{
	opacity: 0;
	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;
	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px 8%;
	border: 3px solid #009944;
	background: #fff;
	transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}

.pro_list2_con2 .tt{
	font-size: 18px;
	color: #009944;
	font-family: "Montserrat-SemiBold";
}
.pro_list2_con2 .text{
	color: #333;
	font-size: 14px;
	line-height: 24px;
	height: 144px;
	margin: 18px 0 10px;
}
.pro_list2 dd a:hover .pro_list2_con2{
	opacity: 1;
	transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}



.ind_box5{
	height: 745px;
	padding: 5% 0 0 0;
	background: url(../images/ind_fix_bg2.jpg) no-repeat center fixed;
	position: relative;
}
.ind_box5_bg{
	position: absolute;
	left: 0;
	bottom: 0;
}
.ind_box5_bg img{
	display: block;
}

.ind_box5 .title1 .tt_bg{
	width: 100%;
	color: rgba(255,255,255,.07);
}
.ind_box5 .title1 .tt{
	color: #fff;
}


.ind_service_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 10px;
}
.ind_service_list dd{
	width: 203px;
	height: 203px;
	overflow: hidden;
	margin: 0 20px;
}
.ind_service_list dd a{
	display: block;
	padding: 14px;
	color:#fff;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255,255,255,.3);
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 50%;
}
.ind_service_list dd a .con{
	width: 100%;
	height: 100%;
	padding: 0 15px;
	border-radius: 50%;
	background: #009944;
	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;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_service_list dd a .icon{
	width: 60px;
	margin-bottom: 5px;
}
.ind_service_list dd a .icon img{
	display: block;
}
.ind_service_list dd .tt{
	font-size: 14px;
	line-height: 22px;
	font-family: "Montserrat-SemiBold";
}
.ind_service_list dd a:hover .con{
	padding: 0 29px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_service_list dd a:hover{
	padding: 0;
	border: 0;
}

.ind_box6{
	padding: 4% 0 3%;
}
.news_list1{
	 display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_list1 dd{
	width: 33.33%;
	padding: 0 12px;
	margin-bottom: 24px;
}
.news_list1 dd a{
	display: block;
	padding: 10px;
	background: #f5f5f5;
}
.ind_news_pic{
	overflow: hidden;
}
.ind_news_pic img{
	display: block;
	width: 100%;
	max-width: none;
}
.ind_news_con{
	padding: 20px 10px 15px;
}
.ind_news_tt{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	font-family: "Montserrat-SemiBold";
}

.ind_news_line{
	height: 1px;
	background: #dcdcdc;
	margin: 15px 0;
}
.ind_news_text{
	font-size: 14px;
	line-height: 18px;
	height: 36px;
	color: #666;
	margin-bottom: 20px;
}
.ind_news_b{
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.ind_news_date{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    
    line-height: 20px;
}
.ind_news_date .icon{
	font-size: 18px;
	margin-right: 5px;
}
.ind_news_more{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.ind_news_more .icon{
	width:12px;
	height: 10px;
	background: url(../images/more_icon5.png) no-repeat center center;
	margin-left: 6px;
	position: relative;
	top: -1px;
}


.news_list1 dd a:hover .ind_news_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.news_list1 dd a:hover{
	box-shadow: 0 0 12px rgba(115,115,115,.3);
}


.footer{
	background: url(../images/footer_bg.jpg) no-repeat center center / cover;
}
.footer_t{
	padding: 5% 0 4%;
}
.footer_t_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.footer_title{
	display: block;
	font-size: 20px;
	color: #fff;
	font-family: "Montserrat-SemiBold";
	margin-bottom: 20px;
}
.footer_t_contact_tt1{
	color: #fff;
	font-size: 26px;
	line-height: 1.7;
	font-family: "Montserrat-SemiBold";
}
.footer_t_contact_tt2{
	color: #fff;
	font-size: 16px;
	color: #e2e2e2;
	margin: 10px 0 30px;
}
.footer_sm a{
	float: left;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-right: 12px;
	border: 1px solid #fff;
}
.footer_sm a:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footer_t_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.footer_t_contact{
	width: 40%;
	margin-left:65px;
}
.footer_pro_list a{
	display: block;
	color: #e2e2e2;
	font-size: 16px;
	line-height: 22px;
	padding: 4px 0;
}
.footer_pro_list a:hover{
	color: #fff;
	transform: translateX(3px);
    -webkit-transform: translateX(3px);
    text-decoration: underline;
}

.footer_t_r{
	width: 52%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.footer_b{
	border-top: 1px solid #555551;
	padding: 12px 0;
	font-size: 14px;
	line-height: 24px;
	color: #a0a0a0;
}
.footer_b a{
	color: #a0a0a0;
}

.float_bars{
	position: fixed;
	right: 20px;
	bottom: 20%;
	z-index: 5;
	width: 50px;
}
.float_bars .box{
	width: 50px;
}
.float_bars .box .icon{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size:26px;
	text-align: center;
	margin-bottom: 3px;
	border-radius: 50px;
}
.float_bars .box .icon:nth-child(1){
	background: #15499c;
}
.float_bars .box .icon:nth-child(2){
	background: #f38167;
}
.float_bars .box .icon:nth-child(3){
	background: #35ac06;
}
.float_bars .box .icon:nth-child(4){
	background: #5584ee;
}

.float_bars .btn_icon{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	background: #e45737;
	margin-bottom: 3px;
	border-radius: 50px;
}


.back_top{
	display: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background:#009944;
	color: #fff;
	font-size: 26px;
	border-radius: 50px;
	text-align: center;
	transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    cursor: pointer;
}



/*
 * location
 */
.location{
	width: 100%;
	border-bottom: 1px solid #eee;
}
.location .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	padding: 12px 15px;
}
.location_con{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.location .icon{
	color:#019141;
	font-size: 22px;
	line-height: 24px;
	margin-right: 7px;
}
.location a{
	color: #333;
}
.location_nav a{
	margin: 0 12px;
}

/*
 * sub_banner
 */
.sub_banner{
	height: 510px;
}	

/*
 * about
 */
.sub_page_about{
	padding: 50px 0 0 0;
}
.sub_page_about2{
	padding: 50px 0;
}
.sub_nav_bars1{
	margin-bottom: 3%;
}
.sub_nav_bars1 .item{
	height: 58px;
	line-height: 28px;
	font-size: 18px;
	border: 1px solid #dcdcdc;
	margin-left: -1px;
	padding: 0 47px;
}


.about_box1{
	padding: 20px 0 80px;
}
.sub_title{
	margin-bottom:3%;
}
.sub_title .tt{
	font-size: 46px;
	font-family: "Montserrat-ExtraBold";
	margin-bottom: 20px;
}
.sub_title .line{
	width: 98px;
	height: 3px;
	background: #019141;
}


.about_box1_list{
	padding: 20px 0 0 0;
}
.about_box1_list dd{
	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;
    
    flex-direction:row-reverse; 
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    background: #f5f5f5;
}
.about_box1_list dd .pic{
	width: 50%;
	overflow: hidden;
}
.about_box1_list dd .pic img{
	display: block;
	width: 100%;
}
.about_box1_list dd .con{
	width: 50%;
	padding: 10px 4%;
}
.about_box1_list dd .con .tt{
	font-size: 30px;
	font-family: "montserrat-bold";
	color: #242424;
	margin-bottom: 28px;
}
.about_box1_list dd .con .text{
	color: #242424;
	font-size: 16px;
	line-height: 26px;
}
.about_box1_list dd:nth-child(even){
	flex-direction: row; 
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
}
.about_box1_list dd:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}




.about_box2{
	height: 518px;
	background:url(../images/about_fix_bg3.jpg) no-repeat center fixed;
}
.about_box2_wrap{
	height: 100%;
	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;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.about_title1{
	color: #242424;
	margin-bottom: 40px;
}
.about_box2 .about_title1{
	color: #fff;
}
.about_title1 .tt{
	font-size: 30px;
	font-family: "montserrat-bold";
}
.about_title1 .text{
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	font-family: "Montserrat-SemiBold";
	max-width: 1200px;
	margin: 25px auto 30px;
}

.about_box2_list1{
	width: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box2_list1 dd{
	width: calc((100% - 48px) / 3);
	margin-right: 24px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box2_list1 dd:last-child{
	margin-right: 0;
}
.about_box2_list1 dd .con{
	width: 100%;
	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;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	padding:10px 2%;
	height: 148px;
	background: #fff;
	border: 1px solid #dcdcdc;
}
.about_box2_list1 dd .con .num{
	font-size: 52px;
	color: #333;
}

.about_box2_list1 dd .con .tt{
	font-size:18px;
	color: #333;
	font-family: "Montserrat-SemiBold";
}
.about_box2_list1 dd:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.about_box3{
	padding: 5% 0;
}
.about_box3_title{
	font-size: 30px;
	color: #242424;
	margin-bottom: 3%;
}
.about_box3_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box3_list dd{
	width:calc((100% - 90px) / 4);
	margin-right:30px;
}
.about_box3_list dd:last-child{
	margin-right: 0;
}
.about_box3_list dd a{
	display: block;
	height: 100%;
	background: #fff;
	border: 1px solid #eee;
}
.about_box3_list dd .pic{
	overflow: hidden;
	padding: 9px;
}
.about_box3_list dd .pic img{
	display: block;
	width: 100%;
}
.about_box3_list dd .con{
	padding:24px 20px;
	border-top: 1px solid #eee;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box3_list dd .con .tt{
	font-size: 22px;
	color: #242424;
	font-family: "Montserrat-SemiBold";
}
.about_box3_list dd .con .text{
	color: #242424;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	margin: 16px 0 10px;
}
.about_box3_list dd a .more_btn1{
	color: #333;
	background:#eee;
}
.about_box3_list dd a .more_btn1 .icon{
	background: url(../images/more_icon6.png) no-repeat center center;
}
.about_box3_list dd a:hover{
	border-color: #009944;
	box-shadow: 0 0 12px rgba(115,115,115,.3);
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.about_box3_list dd a:hover .con{
	border-top-color: #009944;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box3_list dd a:hover .more_btn1{
	color: #fff;
	background: #009944;
}
.about_box3_list dd a:hover .more_btn1 .icon{
	background: url(../images/more_icon2.png) no-repeat center center;
}

.about_box4{
	padding: 5% 0;
	background: #f5f5f5;
}
.about_box4_con{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 10px;
}
.about_box4_l{
	width: 16%;
}
.about_box4_l .item{
	overflow: hidden;
	border: 2px solid #fff;
	margin-bottom: 10px;
}
.about_box4_l .item img{
	display: block;
	width: 100%;
}
.about_box4_m{
	width:65%;
}
.about_box4_m img{
	display: block;
	margin: 0 auto;
}
.about_box4_l .item:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}



.about_box5{
	padding: 5% 0;
}
.about_box5_text{
	font-size: 16px;
	line-height: 22px;
	color: #242424;
	max-width: 1200px;
	margin: 0 auto 30px;
}
.about_box5_con{
	font-size: 14px;
	line-height: 22px;
}



/*
 * contact
 */
.sub_page_contact{
	padding: 60px 0 80px;
}
.contact_box1{
	padding: 0 0 50px;
}
.contact_box1_con{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.contact_box1_l{
	width: 23.5%;
}
.contact_box1_l .item{
	margin-bottom:62px;
}
.contact_box1_l .item .con{
	display: block;
	text-align: center;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact_box1_l .item .icon{
	width: 86px;
	height: 86px;
	font-size: 36px;
	line-height: 84px;
	color: #019141;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #019141;
	margin:-43px auto 18px;
	background: #fff;
}
.contact_box1_l .item .tt{
	color: #333;
	font-size: 16px;
	font-family: "montserrat-bold";
}
.contact_box1_l .item .text{
	line-height: 22px;
	color: #666;
	font-size: 16px;
	padding: 0 5px;
	margin: 5px 0 18px;
}

.contact_box1_l .item .con:hover{
	box-shadow: 0 0 12px rgba(115,115,115,.25);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.contact_box1_m{
	width: 70%;
	padding: 0 12px;
}




.contact_box2 .wrapper{
	background: #f5f5f5;
}
.contact_faq_title{
	height: 58px;
	background: #eee;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.contact_faq_title .tt{
	width: 175px;
	height: 58px;
	font-size: 16px;
	background: #f5f5f5;
	border-left: 3px solid #019141;
	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;
    font-family: "montserrat-bold";
}
.contact_faq_title .tt .icon{
	font-size: 24px;
	color: #009944;
	margin-right:4px;
}

.contact_faq_title .text{
	width: calc(100% - 175px);
	font-size: 16px;
	line-height: 22px;
	color: #666;
	padding-left: 15px;
}
.contact_box2_con{
	padding: 40px 0 0 20px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    background: #f5f5f5;
}
.contact_box2_form{
	width: 67%;
	padding: 10px 0;
}
.contact_box2_form_r{
	width: 30%;
}
.contact_box2_form_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.contact_box2_form_list dd{
	width: 49%;
	margin-bottom: 18px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.contact_box2_form_list dd.ddw{
	width: 100%;
}
.contact_box2_form_tt{
	width: 86px;
	font-size: 14px;
	color: #242424;
	line-height: 39px;
	font-weight: bold;
	padding-right: 12px;
	text-align: right;
}
.contact_box2_form_tt .icon{
	color: #f00;
}
.contact_box2_form_text,
.contact_box2_form_area{
	display: block;
	width: calc(100% - 86px);
	height: 39px;
	padding-left: 15px;
	background: #fff;
	border: 1px solid #dcdcdc;
}
.contact_box2_form_area{
	height: 116px;
	padding-top: 14px;
	resize: none;
}
.contact_box2_form_btn{
	display: block;
	width: 157px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	border: 0;
	cursor: pointer;
	background: #009944;
	margin: 10px 0 0 86px;
}


.contact_box3 img{
	display: block;
	width: 100%;
	max-width: none;
}
.contact_box3 iframe{
	border: 0;
}


/*
 * culture
 */
.culture_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.culture_list1 dd{
	width: 50%;
	padding: 0 1%;
	margin-bottom: 30px;
}
.culture_list1 dd .con{
	height: 100%;
	background: #fff;
	border:1px solid #dcdcdc;
	background: #f5f5f5;
	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;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 20px 5% 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.culture_list1 dd .icon{
	width: 152px;
	height: 152px;
	font-size: 50px;
	line-height: 150px;
	color: #fff;
	text-align: center;
	background: #009944;
	border-radius: 50%;
}
.culture_list1 dd .tt{
	font-size: 16px;
	color: #242424;
	font-family: "Montserrat-SemiBold";
	margin: 25px 0 10px;
}
.culture_list1 dd .text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.culture_list1 dd .con:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
	box-shadow: 0 0 15px rgba(115,115,115,.3);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



/*
 * faq
 */
.sub_page_faq{
	padding: 4% 0;
}
.sub_page_message{
	padding: 4% 0;
}
.faq_list1 dd{
	margin-bottom: 30px;
}
.faq_title{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	color: #019141;
	background: #eee;
	line-height: 30px;
	padding: 18px 32px;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq_title .icon{
	width: 30px;
	font-size: 24px;
}
.faq_title .tt{
	width: calc(100% - 60px);
	font-size: 20px;
	padding-left: 10px;
	font-family: "Montserrat-SemiBold";
}
.faq_title .btn{
	width: 30px;
	font-size: 24px;
	text-align: center;
	transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq_text{
	display: none;
	padding: 28px 32px;
	color: #666;
	line-height: 24px;
	border: 1px solid #eee;
	border-top: 0;
}
.faq_text .icon{
	width: 30px;
	font-size: 20px;
}
.faq_text .text{
	width:calc(100% - 30px);
	padding: 0 30px 0 10px;
	font-size: 16px;
}

.faq_list1 dd.hover .faq_title{
	color: #fff;
	background: #019141;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq_list1 dd.hover .faq_title .btn{
	transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



/*
 * global
 */
.global_box1{
	padding: 15px 0;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.leadershio_box1{
	padding: 60px 0 0;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.leadershio_box1_l{
	width:70%;
}
.leadershio_box1_l_tt{
	font-size: 24px;
	color: #333;
	font-family: "Montserrat-SemiBold";
	margin-bottom: 3%;
}
.leadershio_box1_l_text{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.leadershio_box1_l_b{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.leadershio_box1_r{
	width: 23%;
}


/*
 * news
 */
.news_list2{
	padding: 15px 0 0;
}
.news_list2 dd{
	margin-bottom: 20px;
}
.news_list2 dd a{
	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;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	background: #f5f5f5;
	padding: 20px;
}
.news_list2_pic{
	width: 330px;
	overflow: hidden;
}
.news_list2_pic img{
	display: block;
	width: 100%;
}
.news_list2_con{
	width: calc(100% - 330px);
	padding: 10px 3%;
}
.news_list2_title{
	font-size: 20px;
	color: #242424;
	font-family: "Montserrat-SemiBold";
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list2_line{
	height: 1px;
	background: #dcdcdc;
	margin: 3% 0;
}
.news_list_text{
	color: #666;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 3%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list_date_box{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list_date{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.news_list_date .icon{
	font-size: 18px;
	margin-right: 5px;
}
.news_list_more{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.news_list_more .icon{
	width: 14px;
	height: 12px;
	background: url(../images/more_icon6.png) no-repeat center center;
	margin-left: 5px;
}
.news_list2 dd a:hover{
	background: #12984e;
	box-shadow: 0 0 10px rgba(115,115,115,.3);
}
.news_list2 dd a:hover .news_list2_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.news_list2 dd a:hover .news_list2_title,
.news_list2 dd a:hover .news_list_text,
.news_list2 dd a:hover .news_list_date_box{
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list2 dd a:hover .news_list_more .icon{
	background: url(../images/more_icon2.png) no-repeat center center;
}



/*
 * page
 */
.page{
	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;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 3% 0 30px;
}

.page a{
	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;
    color: #242424;
    font-size: 14px;
    line-height:30px;
    border: 1px solid #dcdcdc;
    padding: 0 11px;
    margin: 0 4px 4px;
}
.page a:hover,
.page a.hover{
	color: #fff;
	background: #12984e;
	border-color: #12984e;
}




/* 
	news_Det
 */
.news_det_wrap{
	border: 1px solid #dcdcdc;
}
.news_det_box{
	background: #fff;
	padding: 4%;
	border-bottom: 1px solid #dcdcdc;
}
.news_det_box img{
    height: auto !important;
}
.news_det_title{
	font-size: 26px;
	color: #333;
	font-family: "Montserrat-SemiBold";
}
.news_det_desc{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	color: #333;
	font-size: 14px;
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
}

.news_det_desc .icon{
	font-size: 18px;
	margin-right: 6px;
}
.news_det_data{
	margin-right: 15px;
}
.news_det_share,.news_det_share_tt,.news_det_data{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	
}
.news_det_con{
	padding: 4% 0;
	line-height: 26px;
	font-size: 16px;
	color: #333;
}
.news_det_share_tt{
	padding-right: 6px;
}
.news_det_back_btn{
	display: block;
	width: 200px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #4d4d4d;
	border: 1px solid #dcdcdc;
	background: #fff;
	font-family: "montserrat-bold";
}

.news_det_back_btn:hover{
	color: #fff;
	background: #019141;
	border-color: #019141;
}


.news_det_page{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 0 0;
	background: #fff;
}
.news_det_page_item{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 50%;
	padding: 20px 10px;
	font-size: 14px;
	border-right: 1px solid #dcdcdc;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_det_page_item:last-child{
	border: 0;
}
.news_det_page_item_tt{
	width: 100px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: right;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_det_page_item_text{
	width: calc(100% - 100px);
	padding-left: 10px;
}
.news_det_page_item_text a{
	width: 100%;
	color: #666;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_det_page_item_text .tt{
	width: calc(100% - 80px);
}
.news_det_page_item_text .time{
	font-size: 12px;
	color: #666;
}
.news_det_page_item:hover{
	color: #fff;
	background: #019141;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_det_page_item:hover .news_det_page_item_tt,
.news_det_page_item:hover .news_det_page_item_text a,
.news_det_page_item:hover .news_det_page_item_text .time{
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_det_page_item:hover .news_det_page_item_text a{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*
 * pro_cover
 */
.sub_page_pro{
	padding: 4% 0;
}


/*
 * pro_list
 */
.sub_page_pro_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.main_l{
	width: 306px;
}
.main_r{
	width: calc(100% - 306px);
	padding-left: 4%;
}

.main_l_title{
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	padding-left: 20px;
	background: #019141;
	font-family: "montserrat-bold";
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.main_nav_list{
	background: #f5f5f5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}
.main_nav_list dd{
	border-bottom: 1px solid #dcdcdc;
}
.main_nav_list dd:last-child{
	border: 0;
}
.main_nav_t{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	padding: 0 20px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.main_nav_t .text{
	font-size: 18px;
	line-height: 22px;
	padding: 12px 0;
	color: #333;
	 
	/*font-family: "Montserrat-SemiBold";*/
}
.main_nav_t .icon{
	width:40px;
	height: 52px;
	background: url(../images/nav_icon1.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.main_nav_down{
	display: none;
}
.main_nav_down a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding: 15px 0 15px 36px;
	border-bottom: 1px solid #ebebeb;
}
.main_nav_down a:last-child{
	border: 0;
}
.main_nav_down a .icon{
	width: 20px;
	height: 20px;
	background: url(../images/nav_icon.png) no-repeat center center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.main_nav_down a .text{
	width: calc(100% - 20px);
	font-size: 14px;
	line-height: 22px;
	color: #666;
	padding-left: 3px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.main_nav_down a:hover{
	background: #f08200;
}
.main_nav_down a:hover .text{
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.main_nav_down a:hover .icon{
	background: url(../images/nav_icon2.png) no-repeat center center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.main_nav_list dd.hover .main_nav_t{
	border-bottom: 1px solid #dcdcdc;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.main_nav_list dd.hover .main_nav_t .icon{
	transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.main_l_form{
	background: #f5f5f5;
	padding: 10px 15px 20px;
}
.main_l_form dd{
	margin-bottom: 5px;
}
.main_l_form_tt{
	font-size: 14px;
	color: #333;
	line-height: 30px;
} 
.main_l_form_tt .icon{
	color: #f00;
	font-size: 16px;
}
.main_l_form_text,
.main_l_form_area{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	height: 39px;
	padding-left: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.main_l_form_area{
	height: 109px;
	padding-top: 10px;
	resize: none;
}
.main_l_form_btn{
	display: block;
	width: 180px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #009944;
	border-radius: 5px;
	margin-top: 15px;
	border: 0;
}


.main_r_title{
	border-bottom: 1px solid #eee;
	margin-bottom: 5%;
}
.main_r_title .tt{
	color: #333;
	font-size: 32px;
	font-family: "Montserrat-SemiBold";
}
.main_r_title .tt:after{
	content: "";
	display: block;
	width: 105px;
	height: 2px;
	background:#009944;
	margin:15px auto -1px;
	position: relative;
	bottom: 0;
	z-index: 2;
}



/*
 * quality
 */
.quality_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.quality_list1 dd{
	width:25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.quality_list1 dd a{
	display: block;
	padding: 20px;
	border: 1px solid #dcdcdc;
}
.quality_list1 dd .pic{
	width: 100%;
	overflow: hidden;
}
.quality_list1 dd .pic img{
	display: block;
	width: 100%;
	max-width: none;
}
.quality_box1{
	color: #333;
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 35px 0;
}
.quality_list1 dd a:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
	box-shadow: 0 0 12px rgba(115,115,115,.3);
}



/*
 * service
 */
.service_box1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.service_box1 dd{
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 20px;
}
.service_box1 dd:last-child{
	margin-right: 0;
}
.service_box1_con{
	height: 100%;
	padding: 10px;
	border: 1px solid #dcdcdc;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service_box1_con_pic_box{
	overflow: hidden;
	position: relative;
}
.service_box1_con_pic1{
	display: block;
	width: 100%;
	max-width: none;
}
.service_box1_con2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service_box1_con2 .icon{
	width:151px;
    height:151px;
    text-align: center;
    padding: 10px;
    background: rgba(255,255,255,.3);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    margin-bottom: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service_box1_con2 .icon .icon_box{
	background: #009944;	
	width: 100%;
	height: 100%;
	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;
    border-radius: 50%;
}
.service_box1_con2 .tt{
	font-size: 18px;
	color: #fff;
	font-family: "montserrat-bold";
}

.service_box1_text{
	line-height: 24px;
	font-size: 14px;
	padding: 25px 0;
}

.service_box1_con:hover .icon{
	padding: 0;
	border-color: #009944;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service_box1_con:hover{
	box-shadow:  0 0 12px rgba(115,115,115,.3);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.service_box2{
	padding: 20px 0 0;
}
.service_box2_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.service_box2_list dd{
	width:calc((100% - 40px) / 2);
	padding: 0;
	margin-right: 40px;
	margin-bottom: 20px;
}
.service_box2_list dd:nth-child(2n){
	margin-right: 0;
}
.service_box2_rela{
	height: 100%;
	background: #f5f5f5;
	border: 1px solid #d5d5d5;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service_box2_pic{
	border-bottom: 1px solid #d5d5d5;
}
.service_box2_pic img{
	display: block;
	width: 100%;
}
.service_box2_con{
	padding: 35px 25px;
}
.service_box2_con .tt{
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
	font-family: "montserrat-bold";
}
.service_box2_con .text{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.service_box2_con .text .item{
	width: 50%;
}
.service_box2_con .text .item a{
	color: #666;
}
.service_box2_con .text .item a:hover{
	color: #009944;
	text-decoration: underline;
}
.service_box2_con .text .item:last-child{
	width: 100%;
}
.service_box2_rela:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
	box-shadow:  0 0 12px rgba(115,115,115,.3);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



/*
 * capacity
 */
.capacity_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.capacity_list dd{
	width: 33.33%;
	padding: 0 11px;
	margin-bottom: 22px;
}

.capacity_list dd a{
	display: block;
	position: relative;
	border: 2px solid #dcdcdc;
}
.capacity_list dd img{
	display: block;
	width: 100%;
}
.capacity_list dd .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	background: rgba(0,0,0,.4);
}

.left_line,.right_line,.top_line,.bottom_line{
	position: absolute;
	transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    background: #094;
}
.left_line,.right_line{
	left: -2px;
	bottom: -2px;
	width: 2px;
	height:0;
}
.right_line{
	left: auto;
	bottom: auto;
	top: -2px;
	right: -2px;
}
.top_line,.bottom_line{
	right: -2px;
	top: -2px;
	width:0;
	height:2px;
}
.bottom_line{
	right: auto;
	left: -2px;
	top: auto;
	bottom: -2px;
}
.capacity_list dd a:hover .left_line,
.capacity_list dd a:hover .right_line{
	height: calc(100% + 4px);
	transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

.capacity_list dd a:hover .top_line,
.capacity_list dd a:hover .bottom_line{
	width: calc(100% + 4px);
	transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}



/*
 * pro_det
 */
.sub_page_prodet{
	padding: 4% 0;
}
.sub_banner_pro{
	height: 94px;
}
.pro_det_t{
	padding:30px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    background: #f5f5f5;
    margin-bottom: 40px;
}
.big_pic_show {
	width: 600px;
	height: 100%;
	z-index: 1;
}
.bigpic {
	width: 600px;
	border: 1px solid #dcdcdc;
	margin-bottom: 18px;
	overflow: hidden;
}
.bigpic a {
	display: block;
}
.bigpic a img{
	display: block;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width: 300px !important;
	height:300px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	width: 150px !important;
	height: 150px !important;
	background:url(../images/float_layer.png) repeat;
	cursor:move;
	z-index: 99;
}
.bigimg{
	width:1200px;
	height: auto;
	max-width: none;
}
.moveBox{
	width:600px;
	height:85px;
	margin:0 auto;
	position:relative;
}
.pageLeft,.pageRight{
	width:32px;
	height:85px;
	line-height: 85px;
	position:absolute;
	left:0;
	top:0;
	display:inline;
	cursor:pointer;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background:url(../images/pro_det_icon1.png) no-repeat center center;
	border: 1px solid #e4e4e4;
}
.pageRight{
	left: auto;
	right: 0;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}
.move_content{
	clear:both;
	width:512px;
	height:85px;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;
	margin:0 0 0 49px;
}
.rexiaoPic {
	overflow:hidden;
	width:540px;
	height:85px;
}
.sell_order {
	width:9999px;
	position:absolute
}
.rexiaoPic li{
	width:118px;
	height:85px;
	float:left;
	display:block;
	margin:0 10px 0 0;
	background:#fff;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	position: relative;
}
.rexiaoPic li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid transparent;
}
.rexiaoPic li.hover:after{
	border-color: #019141;	
}
.rexiaoPic li img{
	display: block;
	height:100%;
	margin:auto;
}
/*^^^^datu end^^^^*/
.pro_det_pic_wap_box{
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	display: none;
	overflow: hidden;
	margin-bottom: 20px;
}
.pro_det_pic_wap{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	display: block;
}
.pro_det_pic_wap.owl-theme .owl-dots{
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.pro_det_pic_wap.owl-theme .owl-dots .owl-dot.active span,
.pro_det_pic_wap.owl-theme .owl-dots .owl-dot:hover span{
	background:#019141;
}



.p_det_inf{
	width:calc(100% - 600px);
	padding-left: 4%;
	overflow: hidden;
	padding-top: 20px;
}
.p_det_inf_tt{
	color: #222;
	font-size: 36px;
	margin:0 0 25px;
	font-family: "montserrat-bold";
}
.p_det_inf_desc{
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
.p_det_inf_list{
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	margin: 40px 0;
}
.p_det_inf_clm{
	color: #666;
	line-height: 20px;
	font-size: 14px;
	position: relative;
	font-family: arial;
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px dashed #d3d3d3;
}
.p_det_inf_clm:last-child{
	border: 0;
}
.p_det_inf_clm .tt{
	color: #333;
	font-family: "montserrat-bold";
}

.pro_det_inf_btn_box{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	margin-bottom: 15px;
	margin-top:25px;
}

.pro_det_inf_btn{
	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;
	width: 190px;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	background: #019141;
	margin-right: 22px;
	margin-bottom: 10px;
	font-family: "Montserrat-SemiBold";
}
.pro_det_inf_btn .icon{
	font-size: 24px;
	color: #fff;
	margin-right: 8px;
}
.pro_det_inf_btn.hover{
	background: #f08200;
}

.at-share-tbx-element .at-share-btn{
	margin-bottom: 0 !important;
}
.at-style-responsive .at-share-btn{
	padding:0!important;
}
.at-resp-share-element.at-mobile .at-share-btn{
	margin-top:0px;
	margin-right: 8px;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper{
	    width: 22px!important;
    height: 22px!important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label{
	width: 22px!important;
    height: 22px!important;
}
.share_box{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
	align-items:center;
  -ms-align-items: center;
  -webkit-align-items: center;
    padding: 15px 0;
}
.share_box .tt{
	color:#444;
	font-size: 14px;
	line-height: 24px;
	font-family: "Montserrat-SemiBold";
	padding-right: 5px;
}




.pro_det_b_r_box1{
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
}
.pro_det_b_title{
	background: #eee;
}

.pro_det_b_title .tt{
	width: 216px;
	line-height: 58px;
	color: #089346;
	font-size: 18px;
	text-align: center;
	font-family: "montserrat-bold";
	background: #fff;
	border-right: 1px solid #e0e0e0;
	position: relative;
	border-top: 2px solid #089346;
	margin-top: -1px;
}
.pro_det_b_tabs{
	padding: 25px 30px;
}
.pro_det_b_tabs_item{
	margin-bottom: 25px;
}
.pro_det_b_tabs_item_title{
	font-size: 18px;
	color: #333;
}

.pro_det_b_tabs_item_con{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.pro_det_b_tabs_item_item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin-bottom: 10px;
}
.pro_det_b_tabs_item_item .num{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 30px;
}
.pro_det_b_tabs_item_item .text{
	padding:3px 0 3px 10px;
	width: calc(100% - 30px);
}

.pro_det_b_tabs_item_title{
	font-family: "Montserrat-SemiBold";
	padding-bottom: 22px;
	border-bottom: 1px solid #dcdcdc;
}
.pro_det_b_tabs_item_con{
	padding: 30px 0;
}


.pro_table table tr:first-child{
	background: #f5f5f5;
	font-family: "Montserrat-SemiBold";
}
.pro_table table tr td{
	padding: 10px 15px;
	line-height: 18px;
	border: 1px solid #dcdcdc;
}


.rela_pro{
	margin-bottom: 30px;
}
.rela_pro_title{
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
}
.rela_pro_title .tt{
	float: left;
	font-size: 30px;
	color: #333;
	line-height: 60px;
	font-family: "Montserrat-SemiBold";
	border-bottom: 2px solid #019141;
	margin-left: 20px;
	margin-bottom: -1px;
}

.rela_pro .pro_list1_tt{
	margin-bottom: 25px;
}
.rela_pro .pro_list1 dd{
	width:calc((100% - 40px) / 3);
	padding: 0;
	margin-right: 20px;
}
.rela_pro .pro_list1 dd:last-child{
	margin-right: 0;
}
.pro_det_inquiry{
	border: 1px solid #dcdcdc;
}



.pro_det_inquiry .contact_faq_title .tt{
	background: #fff;
}
.pro_det_inquiry .contact_faq_title .text{
	font-size: 14px;
}
.pro_form_list1{
	padding: 48px 4%;
}
.pro_form_list1 .contact_box2_form_text,
.pro_form_list1 .contact_box2_form_area{
	background: #f8f8f8;
}



.ind_box4 .pro_list2{
	display: block;
}
.ind_box4 .pro_list2 dd{
	width: 100%;
	padding: 0;
}

.pro_list2.owl-theme .owl-dots .owl-dot.active span, 
.pro_list2.owl-theme .owl-dots .owl-dot:hover span{
    background: #009944;
}


