/**
 *               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: 'Noto Sans SC', sans-serif;
	font-weight: 400;
}
input, button, textarea,select,button{
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 400;
}
.bgf5{
	background: #f5f5f5;
}
.bgf7{
	background: #f7f7f7;
}
.bgf1{
	background: #f1f3f3;
}
.fwb{
	font-weight: 700;
}
.fwl{
	font-weight: 300;
}

.header_box{
	height: 0;
}

.header{
	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;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	height: 128px;
	background: rgba(46,46,46,.3);
	padding: 0 0 0 3.125vw;
	border-top: 6px solid #23AC54;
	border-bottom: 1px solid rgba(250,250,250,.16);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header.fixed{
    z-index: 6;
	width: 100%;
	background: #263948;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header.hover{
    position: relative;
    z-index: 6;
	width: 100%;
	background: #263948;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header_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;
}
.logo{
	width: 378px;
	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;
}
.logo img{
	max-width: 100%;
	max-height: 100%;
}

.menu_dl{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

   justify-content: flex-end;
   -ms-justify-content: flex-end;
   -webkit-justify-content: flex-end;
    
    align-items:center;
    -ms-align-items: center;
	-webkit-align-items: center;
}
.menu_dl dd{
	position: relative;
	margin: 0 1.3vw;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_tt{
	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%;
	line-height: 117px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
	border-bottom: 5px solid transparent;
}

.menu_dl dd.hover .menu_tt{
	border-bottom: 5px solid #FCB026;
}
.menu_down{
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 5;
	width: 163px;
	background: #FAFAFA;
	box-shadow: 0 0 10px rgba(115,115,115,.25);
	transform: translate(-50%,0);
}

.menu_down a{
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 54px;
	color: #888;
	text-align: center;
	border-bottom: 1px dashed #eee;
}
.menu_down a:last-child{
	border: none;
}
.menu_down a:hover{
	color: #23AC54;
}


.header_r{
	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_search{
	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: 50px;
	height: 50px;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	margin-right:2.6042vw;
}


.menu_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: 134px;
	height: 121px;
	color: #fff;
	font-size: 36px;
	cursor: pointer;
	border-left: 1px solid #D0D0D0;
}


.web_map{
	position:fixed;
	right:0;
	top: 0;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
}
.web_map.hover{
	opacity: 1;
	pointer-events: auto;
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
}
.web_map_mask{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(38,57,72,.48);
}

.web_map_con{
	position: fixed;
	right: -50%;
	top: 0;
	width: 583px;
	height: 100%;
	background: #fff;
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
}
.web_map.hover .web_map_con{
	right: 0;
	transition:all 0.7s;
	-webkit-transition:all 0.7s;
}
.web_map_con_title{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	height: 100px;
	color: #fff;
	background: #23AC54;
	padding: 0 68px;
}

.web_map_con_title .tt{
	width: calc(100% - 50px);
	font-size: 20px;
	font-weight: 700;
}
.web_map_con_title .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: 50px;
	height: 50px;
	font-size: 20px;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.web_map_con_title .icon:hover{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.web_map_con_m{
	height: calc(100% - 169px);
	overflow-y: auto;
	background: #fff;
}
.web_map_con_m_list{
	padding: 30px 68px;
}
.web_map_con_m_item{
	margin-bottom: 22px;
}
.web_map_con_m_item_tt{
	font-size: 16px;
	font-weight: 300;
	line-height: 34px;
}
.web_map_con_m_item_text{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.web_map_con_m_item_text a{
	width: 108px;
	font-size: 14px;
	line-height: 34px;
	color: #888;
}
.web_map_con_m_item_text a:hover{
	color: #23AC54;
}

.web_map_con_b{
	height: 69px;
	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: #222;
	background: #f5f5f5;
}
.web_map_con_b .icon{
	font-size: 30px;
	color: #23AC54;
	margin-right: 15px;
}






.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: 16px;
	padding-left: 20px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 14px;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #f18b02;
	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);
}


/*
 * 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:#263948;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 240px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 46px;
	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:#fff;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
	margin-bottom: 0;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #fff;
	font-size: 22px;
	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: 16px;
	line-height: 24px;
	padding: 10px 0;
	text-transform: capitalize;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #23AC54;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 18px;
	cursor: pointer;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}

.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;
	padding: 7px 0;
}
.mobile_menu_down_clm_tt .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-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(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
}
.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(9deg);
	-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_dl dd.hover .mobile_menu_tt .text{
	color:#23AC54;
}

.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: #f18b02;
	text-align: center;
	line-height: 40px;
	border: none;
	font-weight: bold;
	background: none;
}

.mobile_menu_b{
	margin-top: 40px;
}
.mobile_menu_b_clm{
	margin-bottom: 25px;
}
.mobile_menu_b_clm .tt{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}
.mobile_menu_b_clm .tt .icon{
	margin-right: 8px;
	font-size: 16px;
}
.mobile_menu_b_clm .text{
	font-size: 14px;
	color: #333;
}
.mobile_menu_b_clm .text a{
	color: #333;
	word-break: break-all;
}
.mobile_menu_b_clm_sm{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.mobile_menu_b_clm_sm a{
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #0056a7;
	border-radius: 50%;
	margin: 0 12px 0 0;
}

.mobile_lag_box{
	padding: 30px 0 20px;
	margin-bottom: 40px;
}
.mobile_lag_tt{
	font-size: 18px;
	color:#333;
	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 .swiper-slide img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner_num_box{
	position: absolute;
	right: 0;
	bottom: 115px;
	z-index: 2;
	width: 50%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	border-bottom: 1px solid rgba(255,255,255,.15);
}
.banner_num{
	width: 50%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 0.75;
	padding-bottom: 35px;
	border-bottom: 3px solid #23AC54;
	margin-bottom: -2px;
}
.banner_num .num{
	font-size: 30px;
	padding-right: 2px;
}
.banner_num .nums{
	font-size: 18px;
}

.banner_news_box{
	position: absolute;
	right: 9.375vw;
	bottom: 0;
	z-index: 2;
	width: 50%;
	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;
}
.banner_news_scroll{
	width: 60%;
	height: 115px;
	margin: 0;
}
.banner_news_scroll_item{
	height: 115px;
	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;
}
.banner_news_scroll_item_time{
	width: 70px;
	font-size: 14px;
	font-weight: 300;
}

.banner_news_scroll_item_con{
	width: calc(100% - 70px);
	padding-left: 2.2833vw;
}
.banner_news_scroll_item_con .tt{
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 2px;
}

.banner_news_scroll_btn_box{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.banner_news_scroll_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: 40px;
	height: 40px;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.4);
	margin: 0 7px;
	cursor: pointer;
}

.banner_news_scroll_btn.prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}






.scroll_dots .swiper-pagination-bullets{
	width: 100% !important;
	padding-top: 30px;
	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;
}
.scroll_dots .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1 !important;
	background: #dcdcdc;
	margin: 0 6px !important;
}

.scroll_dots .swiper-pagination-bullet-active{
	background: #23AC54;
	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: 10px;
    height: 10px;
    border-radius: 10px;
    background: #e6e5e5;
    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: #f18b02;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.fz65{
	font-size: 3.39vw;
	font-family: "Rajdhani-Bold";
}
.fz52{
	font-size: 52px;
}
.fz48{
	font-size: 48px;
}
.fz44{
	font-size: 44px;
}
.fz42{
	font-size: 42px;
}
.fz38{
	font-size: 38px;
}
.fz36{
	font-size: 36px;
}
.fz34{
	font-size: 34px;
}
.fz32{
	font-size: 32px;
}
.fz30{
	font-size: 30px;
}
.fz28{
	font-size: 28px;
}
.fz26{
	font-size: 26px;
}
.fz24{
	font-size: 24px;
}

.fz22{
	font-size: 22px;
}

.fz20{
	font-size: 20px;
}




.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;
	width: 174px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	background: #173d8e;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.public_btn3{
	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: 220px;
	text-align: center;
	font-size: 18px;
	height: 50px;
	color: #fff;
	background: #f18b02;
}




.public_text1{
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.public_text2{
	font-size: 16px;
	line-height: 30px;
}
.public_text3{
	font-size: 18px;
	line-height: 36px;
}
.public_text4{
	font-size: 14px;
	line-height: 30px;
}
.public_text5{
	font-size: 16px;
	line-height: 36px;
}

.public_text1 img,
.public_text2 img,
.public_text3 img,
.public_text4 img,
.public_text5 img{
	height: auto !important;
}




.public_scroll_btn{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	line-height: 40px;
	font-size: 40px;
	text-align: center;
	color: #848ba8;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.public_scroll_btn:hover{
	color: #0056a7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



 

.main_content{
	padding: 100px 0;
}

.main_content2{
	padding-top: 100px;
}
.main_content3{
	padding-bottom: 100px;
}



.sub_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;
}
.sub_wrap2{
	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;
}



.ind_title1{
	margin-bottom: 30px;
}
.ind_title1 .tt{
	line-height: 1.3;
}
.ind_title1 .text{
	font-weight: 300;
	padding-top: 0.5208vw;
}


.ind_box1_con{
	padding:0 5.4688vw;
}

.ind_box1_l{
	width: calc((100% - 10px) / 2);
}
.ind_box1_l a{
	display: block;
	position: relative;
	background: #FAFAFA;
}
.ind_box1_l_pic{
	overflow: hidden;
}
.ind_box1_l_pic img{
	width: 100%;
}
.ind_box1_l_con{
	margin-top: -50px;
	padding: 0 3.6458vw 2.6042vw;
}
.ind_box1_l_con .tt{
	margin-bottom: 10px;
}
.ind_box1_l a:hover{
	box-shadow: 0 0 5px rgba(50,50,50,.2);
}
.ind_box1_l a:hover .ind_box1_l_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_box1_r{
	width: calc((100% - 10px) / 2);
}
.ind_box1_r_item{
	margin-bottom: 10px;
}
.ind_box1_r_item:last-child{
	margin-bottom: 0;
}
.ind_box1_r_item 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;
	background: #fafafa;
}
.ind_box1_r_item_tt{
	padding-left: 10%;
}
.ind_box1_r_item_pic{
	width: 60%;
}
.ind_box1_r_item a:hover .ind_box1_r_item_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.ind_box1_r_item a:hover{
	box-shadow: 0 0 5px rgba(50,50,50,.2);
}

.ind_box2{
	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: 750px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 0 5.21vw;
}

.ind_box2_l{
	width: 42.5%;
}
.ind_box2_l_text{
	margin-bottom: 40px;
}
.ind_box2_l_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: 180px;
	height: 50px;
	font-size: 14px;
	color: #FAFAFA;
	background: url(../images/more_btn1.png) no-repeat center center;
}

.ind_box2_r{
	width: 46.5%;
}
.ind_box2_r_clm1{
	width: 100%;
	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;
}
.ind_box2_r_clm1_item{
	width: 50%;
	height: 250px;
	border: 1px solid rgba(255,255,255,.5);
	border-bottom: none;
	margin-left: -1px;
}
.ind_box2_r_clm1_item a{
	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;
	padding: 20px 2.6vw;
	height: 100%;
}
.ind_box2_r_clm1_item a:hover{
	background: rgba(35,172,84,.7);
}
.ind_box2_r_clm1_item_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;
	margin-bottom: 1vw;
}
.ind_box2_r_clm1_item_t .tt{
	font-size: 18px;
}
.ind_box2_r_clm1_item_t .icon{
	font-size: 50px;
}

.ind_box2_r_clm1_m .ind_box2_r_clm1_item:last-child,
.ind_box2_r_clm1_b .ind_box2_r_clm1_item:last-child{
	border-left: none;
}


.ind_box3{
	position: relative;
	background: #FAFAFA url(../images/ind_bg1.png) no-repeat center center / 95% auto;
	padding: 75px 5.21vw;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.ind_box3_title{
	margin-bottom: 2.34vw;
}
.ind_box3_title .text{
	font-size: 18px;
	padding-top: 4px;
}


.ind_box3_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}


.ind_box3_list dd{
	width: calc(90% / 6);
	margin: 0 2% 0 0;
}
.ind_box3_list dd:last-child{
	margin-right: 0;
}

.ind_box3_list dd .icon{
	width: 70px;
	margin: 0 auto 8px;
}
.ind_box3_list dd .con{
	text-align: center;
	color: #444;
}

.ind_box3_list dd .con .text{
	font-size: 14px;
	font-weight: 300;
	padding-top: .78vw;
}


.ind_box4_con{
	padding: 0 4.48vw;
}
.ind_box4_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;
}
.ind_box4_list dd{
	width: calc((100% - 8px) / 3);
}


.ind_box4_item{
	display: block;
	position: relative;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: #f5f5f5;
}

.ind_box4_item_pic{
	position: relative;
}
.ind_box4_item_pic img{
	width: 100%;
}
.ind_box4_item_pic .pic2{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_item_con{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 5.1vw 4.69vw;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_item_con_title .tt{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}
.ind_box4_item_con_title .text{
	font-weight: 300;
}
.ind_box4_item_con_more{
	position: absolute;
	right: 20px;
	bottom: 20px;
	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: 122px;
	height: 51px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	background: url(../images/more_btn2.png) no-repeat center center;
}

.ind_box4_item:hover{
	background: #23AC54;
}
.ind_box4_item:hover .ind_box4_item_con{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_item:hover .ind_box4_item_pic .pic1{
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box4_item:hover .ind_box4_item_pic .pic2{
	opacity: 0.47;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.ind_box5_con{
	padding: 0 3.65vw;
}
.ind_box5_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box5_list dd{
	width: calc((100% - 8px) / 3);
	margin: 0 4px 4px 0;
}
.ind_box5_list dd a{
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ind_box5_list dd a img{
	width: 100%;
}
.ind_box5_list_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;
}
.ind_box5_list_con::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(35,172,84,.7);
	transform: scale(0,0);
	border-radius: 50%;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
}
.ind_box5_list_con .tt{
	color: #fff;
	font-weight: 500;
	margin-bottom: 12px;
	position: relative;
	z-index: 2;
}
.ind_box5_list_con .icon{
	position: relative;
	z-index: 2;
	width: 76px;
	height: 34px;
	background: url(../images/more_icon1.png) no-repeat center center / 100% auto;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
}
.ind_box5_list dd a:hover .ind_box5_list_con::before{
	transform: scale(1,1);
	border-radius: 0;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
}


.ind_box5_list dd a:hover .ind_box5_list_con .icon{
	background: url(../images/more_icon1_h.png) no-repeat center center / 100% auto;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
}




.ind_box6_con{
	padding: 0 7.29vw;
}
.ind_box6_list {
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: url(../images/ind_news_bg.png) no-repeat center center / auto 284px;
}

.ind_box6_list dd{
	width: 25%;
}
.ind_box6_list_item{
	display: block;
	height: 100%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.ind_box6_list_item_pic{
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_list_item_pic img{
	width: 100%;
	position: relative;
}
.ind_box6_list_item_pic::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(35,172,84,.7)
}
.ind_box6_list_item_con{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	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;
	text-align: center;
	padding: 0 2.34vw;
}
.ind_box6_list_item_time{
	font-size: 14px;
}
.ind_box6_list_item_tt{
	font-size: 18px;
	margin: 8px 0 15px;
}

.ind_box6_list dd.hover .ind_box6_list_item_pic{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.ind_box6_news_scroll{
	display: none;
}
.ind_box6_news_scroll_item{
	display: block;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.ind_box6_news_scroll_item .pic{
	overflow: hidden;
}
.ind_box6_news_scroll_item .pic img{
	width: 100%;
}
.ind_box6_news_scroll_item .con{
	padding: 10px 0 0;
}
.ind_box6_news_scroll_item .con .tt{
	font-size: 14px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
}



.ind_box7{
	padding: 0 20px 60px;
}
.ind_box7_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box7_list dd{
	width: calc((100% - 90px) / 6);
	padding: 10px;
	text-align: center;
	margin: 0 16px 16px 0;
	border: 1px solid #DEDEDE;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box7_list dd:hover{
	box-shadow: 0 0 7px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box7_list dd:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



.footer{
	background: #263948;
	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: 4.17vw 3.13vw 4.69vw;
	position: relative;
}

.footer_l{
	width: 340px;
}
.footer_l_logo{
	margin-bottom: 20px;
}
.footer_l_tt{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.footer_l_tt .item{
	padding: 4px 0;
}
.footer_copy{
	width: 35%;
	max-width: 560px;
}
.footer_copy a{
	color: #fff;
}

.footer_r{
	width: 412px;
	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_r_code{
	width: 104px;
	overflow: hidden;
}
.footer_r_code_pic{
	margin-bottom: 7px;
}
.footer_r_code_pic img{
	width: 100%;
}
.footer_r_sm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.footer_r_sm .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: 34px;
	height: 34px;
	font-size: 20px;
	color: #fff;
}



.footer_r_con{
	width: calc(100% - 104px);
	padding-left: 1.82vw;
	font-size: 14px;
}

.footer_r_con_item{
	margin-bottom: 15px;
}
.footer_r_con_item .tt{
	margin-bottom: 3px;
}
.footer_r_con_item .text{
	line-height: 22px;
}
.footer_r_con_item .text a{
	color: #fff;
}



.float_box{
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 3;
	width: 60px;
}
.float_box .item{
	width: 60px;
	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;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	position: relative;
	color: #fff;
	background: #263948;
	border-radius: 2px;
	margin-bottom: 1px;
}
.float_box .item .icon{
	font-size: 26px;
	line-height: 1;
}
.float_box .item .tt{
	font-size: 12px;
	line-height: 1;
	height: 0;
	margin-top: 0;
	overflow: hidden;
	font-weight: 300;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_box .item:hover{
	height: 69px;
	background: #23AC54;
}
.float_box .item:hover .tt{
	height: 14px;
	margin-top: 5px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_box .item.item_wx .pic{
	position: absolute;
	right: 100%;
	top: 0;
	width: 100px;
	display: none;
	overflow: hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.float_box .item.item_wx .pic img{
	width: 100%;
}


.float_box .item.item_wx:hover .pic{
	display: block;
}




/* sub_banner */
.sub_banner{
	position: relative;
}
.sub_banner img{
	margin: 0 auto;
}
.location{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 60px;
	color: #fff;
	font-size: 14px;
	background: rgba(0,0,0,.2);
}
.location .wrapper{
	position: relative;
}
.location_r_text{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	font-weight: 300;
}
.location a{
	color: #fff;
}
.location a:hover{
	color: #23AC54;
}



.case_page_title{
	margin-bottom: 2.6vw;
}
.case_page_title .text{
	padding-top: 5px;
}

.case_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 35px;
}
.case_bars a{
	line-height: 70px;
	font-size: 18px;
	color: #222;
	padding:  0 2.7vw;
	font-weight: 700;
	border-radius: 35px;
	margin: 0 10px 15px 0;
}
.case_bars a:hover,
.case_bars a.hover{
	color: #fff;
	background: #23AC54;
}

.case_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.case_list1 dd{
	width: calc(94% / 3);
	margin: 0 3% 4.17vw 0;
}
.case_list1_pic{
	display: block;
	overflow: hidden;
} 
.case_list1_pic img{
	width: 100%;
}
.case_list1_con{
	padding: 14px 0;
	text-align: center;
}
.case_list1_tt{
	display: block;
	font-weight: 500;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.case_list1_text{
	margin: 10px 3% 12px;
}
.case_list1_b{
	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_list1_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;
	border: 1px solid #DCDFE2;
	border-radius: 5px;
	font-size: 14px;
	width: 47%;
	max-width: 187px;
	height: 40px;
	color: #666;
	margin: 0 1.5% 10px;
}
.case_list1_btn .icon{
	font-size: 20px;
	margin-right: 6px;
}
.case_list1_btn:hover{
	color: #fff;
	background: #23AC54;
	border-color: #23AC54;
}

.case_list1 dd:hover .case_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.case_list1 dd:hover .case_list1_tt{
	color: #23AC54;
	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;
	padding:2% 0;
}

.page 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;
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #888;
	border-radius: 20px;
	background: #F5F5F5;
	margin: 0 5px 5px;
}

.page a.hover,
.page a:hover{
	color: #fff;
	background: #23AC54;
}
.page a.page_btn{
	width: 80px;
	font-size: 18px;
}
.page a.page_btn::before{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
}

.page a.page_btn.next::before{
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
}



/* rela_news */
.rela_news_box{
	background: #fbfbfb;
}

.rela_news_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: 2.6vw;
}

.rela_news_title{
	color: #222;
}

.rela_news_title_more{
	font-size: 18px;
	color: #23AC54;
}


.rela_news_list1{
	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;
}
.rela_news_list1 dd{
	width: 47%;
}
.rela_news_list1 dd a{
	display: block;
}
.rela_news_list1_time{
	font-size: 14px;
	color: #888;
	margin-bottom: 14px;
}

.rela_news_list1_tt{
	line-height: 1.3;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.rela_news_list1_text{
	margin: 13px 0 25px;
}
.rela_news_list1_more{
	font-size: 14px;
}

.rela_news_list1 dd a:hover .rela_news_list1_time span{
	color: #23AC54;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.footer_inq_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;
}
.footer_inq_list dd{
	width: calc((100% - 60px) / 3);
	margin-bottom: 30px;
}
.footer_inq_list dd:last-child{
	margin-bottom: 0;
}
.footer_inq_list dd.ddw{
	width: 100%;
}
.footer_inq_list_text,
.footer_inq_list_area{
	display: block;
	width: 100%;
	height: 60px;
	color: #333;
	font-size: 14px;
	font-weight: 300;
	padding-left: 30px;
	border-radius: 5px;
	border: 1px solid #ABABAB;
}
.footer_inq_list_area{
	height: 140px;
	resize: none;
	padding: 13px 30px;
}

.footer_inq_list_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;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	background: #263948;
	border: none;
}

.footer_inq_list_btn .icon{
	font-size: 20px;
	margin-right: 5px;
}

.footer_box1{
	background: url(../images/footer_bg1.png) no-repeat center center / cover;
}

.footer_box1_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_box1_list dd{
	width: 20%;
	padding: 0 0.78vw;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer_box1_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.footer_box1_list dd .icon{
	font-size: 72px;
	color: #263948;
}
.footer_box1_list dd .con{
	padding: 1.56vw 0 0;
}
.footer_box1_list dd .con .tt{
	color: #222;
	margin-bottom:5px;
}
.footer_box1_list dd .con .text{
	color: #888;
	font-size: 14px;
	line-height: 24px;
}




/* case_det */
.case_det_t{
	margin: 0 0 3.39vw;
}
.case_det_t_l{
	width: 43%;
}

.case_det_title1{
	font-weight: 500;
	margin-bottom: 25px;
}

.case_det_t_l_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.case_det_t_l_list .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin: 0 20px 15px 0;
}
.case_det_t_l_list .item:last-child{
	margin-right: 0;
}
.case_det_t_l_list .item .icon{
	width: 34px;
	height: 34px;
	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;
	border-radius: 50%;
	font-size: 16px;
	color: #666;
	background: #f5f5f5;
}
.case_det_t_l_list .item .con{
	width: calc(100% - 34px);
	padding-left: 10px;
	line-height: 1.3;
}
.case_det_t_l_list .item .con .tt{
	font-size: 12px;
}
.case_det_t_l_list .item .con .text{
	font-size: 16px;
}

.case_det_t_l_text{
	margin: 0.78vw 0 1.04vw;
}
.case_det_t_l_share{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 20px;
}
.case_det_t_l_share .tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	color: #666;
}
.case_det_t_l_share .tt .icon{
	font-size: 16px;
	margin-right: 5px;
}


.case_det_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.case_det_btn{
	width: 187px;
	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;
	height: 40px;
	font-size: 14px;
	background: #263948;
	border-radius: 5px;
	margin: 0 0 10px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.case_det_btn .icon{
	font-size: 20px;
	margin-right: 7px;
}
.case_det_btn.hover{
	background: #23AC54;
	margin-right: 20px;
}


.case_det_t_r{
	width: 49.5%;
	overflow: hidden;
}
.case_det_t_r img{
	width: 100%;
}

.case_det_b_con{
	margin-bottom: 4.17vw;
}


.case_det_b{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	border-radius: 40px;
	border: 1px solid #ccc;
	margin-bottom: 3.13vw;
}
.case_det_b_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: 40%;
	height: 80px;
	font-size: 14px;
	color: #888;
}
.case_det_b_btn_back{
	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: 20%;
	height: 80px;
	font-size: 14px;
	color: #888;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.case_det_b_btn:hover,
.case_det_b_btn_back:hover{
	color: #23AC54;
}




/* case_det */
.sub_banner_news_rela{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.sub_banner_news_con{
	height: 100%;
	padding-top: 68px;
	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;
}
.sub_banner_news_con .tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 13px;
	letter-spacing: 4px;
	position: relative;
}
.sub_banner_news_con .tt::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 4.79vw;
}
.sub_banner_news_con .tt.sub_banner_news_con_tt_bg::after{
	background: url(../images/sub_banner_solu_tt_bg.png) no-repeat left center / auto 100%;
}
.sub_banner_news_con .tt.sub_banner_pro_con_tt_bg::after{
	background: url(../images/sub_banner_pro_tt_bg.png) no-repeat left center / auto 100%;
}
.sub_banner_news_con .tt.sub_banner_about_con_tt_bg::after{
	background: url(../images/sub_banner_about_icon.png) no-repeat left center / auto 100%;
}
.sub_banner_news_con .tt.sub_banner_video_con_tt_bg::after{
	background: url(../images/sub_banner_video_icon.png) no-repeat left center / auto 100%;
}
.sub_banner_news_con .tt.sub_banner_down_con_tt_bg::after{
	background: url(../images/sub_banner_down_icon.png) no-repeat left center / auto 100%;
}
.sub_banner_news_con .tt.sub_banner_pic_con_tt_bg::after{
	background: url(../images/sub_banner_pic_icon.png) no-repeat left center / auto 100%;
}
.sub_banner_news_con .tt.sub_banner_contact_con_tt_bg::after{
	background: url(../images/sub_banner_contact_icon.png) no-repeat left center / auto 100%;
}


.sub_banner_news_con .tt .icon{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	width: 29px;
	margin-right: 7px;
}
.sub_banner_news_con .text{
	font-size: 18px;
	letter-spacing: 3px;
}



.news_cover_t_item{
	background: #F5F5F5;
	border-radius: 20px;
}

.news_cover_t_l{
	width: 50%;
	padding: 20px 6.88vw;
}
.news_cover_t_r{
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}
.news_cover_t_r img{
	width: 100%;
}
.news_cover_t_l_time{
	color: #888;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 14px;
}
.news_cover_t_l_tt{
	color: #222;
}
.news_cover_t_l_text{
	margin: 0.89vw 0 2.6vw 0;
}
.news_cover_t_item:hover .news_cover_t_r img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.news_cover_bars_box{
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 3.75vw;
}
.news_cover_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_cover_bars .item{
	width: 25%;
	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: #414254;
	font-size: 18px;
	padding: 32px 0;
	position: relative;
	bottom: -2px;
	border-bottom: 3px solid transparent;
}
.news_cover_bars .item .icon{
	font-size: 36px;
	margin-right: 7px;
}
.news_cover_bars .item.hover{
	color: #23AC54;
	border-color: #23AC54;
}



.news_list1{
	max-width: 1374px;
	margin: 0 auto;
}
.news_list1 dd{
	margin-bottom: 2.6vw;
}
.news_list1_item{
	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;
}

.news_list1_pic{
	width: 400px;
	overflow: hidden;
	border-radius: 5px;
}
.news_list1_pic img{
	width: 100%;
}

.news_list1_con{
	width: calc(100% - 400px);
	padding-left: 3.65vw;
}
.news_list1_time{
	padding: 5px 0 10px;
}
.news_list1_text{
	margin-bottom: 18px;
}

.news_list1_item:hover .news_list1_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}




/* news_det */
.news_det_date{
	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: 20px 0 17px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.news_det_date .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;
	margin: 0 0.63vw;
	font-size: 14px;
	color: #888;
}
.news_det_date .item .icon{
	font-size: 18px;
	margin-right: 6px;
}



.solu_list1 dd{
}

.solu_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: 3.65vw;
	border-radius: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.solu_list1_con{
	width: calc(100% - 400px);
	padding-right: 4%;
}
.solu_list1_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;
}
.solu_list1_title{
	width: (100% - 181px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.solu_list1_title .icon{
	width: 29px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.solu_list1_title .tt{
	display: block;
	width: calc(100% - 29px);
	padding-left: 7px;
}

.solu_list1_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: 181px;
	height: 50px;
	font-size: 14px;
	font-weight: 300;
	color: #222;
	border: 1px solid #f5f5f5;
	position: relative;
}


.solu_list1_btn::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 24px;
	height: 26px;
	background: url(../images/more_icon.png) no-repeat center center / 100% auto;
}
.solu_list1_btn::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 24px;
	height: 26px;
	background: url(../images/more_icon.png) no-repeat center center / 100% auto;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}


.solu_list1_text{
	margin: 27px 0 32px;
}


.solu_list1_con_b{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.solu_list1_con_b_l{
	width: 35%;
}
.solu_list1_con_b_l .item{
	margin-bottom: 10px;
}
.solu_list1_con_b_l .item:last-child{
	margin-bottom: 0;
}
.solu_list1_con_b_l .item .tt{
	font-size: 16px;
	font-weight: 300;
	color: #888;
}
.solu_list1_con_b_l .item .text{
	font-weight: 300;
	color: #222;
	font-weight: 500;
}
.solu_list1_con_b_r{
	width: 65%;
	padding-left: 2%;
}
.solu_list1_con_b_r .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 10px 0;
}
.solu_list1_con_b_r .item .icon{
	width: 8px;
	height: 20px;
	background: url(../images/solu_list_icon1.png) no-repeat center center / 100% auto;
}
.solu_list1_con_b_r .item .tt{
	width: calc(100% - 8px);
	padding-left: 7px;
	font-size: 14px;
	color: #222;
}


.solu_list1_pic{
	display: block;
	width: 400px;
	border-radius: 10px;
	background: #fafafa;
	overflow: hidden;
	position: relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_list1_pic .pic1{
	width: 100%;
}
.solu_list1_pic .pic2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.solu_list1_item:hover .solu_list1_pic{
	background: #23AC54;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.solu_list1_item:hover .solu_list1_pic .pic1{
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.solu_list1_item:hover .solu_list1_pic .pic2{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.solu_list1_item:hover{
	box-shadow: 0 0 10px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.sub_banner{
	position: relative;
}
.solu_det_location{
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin: 158px 0 6.77vw;
}
.solu_det_location a{
	color: #fff;
}
.solu_det_location a:hover{
	color: #23AC54;
}

.sub_banner_soludet{
	position: relative;
	height: 800px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sub_banner_soludet_con{
	width: 80%;
	max-width: 1102px;
	margin: 0 auto;
	background: rgba(38,57,72,.54);
	padding: 3.13vw 5%;
	border-radius: 20px;
}
.sub_banner_soludet_text{
	margin:0.52vw 0  1.82vw;
}
.sub_banner_soludet_btn_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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.sub_banner_soludet_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: 40px;
	font-size: 14px;
	color: #23AC54;
	background: #fff;
	border-radius: 5px;
	margin: 0 1.04vw;
}
.sub_banner_soludet_btn .icon{
	font-size: 20px;
	margin-right: 5px;
}


.sub_banner_soludet_btn.hover{
	color: #fff;
	background: #23AC54;
}





.solu_det_box1_clm1{
	margin-bottom: 3.65vw;
}
.solu_det_box1_l{
	width: 45%;
}

.solu_det_box1_l_list{
	margin-bottom: 30px;
}
.solu_det_box1_l_list .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.solu_det_box1_l_list .item .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: 11px;
	height: 11px;
	border: 1px solid #23AC54;
	border-radius: 50%;
	margin: 9px 10px 0 0;
}
.solu_det_box1_l_list .item .icon_box .icon{
	width: 5px;
	height: 5px;
	background: #23AC54;
	border-radius: 50%;
}
.solu_det_box1_l_list .item .tt{
	width: calc(100% - 11px);
}

.solu_det_box1_r{
	width: 46.15%;
}
.solu_det_box1_r a{
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.solu_det_box1_r a>img{
	width: 100%;
}

.solu_det_box1_r 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;
}
.solu_det_box1_r a:hover>img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



.solu_det_box1_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 3.75vw;
}

.solu_det_box1_list2 dd{
	width: 170px;
	margin: 0 20px 20px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.solu_det_box1_list2 dd .pic_box{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	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: #DCDFE2;
	margin:0 auto 15px;
}
.solu_det_box1_list2 dd .pic_box .pic{
	width: 136px;
	height: 136px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #23AC54;
}
.solu_det_box1_list2 dd .pic_box .pic img{
	width: 100%;
}
.solu_det_box1_list2 dd .tt{
	font-size: 18px;
	color: #202020;
	font-weight: 700;
	text-align: center;
}
.solu_det_box1_list2 dd:last-child{
	margin-right: 0;
}
.solu_det_box1_list2 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.solu_det_box2{
	background: url(../images/solu_det_bg1.png);
}

.solu_det_box2_con{
	background: url(../images/solu_det_bg2.png) no-repeat center center / 100% auto;
	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-start;
	-webkit-align-items: flex-start;
	-ms-align-items:flex-start;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.solu_det_box2_con .rela_news_title_box{
	width: 230px;
}

.solu_det_box2_r{
	width: calc(100% - 230px);
}

.solu_det_box2_r_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;
}
.solu_det_box2_r_list .item{
	width: 30%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items:flex-start;
}
.solu_det_box2_r_list .item .item_l{
	width: 38px;
}
.solu_det_box2_r_list .item .item_l .line{
	position: relative;
	width: 0;
	height: 143px;
	border-right: 1px dashed #707070;
	margin: 0 auto;
}
.solu_det_box2_r_list .item .item_l .line::after,
.solu_det_box2_r_list .item .item_l .line::before{
	content: "";
	display: block;
	position: absolute;
	left: -2px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #23AC54;
}
.solu_det_box2_r_list .item .item_l .line::after{
	top: 0;
}
.solu_det_box2_r_list .item .item_l .line::before{
	bottom: 0;
}
.solu_det_box2_r_list .item .item_l .tt{
	color: #23AC54;
	line-height: 1.2;
}

.solu_det_box2_r_list .item .item_con{
	padding-top: 14px;
}
.solu_det_box2_r_list .item .item_con .tt{
	font-size: 18px;
	font-weight: 700;
	color: #222;
}


.solu_det_box2_r_list2 .item_l{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
}


.solu_det_box2_r_list1{
	padding-left: 15%;
	margin-bottom: 48px;
}
.solu_det_box2_r_list2{
	padding-right: 15%;
}
.solu_det_box2_r_list1 .item .item_l .tt{
	margin-top: 10px;
}
.solu_det_box2_r_list2 .item .item_l .tt{
	margin:0 0 10px;
}
.solu_det_box2_r_list2 .item .item_con{
	padding-top: 40px;
}

.solu_det_box2_r_pcshow{
	display: block;
}
.solu_det_box2_r_mobileshow{
	display: none;
}



.zizhi_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.zizhi_list1 dd{
	width: calc(88% / 4);
	margin: 0 4% 30px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.zizhi_list1 dd:last-child{
	margin-right: 0;
}
.zizhi_list1 dd .pic{
	overflow: hidden;
	border: 1px solid #707070;
}
.zizhi_list1 dd .pic img{
	width: 100%;
}
.zizhi_list1 dd .tt{
	font-size: 18px;
	color: #444;
	text-align: center;
	padding: 18px 0;
}
.zizhi_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.solu_det_box4_title{
	margin-bottom: 17px;
}
.solu_det_box4_title .text{
	padding-top: 10px;
}


.solu_det_box4_form{
	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: 1400px;
	margin: 0 auto;
}


.solu_det_box4_form dd{
	width: calc((100% - 204px) / 3);
}
.solu_det_box4_form dd.dd_last{
	width: 144px !important;
}
.solu_det_box4_form_text{
	width: 100%;
	height: 40px;
	font-size: 12px;
	color: #222;
	padding-left: 12px;
	border: 1px solid #ccc;
}

.solu_det_box4_form_text::-webkit-input-placeholder{
	color: #ccc;
}

.solu_det_box4_form_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: 144px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	background: #414254;
	border-radius: 5px;
	border: none;
}

.solu_det_box4_form_btn .icon{
	font-size: 18px;
	margin-right: 5px;
}




.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% - 60px) / 4);
	margin: 0 20px 20px 0;
}

.pro_list1_1 dd{
	margin-bottom:60px;
}
.pro_list1 dd:last-child{
	margin-right: 0;
}

.pro_list1_item{
	background: #fff;
	box-shadow: 0 2px 5px rgba(50,50,50,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1_item:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1_item_pic{
	display: block;
	overflow: hidden;
	
}
.pro_list1_item_pic img{
	width: 100%;
}
.pro_list1_item_con{
	padding: 25px 7% 18px;
	text-align: center;
}
.pro_list1_item_clm{
	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;
	padding-top: 12px;
}
.pro_list1_item_clm .item{
	width: 42%;
	text-align: left;
}
.pro_list1_item_clm .item .tt{
	font-size: 14px;
	color: #888;
	font-weight: 300;
}
.pro_list1_item_clm .item .tt2{
	font-size: 18px;
	color: #222;
	font-weight: 500;
}

.pro_list1_item_b{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	
	border-top: 1px solid #DFDFDF;
}
.pro_list1_item_btn{
	width: 50%;
	height: 50px;
	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: #23AC54;
	font-size: 14px;
}
.pro_list1_item_btn .icon{
	font-size: 18px;
	margin-right: 6px;
}



.pro_list1_item_btn:first-child{
	border-right: 1px solid #DFDFDF;
}
.pro_list1_item_btn:hover{
	color: #fff;
	background: #23AC54;
}


.solu_det_box5{
	background: url(../images/solu_det_bg3.png) no-repeat center center fixed;
	padding: 70px 0;
}

.solu_det_box5_l{
	width: 50%;
}
.solu_det_box5_l .solu_det_box4_title{
	margin-bottom: 0;
}
.solu_det_box5_r{
	width: 50%;
	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_det_box5_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: 235px;
	height: 60px;
	font-size: 14px;
	color: #23AC54;
	background: rgba(255,255,255,.75);
	border-radius: 5px;
}
.solu_det_box5_btn .icon{
	font-size: 24px;
	margin-right: 6px;
}
.solu_det_box5_btn.hover{
	color: #fff;
	background: rgba(35,172,84,.75);
	margin-left: 10px;
}



.yzgys_box{
	padding: 79px 0 55px;
	background: url(../images/solu_det_bg4.png) no-repeat center center / cover;
}
.yzgys_box_title{
	height: 0;
	line-height: 1.1;
}
.yzgys_box_con{
	position: relative;
	padding: 0 2.6vw;
	height: 21.35vw;
}

.yzgys_item{
	position: absolute;
	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.63vw;
	width: 7.71vw;
	height: 6.41vw;
	background: url(../images/star_bg.png) no-repeat center center / 100% auto;
}
.yzgys_item img{
	max-width: 100%;
	filter: grayscale(100%);
    filter: gray;
}


.yzgys_item:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
	filter: grayscale(0%);
    filter: none;
}


.yzgys_item.item_logo{
	left: 50%;
	top:5.1vw;
	width: 13.13vw;
	height: 11.09vw;
	padding: 0 2.5%;
	background: url(../images/star_bg2.png) no-repeat center center / 100% auto;
	margin-left: -6.56vw;
}
.yzgys_item.item_logo img{
	filter: grayscale(0%);
    filter: none;
}

.yzgys_item.item1{
	left: 3.13vw;
	top: 7.45vw;
}
.yzgys_item.item2{
	left: 9.84vw;
	top: 3.7vw;
}
.yzgys_item.item3{
	left: 9.84vw;
	top: 11.15vw;
}
.yzgys_item.item4{
	left: 16.61vw;
	top: 7.45vw;
}
.yzgys_item.item5{
	left: 16.61vw;
	top:14.9vw;
}
.yzgys_item.item6{
	left: 23.39vw;
	top: 3.7vw;
}
.yzgys_item.item7{
	left: 23.39vw;
	top: 11.15vw;
}
.yzgys_item.item8{
	left: 30.16vw;
	top: 0;
}
.yzgys_item.item9{
	left:30.16vw;
	top:7.45vw;
}
.yzgys_item.item10{
	left: 36.93vw;
	top:3.7vw;
}
.yzgys_item.item11{
	left: 36.93vw;
	top: 11.15vw;
}

.yzgys_item.item12{
	right: 3.13vw;
	top: 7.45vw;
}
.yzgys_item.item13{
	right: 9.84vw;
	top: 3.7vw;
}
.yzgys_item.item14{
	right: 9.84vw;
	top: 11.15vw;
}
.yzgys_item.item15{
	right: 16.61vw;
	top: 7.45vw;
}
.yzgys_item.item16{
	right: 16.61vw;
	top:14.9vw;
}
.yzgys_item.item17{
	right: 23.39vw;
	top: 3.7vw;
}
.yzgys_item.item18{
	right: 23.39vw;
	top: 11.15vw;
}
.yzgys_item.item19{
	right: 30.16vw;
	top: 0;
}
.yzgys_item.item20{
	right:30.16vw;
	top:7.45vw;
}
.yzgys_item.item21{
	right: 36.93vw;
	top:3.7vw;
}
.yzgys_item.item22{
	right: 36.93vw;
	top: 11.15vw;
}



/* pro_list */
.pro_list2{
	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: 20px;
}
.pro_list2 dd{
	width: calc((100% - 20px) / 2);
	margin: 0 0 20px 0;
	position: relative;
}
.pro_list2_pic{
	display: block;
	padding: 20px 0;
	background: #FAFAFA;
}
.pro_list2_con{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px 10%;
	background: rgba(35,172,84,.7);
	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;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.pro_list2_tt{
	margin-bottom: 14px;
}
.pro_list2_con_clm{
	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_list2_con_clm_l{
	width: 58%;
}
.pro_list2_con_clm_text{
	margin-bottom: 32px;
}
.pro_list2_btn{
	color: #fff;
	border: 1px solid #fff;
}
.pro_list2_con_clm_r{
	width: 28%;
}
.pro_list2_con_clm_r a{
	display: block;
	color: #fff;
	margin: 5px 0;
}
.pro_list2_con_clm_r a:hover{
	transform:translateX(3px);
	-webkit-transform:translateX(3px);
}

.pro_list2 dd:hover .pro_list2_con{
	opacity: 1;
	pointer-events: auto;
}




.pro_cate_screen{
	margin-bottom: 50px;
}
.pro_cate_screen_tt{
	margin-bottom: 30px;
}

.pro_cate_screen_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 14px;
}
.pro_cate_screen_list a{
	padding: 0 40px;
	line-height:40px;
	font-size: 14px;
	color: #444;
	text-align: center;
	border-radius: 20px;
	margin: 0 10px 10px 0;
}
.pro_cate_screen_list a.hover,
.pro_cate_screen_list a:hover{
	color: #fff;
	background: #23AC54;
}



/* pro_det */
.pro_det_t{
	position: relative;
	margin-top: 128px;
	margin-bottom: 50px;
}



.location_det{
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	font-weight: 300;
	color: #263948;
	background: none;
}
.location_det a{
	color: #263948;
}

.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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_t_l{
	width: 50%;
	padding: 100px 2%;
	background: #F8F8F8;
}
.pro_det_pic_scroll .swiper-slide{
	text-align: center;
}


.pro_det_pic_scroll .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1 !important;
	background: #DCDFE2;
	margin: 0 6px !important;
}
.pro_det_pic_scroll .swiper-pagination-bullet-active{
	background: #23AC54;
}
.pro_det_t_r{
	width: 50%;
	background: #fff;
	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;
	padding: 100px 5%;
}

.pro_det_title1{
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(139,139,139,.5);
}
.pro_det_t_r_con{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.pro_det_t_r_text{
	padding: 20px 0 25px;
}
.pro_det_t_r_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-bottom: 30px;
}
.pro_det_t_r_list .item{
	margin: 0 3.13vw 10px 0;
}
.pro_det_t_r_list .item .tt{
	font-size: 14px;
	color: #444;
}
.pro_det_t_r_list .item .text{
	color: #23AC54;
	font-weight: 500;
}

.pro_det_t_r_btn_box .case_det_btn{
	color: #23AC54;
	background: #F5F5F5;
}

.pro_det_t_r_btn_box .case_det_btn.hover{
	color: #fff;
	background: #23AC54;
}



/* pro_det_b */
.pro_det_b_bars_box{
	height: 76px;
}
.pro_det_b_bars{
	position: relative;
	width: 100%;
	z-index: 2;
	background: #fff;
	border-bottom: 1px solid #F5F5F5;
}

.pro_det_b_bars_list{
	width: calc(100% - 300px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_bars_list .item{
	width: 20%;
	padding: 0 10px;
	font-size: 18px;
	height: 76px;
	color: #414254;
	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;
	cursor: pointer;
}
.pro_det_b_bars_list .item .icon{
	font-size: 30px;
	margin-right: 7px;
}
.pro_det_b_bars_list .item.hover{
	color: #23AC54;
}

.pro_det_b_bars_r{
	width: 300px;
}
.pro_det_b_bars_r_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #23AC54;
}

.pro_det_b_bars_r_btn .icon{
	width: 55px;
	font-size: 50px;
}
.pro_det_b_bars_r_btn .con{
	width: calc(100% - 55px);
	padding-left: 10px;
}
.pro_det_b_bars_r_btn .con .tt{
	font-size: 14px;
}

.pro_det_b_bars_r_btn .con .text{
	font-size: 24px;
}



.pro_det_b_item1_l{
	width: 45%;
}
.pro_det_b_title{
	position: relative;
	margin-bottom: 30px;
	line-height: 1;
	border-left: 10px solid #23AC54;
	padding-left: 12px;
	margin-bottom: 25px;
}

.pro_det_b_item1_r{
	width: 50%;
}
.pro_det_b_item1_r a{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.pro_det_b_item1_r a>img{
	width: 100%;
}
.pro_det_b_item1_r 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;
}



.pro_det_b_item2{
	background: url(../images/pro_det_bg1.png) no-repeat center top;
	padding-top: 80px;
}

.pro_det_b_item2_title{
	margin-bottom: 5.21vw;
}
.pro_det_td_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 5.21vw;
}
.pro_det_td_list dd{
	width: calc((100% - 60px) / 4);
	margin: 0 20px 20px 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_td_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_det_td_list dd:last-child{
	margin-right: 0;
}

.pro_det_td_list dd .con_t{
	width: 100%;
	height: 5.52vw;
	position: relative;
	background: url(../images/pro_det_td_bg.png) no-repeat center bottom / 100% auto;
}
.pro_det_td_list dd .con_t .icon_box{
	position: relative;
	top:-2.81vw;
	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: 5.52vw;
	height: 5.52vw;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background: url(../images/pro_det_b_td_bg2.png) no-repeat center center / 100% auto;
	margin: 0 auto;
}
.pro_det_td_list dd .con{
	background: #fff;
	padding: 0 10%;
	height: 160px;
	text-align: center;
	box-shadow: 0 3px 3px rgba(50,50,50,.2);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.pro_det_td_list2{
	margin-bottom: 5.21vw;
}
.pro_det_td_list2 dd{
	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;
}

.pro_det_td_list2_pic{
	width: 50%;
	position: relative;
	border-right: 3px solid #23AC54;
}
.pro_det_td_list2_pic::after{
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0;
	border-top-width: 7px;
	border-left-width: 10px;
	border-right-width: 0;
	border-bottom-width: 7px;
	border-color: transparent transparent transparent #23AC54;
	margin-top: -7px;
}
.pro_det_td_list2 dd:nth-child(2n){
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.pro_det_td_list2 dd:nth-child(2n) .pro_det_td_list2_pic{
	border-right: 0;
	border-left: 3px solid #263948;
}
.pro_det_td_list2 dd:nth-child(2n) .pro_det_td_list2_pic:after{
	left: auto;
	right: 100%;
	border-left-width: 0;
	border-right-width: 10px;
	border-bottom-width: 7px;
	border-color: transparent #263948 transparent transparent;
}

.pro_det_td_list2_pic img{
	width: 100%;
}
.pro_det_td_list2_con{
	width: 50%;
	padding: 20px 5%;
}
.pro_det_td_list2_con .tt{
	margin-bottom: 20px;
}
.pro_det_td_list2_con .tt2{
	color: #23AC54;
}






body table{
	width: 100%;
}
body table tr:nth-child(1){
	color: #fff;
	background: #23AC54;
}
body table tr td{
	font-size: 14px;
	color: #666;
	padding: 15px 10px;
	text-align: center;
	
	border: 1px solid #ddd;
}
body table tr:nth-child(1) td{
	color: #fff;
}



.pro_det_b_item5{
	background: url(../images/pro_det_bg2.png) no-repeat center center fixed;
}

.pro_det_b_item5_title{
	letter-spacing: 5px;
	margin-bottom: 45px;
}



.pro_det_b_item5 .pro_list1_item_pic{
	border-bottom: 1px solid #DFDFDF;
} 




/* about */
.sub_banner_about{
	height: 700px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.solu_det_location_about{
	position: absolute;
	left: 0;
	top: 0;
}

.sub_about_nav_box{
	height: 100px;
	margin-top: -100px;
	position: relative;
	z-index: 2;
	/* 重点设置下面两个属性 */
	background-color: rgba(50, 50, 50, 0.5);

}
.sub_about_nav{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-around;
	-ms-justify-content:space-around;
	-webkit-justify-content:space-around;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.sub_about_nav a{
	height: 100px;
	padding: 0 4.43vw;
	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;
	position: relative;
}
.sub_about_nav a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 4px;
	background: transparent;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.sub_about_nav a .icon{
	font-size: 40px;
	margin-right: 8px;
}
.sub_about_nav a.hover{
	color: #23AC54;
}
.sub_about_nav a.hover::after{
	background: #23AC54;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.about_box1{
	padding-bottom: 11.2vw;
}

.sub_title1{
	color: #263948;
	margin-bottom: 25px;
}
.sub_title1 .text{
	padding-top: 8px;
}
.about_box1_text1{
	margin-bottom: 50px;
}

.about_box1_tt{
	margin-bottom: 15px;
}


.about_box1_list1{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-around;
	-ms-justify-content:space-around;
	-webkit-justify-content:space-around;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	height: 193px;
	padding: 0 5%;
	background: url(../images/about_bg1.png) no-repeat center center / cover;
	border-radius: 100px;
}
.about_box1_list1 .item{
	width: 20%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box1_list1 .item .tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items:flex-end;
	font-size: 16px;
	margin-bottom: 0.94vw;
}
.about_box1_list1 .item .tt .icon{
	width: 23px;
}
.about_box1_list1 .item .tt .num{
	color: #23AC54;
	line-height: 1;
	margin: 0 0 0 5px;
}
.about_box1_list1 .item:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.about_box2{
	position: relative;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.about_box2_item{
	width: 50%;
	height: 20.42vw;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	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;
	padding:0 10% 0 0;
}
.about_box2_item:last-child{
	padding:0 0 0 8%;
}
.about_box2_item .tt{
	font-family: 'Noto Sans SC';
	margin-bottom:15px;
}
.about_box2_item .text{
	font-size: 20px;
	line-height: 2;
}
.about_box2_logo{
	position: absolute;
	left: 50%;
	top: -5.52vw;
	width: 11.35vw;
	height: 11.09vw;
	margin-left: -5.68vw;
}




.about_box3{
	background: url(../images/about_bg2.png) no-repeat center center / cover;
}
.about_box3_title{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 60px;
}

.about_box3_title_l_tip{
	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;
}

.about_box3_title_l_tip .item{
	margin: 0 2.34vw 0 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 18px;
	color: #263948;
}
.about_box3_title_l_tip .item .icon{
	width: 10px;
	margin-right: 8px;
}
.about_box3_title_l_tip .item .icon img{
	display: block;
}
.about_box3_btn_box{
	width: 110px;
	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;
}

.about_box3_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: 50px;
	height: 50px;
	font-size: 20px;
	color: #263948;
	border-radius: 50%;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box3_btn.prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.about_box3_btn.hover,
.about_box3_btn:hover{
	color: #fff;
	background: #23AC54;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.about_his_scroll{
	background: url(../images/about_bg3.png) no-repeat center center;
	padding: 0 6px;
}

.about_his_scroll_item{
	position: relative;
	height: 328px;
}
.about_his_scroll_item_t{
	position: absolute;
	top: 0;
}
.about_his_scroll_item_b{
	position: absolute;
	bottom: 0;
}
.about_his_scroll_item_t,
.about_his_scroll_item_b{
	height: 164px;
	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;
	border-left: 1px solid rgba(112,112,112,.2);
	padding-left: 27px;
}
.about_his_scroll_item_t .tt,
.about_his_scroll_item_b .tt{
	line-height: 1;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items:flex-end;
	font-weight: 300;
	color: #23AC54;
	margin-bottom: 6px;
}
.about_his_scroll_item_t .text,
.about_his_scroll_item_b .text{
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

.about_his_scroll_item_b .tt{
	color: #FCB026;
}


.about_his_scroll_item_t::before,
.about_his_scroll_item_b::before,
.about_his_scroll_item .about_his_scroll_item_t::after{
	content: "";
	display: block;
	position: absolute;
	left: -6px;
	top: 50%;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #23AC54;
	margin-top: -6px;
}
.about_his_scroll_item_b::before{
	background: #FCB026;
}


.about_his_scroll_item.hover .about_his_scroll_item_t::after{
	background: #FCB026;
	margin-top: -3px;
}



.about_box4_scroll_rela{
	padding: 0 55px;
	position: relative;
	margin-bottom: 38px;
}
.about_box4_scroll_pic{
	overflow: hidden;
	border-radius: 10px;
}
.about_box4_scroll_pic img{
	width: 100%;
}
.about_box4_scroll_pic:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.about_box4_scroll_btn{
	position: absolute;
	top: 50%;
	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: 50px;
	height: 50px;
	z-index: 2;
	font-size: 22px;
	border-radius: 25px;
	background: #f5f5f5;
	cursor: pointer;
}
.about_box4_scroll_btn.prev{
	left: -25px;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}
.about_box4_scroll_btn.next{
	right: -25px;
}
.about_box4_scroll_btn:hover{
	color: #fff;
	background: #23AC54;
}





.about_box4_text{
	color: #888;
	font-size: 14px;
	line-height: 36px;
	margin-bottom: 28px;
}


.about_box5{
	background: #FAFAFA;
}
.about_box5_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 1.04vw;
}

.about_box5_list dd{
	width: calc(100% / 6);
	padding: 10px;
	position: relative;
}
.about_box5_list dd::after{
	content: "";
	position: absolute;
	right: -1px;
	top: 10%;
	display: block;
	width: 1px;
	height: 80%;
	background: rgba(112,112,112,.23);
}
.about_box5_list dd::before{
	content: "";
	display: block;
	position: absolute;
	left: 10%;
	bottom: -1px;
	width: 80%;
	height: 1px;
	background: rgba(112,112,112,.23);
}
.about_box5_list dd .con{
	position: relative;
	overflow: hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box5_list dd .con img{
	width: 100%;
	filter: grayscale(100%);
    filter: gray;
}
.about_box5_list dd .icon{
	position: absolute;
	right: -2px;
	bottom: -2px;
	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: 4px;
	height: 4px;
	border-radius: 50%;
	background: #d9d9d9;
}
.about_box5_list dd .con .icon::after{
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	background: #c8ccd0;
	border-radius: 50%;
}

.about_box5_list dd:hover .con{
	box-shadow: 0 2px 8px rgba(50,50,50,.15);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.about_box5_list dd:hover .con img{
	filter: grayscale(0%);
    filter: none;
}


.honor_bars_box{
	padding: 4px 0 0;
	border-bottom: 1px solid #DCDCDC;
}
.honor_bars_l{
	width: calc(100% - 300px);
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.honor_bars_l 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;
	font-size: 18px;
	height: 106px;
	color: #414254;
	margin: 0 5.21vw 0 0;
}
.honor_bars_l a .icon{
	font-size: 32px;
	margin-right: 6px;
}
.honor_bars_l a.hover{
	color: #23AC54;
}



.honor_page_text{
	font-size: 14px;
	line-height: 36px;
	margin-bottom: 60px;
}




.honor_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 20px;
}
.honor_list1 dd{
	width: calc(91% / 4);
	margin: 0 3% 30px 0;
}
.honor_list1 dd a{
	display: block;
	text-align: center;
}
.honor_list1 dd a .pic{
	overflow: hidden;
	box-shadow: 0 0 10px rgba(50,50,50,.2);
}
.honor_list1 dd a .pic img{
	width: 100%;
}
.honor_list1 dd a .tt{
	font-size: 18px;
	color: #444;
	padding: 18px 0 10px;
}
.honor_list1 dd a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



/* service */
.service_box1_list1{
	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;
}
.service_box1_list1 .item{
	width: 118px;
	margin: 0 4px 18px;
}

.service_box1_list1 .item .icon{
	width:118px;
	height: 30px;
	background: url(../images/service_icon1.png) no-repeat center center;
}
.service_box1_list1 .item:nth-child(2n) .icon{
	width:118px;
	height: 30px;
	background: url(../images/service_icon2.png) no-repeat center center;
}
.service_box1_list1 .item .con{
	width:0;
	height: 40px;
	border-right: 1px dashed rgba(112,112,112,.2);
	position: relative;
	margin: 15px auto 22px;
}
.service_box1_list1 .item .con .circle{
	position: absolute;
	bottom: -5px;
	margin-left: -5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	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(35,172,84,.2);
}
.service_box1_list1 .item .con .circle:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #23AC54;
}
.service_box1_list1 .item .tt{
	font-size: 16px;
	color: #263948;
	text-align: center;
	padding: 0 5px;
}


.service_box2_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.service_box2_list .item{
	width: 28.6%;
	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;
	position: relative;
	overflow: hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_box2_list .item.hover{
	width: 42.8%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.service_box2_list .item img{
	height: 486px;
	max-width: none;
}
.service_box2_list .item .con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FAFAFA;
	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: 20px 5%;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_box2_list .item:nth-child(2n) .con{
	background: #EBEBEB;
}
.service_box2_list .item .con .tt{
	margin-bottom: 5px;
	color: #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_box2_list .item .con .text{
	max-width: 275px;
	color: #888;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.service_box2_list .item .con .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 8.33vw;
	color: rgba(136,136,136,.2);
	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;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.service_box2_list .item.hover .con{
	background: rgba(38,57,72,.17);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_box2_list .item.hover .con .tt,
.service_box2_list .item.hover .con .text{
	color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_box2_list .item.hover .con .icon{
	color: rgba(250,250,250,.17);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.service_box4{
	background: #FAFAFA;
}

.service_box4_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;
}
.service_box4_list dd{
	width: calc((100% - 60px) / 3);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.service_box4_list dd .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;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	padding: 20px 13%;
	background: #fff;
	border-bottom: 8px solid #23AC54;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_box4_list dd .con .icon{
	font-size: 52px;
	color: #23AC54;
}
.service_box4_list dd .con .tt{
	color: #263948;
	font-size: 24px;
	margin: 15px 0 8px;
}
.service_box4_list dd .con .text{
	color: #888;
}
.service_box4_list dd:hover .con{
	background: rgba(38,57,72,.5);
	border-bottom: 8px solid transparent;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_box4_list dd:hover .con .tt,
.service_box4_list dd:hover .con .text{
	color: #fff;
}


.service_box4_text{
	color: #263948;
	margin-bottom: 4.69vw;
}

.service_box4_text span{
	color: #23AC54;
}



.service_box5{
	padding-bottom: 30px;
}

.service_box5_clm1{
	height: 200px;
	padding: 0 5%;
	background: url(../images/service_bg1.png) no-repeat center center fixed;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(115,115,115,.2);
	margin-top: -100px;
	position: relative;
	z-index: 2;
}


.service_box5_clm1_l{
	width: 60%;
}
.service_box5_clm1_l .sub_title1{
	margin-bottom: 0;
}

.service_box5_clm1_r_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	color: #fff;
}
.service_box5_clm1_r_btn .icon{
	width: 56px;
	font-size: 52px;
}
.service_box5_clm1_r_btn .con{
	width: calc(100% - 56px);
	padding-left: 6px;
}
.service_box5_clm1_r_btn .con .tt{
	font-size: 14px;
}


.service_box5_clm2{
	padding: 8.75vw 3.33vw;
	background: #FAFAFA;
	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_box5_clm2 .item{
	width: 47%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 36px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.service_box5_clm2 .item:nth-last-child(-n+2){
	margin-bottom: 0;
}
.service_box5_clm2 .item .pic{
	width: 120px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.service_box5_clm2 .item .pic .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 50px;
	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;
	background: rgba(38,57,72,.51);
}
.service_box5_clm2 .item .con{
	width: calc(100% - 120px);
	padding-left: 26px;
	font-weight: 300;
}
.service_box5_clm2 .item .con .tt{
	font-size: 24px;
	color: #263948;
	margin-bottom: 5px;
}


.service_box5_clm2 .item:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



.service_box5_clm3{
	padding: 6.25vw 0 0;
}

.service_box5_clm3_l{
	width: 50%;
}
.service_box5_clm3_r{
	width: 47%;	
}
.service_box5_clm3_r_tt{
	color: #222;
	margin-bottom: 12px;
}
.service_box5_clm3_r_con_clm{
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 36px;
	font-weight: 300;
}
.service_box5_clm3_r_con_tt{
	color: #23AC54;
}
.service_box5_clm3_r_con_text{
	color: #888;
}



/* video */
.sub_banner_video{
	height: 600px;
	position: relative;
}

.sub_video_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;
}
.sub_video_bars a{
	width: 20%;
	margin: 0;
	position: relative;
}
.sub_video_bars a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #23AC54;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.sub_video_bars a.hover::after{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.sub_main_video_page{
	padding-top: 60px;
}
.video_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.video_list dd{
	width: calc(95% / 3);
	margin: 0 2.5% 30px 0;
}
.video_list_pic{
	position: relative;
	overflow: hidden;
	border: 1px solid #DEDEDE;
}
.video_list_pic>img{
	width: 100%;
}
.video_list_pic_b{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	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: 0 16px 10px;
	background: url(../images/video_item_bg.png) repeat-x center top;
}
.video_list_pic_b .icon{
	width: 34px;
}
.video_list_pic_b .duration{
	font-size: 14px;
	color: #fff;
}


.video_list_tt{
	font-size:18px;
	padding: 20px 0 10px;
}


.video_list dd:hover .video_list_pic>img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



/* down */
.sub_down_bars{
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}


.down_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.down_list dd{
	width: calc(96% / 3);
	margin: 0 2% 20px 0;
}
.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;
	background: #F5F5F5;
	border-radius: 5px;
	height: 100%;
	padding: 30px 10%;
}
.down_list_pic{
	width: 101px;
	overflow: hidden;
}
.down_list_pic img{
	width: 100%;
}
.down_list_con{
	width: calc(100% - 101px);
	padding-left: 8%;
}
.down_list_tt{
	font-size: 18px;
}
.down_list_size{
	padding: 18px 0 16px;
	font-size: 16px;
	color: #888;
}
.down_list_btn{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 16px;
	color: #666;
}
.down_list_btn .icon{
	font-size: 22px;
	color: #23AC54;
	margin-right: 7px;
}
.down_list_btn .tt{
	text-decoration: underline;
}

.down_list dd a:hover{
	box-shadow: 0 0 10px rgba(50,50,50,.2);
}


/* 图片中心 */
.sub_pic_bars{
	width: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.sub_pic_bars a{
	width: calc(100% / 6);
	margin: 0;
	position: relative;
}
.sub_pic_bars a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #23AC54;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.sub_pic_bars a.hover::after{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.photo_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.photo_list dd{
	width: calc(95% / 3);
	margin: 0 2.5% 30px 0;
}
.photo_list_pic{
	overflow: hidden;
	border-radius: 10px;
}
.photo_list_pic img{
	width: 100%;
}
.photo_list_tt{
	font-size: 18px;
	color: #444;
	padding: 15px 0 10px;
}
.photo_list dd:hover .photo_list_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}





/* contact */

.contact_box1_clm_item{
	width: 47%;
}
.contact_box1_clm_item_t{
	padding-left: 5%;
	margin-bottom: 12px;
}
.contact_box1_clm_item_tt{
	margin-bottom: 14px;
}

.contact_box1_clm_item_list .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	padding: 6px 0;
}
.contact_box1_clm_item_list .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: 30px;
	height: 30px;
	font-size: 20px;
	color: #23AC54;
}
.contact_box1_clm_item_list .item .tt{
	width: calc(100% - 30px);
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	padding-left: 3px;
	color: #222;
}
.contact_box1_clm_item_list .item .tt a:hover{
	color: #23AC54;
}














