/**
 *               ii.                                         ;9ABH,          
 *              SA391,                                    .r9GG35&G          
 *              &#ii13Gh;                               i3X31i;:,rB1         
 *              iMs,:,i5895,                         .5G91:,:;:s1:8A         
 *               33::::,,;5G5,                     ,58Si,,:::,sHX;iH1        
 *                Sr.,:;rs13BBX35hh11511h5Shhh5S3GAXS:.,,::,,1AG3i,GG        
 *                .G51S511sr;;iiiishS8G89Shsrrsh59S;.,,,,,..5A85Si,h8        
 *               :SB9s:,............................,,,.,,,SASh53h,1G.       
 *            .r18S;..,,,,,,,,,,,,,,,,,,,,,,,,,,,,,....,,.1H315199,rX,       
 *          ;S89s,..,,,,,,,,,,,,,,,,,,,,,,,....,,.......,,,;r1ShS8,;Xi       
 *        i55s:.........,,,,,,,,,,,,,,,,.,,,......,.....,,....r9&5.:X1       
 *       59;.....,.     .,,,,,,,,,,,...        .............,..:1;.:&s       
 *      s8,..;53S5S3s.   .,,,,,,,.,..      i15S5h1:.........,,,..,,:99       
 *      93.:39s:rSGB@A;  ..,,,,.....    .SG3hhh9G&BGi..,,,,,,,,,,,,.,83      
 *      G5.G8  9#@@@@@X. .,,,,,,.....  iA9,.S&B###@@Mr...,,,,,,,,..,.;Xh     
 *      Gs.X8 S@@@@@@@B:..,,,,,,,,,,. rA1 ,A@@@@@@@@@H:........,,,,,,.iX:    
 *     ;9. ,8A#@@@@@@#5,.,,,,,,,,,... 9A. 8@@@@@@@@@@M;    ....,,,,,,,,S8    
 *     X3    iS8XAHH8s.,,,,,,,,,,...,..58hH@@@@@@@@@Hs       ...,,,,,,,:Gs   
 *    r8,        ,,,...,,,,,,,,,,.....  ,h8XABMMHX3r.          .,,,,,,,.rX:  
 *   :9, .    .:,..,:;;;::,.,,,,,..          .,,.               ..,,,,,,.59  
 *  .Si      ,:.i8HBMMMMMB&5,....                    .            .,,,,,.sMr 
 *  SS       :: h@@@@@@@@@@#; .                     ...  .         ..,,,,iM5 
 *  91  .    ;:.,1&@@@@@@MXs.                            .          .,,:,:&S 
 *  hS ....  .:;,,,i3MMS1;..,..... .  .     ...                     ..,:,.99 
 *  ,8; ..... .,:,..,8Ms:;,,,...                                     .,::.83 
 *   s&: ....  .sS553B@@HX3s;,.    .,;13h.                            .:::&1 
 *    SXr  .  ...;s3G99XA&X88Shss11155hi.                             ,;:h&, 
 *     iH8:  . ..   ,;iiii;,::,,,,,.                                 .;irHA  
 *      ,8X5;   .     .......                                       ,;iihS8Gi
 *         1831,                                                 .,;irrrrrs&@
 *           ;5A8r.                                            .:;iiiiirrss1H
 *             :X@H3s.......                                .,:;iii;iiiiirsrh
 *              r#h:;,...,,.. .,,:;;;;;:::,...              .:;;;;;;iiiirrss1
 *             ,M8 ..,....,.....,,::::::,,...         .     .,;;;iiiiiirss11h
 *             8B;.,,,,,,,.,.....          .           ..   .:;;;;iirrsss111h
 *            i@5,:::,,,,,,,,.... .                   . .:::;;;;;irrrss111111
 *            9Bi,:,,,,......                        ..r91;;;;;iirrsss1ss1111
 */




html,body{
	font-family: 'GTWalsheimPro-Regular', sans-serif,arial,verdana;
	font-weight: 400;
}
input, button, textarea,select,button{
	font-family: 'GTWalsheimPro-Regular', sans-serif,arial,verdana;
}
.bgf5{
	background: #f5f5f5;
}
.bgf8{
	background: #f8f8f8;
}
.header_box{
	height: 0;
}
.header{
	height: 120px;
	z-index: 2;
	background: url(../images/head_bg.png) repeat-x center top;
	border-bottom: 1px solid rgba(255,255,255,.15);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header_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;
}

.header_fixed{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
}

.logo{
	width: 230px;
	height: 120px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.logo img{
	max-width: 100%;
	max-height: 100%;
}
.logo .logo1{
	display: block;
}
.logo .logo2{
	display: none;
}


.header_r{
	width: calc(100% - 230px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}

.header_r_t{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.header_r_t_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 	15px;
}

.header_r_t_item .icon{
	font-size: 18px;
	margin-right: 7px;
}

.header_r_lag{
	width: 40px;
	height: 40px;
	line-height: 50px;
	font-size: 24px;
	display: block;
	position: relative;
	margin: 15px 0;
}

.header_r_lag_tt{
	width: 40px;
	height: 40px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header_r_lag_tt .icon{
	font-size: 22px;
}

.header_r_lag_down{
	display: none;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 2;
	width: 120px;
	padding: 12px 0;
	background: #fff;
	box-shadow: 0 0 6px rgba(115,115,115,.2);
}
.header_r_lag_down a{
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 36px;
}
.header_r_lag_down a:hover{
	color: #fff;
	background: #5eb939;
}






.header_r_search{
	width: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	margin: 0 18px 0 28px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.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;
	text-transform: uppercase;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #5eb939;
	font-size: 28px;
	font-weight: bold;
	background: none;
	border: 0;
}

.search_box_close{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #999;
	margin-left: 10px;
	border: 0;
	background: none;
}
.search_box_close:hover{
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}


.menu_dl{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-right: 10%;
}

.menu_dl dd{
	position: relative;
	margin: 0 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu_dl dd.menu_dd_pro{
	position: static;
}
.menu_tt{
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px 20px;
	text-transform: uppercase;
	position: relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.menu_tt::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	opacity: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: translate(-50%,0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	width: 200px;
	text-align: center;
	background: #fff;
}
.menu_down a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding: 12px 10px;
	text-transform: capitalize;
	position: relative;
	border-bottom: 1px dashed #f5f5f5;
}
.menu_down a:last-child{
	border: none;
}
.menu_down a .tt{
	width: calc(100% - 8px);
	padding-left: 10px;
}
.menu_down a:hover{
	color: #5eb939;
}
.menu_dl dd.hover .menu_tt::after{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}








.header_fixed.hover,
.header_fixed.hover2{
	background: #fff;
	border-bottom: none;
	box-shadow: 0 3px 5px rgba(115,115,115,.15);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header_fixed.hover .logo .logo1,
.header_fixed.hover2 .logo .logo1{
	display: none;
}
.header_fixed.hover .logo .logo2,
.header_fixed.hover2 .logo .logo2{
	display: block;
}
.header_fixed.hover .menu_tt,
.header_fixed.hover2 .menu_tt,
.header_fixed.hover .header_r_lag_tt,
.header_fixed.hover2 .header_r_lag_tt,
.header_fixed.hover .header_r_search,
.header_fixed.hover2 .header_r_search{
	color: #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header_fixed.hover .header_r_t_item,
.header_fixed.hover2 .header_r_t_item{
	color: #222;
}
.header_fixed.hover .menu_dl dd.hover .menu_tt,
.header_fixed.hover2 .menu_dl dd.hover .menu_tt{
	color: #5eb939;
}
.header_fixed.hover .menu_tt::after,
.header_fixed.hover2 .menu_tt::after{
	background: #5eb939;
}


/*
 * wap head
 */
.mobile_header{
	display: none;
	clear: both;
	width: 100%;
	height: 52px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.mobile_header_top{
	position: fixed;
	left: 0;
	top:0;
	z-index: 7;
	width: 100%;
	height: 52px;
	background:#fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 220px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 30px;
	max-height: auto;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 54px;
	height: 52px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 3px;
	width: 28px;
	background: #001c3e;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
	margin-bottom: 0;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #333;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}
.mobile_header.hover{
	background:rgba(0,0,0,.5);
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.mobile_menu_box{
	position: fixed;
	right: -110%;
	top:0;
	z-index: 8;
	width:75%;
	height: 100%;
	background:#fff;
	padding: 20px 15px;
	overflow-y: auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{
	right: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 1.3;
	border-bottom: 1px solid #e1e1e1;
}
.mobile_menu_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0;
	font-family: "Poppins-Medium";
	text-transform: capitalize;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #5eb939;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	float: right;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 16px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
}

.mobile_menu_down{
	display:none;
	padding:6px 0 10px 12px;
}
.mobile_menu_down_clm{
	margin-bottom: 8px;
}
.mobile_menu_down_clm_tt{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #333;
}
.mobile_menu_down_clm_tt .tt{
	width: calc(100% - 50px);
	color: #333;
	line-height: 20px;
	font-size: 14px;
	text-transform: capitalize;
	padding: 5px 0;
}
.mobile_menu_down_clm_tt .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon{
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
}
.mobile_menu_down_clm_list{
	display: none;
	padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a{
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	padding: 5px 0 5px 14px;
	position: relative;
}
.mobile_menu_down_clm_list a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	background:#333;
	border-radius: 50%;
}



.mobile_menu_tt_icon.hover{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box{
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 7;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}
.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_text{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #5eb939;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}

.mobile_menu_b{
	margin-top: 40px;
}
.mobile_menu_b_clm{
	margin-bottom: 25px;
}
.mobile_menu_b_clm .tt{
	font-size: 16px;
	font-family: "OpenSans-Bold";
	color: #333;
	margin-bottom: 8px;
}
.mobile_menu_b_clm .text{
	font-size: 14px;
	color: #333;
}
.mobile_menu_b_clm .text a{
	color: #333;
	word-break: break-all;
}


.mobile_lag_box{
	padding: 30px 0 20px;
	margin-bottom: 40px;
}
.mobile_lag_tt{
	font-size: 16px;
	color:#333;
	font-weight: bold;
	padding-bottom: 18px;
}
.mobile_lag_text{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_lag_text a{
	color: #333;
	font-size: 16px;
	margin-right: 25px;
}



.mask,
.mobile_menu_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.mobile_menu_mask{
	z-index: 8;
}










/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}
.banner .item a{
	display: block;
	overflow: hidden;
	position: relative;
}
.banner .item a .tt{
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 760px;
	width: 80%;
	text-align: center;
	font-family: "GTWalsheimPro-Regular";
	font-weight: bold;
	color: #fff;
	transform: translate(-50%,-50%);
}
.banner.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
}
.banner.owl-theme .owl-dots .owl-dot{
	margin: 0 3px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
	border-radius: 12px;
	background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
	width: 38px;
    background: #5eb939;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



.scroll_dots.owl-theme .owl-dots{
	width: 100%;
	padding-top: 25px;
}
.scroll_dots.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
	background: #ddd;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.scroll_dots.owl-theme .owl-dots .owl-dot.active span, 
.scroll_dots.owl-theme .owl-dots .owl-dot:hover span{
	background: #5eb939;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.fz60{
	font-size: 60px;
}
.fz48{
	font-size: 48px;
	font-family: "GTWalsheimPro-Bold";
}
.fz40{
	font-size: 40px;
	font-family: "GTWalsheimPro-Bold";
}
.fz36{
	font-size: 36px;
}
.fz30{
	font-size: 30px;
}
.fz24{
	font-size: 24px;
}

.public_text1{
	font-size: 16px;
	line-height: 26px;
}
.public_text2{
	font-size: 16px;
	line-height: 30px;
}
.public_text3{
	font-size: 14px;
	line-height: 24px;
}

.public_text1 img,
.public_text2 img{
	height: auto !important;
}



.public_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.public_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	line-height: 50px;	
	color: #162b54;
	font-size: 16px;
	width: 200px;
	border-radius: 25px;
	font-family: Arial;
	background: #5eb939;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.public_btn .icon{
	font-size: 18px;
	margin-right: 9px;
}






.main_content{
	padding: 75px 0;
}
.main_content2{
	padding-top: 75px;
}
.main_content3{
	padding-bottom: 75px;
}


.ind_title1{
	margin-bottom: 40px;
}
.ind_title1 .tt{
	color: #333;
	line-height: 1.2;
}
.ind_title1 .text{
	padding-top: 10px;
	color: #999;
}


.ind_box1_con{
	position: relative;
}

.ind_box1_con{
	position: relative;
	padding: 0 65px;
}

.ind_pro_item{
	display: block;
	padding: 0 10px;
	
}
.ind_pro_item_pic{
	overflow: hidden;
	position: relative;
}
.ind_pro_item_pic:after{
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 75.80%;
    display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	background: url(../images/ind_pro_item_bg.png) no-repeat center center / auto 100%;
	transform: translate(0,-50%);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_item_pic img{
    position: relative;
    z-index: 2;
}
.ind_pro_item_tt{
	color: #999;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_pro_scroll.owl-carousel .owl-item{
	transform:scale(0.82,0.82);
	-webkit-transform:scale(0.82,0.82);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll.owl-carousel .owl-item.center {
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll.owl-carousel .owl-item.center .ind_pro_item_pic:after{
    opacity: 1;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll.owl-carousel .owl-item.center .ind_pro_item_tt{
	color: #333;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_item:hover .ind_pro_item_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


.ind_pro_scroll.scroll_dots.owl-theme .owl-dots{
	padding-top: 35px;
}

.scroll_btn{
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #999;
	text-align: center;
	border-radius: 50%;
	background: #f5f5f5;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll_btn,
.about_box3_scroll_btn,
.pro_det_app_scroll_btn{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.scroll_btn:hover{
	color: #fff;
	background: #5eb939;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_pro_scroll_btn_prev,
.about_box3_scroll_btn_prev,
.pro_det_app_scroll_btn_prev{
	left: 0;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.ind_pro_scroll_btn_next,
.about_box3_scroll_btn_next{
	right: 0;
}
.about_box3_scroll_btn{
	background: #ebebeb;
}



.ind_box2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box2_item{
	width: 50%;
}
.ind_box2_item a{
	display: block;
	overflow: hidden;
	position: relative;
}
.ind_box2_item_pic img{
	width: 100%;
}
.ind_box2_item_con{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	padding: 25px 5%;
}
.ind_box2_item_text{
	margin: 10px auto 30px;
	max-width: 594px;
}
.ind_box2_item_btn{
	display: block;
	width: 140px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_item:hover .ind_box2_item_btn{
	color: #fff;
	background: #5eb939;
	border-color: #5eb939;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_item:hover .ind_box2_item_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


.ind_box3_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	margin-bottom: 60px;
}
.ind_box3_list1 dd{
	width: 30%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box3_list1 dd.hover{
	width: 40%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box3_list1 dd a{
	display: block;
	position: relative;
}
.ind_box3_list1_item_pic{
	overflow: hidden;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}
.ind_box3_list1_item_pic img{
	width: 564px;
	height: 600px;
	max-width: none;
}
.ind_box3_list1_item_con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background: rgba(0,0,0,.3);
	padding: 20px 15px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box3_list1_item_tt{
	font-family: "GTWalsheimPro-Bold";
}
.ind_box3_list1_item_text{
	margin: 13px 0 25px;
}


.ind_box3_list1 dd.hover .ind_box3_list1_item_con{
	height: auto;
	padding: 28px 15px;
	background: rgba(94,185,57,.9);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box3_more_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}

.ind_box3_more{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 190px;
	line-height: 54px;
	font-size: 18px;
	color: #333;
	border: 1px solid #e5e5e5;
}
.ind_box3_more .icon{
	font-size: 22px;
	margin-left: 10px;
}
.ind_box3_more:hover{
	color: #fff;
	background: #5eb939;
	border-color: #5eb939;
}





/* ind_box4 */
.ind_box4{
	position: relative;
	background: url(../images/ind_about_bg1.jpg) no-repeat center center / cover;
	background-attachment: fixed;
	padding-bottom: 210px;
}

.ind_box4_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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 160px 0 130px;
}

.ind_box4_t_l{
	width: 47%;
	max-width: 600px;
}
.ind_box4_t_r{
	width: 50%;
}
.ind_box4_t_l_title{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	margin-bottom: 35px;
}
.ind_box4_t_l_title .tt{
	position: relative;
	line-height: 1;
}
.ind_box4_t_l_title .tt::after{
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: #5eb939;
	margin-top: -10px;
}
.ind_box4_t_l_text{
    font-size: 18px;
    line-height: 30px;
}

.ind_box4_t_l_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 35px;
}

.ind_box4_t_l_btn_720{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-left: 35px;
}


.ind_box4_t_r_video{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}


.ind_box4_b{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.3);
}
.ind_box4_b_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-around;
	-ms-justify-content:space-around;
	-webkit-justify-content:space-around;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box4_b_list dd{
	width: 25%;
	height: 210px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_b_list dd .tt{
	font-size: 72px;
	line-height: 1;
	font-family: "BarlowCondensed-Medium";
	margin-bottom: 14px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_b_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* ind_box5 */

.exhibi_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.exhibi_list1 dd{
	width: calc((100% - 100px) / 3);
	margin: 0 50px 0 0;
	background: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.exhibi_list1 dd:last-child{
	margin-right: 0;
}
.exhibi_list1_pic{
	position: relative;
	overflow: hidden;
}
.exhibi_list1_pic img{
	width: 100%;
}
.exhibi_list1_date{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 100px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background: #5eb939;
	color: #fff
}
.exhibi_list1_date .days{
	line-height: 1;
	font-family: "GTWalsheimPro-Regular";
}
.exhibi_list1_date .month{
	font-size: 14px;
}

.exhibi_list1_con{
	padding:30px 5%;
}
.exhibi_list1_con_tt{
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 8px;
}

.exhibi_list1 dd:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.exhibi_list1 dd:hover .exhibi_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


.ind_box6_title{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}
.ind_box6_title .ind_title1{
	width: 70%;
}
.ind_box6_scroll_btn_box{
	width: 30%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
}

.ind_box6_scroll_btn_box .ind_box6_scroll_btn_prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	margin-right: 12px;
}

.ind_box6_con{
	padding:0 5%;
}
.ind_box6_con2{
	padding-left: 5%;
}
.ind_box6_list_scroll{
	width: 100%;
}


.ind_box6_list_item{
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	margin: 5px;
}
.ind_box6_list_item_pic{
	opacity: 0;
	overflow: hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_list_item_pic img{
	width: 100%;
}
.ind_box6_list_item_con1{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 96px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background:#fff;
	padding: 20px 7% 35px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_list_item_tt1{
	font-size: 14px;
	color: #333;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_list_item_tt2{
	font-size: 20px;
	color: #333;
	margin: 17px 0 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_list_item_text{
	color: #666;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.ind_box6_list_item_con2{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 96px;
	background: rgba(215,215,215,.46);
}
.ind_box6_list_item_con2_date{
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 58px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
	background: #5eb939;
}
.ind_box6_list_item_con2_date .days{
	font-size: 24px;
	line-height: 1.2;
}
.ind_box6_list_item_con2_date .month{
	font-size: 14px;
}
.ind_box6_list_item_con2_more{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 65px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #12478e;
	color: #fff;
}

.ind_box6_list_item:hover .ind_box6_list_item_pic{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_list_item:hover .ind_box6_list_item_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_box6_list_item:hover .ind_box6_list_item_con1{
	background: rgba(0,0,0,.3);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_list_item:hover .ind_box6_list_item_tt1,
.ind_box6_list_item:hover .ind_box6_list_item_tt2,
.ind_box6_list_item:hover .ind_box6_list_item_text{
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




/* ind_box7 */
.ind_box7{
	background: url(../images/news_letter_bg.jpg) no-repeat center center / cover;
	background-attachment: fixed;
}
.ind_box7_wrap{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	height: 553px;
}
.ind_box7_con{
	width: 50%;
	padding: 50px 3%;
	max-width: 441px;
	background: #fff;
}
.ind_box7_con_tt{
	color: #333;
	font-family: "GTWalsheimPro-Regular";
	margin-bottom: 27px;
}
.ind_box7_con_form_text{
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	font-size: 14px;
	padding-left: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.ind_box7_con_form_button{
	display: block;
	width: 120px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background: #5eb939;
	border: none;
}




/* footer */
.footer_t{
	padding: 55px 0;
}
.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_t_l{
	width:25%;
}

.footer_t_l_logo{
	display: block;
	margin-bottom: 20px;
}
.footer_t_l_logo img{
	display: block;
	max-width: 100%;
}
.footer_t_l_text{
	color: #666;
	margin-bottom: 22px;
}


.footer_sm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_sm .icon{
	font-size: 24px;
	color: #999;
	margin: 0 15px 10px 0;
}
.footer_sm .icon:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.footer_t_m{
	width: 70%;
	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_t_m_item{
	width: 20%;	
}
.footer_t_m_item_contact{
	width: 45%;
}

.footer_t_m_item_tt{
	color: #333;
	font-size: 24px;
	font-family: "GTWalsheimPro-Bold";
	margin-bottom: 20px;
}
.footer_t_m_item_list2{
	margin-bottom: 15px;
}
.footer_t_m_item_list2 .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	color: #999;
	line-height: 28px;
	padding: 3px 0;
}
.footer_t_m_item_list2 .item .icon{
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	text-align: center;
}
.footer_t_m_item_list2 .item .tt{
	width: calc(100% - 28px);
	font-size: 16px;
	padding-left: 8px;
}
.footer_t_m_item_list2 a.item:hover .tt{
	color:#5eb939;
}
.footer_t_m_item_list a{
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 7px 0;
	color: #999;
}
.footer_t_m_item_list a:hover{
	color: #5eb939;
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}

.footer_b{
}
.footer_b .wrapper{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 22px 0;
	border-top: 1px solid #e5e5e5;
}
.footer_b_text{
	color: #999;
}
.footer_b_text a{
	color: #999;
}
.footer_b_text a:hover{
	color: #5eb939;
}


/* float_fix */
.float_fix{
	position: fixed;
	right: 1px;
	bottom: 18%;
	z-index: 3;
	width: 68px;
}
.float_fix .item{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 1px;
	position: relative;
}
.float_fix .item .item_icon{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 68px;
    height: 68px;
    font-size: 34px;
	color: #fff;
    background: #5eb939;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.float_fix .item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.float_fix .item:hover .item_icon{
	opacity: 0.9;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_fix .item.back_top .item_icon{
	color: #fff;
    background: #999;
}

.float_fix .item .item_pic{
	position: absolute;
	right: -100%;
	top: 0;
	width: 120px;
	height: 120px;
	padding: 5px;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 5px rgba(115,115,115,.2);
}
.float_fix .item:hover .item_pic{
	opacity: 1;
	right: 100%;
}



.mobile_footer_btn{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width:100%;
    text-align:center;
    background: #12478e;
    box-shadow: 0 0 10px rgba(115,115,115,.3);
  }
.mobile_footer_btn a{
	float: left;
	width: 25%;
	height: 50px;
	color: #fff;
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items:center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.mobile_footer_btn a .icon{
	display: block;
	font-size: 20px;
}
.mobile_footer_btn a .tt{
	font-size: 14px;
}


/* sub_banner_about */
.sub_banner_about{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.sub_banner_about_pic{
	overflow: hidden;
}
.sub_banner_about_pic img{
	width: 100%;
}

.sub_banner_about{
	padding-top: 123px;
}
.location{
	font-size: 14px;
	color: #fff;
	padding: 23px 0;
	text-transform: capitalize;
}
.location .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.location_icon{
	font-size: 18px;
	margin-right: 8px;
}
.location_tt{
	font-size: 14px;
	color: #fff;
	font-family: "GTWalsheimPro-Bold";
}
.location a{
	color: #fff;
	margin: 0 3px;
}

.sub_banner_about_con{
	padding: 100px 0 275px;
}
.sub_banner_about_text{
	padding: 20px 0 12px;
}

.sub_banner_about_720{
	display: block;
	width: 100px;
	font-size: 90px;
	color: #fff;
}



/* about */
.about_box1{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.about_box1_l{
	width: 51%;
}

.about_box1_r{
	width: 49%;
	padding: 0 5%;
}

.about_box1_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 55px;
}
.about_box1_list1 dd{
	width: 33%;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box1_list1 dd .num{
	color: #666;
	font-size: 72px;
	font-family: "BarlowCondensed-Medium";
	margin-bottom: 5px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box1_list1 dd .tt{
	font-size: 16px;
	color: #999;
}

.about_box1_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box1_list1 dd:hover .num{
	color: #5eb939;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* .about_box2{
	padding: 80px 0;
} */
.service_team_scroll .swiper-slide{
	overflow: hidden;
}
.service_team_scroll .swiper-slide:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.service_team_scroll_bars.swiper-pagination-progressbar{
	position: relative;
	left: auto;
	top: auto;
	height: 6px !important;
	background: #f6f6f6;
	border-radius: 6px !important;
	margin-top: 34px;
	overflow: hidden;
}
.service_team_scroll_bars.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #5eb939;
	border-radius: 6px !important;
	overflow: hidden;
}


.about_box3{
	/* padding: 80px 0; */
	background: url(../images/about_bg1.jpg) no-repeat center bottom;
}
.about_box3_scroll_box{
	padding: 0 90px;
	position: relative;
}	
.about_box3_item_pic{
	overflow: hidden;
	border: 8px solid #dcdcdc;
	margin-bottom: 18px;
}
.about_box3_item_tt{
	font-size: 16px;
	color: #2b2b2b;
	text-align: center;
	font-weight: bold;
}


.about_box4{
	border-bottom: 1px solid #e3e3e3;
}
.about_box4_bars_box{
	position: relative;
	margin-bottom: 50px;
}
.about_box4_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	position: relative;
}
.about_box4_bars_icon{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 2;
	width: 0;
	height: 6px;
	background: #5eb939;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box4_bars::before{
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	position: absolute;
	top: 20px;
	background: #f5f5f5;
}
.about_box4_bars .item{
	flex: 1;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.about_box4_bars .item .line{
	width: 1px;
	height: 20px;
	background: #dcdcdc;
	margin: 6px auto;
}
.about_box4_bars .item .num{
	position: absolute;
	left: 0;
	top: 30px;
	opacity: 0;
	width: 100%;
	font-size: 18px;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box4_bars .item:first-child .num,
.about_box4_bars .item:last-child .num,
.about_box4_bars .item.active .num{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.about_box4_scroll_item{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.about_box4_scroll_item_pic{
	width: 50%;
	padding: 0 1%;
}
.about_box4_scroll_item_pic img{
	width: 100%;
}
.about_box4_scroll_item_con{
	width: 50%;
	padding: 0 4%;
}
.about_box4_scroll_item_tt{
	color: #222;
	font-family: "GTWalsheimPro-Bold";
	margin-bottom: 12px;
}

.about_box5_scroll_pic{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
	filter: gray;
	background: #f9f9f9;
	overflow: hidden;
}

.about_box5_scroll_pic:hover{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.about_box5_scroll_pic:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



.about_box6{
	background: url(../images/about_form_bg.jpg) no-repeat center center / cover;
	padding-top: 40px;
	padding-bottom: 40px;
}

.about_box6_form{
	width: 90%;
	max-width: 865px;
	padding: 45px 5%;
	background: rgba(232,232,232,.7);
}
.about_box6_form_title{
	margin-bottom: 10px;
}
.about_box6_form_title .tt{
	color: #111;
	font-family: "GTWalsheimPro-Bold";
}
.about_box6_form_title .text{
	color: #666;
}
.about_box6_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;
}
.about_box6_form_list dd{
	width: 47%;
	margin-bottom: 5px;
}
.about_box6_form_list_text{
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	color: #444;
	border: none;
	background: none;
	border-bottom: 1px solid #646464;
}
.about_box6_form_list_text::-webkit-input-placeholder{
	color: #444;
}

.about_box6_form_list_btn{
	display: block;
	width: 120px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #5eb939;
	border: none;
}



/* case_list */
.sub_banner{
	height: 450px;
	padding-top: 123px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.sub_banner_con{
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;	
}

.location2{
	font-size: 14px;
	color: #888;
	
}
.location2 .wp1400{
	position: relative;
	z-index: 2;
	top: -30px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	height: 60px;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	background: #fff;
	padding: 0 15px;
	box-shadow: 0 0 7px rgba(0,0,0,.15);
}
.location2 .location_icon{
	color: #222;
}
.location2 .location_tt{
	color: #222;
}
.location2 a{
	color: #888;
	margin: 0 3px;
}
.location2 a:hover{
	color: #5eb939;
}



.case_list1 dd{
	margin-bottom: 20px;
}
.case_list1_item{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 30px;
	background: #f5f5f5
}

.case_list1_pic{
	width: 36%;
	overflow: hidden;
}
.case_list1_pic img{
	width: 100%;
}
.case_list1_con{
	width: 60%;
	padding: 15px 0;
}
.case_list1_tt{
	color: #222;
	margin-bottom: 8px;
}
.case_list1_text{
	color: #999;
	margin: 8px 0 15px 0;
}

.case_list1_more_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.case_list1_more{
	width: 140px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #444;
	background: #e1e1e1;
	margin-right: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.case_list1_date_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 16px;
	color: #888;
	margin: 0 8px;
}
.case_list1_date_item .icon{
	font-size: 18px;
	color: #5eb939;
	margin-right: 8px;
}

.case_list1_item:hover .case_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.case_list1_item:hover .case_list1_more,
.news_list2_item:hover .case_list1_more{
	color: #fff;
	background: #5eb939;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.case_list1 dd:nth-child(2n)  .case_list1_item{
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

/* page */
.page{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-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;
	padding: 3% 0 0 ;
}
.page a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #666;
	background: #f5f5f5;
	margin: 0 5px;
}

.page a:hover,
.page a.hover{
	color: #fff;
	background: #5eb939;
}
.page a.page_btn{
	width: auto;
	padding: 0 15px;
}


/* case_det */
.news_det_tip{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-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;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #eee;
}

.news_det_tip .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	color: #666;
	margin-right: 30px;
}
.news_det_tip .item .icon{
	font-size: 18px;
	margin-right: 8px;
}

.news_det_con{
	padding: 28px 0;
}
.news_det_con img{
	max-width: 100%;
}

.news_det_tags{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_det_tags_tt{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-right: 8px;
}
.news_det_tags_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_det_tags_con a{
	color: #999;
	font-size: 16px;
	margin: 0 12px 12px 0;
}
.news_det_tags_con a:hover{
	color: #5eb939;
}


.case_det_page{
	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: 3%;
}
.case_det_page_item{
	width: 48.5%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	color: #999;
	height: 60px;
	font-size: 16px;
	padding: 0 30px;
	background: #eee;
}
.case_det_page_item .tt{
	width: 45px;
	font-size: 16px;
}
.case_det_page_item .text{
	width: calc(100% - 45px);
}
.case_det_page_item:hover{
	color: #fff;
	background: #5eb939;
}

/* contact */
.contact_box1{
	position: relative;
}
.contact_box1_float{
	position: absolute;
	left: 0;
	top: 0;
	width: 37.5%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	background: rgba(18,71,142,.8) url(../images/contact_bg1.png) no-repeat center center / 100% auto;
	padding: 30px 4%;
}
.contact_box1_float_title1{
	margin-bottom: 15px;
}
.contact_box1_float_title1 .tt{
	color: #fff;
	line-height: 1;
	padding-left: 7px;
	border-left: 11px solid #5eb939;
}
.contact_box1_float_title1 .text{
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	margin: 10px 0 20px;
}
.contact_box1_float_title1 .line{
	width: 172px;
	height: 1px;
	background: #fff;
}
.contact_box1_float_mail{
	display: block;
	color: #fff;
	margin-bottom: 20px;
}
.contact_box1_float_list .item{
	margin-bottom: 20px;
}
.contact_box1_float_list .item .tt{
	font-size: 14px;
	color: #fff;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 12px;
}
.contact_box1_float_list .item .tt .icon{
	font-size: 18px;
	margin-right: 7px;
}

.contact_box1_float_list .item .text{
	color: #fff;
	font-size: 18px;
}
.contact_box1_float_list .item .text a{
	color: #fff;
}

.contact_box1_map iframe{
	display: block;
	width: 100%;
	height: 816px;
	overflow: hidden;
}


.contact_box1_sm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	background: #fff;
	height: 90px;
	border-radius: 45px;
	box-shadow: 0 3px 5px rgba(0,0,0,.15);
	position: relative;
	top: -45px;
}
.contact_box1_sm .icon{
	font-size: 32px;
	margin: 0 20px;
}
.contact_box1_sm .icon:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.contact_box1_sm .icon:nth-child(1){
	color: #4064ac;
}
.contact_box1_sm .icon:nth-child(2){
	color: #2464ad;
}
.contact_box1_sm .icon:nth-child(3){
	color: #cc065d;
}
.contact_box1_sm .icon:nth-child(4){
	color: #1c9cea;
}
.contact_box1_sm .icon:nth-child(5){
	color: #f00;
}
.contact_box1_sm .icon:nth-child(6){
	color: #db0023;
}
.contact_box1_sm .icon:nth-child(7){
	color: #000;
}



/* news_list */
.sub_nav_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-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;
	margin-bottom: 30px;
}
.sub_nav_bars .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 0 37px;
	height: 60px;
	font-size: 18px;
	color: #888;
	margin: 0 20px 10px;
	border: 1px solid #888;
}
.sub_nav_bars .item .icon{
	font-size:28px;
	margin-right: 8px;
}

.sub_nav_bars .item:hover,
.sub_nav_bars .item.hover{
	color: #fff;
	background: #5eb939;
	border-color: #5eb939;
}


.news_list2 dd{
	margin-bottom: 25px;
}
.news_list2_item{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 35px;
	background: #f5f5f5;
}

.news_list2_pic{
	width: 282px;
	overflow: hidden;
}
.news_list2_pic img{
	width: 100%;
}

.news_list2_con{
	width: calc(100% - 282px);
	padding-left:3.5%;
}
.news_list2_tt{
	color: #222;
	margin-bottom: 10px;
}
.news_list2_time{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 16px;
	color: #888;
}
.news_list2_time .icon{
	color: #5eb939;
	margin-right: 7px;
}

.news_list2_text{
	color: #999;
	margin: 5px 0 15px;
}
.news_list2_item:hover .news_list2_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}





/* pro_cover */
.pro_cover_list1_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-radius: 10px;
	margin-bottom: 28px;
	overflow:hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.pro_cover_list1_con{
	width: 50%;
	background: #5eb939;
	padding: 20px 5%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.pro_cover_list1_tt{
	margin-bottom: 10px;
}
.pro_cover_list1_pic{
	width: 50%;
	overflow: hidden;
}
.pro_cover_list1_pic img{
	width: 100%;
}

.pro_cover_list1_item:hover .pro_cover_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



.pro_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_list1 dd{
	width: calc((100% - 48px) / 3);
	margin: 0 24px 24px 0;
	text-align: center;
	border-radius: 10px;
	background:#fcfcfc;
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
.pro_list1_item{
	display: block;
	padding: 20px;
}
.pro_list1_pic{
	overflow: hidden;
	margin-bottom: 10px;
}
.pro_list1_pic img{
	width: 100%;
}
.pro_list1_tt{
	color: #222;
}

.pro_list1_item:hover .pro_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}




/* pro_list */
.sub_pro_nav_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 37px;
}
.sub_pro_nav_bars a{
	width: calc((100% - 42px) / 8);
	height: 60px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	text-align: center;
	margin: 0 6px 6px 0;
	background: #fff;
}
.sub_pro_nav_bars a.hover,
.sub_pro_nav_bars a:hover{
	color: #fff;
	background: #5eb939;
}


.pro_list3{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_list3 dd{
	width: calc((100% - 80px) / 3);
	background: #fff;
	box-shadow:  0 0 5px rgba(0,0,0,.15);
	margin: 0 40px 40px 0;
}

.pro_list3_item{
	position: relative;
	height: 100%;
}
.pro_list3_item_l{
	width: 100%;
	padding:30px;
}
.pro_list3_item_pic{
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.pro_list3_item_tt{
	font-size: 20px;
	color: #333;
}
.pro_list3_item_text{
	color: #999;
	margin: 12px 0 25px;
}
.pro_list3_item_btn_box{
	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;
}
.pro_list3_item_btn{
	width: 49%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	max-width: 160px;
	height: 40px;
	font-size: 15px;
	color: #12478e;
	border: 1px solid #12478e;
}
.pro_list3_item_btn .icon{
	font-size: 20px;
	margin-right: 7px;
}
.pro_list3_item_btn.hover{
	background: #5eb939;
	color: #fff;
	border-color: #5eb939;
}

.pro_list3_item_r{
	opacity: 0;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 2;
	height: 100%;
	width: calc(100% + 40px);
	background: #fff;
	box-shadow: -5px 0 5px -5px transparent,
				0 -5px 5px -5px rgba(0,0,0,.15),
				0 5px 5px -5px rgba(0,0,0,.15),
				5px 0 5px -5px rgba(0,0,0,.15);
	padding: 30px;
	-ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	overflow-y: auto;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_list3_item_r_tt{
	font-size: 18px;
	color: #222;
	margin-bottom: 20px;
}
.pro_list3_item_r_text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 24px;
}

.pro_list3_item_r_clm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_list3_item_r_clm_item{
	display: block;
	width: 138px;
	padding: 20px 15px;
	text-align: center;
	border: 1px solid #e1e1e1;
	margin: 0 8% 0 0;
} 
.pro_list3_item_r_clm_item:last-child{
	margin-right: 0;
}
.pro_list3_item_r_clm_item .icon{
	font-size: 48px;
	color: #5eb939;
	margin-bottom: 20px;
}
.pro_list3_item_r_clm_item .tt{
	font-size: 15px;
	color: #222;
}
.pro_list3_item_r_clm_item:hover{
	box-shadow:  0 0 5px rgba(0,0,0,.15);
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.pro_list3_item:hover .pro_list3_item_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.pro_list3_item:hover .pro_list3_item_r{
	opacity: 1;
	-webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}


.pro_page_box a{
	background: #fff;
}



/* pro_det */
.sub_banner_prodet_box{
	height: 205px;
}
.pro_det_t_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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 40px 50px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

.pro_det_pic_scroll{
	width: 48%;
}
.pro_det_pic_scroll .item{
	/*background: #f5f5f5;*/
}
.pro_det_pic_scroll.owl-theme .owl-dots{
	position: absolute;
	left: 0;
	bottom: 8px;
}

.pro_det_t_inf{
	width: 48%;
}

.pro_det_t_r_text{
	padding: 25px 0 40px;
}
.pro_det_t_r_text .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	font-size: 14px;
	color: #888;
	line-height: 30px;
}
.pro_det_t_r_text .item .tt{
	width: 155px;
}
.pro_det_t_r_text .item text{
	width: calc(100% - 155px);
}


.pro_det_t_r_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 30px;
}

.pro_det_t_r_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 200px;
	height: 50px;
	font-size: 16px;
	color: #5eb939;
	border: 1px solid #5eb939;
	margin: 0 24px 0 0;
}
.pro_det_t_r_btn .icon{
	font-size: 22px;
	margin-right: 8px;
}
.pro_det_t_r_btn:last-child{
	margin-right: 0;
}
.pro_det_t_r_btn.hover{
	color: #fff;
	background: #5eb939;
}

.pro_det_t_share{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.pro_det_t_share .tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 16px;
	color: #888;
}

.pro_det_t_share .tt .icon{
	font-size: 18px;
	margin-right: 7px;
}



.pro_det_b_bars_box{
	position: relative;
	height: 80px;
	width: 100%;
}
.pro_det_b_bars_rela{
	width: 100%;
	position: relative;
	z-index: 3;
	background: #f5f5f5;
	border-bottom: 2px solid #5eb939;
}
.pro_det_b_bars{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_bars .item{
	width: 25%;
	height: 78px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #666;
	font-size: 18px;
	font-family: "GTWalsheimPro-Bold";
}
.pro_det_b_bars .item .icon{
	font-size: 30px;
	margin-right: 8px;
}
.pro_det_b_bars .item.hover{
	color: #5eb939;
}


.pro_det_b_title1{
	color: #222;
	font-family: "GTWalsheimPro-Bold";
	padding-left: 23px;
	position: relative;
	margin-bottom: 20px;
}
.pro_det_b_title1::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 24px;
	background: #5eb939;
	margin-top: -10px;
}


.pro_det_b_tabs_item{
}
.pro_det_b_list1 dd{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 60px;
}
.pro_det_b_list1 dd:last-child{
	margin-bottom: 0;
}
.pro_det_b_list1_con{
	width: 36.4%;
}

.pro_det_b_list1_pic{
	width: 57.14%;
	border-radius: 20px;
	overflow: hidden;
}
.pro_det_b_list1_pic img{
	width: 100%;
}
.pro_det_b_list1_pic_video a{
	display: block;
	position: relative;
	overflow: hidden;
}
.pro_det_b_list1_pic_video a>img{
	width: 100%;
}
.pro_det_b_list1_pic_video a .icon{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	background: rgba(34,34,34,.5);
}
.pro_det_b_list1_pic_video a .icon img{
	max-width: 100%;
	width: auto;
}
.pro_det_b_list1_pic_video a:hover>img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.pro_det_b_list1_tt{
	color: #222;
	font-family: "GTWalsheimPro-Bold";
	margin-bottom: 10px;
}

.pro_det_b_list1 dd:nth-child(2n){
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

#pro_det_b_tabs_item2{
	background: url(../images/pro_det_bg1.jpg) no-repeat center center / cover;
}


.pro_det_adv_list {
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_adv_list dd{
	width: calc((100% - 180px) / 4);
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 50px 2%;
	margin: 0 60px 0 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_adv_list dd:last-child{
	margin-right: 0;
}

.pro_det_adv_list_tt{
	color: #222;
	font-size: 18px;
	font-family: "GTWalsheimPro-Bold";
}
.pro_det_adv_list_line{
	width: 80px;
	height: 2px;
	background: #5eb939;
	margin: 15px auto 12px;
}

.pro_det_adv_list dd:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.pro_det_b_tabs_item table{
	width: 100%;
}
.pro_det_b_tabs_item table tr td{
	padding: 8px;
	border: 1px solid #fff;
	text-align: center;
}
.pro_det_b_tabs_item table tr{
	background: #ededed;
}
.pro_det_b_tabs_item table tr:nth-child(2n){
	background: #f5f5f5;
}
.pro_det_b_tabs_item table tr:first-child{
	color: #fff;
	font-family: "GTWalsheimPro-Bold";
	background: #5eb939;
}


.pro_det_app_scroll_box{
	position: relative;
	margin-bottom: 40px;
}

.pro_det_app_scroll .item a{
	display: block;
	overflow: hidden;
}

.pro_det_app_scroll_btn_prev{
	left: -30px;
	z-index: 2;
}
.pro_det_app_scroll_btn_next{
	right: -30px;
	z-index: 2;
}
.pro_det_app_scroll .item a:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



.tags_list_box{
	padding: 25px 0 0;
	border-top: 1px solid #ababab;
}
.tags_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.tags_list a{
	line-height: 28px;
	padding: 0 13px;
	font-size: 14px;
	color: #888;
	border: 1px solid #f5f5f5;
	margin: 0 7px 14px;
}
.tags_list a:hover{
	color: #fff;
	background: #5eb939;
}



/* service */
.service_box1{
	padding: 100px 0 70px;
	background: url(../images/service_bg1.jpg) no-repeat center center / cover;
}


.service_box2{
	background: url(../images/service_bg2.jpg) no-repeat center center / cover;
}
.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: 25%;
	height: 280px;
	text-align: center;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 20px 3%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_box2_list dd:hover{
	background: #5eb939;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_box2_list dd .icon{
	font-size: 68px;
	margin-bottom: 26px;
}
.service_box2_list dd .tt{
	font-size: 18px;
}


.service_box3_title{
	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;
}

.service_box3_title_more{
	font-size: 14px;
	color: #5eb939;
}

.service_case_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.service_case_list dd{
	width: calc((100% - 50px) / 3);
	margin: 0 25px 25px 0;
}
.service_case_list dd a{
	display: block;
}

.service_case_list_pic{
	overflow: hidden;
}
.service_case_list_pic img{
	width: 100%;
}
.service_case_list_con{
	padding: 14px 10px;
}
.service_case_list_time{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.service_case_list_time .clm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	color: #888;
	margin: 0 13px 13px 0;
}
.service_case_list_time .clm .icon{
	font-size: 18px;
	margin-right: 5px;
}

.service_case_list_tt{
	font-size: 20px;
	color: #333;
	margin-bottom: 7px;
}

.service_case_list_text{
	color: #666;
}

.service_case_list dd a:hover .service_case_list_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



.service_box4_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.service_box4_list dd{
	width: 25%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.service_box4_list dd .pic{
	width: 100%;
	overflow: hidden;
}
.service_box4_list dd .pic img{
	width: 100%;
}
.service_box4_list dd .tt{
	color: #222;
	line-height: 76px;
	text-align: center;
	background: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_box4_list dd:nth-child(2n){
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
}
.service_box4_list dd:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.service_box4_list dd:hover .tt{
	color: #fff;
	background: #5eb939;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.service_down_list {
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.service_down_list dd{
	width: calc((100% - 20px) / 3);
	border: 1px solid #e5e5e5;
	margin: 0 10px 10px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_down_list dd a{
	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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	height: 100px;
	padding: 15px 7%;
}
.service_down_list dd a .tt{
	width: calc(100% - 40px);
	font-size: 18px;
	color: #222;
	text-decoration: underline;
}
.service_down_list dd a .icon{
	width: 40px;
	color: #5eb939;
	font-size: 40px;
	text-align: center;
}
.service_down_list dd:hover{
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}







/* application */
.appli_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.appli_list1 dd{
	width: calc((100% - 80px) / 3);
	margin: 0 40px 40px 0;
}
.appli_list1 dd a{
	display: block;
	overflow: hidden;
}
.appli_list1 dd .pic{
	overflow: hidden;
}
.appli_list1 dd .pic img{
	width: 100%;
}
.appli_list1 dd .tt{
	color: #222;
	padding: 25px 0;
	line-height: 1.3;
	text-align: center;
	background: #f5f5f5;
}
.appli_list1 dd a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


/* app_det */
.app_det_t{
	padding: 80px 0 55px;
}
.app_det_t_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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.app_det_t_pic{
	width: 50%;
}

.app_det_t_r{
	width: 46%;
}

.app_det_title1{
	margin-bottom: 18px;
}

.app_det_t_r_time{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.app_det_t_r_time .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	margin-right: 25px;
}
.app_det_t_r_time .item:last-child{
	margin-right: 0;
}
.app_det_t_r_time .item .icon{
	font-size: 18px;
	margin-right: 7px;
}

.app_det_t_r_text{
	color: #666;
	line-height: 30px;
	padding: 20px 0 30px;
}
.app_det_b_text{
	color: #666;
}
.app_det_b_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.app_det_b_list1 dd{
	width: calc((100% - 30px) / 4);
	overflow: hidden;
	margin: 0 10px 10px 0;
}
.app_det_b_list1 dd:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



.rela_news_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.rela_news_list1 dd{
	width: calc((100% - 50px) / 3);
	margin: 0 25px 25px 0;
	box-shadow: 0 0 10px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.rela_news_list1_item{
	display: block;
	height: 100%;
	padding: 35px 6%;
}
.rela_news_list1_item_time{
	font-size: 14px;
	color: #888;
}
.rela_news_list1_item_tt{
	font-size: 20px;
	color: #333;
	line-height: 1.4;
	margin: 8px 0 8px;
}

.rela_news_list1_item_text{
	color: #888;
}

.rela_news_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* video_cover */
.sub_banner_video_box{
	height: 180px;
}
.sub_banner_video{
	/* height: 790px; */
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.video_cover_iframe_box{
	position: relative;
}
.video_cover_iframe{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
.video_cover_iframe_bg{
	margin-bottom: 3%;
}

.video_cover_title_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;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 40px;
}

.video_cover_title{
	color: #333;
	font-family: "GTWalsheimPro-Bold";
	position: relative;
}
.video_cover_title .tt{
	position: relative;
	z-index: 1;
}
.video_cover_title::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 0;
	width: 100%;
	height: 10px;
	background: #5eb939;
}
.video_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.video_list1 dd{
	width: calc((100% - 60px) / 3);
	margin: 0 30px 30px 0;
}

.video_list1_item{
	display: block;
}
.video_list1_pic{
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.video_list1_pic>img{
	width: 100%;
}
.video_list1_tip{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items:flex-end;
	padding: 0 20px 16px;
	background: url(../images/video_item_bg.png) repeat-x center bottom; 
}
.video_list1_tip .icon{
	width: 30px;
}
.video_list1_tip .icon img{
	max-width: 100%;
}
.video_list1_tip .duration{
	font-size: 18px;
	color: #fff;
}
.video_list1_tt{
	font-size: 18px;
	font-weight: bold;
}
.video_list1_item:hover .video_list1_pic>img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}






.open_inq{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 300px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
    transition:all 0.5s;
        -webkit-transition:all 0.5s;
}

.open_inq_rela{
    position: relative;
    padding: 25px 10%;
    width: 100%;
}
.open_inq_btn{
    position: absolute;
    right: -20px;
    top: -20px;
    width: 20px;
    height: 20px;
    background: url(../images/inq_btn_icon.png) no-repeat center center / 100% auto;
    cursor: pointer;
}
.open_inq_btn.hover{
    background: url(../images/inq_btn_icon2.png) no-repeat center center / 100% auto;
}
.open_inq .about_box6_form_list dd{
    width: 100%;
}

.open_inq.hover{
    left: -300px;
    transition:all 0.5s;
        -webkit-transition:all 0.5s;
}




































