/**
 *               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:"Microsoft YaHei",arial,verdana;
}
input, button, textarea,select,button{
	font-family:"Microsoft YaHei",arial,verdana;	
}


.head_zwf{
	height: 83px;
}


.header_fix{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	background: rgba(32,32,32,.4);
	box-shadow: 0 0 7px rgba(115,115,115,.15);
}
.header_fix.hover{
	background: rgba(255,255,255,.95);
}
.header{
	height:83px;
	width: 100%;
	position: relative;
}
.header .wrapper{
	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;
}

.logo{
	width: 200px;
	height:83px;
	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;
	max-width: 100%;
}
.logo .pic1{
	display: none;
}
.logo .pic2{
	display: block;
}

.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{
	width: 100%;
	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;
	height: 83px;
	margin: 0 22px;
	position: relative;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	line-height:83px;
	font-size: 16px;
	border-bottom: 5px solid transparent;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.menu_tt .text::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	-ms-transform: translateY(7px);
	-webkit-transform: translateY(7px);
	transform: translateY(7px);
	width: 100%;
	height: 4px;
	background: #34ccaa;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.menu_dl dd.hover .menu_tt .text{
	color: #34ccaa;
}
.menu_dl dd.hover .menu_tt .text::after{
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 83px;
	z-index: 4;
	width: 150px;
	background: #fff;
	box-shadow: 0 0 8px rgba(115,115,115,.2);
	border-bottom: 4px solid #0dbc95;
}
.menu_down a{
	display: block;
	font-size: 14px;
	line-height: 1.7;
	padding: 6px 0;
	text-align: center;
	color: #202020;
}
.menu_down a:hover{
	color: #34ccaa;
}


.head_tel a{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
}
.head_tel a .icon{
	color: #fff;
	font-size: 22px;
	margin-right: 10px;
}
.head_tel a:hover{
	color: #34ccaa;
	text-decoration: underline;
}

.head_r{
	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;
	width: 90px;
}
.head_search{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.search_box{
	display: none;
	position: fixed;
	left:0;
	top: 83px;
	z-index: 5;
	width:100%;
}
.search_box .wrapper form{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 20px;
	background: #f5f5f5;
}
.search_box_text{
	width: calc(100% - 90px);
	line-height: 70px;
	border: 0;
	font-size: 14px;
	padding-left: 10px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 16px;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #34ccaa;
	font-size: 26px;
	background: none;
	border: 0;
}
.search_box_close{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #b2b2b2;
	margin-left: 10px;
	border: 0;
	background: none;
	transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
}
.search_box_close:hover{
	transform: rotateZ(135deg);
    -webkit-transform: rotateZ(135deg);
}


.head_lag{
	position: relative;
	height: 40px;
	width: 40px;
}
.head_lag_tt{
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.head_lag_tt .icon1{
	font-size:14px;
	text-align: center;
}

.head_lag_down{
	display: none;
	position: absolute;
	right: 0;
	top: 40px;
	width: 90px;
	text-align: center;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 0 5px rgba(115,115,115,.2);
}
.head_lag_down a{
	display: block;
	font-size:14px;
	line-height: 1.8;
}
.head_lag_down a:hover{
	color: #34ccaa;
}
.header_fix.hover .logo .pic1{
	display: block;
}
.header_fix.hover .logo .pic2{
	display: none;
}
.header_fix.hover .menu_dl dd .menu_tt .text,
.header_fix.hover .head_tel a,
.header_fix.hover .head_search,
.header_fix.hover .head_lag_tt{
	color: #444;
}
.header_fix.hover .head_tel a .icon{
	color: #44dab9;
}
/*
 * wap head
 */
.mobile_header{
	display: none;
	clear: both;
	height: 52px;
}
.mobile_header_top{
	width: 100%;
	height: 52px;
	position: fixed;
	left: 0;
	top:-1px;
	z-index: 7;
	background:#fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 140px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 36px;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 14px 12px 8px 12px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 3px;
	width: 32px;
	background: #44dab9;
	border-radius: 4px;
	margin-bottom: 7px;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #333;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}
.mobile_lag_icon{
	width: 40px;
	height: 52px;
	color: #333;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}
.mobile_lag_box{
	display: none;
	position: fixed;
	left: 0;
	top: 51px;
	z-index: 7;
	width: 100%;
	text-align: center;
	padding: 20px;
	background: #f1f1f1;
}
.mobile_lag_box a{
	display: inline-block;
	width: 120px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	background: #44dab9;
}


.mobile_menu_box{
	position: fixed;
	right: -240px;
	top:0;
	z-index: 8;
	width:220px;
	background: #fafafa;
	padding: 20px 10px;
	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: 20px;
	margin-bottom: 8px;
}
.mobile_menu_tt{
	font-size: 18px;
	margin-bottom: 6px;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	line-height: 30px;
	text-transform: capitalize;
}
.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 12px;
}
.mobile_menu_down a{
	display: block;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 5px;
}

.mobile_menu_tt_icon.hover{
	transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}

.mobile_menu_down2 a{
	display: block;
	font-size: 14px;
	line-height: 1.3;
	padding: 6px 0;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #44dab9;
}






.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: 22px;
	color: #44dab9;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}


.mask,.mobile_menu_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	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;
	position: relative;
}
.banner_box_item{
	position: absolute;
	width: 31px;
	height: 31px;
}
.banner_box_item_rela{
	position: relative;
	width: 31px;
	height: 31px;
}
.banner_box_item_con{
	display: none;
}
.banner_box_item_tt{
	width: 31px;
	height: 31px;
	border: 8px solid rgba(218,10,10,.7);
	border-radius: 50%;
	background: #fff;
}
.banner_box_item_icon{
	position: absolute;
	left: 23px;
	top: 16px;
	width: 46px;
	height: 1px;
	background: #fff;
}
.banner_box_item_text{
	position: absolute;
	top: 50%;
	left: 69px;
	width: 180px;
	height: 180px;
	font-size: 16px;
	font-family: "OPEN SANS BOLD";
	margin-top: -90px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50%;
	background: rgba(255,255,255,.85);
}





.banner.owl-theme .owl-controls{
	position: absolute;
	right: 4.6%;
	top:0;
	width: 12px;
	height: 100%;
}
.banner.owl-theme .owl-dots{
	height: 100%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner.owl-theme .owl-dots .owl-dot{
	width: 13px;
	height: 13px;
	border:4px solid rgba(68,218,85,0);
	border-radius: 50%;
	margin:10px 0;
}
.banner.owl-theme .owl-dots .owl-dot span{
	display: block;
    width:5px;
	height: 5px;
	margin: 0;
	padding: 0;
    border-radius: 5px;
	background: #fff;
	border-radius: 50%;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner.owl-theme .owl-dots .owl-dot.active{
	border-color: ;
}
.banner.owl-theme .owl-dots .owl-dot.active, 
.banner.owl-theme .owl-dots .owl-dot:hover{
	border:4px solid #44dab9;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.banner_btn_b{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
}
.button_box{
	width: 144px;
	height: 70px;
	background: #fff;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px;
}
.button_item{
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #c3c3c3;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	margin: 0 4px;
	position: relative;
}

.button_item_prev{
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.button_item_next::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -4px;
	width: 1px;
	height: 14px;
	margin-top:-12%;
	background: #c3c3c3;
}
.button_item:hover{
	color: #9d9d9d;
}



/* ind_box1 */
.main_content{
	padding: 60px 0;
	background: #fff;
}
.main_content.bg_db{
	background: #dbe8ef;
}
.ind_title1{
	display: block;
	margin-bottom: 45px;
}
.ind_title1 .tt_en{
	font-size: 30px;
	font-family: arial;
	padding-left: 30px;
	position: relative;
}
.ind_title1 .tt_en::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 1px;
	width: 18px;
	height: 3px;
	margin-top: -2px;
	background: #0dbc95;
}
.ind_title1 .tt_cn{
	font-size: 24px;
	color: #666;
	padding-left: 30px;
}



.ind_box1_wrap{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ind_solu_bars{
	width: 180px;
}
.ind_solu_bars .item{
	font-size: 14px;
	color: #888;
	position: relative;
	padding-left: 20px;
	padding: 10px 0 10px 20px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 20px 0;
	cursor: pointer;
}
.ind_solu_bars .item::before{
	content: "";
	display: block;
	width: 1px;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	background: #0dbc95;
	margin-top: -7px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.ind_solu_bars .item.active{
	color: #0dbc95;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.ind_solu_bars .item.active::before{
	height: 14px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}



.ind_box1_r{
	width: calc(100% - 200px);
	position: relative;
}
.ind_solu_scroll{
	width: 85%;
}
.ind_solu_scroll .item{
}

.ind_solu_tabs_item{
	display: block;
	position: relative;
}
.ind_solu_tabs_item .pic{
	width: 49.01%;
	overflow: hidden;
}
.ind_solu_tabs_item .con{
	position: absolute;
	right: 0;
	top: 15%;
	width:61.9%;
	padding: 5%;
	background: #fff;
}
.ind_solu_tabs_item .con .tt{
	font-size: 24px;
	color: #444;
	margin-bottom: 17px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.ind_solu_tabs_item .con .text{
	font-size: 14px;
	line-height: 1.7;
	color: #666;
}
.ind_solu_tabs_item:hover .con .tt{
	color: #34ccaa;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.ind_solu_tabs_item:hover .pic img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}

.ind_solu_r_con{
	position: absolute;
	right: 0;
	bottom: 0;
}
.ind_solu_r_con_icon{
	position: absolute;
	right: 0;
	bottom: 212px;
}
.ind_solu_r_con .icon{
	display: block;
	margin-bottom: 30px;
}
.ind_solu_r_con{
	width:15%;
}
.ind_solu_r_con .ind_solu_r_btn{
	position: relative;
	left: -50%;
	width: 100%;
	z-index: 2;
}
.ind_solu_r_con_next{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	display: block;
	width: 100%;
	max-width: none;
}
.ind_pro_title{
	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;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ind_pro_title_r{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.ind_pro_title_r a{
	display: block;
	font-size: 14px;
	color: #444;
	margin: 0 13px;
}
.ind_pro_title_r a.more{
	color: #34ccaa;
}
.ind_pro_title_r a:hover{
	color: #34ccaa;
	text-decoration: underline;
}
.ind_pro_scroll.owl-carousel .owl-wrapper-outer{
	padding: 3px 0;
}
.ind_pro_scroll .item a{
	display: block;
	text-align: center;
	background: #fff;
}
.ind_pro_scroll .item a .pic{
	overflow: hidden;
}
.ind_pro_scroll .item a .pic img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}
.ind_pro_scroll .item a .tt{
	font-size: 14px;
	line-height: 1.6;
	color: #444;
	padding:10px 0 20px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.ind_pro_scroll .item a:hover{
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-sizing:  0 0 10px rgba(115,115,115,.15);
}
.ind_pro_scroll .item a:hover .tt{
	color: #34ccaa;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}

.ind_pro_scroll.owl-theme .owl-controls{
    padding-top: 50px;
}
.ind_pro_scroll.owl-theme .owl-dots{
	
}
.ind_pro_scroll.owl-theme .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.ind_pro_scroll.owl-theme .owl-dots .owl-dot.active span, 
.ind_pro_scroll.owl-theme .owl-dots .owl-dot:hover span{
	background: #34ccaa;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}



/* ind_about */
.ind_about_box .wrapper{
	height: 813px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ind_about_l{
	width: 47.8%;
	color: #fff;
	position: relative;
	padding-top: 8%;
}
.ind_about_l::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 930px;
	height: 100%;
	background:#0dbc95 url(../images/ind_about_bg1.png) no-repeat center bottom;
}
.ind_about_l_con{
	padding: 0 25% 0 3%;
}
.ind_about_l_con{
	position: relative;
	z-index: 1;
	color: #000;
}
.ind_about_title{
	display: block;
	font-size: 72px;
	font-family: arial;
	color: #000;
	font-weight: bold;
	margin-bottom: 18px;
}
.ind_about_title2{
	font-size: 24px;
}
.ind_about_title3{
	font-size: 18px;
	margin: 7px 0 18px;
}
.ind_about_text{
	font-size: 14px;
	color: #000;
	line-height: 1.6;
	margin-bottom: 28px;
}
.ind_about_more{
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}
.ind_about_r{
	width: 52.2%;
	position: relative;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.ind_about_r::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 990px;
	height: 100%;
	background: url(../images/ind_about_01.jpg) no-repeat center center / cover;
}
.ind_about_r_con{
	position: relative;
	left: -15%;
	z-index: 2;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 6% 6%;
	background: #fff;
	border-radius: 5px;
}
.ind_about_r_con .item{
	width: 48%;
	padding: 0 3%;
	margin-bottom: 40px;
}
.ind_about_r_con .item:nth-child(3),
.ind_about_r_con .item:nth-child(4){
	margin-bottom: 0;
}
.ind_about_r_con .item a{
	display: block;
}
.ind_about_r_con .item .icon{
	font-size: 30px;
	color: #34ccaa;
	margin-bottom: 15px;
}
.ind_about_r_con .item .tt{
	font-size: 16px;
	color: #444;
}
.ind_about_r_con .item .line{
	width: 43px;
	height: 1px;
	background: #34ccaa;
	margin: 10px 0 18px;
}

.ind_about_r_con .item .text{
	font-size: 12px;
	line-height: 1.5;
	color:#888;
}
.ind_about_r_con .item a:hover{
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}



/* index case */
.ind_case_wrap{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ind_case_title{
	width: 230px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.ind_case_title .tt{
	font-size: 72px;
	line-height: 1;
	color: #13c59d;
	font-weight: bold;
	font-family: arial;
}
.ind_case_title .tt2{
	font-size: 24px;
	color: #444;
	margin: 26px 0 7px;
}
.ind_case_title .text{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

.ind_case_r{
	width: calc(100% - 290px);
	position: relative;
}
.ind_case_scroll{
	width: 100%;
}
.ind_case_scroll_item{
	position: relative;
	width: 100%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_case_scroll_item_pic{
	position: relative;
	z-index: 2;
	width: 55%;
	overflow: hidden;
	margin-bottom: 107px;
}
.ind_case_scroll_item_con{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 75%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 436px;
	background: #fff;
}
.ind_case_scroll_item_l{
	width: 39.5%;
}
.ind_case_scroll_item_r{
	width: 60.5%;
	padding: 20px 11%;
	position: relative;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.ind_case_scroll_item_r .icon{
	position: absolute;
	right:6%;
	top: 6%;
	width: 80px;
	height: 80px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 72px;
	color: #34ccaa;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.ind_case_scroll_item_r .tt{
	font-size: 18px;
	color: #444;
	position: relative;
	margin-bottom: 24px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.ind_case_scroll_item_r .text{
	font-size: 14px;
	color: #888;
	line-height: 1.7;
}

.ind_case_scroll_item:hover .ind_case_scroll_item_pic img{
	-ms-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
}
.ind_case_scroll_item:hover .ind_case_scroll_item_r .tt{
	color: #34ccaa;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.ind_case_scroll.owl-theme .owl-controls{
    padding-top: 20px;
}
.ind_case_scroll.owl-theme .owl-dots{
	
}
.ind_case_scroll.owl-theme .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.ind_case_scroll.owl-theme .owl-dots .owl-dot.active span, 
.ind_case_scroll.owl-theme .owl-dots .owl-dot:hover span{
	background: #34ccaa;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}


.ind_case_button{
	position: absolute;
	left: 25%;
	bottom: 20px;
	z-index: 2;
}


.ind_news_title_box{
	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;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 28px;
}
.ind_news_title{
	width: 300px;
}
.ind_news_title .tt{
	font-size: 30px;
	line-height: 1.2;
	color: #444;
	font-family: arial;
}
.ind_news_title .tt2{
	font-size: 24px;
	color: #666;
}

.ind_news_title_more{
	font-size: 16px;
	color: #34ccaa;
}


.ind_news_wrap{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ind_news_l{
	width:49%;
	max-width: 600px;
}
.ind_news_l a{
	display: block;
	color: #fff;
	background: #0dbc95;
}
.ind_news_l_pic{
	overflow: hidden;
}
.ind_news_l_pic img{
	display: block;
	width: 100%;
}

.ind_news_l_con{
	padding: 25px 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;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}

.ind_news_l_date .days{
	font-size: 48px;
	line-height: 1;
}

.ind_news_l_date .month{
	line-height: 1.7;
	font-size: 14px;
	margin: 5px 0 15px;
}
.ind_news_l_date .icon{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	width: 50px;
	height: 50px;
	font-size: 20px;
	color: #0dbc95;
	border-radius: 50%;
	background: #fff;
}
.ind_news_l_r{
	width: calc(100% - 94px);
}
.ind_news_l_r .tt{
	font-size: 18px;
}
.ind_news_l_r .line{
	height: 1px;
	background: #96d6c8;
	margin: 17px 0 15px;
}
.ind_news_l_r .text{
	font-size: 14px;
	line-height: 24px;
}

.ind_news_r{
	width: 48%;
}
.ind_news_list1 dt{
	margin-bottom: 35px;
}
.ind_news_list1 dt a{
	width: 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: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 5% 5%;
	box-shadow: 0 0 20px rgba(115,115,115,.2);
}
.ind_news_list1 dt .con{
	width: calc(100% - 100px);
}
.ind_news_list1 dt .con .tt{
	font-size: 18px;
	color: #444;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_news_list1 dt .con .line{
	width: 100%;
	height: 1px;
	background: #13c59d;
	margin: 15px 0 13px;
}
.ind_news_list1 dt .con .text{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.ind_news_list1 dt .time{
	width: 80px;
	color: #444;
	text-align: right;
}
.ind_news_list1 dt .time .days{
	font-size: 48px;
}
.ind_news_list1 dt .time .month{
	font-size: 14px;
}
.ind_news_list1 dt a:hover .con .tt{
	color: #44dab9;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_news_list1 dd{
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
}
.ind_news_list1 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;
	font-size: 14px;
}
.ind_news_list1 dd .tt{
	width: calc(100%  - 80px);
	color: #444;
	line-height: 28px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_news_list1 dd .time{
	width: 80px;
	color: #888;
	text-align: right;
}
.ind_news_list1 dd a:hover .tt{
	color: #44dab9;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

/* footer */
.footer_t{
	padding: 90px 0;
	background:#dbe8ef url(../images/footer_bg1.jpg) no-repeat center center / cover;
}
.footer_t_clm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 35px;
}
.footer_t_clm_item{
	padding-right: 5%;
	border-right:1px solid #c8d8e1;
	margin-right: 2%;
}
.footer_t_clm_item:last-child{
	border-right: none;
}
.footer_t_clm_name{
	font-size: 18px;
	color: #444;
	margin-bottom: 15px;
}
.footer_t_clm_sm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.footer_t_clm_sm .icon{
	width: 40px;
	font-size: 12px;
	color: #8ca2ad;
	text-align: center;
	margin-right: 12px;
	position: relative;
}
.footer_t_clm_sm .icon>img{
    width: 30px;
    height: 30px;
    margin: 5px;
}
.footer_t_clm_sm .icon .pic{
	display: none;
	position: absolute;
	left:-30px;
	bottom: 60px;
	width: 100px;
	height: 100px;
}
.footer_t_clm_sm .icon:hover{
	color: #44dab9;
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.footer_t_clm_sm .icon:hover .pic{
	display: block;
}
.footer_t_clm_item2_con{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.footer_t_clm_item2_con a{
	color: #666;
}
.footer_t_clm_item2_con a:hover{
	color: #44dab9;
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}


.footer_t_form{
	max-width: 1093px;
}

.footer_t_form_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-bottom: 40px;
}
.footer_t_form_l{
	width: 49%;
}
.footer_t_form_text,
.footer_t_form_area{
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 12px;
	font-size: 14px;
	color: #444;
	background: #c8d8e1;
	border: none;
	margin-bottom: 10px;
}
.footer_t_form_text:last-child{
	margin-bottom: 0;
}
.footer_t_form_r{
	width: 49%;
}
.footer_t_form_area{
	height: 100%;
	resize: none;
	padding-left: 15px;
	padding-top: 12px;
	line-height: 1.6;
}
.footer_t_form_text::-webkit-input-placeholder,
.footer_t_form_area:::-webkit-input-placeholder{
	color: #757575;
}


.footer_t_form_btn{
	display: block;
	width: 250px;
	height: 40px;
	color: #0dbc95;
	font-size: 14px;
	border: 1px solid #0dbc95;
	border-radius: 40px;
}
.footer_t_form_btn:hover{
	color: #fff;
	background: #0dbc95;
}


.footer_b{
	background: #2bb899;
	padding: 20px 0;
}
.footer_b .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}
.footer_b_text{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin: 0 10px;
}
.footer_b_text a{
	color: #fff;
}
.footer_b_text a:hover{
	text-decoration: underline;
}


.back_top{
	display: none;
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 4;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	background: #17bf8a;
	-webkit-transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
	cursor: pointer;
}


/* sub_banner */
.sub_banner{
	height:780px;
}
.sub_banner .wrapper{
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}
.sub_banner_about_con{
	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;
	color:#fff;
	padding-top: 5%;
}
.sub_banner_about_con .tt{
	font-size: 30px;
}
.sub_banner_about_con .tt2{
	font-size: 24px;
	padding: 8px 0;
}
.sub_banner_about_con .tt3{
	font-size: 16px;
}
.sub_banner_about_con .pic1{
	text-align: center;
	padding: 4% 0 9%;
}
.sub_banner_about_con .btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}
.sub_banner_about_con .btn_box .btn{
	display: block;
	width: 250px;
	line-height: 56px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #17bf8a;
	margin: 0 21px;
}
.sub_banner_about_con .btn_box .btn:hover{
	background: #17bf8a;
}



.about_box1{
	padding:80px 0;
}
.about_box1_clm1{
	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-bottom: 70px;
}


.about_box1_clm1_l{
	width: 38%;
	max-width: 279px;
	margin-left: 5%;
}
.sub_title1{
	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;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 32px;
}
.sub_title1 .icon{
	width: 23px;
	height: 42px;
	background: url(../images/sub_title1_icon.png) no-repeat center center / cover;
	margin-right: 12px;
}
.sub_title1 .tt2{
	color: #444;
	font-size: 18px;
	padding: 22px 0 0 15px;
}

.sub_title1_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 20px;
}
.sub_title1_list a{
	font-size: 14px;
	color: #0fa383;
	line-height: 30px;
	border: 1px solid #0fa383;
	padding: 0 15px;
	margin: 0 13px 13px 0;
}
.sub_title1_list a:hover{
	color: #fff;
	background: #0fa383;
}
.about_box1_clm1_l_text{
	font-size: 14px;
	line-height: 24px;
	color: #888;
	font-style: italic;
}

.about_box1_clm1_r{
	width: 61%;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	padding: 3% 8% 0;
	position: relative;
}
.about_box1_clm1_r_icon{
	position: absolute;
	left: 0;
	top:0;
	font-size: 70px;
	transform:scale(0.8,1);
	-webkit-transform:scale(0.8,1);
	color: #17bf8a;
}


.about_box1_clm2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.about_box1_clm2 dd{
	width: 25%;
	text-align: center;
	position: relative;
	border-right: 1px solid #e3e3e3;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box1_clm2 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;	
}
.about_box1_clm2 dd:last-child{
	border-right: none;
}

.about_box1_clm2 dd .num{
	font-size: 48px;
	font-weight: bold;
}
.about_box1_clm2 dd .text{
	font-size: 16px;
}


.about_box2{
	background: url(../images/about_bg1.png) no-repeat center center / cover;
	overflow: hidden;
}
.about_box2_text{
	width: 50%;
	margin: 8% 0 5% 5%;
	padding: 6% 4%;
	color: #fff;
	background: #17bf8a;
}
.about_box2_text .tt{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 7%;
}
.about_box2_text .text{
	font-size: 14px;
	line-height: 24px;
}


.about_box3{
	padding: 70px 0;
}
.about_box3 .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;
}
.about_box3_l{
	width: 50%;
	padding: 0 1% 0 8%;
	position: relative;
}
.about_box3_box3_l_pic{
	overflow: hidden;
}
.about_box3_box3_l_pic img{
	display: block;
	width: 100%;
}
.about_box3_l_title{
	position: absolute;
	left: 0;
	bottom: 0;
	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;
	width: 268px;
	height: 178px;
	color: #fff;
	background: #17bf8a;
	padding: 0 25px;
}
.about_box3_l_title .tt{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
.about_box3_l_title .text{
	font-size: 18px;
	line-height: 1.4;
}


.about_box3_r{
	width: 50%;
	padding: 0 4%;
}
.about_box3_faq dd{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	background: #fafafa;
	cursor: pointer;
	margin-bottom: 10px;
}
.about_box3_faq dd .num{
	font-size: 18px;
	color: #666;
	width: 49px;
	line-height: 62px;
	text-align: center;
	background: #f2f2f2;
	border-right: 1px solid #e3e3e3;
}
.about_box3_faq dd .con{
	width: calc(100% - 98px );
	padding:20px 15px;
}
.about_box3_faq dd .con .tt{
	font-size: 16px;
	line-height: 1.4;
}
.about_box3_faq dd .con .text{
	display: none;
	font-size: 14px;
	line-height: 1.6;
	color: #888;
	padding-top: 8px;
}
.about_box3_faq dd .icon{
	width: 49px;
	line-height: 49px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.about_box3_faq dd.hover .con .tt{
	color: #0ab07c;
}

.about_box4{
	background: #dbe8ef;
}
.about_box4_clm_scroll{
	position: relative;
}
.about_box4_clm{
	position: relative;
	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;
}
.sub_title2{
	margin-bottom: 40px;
}
.sub_title2 .tt{
	font-size: 40px;
	color: #444;
	font-weight: bold;
}
.about_box4_clm .sub_title2{
	position: absolute;
	left: 0;
	top: 60px;
}

.about_box4_clm_wrap{
	position: relative;
	
}
.about_box4_clm_l{
	width: 53%;
	
}
.about_box4_clm_l_con{
	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;
	padding: 4% 5% 0 1%;
}
.about_box4_clm_l_con .num{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	width: 113px;
	height: 113px;
	font-size: 72px;
	font-weight: bold;
	border-radius: 50%;
	color: #17bf8a;
	border: 1px solid #17bf8a;
}
.about_box4_clm_l_con .con{
	width: calc(100% - 113px);
	padding-left: 6%;
}
.about_box4_clm_l_con .con .tt{
	font-size: 16px;
	color: #444;
	font-weight: bold;
	margin-bottom: 14px;
}
.about_box4_clm_l_con .con .text{
	font-size: 14px;
	color: #666;
}
.about_box4_clm_r{
	width: 47%;
}
.about_box4_clm_r img{
	float: left;
	display: block;
	width: 920px !important;
	max-width: none !important;
}

.about_box4_btn{
	position: absolute;
	left: 53%;
	bottom: 0;
	width: 144px;
}
.about_box4_btn .button_box{
	background: #8c9ea8;
}
.about_box4_btn .button_item{
	color: #fff;
}
.about_box4_btn .button_item_next::after{
	background: #fff;
}
.about_box4_clm_scroll.owl-theme .owl-controls{
	padding-top: 50px;
	width: auto;
}
.about_box4_clm_scroll.owl-theme .owl-dots{
	text-align: left;
	padding-left: 3%;
}
.about_box4_clm_scroll.owl-theme .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #bdc7cd;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.about_box4_clm_scroll.owl-theme .owl-dots .owl-dot.active span, 
.about_box4_clm_scroll.owl-theme .owl-dots .owl-dot:hover span{
	background: #34ccaa;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}


.about_box5{
	background: #dbe8ef;
}
.about_box5 .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.about_box5_l{
	width: 53%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;

}
.about_box5_l_tt{
	width: 50%;
	position: relative;
	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;
}
.about_box5_l_tt::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top:0;
	width: 200%;
	height: 100%;
	background: #17bf8a;
}
.about_box5_l_tt .tt{
	font-size: 60px;
	line-height: 1.1;
	color: #8de0c6;
	font-weight: bold;
	position: relative;
	z-index: 2;
	margin-bottom: 18px;
}
.about_box5_l_tt .icon{
	position: relative;
	z-index: 2;
}
.about_box5_l_pic{
	width: 50%;
	overflow: hidden;
}
.about_box5_r{
	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;
	width: 47%;
	text-align: right;
}
.about_box5_r .tt1{
	font-size: 18px;
	color: #8c9ea8;
}
.about_box5_r .tt1 a{
	color: #8c9ea8;
}
.about_box5_r .text{
	padding: 6px 0;
}
.about_box5_r .text a{
	font-size: 48px;
	color: #72858f;
}


.about_box6{
	padding: 80px 0;
}
.sub_title3{
	margin-bottom: 30px;
}
.sub_title3 .tt{
	font-size: 40px;
	font-weight: bold;
	color: #444;
}
.sub_title3 .text{
	font-size: 14px;
	color: #888;
	padding-top: 10px;
	max-width: 608px;
	margin: 0 auto;
}

.about_honor_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 25px 0;
}
.about_honor_list1 dd{
	width: calc((100% - 100px) / 3);
	text-align: center;
	margin: 0 50px 3% 0;
}
.about_honor_list1 dd a{
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
}
.about_honor_list1 dd a:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.button_01{
	display: block;
	width: 274px;
	font-size: 18px;
	line-height: 58px;
	color: #fff;
	background: #17bf8a;
	border-radius: 4px;
}



/* case */
.sub_banner_case{
	height: 481px;
}
.sub_banner_case .wrapper{
	position: relative;
	height: 100%;
}
.sub_banner2_con{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 470px;
	height: 135px;
	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;
	color: #fff;
	padding: 0 3%;
}
.sub_banner2_con::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 220%;
	height: 100%;
	background: rgba(23,191,138,.9);
}
.sub_banner2_con .tt{
	font-size: 30px;
	font-family: arial;
	margin-bottom: 3px;
	position: relative;
	z-index: 2;
}
.sub_banner2_con .tt2{
	font-size: 18px;
	position: relative;
	z-index: 2;
}


.sub_case_page{
	padding: 50px 0;
}
.sub_title1_text{
	font-size: 14px;
	line-height: 24px;
	color: #888;
}
.case_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 25px 0;
}
.case_list1 dd{
	width: calc((100% - 60px) / 3);
	margin: 0 30px 30px 0;
}
.case_list1 dd a{
	display: block;
	overflow: hidden;
	padding: 30px;
	background: #f7f7f7;
	position: relative;
}
.case_list1 dd a .pic{
	overflow: hidden;
}
.case_list1 dd a .pic img{
	width: 100%;
}
.case_list1 dd a .con{
	padding: 18px 0 7px;
}
.case_list1 dd a .con .tt{
	font-size: 16px;
	color: #444;
	font-weight: bold;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.case_list1 dd a .con .line{
	width: 74px;
	height: 1px;
	background: #c1c1c1;
	margin: 12px 0 16px;
}
.case_list1 dd a .con .text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 33px;
} 
.case_list1 dd a .con .more{
	font-size: 14px;
	color: #00a470;
}
.case_list1 dd a .icon{
	position: absolute;
	right: 0;
	bottom: 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	width: 50px;
	height: 50px;
	font-size: 28px;
	color:rgba(255,255,255,.8);
	background: #17bf8a;
}
.case_list1 dd a:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.case_list1 dd a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.case_list1 dd a:hover .con .tt{
	color: #17bf8a;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

/* 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;
}
.page a{
	display: block;
	font-size: 14px;
	color: #666;
	padding: 0 8px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: 0 2px;
}
.page a:hover,
.page a.hover{
	color:#fff;
	background: #17bf8a;
	border: 1px solid #17bf8a;
}






/* case_Det */
.case_det_t{
	padding: 80px 0;
}
.case_det_t .wrapper{
	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;
}
.case_det_t_l{
	width: 47%;
}
.case_det_title{
	font-size: 30px;
	font-weight: bold;
}
.case_det_date{
	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;
	font-size: 14px;
	color: #888;
	padding: 15px 0 30px;
}

.case_det_date .item{
	margin-right: 4%;
}

.case_det_l_list .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	font-size: 14px;
	padding: 10px 0;
	line-height: 24px;
	border-top: 1px solid #dcdcdc;
}
.case_det_l_list .item .tt{
	width: 86px;
	font-weight: bold;
}
.case_det_l_list .item .text{
	width: calc(100% - 86px);
	color: #888;
}


.case_det_l_b{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 7%;
}

.case_det_l_btn{
	width: 300px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	background: #17bf8a;
}
.case_det_l_b_r{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	line-height: 24px;
	padding-left: 4%;
}
.case_det_l_b_r .tt{
	font-size: 14px;
	color: #444;
}
.case_det_l_b_r .btn{
	font-size: 24px;
	color: #0ab881;
}
.case_det_l_b_r .btn:hover{
	text-decoration: underline;
}


.case_det_t_r{
	width: 50%;
	padding: 0 1%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.case_det_t_r img{
	display: block;
	height: auto !important;
}



/* location */
.location{
	font-size: 14px;
	color: #444;
	line-height: 30px;
	padding: 15px 0;
	background: #e7e8ea;
}
.location a{
	color: #444;
}

.case_det_page{
	padding: 70px 0;
	background: #e7e8ea;
}

.case_det_page .wrapper{
	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;
}
.case_det_page_item{
	width: 47%;
}

.case_det_page_item a{
	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;
}
.case_det_page_item a .pic{
	width: 35%;
	overflow: hidden;
}

.case_det_page_item a .pic img{
	display: block;
}
.case_det_page_item a .con{
	width: 65%;
	padding-left: 6%;
}

.case_det_page_item a .con .tt1{
	font-size: 14px;
	color: #444;
	margin-bottom: 6%;
}
.case_det_page_item a .con .tt2{
	font-size: 16px;
	color:#444;
	font-weight: bold;
	margin-bottom: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.case_det_b{
	padding: 70px 0;
	background: #fff;
}
.case_det_b_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.case_det_b_list dd{
	width: 33.33%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	text-align: center;
	padding: 0 3% 15px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #f3f3f3;
}
.case_det_b_list dd:first-child{
	border-left: none;
}
.case_det_b_list dd:last-child{
	border-right: none;
}

.case_det_b_list dd .icon_box{
	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: 66px;
	height: 66px;
	font-size: 38px;
	border-radius: 50%;
	border: 1px solid #333;
}
.case_det_b_list dd .tt{
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin: 28px 0 14px;
}
.case_det_b_list dd .text{
	font-size: 14px;
	line-height: 24px;
	color: #888;
	max-width: 300px;
	min-height: 48px;
	margin: 0 auto;
	margin-bottom: 22px;
}
.case_det_b_list dd .btn{
	width: 220px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	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: #17bf8a;
}
.case_det_b_list dd .btn .icon{
	font-size: 20px;
	margin-right: 8px;
}
.case_det_b_list dd .case_det_b_search{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	border-radius: 5px;
	max-width: 300px;
	height: 50px;
	padding: 0 3px;
	margin: 0 auto;
	background:#eee;
	border: 1px solid #d6d6d6;
}
.case_det_b_list dd .case_det_b_search_tt{
	width: calc(100% - 62px);
	height: 42px;
	padding-left: 15px;
	border: none;
}
.case_det_b_list dd .case_det_b_search_btn{
	width: 62px;
	height: 42px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #17bf8a;
	border-radius: 3px;
	border: none;
}
.










.case_det_page_item a .con .text{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}

.case_det_page_item a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.case_det_page_item a:hover .con .tt2{
	color: #17bf8a;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* case_list2 */
.sub_case_page2{
	padding: 80px 0;
}
.case_list2{
	padding: 30px 0;
}
.case_list2 dd a{
	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;
}
.case_list2_pic{
	width: 50%;
	overflow: hidden;
}
.case_list2_pic img{
	display:  block;
	width: 100%;
}

.case_list2_con{
	width: 50%;
	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;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	padding: 20px 6%;
}
.case_list2_con .tt{
	font-size: 24px;
	color: #444;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.case_list2_con .line{
	width: 77px;
	height: 1px;
	background: #c9c9c9;
	margin: 25px 0;
}
.case_list2_con .text{
	font-size: 14px;
	color: #888;
	line-height: 24px;
	margin-bottom: 10%;
}
.case_list2_con .button_01{
	font-size: 14px;
	width: 190px;
}

.case_list2 dd:nth-child(2n) a{
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.case_list2 dd a:hover .case_list2_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.case_list2 dd a:hover .case_list2_con .tt{
	color: #1ebb8e;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


/* contact */
.contact_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 40px 0 60px;
}
.contact_list1 dd{
	width: calc((100% - 120px) / 4);
	border: 1px solid #dcdcdc;
	padding: 3% 20px;
	text-align: center;
	margin:0 40px 0 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.contact_list1 dd:last-child{
	margin-right: 0;
}
.contact_list1 dd .icon{
	font-size: 50px;
	color: #17bf8a;
}
.contact_list1 dd .tt{
	font-size: 16px;
	color: #444;
	font-weight: bold;
	margin: 20px 0 14px;
}
.contact_list1 dd .text{
	font-size: 16px;
	color: #444;
}
.contact_list1 dd .text a{
	color: #444;
}
.contact_list1 dd .text a:hover{
	color:#17bf8a;
	text-decoration: underline;
}
.contact_list1 dd:hover{
	box-shadow: 0 0 10px rgba(115,115,115,.1);
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.contact_box2 img{
    max-width: none;
}

/* design */
.design_box1{
}

.design_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 20px;
}
.design_list1 dd{
	width: calc((100% - 42px) / 4);
	margin: 0 14px 14px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.design_list1 dd:last-child{
	margin-right: 0;
}
.design_list1 dd .pic{
	overflow: hidden;
}
.design_list1 dd .pic img{
	display: block;
	width: 100%;
}

.design_list1 dd .con{
	padding: 18px 0 10px;
	text-align: center;
}
.design_list1 dd .con .tt{
	font-size: 18px;
	color: #444;
	font-weight: bold;
	margin-bottom: 5px;
}
.design_list1 dd .con .text{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.design_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.desc_box2{
	background: #fafafa;
}

.desc_box2_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.desc_box2_list1 dd{
	width: 48%;
	margin: 0 4% 30px 0;
}
.desc_box2_list1 dd:nth-child(2n){
	margin-right: 0;
}
.desc_box2_list1_pic{
	overflow: hidden;
	margin-bottom: 35px;
}
.desc_box2_list1_pic img{
	display: block;
	width: 100%;
}
.desc_box2_list1_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-weight: bold;
	font-size: 18px;
}
.desc_box2_list1_tt .num{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	width: 30px;
	height: 34px;
	color: #fff;
	background: url(../images/desc_icon1.png) no-repeat center center / cover;
}
.desc_box2_list1_tt .tt{
	width: calc(100% - 30px);
	padding-left: 12px;
	margin-bottom: 25px;
	padding-top: 20px;
}
.desc_box2_list1_text{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}





.desc_box2_item3{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 35px 0 22px;
}
.desc_box2_item3_con1{
	width: 61.5%;
	position: relative;
}
.desc_box2_item3_con1 img{
	display: block;
	width: 100%;
}
.desc_box2_item3_con1_item{
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #03c588;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	cursor: pointer;
}
.desc_box2_item3_con1_item .box{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #22f5b2;
}
.desc_box2_item3_con2{
	width: 38.5%;
	background: #17bf8a;
	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;
	padding: 20px 3%;
}
.desc_box2_item3_con2_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.desc_box2_item3_con2_tt .num{
	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: 30px;
	height: 34px;
	color: #17bf8a;
	background: url(../images/desc_icon2.png) no-repeat center center / cover;
}
.desc_box2_item3_con2_tt .tt{
	width: calc(100% - 30px);
	padding:0px 0 0 12px;
}
.desc_box2_item3_con2_text2{
	padding: 18px 0 0 44px;
}
.desc_box2_item3_con2_text2 .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.desc_box2_item3_con2_text2 .item .icon{
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
}
.desc_box2_item3_con2_text2 .item .tt{
	width: calc(100% - 7px);
	padding-left: 12px;
}


.desc_box3_scroll_bars{
	width: 100%;
	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;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 60px;
}
.desc_box3_scroll_bars .item{
	width: calc((100% - 80px) / 5);
	margin: 0 20px 0 0;
	padding-bottom: 48px;
	position: relative;
	cursor: pointer;
}
.desc_box3_scroll_bars .item:last-child{
	margin-right: 0;
}
.desc_box3_scroll_bars .item img{
	display: block;
	width: 100%;
}
.desc_box3_scroll_bars .item .tt{
	font-size: 14px;
	color: #444;
	line-height: 42px;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.desc_box3_scroll_bars .item .icon{
	position: absolute;
	left: 50%;
	bottom: -7px;
	width: 14px;
	height: 14px;
	border: 1px solid #b5b5b5;
	background: #fff;
	border-radius: 50%;
}
.desc_box3_scroll_bars .item.active .icon{
	width: 24px;
	height: 24px;
	bottom: -12px;
	background: #17bf8a;
	border:1px solid #17bf8a;
}
/* .desc_box3_scroll_bars .item.active .pic{
	border: 3px solid #17bf8a;
} */
.desc_box3_scroll_bars .item.active .tt{
	color: #fff;
	background-color: #17bf8a;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.desc_box3_scroll_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.desc_box3_scroll_pic{
	width: 40.7%;
	overflow: hidden;
}
.desc_box3_scroll_pic img{
	width: 100%;
}
.desc_box3_scroll_con{
	width: 59.3%;
	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;
	padding: 20px 0 20px 6%;
}
.desc_box3_scroll_con_tt{
	font-size: 24px;
	color: #444;
	margin-bottom: 30px;
}
.desc_box3_scroll_con_text{
	font-size: 14px;
	line-height: 24px;
}
.desc_box3_scroll_con_text .tt{
	font-weight: bold;
	color: #444;
	padding-bottom: 2px;
}
.desc_box3_scroll_con_text .text{
	color: #888;
}


.desc_box4{
	background: #dbe8ef;
}
.desc_box4_pic{
	padding: 10px 0 50px;
}
.desc_box4_pic img{
	display: block;
	width: 100%;
}
.desc_box4_con{
	padding: 0 0 0 4%;
}
.desc_box4_con .tt{
	font-size: 18px;
	color: #444;
	font-weight: bold;
	margin-bottom: 18px;
}
.desc_box4_con .text{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}



/* news_list */
.news_page_top{
	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-bottom: 40px;
}
.news_page_top .sub_title1{
	width: 218px;
	margin-bottom: 0;
}
.sub_nav_bars{
	width: calc(100% - 218px);
	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;
}
.sub_nav_bars a{
	font-size: 14px;
	color: #444;
	padding: 0 20px;
}
.sub_nav_bars a:hover{
	color: #17bf8a;
}



/* news_list */
.news_list2{
	padding:0 0 20px 0;
}
.news_list2 dd{
	border-bottom: 1px solid #dcdcdc;
}
.news_list2 dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	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;
	padding: 35px 0;
}
.news_list2_pic{
	width: 28.5%;
	overflow: hidden;
}
.news_list2_pic img{
	width: 100%;
}
.news_list2_con{
	width: calc(71.5% - 80px);
	padding: 0 5%;
}
.news_list2_con .tt{
	font-size: 18px;
	color: #444;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list2_con .line{
	width: 100%;
	height: 0;
	border-bottom: 1px dashed #dcdcdc;
	margin: 20px 0;
}
.news_list2_con .text{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.news_list2_con .more{
	display: block;
	font-size: 14px;
	width: 145px;
	height: 0;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #17bf8a;
	border-radius: 3px;
	margin-top: 25px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list2_date{
	width: 80px;
	text-align: center;
}
.news_list2_date .days{
	font-size: 48px;
	color: #444;
}
.news_list2_date .month{
	font-size: 14px;
	padding: 2px 0 15px;
}
.news_list2_date .icon{
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #aaa;
	font-size: 22px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #aaa;
	margin: 0 auto;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.news_list2 dd a:hover .news_list2_con .tt{
	color: #17bf8a;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list2 dd a:hover .news_list2_con .more{
	height: 40px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list2 dd a:hover .news_list2_date .icon{
	background: #17bf8a;
	color: #fff;
	border-color: #17bf8a;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


/* news_Det */
.news_det_title1{
	font-size: 30px;
	color: #444;
	font-weight: bold;
}
.news_det_date{
	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: 15px 0 30px;
}
.news_det_date .item{
	margin: 0 2%;
	font-size: 14px;
	color: #888;
}

.news_det_desc{
	background: #dbe8ef;
	padding: 2% 3%;
}
.news_det_desc .con{
	max-width: 1030px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	color: #444;
}

.news_det_con{
	font-size: 14px;
	color: #444;
	line-height: 24px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 3% 0;
}
.news_det_con img{
	height: auto !important;
}


.news_det_page{
	padding: 30px 0 0;
	border-top: 1px solid #ccc;
}
.news_det_page_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;
	max-width: 1000px;
	margin: 0 auto;
}
.news_det_page_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 48%;
	font-size: 14px;
	color: #444;
}
.news_det_page_item .tt{
	font-weight: bold;
	width: 60px;
}
.news_det_page_item .text{
	width: calc(100% - 60px);
}

.news_det_page_item .text a:hover{
	color: #17bf8a;
	text-decoration: underline;
}

/* pro_det */
.pro_det_t_top{
	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-bottom: 30px;
}
.pro_det_top_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;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	width: 220px;
	border-radius: 5px;
	background: #17bf8a ;
} 
.pro_det_top_btn .icon{
	font-size: 20px;
	margin-right: 10px;
}

.pro_det_scroll_rela{
	position: relative;
}
.pro_det_scroll{
	width: 58%;
	margin: 0 auto;
}
.pro_det_scroll.owl-theme .owl-controls{
	width: 100%;
}
.pro_det_scroll.owl-theme .owl-dots{
	width: 100%;
}
.pro_det_scroll.owl-theme .owl-dots .owl-dot{
	
}
.pro_det_scroll.owl-theme .owl-dots .owl-dot span{
	display: block;
    width:10px;
	height: 10px;
	margin: 0 7px;
    border-radius: 50%;
	background: #e7e8ea;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_det_scroll.owl-theme .owl-dots .owl-dot.active span, 
.pro_det_scroll.owl-theme .owl-dots .owl-dot:hover span{
	background: #17bf8a;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.pro_det_page_item{
	position: absolute;
	left: 0;
	top: 50%;
	width: 14%;
	height: 120px;
	margin-top: -60px;
}

.pro_det_page_next{
	left: auto;
	right: 0;
}

.pro_det_page_item a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.pro_det_page_item a .icon{
	font-size: 26px;
	width: 42px;
	height: 42px;
	color: #e1e1e1;
	font-size: 18px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	border: 2px solid #e1e1e1;
	border-radius: 50%;
}
.pro_det_page_item a .pic{
	width: calc(100% - 42px);
	max-width: 120px;
	padding-left: 5%;
}
.pro_det_page_item a .pic img{
	display: block;
	border: 1px solid #e1e1e1;
}
.pro_det_page_item a .pic .tt{
	padding-top: 8px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.pro_det_page_prev .icon{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.pro_det_page_next a{
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.pro_det_page_next a .pic{
	padding-left: 0;
	padding-right: 5%;
}



.pro_det_b_bars_box{
	position: relative;
	height: 56px;
}
.pro_det_b_bars{
	width: 100%;
	background: #e7e8ea;
	z-index: 2;
}
.pro_det_b_bars a{
	float: left;
	padding: 0 4%;
	font-size: 16px;
	line-height: 56px;
	color: #444;
	position: relative;
	border-right: 1px solid #d3d3d3;
}
.pro_det_b_bars a.hover{
	background: #17bf8a;
	color: #fff;
}
.pro_det_b_bars a.hover:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	border-width: 13px 13px 0 13px;
	margin-left: -13px;
	border-style: solid;
	border-color:#17bf8a transparent transparent  transparent;
}

.pro_det_b_tabs_item_title{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 30px;
}
.pro_det_b_tabs_item_title .tt{
	font-size: 30px;
	font-weight: bold;
	color: #444;
}
.pro_det_b_tabs_item_title .line{
	width: 89px;
	height: 2px;
	background: #17bf8a;
	margin-left: 12px;
}

.pro_det_b_tabs_item1_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;
}

.pro_det_b_tabs_item1_pic{
	width: 48%;
}
.pro_det_b_tabs_item1_r{
	width: 48%;
}
.pro_det_b_tabs_item1_r_tt{
	font-size: 24px;
	color: #444;
	margin-bottom: 18px;
}
.pro_det_b_tabs_item1_r_text{
	font-size: 14px;
	line-height: 24px;
}
.pro_det_b_tabs_item1_r_text table{
	width: 100%;
}
.pro_det_b_tabs_item1_r_text tr td{
	padding: 7px 10px;
	border: 1px solid #d4d4d4;
}
.pro_det_b_tabs_item1_r_text tr td:nth-child(odd){
	background: #f9f9f9;
}

.pro_det_b_tabs_item1_r_icon{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_item1_r_icon .item{
	margin-right: 2%;
}

.pro_det_b_tabs_item2{
	background: #dbe8ef;
}
.pro_det_b_tabs_item_td_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;
}
.pro_det_b_tabs_item_td_l{
	width: 46%;
}
.pro_det_b_tabs_item_td_text{
	margin-bottom: 50px;
}
.pro_det_b_tabs_item_td_text .tt{
	font-size: 24px;
	color: #444;
	margin-bottom: 6px;
}
.pro_det_b_tabs_item_td_text .text{
	font-size: 18px;
	color: #666;
}

.pro_det_b_tabs_item_td_nums{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items:flex-end;
	padding-bottom: 35px;
}
.pro_det_b_tabs_item_td_nums .num{
	font-size: 18px;
	color: #444;
	line-height: 24px;
}
.pro_det_b_tabs_item_td_nums .nums{
	font-size: 72px;
	color: #17bf8a;
	line-height: 0.8;
	padding-left: 12px;
	font-weight: bold;
}
.pro_det_b_tabs_item_td_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_item_td_bars .item{
	width: calc((100% - 30px) / 4);
	border: 2px solid #fff;
	border-radius: 5px;
	margin: 0 10px 10px 0;
	cursor: pointer;
}
.pro_det_b_tabs_item_td_bars .item.active{
	border-color: #17bf8a;
}
.pro_det_b_tabs_item_td_bars .item:nth-child(4n){
	margin-right: 0;
}

.pro_det_b_tabs_item_td_r{
	position: relative;
	width: 50%;
}

.pro_det_b_tabs_item_td_scroll_btn{
	position: absolute;
	left: -40px;
	top: 50%;
	z-index: 5;
	width: 57px;
	height: 57px;
	line-height: 57px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-top: -28px;
	background: rgba(23,191,138,.5);
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_b_tabs_item_td_scroll_btn:hover{
	background: rgba(23,191,138,1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_b_tabs_item_td_scroll_btn_prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.pro_det_b_tabs_item_td_scroll_btn_next{
	left: auto;
	right: -40px;
}


.pro_det_b_tabs_item_title.colorf .tt{
	color:#fff;
}
.pro_det_b_tabs_item_title.colorf .line{
	background:#fff;
}


.pro_det_b_tabs_item3_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_b_tabs_item3_list1 dd{
	width: calc((100% - 100px) / 5);
	margin: 0 25px 0 0;
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_b_tabs_item3_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_b_tabs_item3_list1 dd:last-child{
	margin-right: 0;
}
.pro_det_b_tabs_item3_list1 dd .pic{
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 5px;	
}
.pro_det_b_tabs_item3_list1 dd .pic img{
	display: block;
	width: 100%;
}

.pro_det_b_tabs_item3_list1 dd .tt{
	font-size: 14px;
	font-weight: bold;
	margin:18px 0 10px;
}
.pro_det_b_tabs_item3_list1 dd .text{
	font-size: 14px;
	line-height: 24px;
}


.pro_det_b_tabs_item4_con{
	position: relative;
	min-height: 495px;
	margin-bottom: 50px;
}
.pro_det_b_tabs_item4_pic{
	position: absolute;
	left: 50%;
	width: 38%;
	margin-left: -19%;
	text-align: center;
}
.pro_det_b_tabs_item4_con_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;
}
.pro_det_b_tabs_item4_con_l{
	width: 25%;
}
.pro_det_b_tabs_item4_item{
	text-align: right;
	margin-bottom: 18px;
}
.pro_det_b_tabs_item4_item .tt{
	font-size: 16px;
	font-weight: bold;
}
.pro_det_b_tabs_item4_item .line{
	position: relative;
	width: 100%;
	height: 1px;
	background: #17bf8a;
	margin: 8px 0 10px;
}
.pro_det_b_tabs_item4_item .line::after{
	content: "";
	display: block;
	position: absolute;
	top:-7px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #17bf8a;
}
.pro_det_b_tabs_item4_con_l .pro_det_b_tabs_item4_item .line{
	right: -40px;
}
.pro_det_b_tabs_item4_con_l .pro_det_b_tabs_item4_item .line:after{
	right: 0;
}
.pro_det_b_tabs_item4_con_r .pro_det_b_tabs_item4_item .line{
	left: -40px;
}
.pro_det_b_tabs_item4_con_r .pro_det_b_tabs_item4_item .line:after{
	left: 0;
}

.pro_det_b_tabs_item4_pic img{
	display: block;
}

.pro_det_b_tabs_item4_item .text{
	font-size: 14px;
	line-height: 24px;
	color: #888;
}


.pro_det_b_tabs_item4_con_r{
	width: 25%;
}
.pro_det_b_tabs_item4_con_r .pro_det_b_tabs_item4_item{
	text-align: left;
}

.rela_pro_box{
	background: #eaebf2;
}

.rela_pro_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.rela_pro_list1 dd{
	width: calc((100% - 45px) / 4);
	margin: 0 15px 15px 0;
	
}
.rela_pro_list1 dd a{
	display: block;
	background: #fff;
	padding: 15px 10px 25px;
}
.rela_pro_list1 dd a .pic{
	overflow: hidden;
	margin-bottom: 15px;
}
.rela_pro_list1 dd a .pic img{
	width: 100%;
}
.rela_pro_list1 dd a .tt{
	font-size: 14px;
	color: #444;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.rela_pro_list1 dd a:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 15px rgba(115,115,115,.1);
}
.rela_pro_list1 dd a:hover .tt{
	color: #17bf8a;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

/* solution */
.solu_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 20px;
}
.solu_list1 dd{
	width: calc((100% - 75px) / 4);
	margin: 0 25px 75px 0;
}
.solu_list1 dd a{
	display: block;
	overflow: hidden;
}
.solu_list1 dd a .pic{
	overflow: hidden;
	position: relative;
}
.solu_list1 dd a .pic img{
	display: block;
	width: 100%;
}
.solu_list1 dd a .pic .icon{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 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;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 50px;
	transform:translateY(30px);
	-webkit-transform: translateY(30px);
	background: rgba(0,0,0,.4);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_list1 dd a .tt{
	font-size: 16px;
	color: #444;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #17bf8a;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_list1 dd a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.solu_list1 dd a:hover .pic .icon{
	opacity: 1;
	transform:translateY(0px);
	-webkit-transform: translateY(0px);
}
.solu_list1 dd a:hover .tt{
	color: #fff;
	background: #17bf8a;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.solu_list1_more{
	display:flex !important;
	display:-ms-flexbox !important;
	display:-webkit-flex !important;
	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;
	color: #fff;
	height: 100%;
	width: 100%;
	background: #17bf8a;
}
.solu_list1_more .more_tt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.solu_list1_more .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;
	font-size: 26px;
	width: 48px;
	height: 48px;
	font-weight: bold;
	border: 2px solid #fff;
	border-radius: 50%;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
}

/* solution_list */
.solu_list_scroll1_rela{
	position: relative;
	margin-top: 30px;
}
.solu_list_scroll1 .item a{
	display: block;
}
.solu_list_scroll1 .item a .pic{
	overflow: hidden;
}
.solu_list_scroll1 .item a .tt{
	font-size: 16px;
	color: #666;
	font-weight: bold;
	text-align: center;
	padding: 18px 0 12px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_list_scroll1 .item a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.solu_list_scroll1 .item a:hover .tt{
	color: #17bf8a;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_list_scroll2{
	width: calc(100% - 100px);
	margin: 0 auto;
}
.solu_list_scroll1_btn{
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	width: 42px;
	height: 42px;
	font-size: 24px;
	color: #b2b2b2;
	border: 2px solid #b2b2b2;
	border-radius: 50%;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_list_scroll1_btn.prev{
	left: -62px;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.solu_list_scroll1_btn.prev2{
	left: 0;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.solu_list_scroll1_btn.next{
	right: -62px;
}
.solu_list_scroll1_btn.next2{
	right: 0;
}
.solu_list_scroll1_btn:hover{
	color: #17bf8a;
	border-color: #17bf8a;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.solu_list_scroll1.owl-theme .owl-controls{
    padding-top: 30px;
}
.solu_list_scroll2.owl-theme .owl-controls{
	padding-top: 15px;
}
.solu_list_scroll1.owl-theme .owl-dots{
	
}
.solu_list_scroll1.owl-theme .owl-dots .owl-dot span,
.solu_list_scroll2.owl-theme .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #dedede;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.solu_list_scroll1.owl-theme .owl-dots .owl-dot.active span, 
.solu_list_scroll1.owl-theme .owl-dots .owl-dot:hover span,
.solu_list_scroll2.owl-theme .owl-dots .owl-dot.active span, 
.solu_list_scroll2.owl-theme .owl-dots .owl-dot:hover span{
	background: #34ccaa;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}




/* solu_list2 */

.solu_box2_title1{
	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-bottom: 12px;
}
.solu_box2_title1_r{
	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;
}
.solu_box2_title1_r a{
	color: #444;
	font-size: 14px;
	margin: 0 18px;
}
.solu_box2_title1_r a:hover{
	color: #17bf8a;
}


.contact_sm_item{
    width: 120px;
    text-align: center;
    margin: 0 8px;
}
.contact_sm_item .pic{
    overflow: hidden;
}
.contact_sm_item .tt{
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 7px 0 10px;
}



.pro_det_page_top_b{
    font-size: 16px;
    line-height: 24px;
    padding-top: 30px;
}
.pro_det_page_top_b a{
    font-size: 30px;
    color: #17bf8a;
    font-weight: bold;
}


























