/**
 *               ii.                                         ;9ABH,          
 *              SA391,                                    .r9GG35&G          
 *              &#ii13Gh;                               i3X31i;:,rB1         
 *              iMs,:,i5895,                         .5G91:,:;:s1:8A         
 *               33::::,,;5G5,                     ,58Si,,:::,sHX;iH1        
 *                Sr.,:;rs13BBX35hh11511h5Shhh5S3GAXS:.,,::,,1AG3i,GG        
 *                .G51S511sr;;iiiishS8G89Shsrrsh59S;.,,,,,..5A85Si,h8        
 *               :SB9s:,............................,,,.,,,SASh53h,1G.       
 *            .r18S;..,,,,,,,,,,,,,,,,,,,,,,,,,,,,,....,,.1H315199,rX,       
 *          ;S89s,..,,,,,,,,,,,,,,,,,,,,,,,....,,.......,,,;r1ShS8,;Xi       
 *        i55s:.........,,,,,,,,,,,,,,,,.,,,......,.....,,....r9&5.:X1       
 *       59;.....,.     .,,,,,,,,,,,...        .............,..:1;.:&s       
 *      s8,..;53S5S3s.   .,,,,,,,.,..      i15S5h1:.........,,,..,,:99       
 *      93.:39s:rSGB@A;  ..,,,,.....    .SG3hhh9G&BGi..,,,,,,,,,,,,.,83      
 *      G5.G8  9#@@@@@X. .,,,,,,.....  iA9,.S&B###@@Mr...,,,,,,,,..,.;Xh     
 *      Gs.X8 S@@@@@@@B:..,,,,,,,,,,. rA1 ,A@@@@@@@@@H:........,,,,,,.iX:    
 *     ;9. ,8A#@@@@@@#5,.,,,,,,,,,... 9A. 8@@@@@@@@@@M;    ....,,,,,,,,S8    
 *     X3    iS8XAHH8s.,,,,,,,,,,...,..58hH@@@@@@@@@Hs       ...,,,,,,,:Gs   
 *    r8,        ,,,...,,,,,,,,,,.....  ,h8XABMMHX3r.          .,,,,,,,.rX:  
 *   :9, .    .:,..,:;;;::,.,,,,,..          .,,.               ..,,,,,,.59  
 *  .Si      ,:.i8HBMMMMMB&5,....                    .            .,,,,,.sMr 
 *  SS       :: h@@@@@@@@@@#; .                     ...  .         ..,,,,iM5 
 *  91  .    ;:.,1&@@@@@@MXs.                            .          .,,:,:&S 
 *  hS ....  .:;,,,i3MMS1;..,..... .  .     ...                     ..,:,.99 
 *  ,8; ..... .,:,..,8Ms:;,,,...                                     .,::.83 
 *   s&: ....  .sS553B@@HX3s;,.    .,;13h.                            .:::&1 
 *    SXr  .  ...;s3G99XA&X88Shss11155hi.                             ,;:h&, 
 *     iH8:  . ..   ,;iiii;,::,,,,,.                                 .;irHA  
 *      ,8X5;   .     .......                                       ,;iihS8Gi
 *         1831,                                                 .,;irrrrrs&@
 *           ;5A8r.                                            .:;iiiiirrss1H
 *             :X@H3s.......                                .,:;iii;iiiiirsrh
 *              r#h:;,...,,.. .,,:;;;;;:::,...              .:;;;;;;iiiirrss1
 *             ,M8 ..,....,.....,,::::::,,...         .     .,;;;iiiiiirss11h
 *             8B;.,,,,,,,.,.....          .           ..   .:;;;;iirrsss111h
 *            i@5,:::,,,,,,,,.... .                   . .:::;;;;;irrrss111111
 *            9Bi,:,,,,......                        ..r91;;;;;iirrsss1ss1111
 */




html,body{
	font-family:"Microsoft YaHei",arial,verdana;
}
input, button, textarea,select,button{
	font-family:"Microsoft YaHei",arial,verdana;	
}
.bgf2{
	background: #f2f4f5;
}
.pb10{
	padding-bottom: 10px;
}

.head_box{
	background: #fff;
	box-shadow: 0 0 8px rgba(115,115,115,.15);
}


.header_t{
	border-bottom: 1px solid #eaeaea;
}
.head_t_clm{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	line-height: 50px;
	color: #666;
	font-size: 14px;
	margin-right: 4%;
}
.head_t_clm .icon{
	font-size: 18px;
	margin-right: 8px;
}
.head_t_clm a{
	color: #666;
}
.head_t_clm a:hover{
	color: #009899;
}

.head_t_r{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	height:50px;
}
.head_t_r 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: 24px;
	height: 24px;
	font-size: 14px;
	color: #fff;
	background: #676767;
	border-radius: 50%;
	margin: 0 4px;
	position: relative;
}
.head_t_r a:hover{
	background: #009899;
}
.head_t_r a .pic{
	position: absolute;
	left: 50%;
	top: 34px;
	z-index: 3;
	display:none;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	transform:translateY(20px);
	-webkit-transform: translateY(20px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.head_t_r a:hover .pic{
	display: block;
	transform:translateY(0px);
	-webkit-transform: translateY(0px);
	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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.logo{
	width: 160px;
	height: 76px;
	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;
}

.menu_dl{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.menu_dl dd{
	margin: 0 10px;
	position: relative;
}
.menu_tt{
	display: block;
	font-size: 16px;
	line-height: 76px;
	color: #444;
	padding: 0 15px;
	position: relative;
}
.menu_dl dd.hover .menu_tt{
	color: #009899;
	font-weight: bold;
}
.menu_dl dd.hover .menu_tt::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #009899;
}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top: 76px;
	z-index: 2;
	width: 190px;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 10px 0;
}
.menu_down a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 15px;
	color: #444;
	font-size: 14px;
	border-bottom: 1px solid #efefef;
}
.menu_down a .icon{
	font-size: 12px;
	margin-right: 8px;
}
.menu_down a:hover{
	color: #009999;
}

.head_b_r{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.head_search{
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.head_lag{
	position: relative;
	cursor: pointer;
}
.head_lag_tt{
	font-size: 14px;
	color: #888;
	line-height: 30px;
	position: relative;
	padding-left: 18px;
	margin-left: 15px;
}
.head_lag_tt::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 1px;
	height: 16px;
	background: #717171;
}
.head_lag_down{
	display: none;
	position: absolute;
	right: -5px;
	top: 30px;
	z-index: 2;
	background: #fff;
	padding:10px;
}
.head_lag_down a{
	display: block;
	font-size:14px;
	line-height: 30px;
}
.head_lag_down a:hover{
	color: #009899;
}



.search_box{
	display: none;
	position: fixed;
	left:50%;
	top: 50%;
	z-index: 5;
	margin:-30px 0 0 -450px;
	z-index: 9;
	width:900px;
	height: 60px;
	padding: 10px;
	background: #f5f5f5;
}
.search_box_text{
	width: calc(100% - 90px);
	height: 40px;
	border: 0;
	font-size: 14px;
	padding-left: 20px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 14px;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color:#009899;
	font-size: 28px;
	background: none;
	border: 0;
}

.search_box_close{
	width: 40px;
	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:#fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 140px;
	height: 52px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 42px;
	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: #009899;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
	margin-bottom: 0;
}
.mobile_search_icon{
	width: 40px;
	height: 52px;
	color: #008999;
	font-size: 26px;
	line-height: 52px;
	text-align: center;
	margin-right: 52px;
	cursor: pointer;
}



.mobile_header.hover{
	background:rgba(0,0,0,.5);
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}





.mobile_menu_box{
	position: fixed;
	right: -110%;
	top:0;
	z-index: 8;
	width:75%;
	height: 100%;
	background:#009899;
	padding: 20px 15px;
	overflow-y: auto;
	box-sizing: border-box;
	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 #01abac;
}
.mobile_menu_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
	text-transform: capitalize;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
    float: right;
	width: 20%;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.mobile_menu_down{
	display:none;
	padding:10px 0 10px 10px;
}
.mobile_menu_down_clm{
	margin-bottom: 12px;
}
.mobile_menu_down_clm_tt{
	display: block;
	font-size: 14px;
	color: #fff;
}
.mobile_menu_down_clm_list{
	padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a{
	display: block;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	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: #fff;
	border-radius: 50%;
}



.mobile_menu_tt_icon.hover{
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box{
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 7;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}
.mobile_search_box form{
	width: 100%;
	padding:2px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.mobile_search_text{
	float: left;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	width:calc(100% - 40px);
	border: 0;
}

.mobile_search_btn_text{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 22px;
	color: #008999;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}

.mobile_menu_b{
	margin-top: 40px;
}
.mobile_menu_b_clm{
	margin-bottom: 25px;
}
.mobile_menu_b_clm .tt{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
}
.mobile_menu_b_clm .text{
	font-size: 16px;
	color: #fff;
}
.mobile_menu_b_clm .text a{
	color: #fff;
	word-break: break-all;
}


.mobile_lag_box{
	padding: 30px 0 20px;
}
.mobile_lag_tt{
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	padding-bottom: 18px;
}
.mobile_lag_text{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_lag_text a{
	color: #fff;
	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.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	bottom: 15px;
}

.banner.owl-theme .owl-dots .owl-dot span{
    width: 10px;
	height: 10px;
	margin: 0 5px;
    background:#fff;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
	width: 37px;
    background: #009899;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.banner_prev,
.banner_next{
	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: absolute;
	top: 50%;
	z-index: 2;
	width: 80px;
	height: 80px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border-radius: 50%;
	background: rgba(255,255,255,.2);
	margin-top: -40px;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.banner_prev{
	left: -100px;
}
.banner_next{
	right:-100px;
}
.banner_prev:hover,
.banner_next:hover{
	background: rgba(255,255,255,.4);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.banner_box:hover .banner_prev{
	left: 40px;
}
.banner_box:hover .banner_next{
	right: 40px;
}

.back_top{
	display: none;
	position: fixed;
	right: 0;
	bottom: 25%;
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	background: #009899;
	cursor: pointer;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}


.main_content{
	padding: 80px 0;
}
.ind_box1{
	background: #fff;
}
.ind_title1{
	display: block;
	margin-bottom: 25px;
}
.ind_title1 .tt{
	font-size: 36px;
	color: #222;
	font-weight: bold;
}

.ind_title1 .text{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-top: 10px;
}

.ind_box1_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box1_bars .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 16px;
	line-height: 56px;
	color: #666;
	padding: 0 22px;
	border: 1px solid #dcdcdc;
	margin: 0 12px 15px;
	cursor: pointer;
}
.ind_box1_bars .item .icon{
	font-size: 28px;
	margin-right: 4px;
}
.ind_box1_bars .item.hover{
	color: #009899;
	border-color: #009899;
}

.ind_box1_tabs{
	padding-top: 30px;
}
.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% - 90px) / 4);
	margin: 0 30px 30px 0;
}
.pro_list1 dd a{
	display: block;
}
.pro_list1 dd a .pic{
	overflow: hidden;
}
.pro_list1 dd a .pic img{
	width: 100%;
}
.pro_list1 dd a .con{
	padding: 16px 6px 10px;
}
.pro_list1 dd a .con .tt{
	font-size: 18px;
	color: #444;
	font-weight: bold;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1 dd a .con .text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	margin: 10px 0 12px;
}

.pro_list1 dd a .more_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;
	padding-top: 15px;
	border-top: 1px solid #eaeaea;
}
.pro_list1 dd a .more_box .more_tt{
	font-size: 14px;
	color: #666;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1 dd a .more_box .more_icon{
	width: 60px;
	height: 6px;
	background: url(../images/arr_icon1.png) no-repeat center center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1 dd a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.pro_list1 dd a:hover .con .tt{
	color: #008999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1 dd a:hover .more_box .more_tt{
	color: #008999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pro_list1 dd a:hover .more_box .more_icon{
	background: url(../images/arr_icon2.png) no-repeat center center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box2_l{
	width: 50%;
}
.ind_box2_l_t{
	background: #eaeaea;
	padding: 10% 2%;
}
.ind_box2_l_list1{
	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;
	text-align: center;
}
.ind_box2_l_list1 dd{
	width: 33.33%;
}
.ind_box2_l_list1 dd a .tt{
	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;
	font-size: 18px;
	color: #008999;
	font-weight: bold;
	padding-bottom: 30px;
}
.ind_box2_l_list1 dd a .tt .num{
	font-size: 62px;
	line-height:0.9;
}
.ind_box2_l_list1 dd a .text{
	font-size: 18px;
	color: #232323;
}
.ind_box2_l_list1 dd a:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.ind_box2_l_b{
}
.ind_box2_l_b_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box2_l_b_item{
	width: 50%;
	position: relative;
}
.ind_box2_l_b_item .pic{
	overflow: hidden;
}
.ind_box2_l_b_item .pic img{
	width: 100%;
}
.ind_box2_l_b_item_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	text-align: center;
	padding: 25px 8%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box2_title1{
	display: block;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 16px;
}
.ind_box2_text{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
.ind_box2_text2{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding-top: 15px;
}
.ind_box2_l_b_item:hover .ind_box2_l_b_item_con{
	background: rgba(2,151,155,.88);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box2_r{
	width: 50%;
	padding: 5% 0 5% 6%;
}

.ind_box2_r_con{
	max-width: 520px;
}

.ind_case_scroll{
	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;
}
.ind_case_scroll .item{
	width: 32%;
	min-height: 350px;
	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;
}
.ind_case_scroll .item a{
	display: block;
	position: relative;
}
.ind_case_scroll .item a .pic{
	width: 100%;
}
.ind_case_scroll .item a .con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 5%;
	color: #fff;
	background: rgba(2,151,155,.64);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_case_scroll .item a .con .tt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.ind_case_scroll .item a .con .text{
	font-size: 14px;
	line-height: 20px;
	color: #daeae9;
	overflow: hidden;
	white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
}
.ind_case_scroll .item a .con .icon{
	width: 60px;
	height: 0;
	background: url(../images/arr_icon3.png) no-repeat center center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_case_scroll .item.hover{
	width: 36%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_case_scroll .item.hover a{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_case_scroll .item.hover a .con{
	background: rgba(2,151,155,1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_case_scroll .item.hover a .con .icon{
	height: 6px;
	margin-top: 12px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_case_scroll .item.hover a .con .text{
	overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;
	white-space:normal;
	-webkit-line-clamp:2;
}


.ind_box4{
	background: #f4f4f4;
}
.ind_box4 .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box4_l{
	width: 48%;
}
.ind_title2{
	display: block;
	margin-bottom: 25px;
}
.ind_title2 .tt{
	color: #222;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 6px;
}
.ind_title2 .text{
	font-size: 14px;
	color: #666;
}
.news_list1 dd{
	margin-bottom: 15px;
}
.news_list1 dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_list1 dd a .pic{
	width: 45%;
	overflow: hidden;
}
.news_list1 dd a .pic img{
	width: 100%;
}
.news_list1 dd a .con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 55%;
	padding-left: 5%;
}
.news_list1 dd a .con .tt{
	font-size: 22px;
	font-weight: bold;
	color: #222;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list1 dd a .con .text{
	font-size: 14px;
	line-height: 20px;
	color: #898989;
	margin: 12px 0 17px;
}
.news_list1 dd a .con .icon{
	width: 60px;
	height: 6px;
	background: url(../images/arr_icon2.png) no-repeat center center;
}
.news_list1 dd a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.news_list1 dd a:hover .con .tt{
	color: #008999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list2 dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding: 20px 0;
}
.news_list2 dd a .date{
	width: 80px;
	color: #03999a;
	border-right: 1px solid #e5e5e5;
	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;
	font-family: arial;
}
.news_list2 dd a .date .days{
	font-size: 54px;
	color: #03999a;
	font-weight: bold;
}
.news_list2 dd a .date .month{
	font-size: 16px;
}
.news_list2 dd a .con{
	width: calc(100% - 80px);
	padding-left: 4%;
}
.news_list2 dd a .con .tt{
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list2 dd a .con .text{
	font-size: 14px;
	color:#898989;
	line-height: 20px;
	height: 40px;
}
.news_list2 dd a:hover .con .tt{
	color: #009899;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box4_r{
	width: 48%;
}
.ind_box4_r_video a{
	display: block;
}
.ind_box4_r_video a .pic{
	overflow: hidden;
}
.ind_box4_r_video a .pic img{
	width: 100%;
}
.ind_box4_r_video a .con{
	padding: 18px 0 10px;
}
.ind_box4_r_video a .con .tt{
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box4_r_video a .con .text{
	font-size: 14px;
	line-height: 20px;
	color: #898989;
}
.ind_box4_r_video a:hover .con .tt{
	color: #008999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box5{
	height: 640px;
}
.ind_box5 .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	height: 100%;
}
.ind_box5_l{
	max-width: 500px;
	color: #fff;
}
.ind_box5_l .text{
	font-size: 16px;
	line-height: 24px;
	padding: 6% 0;
}
.ind_box5_l .tel{
	font-size: 30px;
	font-weight: bold;
}


/* footer */
.footer{
	border-top: 4px solid #009899;
	background: #222;
}
.footer_t{
	padding: 68px 0;
}
.footer_t .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_t_cord{
	width: 175px;
}
.footer_t_cord_tt{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.footer_t_cord_pic{
	overflow: hidden;
	margin: 15px 0 30px;
}

.footer_t_cord_pic img{
	width: 100%;
}
.footer_sm{
	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_sm a{
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #222;
	font-size: 26px;
	text-align: center;
	background: #666;
	border-radius: 44px;
	margin: 0 ;
}
.footer_sm a:nth-child(1){
	background: #e5172c;
}

.footer_sm a:nth-child(2){
	background: #3daf35;
	position: relative;
}
.footer_sm a:nth-child(3){
	background: #2ba8de;
}
/* .footer_sm a .pic{
	position: absolute;
	left: 50%;
	bottom: 44px;
	display: none;
	width: 175px;
	height: 175px;
	margin-left: -87px;
}
.footer_sm a .pic img{
	display: block;
	width: 100%;
}
.footer_sm a:hover .pic{
	display: block;
} */

.footer_t_r{
	width: calc(100% - 175px);
	padding-left: 10%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_t_r_item{
	min-width: 188px;
	max-width: 230px;
}
.footer_title{
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 23px;
	border-bottom: 1px solid #666666;
	margin-bottom: 28px;
}

.footer_t_list a{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	padding: 7px 0;
}
.footer_t_list a:hover{
	color: #008999;
}

.footer_t_list2 .item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	line-height: 20px;
	padding: 7px 0;
	font-size: 14px;
	color: #999;
}
.footer_t_list2 .item .icon{
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	color: #999;
}
.footer_t_list2 .item .con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	width: calc(100% - 20px);
	padding-left: 12px;
}
.footer_t_list2 .item a{
	color:#999;
}
.footer_t_list2 .item a:hover{
	color: #009899;
}

.footer_b{
	background: #1c1a1d;
	line-height: 24px;
	padding: 10px 0;
}
.footer_b .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.footer_b_text{
	font-size: 14px;
	color: #999;
}
.footer_b_text a{
	color: #999;
}
.footer_b_text a:hover{
	color: #008999;
}


/* pro_list */
.sub_banner{
	height: 370px;
}

.location{
	background: #f2f2f2;
	padding: 15px 0;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.location .wrapper{
	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;
}
.location .icon{
	font-size: 20px;
	margin-right: 4px;
}
.location a{
	color: #666;
}
.location a:hover{
	color: #008999;
}


.pro_box1_item{
	background: #fff;
}
.pro_box1_list .pro_box1_item:nth-child(2n){
	background: #f6f6f6;
}

.sub_title1{
	display: block;
	margin-bottom: 25px;
}
.sub_title1 .tt{
	font-size: 28px;
	color: #444;
	font-weight: bold;
}
.sub_title1 .text{
	font-size: 16px;
	color: #666;
	padding-top: 12px;
}



/* pro_det */
.pro_det_t{
	padding: 60px 0;
}
.scroll_dots.owl-theme .owl-controls{
	padding-top: 25px;
	width: 100%;
}

.scroll_dots.owl-theme .owl-dots .owl-dot span{
    width: 10px;
	height: 10px;
	margin: 0 7px;
    background:#a1a1a1;
    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:#009997;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.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_pic{
	width: 43.84%;
	overflow: hidden;
}
.pro_det_pic_scroll.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
}	
.pro_det_inf{
	width: 53%;
	padding-top: 25px;
}

.pro_det_title1{
	font-size: 28px;
	color: #444;
	font-weight: bold;
}

.pro_det_desc{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 2.5% 0 4%;
}

.pro_det_feature{
	margin-bottom: 30px;
}
.pro_det_feature_tt{
	font-size: 24px;
	color: #444;
	padding-bottom: 15px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 18px;
}
.pro_det_feature_list dd{
	line-height: 24px;
	font-size: 14px;
	color: #666;
	padding-left: 14px;
	position: relative;
}
.pro_det_feature_list dd::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #808080;
	border-radius: 50%;
}

.pro_det_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	text-align: center;
}
.pro_det_btn1{
	width: 143px;
	height: 62px;
	line-height: 62px;
	color: #fff;
	font-size: 14px;
	background: #009997;
	border-radius: 4px;
	margin-right: 35px;
}

.pro_det_btn2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	height: 62px;
	padding: 0;
	width: 220px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}
.pro_det_btn2 .tel{
	color:#333;
	font-size: 14px;
	font-weight: bold;
}
.pro_det_btn2 .tt{
	font-size: 14px;
	color: #666;
}


.pro_det_b{
	overflow: hidden;
}

.pro_det_b_bars_box{
	height: 82px;
}
.pro_det_b_bars_rela{
	height: 82px;
	position: relative;
	z-index: 3;
	background: #009899;
}
.pro_det_b_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 9px;
}
.pro_det_b_bars .item{
	display: block;
	line-height: 73px;
	margin: 0 5px 0 0;
	font-size: 24px;
	padding: 0 35px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.pro_det_b_bars .item.hover{
	color: #333;
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.pro_det_b_tabs_item{
	padding: 60px 0;
}
.pro_det_b_tabs_item:nth-child(2n){
	background: #f9f9f9;
}
.pro_det_b_clm1 .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.pro_det_b_clm1_pic{
	width: 43.84%;
	overflow: hidden;
}
.pro_det_b_clm1_pic img{
	display: block;
	width: 100%;
}
.pro_det_b_clm1_con{
	width: 53%;
}
.pro_det_b_clm1_con .tt{
	font-size: 28px;
	color: #444;
	font-weight: bold;
	margin-bottom:15px;
}
.pro_det_b_clm1_con .text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}


.pro_det_b_title{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	padding-left: 25px;
	background: #eaeaea;
	line-height: 70px;
	border-left: 4px solid #008999;
	margin-bottom: 30px;
}


.pro_det_b_item_text{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.pro_det_b_item_con .pro_det_b_item_text{
}
.pro_det_b_item_con img{
	height: auto !important;
}

.pro_det_b_clm2_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 26px;
}
.pro_det_b_clm2_list1 dd{
	width: calc((100% - 40px) / 3);
	margin: 0 20px 20px 0;
	position: relative;
}
.pro_det_b_clm2_list1 dd .pic{
	overflow: hidden;
}
.pro_det_b_clm2_list1 dd .pic img{
	display: block;
	width: 100%;
}
.pro_det_b_clm2_list1 dd .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 65px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: rgba(0,0,0,.5);
}
.pro_det_b_clm2_list1 dd:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


.pro_det_b_clm3_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;
}
.pro_det_b_clm3_list dd{
	width: 49.2%;
	background: #f6f6f6;
	padding: 3%;
	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;
	margin-bottom: 20px;
}
.pro_det_b_clm3_list dd.ddw{
	width: 100%;
}
.pro_det_b_clm3_list dd .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: 114px;
	height: 114px;
	color: #fff;
	font-size: 54px;
	background: #009899;
	border-radius: 5px;
	overflow: hidden;
}

.pro_det_b_clm3_list dd .con{
	width: calc(100% - 114px);
	padding-left: 25px;
}
.pro_det_b_clm3_list dd .con .tt{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 8px;
}
.pro_det_b_clm3_list dd .con .text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}


.pro_det_form_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_form_list dd{
	width: calc((100% - 40px) / 3);
	margin: 0 20px 20px 0;
	position: relative;
}
.pro_det_form_list dd:nth-child(3n){
	margin-right: 0;
}
.pro_det_form_text,
.pro_det_form_area{
	display: block;
	width: 100%;
	height: 50px;
	padding-left: 15px;
	font-size: 16px;
	color: #333;
	background: #fff;
	border: 1px solid #cdcdcd;
}
.pro_det_form_area{
	height: 180px;
	padding-top: 12px;
	padding-right: 10px;
	resize: none;
}
.pro_det_form_icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #888;
}
.pro_det_form_list dd.ddw{
	width: 100%;
	margin-right: 0;
}
.pro_det_form_btn_box{
	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:15px;
}
.pro_det_form_btn{
	width: 236px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #7f7f7f;
	margin: 0 25px;
	border: none;
}
.pro_det_form_btn.hover{
	background: #009899;
}

.faq_list1 dd{
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
}
.faq_title1{
	height: 80px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	cursor: pointer;
}
.faq_title1_l{
	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: 104px;
	color: #232323;
	font-size: 46px;
	border-right: 1px solid #d2d2d2;
}

.faq_title1_con{
	width: calc(100% - 104px);
	padding-left: 4%;
	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;
}
.faq_title1_con_l{
	width: calc(100% - 40px);
}
.faq_title1_con_l .tt{
	font-size: 14px;
	color: #009899;
	margin-bottom: 18px;
}
.faq_title1_con_l .text{
	font-size: 20px;
	color: #333;
	line-height: 1.4;
}
.faq_title1_con_r{
	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;
	color: #333;
	font-size: 36px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.faq_list1 dd.hover .faq_title1_con_r{
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.faq_down{
	display: none;
	width: calc(100% - 104px);
	margin-left: 104px;
	padding-top: 20px;
}
.faq_down_wrap{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding:3% 2%;
	background: #f2f2f2;
}
.faq_down_icon{
	width: 100px;
	font-size: 46px;
	color: #008999;
	text-align: center;
}
.faq_down_con{
	width: calc(100% - 100px);
	padding-left: 15px;
	font-size: 14px;
	color: #555;
	line-height: 24px;
}


/* 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;
	padding-top: 2%;
}
.page a{
	width: 32px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	text-align: center;
	margin: 0 4px 8px;
	border: 1px solid #f3f3f3;
}
.page a.prev,
.page a.next{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	width: auto;
	padding: 0 10px;
}
.page a.prev .icon{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	margin-right: 3px;
	position: relative;
	top: 2;
}
.page a.next .icon{
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	margin-left: 3px;
	position: relative;
	top: 2;
}
.page a:hover,
.page a.hover{
	color: #fff;
	background: #009899;
}

/* case */
.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((100% - 40px) / 3);
	margin: 0 20px 20px 0;
}
.case_list1 dd a{
	display: block;
}
.case_list1 dd a .pic{
	overflow: hidden;
}
.case_list1 dd a .pic img{
	width: 100%;
}
.case_list1 dd a .tt{
	font-size: 20px;
	color: #666;
	height: 90px;
	line-height: 86px;
	border-bottom: 4px solid #f3f3f3;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.case_list1 dd a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.case_list1 dd a:hover .tt{
	color: #008999;
	border-bottom-color:#008999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* factory */
.factory_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.factory_list1 dd{
	width: calc((100% - 80px) / 3);
	margin: 0 40px 40px 0;
}
.factory_list1 dd a{
	display: block;
}
.factory_list1 dd a .pic{
	overflow: hidden;
}
.factory_list1 dd a .pic img{
	width: 100%;
}
.factory_list1 dd a .tt{
	font-size: 14px;
	color: #666;
	line-height: 50px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-top: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.factory_list1 dd a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.factory_list1 dd a:hover .tt{
	color: #fff;
	background: #009899;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


/* history */
.his_tory_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}
.his_tory_l{
	width: 360px;
}
.his_tory_l_item{
	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;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	color: #fff;
	padding: 50px 10%;
	background: #029899;
	border-bottom: 1px solid #fff;
	position: relative;
}
.his_tory_l_item::after{
	content: "";
	display: block;
	position: absolute;
	right:-20px;
	top: 50%;
    width: 0;
	height: 0;
	margin-top: -20px;
    border-style: solid;
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:20px;
    border-right-width:0;
    border-color:  transparent transparent transparent #029899;
}
.his_tory_l_item .tt{
	font-size: 42px;
	margin-bottom: 5px;
}
.his_tory_l_item .text{
	font-size: 24px;
}

.his_tory_r{
	width: calc(100% - 360px);
	padding-left:6%;
}
.history_list1{
	position: relative;
}
.history_list1::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #d2d2d2;
}
.history_list1 dd{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin-bottom: 28px;
	position: relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.history_list1_icon{
	position: absolute;
	left: -7px;
	top: 40%;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #008999;
}

.history_list1_con{
	width: calc(100% - 52px);
	position: relative;
	margin-left: 52px;
	background: #f7f7f7;
	padding:4% 5%;
}
.history_list1_con::before{
	content: "";
	display: block;
	position: absolute;
	left:-12px;
	top: 40%;
    width: 0;
	height: 0;
	margin-top: -20px;
    border-style: solid;
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:0;
    border-right-width:13px;
    border-color:  transparent #f7f7f7 transparent transparent;
}
.history_list1_con .tt{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 14px;
}
.history_list1_con .text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.history_list1_con .text img{
	height:auto;
}

.history_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

/* about */
.about_box1_clm1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #efefef;
	margin-bottom: 65px;
}
.about_box1_clm1_pic{
	width: 50%;
}
.about_box1_clm1_pic a{
	display: block;
	position: relative;
	overflow: hidden;
}
.about_box1_clm1_pic a img{
	width: 100%;
}
.about_box1_clm1_pic  .icon{
	position: absolute;
	left: 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;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 84px;
}

.about_box1_clm1_pic a:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}

.about_box1_clm1_con{
	width: 50%;
	padding: 20px 35px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.about_box1_title1{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 6px;
}
.about_box1_title2{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}
.about_text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.about_box1_clm2{
	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;
}

.about_box1_clm2 dd{
	width: 32%;
	text-align: center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;

}
.about_box1_clm2 dd .icon{
	font-size: 56px;
	color: #333;
}
.about_box1_clm2 dd .tt{
	font-size: 50px;
	color: #008999;
	font-weight: bold;
}
.about_box1_clm2 dd .text{
	font-size: 18px;
	color: #666;
}
.about_box1_clm2 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.about_box2{
	background: #f6f6f6;
	padding-bottom: 0;
}
.about_box2_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;
	margin-bottom: 50px;
}
.about_box2_l{
	width: 48%;
}
.about_box2_l .about_text{
	padding: 30px 0;
}
.about_title1{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.about_box2_tel{
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
.about_box2_r{
	width: 50%;
}

.about_box2_clm2{
	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;
	background: url(../images/about_bg1.jpg) no-repeat center center / cover;
}
.about_box2_clm2 dd{
	width: 25%;
	color: #fff;
	padding: 25px 0;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.18);
}
.about_box2_clm2 dd .icon{
	font-size: 35px;
	margin-bottom:8px;
}
.about_box2_clm2 dd .tt{
	font-size:18px;
	color: #fefefe;
}

.about_box3{

}
.about_box3 .about_title1{
	margin-bottom: 35px;
}
.about_box3 img{
	width: 100%;
}
.about_box3_item1:hover img,
.about_box3_item2:hover img,
.about_box3_item3:hover img,
.about_box3_item4:hover img,
.about_box3_item5:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.about_box3_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 13px;
}
.about_box3_item1{
	width: calc((100% - 13px) / 2);
	overflow: hidden;
	margin: 0 13px 0 0;
}
.about_box3_con_r{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	width: calc((100% - 13px) / 2);
}
.about_box3_item2{
	width: calc((100% - 13px) / 2);
	margin-right: 13px;
	overflow: hidden;
	position: relative;
}
.about_box3_item2:nth-child(2){
	margin-right: 0;
}
.about_box3_item2 .tt,
.about_box3_item5 .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	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;
	height: 137px;
	font-size: 16px;
	line-height: 24px;
	padding: 0 8%;
	text-align: center;
	background: rgba(34,34,34,.9);
}
.about_box3_con2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.about_box3_con2_l{
	width: calc((100% - 13px) / 2);
}
.about_box3_con2_l_t{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	height:calc((100% - 13px) / 2);
	margin-bottom: 13px;
}
.about_box3_item3{
	width:calc((100% - 13px) / 2); 
	overflow: hidden;
	margin-right: 13px;
}
.about_box3_item3:nth-child(2n){
	margin-right: 0;
}
.about_box3_item4{
	width: 100%;
	height:calc((100% - 13px) / 2);
	overflow: hidden;
}
.about_box3_item4 a{
	height: 100%;
	color: #fff;
	font-size: 24px;
	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;
	text-align: center;
	overflow: hidden;
	background: #009899;
}
.about_box3_con2_r{
	width:calc((100% - 13px) / 2); 
}
.about_box3_item5{
	width:100%; 
	overflow: hidden;
	position: relative;
}


/* contact */
.contact_box1_con{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.contact_box1_l{
	width: 63.8%;
}
.contact_box1_r{
	width: 34.4%;
	background: #009899;
	border-radius: 8px;
	color: #fff;
}
.contact_box1_r_con{
	height: 100%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	padding: 25px 12%;
}
.contact_box1_r_title{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact_box1_r_list .item{
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0;
}
.contact_box1_r_list .item a{
	color: #fff;
}
.contact_box1_r_list .item a:hover{
	text-decoration: underline;
}

.contact_box1_r_code{
	margin: 12px 0 20px;
}

.contact_box1_r .footer_sm{
	justify-content:flex-start;
	-ms-justify-content:flex-start;
	-webkit-justify-content:flex-start;
}
.contact_box1_r .footer_sm a{
	color: #fff;
	margin-right: 20px;
}

.contact_inquiry{
	background: #f5f5f5;
}


/* contact */
.culture_box1_clm1{
	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;
	background: #f6f6f6;
	margin-bottom: 50px;
}
.culture_box1_clm1_pic{
	width: 41.5%;
	overflow: hidden;
}
.culture_box1_clm1_pic img{
	width: 100%;
}
.culture_box1_clm1_r{
	width:58.5%;
	padding: 25px 3%;
}
.culture_box1_clm1_tt{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 15px;
}

.culture_box1_clm2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.culture_box1_clm2 dd{
	width: calc((100% - 80px) / 5);
	margin: 0 20px 0 0;
	padding: 30px 16px;
	text-align: center;
	background: #f6f6f6;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.culture_box1_clm2 dd:last-child{
	margin-right: 0;
}
.culture_box1_clm2 dd .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: 104px;
	height: 104px;
	color: #fff;
	font-size: 48px;
	background: #009899;
	border-radius: 50%;
	margin: 0 auto;
}
.culture_box1_clm2 dd .tt{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 12px 0 15px;
}
.culture_box1_clm2 dd .text{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.culture_box1_clm2 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.culture_box2{
	background: #f2f2f2;
}

.culture_list2{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.culture_list2 dd{
	width: calc((100% - 40px) / 3);
	margin: 0 20px 20px 0;
}
.culture_list2 dd a{
	display: block;
	position: relative;
}
.culture_list2 dd a .pic{
	overflow: hidden;
}
.culture_list2 dd a .pic img{
	width: 100%;
}
.culture_list2 dd a .tt{
	width: 100%;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	padding: 0 8px;
	background: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.culture_list2 dd a:hover .pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}
.culture_list2 dd a:hover .tt{
	color: #fff;
	background: #009899;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* news_list */
/*新闻列表*/
.news_list01{padding: 0 0 45px;}
.news_list01 .wrapper{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_list01 .left{width:43.53%; position:relative;}

.news_list01_pic_prev,
.news_list01_pic_next{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 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;
	width: 44px;
	height: 90px;
	color: #fff;
	font-size: 36px;
	background: rgba(0,0,0,.5);
	margin-top: -45px;
	cursor: pointer;
}
.news_list01_pic_prev::before{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
}
.news_list01_pic_next::before{
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
}
.news_list01_pic_next{
	left: auto;
	right: 0;
}



.scroll_dots.owl-theme .owl-controls{
	padding-top: 25px;
	width: 100%;
}

.scroll_dots.owl-theme .owl-dots .owl-dot span{
    width: 10px;
	height: 10px;
	margin: 0 7px;
    background:#a1a1a1;
    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:#009899;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news_list01_pic_scroll .owl-controls{
	display: none;
}
.news_list01 .left .item{display:none;}
.news_list01 .left .owl-item .item{display:block;}
.news_list01 .left .news01_btn .owl-prev:hover{background-position:0 -75px;}
.news_list01 .left .news01_btn .owl-next:hover{background-position:-40px -75px;}
.news_list01 .right{width:51%; float:right;}
.news_list01 .right .cell{display:none;}
.news_list01 .right .cell.cur{display:block;}
.news_list01 .right .cell .infor{line-height:24px;}
.news_list01 .right .cell .infor .tit{font-size:30px; line-height: 1.3; color:#333; font-weight: bold; margin-bottom:20px;}
.news_list01 .right .cell .infor .date{font-size:18px; color:#999; margin-bottom:25px;}
.news_list01 .right .cell .infor .con{font-size:14px; line-height: 24px; color:#3d3d3d; height:72px; overflow:hidden;}
.news_list01 .right .cell .infor .news_more{width:100%; height:40px; font-size: 16px; line-height:40px; text-align:center; background:#009899; color:#fff; margin-top:25px;}



/* news_list2_form */

.news_list2_form{
	background: #f0f0f0;
	padding: 35px 3.5%;
}

.news_list2_form{
	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;
	margin-bottom: 35px;
}
.news_list2_form_tt{
	width: 110px;
	font-size: 24px;
	color: #333;
}
.news_list2_form_con{
	width: calc(100% - 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;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.news_list2_form_select,
.news_list2_form_text{
	width: 23%;
	height: 34px;
	font-size: 14px;
	padding-left: 14px;
	background: #fff;
	border: 1px solid #e0e0e0;
}
.news_list2_form_btn{
	width: 21%;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #009899;
	border: none;
}


.news_list3 dd{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list3 dd:hover{
	background: #f9f9f9;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list3 dd a{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 52px 0;
	border-bottom: 1px solid #d3d3d3;
}
.news_list3 dd:hover a{
	border-color:transparent;
}
.news_list3 dd .con{
	width: calc(100% - 147px);
	padding-right: 15px;
}
.news_list3 dd .con .tt{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.news_list3 dd .con .text{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.news_list3 dd .date{
	width: 117px;
	height: 113px;
	padding: 8px 14px;
	text-align: center;
	background: #eeeeee;
}
.news_list3 dd .date .days{
	font-size: 50px;
	line-height: 1.3;
	color: #666;
	margin-bottom: 5px;
	border-bottom: 1px solid #cdcdcd;
}
.news_list3 dd .date .month{
	color: #666;
	font-size: 16px;
}
.news_list3 dd:hover .con .tt{
	color: #008999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}



/* news_det */
.news_det_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;
}
.news_det_l{
	width: calc(100% - 410px);
	background: #f9f9f9;
	padding: 3%;
}
.news_det_title{
	color: #333;
	font-size: 30px;
	font-weight: bold;
}
.news_det_date{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 28px 0 25px;
}
.news_det_date_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 16px;
	color: #999;
	margin-right: 15px;
}
.news_det_date_item .icon{
	font-size: 18px;
	margin-right: 8px;
}
.news_det_con{
	font-size: 14px;
	line-height: 24px;
}
.news_det_con img{
	height: auto !important;
}

.news_det_r{
	width: 390px;
}
.news_det_r_title{
	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;
	margin-bottom: 35px;
}
.news_det_r_title_btn1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 20px;
	color: #676767;
	font-weight: bold;
}
.news_det_r_title_btn1 .icon{
	font-size: 20px;
	margin-right: 8px;
	font-weight: normal;
}
.news_det_r_title_btn1:hover{
	color: #008999;
}
.news_det_r_title_r{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	padding-left: 20px;
	margin-left: 25px;
	position: relative;
}
.news_det_r_title_r::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background: #ccc;
}
.news_det_r_title_r a{
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #80939e;
	border-radius: 50%;
	margin: 0 0 0 15px;
}

.news_det_r_page{
	border: 10px solid #f3f3f3;
	padding: 15px 20px;
}
.news_det_r_page_item{
	padding: 18px 0 22px;
	border-bottom: 1px solid #ececec;
}
.news_det_r_page_item:last-child{
	border-bottom: none;
}
.news_det_r_page_item .tt{
	font-size: 18px;
	font-weight: bold;
}
.news_det_r_page_item .time{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	color: #666;
	margin: 13px 0 16px;
}
.news_det_r_page_item .time .icon{
	font-size: 16px;
	margin-right: 5px;
}
.news_det_r_page_item .text{
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-weight: bold;
}
.news_det_r_page_item .text:hover{
	color: #008999;
}

/* exhibition */
.exhibition_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.exhibition_list1 dd{
	width: calc((100% - 40px) / 3);
	margin: 0 20px 20px 0;
}
.exhibition_list1 dd a{
	display: block;
	overflow: hidden;
	padding: 30px 7%;
	background: #f9f9f9;
}
.exhibition_list1 dd a .time{
	color: #999;
	font-size: 16px;
}
.exhibition_list1 dd a .tt{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 10px 0 23px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.exhibition_list1 dd a .pic{
	overflow: hidden;
	margin-bottom: 20px;
}
.exhibition_list1 dd a .text{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 72px;
}
.exhibition_list1 dd a:hover{
	box-shadow: 0 0 13px rgba(115,115,115,.2);
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.exhibition_list1 dd a:hover .tt{
	color: #008999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}