/**
 *               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:arial,verdana;
	position: relative;
}
input, button, textarea,select{
	font-family:arial,verdana;	
}
.bgf8{
	background: #f8f8f8;
}
.bgef{
	background: #efefef;
}

.header{
	width: 100%;
	height: 148px;
}
.header_con{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px rgba(115,115,115,.3);
}
.head_t{
	line-height: 48px;
	border-top: 5px solid #69b82b;
	border-bottom: 1px solid #d6d6d6;
}
.head_t_clm{
	margin-right: 20px;
	color: #888;
	font-size: 14px;
}
.head_t_clm .icon{
	float: left;
	color: #009be0;
	line-height: 48px;
	font-size: 18px;
	margin-right: 10px;
}
.head_t_clm .text{
	float: left;
}
.head_t_clm:hover{
	color: #2374bf;
}

.head_lag_box{
	width: 85px;
	position: relative;
}
.head_lag_t{
	width: 100%;
	height: 24px;
	color: #888;
	line-height: 24px;
	margin-top: 12px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
}
.head_lag_t .icon{
	color:#2374bf;
	font-size: 18px;
	line-height: 24px;
}
.head_lag_t .icon:nth-child(1){
	font-size: 24px;
}
.head_lag_t .icon:last-child{
	color: #888;
}

.head_lag_t .text{
	padding: 0 5px;
}
.head_t_clm2{
	padding:8px 15px;
}
.head_t_clm2 a{
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #888;
}
.head_t_clm2 a:hover{
	color: #2374bf;
	transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.head_lag_down{
	display: none;
	position: absolute;
	right: 0;
	top: 48px;
	z-index: 2;
	width: 160px;
	padding: 12px;
	background: #fff;
	box-shadow: 0 0 10px rgba(115,115,115,.3);
}
.head_lag_down a{
	display: block;
	color: #888;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 5px 0;
}
.head_lag_down a.hover,.head_lag_down a:hover{
	color: #fff;
	background: #2374bf;
}




.logo{
	float: left;
	height:94px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.logo img{
	display: block;
	max-width: 100%;
}
.head_b{
	clear: both;
}
.menu{
	width: calc(100% - 330px);
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.menu_dl_box{
	position: relative;
}
.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;
    padding-right: 15px;
}
.menu_dl dd{
	float: left;
	height: 94px;
	position: relative;
	margin: 0 15px;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #333;
	text-align: center;
	line-height: 91px;
	font-size: 20px;
	padding: 0 12px;
	text-transform: capitalize;
	position: relative;
}
.menu_dl dd .menu_tt .text:after{
	content: "";
	display: block;
	width: 0;
	height: 3px;
	margin: 0 auto;
	background: #2374bf;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu_dl dd.hover .menu_tt .text:after{
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top:94px;
	z-index: 9;
	width: 242px;
	background: #fff;
}
.menu_down a{
	display: block;
	color: #444;
	font-size:18px;
	line-height: 24px;
	padding: 13px 20px;
	border-bottom: 1px solid #e5e5e5;
}
.menu_down a:last-child{
	border: 0;
}
.menu_down a:hover{
	color: #0096df;
}
.menu_ico{
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 3;
	background: #2374bf;
	height: 3px;
}

.head_search{
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #2374bf;
	font-size: 32px;
	cursor: pointer;
}

.search_box{
	display: none;
	position: fixed;
	left: 0;
	top: 148px;
	z-index: 9;
	width: 100%;
	background: #f5f5f5;
}
.search_box_text{
	width: calc(100% - 40px);
	height: 40px;
	border: 0;
	font-size: 16px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 16px;
}
.search_box_wrap{
	padding: 20px 0;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #2374bf;
	font-size: 32px;
	background: none;
	border: 0;
}

/*
 * wap head
 */
.mobile_header{
	display: none;
	clear: both;
	width: 100%;
	height: 58px;
	position: relative;
	z-index: 8;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.mobile_header_top{
	width: 100%;
	height: 58px;
	position: relative;
}


.mobile_logo{
	width: 180px;
	height: 58px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 28px;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 15px 15px 10px 14px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 4px;
	width: 34px;
	background: #2374bf;
	border-radius: 4px;
	margin-bottom: 7px;
}
.mobile_search_icon{
	color: #333;
	font-size: 28px;
	line-height: 58px;
	margin-right: 20px;
	cursor: pointer;
}
.mobile_lag_icon{
	color: #333;
	font-size: 32px;
	line-height: 58px;
	margin-right: 70px;
	cursor: pointer;
}
.mobile_lag_box{
	display: none;
	position: absolute;
	left: 0;
	top: 58px;
	width: 100%;
	text-align: center;
	padding: 20px;
	background: #fff;
}
.mobile_lag_box a{
	display: inline-block;
	width: 120px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	background: #2374bf;
}





.mobile_menu_box{
	display: none;
	position: absolute;
	left: 0;
	top:58px;
	z-index: 5;
	width:100%;
	background: #2374bf;
	padding: 20px;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 20px;
	margin-bottom: 8px;
}
.mobile_menu_tt{
	font-size: 18px;
	margin-bottom: 6px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.mobile_menu_tt .text{
	display: block;
	color: #fff;
	line-height: 30px;
	text-transform: capitalize;
	margin-right: 25px;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/menu_ico.png) no-repeat center center;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down{
	display:none;
	padding:8px 0 8px 12px;
}
.mobile_menu_down a{
	display:block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.mobile_menu_tt_icon.hover{
	transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}


.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #fff;
}


.mobile_search_box{
	position: absolute;
	left: 0;
	top: 58px;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fff;
}
.mobile_search_box form{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
	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: 18px;
	color: #2374bf;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}


.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}


/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}
.banner.owl-theme .owl-dots{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 3%;
}
.banner.owl-theme .owl-dots .owl-dot{
		border-radius: 15px;
		margin:0 2px;
}
.banner.owl-theme .owl-dots .owl-dot span{
	background: none;
	border: 2px solid #fff;
	border-radius: 10px;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
	background: #0096df;
	border-color: #0096df;
}


/* 
	ind_box1
 */
.ind_box1{
	padding: 5% 0;
}
.title1{
	display: block;
	margin-bottom: 3.5%;
}
.title_line{
	width: 94px;
	height: 14px;
	margin-bottom: 25px;
}
.title1_tt{
	color: #2374bf;
	font-size: 48px;
	font-family:"arial black";
}
.title1_text{
	color:#888;
	line-height: 24px;
	max-width: 580px;
	font-size: 16px;
	margin: 0 auto;
}

.ind_pro_box{
	
}

.ind_pro_scroll.owl-theme .owl-dots .owl-dot.active span{
	background: #2374bf;
}

.ind_pro_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_pro_item{
	width: 33.33%;
	padding: 0 12px;
	margin-bottom: 25px;
}
.ind_pro_scroll .ind_pro_item{
	width: 100%;
}
.ind_pro_item a{
	display: block;
	position: relative;
}
.ind_pro_item .pic{
	overflow: hidden;
}
.ind_pro_item .pic img{
	display: block;
	width: 100%;
}
.ind_pro_item .tt{
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
	border-top: none;
}
.ind_pro_item:hover a{
	box-shadow: 3px 3px 20px rgba(115,115,115,.3);
}

.ind_pro_item:hover .pic img{
	transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}



.ind_box2{
	padding:6% 0 5%;
	background:#f8f1ea url(../images/ind_bg2.jpg) no-repeat center top;
}

.ind_box2_con{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}


.ind_box2_bars{
	width: 284px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	padding-bottom: 2%;
}
.ind_box2_bars_item{
	width:100%;
	line-height: 18px;
	font-size: 16px;
	line-height: 28px;
	padding: 13px 0 13px 15px;
	background:#fff;
	border: 1px solid #cecece;
	border-radius: 3px;
	color: #333;
	margin-bottom: -1px;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
	position: relative;
}
.ind_box2_bars_item.active,
.ind_box2_bars_item:hover{
	color: #333;
	background: #f8f1ea;
}
.ind_box2_bars_item:after{
	content: "";
	position: absolute;
	right: -13px;
	top: 0;
	display: none;
	width: 14px;
	height: 100%;
	background: url(../images/ind_box2_icon.png) no-repeat center center;
}
.ind_box2_bars_item.active:after,
.ind_box2_bars_item:hover:after{
	display: block;
}

.ind_box2_tabs_box{
	width: calc(100% - 284px);
	overflow: hidden;
	padding: 20px 0 0 4%;
}
.ind_box2_tabs_item{
	width: 100%;
	padding: 0 2%;
	position: relative;
}
.ind_box2_tabs_item_con{
	padding-left: 7%;
}
.ind_box2_tabs_item_con_tt{
	font-size: 48px;
	color:#2374BF;
	font-family: "489-cai978";
}
.ind_box2_tabs_item_con_list{
	margin: 15px 0 25px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.ind_box2_tabs_item_pic img{
	width: auto !important;
	max-width: 100% !important;
	margin: 0 auto ;
}


.ind_box2_scroll_prev{
	
}



.ind_box2_tabs_box{
	position: relative;
}
.ind_box2_scroll_prev,
.ind_box2_scroll_next{
	display: none !important;
	position: absolute;
	left: 0;
	top: 55%;
	z-index: 3;
	width: 40px;
	height: 40px;
	color: #fff;
		background:#2374BF;
		font-size: 20px;
	line-height: 40px;
	text-align: center;
}
.ind_box2_scroll_next{
	left: auto;
	right: 0;
}
.ind_box2_scroll_prev{
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.ind_box3{
	padding: 6% 0 8%;
	background: url(../images/ind_bg3.jpg) no-repeat center bottom / cover;
	background-attachment: fixed;
}
.ind_box3 .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.ind_box3_con{
	width: 50%;
	padding: 0 0 0 9%;
}
.title2{
	display: block;
	margin-bottom: 2.5%;
}
.title2_tt{
	color: #fff;
	font-size: 48px;
	font-family: "arial black";
}
.title2_text{
	color:#fff;
	font-size: 14px;
	line-height: 24px;
}


.ind_box3_clm1{
	padding: 3% 0;
}
.ind_box3_clm1_item{
	float: left;
	width: 33.33%;
	padding: 0 2%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3_clm1_item:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
		transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3_clm1_item .icon{
	font-size: 70px;
	color: #0096df;
	background: #fff;
	width: 134px;
	height: 134px;
	line-height: 134px;
	text-align: center;
	border-radius: 134px;
	margin: 0 auto;
}
.ind_box3_clm1_item .con{
	padding: 18px 0;
	color: #fff;
	text-align: center;
}
.ind_box3_clm1_item .con .tt{
	font-size: 30px;
	font-weight: bold;
}
.ind_box3_clm1_item .con .text{
		font-size: 14px;
		color: #fff;
		line-height: 18px;
}
.ind_box3_clm2{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 1.5% 0 5%;
}



.ind_box4{
	padding: 5% 0 ;
}
.ind_box4 .wrapper{
	position: relative;
}
.ind_box4 .title1 .title1_text{
	margin: 0;
}
.ind_box4_tabs{
	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_tabs_item_con{
	width:56%;
	padding-left: 2%;
}
.ind_box4_tabs_bars_abs{
	width: 44%;
}
.ind_box4_tabs_item_pic{
	float: right;
	width: calc(50% - 10px);
	overflow: hidden;
}
.ind_box4_tabs_item_pic img{
	display: block;
	width: 100%;
}
.ind_box4_tabs_item_pic:hover img{
	transform: scale(1.03,1.03);
  -webkit-transform: scale(1.03,1.03);
}
.ind_box4_tabs_item_tt{
	font-size: 30px;
	line-height: 1.5;
	color: #444;
}
.ind_box4_tabs_item_con:hover .ind_box4_tabs_item_tt{
	color: #2374bf;
}
.ind_box4_tabs_item_text{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	padding: 4% 0;
}
.ind_box4_tabs_item_more{
	display: block;
	width: 100px;
	line-height: 24px;
	color: #2374bf;
	text-align: center;
	border: 1px solid #2374bf;
	border-radius: 24px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box4_tabs_item_more:hover{
	color: #fff;
	background: #2374bf;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box4_tabs_bars_box{
	position: relative;
	width:156%;
}
.ind_box4_tabs_bars_prev
,.ind_box4_tabs_bars_next{
	position: absolute;
	right:19px;
	top: 50%;
	z-index: 2;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	cursor: pointer;
	background:#2374bf url(../images/ind_case_icon.png) no-repeat center center;
}
.ind_box4_tabs_bars_prev{
	display: none;
	right: auto;
	left: 15px;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}
.ind_box4_tabs_bars_next{
	left: 0;
}
.ind_box4_tabs_bars{
	width: calc(100% - 80px);
	margin: 0 auto;
}
.ind_box4_tabs_bars_item{
	cursor: pointer;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box4_tabs_bars_item img{
	display: block;
	width: 100%;
}
.ind_box4_tabs_bars .owl-item.active.hover .ind_box4_tabs_bars_item:after{
	content: "";
	display: block;
	width: 100%;
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.85);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_box5{
	padding: 5% 0 55px;
	background:#f8f1ea url(../images/ind_bg5.png) no-repeat center top / 100%;
}
.ind_box5 .wrapper{
	position: relative;
	z-index: 3;
}
.ind_box5_con{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box5_con_l{
	width: 44%;
	background: #fff;
	position: relative;
}
.ind_box5_con_l{
	
}
.ind_box5_con_l_line2{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.ind_box5_con_l_line2 .icon1{
	width: 110px;
	height: 2px;
	background: #b9cc0c;
}
.ind_box5_con_l_line2 .icon2{
	width: calc(100% - 116px);
	height: 2px;
	background: #2374bf;
}
.ind_box5_con_l a{
	padding:20px;
	background: #fff;
	display: block;
	position: relative;
	border: 1px solid #e0e0e0;
	box-shadow: 5px 5px 15px rgba(115,115,115,.3);
}
.ind_box5_con_l_pic{
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
.ind_box5_con_l_pic img{
	display: block;
	width: 100%;
}
.ind_box5_con_l_con{
	padding: 17px 3% 25px;
}
.ind_box5_con_l_title{
	font-size: 18px;
	line-height: 24px;
	color: #333;
}
.ind_box5_con_l_pic:hover img{
		transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}

.ind_box5_r{
	width: 55%;
	padding:0 0 0 3%;
}

.ind_box5_r_list dd{
	clear: both;
	margin-bottom: 30px;
}
.ind_box5_r_list dd:last-child{
	margin-bottom: 0;
}
.ind_box5_r_list dd a{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	background: #fff;
}
.ind_box5_r_list_date{
	width: 147px;
	height: 132px;
	color: #fff;
	text-align: center;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;

	flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	background: #247fd4;
}
.ind_box5_r_list_date .day{
	font-size: 40px;
}
.ind_box5_r_list_date .month{
	font-size: 18px;
}

.ind_box5_r_list_con{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
	
	flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	height: 132px;
	width: calc(100% - 147px);
	padding: 0 2% 0 3%;
	border: 1px solid #e0e0e0;
}

.ind_box5_r_list_con_tt{
	width: 100%;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
}
.ind_box5_r_list_con_text{
	color: #888;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
}
.ind_box5_r_list dd a:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.ind_box5_r_list dd a:hover .ind_box5_r_list_con_tt{
	color: #2374BF;
}

.footer{
	position: relative;
	z-index: 2;	
}
.footer_t{
}
.footer_bg{
	position: absolute;
	left: 0;
	z-index: 1;
	bottom:42px;
	width: 100%;
	height: 865px;
	background: url(../images/footer_bg.png) no-repeat center bottom;
}
.footer_t .wrapper{
	position: relative;
	padding: 3.5% 0 2.5%;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.footer_t_l{
	width: 24%;
}
.footer_logo img{
	display: block;
	max-width: 100%;
}
.footer_contact{
	padding: 5px 0 20px;
}
.footer_contact_item{
	clear: both;
	overflow: hidden;
	color: #444444;
	line-height: 30px;
	font-size: 16px;
}
.footer_contact_item .icon{
	float: left;
	width: 20px;
	height: 31px;
	font-size: 18px;
	color: #b9cc0c;
	margin-right: 6px;
}
.footer_contact_item .tel,.contact_l_list_item .tel{
	width: 20px;
	height: 15px;
	background:url(../images/tel.png)no-repeat center center;
	background-size: cover;
	margin-top: 7px;
}
.contact_l_list_item .tel{
	margin-top: -3px;
}
.footer_contact_item .text{
	float: left;
	width: calc(100% - 26px);
}
.footer_contact_item .text a{
	color: #444444;
}
.footer_contact_item .text a:hover{
	text-decoration: underline;
}
.footer_sm_box .code{
	width: 100px;
	float: left;
	color: #444444;
	font-size: 12px;
	text-align: center;
}
.footer_sm_box .code:nth-child(1){
	margin-right: 20px;
}
.footer_sm_box .code .tt{
	margin-top: 5px;
}
.footer_sm_tt{
	font-size: 14px;
	color: #fff;
	padding-bottom: 12px;
}
.footer_sm a{
	float: left;
	width: 45px;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 45px;
	margin-right: 8px;
	margin-bottom: 5px;
}
.footer_sm a:nth-child(1){
	color: #2535c6;
}
.footer_sm a:nth-child(2){
	color: #e84f89;
}
.footer_sm a:nth-child(3){
	color: #b140b7;
}
.footer_sm a:nth-child(4){
	color: #2847f9;
}
.footer_sm a:nth-child(5){
	color: #d2061b;
}
.footer_sm a:nth-child(6){
	color: #ff3434;
}
.footer_sm a:hover{
	transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.footer_pro{
	width: 17%;
	margin: 0 0 0 7% ;
}
.footer_pro2{
	width: 24%;
}
.footer_title{
	margin-bottom: 18px;
}
.footer_title_tt{
	color: #444444;
	font-size: 24px;
	margin-bottom: 10px;
}
.footer_title_line .icon1{
	float: left;
	width:21px;
	height: 1px;
	background: #b9cc0c;
	margin-right: 3px;
}
.footer_title_line .icon2{
	float: left;
	width:37px;
	height: 1px;
	background: #f6f5f3;
}
.footer_list{
	clear: both;
	padding: 5px 0 0 0;
}
.footer_list a{
	display: block;
	color: #444444;
	font-size: 16px;
	line-height: 30px;
}
.footer_list a:hover{
	transform: translateX(3px);
  -webkit-transform: translateX(3px);
}
.footer_inq{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	background: #1064b3;
	padding: 25px;
}
.footer_inq_list{
	clear: both;
}
.footer_inq_inp,
.footer_inq_area{
	display: block;
	width: 100%;
	height: 36px;
	background: #fff;
	border: 0;
	padding-left: 15px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.footer_inq_area{
	height: 80px;
	padding-top: 8px;
	resize:none;
}
.footer_inq_sub{
	display: block;
	width: 90%;
	height: 32px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	border-radius:32px;
	cursor: pointer;
	background: #0096df;
	border: 0;
	margin: 20px auto 0;
}


.footer_b{
	color: #e1e1e1;
	font-size: 14px;
	background: #165c9e;
	line-height: 24px;
	padding: 9px;
}

/* 
	float
 */
.float_box{
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 9;
}
.float_box li{
	width: 73px;
	height: 73px;
	border-bottom: 1px solid #fff;
	text-align: center;
	background: #6ca9df;
	
}
.float_box li a{
	color: #fff;
	display: block;
	position: relative;
}


.float_icon{
	color: #fff;
	font-size: 28px;
	margin-bottom: 3px;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	
}
.float_box li:nth-child(2){
	background: #78c340;
}
.float_box li:nth-child(3){
	background: #fbb11e;
	border-bottom: none;
}
.float_box li:nth-child(2) .float_n{
	border-color: #78c340;
	color: #78c340;
}
.float_box li:nth-child(3) .float_n{
	border-color: #fbb11e;
	color: #fbb11e;
}
.float_n{
	position: absolute;
	width: 150px;
	height: 73px;
	top:0;
	right: -150px;
	background: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 73px;
	color: #6ca9df;
	border: 1px solid #6ca9df;
	border-right: none;
}
.float_box li a:hover .float_n{
	right: 73px;
}
.float_n img{
	width: 100%;
}
.float_box li span{
	display: block;
	font-size: 12px;
}
.float_icon:hover{
	opacity: 0.9;
}
.back_top{
	display: none;
	cursor: pointer;
	width: 73px;
	height: 73px;
	background: #6ca9df;
	margin-top: 0;
	line-height: 73px;
	border-bottom: none;
	border-top: 1px solid #fff;
}



/* 
	sub_banner
 */
.sub_banner{
	position: relative;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.sub_banner_pic{
	display: block;
	width: 100%;
}
.sub_banner_text{
	position: absolute;
	left: 50%;
	top: 50%;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	padding: 0 20px;
	width: 260px;
	height: 65px;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	border: 1px solid #fff;
	margin: -32px 0 0 -130px;
}


/*
 * location
 */
.location{
	clear: both;
	padding: 20px 10px;
	line-height: 20px;
	color: #fff;
	font-size: 16px;
	background: #5492d2;
	margin-bottom: 20px;
}

.location_con{
	display:flex;
	display: -ms-flexbox;
    display: -webkit-flex;
    justify-content:flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.location .icon{
	color:#fff;
	font-size: 22px;
	margin-right: 8px;
}
.location a{
	color: #fff;
	margin: 0 5px;
}

/*
 * case
 */
.sub_main_case{
	background: #fff;
	padding: 65px 0 150px;
}
.sub_main_case .wrapper{
	position: relative;
	z-index: 3;
}
.sub_title1{
	margin-bottom:5%;
}

.sub_title1 .tt{
	font-size: 60px;
	color: #2374bf;
	font-family: "489-cai978";
	padding-bottom: 8px;
}
.sub_title1 .text{
	color: #888;
	font-size: 16px;
	line-height: 24px;
}

.case_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.case_list1 dd{
	float: left;
	width: 33.33%;
	padding: 0 2%;
	margin-bottom: 4%;
}
.case_list1 dd a{
	display: block;
}
.case_list1 dd .pic{
	overflow: hidden;
}
.case_list1 dd .pic img{
	display: block;
	width: 100%;
}
.case_list1 dd .con{
	padding: 20px 5%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd .con .tt{
	font-size: 18px;
	line-height: 24px;
	color: #444;
}
.case_list1 dd .con .ind_box4_tabs_item_more{
	margin: 0;
}
.case_list1 dd .con .text{
	color: #888;
	font-size: 14px;
	line-height: 24px;
	margin: 8px 0 15px;
}
.case_list1 dd:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.case_list1 dd:hover .con{
	box-shadow: 0 0 15px rgba(115,115,115,.3);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd:hover .ind_box4_tabs_item_more{
	background: #2374bf;
	color: #fff;
}


/*
 * page
 */
.page{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding: 4% 0;
}
.page a{
	display: block;
	width: 29px;
	line-height: 29px;
	text-align: center;
	color: #666;
	font-size: 14px;
	background: #e8e8e8;
	margin: 0 3px;
}

.page a.hover,.page a:hover{
	color: #fff;
	background: #428de4;
	border-color: #428de4;
}


.page a.prev,
.page a.next{
	width: 66px;
}



/*
 * case_det
 */
.sub_main_casedet{
	padding: 35px 0 50px;
}
.case_det_title{
	font-size: 36px;
	font-weight: normal;
}
.case_det_date{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 20px 0 30px;
}
.case_det_time{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    color: #888;
    font-size: 14px;
}
.case_det_time .icon{
	font-size: 14px;
	margin-right: 8px;
}
.case_det_share{
	margin-left: 15px;
}

.case_det_date_scroll_box{
	position: relative;
}
.case_det_date_scroll{
	padding: 30px 0;
}
.case_det_date_scroll_item{
	position: relative;
}
.case_det_date_scroll_item:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 101%;
	height: 101%;
	background: rgba(255,255,255,.75);
}
.case_det_date_scroll_item .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
}

.case_det_date_scroll.owl-carousel .owl-stage-outer{
	overflow: visible;
}

.case_det_date_scroll .owl-item{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_det_date_scroll .owl-item.center .case_det_date_scroll_item:after{
	display: none;
}
.case_det_date_scroll .owl-item.center{
	transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.case_det_date_scroll_prev,.case_det_date_scroll_next{
	position: absolute;
	left: 18.3%;
	top: 50%;
	z-index: 3;
	width: 70px;
	height: 110px;
	line-height: 110px;
	font-size: 50px;
	text-align: center;
	color: #fff;
	background:rgba(34,116,190,.7);
	border-radius: 5px;
	margin-top: -55px;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    cursor: pointer;
}
.case_det_date_scroll_next{
	left: auto;
	right: 18.3%;
	transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}

.case_det_box1{
	padding: 65px 0;
	position: relative;
	z-index: 3;
}
.case_det_box1_tt{
	color: #2f2f2f;
	font-size: 48px;
	font-family: "489-cai978";
}
.case_det_box1_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 40px 0 30px;
}
.case_det_box1_list dd{
	width: 25%;
	padding: 55px 1%;
	text-align: center;
	margin-bottom: 25px;
	border: 1px solid #69b82b;
	margin-left: -1px;
}
.case_det_box1_list dd .icon{
	color: #69b82b;
}
.case_det_box1_list dd .icon img{
	display: block;
	margin: 0 auto;
}
.case_det_box1_list dd .tt{
	display: block;
	color: #222;
	font-size: 18px;
	margin: 25px 0 10px;
}
.case_det_box1_list dd .text{
	font-size: 16px;
	line-height: 21px;
	color: #666;
}
.case_det_box1_btn{
	display: block;
	width: 362px;
	height: 85px;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background:url(../images/case_det_btn.png) no-repeat center center / cover;
	margin: 0 auto;
}
.case_det_box1_btn:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.case_det_box1_tt2{
	color: #444;
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 20px;
}

/*
 * rela_pro
 */

.rela_pro_box{
	background:#f8f1ea url(../images/ind_bg5.png) no-repeat center top / 100%;
	padding: 60px 0;
}
.rela_pro_title{
	margin-bottom: 40px;
}
.rela_pro_title .tt{
	color: #333;
	font-size: 48px;
}
.rela_pro_title .text{
	font-size: 14px;
	line-height: 18px;
	color: #888;
}
.rela_pro_box .wrapper{
	position: relative;
	z-index: 3;
}


/*
 * contact
 */
.sub_main_contact{
	padding: 35px 0 200px;
}
.sub_main_contact .wrapper{
	position: relative;
	z-index: 3;
}
.contact_box1{
	margin-bottom: 65px;
}
.contact_box1{
	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;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.contact_l{
	width: 27%;
	padding:3% 2% 2%;
	background: url(../images/contact_bg1.jpg) no-repeat center center / cover;
	border-radius: 5px;
}
.contact_l_title{
	margin-bottom: 32px;
}
.contact_l_title_tt{
	font-size: 30px;
	color: #444;
	font-weight: bold;
	padding-bottom: 10px;
}

.contact_l .footer_title_line .icon1{
	width: 20px;
	height: 2px;
	background: #b9cc0c;
}
.contact_l .footer_title_line .icon2{
	width: 46px;
	height: 2px;
	background: #0096df;
}

.contact_l_list_item{
	margin-bottom: 18px;
}
.contact_l_list_item_t{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    line-height: 20px;
    margin-bottom: 10px;
}
.contact_l_list_item_t .icon{
	font-size: 18px;
	color: #b9cc0c;
	margin-right: 6px;
}

.contact_l_list_item_t .tt{
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
.contact_l_list_item_b{
	color: #666;
	font-size: 14px;
	line-height: 18px;
	padding-left: 26px;
}
.contact_l_list_item_b a:hover{
	color: #5492D2;
	text-decoration: underline;
}

.contact_box2 img{
  max-width:none;
}

.form_box{
	width: 62.2%;
}
.form_title{
	margin-bottom: 25px;
}
.form_title  .tt{
	font-size: 60px;
	line-height: 1;
	color: #2374bf;
	font-family: "489-cai978";
	margin-bottom: 2.5%;
}
.form_title .text{
	font-size: 16px;
	color: #888;
}

.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;
}
.form_group{
	width: 48%;
	margin-bottom: 35px;
}
.form_group_inp,.form_group_area{
	width: 100%;
	font-size: 14px;
	line-height: 42px;
	padding-left: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.form_group_text{
	width: 100%;
	margin-bottom: 35px;
}
.form_group_area{
	resize: none;
	height: 230px;
	padding: 5px 10px 0 12px;
}

.form_group_btn{
	width: 228px;
	height: 35px;
	border-radius: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    border: 0;
    background: #0096df;
}
.form_group_btn .icon{
	font-size: 16px;
	color: #fff;
	margin-right: 5px;
}



/* 
	exhibition
 */
.sub_main_exhibi{
	padding: 35px 0 130px;
}
.sub_main_exhibi .wrapper{
	position: relative;
	z-index: 3;
}
.exhibition_list1 dd{
	width:100%;
	margin-bottom: 4%;
}
.exhibition_list1 dd a{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	background: #f6f6f6;

}
.exhibition_list1 dd .pic{
	width: 50%;
	overflow: hidden;
}
.exhibition_list1 dd .pic img{
	display: block;
	width: 100%;
}
.exhibition_list1 dd .con{
	width: 50%;
	
	padding: 20px 5%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.exhibition_list1 dd .con .tt{
	font-size: 24px;
	line-height: 36px;
	color: #444;
}

.exhibition_list1 dd .con .text{
	color: #888;
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0 25px;
}
.exhibition_list1 dd:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.exhibition_list1 dd a:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.3);
}
.exhibition_list1 dd:hover .ind_box4_tabs_item_more{
	background: #2374bf;
	color: #fff;
}
.exhibition_list1 dd:nth-child(2n) a{
	flex-direction: row-reverse; 
	-ms-flex-direction:  row-reverse;
	-webkit-flex-direction:  row-reverse;
}


.news_det_box{
}

.news_det_title{
	font-size: 24px;
	font-weight: normal;
}
.news_list1_con_share{
	padding:3% 0;
}
.news_list1_con_share,.share_clm{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.share_clm{
	margin-right: 18px;
}
.share_clm .icon{
	color: #888;
	font-size: 18px;
	margin-right: 8px;
}
.addthis_sharing_toolbox img{
	display: block;
}
.news_det_box .news_list1_con_share .share_clm{ 
	color: #666;
}
.news_det_text{
	color: #666;
	padding:3% 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	margin-bottom: 3%;
}

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

	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.news_det_page_clm{
	width:40%;
	padding: 0 2%;
	height: 85px;
	border: 1px solid #e5e5e5;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 15px;
}
.news_det_page_clm .tt{
	width:45px;
	font-size: 16px;
	color: #888;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	font-weight: bold;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_det_page_clm .text{
	width: calc(100% - 45px);
}
.news_det_page_clm .text a{
	display: block;
	color: #444;
	font-size: 14px;
	line-height: 85px;
	height: 100%;
}
.news_det_page_clm .text a:hover{
	color: #2374BF;
}
.news_det_page_clm:hover{
	background: #247fd4;
	border-color: #247fd4;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_det_page_clm:hover .tt{
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_det_page_clm:hover .text a{
	color: #fff;
}
.sub_main_exhi_det{
	padding: 3% 0;
}



.news_list1_bars{
	background: #f5f5f5;
	margin: 5% 0 4%;
}
.news_list1_bars a{
	float: left;
	line-height: 68px;
	padding: 0 3%;
	color: #444;
	font-size: 24px;
}
.news_list1_bars a .icon{
	font-size: 30px;
}
.news_list1_bars a.hover{
	color: #fff;
	background: #2374bf;
}


.news_list1 dd{
	width: 100%;
	margin-bottom: 20px;
}
.news_list1 dd a{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	padding: 3%;
	background: #fff;
	border: 1px solid #ececec;
}

.news_list1 dd .con{
	width: calc(100% - 180px);
}
.news_list1 dd .con .tt{
	font-size: 18px;
	color: #444;
	line-height: 24px;
	margin-bottom: 6px;
}
.news_list1 dd .con .text{
	font-size: 14px;
	line-height: 24px;
}
.news_list1 dd .con_r{
	width: 150px;
	text-align: center;
}
.news_list1 dd .con_r .time{
	color: #666;
	font-size: 18px;
	margin-bottom: 20px;
}
.news_list1 dd .con_r .more{
	color: #888;
	font-size: 14px;
	width: 120px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #888;
	border-radius: 32px;
	margin: 0 auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list1 dd:hover a{
	background: #f7f7f7;
	box-shadow: 0 0 10px rgba(115,115,115,.18);
}
.news_list1 dd:hover .con_r .more{
	color: #fff;
	background: #0899e0;
	border-color:#0899e0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/*
 * about
 */

.about_box1{
	padding:65px 0;
}

.about_box1 .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box1_video{
	width: 28%;
}
.about_box1_video a{
	display: block;
	position: relative;
}
.about_box1_video a .pic{
	display: block;
	width: 100%;
}
.about_box1_video a .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 117px;
	margin: -58px 0 0 -58px;
}
.about_box1_video a .icon img{
	display: block;
	max-width: 100%;
}
.about_box1_m{
	width: 53%;
	padding: 0 10%;
}
.about_box1_m .about_text{
	text-align:justify;
}
.about_title1{
	
}
.about_box1_m_tt1{
	color: #2374bf;
	font-size: 53px;
	font-family: "489-cai978";
}

.about_box1_m_tt{
	font-size: 30px;
	line-height: 1;
	color: #444;
	padding: 25px 0;
}
.about_text{
	font-size: 14px;
	line-height: 30px;
}

.about_box1_r{
	width:19%;
}
.about_box1_r img{
	display: block;
	max-width: 100%;
}


.about_box2{
	height: 781px;
	padding: 505px 0 65px;
	position: relative;
	background: url(../images/about_03.jpg) no-repeat center top / cover;
}
.about_box2_title{
	font-size: 80px;
	color: #fff;
	font-family: "489-cai978";
	text-shadow: 2px 2px 8px rgba(115,115,115,.3);
}
.about_box2_btn{
	display: block;
	width: 128px;
	margin:0 auto;
}


.about_box3{
	padding: 65px 0;
	position: relative;
	z-index: 3;
}

.about_box3_text{
	line-height: 30px;
	font-size: 16px;
}
.about_box3_text img{
	max-width: 100%;
}
.about_box3_bars{
	padding:50px 0 65px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box3_bars dd{
	width: 25%;
	text-align: center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box3_bars dd .icon{
	font-size: 70px;
	color: #0096df;
	margin-bottom: 12px;
}
.about_box3_bars dd .tt{
	color: #0096df;
	font-size: 18px;
	font-weight: bold;
}
.about_box3_bars dd:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.about_box4{
	background:url(../images/about_bg1.png) no-repeat center top;
	padding: 85px 0 45px;
}
.about_box4 .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box4_l{
	width: 40%;
	padding-right: 5%;
}
.about_box4_l .about_box1_m_tt1,
.about_box4_l .about_text{
	color: #fff;
}

.about_box4_r{
	width: 58%;
	margin-top: 50px;
	position: relative;
}
.about_box4_scroll{
	width: calc(100% - 136px);
	margin: 0 auto;
}
.about_box4_scroll_prev,.about_box4_scroll_next{
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	background:#fff;
	color: #0096df;
	border: 1px solid #0096df;
	border-radius: 40px;
	margin: -14px 0 0 0;
	cursor: pointer;
}
.about_box4_scroll_next{
	left: auto;
	right: 0;
}
.about_box4_scroll_prev{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

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

.about_box5{
	background: #fff;
	padding: 65px 0 185px;
	margin-bottom: ;
}
.about_box5 .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction:row-reverse; 
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box5 .wrapper{
	position: relative;
	z-index: 2;
}
.about_box5 .title1_icon img{
	display: block;
	margin: 0 auto 20px;
}

.about_box5_l{
	width: 30%;
}
.about_box5_l img{
	display: block;
}
.about_box5_pic{
	width: 70%;
}


/*
 * pro_list
 */
.sub_main_pro{
	padding: 35px 0 150px;
}
.sub_main_pro .wrapper{
	position: relative;
	z-index: 2;
}
.main_l{
	width: 290px;
	position: relative;
	z-index: 3;
}
.main_l.hover{
	position:fixed;
	top:148px;
	left:50%;
	margin-left:-680px;
	z-index:3;
}
.main_l.hover1{
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
}
.main_l_tt{
	font-size: 36px;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 15px;
	border-bottom: 4px solid #0096df;
}
.main_l_list dd{
	position: relative;
}
.main_l_list_two{
	height: 50px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    color: #444;
    background: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
}
.main_l_list_two .tt{
	font-size: 16px;
	line-height: 18px;
	padding-left: 15px;
	width: calc(100% - 40px);
}
.main_l_list_two .icon{
	display: none;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size:20px;
	text-align: center;
}
.main_l_list_three{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 290px;
	border-left: 1px solid transparent;
}
.main_l_list_three_clm{
	position: relative;
}
.main_l_list_three_tt{
	color: #888;
	height: 50px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    background: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
}
.main_l_list_three_tt .tt{
	width: calc(100% - 28px);
	font-size: 16px;
	padding-left: 15px;
	line-height: 18px;
}
.main_l_list_three_tt .icon{
	display: none;
	font-size: 20px;
	width: 28px;
	height: 28px;
	color: #0096df;
}

.main_l_list_three_down a:hover{
	color: #0096df;
}
.main_l_list_three_down{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 230px;
	border-left: 1px solid transparent;
	
}
.main_l_list_three_down a{
	width: 100%;
	height: 50px;
	padding: 0 15px;
	font-size: 16px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid #e5e5e5;
    background: #f4f4f4;
}




.main_l_list dd.hover .main_l_list_two{
	color: #fff;
	background: #0096df;
}
.main_l_list dd.hover .main_l_list_two .tt{
	color: #fff;
}

.main_r{
	float: right;
	width: calc(100% - 290px);
	padding-left: 3%;
}

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

/*
 * pro_det
 */
.pro_det_location{
	margin-bottom: 0;
}
.sub_main_prodet{
	padding: 0 0 135px;
}
.pro_det_t{
	position: relative;
	z-index: 2;
  padding:3% 0 0 0;
	margin-bottom: 5%;
}
.pro_det_t .wrapper{
	height: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
	align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.pro_det_pic_box{
	width:50%;
  position:relative;
  overflow:hidden;
}
.pro_det_big_pic{
	width: 100%;
	margin-bottom: ;
}
.pro_det_big_pic img{
	display: block;
}
.pro_det_big_pic .item .pic_box{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.pro_det_big_pic .item .pic_box .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 50px;
	color: #69b82b;
	text-align: center;
	margin: -25px 0 0 -25px;
}

.pro_det_sml_pic_abs{
	width: 100%;
  margin-top:10px;
}
.pro_det_sml_pic_box{
	position: relative;
	padding: 0 40px;
}
.pro_det_sml_pic{
	position: relative;
}
.pro_det_sml_pic .item{
	position: relative;
	cursor: pointer;
}
.pro_det_sml_pic .item.slick-current:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	bottom: 0;
	height: 8px;
	background: url(../images/pro_det_icon2.png) no-repeat center center;
}

.pro_det_sml_pic .slick-prev,
.pro_det_sml_pic .slick-next{
	position: absolute;
	top:0;
	width: 32px;
	height: 100%;
	line-height: 999px;
	background:#5492d2 url(../images/pro_det_icon.png) no-repeat center center;
	cursor: pointer;
	border: 0;
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_sml_pic .slick-prev{
	left: -40px;
}
.pro_det_sml_pic .slick-next{
	right: -40px;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}
.pro_det_sml_pic .slick-prev:hover,
.pro_det_sml_pic .slick-next:hover{
	opacity: 0.9;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_det_sml_pic .item{
	margin: 0 5px;
}



.pro_det_inf{
	width: 50%;
	padding-left: 10%;
}
.pro_det_t_box{
	height: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.pro_det_title{
	font-size: 48px;
	font-weight: normal;
}
.pro_det_text{
	line-height: 28px;
	font-size: 14px;
	color: #888;
	padding: 25px 0;
}

.pro_det_btn_box{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin-bottom: 25px;
}
.pro_det_btn{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    color: #fff;
    font-size: 14px;
    background: #5492D2;
    border-radius: 33px;
    width: 160px;
    height: 33px;
    margin: 0 5px 10px;
}
.pro_det_btn .icon{
	font-size: 18px;
	margin-right: 6px;
}

.pro_det_btn.hover{
	color: #5492D2;
	background: #f6f6f6;
}
.pro_det_btn:hover{
	color: #fff;
	background: #5492D2;
}
.pro_det_share{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.pro_det_share_tt{
	font-size: 18px;
}

.pro_det_b .wrapper{
	position: relative;
}

.pro_det_b_title{
	margin-bottom: 20px;
}
.pro_det_b_title_tt{
	font-size: 30px;
}
.pro_det_b_title_desc{
	font-size: 14px;
	line-height: 1.4;
}
.pro_det_b_title .footer_title_line{
	margin: 8px 0 12px;
}
.pro_det_b_title .footer_title_line .icon1{
	height: 2px;
	background: #b9cc0c;
}
.pro_det_b_title .footer_title_line .icon2{
	height: 2px;
	background: #2374bf;
}
.pro_det_b_clm{
	margin-bottom: 4%;
}

.pro_det_b_con{
	line-height: 1.4;
}
.pro_det_table1{
	margin-bottom: 30px;
}
.pro_det_table1 table{
	width: 100%;
}
.pro_det_table1 tr td{
	padding: 12px;
	font-size: 14px;
	border: 1px solid #fff;
}
.pro_det_table1 tr:nth-child(2n){
	background: #f6f6f6;
}
.pro_det_table1 tr:nth-child(2n+1){
	background: #dbf3fe;
}

.pro_det_table1 tr:first-child{
	background: #5492D2;
	color: #fff;
}

.pro_det_table2 tr td{
	padding: 12px;
	font-size: 14px;
	border: 1px solid #fff;
}
.pro_det_table2 tr{
	background: #f6f6f6;
}
.pro_det_table2 tr:nth-child(2n+1){
	color: #fff;
	background:#5492D2;
}


.pro_det_appli_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_appli_list dd{
	width: 33.33%;
	padding: 0 1.5%;
	margin-bottom: 30px;
}
.pro_det_appli_list dd a{
	display: block;
}
.pro_det_appli_list dd .pic{
	overflow: hidden;
}
.pro_det_appli_list dd .pic img{
	display: block;
	width: 100%;
}
.pro_det_appli_list dd .tt{
	font-size: 14px;
	text-align: center;
	padding: 15px 0 0;
}
.pro_det_appli_list dd a:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.pro_inq_box{
	position: relative;
	z-index: 2;
	padding: 180px 0 90px;
	background: url(../images/pro_det_inq_bg1.png) no-repeat center top / 100% auto;
}
.pro_inq_box .wrapper{
	background: rgba(255,255,255,.77);
	padding: 45px 4%;
}

.pro_inq_box_tt{
	max-width: 522px;
	line-height: 122px;
	font-size: 48px;
	margin: 0 auto 35px;
	font-family: "489-cai978";
	color: #fff;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	background: url(../images/pro_det_inq_bg.png) no-repeat center center / auto 122px;
}


.pro_inq_box .form_group_inp,.pro_inq_box .form_group_area{
	border-color: #eee;
} 


/*
 * qua
 */
.sub_main_qua{
	padding: 0 0 150px;
}
.qua_box1{
	padding:3% 0 4%;
}
.qua_title1{
	margin-bottom: 3%;
}
.qua_title1_num{
	width: 214px;
	height: 212px;
	line-height: 225px;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	background: url(../images/quali_bg1.png) no-repeat center center / 214px 212px;
	overflow: hidden;
	margin: 0 auto;
}
.qua_title1_text{
	color: #2777c0;
	font-size: 60px;
	font-family: "489-cai978";
}

.qua_box3 .qua_title1_text{
	max-width: 885px;
}


.qua_box1_con{
}
.qua_box1_clm1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-bottom: 45px;
}

.qua_text{
	color: #666;
	line-height: 30px;
	font-size: 14px;
}
.qua_box1_clm1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.qua_box1_clm1 .qua_text{
	width: 48%;
}

.qua_box2{
	padding:4% 0 0;
	background: url(../images/quali_bg2.png) no-repeat center top / 100% auto;
	
}
.qua_box2 .wrapper{
	overflow: hidden;
}
.qua_box2_t{
	color: #fff;
	padding:0.5% 0 3%;
}
.qua_box2_t .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.qua_title2{
	width: 50%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.qua_title2 .qua_title1_num{
	margin: 0 6px 0 0;
}
.qua_title2_text{
	max-width: 440px;
	font-size: 60px;
	line-height:0.8;
	font-family: "489-cai978";
}
.qua_box2_con{
	width:50%;
	padding-top: 3%;
}

.qua_box2_con_tt{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}
.qua_box2_con_tt strong{
	color: #78c340;
}
.qua_box2_con .qua_text{
	color: #fff;
}



.qua_box2_scroll {
	padding: 3% 0 0;
}
.qua_box2_scroll.owl-carousel .owl-stage-outer{
	overflow: visible;
}
.qua_box2_scroll .owl-item{
	transform: scale(0.72,0.72);
    -webkit-transform: scale(0.72,0.72);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.qua_box2_scroll .owl-item.center{
	transform: scale(1.25,1.25);
    -webkit-transform: scale(1.25,1.25);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.qua_box2_scroll.owl-theme .owl-dots{
	padding-top: 5%;
}
.qua_box2_scroll.owl-theme .owl-dots .owl-dot span{
	width: 13px;
	height: 13px;
	background: #cdcdcd;
	margin: 0 4px;
	border-radius: 0;
}
.qua_box2_scroll.owl-theme .owl-dots .owl-dot.active span{
	background: #2374bf;
}

.qua_item_img{
	padding: 10px;
	background: #fff;
	box-shadow: 5px 5px 5px rgba(115,115,115,.3);
}

.qua_box3{
	padding: 3% 0;
	background: url(../images/quali_bg3.png) no-repeat center center;
}
.qua_box3 .qua_title1_text{
	margin: 0 auto;
}
.qua_box3 .qua_text{
	padding: 0 5% 30px;
}

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

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.qua_box3_con .qua_box3_con_clm{
	width: 397px;
	margin: 0 25px 25px;
	border: 1px solid #e6e6e6;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.qua_box3_con_clm:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.qua_box4{
	padding: 0 0 5% 0;
}
.qua_box4_t{
	position: relative;
	height: 821px;
	background: url(../images/quali_bg4.jpg) no-repeat center top;
	background-attachment: fixed;
}
.qua_box4_t_con{
	height: 100%;
	position: relative;
	
}
.qua_box4_t_con_abs{
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
	padding-bottom: 12px;
	background: rgba(255,255,255,.88);
}
.qua_box4_desc{
	color: #666;
	font-size:36px;
	margin-top: -1.5%;
}
.qua_box4_t_con .qua_title1_text{
	margin: 0 auto;
}

.qua_box4_con{
	padding:40px 4%;
}
.qua_box4_list{
	position: relative;
}
.qua_box4_list:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 35px;
	width: 0;
	height: 100%;
	border-left: 1px dashed #c6c6c6;
}
.qua_box4_list dd{
	margin-bottom: 3%;
	position: relative;
	padding-left: 45px;
}
.qua_box4_list_num{
	position: absolute;
	left: -23px;
	top: -5px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size:18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #5ecf99;
	border-radius: 45px;
}

.qua_box4_list_tt{
	font-size: 18px;
	color: #666;
	line-height: 24px;
	padding-top: 7px;
	margin-bottom: 30px;
}
.qua_box4_list_clm{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.qua_box4_list_clm_item{
	max-width: 277px;
	border: 1px solid #e6e6e6;
	margin-right: 14px;
	margin-bottom: 25px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

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



.qua_box5{
	position: relative;
	z-index: 2;
}

.qua_box5_t{
	min-height: 410px;
	color: #fff;
	padding: 5% 0;
    background: url(../images/quali_bg5.png) no-repeat center top / cover;
}
.qua_box5_t .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.qua_box5_b{
	padding: 4%;
}
.qua_box5_list dd{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin-bottom: 4%;
}
.qua_box5_list_pic{
	width: 390px;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.qua_box5_list dd:hover .qua_box5_list_pic{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.qua_box5_list_con{
	width: calc(100% - 390px);
	padding-left: 4%;
}
.qua_box5_list_con .tt{
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.qua_box5_list_con .text{
	line-height: 30px;
	font-size: 14px;
}

.qua_box5_list dd:nth-child(2n){
	flex-direction: row-reverse; 
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.qua_box5_list dd:nth-child(2n) .qua_box5_list_con{
	padding:0 4% 0 0;
}



/*fix-nav*/

.fix_nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 50px;
	padding: 0 4px;
	background:#0060b0;
	background-size: auto 100%;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(115,115,115,.3);
}
.fix_nav li{
	float: left;
	width:25%;
	height:50px;
}
.fix_nav li:last-child{
	background: none;
}
.fix_nav li a{
	width: 100%;
	height:50px;
	text-align: center;
	overflow: hidden;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.fix_nav li:last-child a{
	background: none;
}
.fix_nav li a .icon{
	display: block;
	color: #fff;
	text-align: center;
	position: relative;
	/*margin-right: 0.08rem;*/
	padding-bottom:1px;
}
.fix_nav li a .icon img{
	display: block;
	height:22px;
	margin: 0 auto;
}
.fix_nav li a .text{
	color: #fff;
	font-size: 14px;
	font-family: verdana;
}

